diff options
-rw-r--r-- | ChangeLog | 30 | ||||
-rw-r--r-- | changes | 6 |
2 files changed, 17 insertions, 19 deletions
@@ -1,5 +1,17 @@ 2013-04-01 Don Porter <dgp@users.sourceforge.net> + *** 8.5.14 TAGGED FOR RELEASE *** + + * generic/tk.h: Bump to 8.5.14 for release. + * library/tk.tcl: + * unix/configure.in: + * unix/tk.spec: + * win/configure.in: + * README: + + * unix/configure: autoconf-2.59 + * win/configure: + * generic/tkInt.h: [Bug 3607830] Runtime checks that Xkb is * unix/tkUnixEvent.c: available in the X server before trying to * unix/tkUnixKey.c: use. Adapted from patch from Brian Griffin. @@ -13,24 +25,6 @@ * doc/ttk_panedwindow.n: <<EnteredChild>> (ttk_pandedwindow only) and * doc/ttk_spinbox.n: <<Increment/Decrement>> (ttk_spinbox only) -2013-03-22 Don Porter <dgp@users.sourceforge.net> - - *** 8.5.14 TAGGED FOR RELEASE *** - - * generic/tk.h: Bump to 8.5.14 for release. - * library/tk.tcl: - * unix/configure.in: - * unix/tk.spec: - * win/configure.in: - * README: - - * generic/tkWindow.c: Updates so that Tk 8.5.14+ will be able to - * unix/Makefile.in: configure and build against Tcl 8.6+ - * unix/configure.in: header files. - - * unix/configure: autoconf-2.59 - * win/configure: - 2013-03-13 Jan Nijtmans <nijtmans@users.sf.net> * unix/tcl.m4: Patch by Andrew Shadura, providing better support for @@ -6884,4 +6884,8 @@ Many revisions to better support a Cygwin environment (nijtmans) 2013-03-13 (enhancement) better build support for Debian arch (shadura) ---- Released 8.5.14, March 27, 2013 --- See ChangeLog for details --- +2013-03-27 (bug fix)[3608074] button, listbox, menu <<Invoke>> (nijtmans) + +2013-04-01 (bug fix)[3607830] Xkb runtime checks (griffin) + +--- Released 8.5.14, April 3, 2013 --- See ChangeLog for details --- |