summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-17 21:38:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-17 21:38:09 +0000
commitad9f543f410a0e7bbdbadafa42c75bc04ff2be58 (patch)
treee44ceefe43e4e9124fae628e7f674bdf7c45efb3 /NEWS
parent3fd281efc12ebd086618317c98521cb69287599b (diff)
downloadpango-ad9f543f410a0e7bbdbadafa42c75bc04ff2be58.tar.gz
Released 0.13PANGO_0_13
Fri Nov 17 16:12:34 2000 Owen Taylor <otaylor@redhat.com> * Released 0.13 * NEWS: Updates for 0.13 Fri Nov 17 16:04:19 2000 Owen Taylor <otaylor@redhat.com> * tools/Makefile.am (EXTRA_DIST): Add maps/tis-620 * Makefile.am (EXTRA_DIST): Added TODO.xml * pango/Makefile.am (EXTRA_DIST): Add .def files for Win32. * examples/Makefile.am (EXTRA_DIST): Add a couple of missing files. * docs/Makefile.am (dist-hook): Add back accidentally removed rule to distribute TEXT/*.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index da0b8973..b62793c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,24 @@
+Changes between 0.12 and 0.13
+
+* Win32 Support [Tor]
+* Per-display caching of font coverage on the root window [Owen]
+* Handling of embedded non-characters in PangoLayout [Elliot]
+* Mapping table fixes and improvements [KUSANO Takayuki, Robert, Owen]
+* Adjustable tab handling in PangoLayout [Havoc]
+* Add relative font-scaling attribute [Havoc]
+* Add function to convert XML/GMarkup description to a PangoAttrList [Havoc]
+* New version of Arabic shaper [Karl]
+* Enhanced Indic support with ligature tables from the font and
+ many more languages [Robert]
+* Include FriBidi core that provides the features that Pango needs and
+ can be used instead of separately installed fribidi. [Owen]
+* Add PangoLayoutIterator that abstracts the geometry operations for
+ iterating over the lines/items/clusters/chars in a layout [Havoc]
+* Bug fixes, and more bug fixes
+
+
What is new in GScript 0.1:
- - Initial release
+* Initial release