summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-18 23:46:16 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-18 23:46:16 +0000
commit5e56b1ef6bfbda9e7cf1becea8dda16dbda66e61 (patch)
treedba757a894f892d83c84491fa53611fd688d8f66
parentaeceaa7a811295204d0f11f208e8c3fa4d641d85 (diff)
downloadpango-PANGO_1_11_0.tar.gz
=== Released 1.11.0 ===PANGO_1_11_0
2005-11-18 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.0 === * configure.in: Version 1.11.0 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS45
-rw-r--r--configure.in2
3 files changed, 52 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index af3e982b..3122eedb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-11-18 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.11.0 ===
+
+ * configure.in: Version 1.11.0
+
+ * NEWS: Updated.
+
+2005-11-18 Behdad Esfahbod <behdad@gnome.org>
+
* pango/pango-layout.c (pango_layout_move_cursor_visually): Use the
new support for negative offsets in g_utf8_pointer_to_offset. So now,
we simply do:
diff --git a/NEWS b/NEWS
index c256948c..74137e92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,52 @@
-overview of changes between 1.9.1 and 1.10.0
+Overview of changes between 1.10.1 and 1.11.0
+=============================================
+* Line-breaking algorithm updated to Unicode 4.1.
+* Code borrowed from GNU FriBidi resynched to version 1.0.7.
+* New improved Tibetan shaper module. [Pema Geyleg]
+* Bug fix in Khmer shaper module. [Jens Herden]
+* Respect fontconfig reassignment of font pixelsize. [Funda Wang]
+* Make OpenType GPOS handling more robust/correct. [Greg Aumann]
+* Various documentation fixes and improvements.
+* Various gcc warning fixes.
+* Misc bug fixes.
+
+Optimizations:
+
+* Add a lazy fixed-size per-font cache to map characters to glyphs,
+ in the cairo backend. [Federico Mena Quintero]
+* Optimize character to script mapping by adding a linear table for
+ characters < U+2000, and also caching the last mid point in
+ bsearch. [Federico, Matthias Clasen]
+* Enabled mini-fribidi's trashstack instead of direct mallocs.
+* Short circuit the bidi algorithm for provably unidirectional text.
+* Make mini-fribidi process UTF-8 directly.
+* Several strlen and g_utf8_strlen calls removed. [Owen Taylor, Billy Biggs]
+* Use call tables in the OpenType layout code.
+* Use quarks for accessing GObject data. [Federico]
+* Open Pango modules with lazy-bind flags. [John Rice]
+* Use new negative offsets in g_utf8_pointer_to_offset to avoid
+ scanning from the beginning of line on cursor movement.
+* Avoid redundant PANGO_IS_FC_FONT checks.
+
+Overview of changes between 1.10.0 and 1.10.1
+=============================================
+* Add various forms of caching to the Win32 backend, greatly
+ improving performance [Tor Lillqvist]
+* Fix problem with colors leaking from a Pango item to
+ subsequently drawn strings. [Choe Hwanjin]
+* Fix bug where error underlines would be drawn 1024 times
+ too big in the Cairo backend. [Luis Villa]
+* Misc bug and build fixes [Jean Brefort, Matthias Clasen,
+ Behdad Esfahbod, Kazuki Iwamoto]
+
+Overview of changes between 1.9.1 and 1.10.0
============================================
* Update script tables, bidi tables, and Arabic joining tables for Unicode 4.1
[Roozbeh Pournader, Behdad Esfahbod]
* Misc bug and build fixes [Sebastien Bacher, Hans Breuer, Behdad,
J. Ali Harlow, Tor Lillqvist, Keith Packard, Vittorio Palmisano, Manish Singh]
-overview of changes between 1.9.0 and 1.9.1
+Overview of changes between 1.9.0 and 1.9.1
==========================================
* Support setting of font options and DPI on PangoContext for
the Cairo backend.
diff --git a/configure.in b/configure.in
index 4e7e81cc..a6418690 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl
dnl The triplet
m4_define([pango_major_version], [1])
-m4_define([pango_minor_version], [10])
+m4_define([pango_minor_version], [11])
m4_define([pango_micro_version], [0])
m4_define([pango_version],
[pango_major_version.pango_minor_version.pango_micro_version])