From a029bb7982e6f00a84d5cf43f96188dac0be3c49 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 1 Sep 2000 23:53:33 +0000 Subject: This needs to return a const char * and not a char *, because we're not 2000-09-01 Jeffrey Stedfast * 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 --- composer/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'composer/ChangeLog') 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 -- cgit