4 code cleanup (MIN / MAX warning, needed casting)
9 disallow setting flags when detecting certain headers
10 (X-Status, Status, Seen, X-Seen).
12 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14 2001-07-27 [christoph]
17 * src/prefs_filtering.c
20 scroll list when moving rows up or down
27 SMTP over SSL (untested, feedback requested)
35 * configure.in, acconfig.h
36 define CLAWS (need this for main / claws detection)
43 * sync with Sylpheed 0.5.1cvs4
45 2001-07-25 [christoph]
49 item->prefs == NULL (don't know why)
56 * sync with Sylpheed 0.5.1cvs1-3
58 2001-07-24 [christoph]
61 * src/prefs_folder_item.[ch]
62 added folderitem preferences dialog with
63 default To: and auto request return receipt
67 changes to handle new folderitem preferences
71 call compose new mail with current folderitem
75 Release Sylpheed 0.5.1claws
78 change to release version 0.5.1claws
80 2001-07-24 [christoph]
83 fixed segfault that happend when the selected
84 message was removed while retrieving new messages.
88 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
92 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
93 this is a work in progress, for more information: http://nlpagan.net/sylman
95 * configure.in, src/mainwindow.c, manual/Makefile.am
96 add support for English manual
99 add authors of user manuals
101 * manual/en/sylpheed*.html
102 add English documentation
104 2001-07-22 [christoph]
109 changed a wrong debug message
114 update Dutch translation
116 * src/prefs_filtering.c,
118 add more translatable strings
127 * src/inc.c, src/summaryview.[ch]
128 prevent update of mark file when filtering has done, by
129 using a variable; this affects two functions:
130 inc.c::inc_finished()
131 summaryview.c::summary_show()
135 * src/filtering.[ch], src/prefs_filtering.c,
137 add filtering action for label coloring
142 * added src/labelcolors.c
143 * added src/labelcolors.h
144 * src/Makefile.am, src/summaryview.c
145 rearrange label coloring code
148 add more parentheses so label colouring works correctly
151 don't really delete message, but move it to Trash
153 * src/prefs_matcher.c
154 add quote options to info dialog
156 2001-07-20 [christoph]
163 moved ssl stuff to a seperate file
168 fix show sender using address book with no e-mail
169 address in From: field
173 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
174 fix messy handling of escaping... now at least the
175 execute command is useful. escape char is '\', we
176 accept \n and \r too.
180 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
181 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
190 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
192 revise filtering; currently move, copy, marking have
193 been tested. if you like bleeding edge stuff, you
194 should definitely go for this version :)
196 * mark old working stuff as VERSION_0_5_0_CLAWS5
198 2001-07-17 [christoph]
207 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
208 bits in the mark file, without affecting either branch. Lots of
209 files changed, also in claws branch.
211 UNTESTED: use of mbox folders
214 added mark all read; however this was a quick hack used for
215 cleaning up mess after initial merge with Hiroyuki
218 change claws version number back to 0.5.0claws5 to clear up
219 confusion & pretension (recent release was technically
220 0.5.0claws4, so we neatly align with Hiroyuki :-)
224 sync with Hiroyuki's 0.5.0cvs4
231 remove invalid updating of mark files for
232 filter actions MATCHING_ACTION_MOVE and
233 MATCHING_ACTION_DELETE; this should fix the
237 revert Christoph's stab at fixing the folder
241 add missing files with translatable strings
248 * src/addr_compl.[ch], src/prefs_filtering.c
249 make "filtering pref dialog's destination entry" an
250 "address completable entry", if filter destination is
255 sync with Hiroyuki's 0.5.0cvs2-3
257 2001-07-15 [christoph]
260 fixed folder stats update after incorporation
265 * finish label colouring stuff (for now)
266 * fix incorrect colour bug (off by one)
271 change text labels for news and mail message so there's
272 plenty of toolbar estate left
279 sync with Hiroyuki's 0.5.0cvs1
282 more rewrite label colouring
286 * src/summaryview.[ch]
287 * start rewrite label colouring
288 * fix proper location "Add Sender To Addressbook" menu item
292 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
293 (actually this is 0.5.0claws4)
298 * fix duplicate message
299 * add updated Portugese / Brazilian translation
300 submitted by Fabio Junior Beneditto
308 add updated Dutch translation
311 add updated German translation submitted by Jens
315 Prerelease before 0.5.0claws. Please test.
316 This version is temporarily tagged as VERSION_0_5_0_TEST
318 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
319 src/prefs_scoring.c, src/prefs_matcher.c,
320 src/prefs_filtering.c, src/mbox.c,
321 src/main.c, src/inc.c, src/filtering.[ch]
322 revert new Hoa's new matcher (does not work yet)
329 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
335 add ChangeLog.claws to EXTRA_DIST
337 add matcher_parser_parse.h to EXTRA_DIST
339 2001-07-10 [christoph]
342 add destination folder to table of
343 folders that need to be updated after
350 make collapse state of folders and folder items persistent, i.e.
351 if you collapse a folder tree, the next time sylpheed-claws starts
352 up the folder tree remains collapsed.
354 2001-07-10 [christoph]
360 renamed MD5_CTX to MD5_CTX_syl
361 conflicts with a struct in openssl
364 * src/prefs_account.[ch]
368 fixed compose with current account
369 broken by new compose button stuff
374 changed my email address
376 * src/matcher_parser_parse.y
377 clean the parser to remove conflicts
385 fix incorrect description of --enable-ldap parameter
387 * src/prefs_common.[ch]
389 add experimental option "smart wrapping" which makes the
390 compose editor auto wrap.
392 | TODO: the problem with the buggy cursor handling is caused |
393 | by the GtkText. when deleting / backspacing text its |
394 | wrapping algorithm does not take in account the previous |
395 | line. should find a way to hack this in. |
396 | or should perhaps combine this with the word wrapping |
397 | patch i wrote in january. |
400 show build parameters for LDAP and JPilot
403 revert Christoph's bugfix for selecting next unread message,
404 because folder stats aren't updated correctly
411 * src/matcher_parser_lex.l
412 * src/matcher_parser_parse.y
413 * src/prefs_filtering.c
414 * src/prefs_scoring.c
416 bugfix of the config file parser
421 added generated matcher sources to BUILT_SOURCES
427 added new config file parser
432 * src/prefs_filtering.c
433 * src/prefs_matcher.c
434 * src/prefs_scoring.c
435 * added src/matcher_parser.h
436 * added src/matcher_parser_lex.h
437 * added src/matcher_parser_lex.l
438 * added src/matcher_parser_parse.y
439 lex & yacc config file parser
444 changes prefs_filtering into global_filtering
447 build threads with subjects only if "Re: " is at the
448 beginning of the subject
454 sync with sylpheed 0.5.0
455 change of version number only
461 sync with sylpheed 0.5.0pre5
465 sync with sylpheed 0.5.0pre4 release
466 /po and /manual/ja not sync'ed
470 more sync with sylpheed 0.5.0pre4
472 2001-07-03 [christoph]
475 fixed address book broken by address book
476 for VCard, JPilot, LDAP
486 more sync with sylpheed 0.5.0pre4
490 * included address book patch for VCard, JPilot, LDAP
491 * pref_common.c - fixed Font options on Display tab (cosmetic)
492 * alertpanel.c - fixed truncated message
494 2001-07-02 [christoph]
499 mark threads for ignoring
505 * sync with sylpheed 0.5.0pre4
506 updated gettext to 0.10.38.
512 * src/summaryview.[ch]
513 new right-click option: Label.
514 substitute for 'Mark-->Mark/Unmark', colours the line.
515 submitted by Satoshi Nagayasu
517 2001-07-01 [christoph]
522 move ctree to unread message
526 * sync with sylpheed 0.5.0pre3 release
532 allow inserting / attaching multiple files in
538 small change to Alfons' previous stuff so that it
543 * lots of files changed; first attempt to merge the changes
544 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
549 updated and completed, translations by Fabio
556 allow selecting an attached files' mime type from a
561 * more sync with sylpheed 0.5.0pre3
566 merge with sylpheed.pot and pt_BR.po provided by
567 Fabio Junior Beneditto.
572 make MIME types case insensitive
577 merge with sylpheed.pot and old nl.po; translations added.
581 * more sync with sylpheed 0.5.0pre3
586 don't crash when removing parent node of messages
587 attracted by subject. this was caused by not deleting
588 the parent node from the subject line hash table.
595 if there are multiple messages selected, allow forwarding
600 * more sync with sylpheed 0.5.0pre3
606 * sync with sylpheed 0.5.0pre3
611 fixed 'compose news article' bug
612 from icon-and-text toolbar
616 * sync with sylpheed 0.5.0pre2 release
618 2001-06-24 [christoph]
621 bug fix in font selection
623 use sylpheed's normal font instead of
624 gtk default font for folders without
629 * src/mainwindow.[ch]
630 added composite compose mail / news button (an idea by Leandro
631 Pereira <leandro@linuxmag.com.br>)
635 Added instructions for ldif-to-xml.py
643 * src/pixmaps/stock_news_compose.xpm
644 added pixmap by Leandro
646 tested built-in spelling checker of GCC 3.0 :)
648 merged dutch translation of sylpheed-main with
653 Added tools directory and files.
655 * tools/filter_conv.pl
656 converts old filter system to new filtering system
657 * tools/ldif-to-xml.py
658 converts netscape addressbook to sylpheed addressbook
660 descriptions/instructions for above two files
662 2001-06-23 [christoph]
665 * src/manage_window.[ch]
666 * src/prefs_common.[ch]
667 mail retrieval dialog can be enabled, disabled
668 or hidden if non of sylpheed's windows is active
674 * sync with sylpheed 0.5.0pre2
676 2001-06-21 [christoph]
679 show recipient on 'from' for all accounts
682 * src/prefs_common.[ch]
683 disable error popup on mail receive errors
688 made the ruler correctly appear and disappear.
691 removed Hoa's work-in-progress-stuff (interesting!) so
694 2001-06-20 [christoph]
697 * src/progressdialog.c
698 added scrolled window for list in progressdialog
702 sync with sylpheed 0.5.0pre1 release
704 2001-06-20 [christoph]
707 make building threads by subject work when
708 thread view is enabled
711 * src/prefs_common.[ch]
712 automatically select account for mail replys
716 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
717 they are filled in from the account settings.
721 * more sync with sylpheed 0.5.0pre1
727 added --sysconfdir to CPPFLAGS for pointing to the correct
728 location of mime.types.
730 NOTE: make sure you use --sysconfdir when running ./autogen.sh
736 fixed some bug when building threads
740 * src/prefs_account.c
741 UI stuff: More changes to the English
745 * src/pixmaps/stock_news_compose.xpm: new file
749 Added new icon for Hoa's 'compose a news
750 message', plus minor improvements to the
756 more sync with sylpheed 0.5.0pre1
762 Follow-up and reply to
764 * src/summaryview.[ch]
765 Build threads also with subjects
770 forwarding use the current account.
773 the "compose message" button has been replaced with
774 "new mail" and "new news" buttons
776 * src/prefs_common.[ch]
777 added a configuration option to use the forward button
778 as "forward as attachment"
779 changed reply and forward format description
781 * src/quote_fmt_lex.l
782 * src/quote_fmt_parse.y
783 added message with no signature in format for reply
792 Improvements to the English
795 Improvements to the English and some
796 clarity/continuity improvements in the
797 description of Quote symbols.
803 * sync with sylpheed 0.5.0pre1
808 Better interface for compose, displayed fields
809 are updated whenever we change account.
810 Newsgroups field is automatically filled.
813 Newsgroups field is automatically filled.
815 * src/prefs_account.c
816 Some interface stuff when fields appear and
823 * sync with sylpheed 0.4.99
827 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
828 base64_decoder_free, base64_decoder_decode): new object and
829 functions for decoding base64 streams.
830 * src/procmime.c (procmime_decode_content): modified to use the
837 * sync with sylpheed 0.4.99cvs11
843 * sync with sylpheed 0.4.99cvs9
848 * src/prefs_account.c
850 SMTP server can be defined in the news account
851 mime type of attachment are kept.
855 now choose the highest important score between default
856 and important score of folder.
860 * src/prefs_common.c:
862 (prefs_quote_description_create): corrected description of
863 quote format characters
869 * sync with sylpheed 0.4.99cvs8
873 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
874 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
880 * sync with sylpheed 0.4.99cvs7
884 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
885 clashes with autogenerated header).
886 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
887 * src/Makefile.am: added quote_fmt.h.
888 * src/.cvsignore: added lex/yacc autogenerated files
889 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
895 * sync with sylpheed 0.4.99cvs6
899 * added src/quote_fmt_parse.h
904 don't modify readonly configuration files
906 * src/prefs_account.c
908 * src/prefs_customheader.c
909 * src/prefs_display_header.c
911 * src/prefs_filtering.c
912 * src/prefs_scoring.c
913 don't open dialog box when configuration files
918 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
920 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
921 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
922 BUILT_SOURCES to make all files rebuild properly.
924 * src/compose.c: removed #include "quote_fmt.tab.h".
926 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
927 CHARACTER value in yylval.
929 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
930 receive CHARACTER value by documented means (yylval).
932 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
937 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
942 * src/prefs_filtering.c
943 now keep the configuration for execute action
950 * sync with sylpheed 0.4.99cvs5
957 * added src/quote_fmt.y
958 * added src/quote_fmt.l
959 * added src/quote_fmt.tab.h
960 * added src/quote_fmt.tab.c
961 * added src/lex.quote_fmt.c
962 parsing configuration for replying
965 * src/prefs_common.[ch]
966 added configuration UI for replying
970 using configuration for replying
978 * src/prefs_filtering.c
979 * src/prefs_matcher.c
980 * src/prefs_matcher.h
981 action "run a command" for filtering
982 and matching with a command.
983 fixed the "whole message" matching
986 changed temporary filename for security
989 queue the notification if it fails to send.
992 * src/prefs_folder_item.c
993 changed the default important score
995 * src/prefs_scoring.c
997 hide kill score input when the folder is not
1002 * src/prefs_common.c:
1004 (prefs_font_select): pass font name in font entry box to font
1009 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
1013 * sync with sylpheed 0.4.99cvs4
1017 * src/headerwindow.c:
1019 (headerwindow_show_cb): use the selected summary view item, not
1024 * src/headerwindow.c:
1026 (headerwindow_show_cb): always try to show msginfo
1031 keep attached parts when reediting or forwarding.
1036 * src/prefs_folder_item.[ch]
1037 * src/prefs_scoring.[ch]
1039 * src/summaryview.[ch]
1042 * src/prefs_common.[ch]
1043 support for folder scoring
1044 kill score and important score for messages
1046 * src/prefs_account.c
1047 some display bug fixed for local account
1052 * src/summaryview.c:
1054 (add_sender_to_cb): don't crash when no or invalid sender; the add
1055 sender to address book menu item is disabled.
1059 * src/filtering.[ch]
1061 handling summary menu / filter messages
1067 imap folders now appears in list
1070 doesn't crash if destination mail is not writeable
1075 removed some warnings
1079 * src/prefs_filtering.c
1080 global string to identify any folders
1081 removed some debug info
1082 filtering to mbox folders is now possible
1085 removed some warnings
1088 permission on files are changed to read/write for user only,
1090 creation of subfolder is handled better.
1094 Verified the sync for src/prefs_common.[ch] and
1095 src/prefs_account.[ch]. I believe there were some
1096 minor indentation differences.
1102 * sync with 0.4.99cvs3
1107 handling flags for mbox format
1110 use of mark file only for MH format
1111 handling flags for mbox format
1112 filtering cannot yet move or copy mails to mbox folders.
1115 changed move_msg, copy_msg,
1116 move_msgs_with_dest, copy_msgs_with_dest functions
1117 uses only folder->copy_msg() function
1118 uses folder->finished_copy() to handle the destination
1119 folder at the end of the copy or move operation.
1122 included mbox directories.
1124 * src/folderview.[ch]
1126 handle folders operation for mbox format
1129 disable conversion of "From " header
1131 * src/mbox_folder.[ch]
1132 completion of mbox format handling
1135 changed mh_copy_msg() function and
1136 removed mh_move_msg(), mh_move_msgs_with_dest(),
1137 mh_copy_msgs_with_dest()
1139 * src/prefs_filtering.c
1140 removed some warnings
1142 * src/prefs_matcher.c
1143 default boolean operation is AND
1146 handling flags for mbox format
1147 handling of "From " header
1151 added MSG_REALLY_DELETED flags to handle deletion of
1152 messages in mbox format.
1155 handling flags for mbox format
1156 disable the MSG_DELETED flags when messages
1157 are deleted in mbox format
1160 "From " headers display fixed.
1166 (get_email_part): skip quoted email addresses, like in e.g.
1167 "'alfons@proteus.demon.nl'".
1171 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
1172 and fixing the persistence troubles when using separate windows.
1176 Added #define SEPARATE_ACTION used in the gtk item factory for
1177 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
1178 use gtk_item_factory_get_widget_by_action() to get the items.
1180 Removed separate_widget_cb from the gtk item factory data
1182 (mainwindow_create): connect separate_widget_cb() to check
1183 menu item "toggled" signal. also passing a MainWindow pointer
1184 as object data for both check menu items.
1186 (separate_widget_cb): definition of separate_widget_cb() to match
1187 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
1188 window using gtk_object_get_data(). The type of window separation
1189 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
1191 * src/prefs_filtering.c,
1192 src/prefs_matcher.c: added horizontal scrollbars
1197 fix segfault with invalid bold font
1199 correctly display summary stats after row is marked
1203 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
1204 encodings with libjconv.
1209 added mbox_folder.[ch]
1211 mbox temporary folder
1213 * added src/mbox_folder.[ch]
1215 * src/procheader.[ch]
1218 bugfix for file incorporation filtering
1220 enable creation of MBOX
1221 * src/prefs_display_header.c
1222 enable use of headers like "From "
1223 something that should be fixed :
1224 displaying of such headers add an extra space
1225 * src/prefs_folder_item.c
1226 don't create folders because it is not necessary
1228 added data field to MsgInfo for mbox internal use
1230 added some support for mbox
1232 added get_mbox_cache_dir() function
1234 2001-05-23 [hiroyuki]
1236 * src/headerwindow.c
1247 src/folderview.c: more sync with 0.4.99cvs2.
1249 * src/headerwindow.c: reverted.
1255 * sync with sylpheed 0.4.99cvs2
1263 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
1269 * configure.in: if gnome-config not found, "no" is displayed
1271 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
1273 * src/textview.c: now also possible to add mail addresses by right
1274 clicking in the text view
1276 * src/codeconv.c: merged patch which fixes endless loop when encountering
1277 invalid wide characters; from Alte <010@imis.ru>
1281 Added installation of gnome specific things:
1283 * Makefile.am: gnome conditional
1285 * configure.in: check for installed gnome
1287 * added sylpheed.png, sylpheed.desktop
1291 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
1293 * src/mainwindow.h (main_window_toolbar_create): created a button
1295 (main_window_set_toolbar_sensitive): enable/disable the new button
1297 (toolbar_reply_to_author_cb): handle the new button.
1299 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
1300 send_progress_dialog_destroy() on failure (fixes hang on SMTP
1305 * src/compose.h (ComposeReplyMode): new modes
1306 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
1307 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
1310 (compose_send): move some code into a new function:
1311 (compose_current_mail_account): new function.
1312 (compose_reply): new argument to_author, all callers changed; if
1313 to_author==TRUE and account->protocol==A_NNTP, find and use an
1314 appropriate mail account for replying.
1315 (compose_reply_set_entry): new argument to_author; ignore
1316 compose->replyto if to_author==TRUE.
1318 * src/mainwindow.c: new command "Message/Reply to author".
1319 (main_window_set_menu_sensitive): enable/disable it.
1320 (reply_cb): handle it.
1322 * src/summaryview.c: new command "Reply to author".
1323 (summary_set_menu_sensitive): enable/disable it.
1324 (summary_reply_cb): handle it.
1326 * src/account.c (account_find_mail_from_address): new function.
1332 * sync with sylpheed 0.4.99cvs1
1339 new filtering action : forward and forward as attachment
1342 no need for $DISPLAY when we run sylpheed --help
1343 call to parse_cmd_opt() is moved
1345 * src/mainwindow.[ch]
1346 execute button is hidden when immediate execute
1351 * src/prefs_folder_item.c
1353 better handling of missing directories
1356 reedit is enabled in outbox
1357 reedit is enabled in queue
1363 * src/prefs_filtering.c
1364 changed attachement into attachment
1370 * sync with sylpheed 0.4.67cvs9
1371 * sync with sylpheed 0.4.67cvs7-8
1376 added prefs_filtering.c
1378 * src/filtering.[ch]
1380 removed action : forward_news and forward_news_as_attachement
1381 (forward and forward_as_attachement can be used instead)
1384 added menu option to access filtering configuration
1386 * src/prefs_account.c
1387 changed mail_command default to /usr/sbin/sendmail
1389 * added src/prefs_filtering.[ch]
1390 dialog box for filtering configuration
1392 * src/prefs_matcher.c
1393 added function prefs_matcher_get_criteria_from_matching()
1395 * src/prefs_scoring.c
1396 reset the dialog when register or substitute is clicked
1401 added filtering.[ch]
1403 using filering.[ch] instead of filter.[ch]
1405 reading new filtering configuration
1407 added some filtering actions
1408 and fixed a bug for headers and mail body matching
1410 using filering.[ch] instead of filter.[ch]
1412 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
1414 some fixes for filtering
1416 2001-05-14 [hiroyuki]
1418 * src/send.c: fixed some weird indentations.
1419 send_message_with_command(): call pclose() only if p != NULL.
1420 * src/textview.c: get_email_part(): modified the code for readability.
1422 2001-05-14 [hiroyuki]
1426 src/md5ify.h: removed from the cvs.
1430 * src/main.c: include rfc2015.h to avoid compiler warnings.
1431 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
1432 the panel is already on screen.
1433 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
1434 closing the alert window by ESC as "No".
1435 * src/prefs_common.c (prefs_interface_create): moved return
1436 receipt check button to the correct place.
1440 * src/prefs_common.c:
1441 moved return receipt check button to the Send tab. (prefs_send_create)
1442 removed the date format ui related globals. (prefs_display_create)
1446 * sync with sylpheed 0.4.67cvs5-6
1450 * added Alfons' font selection patch
1453 * src/headerwindow.c
1454 * src/prefs_common.c
1455 * src/prefs_common.h
1459 changed version of cache
1461 * src/prefs_matcher.c
1462 added additionnal matching criteria
1466 added references in MsgInfo
1471 prepared some things for new filtering
1473 added some matching properties
1474 inreplyto need to be enhanced
1475 prepared some things for new filtering
1477 added Return-Receipt-To handling
1478 * src/prefs_folder_item.c
1479 changed default value to TRUE
1480 * src/prefs_matcher.c
1481 added some matching properties
1482 * src/prefs_scoring.[ch]
1483 the scoring dialog is finished
1485 added Return-Receipt-To handling
1486 Reference need to be added
1488 added Return-Receipt-To handling
1489 added threadscore to get a better score sorting when
1492 suppressed a bug when we sort the list
1493 when no folder is opened.
1494 better score sorting when threads are enabled
1498 * reverted previous patch because of potential errors
1502 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
1503 applied "toggle mail-retrieval dialog window" patch submitted
1504 by Eric Limpens <eric@qnt.net>
1506 * sync with sylpheed 0.4.67cvs4
1510 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
1511 some picky compilers.
1512 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
1513 * src/grouplist_dialog.c: include alertpanel.h.
1514 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
1515 fix compile warning.
1516 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
1517 #include "defs.h" before others to prevent the warning of `MIN'
1518 and `MAX' redefinition.
1524 * src/prefs_account.c
1525 * src/prefs_display_header.c
1528 added prefs_scoring.[ch]
1529 * src/grouplist_dialog.c
1530 display an error dialog box if the group list
1532 * src/mainwindow.[ch]
1533 added main_window_set_thread_option() function
1534 scoring dialog box enabled
1536 added flags matching unread /new / marked
1537 / deleted / replied / forwarded
1539 newsgroups are now finally in newscache
1540 * src/prefs_matcher.[ch]
1541 finished preferences for matching dialog
1542 * added src/prefs_scoring.[ch]
1543 scoring dialog box completed
1545 conversion to string : added scoringprop_to_string()
1546 write config for preferences :
1547 added prefs_scoring_write_config()
1549 threads can be enabled/disabled independently
1557 thought it would be nice to have a list of all
1558 contributors (used Changelog as a reference)
1561 messed up version numbering...
1565 * sync with sylpheed 0.4.67cvs1-3
1569 * src/prefs_common.c:
1570 better UI for strftime format, double clicking
1571 on format now inserts the format in text entry
1572 replaced close button with standard OK/Cancel
1573 moved date format button to the right of the
1579 Ctrl-Home / Ctrl-End have proper cursor navigation
1583 * src/prefs_matcher.c
1584 finished UI to define matching properties
1585 added ok and cancel button
1586 * src/prefs_filter.c
1587 added ok and cancel button
1589 fixed some bug in xhdr parsing
1594 fixed a bug in textview_show_header(), which displayed two colons (':');
1595 cleaned up some warnings
1600 added prefs_matcher.[ch]
1601 compilation with -W -Wall
1603 ungrab the mouse events if grabbed - does it
1604 fix the bug for disposition notification ?
1606 added a menu option to open the matching dialog.
1608 added matcherprop_to_string() and matcherlist_to_string()
1609 fixed some bugs, changed the name of some options
1610 age_sup and age_inf becomes age_greater and age_lower,
1611 body and messageheaders becomes body_part and headers_part,
1612 changed the names of constants from SCORING_XXX to MATCHING_XXX
1613 * src/prefs_display_header.c
1614 * src/prefs_headers.c
1615 fixed a bug that accidentally destroyed dialogs
1616 when closed them with delete_event
1617 Added *_deleted() which handle delete_event signal correctly.
1618 * src/prefs_folder_item.[ch]
1619 added "enable_thread" field for future customization
1620 * added src/prefs_matcher.[ch]
1621 sample of the UI to define matching properties
1623 using procheader_headername_equal instead of str*cmp functions
1624 using procheader_parse_header() function
1626 using MATCHING_XXX instead of SCORING_XXX
1628 display the sender of the news even if this is ourself
1629 when this is a news message.
1631 using headername_equal() instead of str*cmp functions
1637 * sync with sylpheed 0.4.66
1638 * src/gtkstext.c: trace logs added
1642 * src/prefs_common.[ch]: added option to enable/disable GnuPG
1643 signature check popup.
1644 * src/rfc2015.c (check_signature): show signature check popup only
1645 if it is enabled in preferences.
1651 * sync with sylpheed 0.4.66cvs6
1655 * src/prefs_common.[ch]: added option to enable/disable
1656 looking up sender name in address book for summary pane
1657 * src/summaryview.c: look up sender in the address book
1658 by using Alfons' address completion code
1660 2001-05-07 [hiroyuki]
1663 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
1664 member of Pop3State.
1665 * src/news.c: brought #include "defs.h" before #include <glib.h>
1666 to prevent the warning of `MIN' and `MAX' redefinition.
1670 * removed src/headers_display.[ch]
1671 * removed src/prefs_display_headers.[ch]
1673 use a temporary file in the user directory for mbox import
1675 added XHDR support to get "To" and "Cc" headers
1676 (in order to match news with to or cc field for
1678 added function news_parse_xhdr() to get XHDR response
1680 added function nntp_xhdr()
1682 fetch the message if necessary
1688 * sync with sylpheed 0.4.66cvs3-5
1693 added function itos_buf() to enable use of several buffers
1695 use of itos_buf() instead of itos() in summary list
1696 to fix the broken display of message number.
1700 * src/gtkstext.c: bug in cursor up navigation fixed,
1701 fixed another unsigned / signed comparison (we're getting there :-)
1706 added scoring.c scoring.h
1707 prefs_folder_item.c prefs_folder_item.h
1710 added FOLDERITEM_RC SCORING_RC
1712 added prefs field in FolderItem :
1713 properties for each folder (PrefsFolderItem),
1714 sorting type and mode were added as the first properties.
1716 read config for scoring
1717 * added src/matcher.[ch]
1718 gives functions to parse configuration file to do
1719 matching on mails with a list of conditions.
1721 add option to sort by score
1722 * src/prefs_common.[ch]
1723 added preference option to show score and for
1724 the score column size
1725 * added src/prefs_folder_item.[ch]
1726 properties for each folder (PrefsFolderItem),
1727 sorting type and mode were added as the first properties.
1728 * src/procheader.[ch]
1729 added procheader_parse_header()
1730 added procheader_header_free()
1731 added procheader_headername_equal()
1732 and made modification to use them.
1734 added score field to MsgInfo structure
1735 * added src/scoring.[ch]
1736 gives functions to parse configuration file to do
1737 scoring on mails with a list of conditions.
1738 * src/summaryview.[ch]
1739 save the sorting type and mode for the folder
1740 added column to display the score of the mail
1741 added function summary_score_clicked()
1742 sorting type and mode are restored to the folder
1745 use procheader_parse_header(), procheader_headername_equal()
1746 removed memory leak in text_scan_header when freeing headers
1748 changed the function to match names of headers
1749 using procheader_headername_equal()
1751 Scoring functions are implemented, an interface is needed
1757 hopefully fixed the row up navigation bug,
1758 removed adding back / forward lines to cache
1762 * src/prefs_display_headers.c: user interface changes:
1763 (prefs_display_headers_create): remove unused "Show" check button;
1764 allow reordering of headers by dragging.
1765 (prefs_display_headers_write_config): remove unused variables.
1766 (prefs_display_headers_set_dialog): do not insert "(New)" at top
1767 of lists (not needed with the new UI).
1768 (prefs_display_headers_set_list): scan lists starting from row 0,
1769 not 1 (do not skip "(New)").
1770 (prefs_display_headers_find_header): new function.
1771 (prefs_display_headers_clist_set_row): do not allow duplicates.
1772 (prefs_display_headers_delete_cb): do not skip row 0; treat
1773 closing the alert window by ESC as "No".
1774 (prefs_display_headers_up): do not protect row 0.
1775 (prefs_display_headers_down): do not protect row 0.
1779 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
1783 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
1784 summary_select_next_marked, summary_select_prev_marked): new
1789 * src/news.c: fixed a bug when no article can be fetched after
1790 server timeout if the connection was restored by news_post():
1791 (news_select_group): new function.
1792 (news_fetch_msg): call news_select_group() before fetching
1794 (news_get_uncached_articles): set session->group after successful
1802 changed version of cache, added cc field
1804 * src/prefs_display_headers.c
1805 the interface was changed
1807 * src/prefs_headers.c
1812 * completed sync of sylpheed cvs2
1813 * src/gtkstext.c: updated row up / down cursor navigation
1814 * src/textview.c: re-edited, prepared for fixing the email address
1819 * src/prefs_common.c: use alfons' strftime ui code
1820 entry_datefmt and datefmt_sample widgets have to be
1821 global in this module because of this change
1826 * src/prefs_common.[ch] added option to activate the return receipt
1831 * src/gtkstext.c: fix for row up/down cursor navigation.
1835 * sync with 0.4.66cvs2
1839 added add-sender-to-addressbook patch
1847 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
1850 * src/alertpanel.c (alertpanel_create): new argument can_disable,
1851 all existing callers changed to pass FALSE; create a check button
1852 to disable the message.
1853 (alertpanel_message_with_disable): new function.
1854 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
1855 (alertpanel_button_toggled): new function.
1856 (alertpanel_button_clicked, alertpanel_close): set value using
1859 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
1861 * src/prefs_common.c (prefs_privacy_create): new check button
1862 checkbtn_gpgme_warning.
1864 * src/main.c (main): moved preferences reading before gpgme
1865 initialization; check prefs_common.gpgme_warning before giving the
1866 GnuPG warning and set it to FALSE if the user wants to disable the
1869 2001-05-02 [hiroyuki]
1871 * src/prefs_display_headers.c: modified the layout and some labels.
1875 * src/prefs_account.c (prefs_account_fix_size): new function.
1876 (prefs_account_create): call prefs_account_fix_size(); use
1877 gtk_widget_show instead of gtk_widget_show_all (fixes too large
1878 size when the window is shown for the first time).
1879 (prefs_account_basic_create): changed layout of serv_table; moved
1880 localmbox_entry above smtpserv_entry (logically it replaces
1882 (prefs_account_protocol_activated): set sensitivity of
1883 nntpauth_chkbtn according to the protocol (in addition to
1884 hide/show); commented out gtk_table_set_row_spacing() calls.
1885 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
1886 not sensitive (fixes a bug with disabled username/password boxes
1887 when editing POP3 account after NNTP with authentication).
1893 * src/prefs_account.[ch]
1895 removed local account without SMTP server
1896 added option to use mail command instead of a connexion
1897 to SMTP server when a local account is used
1898 * src/prefs_headers.c
1901 fixed a bug when connexion immediately closed
1911 * src/prefs_account.c (Basic, prefs_account_basic_create): new
1912 widget nntpauth_chkbtn.
1913 (prefs_account_protocol_activated): handle nntpauth_chkbtn
1915 (prefs_account_nntpauth_toggled): new function.
1917 * src/news.c (news_session_new_for_folder): use NNTP
1918 authentication only if ac->use_nntp_auth is set.
1922 * src/Makefile.am changed headers.[ch] in customheader.[ch]
1923 * src/prefs_display_headers.c changed the UI
1924 * src/prefs_headers.c changed account_name to account_id
1925 * src/compose.c using customheader.h
1927 2001-05-01 [hiroyuki]
1931 src/nntp.c: changed sock_read() to sock_gets(), they've been left
1936 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
1937 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
1938 for displaying of headers
1939 * src/grouplist_dialog.[ch] minor changes to remove warnings
1940 * src/prefs_display_headers.[ch] dialog to choose the
1941 headers to display in the mail viewer.
1942 * src/headers.h correction of #define
1943 * src/headers_display.[ch] configuration for displaying of headers.
1944 * src/main.c read config of displaying of headers
1945 * src/prefs_common.c add a button to access the config dialog
1946 for displaying of headers
1947 * src/prefs_display_headers.[ch] dialog for configuration for
1948 displaying of the headers.
1949 * src/prefs_headers.c cleaning of code
1950 * src/procheader.c comments added to code
1951 * src/textview.c changes to reorder the headers depending
1952 on the config for displaying of headers
1958 * sync with 0.4.65cvs12
1960 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
1964 * src/nntp.h (NNTPSockInfo): new field auth_failed.
1966 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
1967 is set to force reconnection after authentication failure.
1968 (nntp_gen_command): set sock->auth_failed on authentication
1969 failure, or if sock->userid and sock->passwd are not set.
1971 * src/news.c (news_session_new_for_folder): set userid=NULL if
1972 password dialog is cancelled.
1976 * src/nntp.h (NNTPSockInfo): new type.
1978 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
1980 (nntp_open_auth, nntp_close): new functions.
1981 (nntp_gen_command): new function to handle authentication; all
1982 NNTP command functions updated to use it.
1983 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
1984 (nntp_list): removed old useless code.
1986 * src/news.h (NNTPSession): new field nntp_sock.
1988 * src/news.c: all functions updated to use NNTPSockInfo instead of
1990 (news_session_new): new arguments (userid, passwd); made static;
1991 use nntp_open_auth() if needed.
1992 (news_session_destroy): use nntp_close() instead of sock_close().
1993 (news_query_password): changed arguments.
1994 (news_session_new_for_folder): new function.
1995 (news_session_get): use news_session_new_for_folder().
1996 (news_authenticate): deleted.
1997 (news_get_uncached_articles): removed old authentication code.
2001 * src/news.c: reverted my previous changes (need to do NNTP
2002 authentication in a cleaner way).
2006 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
2007 news_nntp_post, news_nntp_mode): new functions (wrappers with
2008 authentication support).
2009 (news_get_article_cmd, news_get_article, news_get_header): new
2010 argument "folder"; all callers changed.
2011 (news_get_article_cmd): added authentication support.
2012 (news_session_get): use news_nntp_mode() instead of nntp_mode().
2013 (news_post): use news_nntp_post() instead of nntp_post().
2014 (news_get_uncached_articles): use news_nntp_group() instead of
2015 nntp_group() and news_nntp_xover() instead of nntp_xover();
2016 removed old authentication code.
2017 (news_get_group_list): use news_nntp_list() instead of nntp_list().
2019 * src/nntp.c (nntp_list): return real error code instead of
2024 * configure.in: fixed wint_t typedef detection again
2028 * src/prefs_account.[ch], added A_LOCAL_CMD
2029 (send mail with mail command)
2030 * src/send.c added function send_message_with_command()
2031 * src/inc.c made a more secure get_spool() function with
2032 mktemp() but maybe mkstemp() or something more
2037 * src/textview.c, colorization of email addresses in headers
2041 * bug sync with sylpheed
2042 * prefs_common.c: created date format ui for darko
2043 * sync with 0.4.65cvs11
2044 * configure.in: corrected to have the new gpg checks
2048 * completed sync with 0.4.65cvs10
2049 * minor debug things added to gtkstext.c
2053 * configure.in: remove check for availability of
2054 strftime() as advised by Hiroyuki
2055 * src/prefs_common.[ch], src/procheader.c:
2056 synch strftime() code with Hiroyki's main branch
2060 * src/news.c: news_query_password(), news_authenticate(): new
2062 news_get_uncached_articles(): added NNTP authentication
2064 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
2066 * src/prefs_account.c: prefs_account_protocol_activated():
2067 enable userid and password fields for NNTP.
2071 * configure.in: check for availability of strftime()
2073 * src/prefs_common.[ch], src/procheader.c: use
2074 strftime() for displaying date in summary pane if it
2079 * more .cvsignore cleanups [alfons]
2083 * ac/sv-check-type.m4: new autoconf macro.
2084 * configure.in: fixed wint_t typedef detection (did not work
2089 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
2093 * modified gtkstext.c : buggy cursor navigation fixed,
2094 and font descent also taken in account when drawing
2098 * added comments in src/news.c src/nntp.c
2099 * added src/prefs_headers.[ch]
2100 * added src/headers.[ch]
2101 * modified compose.c to activate custom headers
2102 added function is_in_custom_headers
2103 * modified prefs_account.[ch]
2104 added function prefs_account_customhdr_edit
2105 * modified src/defs.h :
2106 added HEADERS_RC : name of the config file
2107 for the custom headers
2118 added gtkstext with configure.in patch by Hiroyuki which
2119 should fix the XIM detection [alfons]
2121 * more clean up of cvs [alfons]
2123 * removed all Makefile.in files to attic.
2125 * updated all .cvsignores to really ignore things that could
2126 be unintentionally committed by a recursive commit.
2129 * added src/grouplist_dialog.[ch]
2130 * changed src/folderview.c to call grouplist_dialog instead
2133 added functions news_reset_group_list
2134 and news_get_group_list
2136 added function nntp_list
2138 added GROUPLIST_FILE : name of the newsgroup list cache file
2142 * added option to warn about queued messages on exit [sergey]:
2144 * src/compose.c: compose_queue(): call folder_item_scan()
2145 and folderview_update_item() after queueing.
2146 * src/folderview.c: folderview_update_node(): draw the queue
2147 folder in bold font if there are queued messages.
2148 * src/mainwindow.c: queued_messages(): new function.
2149 app_exit_cb(): display warning if there are queued messages
2150 if warn_queued_on_exit is set.
2151 * prefs_common.[ch]: add warn_queued_on_exit option.
2153 * enhanced GnuPG key selection support [sergey]:
2155 * src/select-keys.c: updated to newer version from Win32
2156 branch with support for selecting arbitrary keys.
2157 * src/prefs_account.c: added the Privacy tab to the account
2159 prefs_account_privacy_create(),
2160 prefs_account_sign_key_set_data_from_radiobtn(),
2161 prefs_account_sign_key_set_radiobtn(): new functions.
2162 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2163 * src/rfc2015.c: set_signers(): new function.
2164 pgp_sign(): add the account parameter, call set_signers().
2165 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2166 * src/rfc2015.h: rfc2015_sign(): updated prototype.
2167 * src/compose.c: pass the current account to rfc2015_sign().
2169 * tag name claws added to prevent confusion with main branch [alfons]
2171 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
2173 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
2175 * sync with recent sylpheed cvs. Untested though. [alfons]