4 merge with sylpheed.pot and old nl.po; translations added.
8 * more sync with sylpheed 0.5.0pre3
13 don't crash when removing parent node of messages
14 attracted by subject. this was caused by not deleting
15 the parent node from the subject line hash table.
22 if there are multiple messages selected, allow forwarding
27 * more sync with sylpheed 0.5.0pre3
33 * sync with sylpheed 0.5.0pre3
38 fixed 'compose news article' bug
39 from icon-and-text toolbar
43 * sync with sylpheed 0.5.0pre2 release
45 2001-06-24 [christoph]
48 bug fix in font selection
50 use sylpheed's normal font instead of
51 gtk default font for folders without
57 added composite compose mail / news button (an idea by Leandro
58 Pereira <leandro@linuxmag.com.br>)
62 Added instructions for ldif-to-xml.py
70 * src/pixmaps/stock_news_compose.xpm
71 added pixmap by Leandro
73 tested built-in spelling checker of GCC 3.0 :)
75 merged dutch translation of sylpheed-main with
80 Added tools directory and files.
82 * tools/filter_conv.pl
83 converts old filter system to new filtering system
84 * tools/ldif-to-xml.py
85 converts netscape addressbook to sylpheed addressbook
87 descriptions/instructions for above two files
89 2001-06-23 [christoph]
92 * src/manage_window.[ch]
93 * src/prefs_common.[ch]
94 mail retrieval dialog can be enabled, disabled
95 or hidden if non of sylpheed's windows is active
101 * sync with sylpheed 0.5.0pre2
103 2001-06-21 [christoph]
106 show recipient on 'from' for all accounts
109 * src/prefs_common.[ch]
110 disable error popup on mail receive errors
115 made the ruler correctly appear and disappear.
118 removed Hoa's work-in-progress-stuff (interesting!) so
121 2001-06-20 [christoph]
124 * src/progressdialog.c
125 added scrolled window for list in progressdialog
129 sync with sylpheed 0.5.0pre1 release
131 2001-06-20 [christoph]
134 make building threads by subject work when
135 thread view is enabled
138 * src/prefs_common.[ch]
139 automatically select account for mail replys
143 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
144 they are filled in from the account settings.
148 * more sync with sylpheed 0.5.0pre1
154 added --sysconfdir to CPPFLAGS for pointing to the correct
155 location of mime.types.
157 NOTE: make sure you use --sysconfdir when running ./autogen.sh
163 fixed some bug when building threads
167 * src/prefs_account.c
168 UI stuff: More changes to the English
172 * src/pixmaps/stock_news_compose.xpm: new file
176 Added new icon for Hoa's 'compose a news
177 message', plus minor improvements to the
183 more sync with sylpheed 0.5.0pre1
189 Follow-up and reply to
191 * src/summaryview.[ch]
192 Build threads also with subjects
197 forwarding use the current account.
200 the "compose message" button has been replaced with
201 "new mail" and "new news" buttons
203 * src/prefs_common.[ch]
204 added a configuration option to use the forward button
205 as "forward as attachment"
206 changed reply and forward format description
208 * src/quote_fmt_lex.l
209 * src/quote_fmt_parse.y
210 added message with no signature in format for reply
219 Improvements to the English
222 Improvements to the English and some
223 clarity/continuity improvements in the
224 description of Quote symbols.
230 * sync with sylpheed 0.5.0pre1
235 Better interface for compose, displayed fields
236 are updated whenever we change account.
237 Newsgroups field is automatically filled.
240 Newsgroups field is automatically filled.
242 * src/prefs_account.c
243 Some interface stuff when fields appear and
250 * sync with sylpheed 0.4.99
254 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
255 base64_decoder_free, base64_decoder_decode): new object and
256 functions for decoding base64 streams.
257 * src/procmime.c (procmime_decode_content): modified to use the
264 * sync with sylpheed 0.4.99cvs11
270 * sync with sylpheed 0.4.99cvs9
275 * src/prefs_account.c
277 SMTP server can be defined in the news account
278 mime type of attachment are kept.
282 now choose the highest important score between default
283 and important score of folder.
287 * src/prefs_common.c:
289 (prefs_quote_description_create): corrected description of
290 quote format characters
296 * sync with sylpheed 0.4.99cvs8
300 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
301 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
307 * sync with sylpheed 0.4.99cvs7
311 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
312 clashes with autogenerated header).
313 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
314 * src/Makefile.am: added quote_fmt.h.
315 * src/.cvsignore: added lex/yacc autogenerated files
316 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
322 * sync with sylpheed 0.4.99cvs6
326 * added src/quote_fmt_parse.h
331 don't modify readonly configuration files
333 * src/prefs_account.c
335 * src/prefs_customheader.c
336 * src/prefs_display_header.c
338 * src/prefs_filtering.c
339 * src/prefs_scoring.c
340 don't open dialog box when configuration files
345 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
347 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
348 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
349 BUILT_SOURCES to make all files rebuild properly.
351 * src/compose.c: removed #include "quote_fmt.tab.h".
353 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
354 CHARACTER value in yylval.
356 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
357 receive CHARACTER value by documented means (yylval).
359 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
364 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
369 * src/prefs_filtering.c
370 now keep the configuration for execute action
377 * sync with sylpheed 0.4.99cvs5
384 * added src/quote_fmt.y
385 * added src/quote_fmt.l
386 * added src/quote_fmt.tab.h
387 * added src/quote_fmt.tab.c
388 * added src/lex.quote_fmt.c
389 parsing configuration for replying
392 * src/prefs_common.[ch]
393 added configuration UI for replying
397 using configuration for replying
405 * src/prefs_filtering.c
406 * src/prefs_matcher.c
407 * src/prefs_matcher.h
408 action "run a command" for filtering
409 and matching with a command.
410 fixed the "whole message" matching
413 changed temporary filename for security
416 queue the notification if it fails to send.
419 * src/prefs_folder_item.c
420 changed the default important score
422 * src/prefs_scoring.c
424 hide kill score input when the folder is not
429 * src/prefs_common.c:
431 (prefs_font_select): pass font name in font entry box to font
436 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
440 * sync with sylpheed 0.4.99cvs4
444 * src/headerwindow.c:
446 (headerwindow_show_cb): use the selected summary view item, not
451 * src/headerwindow.c:
453 (headerwindow_show_cb): always try to show msginfo
458 keep attached parts when reediting or forwarding.
463 * src/prefs_folder_item.[ch]
464 * src/prefs_scoring.[ch]
466 * src/summaryview.[ch]
469 * src/prefs_common.[ch]
470 support for folder scoring
471 kill score and important score for messages
473 * src/prefs_account.c
474 some display bug fixed for local account
481 (add_sender_to_cb): don't crash when no or invalid sender; the add
482 sender to address book menu item is disabled.
488 handling summary menu / filter messages
494 imap folders now appears in list
497 doesn't crash if destination mail is not writeable
502 removed some warnings
506 * src/prefs_filtering.c
507 global string to identify any folders
508 removed some debug info
509 filtering to mbox folders is now possible
512 removed some warnings
515 permission on files are changed to read/write for user only,
517 creation of subfolder is handled better.
521 Verified the sync for src/prefs_common.[ch] and
522 src/prefs_account.[ch]. I believe there were some
523 minor indentation differences.
529 * sync with 0.4.99cvs3
534 handling flags for mbox format
537 use of mark file only for MH format
538 handling flags for mbox format
539 filtering cannot yet move or copy mails to mbox folders.
542 changed move_msg, copy_msg,
543 move_msgs_with_dest, copy_msgs_with_dest functions
544 uses only folder->copy_msg() function
545 uses folder->finished_copy() to handle the destination
546 folder at the end of the copy or move operation.
549 included mbox directories.
551 * src/folderview.[ch]
553 handle folders operation for mbox format
556 disable conversion of "From " header
558 * src/mbox_folder.[ch]
559 completion of mbox format handling
562 changed mh_copy_msg() function and
563 removed mh_move_msg(), mh_move_msgs_with_dest(),
564 mh_copy_msgs_with_dest()
566 * src/prefs_filtering.c
567 removed some warnings
569 * src/prefs_matcher.c
570 default boolean operation is AND
573 handling flags for mbox format
574 handling of "From " header
578 added MSG_REALLY_DELETED flags to handle deletion of
579 messages in mbox format.
582 handling flags for mbox format
583 disable the MSG_DELETED flags when messages
584 are deleted in mbox format
587 "From " headers display fixed.
593 (get_email_part): skip quoted email addresses, like in e.g.
594 "'alfons@proteus.demon.nl'".
598 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
599 and fixing the persistence troubles when using separate windows.
603 Added #define SEPARATE_ACTION used in the gtk item factory for
604 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
605 use gtk_item_factory_get_widget_by_action() to get the items.
607 Removed separate_widget_cb from the gtk item factory data
609 (mainwindow_create): connect separate_widget_cb() to check
610 menu item "toggled" signal. also passing a MainWindow pointer
611 as object data for both check menu items.
613 (separate_widget_cb): definition of separate_widget_cb() to match
614 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
615 window using gtk_object_get_data(). The type of window separation
616 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
618 * src/prefs_filtering.c,
619 src/prefs_matcher.c: added horizontal scrollbars
624 fix segfault with invalid bold font
626 correctly display summary stats after row is marked
630 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
631 encodings with libjconv.
636 added mbox_folder.[ch]
638 mbox temporary folder
640 * added src/mbox_folder.[ch]
642 * src/procheader.[ch]
645 bugfix for file incorporation filtering
647 enable creation of MBOX
648 * src/prefs_display_header.c
649 enable use of headers like "From "
650 something that should be fixed :
651 displaying of such headers add an extra space
652 * src/prefs_folder_item.c
653 don't create folders because it is not necessary
655 added data field to MsgInfo for mbox internal use
657 added some support for mbox
659 added get_mbox_cache_dir() function
661 2001-05-23 [hiroyuki]
674 src/folderview.c: more sync with 0.4.99cvs2.
676 * src/headerwindow.c: reverted.
682 * sync with sylpheed 0.4.99cvs2
690 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
696 * configure.in: if gnome-config not found, "no" is displayed
698 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
700 * src/textview.c: now also possible to add mail addresses by right
701 clicking in the text view
703 * src/codeconv.c: merged patch which fixes endless loop when encountering
704 invalid wide characters; from Alte <010@imis.ru>
708 Added installation of gnome specific things:
710 * Makefile.am: gnome conditional
712 * configure.in: check for installed gnome
714 * added sylpheed.png, sylpheed.desktop
718 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
720 * src/mainwindow.h (main_window_toolbar_create): created a button
722 (main_window_set_toolbar_sensitive): enable/disable the new button
724 (toolbar_reply_to_author_cb): handle the new button.
726 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
727 send_progress_dialog_destroy() on failure (fixes hang on SMTP
732 * src/compose.h (ComposeReplyMode): new modes
733 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
734 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
737 (compose_send): move some code into a new function:
738 (compose_current_mail_account): new function.
739 (compose_reply): new argument to_author, all callers changed; if
740 to_author==TRUE and account->protocol==A_NNTP, find and use an
741 appropriate mail account for replying.
742 (compose_reply_set_entry): new argument to_author; ignore
743 compose->replyto if to_author==TRUE.
745 * src/mainwindow.c: new command "Message/Reply to author".
746 (main_window_set_menu_sensitive): enable/disable it.
747 (reply_cb): handle it.
749 * src/summaryview.c: new command "Reply to author".
750 (summary_set_menu_sensitive): enable/disable it.
751 (summary_reply_cb): handle it.
753 * src/account.c (account_find_mail_from_address): new function.
759 * sync with sylpheed 0.4.99cvs1
766 new filtering action : forward and forward as attachment
769 no need for $DISPLAY when we run sylpheed --help
770 call to parse_cmd_opt() is moved
772 * src/mainwindow.[ch]
773 execute button is hidden when immediate execute
778 * src/prefs_folder_item.c
780 better handling of missing directories
783 reedit is enabled in outbox
784 reedit is enabled in queue
790 * src/prefs_filtering.c
791 changed attachement into attachment
797 * sync with sylpheed 0.4.67cvs9
798 * sync with sylpheed 0.4.67cvs7-8
803 added prefs_filtering.c
807 removed action : forward_news and forward_news_as_attachement
808 (forward and forward_as_attachement can be used instead)
811 added menu option to access filtering configuration
813 * src/prefs_account.c
814 changed mail_command default to /usr/sbin/sendmail
816 * added src/prefs_filtering.[ch]
817 dialog box for filtering configuration
819 * src/prefs_matcher.c
820 added function prefs_matcher_get_criteria_from_matching()
822 * src/prefs_scoring.c
823 reset the dialog when register or substitute is clicked
830 using filering.[ch] instead of filter.[ch]
832 reading new filtering configuration
834 added some filtering actions
835 and fixed a bug for headers and mail body matching
837 using filering.[ch] instead of filter.[ch]
839 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
841 some fixes for filtering
843 2001-05-14 [hiroyuki]
845 * src/send.c: fixed some weird indentations.
846 send_message_with_command(): call pclose() only if p != NULL.
847 * src/textview.c: get_email_part(): modified the code for readability.
849 2001-05-14 [hiroyuki]
853 src/md5ify.h: removed from the cvs.
857 * src/main.c: include rfc2015.h to avoid compiler warnings.
858 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
859 the panel is already on screen.
860 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
861 closing the alert window by ESC as "No".
862 * src/prefs_common.c (prefs_interface_create): moved return
863 receipt check button to the correct place.
867 * src/prefs_common.c:
868 moved return receipt check button to the Send tab. (prefs_send_create)
869 removed the date format ui related globals. (prefs_display_create)
873 * sync with sylpheed 0.4.67cvs5-6
877 * added Alfons' font selection patch
886 changed version of cache
888 * src/prefs_matcher.c
889 added additionnal matching criteria
893 added references in MsgInfo
898 prepared some things for new filtering
900 added some matching properties
901 inreplyto need to be enhanced
902 prepared some things for new filtering
904 added Return-Receipt-To handling
905 * src/prefs_folder_item.c
906 changed default value to TRUE
907 * src/prefs_matcher.c
908 added some matching properties
909 * src/prefs_scoring.[ch]
910 the scoring dialog is finished
912 added Return-Receipt-To handling
913 Reference need to be added
915 added Return-Receipt-To handling
916 added threadscore to get a better score sorting when
919 suppressed a bug when we sort the list
920 when no folder is opened.
921 better score sorting when threads are enabled
925 * reverted previous patch because of potential errors
929 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
930 applied "toggle mail-retrieval dialog window" patch submitted
931 by Eric Limpens <eric@qnt.net>
933 * sync with sylpheed 0.4.67cvs4
937 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
938 some picky compilers.
939 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
940 * src/grouplist_dialog.c: include alertpanel.h.
941 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
943 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
944 #include "defs.h" before others to prevent the warning of `MIN'
945 and `MAX' redefinition.
951 * src/prefs_account.c
952 * src/prefs_display_header.c
955 added prefs_scoring.[ch]
956 * src/grouplist_dialog.c
957 display an error dialog box if the group list
959 * src/mainwindow.[ch]
960 added main_window_set_thread_option() function
961 scoring dialog box enabled
963 added flags matching unread /new / marked
964 / deleted / replied / forwarded
966 newsgroups are now finally in newscache
967 * src/prefs_matcher.[ch]
968 finished preferences for matching dialog
969 * added src/prefs_scoring.[ch]
970 scoring dialog box completed
972 conversion to string : added scoringprop_to_string()
973 write config for preferences :
974 added prefs_scoring_write_config()
976 threads can be enabled/disabled independently
984 thought it would be nice to have a list of all
985 contributors (used Changelog as a reference)
988 messed up version numbering...
992 * sync with sylpheed 0.4.67cvs1-3
996 * src/prefs_common.c:
997 better UI for strftime format, double clicking
998 on format now inserts the format in text entry
999 replaced close button with standard OK/Cancel
1000 moved date format button to the right of the
1006 Ctrl-Home / Ctrl-End have proper cursor navigation
1010 * src/prefs_matcher.c
1011 finished UI to define matching properties
1012 added ok and cancel button
1013 * src/prefs_filter.c
1014 added ok and cancel button
1016 fixed some bug in xhdr parsing
1021 fixed a bug in textview_show_header(), which displayed two colons (':');
1022 cleaned up some warnings
1027 added prefs_matcher.[ch]
1028 compilation with -W -Wall
1030 ungrab the mouse events if grabbed - does it
1031 fix the bug for disposition notification ?
1033 added a menu option to open the matching dialog.
1035 added matcherprop_to_string() and matcherlist_to_string()
1036 fixed some bugs, changed the name of some options
1037 age_sup and age_inf becomes age_greater and age_lower,
1038 body and messageheaders becomes body_part and headers_part,
1039 changed the names of constants from SCORING_XXX to MATCHING_XXX
1040 * src/prefs_display_header.c
1041 * src/prefs_headers.c
1042 fixed a bug that accidentally destroyed dialogs
1043 when closed them with delete_event
1044 Added *_deleted() which handle delete_event signal correctly.
1045 * src/prefs_folder_item.[ch]
1046 added "enable_thread" field for future customization
1047 * added src/prefs_matcher.[ch]
1048 sample of the UI to define matching properties
1050 using procheader_headername_equal instead of str*cmp functions
1051 using procheader_parse_header() function
1053 using MATCHING_XXX instead of SCORING_XXX
1055 display the sender of the news even if this is ourself
1056 when this is a news message.
1058 using headername_equal() instead of str*cmp functions
1064 * sync with sylpheed 0.4.66
1065 * src/gtkstext.c: trace logs added
1069 * src/prefs_common.[ch]: added option to enable/disable GnuPG
1070 signature check popup.
1071 * src/rfc2015.c (check_signature): show signature check popup only
1072 if it is enabled in preferences.
1078 * sync with sylpheed 0.4.66cvs6
1082 * src/prefs_common.[ch]: added option to enable/disable
1083 looking up sender name in address book for summary pane
1084 * src/summaryview.c: look up sender in the address book
1085 by using Alfons' address completion code
1087 2001-05-07 [hiroyuki]
1090 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
1091 member of Pop3State.
1092 * src/news.c: brought #include "defs.h" before #include <glib.h>
1093 to prevent the warning of `MIN' and `MAX' redefinition.
1097 * removed src/headers_display.[ch]
1098 * removed src/prefs_display_headers.[ch]
1100 use a temporary file in the user directory for mbox import
1102 added XHDR support to get "To" and "Cc" headers
1103 (in order to match news with to or cc field for
1105 added function news_parse_xhdr() to get XHDR response
1107 added function nntp_xhdr()
1109 fetch the message if necessary
1115 * sync with sylpheed 0.4.66cvs3-5
1120 added function itos_buf() to enable use of several buffers
1122 use of itos_buf() instead of itos() in summary list
1123 to fix the broken display of message number.
1127 * src/gtkstext.c: bug in cursor up navigation fixed,
1128 fixed another unsigned / signed comparison (we're getting there :-)
1133 added scoring.c scoring.h
1134 prefs_folder_item.c prefs_folder_item.h
1137 added FOLDERITEM_RC SCORING_RC
1139 added prefs field in FolderItem :
1140 properties for each folder (PrefsFolderItem),
1141 sorting type and mode were added as the first properties.
1143 read config for scoring
1144 * added src/matcher.[ch]
1145 gives functions to parse configuration file to do
1146 matching on mails with a list of conditions.
1148 add option to sort by score
1149 * src/prefs_common.[ch]
1150 added preference option to show score and for
1151 the score column size
1152 * added src/prefs_folder_item.[ch]
1153 properties for each folder (PrefsFolderItem),
1154 sorting type and mode were added as the first properties.
1155 * src/procheader.[ch]
1156 added procheader_parse_header()
1157 added procheader_header_free()
1158 added procheader_headername_equal()
1159 and made modification to use them.
1161 added score field to MsgInfo structure
1162 * added src/scoring.[ch]
1163 gives functions to parse configuration file to do
1164 scoring on mails with a list of conditions.
1165 * src/summaryview.[ch]
1166 save the sorting type and mode for the folder
1167 added column to display the score of the mail
1168 added function summary_score_clicked()
1169 sorting type and mode are restored to the folder
1172 use procheader_parse_header(), procheader_headername_equal()
1173 removed memory leak in text_scan_header when freeing headers
1175 changed the function to match names of headers
1176 using procheader_headername_equal()
1178 Scoring functions are implemented, an interface is needed
1184 hopefully fixed the row up navigation bug,
1185 removed adding back / forward lines to cache
1189 * src/prefs_display_headers.c: user interface changes:
1190 (prefs_display_headers_create): remove unused "Show" check button;
1191 allow reordering of headers by dragging.
1192 (prefs_display_headers_write_config): remove unused variables.
1193 (prefs_display_headers_set_dialog): do not insert "(New)" at top
1194 of lists (not needed with the new UI).
1195 (prefs_display_headers_set_list): scan lists starting from row 0,
1196 not 1 (do not skip "(New)").
1197 (prefs_display_headers_find_header): new function.
1198 (prefs_display_headers_clist_set_row): do not allow duplicates.
1199 (prefs_display_headers_delete_cb): do not skip row 0; treat
1200 closing the alert window by ESC as "No".
1201 (prefs_display_headers_up): do not protect row 0.
1202 (prefs_display_headers_down): do not protect row 0.
1206 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
1210 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
1211 summary_select_next_marked, summary_select_prev_marked): new
1216 * src/news.c: fixed a bug when no article can be fetched after
1217 server timeout if the connection was restored by news_post():
1218 (news_select_group): new function.
1219 (news_fetch_msg): call news_select_group() before fetching
1221 (news_get_uncached_articles): set session->group after successful
1229 changed version of cache, added cc field
1231 * src/prefs_display_headers.c
1232 the interface was changed
1234 * src/prefs_headers.c
1239 * completed sync of sylpheed cvs2
1240 * src/gtkstext.c: updated row up / down cursor navigation
1241 * src/textview.c: re-edited, prepared for fixing the email address
1246 * src/prefs_common.c: use alfons' strftime ui code
1247 entry_datefmt and datefmt_sample widgets have to be
1248 global in this module because of this change
1253 * src/prefs_common.[ch] added option to activate the return receipt
1258 * src/gtkstext.c: fix for row up/down cursor navigation.
1262 * sync with 0.4.66cvs2
1266 added add-sender-to-addressbook patch
1274 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
1277 * src/alertpanel.c (alertpanel_create): new argument can_disable,
1278 all existing callers changed to pass FALSE; create a check button
1279 to disable the message.
1280 (alertpanel_message_with_disable): new function.
1281 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
1282 (alertpanel_button_toggled): new function.
1283 (alertpanel_button_clicked, alertpanel_close): set value using
1286 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
1288 * src/prefs_common.c (prefs_privacy_create): new check button
1289 checkbtn_gpgme_warning.
1291 * src/main.c (main): moved preferences reading before gpgme
1292 initialization; check prefs_common.gpgme_warning before giving the
1293 GnuPG warning and set it to FALSE if the user wants to disable the
1296 2001-05-02 [hiroyuki]
1298 * src/prefs_display_headers.c: modified the layout and some labels.
1302 * src/prefs_account.c (prefs_account_fix_size): new function.
1303 (prefs_account_create): call prefs_account_fix_size(); use
1304 gtk_widget_show instead of gtk_widget_show_all (fixes too large
1305 size when the window is shown for the first time).
1306 (prefs_account_basic_create): changed layout of serv_table; moved
1307 localmbox_entry above smtpserv_entry (logically it replaces
1309 (prefs_account_protocol_activated): set sensitivity of
1310 nntpauth_chkbtn according to the protocol (in addition to
1311 hide/show); commented out gtk_table_set_row_spacing() calls.
1312 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
1313 not sensitive (fixes a bug with disabled username/password boxes
1314 when editing POP3 account after NNTP with authentication).
1320 * src/prefs_account.[ch]
1322 removed local account without SMTP server
1323 added option to use mail command instead of a connexion
1324 to SMTP server when a local account is used
1325 * src/prefs_headers.c
1328 fixed a bug when connexion immediately closed
1338 * src/prefs_account.c (Basic, prefs_account_basic_create): new
1339 widget nntpauth_chkbtn.
1340 (prefs_account_protocol_activated): handle nntpauth_chkbtn
1342 (prefs_account_nntpauth_toggled): new function.
1344 * src/news.c (news_session_new_for_folder): use NNTP
1345 authentication only if ac->use_nntp_auth is set.
1349 * src/Makefile.am changed headers.[ch] in customheader.[ch]
1350 * src/prefs_display_headers.c changed the UI
1351 * src/prefs_headers.c changed account_name to account_id
1352 * src/compose.c using customheader.h
1354 2001-05-01 [hiroyuki]
1358 src/nntp.c: changed sock_read() to sock_gets(), they've been left
1363 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
1364 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
1365 for displaying of headers
1366 * src/grouplist_dialog.[ch] minor changes to remove warnings
1367 * src/prefs_display_headers.[ch] dialog to choose the
1368 headers to display in the mail viewer.
1369 * src/headers.h correction of #define
1370 * src/headers_display.[ch] configuration for displaying of headers.
1371 * src/main.c read config of displaying of headers
1372 * src/prefs_common.c add a button to access the config dialog
1373 for displaying of headers
1374 * src/prefs_display_headers.[ch] dialog for configuration for
1375 displaying of the headers.
1376 * src/prefs_headers.c cleaning of code
1377 * src/procheader.c comments added to code
1378 * src/textview.c changes to reorder the headers depending
1379 on the config for displaying of headers
1385 * sync with 0.4.65cvs12
1387 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
1391 * src/nntp.h (NNTPSockInfo): new field auth_failed.
1393 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
1394 is set to force reconnection after authentication failure.
1395 (nntp_gen_command): set sock->auth_failed on authentication
1396 failure, or if sock->userid and sock->passwd are not set.
1398 * src/news.c (news_session_new_for_folder): set userid=NULL if
1399 password dialog is cancelled.
1403 * src/nntp.h (NNTPSockInfo): new type.
1405 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
1407 (nntp_open_auth, nntp_close): new functions.
1408 (nntp_gen_command): new function to handle authentication; all
1409 NNTP command functions updated to use it.
1410 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
1411 (nntp_list): removed old useless code.
1413 * src/news.h (NNTPSession): new field nntp_sock.
1415 * src/news.c: all functions updated to use NNTPSockInfo instead of
1417 (news_session_new): new arguments (userid, passwd); made static;
1418 use nntp_open_auth() if needed.
1419 (news_session_destroy): use nntp_close() instead of sock_close().
1420 (news_query_password): changed arguments.
1421 (news_session_new_for_folder): new function.
1422 (news_session_get): use news_session_new_for_folder().
1423 (news_authenticate): deleted.
1424 (news_get_uncached_articles): removed old authentication code.
1428 * src/news.c: reverted my previous changes (need to do NNTP
1429 authentication in a cleaner way).
1433 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
1434 news_nntp_post, news_nntp_mode): new functions (wrappers with
1435 authentication support).
1436 (news_get_article_cmd, news_get_article, news_get_header): new
1437 argument "folder"; all callers changed.
1438 (news_get_article_cmd): added authentication support.
1439 (news_session_get): use news_nntp_mode() instead of nntp_mode().
1440 (news_post): use news_nntp_post() instead of nntp_post().
1441 (news_get_uncached_articles): use news_nntp_group() instead of
1442 nntp_group() and news_nntp_xover() instead of nntp_xover();
1443 removed old authentication code.
1444 (news_get_group_list): use news_nntp_list() instead of nntp_list().
1446 * src/nntp.c (nntp_list): return real error code instead of
1451 * configure.in: fixed wint_t typedef detection again
1455 * src/prefs_account.[ch], added A_LOCAL_CMD
1456 (send mail with mail command)
1457 * src/send.c added function send_message_with_command()
1458 * src/inc.c made a more secure get_spool() function with
1459 mktemp() but maybe mkstemp() or something more
1464 * src/textview.c, colorization of email addresses in headers
1468 * bug sync with sylpheed
1469 * prefs_common.c: created date format ui for darko
1470 * sync with 0.4.65cvs11
1471 * configure.in: corrected to have the new gpg checks
1475 * completed sync with 0.4.65cvs10
1476 * minor debug things added to gtkstext.c
1480 * configure.in: remove check for availability of
1481 strftime() as advised by Hiroyuki
1482 * src/prefs_common.[ch], src/procheader.c:
1483 synch strftime() code with Hiroyki's main branch
1487 * src/news.c: news_query_password(), news_authenticate(): new
1489 news_get_uncached_articles(): added NNTP authentication
1491 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
1493 * src/prefs_account.c: prefs_account_protocol_activated():
1494 enable userid and password fields for NNTP.
1498 * configure.in: check for availability of strftime()
1500 * src/prefs_common.[ch], src/procheader.c: use
1501 strftime() for displaying date in summary pane if it
1506 * more .cvsignore cleanups [alfons]
1510 * ac/sv-check-type.m4: new autoconf macro.
1511 * configure.in: fixed wint_t typedef detection (did not work
1516 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
1520 * modified gtkstext.c : buggy cursor navigation fixed,
1521 and font descent also taken in account when drawing
1525 * added comments in src/news.c src/nntp.c
1526 * added src/prefs_headers.[ch]
1527 * added src/headers.[ch]
1528 * modified compose.c to activate custom headers
1529 added function is_in_custom_headers
1530 * modified prefs_account.[ch]
1531 added function prefs_account_customhdr_edit
1532 * modified src/defs.h :
1533 added HEADERS_RC : name of the config file
1534 for the custom headers
1545 added gtkstext with configure.in patch by Hiroyuki which
1546 should fix the XIM detection [alfons]
1548 * more clean up of cvs [alfons]
1550 * removed all Makefile.in files to attic.
1552 * updated all .cvsignores to really ignore things that could
1553 be unintentionally committed by a recursive commit.
1556 * added src/grouplist_dialog.[ch]
1557 * changed src/folderview.c to call grouplist_dialog instead
1560 added functions news_reset_group_list
1561 and news_get_group_list
1563 added function nntp_list
1565 added GROUPLIST_FILE : name of the newsgroup list cache file
1569 * added option to warn about queued messages on exit [sergey]:
1571 * src/compose.c: compose_queue(): call folder_item_scan()
1572 and folderview_update_item() after queueing.
1573 * src/folderview.c: folderview_update_node(): draw the queue
1574 folder in bold font if there are queued messages.
1575 * src/mainwindow.c: queued_messages(): new function.
1576 app_exit_cb(): display warning if there are queued messages
1577 if warn_queued_on_exit is set.
1578 * prefs_common.[ch]: add warn_queued_on_exit option.
1580 * enhanced GnuPG key selection support [sergey]:
1582 * src/select-keys.c: updated to newer version from Win32
1583 branch with support for selecting arbitrary keys.
1584 * src/prefs_account.c: added the Privacy tab to the account
1586 prefs_account_privacy_create(),
1587 prefs_account_sign_key_set_data_from_radiobtn(),
1588 prefs_account_sign_key_set_radiobtn(): new functions.
1589 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
1590 * src/rfc2015.c: set_signers(): new function.
1591 pgp_sign(): add the account parameter, call set_signers().
1592 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
1593 * src/rfc2015.h: rfc2015_sign(): updated prototype.
1594 * src/compose.c: pass the current account to rfc2015_sign().
1596 * tag name claws added to prevent confusion with main branch [alfons]
1598 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
1600 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
1602 * sync with recent sylpheed cvs. Untested though. [alfons]