summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Brabec <utx@gentoo.org>2003-04-17 17:26:26 +0000
committerStanislav Brabec <utx@gentoo.org>2003-04-17 17:26:26 +0000
commit7c283e7396880274182f5e2910dff3bde4bdb2d7 (patch)
treef9a8b805cbcd5f6894f004d21d05fdc3fbf075d4 /dev-lang/tk/files
parentAdding info about config file (diff)
downloadgentoo-2-7c283e7396880274182f5e2910dff3bde4bdb2d7.tar.gz
gentoo-2-7c283e7396880274182f5e2910dff3bde4bdb2d7.tar.bz2
gentoo-2-7c283e7396880274182f5e2910dff3bde4bdb2d7.zip
New version
Diffstat (limited to 'dev-lang/tk/files')
-rw-r--r--dev-lang/tk/files/digest-tk-8.4.21
-rw-r--r--dev-lang/tk/files/remove-control-v-8.4.diff17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-lang/tk/files/digest-tk-8.4.2 b/dev-lang/tk/files/digest-tk-8.4.2
new file mode 100644
index 000000000000..5d625fd27335
--- /dev/null
+++ b/dev-lang/tk/files/digest-tk-8.4.2
@@ -0,0 +1 @@
+MD5 04812fcdf6b50bfe89b7d44db3f33f19 tk8.4.2-src.tar.gz 3155987
diff --git a/dev-lang/tk/files/remove-control-v-8.4.diff b/dev-lang/tk/files/remove-control-v-8.4.diff
new file mode 100644
index 000000000000..6aa7e2f9f9ea
--- /dev/null
+++ b/dev-lang/tk/files/remove-control-v-8.4.diff
@@ -0,0 +1,17 @@
+--- library/text.tcl 2002-09-02 19:39:20.000000000 +0200
++++ library/text.tcl 2003-02-26 15:08:02.000000000 +0100
+@@ -347,14 +347,6 @@
+ catch { %W edit redo }
+ }
+
+-if {[string compare $tcl_platform(platform) "windows"]} {
+-bind Text <Control-v> {
+- if {!$tk_strictMotif} {
+- tk::TextScrollPages %W 1
+- }
+-}
+-}
+-
+ bind Text <Meta-b> {
+ if {!$tk_strictMotif} {
+ tk::TextSetCursor %W [tk::TextPrevPos %W insert tcl_startOfPreviousWord]