diff options
author | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-14 07:40:42 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-14 07:40:42 +0800 |
commit | 9964204c9c080650f79863a483a4c42886d55239 (patch) | |
tree | 3c0693385a73461319ab94b63fb15cbe80ae88e5 /shell/ChangeLog | |
parent | 5678a57e33c55ab2622a3fbb823b42e4f80c31cc (diff) | |
download | gsoc2013-evolution-9964204c9c080650f79863a483a4c42886d55239.tar.gz gsoc2013-evolution-9964204c9c080650f79863a483a4c42886d55239.tar.zst gsoc2013-evolution-9964204c9c080650f79863a483a4c42886d55239.zip |
The Commit from hell that breaks all UI related stuff;
Anything UI related that breaks is now my fault; apologies in advance.
svn path=/trunk/; revision=5415
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 2324654892..45a345993d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,29 @@ +2000-09-07 Michael Meeks <michael@helixcode.com> + + * e-shell-view-menu.c: Re-hash pretty much the whole file + + * ui.xml: Add. + + * e-shell-view.c (e_shell_view_construct): connect unrealize & delete_event + to theit signals on the window (class_init): remove widget_class bits. + +2000-09-06 Michael Meeks <michael@helixcode.com> + + * e-shell.c (view_destroy_cb, destroy, e_shell_new_view, e_shell_quit): + update to track object type change. + + * e-shell.c (e_shell_restore_from_settings): ditto. + + * main.c (idle_cb): ditto. + + * e-shell-view.c (e_shell_view_new, e_shell_view_construct, setup_widgets): + updated for BonoboApp. + (progress_bar_timeout_cb, start_progress_bar, stop_progress_bar), + (shell_view_interface_set_message_cb, shell_view_interface_unset_message_cb): + emasculated for now. + + * e-storage-set-view.c (popup_folder_menu): disable popup menu for now. + 2000-09-13 Ettore Perazzoli <ettore@helixcode.com> * e-shell-view.c (popdown_transient_folder_bar): New. |