diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-20 15:32:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-20 15:32:34 +0800 |
commit | 1168da7072a57fb9fc66be77df43e82392659c18 (patch) | |
tree | 7d6cd4043be44186bbda30bacda3a6ed624f7319 /shell/ChangeLog | |
parent | b05db271facb10107b78a7d7c58a1ab9e744eda5 (diff) | |
download | gsoc2013-evolution-1168da7072a57fb9fc66be77df43e82392659c18.tar gsoc2013-evolution-1168da7072a57fb9fc66be77df43e82392659c18.tar.gz gsoc2013-evolution-1168da7072a57fb9fc66be77df43e82392659c18.tar.bz2 gsoc2013-evolution-1168da7072a57fb9fc66be77df43e82392659c18.tar.lz gsoc2013-evolution-1168da7072a57fb9fc66be77df43e82392659c18.tar.xz gsoc2013-evolution-1168da7072a57fb9fc66be77df43e82392659c18.tar.zst gsoc2013-evolution-1168da7072a57fb9fc66be77df43e82392659c18.zip |
Added/fixed support for multiple views.
svn path=/trunk/; revision=4234
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 827917697d..d857de8519 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2000-07-20 Ettore Perazzoli <ettore@helixcode.com> + + * main.c (no_views_left_cb): Call `e_shell_quit()' on the shell + before getting out of the GTK+ main loop. + (view_delete_event_cb): Removed. + (idle_cb): Don't call it. + + * e-shell-view-menu.c (command_new_view): New, implementation of + the "New view" command. + 2000-07-16 Damon Chaplin <damon@helixcode.com> * e-shortcuts-view.c (e_shortcuts_view_construct): created a model |