diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-06-29 20:36:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-06-29 20:36:45 +0000 |
commit | 4e005cf17476ee08c73e7a1a2fb1133d9008be15 (patch) | |
tree | a516e407fb12f0c397d4acbd25191d93785dd1a3 /ChangeLog | |
parent | 0e6409a158d9dd76a31b9eccf7c4f26c5466d082 (diff) | |
download | pango-4e005cf17476ee08c73e7a1a2fb1133d9008be15.tar.gz |
New version from Karl Koehler merged with the changes for the GLib unicode
Thu Jun 29 16:35:41 2000 Owen Taylor <otaylor@redhat.com>
* modules/arabic/{*.c,Makefile.am}: New version from Karl
Koehler merged with the changes for the GLib unicode functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,3 +1,8 @@ +Thu Jun 29 16:35:41 2000 Owen Taylor <otaylor@redhat.com> + + * modules/arabic/{*.c,Makefile.am}: New version from Karl + Koehler merged with the changes for the GLib unicode functions. + Wed Jun 21 12:11:56 2000 Owen Taylor <otaylor@redhat.com> * configure.in: Remove tests for libunicode @@ -21,17 +26,21 @@ Wed Jun 21 12:11:56 2000 Owen Taylor <otaylor@redhat.com> 2000-06-11 Elliot Lee <sopwith@redhat.com> - * pango/fonts.c (pango_font_description_compare): g_strcasecmp returns 0 when strings are equal - negate return value. + * pango/fonts.c (pango_font_description_compare): g_strcasecmp + returns 0 when strings are equal - negate return value. 2000-06-09 Elliot Lee <sopwith@redhat.com> - * pango/pango-coverage.[ch]: Return 'coverage' from pango_coverage_ref. + * pango/pango-coverage.[ch]: Return 'coverage' from + pango_coverage_ref. 2000-06-08 Elliot Lee <sopwith@redhat.com> - * modules/Makefile.am: Add DOTMODULESDIR define to make it easier to change location of .modules files. - * pango/modules.c: Likewise. Also scan the config directory for multiple config files instead of pango.modules. - Also fclose() opened files. + * modules/Makefile.am: Add DOTMODULESDIR define to make it easier + to change location of .modules files. + * pango/modules.c: Likewise. Also scan the config directory for + multiple config files instead of pango.modules. Also fclose() + opened files. Thu Jun 8 14:43:35 2000 Owen Taylor <otaylor@redhat.com> |