summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-07 15:10:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-07 15:10:06 (GMT)
commit5450612a4d1bd4e6f796f76f12f3d216dfc935ba (patch)
treec2e820d3b669927a653a030f0d6ec2ac466b44cf /changes
parent526bccf8bf38fe66da8e6e951cca4435c30869d9 (diff)
downloadtk-5450612a4d1bd4e6f796f76f12f3d216dfc935ba.zip
tk-5450612a4d1bd4e6f796f76f12f3d216dfc935ba.tar.gz
tk-5450612a4d1bd4e6f796f76f12f3d216dfc935ba.tar.bz2
More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>
Diffstat (limited to 'changes')
-rw-r--r--changes6
1 files changed, 3 insertions, 3 deletions
diff --git a/changes b/changes
index 61aff06..b83c642 100644
--- a/changes
+++ b/changes
@@ -333,7 +333,7 @@ same menu.
4/12/92 (bug fix) Fixed core dump that occurred in tkError.c when
removing the first error record from the error list.
-4/15/92 (bug fix) Fixed bug in tkBind.c that prevented <KeyPress-1>
+4/15/92 (bug fix) Fixed bug in tkBind.c that prevented <Key-1>
event specifications from being processed correctly: the "1" was
treated as a button name rather than a keysym.
@@ -3998,7 +3998,7 @@ into account the "-displayof" option. This problem also existed for the
command to the Mac. Also fixed "resource write" when the resource
was specified by id and already existed. (JI)
-9/16/97 (bug fix) Added null bindings to <Command-KeyPress> for the
+9/16/97 (bug fix) Added null bindings to <Command-Key> for the
text and entry widget on the Macintosh. This prevents unbound command
key sequences from having the character echoed to the widget. Also
fixed Cut & Copy bindings. (JI) (RJ)
@@ -7527,7 +7527,7 @@ in this changeset (new minor version) rather than bug fixes:
2018-01-07 (bug)[fa8de7] Crash [ttk::checkbutton .x -variable {}] (werner)
-2018-01-16 (bug)[382712] Crash in [event generate . <KeyPress>] (werner)
+2018-01-16 (bug)[382712] Crash in [event generate . <Key>] (werner)
2018-01-19 (bug)[657c38] Crash in menu destroy with checkbutton entry (werner)