summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>2000-05-03 02:16:53 +0000
committerManish Singh <yosh@src.gnome.org>2000-05-03 02:16:53 +0000
commit46ba6b62b8423d3a8e6223ebd516f1703d23aa56 (patch)
tree205a9193424bbdf135769d25012bb4e7ffbd6277
parentd9eb24b8c52994a2d2f2de4d53d226ecb7b4bd9f (diff)
downloadpango-46ba6b62b8423d3a8e6223ebd516f1703d23aa56.tar.gz
typo fix
-Yosh
-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