summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-07-14 13:12:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-14 13:12:05 +0000
commit2362fc22745b5b4d7ae096e300d687c32c7a2a33 (patch)
tree6ce61836e0e34e3d51c0f2a7d7f32a8e89f09a65
parent8f706bd246e790efe60cd30720e1f20c2b7fac31 (diff)
downloadgdk-pixbuf-2362fc22745b5b4d7ae096e300d687c32c7a2a33.tar.gz
Set interface age to 0.
2005-07-14 Matthias Clasen <mclasen@redhat.com> * configure.in: Set interface age to 0. * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed by Akira Tagoh.
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.pre-2-107
-rw-r--r--ChangeLog.pre-2-87
-rw-r--r--configure.in2
-rw-r--r--gtk/gtkimmodule.h5
5 files changed, 24 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 36a9301e9..d675582b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-14 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Set interface age to 0.
+
+ * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
+ by Akira Tagoh.
+
2005-07-14 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 36a9301e9..d675582b9 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,10 @@
+2005-07-14 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Set interface age to 0.
+
+ * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
+ by Akira Tagoh.
+
2005-07-14 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 36a9301e9..d675582b9 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,10 @@
+2005-07-14 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Set interface age to 0.
+
+ * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
+ by Akira Tagoh.
+
2005-07-14 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
diff --git a/configure.in b/configure.in
index ff4995390..36b885974 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@ m4_define([gtk_minor_version], [7])
m4_define([gtk_micro_version], [3])
m4_define([gtk_version],
[gtk_major_version.gtk_minor_version.gtk_micro_version])
-m4_define([gtk_interface_age], [1])
+m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
# This is the X.Y used in -lgtk-FOO-X.Y
diff --git a/gtk/gtkimmodule.h b/gtk/gtkimmodule.h
index 2b6267646..d58ef1567 100644
--- a/gtk/gtkimmodule.h
+++ b/gtk/gtkimmodule.h
@@ -21,11 +21,10 @@
#define __GTK_IM_MODULE_H__
-G_BEGIN_DECLS
-
-
#include <gtk/gtkimcontext.h>
+G_BEGIN_DECLS
+
typedef struct _GtkIMContextInfo GtkIMContextInfo;
struct _GtkIMContextInfo