diff options
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index b7f0061a..b1097b36 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,9 +1,29 @@ -2002-09-21 Tor Lillqvist <tml@iki.fi> +2002-09-23 Tor Lillqvist <tml@iki.fi> + + * modules/basic/basic-win32.c: Minor spacing fixes, comment the + Unicode ranges covered. + + * modules/basic/makefile.mingw.in: Remove. Not maintained. + + * modules/basic/Makefile.am: Remove from here, too. + + * pango/makefile.msc + * pango/module-defs-win32.c.win32: Change according to change + below so that build also with the manually written makefile for + MSVC, which always uses included modules, still works. * pango-zip.sh.in: Distribute specifically pango.aliases and pango.modules, not the whole etc/pango which might contain editor backup files. +Mon Sep 16 12:03:54 2002 Arnaud Charlet <charlet@gnat.com> + + * modules/basic/basic-win32.c: Check for correct macro, use + correct module entry name, so that --with-included-modules works + with autoconfiscated build for Windows. (#93372) + +2002-09-21 Tor Lillqvist <tml@iki.fi> + * pango/pangowin32-private.h * pango/pangowin32*.c: Rename DEBUGGING to PANGO_WIN32_DEBUGGING. Use plain printf instrad of g_print in the PING macro for |