diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | gtk/gtkentry.h | 5 |
8 files changed, 42 insertions, 5 deletions
@@ -1,3 +1,9 @@ +1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org> + + * gtk/gtkentry.h: Keep it consistent - + don't list gtk_entry_set_max_length unless it's implemented. + (Someone make up their mind please ;-) + Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 544d31ea7..4a75affc3 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org> + + * gtk/gtkentry.h: Keep it consistent - + don't list gtk_entry_set_max_length unless it's implemented. + (Someone make up their mind please ;-) + Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 544d31ea7..4a75affc3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org> + + * gtk/gtkentry.h: Keep it consistent - + don't list gtk_entry_set_max_length unless it's implemented. + (Someone make up their mind please ;-) + Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 544d31ea7..4a75affc3 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org> + + * gtk/gtkentry.h: Keep it consistent - + don't list gtk_entry_set_max_length unless it's implemented. + (Someone make up their mind please ;-) + Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 544d31ea7..4a75affc3 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org> + + * gtk/gtkentry.h: Keep it consistent - + don't list gtk_entry_set_max_length unless it's implemented. + (Someone make up their mind please ;-) + Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 544d31ea7..4a75affc3 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org> + + * gtk/gtkentry.h: Keep it consistent - + don't list gtk_entry_set_max_length unless it's implemented. + (Someone make up their mind please ;-) + Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 544d31ea7..4a75affc3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org> + + * gtk/gtkentry.h: Keep it consistent - + don't list gtk_entry_set_max_length unless it's implemented. + (Someone make up their mind please ;-) + Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org> * gtk/gtkspinbutton.h: diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index 5974934eb..3193d920d 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -79,11 +79,6 @@ void gtk_entry_set_visibility (GtkEntry *entry, void gtk_entry_set_editable (GtkEntry *entry, gboolean editable); -/* If entry->text is already > max it's up to you to change it */ -void gtk_entry_set_max_length (GtkEntry *entry, - guint16 max); - - #ifdef __cplusplus } #endif /* __cplusplus */ |