diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-11-02 08:31:17 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-11-02 08:31:17 +0800 |
commit | 35162bcd8728297bff435a5592328051fd1df211 (patch) | |
tree | ec3fdc3eb65972e87a8f036a3c78448a2da18f34 /shell/ChangeLog | |
parent | 0fa29927fc5a0913388dc8fbc4a9b816c0a11119 (diff) | |
download | gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar.gz gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.tar.zst gsoc2013-evolution-35162bcd8728297bff435a5592328051fd1df211.zip |
Moving the executive summarys now :)
Added a way to change the window title and the current view from Components
mail-summary now has clickable names to change to that view
executive summary remembers what components are running when you close.
Selections are not cleared by ES updates.
svn path=/trunk/; revision=6329
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1e4f15fd59..a391fac53c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,19 @@ +2000-10-26 Iain Holmes <iain@helixcode.com> + + * Evolution-ShellView.idl: Added a change_current_view method and + a set_title. + + * evolution-shell-view.c (class_init): Added signals for the above methods. + (impl_ShellView_change_current_view), (impl_ShellView_set_title): Implementations + for above methods. + (corba_class_init): Connect the implemenations. + + * e-shell-view.c (shell_view_interface_change_current_view): Change + the display to the new uri. + (shell_view_interface_set_title): Set the window title. + (setup_evolution_shell_view_interface): Connect the signals to the above + functions. + 2000-11-01 Dan Winship <danw@helixcode.com> * Evolution-Storage.idl: Add "highligted" field to Folder. Add |