diff options
author | Havoc Pennington <hp@redhat.com> | 2000-12-15 19:47:45 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-15 19:47:45 +0000 |
commit | f4c71c29b3b9b67d746ea23b17ce28b126911f54 (patch) | |
tree | 5fc26aaaeca165ebce07cf0dd3d20243bd19cbd3 /ChangeLog.pre-1-0 | |
parent | a8ea5ad3907b28d0361957a4f165cf31cc4fc2fc (diff) | |
download | pango-f4c71c29b3b9b67d746ea23b17ce28b126911f54.tar.gz |
touch sysconfdir/pango/pango.modules even if there are no dynamic modules,
2000-12-15 Havoc Pennington <hp@redhat.com>
* modules/Makefile.am (install-data-local): touch
sysconfdir/pango/pango.modules even if there are no dynamic
modules, so pango won't spew warnings about pango.modules not
existing, and to simplify RPM file lists
* pango/pango-context.c (fallback_engine_shape): fix this to
avoid incrementing i twice
(fallback_shaper): fix initializer
* pango/querymodules.c (query_module): don't call g_module_close()
on a module that doesn't get opened successfully
* pango/modules.c: do not include modules.h
(init_modules): do not do the builtin modules here,
they are done by pangox
* pango/pangox.c (pango_x_get_context): register included modules
here
* pango/pangoxft-font.c: do not include modules.h
* pango/Makefile.am (libpango_la_SOURCES): move modules.c,
back in here (but not modules.h, which actually goes with
module-defs.c)
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 8eb4c4a0..62360d9b 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,30 @@ +2000-12-15 Havoc Pennington <hp@redhat.com> + + * modules/Makefile.am (install-data-local): touch + sysconfdir/pango/pango.modules even if there are no dynamic + modules, so pango won't spew warnings about pango.modules not + existing, and to simplify RPM file lists + + * pango/pango-context.c (fallback_engine_shape): fix this to + avoid incrementing i twice + (fallback_shaper): fix initializer + + * pango/querymodules.c (query_module): don't call g_module_close() + on a module that doesn't get opened successfully + + * pango/modules.c: do not include modules.h + (init_modules): do not do the builtin modules here, + they are done by pangox + + * pango/pangox.c (pango_x_get_context): register included modules + here + + * pango/pangoxft-font.c: do not include modules.h + + * pango/Makefile.am (libpango_la_SOURCES): move modules.c, + back in here (but not modules.h, which actually goes with + module-defs.c) + 2000-12-14 Havoc Pennington <hp@redhat.com> * pango/pango-context.c (add_engines): Use a fallback shaper if |