diff options
author | dgp <dgp@users.sourceforge.net> | 2013-04-01 18:31:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-04-01 18:31:52 (GMT) |
commit | 7d38dfda3ce110288097bed15c0ebc8728e3e70c (patch) | |
tree | 0216a9e014a1edd19fff7c344e2256d3528f10c0 | |
parent | 327dfa52b38c4ede39078f0e0ef070c7b8122669 (diff) | |
download | tk-core_8_5_14rc.zip tk-core_8_5_14rc.tar.gz tk-core_8_5_14rc.tar.bz2 |
Update changes. Tag RC1.core_8_5_14core_8_5_14rc
-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 --- |