]> Pileus Git - ~andy/gtk/commitdiff
URL escape the '+' in gtk+ in the bugzilla URL.
authorManish Singh <yosh@gimp.org>
Fri, 4 Mar 2005 01:01:01 +0000 (01:01 +0000)
committerManish Singh <yosh@src.gnome.org>
Fri, 4 Mar 2005 01:01:01 +0000 (01:01 +0000)
Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>

        * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
configure.in

index dcd93a575ee00ea9f0025fa0d5da58e41e22505c..f79881aed6a8ae1a04ac0f67076fc9412d648658 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>
+
+       * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
+
 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtksettings.c (gtk_settings_get_property): 
index dcd93a575ee00ea9f0025fa0d5da58e41e22505c..f79881aed6a8ae1a04ac0f67076fc9412d648658 100644 (file)
@@ -1,3 +1,7 @@
+Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>
+
+       * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
+
 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtksettings.c (gtk_settings_get_property): 
index dcd93a575ee00ea9f0025fa0d5da58e41e22505c..f79881aed6a8ae1a04ac0f67076fc9412d648658 100644 (file)
@@ -1,3 +1,7 @@
+Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>
+
+       * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
+
 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtksettings.c (gtk_settings_get_property): 
index 5f4ab883a36ccdd4bcc74e08dd06b93af80a9d76..425d61a8bb1ac592180049dd58ae478808967120 100644 (file)
@@ -37,7 +37,7 @@ m4_define([atk_required_version], [1.0.1])
 
 
 AC_INIT([gtk+], [gtk_version],
-        [http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+],
+        [http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B],
        [gtk+])
 
 AC_CONFIG_SRCDIR([gdk/gdktypes.h])