1 2001-12-12 [alfons] 0.6.5claws81
3 0.6.5claws80 was tagged as LAST_STABLE
7 * src/matcher_parser_lex.c
8 fix the filtering; my last attempt to get it right,
9 if it does not work, it's Hoa's turn. ;-)
11 for my honourable peers:
13 the code now makes a clear distinction between
14 rules as they are displayed (probably escaped),
15 and as they are executed (probably unescaped). the
16 parser does *NOT* do any unescaping, this is
17 the task of the matcher.c (which breaks up a
18 rule into condition) and the filtering.c (which
19 breaks up the rule's action). to make this
20 run happily we provide an unescaped copy of
21 crucial strings to the MatcherProp and
22 FilteringAction structures. note that the only
23 exception to this is any REGEXP string. those
24 are directly passed to regcomp() and regexp()
25 (who have much more powerful unescape functions).
29 you can escape tab (\t), carriage return (\r),
30 linefeed (\n), form feed (\f), quote (\"),
31 single quote (\'), bell (\b) in all the entry
32 lines in the scoring & filtering dialogs.
33 as an added bonus this should not affect
34 existing filtering rules.
36 2001-12-12 [carsten] 0.6.5claws80
40 "item(s) selected" is now sensitive to 1 or more
41 than one selected (nice for language where simple
42 adding of a "s" is not possible as German (Eintrag
45 the "forward as attachment" entry from the right
46 click menu removed, "forward" acts following the
50 reverted my former changes; so compiler warning again
51 but there's more GTK_TEXT/GTK_STEXT mixing on other places
55 "search in message" does now *not* only work in MVIEW_TEXT
56 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
60 removed "/File/_Close" as it was the same as "/File/E_xit"
61 and we don't need it two times
63 the separate folder view and message view now get a distinct
64 WMCLASS, just in case someone is using sawfish ;-)
66 as the menu entries "/View/Message view" and "/View/Folder tree"
67 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
68 make them sensitive accordingly and as these two are "shown"
69 after startup anytime check this menuitem at startup
71 2001-12-12 [paul] 0.6.5claws79
74 fix sensitivity of 'Search folder...', broken in
80 2001-12-11 [carsten] 0.6.5claws78
82 fixed two typos returning a wrong FALSE/TRUE
84 extra menu for email/news button removed
86 2001-12-11 [alfons] 0.6.5claws77
89 * src/matcher_parser_lex.l (1.28)
90 revert for another attempt
91 mark 0.6.5claws77 as LAST_STABLE
93 2001-12-11 [christoph] 0.6.5claws76
96 fixed wrong translation for prev. unread msg
98 2001-12-11 [paul] 0.6.5claws75
103 * src/summaryview.[ch]
104 * src/pixmaps/open-dir-hrm.xpm ** NEW FILE **
105 enable ability to hide read messages on per folder basis via
106 '/Summary/Hide read messages'; when selected, a folder will
107 have a red open folder icon, instead of a blue icon, if the
108 folder contains hidden messges
109 submitted by Thomas Link <t.link.tmp200101.gmx.net>
112 remove '/Message/Forward as attachment' from
113 main_window_set_menu_sensitive() to prevent debug warning
117 Clean up some of the English
119 * tools/newscache_clean.pl
120 allow for new 'hidereadmsgs' entry in folderlist.xml
123 updated translation, submitted by Ricardo Mones Lastra
125 2001-12-11 [paul] 0.6.5claws74
127 * sync with sylpheed 0.6.5cvs25
128 see ChangeLog entry 2001-12-11
130 2001-12-10 [alfons] 0.6.5claws73
133 add more control characters
134 * src/matcher_parser_lex.l
135 make escaping / unescaping work again
137 2001-12-10 [alfons] 0.6.5claws72
140 clean up warnings "returning value for void function"
141 * src/prefs_filtering.c
142 make info button for execute action sensitive
144 2001-12-10 [paul] 0.6.5claws71
149 fix: imap server now gets informed of MARKED, UNMARKED
150 and REPLY events. Now people can use different IMAP-Mail
151 clients and have the exact same information about MARKED,
152 UNMARKED and REPLY status with all of them. Especially
153 useful for imap servers with a web-frontend.
154 submitted by Tobias Sandhaas <medlor@web.de>
156 2001-12-09 [melvin] 0.6.5claws70
159 fixed bug #490076 (hunted down by Alfons who implemented
160 a workaround in 0.6.5claws65)
162 2001-12-09 [christoph] 0.6.5claws69
165 set pointer to string in LOCKED column to NULL
166 (might fix bug #490800)
168 2001-12-09 [carsten] 0.6.5claws68
171 resolved some cluttered menu shortcuts
172 ('creating new email' and 'creating news message'
175 wmclass now distinc from main window
178 email/news and forward button functionality similar
179 to the reply buttons; removed the ugly dropdown arrows
180 and use instead the right mouse button
182 2001-12-09 [paul] 0.6.5claws67
186 allow spaces in imap folder names
187 submitted by Willem van Engen <wvengen@stack.nl>
189 2001-12-09 [paul] 0.6.5claws66
191 * sync with sylpheed 0.6.5cvs24
192 see ChangeLog entry 2001-12-09
194 2001-12-08 [alfons] 0.6.5claws65
197 prevent secondary selection claim after "add to sender" dialog
198 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
199 we trick GTK by simulating a click at (0, 0) in the textview.
201 2001-12-08 [hoa] 0.6.5claws64
204 fixed a bug about the .processing folder name while filtering
206 2001-12-08 [alfons] 0.6.5claws63
209 work around problem of not correctly updating folder stats
210 when deleting messages. there's some folder scanning evil
211 going so the folderview_update_msg_num() does not work
212 correctly. need to investigate this.
214 2001-12-08 [paul] 0.6.5claws62
216 * sync with sylpheed 0.6.5cvs23
217 see ChangeLog entry 2001-12-08
219 2001-12-07 [christoph] 0.6.5claws61
222 fix another header translation problem
224 2001-12-07 [alfons] 0.6.5claws60
227 make filtering also work on local spool mbox
229 2001-12-07 [carsten] 0.6.5claws59
231 addressbook window gets a wmclass distinct from the main
234 * src/mainwindow.[ch]
235 forward menu item will use mode selected in prefs, forward
236 as attatchment in menu removed (will be substituted in the
237 toolbar similar to reply buttons)
238 create news message menu entry and news button is now
239 sensitive to the existance of a news account
240 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
241 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
242 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
243 these are removed because the toolbar buttons don't show
244 the quoting modus any longer
248 * tools/newscache_clean.pl ** NEW FILE **
249 perl script to do some tidying up in the newscache directory
251 * tools/sylpheed-switcher ** NEW FILE **
252 perl script to enable easy switching between main and claws
255 added descriptions of the two new perl scripts
258 2001-12-07 [melvin] 0.6.5claws58
261 fixed a warning during compilation introduced in 0.6.5claws56
263 2001-12-07 [paul] 0.6.5claws57
265 * src/mainwindow.[ch]
267 further usability enhancements to replying with or without
268 quoting via the toolbar, use of Ctrl key is replaced by
270 Submitted by Carsten Schurig
272 2001-12-07 [melvin] 0.6.5claws56
275 hack to fix bug that prevented to make/paste selections
276 after switching between MVIEW_TEXT and MVIEW_MIME views
277 without deselecting the selection first.
279 2001-12-06 [alfons] 0.6.5claws55
283 revise filtering a little bit more, and make sure
284 messages are delivered to the appropriate inbox
285 (perhaps set per account)
287 2001-12-06 [paul] 0.6.5claws54
289 * sync with sylpheed 0.6.5cvs22
290 see ChangeLog entry 2001-12-06
292 2001-12-05 [alfons] 0.6.5claws53
298 more revisions of filtering system
299 (last stable version is marked as LAST_STABLE)
301 | NOTE 1): the filtering system now uses a local folder called
302 | .processing. if filtering fails, check this directory
303 | for missing messages.
305 | NOTE 2): help us find the filtering actions still missing
307 2001-12-05 [paul] 0.6.5claws52
310 fix bug where 'Empty Trash?' pop-up window appears even
311 when Trash is empty, submitted by Jesse Skinner
313 2001-12-05 [melvin] 0.6.5claws51
316 fixed bug #486106 to select correct account when reediting
319 2001-12-04 [alfons] 0.6.5claws50
322 declare markfile in appropriate functions when
323 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
326 2001-12-04 [paul] 0.6.5claws49
328 * sync with sylpheed 0.6.5cvs21
329 see ChangeLog entry 2001-12-04
331 2001-12-03 [christoph] 0.6.5claws48
334 changed translation of undo
337 don't reinvent the wheel to traverse a GNode
339 seperate code to create the compose gui into functions
340 add "Others" page with folder selection for saving copy
342 the folder identifier is saved to queue header
344 save message to folder in queue header
346 2001-12-03 [paul] 0.6.5claws47
348 * sync with sylpheed 0.6.5cvs20
349 see ChangeLog entry 2001-12-03
353 * more sync with sylpheed 0.6.5cvs19
354 see ChangeLog entry 2001-11-29
356 2001-11-30 [paul] 0.6.5claws46
359 remove conflicts introduced by Hoa's last commit
362 make 'Message/Bounce' sensitive
364 2001-11-30 [hoa] 0.6.5claws45
367 slightly change bounce function to add
368 information about the user that bounced the mail
369 in the From header line.
372 permit the use of processing in outbox folder.
374 2001-11-29 [paul] 0.6.5claws44
376 * src/mainwindow.[ch]
378 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
379 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
380 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
381 usability enhancements to the quoting, implements
382 use of Ctrl key to toggle quoting settings
383 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
385 2001-11-29 [paul] 0.6.5claws43
387 * sync with sylpheed 0.6.5cvs19
388 see ChangeLog entry 2001-11-28
390 2001-11-29 [melvin] 0.6.5claws42
392 added enriched.[ch] to the list of files
398 added support to view text/enriched
399 added support to show headers in message view for text/enriched and text/html
400 in non multipart messages
402 2001-11-28 [paul] 0.6.5claws41
404 * more sync with sylpheed 0.6.5cvs18
405 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
407 2001-11-27 [paul] 0.6.5claws40
410 updated translation, submitted by Fabio Junior Beneditto
412 * sync with sylpheed 0.6.5cvs18
413 see ChangeLog entries 2001-11-26 (src/textview.c) and
420 updated translation, submitted by Ricardo Mones Lastra
425 add more translatable strings
427 2001-11-26 [christoph] 0.6.5claws39
430 fixed one more umlaut
432 fix translated header when it should not be translated
434 2001-11-26 [paul] 0.6.5claws38
437 remove '/Message/Add Sender to address book' from
438 main_window_set_menu_sensitive(), prevent debug warning
439 add 'Message/Mark/Mark all read' to mainwin_entries[]
441 2001-11-26 [paul] 0.6.5claws37
444 fix 'recurring unread state' bug
447 * tools/filter_conv.pl
448 read name of top level mailbox from folderlist.xml
449 and presume nothing about its name
451 2001-11-26 [darko] 0.6.5claws36
454 removed functions that are now in gtkutils.c
455 use gtkut_text_is_uri_string() from gtkutils.c
456 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
458 2001-11-26 [paul] 0.6.5claws35
460 * sync with sylpheed 0.6.5cvs16
461 see ChangeLog entries 2001-11-25 and 2001-11-26
463 2001-11-25 [alfons] 0.6.5claws34
465 EXPERIMENTAL!!! Please checkout the last stable version using:
467 % cvs update -r LAST_STABLE -dRAP
469 (Or help us testing this stuff.)
471 * src/filtering.c (1.14)
472 * src/filtering.h (1.6)
474 * src/matcher.c (1.20)
476 * src/procmsg.h (1.14)
477 * src/summaryview.c (1.59)
478 * src/summaryview.h (dunno)
479 revert/merge/sync to as it was before commit
480 on Thu, 19 Jul 2001 10:15:51 -0700.
482 2001-11-25 [hoa] 0.6.5claws33
485 processing mails at startup
488 * src/summaryview.[ch]
489 processing mails when entering folder
491 * src/prefs_filtering.c
494 2001-11-24 [alfons] 0.6.5claws32
496 * src/summaryview.[ch]
497 make summary sort headers work, and also make
498 sure the sort type is stored
500 2001-11-23 [alfons] 0.6.5claws31
502 * src/summaryview.[ch]
503 make lock work like mark
504 disallow deleting messages marked as locked
506 2001-11-23 [alfons] 0.6.5claws30
512 merge undo patch submitted by Jens
514 2001-11-23 [christoph] 0.6.5claws29
519 fixed gpg signing and encoding
522 added --status option to get new, unread and total
523 message count from a running sylpheed
525 temporary fix for reply_with_quote problem
526 (don't call functions for non existing widget)
528 one more check for ignored threads but still not
529 always working correctly. probably a recursive
530 check for all parents is needed
532 2001-11-23 [darko] 0.6.5claws28
535 wrapping on send improvements
537 fix for GtkSText after last sync with main branch
538 GTK_TEXT -> GTK_STEXT
540 2001-11-23 [paul] 0.6.5claws27
542 * sync with sylpheed 0.6.5cvs14
543 see ChangeLog entries 2001-11-22 and 2001-11-23
546 fixed the scrambled umlauts
547 submitted by Carsten Schurig <Carsten.Schurig@web.de>
549 2001-11-21 [paul] 0.6.5claws26
551 * sync with sylpheed 0.6.5cvs12
552 see 2nd ChangeLog entry dated 2001-11-20
554 2001-11-20 [paul] 0.6.5claws25
556 * sync with sylpheed 0.6.5cvs11
557 see ChangeLog entry 2001-11-19 (src/utils.c)
562 GTK_TEXT -> GTK_STEXT
563 fix for wrong comment
565 2001-11-20 [hiro] 0.6.5claws24
568 more merges from main branch
569 removed fatal warnings (uninitialized variables etc.)
570 some coding style fix
577 2001-11-19 [hoa] 0.6.5claws23
580 * src/prefs_scoring.c
585 * src/matcher_parser_parse.y
586 * src/prefs_filtering.c
589 2001-11-19 [alfons] 0.6.5claws22
591 more of my old things into claws
596 * src/summaryview.[ch]
597 * src/prefs_summary_column.c
598 * src/pixmaps/locked.xpm
599 add indicators for locking of message in summary view
600 (does not work yet, only visual indicator)
602 2001-11-19 [paul] 0.6.5claws21
604 * sync with sylpheed 0.6.5cvs10
605 see ChangeLog entry 2001-11-19
607 2001-11-18 [alfons] 0.6.5claws20
610 remove an inadvertent free I forgot in previous clean up
612 2001-11-18 [alfons] 0.6.5claws19
615 clean up & plug leaks
617 2001-11-18 [paul] 0.6.5claws18
619 * sync with sylpheed 0.6.5cvs9
620 see ChangeLog entries 2001-11-17 and 2001-11-18
622 2001-11-16 [paul] 0.6.5claws17
624 * sync with sylpheed 0.6.5cvs8
625 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
627 2001-11-16 [paul] 0.6.5claws16
629 * sync with sylpheed 0.6.5cvs7
630 see ChangeLog entries 2001-11-15 and 2001-11-16
632 2001-11-15 [hoa] 0.6.5claws15
635 fix bounce, mails we received couln't be bounced to ourself.
640 * src/matcher_parser.h
641 * src/matcher_parser_lex.l
642 * src/matcher_parser_parse.y
646 * src/prefs_filtering.[ch]
648 * src/prefs_matcher.c
649 * src/prefs_scoring.c
652 new matcher/filter/score configuration file parser
653 one unique configuration file => ~/.sylpheed/matcherrc
654 import in currently automatic, then save are made
656 one filter per folder and one global filter
657 (filter of a folder will be used as folder processing)
660 fix a bug in folder_item_get_identifier
663 receive receipt return are fixed.
665 2001-11-14 [alfons] 0.6.5claws14
668 add things from main branch to make claws compile
670 2001-11-14 [paul] 0.6.5claws13
672 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
673 see ChangeLog entries 2001-11-08 to 2001-11-14
675 2001-11-14 [hoa] 0.6.5claws12
680 add "bounce mail" option
682 2001-11-13 [christoph] 0.6.5claws11
685 Cleanup a mess i add before commiting
687 2001-11-13 [hoa] 0.6.5claws10
690 some fixes when mail are sent or
693 2001-11-13 [christoph] 0.6.5claws9
696 Changed two string with the same translation
700 New mailsending process:
701 - Always queue message before sending
702 (message will be saved if sylpheed crashed or
703 freezes while sending)
704 - Allow queuing of newspostings
705 - No copy in outbox before sending
707 - No more redundant code for send and send_later
709 Applied wwp <subscript@free.fr>'s patch that fixes
710 marks for multiple forwarded messages (+compose.c)
715 remove things that are now in main branch
718 update Dutch translation
720 2001-11-12 [mhadasht] 0.6.5.claws8
723 re-enabled account autoselection feature for forward
724 and reedit lost during the branch point for SYNC-B4-REL
726 gtkpspell_get_dict(): more readable code (even if function is
729 added version number info to 2001-11-12 [hiro] comment.
731 2001-11-12 [hiro] 0.6.5.claws7
734 compose_forward(): fixed a bug that forward quote mark
736 removed unnecessary code.
737 * src/template_select.[ch]: removed.
742 :%s/GTK_TEXT/GTK_STEXT/g
747 revert the undo stuff (this is 0.6.6claws stuff)
749 2001-11-11 [hoa] 0.6.5.claws6
752 Insert signature at the end of the text.
753 Added undo patch but currently disabled
756 Threading by subject improved.
758 * added src/undo.[ch]
759 Undo module for compose dialog box.
761 2001-11-11 [alfons] 0.6.5.claws5
764 prevent threading by subject on nodes that have already been
765 threaded by in-reply-to (as in "circular references in a tree
766 result in a dead branch")
768 2001-11-09 [hoa] 0.6.5.claws4
771 allows creation of mbox folder item from any files.
773 2001-11-09 [alfons] 0.6.5.claws3
777 do what I mean and correct threading by subject so it really
778 ignores attracting lines without "Re: "
780 2001-11-07 [alfons] 0.6.5.claws2
784 only attract by subject if a subject line starts with a "Re: "
788 2001-11-07 [paul] 0.6.5claws1
790 * sync with sylpheed 0.6.5. release
791 see ChangeLog entry 2001-11-07
793 2001-11-07 [paul] 0.6.4claws31
795 * sync with sylpheed 0.6.4cvs18
796 see ChangeLog entries 2001-10-30 to 2001-11-07
797 prefs_templates.[ch] renamed prefs_template.[ch]
802 add semicolon Hoa forgot ;-)
805 2001-11-06 [hoa] 0.6.4claws30
811 threading by subject - empty subject are ignored
813 2001-11-06 [christoph] 0.6.4claws29
816 use SSL_peek for sock_gets
818 removed unneeded pointer in extracting quoted
821 2001-11-06 [melvin] 0.6.4claws28
824 fixed bug #476792 Selection overtyping with spell checker
825 fixed bug which could cause a buffer overflow
828 2001-11-06 [hoa] 0.6.4claws27
834 2001-11-05 [alfons] 0.6.4claws26
837 Claws -> Sylpheed (vice versa)
840 :%s/gtk_text/gtk_stext/g
841 :%s/GTK_TEXT/GTK_STEXT/g
842 (thanks to Jonathan Ware for spotting this)
844 2001-11-04 [christoph] 0.6.4claws25
847 replace Xalloca + strdup with Xstrdup_a
849 better implementation of extracting quoted names
850 from addresses (remove backlashes and ignore
853 2001-11-04 [alfons] 0.6.4claws24
856 edit to comply more with coding style
859 fix bug reported by Kim Schulz. introduced by the patch integrated
860 in 0.6.4claws15. the code did not check the return value of
864 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
866 2001-11-04 [christoph] 0.6.4claws23
869 * src/prefs_common.[ch]
870 init some pointers that possibly caused a segfault
871 reported in the claws-users ML
873 2001-11-04 [hoa] 0.6.4claws22
875 * src/grouplistdialog.c
876 change the names of the nodes in the tree
879 enhanced mailto syntax as described in
880 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
881 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
884 encode and decode URI (useful when opening URL into
887 2001-11-03 [hoa] 0.6.4claws21
889 * src/grouplistdialog.c
890 a new newsgroups list selection dialog box
891 with a CTree instead of a CList
893 2001-11-03 [hoa] 0.6.4claws20
896 enable property and scoring options when right
900 fixed bug when nickname were displayed using
903 2001-11-02 [darko] 0.6.4claws19
906 new wrap quotation and URL/long words wrapping implementation
907 * src/compose.c src/gtkstext.[ch]
908 move gtkstext_strncmp() to gtkstext.c
910 2001-11-01 [christoph] 0.6.4claws18
912 * src/prefs_account.c
913 fixed mess in account settings dialog
914 * src/prefs_folder_item.c
915 added label with folder path to dialog
917 2001-10-31 [match] 0.6.4claws17
922 fix generation of spurious address book file names.
923 remove redundant functions.
925 added missing file names.
927 2001-10-30 [paul] 0.6.4claws16
929 * sync with sylpheed 0.6.4cvs6
930 see ChangeLog entries 2001-10-26 to 2001-10-30
932 * tools/filter_conv.pl
933 read folderlist.xml to discover whether the top-level
934 folder is called 'Mailbox' or 'Mail'
936 2001-10-29 [paul] 0.6.4claws15
938 * src/html.c, src/textview.c
939 activate links in html mail and fix clickable parts
940 Submitted by Matthieu Dazy <dazy@t-surf.com>
944 * po/de.po, po/es.po, po/pt_BR/po
945 updated translations, submitted by Jens Oberender,
946 Ricardo Mones Lastra, and Fabio Junior Beneditto
948 2001-10-29 [darko] 0.6.4claws14
951 fix wrapping for good
956 undo previous change as it broke the smart wrapping
958 2001-10-29 [darko] 0.6.4claws13
961 fix infinite loop when long URL is quoted
966 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
967 import Mutt address book
968 * src/ldif.[ch] src/importldif.h
969 modified import LDIF handle user attributes
971 2001-10-28 [christoph] 0.6.4claws12
974 fixed that filtering did not work if there
976 (closes bug #472003 and better implementation
979 2001-10-27 [christoph] 0.6.4claws11
982 make the folder's default account to be used when
983 replying. (patch by wwp <subscript@free.fr>)
985 code cleanup, nearly killed all of wwp's patch
986 for folder's default account in compose
988 error panel when a folder could not be created
989 (closes bug #471080 new folder name & already
995 change prototype of strstr2() that Christoph forgot about
997 2001-10-26 [christoph] 0.6.4claws10
1000 made search for accounts by email address not case
1003 fixed memory leak in folder_item_get_identifier
1006 fixed wrong strstr2 (should work like strstr)
1008 2001-10-26 [darko] 0.6.4claws9
1010 * src/compose.c src/gtkstext.[ch]
1012 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
1014 2001-10-26 [paul] 0.6.4claws8
1017 ignore css and javascript tags in html mail
1018 case-insensitive, with or without double-quoted
1021 2001-10-26 [paul] 0.6.4claws7
1023 * sync with sylpheed 0.6.4cvs1
1024 see ChangeLog entry 2001-10-26
1026 * src/prefs_account.c, src/prefs_common.c,
1027 src/prefs_summary_column.c
1028 minor improvements to the English
1030 2001-10-25 [alfons] 0.6.4claws6
1034 make GtkSText follow style of GtkText (closes bug
1035 #469211 "text selection while writing message")
1037 do sync with GTK 1.2.10
1039 2001-10-25 [paul] 0.6.4claws5
1042 ignore css tags in html mail
1044 2001-10-25 [darko] 0.6.4claws4
1047 don't declare is_url_string as static function since
1048 we need it in gtkstext.c
1050 remove unused variable
1051 don't wrap long URLs while composing a message
1053 2001-10-24 [christoph] 0.6.4claws3
1056 fix ssl deadlock, when peer closes connection
1058 2001-10-24 [paul] 0.6.4claws2
1060 * src/prefs_common.c
1061 gettextize the gpg ascii-armored warning message
1064 insert a DOS/MAC file into the composed message
1067 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
1069 2001-10-22 [paul] 0.6.4claws1
1071 * sync with sylpheed 0.6.4 release
1072 see ChangeLog entries 2001-10-21
1074 * po/fr.po, po/pt_BR.po
1075 updated by Melvin Hadasht and Fabio Junior Beneditto
1077 2001-10-21 [paul] 0.6.3claws30
1080 insert a DOS text file from the compose window
1081 into the composed message text (removes CRs characters)
1082 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
1084 * tools/filter_conv.pl, tools/README
1085 automatically use ~/.sylpheed as working directory
1086 print out confirmation message on completion
1088 * correct Hoa's last ChangeLog.claws entry
1090 2001-10-20 [hoa] 0.6.3claws29
1092 * src/grouplistdialog.c
1093 bugfix (another ?) to give the right
1094 newsgroups list for each news server.
1098 improve the newsgroups list cache
1100 2001-10-20 [paul] 0.6.3claws28
1102 * sync with sylpheed 0.6.3cvs9
1103 see ChangeLog entry 2001-10-19
1105 * correct Alfons' last ChangeLog.claws entry
1110 fix compilation problems (part of bug #472895)
1112 2001-10-18 [hoa] 0.6.3claws27
1114 * src/grouplistdialog.c
1115 bugfix when we refresh was clicked (bug 472701)
1117 2001-10-19 [christoph] 0.6.3claws26
1120 last header entry should default to "To:" or
1121 "Newsgroups:" and not copy the last entry line
1122 in a new compose window
1123 (closes bug #472686, #470792)
1125 2001-10-19 [paul] 0.6.3claws25
1127 * sync with Sylpheed 0.6.3cvs8
1128 see ChangeLog entries 2001-10-18 and 2001-10-19
1130 2001-10-18 [christoph] 0.6.3claws24
1133 reimplement ignore thread
1135 2001-10-18 [hoa] 0.6.3claws23
1138 * src/grouplistdialog.[ch]
1139 enhanced news subscription interface (feature 469113)
1143 enchanced newsgroup listing,
1144 now, we can get groups informations
1147 2001-10-18 [paul] 0.6.3claws22
1150 remove comment (sync with main branch)
1152 fix 'Re-edit' bug in 'Message' menu
1154 2001-10-17 [christoph] 0.6.3claws21
1157 ignore empty or whitespace only header lines
1159 2001-10-17 [paul] 0.6.3claws20
1161 * sync with sylpheed 0.6.3cvs7
1162 see ChangeLog entries 2001-10-14, 2001-10-16, and
1168 wrap long lines without spaces
1173 * po/es.po, po/nl.po, po/pt_BR.po
1174 updated by Ricardo Mones Lastra, Alfons,
1175 and Fabio Junior Beneditto
1177 * sylpheed-0.6.3claws released
1179 2001-10-15 [melvin] 0.6.3claws18
1182 added summary and detailed installation instructions
1185 Updated, corrected and completed french translation
1187 2001-10-15 [hoa] 0.6.3claws17
1188 * src/grouplistdialog.c
1189 we can choose the newsgroups to display with wildcards
1191 2001-10-15 [christoph] 0.6.3claws16
1195 * src/prefs_folder_item.[ch]
1196 applied wwp <subscript@free.fr>'s folder
1197 default account patch
1199 Fixed wrong translation
1201 2001-10-13 [alfons, christoph, melvin]
1204 solution #2 to solve MT-safety problems defers all GUI related calls
1205 to the main thread using a gtk_idle_add() callback. discussed on
1206 ircnet #sylpheed, with christoph spotting some issues with the
1207 original code, and melvin allowing us to lobotomize his sylpheed.
1209 * src/syldap.[ch], src/main.c
1210 fix race problem in ldap search thread by deferring GUI
1211 stuff to main thread using gtk_idle_add()
1213 2001-10-13 [paul] 0.6.3claws14
1215 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
1216 add Sergey's smtpcred.patch
1217 adds separate username/password setting for SMTP Auth
1218 needed by some servers
1219 (closes feature request #471659)
1221 2001-10-13 [paul] 0.6.3claws13
1223 * src/pgptext.[ch] **NEW FILES**
1224 * src/Makefile.am, src/messageview.c, src/mimeview.c
1225 decrypt ascii-armored gpg text embedded in
1227 Submitted by Jens Jahnke <jan0sch@gmx.net>
1229 2001-10-13 [christoph] 0.6.3claws12
1232 some more details on default to and
1235 init glib threading when ldap is used
1241 2001-10-12 [paul] 0.6.3claws11
1243 * src/prefs_common.[ch], src/rfc2015.c
1244 enable ascii-armored gpg text to be embedded in the
1245 message body, selectable through the 'Privacy'
1246 preferences. Supports encrypting only.
1247 Submitted by Ravemax <ravemax@dextrose.com>
1249 2001-10-12 [paul] 0.6.3claws10
1251 * sync with sylpheed 0.6.3cvs6
1252 see ChangeLog entries 2001-10-11 and 2001-11-12
1255 incorporated mbox folders, scoring, and folder
1256 properties into the sync
1258 2001-10-12 [darko] 0.6.3claws9
1261 describe quotation wrapping
1263 don't treat tab as space to calculate line length properly
1268 correct description of how to make new filtering system work,
1269 add some other things
1272 remove sched_yield() (not necessary / unportable)
1274 2001-10-11 [paul] 0.6.3claws8
1276 * sync with sylpheed 0.6.3cvs3
1277 see ChangeLog entry 2001-10-10
1279 2001-10-10 [christoph] 0.6.3claws7
1282 ignore 2 files created by newer autotools
1283 * src/prefs_folder_item.c
1284 using table for widget alignment
1285 fixed memory leak and broken octal display
1287 fixed segfault caused by lost filename
1288 workaround (closes bug #469551)
1290 2001-10-10 [paul] 0.6.3claws6
1292 * sync with sylpheed 0.6.3cvs2
1293 see ChangeLog entries 2001-10-09 and 2001-10-10
1295 2001-10-10 [darko] 0.6.3.claws5
1298 proper calculation of right margin if smart wrapping is enabled
1300 automatically wrap long lines if wrap quotation is enabled
1302 2001-10-09 [alfons] 0.6.3.claws4
1305 select correct row when deleting last row in the summary view (and
1306 close bug "[ #469104 ] select second last in list when deleting")
1308 2001-10-09 [paul] 0.6.3claws3
1310 * sync with sylpheed 0.6.3cvs1
1311 updated some autotool scripts
1313 2001-10-09 [darko] 0.6.3claws2
1316 new name and mark with Sylpheed comment
1318 smart quotation wrapping a-la VIM
1320 2001-10-08 [paul] 0.6.3claws1
1322 * sync with sylpheed 0.6.3 release
1323 see ChangeLog entry 2001-10-08
1325 2001-10-08 [paul] 0.6.2claws24
1328 more sync with sylpheed 0.6.2cvs12
1329 Fixed the bug that didn't select the last row correctly
1332 2001-10-07 [paul] 0.6.2claws23
1334 * sync with sylpheed 0.6.2cvs12
1335 see ChangeLog entry 2001-10-07
1339 enable jpilot to read unsynch'ed addresses.
1341 * src/editldap_basedn.c
1342 fix segfault when opening dialog.
1344 2001-10-06 [alfons] 0.6.2.claws22
1347 fix bug with summary view selecting last *inserted*
1348 node instead of last *visible* node. remember we
1351 2001-10-06 [paul] 0.6.2claws21
1354 updated translation, contains some fixes and new
1355 translations, submitted by Gustavo Noronha Silva
1358 * src/prefs_common.c
1359 change 'each' to 'every' - fix dubious English
1361 * sync with sylpheed 0.6.2cvs11
1363 2001-10-05 [alfons] 0.6.2claws20
1365 * src/mainwindow.[ch], src/folderview.c
1366 make composite tool button switch between "Compose News"
1367 and "Compose Mail" depending on selected folder
1368 (nifty idea by Kim Schulz <kim@schulz.dk>)
1370 2001-10-05 [paul] 0.6.2claws19
1372 * src/mainwindow.c, src/summaryview.c
1373 fix 'Message/Reply to all', broken in last commit
1376 fix X_BEENTHERE seg fault, thanks to Alfons
1378 2001-10-04 [paul] 0.6.2claws18
1380 * src/compose.[ch], src/mainwindow.c
1381 make "Message/Reply" reply to mailing lists; matches
1382 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
1383 based on portions of the patch submitted by
1384 Junichi Uekawa <dancer@netfort.gr.jp>
1386 2001-10-04 [darko] 0.6.2claws17
1389 better smart wrapping
1391 a function to make text buffer contiguous
1393 2001-10-03 [paul] 0.6.2claws16
1395 * sync with sylpheed 0.6.2cvs10
1400 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
1401 close bug "[ #466566 ] compile error on mdk 8.0" by removing
1402 references to chinese translations (hope someone picks up
1405 2001-10-02 [christoph] 0.6.2claws15
1408 fixed non translated header bug
1410 fixed wrong date in alfons last entry ;)
1412 2001-10-02 [alfons] 0.6.2claws14
1414 * src/compose.c, src/prefs_common.[ch]
1415 add block cursor option
1417 2001-10-02 [paul] 0.6.2claws13
1419 * sync with sylpheed 0.6.2cvs9
1421 2001-09-30 [paul] 0.6.2claws12
1423 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
1424 updated translations
1427 add 'src/importldif.c'
1429 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
1430 added eudora-to-vCard conversion tool
1431 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
1433 * sync with sylpheed 0.6.2cvs8
1437 * sylpheed-0.6.2claws released
1439 2001-09-27 [melvin] 0.6.2claws11
1442 fixed crash when using default path (introduced
1444 fixed tiny bug for initial suggestion mode
1446 2001-09-27 [melvin] 0.6.2claws10
1449 fixed bug where gtkpspell didn't set the path correctly
1452 added a paragraph about spell checking
1456 2001-09-27 [paul] 0.6.2claws9
1458 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
1459 replace '// comments' with '/* comments */' to prevent
1460 some compiler warnings
1462 * sync with sylpheed 0.6.2cvs6
1464 2001-09-26 [alfons] 0.6.2claws8
1467 introduce return receipt request notification again,
1468 which was lost because of other semantics in
1469 procheader_parse() (???)
1471 2001-09-26 [christoph] 0.6.2claws7
1474 replace comments for old code with #if 0
1475 readded auto cc, bcc and reply-to
1476 * src/prefs_matcher.c
1477 * src/prefs_scoring.c
1478 removed some definition (was moved to
1481 2001-09-26 [paul] 0.6.2claws6
1484 make 'Follow-up and reply to' sensitive
1486 * more sync with sylpheed 0.6.2cvs5
1493 fixed bug for "US-ASCII" introduced by the encoding code
1499 * src/prefs_common.[ch], src/summaryview.c
1500 'next unread msg' 'go to next folder?' dialog can be
1501 given default behaviour, either always show dialog,
1502 or assume 'yes', or assume 'no'
1503 Submitted by wwp <subscript@free.fr>
1507 * src/compose.c src/gtkspell.[ch]
1508 added support for different encodings
1512 * more sync with sylpheed 0.6.2cvs5
1516 * src/prefs_folder_item.c
1517 add check for item->prefs->default_to string is NULL and
1518 add another check when freeing this string
1523 change to version 0.6.2claws3
1525 * sync with sylpheed 0.6.2cvs5
1528 * src/ldif.[ch], src/importldif.[ch], addressbook.c
1530 * src/addrcache.[ch], addrindex.[ch]
1531 small update for future
1537 added 'Learn from mistakes' option
1538 better handling of quotes in checked words
1541 small update for spell checking stuff
1546 edit a little bit so it complies more with main coding style
1550 * src/folder.[ch], prefs_folder_item.c, compose.c
1551 migrate "request return receipt" folder property
1556 * README.claws **NEW**
1557 (add things of interest for users of main branch
1560 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
1561 re-implement threading per folder option, but store
1562 the setting in folderlist.xml (where it belongs)
1567 fixed bug when compose window is under another window
1568 * src/prefs_common.[ch] src/compose.c
1569 changed 'dictionary_path' to 'dictionary' to be consistent
1570 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
1571 * ac/pspell.m4 src/Makefile.am
1572 dropped PSPELL_PATH macro
1574 updated translations
1576 2001-09-21 [christoph]
1579 added border around header fields
1580 keep header type when new field is added
1582 2001-09-20 [christoph]
1585 more portable debug_print with source filename
1588 more newlines after debug messages
1593 change to version 0.6.2claws2
1595 * sync with sylpheed 0.6.2cvs3
1600 fixed the post-right-click focus pb
1601 fixed crash when 'Spell check all' after dict change
1602 and when cursor is at the end of the text
1603 shift-right-click pops up config menu even on misspelled words.
1610 added pspell to compiled-in features list
1614 * switched to pspell and dropped ispell
1616 new file. autoconf macro for pspell
1618 * configure.in acconfig.h
1619 added pspell support
1621 * src/main.c src/compose.[ch] src/gtkspell.[ch]
1622 * src/prefs_common.[ch]
1623 added pspell support
1625 2001-09-18 [christoph]
1629 replace LOG_MESSAGE with debug_print
1633 added newline after debug message
1635 using __VA_ARGS__ for debug_print macro
1637 ignore Makefile and Makefile.in
1642 change to version 0.6.2claws1
1643 * sync with sylpheed 0.6.2cvs1
1646 * src/prefs_matcher.c
1647 add 'score equal to' option, submitted by
1648 Paul Evans <nerd@freeuk.com>
1650 2001-09-15 [christoph]
1653 comment out menu entry not existing in claws
1655 add debug output for non existing menu entries
1657 fix next/prev unread message for ignored threads
1659 add sourcefile and line number to debug output
1660 otherwise it is sometimes hard to find the
1661 source code part if debug messages are translated
1666 refresh target folder style after colour is changed
1671 change to version 0.6.1claws3
1673 * sync with sylpheed 0.6.1cvs6
1678 fix target folder colourization to use user selected colour
1683 fix crash when message that is marked for copy/move is unmarked
1688 change to version 0.6.1claws2
1690 * sync with sylpheed 0.6.1cvs3
1695 fix bug with default font used for trash folder text
1699 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1700 updated translations
1703 change to version 0.6.1claws1
1705 * sync with sylpheed 0.6.1cvs2
1710 add Match's new addressbook
1713 updated translation submitted by Jens Oberender
1718 change to 0.6.1claws
1719 * sync with sylpheed 0.6.1 release
1724 change to 0.6.0claws2
1726 * sync with sylpheed 0.6.0cvs4
1729 updated translation submitted by Fabio Junior Beneditto
1743 change to version 0.6.0claws1
1745 * sync with sylpheed 0.6.0cvs1
1748 updated translation submitted by Ricardo Mones Lastra
1751 add 'src/prefs_templates.c'
1753 * src/compose.c, src/summaryview.c
1754 fix segfault on 'Re_edit'
1758 * configure.in, Makefile.am
1760 add tools directory to source distribution
1765 change to version 0.6.0claws
1767 * sync with sylpheed 0.6.0 release
1769 2001-08-30 [christoph]
1772 removed autoconf version check
1776 * src/account.c, src/compose.c, src/prefs_common.[ch]
1777 * src/procheader.[ch] src/utils.[ch]
1778 Enhanced automatic account selection on replies
1779 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
1782 add LDAP and JPilot to the configuration results output.
1784 2001-08-29 [christoph]
1787 no bold font for ignored threads
1792 change to version 0.5.3claws6
1794 * sync with sylpheed 0.5.3cvs10
1795 src/stringtable.[ch]: New Files
1797 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
1798 * src/pixmaps/sylpheed.xpm
1799 add mini-icons to windows (by Alfons)
1804 new functions: next_labeled_cb(), prev_labeled_cb()
1807 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
1808 summary_select_next_labeled(), summary_select_prev_labeled()
1810 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
1811 give claws blue folders and a blue trash can
1816 change to version 0.5.3claws5
1818 * sync with sylpheed 0.5.3cvs9
1819 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
1821 2001-08-24 [christoph]
1824 keep filename when browsing directories
1825 (not working for user entered filename, but
1826 for default name and selected filename from
1829 fixed wrong spelling "Folllow-up"
1833 fixed new/unread message count with ignored
1834 threads (2 commits, first didn't notice no
1835 longer needed decreasing)
1837 readded scrolling of progress dialog
1843 change to 0.5.3claws4
1845 * sync with sylpheed 0.5.3cvs7
1847 2001-08-24 [christoph]
1850 set request return receipt when replying
1851 if it is set is the folder prefs of the
1854 disable final error popup if popups are
1855 disabled in config (again)
1860 Change version number to 0.5.3claws3
1862 * sync with sylpheed 0.5.3cvs5
1865 double quote '%s' in 'gedit %s' to fix bug when
1866 opening attachment with spaces in the name
1869 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
1870 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
1871 initial message templates support
1877 change version number to 0.5.3claws2
1879 * sync with sylpheed 0.5.3cvs4
1881 * src/procmsg.h src/summaryview.c
1882 re-implement (un)ignore thread
1887 remove unnecessary code
1889 enable 'dynamic' signatures (submitted by
1890 Eric Limpens <eric@hscg-internet.nl>)
1894 clean up after sync with sylpheed 0.5.3 release
1897 fix re-introduced font mess, see Christoph's
1902 use sylpheed's small font instead of
1903 gtk default font for summary view
1909 add pl to ALL_LINGUAS - sync with main branch
1911 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1912 Updated. Translations by Jens Oberender, Ricardo Mones
1913 Lastra, Alfons, and Fabio Junior Beneditto respectively.
1915 * po/pl.po ** NEW FILE **
1916 sync with the main branch
1919 fix target folder colorizing and refresh problem
1922 2001-08-17 [christoph]
1925 claws uses 4 colors for target folder coloring.
1926 arrays were not long enough and destroyed the
1927 stack causing a segfault.
1928 target folder colorizing does not work anymore
1934 change to version 0.5.3claws1
1936 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
1937 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
1938 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
1940 sync with sylpheed 0.5.3 release, but keep claws method of
1941 configuring/saving fonts
1943 * src/addressbook.[ch]
1944 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
1945 in line with a similar change in Hiroyuki's branch
1947 * src/mainwindow.[ch]
1948 disable main_window_set_thread_option()
1949 * src/prefs_folder_item.c
1950 comment out &tmps_prefs.enable_thread,
1951 * src/mbox_folder.c, src/procmsg.[ch]
1952 comment out MSG_IS_IGNORE_THREAD
1954 comment out summary_ignore_thread() and summary_unignore_thread()
1955 comment out MSG_IS_IGNORE_THREAD
1957 use Hiroyuki's threading instead.
1964 use Hiroyuki's 0.5.3 column scheme but also
1965 include the enable/disable button.
1966 * src/pixmaps/mark.xpm
1967 add Hiroyuki's amended pixmap
1969 2001-08-13 [christoph]
1972 receive at get all column showed wrong state for APOP
1973 button should only work for POP3 and APOP accounts
1974 * src/prefs_account.c
1975 added missing preprocessor statement for SSL
1980 add 'receive at get all' column and enable/disable
1983 2001-08-06 [christoph]
1986 show usage of SSL in protocol column
1992 * src/prefs_account.[ch]
1993 moved ssl options to a new page
1999 added support for SMTP STARTTLS command
2001 2001-08-05 [christoph]
2004 debian autoconf needs version check to find
2005 correct autoconf version. if the file is
2006 named configure.in 2.13 is used, which does
2007 not work with this configure.in script.
2008 other solution would be to rename the script
2009 to configure.ac as suggested in the autoconf
2013 disable final error popup if popups are
2018 fixes IMAP over SSL problem
2023 change to 0.5.2claws1
2025 * sync with sylpheed 0.5.2cvs1
2030 quick fix for ispell detection...
2035 change to 0.5.1claws4
2037 * sync with sylpheed 0.5.1cvs7
2041 * src/prefs_common.c, src/prefs_common.h,
2042 src/gtkspell.c, src/gtkspell.h
2043 add global spelling checker settings (compose tab) +
2044 selection of dictionary
2047 guess valid ispell location
2052 removal of 'src/quote_fmt_parse.c'
2055 (submitted by Jens Oberender <didge@suse.de>)
2060 * src/folderview.[ch]
2063 * src/prefs_common.[ch]
2065 target folder colourization
2069 more sync with Sylpheed 0.5.1cvs6
2074 * src/prefs_folder_item.[hc]
2076 shared folders support with a GUI
2082 * sync with Sylpheed 0.5.1cvs6
2088 (submitted by Fabio Junior Beneditto)
2094 patch to correct bad image mime headers
2095 (submitted by Don Quijote <dq@searchlores.org>)
2099 * tools/gif2xface.pl **NEW FILE**
2101 script to convert file.gif to file.xface for
2102 use in a custom header.
2103 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
2108 change macros for detecting JPilot and LDAP
2110 2001-07-27 [christoph]
2113 code cleanup (MIN / MAX warning, needed casting)
2118 disallow setting flags when detecting certain headers
2119 (X-Status, Status, Seen, X-Seen).
2121 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
2123 2001-07-27 [christoph]
2125 * src/prefs_filter.c
2126 * src/prefs_filtering.c
2127 * src/prefs_matcher.c
2128 * src/prefs_scoring.c
2129 scroll list when moving rows up or down
2133 * src/prefs_account.c
2134 * src/prefs_account.h
2136 SMTP over SSL (untested, feedback requested)
2144 * configure.in, acconfig.h
2145 define CLAWS (need this for main / claws detection)
2150 Sylpheed 0.5.1claws2
2152 * sync with Sylpheed 0.5.1cvs4
2154 2001-07-25 [christoph]
2158 item->prefs == NULL (don't know why)
2163 Sylpheed 0.5.1claws1
2165 * sync with Sylpheed 0.5.1cvs1-3
2167 2001-07-24 [christoph]
2170 * src/prefs_folder_item.[ch]
2171 added folderitem preferences dialog with
2172 default To: and auto request return receipt
2176 changes to handle new folderitem preferences
2180 call compose new mail with current folderitem
2184 Release Sylpheed 0.5.1claws
2187 change to release version 0.5.1claws
2189 2001-07-24 [christoph]
2192 fixed segfault that happend when the selected
2193 message was removed while retrieving new messages.
2197 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
2201 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
2202 this is a work in progress, for more information: http://nlpagan.net/sylman
2204 * configure.in, src/mainwindow.c, manual/Makefile.am
2205 add support for English manual
2208 add authors of user manuals
2210 * manual/en/sylpheed*.html
2211 add English documentation
2213 2001-07-22 [christoph]
2218 changed a wrong debug message
2223 update Dutch translation
2225 * src/prefs_filtering.c,
2227 add more translatable strings
2236 * src/inc.c, src/summaryview.[ch]
2237 prevent update of mark file when filtering has done, by
2238 using a variable; this affects two functions:
2239 inc.c::inc_finished()
2240 summaryview.c::summary_show()
2244 * src/filtering.[ch], src/prefs_filtering.c,
2246 add filtering action for label coloring
2251 * added src/labelcolors.c
2252 * added src/labelcolors.h
2253 * src/Makefile.am, src/summaryview.c
2254 rearrange label coloring code
2257 add more parentheses so label colouring works correctly
2260 don't really delete message, but move it to Trash
2262 * src/prefs_matcher.c
2263 add quote options to info dialog
2265 2001-07-20 [christoph]
2271 * src/ssl.[ch] (new)
2272 moved ssl stuff to a seperate file
2277 fix show sender using address book with no e-mail
2278 address in From: field
2282 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
2283 fix messy handling of escaping... now at least the
2284 execute command is useful. escape char is '\', we
2285 accept \n and \r too.
2289 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
2290 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
2299 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
2301 revise filtering; currently move, copy, marking have
2302 been tested. if you like bleeding edge stuff, you
2303 should definitely go for this version :)
2305 * mark old working stuff as VERSION_0_5_0_CLAWS5
2307 2001-07-17 [christoph]
2316 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
2317 bits in the mark file, without affecting either branch. Lots of
2318 files changed, also in claws branch.
2320 UNTESTED: use of mbox folders
2323 added mark all read; however this was a quick hack used for
2324 cleaning up mess after initial merge with Hiroyuki
2327 change claws version number back to 0.5.0claws5 to clear up
2328 confusion & pretension (recent release was technically
2329 0.5.0claws4, so we neatly align with Hiroyuki :-)
2333 sync with Hiroyuki's 0.5.0cvs4
2339 * src/filtering.[ch]
2340 remove invalid updating of mark files for
2341 filter actions MATCHING_ACTION_MOVE and
2342 MATCHING_ACTION_DELETE; this should fix the
2346 revert Christoph's stab at fixing the folder
2350 add missing files with translatable strings
2357 * src/addr_compl.[ch], src/prefs_filtering.c
2358 make "filtering pref dialog's destination entry" an
2359 "address completable entry", if filter destination is
2364 sync with Hiroyuki's 0.5.0cvs2-3
2366 2001-07-15 [christoph]
2369 fixed folder stats update after incorporation
2374 * finish label colouring stuff (for now)
2375 * fix incorrect colour bug (off by one)
2380 change text labels for news and mail message so there's
2381 plenty of toolbar estate left
2388 sync with Hiroyuki's 0.5.0cvs1
2391 more rewrite label colouring
2395 * src/summaryview.[ch]
2396 * start rewrite label colouring
2397 * fix proper location "Add Sender To Addressbook" menu item
2401 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2402 (actually this is 0.5.0claws4)
2407 * fix duplicate message
2408 * add updated Portugese / Brazilian translation
2409 submitted by Fabio Junior Beneditto
2417 add updated Dutch translation
2420 add updated German translation submitted by Jens
2424 Prerelease before 0.5.0claws. Please test.
2425 This version is temporarily tagged as VERSION_0_5_0_TEST
2427 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
2428 src/prefs_scoring.c, src/prefs_matcher.c,
2429 src/prefs_filtering.c, src/mbox.c,
2430 src/main.c, src/inc.c, src/filtering.[ch]
2431 revert new Hoa's new matcher (does not work yet)
2438 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2444 add ChangeLog.claws to EXTRA_DIST
2446 add matcher_parser_parse.h to EXTRA_DIST
2448 2001-07-10 [christoph]
2451 add destination folder to table of
2452 folders that need to be updated after
2459 make collapse state of folders and folder items persistent, i.e.
2460 if you collapse a folder tree, the next time sylpheed-claws starts
2461 up the folder tree remains collapsed.
2463 2001-07-10 [christoph]
2469 renamed MD5_CTX to MD5_CTX_syl
2470 conflicts with a struct in openssl
2473 * src/prefs_account.[ch]
2477 fixed compose with current account
2478 broken by new compose button stuff
2483 changed my email address
2485 * src/matcher_parser_parse.y
2486 clean the parser to remove conflicts
2494 fix incorrect description of --enable-ldap parameter
2496 * src/prefs_common.[ch]
2498 add experimental option "smart wrapping" which makes the
2499 compose editor auto wrap.
2501 | TODO: the problem with the buggy cursor handling is caused |
2502 | by the GtkText. when deleting / backspacing text its |
2503 | wrapping algorithm does not take in account the previous |
2504 | line. should find a way to hack this in. |
2505 | or should perhaps combine this with the word wrapping |
2506 | patch i wrote in january. |
2509 show build parameters for LDAP and JPilot
2512 revert Christoph's bugfix for selecting next unread message,
2513 because folder stats aren't updated correctly
2520 * src/matcher_parser_lex.l
2521 * src/matcher_parser_parse.y
2522 * src/prefs_filtering.c
2523 * src/prefs_scoring.c
2525 bugfix of the config file parser
2530 added generated matcher sources to BUILT_SOURCES
2536 added new config file parser
2539 * src/filtering.[ch]
2541 * src/prefs_filtering.c
2542 * src/prefs_matcher.c
2543 * src/prefs_scoring.c
2544 * added src/matcher_parser.h
2545 * added src/matcher_parser_lex.h
2546 * added src/matcher_parser_lex.l
2547 * added src/matcher_parser_parse.y
2548 lex & yacc config file parser
2553 changes prefs_filtering into global_filtering
2556 build threads with subjects only if "Re: " is at the
2557 beginning of the subject
2563 sync with sylpheed 0.5.0
2564 change of version number only
2570 sync with sylpheed 0.5.0pre5
2574 sync with sylpheed 0.5.0pre4 release
2575 /po and /manual/ja not sync'ed
2579 more sync with sylpheed 0.5.0pre4
2581 2001-07-03 [christoph]
2584 fixed address book broken by address book
2585 for VCard, JPilot, LDAP
2591 stopped memory leaks
2595 more sync with sylpheed 0.5.0pre4
2599 * included address book patch for VCard, JPilot, LDAP
2600 * pref_common.c - fixed Font options on Display tab (cosmetic)
2601 * alertpanel.c - fixed truncated message
2603 2001-07-02 [christoph]
2608 mark threads for ignoring
2614 * sync with sylpheed 0.5.0pre4
2615 updated gettext to 0.10.38.
2621 * src/summaryview.[ch]
2622 new right-click option: Label.
2623 substitute for 'Mark-->Mark/Unmark', colours the line.
2624 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
2626 2001-07-01 [christoph]
2629 fixed font for trash
2631 move ctree to unread message
2635 * sync with sylpheed 0.5.0pre3 release
2641 allow inserting / attaching multiple files in
2647 small change to Alfons' previous stuff so that it
2652 * lots of files changed; first attempt to merge the changes
2653 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
2658 updated and completed, translations by Fabio
2659 Junior Beneditto <fjbeneditto@yahoo.com.br>
2665 allow selecting an attached files' mime type from a
2670 * more sync with sylpheed 0.5.0pre3
2675 merge with sylpheed.pot and pt_BR.po provided by
2676 Fabio Junior Beneditto.
2681 make MIME types case insensitive
2686 merge with sylpheed.pot and old nl.po; translations added.
2690 * more sync with sylpheed 0.5.0pre3
2695 don't crash when removing parent node of messages
2696 attracted by subject. this was caused by not deleting
2697 the parent node from the subject line hash table.
2704 if there are multiple messages selected, allow forwarding
2705 them as attachments.
2709 * more sync with sylpheed 0.5.0pre3
2715 * sync with sylpheed 0.5.0pre3
2720 fixed 'compose news article' bug
2721 from icon-and-text toolbar
2725 * sync with sylpheed 0.5.0pre2 release
2727 2001-06-24 [christoph]
2729 * src/prefs_common.c
2730 bug fix in font selection
2732 use sylpheed's normal font instead of
2733 gtk default font for folders without
2738 * src/mainwindow.[ch]
2739 added composite compose mail / news button (an idea by Leandro
2740 Pereira <leandro@linuxmag.com.br>)
2744 Added instructions for ldif-to-xml.py
2752 * src/pixmaps/stock_news_compose.xpm
2753 added pixmap by Leandro
2754 * src/prefs_common.c
2755 tested built-in spelling checker of GCC 3.0 :)
2757 merged dutch translation of sylpheed-main with
2762 Added tools directory and files.
2764 * tools/filter_conv.pl
2765 converts old filter system to new filtering system
2766 * tools/ldif-to-xml.py
2767 converts netscape addressbook to sylpheed addressbook
2769 descriptions/instructions for above two files
2771 2001-06-23 [christoph]
2774 * src/manage_window.[ch]
2775 * src/prefs_common.[ch]
2776 mail retrieval dialog can be enabled, disabled
2777 or hidden if non of sylpheed's windows is active
2783 * sync with sylpheed 0.5.0pre2
2785 2001-06-21 [christoph]
2788 show recipient on 'from' for all accounts
2791 * src/prefs_common.[ch]
2792 disable error popup on mail receive errors
2797 made the ruler correctly appear and disappear.
2800 removed Hoa's work-in-progress-stuff (interesting!) so
2803 2001-06-20 [christoph]
2806 * src/progressdialog.c
2807 added scrolled window for list in progressdialog
2811 sync with sylpheed 0.5.0pre1 release
2813 2001-06-20 [christoph]
2816 make building threads by subject work when
2817 thread view is enabled
2820 * src/prefs_common.[ch]
2821 automatically select account for mail replys
2825 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
2826 they are filled in from the account settings.
2830 * more sync with sylpheed 0.5.0pre1
2836 added --sysconfdir to CPPFLAGS for pointing to the correct
2837 location of mime.types.
2839 NOTE: make sure you use --sysconfdir when running ./autogen.sh
2845 fixed some bug when building threads
2849 * src/prefs_account.c
2850 UI stuff: More changes to the English
2854 * src/pixmaps/stock_news_compose.xpm: new file
2858 Added new icon for Hoa's 'compose a news
2859 message', plus minor improvements to the
2865 more sync with sylpheed 0.5.0pre1
2871 Follow-up and reply to
2873 * src/summaryview.[ch]
2874 Build threads also with subjects
2879 forwarding use the current account.
2882 the "compose message" button has been replaced with
2883 "new mail" and "new news" buttons
2885 * src/prefs_common.[ch]
2886 added a configuration option to use the forward button
2887 as "forward as attachment"
2888 changed reply and forward format description
2890 * src/quote_fmt_lex.l
2891 * src/quote_fmt_parse.y
2892 added message with no signature in format for reply
2901 Improvements to the English
2903 * src/prefs_common.c
2904 Improvements to the English and some
2905 clarity/continuity improvements in the
2906 description of Quote symbols.
2912 * sync with sylpheed 0.5.0pre1
2917 Better interface for compose, displayed fields
2918 are updated whenever we change account.
2919 Newsgroups field is automatically filled.
2922 Newsgroups field is automatically filled.
2924 * src/prefs_account.c
2925 Some interface stuff when fields appear and
2932 * sync with sylpheed 0.4.99
2936 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
2937 base64_decoder_free, base64_decoder_decode): new object and
2938 functions for decoding base64 streams.
2939 * src/procmime.c (procmime_decode_content): modified to use the
2946 * sync with sylpheed 0.4.99cvs11
2952 * sync with sylpheed 0.4.99cvs9
2957 * src/prefs_account.c
2959 SMTP server can be defined in the news account
2960 mime type of attachment are kept.
2964 now choose the highest important score between default
2965 and important score of folder.
2969 * src/prefs_common.c:
2971 (prefs_quote_description_create): corrected description of
2972 quote format characters
2978 * sync with sylpheed 0.4.99cvs8
2982 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
2983 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
2989 * sync with sylpheed 0.4.99cvs7
2993 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
2994 clashes with autogenerated header).
2995 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
2996 * src/Makefile.am: added quote_fmt.h.
2997 * src/.cvsignore: added lex/yacc autogenerated files
2998 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
3004 * sync with sylpheed 0.4.99cvs6
3008 * added src/quote_fmt_parse.h
3013 don't modify readonly configuration files
3015 * src/prefs_account.c
3016 * src/prefs_common.c
3017 * src/prefs_customheader.c
3018 * src/prefs_display_header.c
3019 * src/prefs_filter.c
3020 * src/prefs_filtering.c
3021 * src/prefs_scoring.c
3022 don't open dialog box when configuration files
3027 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
3029 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
3030 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
3031 BUILT_SOURCES to make all files rebuild properly.
3033 * src/compose.c: removed #include "quote_fmt.tab.h".
3035 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
3036 CHARACTER value in yylval.
3038 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
3039 receive CHARACTER value by documented means (yylval).
3041 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
3046 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
3051 * src/prefs_filtering.c
3052 now keep the configuration for execute action
3059 * sync with sylpheed 0.4.99cvs5
3064 added quote_fmt.[ch]
3066 * added src/quote_fmt.y
3067 * added src/quote_fmt.l
3068 * added src/quote_fmt.tab.h
3069 * added src/quote_fmt.tab.c
3070 * added src/lex.quote_fmt.c
3071 parsing configuration for replying
3074 * src/prefs_common.[ch]
3075 added configuration UI for replying
3079 using configuration for replying
3087 * src/prefs_filtering.c
3088 * src/prefs_matcher.c
3089 * src/prefs_matcher.h
3090 action "run a command" for filtering
3091 and matching with a command.
3092 fixed the "whole message" matching
3095 changed temporary filename for security
3098 queue the notification if it fails to send.
3100 * src/prefs_common.c
3101 * src/prefs_folder_item.c
3102 changed the default important score
3104 * src/prefs_scoring.c
3106 hide kill score input when the folder is not
3111 * src/prefs_common.c:
3113 (prefs_font_select): pass font name in font entry box to font
3118 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
3122 * sync with sylpheed 0.4.99cvs4
3126 * src/headerwindow.c:
3128 (headerwindow_show_cb): use the selected summary view item, not
3133 * src/headerwindow.c:
3135 (headerwindow_show_cb): always try to show msginfo
3140 keep attached parts when reediting or forwarding.
3145 * src/prefs_folder_item.[ch]
3146 * src/prefs_scoring.[ch]
3148 * src/summaryview.[ch]
3151 * src/prefs_common.[ch]
3152 support for folder scoring
3153 kill score and important score for messages
3155 * src/prefs_account.c
3156 some display bug fixed for local account
3161 * src/summaryview.c:
3163 (add_sender_to_cb): don't crash when no or invalid sender; the add
3164 sender to address book menu item is disabled.
3168 * src/filtering.[ch]
3170 handling summary menu / filter messages
3176 imap folders now appears in list
3179 doesn't crash if destination mail is not writeable
3184 removed some warnings
3188 * src/prefs_filtering.c
3189 global string to identify any folders
3190 removed some debug info
3191 filtering to mbox folders is now possible
3194 removed some warnings
3197 permission on files are changed to read/write for user only,
3199 creation of subfolder is handled better.
3203 Verified the sync for src/prefs_common.[ch] and
3204 src/prefs_account.[ch]. I believe there were some
3205 minor indentation differences.
3211 * sync with 0.4.99cvs3
3216 handling flags for mbox format
3219 use of mark file only for MH format
3220 handling flags for mbox format
3221 filtering cannot yet move or copy mails to mbox folders.
3224 changed move_msg, copy_msg,
3225 move_msgs_with_dest, copy_msgs_with_dest functions
3226 uses only folder->copy_msg() function
3227 uses folder->finished_copy() to handle the destination
3228 folder at the end of the copy or move operation.
3231 included mbox directories.
3233 * src/folderview.[ch]
3235 handle folders operation for mbox format
3238 disable conversion of "From " header
3240 * src/mbox_folder.[ch]
3241 completion of mbox format handling
3244 changed mh_copy_msg() function and
3245 removed mh_move_msg(), mh_move_msgs_with_dest(),
3246 mh_copy_msgs_with_dest()
3248 * src/prefs_filtering.c
3249 removed some warnings
3251 * src/prefs_matcher.c
3252 default boolean operation is AND
3255 handling flags for mbox format
3256 handling of "From " header
3260 added MSG_REALLY_DELETED flags to handle deletion of
3261 messages in mbox format.
3264 handling flags for mbox format
3265 disable the MSG_DELETED flags when messages
3266 are deleted in mbox format
3269 "From " headers display fixed.
3275 (get_email_part): skip quoted email addresses, like in e.g.
3276 "'alfons@proteus.demon.nl'".
3280 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
3281 and fixing the persistence troubles when using separate windows.
3285 Added #define SEPARATE_ACTION used in the gtk item factory for
3286 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
3287 use gtk_item_factory_get_widget_by_action() to get the items.
3289 Removed separate_widget_cb from the gtk item factory data
3291 (mainwindow_create): connect separate_widget_cb() to check
3292 menu item "toggled" signal. also passing a MainWindow pointer
3293 as object data for both check menu items.
3295 (separate_widget_cb): definition of separate_widget_cb() to match
3296 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
3297 window using gtk_object_get_data(). The type of window separation
3298 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
3300 * src/prefs_filtering.c,
3301 src/prefs_matcher.c: added horizontal scrollbars
3306 fix segfault with invalid bold font
3308 correctly display summary stats after row is marked
3312 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
3313 encodings with libjconv.
3318 added mbox_folder.[ch]
3320 mbox temporary folder
3322 * added src/mbox_folder.[ch]
3324 * src/procheader.[ch]
3327 bugfix for file incorporation filtering
3329 enable creation of MBOX
3330 * src/prefs_display_header.c
3331 enable use of headers like "From "
3332 something that should be fixed :
3333 displaying of such headers add an extra space
3334 * src/prefs_folder_item.c
3335 don't create folders because it is not necessary
3337 added data field to MsgInfo for mbox internal use
3339 added some support for mbox
3341 added get_mbox_cache_dir() function
3343 2001-05-23 [hiroyuki]
3345 * src/headerwindow.c
3356 src/folderview.c: more sync with 0.4.99cvs2.
3358 * src/headerwindow.c: reverted.
3364 * sync with sylpheed 0.4.99cvs2
3372 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
3378 * configure.in: if gnome-config not found, "no" is displayed
3380 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
3382 * src/textview.c: now also possible to add mail addresses by right
3383 clicking in the text view
3385 * src/codeconv.c: merged patch which fixes endless loop when encountering
3386 invalid wide characters; from Alte <010@imis.ru>
3390 Added installation of gnome specific things:
3392 * Makefile.am: gnome conditional
3394 * configure.in: check for installed gnome
3396 * added sylpheed.png, sylpheed.desktop
3400 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
3402 * src/mainwindow.h (main_window_toolbar_create): created a button
3404 (main_window_set_toolbar_sensitive): enable/disable the new button
3406 (toolbar_reply_to_author_cb): handle the new button.
3408 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
3409 send_progress_dialog_destroy() on failure (fixes hang on SMTP
3414 * src/compose.h (ComposeReplyMode): new modes
3415 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
3416 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
3419 (compose_send): move some code into a new function:
3420 (compose_current_mail_account): new function.
3421 (compose_reply): new argument to_author, all callers changed; if
3422 to_author==TRUE and account->protocol==A_NNTP, find and use an
3423 appropriate mail account for replying.
3424 (compose_reply_set_entry): new argument to_author; ignore
3425 compose->replyto if to_author==TRUE.
3427 * src/mainwindow.c: new command "Message/Reply to author".
3428 (main_window_set_menu_sensitive): enable/disable it.
3429 (reply_cb): handle it.
3431 * src/summaryview.c: new command "Reply to author".
3432 (summary_set_menu_sensitive): enable/disable it.
3433 (summary_reply_cb): handle it.
3435 * src/account.c (account_find_mail_from_address): new function.
3441 * sync with sylpheed 0.4.99cvs1
3448 new filtering action : forward and forward as attachment
3451 no need for $DISPLAY when we run sylpheed --help
3452 call to parse_cmd_opt() is moved
3454 * src/mainwindow.[ch]
3455 execute button is hidden when immediate execute
3460 * src/prefs_folder_item.c
3462 better handling of missing directories
3465 reedit is enabled in outbox
3466 reedit is enabled in queue
3472 * src/prefs_filtering.c
3473 changed attachement into attachment
3479 * sync with sylpheed 0.4.67cvs9
3480 * sync with sylpheed 0.4.67cvs7-8
3485 added prefs_filtering.c
3487 * src/filtering.[ch]
3489 removed action : forward_news and forward_news_as_attachement
3490 (forward and forward_as_attachement can be used instead)
3493 added menu option to access filtering configuration
3495 * src/prefs_account.c
3496 changed mail_command default to /usr/sbin/sendmail
3498 * added src/prefs_filtering.[ch]
3499 dialog box for filtering configuration
3501 * src/prefs_matcher.c
3502 added function prefs_matcher_get_criteria_from_matching()
3504 * src/prefs_scoring.c
3505 reset the dialog when register or substitute is clicked
3510 added filtering.[ch]
3512 using filering.[ch] instead of filter.[ch]
3514 reading new filtering configuration
3516 added some filtering actions
3517 and fixed a bug for headers and mail body matching
3519 using filering.[ch] instead of filter.[ch]
3521 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
3523 some fixes for filtering
3525 2001-05-14 [hiroyuki]
3527 * src/send.c: fixed some weird indentations.
3528 send_message_with_command(): call pclose() only if p != NULL.
3529 * src/textview.c: get_email_part(): modified the code for readability.
3531 2001-05-14 [hiroyuki]
3535 src/md5ify.h: removed from the cvs.
3539 * src/main.c: include rfc2015.h to avoid compiler warnings.
3540 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
3541 the panel is already on screen.
3542 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
3543 closing the alert window by ESC as "No".
3544 * src/prefs_common.c (prefs_interface_create): moved return
3545 receipt check button to the correct place.
3549 * src/prefs_common.c:
3550 moved return receipt check button to the Send tab. (prefs_send_create)
3551 removed the date format ui related globals. (prefs_display_create)
3555 * sync with sylpheed 0.4.67cvs5-6
3559 * added Alfons' font selection patch
3562 * src/headerwindow.c
3563 * src/prefs_common.c
3564 * src/prefs_common.h
3568 changed version of cache
3570 * src/prefs_matcher.c
3571 added additionnal matching criteria
3575 added references in MsgInfo
3580 prepared some things for new filtering
3582 added some matching properties
3583 inreplyto need to be enhanced
3584 prepared some things for new filtering
3586 added Return-Receipt-To handling
3587 * src/prefs_folder_item.c
3588 changed default value to TRUE
3589 * src/prefs_matcher.c
3590 added some matching properties
3591 * src/prefs_scoring.[ch]
3592 the scoring dialog is finished
3594 added Return-Receipt-To handling
3595 Reference need to be added
3597 added Return-Receipt-To handling
3598 added threadscore to get a better score sorting when
3601 suppressed a bug when we sort the list
3602 when no folder is opened.
3603 better score sorting when threads are enabled
3607 * reverted previous patch because of potential errors
3611 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
3612 applied "toggle mail-retrieval dialog window" patch submitted
3613 by Eric Limpens <eric@qnt.net>
3615 * sync with sylpheed 0.4.67cvs4
3619 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
3620 some picky compilers.
3621 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
3622 * src/grouplist_dialog.c: include alertpanel.h.
3623 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
3624 fix compile warning.
3625 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
3626 #include "defs.h" before others to prevent the warning of `MIN'
3627 and `MAX' redefinition.
3633 * src/prefs_account.c
3634 * src/prefs_display_header.c
3637 added prefs_scoring.[ch]
3638 * src/grouplist_dialog.c
3639 display an error dialog box if the group list
3641 * src/mainwindow.[ch]
3642 added main_window_set_thread_option() function
3643 scoring dialog box enabled
3645 added flags matching unread /new / marked
3646 / deleted / replied / forwarded
3648 newsgroups are now finally in newscache
3649 * src/prefs_matcher.[ch]
3650 finished preferences for matching dialog
3651 * added src/prefs_scoring.[ch]
3652 scoring dialog box completed
3654 conversion to string : added scoringprop_to_string()
3655 write config for preferences :
3656 added prefs_scoring_write_config()
3658 threads can be enabled/disabled independently
3666 thought it would be nice to have a list of all
3667 contributors (used Changelog as a reference)
3670 messed up version numbering...
3674 * sync with sylpheed 0.4.67cvs1-3
3678 * src/prefs_common.c:
3679 better UI for strftime format, double clicking
3680 on format now inserts the format in text entry
3681 replaced close button with standard OK/Cancel
3682 moved date format button to the right of the
3688 Ctrl-Home / Ctrl-End have proper cursor navigation
3692 * src/prefs_matcher.c
3693 finished UI to define matching properties
3694 added ok and cancel button
3695 * src/prefs_filter.c
3696 added ok and cancel button
3698 fixed some bug in xhdr parsing
3703 fixed a bug in textview_show_header(), which displayed two colons (':');
3704 cleaned up some warnings
3709 added prefs_matcher.[ch]
3710 compilation with -W -Wall
3712 ungrab the mouse events if grabbed - does it
3713 fix the bug for disposition notification ?
3715 added a menu option to open the matching dialog.
3717 added matcherprop_to_string() and matcherlist_to_string()
3718 fixed some bugs, changed the name of some options
3719 age_sup and age_inf becomes age_greater and age_lower,
3720 body and messageheaders becomes body_part and headers_part,
3721 changed the names of constants from SCORING_XXX to MATCHING_XXX
3722 * src/prefs_display_header.c
3723 * src/prefs_headers.c
3724 fixed a bug that accidentally destroyed dialogs
3725 when closed them with delete_event
3726 Added *_deleted() which handle delete_event signal correctly.
3727 * src/prefs_folder_item.[ch]
3728 added "enable_thread" field for future customization
3729 * added src/prefs_matcher.[ch]
3730 sample of the UI to define matching properties
3732 using procheader_headername_equal instead of str*cmp functions
3733 using procheader_parse_header() function
3735 using MATCHING_XXX instead of SCORING_XXX
3737 display the sender of the news even if this is ourself
3738 when this is a news message.
3740 using headername_equal() instead of str*cmp functions
3746 * sync with sylpheed 0.4.66
3747 * src/gtkstext.c: trace logs added
3751 * src/prefs_common.[ch]: added option to enable/disable GnuPG