invoke gtk_entry_grow_text already in this place, so the application will

Tue Feb 17 05:41:31 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
          in this place, so the application will never see entry->text==NULL.
          (see also ChangeLog entry from Tue Feb 11 1997 on this).


also i added some blurb about recent changes to the NEWS file,
and updated the TODO.
This commit is contained in:
Tim Janik
1998-02-17 08:32:55 +00:00
committed by Tim Janik
parent a303493882
commit b5cb66dc35
10 changed files with 50 additions and 16 deletions

18
NEWS
View File

@ -1,3 +1,20 @@
Forthcoming Changes for GTK+ 0.99.4:
* Reference counting revolution integrated.
Refer to docs/refcounting.txt on this issue.
* Additions on the signal code for querying information about certain signals,
and pending handlers of signals.
* Support for user signals, and major changes to internal signal handler
handling for proper removal and invokation of after signals.
* GtkTooltips became a true descendant of GtkObject.
* Split up of the widget/object flags into a private and a public portion,
consult docs/widget_system.txt on this.
* Support for hot keys on gtk programs via gtk_key_snooper_install().
* Reimplementation of the *_interp functions as *_full functions to provide
simple callback functions as well.
* Idle functions are now prioritized.
* Clean ups and many many bug fixes by a lot of people all over the place.
* New, long and descriptive ChangeLog entries for bored readers ;)
Overview of Changes in GTK+ 0.99.3:
@ -21,4 +38,3 @@ Overview of Changes in GTK+ 0.99.3:
* Added switch_page signal to notebook widget
* Documentation additions
* Other bug fixes...