reverted headerwindow.c
[claws.git] / ChangeLog.claws
index 47e3d3f58626395fe427edf7461620d47ceaf767..156e7d3adf5576f66cc43a7917886ef7c91a0d83 100644 (file)
+2001-05-23 [hiroyuki]
+
+       * src/headerwindow.c
+         src/inc.c
+         src/main.c
+         src/mh.c
+         src/nntp.c
+         src/procmsg.h
+         src/session.h
+         src/socket.[ch]
+         src/summaryview.c
+         src/textview.c
+         src/automaton.c
+         src/folderview.c: more sync with 0.4.99cvs2.
+
+       * src/headerwindow.c: reverted.
+
+2001-05-22 [paul]
+
+        0.4.99claws2
+
+        * sync with sylpheed 0.4.99cvs2
+                * src/news.[ch]
+                * src/nntp.[ch]
+                * INSTALL
+                * INSTALL.jp
+
+2001-05-22 [alfons]
+
+       * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
+
+2001-05-21 [alfons]
+
+       Minor things:
+
+       * configure.in: if gnome-config not found, "no" is displayed
+       
+       * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
+
+       * src/textview.c: now also possible to add mail addresses by right
+         clicking in the text view
+
+       * src/codeconv.c: merged patch which fixes endless loop when encountering
+         invalid wide characters; from Alte <010@imis.ru>  
+
+2001-05-20 [alfons]
+
+       Added installation of gnome specific things:
+
+       * Makefile.am: gnome conditional
+
+       * configure.in: check for installed gnome
+
+       * added sylpheed.png, sylpheed.desktop
+
+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.
+
+       * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
+       send_progress_dialog_destroy() on failure (fixes hang on SMTP
+       failure).
+
+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]