summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-01-07 15:20:53 (GMT)
committervincentdarley <vincentdarley>2004-01-07 15:20:53 (GMT)
commit635a8263e2a11333a1940f788b530eaeeda89275 (patch)
tree89d6be6bd94342eaee4b3870778c5b4d6546dffe /ChangeLog
parent592839a36bcc6cb9ccef1ce6b74b0fedc686a12c (diff)
downloadtk-635a8263e2a11333a1940f788b530eaeeda89275.zip
tk-635a8263e2a11333a1940f788b530eaeeda89275.tar.gz
tk-635a8263e2a11333a1940f788b530eaeeda89275.tar.bz2
utf-8 aware text wordstart and wordend
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8a5d28..489682b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-01-07 Vince Darley <vincentdarley@users.sourceforge.net>
+ * generic/tkTextIndex.c:
+ * tests/textIndex.test: fixed bug in which 'wordstart' and
+ 'wordend' were not utf-8 aware (they haven't been changed since
+ Tk 8.0), and added tests.
+
+2004-01-07 Vince Darley <vincentdarley@users.sourceforge.net>
+
* win/tkWinMenu.c: only provide a submenu handle when the
MF_POPUP flag is given, fixing a recently-introduced crash
when submenus are disabled. Also better error checking for