summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2005-03-04 01:01:01 +0000
committerManish Singh <yosh@src.gnome.org>2005-03-04 01:01:01 +0000
commitbc170a54362b1e6ea0027479033ad1c7e324dba0 (patch)
tree1fb0cc4b33c0bbdb4e7c5b3db34eb935c2158c1f
parente6716d2336e1b06b7d4816c8207c38ba65679b43 (diff)
downloadgtk+-bc170a54362b1e6ea0027479033ad1c7e324dba0.tar.gz
URL escape the '+' in gtk+ in the bugzilla URL.
Thu Mar 3 16:59:44 2005 Manish Singh <yosh@gimp.org> * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--configure.in2
4 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dcd93a575e..f79881aed6 100644
--- 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):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index dcd93a575e..f79881aed6 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index dcd93a575e..f79881aed6 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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):
diff --git a/configure.in b/configure.in
index 5f4ab883a3..425d61a8bb 100644
--- a/configure.in
+++ b/configure.in
@@ -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])