summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-11-10 14:37:33 (GMT)
committervincentdarley <vincentdarley>2003-11-10 14:37:33 (GMT)
commit388100bece4ccadd2e908108a4f1de2733a7ad25 (patch)
treef0d0f840456c761af77a34d9b6154c70703c329d /ChangeLog
parentc66a7d3bb4246fb87bee78179790edbfd73b7785 (diff)
downloadtk-388100bece4ccadd2e908108a4f1de2733a7ad25.zip
tk-388100bece4ccadd2e908108a4f1de2733a7ad25.tar.gz
tk-388100bece4ccadd2e908108a4f1de2733a7ad25.tar.bz2
handling of zero-pixel text widgets
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac26fbc..64aa717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-10 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tkTextDisp.c: correct yview handling of text widgets
+ containing no vertical pixels at all.
+
2003-11-08 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tclWinSend.c: Fixed an error returning the registered name.