aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index ded12adec9..3018e6a2fb 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,14 @@
+2003-03-25 Dan Winship <danw@ximian.com>
+
+ * e-dialog-utils.c (e_notice): Move this here from gal. Use
+ e_dialog_set_transient_for so it DTRT for out-of-proc components.
+ (e_notice_with_xid): Like e_notice but with an X Window ID as the
+ parent window
+ (e_gnome_dialog_set_parent): Remove this, since it was marked
+ deprecated and only used in one place.
+ (e_file_dialog_save): Make this use GtkMessageDialog instead of
+ GnomeDialog
+
2003-03-25 Not Zed <NotZed@Ximian.com>
* e-meta.c (meta_filename): fix a typo & some missing headers.