6 * sync with Sylpheed 0.5.1cvs4
12 item->prefs == NULL (don't know why)
19 * sync with Sylpheed 0.5.1cvs1-3
21 2001-07-24 [christoph]
24 * src/prefs_folder_item.[ch]
25 added folderitem preferences dialog with
26 default To: and auto request return receipt
30 changes to handle new folderitem preferences
34 call compose new mail with current folderitem
38 Release Sylpheed 0.5.1claws
41 change to release version 0.5.1claws
43 2001-07-24 [christoph]
46 fixed segfault that happend when the selected
47 message was removed while retrieving new messages.
51 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
55 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
56 this is a work in progress, for more information: http://nlpagan.net/sylman
58 * configure.in, src/mainwindow.c, manual/Makefile.am
59 add support for English manual
62 add authors of user manuals
64 * manual/en/sylpheed*.html
65 add English documentation
67 2001-07-22 [christoph]
72 changed a wrong debug message
77 update Dutch translation
79 * src/prefs_filtering.c,
81 add more translatable strings
90 * src/inc.c, src/summaryview.[ch]
91 prevent update of mark file when filtering has done, by
92 using a variable; this affects two functions:
94 summaryview.c::summary_show()
98 * src/filtering.[ch], src/prefs_filtering.c,
100 add filtering action for label coloring
105 * added src/labelcolors.c
106 * added src/labelcolors.h
107 * src/Makefile.am, src/summaryview.c
108 rearrange label coloring code
111 add more parentheses so label colouring works correctly
114 don't really delete message, but move it to Trash
116 * src/prefs_matcher.c
117 add quote options to info dialog
119 2001-07-20 [christoph]
126 moved ssl stuff to a seperate file
131 fix show sender using address book with no e-mail
132 address in From: field
136 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
137 fix messy handling of escaping... now at least the
138 execute command is useful. escape char is '\', we
139 accept \n and \r too.
143 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
144 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
153 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
155 revise filtering; currently move, copy, marking have
156 been tested. if you like bleeding edge stuff, you
157 should definitely go for this version :)
159 * mark old working stuff as VERSION_0_5_0_CLAWS5
161 2001-07-17 [christoph]
170 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
171 bits in the mark file, without affecting either branch. Lots of
172 files changed, also in claws branch.
174 UNTESTED: use of mbox folders
177 added mark all read; however this was a quick hack used for
178 cleaning up mess after initial merge with Hiroyuki
181 change claws version number back to 0.5.0claws5 to clear up
182 confusion & pretension (recent release was technically
183 0.5.0claws4, so we neatly align with Hiroyuki :-)
187 sync with Hiroyuki's 0.5.0cvs4
194 remove invalid updating of mark files for
195 filter actions MATCHING_ACTION_MOVE and
196 MATCHING_ACTION_DELETE; this should fix the
200 revert Christoph's stab at fixing the folder
204 add missing files with translatable strings
211 * src/addr_compl.[ch], src/prefs_filtering.c
212 make "filtering pref dialog's destination entry" an
213 "address completable entry", if filter destination is
218 sync with Hiroyuki's 0.5.0cvs2-3
220 2001-07-15 [christoph]
223 fixed folder stats update after incorporation
228 * finish label colouring stuff (for now)
229 * fix incorrect colour bug (off by one)
234 change text labels for news and mail message so there's
235 plenty of toolbar estate left
242 sync with Hiroyuki's 0.5.0cvs1
245 more rewrite label colouring
249 * src/summaryview.[ch]
250 * start rewrite label colouring
251 * fix proper location "Add Sender To Addressbook" menu item
255 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
256 (actually this is 0.5.0claws4)
261 * fix duplicate message
262 * add updated Portugese / Brazilian translation
263 submitted by Fabio Junior Beneditto
271 add updated Dutch translation
274 add updated German translation submitted by Jens
278 Prerelease before 0.5.0claws. Please test.
279 This version is temporarily tagged as VERSION_0_5_0_TEST
281 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
282 src/prefs_scoring.c, src/prefs_matcher.c,
283 src/prefs_filtering.c, src/mbox.c,
284 src/main.c, src/inc.c, src/filtering.[ch]
285 revert new Hoa's new matcher (does not work yet)
292 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
298 add ChangeLog.claws to EXTRA_DIST
300 add matcher_parser_parse.h to EXTRA_DIST
302 2001-07-10 [christoph]
305 add destination folder to table of
306 folders that need to be updated after
313 make collapse state of folders and folder items persistent, i.e.
314 if you collapse a folder tree, the next time sylpheed-claws starts
315 up the folder tree remains collapsed.
317 2001-07-10 [christoph]
323 renamed MD5_CTX to MD5_CTX_syl
324 conflicts with a struct in openssl
327 * src/prefs_account.[ch]
331 fixed compose with current account
332 broken by new compose button stuff
337 changed my email address
339 * src/matcher_parser_parse.y
340 clean the parser to remove conflicts
348 fix incorrect description of --enable-ldap parameter
350 * src/prefs_common.[ch]
352 add experimental option "smart wrapping" which makes the
353 compose editor auto wrap.
355 | TODO: the problem with the buggy cursor handling is caused |
356 | by the GtkText. when deleting / backspacing text its |
357 | wrapping algorithm does not take in account the previous |
358 | line. should find a way to hack this in. |
359 | or should perhaps combine this with the word wrapping |
360 | patch i wrote in january. |
363 show build parameters for LDAP and JPilot
366 revert Christoph's bugfix for selecting next unread message,
367 because folder stats aren't updated correctly
374 * src/matcher_parser_lex.l
375 * src/matcher_parser_parse.y
376 * src/prefs_filtering.c
377 * src/prefs_scoring.c
379 bugfix of the config file parser
384 added generated matcher sources to BUILT_SOURCES
390 added new config file parser
395 * src/prefs_filtering.c
396 * src/prefs_matcher.c
397 * src/prefs_scoring.c
398 * added src/matcher_parser.h
399 * added src/matcher_parser_lex.h
400 * added src/matcher_parser_lex.l
401 * added src/matcher_parser_parse.y
402 lex & yacc config file parser
407 changes prefs_filtering into global_filtering
410 build threads with subjects only if "Re: " is at the
411 beginning of the subject
417 sync with sylpheed 0.5.0
418 change of version number only
424 sync with sylpheed 0.5.0pre5
428 sync with sylpheed 0.5.0pre4 release
429 /po and /manual/ja not sync'ed
433 more sync with sylpheed 0.5.0pre4
435 2001-07-03 [christoph]
438 fixed address book broken by address book
439 for VCard, JPilot, LDAP
449 more sync with sylpheed 0.5.0pre4
453 * included address book patch for VCard, JPilot, LDAP
454 * pref_common.c - fixed Font options on Display tab (cosmetic)
455 * alertpanel.c - fixed truncated message
457 2001-07-02 [christoph]
462 mark threads for ignoring
468 * sync with sylpheed 0.5.0pre4
469 updated gettext to 0.10.38.
475 * src/summaryview.[ch]
476 new right-click option: Label.
477 substitute for 'Mark-->Mark/Unmark', colours the line.
478 submitted by Satoshi Nagayasu
480 2001-07-01 [christoph]
485 move ctree to unread message
489 * sync with sylpheed 0.5.0pre3 release
495 allow inserting / attaching multiple files in
501 small change to Alfons' previous stuff so that it
506 * lots of files changed; first attempt to merge the changes
507 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
512 updated and completed, translations by Fabio
519 allow selecting an attached files' mime type from a
524 * more sync with sylpheed 0.5.0pre3
529 merge with sylpheed.pot and pt_BR.po provided by
530 Fabio Junior Beneditto.
535 make MIME types case insensitive
540 merge with sylpheed.pot and old nl.po; translations added.
544 * more sync with sylpheed 0.5.0pre3
549 don't crash when removing parent node of messages
550 attracted by subject. this was caused by not deleting
551 the parent node from the subject line hash table.
558 if there are multiple messages selected, allow forwarding
563 * more sync with sylpheed 0.5.0pre3
569 * sync with sylpheed 0.5.0pre3
574 fixed 'compose news article' bug
575 from icon-and-text toolbar
579 * sync with sylpheed 0.5.0pre2 release
581 2001-06-24 [christoph]
584 bug fix in font selection
586 use sylpheed's normal font instead of
587 gtk default font for folders without
592 * src/mainwindow.[ch]
593 added composite compose mail / news button (an idea by Leandro
594 Pereira <leandro@linuxmag.com.br>)
598 Added instructions for ldif-to-xml.py
606 * src/pixmaps/stock_news_compose.xpm
607 added pixmap by Leandro
609 tested built-in spelling checker of GCC 3.0 :)
611 merged dutch translation of sylpheed-main with
616 Added tools directory and files.
618 * tools/filter_conv.pl
619 converts old filter system to new filtering system
620 * tools/ldif-to-xml.py
621 converts netscape addressbook to sylpheed addressbook
623 descriptions/instructions for above two files
625 2001-06-23 [christoph]
628 * src/manage_window.[ch]
629 * src/prefs_common.[ch]
630 mail retrieval dialog can be enabled, disabled
631 or hidden if non of sylpheed's windows is active
637 * sync with sylpheed 0.5.0pre2
639 2001-06-21 [christoph]
642 show recipient on 'from' for all accounts
645 * src/prefs_common.[ch]
646 disable error popup on mail receive errors
651 made the ruler correctly appear and disappear.
654 removed Hoa's work-in-progress-stuff (interesting!) so
657 2001-06-20 [christoph]
660 * src/progressdialog.c
661 added scrolled window for list in progressdialog
665 sync with sylpheed 0.5.0pre1 release
667 2001-06-20 [christoph]
670 make building threads by subject work when
671 thread view is enabled
674 * src/prefs_common.[ch]
675 automatically select account for mail replys
679 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
680 they are filled in from the account settings.
684 * more sync with sylpheed 0.5.0pre1
690 added --sysconfdir to CPPFLAGS for pointing to the correct
691 location of mime.types.
693 NOTE: make sure you use --sysconfdir when running ./autogen.sh
699 fixed some bug when building threads
703 * src/prefs_account.c
704 UI stuff: More changes to the English
708 * src/pixmaps/stock_news_compose.xpm: new file
712 Added new icon for Hoa's 'compose a news
713 message', plus minor improvements to the
719 more sync with sylpheed 0.5.0pre1
725 Follow-up and reply to
727 * src/summaryview.[ch]
728 Build threads also with subjects
733 forwarding use the current account.
736 the "compose message" button has been replaced with
737 "new mail" and "new news" buttons
739 * src/prefs_common.[ch]
740 added a configuration option to use the forward button
741 as "forward as attachment"
742 changed reply and forward format description
744 * src/quote_fmt_lex.l
745 * src/quote_fmt_parse.y
746 added message with no signature in format for reply
755 Improvements to the English
758 Improvements to the English and some
759 clarity/continuity improvements in the
760 description of Quote symbols.
766 * sync with sylpheed 0.5.0pre1
771 Better interface for compose, displayed fields
772 are updated whenever we change account.
773 Newsgroups field is automatically filled.
776 Newsgroups field is automatically filled.
778 * src/prefs_account.c
779 Some interface stuff when fields appear and
786 * sync with sylpheed 0.4.99
790 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
791 base64_decoder_free, base64_decoder_decode): new object and
792 functions for decoding base64 streams.
793 * src/procmime.c (procmime_decode_content): modified to use the
800 * sync with sylpheed 0.4.99cvs11
806 * sync with sylpheed 0.4.99cvs9
811 * src/prefs_account.c
813 SMTP server can be defined in the news account
814 mime type of attachment are kept.
818 now choose the highest important score between default
819 and important score of folder.
823 * src/prefs_common.c:
825 (prefs_quote_description_create): corrected description of
826 quote format characters
832 * sync with sylpheed 0.4.99cvs8
836 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
837 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
843 * sync with sylpheed 0.4.99cvs7
847 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
848 clashes with autogenerated header).
849 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
850 * src/Makefile.am: added quote_fmt.h.
851 * src/.cvsignore: added lex/yacc autogenerated files
852 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
858 * sync with sylpheed 0.4.99cvs6
862 * added src/quote_fmt_parse.h
867 don't modify readonly configuration files
869 * src/prefs_account.c
871 * src/prefs_customheader.c
872 * src/prefs_display_header.c
874 * src/prefs_filtering.c
875 * src/prefs_scoring.c
876 don't open dialog box when configuration files
881 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
883 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
884 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
885 BUILT_SOURCES to make all files rebuild properly.
887 * src/compose.c: removed #include "quote_fmt.tab.h".
889 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
890 CHARACTER value in yylval.
892 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
893 receive CHARACTER value by documented means (yylval).
895 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
900 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
905 * src/prefs_filtering.c
906 now keep the configuration for execute action
913 * sync with sylpheed 0.4.99cvs5
920 * added src/quote_fmt.y
921 * added src/quote_fmt.l
922 * added src/quote_fmt.tab.h
923 * added src/quote_fmt.tab.c
924 * added src/lex.quote_fmt.c
925 parsing configuration for replying
928 * src/prefs_common.[ch]
929 added configuration UI for replying
933 using configuration for replying
941 * src/prefs_filtering.c
942 * src/prefs_matcher.c
943 * src/prefs_matcher.h
944 action "run a command" for filtering
945 and matching with a command.
946 fixed the "whole message" matching
949 changed temporary filename for security
952 queue the notification if it fails to send.
955 * src/prefs_folder_item.c
956 changed the default important score
958 * src/prefs_scoring.c
960 hide kill score input when the folder is not
965 * src/prefs_common.c:
967 (prefs_font_select): pass font name in font entry box to font
972 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
976 * sync with sylpheed 0.4.99cvs4
980 * src/headerwindow.c:
982 (headerwindow_show_cb): use the selected summary view item, not
987 * src/headerwindow.c:
989 (headerwindow_show_cb): always try to show msginfo
994 keep attached parts when reediting or forwarding.
999 * src/prefs_folder_item.[ch]
1000 * src/prefs_scoring.[ch]
1002 * src/summaryview.[ch]
1005 * src/prefs_common.[ch]
1006 support for folder scoring
1007 kill score and important score for messages
1009 * src/prefs_account.c
1010 some display bug fixed for local account
1015 * src/summaryview.c:
1017 (add_sender_to_cb): don't crash when no or invalid sender; the add
1018 sender to address book menu item is disabled.
1022 * src/filtering.[ch]
1024 handling summary menu / filter messages
1030 imap folders now appears in list
1033 doesn't crash if destination mail is not writeable
1038 removed some warnings
1042 * src/prefs_filtering.c
1043 global string to identify any folders
1044 removed some debug info
1045 filtering to mbox folders is now possible
1048 removed some warnings
1051 permission on files are changed to read/write for user only,
1053 creation of subfolder is handled better.
1057 Verified the sync for src/prefs_common.[ch] and
1058 src/prefs_account.[ch]. I believe there were some
1059 minor indentation differences.
1065 * sync with 0.4.99cvs3
1070 handling flags for mbox format
1073 use of mark file only for MH format
1074 handling flags for mbox format
1075 filtering cannot yet move or copy mails to mbox folders.
1078 changed move_msg, copy_msg,
1079 move_msgs_with_dest, copy_msgs_with_dest functions
1080 uses only folder->copy_msg() function
1081 uses folder->finished_copy() to handle the destination
1082 folder at the end of the copy or move operation.
1085 included mbox directories.
1087 * src/folderview.[ch]
1089 handle folders operation for mbox format
1092 disable conversion of "From " header
1094 * src/mbox_folder.[ch]
1095 completion of mbox format handling
1098 changed mh_copy_msg() function and
1099 removed mh_move_msg(), mh_move_msgs_with_dest(),
1100 mh_copy_msgs_with_dest()
1102 * src/prefs_filtering.c
1103 removed some warnings
1105 * src/prefs_matcher.c
1106 default boolean operation is AND
1109 handling flags for mbox format
1110 handling of "From " header
1114 added MSG_REALLY_DELETED flags to handle deletion of
1115 messages in mbox format.
1118 handling flags for mbox format
1119 disable the MSG_DELETED flags when messages
1120 are deleted in mbox format
1123 "From " headers display fixed.
1129 (get_email_part): skip quoted email addresses, like in e.g.
1130 "'alfons@proteus.demon.nl'".
1134 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
1135 and fixing the persistence troubles when using separate windows.
1139 Added #define SEPARATE_ACTION used in the gtk item factory for
1140 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
1141 use gtk_item_factory_get_widget_by_action() to get the items.
1143 Removed separate_widget_cb from the gtk item factory data
1145 (mainwindow_create): connect separate_widget_cb() to check
1146 menu item "toggled" signal. also passing a MainWindow pointer
1147 as object data for both check menu items.
1149 (separate_widget_cb): definition of separate_widget_cb() to match
1150 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
1151 window using gtk_object_get_data(). The type of window separation
1152 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
1154 * src/prefs_filtering.c,
1155 src/prefs_matcher.c: added horizontal scrollbars
1160 fix segfault with invalid bold font
1162 correctly display summary stats after row is marked
1166 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
1167 encodings with libjconv.
1172 added mbox_folder.[ch]
1174 mbox temporary folder
1176 * added src/mbox_folder.[ch]
1178 * src/procheader.[ch]
1181 bugfix for file incorporation filtering
1183 enable creation of MBOX
1184 * src/prefs_display_header.c
1185 enable use of headers like "From "
1186 something that should be fixed :
1187 displaying of such headers add an extra space
1188 * src/prefs_folder_item.c
1189 don't create folders because it is not necessary
1191 added data field to MsgInfo for mbox internal use
1193 added some support for mbox
1195 added get_mbox_cache_dir() function
1197 2001-05-23 [hiroyuki]
1199 * src/headerwindow.c
1210 src/folderview.c: more sync with 0.4.99cvs2.
1212 * src/headerwindow.c: reverted.
1218 * sync with sylpheed 0.4.99cvs2
1226 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
1232 * configure.in: if gnome-config not found, "no" is displayed
1234 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
1236 * src/textview.c: now also possible to add mail addresses by right
1237 clicking in the text view
1239 * src/codeconv.c: merged patch which fixes endless loop when encountering
1240 invalid wide characters; from Alte <010@imis.ru>
1244 Added installation of gnome specific things:
1246 * Makefile.am: gnome conditional
1248 * configure.in: check for installed gnome
1250 * added sylpheed.png, sylpheed.desktop
1254 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
1256 * src/mainwindow.h (main_window_toolbar_create): created a button
1258 (main_window_set_toolbar_sensitive): enable/disable the new button
1260 (toolbar_reply_to_author_cb): handle the new button.
1262 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
1263 send_progress_dialog_destroy() on failure (fixes hang on SMTP
1268 * src/compose.h (ComposeReplyMode): new modes
1269 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
1270 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
1273 (compose_send): move some code into a new function:
1274 (compose_current_mail_account): new function.
1275 (compose_reply): new argument to_author, all callers changed; if
1276 to_author==TRUE and account->protocol==A_NNTP, find and use an
1277 appropriate mail account for replying.
1278 (compose_reply_set_entry): new argument to_author; ignore
1279 compose->replyto if to_author==TRUE.
1281 * src/mainwindow.c: new command "Message/Reply to author".
1282 (main_window_set_menu_sensitive): enable/disable it.
1283 (reply_cb): handle it.
1285 * src/summaryview.c: new command "Reply to author".
1286 (summary_set_menu_sensitive): enable/disable it.
1287 (summary_reply_cb): handle it.
1289 * src/account.c (account_find_mail_from_address): new function.
1295 * sync with sylpheed 0.4.99cvs1
1302 new filtering action : forward and forward as attachment
1305 no need for $DISPLAY when we run sylpheed --help
1306 call to parse_cmd_opt() is moved
1308 * src/mainwindow.[ch]
1309 execute button is hidden when immediate execute
1314 * src/prefs_folder_item.c
1316 better handling of missing directories
1319 reedit is enabled in outbox
1320 reedit is enabled in queue
1326 * src/prefs_filtering.c
1327 changed attachement into attachment
1333 * sync with sylpheed 0.4.67cvs9
1334 * sync with sylpheed 0.4.67cvs7-8
1339 added prefs_filtering.c
1341 * src/filtering.[ch]
1343 removed action : forward_news and forward_news_as_attachement
1344 (forward and forward_as_attachement can be used instead)
1347 added menu option to access filtering configuration
1349 * src/prefs_account.c
1350 changed mail_command default to /usr/sbin/sendmail
1352 * added src/prefs_filtering.[ch]
1353 dialog box for filtering configuration
1355 * src/prefs_matcher.c
1356 added function prefs_matcher_get_criteria_from_matching()
1358 * src/prefs_scoring.c
1359 reset the dialog when register or substitute is clicked
1364 added filtering.[ch]
1366 using filering.[ch] instead of filter.[ch]
1368 reading new filtering configuration
1370 added some filtering actions
1371 and fixed a bug for headers and mail body matching
1373 using filering.[ch] instead of filter.[ch]
1375 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
1377 some fixes for filtering
1379 2001-05-14 [hiroyuki]
1381 * src/send.c: fixed some weird indentations.
1382 send_message_with_command(): call pclose() only if p != NULL.
1383 * src/textview.c: get_email_part(): modified the code for readability.
1385 2001-05-14 [hiroyuki]
1389 src/md5ify.h: removed from the cvs.
1393 * src/main.c: include rfc2015.h to avoid compiler warnings.
1394 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
1395 the panel is already on screen.
1396 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
1397 closing the alert window by ESC as "No".
1398 * src/prefs_common.c (prefs_interface_create): moved return
1399 receipt check button to the correct place.
1403 * src/prefs_common.c:
1404 moved return receipt check button to the Send tab. (prefs_send_create)
1405 removed the date format ui related globals. (prefs_display_create)
1409 * sync with sylpheed 0.4.67cvs5-6
1413 * added Alfons' font selection patch
1416 * src/headerwindow.c
1417 * src/prefs_common.c
1418 * src/prefs_common.h
1422 changed version of cache
1424 * src/prefs_matcher.c
1425 added additionnal matching criteria
1429 added references in MsgInfo
1434 prepared some things for new filtering
1436 added some matching properties
1437 inreplyto need to be enhanced
1438 prepared some things for new filtering
1440 added Return-Receipt-To handling
1441 * src/prefs_folder_item.c
1442 changed default value to TRUE
1443 * src/prefs_matcher.c
1444 added some matching properties
1445 * src/prefs_scoring.[ch]
1446 the scoring dialog is finished
1448 added Return-Receipt-To handling
1449 Reference need to be added
1451 added Return-Receipt-To handling
1452 added threadscore to get a better score sorting when
1455 suppressed a bug when we sort the list
1456 when no folder is opened.
1457 better score sorting when threads are enabled
1461 * reverted previous patch because of potential errors
1465 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
1466 applied "toggle mail-retrieval dialog window" patch submitted
1467 by Eric Limpens <eric@qnt.net>
1469 * sync with sylpheed 0.4.67cvs4
1473 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
1474 some picky compilers.
1475 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
1476 * src/grouplist_dialog.c: include alertpanel.h.
1477 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
1478 fix compile warning.
1479 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
1480 #include "defs.h" before others to prevent the warning of `MIN'
1481 and `MAX' redefinition.
1487 * src/prefs_account.c
1488 * src/prefs_display_header.c
1491 added prefs_scoring.[ch]
1492 * src/grouplist_dialog.c
1493 display an error dialog box if the group list
1495 * src/mainwindow.[ch]
1496 added main_window_set_thread_option() function
1497 scoring dialog box enabled
1499 added flags matching unread /new / marked
1500 / deleted / replied / forwarded
1502 newsgroups are now finally in newscache
1503 * src/prefs_matcher.[ch]
1504 finished preferences for matching dialog
1505 * added src/prefs_scoring.[ch]
1506 scoring dialog box completed
1508 conversion to string : added scoringprop_to_string()
1509 write config for preferences :
1510 added prefs_scoring_write_config()
1512 threads can be enabled/disabled independently
1520 thought it would be nice to have a list of all
1521 contributors (used Changelog as a reference)
1524 messed up version numbering...
1528 * sync with sylpheed 0.4.67cvs1-3
1532 * src/prefs_common.c:
1533 better UI for strftime format, double clicking
1534 on format now inserts the format in text entry
1535 replaced close button with standard OK/Cancel
1536 moved date format button to the right of the
1542 Ctrl-Home / Ctrl-End have proper cursor navigation
1546 * src/prefs_matcher.c
1547 finished UI to define matching properties
1548 added ok and cancel button
1549 * src/prefs_filter.c
1550 added ok and cancel button
1552 fixed some bug in xhdr parsing
1557 fixed a bug in textview_show_header(), which displayed two colons (':');
1558 cleaned up some warnings
1563 added prefs_matcher.[ch]
1564 compilation with -W -Wall
1566 ungrab the mouse events if grabbed - does it
1567 fix the bug for disposition notification ?
1569 added a menu option to open the matching dialog.
1571 added matcherprop_to_string() and matcherlist_to_string()
1572 fixed some bugs, changed the name of some options
1573 age_sup and age_inf becomes age_greater and age_lower,
1574 body and messageheaders becomes body_part and headers_part,
1575 changed the names of constants from SCORING_XXX to MATCHING_XXX
1576 * src/prefs_display_header.c
1577 * src/prefs_headers.c
1578 fixed a bug that accidentally destroyed dialogs
1579 when closed them with delete_event
1580 Added *_deleted() which handle delete_event signal correctly.
1581 * src/prefs_folder_item.[ch]
1582 added "enable_thread" field for future customization
1583 * added src/prefs_matcher.[ch]
1584 sample of the UI to define matching properties
1586 using procheader_headername_equal instead of str*cmp functions
1587 using procheader_parse_header() function
1589 using MATCHING_XXX instead of SCORING_XXX
1591 display the sender of the news even if this is ourself
1592 when this is a news message.
1594 using headername_equal() instead of str*cmp functions
1600 * sync with sylpheed 0.4.66
1601 * src/gtkstext.c: trace logs added
1605 * src/prefs_common.[ch]: added option to enable/disable GnuPG
1606 signature check popup.
1607 * src/rfc2015.c (check_signature): show signature check popup only
1608 if it is enabled in preferences.
1614 * sync with sylpheed 0.4.66cvs6
1618 * src/prefs_common.[ch]: added option to enable/disable
1619 looking up sender name in address book for summary pane
1620 * src/summaryview.c: look up sender in the address book
1621 by using Alfons' address completion code
1623 2001-05-07 [hiroyuki]
1626 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
1627 member of Pop3State.
1628 * src/news.c: brought #include "defs.h" before #include <glib.h>
1629 to prevent the warning of `MIN' and `MAX' redefinition.
1633 * removed src/headers_display.[ch]
1634 * removed src/prefs_display_headers.[ch]
1636 use a temporary file in the user directory for mbox import
1638 added XHDR support to get "To" and "Cc" headers
1639 (in order to match news with to or cc field for
1641 added function news_parse_xhdr() to get XHDR response
1643 added function nntp_xhdr()
1645 fetch the message if necessary
1651 * sync with sylpheed 0.4.66cvs3-5
1656 added function itos_buf() to enable use of several buffers
1658 use of itos_buf() instead of itos() in summary list
1659 to fix the broken display of message number.
1663 * src/gtkstext.c: bug in cursor up navigation fixed,
1664 fixed another unsigned / signed comparison (we're getting there :-)
1669 added scoring.c scoring.h
1670 prefs_folder_item.c prefs_folder_item.h
1673 added FOLDERITEM_RC SCORING_RC
1675 added prefs field in FolderItem :
1676 properties for each folder (PrefsFolderItem),
1677 sorting type and mode were added as the first properties.
1679 read config for scoring
1680 * added src/matcher.[ch]
1681 gives functions to parse configuration file to do
1682 matching on mails with a list of conditions.
1684 add option to sort by score
1685 * src/prefs_common.[ch]
1686 added preference option to show score and for
1687 the score column size
1688 * added src/prefs_folder_item.[ch]
1689 properties for each folder (PrefsFolderItem),
1690 sorting type and mode were added as the first properties.
1691 * src/procheader.[ch]
1692 added procheader_parse_header()
1693 added procheader_header_free()
1694 added procheader_headername_equal()
1695 and made modification to use them.
1697 added score field to MsgInfo structure
1698 * added src/scoring.[ch]
1699 gives functions to parse configuration file to do
1700 scoring on mails with a list of conditions.
1701 * src/summaryview.[ch]
1702 save the sorting type and mode for the folder
1703 added column to display the score of the mail
1704 added function summary_score_clicked()
1705 sorting type and mode are restored to the folder
1708 use procheader_parse_header(), procheader_headername_equal()
1709 removed memory leak in text_scan_header when freeing headers
1711 changed the function to match names of headers
1712 using procheader_headername_equal()
1714 Scoring functions are implemented, an interface is needed
1720 hopefully fixed the row up navigation bug,
1721 removed adding back / forward lines to cache
1725 * src/prefs_display_headers.c: user interface changes:
1726 (prefs_display_headers_create): remove unused "Show" check button;
1727 allow reordering of headers by dragging.
1728 (prefs_display_headers_write_config): remove unused variables.
1729 (prefs_display_headers_set_dialog): do not insert "(New)" at top
1730 of lists (not needed with the new UI).
1731 (prefs_display_headers_set_list): scan lists starting from row 0,
1732 not 1 (do not skip "(New)").
1733 (prefs_display_headers_find_header): new function.
1734 (prefs_display_headers_clist_set_row): do not allow duplicates.
1735 (prefs_display_headers_delete_cb): do not skip row 0; treat
1736 closing the alert window by ESC as "No".
1737 (prefs_display_headers_up): do not protect row 0.
1738 (prefs_display_headers_down): do not protect row 0.
1742 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
1746 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
1747 summary_select_next_marked, summary_select_prev_marked): new
1752 * src/news.c: fixed a bug when no article can be fetched after
1753 server timeout if the connection was restored by news_post():
1754 (news_select_group): new function.
1755 (news_fetch_msg): call news_select_group() before fetching
1757 (news_get_uncached_articles): set session->group after successful
1765 changed version of cache, added cc field
1767 * src/prefs_display_headers.c
1768 the interface was changed
1770 * src/prefs_headers.c
1775 * completed sync of sylpheed cvs2
1776 * src/gtkstext.c: updated row up / down cursor navigation
1777 * src/textview.c: re-edited, prepared for fixing the email address
1782 * src/prefs_common.c: use alfons' strftime ui code
1783 entry_datefmt and datefmt_sample widgets have to be
1784 global in this module because of this change
1789 * src/prefs_common.[ch] added option to activate the return receipt
1794 * src/gtkstext.c: fix for row up/down cursor navigation.
1798 * sync with 0.4.66cvs2
1802 added add-sender-to-addressbook patch
1810 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
1813 * src/alertpanel.c (alertpanel_create): new argument can_disable,
1814 all existing callers changed to pass FALSE; create a check button
1815 to disable the message.
1816 (alertpanel_message_with_disable): new function.
1817 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
1818 (alertpanel_button_toggled): new function.
1819 (alertpanel_button_clicked, alertpanel_close): set value using
1822 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
1824 * src/prefs_common.c (prefs_privacy_create): new check button
1825 checkbtn_gpgme_warning.
1827 * src/main.c (main): moved preferences reading before gpgme
1828 initialization; check prefs_common.gpgme_warning before giving the
1829 GnuPG warning and set it to FALSE if the user wants to disable the
1832 2001-05-02 [hiroyuki]
1834 * src/prefs_display_headers.c: modified the layout and some labels.
1838 * src/prefs_account.c (prefs_account_fix_size): new function.
1839 (prefs_account_create): call prefs_account_fix_size(); use
1840 gtk_widget_show instead of gtk_widget_show_all (fixes too large
1841 size when the window is shown for the first time).
1842 (prefs_account_basic_create): changed layout of serv_table; moved
1843 localmbox_entry above smtpserv_entry (logically it replaces
1845 (prefs_account_protocol_activated): set sensitivity of
1846 nntpauth_chkbtn according to the protocol (in addition to
1847 hide/show); commented out gtk_table_set_row_spacing() calls.
1848 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
1849 not sensitive (fixes a bug with disabled username/password boxes
1850 when editing POP3 account after NNTP with authentication).
1856 * src/prefs_account.[ch]
1858 removed local account without SMTP server
1859 added option to use mail command instead of a connexion
1860 to SMTP server when a local account is used
1861 * src/prefs_headers.c
1864 fixed a bug when connexion immediately closed
1874 * src/prefs_account.c (Basic, prefs_account_basic_create): new
1875 widget nntpauth_chkbtn.
1876 (prefs_account_protocol_activated): handle nntpauth_chkbtn
1878 (prefs_account_nntpauth_toggled): new function.
1880 * src/news.c (news_session_new_for_folder): use NNTP
1881 authentication only if ac->use_nntp_auth is set.
1885 * src/Makefile.am changed headers.[ch] in customheader.[ch]
1886 * src/prefs_display_headers.c changed the UI
1887 * src/prefs_headers.c changed account_name to account_id
1888 * src/compose.c using customheader.h
1890 2001-05-01 [hiroyuki]
1894 src/nntp.c: changed sock_read() to sock_gets(), they've been left
1899 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
1900 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
1901 for displaying of headers
1902 * src/grouplist_dialog.[ch] minor changes to remove warnings
1903 * src/prefs_display_headers.[ch] dialog to choose the
1904 headers to display in the mail viewer.
1905 * src/headers.h correction of #define
1906 * src/headers_display.[ch] configuration for displaying of headers.
1907 * src/main.c read config of displaying of headers
1908 * src/prefs_common.c add a button to access the config dialog
1909 for displaying of headers
1910 * src/prefs_display_headers.[ch] dialog for configuration for
1911 displaying of the headers.
1912 * src/prefs_headers.c cleaning of code
1913 * src/procheader.c comments added to code
1914 * src/textview.c changes to reorder the headers depending
1915 on the config for displaying of headers
1921 * sync with 0.4.65cvs12
1923 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
1927 * src/nntp.h (NNTPSockInfo): new field auth_failed.
1929 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
1930 is set to force reconnection after authentication failure.
1931 (nntp_gen_command): set sock->auth_failed on authentication
1932 failure, or if sock->userid and sock->passwd are not set.
1934 * src/news.c (news_session_new_for_folder): set userid=NULL if
1935 password dialog is cancelled.
1939 * src/nntp.h (NNTPSockInfo): new type.
1941 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
1943 (nntp_open_auth, nntp_close): new functions.
1944 (nntp_gen_command): new function to handle authentication; all
1945 NNTP command functions updated to use it.
1946 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
1947 (nntp_list): removed old useless code.
1949 * src/news.h (NNTPSession): new field nntp_sock.
1951 * src/news.c: all functions updated to use NNTPSockInfo instead of
1953 (news_session_new): new arguments (userid, passwd); made static;
1954 use nntp_open_auth() if needed.
1955 (news_session_destroy): use nntp_close() instead of sock_close().
1956 (news_query_password): changed arguments.
1957 (news_session_new_for_folder): new function.
1958 (news_session_get): use news_session_new_for_folder().
1959 (news_authenticate): deleted.
1960 (news_get_uncached_articles): removed old authentication code.
1964 * src/news.c: reverted my previous changes (need to do NNTP
1965 authentication in a cleaner way).
1969 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
1970 news_nntp_post, news_nntp_mode): new functions (wrappers with
1971 authentication support).
1972 (news_get_article_cmd, news_get_article, news_get_header): new
1973 argument "folder"; all callers changed.
1974 (news_get_article_cmd): added authentication support.
1975 (news_session_get): use news_nntp_mode() instead of nntp_mode().
1976 (news_post): use news_nntp_post() instead of nntp_post().
1977 (news_get_uncached_articles): use news_nntp_group() instead of
1978 nntp_group() and news_nntp_xover() instead of nntp_xover();
1979 removed old authentication code.
1980 (news_get_group_list): use news_nntp_list() instead of nntp_list().
1982 * src/nntp.c (nntp_list): return real error code instead of
1987 * configure.in: fixed wint_t typedef detection again
1991 * src/prefs_account.[ch], added A_LOCAL_CMD
1992 (send mail with mail command)
1993 * src/send.c added function send_message_with_command()
1994 * src/inc.c made a more secure get_spool() function with
1995 mktemp() but maybe mkstemp() or something more
2000 * src/textview.c, colorization of email addresses in headers
2004 * bug sync with sylpheed
2005 * prefs_common.c: created date format ui for darko
2006 * sync with 0.4.65cvs11
2007 * configure.in: corrected to have the new gpg checks
2011 * completed sync with 0.4.65cvs10
2012 * minor debug things added to gtkstext.c
2016 * configure.in: remove check for availability of
2017 strftime() as advised by Hiroyuki
2018 * src/prefs_common.[ch], src/procheader.c:
2019 synch strftime() code with Hiroyki's main branch
2023 * src/news.c: news_query_password(), news_authenticate(): new
2025 news_get_uncached_articles(): added NNTP authentication
2027 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
2029 * src/prefs_account.c: prefs_account_protocol_activated():
2030 enable userid and password fields for NNTP.
2034 * configure.in: check for availability of strftime()
2036 * src/prefs_common.[ch], src/procheader.c: use
2037 strftime() for displaying date in summary pane if it
2042 * more .cvsignore cleanups [alfons]
2046 * ac/sv-check-type.m4: new autoconf macro.
2047 * configure.in: fixed wint_t typedef detection (did not work
2052 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
2056 * modified gtkstext.c : buggy cursor navigation fixed,
2057 and font descent also taken in account when drawing
2061 * added comments in src/news.c src/nntp.c
2062 * added src/prefs_headers.[ch]
2063 * added src/headers.[ch]
2064 * modified compose.c to activate custom headers
2065 added function is_in_custom_headers
2066 * modified prefs_account.[ch]
2067 added function prefs_account_customhdr_edit
2068 * modified src/defs.h :
2069 added HEADERS_RC : name of the config file
2070 for the custom headers
2081 added gtkstext with configure.in patch by Hiroyuki which
2082 should fix the XIM detection [alfons]
2084 * more clean up of cvs [alfons]
2086 * removed all Makefile.in files to attic.
2088 * updated all .cvsignores to really ignore things that could
2089 be unintentionally committed by a recursive commit.
2092 * added src/grouplist_dialog.[ch]
2093 * changed src/folderview.c to call grouplist_dialog instead
2096 added functions news_reset_group_list
2097 and news_get_group_list
2099 added function nntp_list
2101 added GROUPLIST_FILE : name of the newsgroup list cache file
2105 * added option to warn about queued messages on exit [sergey]:
2107 * src/compose.c: compose_queue(): call folder_item_scan()
2108 and folderview_update_item() after queueing.
2109 * src/folderview.c: folderview_update_node(): draw the queue
2110 folder in bold font if there are queued messages.
2111 * src/mainwindow.c: queued_messages(): new function.
2112 app_exit_cb(): display warning if there are queued messages
2113 if warn_queued_on_exit is set.
2114 * prefs_common.[ch]: add warn_queued_on_exit option.
2116 * enhanced GnuPG key selection support [sergey]:
2118 * src/select-keys.c: updated to newer version from Win32
2119 branch with support for selecting arbitrary keys.
2120 * src/prefs_account.c: added the Privacy tab to the account
2122 prefs_account_privacy_create(),
2123 prefs_account_sign_key_set_data_from_radiobtn(),
2124 prefs_account_sign_key_set_radiobtn(): new functions.
2125 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2126 * src/rfc2015.c: set_signers(): new function.
2127 pgp_sign(): add the account parameter, call set_signers().
2128 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2129 * src/rfc2015.h: rfc2015_sign(): updated prototype.
2130 * src/compose.c: pass the current account to rfc2015_sign().
2132 * tag name claws added to prevent confusion with main branch [alfons]
2134 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
2136 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
2138 * sync with recent sylpheed cvs. Untested though. [alfons]