summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-04
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-24
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--examples/Makefile.am2
8 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25ae885f..f48d8489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org>
+
+ * examples/Makefile.am: typo fix
+
Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org>
* configure.in: add support for fribidi-config (needs fribidi v0.1.10
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 25ae885f..f48d8489 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,7 @@
+Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org>
+
+ * examples/Makefile.am: typo fix
+
Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org>
* configure.in: add support for fribidi-config (needs fribidi v0.1.10
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 25ae885f..f48d8489 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org>
+
+ * examples/Makefile.am: typo fix
+
Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org>
* configure.in: add support for fribidi-config (needs fribidi v0.1.10
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 25ae885f..f48d8489 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,7 @@
+Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org>
+
+ * examples/Makefile.am: typo fix
+
Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org>
* configure.in: add support for fribidi-config (needs fribidi v0.1.10
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 25ae885f..f48d8489 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org>
+
+ * examples/Makefile.am: typo fix
+
Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org>
* configure.in: add support for fribidi-config (needs fribidi v0.1.10
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 25ae885f..f48d8489 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org>
+
+ * examples/Makefile.am: typo fix
+
Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org>
* configure.in: add support for fribidi-config (needs fribidi v0.1.10
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 25ae885f..f48d8489 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org>
+
+ * examples/Makefile.am: typo fix
+
Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org>
* configure.in: add support for fribidi-config (needs fribidi v0.1.10
diff --git a/examples/Makefile.am b/examples/Makefile.am
index f0b841cf..a9300511 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -9,7 +9,7 @@ bin_PROGRAMS = pango-viewer
pango_viewer_SOURCES = \
viewer.c
-pango_viewer_LDADD = ../pango/libpango.la ../pango/libpangox.la $(GTK_LIBS) $(FRIBID_LIBS) $(UNICODE_LIBS)
+pango_viewer_LDADD = ../pango/libpango.la ../pango/libpangox.la $(GTK_LIBS) $(FRIBIDI_LIBS) $(UNICODE_LIBS)
endif
all-local: pango.modules