diff --git a/ChangeLog b/ChangeLog index 13917d55dc..97c78fff19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 2 15:53:23 2001 Owen Taylor + + * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad + the structure for future expansion. + Fri Nov 2 15:30:34 2001 Owen Taylor Patch from HideToshi Tajima (#51922) diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 13917d55dc..97c78fff19 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Fri Nov 2 15:53:23 2001 Owen Taylor + + * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad + the structure for future expansion. + Fri Nov 2 15:30:34 2001 Owen Taylor Patch from HideToshi Tajima (#51922) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 13917d55dc..97c78fff19 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Fri Nov 2 15:53:23 2001 Owen Taylor + + * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad + the structure for future expansion. + Fri Nov 2 15:30:34 2001 Owen Taylor Patch from HideToshi Tajima (#51922) diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 13917d55dc..97c78fff19 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Fri Nov 2 15:53:23 2001 Owen Taylor + + * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad + the structure for future expansion. + Fri Nov 2 15:30:34 2001 Owen Taylor Patch from HideToshi Tajima (#51922) diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 13917d55dc..97c78fff19 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Fri Nov 2 15:53:23 2001 Owen Taylor + + * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad + the structure for future expansion. + Fri Nov 2 15:30:34 2001 Owen Taylor Patch from HideToshi Tajima (#51922) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 13917d55dc..97c78fff19 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Fri Nov 2 15:53:23 2001 Owen Taylor + + * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad + the structure for future expansion. + Fri Nov 2 15:30:34 2001 Owen Taylor Patch from HideToshi Tajima (#51922) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 13917d55dc..97c78fff19 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Fri Nov 2 15:53:23 2001 Owen Taylor + + * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad + the structure for future expansion. + Fri Nov 2 15:30:34 2001 Owen Taylor Patch from HideToshi Tajima (#51922) diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h index 1f1433873e..ddd4844669 100644 --- a/gtk/gtkimcontext.h +++ b/gtk/gtkimcontext.h @@ -82,6 +82,11 @@ struct _GtkIMContextClass gboolean (*get_surrounding) (GtkIMContext *context, gchar **text, gint *cursor_index); + + /* Some padding for future expansion. Must be left NULL for now */ + void (*pad1) (void); + void (*pad2) (void); + void (*pad3) (void); }; GtkType gtk_im_context_get_type (void) G_GNUC_CONST;