diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-30 21:21:41 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-30 21:21:41 +0800 |
commit | 0ae2ea2e320b1f1e1aaa640316908378e0a064dc (patch) | |
tree | 1d06f39a02dd11b095fba4de8eaf49e43dfb1634 /mail/ChangeLog | |
parent | a076f5b58f51b45bf5308f7b077d6314dc893f29 (diff) | |
download | gsoc2013-evolution-0ae2ea2e320b1f1e1aaa640316908378e0a064dc.tar gsoc2013-evolution-0ae2ea2e320b1f1e1aaa640316908378e0a064dc.tar.gz gsoc2013-evolution-0ae2ea2e320b1f1e1aaa640316908378e0a064dc.tar.bz2 gsoc2013-evolution-0ae2ea2e320b1f1e1aaa640316908378e0a064dc.tar.lz gsoc2013-evolution-0ae2ea2e320b1f1e1aaa640316908378e0a064dc.tar.xz gsoc2013-evolution-0ae2ea2e320b1f1e1aaa640316908378e0a064dc.tar.zst gsoc2013-evolution-0ae2ea2e320b1f1e1aaa640316908378e0a064dc.zip |
Switched to using "cursor_change" signal instead of "row_selection" for
2000-05-30 Christopher James Lahey <clahey@helixcode.com>
* message-list.c: Switched to using "cursor_change" signal instead
of "row_selection" for switching messages. Select the first row
(still doesn't work because of ETable.) Adapt to some small
ETable changes. Set drawfocus to FALSE.
svn path=/trunk/; revision=3278
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 18a8649af0..0cb4230efa 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-05-30 Christopher James Lahey <clahey@helixcode.com> + + * message-list.c: Switched to using "cursor_change" signal instead + of "row_selection" for switching messages. Select the first row + (still doesn't work because of ETable.) Adapt to some small + ETable changes. Set drawfocus to FALSE. + 2000-05-29 Not Zed <NotZed@HelixCode.com> * folder-browser.c (folder_browser_load_folder): Hardcode the |