summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLog.pre-1-09
-rw-r--r--ChangeLog.pre-1-109
-rw-r--r--ChangeLog.pre-1-29
-rw-r--r--ChangeLog.pre-1-49
-rw-r--r--ChangeLog.pre-1-69
-rw-r--r--ChangeLog.pre-1-89
-rw-r--r--NEWS7
-rw-r--r--configure.in2
-rw-r--r--docs/Makefile.am2
10 files changed, 72 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c73e370..ce51a947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-06-12 Havoc Pennington <hp@redhat.com>
+
+ * docs/Makefile.am (dist-hook): don't ignore errors from missing
+ index.sgml
+
+ * NEWS: update
+
+ * configure.in: increment version to 0.17
+
Thu Jun 7 14:06:25 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 9c73e370..ce51a947 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,12 @@
+2001-06-12 Havoc Pennington <hp@redhat.com>
+
+ * docs/Makefile.am (dist-hook): don't ignore errors from missing
+ index.sgml
+
+ * NEWS: update
+
+ * configure.in: increment version to 0.17
+
Thu Jun 7 14:06:25 2001 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 9c73e370..ce51a947 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,12 @@
+2001-06-12 Havoc Pennington <hp@redhat.com>
+
+ * docs/Makefile.am (dist-hook): don't ignore errors from missing
+ index.sgml
+
+ * NEWS: update
+
+ * configure.in: increment version to 0.17
+
Thu Jun 7 14:06:25 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 9c73e370..ce51a947 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,12 @@
+2001-06-12 Havoc Pennington <hp@redhat.com>
+
+ * docs/Makefile.am (dist-hook): don't ignore errors from missing
+ index.sgml
+
+ * NEWS: update
+
+ * configure.in: increment version to 0.17
+
Thu Jun 7 14:06:25 2001 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 9c73e370..ce51a947 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,12 @@
+2001-06-12 Havoc Pennington <hp@redhat.com>
+
+ * docs/Makefile.am (dist-hook): don't ignore errors from missing
+ index.sgml
+
+ * NEWS: update
+
+ * configure.in: increment version to 0.17
+
Thu Jun 7 14:06:25 2001 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 9c73e370..ce51a947 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,12 @@
+2001-06-12 Havoc Pennington <hp@redhat.com>
+
+ * docs/Makefile.am (dist-hook): don't ignore errors from missing
+ index.sgml
+
+ * NEWS: update
+
+ * configure.in: increment version to 0.17
+
Thu Jun 7 14:06:25 2001 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 9c73e370..ce51a947 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,12 @@
+2001-06-12 Havoc Pennington <hp@redhat.com>
+
+ * docs/Makefile.am (dist-hook): don't ignore errors from missing
+ index.sgml
+
+ * NEWS: update
+
+ * configure.in: increment version to 0.17
+
Thu Jun 7 14:06:25 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_move_cursor_visually):
diff --git a/NEWS b/NEWS
index 46d0f465..c36328d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 0.16 and 0.17
+
+* Build/bug fixes
+* Cursor motion is now by graphemes (logical editing units) rather than
+ by characters
+* Optionally support jumping cursor instead of split cursor
+
Changes between 0.15 and 0.16
* Ability to make newlines in a PangoLayout display as regular characters
diff --git a/configure.in b/configure.in
index 255a7a4c..21a5005e 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
AC_INIT(ChangeLog)
PANGO_MAJOR_VERSION=0
-PANGO_MINOR_VERSION=16
+PANGO_MINOR_VERSION=17
AC_SUBST(PANGO_MAJOR_VERSION)
AC_SUBST(PANGO_MINOR_VERSION)
diff --git a/docs/Makefile.am b/docs/Makefile.am
index d2d952e1..cca3dac1 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -181,7 +181,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
mkdir $(distdir)/html
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
-cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
- -cp $(srcdir)/html/index.sgml $(distdir)/html
+ cp $(srcdir)/html/index.sgml $(distdir)/html
-cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
images=$(HTML_IMAGES) ; \