summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-06-09 04:33:18 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-06-09 04:33:18 +0000
commit7f43c0e77c0ef588ac4d3c650ad34042cc2506a1 (patch)
tree9905d796c7dbe019d4b2b9440a585cbf1b4b1b6d
parent4d7aa25384b931c80f86ceae3abe832e0b6deb64 (diff)
downloadpango-PANGO_1_2_3.tar.gz
=== Released 1.2.3 ===PANGO_1_2_3
Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com> * === Released 1.2.3 === * NEWS: Updated * configure.in: Version 1.2.3, interface age 3.
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-1-108
-rw-r--r--ChangeLog.pre-1-48
-rw-r--r--ChangeLog.pre-1-68
-rw-r--r--ChangeLog.pre-1-88
-rw-r--r--NEWS5
-rw-r--r--configure.in4
7 files changed, 47 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e796c7d2..b5377eb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.2.3 ===
+
+ * NEWS: Updated
+
+ * configure.in: Version 1.2.3, interface age 3.
+
Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index e796c7d2..b5377eb8 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,11 @@
+Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.2.3 ===
+
+ * NEWS: Updated
+
+ * configure.in: Version 1.2.3, interface age 3.
+
Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index e796c7d2..b5377eb8 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,11 @@
+Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.2.3 ===
+
+ * NEWS: Updated
+
+ * configure.in: Version 1.2.3, interface age 3.
+
Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index e796c7d2..b5377eb8 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,11 @@
+Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.2.3 ===
+
+ * NEWS: Updated
+
+ * configure.in: Version 1.2.3, interface age 3.
+
Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index e796c7d2..b5377eb8 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,11 @@
+Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.2.3 ===
+
+ * NEWS: Updated
+
+ * configure.in: Version 1.2.3, interface age 3.
+
Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
diff --git a/NEWS b/NEWS
index 0dfa3325..1f201ff4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
Overview of Changes in Pango 1.2.2
==================================
+* Fix operation with --disable-debug [Jeff Waugh]
+* Improve handling of ink rectangle extents for empty runs
+* Fix problem with keynav at line boundaries for RTL text [Matthias Clasen]
+Overview of Changes in Pango 1.2.2
+==================================
* Cache fontsets for the Xft and FT2 backends, a large speedup for short
strings [Owen Taylor, Soeren Sandmann]
* Make built in rendering functions, especially the FT2 one,
diff --git a/configure.in b/configure.in
index be78f85d..50014cb0 100644
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,7 @@ dnl
dnl The triplet
m4_define([pango_major_version],1)
m4_define([pango_minor_version],2)
-m4_define([pango_micro_version],2)
+m4_define([pango_micro_version],3)
PANGO_MAJOR_VERSION=pango_major_version()
PANGO_MINOR_VERSION=pango_minor_version()
@@ -34,7 +34,7 @@ dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.
PANGO_API_VERSION=1.0
dnl Number of releases since we've added interfaces
-PANGO_INTERFACE_AGE=2
+PANGO_INTERFACE_AGE=3
dnl Number of releases since we've broken binary compatibility.
# PANGO_BINARY_AGE=0