diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-18 05:27:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-18 05:27:21 +0800 |
commit | c6b3809b47d4c5166d5244754f28b03ec5d5d60b (patch) | |
tree | 8076b2d754096a5196999295790f0099045d9884 /shell/ChangeLog | |
parent | 9582e8159c9862e160d8b7569c534c8196e40686 (diff) | |
download | gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar.gz gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.tar.zst gsoc2013-evolution-c6b3809b47d4c5166d5244754f28b03ec5d5d60b.zip |
New helper function. (idle_cb): Call it if we have a local shell. Also,
* main.c (attempt_upgrade): New helper function.
(idle_cb): Call it if we have a local shell. Also, remove unused
variables.
* e-shell.c (e_shell_attempt_upgrade): New.
* Evolution-Component.idl (Component.upgradeFromeVersion): New.
svn path=/trunk/; revision=23403
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 a7e16e552a..eaa5d2013c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,15 @@ 2003-11-17 Ettore Perazzoli <ettore@ximian.com> + * main.c (attempt_upgrade): New helper function. + (idle_cb): Call it if we have a local shell. Also, remove unused + variables. + + * e-shell.c (e_shell_attempt_upgrade): New. + + * Evolution-Component.idl (Component.upgradeFromeVersion): New. + +2003-11-17 Ettore Perazzoli <ettore@ximian.com> + * e-shell-window-commands.c (command_open_new_window): New, implement "OpenNewWindow" verb. |