Added a toolbar button for the "Reply to author" command.
[claws.git] / ChangeLog.claws
index 2318f3ecbb0b4bc033ad1ecc15fc64abbd05a616..5aee863818e57f2b50a08c9ad4c39badd4085a86 100644 (file)
+2001-05-20 [sergey]
+
+       * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
+
+       * src/mainwindow.h (main_window_toolbar_create): created a button
+       for "Reply to all".
+       (main_window_set_toolbar_sensitive): enable/disable the new button
+       appropriately.
+       (toolbar_reply_to_author_cb): handle the new button.
+
+2001-05-19 [sergey]
+
+       * src/compose.h (ComposeReplyMode): new modes
+       COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
+       COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
+
+       * src/compose.c
+       (compose_send): move some code into a new function:
+       (compose_current_mail_account): new function.
+       (compose_reply): new argument to_author, all callers changed; if
+       to_author==TRUE and account->protocol==A_NNTP, find and use an
+       appropriate mail account for replying.
+       (compose_reply_set_entry): new argument to_author; ignore
+       compose->replyto if to_author==TRUE.
+
+       * src/mainwindow.c: new command "Message/Reply to author".
+       (main_window_set_menu_sensitive): enable/disable it.
+       (reply_cb): handle it.
+
+       * src/summaryview.c: new command "Reply to author".
+       (summary_set_menu_sensitive): enable/disable it.
+       (summary_reply_cb): handle it.
+
+       * src/account.c (account_find_mail_from_address): new function.
+
+2001-05-18 [paul]
+
+        0.4.99claws1
+
+        *sync with sylpheed 0.4.99cvs1
+
+2001-05-18 [hoa]
+
+       * src/compose.[ch]
+       * src/filtering.c
+       * src/summaryview.c
+               new filtering action : forward and forward as attachment
+
+       * src/main.c
+               no need for $DISPLAY when we run sylpheed --help
+               call to parse_cmd_opt() is moved
+
+       * src/mainwindow.[ch]
+               execute button is hidden when immediate execute
+               is chosen
+
+       * src/mh.c
+       * src/news.c
+       * src/prefs_folder_item.c
+       * src/procmsg.c
+               better handling of missing directories
+
+       * src/summaryview.c
+               reedit is enabled in outbox
+               reedit is enabled in queue
+
+2001-05-17 [hoa]
+
+       * src/filtering.c
+       * src/matcher.[ch]
+       * src/prefs_filtering.c
+               changed attachement into attachment
+
 2001-05-17 [alfons]
 
+       0.4.67claws4    
+
+       * sync with sylpheed 0.4.67cvs9
        * sync with sylpheed 0.4.67cvs7-8
 
 2001-05-17 [hoa]
 
-* src/Makefile.am
-       added prefs_filtering.c
+       * src/Makefile.am
+               added prefs_filtering.c
 
-* src/filtering.[ch]
-* src/matcher.[ch]
-       removed action : forward_news and forward_news_as_attachement
-       (forward and forward_as_attachement can be used instead)
+       * src/filtering.[ch]
+       * src/matcher.[ch]
+               removed action : forward_news and forward_news_as_attachement
+               (forward and forward_as_attachement can be used instead)
 
-* src/mainwindow.c
-       added menu option to access filtering configuration
+       * src/mainwindow.c
+               added menu option to access filtering configuration
 
-* src/prefs_account.c
-       changed mail_command default to /usr/sbin/sendmail
+       * src/prefs_account.c
+               changed mail_command default to /usr/sbin/sendmail
 
-* added src/prefs_filtering.[ch]
-       dialog box for filtering configuration
+       * added src/prefs_filtering.[ch]
+               dialog box for filtering configuration
 
-* src/prefs_matcher.c
-       added function prefs_matcher_get_criteria_from_matching()
+       * src/prefs_matcher.c
+               added function prefs_matcher_get_criteria_from_matching()
 
-* src/prefs_scoring.c
-       reset the dialog when register or substitute is clicked
+       * src/prefs_scoring.c
+               reset the dialog when register or substitute is clicked
 
 2001-05-15 [hoa]