summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-03-07 22:05:13 +0000
committerTor Lillqvist <tml@src.gnome.org>2007-03-07 22:05:13 +0000
commit1ae71fc57a6c045031be2e067ed00b14eddfbc32 (patch)
tree5bd4c67b3de6999eb92704b08cd1775a5896fec9 /ChangeLog
parenta48e86b16bcc342882f97950872957282859c216 (diff)
downloadpango-1ae71fc57a6c045031be2e067ed00b14eddfbc32.tar.gz
configure.in modules/basic/Makefile.am Make building with Uniscribe (using
2007-03-07 Tor Lillqvist <tml@novell.com> * configure.in * modules/basic/Makefile.am * modules/basic/basic-win32.c: Make building with Uniscribe (using the <usp10.h> header) mandatory. Mingw's w32api headers do include usp10.h now so one doesn't need to copy it from the Platform SDK any longer. At runtime using Uniscribe is still optional, depending on whether usp10.dll is found or not. I think it isn't necessarily present on Windows 2000 machines, for instance. * modules/basic/basic-win32.c (lang_name): Instead of a hardcoded case statement, use GetLocaleInfo() to get the language ISO639 code. (charset_name): Remove, unused. (itemize_shape_and_place, uniscribe_shape, basic_engine_shape): Constify the PangoAnalysis parameter to match the prototype of PangoEngineShapeClass::script_shape(). svn path=/trunk/; revision=2209
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d20c3a9..12ad5ac6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2007-03-07 Tor Lillqvist <tml@novell.com>
+
+ * configure.in
+ * modules/basic/Makefile.am
+ * modules/basic/basic-win32.c: Make building with Uniscribe (using
+ the <usp10.h> header) mandatory. Mingw's w32api headers do include
+ usp10.h now so one doesn't need to copy it from the Platform SDK
+ any longer. At runtime using Uniscribe is still optional,
+ depending on whether usp10.dll is found or not. I think it
+ isn't necessarily present on Windows 2000 machines, for instance.
+
+ * modules/basic/basic-win32.c (lang_name): Instead of a hardcoded
+ case statement, use GetLocaleInfo() to get the language ISO639
+ code.
+ (charset_name): Remove, unused.
+ (itemize_shape_and_place, uniscribe_shape, basic_engine_shape):
+ Constify the PangoAnalysis parameter to match the prototype of
+ PangoEngineShapeClass::script_shape().
+
2007-03-03 Behdad Esfahbod <behdad@gnome.org>
Bug 414297 – Fails to build with --enable-static