From 320f8cd2773015af4d3d1d5fb035c2ab11d5c921 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 5 Mar 2005 00:50:29 +0000 Subject: Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen 2005-03-04 Owen Taylor Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen and Ross Burton) * pango/pango-color.c pango/pango-color-table.h tools/gen-color-table.pl: Redo storage of colors to use offsets into a static string rather than embedded strings. (Inspired by a patch from Tommi Komulainen, #168899) * pango/break.c pango/fonts.c pango/pango-color.c pango/pango-layout.c pango/pango-markup.c pango/pango-script-lang-table.h pango/mini-fribidi/fribidi_types.c tools/gen-script-for-lang.c: Add const in various places * modules/arabic/arabic-fc.c modules/hebrew/hebrew-fc.c: modules/indic/{indic-fc.c,indic-ot-class-tables.c, indic-ot.h} modules/syriac/syriac-ot.c (syriac): Further addition of const. --- ChangeLog.pre-1-10 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog.pre-1-10') diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index dbe068ad..44f3dd9b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,25 @@ +2005-03-04 Owen Taylor + + Reduce non-shared data (#168899, inspired by patches + from Tommi Komulainen and Ross Burton) + + * pango/pango-color.c pango/pango-color-table.h + tools/gen-color-table.pl: Redo storage of colors to + use offsets into a static string rather than embedded + strings. (Inspired by a patch from Tommi Komulainen, + #168899) + + * pango/break.c pango/fonts.c pango/pango-color.c + pango/pango-layout.c pango/pango-markup.c + pango/pango-script-lang-table.h + pango/mini-fribidi/fribidi_types.c + tools/gen-script-for-lang.c: Add const in various places + + * modules/arabic/arabic-fc.c modules/hebrew/hebrew-fc.c: + modules/indic/{indic-fc.c,indic-ot-class-tables.c, + indic-ot.h} modules/syriac/syriac-ot.c (syriac): Further + addition of const. + 2005-03-04 Owen Taylor * NEWS: Updates from stable branch. -- cgit v1.2.1