summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-10-21 23:12:17 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-10-21 23:12:17 +0000
commit62db11bb5d57a762df1d055ba1c23043e3de9704 (patch)
tree7ef252c631d2f389b4404a9d2fb19d1bb1c35cc7 /ChangeLog.pre-1-10
parent85aec3aab36c8daaa8d4fc7bb7e22a14eccb8665 (diff)
downloadpango-62db11bb5d57a762df1d055ba1c23043e3de9704.tar.gz
Add --with-usp10 flag to indicate where to find the usp10.h header, for
2002-10-22 Tor Lillqvist <tml@iki.fi> * configure.in: Add --with-usp10 flag to indicate where to find the usp10.h header, for using Uniscribe on Win32. Set USP10_H autoconf variable, HAVE_USP10_H config.h macro and HAVE_USP10_H automake conditional. * acconfig.h: Add HAVE_USP10_H. * modules/basic/Makefile.am: If HAVE_USP10_H, let basic-win32.lo depend on usp10.h. * modules/basic/basic-win32.c: If HAVE_USP10_H, and the Uniscribe DLL usp10.dll is present, use Uniscribe. (uniscribe_shape, itemize_shape_and_place, set_up_pango_log_clusters, convert_log_clusters_to_byte_offsets, make_langid): New functions. (dump_glyphs_and_log_clusters, lang_name, charset_name): Debugging functions.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-1018
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 7e24ecb9..23a236d1 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,5 +1,12 @@
2002-10-22 Tor Lillqvist <tml@iki.fi>
+ * configure.in: Add --with-usp10 flag to indicate where to find
+ the usp10.h header, for using Uniscribe on Win32. Set USP10_H
+ autoconf variable, HAVE_USP10_H config.h macro and HAVE_USP10_H
+ automake conditional.
+
+ * acconfig.h: Add HAVE_USP10_H.
+
* pango/pangowin32-private.h (PANGO_WIN32_DEBUGGING): Change
semantics of this flag. If defined, also need to set env var
PANGO_WIN32_DEBUG to get the copious debugging output.
@@ -21,6 +28,17 @@
* pango/pangowin32-fontmap.c (pango_win32_font_map_class_init):
Call pango_win32_get_dc() as mentioned above.
+ * modules/basic/Makefile.am: If HAVE_USP10_H, let basic-win32.lo
+ depend on usp10.h.
+
+ * modules/basic/basic-win32.c: If HAVE_USP10_H, and the Uniscribe
+ DLL usp10.dll is present, use Uniscribe.
+ (uniscribe_shape, itemize_shape_and_place,
+ set_up_pango_log_clusters, convert_log_clusters_to_byte_offsets,
+ make_langid): New functions.
+ (dump_glyphs_and_log_clusters, lang_name, charset_name): Debugging
+ functions.
+
2002-10-15 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-x.c (hangul_engine_shape): Fixed leaks