I did a topdir/ChangeLog entry, why should I put anything in here? :)

This commit is contained in:
Elliot Lee 1998-03-11 21:55:06 +00:00
parent b7a6cd6750
commit 617a879dfe
8 changed files with 42 additions and 5 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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 */