summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-04-01 18:31:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-04-01 18:31:52 (GMT)
commit7d38dfda3ce110288097bed15c0ebc8728e3e70c (patch)
tree0216a9e014a1edd19fff7c344e2256d3528f10c0
parent327dfa52b38c4ede39078f0e0ef070c7b8122669 (diff)
downloadtk-7d38dfda3ce110288097bed15c0ebc8728e3e70c.zip
tk-7d38dfda3ce110288097bed15c0ebc8728e3e70c.tar.gz
tk-7d38dfda3ce110288097bed15c0ebc8728e3e70c.tar.bz2
Update changes. Tag RC1.core_8_5_14core_8_5_14rc
-rw-r--r--ChangeLog30
-rw-r--r--changes6
2 files changed, 17 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index b0a4fdf..643679b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/changes b/changes
index 36c9720..ea78d52 100644
--- a/changes
+++ b/changes
@@ -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 ---