summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-03-03 23:39:05 (GMT)
committerhobbs <hobbs>2004-03-03 23:39:05 (GMT)
commit75589b6af914c21950d1ef10d5d0734063276183 (patch)
tree4d0e0371e0929dad7dfc5e56c433feabe5417608
parent42b527f5644bc3cd68abfdc42205ea63f3014309 (diff)
downloadtk-75589b6af914c21950d1ef10d5d0734063276183.zip
tk-75589b6af914c21950d1ef10d5d0734063276183.tar.gz
tk-75589b6af914c21950d1ef10d5d0734063276183.tar.bz2
note TIP#113 changes
-rw-r--r--changes14
1 files changed, 8 insertions, 6 deletions
diff --git a/changes b/changes
index f47fe6c..490b042 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This 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.68 2004/03/03 23:27:25 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.69 2004/03/03 23:39:05 hobbs 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
@@ -5647,6 +5647,13 @@ in this changeset (new minor version) rather than bug fixes:
* [TIP #110] tristate value option for checkbuttons and radiobuttons
+ * [TIP #113] add multi-line searching and -all searching to the text widget
+ Full Tcl_Obj-ification of the text widget
+ * [TIP #155] add 'count' and 'replace' subcommands and a '-blockcursor'
+ option to text widgets and support smooth-scrolling of them
+ *** POTENTIAL INCOMPATIBILITY ***
+ Negative or decreasing tab-stops are explicitly disallowed
+
* [TIP #116] more safety for large image creation through use of attempted
allocation of large memory blocks
@@ -5664,9 +5671,4 @@ in this changeset (new minor version) rather than bug fixes:
* [TIP #150] make 'send' available on Windows
- * [TIP #155] add 'count' and 'replace' subcommands and a '-blockcursor'
- option to text widgets and support smooth-scrolling of them
- *** POTENTIAL INCOMPATIBILITY ***
- Negative or decreasing tab-stops are explicitly disallowed
-
--- Released 8.5a1, March 3, 2004 --- See ChangeLog for details ---