removed adding back / forward lines to cache
[claws.git] / ChangeLog.claws
index d2446f35d488e407e86ad7d933b5604ff279fbc2..6b93c93e53c8293923e50f944b975bc3d23776cd 100644 (file)
@@ -1,3 +1,120 @@
+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
+       server timeout if the connection was restored by news_post():
+       (news_select_group): new function.
+       (news_fetch_msg): call news_select_group() before fetching
+       article.
+       (news_get_uncached_articles): set session->group after successful
+       GROUP command.
+
+2001-05-03 [hoa]
+
+       * src/defs.h
+       * src/procmsg.[ch]
+       * src/procheader.c
+                changed version of cache, added cc field
+
+       * src/prefs_display_headers.c
+               the interface was changed
+
+       * src/prefs_headers.c
+               added cancel button
+
+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.
+
+2001-05-03 [darko]
+
+       * src/prefs_common.c: use alfons' strftime ui code
+       entry_datefmt and datefmt_sample widgets have to be
+       global in this module because of this change
+
+2001-05-03 [hoa]
+
+       * src/messageview.c
+       * src/prefs_common.[ch] added option to activate the return receipt
+               feature.
+
+2001-05-02 [alfons]
+
+       * src/gtkstext.c: fix for row up/down cursor navigation. 
+
+       0.4.66claws2
+       
+       * sync with 0.4.66cvs2
+
+2001-05-02 [paul]
+
+        added add-sender-to-addressbook patch
+
+        * src/addressbook.c
+        * src/addressbook.h
+        * src/summaryview.c
+
+2001-05-02 [sergey]
+
+       * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
+       G_ALERTDISABLE.
+
+       * src/alertpanel.c (alertpanel_create): new argument can_disable,
+       all existing callers changed to pass FALSE; create a check button
+       to disable the message.
+       (alertpanel_message_with_disable): new function.
+       (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
+       (alertpanel_button_toggled): new function.
+       (alertpanel_button_clicked, alertpanel_close): set value using
+       G_ALERT_VALUE_MASK.
+
+       * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
+
+       * src/prefs_common.c (prefs_privacy_create): new check button
+       checkbtn_gpgme_warning.
+
+       * src/main.c (main): moved preferences reading before gpgme
+       initialization; check prefs_common.gpgme_warning before giving the
+       GnuPG warning and set it to FALSE if the user wants to disable the
+       warning.
+
+2001-05-02 [hiroyuki]
+
+       * src/prefs_display_headers.c: modified the layout and some labels.
+
 2001-05-02 [sergey]
 
        * src/prefs_account.c (prefs_account_fix_size): new function.