diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-07-18 06:06:41 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-07-18 06:06:41 +0000 |
commit | 5232745f652495ec1ab73fcb7368fe858cc0099c (patch) | |
tree | 0ef350a68f35220a40eb6dd61a8c1bd991df7ece /ChangeLog.pre-1-6 | |
parent | ca5b24d14066ce35f5b92d117beee0e3605b2f4b (diff) | |
download | pango-5232745f652495ec1ab73fcb7368fe858cc0099c.tar.gz |
Add the pangowin32 sources.
2000-07-18 Tor Lillqvist <tml@iki.fi>
* pango/Makefile.am (EXTRA_DIST): Add the pangowin32 sources.
* pango/pangox.c (lang_texts): Add some Latin-1 to the
Finnish and Swedish strings.
* modules/module.def: New file.
* modules/Makefile.am (EXTRA_DIST): Add it.
* modules/basic/Makefile.am (EXTRA_DIST): Add basic-win32.c.
* */makefile.mingw: Small updates.
* pango/pangowin32.c
* pango/pangowin32-fontmap.c
* modules/basic/basic-win32.c
* examples/viewer-win32.c: Bug fixes. Remove dead code.
Now the Win32 implementation seems to work, except
for a few glitches.
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r-- | ChangeLog.pre-1-6 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 93c75e4f..2dadeb4a 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,25 @@ +2000-07-18 Tor Lillqvist <tml@iki.fi> + + * pango/Makefile.am (EXTRA_DIST): Add the pangowin32 sources. + + * pango/pangox.c (lang_texts): Add some Latin-1 to the + Finnish and Swedish strings. + + * modules/module.def: New file. + + * modules/Makefile.am (EXTRA_DIST): Add it. + + * modules/basic/Makefile.am (EXTRA_DIST): Add basic-win32.c. + + * */makefile.mingw: Small updates. + + * pango/pangowin32.c + * pango/pangowin32-fontmap.c + * modules/basic/basic-win32.c + * examples/viewer-win32.c: Bug fixes. Remove dead code. + Now the Win32 implementation seems to work, except + for a few glitches. + 2000-07-16 Tor Lillqvist <tml@iki.fi> * pango/pango-utils.h |