summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2005-03-20 02:14:09 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-03-20 02:14:09 +0000
commit4f660a6995a7c64b3972013dd3d6a89982db6f1a (patch)
treee21eee6b047ee3fe130cc2ad064e89b188e794be
parent336a76e8ea141f4f9361c708a4778e5c377cd407 (diff)
downloadpango-4f660a6995a7c64b3972013dd3d6a89982db6f1a.tar.gz
Forgot something.
-rw-r--r--ChangeLog13
-rw-r--r--ChangeLog.pre-1-1013
2 files changed, 14 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index a05da6bd..6e576714 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
2005-03-20 Tor Lillqvist <tml@novell.com>
- * modules/basic/basic-win32.c (itemize_shape_and_place): Force
- fRTL for each item returned from ScriptItemize() to the bidi
- embedding parity for the whole run. Pango passes us a run that it
- correctly has analyzed should be of a certain direction, but
- ScriptItemize() still might split it into items, some of which
- have neutral direction. (#170931)
+ * modules/basic/basic-win32.c (make_langid): Leave out some
+ languages that don't have any own digits.
+ (itemize_shape_and_place): Force fRTL for each item returned from
+ ScriptItemize() to the bidi embedding parity for the whole
+ run. Pango passes us a run that it correctly has analyzed should
+ be of a certain direction, but ScriptItemize() still might split
+ it into items, some of which have neutral direction. (#170931)
(uniscribe_shape, text_is_simple): Use g_utf8_to_utf16().
Merge from HEAD:
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index a05da6bd..6e576714 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,11 +1,12 @@
2005-03-20 Tor Lillqvist <tml@novell.com>
- * modules/basic/basic-win32.c (itemize_shape_and_place): Force
- fRTL for each item returned from ScriptItemize() to the bidi
- embedding parity for the whole run. Pango passes us a run that it
- correctly has analyzed should be of a certain direction, but
- ScriptItemize() still might split it into items, some of which
- have neutral direction. (#170931)
+ * modules/basic/basic-win32.c (make_langid): Leave out some
+ languages that don't have any own digits.
+ (itemize_shape_and_place): Force fRTL for each item returned from
+ ScriptItemize() to the bidi embedding parity for the whole
+ run. Pango passes us a run that it correctly has analyzed should
+ be of a certain direction, but ScriptItemize() still might split
+ it into items, some of which have neutral direction. (#170931)
(uniscribe_shape, text_is_simple): Use g_utf8_to_utf16().
Merge from HEAD: