]> Pileus Git - ~andy/gtk/commitdiff
Add some quotes around ***. (#130073, Uwe Zeisberger)
authorOwen Taylor <otaylor@redhat.com>
Tue, 24 Feb 2004 22:42:55 +0000 (22:42 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 24 Feb 2004 22:42:55 +0000 (22:42 +0000)
Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>

        * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
        Uwe Zeisberger)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
m4macros/gtk-2.0.m4

index fce852979c2b138789244df6d0c56327002f805c..307e14eb01d90cd6ae4adef10bd2d6a13bc0c39f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
+       Uwe Zeisberger)
+
 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index fce852979c2b138789244df6d0c56327002f805c..307e14eb01d90cd6ae4adef10bd2d6a13bc0c39f 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
+       Uwe Zeisberger)
+
 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index fce852979c2b138789244df6d0c56327002f805c..307e14eb01d90cd6ae4adef10bd2d6a13bc0c39f 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
+       Uwe Zeisberger)
+
 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index fce852979c2b138789244df6d0c56327002f805c..307e14eb01d90cd6ae4adef10bd2d6a13bc0c39f 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
+       Uwe Zeisberger)
+
 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index fce852979c2b138789244df6d0c56327002f805c..307e14eb01d90cd6ae4adef10bd2d6a13bc0c39f 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
+       Uwe Zeisberger)
+
 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
 
        * === Released 2.3.3 ===
index 36a1f9f760dd8a0066393797e92066be5550ce40..3deba01be78c6258fd7019c3c37f0b059e1a49a2 100644 (file)
@@ -30,7 +30,7 @@ AC_ARG_ENABLE(gtktest, [  --disable-gtktest       do not try to compile and run
     if pkg-config --atleast-pkgconfig-version 0.7 ; then
       :
     else
-      echo *** pkg-config too old; version 0.7 or better required.
+      echo "*** pkg-config too old; version 0.7 or better required."
       no_gtk=yes
       PKG_CONFIG=no
     fi