diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 3a0896ab8a..05bb50c343 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,16 @@ +2003-01-27 Ettore Perazzoli <ettore@ximian.com> + + * e-request.c (e_request_string): Port to GtkDialog. Strdup the + text returned by GtkEntry after destroying the dialog, not before. + Use gtk_editable_select_region() instead of + gtk_entry_select_region(). Add a little bit of padding to make it + look less crampy and set a default width. + + * e-dialog-utils.h (e_gnome_dialog_set_parent): Declare only if + GNOME_DISABLE_DEPRECATED is not #defined. + (e_gnome_warning_dialog_parented): Likewise. + (e_gnome_ok_cancel_dialog_parented): Likewise. + 2003-01-26 Chris Toshok <toshok@ximian.com> * e-pilot-settings.c (e_pilot_settings_new): ref/sink the pilot |