summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--ChangeLog.pre-1-010
-rw-r--r--ChangeLog.pre-1-1010
-rw-r--r--ChangeLog.pre-1-210
-rw-r--r--ChangeLog.pre-1-410
-rw-r--r--ChangeLog.pre-1-610
-rw-r--r--ChangeLog.pre-1-810
-rw-r--r--NEWS14
-rw-r--r--configure.in5
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/pango.types0
-rw-r--r--pango/Makefile.am1
-rw-r--r--pango/opentype/Makefile.am10
13 files changed, 97 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c549b34b..9723b1de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Release 0.14
+
+ * NEWS: updated.
+
+ * pango/pango/opentype/Makefile.am: make dist fixes.
+
+ * configure.in (PANGO_MINOR_VERSION): Up to 0.14
+
Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com>
* examples/viewer-qt.cc (main): Add the mystic
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index c549b34b..9723b1de 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,13 @@
+Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Release 0.14
+
+ * NEWS: updated.
+
+ * pango/pango/opentype/Makefile.am: make dist fixes.
+
+ * configure.in (PANGO_MINOR_VERSION): Up to 0.14
+
Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com>
* examples/viewer-qt.cc (main): Add the mystic
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index c549b34b..9723b1de 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,13 @@
+Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Release 0.14
+
+ * NEWS: updated.
+
+ * pango/pango/opentype/Makefile.am: make dist fixes.
+
+ * configure.in (PANGO_MINOR_VERSION): Up to 0.14
+
Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com>
* examples/viewer-qt.cc (main): Add the mystic
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index c549b34b..9723b1de 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,13 @@
+Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Release 0.14
+
+ * NEWS: updated.
+
+ * pango/pango/opentype/Makefile.am: make dist fixes.
+
+ * configure.in (PANGO_MINOR_VERSION): Up to 0.14
+
Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com>
* examples/viewer-qt.cc (main): Add the mystic
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index c549b34b..9723b1de 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,13 @@
+Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Release 0.14
+
+ * NEWS: updated.
+
+ * pango/pango/opentype/Makefile.am: make dist fixes.
+
+ * configure.in (PANGO_MINOR_VERSION): Up to 0.14
+
Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com>
* examples/viewer-qt.cc (main): Add the mystic
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index c549b34b..9723b1de 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,13 @@
+Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Release 0.14
+
+ * NEWS: updated.
+
+ * pango/pango/opentype/Makefile.am: make dist fixes.
+
+ * configure.in (PANGO_MINOR_VERSION): Up to 0.14
+
Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com>
* examples/viewer-qt.cc (main): Add the mystic
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index c549b34b..9723b1de 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,13 @@
+Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Release 0.14
+
+ * NEWS: updated.
+
+ * pango/pango/opentype/Makefile.am: make dist fixes.
+
+ * configure.in (PANGO_MINOR_VERSION): Up to 0.14
+
Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com>
* examples/viewer-qt.cc (main): Add the mystic
diff --git a/NEWS b/NEWS
index b62793c9..4983f11d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes between 0.13 and 0.14
+
+* Win32 improvements [Tor]
+* Much better boundary resolution using algorithms from the Unicode
+ standard [Havoc]
+* Initial support for anti-aliased TrueType and OpenType fonts
+ using the Xft and Xrender libraries from XFree86 4. [Owen]
+* Fix the FreeType support on Unix so it can be used for the frame-buffer
+ port of GTK+. [Alex]
+* Fix up module building [Alex]
+* Add average-character-width font metric [Havoc]
+* Bug fixes
+
+
Changes between 0.12 and 0.13
* Win32 Support [Tor]
diff --git a/configure.in b/configure.in
index e26c7506..c85ec222 100644
--- a/configure.in
+++ b/configure.in
@@ -1,13 +1,13 @@
dnl Process this file with autoconf to create configure.
PANGO_MAJOR_VERSION=0
-PANGO_MINOR_VERSION=13
+PANGO_MINOR_VERSION=14
AC_SUBST(PANGO_MAJOR_VERSION)
AC_SUBST(PANGO_MINOR_VERSION)
AC_INIT(ChangeLog)
-AM_INIT_AUTOMAKE(pango, 0.13)
+AM_INIT_AUTOMAKE(pango, 0.14)
AM_CONFIG_HEADER(config.h)
@@ -450,6 +450,7 @@ pango/opentype/Makefile
pango/makefile.mingw
pango/pango.rc
pango/pangoft2.rc
+pango/pangowin32.rc
pango/opentype/makefile.mingw
modules/Makefile
modules/arabic/Makefile
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 8920d3b3..baee93fa 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -121,7 +121,7 @@ tmpl.stamp: tmpl-build.stamp
#### sgml ####
-sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) tmpl/*.sgml
+sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
@echo '*** Building SGML ***'
cd $(srcdir) && \
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) $(MKDB_OPTIONS)
diff --git a/docs/pango.types b/docs/pango.types
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/docs/pango.types
diff --git a/pango/Makefile.am b/pango/Makefile.am
index b81ada62..cd761fea 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -99,6 +99,7 @@ libpangox_la_LIBADD = $(X_LIBS) $(INCLUDED_X_MODULES)
libpangoxft_la_SOURCES = \
pangoxft-font.c \
pangoxft-fontmap.c \
+ pangoxft-private.h \
module-defs-xft.c
libpangoxft_la_LIBADD = $(INCLUDED_XFT_MODULES) $(XFT_LIBS) opentype/libpango-ot.la
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index fa396b59..553a7757 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/Makefile.am
@@ -18,11 +18,17 @@ noinst_LTLIBRARIES = libpango-ot.la
libpango_ot_la_SOURCES = \
ftxopen.c \
+ ftxopen.h \
+ ftxopenf.h \
ftxgdef.c \
+ ftxgdef.h \
ftxgpos.c \
+ ftxgpos.h \
+ ftxgsub.c \
+ ftxgsub.h \
pango-ot-info.c \
- pango-ot-ruleset.c \
- ftxgsub.c
+ pango-ot-private.h \
+ pango-ot-ruleset.c
noinst_PROGRAMS = ottest