summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2003-07-20 15:52:48 +0000
committerHans Breuer <hans@src.gnome.org>2003-07-20 15:52:48 +0000
commitfe8a19953415e06970c5cf45abcf2543fa86c77c (patch)
tree83b8ed84ceeddc38ce8778fe4d693fadbac5978a /ChangeLog.pre-1-8
parent32f67b6e306da21dc6aab4a8eaa096e73971a938 (diff)
downloadpango-fe8a19953415e06970c5cf45abcf2543fa86c77c.tar.gz
updated to generate libtool compatible dll names, define the right
2003-07-20 Hans Breuer <hans@breuer.org> * pango/makefile.msc : updated to generate libtool compatible dll names, define the right PANGO_MODULE_PREFIX, pangoft2 still not build with msvc * module/basic-win32.c : some #ifdef's for missing LANG_* constants to make it compile with msvc50 * pango/pango.def : updated externals
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 3b14ecdc..7159bdda 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,14 @@
+2003-07-20 Hans Breuer <hans@breuer.org>
+
+ * pango/makefile.msc : updated to generate libtool
+ compatible dll names, define the right PANGO_MODULE_PREFIX,
+ pangoft2 still not build with msvc
+
+ * module/basic-win32.c : some #ifdef's for missing
+ LANG_* constants to make it compile with msvc50
+
+ * pango/pango.def : updated externals
+
2003-06-25 Matthias Clasen <maclas@gmx.de>