4 fixed 'compose news article' bug
5 from icon-and-text toolbar
9 * sync with sylpheed 0.5.0pre2 release
11 2001-06-24 [christoph]
14 bug fix in font selection
16 use sylpheed's normal font instead of
17 gtk default font for folders without
23 added composite compose mail / news button (an idea by Leandro
24 Pereira <leandro@linuxmag.com.br>)
28 Added instructions for ldif-to-xml.py
36 * src/pixmaps/stock_news_compose.xpm
37 added pixmap by Leandro
39 tested built-in spelling checker of GCC 3.0 :)
41 merged dutch translation of sylpheed-main with
46 Added tools directory and files.
48 * tools/filter_conv.pl
49 converts old filter system to new filtering system
50 * tools/ldif-to-xml.py
51 converts netscape addressbook to sylpheed addressbook
53 descriptions/instructions for above two files
55 2001-06-23 [christoph]
58 * src/manage_window.[ch]
59 * src/prefs_common.[ch]
60 mail retrieval dialog can be enabled, disabled
61 or hidden if non of sylpheed's windows is active
67 * sync with sylpheed 0.5.0pre2
69 2001-06-21 [christoph]
72 show recipient on 'from' for all accounts
75 * src/prefs_common.[ch]
76 disable error popup on mail receive errors
81 made the ruler correctly appear and disappear.
84 removed Hoa's work-in-progress-stuff (interesting!) so
87 2001-06-20 [christoph]
90 * src/progressdialog.c
91 added scrolled window for list in progressdialog
95 sync with sylpheed 0.5.0pre1 release
97 2001-06-20 [christoph]
100 make building threads by subject work when
101 thread view is enabled
104 * src/prefs_common.[ch]
105 automatically select account for mail replys
109 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
110 they are filled in from the account settings.
114 * more sync with sylpheed 0.5.0pre1
120 added --sysconfdir to CPPFLAGS for pointing to the correct
121 location of mime.types.
123 NOTE: make sure you use --sysconfdir when running ./autogen.sh
129 fixed some bug when building threads
133 * src/prefs_account.c
134 UI stuff: More changes to the English
138 * src/pixmaps/stock_news_compose.xpm: new file
142 Added new icon for Hoa's 'compose a news
143 message', plus minor improvements to the
149 more sync with sylpheed 0.5.0pre1
155 Follow-up and reply to
157 * src/summaryview.[ch]
158 Build threads also with subjects
163 forwarding use the current account.
166 the "compose message" button has been replaced with
167 "new mail" and "new news" buttons
169 * src/prefs_common.[ch]
170 added a configuration option to use the forward button
171 as "forward as attachment"
172 changed reply and forward format description
174 * src/quote_fmt_lex.l
175 * src/quote_fmt_parse.y
176 added message with no signature in format for reply
185 Improvements to the English
188 Improvements to the English and some
189 clarity/continuity improvements in the
190 description of Quote symbols.
196 * sync with sylpheed 0.5.0pre1
201 Better interface for compose, displayed fields
202 are updated whenever we change account.
203 Newsgroups field is automatically filled.
206 Newsgroups field is automatically filled.
208 * src/prefs_account.c
209 Some interface stuff when fields appear and
216 * sync with sylpheed 0.4.99
220 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
221 base64_decoder_free, base64_decoder_decode): new object and
222 functions for decoding base64 streams.
223 * src/procmime.c (procmime_decode_content): modified to use the
230 * sync with sylpheed 0.4.99cvs11
236 * sync with sylpheed 0.4.99cvs9
241 * src/prefs_account.c
243 SMTP server can be defined in the news account
244 mime type of attachment are kept.
248 now choose the highest important score between default
249 and important score of folder.
253 * src/prefs_common.c:
255 (prefs_quote_description_create): corrected description of
256 quote format characters
262 * sync with sylpheed 0.4.99cvs8
266 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
267 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
273 * sync with sylpheed 0.4.99cvs7
277 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
278 clashes with autogenerated header).
279 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
280 * src/Makefile.am: added quote_fmt.h.
281 * src/.cvsignore: added lex/yacc autogenerated files
282 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
288 * sync with sylpheed 0.4.99cvs6
292 * added src/quote_fmt_parse.h
297 don't modify readonly configuration files
299 * src/prefs_account.c
301 * src/prefs_customheader.c
302 * src/prefs_display_header.c
304 * src/prefs_filtering.c
305 * src/prefs_scoring.c
306 don't open dialog box when configuration files
311 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
313 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
314 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
315 BUILT_SOURCES to make all files rebuild properly.
317 * src/compose.c: removed #include "quote_fmt.tab.h".
319 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
320 CHARACTER value in yylval.
322 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
323 receive CHARACTER value by documented means (yylval).
325 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
330 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
335 * src/prefs_filtering.c
336 now keep the configuration for execute action
343 * sync with sylpheed 0.4.99cvs5
350 * added src/quote_fmt.y
351 * added src/quote_fmt.l
352 * added src/quote_fmt.tab.h
353 * added src/quote_fmt.tab.c
354 * added src/lex.quote_fmt.c
355 parsing configuration for replying
358 * src/prefs_common.[ch]
359 added configuration UI for replying
363 using configuration for replying
371 * src/prefs_filtering.c
372 * src/prefs_matcher.c
373 * src/prefs_matcher.h
374 action "run a command" for filtering
375 and matching with a command.
376 fixed the "whole message" matching
379 changed temporary filename for security
382 queue the notification if it fails to send.
385 * src/prefs_folder_item.c
386 changed the default important score
388 * src/prefs_scoring.c
390 hide kill score input when the folder is not
395 * src/prefs_common.c:
397 (prefs_font_select): pass font name in font entry box to font
402 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
406 * sync with sylpheed 0.4.99cvs4
410 * src/headerwindow.c:
412 (headerwindow_show_cb): use the selected summary view item, not
417 * src/headerwindow.c:
419 (headerwindow_show_cb): always try to show msginfo
424 keep attached parts when reediting or forwarding.
429 * src/prefs_folder_item.[ch]
430 * src/prefs_scoring.[ch]
432 * src/summaryview.[ch]
435 * src/prefs_common.[ch]
436 support for folder scoring
437 kill score and important score for messages
439 * src/prefs_account.c
440 some display bug fixed for local account
447 (add_sender_to_cb): don't crash when no or invalid sender; the add
448 sender to address book menu item is disabled.
454 handling summary menu / filter messages
460 imap folders now appears in list
463 doesn't crash if destination mail is not writeable
468 removed some warnings
472 * src/prefs_filtering.c
473 global string to identify any folders
474 removed some debug info
475 filtering to mbox folders is now possible
478 removed some warnings
481 permission on files are changed to read/write for user only,
483 creation of subfolder is handled better.
487 Verified the sync for src/prefs_common.[ch] and
488 src/prefs_account.[ch]. I believe there were some
489 minor indentation differences.
495 * sync with 0.4.99cvs3
500 handling flags for mbox format
503 use of mark file only for MH format
504 handling flags for mbox format
505 filtering cannot yet move or copy mails to mbox folders.
508 changed move_msg, copy_msg,
509 move_msgs_with_dest, copy_msgs_with_dest functions
510 uses only folder->copy_msg() function
511 uses folder->finished_copy() to handle the destination
512 folder at the end of the copy or move operation.
515 included mbox directories.
517 * src/folderview.[ch]
519 handle folders operation for mbox format
522 disable conversion of "From " header
524 * src/mbox_folder.[ch]
525 completion of mbox format handling
528 changed mh_copy_msg() function and
529 removed mh_move_msg(), mh_move_msgs_with_dest(),
530 mh_copy_msgs_with_dest()
532 * src/prefs_filtering.c
533 removed some warnings
535 * src/prefs_matcher.c
536 default boolean operation is AND
539 handling flags for mbox format
540 handling of "From " header
544 added MSG_REALLY_DELETED flags to handle deletion of
545 messages in mbox format.
548 handling flags for mbox format
549 disable the MSG_DELETED flags when messages
550 are deleted in mbox format
553 "From " headers display fixed.
559 (get_email_part): skip quoted email addresses, like in e.g.
560 "'alfons@proteus.demon.nl'".
564 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
565 and fixing the persistence troubles when using separate windows.
569 Added #define SEPARATE_ACTION used in the gtk item factory for
570 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
571 use gtk_item_factory_get_widget_by_action() to get the items.
573 Removed separate_widget_cb from the gtk item factory data
575 (mainwindow_create): connect separate_widget_cb() to check
576 menu item "toggled" signal. also passing a MainWindow pointer
577 as object data for both check menu items.
579 (separate_widget_cb): definition of separate_widget_cb() to match
580 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
581 window using gtk_object_get_data(). The type of window separation
582 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
584 * src/prefs_filtering.c,
585 src/prefs_matcher.c: added horizontal scrollbars
590 fix segfault with invalid bold font
592 correctly display summary stats after row is marked
596 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
597 encodings with libjconv.
602 added mbox_folder.[ch]
604 mbox temporary folder
606 * added src/mbox_folder.[ch]
608 * src/procheader.[ch]
611 bugfix for file incorporation filtering
613 enable creation of MBOX
614 * src/prefs_display_header.c
615 enable use of headers like "From "
616 something that should be fixed :
617 displaying of such headers add an extra space
618 * src/prefs_folder_item.c
619 don't create folders because it is not necessary
621 added data field to MsgInfo for mbox internal use
623 added some support for mbox
625 added get_mbox_cache_dir() function
627 2001-05-23 [hiroyuki]
640 src/folderview.c: more sync with 0.4.99cvs2.
642 * src/headerwindow.c: reverted.
648 * sync with sylpheed 0.4.99cvs2
656 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
662 * configure.in: if gnome-config not found, "no" is displayed
664 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
666 * src/textview.c: now also possible to add mail addresses by right
667 clicking in the text view
669 * src/codeconv.c: merged patch which fixes endless loop when encountering
670 invalid wide characters; from Alte <010@imis.ru>
674 Added installation of gnome specific things:
676 * Makefile.am: gnome conditional
678 * configure.in: check for installed gnome
680 * added sylpheed.png, sylpheed.desktop
684 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
686 * src/mainwindow.h (main_window_toolbar_create): created a button
688 (main_window_set_toolbar_sensitive): enable/disable the new button
690 (toolbar_reply_to_author_cb): handle the new button.
692 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
693 send_progress_dialog_destroy() on failure (fixes hang on SMTP
698 * src/compose.h (ComposeReplyMode): new modes
699 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
700 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
703 (compose_send): move some code into a new function:
704 (compose_current_mail_account): new function.
705 (compose_reply): new argument to_author, all callers changed; if
706 to_author==TRUE and account->protocol==A_NNTP, find and use an
707 appropriate mail account for replying.
708 (compose_reply_set_entry): new argument to_author; ignore
709 compose->replyto if to_author==TRUE.
711 * src/mainwindow.c: new command "Message/Reply to author".
712 (main_window_set_menu_sensitive): enable/disable it.
713 (reply_cb): handle it.
715 * src/summaryview.c: new command "Reply to author".
716 (summary_set_menu_sensitive): enable/disable it.
717 (summary_reply_cb): handle it.
719 * src/account.c (account_find_mail_from_address): new function.
725 * sync with sylpheed 0.4.99cvs1
732 new filtering action : forward and forward as attachment
735 no need for $DISPLAY when we run sylpheed --help
736 call to parse_cmd_opt() is moved
738 * src/mainwindow.[ch]
739 execute button is hidden when immediate execute
744 * src/prefs_folder_item.c
746 better handling of missing directories
749 reedit is enabled in outbox
750 reedit is enabled in queue
756 * src/prefs_filtering.c
757 changed attachement into attachment
763 * sync with sylpheed 0.4.67cvs9
764 * sync with sylpheed 0.4.67cvs7-8
769 added prefs_filtering.c
773 removed action : forward_news and forward_news_as_attachement
774 (forward and forward_as_attachement can be used instead)
777 added menu option to access filtering configuration
779 * src/prefs_account.c
780 changed mail_command default to /usr/sbin/sendmail
782 * added src/prefs_filtering.[ch]
783 dialog box for filtering configuration
785 * src/prefs_matcher.c
786 added function prefs_matcher_get_criteria_from_matching()
788 * src/prefs_scoring.c
789 reset the dialog when register or substitute is clicked
796 using filering.[ch] instead of filter.[ch]
798 reading new filtering configuration
800 added some filtering actions
801 and fixed a bug for headers and mail body matching
803 using filering.[ch] instead of filter.[ch]
805 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
807 some fixes for filtering
809 2001-05-14 [hiroyuki]
811 * src/send.c: fixed some weird indentations.
812 send_message_with_command(): call pclose() only if p != NULL.
813 * src/textview.c: get_email_part(): modified the code for readability.
815 2001-05-14 [hiroyuki]
819 src/md5ify.h: removed from the cvs.
823 * src/main.c: include rfc2015.h to avoid compiler warnings.
824 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
825 the panel is already on screen.
826 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
827 closing the alert window by ESC as "No".
828 * src/prefs_common.c (prefs_interface_create): moved return
829 receipt check button to the correct place.
833 * src/prefs_common.c:
834 moved return receipt check button to the Send tab. (prefs_send_create)
835 removed the date format ui related globals. (prefs_display_create)
839 * sync with sylpheed 0.4.67cvs5-6
843 * added Alfons' font selection patch
852 changed version of cache
854 * src/prefs_matcher.c
855 added additionnal matching criteria
859 added references in MsgInfo
864 prepared some things for new filtering
866 added some matching properties
867 inreplyto need to be enhanced
868 prepared some things for new filtering
870 added Return-Receipt-To handling
871 * src/prefs_folder_item.c
872 changed default value to TRUE
873 * src/prefs_matcher.c
874 added some matching properties
875 * src/prefs_scoring.[ch]
876 the scoring dialog is finished
878 added Return-Receipt-To handling
879 Reference need to be added
881 added Return-Receipt-To handling
882 added threadscore to get a better score sorting when
885 suppressed a bug when we sort the list
886 when no folder is opened.
887 better score sorting when threads are enabled
891 * reverted previous patch because of potential errors
895 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
896 applied "toggle mail-retrieval dialog window" patch submitted
897 by Eric Limpens <eric@qnt.net>
899 * sync with sylpheed 0.4.67cvs4
903 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
904 some picky compilers.
905 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
906 * src/grouplist_dialog.c: include alertpanel.h.
907 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
909 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
910 #include "defs.h" before others to prevent the warning of `MIN'
911 and `MAX' redefinition.
917 * src/prefs_account.c
918 * src/prefs_display_header.c
921 added prefs_scoring.[ch]
922 * src/grouplist_dialog.c
923 display an error dialog box if the group list
925 * src/mainwindow.[ch]
926 added main_window_set_thread_option() function
927 scoring dialog box enabled
929 added flags matching unread /new / marked
930 / deleted / replied / forwarded
932 newsgroups are now finally in newscache
933 * src/prefs_matcher.[ch]
934 finished preferences for matching dialog
935 * added src/prefs_scoring.[ch]
936 scoring dialog box completed
938 conversion to string : added scoringprop_to_string()
939 write config for preferences :
940 added prefs_scoring_write_config()
942 threads can be enabled/disabled independently
950 thought it would be nice to have a list of all
951 contributors (used Changelog as a reference)
954 messed up version numbering...
958 * sync with sylpheed 0.4.67cvs1-3
962 * src/prefs_common.c:
963 better UI for strftime format, double clicking
964 on format now inserts the format in text entry
965 replaced close button with standard OK/Cancel
966 moved date format button to the right of the
972 Ctrl-Home / Ctrl-End have proper cursor navigation
976 * src/prefs_matcher.c
977 finished UI to define matching properties
978 added ok and cancel button
980 added ok and cancel button
982 fixed some bug in xhdr parsing
987 fixed a bug in textview_show_header(), which displayed two colons (':');
988 cleaned up some warnings
993 added prefs_matcher.[ch]
994 compilation with -W -Wall
996 ungrab the mouse events if grabbed - does it
997 fix the bug for disposition notification ?
999 added a menu option to open the matching dialog.
1001 added matcherprop_to_string() and matcherlist_to_string()
1002 fixed some bugs, changed the name of some options
1003 age_sup and age_inf becomes age_greater and age_lower,
1004 body and messageheaders becomes body_part and headers_part,
1005 changed the names of constants from SCORING_XXX to MATCHING_XXX
1006 * src/prefs_display_header.c
1007 * src/prefs_headers.c
1008 fixed a bug that accidentally destroyed dialogs
1009 when closed them with delete_event
1010 Added *_deleted() which handle delete_event signal correctly.
1011 * src/prefs_folder_item.[ch]
1012 added "enable_thread" field for future customization
1013 * added src/prefs_matcher.[ch]
1014 sample of the UI to define matching properties
1016 using procheader_headername_equal instead of str*cmp functions
1017 using procheader_parse_header() function
1019 using MATCHING_XXX instead of SCORING_XXX
1021 display the sender of the news even if this is ourself
1022 when this is a news message.
1024 using headername_equal() instead of str*cmp functions
1030 * sync with sylpheed 0.4.66
1031 * src/gtkstext.c: trace logs added
1035 * src/prefs_common.[ch]: added option to enable/disable GnuPG
1036 signature check popup.
1037 * src/rfc2015.c (check_signature): show signature check popup only
1038 if it is enabled in preferences.
1044 * sync with sylpheed 0.4.66cvs6
1048 * src/prefs_common.[ch]: added option to enable/disable
1049 looking up sender name in address book for summary pane
1050 * src/summaryview.c: look up sender in the address book
1051 by using Alfons' address completion code
1053 2001-05-07 [hiroyuki]
1056 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
1057 member of Pop3State.
1058 * src/news.c: brought #include "defs.h" before #include <glib.h>
1059 to prevent the warning of `MIN' and `MAX' redefinition.
1063 * removed src/headers_display.[ch]
1064 * removed src/prefs_display_headers.[ch]
1066 use a temporary file in the user directory for mbox import
1068 added XHDR support to get "To" and "Cc" headers
1069 (in order to match news with to or cc field for
1071 added function news_parse_xhdr() to get XHDR response
1073 added function nntp_xhdr()
1075 fetch the message if necessary
1081 * sync with sylpheed 0.4.66cvs3-5
1086 added function itos_buf() to enable use of several buffers
1088 use of itos_buf() instead of itos() in summary list
1089 to fix the broken display of message number.
1093 * src/gtkstext.c: bug in cursor up navigation fixed,
1094 fixed another unsigned / signed comparison (we're getting there :-)
1099 added scoring.c scoring.h
1100 prefs_folder_item.c prefs_folder_item.h
1103 added FOLDERITEM_RC SCORING_RC
1105 added prefs field in FolderItem :
1106 properties for each folder (PrefsFolderItem),
1107 sorting type and mode were added as the first properties.
1109 read config for scoring
1110 * added src/matcher.[ch]
1111 gives functions to parse configuration file to do
1112 matching on mails with a list of conditions.
1114 add option to sort by score
1115 * src/prefs_common.[ch]
1116 added preference option to show score and for
1117 the score column size
1118 * added src/prefs_folder_item.[ch]
1119 properties for each folder (PrefsFolderItem),
1120 sorting type and mode were added as the first properties.
1121 * src/procheader.[ch]
1122 added procheader_parse_header()
1123 added procheader_header_free()
1124 added procheader_headername_equal()
1125 and made modification to use them.
1127 added score field to MsgInfo structure
1128 * added src/scoring.[ch]
1129 gives functions to parse configuration file to do
1130 scoring on mails with a list of conditions.
1131 * src/summaryview.[ch]
1132 save the sorting type and mode for the folder
1133 added column to display the score of the mail
1134 added function summary_score_clicked()
1135 sorting type and mode are restored to the folder
1138 use procheader_parse_header(), procheader_headername_equal()
1139 removed memory leak in text_scan_header when freeing headers
1141 changed the function to match names of headers
1142 using procheader_headername_equal()
1144 Scoring functions are implemented, an interface is needed
1150 hopefully fixed the row up navigation bug,
1151 removed adding back / forward lines to cache
1155 * src/prefs_display_headers.c: user interface changes:
1156 (prefs_display_headers_create): remove unused "Show" check button;
1157 allow reordering of headers by dragging.
1158 (prefs_display_headers_write_config): remove unused variables.
1159 (prefs_display_headers_set_dialog): do not insert "(New)" at top
1160 of lists (not needed with the new UI).
1161 (prefs_display_headers_set_list): scan lists starting from row 0,
1162 not 1 (do not skip "(New)").
1163 (prefs_display_headers_find_header): new function.
1164 (prefs_display_headers_clist_set_row): do not allow duplicates.
1165 (prefs_display_headers_delete_cb): do not skip row 0; treat
1166 closing the alert window by ESC as "No".
1167 (prefs_display_headers_up): do not protect row 0.
1168 (prefs_display_headers_down): do not protect row 0.
1172 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
1176 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
1177 summary_select_next_marked, summary_select_prev_marked): new
1182 * src/news.c: fixed a bug when no article can be fetched after
1183 server timeout if the connection was restored by news_post():
1184 (news_select_group): new function.
1185 (news_fetch_msg): call news_select_group() before fetching
1187 (news_get_uncached_articles): set session->group after successful
1195 changed version of cache, added cc field
1197 * src/prefs_display_headers.c
1198 the interface was changed
1200 * src/prefs_headers.c
1205 * completed sync of sylpheed cvs2
1206 * src/gtkstext.c: updated row up / down cursor navigation
1207 * src/textview.c: re-edited, prepared for fixing the email address
1212 * src/prefs_common.c: use alfons' strftime ui code
1213 entry_datefmt and datefmt_sample widgets have to be
1214 global in this module because of this change
1219 * src/prefs_common.[ch] added option to activate the return receipt
1224 * src/gtkstext.c: fix for row up/down cursor navigation.
1228 * sync with 0.4.66cvs2
1232 added add-sender-to-addressbook patch
1240 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
1243 * src/alertpanel.c (alertpanel_create): new argument can_disable,
1244 all existing callers changed to pass FALSE; create a check button
1245 to disable the message.
1246 (alertpanel_message_with_disable): new function.
1247 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
1248 (alertpanel_button_toggled): new function.
1249 (alertpanel_button_clicked, alertpanel_close): set value using
1252 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
1254 * src/prefs_common.c (prefs_privacy_create): new check button
1255 checkbtn_gpgme_warning.
1257 * src/main.c (main): moved preferences reading before gpgme
1258 initialization; check prefs_common.gpgme_warning before giving the
1259 GnuPG warning and set it to FALSE if the user wants to disable the
1262 2001-05-02 [hiroyuki]
1264 * src/prefs_display_headers.c: modified the layout and some labels.
1268 * src/prefs_account.c (prefs_account_fix_size): new function.
1269 (prefs_account_create): call prefs_account_fix_size(); use
1270 gtk_widget_show instead of gtk_widget_show_all (fixes too large
1271 size when the window is shown for the first time).
1272 (prefs_account_basic_create): changed layout of serv_table; moved
1273 localmbox_entry above smtpserv_entry (logically it replaces
1275 (prefs_account_protocol_activated): set sensitivity of
1276 nntpauth_chkbtn according to the protocol (in addition to
1277 hide/show); commented out gtk_table_set_row_spacing() calls.
1278 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
1279 not sensitive (fixes a bug with disabled username/password boxes
1280 when editing POP3 account after NNTP with authentication).
1286 * src/prefs_account.[ch]
1288 removed local account without SMTP server
1289 added option to use mail command instead of a connexion
1290 to SMTP server when a local account is used
1291 * src/prefs_headers.c
1294 fixed a bug when connexion immediately closed
1304 * src/prefs_account.c (Basic, prefs_account_basic_create): new
1305 widget nntpauth_chkbtn.
1306 (prefs_account_protocol_activated): handle nntpauth_chkbtn
1308 (prefs_account_nntpauth_toggled): new function.
1310 * src/news.c (news_session_new_for_folder): use NNTP
1311 authentication only if ac->use_nntp_auth is set.
1315 * src/Makefile.am changed headers.[ch] in customheader.[ch]
1316 * src/prefs_display_headers.c changed the UI
1317 * src/prefs_headers.c changed account_name to account_id
1318 * src/compose.c using customheader.h
1320 2001-05-01 [hiroyuki]
1324 src/nntp.c: changed sock_read() to sock_gets(), they've been left
1329 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
1330 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
1331 for displaying of headers
1332 * src/grouplist_dialog.[ch] minor changes to remove warnings
1333 * src/prefs_display_headers.[ch] dialog to choose the
1334 headers to display in the mail viewer.
1335 * src/headers.h correction of #define
1336 * src/headers_display.[ch] configuration for displaying of headers.
1337 * src/main.c read config of displaying of headers
1338 * src/prefs_common.c add a button to access the config dialog
1339 for displaying of headers
1340 * src/prefs_display_headers.[ch] dialog for configuration for
1341 displaying of the headers.
1342 * src/prefs_headers.c cleaning of code
1343 * src/procheader.c comments added to code
1344 * src/textview.c changes to reorder the headers depending
1345 on the config for displaying of headers
1351 * sync with 0.4.65cvs12
1353 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
1357 * src/nntp.h (NNTPSockInfo): new field auth_failed.
1359 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
1360 is set to force reconnection after authentication failure.
1361 (nntp_gen_command): set sock->auth_failed on authentication
1362 failure, or if sock->userid and sock->passwd are not set.
1364 * src/news.c (news_session_new_for_folder): set userid=NULL if
1365 password dialog is cancelled.
1369 * src/nntp.h (NNTPSockInfo): new type.
1371 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
1373 (nntp_open_auth, nntp_close): new functions.
1374 (nntp_gen_command): new function to handle authentication; all
1375 NNTP command functions updated to use it.
1376 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
1377 (nntp_list): removed old useless code.
1379 * src/news.h (NNTPSession): new field nntp_sock.
1381 * src/news.c: all functions updated to use NNTPSockInfo instead of
1383 (news_session_new): new arguments (userid, passwd); made static;
1384 use nntp_open_auth() if needed.
1385 (news_session_destroy): use nntp_close() instead of sock_close().
1386 (news_query_password): changed arguments.
1387 (news_session_new_for_folder): new function.
1388 (news_session_get): use news_session_new_for_folder().
1389 (news_authenticate): deleted.
1390 (news_get_uncached_articles): removed old authentication code.
1394 * src/news.c: reverted my previous changes (need to do NNTP
1395 authentication in a cleaner way).
1399 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
1400 news_nntp_post, news_nntp_mode): new functions (wrappers with
1401 authentication support).
1402 (news_get_article_cmd, news_get_article, news_get_header): new
1403 argument "folder"; all callers changed.
1404 (news_get_article_cmd): added authentication support.
1405 (news_session_get): use news_nntp_mode() instead of nntp_mode().
1406 (news_post): use news_nntp_post() instead of nntp_post().
1407 (news_get_uncached_articles): use news_nntp_group() instead of
1408 nntp_group() and news_nntp_xover() instead of nntp_xover();
1409 removed old authentication code.
1410 (news_get_group_list): use news_nntp_list() instead of nntp_list().
1412 * src/nntp.c (nntp_list): return real error code instead of
1417 * configure.in: fixed wint_t typedef detection again
1421 * src/prefs_account.[ch], added A_LOCAL_CMD
1422 (send mail with mail command)
1423 * src/send.c added function send_message_with_command()
1424 * src/inc.c made a more secure get_spool() function with
1425 mktemp() but maybe mkstemp() or something more
1430 * src/textview.c, colorization of email addresses in headers
1434 * bug sync with sylpheed
1435 * prefs_common.c: created date format ui for darko
1436 * sync with 0.4.65cvs11
1437 * configure.in: corrected to have the new gpg checks
1441 * completed sync with 0.4.65cvs10
1442 * minor debug things added to gtkstext.c
1446 * configure.in: remove check for availability of
1447 strftime() as advised by Hiroyuki
1448 * src/prefs_common.[ch], src/procheader.c:
1449 synch strftime() code with Hiroyki's main branch
1453 * src/news.c: news_query_password(), news_authenticate(): new
1455 news_get_uncached_articles(): added NNTP authentication
1457 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
1459 * src/prefs_account.c: prefs_account_protocol_activated():
1460 enable userid and password fields for NNTP.
1464 * configure.in: check for availability of strftime()
1466 * src/prefs_common.[ch], src/procheader.c: use
1467 strftime() for displaying date in summary pane if it
1472 * more .cvsignore cleanups [alfons]
1476 * ac/sv-check-type.m4: new autoconf macro.
1477 * configure.in: fixed wint_t typedef detection (did not work
1482 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
1486 * modified gtkstext.c : buggy cursor navigation fixed,
1487 and font descent also taken in account when drawing
1491 * added comments in src/news.c src/nntp.c
1492 * added src/prefs_headers.[ch]
1493 * added src/headers.[ch]
1494 * modified compose.c to activate custom headers
1495 added function is_in_custom_headers
1496 * modified prefs_account.[ch]
1497 added function prefs_account_customhdr_edit
1498 * modified src/defs.h :
1499 added HEADERS_RC : name of the config file
1500 for the custom headers
1511 added gtkstext with configure.in patch by Hiroyuki which
1512 should fix the XIM detection [alfons]
1514 * more clean up of cvs [alfons]
1516 * removed all Makefile.in files to attic.
1518 * updated all .cvsignores to really ignore things that could
1519 be unintentionally committed by a recursive commit.
1522 * added src/grouplist_dialog.[ch]
1523 * changed src/folderview.c to call grouplist_dialog instead
1526 added functions news_reset_group_list
1527 and news_get_group_list
1529 added function nntp_list
1531 added GROUPLIST_FILE : name of the newsgroup list cache file
1535 * added option to warn about queued messages on exit [sergey]:
1537 * src/compose.c: compose_queue(): call folder_item_scan()
1538 and folderview_update_item() after queueing.
1539 * src/folderview.c: folderview_update_node(): draw the queue
1540 folder in bold font if there are queued messages.
1541 * src/mainwindow.c: queued_messages(): new function.
1542 app_exit_cb(): display warning if there are queued messages
1543 if warn_queued_on_exit is set.
1544 * prefs_common.[ch]: add warn_queued_on_exit option.
1546 * enhanced GnuPG key selection support [sergey]:
1548 * src/select-keys.c: updated to newer version from Win32
1549 branch with support for selecting arbitrary keys.
1550 * src/prefs_account.c: added the Privacy tab to the account
1552 prefs_account_privacy_create(),
1553 prefs_account_sign_key_set_data_from_radiobtn(),
1554 prefs_account_sign_key_set_radiobtn(): new functions.
1555 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
1556 * src/rfc2015.c: set_signers(): new function.
1557 pgp_sign(): add the account parameter, call set_signers().
1558 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
1559 * src/rfc2015.h: rfc2015_sign(): updated prototype.
1560 * src/compose.c: pass the current account to rfc2015_sign().
1562 * tag name claws added to prevent confusion with main branch [alfons]
1564 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
1566 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
1568 * sync with recent sylpheed cvs. Untested though. [alfons]