Skip to content

Commit

Permalink
=== Released 1.10.0 ===
Browse files Browse the repository at this point in the history
2005-08-15  Owen Taylor  <otaylor@redhat.com>

        * === Released 1.10.0 ===

        * configure.in: Version 1.10.0

        * NEWS: Update
  • Loading branch information
owtaylor authored and Owen Taylor committed Aug 15, 2005
1 parent dcf9f74 commit ea8a716
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 14 deletions.
12 changes: 10 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2005-08-15 Owen Taylor <otaylor@redhat.com>

* === Released 1.10.0 ===

* configure.in: Version 1.10.0

* NEWS: Updated.

2005-08-15 Behdad Esfahbod <pango@behdad.org>

* pango/mini-fribidi/fribidi_tab_char_type_2.i: Updated to
Expand Down Expand Up @@ -330,7 +338,7 @@
2005-07-21 Owen Taylor <otaylor@redhat.com>

* modules/indic/indic-ot-class-tables.c: Enable touching
for Sinhala with the ZWJ + al-lakuna combination.
letters for Sinhala with the ZWJ + al-lakuna combination.
(#302577, Harshula)

2005-07-21 Owen Taylor <otaylor@redhat.com>
Expand Down Expand Up @@ -872,7 +880,7 @@ Sat Mar 5 13:51:04 2005 Manish Singh <yosh@gimp.org>
Split out handling of sinhala al-lakuna character from
handling of Virama in the state table to avoid implicit
formation of conjucts for Sinhala. (Patch from
Harshula, ##161981)
Harshula, #161981)

* modules/indic/indic-fc.c modules/indic/indic-ot.h:
Add a new script flag SF_PROCESS_ZWJ indicating
Expand Down
12 changes: 10 additions & 2 deletions ChangeLog.pre-1-10
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2005-08-15 Owen Taylor <otaylor@redhat.com>

* === Released 1.10.0 ===

* configure.in: Version 1.10.0

* NEWS: Updated.

2005-08-15 Behdad Esfahbod <pango@behdad.org>

* pango/mini-fribidi/fribidi_tab_char_type_2.i: Updated to
Expand Down Expand Up @@ -330,7 +338,7 @@
2005-07-21 Owen Taylor <otaylor@redhat.com>

* modules/indic/indic-ot-class-tables.c: Enable touching
for Sinhala with the ZWJ + al-lakuna combination.
letters for Sinhala with the ZWJ + al-lakuna combination.
(#302577, Harshula)

2005-07-21 Owen Taylor <otaylor@redhat.com>
Expand Down Expand Up @@ -872,7 +880,7 @@ Sat Mar 5 13:51:04 2005 Manish Singh <yosh@gimp.org>
Split out handling of sinhala al-lakuna character from
handling of Virama in the state table to avoid implicit
formation of conjucts for Sinhala. (Patch from
Harshula, ##161981)
Harshula, #161981)

* modules/indic/indic-fc.c modules/indic/indic-ot.h:
Add a new script flag SF_PROCESS_ZWJ indicating
Expand Down
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
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
==========================================
* Support setting of font options and DPI on PangoContext for
the Cairo backend.
* Adapt to recent Cairo API changes
* Win32 build improvements [Tor Lillqvist]
* Misc bug fixes [Hans Breuer, Thomas Fitzsimmons, Kazuki IWAMOTO]

Overview of changes between 1.8.x and 1.9.x
===========================================
* Add Cairo support; PangoCairoFontmap is an interface with
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dnl

dnl The triplet
m4_define([pango_major_version], [1])
m4_define([pango_minor_version], [9])
m4_define([pango_micro_version], [1])
m4_define([pango_minor_version], [10])
m4_define([pango_micro_version], [0])
m4_define([pango_version],
[pango_major_version.pango_minor_version.pango_micro_version])
dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.
Expand Down
14 changes: 7 additions & 7 deletions docs/tmpl/scripts.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex
@PANGO_SCRIPT_LINEAR_B:
@PANGO_SCRIPT_TAI_LE:
@PANGO_SCRIPT_UGARITIC:
@PANGO_SCRIPT_NEW_TAI_LUE:
@PANGO_SCRIPT_BUGINESE:
@PANGO_SCRIPT_GLAGOLITIC:
@PANGO_SCRIPT_TIFINAGH:
@PANGO_SCRIPT_SYLOTI_NAGRI:
@PANGO_SCRIPT_OLD_PERSIAN:
@PANGO_SCRIPT_KHAROSHTHI:
@PANGO_SCRIPT_NEW_TAI_LUE:
@PANGO_SCRIPT_BUGINESE:
@PANGO_SCRIPT_GLAGOLITIC:
@PANGO_SCRIPT_TIFINAGH:
@PANGO_SCRIPT_SYLOTI_NAGRI:
@PANGO_SCRIPT_OLD_PERSIAN:
@PANGO_SCRIPT_KHAROSHTHI:

<!-- ##### MACRO PANGO_TYPE_SCRIPT ##### -->
<para>
Expand Down

0 comments on commit ea8a716

Please sign in to comment.