diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-14 05:32:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-14 05:32:39 +0800 |
commit | 5880c00dd2fc254ea85302acd054cd57fede3966 (patch) | |
tree | 83980c1d8e170b376401ca032cf34f7e97376e34 /shell/ChangeLog | |
parent | 1627a081744129fbf8f874c290b9a18138655590 (diff) | |
download | gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar.gz gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.tar.zst gsoc2013-evolution-5880c00dd2fc254ea85302acd054cd57fede3966.zip |
New.
* e-shell.c (e_shell_send_receive): New.
* Evolution-Component.idl (Component.sendAndReceive): New.
* evolution.xml: Add back send/receive command and toolbar button.
svn path=/trunk/; revision=23334
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a3930814b4..b132cb872a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2003-11-13 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (e_shell_send_receive): New. + + * Evolution-Component.idl (Component.sendAndReceive): New. + +2003-11-13 Ettore Perazzoli <ettore@ximian.com> + * e-user-creatable-items-handler.c (ensure_menu_items): Reverse the list so we get the items in the same order they were given to us [since we are using g_slist_prepend() to build the list]. |