summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-02-03 05:34:15 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-02-03 05:34:15 +0000
commit400b54870729c2afe49d1aec2b43b2678e0d0844 (patch)
tree8433c6ada687c70d16fc47b4a8360ca49422c5e8
parent4ec791bafa11900b4cc66df859b11c219ba6b85e (diff)
downloadpango-400b54870729c2afe49d1aec2b43b2678e0d0844.tar.gz
=== Released 1.23.0 ===
2009-02-03 Behdad Esfahbod <behdad@gnome.org> * === Released 1.23.0 === * configure.in: Version 1.23.0 * NEWS: Updated. svn path=/trunk/; revision=2828
-rw-r--r--ChangeLog8
-rw-r--r--NEWS54
2 files changed, 62 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d1167b6..c0a2f53e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-02-03 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.23.0 ===
+
+ * configure.in: Version 1.23.0
+
+ * NEWS: Updated.
+
+2009-02-03 Behdad Esfahbod <behdad@gnome.org>
+
* pango/Makefile.am: Comment out gobject-introspection for now,
to get a release out.
diff --git a/NEWS b/NEWS
index aadd085c..6f81e89c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+Overview of changes between 1.22.4 and 1.23.0
+=============================================
+- Change the PangoFc font loading API to allow for lazy loading of fonts.
+- Add private PangoFcFontset that loads fallback fonts as needed.
+- Call FcFontMatch() and only if fallback fonts are needed call FcFontSort().
+- Optimize HarfBuzz number of malloc calls
+- Don't malloc megs of unused memory in HarfBuzz
+- Print-out, and parse, numeric styles correctly. Things like
+ "DejaVu Sans weight=100" parse as font description now.
+- New public API:
+
+ Add two new public macros:
+
+ PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING
+ PANGO_ATTRIBUTE_INDEX_TO_TEXT_END
+
+ Add new public enum values:
+
+ PANGO_WEIGHT_BOOK
+ PANGO_WEIGHT_ULTRAHEAVY
+ PANGO_WEIGHT_THIN
+ PANGO_WEIGHT_MEDIUM
+
+- Misc bug fixes
+- Bugs fixed in this release:
+ Bug 569763 – pango doesn't like font descriptions without family!
+ Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable
+ Bug 567392 – Abiword crashes in pango when opening document with
+ certain locales
+ Bug 566727 – PangoFontsetLazy
+ Bug 567165 – Apply all pattern matrices
+ Bug 567934 – Add introspection support inside pango
+ Bug 549532 – Correction to the sample string for Hindi in
+ pango-language-sample-table.h
+ Bug 566726 – Minor optimization
+ Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING and
+ PANGO_ATTRIBUTE_INDEX_TO_TEXT_END
+ Bug 551469 – Fold '@' to '-' when parsing PangoLanguages
+ Bug 328206 – Update/remove some old files
+ Bug 166709 – Handle font variants more consistently
+ Bug 166676 – pango_fc_font_map_finalize
+ Bug 164001 - pango-querymodules doesn't work uninstalled on win32
+ Bug 384362 – pango can't select some font styles
+ Bug 168085 – numeric styles in pango_font_description_to_string()
+ Bug 529591 – Code related to malayalam is misplaced.
+ Patch from Rahul Bhalerao
+ Bug 515807 – Don't bind modules lazily
+ Bug 512662 – Update check.docs for pango-undeclared.txt
+ Bug 565644 – Maybe pango_font_descriptions_free is deprecated
+ Bug 469049 – Fix all compiler warnings
+ Bug 565379 – pango_font_description_better_match some style attributes
+ of old_match are not checked
+ Bug 564877 – pango-engine.h: PANGO_MODULE_PREFIX and G_MODULE_EXPORT
+
Overview of changes between 1.22.3 and 1.22.4
=============================================
- Misc bug fixes