4 change to version 0.6.1claws2
6 * sync with sylpheed 0.6.1cvs3
11 fix bug with default font used for trash folder text
15 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
19 change to version 0.6.1claws1
21 * sync with sylpheed 0.6.1cvs2
26 add Match's new addressbook
29 updated translation submitted by Jens Oberender
35 * sync with sylpheed 0.6.1 release
42 * sync with sylpheed 0.6.0cvs4
45 updated translation submitted by Fabio Junior Beneditto
59 change to version 0.6.0claws1
61 * sync with sylpheed 0.6.0cvs1
64 updated translation submitted by Ricardo Mones Lastra
67 add 'src/prefs_templates.c'
69 * src/compose.c, src/summaryview.c
70 fix segfault on 'Re_edit'
74 * configure.in, Makefile.am
76 add tools directory to source distribution
81 change to version 0.6.0claws
83 * sync with sylpheed 0.6.0 release
85 2001-08-30 [christoph]
88 removed autoconf version check
92 * src/account.c, src/compose.c, src/prefs_common.[ch]
93 * src/procheader.[ch] src/utils.[ch]
94 Enhanced automatic account selection on replies
95 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
98 add LDAP and JPilot to the configuration results output.
100 2001-08-29 [christoph]
103 no bold font for ignored threads
108 change to version 0.5.3claws6
110 * sync with sylpheed 0.5.3cvs10
111 src/stringtable.[ch]: New Files
113 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
114 * src/pixmaps/sylpheed.xpm
115 add mini-icons to windows (by Alfons)
120 new functions: next_labeled_cb(), prev_labeled_cb()
123 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
124 summary_select_next_labeled(), summary_select_prev_labeled()
126 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
127 give claws blue folders and a blue trash can
132 change to version 0.5.3claws5
134 * sync with sylpheed 0.5.3cvs9
135 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
137 2001-08-24 [christoph]
140 keep filename when browsing directories
141 (not working for user entered filename, but
142 for default name and selected filename from
145 fixed wrong spelling "Folllow-up"
149 fixed new/unread message count with ignored
150 threads (2 commits, first didn't notice no
151 longer needed decreasing)
153 readded scrolling of progress dialog
159 change to 0.5.3claws4
161 * sync with sylpheed 0.5.3cvs7
163 2001-08-24 [christoph]
166 set request return receipt when replying
167 if it is set is the folder prefs of the
170 disable final error popup if popups are
171 disabled in config (again)
176 Change version number to 0.5.3claws3
178 * sync with sylpheed 0.5.3cvs5
181 double quote '%s' in 'gedit %s' to fix bug when
182 opening attachment with spaces in the name
185 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
186 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
187 initial message templates support
193 change version number to 0.5.3claws2
195 * sync with sylpheed 0.5.3cvs4
197 * src/procmsg.h src/summaryview.c
198 re-implement (un)ignore thread
203 remove unnecessary code
205 enable 'dynamic' signatures (submitted by
206 Eric Limpens <eric@hscg-internet.nl>)
210 clean up after sync with sylpheed 0.5.3 release
213 fix re-introduced font mess, see Christoph's
218 use sylpheed's small font instead of
219 gtk default font for summary view
225 add pl to ALL_LINGUAS - sync with main branch
227 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
228 Updated. Translations by Jens Oberender, Ricardo Mones
229 Lastra, Alfons, and Fabio Junior Beneditto respectively.
231 * po/pl.po ** NEW FILE **
232 sync with the main branch
235 fix target folder colorizing and refresh problem
238 2001-08-17 [christoph]
241 claws uses 4 colors for target folder coloring.
242 arrays were not long enough and destroyed the
243 stack causing a segfault.
244 target folder colorizing does not work anymore
250 change to version 0.5.3claws1
252 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
253 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
254 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
256 sync with sylpheed 0.5.3 release, but keep claws method of
257 configuring/saving fonts
259 * src/addressbook.[ch]
260 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
261 in line with a similar change in Hiroyuki's branch
263 * src/mainwindow.[ch]
264 disable main_window_set_thread_option()
265 * src/prefs_folder_item.c
266 comment out &tmps_prefs.enable_thread,
267 * src/mbox_folder.c, src/procmsg.[ch]
268 comment out MSG_IS_IGNORE_THREAD
270 comment out summary_ignore_thread() and summary_unignore_thread()
271 comment out MSG_IS_IGNORE_THREAD
273 use Hiroyuki's threading instead.
280 use Hiroyuki's 0.5.3 column scheme but also
281 include the enable/disable button.
282 * src/pixmaps/mark.xpm
283 add Hiroyuki's amended pixmap
285 2001-08-13 [christoph]
288 receive at get all column showed wrong state for APOP
289 button should only work for POP3 and APOP accounts
290 * src/prefs_account.c
291 added missing preprocessor statement for SSL
296 add 'receive at get all' column and enable/disable
299 2001-08-06 [christoph]
302 show usage of SSL in protocol column
308 * src/prefs_account.[ch]
309 moved ssl options to a new page
315 added support for SMTP STARTTLS command
317 2001-08-05 [christoph]
320 debian autoconf needs version check to find
321 correct autoconf version. if the file is
322 named configure.in 2.13 is used, which does
323 not work with this configure.in script.
324 other solution would be to rename the script
325 to configure.ac as suggested in the autoconf
329 disable final error popup if popups are
334 fixes IMAP over SSL problem
339 change to 0.5.2claws1
341 * sync with sylpheed 0.5.2cvs1
346 quick fix for ispell detection...
351 change to 0.5.1claws4
353 * sync with sylpheed 0.5.1cvs7
357 * src/prefs_common.c, src/prefs_common.h,
358 src/gtkspell.c, src/gtkspell.h
359 add global spelling checker settings (compose tab) +
360 selection of dictionary
363 guess valid ispell location
368 removal of 'src/quote_fmt_parse.c'
371 (submitted by Jens Oberender <didge@suse.de>)
376 * src/folderview.[ch]
379 * src/prefs_common.[ch]
381 target folder colourization
385 more sync with Sylpheed 0.5.1cvs6
390 * src/prefs_folder_item.[hc]
392 shared folders support with a GUI
398 * sync with Sylpheed 0.5.1cvs6
404 (submitted by Fabio Junior Beneditto)
410 patch to correct bad image mime headers
411 (submitted by Don Quijote <dq@searchlores.org>)
415 * tools/gif2xface.pl **NEW FILE**
417 script to convert file.gif to file.xface for
418 use in a custom header.
419 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
424 change macros for detecting JPilot and LDAP
426 2001-07-27 [christoph]
429 code cleanup (MIN / MAX warning, needed casting)
434 disallow setting flags when detecting certain headers
435 (X-Status, Status, Seen, X-Seen).
437 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
439 2001-07-27 [christoph]
442 * src/prefs_filtering.c
443 * src/prefs_matcher.c
444 * src/prefs_scoring.c
445 scroll list when moving rows up or down
449 * src/prefs_account.c
450 * src/prefs_account.h
452 SMTP over SSL (untested, feedback requested)
460 * configure.in, acconfig.h
461 define CLAWS (need this for main / claws detection)
468 * sync with Sylpheed 0.5.1cvs4
470 2001-07-25 [christoph]
474 item->prefs == NULL (don't know why)
481 * sync with Sylpheed 0.5.1cvs1-3
483 2001-07-24 [christoph]
486 * src/prefs_folder_item.[ch]
487 added folderitem preferences dialog with
488 default To: and auto request return receipt
492 changes to handle new folderitem preferences
496 call compose new mail with current folderitem
500 Release Sylpheed 0.5.1claws
503 change to release version 0.5.1claws
505 2001-07-24 [christoph]
508 fixed segfault that happend when the selected
509 message was removed while retrieving new messages.
513 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
517 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
518 this is a work in progress, for more information: http://nlpagan.net/sylman
520 * configure.in, src/mainwindow.c, manual/Makefile.am
521 add support for English manual
524 add authors of user manuals
526 * manual/en/sylpheed*.html
527 add English documentation
529 2001-07-22 [christoph]
534 changed a wrong debug message
539 update Dutch translation
541 * src/prefs_filtering.c,
543 add more translatable strings
552 * src/inc.c, src/summaryview.[ch]
553 prevent update of mark file when filtering has done, by
554 using a variable; this affects two functions:
555 inc.c::inc_finished()
556 summaryview.c::summary_show()
560 * src/filtering.[ch], src/prefs_filtering.c,
562 add filtering action for label coloring
567 * added src/labelcolors.c
568 * added src/labelcolors.h
569 * src/Makefile.am, src/summaryview.c
570 rearrange label coloring code
573 add more parentheses so label colouring works correctly
576 don't really delete message, but move it to Trash
578 * src/prefs_matcher.c
579 add quote options to info dialog
581 2001-07-20 [christoph]
588 moved ssl stuff to a seperate file
593 fix show sender using address book with no e-mail
594 address in From: field
598 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
599 fix messy handling of escaping... now at least the
600 execute command is useful. escape char is '\', we
601 accept \n and \r too.
605 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
606 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
615 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
617 revise filtering; currently move, copy, marking have
618 been tested. if you like bleeding edge stuff, you
619 should definitely go for this version :)
621 * mark old working stuff as VERSION_0_5_0_CLAWS5
623 2001-07-17 [christoph]
632 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
633 bits in the mark file, without affecting either branch. Lots of
634 files changed, also in claws branch.
636 UNTESTED: use of mbox folders
639 added mark all read; however this was a quick hack used for
640 cleaning up mess after initial merge with Hiroyuki
643 change claws version number back to 0.5.0claws5 to clear up
644 confusion & pretension (recent release was technically
645 0.5.0claws4, so we neatly align with Hiroyuki :-)
649 sync with Hiroyuki's 0.5.0cvs4
656 remove invalid updating of mark files for
657 filter actions MATCHING_ACTION_MOVE and
658 MATCHING_ACTION_DELETE; this should fix the
662 revert Christoph's stab at fixing the folder
666 add missing files with translatable strings
673 * src/addr_compl.[ch], src/prefs_filtering.c
674 make "filtering pref dialog's destination entry" an
675 "address completable entry", if filter destination is
680 sync with Hiroyuki's 0.5.0cvs2-3
682 2001-07-15 [christoph]
685 fixed folder stats update after incorporation
690 * finish label colouring stuff (for now)
691 * fix incorrect colour bug (off by one)
696 change text labels for news and mail message so there's
697 plenty of toolbar estate left
704 sync with Hiroyuki's 0.5.0cvs1
707 more rewrite label colouring
711 * src/summaryview.[ch]
712 * start rewrite label colouring
713 * fix proper location "Add Sender To Addressbook" menu item
717 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
718 (actually this is 0.5.0claws4)
723 * fix duplicate message
724 * add updated Portugese / Brazilian translation
725 submitted by Fabio Junior Beneditto
733 add updated Dutch translation
736 add updated German translation submitted by Jens
740 Prerelease before 0.5.0claws. Please test.
741 This version is temporarily tagged as VERSION_0_5_0_TEST
743 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
744 src/prefs_scoring.c, src/prefs_matcher.c,
745 src/prefs_filtering.c, src/mbox.c,
746 src/main.c, src/inc.c, src/filtering.[ch]
747 revert new Hoa's new matcher (does not work yet)
754 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
760 add ChangeLog.claws to EXTRA_DIST
762 add matcher_parser_parse.h to EXTRA_DIST
764 2001-07-10 [christoph]
767 add destination folder to table of
768 folders that need to be updated after
775 make collapse state of folders and folder items persistent, i.e.
776 if you collapse a folder tree, the next time sylpheed-claws starts
777 up the folder tree remains collapsed.
779 2001-07-10 [christoph]
785 renamed MD5_CTX to MD5_CTX_syl
786 conflicts with a struct in openssl
789 * src/prefs_account.[ch]
793 fixed compose with current account
794 broken by new compose button stuff
799 changed my email address
801 * src/matcher_parser_parse.y
802 clean the parser to remove conflicts
810 fix incorrect description of --enable-ldap parameter
812 * src/prefs_common.[ch]
814 add experimental option "smart wrapping" which makes the
815 compose editor auto wrap.
817 | TODO: the problem with the buggy cursor handling is caused |
818 | by the GtkText. when deleting / backspacing text its |
819 | wrapping algorithm does not take in account the previous |
820 | line. should find a way to hack this in. |
821 | or should perhaps combine this with the word wrapping |
822 | patch i wrote in january. |
825 show build parameters for LDAP and JPilot
828 revert Christoph's bugfix for selecting next unread message,
829 because folder stats aren't updated correctly
836 * src/matcher_parser_lex.l
837 * src/matcher_parser_parse.y
838 * src/prefs_filtering.c
839 * src/prefs_scoring.c
841 bugfix of the config file parser
846 added generated matcher sources to BUILT_SOURCES
852 added new config file parser
857 * src/prefs_filtering.c
858 * src/prefs_matcher.c
859 * src/prefs_scoring.c
860 * added src/matcher_parser.h
861 * added src/matcher_parser_lex.h
862 * added src/matcher_parser_lex.l
863 * added src/matcher_parser_parse.y
864 lex & yacc config file parser
869 changes prefs_filtering into global_filtering
872 build threads with subjects only if "Re: " is at the
873 beginning of the subject
879 sync with sylpheed 0.5.0
880 change of version number only
886 sync with sylpheed 0.5.0pre5
890 sync with sylpheed 0.5.0pre4 release
891 /po and /manual/ja not sync'ed
895 more sync with sylpheed 0.5.0pre4
897 2001-07-03 [christoph]
900 fixed address book broken by address book
901 for VCard, JPilot, LDAP
911 more sync with sylpheed 0.5.0pre4
915 * included address book patch for VCard, JPilot, LDAP
916 * pref_common.c - fixed Font options on Display tab (cosmetic)
917 * alertpanel.c - fixed truncated message
919 2001-07-02 [christoph]
924 mark threads for ignoring
930 * sync with sylpheed 0.5.0pre4
931 updated gettext to 0.10.38.
937 * src/summaryview.[ch]
938 new right-click option: Label.
939 substitute for 'Mark-->Mark/Unmark', colours the line.
940 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
942 2001-07-01 [christoph]
947 move ctree to unread message
951 * sync with sylpheed 0.5.0pre3 release
957 allow inserting / attaching multiple files in
963 small change to Alfons' previous stuff so that it
968 * lots of files changed; first attempt to merge the changes
969 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
974 updated and completed, translations by Fabio
975 Junior Beneditto <fjbeneditto@yahoo.com.br>
981 allow selecting an attached files' mime type from a
986 * more sync with sylpheed 0.5.0pre3
991 merge with sylpheed.pot and pt_BR.po provided by
992 Fabio Junior Beneditto.
997 make MIME types case insensitive
1002 merge with sylpheed.pot and old nl.po; translations added.
1006 * more sync with sylpheed 0.5.0pre3
1011 don't crash when removing parent node of messages
1012 attracted by subject. this was caused by not deleting
1013 the parent node from the subject line hash table.
1020 if there are multiple messages selected, allow forwarding
1021 them as attachments.
1025 * more sync with sylpheed 0.5.0pre3
1031 * sync with sylpheed 0.5.0pre3
1036 fixed 'compose news article' bug
1037 from icon-and-text toolbar
1041 * sync with sylpheed 0.5.0pre2 release
1043 2001-06-24 [christoph]
1045 * src/prefs_common.c
1046 bug fix in font selection
1048 use sylpheed's normal font instead of
1049 gtk default font for folders without
1054 * src/mainwindow.[ch]
1055 added composite compose mail / news button (an idea by Leandro
1056 Pereira <leandro@linuxmag.com.br>)
1060 Added instructions for ldif-to-xml.py
1068 * src/pixmaps/stock_news_compose.xpm
1069 added pixmap by Leandro
1070 * src/prefs_common.c
1071 tested built-in spelling checker of GCC 3.0 :)
1073 merged dutch translation of sylpheed-main with
1078 Added tools directory and files.
1080 * tools/filter_conv.pl
1081 converts old filter system to new filtering system
1082 * tools/ldif-to-xml.py
1083 converts netscape addressbook to sylpheed addressbook
1085 descriptions/instructions for above two files
1087 2001-06-23 [christoph]
1090 * src/manage_window.[ch]
1091 * src/prefs_common.[ch]
1092 mail retrieval dialog can be enabled, disabled
1093 or hidden if non of sylpheed's windows is active
1099 * sync with sylpheed 0.5.0pre2
1101 2001-06-21 [christoph]
1104 show recipient on 'from' for all accounts
1107 * src/prefs_common.[ch]
1108 disable error popup on mail receive errors
1113 made the ruler correctly appear and disappear.
1116 removed Hoa's work-in-progress-stuff (interesting!) so
1119 2001-06-20 [christoph]
1122 * src/progressdialog.c
1123 added scrolled window for list in progressdialog
1127 sync with sylpheed 0.5.0pre1 release
1129 2001-06-20 [christoph]
1132 make building threads by subject work when
1133 thread view is enabled
1136 * src/prefs_common.[ch]
1137 automatically select account for mail replys
1141 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
1142 they are filled in from the account settings.
1146 * more sync with sylpheed 0.5.0pre1
1152 added --sysconfdir to CPPFLAGS for pointing to the correct
1153 location of mime.types.
1155 NOTE: make sure you use --sysconfdir when running ./autogen.sh
1161 fixed some bug when building threads
1165 * src/prefs_account.c
1166 UI stuff: More changes to the English
1170 * src/pixmaps/stock_news_compose.xpm: new file
1174 Added new icon for Hoa's 'compose a news
1175 message', plus minor improvements to the
1181 more sync with sylpheed 0.5.0pre1
1187 Follow-up and reply to
1189 * src/summaryview.[ch]
1190 Build threads also with subjects
1195 forwarding use the current account.
1198 the "compose message" button has been replaced with
1199 "new mail" and "new news" buttons
1201 * src/prefs_common.[ch]
1202 added a configuration option to use the forward button
1203 as "forward as attachment"
1204 changed reply and forward format description
1206 * src/quote_fmt_lex.l
1207 * src/quote_fmt_parse.y
1208 added message with no signature in format for reply
1217 Improvements to the English
1219 * src/prefs_common.c
1220 Improvements to the English and some
1221 clarity/continuity improvements in the
1222 description of Quote symbols.
1228 * sync with sylpheed 0.5.0pre1
1233 Better interface for compose, displayed fields
1234 are updated whenever we change account.
1235 Newsgroups field is automatically filled.
1238 Newsgroups field is automatically filled.
1240 * src/prefs_account.c
1241 Some interface stuff when fields appear and
1248 * sync with sylpheed 0.4.99
1252 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
1253 base64_decoder_free, base64_decoder_decode): new object and
1254 functions for decoding base64 streams.
1255 * src/procmime.c (procmime_decode_content): modified to use the
1262 * sync with sylpheed 0.4.99cvs11
1268 * sync with sylpheed 0.4.99cvs9
1273 * src/prefs_account.c
1275 SMTP server can be defined in the news account
1276 mime type of attachment are kept.
1280 now choose the highest important score between default
1281 and important score of folder.
1285 * src/prefs_common.c:
1287 (prefs_quote_description_create): corrected description of
1288 quote format characters
1294 * sync with sylpheed 0.4.99cvs8
1298 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
1299 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
1305 * sync with sylpheed 0.4.99cvs7
1309 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
1310 clashes with autogenerated header).
1311 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
1312 * src/Makefile.am: added quote_fmt.h.
1313 * src/.cvsignore: added lex/yacc autogenerated files
1314 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
1320 * sync with sylpheed 0.4.99cvs6
1324 * added src/quote_fmt_parse.h
1329 don't modify readonly configuration files
1331 * src/prefs_account.c
1332 * src/prefs_common.c
1333 * src/prefs_customheader.c
1334 * src/prefs_display_header.c
1335 * src/prefs_filter.c
1336 * src/prefs_filtering.c
1337 * src/prefs_scoring.c
1338 don't open dialog box when configuration files
1343 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
1345 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
1346 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
1347 BUILT_SOURCES to make all files rebuild properly.
1349 * src/compose.c: removed #include "quote_fmt.tab.h".
1351 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
1352 CHARACTER value in yylval.
1354 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
1355 receive CHARACTER value by documented means (yylval).
1357 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
1362 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
1367 * src/prefs_filtering.c
1368 now keep the configuration for execute action
1375 * sync with sylpheed 0.4.99cvs5
1380 added quote_fmt.[ch]
1382 * added src/quote_fmt.y
1383 * added src/quote_fmt.l
1384 * added src/quote_fmt.tab.h
1385 * added src/quote_fmt.tab.c
1386 * added src/lex.quote_fmt.c
1387 parsing configuration for replying
1390 * src/prefs_common.[ch]
1391 added configuration UI for replying
1395 using configuration for replying
1403 * src/prefs_filtering.c
1404 * src/prefs_matcher.c
1405 * src/prefs_matcher.h
1406 action "run a command" for filtering
1407 and matching with a command.
1408 fixed the "whole message" matching
1411 changed temporary filename for security
1414 queue the notification if it fails to send.
1416 * src/prefs_common.c
1417 * src/prefs_folder_item.c
1418 changed the default important score
1420 * src/prefs_scoring.c
1422 hide kill score input when the folder is not
1427 * src/prefs_common.c:
1429 (prefs_font_select): pass font name in font entry box to font
1434 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
1438 * sync with sylpheed 0.4.99cvs4
1442 * src/headerwindow.c:
1444 (headerwindow_show_cb): use the selected summary view item, not
1449 * src/headerwindow.c:
1451 (headerwindow_show_cb): always try to show msginfo
1456 keep attached parts when reediting or forwarding.
1461 * src/prefs_folder_item.[ch]
1462 * src/prefs_scoring.[ch]
1464 * src/summaryview.[ch]
1467 * src/prefs_common.[ch]
1468 support for folder scoring
1469 kill score and important score for messages
1471 * src/prefs_account.c
1472 some display bug fixed for local account
1477 * src/summaryview.c:
1479 (add_sender_to_cb): don't crash when no or invalid sender; the add
1480 sender to address book menu item is disabled.
1484 * src/filtering.[ch]
1486 handling summary menu / filter messages
1492 imap folders now appears in list
1495 doesn't crash if destination mail is not writeable
1500 removed some warnings
1504 * src/prefs_filtering.c
1505 global string to identify any folders
1506 removed some debug info
1507 filtering to mbox folders is now possible
1510 removed some warnings
1513 permission on files are changed to read/write for user only,
1515 creation of subfolder is handled better.
1519 Verified the sync for src/prefs_common.[ch] and
1520 src/prefs_account.[ch]. I believe there were some
1521 minor indentation differences.
1527 * sync with 0.4.99cvs3
1532 handling flags for mbox format
1535 use of mark file only for MH format
1536 handling flags for mbox format
1537 filtering cannot yet move or copy mails to mbox folders.
1540 changed move_msg, copy_msg,
1541 move_msgs_with_dest, copy_msgs_with_dest functions
1542 uses only folder->copy_msg() function
1543 uses folder->finished_copy() to handle the destination
1544 folder at the end of the copy or move operation.
1547 included mbox directories.
1549 * src/folderview.[ch]
1551 handle folders operation for mbox format
1554 disable conversion of "From " header
1556 * src/mbox_folder.[ch]
1557 completion of mbox format handling
1560 changed mh_copy_msg() function and
1561 removed mh_move_msg(), mh_move_msgs_with_dest(),
1562 mh_copy_msgs_with_dest()
1564 * src/prefs_filtering.c
1565 removed some warnings
1567 * src/prefs_matcher.c
1568 default boolean operation is AND
1571 handling flags for mbox format
1572 handling of "From " header
1576 added MSG_REALLY_DELETED flags to handle deletion of
1577 messages in mbox format.
1580 handling flags for mbox format
1581 disable the MSG_DELETED flags when messages
1582 are deleted in mbox format
1585 "From " headers display fixed.
1591 (get_email_part): skip quoted email addresses, like in e.g.
1592 "'alfons@proteus.demon.nl'".
1596 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
1597 and fixing the persistence troubles when using separate windows.
1601 Added #define SEPARATE_ACTION used in the gtk item factory for
1602 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
1603 use gtk_item_factory_get_widget_by_action() to get the items.
1605 Removed separate_widget_cb from the gtk item factory data
1607 (mainwindow_create): connect separate_widget_cb() to check
1608 menu item "toggled" signal. also passing a MainWindow pointer
1609 as object data for both check menu items.
1611 (separate_widget_cb): definition of separate_widget_cb() to match
1612 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
1613 window using gtk_object_get_data(). The type of window separation
1614 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
1616 * src/prefs_filtering.c,
1617 src/prefs_matcher.c: added horizontal scrollbars
1622 fix segfault with invalid bold font
1624 correctly display summary stats after row is marked
1628 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
1629 encodings with libjconv.
1634 added mbox_folder.[ch]
1636 mbox temporary folder
1638 * added src/mbox_folder.[ch]
1640 * src/procheader.[ch]
1643 bugfix for file incorporation filtering
1645 enable creation of MBOX
1646 * src/prefs_display_header.c
1647 enable use of headers like "From "
1648 something that should be fixed :
1649 displaying of such headers add an extra space
1650 * src/prefs_folder_item.c
1651 don't create folders because it is not necessary
1653 added data field to MsgInfo for mbox internal use
1655 added some support for mbox
1657 added get_mbox_cache_dir() function
1659 2001-05-23 [hiroyuki]
1661 * src/headerwindow.c
1672 src/folderview.c: more sync with 0.4.99cvs2.
1674 * src/headerwindow.c: reverted.
1680 * sync with sylpheed 0.4.99cvs2
1688 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
1694 * configure.in: if gnome-config not found, "no" is displayed
1696 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
1698 * src/textview.c: now also possible to add mail addresses by right
1699 clicking in the text view
1701 * src/codeconv.c: merged patch which fixes endless loop when encountering
1702 invalid wide characters; from Alte <010@imis.ru>
1706 Added installation of gnome specific things:
1708 * Makefile.am: gnome conditional
1710 * configure.in: check for installed gnome
1712 * added sylpheed.png, sylpheed.desktop
1716 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
1718 * src/mainwindow.h (main_window_toolbar_create): created a button
1720 (main_window_set_toolbar_sensitive): enable/disable the new button
1722 (toolbar_reply_to_author_cb): handle the new button.
1724 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
1725 send_progress_dialog_destroy() on failure (fixes hang on SMTP
1730 * src/compose.h (ComposeReplyMode): new modes
1731 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
1732 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
1735 (compose_send): move some code into a new function:
1736 (compose_current_mail_account): new function.
1737 (compose_reply): new argument to_author, all callers changed; if
1738 to_author==TRUE and account->protocol==A_NNTP, find and use an
1739 appropriate mail account for replying.
1740 (compose_reply_set_entry): new argument to_author; ignore
1741 compose->replyto if to_author==TRUE.
1743 * src/mainwindow.c: new command "Message/Reply to author".
1744 (main_window_set_menu_sensitive): enable/disable it.
1745 (reply_cb): handle it.
1747 * src/summaryview.c: new command "Reply to author".
1748 (summary_set_menu_sensitive): enable/disable it.
1749 (summary_reply_cb): handle it.
1751 * src/account.c (account_find_mail_from_address): new function.
1757 * sync with sylpheed 0.4.99cvs1
1764 new filtering action : forward and forward as attachment
1767 no need for $DISPLAY when we run sylpheed --help
1768 call to parse_cmd_opt() is moved
1770 * src/mainwindow.[ch]
1771 execute button is hidden when immediate execute
1776 * src/prefs_folder_item.c
1778 better handling of missing directories
1781 reedit is enabled in outbox
1782 reedit is enabled in queue
1788 * src/prefs_filtering.c
1789 changed attachement into attachment
1795 * sync with sylpheed 0.4.67cvs9
1796 * sync with sylpheed 0.4.67cvs7-8
1801 added prefs_filtering.c
1803 * src/filtering.[ch]
1805 removed action : forward_news and forward_news_as_attachement
1806 (forward and forward_as_attachement can be used instead)
1809 added menu option to access filtering configuration
1811 * src/prefs_account.c
1812 changed mail_command default to /usr/sbin/sendmail
1814 * added src/prefs_filtering.[ch]
1815 dialog box for filtering configuration
1817 * src/prefs_matcher.c
1818 added function prefs_matcher_get_criteria_from_matching()
1820 * src/prefs_scoring.c
1821 reset the dialog when register or substitute is clicked
1826 added filtering.[ch]
1828 using filering.[ch] instead of filter.[ch]
1830 reading new filtering configuration
1832 added some filtering actions
1833 and fixed a bug for headers and mail body matching
1835 using filering.[ch] instead of filter.[ch]
1837 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
1839 some fixes for filtering
1841 2001-05-14 [hiroyuki]
1843 * src/send.c: fixed some weird indentations.
1844 send_message_with_command(): call pclose() only if p != NULL.
1845 * src/textview.c: get_email_part(): modified the code for readability.
1847 2001-05-14 [hiroyuki]
1851 src/md5ify.h: removed from the cvs.
1855 * src/main.c: include rfc2015.h to avoid compiler warnings.
1856 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
1857 the panel is already on screen.
1858 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
1859 closing the alert window by ESC as "No".
1860 * src/prefs_common.c (prefs_interface_create): moved return
1861 receipt check button to the correct place.
1865 * src/prefs_common.c:
1866 moved return receipt check button to the Send tab. (prefs_send_create)
1867 removed the date format ui related globals. (prefs_display_create)
1871 * sync with sylpheed 0.4.67cvs5-6
1875 * added Alfons' font selection patch
1878 * src/headerwindow.c
1879 * src/prefs_common.c
1880 * src/prefs_common.h
1884 changed version of cache
1886 * src/prefs_matcher.c
1887 added additionnal matching criteria
1891 added references in MsgInfo
1896 prepared some things for new filtering
1898 added some matching properties
1899 inreplyto need to be enhanced
1900 prepared some things for new filtering
1902 added Return-Receipt-To handling
1903 * src/prefs_folder_item.c
1904 changed default value to TRUE
1905 * src/prefs_matcher.c
1906 added some matching properties
1907 * src/prefs_scoring.[ch]
1908 the scoring dialog is finished
1910 added Return-Receipt-To handling
1911 Reference need to be added
1913 added Return-Receipt-To handling
1914 added threadscore to get a better score sorting when
1917 suppressed a bug when we sort the list
1918 when no folder is opened.
1919 better score sorting when threads are enabled
1923 * reverted previous patch because of potential errors
1927 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
1928 applied "toggle mail-retrieval dialog window" patch submitted
1929 by Eric Limpens <eric@qnt.net>
1931 * sync with sylpheed 0.4.67cvs4
1935 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
1936 some picky compilers.
1937 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
1938 * src/grouplist_dialog.c: include alertpanel.h.
1939 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
1940 fix compile warning.
1941 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
1942 #include "defs.h" before others to prevent the warning of `MIN'
1943 and `MAX' redefinition.
1949 * src/prefs_account.c
1950 * src/prefs_display_header.c
1953 added prefs_scoring.[ch]
1954 * src/grouplist_dialog.c
1955 display an error dialog box if the group list
1957 * src/mainwindow.[ch]
1958 added main_window_set_thread_option() function
1959 scoring dialog box enabled
1961 added flags matching unread /new / marked
1962 / deleted / replied / forwarded
1964 newsgroups are now finally in newscache
1965 * src/prefs_matcher.[ch]
1966 finished preferences for matching dialog
1967 * added src/prefs_scoring.[ch]
1968 scoring dialog box completed
1970 conversion to string : added scoringprop_to_string()
1971 write config for preferences :
1972 added prefs_scoring_write_config()
1974 threads can be enabled/disabled independently
1982 thought it would be nice to have a list of all
1983 contributors (used Changelog as a reference)
1986 messed up version numbering...
1990 * sync with sylpheed 0.4.67cvs1-3
1994 * src/prefs_common.c:
1995 better UI for strftime format, double clicking
1996 on format now inserts the format in text entry
1997 replaced close button with standard OK/Cancel
1998 moved date format button to the right of the
2004 Ctrl-Home / Ctrl-End have proper cursor navigation
2008 * src/prefs_matcher.c
2009 finished UI to define matching properties
2010 added ok and cancel button
2011 * src/prefs_filter.c
2012 added ok and cancel button
2014 fixed some bug in xhdr parsing
2019 fixed a bug in textview_show_header(), which displayed two colons (':');
2020 cleaned up some warnings
2025 added prefs_matcher.[ch]
2026 compilation with -W -Wall
2028 ungrab the mouse events if grabbed - does it
2029 fix the bug for disposition notification ?
2031 added a menu option to open the matching dialog.
2033 added matcherprop_to_string() and matcherlist_to_string()
2034 fixed some bugs, changed the name of some options
2035 age_sup and age_inf becomes age_greater and age_lower,
2036 body and messageheaders becomes body_part and headers_part,
2037 changed the names of constants from SCORING_XXX to MATCHING_XXX
2038 * src/prefs_display_header.c
2039 * src/prefs_headers.c
2040 fixed a bug that accidentally destroyed dialogs
2041 when closed them with delete_event
2042 Added *_deleted() which handle delete_event signal correctly.
2043 * src/prefs_folder_item.[ch]
2044 added "enable_thread" field for future customization
2045 * added src/prefs_matcher.[ch]
2046 sample of the UI to define matching properties
2048 using procheader_headername_equal instead of str*cmp functions
2049 using procheader_parse_header() function
2051 using MATCHING_XXX instead of SCORING_XXX
2053 display the sender of the news even if this is ourself
2054 when this is a news message.
2056 using headername_equal() instead of str*cmp functions
2062 * sync with sylpheed 0.4.66
2063 * src/gtkstext.c: trace logs added
2067 * src/prefs_common.[ch]: added option to enable/disable GnuPG
2068 signature check popup.
2069 * src/rfc2015.c (check_signature): show signature check popup only
2070 if it is enabled in preferences.
2076 * sync with sylpheed 0.4.66cvs6
2080 * src/prefs_common.[ch]: added option to enable/disable
2081 looking up sender name in address book for summary pane
2082 * src/summaryview.c: look up sender in the address book
2083 by using Alfons' address completion code
2085 2001-05-07 [hiroyuki]
2088 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
2089 member of Pop3State.
2090 * src/news.c: brought #include "defs.h" before #include <glib.h>
2091 to prevent the warning of `MIN' and `MAX' redefinition.
2095 * removed src/headers_display.[ch]
2096 * removed src/prefs_display_headers.[ch]
2098 use a temporary file in the user directory for mbox import
2100 added XHDR support to get "To" and "Cc" headers
2101 (in order to match news with to or cc field for
2103 added function news_parse_xhdr() to get XHDR response
2105 added function nntp_xhdr()
2107 fetch the message if necessary
2113 * sync with sylpheed 0.4.66cvs3-5
2118 added function itos_buf() to enable use of several buffers
2120 use of itos_buf() instead of itos() in summary list
2121 to fix the broken display of message number.
2125 * src/gtkstext.c: bug in cursor up navigation fixed,
2126 fixed another unsigned / signed comparison (we're getting there :-)
2131 added scoring.c scoring.h
2132 prefs_folder_item.c prefs_folder_item.h
2135 added FOLDERITEM_RC SCORING_RC
2137 added prefs field in FolderItem :
2138 properties for each folder (PrefsFolderItem),
2139 sorting type and mode were added as the first properties.
2141 read config for scoring
2142 * added src/matcher.[ch]
2143 gives functions to parse configuration file to do
2144 matching on mails with a list of conditions.
2146 add option to sort by score
2147 * src/prefs_common.[ch]
2148 added preference option to show score and for
2149 the score column size
2150 * added src/prefs_folder_item.[ch]
2151 properties for each folder (PrefsFolderItem),
2152 sorting type and mode were added as the first properties.
2153 * src/procheader.[ch]
2154 added procheader_parse_header()
2155 added procheader_header_free()
2156 added procheader_headername_equal()
2157 and made modification to use them.
2159 added score field to MsgInfo structure
2160 * added src/scoring.[ch]
2161 gives functions to parse configuration file to do
2162 scoring on mails with a list of conditions.
2163 * src/summaryview.[ch]
2164 save the sorting type and mode for the folder
2165 added column to display the score of the mail
2166 added function summary_score_clicked()
2167 sorting type and mode are restored to the folder
2170 use procheader_parse_header(), procheader_headername_equal()
2171 removed memory leak in text_scan_header when freeing headers
2173 changed the function to match names of headers
2174 using procheader_headername_equal()
2176 Scoring functions are implemented, an interface is needed
2182 hopefully fixed the row up navigation bug,
2183 removed adding back / forward lines to cache
2187 * src/prefs_display_headers.c: user interface changes:
2188 (prefs_display_headers_create): remove unused "Show" check button;
2189 allow reordering of headers by dragging.
2190 (prefs_display_headers_write_config): remove unused variables.
2191 (prefs_display_headers_set_dialog): do not insert "(New)" at top
2192 of lists (not needed with the new UI).
2193 (prefs_display_headers_set_list): scan lists starting from row 0,
2194 not 1 (do not skip "(New)").
2195 (prefs_display_headers_find_header): new function.
2196 (prefs_display_headers_clist_set_row): do not allow duplicates.
2197 (prefs_display_headers_delete_cb): do not skip row 0; treat
2198 closing the alert window by ESC as "No".
2199 (prefs_display_headers_up): do not protect row 0.
2200 (prefs_display_headers_down): do not protect row 0.
2204 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
2208 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
2209 summary_select_next_marked, summary_select_prev_marked): new
2214 * src/news.c: fixed a bug when no article can be fetched after
2215 server timeout if the connection was restored by news_post():
2216 (news_select_group): new function.
2217 (news_fetch_msg): call news_select_group() before fetching
2219 (news_get_uncached_articles): set session->group after successful
2227 changed version of cache, added cc field
2229 * src/prefs_display_headers.c
2230 the interface was changed
2232 * src/prefs_headers.c
2237 * completed sync of sylpheed cvs2
2238 * src/gtkstext.c: updated row up / down cursor navigation
2239 * src/textview.c: re-edited, prepared for fixing the email address
2244 * src/prefs_common.c: use alfons' strftime ui code
2245 entry_datefmt and datefmt_sample widgets have to be
2246 global in this module because of this change
2251 * src/prefs_common.[ch] added option to activate the return receipt
2256 * src/gtkstext.c: fix for row up/down cursor navigation.
2260 * sync with 0.4.66cvs2
2264 added add-sender-to-addressbook patch
2272 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
2275 * src/alertpanel.c (alertpanel_create): new argument can_disable,
2276 all existing callers changed to pass FALSE; create a check button
2277 to disable the message.
2278 (alertpanel_message_with_disable): new function.
2279 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
2280 (alertpanel_button_toggled): new function.
2281 (alertpanel_button_clicked, alertpanel_close): set value using
2284 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
2286 * src/prefs_common.c (prefs_privacy_create): new check button
2287 checkbtn_gpgme_warning.
2289 * src/main.c (main): moved preferences reading before gpgme
2290 initialization; check prefs_common.gpgme_warning before giving the
2291 GnuPG warning and set it to FALSE if the user wants to disable the
2294 2001-05-02 [hiroyuki]
2296 * src/prefs_display_headers.c: modified the layout and some labels.
2300 * src/prefs_account.c (prefs_account_fix_size): new function.
2301 (prefs_account_create): call prefs_account_fix_size(); use
2302 gtk_widget_show instead of gtk_widget_show_all (fixes too large
2303 size when the window is shown for the first time).
2304 (prefs_account_basic_create): changed layout of serv_table; moved
2305 localmbox_entry above smtpserv_entry (logically it replaces
2307 (prefs_account_protocol_activated): set sensitivity of
2308 nntpauth_chkbtn according to the protocol (in addition to
2309 hide/show); commented out gtk_table_set_row_spacing() calls.
2310 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
2311 not sensitive (fixes a bug with disabled username/password boxes
2312 when editing POP3 account after NNTP with authentication).
2318 * src/prefs_account.[ch]
2320 removed local account without SMTP server
2321 added option to use mail command instead of a connexion
2322 to SMTP server when a local account is used
2323 * src/prefs_headers.c
2326 fixed a bug when connexion immediately closed
2336 * src/prefs_account.c (Basic, prefs_account_basic_create): new
2337 widget nntpauth_chkbtn.
2338 (prefs_account_protocol_activated): handle nntpauth_chkbtn
2340 (prefs_account_nntpauth_toggled): new function.
2342 * src/news.c (news_session_new_for_folder): use NNTP
2343 authentication only if ac->use_nntp_auth is set.
2347 * src/Makefile.am changed headers.[ch] in customheader.[ch]
2348 * src/prefs_display_headers.c changed the UI
2349 * src/prefs_headers.c changed account_name to account_id
2350 * src/compose.c using customheader.h
2352 2001-05-01 [hiroyuki]
2356 src/nntp.c: changed sock_read() to sock_gets(), they've been left
2361 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
2362 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
2363 for displaying of headers
2364 * src/grouplist_dialog.[ch] minor changes to remove warnings
2365 * src/prefs_display_headers.[ch] dialog to choose the
2366 headers to display in the mail viewer.
2367 * src/headers.h correction of #define
2368 * src/headers_display.[ch] configuration for displaying of headers.
2369 * src/main.c read config of displaying of headers
2370 * src/prefs_common.c add a button to access the config dialog
2371 for displaying of headers
2372 * src/prefs_display_headers.[ch] dialog for configuration for
2373 displaying of the headers.
2374 * src/prefs_headers.c cleaning of code
2375 * src/procheader.c comments added to code
2376 * src/textview.c changes to reorder the headers depending
2377 on the config for displaying of headers
2383 * sync with 0.4.65cvs12
2385 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
2389 * src/nntp.h (NNTPSockInfo): new field auth_failed.
2391 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
2392 is set to force reconnection after authentication failure.
2393 (nntp_gen_command): set sock->auth_failed on authentication
2394 failure, or if sock->userid and sock->passwd are not set.
2396 * src/news.c (news_session_new_for_folder): set userid=NULL if
2397 password dialog is cancelled.
2401 * src/nntp.h (NNTPSockInfo): new type.
2403 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
2405 (nntp_open_auth, nntp_close): new functions.
2406 (nntp_gen_command): new function to handle authentication; all
2407 NNTP command functions updated to use it.
2408 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
2409 (nntp_list): removed old useless code.
2411 * src/news.h (NNTPSession): new field nntp_sock.
2413 * src/news.c: all functions updated to use NNTPSockInfo instead of
2415 (news_session_new): new arguments (userid, passwd); made static;
2416 use nntp_open_auth() if needed.
2417 (news_session_destroy): use nntp_close() instead of sock_close().
2418 (news_query_password): changed arguments.
2419 (news_session_new_for_folder): new function.
2420 (news_session_get): use news_session_new_for_folder().
2421 (news_authenticate): deleted.
2422 (news_get_uncached_articles): removed old authentication code.
2426 * src/news.c: reverted my previous changes (need to do NNTP
2427 authentication in a cleaner way).
2431 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
2432 news_nntp_post, news_nntp_mode): new functions (wrappers with
2433 authentication support).
2434 (news_get_article_cmd, news_get_article, news_get_header): new
2435 argument "folder"; all callers changed.
2436 (news_get_article_cmd): added authentication support.
2437 (news_session_get): use news_nntp_mode() instead of nntp_mode().
2438 (news_post): use news_nntp_post() instead of nntp_post().
2439 (news_get_uncached_articles): use news_nntp_group() instead of
2440 nntp_group() and news_nntp_xover() instead of nntp_xover();
2441 removed old authentication code.
2442 (news_get_group_list): use news_nntp_list() instead of nntp_list().
2444 * src/nntp.c (nntp_list): return real error code instead of
2449 * configure.in: fixed wint_t typedef detection again
2453 * src/prefs_account.[ch], added A_LOCAL_CMD
2454 (send mail with mail command)
2455 * src/send.c added function send_message_with_command()
2456 * src/inc.c made a more secure get_spool() function with
2457 mktemp() but maybe mkstemp() or something more
2462 * src/textview.c, colorization of email addresses in headers
2466 * bug sync with sylpheed
2467 * prefs_common.c: created date format ui for darko
2468 * sync with 0.4.65cvs11
2469 * configure.in: corrected to have the new gpg checks
2473 * completed sync with 0.4.65cvs10
2474 * minor debug things added to gtkstext.c
2478 * configure.in: remove check for availability of
2479 strftime() as advised by Hiroyuki
2480 * src/prefs_common.[ch], src/procheader.c:
2481 synch strftime() code with Hiroyki's main branch
2485 * src/news.c: news_query_password(), news_authenticate(): new
2487 news_get_uncached_articles(): added NNTP authentication
2489 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
2491 * src/prefs_account.c: prefs_account_protocol_activated():
2492 enable userid and password fields for NNTP.
2496 * configure.in: check for availability of strftime()
2498 * src/prefs_common.[ch], src/procheader.c: use
2499 strftime() for displaying date in summary pane if it
2504 * more .cvsignore cleanups [alfons]
2508 * ac/sv-check-type.m4: new autoconf macro.
2509 * configure.in: fixed wint_t typedef detection (did not work
2514 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
2518 * modified gtkstext.c : buggy cursor navigation fixed,
2519 and font descent also taken in account when drawing
2523 * added comments in src/news.c src/nntp.c
2524 * added src/prefs_headers.[ch]
2525 * added src/headers.[ch]
2526 * modified compose.c to activate custom headers
2527 added function is_in_custom_headers
2528 * modified prefs_account.[ch]
2529 added function prefs_account_customhdr_edit
2530 * modified src/defs.h :
2531 added HEADERS_RC : name of the config file
2532 for the custom headers
2543 added gtkstext with configure.in patch by Hiroyuki which
2544 should fix the XIM detection [alfons]
2546 * more clean up of cvs [alfons]
2548 * removed all Makefile.in files to attic.
2550 * updated all .cvsignores to really ignore things that could
2551 be unintentionally committed by a recursive commit.
2554 * added src/grouplist_dialog.[ch]
2555 * changed src/folderview.c to call grouplist_dialog instead
2558 added functions news_reset_group_list
2559 and news_get_group_list
2561 added function nntp_list
2563 added GROUPLIST_FILE : name of the newsgroup list cache file
2567 * added option to warn about queued messages on exit [sergey]:
2569 * src/compose.c: compose_queue(): call folder_item_scan()
2570 and folderview_update_item() after queueing.
2571 * src/folderview.c: folderview_update_node(): draw the queue
2572 folder in bold font if there are queued messages.
2573 * src/mainwindow.c: queued_messages(): new function.
2574 app_exit_cb(): display warning if there are queued messages
2575 if warn_queued_on_exit is set.
2576 * prefs_common.[ch]: add warn_queued_on_exit option.
2578 * enhanced GnuPG key selection support [sergey]:
2580 * src/select-keys.c: updated to newer version from Win32
2581 branch with support for selecting arbitrary keys.
2582 * src/prefs_account.c: added the Privacy tab to the account
2584 prefs_account_privacy_create(),
2585 prefs_account_sign_key_set_data_from_radiobtn(),
2586 prefs_account_sign_key_set_radiobtn(): new functions.
2587 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2588 * src/rfc2015.c: set_signers(): new function.
2589 pgp_sign(): add the account parameter, call set_signers().
2590 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2591 * src/rfc2015.h: rfc2015_sign(): updated prototype.
2592 * src/compose.c: pass the current account to rfc2015_sign().
2594 * tag name claws added to prevent confusion with main branch [alfons]
2596 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
2598 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
2600 * sync with recent sylpheed cvs. Untested though. [alfons]