aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-25 16:29:35 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-25 16:29:35 +0800
commitd2f749b6ab48d85ca4411894e9960df2cc07ef9f (patch)
treea3c0923d1a365ec853848a6b7aae448666b20091 /shell/ChangeLog
parent57a9a15d4216c4402373781adf32231c54ce92a9 (diff)
downloadgsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.gz
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.bz2
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.lz
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.xz
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.zst
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.zip
Get the shell to unregister the components on exit again.
svn path=/trunk/; revision=10475
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0b08a5ae43..726e4ec8f7 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,22 @@
2001-06-25 Ettore Perazzoli <ettore@ximian.com>
+ * main.c (no_views_left_cb): Call `e_shell_unregister_all()'.
+
+ * e-shell.c (e_shell_unregister_all): New.
+
+2001-06-25 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution-test-component.c (timeout_callback_1): Make the
+ activity cancellable, so we can test the pop-up menu.
+
+ * e-activity-handler.c (show_cancellation_popup): New function to
+ show the "Cancel" pop-up for task widgets.
+ (task_widget_cancel_callback): Callback for the pop-up menu.
+ (task_widget_button_press_event_callback): Show the pop-up menu
+ when button 2 is pressed, if the activity is cancellable.
+
+2001-06-25 Ettore Perazzoli <ettore@ximian.com>
+
* e-storage-set-view.c (convert_gdk_drag_action_to_corba): Remove
trailing "\n" from g_warning.
(convert_corba_drag_action_to_gdk): Likewise.