1 2001-12-10 [alfons] 0.6.5claws72
4 clean up warnings "returning value for void function"
5 * src/prefs_filtering.c
6 make info button for execute action sensitive
8 2001-12-10 [paul] 0.6.5claws71
13 fix: imap server now gets informed of MARKED, UNMARKED
14 and REPLY events. Now people can use different IMAP-Mail
15 clients and have the exact same information about MARKED,
16 UNMARKED and REPLY status with all of them. Especially
17 useful for imap servers with a web-frontend.
18 submitted by Tobias Sandhaas <medlor@web.de>
20 2001-12-09 [melvin] 0.6.5claws70
23 fixed bug #490076 (hunted down by Alfons who implemented
24 a workaround in 0.6.5claws65)
26 2001-12-09 [christoph] 0.6.5claws69
29 set pointer to string in LOCKED column to NULL
30 (might fix bug #490800)
32 2001-12-09 [carsten] 0.6.5claws68
35 resolved some cluttered menu shortcuts
36 ('creating new email' and 'creating news message'
39 wmclass now distinc from main window
42 email/news and forward button functionality similar
43 to the reply buttons; removed the ugly dropdown arrows
44 and use instead the right mouse button
46 2001-12-09 [paul] 0.6.5claws67
50 allow spaces in imap folder names
51 submitted by Willem van Engen <wvengen@stack.nl>
53 2001-12-09 [paul] 0.6.5claws66
55 * sync with sylpheed 0.6.5cvs24
56 see ChangeLog entry 2001-12-09
58 2001-12-08 [alfons] 0.6.5claws65
61 prevent secondary selection claim after "add to sender" dialog
62 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
63 we trick GTK by simulating a click at (0, 0) in the textview.
65 2001-12-08 [hoa] 0.6.5claws64
68 fixed a bug about the .processing folder name while filtering
70 2001-12-08 [alfons] 0.6.5claws63
73 work around problem of not correctly updating folder stats
74 when deleting messages. there's some folder scanning evil
75 going so the folderview_update_msg_num() does not work
76 correctly. need to investigate this.
78 2001-12-08 [paul] 0.6.5claws62
80 * sync with sylpheed 0.6.5cvs23
81 see ChangeLog entry 2001-12-08
83 2001-12-07 [christoph] 0.6.5claws61
86 fix another header translation problem
88 2001-12-07 [alfons] 0.6.5claws60
91 make filtering also work on local spool mbox
93 2001-12-07 [carsten] 0.6.5claws59
95 addressbook window gets a wmclass distinct from the main
99 forward menu item will use mode selected in prefs, forward
100 as attatchment in menu removed (will be substituted in the
101 toolbar similar to reply buttons)
102 create news message menu entry and news button is now
103 sensitive to the existance of a news account
104 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
105 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
106 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
107 these are removed because the toolbar buttons don't show
108 the quoting modus any longer
112 * tools/newscache_clean.pl ** NEW FILE **
113 perl script to do some tidying up in the newscache directory
115 * tools/sylpheed-switcher ** NEW FILE **
116 perl script to enable easy switching between main and claws
119 added descriptions of the two new perl scripts
122 2001-12-07 [melvin] 0.6.5claws58
125 fixed a warning during compilation introduced in 0.6.5claws56
127 2001-12-07 [paul] 0.6.5claws57
129 * src/mainwindow.[ch]
131 further usability enhancements to replying with or without
132 quoting via the toolbar, use of Ctrl key is replaced by
134 Submitted by Carsten Schurig
136 2001-12-07 [melvin] 0.6.5claws56
139 hack to fix bug that prevented to make/paste selections
140 after switching between MVIEW_TEXT and MVIEW_MIME views
141 without deselecting the selection first.
143 2001-12-06 [alfons] 0.6.5claws55
147 revise filtering a little bit more, and make sure
148 messages are delivered to the appropriate inbox
149 (perhaps set per account)
151 2001-12-06 [paul] 0.6.5claws54
153 * sync with sylpheed 0.6.5cvs22
154 see ChangeLog entry 2001-12-06
156 2001-12-05 [alfons] 0.6.5claws53
162 more revisions of filtering system
163 (last stable version is marked as LAST_STABLE)
165 | NOTE 1): the filtering system now uses a local folder called
166 | .processing. if filtering fails, check this directory
167 | for missing messages.
169 | NOTE 2): help us find the filtering actions still missing
171 2001-12-05 [paul] 0.6.5claws52
174 fix bug where 'Empty Trash?' pop-up window appears even
175 when Trash is empty, submitted by Jesse Skinner
177 2001-12-05 [melvin] 0.6.5claws51
180 fixed bug #486106 to select correct account when reediting
183 2001-12-04 [alfons] 0.6.5claws50
186 declare markfile in appropriate functions when
187 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
190 2001-12-04 [paul] 0.6.5claws49
192 * sync with sylpheed 0.6.5cvs21
193 see ChangeLog entry 2001-12-04
195 2001-12-03 [christoph] 0.6.5claws48
198 changed translation of undo
201 don't reinvent the wheel to traverse a GNode
203 seperate code to create the compose gui into functions
204 add "Others" page with folder selection for saving copy
206 the folder identifier is saved to queue header
208 save message to folder in queue header
210 2001-12-03 [paul] 0.6.5claws47
212 * sync with sylpheed 0.6.5cvs20
213 see ChangeLog entry 2001-12-03
217 * more sync with sylpheed 0.6.5cvs19
218 see ChangeLog entry 2001-11-29
220 2001-11-30 [paul] 0.6.5claws46
223 remove conflicts introduced by Hoa's last commit
226 make 'Message/Bounce' sensitive
228 2001-11-30 [hoa] 0.6.5claws45
231 slightly change bounce function to add
232 information about the user that bounced the mail
233 in the From header line.
236 permit the use of processing in outbox folder.
238 2001-11-29 [paul] 0.6.5claws44
240 * src/mainwindow.[ch]
242 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
243 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
244 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
245 usability enhancements to the quoting, implements
246 use of Ctrl key to toggle quoting settings
247 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
249 2001-11-29 [paul] 0.6.5claws43
251 * sync with sylpheed 0.6.5cvs19
252 see ChangeLog entry 2001-11-28
254 2001-11-29 [melvin] 0.6.5claws42
256 added enriched.[ch] to the list of files
262 added support to view text/enriched
263 added support to show headers in message view for text/enriched and text/html
264 in non multipart messages
266 2001-11-28 [paul] 0.6.5claws41
268 * more sync with sylpheed 0.6.5cvs18
269 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
271 2001-11-27 [paul] 0.6.5claws40
274 updated translation, submitted by Fabio Junior Beneditto
276 * sync with sylpheed 0.6.5cvs18
277 see ChangeLog entries 2001-11-26 (src/textview.c) and
284 updated translation, submitted by Ricardo Mones Lastra
289 add more translatable strings
291 2001-11-26 [christoph] 0.6.5claws39
294 fixed one more umlaut
296 fix translated header when it should not be translated
298 2001-11-26 [paul] 0.6.5claws38
301 remove '/Message/Add Sender to address book' from
302 main_window_set_menu_sensitive(), prevent debug warning
303 add 'Message/Mark/Mark all read' to mainwin_entries[]
305 2001-11-26 [paul] 0.6.5claws37
308 fix 'recurring unread state' bug
311 * tools/filter_conv.pl
312 read name of top level mailbox from folderlist.xml
313 and presume nothing about its name
315 2001-11-26 [darko] 0.6.5claws36
318 removed functions that are now in gtkutils.c
319 use gtkut_text_is_uri_string() from gtkutils.c
320 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
322 2001-11-26 [paul] 0.6.5claws35
324 * sync with sylpheed 0.6.5cvs16
325 see ChangeLog entries 2001-11-25 and 2001-11-26
327 2001-11-25 [alfons] 0.6.5claws34
329 EXPERIMENTAL!!! Please checkout the last stable version using:
331 % cvs update -r LAST_STABLE -dRAP
333 (Or help us testing this stuff.)
335 * src/filtering.c (1.14)
336 * src/filtering.h (1.6)
338 * src/matcher.c (1.20)
340 * src/procmsg.h (1.14)
341 * src/summaryview.c (1.59)
342 * src/summaryview.h (dunno)
343 revert/merge/sync to as it was before commit
344 on Thu, 19 Jul 2001 10:15:51 -0700.
346 2001-11-25 [hoa] 0.6.5claws33
349 processing mails at startup
352 * src/summaryview.[ch]
353 processing mails when entering folder
355 * src/prefs_filtering.c
358 2001-11-24 [alfons] 0.6.5claws32
360 * src/summaryview.[ch]
361 make summary sort headers work, and also make
362 sure the sort type is stored
364 2001-11-23 [alfons] 0.6.5claws31
366 * src/summaryview.[ch]
367 make lock work like mark
368 disallow deleting messages marked as locked
370 2001-11-23 [alfons] 0.6.5claws30
376 merge undo patch submitted by Jens
378 2001-11-23 [christoph] 0.6.5claws29
383 fixed gpg signing and encoding
386 added --status option to get new, unread and total
387 message count from a running sylpheed
389 temporary fix for reply_with_quote problem
390 (don't call functions for non existing widget)
392 one more check for ignored threads but still not
393 always working correctly. probably a recursive
394 check for all parents is needed
396 2001-11-23 [darko] 0.6.5claws28
399 wrapping on send improvements
401 fix for GtkSText after last sync with main branch
402 GTK_TEXT -> GTK_STEXT
404 2001-11-23 [paul] 0.6.5claws27
406 * sync with sylpheed 0.6.5cvs14
407 see ChangeLog entries 2001-11-22 and 2001-11-23
410 fixed the scrambled umlauts
411 submitted by Carsten Schurig <Carsten.Schurig@web.de>
413 2001-11-21 [paul] 0.6.5claws26
415 * sync with sylpheed 0.6.5cvs12
416 see 2nd ChangeLog entry dated 2001-11-20
418 2001-11-20 [paul] 0.6.5claws25
420 * sync with sylpheed 0.6.5cvs11
421 see ChangeLog entry 2001-11-19 (src/utils.c)
426 GTK_TEXT -> GTK_STEXT
427 fix for wrong comment
429 2001-11-20 [hiro] 0.6.5claws24
432 more merges from main branch
433 removed fatal warnings (uninitialized variables etc.)
434 some coding style fix
441 2001-11-19 [hoa] 0.6.5claws23
444 * src/prefs_scoring.c
449 * src/matcher_parser_parse.y
450 * src/prefs_filtering.c
453 2001-11-19 [alfons] 0.6.5claws22
455 more of my old things into claws
460 * src/summaryview.[ch]
461 * src/prefs_summary_column.c
462 * src/pixmaps/locked.xpm
463 add indicators for locking of message in summary view
464 (does not work yet, only visual indicator)
466 2001-11-19 [paul] 0.6.5claws21
468 * sync with sylpheed 0.6.5cvs10
469 see ChangeLog entry 2001-11-19
471 2001-11-18 [alfons] 0.6.5claws20
474 remove an inadvertent free I forgot in previous clean up
476 2001-11-18 [alfons] 0.6.5claws19
479 clean up & plug leaks
481 2001-11-18 [paul] 0.6.5claws18
483 * sync with sylpheed 0.6.5cvs9
484 see ChangeLog entries 2001-11-17 and 2001-11-18
486 2001-11-16 [paul] 0.6.5claws17
488 * sync with sylpheed 0.6.5cvs8
489 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
491 2001-11-16 [paul] 0.6.5claws16
493 * sync with sylpheed 0.6.5cvs7
494 see ChangeLog entries 2001-11-15 and 2001-11-16
496 2001-11-15 [hoa] 0.6.5claws15
499 fix bounce, mails we received couln't be bounced to ourself.
504 * src/matcher_parser.h
505 * src/matcher_parser_lex.l
506 * src/matcher_parser_parse.y
510 * src/prefs_filtering.[ch]
512 * src/prefs_matcher.c
513 * src/prefs_scoring.c
516 new matcher/filter/score configuration file parser
517 one unique configuration file => ~/.sylpheed/matcherrc
518 import in currently automatic, then save are made
520 one filter per folder and one global filter
521 (filter of a folder will be used as folder processing)
524 fix a bug in folder_item_get_identifier
527 receive receipt return are fixed.
529 2001-11-14 [alfons] 0.6.5claws14
532 add things from main branch to make claws compile
534 2001-11-14 [paul] 0.6.5claws13
536 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
537 see ChangeLog entries 2001-11-08 to 2001-11-14
539 2001-11-14 [hoa] 0.6.5claws12
544 add "bounce mail" option
546 2001-11-13 [christoph] 0.6.5claws11
549 Cleanup a mess i add before commiting
551 2001-11-13 [hoa] 0.6.5claws10
554 some fixes when mail are sent or
557 2001-11-13 [christoph] 0.6.5claws9
560 Changed two string with the same translation
564 New mailsending process:
565 - Always queue message before sending
566 (message will be saved if sylpheed crashed or
567 freezes while sending)
568 - Allow queuing of newspostings
569 - No copy in outbox before sending
571 - No more redundant code for send and send_later
573 Applied wwp <subscript@free.fr>'s patch that fixes
574 marks for multiple forwarded messages (+compose.c)
579 remove things that are now in main branch
582 update Dutch translation
584 2001-11-12 [mhadasht] 0.6.5.claws8
587 re-enabled account autoselection feature for forward
588 and reedit lost during the branch point for SYNC-B4-REL
590 gtkpspell_get_dict(): more readable code (even if function is
593 added version number info to 2001-11-12 [hiro] comment.
595 2001-11-12 [hiro] 0.6.5.claws7
598 compose_forward(): fixed a bug that forward quote mark
600 removed unnecessary code.
601 * src/template_select.[ch]: removed.
606 :%s/GTK_TEXT/GTK_STEXT/g
611 revert the undo stuff (this is 0.6.6claws stuff)
613 2001-11-11 [hoa] 0.6.5.claws6
616 Insert signature at the end of the text.
617 Added undo patch but currently disabled
620 Threading by subject improved.
622 * added src/undo.[ch]
623 Undo module for compose dialog box.
625 2001-11-11 [alfons] 0.6.5.claws5
628 prevent threading by subject on nodes that have already been
629 threaded by in-reply-to (as in "circular references in a tree
630 result in a dead branch")
632 2001-11-09 [hoa] 0.6.5.claws4
635 allows creation of mbox folder item from any files.
637 2001-11-09 [alfons] 0.6.5.claws3
641 do what I mean and correct threading by subject so it really
642 ignores attracting lines without "Re: "
644 2001-11-07 [alfons] 0.6.5.claws2
648 only attract by subject if a subject line starts with a "Re: "
652 2001-11-07 [paul] 0.6.5claws1
654 * sync with sylpheed 0.6.5. release
655 see ChangeLog entry 2001-11-07
657 2001-11-07 [paul] 0.6.4claws31
659 * sync with sylpheed 0.6.4cvs18
660 see ChangeLog entries 2001-10-30 to 2001-11-07
661 prefs_templates.[ch] renamed prefs_template.[ch]
666 add semicolon Hoa forgot ;-)
669 2001-11-06 [hoa] 0.6.4claws30
675 threading by subject - empty subject are ignored
677 2001-11-06 [christoph] 0.6.4claws29
680 use SSL_peek for sock_gets
682 removed unneeded pointer in extracting quoted
685 2001-11-06 [melvin] 0.6.4claws28
688 fixed bug #476792 Selection overtyping with spell checker
689 fixed bug which could cause a buffer overflow
692 2001-11-06 [hoa] 0.6.4claws27
698 2001-11-05 [alfons] 0.6.4claws26
701 Claws -> Sylpheed (vice versa)
704 :%s/gtk_text/gtk_stext/g
705 :%s/GTK_TEXT/GTK_STEXT/g
706 (thanks to Jonathan Ware for spotting this)
708 2001-11-04 [christoph] 0.6.4claws25
711 replace Xalloca + strdup with Xstrdup_a
713 better implementation of extracting quoted names
714 from addresses (remove backlashes and ignore
717 2001-11-04 [alfons] 0.6.4claws24
720 edit to comply more with coding style
723 fix bug reported by Kim Schulz. introduced by the patch integrated
724 in 0.6.4claws15. the code did not check the return value of
728 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
730 2001-11-04 [christoph] 0.6.4claws23
733 * src/prefs_common.[ch]
734 init some pointers that possibly caused a segfault
735 reported in the claws-users ML
737 2001-11-04 [hoa] 0.6.4claws22
739 * src/grouplistdialog.c
740 change the names of the nodes in the tree
743 enhanced mailto syntax as described in
744 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
745 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
748 encode and decode URI (useful when opening URL into
751 2001-11-03 [hoa] 0.6.4claws21
753 * src/grouplistdialog.c
754 a new newsgroups list selection dialog box
755 with a CTree instead of a CList
757 2001-11-03 [hoa] 0.6.4claws20
760 enable property and scoring options when right
764 fixed bug when nickname were displayed using
767 2001-11-02 [darko] 0.6.4claws19
770 new wrap quotation and URL/long words wrapping implementation
771 * src/compose.c src/gtkstext.[ch]
772 move gtkstext_strncmp() to gtkstext.c
774 2001-11-01 [christoph] 0.6.4claws18
776 * src/prefs_account.c
777 fixed mess in account settings dialog
778 * src/prefs_folder_item.c
779 added label with folder path to dialog
781 2001-10-31 [match] 0.6.4claws17
786 fix generation of spurious address book file names.
787 remove redundant functions.
789 added missing file names.
791 2001-10-30 [paul] 0.6.4claws16
793 * sync with sylpheed 0.6.4cvs6
794 see ChangeLog entries 2001-10-26 to 2001-10-30
796 * tools/filter_conv.pl
797 read folderlist.xml to discover whether the top-level
798 folder is called 'Mailbox' or 'Mail'
800 2001-10-29 [paul] 0.6.4claws15
802 * src/html.c, src/textview.c
803 activate links in html mail and fix clickable parts
804 Submitted by Matthieu Dazy <dazy@t-surf.com>
808 * po/de.po, po/es.po, po/pt_BR/po
809 updated translations, submitted by Jens Oberender,
810 Ricardo Mones Lastra, and Fabio Junior Beneditto
812 2001-10-29 [darko] 0.6.4claws14
815 fix wrapping for good
820 undo previous change as it broke the smart wrapping
822 2001-10-29 [darko] 0.6.4claws13
825 fix infinite loop when long URL is quoted
830 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
831 import Mutt address book
832 * src/ldif.[ch] src/importldif.h
833 modified import LDIF handle user attributes
835 2001-10-28 [christoph] 0.6.4claws12
838 fixed that filtering did not work if there
840 (closes bug #472003 and better implementation
843 2001-10-27 [christoph] 0.6.4claws11
846 make the folder's default account to be used when
847 replying. (patch by wwp <subscript@free.fr>)
849 code cleanup, nearly killed all of wwp's patch
850 for folder's default account in compose
852 error panel when a folder could not be created
853 (closes bug #471080 new folder name & already
859 change prototype of strstr2() that Christoph forgot about
861 2001-10-26 [christoph] 0.6.4claws10
864 made search for accounts by email address not case
867 fixed memory leak in folder_item_get_identifier
870 fixed wrong strstr2 (should work like strstr)
872 2001-10-26 [darko] 0.6.4claws9
874 * src/compose.c src/gtkstext.[ch]
876 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
878 2001-10-26 [paul] 0.6.4claws8
881 ignore css and javascript tags in html mail
882 case-insensitive, with or without double-quoted
885 2001-10-26 [paul] 0.6.4claws7
887 * sync with sylpheed 0.6.4cvs1
888 see ChangeLog entry 2001-10-26
890 * src/prefs_account.c, src/prefs_common.c,
891 src/prefs_summary_column.c
892 minor improvements to the English
894 2001-10-25 [alfons] 0.6.4claws6
898 make GtkSText follow style of GtkText (closes bug
899 #469211 "text selection while writing message")
901 do sync with GTK 1.2.10
903 2001-10-25 [paul] 0.6.4claws5
906 ignore css tags in html mail
908 2001-10-25 [darko] 0.6.4claws4
911 don't declare is_url_string as static function since
912 we need it in gtkstext.c
914 remove unused variable
915 don't wrap long URLs while composing a message
917 2001-10-24 [christoph] 0.6.4claws3
920 fix ssl deadlock, when peer closes connection
922 2001-10-24 [paul] 0.6.4claws2
925 gettextize the gpg ascii-armored warning message
928 insert a DOS/MAC file into the composed message
931 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
933 2001-10-22 [paul] 0.6.4claws1
935 * sync with sylpheed 0.6.4 release
936 see ChangeLog entries 2001-10-21
938 * po/fr.po, po/pt_BR.po
939 updated by Melvin Hadasht and Fabio Junior Beneditto
941 2001-10-21 [paul] 0.6.3claws30
944 insert a DOS text file from the compose window
945 into the composed message text (removes CRs characters)
946 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
948 * tools/filter_conv.pl, tools/README
949 automatically use ~/.sylpheed as working directory
950 print out confirmation message on completion
952 * correct Hoa's last ChangeLog.claws entry
954 2001-10-20 [hoa] 0.6.3claws29
956 * src/grouplistdialog.c
957 bugfix (another ?) to give the right
958 newsgroups list for each news server.
962 improve the newsgroups list cache
964 2001-10-20 [paul] 0.6.3claws28
966 * sync with sylpheed 0.6.3cvs9
967 see ChangeLog entry 2001-10-19
969 * correct Alfons' last ChangeLog.claws entry
974 fix compilation problems (part of bug #472895)
976 2001-10-18 [hoa] 0.6.3claws27
978 * src/grouplistdialog.c
979 bugfix when we refresh was clicked (bug 472701)
981 2001-10-19 [christoph] 0.6.3claws26
984 last header entry should default to "To:" or
985 "Newsgroups:" and not copy the last entry line
986 in a new compose window
987 (closes bug #472686, #470792)
989 2001-10-19 [paul] 0.6.3claws25
991 * sync with Sylpheed 0.6.3cvs8
992 see ChangeLog entries 2001-10-18 and 2001-10-19
994 2001-10-18 [christoph] 0.6.3claws24
997 reimplement ignore thread
999 2001-10-18 [hoa] 0.6.3claws23
1002 * src/grouplistdialog.[ch]
1003 enhanced news subscription interface (feature 469113)
1007 enchanced newsgroup listing,
1008 now, we can get groups informations
1011 2001-10-18 [paul] 0.6.3claws22
1014 remove comment (sync with main branch)
1016 fix 'Re-edit' bug in 'Message' menu
1018 2001-10-17 [christoph] 0.6.3claws21
1021 ignore empty or whitespace only header lines
1023 2001-10-17 [paul] 0.6.3claws20
1025 * sync with sylpheed 0.6.3cvs7
1026 see ChangeLog entries 2001-10-14, 2001-10-16, and
1032 wrap long lines without spaces
1037 * po/es.po, po/nl.po, po/pt_BR.po
1038 updated by Ricardo Mones Lastra, Alfons,
1039 and Fabio Junior Beneditto
1041 * sylpheed-0.6.3claws released
1043 2001-10-15 [melvin] 0.6.3claws18
1046 added summary and detailed installation instructions
1049 Updated, corrected and completed french translation
1051 2001-10-15 [hoa] 0.6.3claws17
1052 * src/grouplistdialog.c
1053 we can choose the newsgroups to display with wildcards
1055 2001-10-15 [christoph] 0.6.3claws16
1059 * src/prefs_folder_item.[ch]
1060 applied wwp <subscript@free.fr>'s folder
1061 default account patch
1063 Fixed wrong translation
1065 2001-10-13 [alfons, christoph, melvin]
1068 solution #2 to solve MT-safety problems defers all GUI related calls
1069 to the main thread using a gtk_idle_add() callback. discussed on
1070 ircnet #sylpheed, with christoph spotting some issues with the
1071 original code, and melvin allowing us to lobotomize his sylpheed.
1073 * src/syldap.[ch], src/main.c
1074 fix race problem in ldap search thread by deferring GUI
1075 stuff to main thread using gtk_idle_add()
1077 2001-10-13 [paul] 0.6.3claws14
1079 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
1080 add Sergey's smtpcred.patch
1081 adds separate username/password setting for SMTP Auth
1082 needed by some servers
1083 (closes feature request #471659)
1085 2001-10-13 [paul] 0.6.3claws13
1087 * src/pgptext.[ch] **NEW FILES**
1088 * src/Makefile.am, src/messageview.c, src/mimeview.c
1089 decrypt ascii-armored gpg text embedded in
1091 Submitted by Jens Jahnke <jan0sch@gmx.net>
1093 2001-10-13 [christoph] 0.6.3claws12
1096 some more details on default to and
1099 init glib threading when ldap is used
1105 2001-10-12 [paul] 0.6.3claws11
1107 * src/prefs_common.[ch], src/rfc2015.c
1108 enable ascii-armored gpg text to be embedded in the
1109 message body, selectable through the 'Privacy'
1110 preferences. Supports encrypting only.
1111 Submitted by Ravemax <ravemax@dextrose.com>
1113 2001-10-12 [paul] 0.6.3claws10
1115 * sync with sylpheed 0.6.3cvs6
1116 see ChangeLog entries 2001-10-11 and 2001-11-12
1119 incorporated mbox folders, scoring, and folder
1120 properties into the sync
1122 2001-10-12 [darko] 0.6.3claws9
1125 describe quotation wrapping
1127 don't treat tab as space to calculate line length properly
1132 correct description of how to make new filtering system work,
1133 add some other things
1136 remove sched_yield() (not necessary / unportable)
1138 2001-10-11 [paul] 0.6.3claws8
1140 * sync with sylpheed 0.6.3cvs3
1141 see ChangeLog entry 2001-10-10
1143 2001-10-10 [christoph] 0.6.3claws7
1146 ignore 2 files created by newer autotools
1147 * src/prefs_folder_item.c
1148 using table for widget alignment
1149 fixed memory leak and broken octal display
1151 fixed segfault caused by lost filename
1152 workaround (closes bug #469551)
1154 2001-10-10 [paul] 0.6.3claws6
1156 * sync with sylpheed 0.6.3cvs2
1157 see ChangeLog entries 2001-10-09 and 2001-10-10
1159 2001-10-10 [darko] 0.6.3.claws5
1162 proper calculation of right margin if smart wrapping is enabled
1164 automatically wrap long lines if wrap quotation is enabled
1166 2001-10-09 [alfons] 0.6.3.claws4
1169 select correct row when deleting last row in the summary view (and
1170 close bug "[ #469104 ] select second last in list when deleting")
1172 2001-10-09 [paul] 0.6.3claws3
1174 * sync with sylpheed 0.6.3cvs1
1175 updated some autotool scripts
1177 2001-10-09 [darko] 0.6.3claws2
1180 new name and mark with Sylpheed comment
1182 smart quotation wrapping a-la VIM
1184 2001-10-08 [paul] 0.6.3claws1
1186 * sync with sylpheed 0.6.3 release
1187 see ChangeLog entry 2001-10-08
1189 2001-10-08 [paul] 0.6.2claws24
1192 more sync with sylpheed 0.6.2cvs12
1193 Fixed the bug that didn't select the last row correctly
1196 2001-10-07 [paul] 0.6.2claws23
1198 * sync with sylpheed 0.6.2cvs12
1199 see ChangeLog entry 2001-10-07
1203 enable jpilot to read unsynch'ed addresses.
1205 * src/editldap_basedn.c
1206 fix segfault when opening dialog.
1208 2001-10-06 [alfons] 0.6.2.claws22
1211 fix bug with summary view selecting last *inserted*
1212 node instead of last *visible* node. remember we
1215 2001-10-06 [paul] 0.6.2claws21
1218 updated translation, contains some fixes and new
1219 translations, submitted by Gustavo Noronha Silva
1222 * src/prefs_common.c
1223 change 'each' to 'every' - fix dubious English
1225 * sync with sylpheed 0.6.2cvs11
1227 2001-10-05 [alfons] 0.6.2claws20
1229 * src/mainwindow.[ch], src/folderview.c
1230 make composite tool button switch between "Compose News"
1231 and "Compose Mail" depending on selected folder
1232 (nifty idea by Kim Schulz <kim@schulz.dk>)
1234 2001-10-05 [paul] 0.6.2claws19
1236 * src/mainwindow.c, src/summaryview.c
1237 fix 'Message/Reply to all', broken in last commit
1240 fix X_BEENTHERE seg fault, thanks to Alfons
1242 2001-10-04 [paul] 0.6.2claws18
1244 * src/compose.[ch], src/mainwindow.c
1245 make "Message/Reply" reply to mailing lists; matches
1246 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
1247 based on portions of the patch submitted by
1248 Junichi Uekawa <dancer@netfort.gr.jp>
1250 2001-10-04 [darko] 0.6.2claws17
1253 better smart wrapping
1255 a function to make text buffer contiguous
1257 2001-10-03 [paul] 0.6.2claws16
1259 * sync with sylpheed 0.6.2cvs10
1264 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
1265 close bug "[ #466566 ] compile error on mdk 8.0" by removing
1266 references to chinese translations (hope someone picks up
1269 2001-10-02 [christoph] 0.6.2claws15
1272 fixed non translated header bug
1274 fixed wrong date in alfons last entry ;)
1276 2001-10-02 [alfons] 0.6.2claws14
1278 * src/compose.c, src/prefs_common.[ch]
1279 add block cursor option
1281 2001-10-02 [paul] 0.6.2claws13
1283 * sync with sylpheed 0.6.2cvs9
1285 2001-09-30 [paul] 0.6.2claws12
1287 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
1288 updated translations
1291 add 'src/importldif.c'
1293 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
1294 added eudora-to-vCard conversion tool
1295 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
1297 * sync with sylpheed 0.6.2cvs8
1301 * sylpheed-0.6.2claws released
1303 2001-09-27 [melvin] 0.6.2claws11
1306 fixed crash when using default path (introduced
1308 fixed tiny bug for initial suggestion mode
1310 2001-09-27 [melvin] 0.6.2claws10
1313 fixed bug where gtkpspell didn't set the path correctly
1316 added a paragraph about spell checking
1320 2001-09-27 [paul] 0.6.2claws9
1322 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
1323 replace '// comments' with '/* comments */' to prevent
1324 some compiler warnings
1326 * sync with sylpheed 0.6.2cvs6
1328 2001-09-26 [alfons] 0.6.2claws8
1331 introduce return receipt request notification again,
1332 which was lost because of other semantics in
1333 procheader_parse() (???)
1335 2001-09-26 [christoph] 0.6.2claws7
1338 replace comments for old code with #if 0
1339 readded auto cc, bcc and reply-to
1340 * src/prefs_matcher.c
1341 * src/prefs_scoring.c
1342 removed some definition (was moved to
1345 2001-09-26 [paul] 0.6.2claws6
1348 make 'Follow-up and reply to' sensitive
1350 * more sync with sylpheed 0.6.2cvs5
1357 fixed bug for "US-ASCII" introduced by the encoding code
1363 * src/prefs_common.[ch], src/summaryview.c
1364 'next unread msg' 'go to next folder?' dialog can be
1365 given default behaviour, either always show dialog,
1366 or assume 'yes', or assume 'no'
1367 Submitted by wwp <subscript@free.fr>
1371 * src/compose.c src/gtkspell.[ch]
1372 added support for different encodings
1376 * more sync with sylpheed 0.6.2cvs5
1380 * src/prefs_folder_item.c
1381 add check for item->prefs->default_to string is NULL and
1382 add another check when freeing this string
1387 change to version 0.6.2claws3
1389 * sync with sylpheed 0.6.2cvs5
1392 * src/ldif.[ch], src/importldif.[ch], addressbook.c
1394 * src/addrcache.[ch], addrindex.[ch]
1395 small update for future
1401 added 'Learn from mistakes' option
1402 better handling of quotes in checked words
1405 small update for spell checking stuff
1410 edit a little bit so it complies more with main coding style
1414 * src/folder.[ch], prefs_folder_item.c, compose.c
1415 migrate "request return receipt" folder property
1420 * README.claws **NEW**
1421 (add things of interest for users of main branch
1424 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
1425 re-implement threading per folder option, but store
1426 the setting in folderlist.xml (where it belongs)
1431 fixed bug when compose window is under another window
1432 * src/prefs_common.[ch] src/compose.c
1433 changed 'dictionary_path' to 'dictionary' to be consistent
1434 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
1435 * ac/pspell.m4 src/Makefile.am
1436 dropped PSPELL_PATH macro
1438 updated translations
1440 2001-09-21 [christoph]
1443 added border around header fields
1444 keep header type when new field is added
1446 2001-09-20 [christoph]
1449 more portable debug_print with source filename
1452 more newlines after debug messages
1457 change to version 0.6.2claws2
1459 * sync with sylpheed 0.6.2cvs3
1464 fixed the post-right-click focus pb
1465 fixed crash when 'Spell check all' after dict change
1466 and when cursor is at the end of the text
1467 shift-right-click pops up config menu even on misspelled words.
1474 added pspell to compiled-in features list
1478 * switched to pspell and dropped ispell
1480 new file. autoconf macro for pspell
1482 * configure.in acconfig.h
1483 added pspell support
1485 * src/main.c src/compose.[ch] src/gtkspell.[ch]
1486 * src/prefs_common.[ch]
1487 added pspell support
1489 2001-09-18 [christoph]
1493 replace LOG_MESSAGE with debug_print
1497 added newline after debug message
1499 using __VA_ARGS__ for debug_print macro
1501 ignore Makefile and Makefile.in
1506 change to version 0.6.2claws1
1507 * sync with sylpheed 0.6.2cvs1
1510 * src/prefs_matcher.c
1511 add 'score equal to' option, submitted by
1512 Paul Evans <nerd@freeuk.com>
1514 2001-09-15 [christoph]
1517 comment out menu entry not existing in claws
1519 add debug output for non existing menu entries
1521 fix next/prev unread message for ignored threads
1523 add sourcefile and line number to debug output
1524 otherwise it is sometimes hard to find the
1525 source code part if debug messages are translated
1530 refresh target folder style after colour is changed
1535 change to version 0.6.1claws3
1537 * sync with sylpheed 0.6.1cvs6
1542 fix target folder colourization to use user selected colour
1547 fix crash when message that is marked for copy/move is unmarked
1552 change to version 0.6.1claws2
1554 * sync with sylpheed 0.6.1cvs3
1559 fix bug with default font used for trash folder text
1563 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1564 updated translations
1567 change to version 0.6.1claws1
1569 * sync with sylpheed 0.6.1cvs2
1574 add Match's new addressbook
1577 updated translation submitted by Jens Oberender
1582 change to 0.6.1claws
1583 * sync with sylpheed 0.6.1 release
1588 change to 0.6.0claws2
1590 * sync with sylpheed 0.6.0cvs4
1593 updated translation submitted by Fabio Junior Beneditto
1607 change to version 0.6.0claws1
1609 * sync with sylpheed 0.6.0cvs1
1612 updated translation submitted by Ricardo Mones Lastra
1615 add 'src/prefs_templates.c'
1617 * src/compose.c, src/summaryview.c
1618 fix segfault on 'Re_edit'
1622 * configure.in, Makefile.am
1624 add tools directory to source distribution
1629 change to version 0.6.0claws
1631 * sync with sylpheed 0.6.0 release
1633 2001-08-30 [christoph]
1636 removed autoconf version check
1640 * src/account.c, src/compose.c, src/prefs_common.[ch]
1641 * src/procheader.[ch] src/utils.[ch]
1642 Enhanced automatic account selection on replies
1643 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
1646 add LDAP and JPilot to the configuration results output.
1648 2001-08-29 [christoph]
1651 no bold font for ignored threads
1656 change to version 0.5.3claws6
1658 * sync with sylpheed 0.5.3cvs10
1659 src/stringtable.[ch]: New Files
1661 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
1662 * src/pixmaps/sylpheed.xpm
1663 add mini-icons to windows (by Alfons)
1668 new functions: next_labeled_cb(), prev_labeled_cb()
1671 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
1672 summary_select_next_labeled(), summary_select_prev_labeled()
1674 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
1675 give claws blue folders and a blue trash can
1680 change to version 0.5.3claws5
1682 * sync with sylpheed 0.5.3cvs9
1683 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
1685 2001-08-24 [christoph]
1688 keep filename when browsing directories
1689 (not working for user entered filename, but
1690 for default name and selected filename from
1693 fixed wrong spelling "Folllow-up"
1697 fixed new/unread message count with ignored
1698 threads (2 commits, first didn't notice no
1699 longer needed decreasing)
1701 readded scrolling of progress dialog
1707 change to 0.5.3claws4
1709 * sync with sylpheed 0.5.3cvs7
1711 2001-08-24 [christoph]
1714 set request return receipt when replying
1715 if it is set is the folder prefs of the
1718 disable final error popup if popups are
1719 disabled in config (again)
1724 Change version number to 0.5.3claws3
1726 * sync with sylpheed 0.5.3cvs5
1729 double quote '%s' in 'gedit %s' to fix bug when
1730 opening attachment with spaces in the name
1733 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
1734 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
1735 initial message templates support
1741 change version number to 0.5.3claws2
1743 * sync with sylpheed 0.5.3cvs4
1745 * src/procmsg.h src/summaryview.c
1746 re-implement (un)ignore thread
1751 remove unnecessary code
1753 enable 'dynamic' signatures (submitted by
1754 Eric Limpens <eric@hscg-internet.nl>)
1758 clean up after sync with sylpheed 0.5.3 release
1761 fix re-introduced font mess, see Christoph's
1766 use sylpheed's small font instead of
1767 gtk default font for summary view
1773 add pl to ALL_LINGUAS - sync with main branch
1775 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1776 Updated. Translations by Jens Oberender, Ricardo Mones
1777 Lastra, Alfons, and Fabio Junior Beneditto respectively.
1779 * po/pl.po ** NEW FILE **
1780 sync with the main branch
1783 fix target folder colorizing and refresh problem
1786 2001-08-17 [christoph]
1789 claws uses 4 colors for target folder coloring.
1790 arrays were not long enough and destroyed the
1791 stack causing a segfault.
1792 target folder colorizing does not work anymore
1798 change to version 0.5.3claws1
1800 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
1801 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
1802 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
1804 sync with sylpheed 0.5.3 release, but keep claws method of
1805 configuring/saving fonts
1807 * src/addressbook.[ch]
1808 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
1809 in line with a similar change in Hiroyuki's branch
1811 * src/mainwindow.[ch]
1812 disable main_window_set_thread_option()
1813 * src/prefs_folder_item.c
1814 comment out &tmps_prefs.enable_thread,
1815 * src/mbox_folder.c, src/procmsg.[ch]
1816 comment out MSG_IS_IGNORE_THREAD
1818 comment out summary_ignore_thread() and summary_unignore_thread()
1819 comment out MSG_IS_IGNORE_THREAD
1821 use Hiroyuki's threading instead.
1828 use Hiroyuki's 0.5.3 column scheme but also
1829 include the enable/disable button.
1830 * src/pixmaps/mark.xpm
1831 add Hiroyuki's amended pixmap
1833 2001-08-13 [christoph]
1836 receive at get all column showed wrong state for APOP
1837 button should only work for POP3 and APOP accounts
1838 * src/prefs_account.c
1839 added missing preprocessor statement for SSL
1844 add 'receive at get all' column and enable/disable
1847 2001-08-06 [christoph]
1850 show usage of SSL in protocol column
1856 * src/prefs_account.[ch]
1857 moved ssl options to a new page
1863 added support for SMTP STARTTLS command
1865 2001-08-05 [christoph]
1868 debian autoconf needs version check to find
1869 correct autoconf version. if the file is
1870 named configure.in 2.13 is used, which does
1871 not work with this configure.in script.
1872 other solution would be to rename the script
1873 to configure.ac as suggested in the autoconf
1877 disable final error popup if popups are
1882 fixes IMAP over SSL problem
1887 change to 0.5.2claws1
1889 * sync with sylpheed 0.5.2cvs1
1894 quick fix for ispell detection...
1899 change to 0.5.1claws4
1901 * sync with sylpheed 0.5.1cvs7
1905 * src/prefs_common.c, src/prefs_common.h,
1906 src/gtkspell.c, src/gtkspell.h
1907 add global spelling checker settings (compose tab) +
1908 selection of dictionary
1911 guess valid ispell location
1916 removal of 'src/quote_fmt_parse.c'
1919 (submitted by Jens Oberender <didge@suse.de>)
1924 * src/folderview.[ch]
1927 * src/prefs_common.[ch]
1929 target folder colourization
1933 more sync with Sylpheed 0.5.1cvs6
1938 * src/prefs_folder_item.[hc]
1940 shared folders support with a GUI
1946 * sync with Sylpheed 0.5.1cvs6
1952 (submitted by Fabio Junior Beneditto)
1958 patch to correct bad image mime headers
1959 (submitted by Don Quijote <dq@searchlores.org>)
1963 * tools/gif2xface.pl **NEW FILE**
1965 script to convert file.gif to file.xface for
1966 use in a custom header.
1967 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
1972 change macros for detecting JPilot and LDAP
1974 2001-07-27 [christoph]
1977 code cleanup (MIN / MAX warning, needed casting)
1982 disallow setting flags when detecting certain headers
1983 (X-Status, Status, Seen, X-Seen).
1985 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
1987 2001-07-27 [christoph]
1989 * src/prefs_filter.c
1990 * src/prefs_filtering.c
1991 * src/prefs_matcher.c
1992 * src/prefs_scoring.c
1993 scroll list when moving rows up or down
1997 * src/prefs_account.c
1998 * src/prefs_account.h
2000 SMTP over SSL (untested, feedback requested)
2008 * configure.in, acconfig.h
2009 define CLAWS (need this for main / claws detection)
2014 Sylpheed 0.5.1claws2
2016 * sync with Sylpheed 0.5.1cvs4
2018 2001-07-25 [christoph]
2022 item->prefs == NULL (don't know why)
2027 Sylpheed 0.5.1claws1
2029 * sync with Sylpheed 0.5.1cvs1-3
2031 2001-07-24 [christoph]
2034 * src/prefs_folder_item.[ch]
2035 added folderitem preferences dialog with
2036 default To: and auto request return receipt
2040 changes to handle new folderitem preferences
2044 call compose new mail with current folderitem
2048 Release Sylpheed 0.5.1claws
2051 change to release version 0.5.1claws
2053 2001-07-24 [christoph]
2056 fixed segfault that happend when the selected
2057 message was removed while retrieving new messages.
2061 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
2065 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
2066 this is a work in progress, for more information: http://nlpagan.net/sylman
2068 * configure.in, src/mainwindow.c, manual/Makefile.am
2069 add support for English manual
2072 add authors of user manuals
2074 * manual/en/sylpheed*.html
2075 add English documentation
2077 2001-07-22 [christoph]
2082 changed a wrong debug message
2087 update Dutch translation
2089 * src/prefs_filtering.c,
2091 add more translatable strings
2100 * src/inc.c, src/summaryview.[ch]
2101 prevent update of mark file when filtering has done, by
2102 using a variable; this affects two functions:
2103 inc.c::inc_finished()
2104 summaryview.c::summary_show()
2108 * src/filtering.[ch], src/prefs_filtering.c,
2110 add filtering action for label coloring
2115 * added src/labelcolors.c
2116 * added src/labelcolors.h
2117 * src/Makefile.am, src/summaryview.c
2118 rearrange label coloring code
2121 add more parentheses so label colouring works correctly
2124 don't really delete message, but move it to Trash
2126 * src/prefs_matcher.c
2127 add quote options to info dialog
2129 2001-07-20 [christoph]
2135 * src/ssl.[ch] (new)
2136 moved ssl stuff to a seperate file
2141 fix show sender using address book with no e-mail
2142 address in From: field
2146 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
2147 fix messy handling of escaping... now at least the
2148 execute command is useful. escape char is '\', we
2149 accept \n and \r too.
2153 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
2154 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
2163 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
2165 revise filtering; currently move, copy, marking have
2166 been tested. if you like bleeding edge stuff, you
2167 should definitely go for this version :)
2169 * mark old working stuff as VERSION_0_5_0_CLAWS5
2171 2001-07-17 [christoph]
2180 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
2181 bits in the mark file, without affecting either branch. Lots of
2182 files changed, also in claws branch.
2184 UNTESTED: use of mbox folders
2187 added mark all read; however this was a quick hack used for
2188 cleaning up mess after initial merge with Hiroyuki
2191 change claws version number back to 0.5.0claws5 to clear up
2192 confusion & pretension (recent release was technically
2193 0.5.0claws4, so we neatly align with Hiroyuki :-)
2197 sync with Hiroyuki's 0.5.0cvs4
2203 * src/filtering.[ch]
2204 remove invalid updating of mark files for
2205 filter actions MATCHING_ACTION_MOVE and
2206 MATCHING_ACTION_DELETE; this should fix the
2210 revert Christoph's stab at fixing the folder
2214 add missing files with translatable strings
2221 * src/addr_compl.[ch], src/prefs_filtering.c
2222 make "filtering pref dialog's destination entry" an
2223 "address completable entry", if filter destination is
2228 sync with Hiroyuki's 0.5.0cvs2-3
2230 2001-07-15 [christoph]
2233 fixed folder stats update after incorporation
2238 * finish label colouring stuff (for now)
2239 * fix incorrect colour bug (off by one)
2244 change text labels for news and mail message so there's
2245 plenty of toolbar estate left
2252 sync with Hiroyuki's 0.5.0cvs1
2255 more rewrite label colouring
2259 * src/summaryview.[ch]
2260 * start rewrite label colouring
2261 * fix proper location "Add Sender To Addressbook" menu item
2265 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2266 (actually this is 0.5.0claws4)
2271 * fix duplicate message
2272 * add updated Portugese / Brazilian translation
2273 submitted by Fabio Junior Beneditto
2281 add updated Dutch translation
2284 add updated German translation submitted by Jens
2288 Prerelease before 0.5.0claws. Please test.
2289 This version is temporarily tagged as VERSION_0_5_0_TEST
2291 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
2292 src/prefs_scoring.c, src/prefs_matcher.c,
2293 src/prefs_filtering.c, src/mbox.c,
2294 src/main.c, src/inc.c, src/filtering.[ch]
2295 revert new Hoa's new matcher (does not work yet)
2302 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2308 add ChangeLog.claws to EXTRA_DIST
2310 add matcher_parser_parse.h to EXTRA_DIST
2312 2001-07-10 [christoph]
2315 add destination folder to table of
2316 folders that need to be updated after
2323 make collapse state of folders and folder items persistent, i.e.
2324 if you collapse a folder tree, the next time sylpheed-claws starts
2325 up the folder tree remains collapsed.
2327 2001-07-10 [christoph]
2333 renamed MD5_CTX to MD5_CTX_syl
2334 conflicts with a struct in openssl
2337 * src/prefs_account.[ch]
2341 fixed compose with current account
2342 broken by new compose button stuff
2347 changed my email address
2349 * src/matcher_parser_parse.y
2350 clean the parser to remove conflicts
2358 fix incorrect description of --enable-ldap parameter
2360 * src/prefs_common.[ch]
2362 add experimental option "smart wrapping" which makes the
2363 compose editor auto wrap.
2365 | TODO: the problem with the buggy cursor handling is caused |
2366 | by the GtkText. when deleting / backspacing text its |
2367 | wrapping algorithm does not take in account the previous |
2368 | line. should find a way to hack this in. |
2369 | or should perhaps combine this with the word wrapping |
2370 | patch i wrote in january. |
2373 show build parameters for LDAP and JPilot
2376 revert Christoph's bugfix for selecting next unread message,
2377 because folder stats aren't updated correctly
2384 * src/matcher_parser_lex.l
2385 * src/matcher_parser_parse.y
2386 * src/prefs_filtering.c
2387 * src/prefs_scoring.c
2389 bugfix of the config file parser
2394 added generated matcher sources to BUILT_SOURCES
2400 added new config file parser
2403 * src/filtering.[ch]
2405 * src/prefs_filtering.c
2406 * src/prefs_matcher.c
2407 * src/prefs_scoring.c
2408 * added src/matcher_parser.h
2409 * added src/matcher_parser_lex.h
2410 * added src/matcher_parser_lex.l
2411 * added src/matcher_parser_parse.y
2412 lex & yacc config file parser
2417 changes prefs_filtering into global_filtering
2420 build threads with subjects only if "Re: " is at the
2421 beginning of the subject
2427 sync with sylpheed 0.5.0
2428 change of version number only
2434 sync with sylpheed 0.5.0pre5
2438 sync with sylpheed 0.5.0pre4 release
2439 /po and /manual/ja not sync'ed
2443 more sync with sylpheed 0.5.0pre4
2445 2001-07-03 [christoph]
2448 fixed address book broken by address book
2449 for VCard, JPilot, LDAP
2455 stopped memory leaks
2459 more sync with sylpheed 0.5.0pre4
2463 * included address book patch for VCard, JPilot, LDAP
2464 * pref_common.c - fixed Font options on Display tab (cosmetic)
2465 * alertpanel.c - fixed truncated message
2467 2001-07-02 [christoph]
2472 mark threads for ignoring
2478 * sync with sylpheed 0.5.0pre4
2479 updated gettext to 0.10.38.
2485 * src/summaryview.[ch]
2486 new right-click option: Label.
2487 substitute for 'Mark-->Mark/Unmark', colours the line.
2488 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
2490 2001-07-01 [christoph]
2493 fixed font for trash
2495 move ctree to unread message
2499 * sync with sylpheed 0.5.0pre3 release
2505 allow inserting / attaching multiple files in
2511 small change to Alfons' previous stuff so that it
2516 * lots of files changed; first attempt to merge the changes
2517 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
2522 updated and completed, translations by Fabio
2523 Junior Beneditto <fjbeneditto@yahoo.com.br>
2529 allow selecting an attached files' mime type from a
2534 * more sync with sylpheed 0.5.0pre3
2539 merge with sylpheed.pot and pt_BR.po provided by
2540 Fabio Junior Beneditto.
2545 make MIME types case insensitive
2550 merge with sylpheed.pot and old nl.po; translations added.
2554 * more sync with sylpheed 0.5.0pre3
2559 don't crash when removing parent node of messages
2560 attracted by subject. this was caused by not deleting
2561 the parent node from the subject line hash table.
2568 if there are multiple messages selected, allow forwarding
2569 them as attachments.
2573 * more sync with sylpheed 0.5.0pre3
2579 * sync with sylpheed 0.5.0pre3
2584 fixed 'compose news article' bug
2585 from icon-and-text toolbar
2589 * sync with sylpheed 0.5.0pre2 release
2591 2001-06-24 [christoph]
2593 * src/prefs_common.c
2594 bug fix in font selection
2596 use sylpheed's normal font instead of
2597 gtk default font for folders without
2602 * src/mainwindow.[ch]
2603 added composite compose mail / news button (an idea by Leandro
2604 Pereira <leandro@linuxmag.com.br>)
2608 Added instructions for ldif-to-xml.py
2616 * src/pixmaps/stock_news_compose.xpm
2617 added pixmap by Leandro
2618 * src/prefs_common.c
2619 tested built-in spelling checker of GCC 3.0 :)
2621 merged dutch translation of sylpheed-main with
2626 Added tools directory and files.
2628 * tools/filter_conv.pl
2629 converts old filter system to new filtering system
2630 * tools/ldif-to-xml.py
2631 converts netscape addressbook to sylpheed addressbook
2633 descriptions/instructions for above two files
2635 2001-06-23 [christoph]
2638 * src/manage_window.[ch]
2639 * src/prefs_common.[ch]
2640 mail retrieval dialog can be enabled, disabled
2641 or hidden if non of sylpheed's windows is active
2647 * sync with sylpheed 0.5.0pre2
2649 2001-06-21 [christoph]
2652 show recipient on 'from' for all accounts
2655 * src/prefs_common.[ch]
2656 disable error popup on mail receive errors
2661 made the ruler correctly appear and disappear.
2664 removed Hoa's work-in-progress-stuff (interesting!) so
2667 2001-06-20 [christoph]
2670 * src/progressdialog.c
2671 added scrolled window for list in progressdialog
2675 sync with sylpheed 0.5.0pre1 release
2677 2001-06-20 [christoph]
2680 make building threads by subject work when
2681 thread view is enabled
2684 * src/prefs_common.[ch]
2685 automatically select account for mail replys
2689 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
2690 they are filled in from the account settings.
2694 * more sync with sylpheed 0.5.0pre1
2700 added --sysconfdir to CPPFLAGS for pointing to the correct
2701 location of mime.types.
2703 NOTE: make sure you use --sysconfdir when running ./autogen.sh
2709 fixed some bug when building threads
2713 * src/prefs_account.c
2714 UI stuff: More changes to the English
2718 * src/pixmaps/stock_news_compose.xpm: new file
2722 Added new icon for Hoa's 'compose a news
2723 message', plus minor improvements to the
2729 more sync with sylpheed 0.5.0pre1
2735 Follow-up and reply to
2737 * src/summaryview.[ch]
2738 Build threads also with subjects
2743 forwarding use the current account.
2746 the "compose message" button has been replaced with
2747 "new mail" and "new news" buttons
2749 * src/prefs_common.[ch]
2750 added a configuration option to use the forward button
2751 as "forward as attachment"
2752 changed reply and forward format description
2754 * src/quote_fmt_lex.l
2755 * src/quote_fmt_parse.y
2756 added message with no signature in format for reply
2765 Improvements to the English
2767 * src/prefs_common.c
2768 Improvements to the English and some
2769 clarity/continuity improvements in the
2770 description of Quote symbols.
2776 * sync with sylpheed 0.5.0pre1
2781 Better interface for compose, displayed fields
2782 are updated whenever we change account.
2783 Newsgroups field is automatically filled.
2786 Newsgroups field is automatically filled.
2788 * src/prefs_account.c
2789 Some interface stuff when fields appear and
2796 * sync with sylpheed 0.4.99
2800 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
2801 base64_decoder_free, base64_decoder_decode): new object and
2802 functions for decoding base64 streams.
2803 * src/procmime.c (procmime_decode_content): modified to use the
2810 * sync with sylpheed 0.4.99cvs11
2816 * sync with sylpheed 0.4.99cvs9
2821 * src/prefs_account.c
2823 SMTP server can be defined in the news account
2824 mime type of attachment are kept.
2828 now choose the highest important score between default
2829 and important score of folder.
2833 * src/prefs_common.c:
2835 (prefs_quote_description_create): corrected description of
2836 quote format characters
2842 * sync with sylpheed 0.4.99cvs8
2846 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
2847 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
2853 * sync with sylpheed 0.4.99cvs7
2857 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
2858 clashes with autogenerated header).
2859 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
2860 * src/Makefile.am: added quote_fmt.h.
2861 * src/.cvsignore: added lex/yacc autogenerated files
2862 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
2868 * sync with sylpheed 0.4.99cvs6
2872 * added src/quote_fmt_parse.h
2877 don't modify readonly configuration files
2879 * src/prefs_account.c
2880 * src/prefs_common.c
2881 * src/prefs_customheader.c
2882 * src/prefs_display_header.c
2883 * src/prefs_filter.c
2884 * src/prefs_filtering.c
2885 * src/prefs_scoring.c
2886 don't open dialog box when configuration files
2891 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
2893 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
2894 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
2895 BUILT_SOURCES to make all files rebuild properly.
2897 * src/compose.c: removed #include "quote_fmt.tab.h".
2899 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
2900 CHARACTER value in yylval.
2902 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
2903 receive CHARACTER value by documented means (yylval).
2905 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
2910 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
2915 * src/prefs_filtering.c
2916 now keep the configuration for execute action
2923 * sync with sylpheed 0.4.99cvs5
2928 added quote_fmt.[ch]
2930 * added src/quote_fmt.y
2931 * added src/quote_fmt.l
2932 * added src/quote_fmt.tab.h
2933 * added src/quote_fmt.tab.c
2934 * added src/lex.quote_fmt.c
2935 parsing configuration for replying
2938 * src/prefs_common.[ch]
2939 added configuration UI for replying
2943 using configuration for replying
2951 * src/prefs_filtering.c
2952 * src/prefs_matcher.c
2953 * src/prefs_matcher.h
2954 action "run a command" for filtering
2955 and matching with a command.
2956 fixed the "whole message" matching
2959 changed temporary filename for security
2962 queue the notification if it fails to send.
2964 * src/prefs_common.c
2965 * src/prefs_folder_item.c
2966 changed the default important score
2968 * src/prefs_scoring.c
2970 hide kill score input when the folder is not
2975 * src/prefs_common.c:
2977 (prefs_font_select): pass font name in font entry box to font
2982 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
2986 * sync with sylpheed 0.4.99cvs4
2990 * src/headerwindow.c:
2992 (headerwindow_show_cb): use the selected summary view item, not
2997 * src/headerwindow.c:
2999 (headerwindow_show_cb): always try to show msginfo
3004 keep attached parts when reediting or forwarding.
3009 * src/prefs_folder_item.[ch]
3010 * src/prefs_scoring.[ch]
3012 * src/summaryview.[ch]
3015 * src/prefs_common.[ch]
3016 support for folder scoring
3017 kill score and important score for messages
3019 * src/prefs_account.c
3020 some display bug fixed for local account
3025 * src/summaryview.c:
3027 (add_sender_to_cb): don't crash when no or invalid sender; the add
3028 sender to address book menu item is disabled.
3032 * src/filtering.[ch]
3034 handling summary menu / filter messages
3040 imap folders now appears in list
3043 doesn't crash if destination mail is not writeable
3048 removed some warnings
3052 * src/prefs_filtering.c
3053 global string to identify any folders
3054 removed some debug info
3055 filtering to mbox folders is now possible
3058 removed some warnings
3061 permission on files are changed to read/write for user only,
3063 creation of subfolder is handled better.
3067 Verified the sync for src/prefs_common.[ch] and
3068 src/prefs_account.[ch]. I believe there were some
3069 minor indentation differences.
3075 * sync with 0.4.99cvs3
3080 handling flags for mbox format
3083 use of mark file only for MH format
3084 handling flags for mbox format
3085 filtering cannot yet move or copy mails to mbox folders.
3088 changed move_msg, copy_msg,
3089 move_msgs_with_dest, copy_msgs_with_dest functions
3090 uses only folder->copy_msg() function
3091 uses folder->finished_copy() to handle the destination
3092 folder at the end of the copy or move operation.
3095 included mbox directories.
3097 * src/folderview.[ch]
3099 handle folders operation for mbox format
3102 disable conversion of "From " header
3104 * src/mbox_folder.[ch]
3105 completion of mbox format handling
3108 changed mh_copy_msg() function and
3109 removed mh_move_msg(), mh_move_msgs_with_dest(),
3110 mh_copy_msgs_with_dest()
3112 * src/prefs_filtering.c
3113 removed some warnings
3115 * src/prefs_matcher.c
3116 default boolean operation is AND
3119 handling flags for mbox format
3120 handling of "From " header
3124 added MSG_REALLY_DELETED flags to handle deletion of
3125 messages in mbox format.
3128 handling flags for mbox format
3129 disable the MSG_DELETED flags when messages
3130 are deleted in mbox format
3133 "From " headers display fixed.
3139 (get_email_part): skip quoted email addresses, like in e.g.
3140 "'alfons@proteus.demon.nl'".
3144 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
3145 and fixing the persistence troubles when using separate windows.
3149 Added #define SEPARATE_ACTION used in the gtk item factory for
3150 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
3151 use gtk_item_factory_get_widget_by_action() to get the items.
3153 Removed separate_widget_cb from the gtk item factory data
3155 (mainwindow_create): connect separate_widget_cb() to check
3156 menu item "toggled" signal. also passing a MainWindow pointer
3157 as object data for both check menu items.
3159 (separate_widget_cb): definition of separate_widget_cb() to match
3160 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
3161 window using gtk_object_get_data(). The type of window separation
3162 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
3164 * src/prefs_filtering.c,
3165 src/prefs_matcher.c: added horizontal scrollbars
3170 fix segfault with invalid bold font
3172 correctly display summary stats after row is marked
3176 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
3177 encodings with libjconv.
3182 added mbox_folder.[ch]
3184 mbox temporary folder
3186 * added src/mbox_folder.[ch]
3188 * src/procheader.[ch]
3191 bugfix for file incorporation filtering
3193 enable creation of MBOX
3194 * src/prefs_display_header.c
3195 enable use of headers like "From "
3196 something that should be fixed :
3197 displaying of such headers add an extra space
3198 * src/prefs_folder_item.c
3199 don't create folders because it is not necessary
3201 added data field to MsgInfo for mbox internal use
3203 added some support for mbox
3205 added get_mbox_cache_dir() function
3207 2001-05-23 [hiroyuki]
3209 * src/headerwindow.c
3220 src/folderview.c: more sync with 0.4.99cvs2.
3222 * src/headerwindow.c: reverted.
3228 * sync with sylpheed 0.4.99cvs2
3236 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
3242 * configure.in: if gnome-config not found, "no" is displayed
3244 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
3246 * src/textview.c: now also possible to add mail addresses by right
3247 clicking in the text view
3249 * src/codeconv.c: merged patch which fixes endless loop when encountering
3250 invalid wide characters; from Alte <010@imis.ru>
3254 Added installation of gnome specific things:
3256 * Makefile.am: gnome conditional
3258 * configure.in: check for installed gnome
3260 * added sylpheed.png, sylpheed.desktop
3264 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
3266 * src/mainwindow.h (main_window_toolbar_create): created a button
3268 (main_window_set_toolbar_sensitive): enable/disable the new button
3270 (toolbar_reply_to_author_cb): handle the new button.
3272 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
3273 send_progress_dialog_destroy() on failure (fixes hang on SMTP
3278 * src/compose.h (ComposeReplyMode): new modes
3279 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
3280 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
3283 (compose_send): move some code into a new function:
3284 (compose_current_mail_account): new function.
3285 (compose_reply): new argument to_author, all callers changed; if
3286 to_author==TRUE and account->protocol==A_NNTP, find and use an
3287 appropriate mail account for replying.
3288 (compose_reply_set_entry): new argument to_author; ignore
3289 compose->replyto if to_author==TRUE.
3291 * src/mainwindow.c: new command "Message/Reply to author".
3292 (main_window_set_menu_sensitive): enable/disable it.
3293 (reply_cb): handle it.
3295 * src/summaryview.c: new command "Reply to author".
3296 (summary_set_menu_sensitive): enable/disable it.
3297 (summary_reply_cb): handle it.
3299 * src/account.c (account_find_mail_from_address): new function.
3305 * sync with sylpheed 0.4.99cvs1
3312 new filtering action : forward and forward as attachment
3315 no need for $DISPLAY when we run sylpheed --help
3316 call to parse_cmd_opt() is moved
3318 * src/mainwindow.[ch]
3319 execute button is hidden when immediate execute
3324 * src/prefs_folder_item.c
3326 better handling of missing directories
3329 reedit is enabled in outbox
3330 reedit is enabled in queue
3336 * src/prefs_filtering.c
3337 changed attachement into attachment
3343 * sync with sylpheed 0.4.67cvs9
3344 * sync with sylpheed 0.4.67cvs7-8
3349 added prefs_filtering.c
3351 * src/filtering.[ch]
3353 removed action : forward_news and forward_news_as_attachement
3354 (forward and forward_as_attachement can be used instead)
3357 added menu option to access filtering configuration
3359 * src/prefs_account.c
3360 changed mail_command default to /usr/sbin/sendmail
3362 * added src/prefs_filtering.[ch]
3363 dialog box for filtering configuration
3365 * src/prefs_matcher.c
3366 added function prefs_matcher_get_criteria_from_matching()
3368 * src/prefs_scoring.c
3369 reset the dialog when register or substitute is clicked
3374 added filtering.[ch]
3376 using filering.[ch] instead of filter.[ch]
3378 reading new filtering configuration
3380 added some filtering actions
3381 and fixed a bug for headers and mail body matching
3383 using filering.[ch] instead of filter.[ch]
3385 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
3387 some fixes for filtering
3389 2001-05-14 [hiroyuki]
3391 * src/send.c: fixed some weird indentations.
3392 send_message_with_command(): call pclose() only if p != NULL.
3393 * src/textview.c: get_email_part(): modified the code for readability.
3395 2001-05-14 [hiroyuki]
3399 src/md5ify.h: removed from the cvs.
3403 * src/main.c: include rfc2015.h to avoid compiler warnings.
3404 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
3405 the panel is already on screen.
3406 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
3407 closing the alert window by ESC as "No".
3408 * src/prefs_common.c (prefs_interface_create): moved return
3409 receipt check button to the correct place.
3413 * src/prefs_common.c:
3414 moved return receipt check button to the Send tab. (prefs_send_create)
3415 removed the date format ui related globals. (prefs_display_create)
3419 * sync with sylpheed 0.4.67cvs5-6
3423 * added Alfons' font selection patch
3426 * src/headerwindow.c
3427 * src/prefs_common.c
3428 * src/prefs_common.h
3432 changed version of cache
3434 * src/prefs_matcher.c
3435 added additionnal matching criteria
3439 added references in MsgInfo
3444 prepared some things for new filtering
3446 added some matching properties
3447 inreplyto need to be enhanced
3448 prepared some things for new filtering
3450 added Return-Receipt-To handling
3451 * src/prefs_folder_item.c
3452 changed default value to TRUE
3453 * src/prefs_matcher.c
3454 added some matching properties
3455 * src/prefs_scoring.[ch]
3456 the scoring dialog is finished
3458 added Return-Receipt-To handling
3459 Reference need to be added
3461 added Return-Receipt-To handling
3462 added threadscore to get a better score sorting when
3465 suppressed a bug when we sort the list
3466 when no folder is opened.
3467 better score sorting when threads are enabled
3471 * reverted previous patch because of potential errors
3475 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
3476 applied "toggle mail-retrieval dialog window" patch submitted
3477 by Eric Limpens <eric@qnt.net>
3479 * sync with sylpheed 0.4.67cvs4
3483 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
3484 some picky compilers.
3485 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
3486 * src/grouplist_dialog.c: include alertpanel.h.
3487 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
3488 fix compile warning.
3489 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
3490 #include "defs.h" before others to prevent the warning of `MIN'
3491 and `MAX' redefinition.
3497 * src/prefs_account.c
3498 * src/prefs_display_header.c
3501 added prefs_scoring.[ch]
3502 * src/grouplist_dialog.c
3503 display an error dialog box if the group list
3505 * src/mainwindow.[ch]
3506 added main_window_set_thread_option() function
3507 scoring dialog box enabled
3509 added flags matching unread /new / marked
3510 / deleted / replied / forwarded
3512 newsgroups are now finally in newscache
3513 * src/prefs_matcher.[ch]
3514 finished preferences for matching dialog
3515 * added src/prefs_scoring.[ch]
3516 scoring dialog box completed
3518 conversion to string : added scoringprop_to_string()
3519 write config for preferences :
3520 added prefs_scoring_write_config()
3522 threads can be enabled/disabled independently
3530 thought it would be nice to have a list of all
3531 contributors (used Changelog as a reference)
3534 messed up version numbering...
3538 * sync with sylpheed 0.4.67cvs1-3
3542 * src/prefs_common.c:
3543 better UI for strftime format, double clicking
3544 on format now inserts the format in text entry
3545 replaced close button with standard OK/Cancel
3546 moved date format button to the right of the
3552 Ctrl-Home / Ctrl-End have proper cursor navigation
3556 * src/prefs_matcher.c
3557 finished UI to define matching properties
3558 added ok and cancel button
3559 * src/prefs_filter.c
3560 added ok and cancel button
3562 fixed some bug in xhdr parsing
3567 fixed a bug in textview_show_header(), which displayed two colons (':');
3568 cleaned up some warnings
3573 added prefs_matcher.[ch]
3574 compilation with -W -Wall
3576 ungrab the mouse events if grabbed - does it
3577 fix the bug for disposition notification ?
3579 added a menu option to open the matching dialog.
3581 added matcherprop_to_string() and matcherlist_to_string()
3582 fixed some bugs, changed the name of some options
3583 age_sup and age_inf becomes age_greater and age_lower,
3584 body and messageheaders becomes body_part and headers_part,
3585 changed the names of constants from SCORING_XXX to MATCHING_XXX
3586 * src/prefs_display_header.c
3587 * src/prefs_headers.c
3588 fixed a bug that accidentally destroyed dialogs
3589 when closed them with delete_event
3590 Added *_deleted() which handle delete_event signal correctly.
3591 * src/prefs_folder_item.[ch]
3592 added "enable_thread" field for future customization
3593 * added src/prefs_matcher.[ch]
3594 sample of the UI to define matching properties
3596 using procheader_headername_equal instead of str*cmp functions
3597 using procheader_parse_header() function
3599 using MATCHING_XXX instead of SCORING_XXX
3601 display the sender of the news even if this is ourself
3602 when this is a news message.
3604 using headername_equal() instead of str*cmp functions
3610 * sync with sylpheed 0.4.66
3611 * src/gtkstext.c: trace logs added
3615 * src/prefs_common.[ch]: added option to enable/disable GnuPG
3616 signature check popup.
3617 * src/rfc2015.c (check_signature): show signature check popup only
3618 if it is enabled in preferences.
3624 * sync with sylpheed 0.4.66cvs6
3628 * src/prefs_common.[ch]: added option to enable/disable
3629 looking up sender name in address book for summary pane
3630 * src/summaryview.c: look up sender in the address book
3631 by using Alfons' address completion code
3633 2001-05-07 [hiroyuki]
3636 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
3637 member of Pop3State.
3638 * src/news.c: brought #include "defs.h" before #include <glib.h>
3639 to prevent the warning of `MIN' and `MAX' redefinition.
3643 * removed src/headers_display.[ch]
3644 * removed src/prefs_display_headers.[ch]
3646 use a temporary file in the user directory for mbox import
3648 added XHDR support to get "To" and "Cc" headers
3649 (in order to match news with to or cc field for
3651 added function news_parse_xhdr() to get XHDR response
3653 added function nntp_xhdr()
3655 fetch the message if necessary
3661 * sync with sylpheed 0.4.66cvs3-5
3666 added function itos_buf() to enable use of several buffers
3668 use of itos_buf() instead of itos() in summary list
3669 to fix the broken display of message number.
3673 * src/gtkstext.c: bug in cursor up navigation fixed,
3674 fixed another unsigned / signed comparison (we're getting there :-)
3679 added scoring.c scoring.h
3680 prefs_folder_item.c prefs_folder_item.h
3683 added FOLDERITEM_RC SCORING_RC
3685 added prefs field in FolderItem :
3686 properties for each folder (PrefsFolderItem),
3687 sorting type and mode were added as the first properties.
3689 read config for scoring
3690 * added src/matcher.[ch]
3691 gives functions to parse configuration file to do
3692 matching on mails with a list of conditions.
3694 add option to sort by score
3695 * src/prefs_common.[ch]
3696 added preference option to show score and for
3697 the score column size
3698 * added src/prefs_folder_item.[ch]
3699 properties for each folder (PrefsFolderItem),
3700 sorting type and mode were added as the first properties.
3701 * src/procheader.[ch]
3702 added procheader_parse_header()
3703 added procheader_header_free()
3704 added procheader_headername_equal()
3705 and made modification to use them.
3707 added score field to MsgInfo structure
3708 * added src/scoring.[ch]
3709 gives functions to parse configuration file to do
3710 scoring on mails with a list of conditions.
3711 * src/summaryview.[ch]
3712 save the sorting type and mode for the folder
3713 added column to display the score of the mail
3714 added function summary_score_clicked()
3715 sorting type and mode are restored to the folder
3718 use procheader_parse_header(), procheader_headername_equal()
3719 removed memory leak in text_scan_header when freeing headers
3721 changed the function to match names of headers
3722 using procheader_headername_equal()
3724 Scoring functions are implemented, an interface is needed
3730 hopefully fixed the row up navigation bug,
3731 removed adding back / forward lines to cache
3735 * src/prefs_display_headers.c: user interface changes:
3736 (prefs_display_headers_create): remove unused "Show" check button;
3737 allow reordering of headers by dragging.
3738 (prefs_display_headers_write_config): remove unused variables.
3739 (prefs_display_headers_set_dialog): do not insert "(New)" at top
3740 of lists (not needed with the new UI).
3741 (prefs_display_headers_set_list): scan lists starting from row 0,
3742 not 1 (do not skip "(New)").
3743 (prefs_display_headers_find_header): new function.
3744 (prefs_display_headers_clist_set_row): do not allow duplicates.
3745 (prefs_display_headers_delete_cb): do not skip row 0; treat
3746 closing the alert window by ESC as "No".
3747 (prefs_display_headers_up): do not protect row 0.
3748 (prefs_display_headers_down): do not protect row 0.
3752 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
3756 (summary_find_next_marked_msg, summary_find_prev_marked_msg,