4 update dutch translation
6 2001-12-14 [carsten] 0.6.5claws91
8 fixed bug #473785; also after changing the column order
9 the same message will be selected and displayed as before
12 2001-12-14 [carsten] 0.6.5claws90
14 probably found the bug reported by wwb opening or closing
15 a folder tree just before dnd (found the solution in the
16 balsa source -- thanks to them)
18 2001-12-14 [carsten] 0.6.5claws89
21 moved gtk_clist_moveto to the right place, so that
22 only the accounts dialog is effected on opening
24 2001-12-14 [carsten] 0.6.5claws88
26 gtkut_clist_set_focus_row does a gtk_clist_moveto
27 now, so that the focused row will be seen in any case
28 (reported by wwp on sf-claws-user)
30 2001-12-14 [darko] 0.6.5claws87
33 remove unnecessary line
35 2001-12-14 [paul] 0.6.5claws86
37 * sync with sylpheed 0.6.5cvs27
38 see ChangeLog entries 2001-12-14
40 2001-12-14 [carsten] 0.6.5claws85
42 following a suggestion of Melvin the rcoabm pops up
43 right under the button now and the button is reliefed
44 while the popup is open
46 2001-12-14 [darko] 0.6.5claws84
49 fix crash when wrapping long lines if linewrap quotation
50 is disabled and wrapper encounters a word spanning more
53 2001-12-13 [paul] 0.6.5claws83
56 prefer 'Reply-To' header over mailing list header when
57 replying to a message. Finally prevent all those confirmation
58 messages being sent to the list itself.
61 remove unused summary_set_menu_sensitive() entry
63 2001-12-13 [paul] 0.6.5claws82
66 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
67 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
68 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
69 improvements to 'Hide read messages': Inbox, Outbox,
70 Trash, Queue, and Draft icons now reveal presence of hidden
73 2001-12-12 [alfons] 0.6.5claws81
75 0.6.5claws80 was tagged as LAST_STABLE
79 * src/matcher_parser_lex.c
80 fix the filtering; my last attempt to get it right,
81 if it does not work, it's Hoa's turn. ;-)
83 for my honourable peers:
85 the code now makes a clear distinction between
86 rules as they are displayed (probably escaped),
87 and as they are executed (probably unescaped). the
88 parser does *NOT* do any unescaping, this is
89 the task of the matcher.c (which breaks up a
90 rule into condition) and the filtering.c (which
91 breaks up the rule's action). to make this
92 run happily we provide an unescaped copy of
93 crucial strings to the MatcherProp and
94 FilteringAction structures. note that the only
95 exception to this is any REGEXP string. those
96 are directly passed to regcomp() and regexp()
97 (who have much more powerful unescape functions).
101 you can escape tab (\t), carriage return (\r),
102 linefeed (\n), form feed (\f), quote (\"),
103 single quote (\'), bell (\b) in all the entry
104 lines in the scoring & filtering dialogs.
105 as an added bonus this should not affect
106 existing filtering rules.
108 2001-12-12 [carsten] 0.6.5claws80
112 "item(s) selected" is now sensitive to 1 or more
113 than one selected (nice for language where simple
114 adding of a "s" is not possible as German (Eintrag
117 the "forward as attachment" entry from the right
118 click menu removed, "forward" acts following the
122 reverted my former changes; so compiler warning again
123 but there's more GTK_TEXT/GTK_STEXT mixing on other places
127 "search in message" does now *not* only work in MVIEW_TEXT
128 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
132 removed "/File/_Close" as it was the same as "/File/E_xit"
133 and we don't need it two times
135 the separate folder view and message view now get a distinct
136 WMCLASS, just in case someone is using sawfish ;-)
138 as the menu entries "/View/Message view" and "/View/Folder tree"
139 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
140 make them sensitive accordingly and as these two are "shown"
141 after startup anytime check this menuitem at startup
143 2001-12-12 [paul] 0.6.5claws79
146 fix sensitivity of 'Search folder...', broken in
152 2001-12-11 [carsten] 0.6.5claws78
154 fixed two typos returning a wrong FALSE/TRUE
155 * src/mainwindow.[ch]
156 extra menu for email/news button removed
158 2001-12-11 [alfons] 0.6.5claws77
160 * src/matcher.c (1.3)
161 * src/matcher_parser_lex.l (1.28)
162 revert for another attempt
163 mark 0.6.5claws77 as LAST_STABLE
165 2001-12-11 [christoph] 0.6.5claws76
168 fixed wrong translation for prev. unread msg
170 2001-12-11 [paul] 0.6.5claws75
175 * src/summaryview.[ch]
176 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
177 enable ability to hide read messages on per folder basis via
178 '/Summary/Hide read messages'; when selected, a folder will
179 have a red open folder icon, instead of a blue icon, if the
180 folder contains hidden messges
181 submitted by Thomas Link <t.link.tmp200101.gmx.net>
184 remove '/Message/Forward as attachment' from
185 main_window_set_menu_sensitive() to prevent debug warning
189 Clean up some of the English
191 * tools/newscache_clean.pl
192 allow for new 'hidereadmsgs' entry in folderlist.xml
195 updated translation, submitted by Ricardo Mones Lastra
197 2001-12-11 [paul] 0.6.5claws74
199 * sync with sylpheed 0.6.5cvs25
200 see ChangeLog entry 2001-12-11
202 2001-12-10 [alfons] 0.6.5claws73
205 add more control characters
206 * src/matcher_parser_lex.l
207 make escaping / unescaping work again
209 2001-12-10 [alfons] 0.6.5claws72
212 clean up warnings "returning value for void function"
213 * src/prefs_filtering.c
214 make info button for execute action sensitive
216 2001-12-10 [paul] 0.6.5claws71
221 fix: imap server now gets informed of MARKED, UNMARKED
222 and REPLY events. Now people can use different IMAP-Mail
223 clients and have the exact same information about MARKED,
224 UNMARKED and REPLY status with all of them. Especially
225 useful for imap servers with a web-frontend.
226 submitted by Tobias Sandhaas <medlor@web.de>
228 2001-12-09 [melvin] 0.6.5claws70
231 fixed bug #490076 (hunted down by Alfons who implemented
232 a workaround in 0.6.5claws65)
234 2001-12-09 [christoph] 0.6.5claws69
237 set pointer to string in LOCKED column to NULL
238 (might fix bug #490800)
240 2001-12-09 [carsten] 0.6.5claws68
243 resolved some cluttered menu shortcuts
244 ('creating new email' and 'creating news message'
247 wmclass now distinc from main window
250 email/news and forward button functionality similar
251 to the reply buttons; removed the ugly dropdown arrows
252 and use instead the right mouse button
254 2001-12-09 [paul] 0.6.5claws67
258 allow spaces in imap folder names
259 submitted by Willem van Engen <wvengen@stack.nl>
261 2001-12-09 [paul] 0.6.5claws66
263 * sync with sylpheed 0.6.5cvs24
264 see ChangeLog entry 2001-12-09
266 2001-12-08 [alfons] 0.6.5claws65
269 prevent secondary selection claim after "add to sender" dialog
270 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
271 we trick GTK by simulating a click at (0, 0) in the textview.
273 2001-12-08 [hoa] 0.6.5claws64
276 fixed a bug about the .processing folder name while filtering
278 2001-12-08 [alfons] 0.6.5claws63
281 work around problem of not correctly updating folder stats
282 when deleting messages. there's some folder scanning evil
283 going so the folderview_update_msg_num() does not work
284 correctly. need to investigate this.
286 2001-12-08 [paul] 0.6.5claws62
288 * sync with sylpheed 0.6.5cvs23
289 see ChangeLog entry 2001-12-08
291 2001-12-07 [christoph] 0.6.5claws61
294 fix another header translation problem
296 2001-12-07 [alfons] 0.6.5claws60
299 make filtering also work on local spool mbox
301 2001-12-07 [carsten] 0.6.5claws59
303 addressbook window gets a wmclass distinct from the main
306 * src/mainwindow.[ch]
307 forward menu item will use mode selected in prefs, forward
308 as attatchment in menu removed (will be substituted in the
309 toolbar similar to reply buttons)
310 create news message menu entry and news button is now
311 sensitive to the existance of a news account
312 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
313 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
314 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
315 these are removed because the toolbar buttons don't show
316 the quoting modus any longer
320 * tools/newscache_clean.pl ** NEW FILE **
321 perl script to do some tidying up in the newscache directory
323 * tools/sylpheed-switcher ** NEW FILE **
324 perl script to enable easy switching between main and claws
327 added descriptions of the two new perl scripts
330 2001-12-07 [melvin] 0.6.5claws58
333 fixed a warning during compilation introduced in 0.6.5claws56
335 2001-12-07 [paul] 0.6.5claws57
337 * src/mainwindow.[ch]
339 further usability enhancements to replying with or without
340 quoting via the toolbar, use of Ctrl key is replaced by
342 Submitted by Carsten Schurig
344 2001-12-07 [melvin] 0.6.5claws56
347 hack to fix bug that prevented to make/paste selections
348 after switching between MVIEW_TEXT and MVIEW_MIME views
349 without deselecting the selection first.
351 2001-12-06 [alfons] 0.6.5claws55
355 revise filtering a little bit more, and make sure
356 messages are delivered to the appropriate inbox
357 (perhaps set per account)
359 2001-12-06 [paul] 0.6.5claws54
361 * sync with sylpheed 0.6.5cvs22
362 see ChangeLog entry 2001-12-06
364 2001-12-05 [alfons] 0.6.5claws53
370 more revisions of filtering system
371 (last stable version is marked as LAST_STABLE)
373 | NOTE 1): the filtering system now uses a local folder called
374 | .processing. if filtering fails, check this directory
375 | for missing messages.
377 | NOTE 2): help us find the filtering actions still missing
379 2001-12-05 [paul] 0.6.5claws52
382 fix bug where 'Empty Trash?' pop-up window appears even
383 when Trash is empty, submitted by Jesse Skinner
385 2001-12-05 [melvin] 0.6.5claws51
388 fixed bug #486106 to select correct account when reediting
391 2001-12-04 [alfons] 0.6.5claws50
394 declare markfile in appropriate functions when
395 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
398 2001-12-04 [paul] 0.6.5claws49
400 * sync with sylpheed 0.6.5cvs21
401 see ChangeLog entry 2001-12-04
403 2001-12-03 [christoph] 0.6.5claws48
406 changed translation of undo
409 don't reinvent the wheel to traverse a GNode
411 seperate code to create the compose gui into functions
412 add "Others" page with folder selection for saving copy
414 the folder identifier is saved to queue header
416 save message to folder in queue header
418 2001-12-03 [paul] 0.6.5claws47
420 * sync with sylpheed 0.6.5cvs20
421 see ChangeLog entry 2001-12-03
425 * more sync with sylpheed 0.6.5cvs19
426 see ChangeLog entry 2001-11-29
428 2001-11-30 [paul] 0.6.5claws46
431 remove conflicts introduced by Hoa's last commit
434 make 'Message/Bounce' sensitive
436 2001-11-30 [hoa] 0.6.5claws45
439 slightly change bounce function to add
440 information about the user that bounced the mail
441 in the From header line.
444 permit the use of processing in outbox folder.
446 2001-11-29 [paul] 0.6.5claws44
448 * src/mainwindow.[ch]
450 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
451 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
452 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
453 usability enhancements to the quoting, implements
454 use of Ctrl key to toggle quoting settings
455 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
457 2001-11-29 [paul] 0.6.5claws43
459 * sync with sylpheed 0.6.5cvs19
460 see ChangeLog entry 2001-11-28
462 2001-11-29 [melvin] 0.6.5claws42
464 added enriched.[ch] to the list of files
470 added support to view text/enriched
471 added support to show headers in message view for text/enriched and text/html
472 in non multipart messages
474 2001-11-28 [paul] 0.6.5claws41
476 * more sync with sylpheed 0.6.5cvs18
477 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
479 2001-11-27 [paul] 0.6.5claws40
482 updated translation, submitted by Fabio Junior Beneditto
484 * sync with sylpheed 0.6.5cvs18
485 see ChangeLog entries 2001-11-26 (src/textview.c) and
492 updated translation, submitted by Ricardo Mones Lastra
497 add more translatable strings
499 2001-11-26 [christoph] 0.6.5claws39
502 fixed one more umlaut
504 fix translated header when it should not be translated
506 2001-11-26 [paul] 0.6.5claws38
509 remove '/Message/Add Sender to address book' from
510 main_window_set_menu_sensitive(), prevent debug warning
511 add 'Message/Mark/Mark all read' to mainwin_entries[]
513 2001-11-26 [paul] 0.6.5claws37
516 fix 'recurring unread state' bug
519 * tools/filter_conv.pl
520 read name of top level mailbox from folderlist.xml
521 and presume nothing about its name
523 2001-11-26 [darko] 0.6.5claws36
526 removed functions that are now in gtkutils.c
527 use gtkut_text_is_uri_string() from gtkutils.c
528 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
530 2001-11-26 [paul] 0.6.5claws35
532 * sync with sylpheed 0.6.5cvs16
533 see ChangeLog entries 2001-11-25 and 2001-11-26
535 2001-11-25 [alfons] 0.6.5claws34
537 EXPERIMENTAL!!! Please checkout the last stable version using:
539 % cvs update -r LAST_STABLE -dRAP
541 (Or help us testing this stuff.)
543 * src/filtering.c (1.14)
544 * src/filtering.h (1.6)
546 * src/matcher.c (1.20)
548 * src/procmsg.h (1.14)
549 * src/summaryview.c (1.59)
550 * src/summaryview.h (dunno)
551 revert/merge/sync to as it was before commit
552 on Thu, 19 Jul 2001 10:15:51 -0700.
554 2001-11-25 [hoa] 0.6.5claws33
557 processing mails at startup
560 * src/summaryview.[ch]
561 processing mails when entering folder
563 * src/prefs_filtering.c
566 2001-11-24 [alfons] 0.6.5claws32
568 * src/summaryview.[ch]
569 make summary sort headers work, and also make
570 sure the sort type is stored
572 2001-11-23 [alfons] 0.6.5claws31
574 * src/summaryview.[ch]
575 make lock work like mark
576 disallow deleting messages marked as locked
578 2001-11-23 [alfons] 0.6.5claws30
584 merge undo patch submitted by Jens
586 2001-11-23 [christoph] 0.6.5claws29
591 fixed gpg signing and encoding
594 added --status option to get new, unread and total
595 message count from a running sylpheed
597 temporary fix for reply_with_quote problem
598 (don't call functions for non existing widget)
600 one more check for ignored threads but still not
601 always working correctly. probably a recursive
602 check for all parents is needed
604 2001-11-23 [darko] 0.6.5claws28
607 wrapping on send improvements
609 fix for GtkSText after last sync with main branch
610 GTK_TEXT -> GTK_STEXT
612 2001-11-23 [paul] 0.6.5claws27
614 * sync with sylpheed 0.6.5cvs14
615 see ChangeLog entries 2001-11-22 and 2001-11-23
618 fixed the scrambled umlauts
619 submitted by Carsten Schurig <Carsten.Schurig@web.de>
621 2001-11-21 [paul] 0.6.5claws26
623 * sync with sylpheed 0.6.5cvs12
624 see 2nd ChangeLog entry dated 2001-11-20
626 2001-11-20 [paul] 0.6.5claws25
628 * sync with sylpheed 0.6.5cvs11
629 see ChangeLog entry 2001-11-19 (src/utils.c)
634 GTK_TEXT -> GTK_STEXT
635 fix for wrong comment
637 2001-11-20 [hiro] 0.6.5claws24
640 more merges from main branch
641 removed fatal warnings (uninitialized variables etc.)
642 some coding style fix
649 2001-11-19 [hoa] 0.6.5claws23
652 * src/prefs_scoring.c
657 * src/matcher_parser_parse.y
658 * src/prefs_filtering.c
661 2001-11-19 [alfons] 0.6.5claws22
663 more of my old things into claws
668 * src/summaryview.[ch]
669 * src/prefs_summary_column.c
670 * src/pixmaps/locked.xpm
671 add indicators for locking of message in summary view
672 (does not work yet, only visual indicator)
674 2001-11-19 [paul] 0.6.5claws21
676 * sync with sylpheed 0.6.5cvs10
677 see ChangeLog entry 2001-11-19
679 2001-11-18 [alfons] 0.6.5claws20
682 remove an inadvertent free I forgot in previous clean up
684 2001-11-18 [alfons] 0.6.5claws19
687 clean up & plug leaks
689 2001-11-18 [paul] 0.6.5claws18
691 * sync with sylpheed 0.6.5cvs9
692 see ChangeLog entries 2001-11-17 and 2001-11-18
694 2001-11-16 [paul] 0.6.5claws17
696 * sync with sylpheed 0.6.5cvs8
697 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
699 2001-11-16 [paul] 0.6.5claws16
701 * sync with sylpheed 0.6.5cvs7
702 see ChangeLog entries 2001-11-15 and 2001-11-16
704 2001-11-15 [hoa] 0.6.5claws15
707 fix bounce, mails we received couln't be bounced to ourself.
712 * src/matcher_parser.h
713 * src/matcher_parser_lex.l
714 * src/matcher_parser_parse.y
718 * src/prefs_filtering.[ch]
720 * src/prefs_matcher.c
721 * src/prefs_scoring.c
724 new matcher/filter/score configuration file parser
725 one unique configuration file => ~/.sylpheed/matcherrc
726 import in currently automatic, then save are made
728 one filter per folder and one global filter
729 (filter of a folder will be used as folder processing)
732 fix a bug in folder_item_get_identifier
735 receive receipt return are fixed.
737 2001-11-14 [alfons] 0.6.5claws14
740 add things from main branch to make claws compile
742 2001-11-14 [paul] 0.6.5claws13
744 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
745 see ChangeLog entries 2001-11-08 to 2001-11-14
747 2001-11-14 [hoa] 0.6.5claws12
752 add "bounce mail" option
754 2001-11-13 [christoph] 0.6.5claws11
757 Cleanup a mess i add before commiting
759 2001-11-13 [hoa] 0.6.5claws10
762 some fixes when mail are sent or
765 2001-11-13 [christoph] 0.6.5claws9
768 Changed two string with the same translation
772 New mailsending process:
773 - Always queue message before sending
774 (message will be saved if sylpheed crashed or
775 freezes while sending)
776 - Allow queuing of newspostings
777 - No copy in outbox before sending
779 - No more redundant code for send and send_later
781 Applied wwp <subscript@free.fr>'s patch that fixes
782 marks for multiple forwarded messages (+compose.c)
787 remove things that are now in main branch
790 update Dutch translation
792 2001-11-12 [mhadasht] 0.6.5.claws8
795 re-enabled account autoselection feature for forward
796 and reedit lost during the branch point for SYNC-B4-REL
798 gtkpspell_get_dict(): more readable code (even if function is
801 added version number info to 2001-11-12 [hiro] comment.
803 2001-11-12 [hiro] 0.6.5.claws7
806 compose_forward(): fixed a bug that forward quote mark
808 removed unnecessary code.
809 * src/template_select.[ch]: removed.
814 :%s/GTK_TEXT/GTK_STEXT/g
819 revert the undo stuff (this is 0.6.6claws stuff)
821 2001-11-11 [hoa] 0.6.5.claws6
824 Insert signature at the end of the text.
825 Added undo patch but currently disabled
828 Threading by subject improved.
830 * added src/undo.[ch]
831 Undo module for compose dialog box.
833 2001-11-11 [alfons] 0.6.5.claws5
836 prevent threading by subject on nodes that have already been
837 threaded by in-reply-to (as in "circular references in a tree
838 result in a dead branch")
840 2001-11-09 [hoa] 0.6.5.claws4
843 allows creation of mbox folder item from any files.
845 2001-11-09 [alfons] 0.6.5.claws3
849 do what I mean and correct threading by subject so it really
850 ignores attracting lines without "Re: "
852 2001-11-07 [alfons] 0.6.5.claws2
856 only attract by subject if a subject line starts with a "Re: "
860 2001-11-07 [paul] 0.6.5claws1
862 * sync with sylpheed 0.6.5. release
863 see ChangeLog entry 2001-11-07
865 2001-11-07 [paul] 0.6.4claws31
867 * sync with sylpheed 0.6.4cvs18
868 see ChangeLog entries 2001-10-30 to 2001-11-07
869 prefs_templates.[ch] renamed prefs_template.[ch]
874 add semicolon Hoa forgot ;-)
877 2001-11-06 [hoa] 0.6.4claws30
883 threading by subject - empty subject are ignored
885 2001-11-06 [christoph] 0.6.4claws29
888 use SSL_peek for sock_gets
890 removed unneeded pointer in extracting quoted
893 2001-11-06 [melvin] 0.6.4claws28
896 fixed bug #476792 Selection overtyping with spell checker
897 fixed bug which could cause a buffer overflow
900 2001-11-06 [hoa] 0.6.4claws27
906 2001-11-05 [alfons] 0.6.4claws26
909 Claws -> Sylpheed (vice versa)
912 :%s/gtk_text/gtk_stext/g
913 :%s/GTK_TEXT/GTK_STEXT/g
914 (thanks to Jonathan Ware for spotting this)
916 2001-11-04 [christoph] 0.6.4claws25
919 replace Xalloca + strdup with Xstrdup_a
921 better implementation of extracting quoted names
922 from addresses (remove backlashes and ignore
925 2001-11-04 [alfons] 0.6.4claws24
928 edit to comply more with coding style
931 fix bug reported by Kim Schulz. introduced by the patch integrated
932 in 0.6.4claws15. the code did not check the return value of
936 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
938 2001-11-04 [christoph] 0.6.4claws23
941 * src/prefs_common.[ch]
942 init some pointers that possibly caused a segfault
943 reported in the claws-users ML
945 2001-11-04 [hoa] 0.6.4claws22
947 * src/grouplistdialog.c
948 change the names of the nodes in the tree
951 enhanced mailto syntax as described in
952 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
953 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
956 encode and decode URI (useful when opening URL into
959 2001-11-03 [hoa] 0.6.4claws21
961 * src/grouplistdialog.c
962 a new newsgroups list selection dialog box
963 with a CTree instead of a CList
965 2001-11-03 [hoa] 0.6.4claws20
968 enable property and scoring options when right
972 fixed bug when nickname were displayed using
975 2001-11-02 [darko] 0.6.4claws19
978 new wrap quotation and URL/long words wrapping implementation
979 * src/compose.c src/gtkstext.[ch]
980 move gtkstext_strncmp() to gtkstext.c
982 2001-11-01 [christoph] 0.6.4claws18
984 * src/prefs_account.c
985 fixed mess in account settings dialog
986 * src/prefs_folder_item.c
987 added label with folder path to dialog
989 2001-10-31 [match] 0.6.4claws17
994 fix generation of spurious address book file names.
995 remove redundant functions.
997 added missing file names.
999 2001-10-30 [paul] 0.6.4claws16
1001 * sync with sylpheed 0.6.4cvs6
1002 see ChangeLog entries 2001-10-26 to 2001-10-30
1004 * tools/filter_conv.pl
1005 read folderlist.xml to discover whether the top-level
1006 folder is called 'Mailbox' or 'Mail'
1008 2001-10-29 [paul] 0.6.4claws15
1010 * src/html.c, src/textview.c
1011 activate links in html mail and fix clickable parts
1012 Submitted by Matthieu Dazy <dazy@t-surf.com>
1016 * po/de.po, po/es.po, po/pt_BR/po
1017 updated translations, submitted by Jens Oberender,
1018 Ricardo Mones Lastra, and Fabio Junior Beneditto
1020 2001-10-29 [darko] 0.6.4claws14
1023 fix wrapping for good
1028 undo previous change as it broke the smart wrapping
1030 2001-10-29 [darko] 0.6.4claws13
1033 fix infinite loop when long URL is quoted
1034 (closes bug #475122.
1038 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
1039 import Mutt address book
1040 * src/ldif.[ch] src/importldif.h
1041 modified import LDIF handle user attributes
1043 2001-10-28 [christoph] 0.6.4claws12
1046 fixed that filtering did not work if there
1047 were no filter rules
1048 (closes bug #472003 and better implementation
1051 2001-10-27 [christoph] 0.6.4claws11
1054 make the folder's default account to be used when
1055 replying. (patch by wwp <subscript@free.fr>)
1057 code cleanup, nearly killed all of wwp's patch
1058 for folder's default account in compose
1060 error panel when a folder could not be created
1061 (closes bug #471080 new folder name & already
1067 change prototype of strstr2() that Christoph forgot about
1069 2001-10-26 [christoph] 0.6.4claws10
1072 made search for accounts by email address not case
1075 fixed memory leak in folder_item_get_identifier
1078 fixed wrong strstr2 (should work like strstr)
1080 2001-10-26 [darko] 0.6.4claws9
1082 * src/compose.c src/gtkstext.[ch]
1084 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
1086 2001-10-26 [paul] 0.6.4claws8
1089 ignore css and javascript tags in html mail
1090 case-insensitive, with or without double-quoted
1093 2001-10-26 [paul] 0.6.4claws7
1095 * sync with sylpheed 0.6.4cvs1
1096 see ChangeLog entry 2001-10-26
1098 * src/prefs_account.c, src/prefs_common.c,
1099 src/prefs_summary_column.c
1100 minor improvements to the English
1102 2001-10-25 [alfons] 0.6.4claws6
1106 make GtkSText follow style of GtkText (closes bug
1107 #469211 "text selection while writing message")
1109 do sync with GTK 1.2.10
1111 2001-10-25 [paul] 0.6.4claws5
1114 ignore css tags in html mail
1116 2001-10-25 [darko] 0.6.4claws4
1119 don't declare is_url_string as static function since
1120 we need it in gtkstext.c
1122 remove unused variable
1123 don't wrap long URLs while composing a message
1125 2001-10-24 [christoph] 0.6.4claws3
1128 fix ssl deadlock, when peer closes connection
1130 2001-10-24 [paul] 0.6.4claws2
1132 * src/prefs_common.c
1133 gettextize the gpg ascii-armored warning message
1136 insert a DOS/MAC file into the composed message
1139 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
1141 2001-10-22 [paul] 0.6.4claws1
1143 * sync with sylpheed 0.6.4 release
1144 see ChangeLog entries 2001-10-21
1146 * po/fr.po, po/pt_BR.po
1147 updated by Melvin Hadasht and Fabio Junior Beneditto
1149 2001-10-21 [paul] 0.6.3claws30
1152 insert a DOS text file from the compose window
1153 into the composed message text (removes CRs characters)
1154 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
1156 * tools/filter_conv.pl, tools/README
1157 automatically use ~/.sylpheed as working directory
1158 print out confirmation message on completion
1160 * correct Hoa's last ChangeLog.claws entry
1162 2001-10-20 [hoa] 0.6.3claws29
1164 * src/grouplistdialog.c
1165 bugfix (another ?) to give the right
1166 newsgroups list for each news server.
1170 improve the newsgroups list cache
1172 2001-10-20 [paul] 0.6.3claws28
1174 * sync with sylpheed 0.6.3cvs9
1175 see ChangeLog entry 2001-10-19
1177 * correct Alfons' last ChangeLog.claws entry
1182 fix compilation problems (part of bug #472895)
1184 2001-10-18 [hoa] 0.6.3claws27
1186 * src/grouplistdialog.c
1187 bugfix when we refresh was clicked (bug 472701)
1189 2001-10-19 [christoph] 0.6.3claws26
1192 last header entry should default to "To:" or
1193 "Newsgroups:" and not copy the last entry line
1194 in a new compose window
1195 (closes bug #472686, #470792)
1197 2001-10-19 [paul] 0.6.3claws25
1199 * sync with Sylpheed 0.6.3cvs8
1200 see ChangeLog entries 2001-10-18 and 2001-10-19
1202 2001-10-18 [christoph] 0.6.3claws24
1205 reimplement ignore thread
1207 2001-10-18 [hoa] 0.6.3claws23
1210 * src/grouplistdialog.[ch]
1211 enhanced news subscription interface (feature 469113)
1215 enchanced newsgroup listing,
1216 now, we can get groups informations
1219 2001-10-18 [paul] 0.6.3claws22
1222 remove comment (sync with main branch)
1224 fix 'Re-edit' bug in 'Message' menu
1226 2001-10-17 [christoph] 0.6.3claws21
1229 ignore empty or whitespace only header lines
1231 2001-10-17 [paul] 0.6.3claws20
1233 * sync with sylpheed 0.6.3cvs7
1234 see ChangeLog entries 2001-10-14, 2001-10-16, and
1240 wrap long lines without spaces
1245 * po/es.po, po/nl.po, po/pt_BR.po
1246 updated by Ricardo Mones Lastra, Alfons,
1247 and Fabio Junior Beneditto
1249 * sylpheed-0.6.3claws released
1251 2001-10-15 [melvin] 0.6.3claws18
1254 added summary and detailed installation instructions
1257 Updated, corrected and completed french translation
1259 2001-10-15 [hoa] 0.6.3claws17
1260 * src/grouplistdialog.c
1261 we can choose the newsgroups to display with wildcards
1263 2001-10-15 [christoph] 0.6.3claws16
1267 * src/prefs_folder_item.[ch]
1268 applied wwp <subscript@free.fr>'s folder
1269 default account patch
1271 Fixed wrong translation
1273 2001-10-13 [alfons, christoph, melvin]
1276 solution #2 to solve MT-safety problems defers all GUI related calls
1277 to the main thread using a gtk_idle_add() callback. discussed on
1278 ircnet #sylpheed, with christoph spotting some issues with the
1279 original code, and melvin allowing us to lobotomize his sylpheed.
1281 * src/syldap.[ch], src/main.c
1282 fix race problem in ldap search thread by deferring GUI
1283 stuff to main thread using gtk_idle_add()
1285 2001-10-13 [paul] 0.6.3claws14
1287 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
1288 add Sergey's smtpcred.patch
1289 adds separate username/password setting for SMTP Auth
1290 needed by some servers
1291 (closes feature request #471659)
1293 2001-10-13 [paul] 0.6.3claws13
1295 * src/pgptext.[ch] **NEW FILES**
1296 * src/Makefile.am, src/messageview.c, src/mimeview.c
1297 decrypt ascii-armored gpg text embedded in
1299 Submitted by Jens Jahnke <jan0sch@gmx.net>
1301 2001-10-13 [christoph] 0.6.3claws12
1304 some more details on default to and
1307 init glib threading when ldap is used
1313 2001-10-12 [paul] 0.6.3claws11
1315 * src/prefs_common.[ch], src/rfc2015.c
1316 enable ascii-armored gpg text to be embedded in the
1317 message body, selectable through the 'Privacy'
1318 preferences. Supports encrypting only.
1319 Submitted by Ravemax <ravemax@dextrose.com>
1321 2001-10-12 [paul] 0.6.3claws10
1323 * sync with sylpheed 0.6.3cvs6
1324 see ChangeLog entries 2001-10-11 and 2001-11-12
1327 incorporated mbox folders, scoring, and folder
1328 properties into the sync
1330 2001-10-12 [darko] 0.6.3claws9
1333 describe quotation wrapping
1335 don't treat tab as space to calculate line length properly
1340 correct description of how to make new filtering system work,
1341 add some other things
1344 remove sched_yield() (not necessary / unportable)
1346 2001-10-11 [paul] 0.6.3claws8
1348 * sync with sylpheed 0.6.3cvs3
1349 see ChangeLog entry 2001-10-10
1351 2001-10-10 [christoph] 0.6.3claws7
1354 ignore 2 files created by newer autotools
1355 * src/prefs_folder_item.c
1356 using table for widget alignment
1357 fixed memory leak and broken octal display
1359 fixed segfault caused by lost filename
1360 workaround (closes bug #469551)
1362 2001-10-10 [paul] 0.6.3claws6
1364 * sync with sylpheed 0.6.3cvs2
1365 see ChangeLog entries 2001-10-09 and 2001-10-10
1367 2001-10-10 [darko] 0.6.3.claws5
1370 proper calculation of right margin if smart wrapping is enabled
1372 automatically wrap long lines if wrap quotation is enabled
1374 2001-10-09 [alfons] 0.6.3.claws4
1377 select correct row when deleting last row in the summary view (and
1378 close bug "[ #469104 ] select second last in list when deleting")
1380 2001-10-09 [paul] 0.6.3claws3
1382 * sync with sylpheed 0.6.3cvs1
1383 updated some autotool scripts
1385 2001-10-09 [darko] 0.6.3claws2
1388 new name and mark with Sylpheed comment
1390 smart quotation wrapping a-la VIM
1392 2001-10-08 [paul] 0.6.3claws1
1394 * sync with sylpheed 0.6.3 release
1395 see ChangeLog entry 2001-10-08
1397 2001-10-08 [paul] 0.6.2claws24
1400 more sync with sylpheed 0.6.2cvs12
1401 Fixed the bug that didn't select the last row correctly
1404 2001-10-07 [paul] 0.6.2claws23
1406 * sync with sylpheed 0.6.2cvs12
1407 see ChangeLog entry 2001-10-07
1411 enable jpilot to read unsynch'ed addresses.
1413 * src/editldap_basedn.c
1414 fix segfault when opening dialog.
1416 2001-10-06 [alfons] 0.6.2.claws22
1419 fix bug with summary view selecting last *inserted*
1420 node instead of last *visible* node. remember we
1423 2001-10-06 [paul] 0.6.2claws21
1426 updated translation, contains some fixes and new
1427 translations, submitted by Gustavo Noronha Silva
1430 * src/prefs_common.c
1431 change 'each' to 'every' - fix dubious English
1433 * sync with sylpheed 0.6.2cvs11
1435 2001-10-05 [alfons] 0.6.2claws20
1437 * src/mainwindow.[ch], src/folderview.c
1438 make composite tool button switch between "Compose News"
1439 and "Compose Mail" depending on selected folder
1440 (nifty idea by Kim Schulz <kim@schulz.dk>)
1442 2001-10-05 [paul] 0.6.2claws19
1444 * src/mainwindow.c, src/summaryview.c
1445 fix 'Message/Reply to all', broken in last commit
1448 fix X_BEENTHERE seg fault, thanks to Alfons
1450 2001-10-04 [paul] 0.6.2claws18
1452 * src/compose.[ch], src/mainwindow.c
1453 make "Message/Reply" reply to mailing lists; matches
1454 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
1455 based on portions of the patch submitted by
1456 Junichi Uekawa <dancer@netfort.gr.jp>
1458 2001-10-04 [darko] 0.6.2claws17
1461 better smart wrapping
1463 a function to make text buffer contiguous
1465 2001-10-03 [paul] 0.6.2claws16
1467 * sync with sylpheed 0.6.2cvs10
1472 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
1473 close bug "[ #466566 ] compile error on mdk 8.0" by removing
1474 references to chinese translations (hope someone picks up
1477 2001-10-02 [christoph] 0.6.2claws15
1480 fixed non translated header bug
1482 fixed wrong date in alfons last entry ;)
1484 2001-10-02 [alfons] 0.6.2claws14
1486 * src/compose.c, src/prefs_common.[ch]
1487 add block cursor option
1489 2001-10-02 [paul] 0.6.2claws13
1491 * sync with sylpheed 0.6.2cvs9
1493 2001-09-30 [paul] 0.6.2claws12
1495 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
1496 updated translations
1499 add 'src/importldif.c'
1501 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
1502 added eudora-to-vCard conversion tool
1503 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
1505 * sync with sylpheed 0.6.2cvs8
1509 * sylpheed-0.6.2claws released
1511 2001-09-27 [melvin] 0.6.2claws11
1514 fixed crash when using default path (introduced
1516 fixed tiny bug for initial suggestion mode
1518 2001-09-27 [melvin] 0.6.2claws10
1521 fixed bug where gtkpspell didn't set the path correctly
1524 added a paragraph about spell checking
1528 2001-09-27 [paul] 0.6.2claws9
1530 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
1531 replace '// comments' with '/* comments */' to prevent
1532 some compiler warnings
1534 * sync with sylpheed 0.6.2cvs6
1536 2001-09-26 [alfons] 0.6.2claws8
1539 introduce return receipt request notification again,
1540 which was lost because of other semantics in
1541 procheader_parse() (???)
1543 2001-09-26 [christoph] 0.6.2claws7
1546 replace comments for old code with #if 0
1547 readded auto cc, bcc and reply-to
1548 * src/prefs_matcher.c
1549 * src/prefs_scoring.c
1550 removed some definition (was moved to
1553 2001-09-26 [paul] 0.6.2claws6
1556 make 'Follow-up and reply to' sensitive
1558 * more sync with sylpheed 0.6.2cvs5
1565 fixed bug for "US-ASCII" introduced by the encoding code
1571 * src/prefs_common.[ch], src/summaryview.c
1572 'next unread msg' 'go to next folder?' dialog can be
1573 given default behaviour, either always show dialog,
1574 or assume 'yes', or assume 'no'
1575 Submitted by wwp <subscript@free.fr>
1579 * src/compose.c src/gtkspell.[ch]
1580 added support for different encodings
1584 * more sync with sylpheed 0.6.2cvs5
1588 * src/prefs_folder_item.c
1589 add check for item->prefs->default_to string is NULL and
1590 add another check when freeing this string
1595 change to version 0.6.2claws3
1597 * sync with sylpheed 0.6.2cvs5
1600 * src/ldif.[ch], src/importldif.[ch], addressbook.c
1602 * src/addrcache.[ch], addrindex.[ch]
1603 small update for future
1609 added 'Learn from mistakes' option
1610 better handling of quotes in checked words
1613 small update for spell checking stuff
1618 edit a little bit so it complies more with main coding style
1622 * src/folder.[ch], prefs_folder_item.c, compose.c
1623 migrate "request return receipt" folder property
1628 * README.claws **NEW**
1629 (add things of interest for users of main branch
1632 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
1633 re-implement threading per folder option, but store
1634 the setting in folderlist.xml (where it belongs)
1639 fixed bug when compose window is under another window
1640 * src/prefs_common.[ch] src/compose.c
1641 changed 'dictionary_path' to 'dictionary' to be consistent
1642 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
1643 * ac/pspell.m4 src/Makefile.am
1644 dropped PSPELL_PATH macro
1646 updated translations
1648 2001-09-21 [christoph]
1651 added border around header fields
1652 keep header type when new field is added
1654 2001-09-20 [christoph]
1657 more portable debug_print with source filename
1660 more newlines after debug messages
1665 change to version 0.6.2claws2
1667 * sync with sylpheed 0.6.2cvs3
1672 fixed the post-right-click focus pb
1673 fixed crash when 'Spell check all' after dict change
1674 and when cursor is at the end of the text
1675 shift-right-click pops up config menu even on misspelled words.
1682 added pspell to compiled-in features list
1686 * switched to pspell and dropped ispell
1688 new file. autoconf macro for pspell
1690 * configure.in acconfig.h
1691 added pspell support
1693 * src/main.c src/compose.[ch] src/gtkspell.[ch]
1694 * src/prefs_common.[ch]
1695 added pspell support
1697 2001-09-18 [christoph]
1701 replace LOG_MESSAGE with debug_print
1705 added newline after debug message
1707 using __VA_ARGS__ for debug_print macro
1709 ignore Makefile and Makefile.in
1714 change to version 0.6.2claws1
1715 * sync with sylpheed 0.6.2cvs1
1718 * src/prefs_matcher.c
1719 add 'score equal to' option, submitted by
1720 Paul Evans <nerd@freeuk.com>
1722 2001-09-15 [christoph]
1725 comment out menu entry not existing in claws
1727 add debug output for non existing menu entries
1729 fix next/prev unread message for ignored threads
1731 add sourcefile and line number to debug output
1732 otherwise it is sometimes hard to find the
1733 source code part if debug messages are translated
1738 refresh target folder style after colour is changed
1743 change to version 0.6.1claws3
1745 * sync with sylpheed 0.6.1cvs6
1750 fix target folder colourization to use user selected colour
1755 fix crash when message that is marked for copy/move is unmarked
1760 change to version 0.6.1claws2
1762 * sync with sylpheed 0.6.1cvs3
1767 fix bug with default font used for trash folder text
1771 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1772 updated translations
1775 change to version 0.6.1claws1
1777 * sync with sylpheed 0.6.1cvs2
1782 add Match's new addressbook
1785 updated translation submitted by Jens Oberender
1790 change to 0.6.1claws
1791 * sync with sylpheed 0.6.1 release
1796 change to 0.6.0claws2
1798 * sync with sylpheed 0.6.0cvs4
1801 updated translation submitted by Fabio Junior Beneditto
1815 change to version 0.6.0claws1
1817 * sync with sylpheed 0.6.0cvs1
1820 updated translation submitted by Ricardo Mones Lastra
1823 add 'src/prefs_templates.c'
1825 * src/compose.c, src/summaryview.c
1826 fix segfault on 'Re_edit'
1830 * configure.in, Makefile.am
1832 add tools directory to source distribution
1837 change to version 0.6.0claws
1839 * sync with sylpheed 0.6.0 release
1841 2001-08-30 [christoph]
1844 removed autoconf version check
1848 * src/account.c, src/compose.c, src/prefs_common.[ch]
1849 * src/procheader.[ch] src/utils.[ch]
1850 Enhanced automatic account selection on replies
1851 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
1854 add LDAP and JPilot to the configuration results output.
1856 2001-08-29 [christoph]
1859 no bold font for ignored threads
1864 change to version 0.5.3claws6
1866 * sync with sylpheed 0.5.3cvs10
1867 src/stringtable.[ch]: New Files
1869 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
1870 * src/pixmaps/sylpheed.xpm
1871 add mini-icons to windows (by Alfons)
1876 new functions: next_labeled_cb(), prev_labeled_cb()
1879 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
1880 summary_select_next_labeled(), summary_select_prev_labeled()
1882 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
1883 give claws blue folders and a blue trash can
1888 change to version 0.5.3claws5
1890 * sync with sylpheed 0.5.3cvs9
1891 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
1893 2001-08-24 [christoph]
1896 keep filename when browsing directories
1897 (not working for user entered filename, but
1898 for default name and selected filename from
1901 fixed wrong spelling "Folllow-up"
1905 fixed new/unread message count with ignored
1906 threads (2 commits, first didn't notice no
1907 longer needed decreasing)
1909 readded scrolling of progress dialog
1915 change to 0.5.3claws4
1917 * sync with sylpheed 0.5.3cvs7
1919 2001-08-24 [christoph]
1922 set request return receipt when replying
1923 if it is set is the folder prefs of the
1926 disable final error popup if popups are
1927 disabled in config (again)
1932 Change version number to 0.5.3claws3
1934 * sync with sylpheed 0.5.3cvs5
1937 double quote '%s' in 'gedit %s' to fix bug when
1938 opening attachment with spaces in the name
1941 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
1942 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
1943 initial message templates support
1949 change version number to 0.5.3claws2
1951 * sync with sylpheed 0.5.3cvs4
1953 * src/procmsg.h src/summaryview.c
1954 re-implement (un)ignore thread
1959 remove unnecessary code
1961 enable 'dynamic' signatures (submitted by
1962 Eric Limpens <eric@hscg-internet.nl>)
1966 clean up after sync with sylpheed 0.5.3 release
1969 fix re-introduced font mess, see Christoph's
1974 use sylpheed's small font instead of
1975 gtk default font for summary view
1981 add pl to ALL_LINGUAS - sync with main branch
1983 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1984 Updated. Translations by Jens Oberender, Ricardo Mones
1985 Lastra, Alfons, and Fabio Junior Beneditto respectively.
1987 * po/pl.po ** NEW FILE **
1988 sync with the main branch
1991 fix target folder colorizing and refresh problem
1994 2001-08-17 [christoph]
1997 claws uses 4 colors for target folder coloring.
1998 arrays were not long enough and destroyed the
1999 stack causing a segfault.
2000 target folder colorizing does not work anymore
2006 change to version 0.5.3claws1
2008 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
2009 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
2010 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
2012 sync with sylpheed 0.5.3 release, but keep claws method of
2013 configuring/saving fonts
2015 * src/addressbook.[ch]
2016 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
2017 in line with a similar change in Hiroyuki's branch
2019 * src/mainwindow.[ch]
2020 disable main_window_set_thread_option()
2021 * src/prefs_folder_item.c
2022 comment out &tmps_prefs.enable_thread,
2023 * src/mbox_folder.c, src/procmsg.[ch]
2024 comment out MSG_IS_IGNORE_THREAD
2026 comment out summary_ignore_thread() and summary_unignore_thread()
2027 comment out MSG_IS_IGNORE_THREAD
2029 use Hiroyuki's threading instead.
2036 use Hiroyuki's 0.5.3 column scheme but also
2037 include the enable/disable button.
2038 * src/pixmaps/mark.xpm
2039 add Hiroyuki's amended pixmap
2041 2001-08-13 [christoph]
2044 receive at get all column showed wrong state for APOP
2045 button should only work for POP3 and APOP accounts
2046 * src/prefs_account.c
2047 added missing preprocessor statement for SSL
2052 add 'receive at get all' column and enable/disable
2055 2001-08-06 [christoph]
2058 show usage of SSL in protocol column
2064 * src/prefs_account.[ch]
2065 moved ssl options to a new page
2071 added support for SMTP STARTTLS command
2073 2001-08-05 [christoph]
2076 debian autoconf needs version check to find
2077 correct autoconf version. if the file is
2078 named configure.in 2.13 is used, which does
2079 not work with this configure.in script.
2080 other solution would be to rename the script
2081 to configure.ac as suggested in the autoconf
2085 disable final error popup if popups are
2090 fixes IMAP over SSL problem
2095 change to 0.5.2claws1
2097 * sync with sylpheed 0.5.2cvs1
2102 quick fix for ispell detection...
2107 change to 0.5.1claws4
2109 * sync with sylpheed 0.5.1cvs7
2113 * src/prefs_common.c, src/prefs_common.h,
2114 src/gtkspell.c, src/gtkspell.h
2115 add global spelling checker settings (compose tab) +
2116 selection of dictionary
2119 guess valid ispell location
2124 removal of 'src/quote_fmt_parse.c'
2127 (submitted by Jens Oberender <didge@suse.de>)
2132 * src/folderview.[ch]
2135 * src/prefs_common.[ch]
2137 target folder colourization
2141 more sync with Sylpheed 0.5.1cvs6
2146 * src/prefs_folder_item.[hc]
2148 shared folders support with a GUI
2154 * sync with Sylpheed 0.5.1cvs6
2160 (submitted by Fabio Junior Beneditto)
2166 patch to correct bad image mime headers
2167 (submitted by Don Quijote <dq@searchlores.org>)
2171 * tools/gif2xface.pl **NEW FILE**
2173 script to convert file.gif to file.xface for
2174 use in a custom header.
2175 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
2180 change macros for detecting JPilot and LDAP
2182 2001-07-27 [christoph]
2185 code cleanup (MIN / MAX warning, needed casting)
2190 disallow setting flags when detecting certain headers
2191 (X-Status, Status, Seen, X-Seen).
2193 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
2195 2001-07-27 [christoph]
2197 * src/prefs_filter.c
2198 * src/prefs_filtering.c
2199 * src/prefs_matcher.c
2200 * src/prefs_scoring.c
2201 scroll list when moving rows up or down
2205 * src/prefs_account.c
2206 * src/prefs_account.h
2208 SMTP over SSL (untested, feedback requested)
2216 * configure.in, acconfig.h
2217 define CLAWS (need this for main / claws detection)
2222 Sylpheed 0.5.1claws2
2224 * sync with Sylpheed 0.5.1cvs4
2226 2001-07-25 [christoph]
2230 item->prefs == NULL (don't know why)
2235 Sylpheed 0.5.1claws1
2237 * sync with Sylpheed 0.5.1cvs1-3
2239 2001-07-24 [christoph]
2242 * src/prefs_folder_item.[ch]
2243 added folderitem preferences dialog with
2244 default To: and auto request return receipt
2248 changes to handle new folderitem preferences
2252 call compose new mail with current folderitem
2256 Release Sylpheed 0.5.1claws
2259 change to release version 0.5.1claws
2261 2001-07-24 [christoph]
2264 fixed segfault that happend when the selected
2265 message was removed while retrieving new messages.
2269 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
2273 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
2274 this is a work in progress, for more information: http://nlpagan.net/sylman
2276 * configure.in, src/mainwindow.c, manual/Makefile.am
2277 add support for English manual
2280 add authors of user manuals
2282 * manual/en/sylpheed*.html
2283 add English documentation
2285 2001-07-22 [christoph]
2290 changed a wrong debug message
2295 update Dutch translation
2297 * src/prefs_filtering.c,
2299 add more translatable strings
2308 * src/inc.c, src/summaryview.[ch]
2309 prevent update of mark file when filtering has done, by
2310 using a variable; this affects two functions:
2311 inc.c::inc_finished()
2312 summaryview.c::summary_show()
2316 * src/filtering.[ch], src/prefs_filtering.c,
2318 add filtering action for label coloring
2323 * added src/labelcolors.c
2324 * added src/labelcolors.h
2325 * src/Makefile.am, src/summaryview.c
2326 rearrange label coloring code
2329 add more parentheses so label colouring works correctly
2332 don't really delete message, but move it to Trash
2334 * src/prefs_matcher.c
2335 add quote options to info dialog
2337 2001-07-20 [christoph]
2343 * src/ssl.[ch] (new)
2344 moved ssl stuff to a seperate file
2349 fix show sender using address book with no e-mail
2350 address in From: field
2354 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
2355 fix messy handling of escaping... now at least the
2356 execute command is useful. escape char is '\', we
2357 accept \n and \r too.
2361 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
2362 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
2371 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
2373 revise filtering; currently move, copy, marking have
2374 been tested. if you like bleeding edge stuff, you
2375 should definitely go for this version :)
2377 * mark old working stuff as VERSION_0_5_0_CLAWS5
2379 2001-07-17 [christoph]
2388 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
2389 bits in the mark file, without affecting either branch. Lots of
2390 files changed, also in claws branch.
2392 UNTESTED: use of mbox folders
2395 added mark all read; however this was a quick hack used for
2396 cleaning up mess after initial merge with Hiroyuki
2399 change claws version number back to 0.5.0claws5 to clear up
2400 confusion & pretension (recent release was technically
2401 0.5.0claws4, so we neatly align with Hiroyuki :-)
2405 sync with Hiroyuki's 0.5.0cvs4
2411 * src/filtering.[ch]
2412 remove invalid updating of mark files for
2413 filter actions MATCHING_ACTION_MOVE and
2414 MATCHING_ACTION_DELETE; this should fix the
2418 revert Christoph's stab at fixing the folder
2422 add missing files with translatable strings
2429 * src/addr_compl.[ch], src/prefs_filtering.c
2430 make "filtering pref dialog's destination entry" an
2431 "address completable entry", if filter destination is
2436 sync with Hiroyuki's 0.5.0cvs2-3
2438 2001-07-15 [christoph]
2441 fixed folder stats update after incorporation
2446 * finish label colouring stuff (for now)
2447 * fix incorrect colour bug (off by one)
2452 change text labels for news and mail message so there's
2453 plenty of toolbar estate left
2460 sync with Hiroyuki's 0.5.0cvs1
2463 more rewrite label colouring
2467 * src/summaryview.[ch]
2468 * start rewrite label colouring
2469 * fix proper location "Add Sender To Addressbook" menu item
2473 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2474 (actually this is 0.5.0claws4)
2479 * fix duplicate message
2480 * add updated Portugese / Brazilian translation
2481 submitted by Fabio Junior Beneditto
2489 add updated Dutch translation
2492 add updated German translation submitted by Jens
2496 Prerelease before 0.5.0claws. Please test.
2497 This version is temporarily tagged as VERSION_0_5_0_TEST
2499 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
2500 src/prefs_scoring.c, src/prefs_matcher.c,
2501 src/prefs_filtering.c, src/mbox.c,
2502 src/main.c, src/inc.c, src/filtering.[ch]
2503 revert new Hoa's new matcher (does not work yet)
2510 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2516 add ChangeLog.claws to EXTRA_DIST
2518 add matcher_parser_parse.h to EXTRA_DIST
2520 2001-07-10 [christoph]
2523 add destination folder to table of
2524 folders that need to be updated after
2531 make collapse state of folders and folder items persistent, i.e.
2532 if you collapse a folder tree, the next time sylpheed-claws starts
2533 up the folder tree remains collapsed.
2535 2001-07-10 [christoph]
2541 renamed MD5_CTX to MD5_CTX_syl
2542 conflicts with a struct in openssl
2545 * src/prefs_account.[ch]
2549 fixed compose with current account
2550 broken by new compose button stuff
2555 changed my email address
2557 * src/matcher_parser_parse.y
2558 clean the parser to remove conflicts
2566 fix incorrect description of --enable-ldap parameter
2568 * src/prefs_common.[ch]
2570 add experimental option "smart wrapping" which makes the
2571 compose editor auto wrap.
2573 | TODO: the problem with the buggy cursor handling is caused |
2574 | by the GtkText. when deleting / backspacing text its |
2575 | wrapping algorithm does not take in account the previous |
2576 | line. should find a way to hack this in. |
2577 | or should perhaps combine this with the word wrapping |
2578 | patch i wrote in january. |
2581 show build parameters for LDAP and JPilot
2584 revert Christoph's bugfix for selecting next unread message,
2585 because folder stats aren't updated correctly
2592 * src/matcher_parser_lex.l
2593 * src/matcher_parser_parse.y
2594 * src/prefs_filtering.c
2595 * src/prefs_scoring.c
2597 bugfix of the config file parser
2602 added generated matcher sources to BUILT_SOURCES
2608 added new config file parser
2611 * src/filtering.[ch]
2613 * src/prefs_filtering.c
2614 * src/prefs_matcher.c
2615 * src/prefs_scoring.c
2616 * added src/matcher_parser.h
2617 * added src/matcher_parser_lex.h
2618 * added src/matcher_parser_lex.l
2619 * added src/matcher_parser_parse.y
2620 lex & yacc config file parser
2625 changes prefs_filtering into global_filtering
2628 build threads with subjects only if "Re: " is at the
2629 beginning of the subject
2635 sync with sylpheed 0.5.0
2636 change of version number only
2642 sync with sylpheed 0.5.0pre5
2646 sync with sylpheed 0.5.0pre4 release
2647 /po and /manual/ja not sync'ed
2651 more sync with sylpheed 0.5.0pre4
2653 2001-07-03 [christoph]
2656 fixed address book broken by address book
2657 for VCard, JPilot, LDAP
2663 stopped memory leaks
2667 more sync with sylpheed 0.5.0pre4
2671 * included address book patch for VCard, JPilot, LDAP
2672 * pref_common.c - fixed Font options on Display tab (cosmetic)
2673 * alertpanel.c - fixed truncated message
2675 2001-07-02 [christoph]
2680 mark threads for ignoring
2686 * sync with sylpheed 0.5.0pre4
2687 updated gettext to 0.10.38.
2693 * src/summaryview.[ch]
2694 new right-click option: Label.
2695 substitute for 'Mark-->Mark/Unmark', colours the line.
2696 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
2698 2001-07-01 [christoph]
2701 fixed font for trash
2703 move ctree to unread message
2707 * sync with sylpheed 0.5.0pre3 release
2713 allow inserting / attaching multiple files in
2719 small change to Alfons' previous stuff so that it
2724 * lots of files changed; first attempt to merge the changes
2725 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
2730 updated and completed, translations by Fabio
2731 Junior Beneditto <fjbeneditto@yahoo.com.br>
2737 allow selecting an attached files' mime type from a
2742 * more sync with sylpheed 0.5.0pre3
2747 merge with sylpheed.pot and pt_BR.po provided by
2748 Fabio Junior Beneditto.
2753 make MIME types case insensitive
2758 merge with sylpheed.pot and old nl.po; translations added.
2762 * more sync with sylpheed 0.5.0pre3
2767 don't crash when removing parent node of messages
2768 attracted by subject. this was caused by not deleting
2769 the parent node from the subject line hash table.
2776 if there are multiple messages selected, allow forwarding
2777 them as attachments.
2781 * more sync with sylpheed 0.5.0pre3
2787 * sync with sylpheed 0.5.0pre3
2792 fixed 'compose news article' bug
2793 from icon-and-text toolbar
2797 * sync with sylpheed 0.5.0pre2 release
2799 2001-06-24 [christoph]
2801 * src/prefs_common.c
2802 bug fix in font selection
2804 use sylpheed's normal font instead of
2805 gtk default font for folders without
2810 * src/mainwindow.[ch]
2811 added composite compose mail / news button (an idea by Leandro
2812 Pereira <leandro@linuxmag.com.br>)
2816 Added instructions for ldif-to-xml.py
2824 * src/pixmaps/stock_news_compose.xpm
2825 added pixmap by Leandro
2826 * src/prefs_common.c
2827 tested built-in spelling checker of GCC 3.0 :)
2829 merged dutch translation of sylpheed-main with
2834 Added tools directory and files.
2836 * tools/filter_conv.pl
2837 converts old filter system to new filtering system
2838 * tools/ldif-to-xml.py
2839 converts netscape addressbook to sylpheed addressbook
2841 descriptions/instructions for above two files
2843 2001-06-23 [christoph]
2846 * src/manage_window.[ch]
2847 * src/prefs_common.[ch]
2848 mail retrieval dialog can be enabled, disabled
2849 or hidden if non of sylpheed's windows is active
2855 * sync with sylpheed 0.5.0pre2
2857 2001-06-21 [christoph]
2860 show recipient on 'from' for all accounts
2863 * src/prefs_common.[ch]
2864 disable error popup on mail receive errors
2869 made the ruler correctly appear and disappear.
2872 removed Hoa's work-in-progress-stuff (interesting!) so
2875 2001-06-20 [christoph]
2878 * src/progressdialog.c
2879 added scrolled window for list in progressdialog
2883 sync with sylpheed 0.5.0pre1 release
2885 2001-06-20 [christoph]
2888 make building threads by subject work when
2889 thread view is enabled
2892 * src/prefs_common.[ch]
2893 automatically select account for mail replys
2897 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
2898 they are filled in from the account settings.
2902 * more sync with sylpheed 0.5.0pre1
2908 added --sysconfdir to CPPFLAGS for pointing to the correct
2909 location of mime.types.
2911 NOTE: make sure you use --sysconfdir when running ./autogen.sh
2917 fixed some bug when building threads
2921 * src/prefs_account.c
2922 UI stuff: More changes to the English
2926 * src/pixmaps/stock_news_compose.xpm: new file
2930 Added new icon for Hoa's 'compose a news
2931 message', plus minor improvements to the
2937 more sync with sylpheed 0.5.0pre1
2943 Follow-up and reply to
2945 * src/summaryview.[ch]
2946 Build threads also with subjects
2951 forwarding use the current account.
2954 the "compose message" button has been replaced with
2955 "new mail" and "new news" buttons
2957 * src/prefs_common.[ch]
2958 added a configuration option to use the forward button
2959 as "forward as attachment"
2960 changed reply and forward format description
2962 * src/quote_fmt_lex.l
2963 * src/quote_fmt_parse.y
2964 added message with no signature in format for reply
2973 Improvements to the English
2975 * src/prefs_common.c
2976 Improvements to the English and some
2977 clarity/continuity improvements in the
2978 description of Quote symbols.
2984 * sync with sylpheed 0.5.0pre1
2989 Better interface for compose, displayed fields
2990 are updated whenever we change account.
2991 Newsgroups field is automatically filled.
2994 Newsgroups field is automatically filled.
2996 * src/prefs_account.c
2997 Some interface stuff when fields appear and
3004 * sync with sylpheed 0.4.99
3008 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
3009 base64_decoder_free, base64_decoder_decode): new object and
3010 functions for decoding base64 streams.
3011 * src/procmime.c (procmime_decode_content): modified to use the
3018 * sync with sylpheed 0.4.99cvs11
3024 * sync with sylpheed 0.4.99cvs9
3029 * src/prefs_account.c
3031 SMTP server can be defined in the news account
3032 mime type of attachment are kept.
3036 now choose the highest important score between default
3037 and important score of folder.
3041 * src/prefs_common.c:
3043 (prefs_quote_description_create): corrected description of
3044 quote format characters
3050 * sync with sylpheed 0.4.99cvs8
3054 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
3055 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
3061 * sync with sylpheed 0.4.99cvs7
3065 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
3066 clashes with autogenerated header).
3067 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
3068 * src/Makefile.am: added quote_fmt.h.
3069 * src/.cvsignore: added lex/yacc autogenerated files
3070 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
3076 * sync with sylpheed 0.4.99cvs6
3080 * added src/quote_fmt_parse.h
3085 don't modify readonly configuration files
3087 * src/prefs_account.c
3088 * src/prefs_common.c
3089 * src/prefs_customheader.c
3090 * src/prefs_display_header.c
3091 * src/prefs_filter.c
3092 * src/prefs_filtering.c
3093 * src/prefs_scoring.c
3094 don't open dialog box when configuration files
3099 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
3101 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
3102 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
3103 BUILT_SOURCES to make all files rebuild properly.
3105 * src/compose.c: removed #include "quote_fmt.tab.h".
3107 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
3108 CHARACTER value in yylval.
3110 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
3111 receive CHARACTER value by documented means (yylval).
3113 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
3118 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
3123 * src/prefs_filtering.c
3124 now keep the configuration for execute action
3131 * sync with sylpheed 0.4.99cvs5
3136 added quote_fmt.[ch]
3138 * added src/quote_fmt.y
3139 * added src/quote_fmt.l
3140 * added src/quote_fmt.tab.h
3141 * added src/quote_fmt.tab.c
3142 * added src/lex.quote_fmt.c
3143 parsing configuration for replying
3146 * src/prefs_common.[ch]
3147 added configuration UI for replying
3151 using configuration for replying
3159 * src/prefs_filtering.c
3160 * src/prefs_matcher.c
3161 * src/prefs_matcher.h
3162 action "run a command" for filtering
3163 and matching with a command.
3164 fixed the "whole message" matching
3167 changed temporary filename for security
3170 queue the notification if it fails to send.
3172 * src/prefs_common.c
3173 * src/prefs_folder_item.c
3174 changed the default important score
3176 * src/prefs_scoring.c
3178 hide kill score input when the folder is not
3183 * src/prefs_common.c:
3185 (prefs_font_select): pass font name in font entry box to font
3190 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
3194 * sync with sylpheed 0.4.99cvs4
3198 * src/headerwindow.c:
3200 (headerwindow_show_cb): use the selected summary view item, not
3205 * src/headerwindow.c:
3207 (headerwindow_show_cb): always try to show msginfo
3212 keep attached parts when reediting or forwarding.
3217 * src/prefs_folder_item.[ch]
3218 * src/prefs_scoring.[ch]
3220 * src/summaryview.[ch]
3223 * src/prefs_common.[ch]
3224 support for folder scoring
3225 kill score and important score for messages
3227 * src/prefs_account.c
3228 some display bug fixed for local account
3233 * src/summaryview.c:
3235 (add_sender_to_cb): don't crash when no or invalid sender; the add
3236 sender to address book menu item is disabled.
3240 * src/filtering.[ch]
3242 handling summary menu / filter messages
3248 imap folders now appears in list
3251 doesn't crash if destination mail is not writeable
3256 removed some warnings
3260 * src/prefs_filtering.c
3261 global string to identify any folders
3262 removed some debug info
3263 filtering to mbox folders is now possible
3266 removed some warnings
3269 permission on files are changed to read/write for user only,
3271 creation of subfolder is handled better.
3275 Verified the sync for src/prefs_common.[ch] and
3276 src/prefs_account.[ch]. I believe there were some
3277 minor indentation differences.
3283 * sync with 0.4.99cvs3
3288 handling flags for mbox format
3291 use of mark file only for MH format
3292 handling flags for mbox format
3293 filtering cannot yet move or copy mails to mbox folders.
3296 changed move_msg, copy_msg,
3297 move_msgs_with_dest, copy_msgs_with_dest functions
3298 uses only folder->copy_msg() function
3299 uses folder->finished_copy() to handle the destination
3300 folder at the end of the copy or move operation.
3303 included mbox directories.
3305 * src/folderview.[ch]
3307 handle folders operation for mbox format
3310 disable conversion of "From " header
3312 * src/mbox_folder.[ch]
3313 completion of mbox format handling
3316 changed mh_copy_msg() function and
3317 removed mh_move_msg(), mh_move_msgs_with_dest(),
3318 mh_copy_msgs_with_dest()
3320 * src/prefs_filtering.c
3321 removed some warnings
3323 * src/prefs_matcher.c
3324 default boolean operation is AND
3327 handling flags for mbox format
3328 handling of "From " header
3332 added MSG_REALLY_DELETED flags to handle deletion of
3333 messages in mbox format.
3336 handling flags for mbox format
3337 disable the MSG_DELETED flags when messages
3338 are deleted in mbox format
3341 "From " headers display fixed.
3347 (get_email_part): skip quoted email addresses, like in e.g.
3348 "'alfons@proteus.demon.nl'".
3352 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
3353 and fixing the persistence troubles when using separate windows.
3357 Added #define SEPARATE_ACTION used in the gtk item factory for
3358 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
3359 use gtk_item_factory_get_widget_by_action() to get the items.
3361 Removed separate_widget_cb from the gtk item factory data
3363 (mainwindow_create): connect separate_widget_cb() to check
3364 menu item "toggled" signal. also passing a MainWindow pointer
3365 as object data for both check menu items.
3367 (separate_widget_cb): definition of separate_widget_cb() to match
3368 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
3369 window using gtk_object_get_data(). The type of window separation
3370 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
3372 * src/prefs_filtering.c,
3373 src/prefs_matcher.c: added horizontal scrollbars
3378 fix segfault with invalid bold font
3380 correctly display summary stats after row is marked
3384 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
3385 encodings with libjconv.
3390 added mbox_folder.[ch]
3392 mbox temporary folder
3394 * added src/mbox_folder.[ch]
3396 * src/procheader.[ch]
3399 bugfix for file incorporation filtering
3401 enable creation of MBOX
3402 * src/prefs_display_header.c
3403 enable use of headers like "From "
3404 something that should be fixed :
3405 displaying of such headers add an extra space
3406 * src/prefs_folder_item.c
3407 don't create folders because it is not necessary
3409 added data field to MsgInfo for mbox internal use
3411 added some support for mbox
3413 added get_mbox_cache_dir() function
3415 2001-05-23 [hiroyuki]
3417 * src/headerwindow.c
3428 src/folderview.c: more sync with 0.4.99cvs2.
3430 * src/headerwindow.c: reverted.
3436 * sync with sylpheed 0.4.99cvs2
3444 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
3450 * configure.in: if gnome-config not found, "no" is displayed
3452 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
3454 * src/textview.c: now also possible to add mail addresses by right
3455 clicking in the text view
3457 * src/codeconv.c: merged patch which fixes endless loop when encountering
3458 invalid wide characters; from Alte <010@imis.ru>
3462 Added installation of gnome specific things:
3464 * Makefile.am: gnome conditional
3466 * configure.in: check for installed gnome
3468 * added sylpheed.png, sylpheed.desktop
3472 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
3474 * src/mainwindow.h (main_window_toolbar_create): created a button
3476 (main_window_set_toolbar_sensitive): enable/disable the new button
3478 (toolbar_reply_to_author_cb): handle the new button.
3480 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
3481 send_progress_dialog_destroy() on failure (fixes hang on SMTP
3486 * src/compose.h (ComposeReplyMode): new modes
3487 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
3488 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
3491 (compose_send): move some code into a new function:
3492 (compose_current_mail_account): new function.
3493 (compose_reply): new argument to_author, all callers changed; if
3494 to_author==TRUE and account->protocol==A_NNTP, find and use an
3495 appropriate mail account for replying.
3496 (compose_reply_set_entry): new argument to_author; ignore
3497 compose->replyto if to_author==TRUE.
3499 * src/mainwindow.c: new command "Message/Reply to author".
3500 (main_window_set_menu_sensitive): enable/disable it.
3501 (reply_cb): handle it.
3503 * src/summaryview.c: new command "Reply to author".
3504 (summary_set_menu_sensitive): enable/disable it.
3505 (summary_reply_cb): handle it.
3507 * src/account.c (account_find_mail_from_address): new function.
3513 * sync with sylpheed 0.4.99cvs1
3520 new filtering action : forward and forward as attachment
3523 no need for $DISPLAY when we run sylpheed --help
3524 call to parse_cmd_opt() is moved
3526 * src/mainwindow.[ch]
3527 execute button is hidden when immediate execute
3532 * src/prefs_folder_item.c
3534 better handling of missing directories
3537 reedit is enabled in outbox
3538 reedit is enabled in queue
3544 * src/prefs_filtering.c
3545 changed attachement into attachment
3551 * sync with sylpheed 0.4.67cvs9
3552 * sync with sylpheed 0.4.67cvs7-8
3557 added prefs_filtering.c
3559 * src/filtering.[ch]
3561 removed action : forward_news and forward_news_as_attachement
3562 (forward and forward_as_attachement can be used instead)
3565 added menu option to access filtering configuration
3567 * src/prefs_account.c
3568 changed mail_command default to /usr/sbin/sendmail
3570 * added src/prefs_filtering.[ch]
3571 dialog box for filtering configuration
3573 * src/prefs_matcher.c
3574 added function prefs_matcher_get_criteria_from_matching()
3576 * src/prefs_scoring.c
3577 reset the dialog when register or substitute is clicked
3582 added filtering.[ch]
3584 using filering.[ch] instead of filter.[ch]
3586 reading new filtering configuration
3588 added some filtering actions
3589 and fixed a bug for headers and mail body matching
3591 using filering.[ch] instead of filter.[ch]
3593 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
3595 some fixes for filtering
3597 2001-05-14 [hiroyuki]
3599 * src/send.c: fixed some weird indentations.
3600 send_message_with_command(): call pclose() only if p != NULL.
3601 * src/textview.c: get_email_part(): modified the code for readability.
3603 2001-05-14 [hiroyuki]
3607 src/md5ify.h: removed from the cvs.
3611 * src/main.c: include rfc2015.h to avoid compiler warnings.
3612 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
3613 the panel is already on screen.
3614 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
3615 closing the alert window by ESC as "No".
3616 * src/prefs_common.c (prefs_interface_create): moved return
3617 receipt check button to the correct place.
3621 * src/prefs_common.c:
3622 moved return receipt check button to the Send tab. (prefs_send_create)
3623 removed the date format ui related globals. (prefs_display_create)
3627 * sync with sylpheed 0.4.67cvs5-6
3631 * added Alfons' font selection patch
3634 * src/headerwindow.c
3635 * src/prefs_common.c
3636 * src/prefs_common.h
3640 changed version of cache
3642 * src/prefs_matcher.c
3643 added additionnal matching criteria
3647 added references in MsgInfo
3652 prepared some things for new filtering
3654 added some matching properties
3655 inreplyto need to be enhanced
3656 prepared some things for new filtering
3658 added Return-Receipt-To handling
3659 * src/prefs_folder_item.c
3660 changed default value to TRUE
3661 * src/prefs_matcher.c
3662 added some matching properties
3663 * src/prefs_scoring.[ch]
3664 the scoring dialog is finished
3666 added Return-Receipt-To handling
3667 Reference need to be added
3669 added Return-Receipt-To handling
3670 added threadscore to get a better score sorting when
3673 suppressed a bug when we sort the list
3674 when no folder is opened.
3675 better score sorting when threads are enabled
3679 * reverted previous patch because of potential errors
3683 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
3684 applied "toggle mail-retrieval dialog window" patch submitted
3685 by Eric Limpens <eric@qnt.net>
3687 * sync with sylpheed 0.4.67cvs4
3691 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
3692 some picky compilers.
3693 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
3694 * src/grouplist_dialog.c: include alertpanel.h.
3695 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
3696 fix compile warning.
3697 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
3698 #include "defs.h" before others to prevent the warning of `MIN'
3699 and `MAX' redefinition.
3705 * src/prefs_account.c
3706 * src/prefs_display_header.c
3709 added prefs_scoring.[ch]
3710 * src/grouplist_dialog.c
3711 display an error dialog box if the group list
3713 * src/mainwindow.[ch]
3714 added main_window_set_thread_option() function
3715 scoring dialog box enabled
3717 added flags matching unread /new / marked
3718 / deleted / replied / forwarded
3720 newsgroups are now finally in newscache
3721 * src/prefs_matcher.[ch]
3722 finished preferences for matching dialog
3723 * added src/prefs_scoring.[ch]
3724 scoring dialog box completed
3726 conversion to string : added scoringprop_to_string()
3727 write config for preferences :
3728 added prefs_scoring_write_config()
3730 threads can be enabled/disabled independently
3738 thought it would be nice to have a list of all
3739 contributors (used Changelog as a reference)
3742 messed up version numbering...
3746 * sync with sylpheed 0.4.67cvs1-3
3750 * src/prefs_common.c:
3751 better UI for strftime format, double clicking
3752 on format now inserts the format in text entry
3753 replaced close button with standard OK/Cancel