aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-07-28 10:55:52 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-07-28 10:55:52 +0800
commit7d0353e2687bb60018421e2c9c885c9e9794ae7b (patch)
treee8a2ce8d0ab684e668f304e336feb4f0799eb016 /mail/ChangeLog
parent7fcf69af0f8a9019d5114a4741ff1bbf3aa9a3dc (diff)
downloadgsoc2013-evolution-7d0353e2687bb60018421e2c9c885c9e9794ae7b.tar
gsoc2013-evolution-7d0353e2687bb60018421e2c9c885c9e9794ae7b.tar.gz
gsoc2013-evolution-7d0353e2687bb60018421e2c9c885c9e9794ae7b.tar.bz2
gsoc2013-evolution-7d0353e2687bb60018421e2c9c885c9e9794ae7b.tar.lz
gsoc2013-evolution-7d0353e2687bb60018421e2c9c885c9e9794ae7b.tar.xz
gsoc2013-evolution-7d0353e2687bb60018421e2c9c885c9e9794ae7b.tar.zst
gsoc2013-evolution-7d0353e2687bb60018421e2c9c885c9e9794ae7b.zip
** See #57972.
2004-07-27 Not Zed <NotZed@Ximian.com> ** See #57972. * message-list.c (search_func): removed. (ml_search_path): new function to just search, not actually change the cursor like e_tree_find does. (message_list_can_select): new function, returns true if the selection specified is possible without changing the selection. (message_list_select): rewritten. (select_path): helper to select a path in a way that 'works reliably'. (message_list_select_next_thread): rewritten to use the table-adapter, so it properly handles arbitrary sorting. * em-folder-view.c (em_folder_view_get_popup_target): setup next/prev flags as appropriate. (emfv_enable_map[]): setup next/prev flags. * em-folder-view.h: added last and first message status bits to folder view select mask. svn path=/trunk/; revision=26749
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ba743cb80c..42eba10a99 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,25 @@
+2004-07-27 Not Zed <NotZed@Ximian.com>
+
+ ** See #57972.
+
+ * message-list.c (search_func): removed.
+ (ml_search_path): new function to just search, not actually change
+ the cursor like e_tree_find does.
+ (message_list_can_select): new function, returns true if the
+ selection specified is possible without changing the selection.
+ (message_list_select): rewritten.
+ (select_path): helper to select a path in a way that 'works
+ reliably'.
+ (message_list_select_next_thread): rewritten to use the
+ table-adapter, so it properly handles arbitrary sorting.
+
+ * em-folder-view.c (em_folder_view_get_popup_target): setup
+ next/prev flags as appropriate.
+ (emfv_enable_map[]): setup next/prev flags.
+
+ * em-folder-view.h: added last and first message status bits to
+ folder view select mask.
+
2004-07-23 Radek Doulik <rodo@ximian.com>
* added len parameter to em_utils_part_to_html and