14 src/folderview.c: more sync with 0.4.99cvs2.
20 * sync with sylpheed 0.4.99cvs2
28 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
34 * configure.in: if gnome-config not found, "no" is displayed
36 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
38 * src/textview.c: now also possible to add mail addresses by right
39 clicking in the text view
41 * src/codeconv.c: merged patch which fixes endless loop when encountering
42 invalid wide characters; from Alte <010@imis.ru>
46 Added installation of gnome specific things:
48 * Makefile.am: gnome conditional
50 * configure.in: check for installed gnome
52 * added sylpheed.png, sylpheed.desktop
56 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
58 * src/mainwindow.h (main_window_toolbar_create): created a button
60 (main_window_set_toolbar_sensitive): enable/disable the new button
62 (toolbar_reply_to_author_cb): handle the new button.
64 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
65 send_progress_dialog_destroy() on failure (fixes hang on SMTP
70 * src/compose.h (ComposeReplyMode): new modes
71 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
72 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
75 (compose_send): move some code into a new function:
76 (compose_current_mail_account): new function.
77 (compose_reply): new argument to_author, all callers changed; if
78 to_author==TRUE and account->protocol==A_NNTP, find and use an
79 appropriate mail account for replying.
80 (compose_reply_set_entry): new argument to_author; ignore
81 compose->replyto if to_author==TRUE.
83 * src/mainwindow.c: new command "Message/Reply to author".
84 (main_window_set_menu_sensitive): enable/disable it.
85 (reply_cb): handle it.
87 * src/summaryview.c: new command "Reply to author".
88 (summary_set_menu_sensitive): enable/disable it.
89 (summary_reply_cb): handle it.
91 * src/account.c (account_find_mail_from_address): new function.
97 * sync with sylpheed 0.4.99cvs1
104 new filtering action : forward and forward as attachment
107 no need for $DISPLAY when we run sylpheed --help
108 call to parse_cmd_opt() is moved
110 * src/mainwindow.[ch]
111 execute button is hidden when immediate execute
116 * src/prefs_folder_item.c
118 better handling of missing directories
121 reedit is enabled in outbox
122 reedit is enabled in queue
128 * src/prefs_filtering.c
129 changed attachement into attachment
135 * sync with sylpheed 0.4.67cvs9
136 * sync with sylpheed 0.4.67cvs7-8
141 added prefs_filtering.c
145 removed action : forward_news and forward_news_as_attachement
146 (forward and forward_as_attachement can be used instead)
149 added menu option to access filtering configuration
151 * src/prefs_account.c
152 changed mail_command default to /usr/sbin/sendmail
154 * added src/prefs_filtering.[ch]
155 dialog box for filtering configuration
157 * src/prefs_matcher.c
158 added function prefs_matcher_get_criteria_from_matching()
160 * src/prefs_scoring.c
161 reset the dialog when register or substitute is clicked
168 using filering.[ch] instead of filter.[ch]
170 reading new filtering configuration
172 added some filtering actions
173 and fixed a bug for headers and mail body matching
175 using filering.[ch] instead of filter.[ch]
177 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
179 some fixes for filtering
181 2001-05-14 [hiroyuki]
183 * src/send.c: fixed some weird indentations.
184 send_message_with_command(): call pclose() only if p != NULL.
185 * src/textview.c: get_email_part(): modified the code for readability.
187 2001-05-14 [hiroyuki]
191 src/md5ify.h: removed from the cvs.
195 * src/main.c: include rfc2015.h to avoid compiler warnings.
196 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
197 the panel is already on screen.
198 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
199 closing the alert window by ESC as "No".
200 * src/prefs_common.c (prefs_interface_create): moved return
201 receipt check button to the correct place.
205 * src/prefs_common.c:
206 moved return receipt check button to the Send tab. (prefs_send_create)
207 removed the date format ui related globals. (prefs_display_create)
211 * sync with sylpheed 0.4.67cvs5-6
215 * added Alfons' font selection patch
224 changed version of cache
226 * src/prefs_matcher.c
227 added additionnal matching criteria
231 added references in MsgInfo
236 prepared some things for new filtering
238 added some matching properties
239 inreplyto need to be enhanced
240 prepared some things for new filtering
242 added Return-Receipt-To handling
243 * src/prefs_folder_item.c
244 changed default value to TRUE
245 * src/prefs_matcher.c
246 added some matching properties
247 * src/prefs_scoring.[ch]
248 the scoring dialog is finished
250 added Return-Receipt-To handling
251 Reference need to be added
253 added Return-Receipt-To handling
254 added threadscore to get a better score sorting when
257 suppressed a bug when we sort the list
258 when no folder is opened.
259 better score sorting when threads are enabled
263 * reverted previous patch because of potential errors
267 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
268 applied "toggle mail-retrieval dialog window" patch submitted
269 by Eric Limpens <eric@qnt.net>
271 * sync with sylpheed 0.4.67cvs4
275 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
276 some picky compilers.
277 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
278 * src/grouplist_dialog.c: include alertpanel.h.
279 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
281 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
282 #include "defs.h" before others to prevent the warning of `MIN'
283 and `MAX' redefinition.
289 * src/prefs_account.c
290 * src/prefs_display_header.c
293 added prefs_scoring.[ch]
294 * src/grouplist_dialog.c
295 display an error dialog box if the group list
297 * src/mainwindow.[ch]
298 added main_window_set_thread_option() function
299 scoring dialog box enabled
301 added flags matching unread /new / marked
302 / deleted / replied / forwarded
304 newsgroups are now finally in newscache
305 * src/prefs_matcher.[ch]
306 finished preferences for matching dialog
307 * added src/prefs_scoring.[ch]
308 scoring dialog box completed
310 conversion to string : added scoringprop_to_string()
311 write config for preferences :
312 added prefs_scoring_write_config()
314 threads can be enabled/disabled independently
322 thought it would be nice to have a list of all
323 contributors (used Changelog as a reference)
326 messed up version numbering...
330 * sync with sylpheed 0.4.67cvs1-3
334 * src/prefs_common.c:
335 better UI for strftime format, double clicking
336 on format now inserts the format in text entry
337 replaced close button with standard OK/Cancel
338 moved date format button to the right of the
344 Ctrl-Home / Ctrl-End have proper cursor navigation
348 * src/prefs_matcher.c
349 finished UI to define matching properties
350 added ok and cancel button
352 added ok and cancel button
354 fixed some bug in xhdr parsing
359 fixed a bug in textview_show_header(), which displayed two colons (':');
360 cleaned up some warnings
365 added prefs_matcher.[ch]
366 compilation with -W -Wall
368 ungrab the mouse events if grabbed - does it
369 fix the bug for disposition notification ?
371 added a menu option to open the matching dialog.
373 added matcherprop_to_string() and matcherlist_to_string()
374 fixed some bugs, changed the name of some options
375 age_sup and age_inf becomes age_greater and age_lower,
376 body and messageheaders becomes body_part and headers_part,
377 changed the names of constants from SCORING_XXX to MATCHING_XXX
378 * src/prefs_display_header.c
379 * src/prefs_headers.c
380 fixed a bug that accidentally destroyed dialogs
381 when closed them with delete_event
382 Added *_deleted() which handle delete_event signal correctly.
383 * src/prefs_folder_item.[ch]
384 added "enable_thread" field for future customization
385 * added src/prefs_matcher.[ch]
386 sample of the UI to define matching properties
388 using procheader_headername_equal instead of str*cmp functions
389 using procheader_parse_header() function
391 using MATCHING_XXX instead of SCORING_XXX
393 display the sender of the news even if this is ourself
394 when this is a news message.
396 using headername_equal() instead of str*cmp functions
402 * sync with sylpheed 0.4.66
403 * src/gtkstext.c: trace logs added
407 * src/prefs_common.[ch]: added option to enable/disable GnuPG
408 signature check popup.
409 * src/rfc2015.c (check_signature): show signature check popup only
410 if it is enabled in preferences.
416 * sync with sylpheed 0.4.66cvs6
420 * src/prefs_common.[ch]: added option to enable/disable
421 looking up sender name in address book for summary pane
422 * src/summaryview.c: look up sender in the address book
423 by using Alfons' address completion code
425 2001-05-07 [hiroyuki]
428 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
430 * src/news.c: brought #include "defs.h" before #include <glib.h>
431 to prevent the warning of `MIN' and `MAX' redefinition.
435 * removed src/headers_display.[ch]
436 * removed src/prefs_display_headers.[ch]
438 use a temporary file in the user directory for mbox import
440 added XHDR support to get "To" and "Cc" headers
441 (in order to match news with to or cc field for
443 added function news_parse_xhdr() to get XHDR response
445 added function nntp_xhdr()
447 fetch the message if necessary
453 * sync with sylpheed 0.4.66cvs3-5
458 added function itos_buf() to enable use of several buffers
460 use of itos_buf() instead of itos() in summary list
461 to fix the broken display of message number.
465 * src/gtkstext.c: bug in cursor up navigation fixed,
466 fixed another unsigned / signed comparison (we're getting there :-)
471 added scoring.c scoring.h
472 prefs_folder_item.c prefs_folder_item.h
475 added FOLDERITEM_RC SCORING_RC
477 added prefs field in FolderItem :
478 properties for each folder (PrefsFolderItem),
479 sorting type and mode were added as the first properties.
481 read config for scoring
482 * added src/matcher.[ch]
483 gives functions to parse configuration file to do
484 matching on mails with a list of conditions.
486 add option to sort by score
487 * src/prefs_common.[ch]
488 added preference option to show score and for
489 the score column size
490 * added src/prefs_folder_item.[ch]
491 properties for each folder (PrefsFolderItem),
492 sorting type and mode were added as the first properties.
493 * src/procheader.[ch]
494 added procheader_parse_header()
495 added procheader_header_free()
496 added procheader_headername_equal()
497 and made modification to use them.
499 added score field to MsgInfo structure
500 * added src/scoring.[ch]
501 gives functions to parse configuration file to do
502 scoring on mails with a list of conditions.
503 * src/summaryview.[ch]
504 save the sorting type and mode for the folder
505 added column to display the score of the mail
506 added function summary_score_clicked()
507 sorting type and mode are restored to the folder
510 use procheader_parse_header(), procheader_headername_equal()
511 removed memory leak in text_scan_header when freeing headers
513 changed the function to match names of headers
514 using procheader_headername_equal()
516 Scoring functions are implemented, an interface is needed
522 hopefully fixed the row up navigation bug,
523 removed adding back / forward lines to cache
527 * src/prefs_display_headers.c: user interface changes:
528 (prefs_display_headers_create): remove unused "Show" check button;
529 allow reordering of headers by dragging.
530 (prefs_display_headers_write_config): remove unused variables.
531 (prefs_display_headers_set_dialog): do not insert "(New)" at top
532 of lists (not needed with the new UI).
533 (prefs_display_headers_set_list): scan lists starting from row 0,
534 not 1 (do not skip "(New)").
535 (prefs_display_headers_find_header): new function.
536 (prefs_display_headers_clist_set_row): do not allow duplicates.
537 (prefs_display_headers_delete_cb): do not skip row 0; treat
538 closing the alert window by ESC as "No".
539 (prefs_display_headers_up): do not protect row 0.
540 (prefs_display_headers_down): do not protect row 0.
544 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
548 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
549 summary_select_next_marked, summary_select_prev_marked): new
554 * src/news.c: fixed a bug when no article can be fetched after
555 server timeout if the connection was restored by news_post():
556 (news_select_group): new function.
557 (news_fetch_msg): call news_select_group() before fetching
559 (news_get_uncached_articles): set session->group after successful
567 changed version of cache, added cc field
569 * src/prefs_display_headers.c
570 the interface was changed
572 * src/prefs_headers.c
577 * completed sync of sylpheed cvs2
578 * src/gtkstext.c: updated row up / down cursor navigation
579 * src/textview.c: re-edited, prepared for fixing the email address
584 * src/prefs_common.c: use alfons' strftime ui code
585 entry_datefmt and datefmt_sample widgets have to be
586 global in this module because of this change
591 * src/prefs_common.[ch] added option to activate the return receipt
596 * src/gtkstext.c: fix for row up/down cursor navigation.
600 * sync with 0.4.66cvs2
604 added add-sender-to-addressbook patch
612 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
615 * src/alertpanel.c (alertpanel_create): new argument can_disable,
616 all existing callers changed to pass FALSE; create a check button
617 to disable the message.
618 (alertpanel_message_with_disable): new function.
619 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
620 (alertpanel_button_toggled): new function.
621 (alertpanel_button_clicked, alertpanel_close): set value using
624 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
626 * src/prefs_common.c (prefs_privacy_create): new check button
627 checkbtn_gpgme_warning.
629 * src/main.c (main): moved preferences reading before gpgme
630 initialization; check prefs_common.gpgme_warning before giving the
631 GnuPG warning and set it to FALSE if the user wants to disable the
634 2001-05-02 [hiroyuki]
636 * src/prefs_display_headers.c: modified the layout and some labels.
640 * src/prefs_account.c (prefs_account_fix_size): new function.
641 (prefs_account_create): call prefs_account_fix_size(); use
642 gtk_widget_show instead of gtk_widget_show_all (fixes too large
643 size when the window is shown for the first time).
644 (prefs_account_basic_create): changed layout of serv_table; moved
645 localmbox_entry above smtpserv_entry (logically it replaces
647 (prefs_account_protocol_activated): set sensitivity of
648 nntpauth_chkbtn according to the protocol (in addition to
649 hide/show); commented out gtk_table_set_row_spacing() calls.
650 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
651 not sensitive (fixes a bug with disabled username/password boxes
652 when editing POP3 account after NNTP with authentication).
658 * src/prefs_account.[ch]
660 removed local account without SMTP server
661 added option to use mail command instead of a connexion
662 to SMTP server when a local account is used
663 * src/prefs_headers.c
666 fixed a bug when connexion immediately closed
676 * src/prefs_account.c (Basic, prefs_account_basic_create): new
677 widget nntpauth_chkbtn.
678 (prefs_account_protocol_activated): handle nntpauth_chkbtn
680 (prefs_account_nntpauth_toggled): new function.
682 * src/news.c (news_session_new_for_folder): use NNTP
683 authentication only if ac->use_nntp_auth is set.
687 * src/Makefile.am changed headers.[ch] in customheader.[ch]
688 * src/prefs_display_headers.c changed the UI
689 * src/prefs_headers.c changed account_name to account_id
690 * src/compose.c using customheader.h
692 2001-05-01 [hiroyuki]
696 src/nntp.c: changed sock_read() to sock_gets(), they've been left
701 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
702 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
703 for displaying of headers
704 * src/grouplist_dialog.[ch] minor changes to remove warnings
705 * src/prefs_display_headers.[ch] dialog to choose the
706 headers to display in the mail viewer.
707 * src/headers.h correction of #define
708 * src/headers_display.[ch] configuration for displaying of headers.
709 * src/main.c read config of displaying of headers
710 * src/prefs_common.c add a button to access the config dialog
711 for displaying of headers
712 * src/prefs_display_headers.[ch] dialog for configuration for
713 displaying of the headers.
714 * src/prefs_headers.c cleaning of code
715 * src/procheader.c comments added to code
716 * src/textview.c changes to reorder the headers depending
717 on the config for displaying of headers
723 * sync with 0.4.65cvs12
725 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
729 * src/nntp.h (NNTPSockInfo): new field auth_failed.
731 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
732 is set to force reconnection after authentication failure.
733 (nntp_gen_command): set sock->auth_failed on authentication
734 failure, or if sock->userid and sock->passwd are not set.
736 * src/news.c (news_session_new_for_folder): set userid=NULL if
737 password dialog is cancelled.
741 * src/nntp.h (NNTPSockInfo): new type.
743 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
745 (nntp_open_auth, nntp_close): new functions.
746 (nntp_gen_command): new function to handle authentication; all
747 NNTP command functions updated to use it.
748 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
749 (nntp_list): removed old useless code.
751 * src/news.h (NNTPSession): new field nntp_sock.
753 * src/news.c: all functions updated to use NNTPSockInfo instead of
755 (news_session_new): new arguments (userid, passwd); made static;
756 use nntp_open_auth() if needed.
757 (news_session_destroy): use nntp_close() instead of sock_close().
758 (news_query_password): changed arguments.
759 (news_session_new_for_folder): new function.
760 (news_session_get): use news_session_new_for_folder().
761 (news_authenticate): deleted.
762 (news_get_uncached_articles): removed old authentication code.
766 * src/news.c: reverted my previous changes (need to do NNTP
767 authentication in a cleaner way).
771 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
772 news_nntp_post, news_nntp_mode): new functions (wrappers with
773 authentication support).
774 (news_get_article_cmd, news_get_article, news_get_header): new
775 argument "folder"; all callers changed.
776 (news_get_article_cmd): added authentication support.
777 (news_session_get): use news_nntp_mode() instead of nntp_mode().
778 (news_post): use news_nntp_post() instead of nntp_post().
779 (news_get_uncached_articles): use news_nntp_group() instead of
780 nntp_group() and news_nntp_xover() instead of nntp_xover();
781 removed old authentication code.
782 (news_get_group_list): use news_nntp_list() instead of nntp_list().
784 * src/nntp.c (nntp_list): return real error code instead of
789 * configure.in: fixed wint_t typedef detection again
793 * src/prefs_account.[ch], added A_LOCAL_CMD
794 (send mail with mail command)
795 * src/send.c added function send_message_with_command()
796 * src/inc.c made a more secure get_spool() function with
797 mktemp() but maybe mkstemp() or something more
802 * src/textview.c, colorization of email addresses in headers
806 * bug sync with sylpheed
807 * prefs_common.c: created date format ui for darko
808 * sync with 0.4.65cvs11
809 * configure.in: corrected to have the new gpg checks
813 * completed sync with 0.4.65cvs10
814 * minor debug things added to gtkstext.c
818 * configure.in: remove check for availability of
819 strftime() as advised by Hiroyuki
820 * src/prefs_common.[ch], src/procheader.c:
821 synch strftime() code with Hiroyki's main branch
825 * src/news.c: news_query_password(), news_authenticate(): new
827 news_get_uncached_articles(): added NNTP authentication
829 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
831 * src/prefs_account.c: prefs_account_protocol_activated():
832 enable userid and password fields for NNTP.
836 * configure.in: check for availability of strftime()
838 * src/prefs_common.[ch], src/procheader.c: use
839 strftime() for displaying date in summary pane if it
844 * more .cvsignore cleanups [alfons]
848 * ac/sv-check-type.m4: new autoconf macro.
849 * configure.in: fixed wint_t typedef detection (did not work
854 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
858 * modified gtkstext.c : buggy cursor navigation fixed,
859 and font descent also taken in account when drawing
863 * added comments in src/news.c src/nntp.c
864 * added src/prefs_headers.[ch]
865 * added src/headers.[ch]
866 * modified compose.c to activate custom headers
867 added function is_in_custom_headers
868 * modified prefs_account.[ch]
869 added function prefs_account_customhdr_edit
870 * modified src/defs.h :
871 added HEADERS_RC : name of the config file
872 for the custom headers
883 added gtkstext with configure.in patch by Hiroyuki which
884 should fix the XIM detection [alfons]
886 * more clean up of cvs [alfons]
888 * removed all Makefile.in files to attic.
890 * updated all .cvsignores to really ignore things that could
891 be unintentionally committed by a recursive commit.
894 * added src/grouplist_dialog.[ch]
895 * changed src/folderview.c to call grouplist_dialog instead
898 added functions news_reset_group_list
899 and news_get_group_list
901 added function nntp_list
903 added GROUPLIST_FILE : name of the newsgroup list cache file
907 * added option to warn about queued messages on exit [sergey]:
909 * src/compose.c: compose_queue(): call folder_item_scan()
910 and folderview_update_item() after queueing.
911 * src/folderview.c: folderview_update_node(): draw the queue
912 folder in bold font if there are queued messages.
913 * src/mainwindow.c: queued_messages(): new function.
914 app_exit_cb(): display warning if there are queued messages
915 if warn_queued_on_exit is set.
916 * prefs_common.[ch]: add warn_queued_on_exit option.
918 * enhanced GnuPG key selection support [sergey]:
920 * src/select-keys.c: updated to newer version from Win32
921 branch with support for selecting arbitrary keys.
922 * src/prefs_account.c: added the Privacy tab to the account
924 prefs_account_privacy_create(),
925 prefs_account_sign_key_set_data_from_radiobtn(),
926 prefs_account_sign_key_set_radiobtn(): new functions.
927 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
928 * src/rfc2015.c: set_signers(): new function.
929 pgp_sign(): add the account parameter, call set_signers().
930 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
931 * src/rfc2015.h: rfc2015_sign(): updated prototype.
932 * src/compose.c: pass the current account to rfc2015_sign().
934 * tag name claws added to prevent confusion with main branch [alfons]
936 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
938 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
940 * sync with recent sylpheed cvs. Untested though. [alfons]