diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7e8a5fe4d5..7e18f0094b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,14 +1,22 @@ +2000-06-02 Dan Winship <danw@helixcode.com> + + * folder-browser.c (my_folder_browser_init): Connect to ETable's + key_press signal. + (etable_key): scroll mail on space/backspace. + 2000-06-02 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Made sent column as wide as from column. 2000-06-02 Jeffrey Stedfast <fejj@helixcode.com> - * mail-config.c (on_cmdSourcesAdd_clicked): Changed identity_row to source_row - as this is a Sources clist we are dealing with and not an identity clist + * mail-config.c (on_cmdSourcesAdd_clicked): Changed identity_row + to source_row as this is a Sources clist we are dealing with and + not an identity clist (on_cmdSourcesEdit_clicked): same (on_cmdSourcesDelete_clicked): again, same - (on_cmdSourcesEdit_clicked): Source editor now fills in data from the clist + (on_cmdSourcesEdit_clicked): Source editor now fills in data from + the clist 2000-06-01 Dan Winship <danw@helixcode.com> |