diff options
author | vincentdarley <vincentdarley> | 2005-04-18 11:34:40 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-04-18 11:34:40 (GMT) |
commit | 5ead8f9a8a9c1df902da03a5abd29c1a36b8e2ee (patch) | |
tree | 7f394614d99b93f8cd92b11140fa3789a05effb8 /ChangeLog | |
parent | 9295daaaad625b41892d939729104763a2d2b3ce (diff) | |
download | tk-5ead8f9a8a9c1df902da03a5abd29c1a36b8e2ee.zip tk-5ead8f9a8a9c1df902da03a5abd29c1a36b8e2ee.tar.gz tk-5ead8f9a8a9c1df902da03a5abd29c1a36b8e2ee.tar.bz2 |
fix to Home/End and display lines
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-04-18 Vince Darley <vincentdarley@users.sourceforge.net> + + * library/text.tcl + * doc/text.n: corrected 'Home' and 'End' and Control-a/e handling + to work with display lines. This was an ommission of the previous + tip155 patch. Clarified the documentation on this point. + 2005-04-14 Jeff Hobbs <jeffh@ActiveState.com> * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to |