summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-12-14 23:23:14 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-12-14 23:23:14 +0000
commit016c4d7047fd3ac2f76667f4ffe3b3a22ad0b902 (patch)
tree740872633a5f6f1ffda8dbf8a01e5249e9ff85de /ChangeLog.pre-1-10
parent1b3ed686bdc299ab5b79eeb8a485f6d84189f4e6 (diff)
downloadpango-016c4d7047fd3ac2f76667f4ffe3b3a22ad0b902.tar.gz
add assertion that shaper != NULL to catch engine problems faster
2000-12-14 Havoc Pennington <hp@redhat.com> * pango/fonts.c (pango_font_find_shaper): add assertion that shaper != NULL to catch engine problems faster * pango/Makefile.am (libpangox_la_SOURCES): modules.[hc] and module-defs.c have to go in libpangox for now since the modules use the X stuff, and static linkage won't let you play games here * examples/Makefile.am (pango_viewer_LDADD): fix order of link * modules/indic/pango-indic-script.h (pango_indic_get_char): make this a macro, so it doesn't collide between modules * modules/*/Makefile.am: Fix to work if the module isn't included * examples/Makefile.am: don't query modules if we didn't build any * modules/indic/gurmukhi.c (MODULE_ENTRY): fix prefix * modules/indic/bengali.c (MODULE_ENTRY): fix prefix * modules/indic/gujarati.c (MODULE_ENTRY): fix prefix * modules/indic/devanagari.c (MODULE_ENTRY): fix prefix * modules/indic/myanmar.c (MODULE_ENTRY): uniquely prefix the functions * modules/Makefile.am (MODULES): handle case where there are no modules to query * configure.in: Fix up include_modules stuff to work with Indic * pango/glyphstring.c (pango_glyph_string_set_size): Just g_error() if the glyph string exceeds maximum integer size, instead of mysteriously crashing later.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-1037
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 2f451cdb..f38b72af 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,40 @@
+2000-12-14 Havoc Pennington <hp@redhat.com>
+
+ * pango/fonts.c (pango_font_find_shaper): add assertion that
+ shaper != NULL to catch engine problems faster
+
+ * pango/Makefile.am (libpangox_la_SOURCES): modules.[hc] and
+ module-defs.c have to go in libpangox for now since the modules
+ use the X stuff, and static linkage won't let you play games here
+
+ * examples/Makefile.am (pango_viewer_LDADD): fix order of link
+
+ * modules/indic/pango-indic-script.h (pango_indic_get_char): make
+ this a macro, so it doesn't collide between modules
+
+ * modules/*/Makefile.am: Fix to work if the module isn't included
+
+ * examples/Makefile.am: don't query modules if we didn't build any
+
+ * modules/indic/gurmukhi.c (MODULE_ENTRY): fix prefix
+
+ * modules/indic/bengali.c (MODULE_ENTRY): fix prefix
+
+ * modules/indic/gujarati.c (MODULE_ENTRY): fix prefix
+
+ * modules/indic/devanagari.c (MODULE_ENTRY): fix prefix
+
+ * modules/indic/myanmar.c (MODULE_ENTRY): uniquely prefix the functions
+
+ * modules/Makefile.am (MODULES): handle case where there are no
+ modules to query
+
+ * configure.in: Fix up include_modules stuff to work with Indic
+
+ * pango/glyphstring.c (pango_glyph_string_set_size): Just
+ g_error() if the glyph string exceeds maximum integer size,
+ instead of mysteriously crashing later.
+
2000-12-15 Tor Lillqvist <tml@iki.fi>
* pango/pangoft2.c (pango_ft2_ft_strerror): Update for newest