aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-02 07:53:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-02 07:53:33 +0800
commita029bb7982e6f00a84d5cf43f96188dac0be3c49 (patch)
tree57da4900fce6e3e19c2e9c0f571abde331b06c15 /composer/ChangeLog
parent7edc1cf9c079a27a366ab77b79802a63b3c7a9c6 (diff)
downloadgsoc2013-evolution-a029bb7982e6f00a84d5cf43f96188dac0be3c49.tar
gsoc2013-evolution-a029bb7982e6f00a84d5cf43f96188dac0be3c49.tar.gz
gsoc2013-evolution-a029bb7982e6f00a84d5cf43f96188dac0be3c49.tar.bz2
gsoc2013-evolution-a029bb7982e6f00a84d5cf43f96188dac0be3c49.tar.lz
gsoc2013-evolution-a029bb7982e6f00a84d5cf43f96188dac0be3c49.tar.xz
gsoc2013-evolution-a029bb7982e6f00a84d5cf43f96188dac0be3c49.tar.zst
gsoc2013-evolution-a029bb7982e6f00a84d5cf43f96188dac0be3c49.zip
This needs to return a const char * and not a char *, because we're not
2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (e_msg_composer_get_sig_file): This needs to return a const char * and not a char *, because we're not actually allocating memory here. (create_menubar_file): Changed "Send" to "Send Now" and added "Send Later" (menu_file_send_later_cb): New callback that emits the POSTPONE signal (equivalent to "Send Later" svn path=/trunk/; revision=5177
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 1179d16b61..e6689b1ce0 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -3,6 +3,10 @@
* e-msg-composer.c (e_msg_composer_get_sig_file): This needs to
return a const char * and not a char *, because we're not actually
allocating memory here.
+ (create_menubar_file): Changed "Send" to "Send Now" and added
+ "Send Later"
+ (menu_file_send_later_cb): New callback that emits the POSTPONE
+ signal (equivalent to "Send Later"
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>