summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--changes4
2 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 90695e4..8483cb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,16 @@
-2010-09-01 Joe English <jenglish@users.sourceforge.net>
-
- * library/ttk/entry.tcl: Revert keyboard navigation bindings
- to use real events instead of virtual events.
-
2010-09-01 Don Porter <dgp@users.sourceforge.net>
*** 8.5.9 TAGGED FOR RELEASE ***
+ * changes: Updated for 8.5.9 release.
+
* doc/menu.n: Formatting error.
+2010-09-01 Joe English <jenglish@users.sourceforge.net>
+
+ * library/ttk/entry.tcl: Revert keyboard navigation bindings
+ to use real events instead of virtual events.
+
2010-08-31 Andreas Kupries <andreask@activestate.com>
* win/tcl.m4: Applied patch by Jeff fixing issues with the
diff --git a/changes b/changes
index 4605234..a61fee4 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ hhis file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.130.2.21 2010/08/26 19:56:38 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.130.2.22 2010/09/01 20:04:29 dgp Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -6726,4 +6726,4 @@ in screen distances, reducing precision loss (ferrieux)
2010-08-25 (feature)[3053320] update Ttk to tile 0.8.6 feature set (hobbs)
---- Released 8.5.9, August 31, 2010 --- See ChangeLog for details ---
+--- Released 8.5.9, September 6, 2010 --- See ChangeLog for details ---