summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-14 23:30:41 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-14 23:30:41 +0000
commitb1e17076ed070adbe4e39fb8dfaa441780a13be7 (patch)
treefb10dc19385a2b42259fdbb5591072aeaa40bd98 /ChangeLog
parent5971f2111ea4b235e6a68be427bd52aac80c1d62 (diff)
downloadpango-b1e17076ed070adbe4e39fb8dfaa441780a13be7.tar.gz
Updates from #320666:
2005-11-14 Behdad Esfahbod <behdad@gnome.org> Updates from #320666: * pango/Makefile.am: Remove pango-easy-scripts-table.h. * pango/pango-easy-scripts-table.h: Removed. The "easy" table goes into pango-scripts-table.h too. * pango/pango-script-table.h: Include "easy" table. * pango/pango-script.c: Change gunichar->script last_index caching mechanism. The caching is simply done by making int mid in the bsearch static. * tools/Makefile.am: Remove gen-easy-scripts-table.c. * tools/gen-easy-scripts-table.c: Removed. The "easy" table is generated in gen-scripts-table.pl too. * tools/gen-script-table.h: Generate "easy" table.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 936327de..b84c29cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
2005-11-14 Behdad Esfahbod <behdad@gnome.org>
+ Updates from #320666:
+
+ * pango/Makefile.am: Remove pango-easy-scripts-table.h.
+
+ * pango/pango-easy-scripts-table.h: Removed. The "easy" table goes
+ into pango-scripts-table.h too.
+
+ * pango/pango-script-table.h: Include "easy" table.
+
+ * pango/pango-script.c: Change gunichar->script last_index caching
+ mechanism. The caching is simply done by making int mid in the
+ bsearch static.
+
+ * tools/Makefile.am: Remove gen-easy-scripts-table.c.
+
+ * tools/gen-easy-scripts-table.c: Removed. The "easy" table is
+ generated in gen-scripts-table.pl too.
+
+ * tools/gen-script-table.h: Generate "easy" table.
+
+2005-11-14 Behdad Esfahbod <behdad@gnome.org>
+
* examples/Makefile.am: Add X_CFLAGS to INCLUDES. We normally are
picking them up from XFT_CFLAGS, but we don't require Xft any more
for X11. (#320576)