removed adding back / forward lines to cache
[claws.git] / ChangeLog.claws
index 0e8bd3c76ef311b607c22d0e2741fbedbbbc8931..6b93c93e53c8293923e50f944b975bc3d23776cd 100644 (file)
@@ -1,3 +1,34 @@
+2001-05-04 [alfons]
+
+       * src/gtkstext.c: removed adding back / forward lines to cache
+
+2001-05-04 [sergey]
+
+       * src/prefs_display_headers.c: user interface changes:
+       (prefs_display_headers_create): remove unused "Show" check button;
+       allow reordering of headers by dragging.
+       (prefs_display_headers_write_config): remove unused variables.
+       (prefs_display_headers_set_dialog): do not insert "(New)" at top
+       of lists (not needed with the new UI).
+       (prefs_display_headers_set_list): scan lists starting from row 0,
+       not 1 (do not skip "(New)").
+       (prefs_display_headers_find_header): new function.
+       (prefs_display_headers_clist_set_row): do not allow duplicates.
+       (prefs_display_headers_delete_cb): do not skip row 0; treat
+       closing the alert window by ESC as "No".
+       (prefs_display_headers_up): do not protect row 0.
+       (prefs_display_headers_down): do not protect row 0.
+
+2001-05-04 [sergey]
+
+       * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
+       functions.  
+
+       * src/summaryview.c
+       (summary_find_next_marked_msg, summary_find_prev_marked_msg,
+       summary_select_next_marked, summary_select_prev_marked): new
+       functions.
+
 2001-05-03 [sergey]
 
        * src/news.c: fixed a bug when no article can be fetched after
@@ -23,6 +54,7 @@
 
 2001-05-03 [alfons]
 
+       * completed sync of sylpheed cvs2
        * src/gtkstext.c: updated row up / down cursor navigation
        * src/textview.c: re-edited, prepared for fixing the email address
                scanner.