summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-4
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-09-24 22:31:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-09-24 22:31:15 +0000
commitc94d7be497f178edf03ee68ac27b3bfe22623c79 (patch)
tree3a0adbdd95e2759aa76da5371c3ead31deac523e /ChangeLog.pre-1-4
parent2f01311f451738499e0b9e3de111e04e2f45d830 (diff)
downloadpango-c94d7be497f178edf03ee68ac27b3bfe22623c79.tar.gz
Only reset the word type to WordNone at a word end if it is not also a
2003-09-25 Matthias Clasen <maclas@gmx.de> * pango/break.c (pango_default_break): Only reset the word type to WordNone at a word end if it is not also a word start. Otherwise both 't' and 'e' are classified as word start in '123test'. (#122754, Hidetoshi Tajima)
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r--ChangeLog.pre-1-48
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index fe74e603..6c703651 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,11 @@
+2003-09-25 Matthias Clasen <maclas@gmx.de>
+
+ * pango/break.c (pango_default_break): Only reset the word
+ type to WordNone at a word end if it is not also a word
+ start. Otherwise both 't' and 'e' are classified as word
+ start in '123test'. (#122754, Hidetoshi Tajima)
+
+
Tue Sep 23 19:43:05 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (itemize_state_add_character): Don't