summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-10-17 23:44:45 (GMT)
committerhobbs <hobbs>2006-10-17 23:44:45 (GMT)
commit175e66a8d3ccf89802ffa24c94e0b1edb0662108 (patch)
treead259bea79b755d1f46ba738ed88ea0f43bed54b /ChangeLog
parente58a5fcd90ad9607b9357a1c82417e651ad8ae18 (diff)
downloadtk-175e66a8d3ccf89802ffa24c94e0b1edb0662108.zip
tk-175e66a8d3ccf89802ffa24c94e0b1edb0662108.tar.gz
tk-175e66a8d3ccf89802ffa24c94e0b1edb0662108.tar.bz2
* generic/tkTextDisp.c (SizeOfTab): fix -tabstyle wordprocessor
tab alignment to correct tab edge case. [Bug 1578858]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcc6e16..ae09f53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-17 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkTextDisp.c (SizeOfTab): fix -tabstyle wordprocessor
+ tab alignment to correct tab edge case. [Bug 1578858]
+
2006-10-17 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tkText.c: Applied suggested patch from #1536735