summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-11-15 16:57:57 (GMT)
committervincentdarley <vincentdarley>2003-11-15 16:57:57 (GMT)
commit7c9328b664ec680ed43ab91a5cd3f5672967d579 (patch)
tree1f1eba40232a626bc6bf40c37acd1a111fc449f6 /ChangeLog
parent28a17a508560345357143eac9b4a8e3c97c1eb83 (diff)
downloadtk-7c9328b664ec680ed43ab91a5cd3f5672967d579.zip
tk-7c9328b664ec680ed43ab91a5cd3f5672967d579.tar.gz
tk-7c9328b664ec680ed43ab91a5cd3f5672967d579.tar.bz2
single line wraps to whole display fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6abbb11..47cc504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,9 @@
* generic/tkTextDisp.c:
* tests/textDisp.test: fixes to one more old Tk [Bug 422411]
- this time concerning inconsistent tab interpretation.
+ this time concerning inconsistent tab interpretation. Also
+ fixed an unreported new problem if a single logical line wraps
+ to fill more than the entire display.
2003-11-14 Joe English <jenglish@users.sourceforge.net>
* doc/text.n: Fix markup errors.