summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-08-28 11:00:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-08-28 11:00:46 (GMT)
commit670e3cc8e1c87ea7b1cdd703383ae5e0a2d3a6b5 (patch)
treedba78ef4171eebf8e6c3cec9def320e4cda76725
parent55ad282f48e04748a7cf3d375ad3fc2abb47c0a1 (diff)
downloadtk-670e3cc8e1c87ea7b1cdd703383ae5e0a2d3a6b5.zip
tk-670e3cc8e1c87ea7b1cdd703383ae5e0a2d3a6b5.tar.gz
tk-670e3cc8e1c87ea7b1cdd703383ae5e0a2d3a6b5.tar.bz2
Note potential incompatibility introduced by new virtual events.
Emiliano Gavilan reports that this impacts tkcon's history features.
-rw-r--r--ChangeLog43
1 files changed, 25 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index e24796b..65eab70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,7 +50,7 @@
(generated by Makefile.in).
* win/makefile.vc: Always compile Tk with -DUSE_TCL_STUBS,
formatting.
- * library/tk.tcl: [Frq 3555324]: On Windows, re-define Ctrl-A
+ * library/tk.tcl: [FRQ 3555324]: On Windows, re-define Ctrl-A
for Select-All., as most Windows applications
do.
@@ -59,6 +59,10 @@
* library/*.tcl: [Bug 3555644]: Better use of virtual events.
Pre-define 10 new Virtual events, and correct various bindings
according to the Mac OSX documentation.
+ *** POTENTIAL INCOMPATIBILITY *** for code that assumes that widget
+ classes are bound to literal events or that was using one of the new
+ virtual event names itself for other purposes.
+
* win/rules.vc: Sync with tcl version of rules.vc
2012-08-11 Francois Vogel <fvogelnew1@free.fr>
@@ -117,7 +121,7 @@
2012-06-24 Jan Nijtmans <nijtmans@users.sf.net>
- * doc/SetOptions.3: [Frq-3536507]: clientData field in Tk_OptionSpec
+ * doc/SetOptions.3: [FRQ-3536507]: clientData field in Tk_OptionSpec
* generic/tk.h: should be "const void *"
* generic/tk*.c: Eliminate many unnessessary type casts
@@ -129,7 +133,7 @@
2012-06-20 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tk.decls: rfe-2636558 simplification. Restore forwards
+ * generic/tk.decls: [FRQ 2636558] simplification. Restore forwards
* generic/tkBitmap.c: compatibility with Tk 8.5.
* generic/tkdecls.h:
* generic/tkStubInit.c:
@@ -180,14 +184,17 @@
* generic/tkWindow.c: Simplify determination whether we are running
* generic/tkStubInit.c: on cygwin. Export Tk_GetHINSTANCE,
- * generic/tkInt.decls: TkSetPixmapColormap and TkpPrintWindowId on the
- Cygwin dll, sync stub table with Tk 8.6 win32 version.
- * generic/tk*Decls.h: re-generated
- * win/Makefile.in: "make genstubs" when cross-compiling on UNIX
+ * generic/tkInt.decls: TkSetPixmapColormap and TkpPrintWindowId from
+ the Cygwin dll, sync stub table with Tk 8.6
+ win32 version.
+ * generic/tk*Decls.h: re-generated
+ * win/Makefile.in: "make genstubs" when cross-compiling on UNIX
- * win/stubs.c: Implement XFlush and various others for win32 as stubs,
- * win/tkWinPort.h: so win32 extensions using those can run under CYGWIN as well.
- * generic/tkMain.c: Allow tk86.dll to cooperate with the cygwin console.
+ * win/stubs.c: Implement XFlush and various others for win32
+ * win/tkWinPort.h: as stubs, so win32 extensions using those can
+ run under CYGWIN as well.
+ * generic/tkMain.c: Allow tk86.dll to cooperate with the cygwin
+ console.
2012-05-29 Donal K. Fellows <dkf@users.sf.net>
@@ -297,7 +304,7 @@
2012-03-18 Jan Nijtmans <nijtmans@users.sf.net>
- * xlib/xcolors.c: [RFE 3503317]: XParseColor speedup
+ * xlib/xcolors.c: [FRQ 3503317]: XParseColor speedup
* xlib/rgb.txt: List of all colors accepted by Tk in Xorg format
* tests/color.test: Added test case for all colors in rgb.txt
@@ -2976,15 +2983,15 @@
2009-02-27 Jan Nijtmans <nijtmans@users.sf.net>
- * doc/GetBitmap.3 [Feature Request 2636558]: Tk_DefineBitmap
- * generic/tk.decls and Tk_GetBitmapFromData signature problem
- * generic/tkInt.decls
- * generic/tkBitmap.c
- * generic/tkInt.h
- * generic/tkStubInit.c
+ * doc/GetBitmap.3: [FRQ 2636558]: Tk_DefineBitmap and
+ * generic/tk.decls: Tk_GetBitmapFromData signature problem
+ * generic/tkInt.decls:
+ * generic/tkBitmap.c:
+ * generic/tkInt.h:
+ * generic/tkStubInit.c:
* generic/tkDecls.h: (regenerated)
* generic/tkIntDecls.h: (regenerated)
- * macosx/tkMacOSXBitmap.c
+ * macosx/tkMacOSXBitmap.c:
2009-02-27 Pat Thoyts <patthoyts@users.sourceforge.net>