1 2002-04-21 [alfons] 0.7.4claws84
3 apply sync patch from Paul
6 use old claws prefs_folder_item_create() for now
8 2002-04-19 [match] 0.7.4claws83
10 * src/addressbook.[ch]
11 * src/addrharvest.[ch]
15 * src/summaryview.[ch]
18 2002-04-19 [paul] 0.7.4claws82
21 updated by Fabio Junior Beneditto
23 2002-04-14 [alfons] 0.7.4claws81
26 add #include <sys/types.h> for mode_t and off_t
28 2002-04-13 [paul] 0.7.4claws80
35 enable storing of GnuPG passphrase for the whole
36 session or a user-defined number of minutes. patch
37 submitted by Ravemax <ravemax@dextrose.com>
39 2002-04-13 [alfons] 0.7.4claws79
42 make email parser also stop scanning when encountering separators
43 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
45 2002-04-13 [paul] 0.7.4claws78
47 * sync with 0.7.4cvs39
48 see ChangeLog entry 2002-04-12
50 2002-04-11 [paul] 0.7.4claws77
52 * sync with 0.7.4cvs37
53 see ChangeLog entry 2002-04-11
55 2002-04-11 [paul] 0.7.4claws76
58 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
59 the clause for OpenSSL). sync with sylpheed main
61 2002-04-09 [melvin] 0.7.4claws75
64 Made 'Ctrl-Enter' on send ignore some modifiers
65 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
66 to bind other *-Enter (but not Alt-Enter).
68 2002-04-09 [paul] 0.7.4claws74
70 * sync with 0.7.4cvs35
71 see ChangeLog entries 2002-04-09
73 2002-04-08 [paul] 0.7.4claws73
75 * sync with 0.7.4cvs33
76 see ChangeLog entry 200-04-08
78 2002-04-07 [match] 0.7.4claws72
80 * src/addrharvest.[ch]
81 fixed to read all addresses in header, regardless
82 of header size. improved name parsing. accommodate
83 harvest from folders and selected message.
85 included new address parsing function.
87 * src/addressbook.[ch]
88 * src/summaryview.[ch]
90 allow address harvest of folder as well as selected
93 2002-04-07 [paul] 0.7.4claws71
97 don't try to authenticate with CRAM-MD5 in SMTP when
98 SMTP-AUTH enabled if MTA doesn't issue this
99 auth-method in it's ehlo-response. bug item #531364,
100 patch item #938910. patch submitted by Colin Leroy
103 2002-04-07 [paul] 0.7.4claws70
106 fix missing MODE_READER bug. patch submitted by
107 Colin Leroy <colin@colino.net>
109 2002-04-07 [alfons] 0.7.4claws69
112 * src/prefs_filtering.c
114 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
115 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
117 2002-04-07 [paul] 0.7.4claws68
119 * sync with 0.7.4cvs32
120 see ChangeLog entry 2002-04-06
122 * tools/filter_conv.pl
125 2002-04-06 [paul] 0.7.4claws67
127 * tools/filter_conv.pl
128 modify to be able to find the name of the first
129 mailbox and use that. main's filter does not
130 record the full path to the mailbox and therefore
131 can only filter to the first mailbox.
133 2002-04-05 [paul] 0.7.4claws66
135 * tools/filter_conv.pl
136 attempt to make the script all-encompassing and
137 be able to convert any main 'filter' rule thrown
140 2002-04-05 [paul] 0.7.4claws65
142 * tools/filter_conv.pl
143 allow for collapsed folder trees
145 2002-04-05 [paul] 0.7.4claws64
147 * sync with 0.7.4cvs31
148 see ChangeLog entries 2002-04-05
150 2002-04-03 [paul] 0.7.4claws63
152 * sync with 0.7.4cvs29
153 see ChangeLog entries 2002-04-02 and 2002-04-03
155 2002-04-02 [paul] 0.7.4claws62
157 * sync with 0.7.4cvs26
158 see ChangeLog entry 2002-04-01
160 2002-04-02 [match] 0.7.4claws61
163 * src/importpine.[ch]
165 import Pine address book.
167 2002-04-02 [match] 0.7.4claws60
169 * src/addrharvest.[ch]
170 improve address parsing of funky addresses.
172 2002-04-02 [darko] 0.7.4claws59
175 wrap on send improvements, it now recognizes quoted
176 initials as part of the quotation string, and it
177 does not join lines separated by CR
179 2002-04-01 [match] 0.7.4claws58
184 remove excessive duplicate address generation
187 2002-04-01 [alfons] 0.7.4claws57
192 2002-04-01 [paul] 0.7.4claws56
194 * sync with 0.7.4cvs25
195 see ChangeLog entry 2002-04-01
197 2002-04-01 [alfons] 0.7.4aprilfool55
200 honour feature request item #537427 to allow for
201 displaying names from address book for sent mail also
203 2002-03-29 [paul] 0.7.4claws54
206 src/prefs_filtering.[ch]
209 add 'fast filter' for claws' filtering,
210 /Tools/Create filter rule/... patch submitted
211 by Neill Miller <neillm@thecodefactory.org>
213 2002-03-29 [paul] 0.7.4claws53
215 * sync with 0.7.4cvs24
216 see ChangeLog entry 2002-03-29
218 2002-03-28 [paul] 0.7.4claws52
220 * sync with 0.7.4cvs23
221 see ChangeLog entry 2002-03-28
223 2002-03-27 [melvin] 0.7.4claws51
225 * src/prefs_actions.c
226 Added support to pass only one message part (as a
227 file) to the command using '%p'. No quotes are needed
228 because doubles quotes are automatically added.
229 Fixed bug where Sylpheed could block when waiting for
230 a child process to finish.
231 Changed the help menu to remove quotes around symbols to
232 avoid misinterpretation (they must not be used).
234 2002-03-27 [melvin] 0.7.4claws50
237 Made the new mail notification command always
238 execute asynchronously.
240 2002-03-27 [paul] 0.7.4claws49
243 fix bug introduced in last commit
245 2002-03-27 [paul] 0.7.4claws48
247 * sync with 0.7.4cvs21
248 see ChangeLog 2002-03-26 and 2002-03-27
250 2002-03-26 [hoa] 0.7.4claws47
252 * src/prefs_folder_item.c
253 really fixed the bug #516442 with folder rescan.
255 2002-03-26 [paul] 0.7.4claws46
257 * sync with 0.7.4cvs19
258 see ChangeLog entries 2002-03-25 and 2002-03-26
260 2002-03-25 [hoa] 0.7.4claws45
264 fix the bug #516442 with folder rescan.
266 * src/prefs_common.[ch]
268 added an option to enable two different behaviours
272 2002-03-25 [paul] 0.7.4claws44
275 src/selective_download.c
276 correct a few menuitem labels
278 2002-03-25 [christoph] 0.7.4claws43
281 fix non deleted tmp message in
282 procmsg_save_to_outbox
283 fix problems caused by sync with
284 main branch's procmsg_send_queue
286 2002-03-25 [paul] 0.7.4claws42
290 src/quote_fmt_parse.y
291 add Last name (%L) placeholder for quoting.
292 patch submitted by Thorsten Thielen
293 <thth@users.sourceforge.net>
295 2002-03-25 [paul] 0.7.4claws41
298 get full hostname. patch submitted by
299 Bob Woodside <rwoodside1@comcast.net>
301 2002-03-25 [paul] 0.7.4claws40
306 src/prefs_account.[ch]
307 enable NNTP over SSL. patch submitted by
308 Pascal Jermini <pascal@infinity.hn.org>
310 2002-03-24 [paul] 0.7.4claws39
313 make the arrangement of the Compose tab more
317 fix some irregularities of style
320 updated by Kilian Krause
322 2002-03-23 [paul] 0.7.4claws38
325 updated by Fabio Junior Beneditto
327 2002-03-23 [paul] 0.7.4claws37
330 move 'Gather addresses' to 'Tools' menu
331 make 'Selective download' sensitive
333 2002-03-23 [paul] 0.7.4claws36
335 * sync with 0.7.4cvs16
336 see ChangeLog entries 2002-03-23
338 2002-03-22 [christoph] 0.7.4claws35
340 * src/quote_fmt_parse.y
341 fix include program output
343 2002-03-22 [alfons] 0.7.4claws34
346 initialize GDate stack variable correctly (sorry!)
348 2002-03-22 [paul] 0.7.4claws33
354 rename 'Tool' to 'Tools'
357 move 'Delete duplicated messages' from
358 'Message/' to 'Tools/'
359 re-arrange the order of 'Tools/' items
361 2002-03-22 [paul] 0.7.4claws32
365 auto-address completion now also matches on
366 Nickname. patch submitted by Bob Forsman
367 <hammor@users.sourceforge.net>
370 correct a spelling mistake
372 2002-03-22 [alfons] 0.7.4claws31
375 fix getting uidl from incorrect string
378 2002-03-21 [alfons] 0.7.4claws30
381 more code refactoring
382 plug mem leak introduced by delete on server
384 2002-03-21 [paul] 0.7.4claws29
386 * sync with 0.7.4cvs11
387 see ChangeLog entries 2002-03-20
389 2002-03-20 [alfons] 0.7.4claws28
392 apply Colin's patch and refactor
394 2002-03-20 [paul] 0.7.4claws27
396 * sync with sylpheed 0.7.4cvs9
397 see ChangeLog entry 2002-03-20
399 2002-03-19 [christoph] 0.7.4claws26
404 revert changes for flag updates
405 (does not work correctly and no time to debug)
407 2002-03-20 [alfons] 0.7.4claws25
410 refactor should_delete() a little bit
412 2002-03-19 [paul] 0.7.4claws24
416 src/prefs_account.[ch]
417 allow the user to leave downloaded mail on the
418 server for n days. Patch submitted by Colin Leroy
421 2002-02-19 [paul] 0.7.4claws23
423 * sync with sylpheed 0.7.4cvs8
424 see ChangeLog entries 2002-03-19
426 2002-03-18 [paul] 0.7.4claws22
428 * sync with sylpheed 0.7.4cvs6
429 see ChangeLog entry 2002-03-18
431 2002-03-18 [paul] 0.7.4claws21
434 add en_GB message catalogue
439 correct a few spelling mistakes
441 2002-03-17 [alfons] 0.7.4claws20
444 more stringent checks for NULL params when writing
445 filtering actions to a file
447 2002-03-17 [hoa] 0.7.3claws20
450 fixed the count of new messages
453 fixed the "attachment properties" window
455 2002-03-17 [paul] 0.7.4claws19
460 src/prefs_account.[ch]
463 automatically mark cross-posted messages as read
464 and (optionally) give them a colour label
465 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
468 2002-03-17 [paul] 0.7.4claws18
470 * sync with sylpheed 0.7.4cvs5
471 see ChangeLog entry 2002-03-17
473 2002-03-17 [melvin] 0.7.4claws17
476 Worked around a gtktext 'bug': when searching for
477 a text in a long message it was scrolling slowly
478 line by line until it hit the searched text.
480 Updated French translation
482 2002-03-17 [melvin] 0.7.4claws16
486 * src/prefs_actions.c
487 Moved "Edit/Actions" to "Tool/Actions"
488 Made mainwindow/compose window sensitive as soon as
489 no child process is running anymore even if the io dialog
491 Fixed a struct being initialized with a non constant char*
493 2002-03-16 [christoph] 0.7.4claws15
496 add --with-compiler-flags option
497 (only for developer hacking)
501 try to make folder-stats and flag handling more
502 independent from the summaryview. msgcounts
503 are only set when the folder is opened and
504 procmsg_msginfo_(un)set_flags will handle it
505 later and summaryview will get the values
508 2002-03-16 [paul] 0.7.4claws14
511 fix Return-receipt. Patch submitted by Bob
512 Woodside <rwoodside1@comcast.net>
514 2002-03-16 [paul] 0.7.4claws13
517 fix 'dynamic' signatures, make it work again
518 broken during sync on 2002-03-14 (0.7.4claws2)
520 2002-03-15 [match] 0.7.4claws12
522 * src/addrharvest.[ch]
523 * src/addrgather.[ch]
524 * src/addressbook.[ch]
526 included address harvester feature. still some
527 issues with address parsing that I will fix.
529 2002-03-15 [match] 0.7.4claws11
533 * src/addressbook.[ch]
542 tidy up. fix memory leaks. moved attribs and methods
543 from individual interfaces to addrcache object. prep
544 for new stuff to come in.
546 2002-03-15 [alfons] 0.7.4claws10
549 * src/matcher_parser_parse.y
550 * src/matcher_parser_lex.l
551 * src/prefs_matcher.c
552 add filtering conditions message greater than, smaller
553 than, and exactly matching a size in bytes
554 (does not work with delete from POP3 server yet)
556 this should also give others an idea what you should
557 do to add new criterions to claws filtering system
560 2002-03-15 [paul] 0.7.4claws9
562 * tools/filter_conv.pl
563 exit if there are no filter rules to convert
564 rename filterrc to filterrc.old after completion
566 2002-03-15 [paul] 0.7.4claws8
568 * sync with sylpheed 0.7.4cvs3
569 see ChangeLog entry 2002-03-14
571 2002-03-14 [paul] 0.7.4claws7
574 clean up the last commit (ahem)
576 2002-03-14 [paul] 0.7.4claws6
579 fix bug #515655. honour account preferences
580 regarding gpg default signing/encryption when
581 changing account from the compose window.
583 2002-03-14 [paul] 0.7.4claws5
586 remove unnecessary curly brackets
588 2002-03-14 [paul] 0.7.4claws4
591 src/prefs_filtering.[ch]
592 add filter rename on folder rename and filter
593 delete on folder delete. Patch submitted by
594 Neill Miller <neillm@thecodefactory.org>
596 2002-03-14 [christoph] 0.7.4claws3
601 (patch submitted by "Simon 'corecode' Schubert")
606 2002-03-14 [paul] 0.7.4claws2
608 * sync with sylpheed 0.7.4cvs2
609 see ChangeLog entry 2002-03-13
611 2002-03-12 [darko] 0.7.4claws1
614 fix what seems to be a copy and paste error
615 when setting color for important messages
618 2002-03-11 [paul] version 0.7.4claws released
620 2002-03-11 [paul] 0.7.4claws
626 update message catalogs. Submitted by Ricardo Mones
627 Lastra, Alessandro Maestri, Wilbert Berendsen, and
628 Fabio Junior Beneditto
639 2002-03-11 [jens] 0.7.3claws7
642 updated German translation
644 2002-03-11 [melvin] 0.7.3claws6
647 updated and corrected French translation
649 2002-03-10 [hoa] 0.7.3claws5
653 * src/prefs_account.c
656 fixed the local account.
657 you have to change the default "/usr/sbin/sendmail"
658 to "/usr/sbin/sendmail -t" in the preferences of
662 removed some debug display for renderer
664 2002-03-10 [paul] 0.7.3claws4
666 * faq/en/sylpheed-faq-1.html
667 faq/en/sylpheed-faq-2.html
670 2002-03-09 [paul] 0.7.3claws3
672 * sync with sylpheed 0.7.4
673 see ChangeLog entry 2002-03-09
675 2002-03-08 [paul] 0.7.3claws2
677 * faq/en/sylpheed-faq*
682 * manual/fr/.cvsignore
683 manual/fr/Makefilea.am
687 add the French manual
689 2002-03-07 [paul] 0.7.3claws1
691 * sync with sylpheed 0.7.3cvs4
692 see ChangeLog entries 2002-03-06 and 2002-03-07
695 updated by Wilbert Berendsen
697 2002-03-07 [melvin] 0.7.2claws34
699 * src/selective_download.c
700 Changed the pixmap of the receive button to MAIL_RECEIVE.
702 2002-03-06 [paul] 0.7.2claws33
704 * sync with sylpheed 0.7.3cvs1
705 bug fix, see ChangeLog entry 2002-03-05
707 2002-03-05 [paul] 0.7.2claws32
712 reverse the pgp ascii-armored code implemented in
713 0.7.2claws16. removal of this code until it matures.
714 this means that verifying ascii-armored pgp sigs and
715 automatic decryption of ascii-armored encrypted
716 messages no longer works.
718 2002-03-05 [paul] 0.7.2claws31
724 faq/en/sylpheed-faq.html
725 faq/en/sylpheed-faq-1.html
726 faq/en/sylpheed-faq-2.html
727 faq/en/sylpheed-faq-3.html
729 faq/es/sylpheed-faq.html
730 faq/es/sylpheed-faq-1.html
731 faq/es/sylpheed-faq-2.html
732 faq/es/sylpheed-faq-3.html
733 faq/es/sylpheed-faq-4.html
735 faq/fr/sylpheed-faq.html
736 faq/fr/sylpheed-faq-1.html
737 faq/fr/sylpheed-faq-2.html
738 faq/fr/sylpheed-faq-3.html
743 add FAQs in English, Spanish and French
746 2002-03-05 [paul] 0.7.2claws30
748 * manual/en/sylpheed.html
749 manual/en/sylpheed-XX.html
750 updated the English manual
755 dialog box pops up if the article can't be deleted.
760 updated by Fabio Junior Benedito
764 * removed ac/gpgme.m4
765 to avoid autogen common problem
766 developers have to install gpgme development package now
769 encoding to 7bit or 8bit is enabled.
771 2002-03-03 [alfons] 0.7.2claws29
774 merge fix by Oliver Haertel for selective
777 2002-03-03 [paul] 0.7.2claws28
779 * sync with sylpheed 0.7.3
781 2002-03-03 [paul] 0.7.2claws27
783 * sync with sylpheed 0.7.2cvs24
784 see ChangeLog entries 2002-03-02 and 2002-03-03
786 2002-03-02 [melvin] 0.7.2claws26
791 * src/prefs_common.[ch]
792 Added user definable notification on new mail arrival.
793 Removed unused variables in spell checker prefs code.
795 2002-03-02 [melvin] 0.7.2claws25
798 Removed unnecessary escape sequences.
799 Changed 'Initial...' to 'Initials of Sender'
801 2002-03-02 [paul] 0.7.2claws24
803 * sync with sylpheed 0.7.2cvs22
804 see ChangeLog entry 2002-03-01
806 2002-03-01 [hoa] 0.7.2claws23
809 Set sensitivity of delete actions to active
810 even if the folder is a newsgroup.
813 - Set sensitivity of delete actions
814 - Added function check_permission() that will check if the
815 user is authorized to delete a message. For news, it
816 will check if the author is the same.
817 - Enabled deletion when there is no trash folder.
820 - Added news_cancel_article() to cancel articles
821 - Implemented news_remove_message() (public function)
823 2002-03-01 [paul] 0.7.2claws22
827 recognise urls that that don't include 'http://' and
831 remove duplicated name
833 2002-02-28 [paul] 0.7.2claws21
837 add ability to 'Select thread'
838 combines Melvin's "Select thread's head" patch (#510907)
839 with Colin Leroy's <colin@colino.net> "Select whole thread"
842 2002-02-28 [paul] 0.7.2claws20
845 hopefully fix segfault on right-clicking a mime part
846 that some people have experienced.
847 fix submitted by Fredrik Olofsson <frol@linux.nu>
849 2002-02-28 [paul] 0.7.2claws19
851 * sync with sylpheed 0.7.2cvs21
852 see ChangeLog entries 2002-02-27 and 2002-02-28
854 2002-02-27 [paul] 0.7.2claws18
856 * sync with sylpheed 0.7.2cvs18
857 see ChangeLog entries 2002-02-26 and 2002-02-27
859 2002-02-26 [alfons] 0.7.2claws17
862 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
863 (spotted by Chris Hessman <idatech@gmx.net>)
865 2002-02-26 [paul] 0.7.2claws16
870 make decryption of ascii-armored pgp encrypted messages
871 and verification of ascii-armored signatures work again.
872 slightly altered from the patch by Jens Jahnke
876 * the checking of plaintext signatures always comes up in
878 * it doesn't work for multipart messages
879 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
880 including the msg headers and these 2 line themselves, are
884 "View/Folder Tree" becomes "View/Separate Folder Tree"
885 "View/Message View" becomes "View/Separate Message View"
886 because its less ambiguous.
889 updated by Ricardo Mones Lastra
891 2002-02-26 [paul] 0.7.2claws15
893 * sync with sylpheed 0.7.2cvs17
894 see ChangeLog entries 2002-02-25 and 2002-02-26
896 2002-02-25 [christoph] 0.7.2claws14
900 do filtering stuff after all messages have been received
901 1. drop all messages to .processing
902 2. scan processing folder for messages
903 3. filter messages or move to inbox
904 this will also find old messages left in processing after
905 a crash or something like that and we get a real msginfo
906 from folder->get_msg_list and do not have to create our
907 own in filter_message
908 * src/matcher_parser_parse.y
909 remove MIX/MAX warning (reordered includes)
911 2002-02-25 [paul] 0.7.2claws13
913 * sync with sylpheed 0.7.2cvs15
914 see ChangeLog entry 2002-02-24
916 2002-02-24 [alfons] 0.7.2claws12
919 clear old color flags first when applying a new color to
921 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
923 2002-02-24 [alfons] 0.7.2.claws11
927 add presets for Opera and Konqueror, closes patch #517261,
928 submitted by Ville Skyttä <scop@users.sourceforge.net>
930 2002-02-24 [alfons] 0.7.2.claws10
934 fix threading for null message ids, closes patch #521601,
935 submitted by Bob Forsman <hammor@users.sourceforge.net>
937 2002-02-24 [alfons] 0.7.2claws9
941 make Tool | Filter Message work with filtering system so
942 setting flags also works
946 - Processing uses the same function as Tool | Filter
947 Message, but doesn't use the same update proc yet
949 2002-02-23 [paul] 0.7.2claws8
951 * sync with sylpheed 0.7.2cvs14
952 see ChangeLog entries 2002-02-22 and 2002-02-23
954 2002-02-22 [christoph] 0.7.2claws7
957 Add column space to table
958 * src/quote_fmt_parse.y
961 2002-02-22 [paul] 0.7.2claws6
969 src/matcher_parser_lex.l
970 src/matcher_parser_parse.y
973 src/prefs_filtering.c
974 src/selective_download.[ch] *** NEW FILES ***
977 Selective Download added to 'Tool' menu.
978 Retrieves email headers of the currently selected pop3
979 account and allows the user to mark emails for deletion
980 right on the pop3 server. Patch submitted by Oliver Haertel
981 <oha@users.sourceforge.net>.
984 add 'src/quote_fmt.c'
986 2002-02-22 [christoph] 0.7.2claws5
990 * src/prefs_common.[ch]
991 * src/prefs_template.c
992 * src/quote_fmt.c *** NEW FILE ***
994 move quote format symbol description code
995 to it's own file because it is used from
996 differnent code parts
997 Rewrote symbol description GUI
1000 + get data from array (no more long constant strings)
1001 * src/quote_fmt_lex.l
1002 * src/quote_fmt_parse.y
1003 Symbol for Literal % changed to \% instead of %%
1004 (More logical as \ is used for quoting for other symbols)
1005 Add |f and |p to include files and program output
1007 |f{/home/.../.signature}
1010 Correct wrong spelling for "Referenzen"
1012 2002-02-21 [paul] 0.7.2claws4
1015 forgotten during sync
1017 2002-02-21 [paul] 0.7.2claws3
1019 * sync with sylpheed 0.7.2cvs11
1020 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
1021 2002-02-20 and 2002-02-21
1023 2002-02-20 [melvin] 0.7.2claws2
1025 * src/prefs_actions.c
1026 Added error report when child cannot fork or when execvp
1027 returns with an error.
1029 2002-02-19 [christoph] 0.7.2claws1
1032 return unconverted text if conde conversion is not possible
1033 when libjconv is used.
1034 (patch submitted by "Simon 'corecode' Schubert")
1038 * version 0.7.2claws release
1040 2002-02-19 [paul] 0.7.2claws
1043 updated by Wilbert Berendsen
1046 2002-02-18 [alfons] 0.7.1claws13
1050 remove references to dlfcn and explicitly loading functions
1051 from dynalink libs, because libs linked anyway, and functions
1052 are loaded explicitly
1054 2002-02-17 [melvin] 0.7.1claws12
1056 * src/prefs_actions.c
1057 Replaced children wait loop with double fork technique.
1058 Now, input/output window updated at each new output.
1059 free_children(): Fixed a memory leak.
1060 Made input/output window non closable if running children
1062 Added missing <unistd.h> include.
1063 Added some --debug outputs.
1065 2002-02-17 [melvin] 0.7.1claws11
1068 Fixed bug where descending sort order did not select top
1071 2002-02-17 [melvin] 0.7.1claws10
1074 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
1075 * src/prefs_common.c
1076 Pspell data package directory no more hard coded but
1077 set during configuration (PSPELL_PATH). (Thanks to
1078 Gustavo Noronha Silva.)
1080 2002-02-17 [melvin] 0.7.1claws9
1083 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
1085 Fixed compile-time warnings.
1087 2002-02-16 [alfons] 0.7.1claws8
1090 fix inadvertent free of NULL pointer which caused
1091 sylpheed to crash when closing the save-as dialog
1092 using the window close button
1094 2002-02-16 [carsten] 0.7.1claws7
1095 * src/mainwindow.[ch]
1098 fixes for pixmap theming code:
1099 - recently changed mail attributes shouldn't get
1101 - theme is only reloaded iff another theme was
1104 2002-02-16 [paul] 0.7.1claws6
1106 * sync with sylpheed 0.7.2 release
1107 see ChangeLog entry 2002-02-15 and 2002-02-16
1109 2002-02-15 [paul] 0.7.1claws5
1111 * sync with sylpheed 0.7.1cvs9
1112 see ChangeLog entry 2002-02-15
1115 remove unneeded headerwindow.c entry
1117 2002-02-14 [carsten] 0.7.1claws4
1119 fixed a bug for "Go to next unread message": there was
1120 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
1121 in the prefs, because of doing "Search again" instead
1124 2002-02-14 [carsten] 0.7.1claws3
1125 * src/stock_pixmap.c
1126 removed 2 more mem leaks; following memprof,
1127 this code is "leak free" now :)
1129 2002-02-14 [carsten] 0.7.1claws2
1130 * src/stock_pixmap.c
1131 used opendir/readdir/closedir instead of scandir
1132 -> code should work now on Solaris
1134 2002-02-14 [paul] 0.7.1claws1
1136 * sync with sylpheed 0.7.1cvs8
1137 see ChangeLog entries 2002-02-13 and 2002-02-14
1140 add some description of Actions and Pixmap Themes
1144 * version 0.7.1claws release
1146 2002-02-13 [paul] 0.7.1claws
1151 updated translations, submitted by Ricardo Mones Lastra,
1152 Alessandro Maestri and Fabio Junior Beneditto
1154 2002-02-13 [melvin] 0.7.0claws75
1156 * src/prefs_actions.c
1157 Added missing "signal.h" include
1159 2002-02-13 [melvin] 0.7.0claws74
1161 * src/prefs_folder_item.c
1162 Added missing "config.h" include
1164 Updated French translation for folder propriety.
1166 2002-02-13 [jens] 0.7.0claws73
1169 Added missing src/prefs_folder_item.c [log added by melvin]
1171 Updated German translation.
1173 2002-02-13 [melvin] 0.7.0claws72
1176 Updated French translation.
1178 2002-02-13 [melvin] 0.7.0claws71
1181 Made gtkut_editable_get_selection return NULL if selection
1183 This fixes a bug where selecting part of message A then
1184 switching to message B and replying to it will not
1185 quote the message's body.
1187 2002-02-12 [paul] 0.7.0claws70
1190 cosmetic, relating to pixmap themes: on toolbar make
1191 updating of 'Exec' and 'Compose news/Compose email'
1194 2002-02-12 [carsten] 0.7.0claws69
1200 - refreshing after changing pixmap theme better
1202 - wanted to remove some mem leaks, but alfons was
1203 faster (and had the better solution ;)
1205 2002-02-12 [alfons] 0.7.0claws68
1207 * src/prefs_common.c
1208 * src/stock_pixmap.[ch]
1209 plug mem leaks, refactor code a little bit
1212 2002-02-12 [sergey] 0.7.0claws67
1215 Fixed problem with copying messages to IMAP folders when the
1216 server uses something other than '/' as a namespace separator
1217 (cyrus-imapd uses '.').
1219 2002-02-12 [jens] 0.7.0claws66
1222 Updated German Translation
1224 2002-02-12 [paul] 0.7.0claws65
1226 * sync with sylpheed 0.7.1cvs1
1227 see ChangeLog entry 2002-02-12
1229 2002-02-12 [melvin] 0.7.0claws64
1231 * src/prefs_actions.c
1232 Fixed "feature" where children's output was duplicated
1233 instead of refreshed while monitoring.
1234 Removed some debug code.
1236 2002-02-12 [christoph] 0.7.0claws63
1239 always delete message from queue after sending/send error
1240 (closes bug #509601)
1242 2002-02-12 [melvin] 0.7.0claws62
1244 * src/prefs_actions.c
1245 Children wait loop is now triggered with a timeout of 1s
1246 Added %F which is replaced with the list of filenames
1247 of all selected messages (as suggested by Ricardo Mones Lestra)
1248 Pipe syntax changed. Prefix with | to send selection, postfix
1249 with | to retrieve output. Prefix with > or * to send
1250 user definable input to the command (*: input is hidden)
1251 Old pipe action should now be postfixed with |, too.
1253 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
1254 * src/stock_pixmap.c
1255 fixed a bug: if there's no theme directory don't
1256 throw an error, just do "nothing" (thanks Alfons)
1258 2002-02-12 [carsten] 0.7.0claws60
1261 had to write the cache twice (nasty!); some marks would
1264 2002-02-11 [carsten] 0.7.0claws59
1267 doc-src/maintainer_guide.txt
1273 src/prefs_common.[ch]
1274 src/stock_pixmap.[ch]
1275 src/summaryview.[ch]
1276 pixmap theming and related work on pixmap
1277 handling on some other places
1278 (e.g. hrm features for all folder)
1279 src/pixmap/stock_*.xpm -> the stock_ was removed
1281 2002-02-11 [paul] 0.7.0claws58
1283 * sync with sylpheed 0.7.1 release
1284 see ChangeLog entries 2002-02-11
1286 2002-02-08 [paul] 0.7.0claws57
1288 * sync with sylpheed 0.7.0cvs39
1289 see ChangeLog entry 2002-02-07 (last entry)
1291 * src/prefs_actions.c
1292 src/prefs_filtering.c
1295 sync: made it compile with C compilers other than gcc
1297 2002-02-07 [paul] 0.7.0claws56
1299 * sync with sylpheed 0.7.0cvs38
1300 see ChangeLog entries 2002-02-06 (last 2 entries) and
1303 2002-02-07 [darko] 0.7.0claws55
1307 Fix const gchar */gchar * issue (thanks Hiro)
1309 2002-02-07 [darko] 0.7.0claws54
1314 * src/prefs_template.c
1316 * src/quote_fmt_parse.y
1319 When replying or forwarding an email don't quote the entire
1320 mail body but use the part of the message text that is selected
1322 2002-02-06 [melvin] 0.7.0claws53
1324 * src/prefs_common.[ch]
1327 Made possible to switch quickly to last used dictionary
1328 which makes checking bilingual documents easier.
1330 2002-02-06 [melvin] 0.7.0claws52
1333 Added forgotten new file src/prefs_actions.c
1335 2002-02-06 [melvin] 0.7.0claws51
1337 * src/prefs_actions.c ** NEW FILE **
1338 * src/prefs_actions.h ** NEW FILE **
1339 Added actions to execute on message text view, or on the
1342 Added src/prefs_actions.[ch]
1344 Added new menu "Edit/Actions"
1346 Added new actionsrc file.
1348 Added actionsrc reading.
1350 Added new menus "Edit/Actions" and "Configuration/Actions..."
1351 * src/prefs_common.h
1352 Added new element actionslst element to prefs_common.
1354 2002-02-06 [paul] 0.7.0claws50
1356 * sync with sylpheed 0.7.0cvs36
1357 see ChangeLog entry 2002-02-06
1362 updated by Ricardo Mones Lastra
1364 2002-02-05 [paul] 0.7.0claws49
1366 * sync with sylpheed 0.7.0cvs33
1367 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
1369 2002-02-05 [paul] 0.7.0claws48
1372 re-add 'Edit/Advanced/Delete entire line', previously named
1375 2002-02-04 [paul] 0.7.0claws47
1379 fix bug #494993 (Reply All not taking Reply-To into consi)
1380 eliminate differences in behaviour of right-click 'Reply to all'
1381 in summary view and 'Reply to all' on the toolbar.
1382 fix bug where Reply-To gets ignored by 'Reply to all' in summary
1383 view and From gets ignored by 'Reply to all' on toolbar.
1384 fix bug where 'Reply to all' on toolbar uses To twice and ignores
1385 From when no Reply-To header is present.
1387 2002-02-04 [paul] 0.7.0claws46
1389 * sync with sylpheed 0.7.0cvs30
1390 see ChangeLog entries 2002-02-03 and 2002-02-04
1392 2002-02-03 [melvin] 0.7.0claws45
1395 Readded function to highlight all misspelled words.
1396 Fixed bug where user-provided-words did not replace
1397 correctly the misspelled word when using the mouse.
1398 Fixed bug where checking a region selected from right to left did
1399 not check the region at all.
1400 Fixed bug where 'Check backwards' may not check at all.
1401 Fixed memory leaks where popup menus and accel_groups were not destroyed.
1402 Fixed possible buffer overflow when checking for long strings (>1k).
1403 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
1404 Accelerators code uses now gtk_widget_add_accel.
1405 Removed and disabled obsolete and unfinished code.
1409 Added menu item to Highlight all misspelled words.
1411 2002-02-01 [paul] 0.7.0claws44
1414 fix '/View/Hide read messages' sensitivity when all
1415 messages in a folder are hidden
1417 2002-02-01 [paul] 0.7.0claws43
1420 add --send option to command line interface, sends all
1421 queued mail. Patch submitted by Ricardo Mones Lastra.
1423 2002-01-31 [paul] 0.7.0claws42
1426 add '/View/Hide read messages' to main_window_set_menu_sensitive()
1428 2002-01-31 [paul] 0.7.0claws41
1430 * sync with sylpheed 0.7.0cvs27
1431 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
1435 comment out elements of textview_show_part() as temporary
1436 workaround for attachment 'Display as text' bug
1439 updated by Fabio Junior Beneditto
1441 2002-01-30 [paul] 0.7.0claws40
1443 * sync with sylpheed 0.7.0cvs24
1444 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
1448 add {N_("/_Spelling"), ... "<Branch>"} to
1449 GtkItemFactoryEntry compose_entries[]
1451 * src/prefs_common.c
1452 add claws menu items to prefs_keybind_apply_clicked()
1453 and remove non-claws menu items
1455 2002-01-29 [paul] 0.7.0claws39
1457 * sync with sylpheed 0.7.0cvs22
1458 see ChangeLog entries 2002-01-28 and 2002-01-29
1460 2002-01-28 [melvin] 0.7.0claws38
1463 Added the declartion of compose_send_control_enter.
1467 Added in a 'Spelling' menu which includes the configuration menu.
1468 Added a real 'Check all' and got rid from the old one which only
1469 highlited misspelled word.
1470 Made 'Check while typing' a disableable option.
1471 Added a dialog when there are no more misspelled word.
1472 Added a dialog if error occurs when switching to a dictionary.
1474 * src/prefs_common.[ch]
1475 Added option for the default 'Check while typing' option.
1478 2002-01-28 [alfons] 0.7.0claws37
1481 fix buglet and make code comply with sylpheed code style
1483 2002-01-28 [paul] 0.7.0claws36
1485 * sync with sylpheed 0.7.0cvs19
1486 see ChangeLog entries for 2002-01-28
1488 2002-01-28 [hoa] 0.7.0claws35
1494 read the renderer config
1497 use the renderer config to convert mime attachments
1500 don't use textview_show_html/ertf,
1501 use get_text_content instead
1503 2002-01-27 [alfons] 0.7.0claws34
1506 make sylpheed believe it can delete a news message...
1507 (messages are NOT deleted, maybe we should remove
1508 processing from the folder properties after all.)
1510 2002-01-27 [alfons] 0.7.0claws33
1515 implement remove_msg()
1517 2002-01-27 [alfons] 0.7.0claws32
1522 fix return receipt / disposition notification again. this
1523 stuff seems to break on _every_ major summary UI change, so
1524 it's now implemented using a flag which is saved in the
1527 2002-01-26 [alfons] 0.7.0claws31
1530 let import dialog show the destination folder identifier
1532 2002-01-26 [melvin] 0.7.0claws30
1536 Readded 'Mark all read' into summary view popup menu
1537 Added 'Mark all read' in folder view popup menu for IMAP
1539 Made it insensitive if the selected folder is not the shown
1540 one to avoid 'Mark all read' on the wrong folder.
1542 2002-01-26 [paul] 0.7.0claws29
1546 move 'Mark all read' from summary view to folder view
1547 menu. (adapted from) patch submitted by Jeremy Andrews,
1548 <lists@kerneltrap.com>
1550 2002-01-25 [alfons] 0.7.0claws28
1553 put the gtk class name back so GtkSText adapts the
1556 2002-01-25 [alfons] 0.7.0claws27
1559 assimilate Ricardo's patch that shows pixmaps instead of
1560 plain "new" and "unread" texts in the folder view column
1563 2002-01-25 [paul] 0.7.0claws26
1566 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
1567 be found in non-standard locations.
1568 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
1570 2002-01-25 [paul] 0.7.0claws25
1572 * sync with sylpheed 0.7.0cvs16
1573 see ChangeLog entry 2002-01-25
1575 2002-01-24 [paul] 0.7.0claws24
1577 * more sync with sylpheed 0.7.0cvs15
1578 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
1580 2002-01-23 [sergey] 0.7.0claws23
1583 Fixed segfault when closing LDIF import wizard with
1589 Fixed wrong scrolling position after switching between
1590 text and image parts.
1592 2002-01-23 [paul] 0.7.0claws22
1594 * sync with sylpheed 0.7.0cvs15
1595 see ChangeLog entries 2002-01-22 and 2002-01-23
1597 2002-01-21 [melvin] 0.7.0claws21
1599 * src/prefs_scoring.c
1600 * src/prefs_filtering.c
1601 Fixed bug where scoring and filtering windows stopped
1604 2002-01-21 [paul] 0.7.0claws20
1606 * sync with sylpheed 0.7.0cvs12
1607 see ChangeLog entries 2002-01-20 and 2002-01-21
1609 2002-01-21 [carsten] 0.7.0claws19
1612 * src/messageview.[ch]
1613 * src/summaryview.[ch]
1614 changes to shortcuts handling again:
1615 + "Q" now controled by mainwin
1616 + v/V are now customizable and have slightly
1618 the "button" to minimize the messageview (and maximize
1619 the summary view) is a real button now
1621 "Delete Line+" added to Edit/Advanced (this will also
1624 2002-01-20 [melvin] 0.7.0claws18
1627 Made "Bcc" sensitive when addressbook is called from
1628 compose window (it was a Claws only bug).
1630 2002-01-19 [alfons] 0.7.0claws17
1633 prevent unnecessary updates when currently selected folder has
1636 2002-01-19 [alfons] 0.7.0claws16
1639 prevent writing the cache based on current message list in summary
1640 view when filtering also put messages in currently selected folder
1645 Italian translation submitted by Alessandro Maestri
1646 <a.maestri@cs.tin.it>
1648 2002-01-18 [melvin] 0.7.0claws15
1650 * src/prefs_filters.c
1651 fixed bug where 'cancel' from 'filters' window stops autochecking
1652 if the timer timed out when the window was open.
1654 2002-01-18 [match] 0.7.0claws14
1656 * src/addrclip.[ch] ** NEW FILE **
1657 * src/addrselect.[ch] ** NEW FILE **
1658 * src/adbookbase.h ** NEW FILE **
1659 addressbook cut, copy and paste
1661 * src/addrcache.[ch]
1663 * src/addrindex.[ch]
1675 support for copy/paste
1677 support for copy/paste
1678 tidy up menu option processing
1679 correct address list function arguments
1681 sort user attributes
1691 2002-01-18 [paul] 0.7.0claws13
1693 * sync with sylpheed 0.7.0cvs8
1694 configure.in: support Mac OS X (Darwin)
1696 2002-01-18 [carsten] 0.7.0claws12
1698 small hack to fix a segfault with an empty href
1699 (reported by Alexandra Walford <deeni@altern.org>)
1702 the shortcuts for Mark und Mark as unread are hardcoded
1706 readded the shortcuts in gtkstext but made them
1707 customizeable (simply by adding a menu plus a wrapper
1710 2002-01-17 [melvin] 0.7.0claws11
1713 fix default dictionary not being saved.
1715 2002-01-16 [darko] 0.7.0claws10
1718 fix wrapping crash with URL longer than wrapping margin
1720 2002-12-08 [hoa] 0.7.0claws10
1722 * src/matcher_parser_parse.y
1725 * src/prefs_filtering.c
1726 now, we can use bounce action in the dialog box.
1728 2002-01-16 [carsten] 0.7.0claws9
1730 removed the <control> and <alt> shortcuts because they're
1731 not needed and interefered with the "normal" shortcuts
1734 removed most of the hardcoded shortcuts and assigned
1735 them to menu entries making them easy customizable by
1738 2002-01-16 |melvin] 0.7.0claws8
1741 fixed bug where using the mouse and when the compose
1742 window is not on top may result in a crash.
1744 2002-01-16 [melvin] 0.7.0claws7
1747 fixed a long standingspell checker bug which could
1748 cause a crash after sending a message.
1750 2002-01-16 [paul] 0.7.0claws6
1752 * sync with sylpheed 0.7.0cvs7
1753 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
1754 2002-01-15, and 2002-01-16
1756 2002-01-16 [melvin] 0.7.0claws5
1762 Heavily modified spell checker code to work around
1763 ispell bug, to add keyboard shortcuts and for future
1764 enhancements. See README.claws for usage information.
1766 2002-01-15 [alfons] 0.7.0claws4
1769 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
1770 so sorting within threads reflects sort mode
1772 2002-01-15 [christoph] 0.7.0claws3
1775 added alertpanel if mail sending failed
1777 2002-01-15 [alfons] 0.7.0claws2
1779 * src/prefs_filtering.c
1780 don't stop timer when prefs filtering dialog is opened
1782 2002-01-14 [alfons] 0.7.0claws1
1786 remove debug_print()s for privacy reasons
1788 2002-01-14 [darko] 0.7.0claws
1791 quotation wrapping is now also in the main branch
1795 * tools/filter_conv.pl
1796 allow for Boolean Op and case-sensitivity
1797 this file is included in the release and tagged
1800 2002-01-13 [paul] 0.7.0claws
1802 * release 0.7.0, with cvs tag 'rel_0_7_0'
1806 * tools/filter_conv.pl
1808 rewritten to output to matcherrc instead of filteringrc
1811 updated Spanish translation by Ricardo Mones Lastra
1816 update dutch translation
1821 Updated by Fabio Junior Beneditto
1823 2002-01-13 [melvin] 0.6.6claws53
1826 Updated french translation
1828 2002-01-12 [alfons] 0.6.6claws52
1831 plug mem leak that has been sitting there for ages
1833 2002-01-12 [alfons] 0.6.6claws51
1836 undo melvin's changes from 0.6.6claws48 because summary
1837 view now refuses to select first unread message when
1840 2002-01-11 [alfons] 0.6.6claws50
1843 use claws' semantics for getting folder item when
1844 importing an mbox file into a folder
1845 (submitted by Dale P. Smith)
1847 2002-01-11 [christoph] 0.6.6claws49
1850 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
1851 toggle widget, because non static prefs can not use
1852 prefs_set_* functions
1853 * src/prefs_account.c
1854 toggle smtp auth password field sensitivity if
1855 user id is empty and add descrition of usage for
1857 * src/prefs_folder_item.c
1858 use SET_TOGGLE_SENSITIVITY macro to instead of extra
1861 2002-01-11 [melvin] 0.6.6claws48
1864 fix the 'Ctrl-Enter' feature for sending and test really
1865 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
1866 editables which was not documented in Gtk)
1869 Made summaryview refresh after sorting and not before.
1871 2002-01-11 [christoph] 0.6.6claws47
1874 select account from account ids if possible and
1875 correctly set save folder for copy in reedit
1877 2002-01-10 [paul] 0.6.6claws46
1879 * sync with sylpheed 0.7.0 release
1880 see ChangeLog entries 2002-01-07, 2002-01-08 and
1886 remove more dirt traces...
1891 clean up some traces of my debugging stuff
1893 2002-01-09 [alfons] 0.6.6claws45
1896 break up filteringprop_apply() in three separate pieces
1897 so we can drop messages that failed processing in the
1901 fix bug #469598 "no refresh of inbox after filter" which
1902 was introduced by the new summary view locking, and which
1903 prevented the summary view to update after a manual filter
1904 message. claw's filter message requires a summary_show().
1905 (aargh, summary_show() again! :-)
1907 2002-01-07 [alfons] 0.6.6claws44
1909 * src/headerwindow.c
1912 * src/sourcewindow.c
1913 bring in Hiro's last 0.7.0 wm class fixes
1916 bring in Ricardo's fix for sylprint script
1920 * src/prefs_common.[ch]
1921 * src/prefs_account.[ch]
1923 clean up account preference poison in rfc2015,
1924 and preparation to fix double sign bug
1925 (patch submitted by Simon 'corecode' Schubert)
1927 2002-01-07 [christoph] 0.6.6claws43
1930 search for free message number, do not only rely
1933 fix smtp auth and use extra account information
1934 if available, if not use pop3 data instead
1935 (closes bug #500341)
1939 2002-01-06 [alfons] 0.6.6claws42
1942 try making the separate windows work again...
1944 2002-01-06 [alfons] 0.6.6claws41
1947 adapt Hiro's separate window menu (to get rid of the funny
1948 duplicate menu items), and make it work again
1950 2002-01-06 [alfons] 0.6.6claws40
1955 * tools/README.sylprint
1956 add sylprint script for printing mails from Sylpheed
1957 (contributed by Ricardo Mones Lastra)
1962 2002-01-06 [melvin] 0.6.6claws39
1966 Fixed crash introduced in 0.6.6claws38 by the menu
1967 reorganisation (Hide read messages)
1970 Fixed typo (we are now in 2002, alfons ;) )
1972 2002-01-05 [alfons] 0.6.6claws38
1974 * sync with sylpheed 0.6.6cvs10-17
1975 (last stuff marked as LAST_STABLE)
1977 2002-01-04 [melvin] 0.6.6claws37
1980 Made account selection code use strcasestr again instead of
1981 g_strcasecmp (fixes bug where reediting queued messages
1982 did not select proper account reported by T. Link).
1985 Fix bug where folder icons are not shown when 'hide read messages'
1988 * src/stock_pixmaps.[ch]
1989 Added folder icons for 'hide read messages'.
1992 Fixed bug where 'Enter' in a header entry will send the message
1993 if 'CTL-Enter' was chosen as a shorcut for sendind.
1995 2002-01-03 [melvin] 0.6.6claws36
1998 Added popup menu for common preferences and
1999 account preferences (right click on tab displays
2000 a menu of all tabs.)
2002 2002-01-02 [melvin] 0.6.6claws35
2005 Made spelling code compatible with undo/redo feature.
2006 Added creation of suggestion mode menu for the general
2009 * src/prefs_common.[ch]
2010 Added option menu for the speller's suggestion mode.
2011 Added missing spaces in "..." buttons and made a "..."
2012 button non translatable!
2015 Made speller use the default suggestion mode.
2016 Hack to make it possible to choose 'CTRL-Enter' as a
2017 shortcut for sending (and only for sending).
2019 * src/prefs_folder_item.c
2020 Changing subject simplification does not update cache
2021 anymore (because it is unnecessary).
2022 Fixed bug where changing subject simplification updated the
2023 summaryview even when the viewed folder is not the
2024 folder which properties are being changed. (E.g.
2025 viewing folder A and changing
2026 the subject simplification of
2027 folder B -not being viewed- updated the
2028 summaryview of folder A with data of
2029 folder B). (Hope this is clear... )
2031 2001-12-31 [alfons] 0.6.6claws34
2035 fgetc() returns a signed integer which doesn't
2036 fit in a char. so c truncates this to a char
2037 but we may lose significant bits. i.e. we may
2038 comparing 0xFF which may not be equal to -1
2039 unless properly casted to signed char which
2040 we won't do because fgetc() returns a signed
2041 integer which doesn't fit in a char. so c
2042 truncates this to a char but we may lose
2043 significat bits. (you got the idea, thanks
2044 to Gustavo Noronha Silva <kov@debian.org>
2045 and the Debian folks!)
2047 2001-12-30 [alfons] 0.6.6claws33
2049 * src/prefs_common.c
2050 add #ifdef USE_PSPELLs that Melvin forgot
2052 2001-12-30 [melvin] 0.6.6claws32
2054 * src/prefs_common.[ch]
2055 Added configurable color for misspelled words.
2058 Fixed bug of foreground text color (reported by David
2060 Added configurable color for misspelled words.
2062 2001-12-30 [alfons] 0.6.6claws31
2065 remove unnecessary things someone put there
2069 make folder properties (like threading and sorting) persistent
2070 (closes bug #497424 "rescan folder tree resets proprieties")
2071 currently this is only for MH folders.
2073 2001-12-29 [melvin] 0.6.6claws30
2075 * src/string_match.[ch]
2076 Optimized a bit: regexp pattern buffer compiled only once, and
2077 one subroutine call removed. Fixed ^ regexp search: Now,
2078 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
2081 Subject filtering changed to filter summary columns and
2082 not directly the messages subject cache. The loss in
2083 performance is balanced by the improvement of string_match.
2084 Added an alert panel if there is an error in the regexp.
2086 * src/src/prefs_folder_item.h
2087 Added a regexp pattern buffer.
2089 2001-12-28 [alfons] 0.6.6claws29
2091 * src/string_match.[ch]
2093 allow compilation *BSD
2095 2001-12-27 [alfons] 0.6.6claws28
2098 sync the Hiro's bug fix for BSD
2100 2001-12-27 [melvin] 0.6.6claws27
2103 Simplify focus to subject entry code.
2105 2001-12-27 [darko] 0.6.6claws26
2111 * src/procheader.[ch]
2113 * src/stock_pixmap.[ch]
2115 Show key icon for encrypted mails in summary view
2117 * src/pixmaps/clip.xpm
2118 * src/pixmaps/clipkey.xpm
2119 * src/pixmaps/key.xpm
2120 New/modified icons for the above
2122 2001-12-27 [melvin] 0.6.6claws25
2124 * src/prefs_common.c
2125 Put spell checker options in a separate tab to decrease
2126 the Common Preferences window height.
2129 Update spell checker usage instruction about its options
2132 2001-12-27 [melvin] 0.6.6claws24
2135 Changed subject entry widget position. Initial focus is
2136 on the To header instead of the subject entry.
2137 Creating a new header scrolls the header list to make the
2138 created one visible. Nevertheless, when automatically filling
2139 headers, the first one is shown.
2140 A Tab key press in the last empty header entry zips the
2141 focus to the subject entry.
2142 (I did not change the combo boxes, yet)
2144 2001-12-26 [alfons] 0.6.6claws23
2146 * src/prefs_account.c
2148 allow default inbox to reside in another mailbox (only
2149 works for POP3 accounts)
2151 2001-12-26 [alfons] 0.6.6claws22
2154 make reply-on-click work with the account of the selected folder
2156 put a fixme here to remind me to fix finding correct default
2157 account for nested folders
2159 2001-12-25 [alfons] 0.6.6claws21
2162 make column headers display locked and mark pixmaps (idea by Melvin)
2163 fix bug by adding score and locked column type to sort array
2165 2001-12-25 [alfons] 0.6.6claws20
2168 catch a *potentially* inadvertent write back of
2169 the message cache(s) introduced by 0.6.5claws37
2171 2001-12-25 [christoph] 0.6.6claws19
2173 * src/stock_pixmap.[ch]
2175 add ignore thread pixmap
2176 (can someone draw a better icon for this?)
2178 2001-12-24 [alfons] 0.6.6claws18
2180 * src/prefs_folder_item.c
2181 make address completion actually work for the
2182 Default To address in the Folder Property dialog.
2184 2001-12-24 [alfons] 0.6.6claws17
2187 use new style regexp for subject stripping
2188 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
2190 2001-12-24 [darko] 0.6.6claws16
2194 move GPG related informational messages to debug mode
2196 2001-12-23 [alfons] 0.6.6claws15
2198 * src/stock_pixmap.[ch]
2200 add the forgotten Claws' locked pixmap
2202 2001-12-23 [alfons] 0.6.6claws14
2205 accept file name typed in entry in multi file
2206 selector (patch submitted by Gustavo Noronha Silva
2209 2001-12-23 [alfons] 0.6.6claws13
2211 * src/prefs_filter.c
2212 * src/prefs_filtering.c
2215 clean up a little bit
2217 * src/string_match.c
2218 validate input strings a little bit more
2220 2001-12-23 [alfons] 0.6.6claws12
2224 * src/string_match.[ch] ** NEW **
2225 * src/folderview.[ch]
2228 * src/prefs_folder_item.[ch]
2229 add subject simplification to strip out strings from
2230 a subject line (esp. handy for mailing lists).
2231 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
2232 but slightly changed things for better integration.)
2234 2001-12-23 [alfons] 0.6.6claws11
2237 fix bug introduced by submission included in 0.6.5claws52.
2238 ideally this submission should clean the trash if any trash
2239 folder has a message. however, the hasTrash variable was
2240 set to false whenever a trash folder was empty (discarding
2241 a previously found *filled* trash folder.)
2243 also edited the code a little bit and made it more safe.
2245 2001-12-22 [alfons] 0.6.6claws10
2248 quick fix for Martin Pool's omission of an account
2249 specific SSL setting
2251 2001-12-22 [alfons] 0.6.6claws9
2258 better support for multipart/digest (submitted
2259 by Fredrik <e98fo@efd.lth.se>)
2261 2001-12-22 [alfons] 0.6.6claws8
2264 correct function signature
2267 * src/prefs_account.[ch]
2268 allow IMAP over SSH tunnel (patch submitted by
2269 Martin Pool <mbp@samba.org>)
2271 2001-12-21 [alfons] 0.6.6claws7
2273 * sync with sylpheed 0.6.6cvs4-9
2274 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
2276 2001-12-21 [christoph] 0.6.6claws6
2279 * src/prefs_folder_item.[ch]
2280 implement saving of outgoing messages to current folder.
2281 fix segfault when no default outbox is available
2282 (closes bug #495683)
2284 2001-12-21 [carsten] 0.6.6claws5
2287 pressing CTRL while DND does now the expected thing and
2288 copies the mail (moving is still the default, as this
2289 seam more appropriate for handling mails by DND)
2291 2001-12-18 [paul] 0.6.6claws4
2293 * sync with sylpheed 0.6.6cvs3
2294 see ChangeLog entries 2001-12-18
2296 2001-12-18 [hiro] 0.6.6claws3
2299 fix for multibyte characters (obtain the number of letters
2302 2001-12-17 [paul] 0.6.6claws2
2304 * sync with sylpheed 0.6.6cvs1
2305 see ChangeLog entry 2001-12-16
2307 2000-12-17 [alfons] 0.6.6claws1
2312 2001-12-16 [paul] 0.6.6claws
2315 * Release version 0.6.6claws, cvs tag: rel_0_6_6
2318 last minute sync with main 0.6.6
2321 updated by Ricardo Mones Lastra
2322 update for last minute sync
2325 update for last minute sync
2327 updated by Jens Oberender
2329 updated by Fabio Junior Beneditto
2331 * src/prefs_common.[ch]
2333 number of undo levels is user configurable
2334 (squeeze it into the release in the dying
2335 moments) Submitted by Jens Oberender
2340 updated french translation
2342 2001-12-15 [paul] 0.6.5claws92
2344 * sync with sylpheed 0.6.5cvs28
2345 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
2348 update to allow for sync
2353 update dutch translation
2355 2001-12-14 [carsten] 0.6.5claws91
2357 fixed bug #473785; also after changing the column order
2358 the same message will be selected and displayed as before
2361 2001-12-14 [carsten] 0.6.5claws90
2363 probably found the bug reported by wwb opening or closing
2364 a folder tree just before dnd (found the solution in the
2365 balsa source -- thanks to them)
2367 2001-12-14 [carsten] 0.6.5claws89
2370 moved gtk_clist_moveto to the right place, so that
2371 only the accounts dialog is effected on opening
2373 2001-12-14 [carsten] 0.6.5claws88
2375 gtkut_clist_set_focus_row does a gtk_clist_moveto
2376 now, so that the focused row will be seen in any case
2377 (reported by wwp on sf-claws-user)
2379 2001-12-14 [darko] 0.6.5claws87
2382 remove unnecessary line
2384 2001-12-14 [paul] 0.6.5claws86
2386 * sync with sylpheed 0.6.5cvs27
2387 see ChangeLog entries 2001-12-14
2389 2001-12-14 [carsten] 0.6.5claws85
2391 following a suggestion of Melvin the rcoabm pops up
2392 right under the button now and the button is reliefed
2393 while the popup is open
2395 2001-12-14 [darko] 0.6.5claws84
2398 fix crash when wrapping long lines if linewrap quotation
2399 is disabled and wrapper encounters a word spanning more
2402 2001-12-13 [paul] 0.6.5claws83
2405 prefer 'Reply-To' header over mailing list header when
2406 replying to a message. Finally prevent all those confirmation
2407 messages being sent to the list itself.
2410 remove unused summary_set_menu_sensitive() entry
2412 2001-12-13 [paul] 0.6.5claws82
2415 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
2416 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
2417 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
2418 improvements to 'Hide read messages': Inbox, Outbox,
2419 Trash, Queue, and Draft icons now reveal presence of hidden
2422 2001-12-12 [alfons] 0.6.5claws81
2424 0.6.5claws80 was tagged as LAST_STABLE
2426 * src/filtering.[ch]
2428 * src/matcher_parser_lex.c
2429 fix the filtering; my last attempt to get it right,
2430 if it does not work, it's Hoa's turn. ;-)
2432 for my honourable peers:
2434 the code now makes a clear distinction between
2435 rules as they are displayed (probably escaped),
2436 and as they are executed (probably unescaped). the
2437 parser does *NOT* do any unescaping, this is
2438 the task of the matcher.c (which breaks up a
2439 rule into condition) and the filtering.c (which
2440 breaks up the rule's action). to make this
2441 run happily we provide an unescaped copy of
2442 crucial strings to the MatcherProp and
2443 FilteringAction structures. note that the only
2444 exception to this is any REGEXP string. those
2445 are directly passed to regcomp() and regexp()
2446 (who have much more powerful unescape functions).
2450 you can escape tab (\t), carriage return (\r),
2451 linefeed (\n), form feed (\f), quote (\"),
2452 single quote (\'), bell (\b) in all the entry
2453 lines in the scoring & filtering dialogs.
2454 as an added bonus this should not affect
2455 existing filtering rules.
2457 2001-12-12 [carsten] 0.6.5claws80
2461 "item(s) selected" is now sensitive to 1 or more
2462 than one selected (nice for language where simple
2463 adding of a "s" is not possible as German (Eintrag
2466 the "forward as attachment" entry from the right
2467 click menu removed, "forward" acts following the
2471 reverted my former changes; so compiler warning again
2472 but there's more GTK_TEXT/GTK_STEXT mixing on other places
2476 "search in message" does now *not* only work in MVIEW_TEXT
2477 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
2481 removed "/File/_Close" as it was the same as "/File/E_xit"
2482 and we don't need it two times
2484 the separate folder view and message view now get a distinct
2485 WMCLASS, just in case someone is using sawfish ;-)
2487 as the menu entries "/View/Message view" and "/View/Folder tree"
2488 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
2489 make them sensitive accordingly and as these two are "shown"
2490 after startup anytime check this menuitem at startup
2492 2001-12-12 [paul] 0.6.5claws79
2495 fix sensitivity of 'Search folder...', broken in
2501 2001-12-11 [carsten] 0.6.5claws78
2503 fixed two typos returning a wrong FALSE/TRUE
2504 * src/mainwindow.[ch]
2505 extra menu for email/news button removed
2507 2001-12-11 [alfons] 0.6.5claws77
2509 * src/matcher.c (1.3)
2510 * src/matcher_parser_lex.l (1.28)
2511 revert for another attempt
2512 mark 0.6.5claws77 as LAST_STABLE
2514 2001-12-11 [christoph] 0.6.5claws76
2517 fixed wrong translation for prev. unread msg
2519 2001-12-11 [paul] 0.6.5claws75
2524 * src/summaryview.[ch]
2525 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
2526 enable ability to hide read messages on per folder basis via
2527 '/Summary/Hide read messages'; when selected, a folder will
2528 have a red open folder icon, instead of a blue icon, if the
2529 folder contains hidden messges
2530 submitted by Thomas Link <t.link.tmp200101.gmx.net>
2533 remove '/Message/Forward as attachment' from
2534 main_window_set_menu_sensitive() to prevent debug warning
2538 Clean up some of the English
2540 * tools/newscache_clean.pl
2541 allow for new 'hidereadmsgs' entry in folderlist.xml
2544 updated translation, submitted by Ricardo Mones Lastra
2546 2001-12-11 [paul] 0.6.5claws74
2548 * sync with sylpheed 0.6.5cvs25
2549 see ChangeLog entry 2001-12-11
2551 2001-12-10 [alfons] 0.6.5claws73
2554 add more control characters
2555 * src/matcher_parser_lex.l
2556 make escaping / unescaping work again
2558 2001-12-10 [alfons] 0.6.5claws72
2561 clean up warnings "returning value for void function"
2562 * src/prefs_filtering.c
2563 make info button for execute action sensitive
2565 2001-12-10 [paul] 0.6.5claws71
2570 fix: imap server now gets informed of MARKED, UNMARKED
2571 and REPLY events. Now people can use different IMAP-Mail
2572 clients and have the exact same information about MARKED,
2573 UNMARKED and REPLY status with all of them. Especially
2574 useful for imap servers with a web-frontend.
2575 submitted by Tobias Sandhaas <medlor@web.de>
2577 2001-12-09 [melvin] 0.6.5claws70
2580 fixed bug #490076 (hunted down by Alfons who implemented
2581 a workaround in 0.6.5claws65)
2583 2001-12-09 [christoph] 0.6.5claws69
2586 set pointer to string in LOCKED column to NULL
2587 (might fix bug #490800)
2589 2001-12-09 [carsten] 0.6.5claws68
2592 resolved some cluttered menu shortcuts
2593 ('creating new email' and 'creating news message'
2596 wmclass now distinc from main window
2599 email/news and forward button functionality similar
2600 to the reply buttons; removed the ugly dropdown arrows
2601 and use instead the right mouse button
2603 2001-12-09 [paul] 0.6.5claws67
2607 allow spaces in imap folder names
2608 submitted by Willem van Engen <wvengen@stack.nl>
2610 2001-12-09 [paul] 0.6.5claws66
2612 * sync with sylpheed 0.6.5cvs24
2613 see ChangeLog entry 2001-12-09
2615 2001-12-08 [alfons] 0.6.5claws65
2618 prevent secondary selection claim after "add to sender" dialog
2619 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
2620 we trick GTK by simulating a click at (0, 0) in the textview.
2622 2001-12-08 [hoa] 0.6.5claws64
2625 fixed a bug about the .processing folder name while filtering
2627 2001-12-08 [alfons] 0.6.5claws63
2630 work around problem of not correctly updating folder stats
2631 when deleting messages. there's some folder scanning evil
2632 going so the folderview_update_msg_num() does not work
2633 correctly. need to investigate this.
2635 2001-12-08 [paul] 0.6.5claws62
2637 * sync with sylpheed 0.6.5cvs23
2638 see ChangeLog entry 2001-12-08
2640 2001-12-07 [christoph] 0.6.5claws61
2643 fix another header translation problem
2645 2001-12-07 [alfons] 0.6.5claws60
2648 make filtering also work on local spool mbox
2650 2001-12-07 [carsten] 0.6.5claws59
2652 addressbook window gets a wmclass distinct from the main
2655 * src/mainwindow.[ch]
2656 forward menu item will use mode selected in prefs, forward
2657 as attatchment in menu removed (will be substituted in the
2658 toolbar similar to reply buttons)
2659 create news message menu entry and news button is now
2660 sensitive to the existance of a news account
2661 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
2662 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
2663 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
2664 these are removed because the toolbar buttons don't show
2665 the quoting modus any longer
2669 * tools/newscache_clean.pl ** NEW FILE **
2670 perl script to do some tidying up in the newscache directory
2672 * tools/sylpheed-switcher ** NEW FILE **
2673 perl script to enable easy switching between main and claws
2676 added descriptions of the two new perl scripts
2679 2001-12-07 [melvin] 0.6.5claws58
2682 fixed a warning during compilation introduced in 0.6.5claws56
2684 2001-12-07 [paul] 0.6.5claws57
2686 * src/mainwindow.[ch]
2688 further usability enhancements to replying with or without
2689 quoting via the toolbar, use of Ctrl key is replaced by
2691 Submitted by Carsten Schurig
2693 2001-12-07 [melvin] 0.6.5claws56
2696 hack to fix bug that prevented to make/paste selections
2697 after switching between MVIEW_TEXT and MVIEW_MIME views
2698 without deselecting the selection first.
2700 2001-12-06 [alfons] 0.6.5claws55
2702 * src/filtering.[ch]
2704 revise filtering a little bit more, and make sure
2705 messages are delivered to the appropriate inbox
2706 (perhaps set per account)
2708 2001-12-06 [paul] 0.6.5claws54
2710 * sync with sylpheed 0.6.5cvs22
2711 see ChangeLog entry 2001-12-06
2713 2001-12-05 [alfons] 0.6.5claws53
2719 more revisions of filtering system
2720 (last stable version is marked as LAST_STABLE)
2722 | NOTE 1): the filtering system now uses a local folder called
2723 | .processing. if filtering fails, check this directory
2724 | for missing messages.
2726 | NOTE 2): help us find the filtering actions still missing
2728 2001-12-05 [paul] 0.6.5claws52
2731 fix bug where 'Empty Trash?' pop-up window appears even
2732 when Trash is empty, submitted by Jesse Skinner
2734 2001-12-05 [melvin] 0.6.5claws51
2737 fixed bug #486106 to select correct account when reediting
2740 2001-12-04 [alfons] 0.6.5claws50
2743 declare markfile in appropriate functions when
2744 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
2747 2001-12-04 [paul] 0.6.5claws49
2749 * sync with sylpheed 0.6.5cvs21
2750 see ChangeLog entry 2001-12-04
2752 2001-12-03 [christoph] 0.6.5claws48
2755 changed translation of undo
2758 don't reinvent the wheel to traverse a GNode
2760 seperate code to create the compose gui into functions
2761 add "Others" page with folder selection for saving copy
2763 the folder identifier is saved to queue header
2765 save message to folder in queue header
2767 2001-12-03 [paul] 0.6.5claws47
2769 * sync with sylpheed 0.6.5cvs20
2770 see ChangeLog entry 2001-12-03
2774 * more sync with sylpheed 0.6.5cvs19
2775 see ChangeLog entry 2001-11-29
2777 2001-11-30 [paul] 0.6.5claws46
2780 remove conflicts introduced by Hoa's last commit
2783 make 'Message/Bounce' sensitive
2785 2001-11-30 [hoa] 0.6.5claws45
2788 slightly change bounce function to add
2789 information about the user that bounced the mail
2790 in the From header line.
2793 permit the use of processing in outbox folder.
2795 2001-11-29 [paul] 0.6.5claws44
2797 * src/mainwindow.[ch]
2798 * src/prefs_common.c
2799 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
2800 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
2801 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
2802 usability enhancements to the quoting, implements
2803 use of Ctrl key to toggle quoting settings
2804 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
2806 2001-11-29 [paul] 0.6.5claws43
2808 * sync with sylpheed 0.6.5cvs19
2809 see ChangeLog entry 2001-11-28
2811 2001-11-29 [melvin] 0.6.5claws42
2813 added enriched.[ch] to the list of files
2819 added support to view text/enriched
2820 added support to show headers in message view for text/enriched and text/html
2821 in non multipart messages
2823 2001-11-28 [paul] 0.6.5claws41
2825 * more sync with sylpheed 0.6.5cvs18
2826 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
2828 2001-11-27 [paul] 0.6.5claws40
2831 updated translation, submitted by Fabio Junior Beneditto
2833 * sync with sylpheed 0.6.5cvs18
2834 see ChangeLog entries 2001-11-26 (src/textview.c) and
2841 updated translation, submitted by Ricardo Mones Lastra
2846 add more translatable strings
2848 2001-11-26 [christoph] 0.6.5claws39
2851 fixed one more umlaut
2853 fix translated header when it should not be translated
2855 2001-11-26 [paul] 0.6.5claws38
2858 remove '/Message/Add Sender to address book' from
2859 main_window_set_menu_sensitive(), prevent debug warning
2860 add 'Message/Mark/Mark all read' to mainwin_entries[]
2862 2001-11-26 [paul] 0.6.5claws37
2865 fix 'recurring unread state' bug
2868 * tools/filter_conv.pl
2869 read name of top level mailbox from folderlist.xml
2870 and presume nothing about its name
2872 2001-11-26 [darko] 0.6.5claws36
2875 removed functions that are now in gtkutils.c
2876 use gtkut_text_is_uri_string() from gtkutils.c
2877 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
2879 2001-11-26 [paul] 0.6.5claws35
2881 * sync with sylpheed 0.6.5cvs16
2882 see ChangeLog entries 2001-11-25 and 2001-11-26
2884 2001-11-25 [alfons] 0.6.5claws34
2886 EXPERIMENTAL!!! Please checkout the last stable version using:
2888 % cvs update -r LAST_STABLE -dRAP
2890 (Or help us testing this stuff.)
2892 * src/filtering.c (1.14)
2893 * src/filtering.h (1.6)
2895 * src/matcher.c (1.20)
2897 * src/procmsg.h (1.14)
2898 * src/summaryview.c (1.59)
2899 * src/summaryview.h (dunno)
2900 revert/merge/sync to as it was before commit
2901 on Thu, 19 Jul 2001 10:15:51 -0700.
2903 2001-11-25 [hoa] 0.6.5claws33
2906 processing mails at startup
2909 * src/summaryview.[ch]
2910 processing mails when entering folder
2912 * src/prefs_filtering.c
2915 2001-11-24 [alfons] 0.6.5claws32
2917 * src/summaryview.[ch]
2918 make summary sort headers work, and also make
2919 sure the sort type is stored
2921 2001-11-23 [alfons] 0.6.5claws31
2923 * src/summaryview.[ch]
2924 make lock work like mark
2925 disallow deleting messages marked as locked
2927 2001-11-23 [alfons] 0.6.5claws30
2933 merge undo patch submitted by Jens
2935 2001-11-23 [christoph] 0.6.5claws29
2940 fixed gpg signing and encoding
2943 added --status option to get new, unread and total
2944 message count from a running sylpheed
2945 * src/prefs_common.c
2946 temporary fix for reply_with_quote problem
2947 (don't call functions for non existing widget)
2949 one more check for ignored threads but still not
2950 always working correctly. probably a recursive
2951 check for all parents is needed
2953 2001-11-23 [darko] 0.6.5claws28
2956 wrapping on send improvements
2958 fix for GtkSText after last sync with main branch
2959 GTK_TEXT -> GTK_STEXT
2961 2001-11-23 [paul] 0.6.5claws27
2963 * sync with sylpheed 0.6.5cvs14
2964 see ChangeLog entries 2001-11-22 and 2001-11-23
2967 fixed the scrambled umlauts
2968 submitted by Carsten Schurig <Carsten.Schurig@web.de>
2970 2001-11-21 [paul] 0.6.5claws26
2972 * sync with sylpheed 0.6.5cvs12
2973 see 2nd ChangeLog entry dated 2001-11-20
2975 2001-11-20 [paul] 0.6.5claws25
2977 * sync with sylpheed 0.6.5cvs11
2978 see ChangeLog entry 2001-11-19 (src/utils.c)
2983 GTK_TEXT -> GTK_STEXT
2984 fix for wrong comment
2986 2001-11-20 [hiro] 0.6.5claws24
2989 more merges from main branch
2990 removed fatal warnings (uninitialized variables etc.)
2991 some coding style fix
2998 2001-11-19 [hoa] 0.6.5claws23
3001 * src/prefs_scoring.c
3006 * src/matcher_parser_parse.y
3007 * src/prefs_filtering.c
3010 2001-11-19 [alfons] 0.6.5claws22
3012 more of my old things into claws
3015 * src/prefs_common.c
3017 * src/summaryview.[ch]
3018 * src/prefs_summary_column.c
3019 * src/pixmaps/locked.xpm
3020 add indicators for locking of message in summary view
3021 (does not work yet, only visual indicator)
3023 2001-11-19 [paul] 0.6.5claws21
3025 * sync with sylpheed 0.6.5cvs10
3026 see ChangeLog entry 2001-11-19
3028 2001-11-18 [alfons] 0.6.5claws20
3031 remove an inadvertent free I forgot in previous clean up
3033 2001-11-18 [alfons] 0.6.5claws19
3035 * src/filtering.[ch]
3036 clean up & plug leaks
3038 2001-11-18 [paul] 0.6.5claws18
3040 * sync with sylpheed 0.6.5cvs9
3041 see ChangeLog entries 2001-11-17 and 2001-11-18
3043 2001-11-16 [paul] 0.6.5claws17
3045 * sync with sylpheed 0.6.5cvs8
3046 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
3048 2001-11-16 [paul] 0.6.5claws16
3050 * sync with sylpheed 0.6.5cvs7
3051 see ChangeLog entries 2001-11-15 and 2001-11-16
3053 2001-11-15 [hoa] 0.6.5claws15
3056 fix bounce, mails we received couln't be bounced to ourself.
3059 * src/filtering.[ch]
3061 * src/matcher_parser.h
3062 * src/matcher_parser_lex.l
3063 * src/matcher_parser_parse.y
3067 * src/prefs_filtering.[ch]
3069 * src/prefs_matcher.c
3070 * src/prefs_scoring.c
3073 new matcher/filter/score configuration file parser
3074 one unique configuration file => ~/.sylpheed/matcherrc
3075 import in currently automatic, then save are made
3077 one filter per folder and one global filter
3078 (filter of a folder will be used as folder processing)
3081 fix a bug in folder_item_get_identifier
3084 receive receipt return are fixed.
3086 2001-11-14 [alfons] 0.6.5claws14
3089 add things from main branch to make claws compile
3091 2001-11-14 [paul] 0.6.5claws13
3093 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
3094 see ChangeLog entries 2001-11-08 to 2001-11-14
3096 2001-11-14 [hoa] 0.6.5claws12
3101 add "bounce mail" option
3103 2001-11-13 [christoph] 0.6.5claws11
3106 Cleanup a mess i add before commiting
3108 2001-11-13 [hoa] 0.6.5claws10
3111 some fixes when mail are sent or
3114 2001-11-13 [christoph] 0.6.5claws9
3117 Changed two string with the same translation
3121 New mailsending process:
3122 - Always queue message before sending
3123 (message will be saved if sylpheed crashed or
3124 freezes while sending)
3125 - Allow queuing of newspostings
3126 - No copy in outbox before sending
3127 (closes bug #469501)
3128 - No more redundant code for send and send_later
3130 Applied wwp <subscript@free.fr>'s patch that fixes
3131 marks for multiple forwarded messages (+compose.c)
3136 remove things that are now in main branch
3139 update Dutch translation
3141 2001-11-12 [mhadasht] 0.6.5.claws8
3143 * src/prefs_common.c
3144 re-enabled account autoselection feature for forward
3145 and reedit lost during the branch point for SYNC-B4-REL
3147 gtkpspell_get_dict(): more readable code (even if function is
3150 added version number info to 2001-11-12 [hiro] comment.
3152 2001-11-12 [hiro] 0.6.5.claws7
3155 compose_forward(): fixed a bug that forward quote mark
3157 removed unnecessary code.
3158 * src/template_select.[ch]: removed.
3163 :%s/GTK_TEXT/GTK_STEXT/g
3168 revert the undo stuff (this is 0.6.6claws stuff)
3170 2001-11-11 [hoa] 0.6.5.claws6
3173 Insert signature at the end of the text.
3174 Added undo patch but currently disabled
3177 Threading by subject improved.
3179 * added src/undo.[ch]
3180 Undo module for compose dialog box.
3182 2001-11-11 [alfons] 0.6.5.claws5
3185 prevent threading by subject on nodes that have already been
3186 threaded by in-reply-to (as in "circular references in a tree
3187 result in a dead branch")
3189 2001-11-09 [hoa] 0.6.5.claws4
3192 allows creation of mbox folder item from any files.
3194 2001-11-09 [alfons] 0.6.5.claws3
3198 do what I mean and correct threading by subject so it really
3199 ignores attracting lines without "Re: "
3201 2001-11-07 [alfons] 0.6.5.claws2
3205 only attract by subject if a subject line starts with a "Re: "
3209 2001-11-07 [paul] 0.6.5claws1
3211 * sync with sylpheed 0.6.5. release
3212 see ChangeLog entry 2001-11-07
3214 2001-11-07 [paul] 0.6.4claws31
3216 * sync with sylpheed 0.6.4cvs18
3217 see ChangeLog entries 2001-10-30 to 2001-11-07
3218 prefs_templates.[ch] renamed prefs_template.[ch]
3223 add semicolon Hoa forgot ;-)
3226 2001-11-06 [hoa] 0.6.4claws30
3232 threading by subject - empty subject are ignored
3234 2001-11-06 [christoph] 0.6.4claws29
3237 use SSL_peek for sock_gets
3239 removed unneeded pointer in extracting quoted
3240 names implementation
3242 2001-11-06 [melvin] 0.6.4claws28
3245 fixed bug #476792 Selection overtyping with spell checker
3246 fixed bug which could cause a buffer overflow
3249 2001-11-06 [hoa] 0.6.4claws27
3253 threading by subject
3255 2001-11-05 [alfons] 0.6.4claws26
3258 Claws -> Sylpheed (vice versa)
3261 :%s/gtk_text/gtk_stext/g
3262 :%s/GTK_TEXT/GTK_STEXT/g
3263 (thanks to Jonathan Ware for spotting this)
3265 2001-11-04 [christoph] 0.6.4claws25
3268 replace Xalloca + strdup with Xstrdup_a
3270 better implementation of extracting quoted names
3271 from addresses (remove backlashes and ignore
3274 2001-11-04 [alfons] 0.6.4claws24
3277 edit to comply more with coding style
3280 fix bug reported by Kim Schulz. introduced by the patch integrated
3281 in 0.6.4claws15. the code did not check the return value of
3285 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
3287 2001-11-04 [christoph] 0.6.4claws23
3290 * src/prefs_common.[ch]
3291 init some pointers that possibly caused a segfault
3292 reported in the claws-users ML
3294 2001-11-04 [hoa] 0.6.4claws22
3296 * src/grouplistdialog.c
3297 change the names of the nodes in the tree
3300 enhanced mailto syntax as described in
3301 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
3302 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
3305 encode and decode URI (useful when opening URL into
3308 2001-11-03 [hoa] 0.6.4claws21
3310 * src/grouplistdialog.c
3311 a new newsgroups list selection dialog box
3312 with a CTree instead of a CList
3314 2001-11-03 [hoa] 0.6.4claws20
3317 enable property and scoring options when right
3321 fixed bug when nickname were displayed using
3324 2001-11-02 [darko] 0.6.4claws19
3327 new wrap quotation and URL/long words wrapping implementation
3328 * src/compose.c src/gtkstext.[ch]
3329 move gtkstext_strncmp() to gtkstext.c
3331 2001-11-01 [christoph] 0.6.4claws18
3333 * src/prefs_account.c
3334 fixed mess in account settings dialog
3335 * src/prefs_folder_item.c
3336 added label with folder path to dialog
3338 2001-10-31 [match] 0.6.4claws17
3343 fix generation of spurious address book file names.
3344 remove redundant functions.
3346 added missing file names.
3348 2001-10-30 [paul] 0.6.4claws16
3350 * sync with sylpheed 0.6.4cvs6
3351 see ChangeLog entries 2001-10-26 to 2001-10-30
3353 * tools/filter_conv.pl
3354 read folderlist.xml to discover whether the top-level
3355 folder is called 'Mailbox' or 'Mail'
3357 2001-10-29 [paul] 0.6.4claws15
3359 * src/html.c, src/textview.c
3360 activate links in html mail and fix clickable parts
3361 Submitted by Matthieu Dazy <dazy@t-surf.com>
3365 * po/de.po, po/es.po, po/pt_BR/po
3366 updated translations, submitted by Jens Oberender,
3367 Ricardo Mones Lastra, and Fabio Junior Beneditto
3369 2001-10-29 [darko] 0.6.4claws14
3372 fix wrapping for good
3377 undo previous change as it broke the smart wrapping
3379 2001-10-29 [darko] 0.6.4claws13
3382 fix infinite loop when long URL is quoted
3383 (closes bug #475122.
3387 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
3388 import Mutt address book
3389 * src/ldif.[ch] src/importldif.h
3390 modified import LDIF handle user attributes
3392 2001-10-28 [christoph] 0.6.4claws12
3395 fixed that filtering did not work if there
3396 were no filter rules
3397 (closes bug #472003 and better implementation
3400 2001-10-27 [christoph] 0.6.4claws11
3403 make the folder's default account to be used when
3404 replying. (patch by wwp <subscript@free.fr>)
3406 code cleanup, nearly killed all of wwp's patch
3407 for folder's default account in compose
3409 error panel when a folder could not be created
3410 (closes bug #471080 new folder name & already
3416 change prototype of strstr2() that Christoph forgot about
3418 2001-10-26 [christoph] 0.6.4claws10
3421 made search for accounts by email address not case
3424 fixed memory leak in folder_item_get_identifier
3427 fixed wrong strstr2 (should work like strstr)
3429 2001-10-26 [darko] 0.6.4claws9
3431 * src/compose.c src/gtkstext.[ch]
3433 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
3435 2001-10-26 [paul] 0.6.4claws8
3438 ignore css and javascript tags in html mail
3439 case-insensitive, with or without double-quoted
3442 2001-10-26 [paul] 0.6.4claws7
3444 * sync with sylpheed 0.6.4cvs1
3445 see ChangeLog entry 2001-10-26
3447 * src/prefs_account.c, src/prefs_common.c,
3448 src/prefs_summary_column.c
3449 minor improvements to the English
3451 2001-10-25 [alfons] 0.6.4claws6
3455 make GtkSText follow style of GtkText (closes bug
3456 #469211 "text selection while writing message")
3458 do sync with GTK 1.2.10
3460 2001-10-25 [paul] 0.6.4claws5
3463 ignore css tags in html mail
3465 2001-10-25 [darko] 0.6.4claws4
3468 don't declare is_url_string as static function since
3469 we need it in gtkstext.c
3471 remove unused variable
3472 don't wrap long URLs while composing a message
3474 2001-10-24 [christoph] 0.6.4claws3
3477 fix ssl deadlock, when peer closes connection
3479 2001-10-24 [paul] 0.6.4claws2
3481 * src/prefs_common.c
3482 gettextize the gpg ascii-armored warning message
3485 insert a DOS/MAC file into the composed message
3488 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
3490 2001-10-22 [paul] 0.6.4claws1
3492 * sync with sylpheed 0.6.4 release
3493 see ChangeLog entries 2001-10-21
3495 * po/fr.po, po/pt_BR.po
3496 updated by Melvin Hadasht and Fabio Junior Beneditto
3498 2001-10-21 [paul] 0.6.3claws30
3501 insert a DOS text file from the compose window
3502 into the composed message text (removes CRs characters)
3503 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
3505 * tools/filter_conv.pl, tools/README
3506 automatically use ~/.sylpheed as working directory
3507 print out confirmation message on completion
3509 * correct Hoa's last ChangeLog.claws entry
3511 2001-10-20 [hoa] 0.6.3claws29
3513 * src/grouplistdialog.c
3514 bugfix (another ?) to give the right
3515 newsgroups list for each news server.
3519 improve the newsgroups list cache
3521 2001-10-20 [paul] 0.6.3claws28
3523 * sync with sylpheed 0.6.3cvs9
3524 see ChangeLog entry 2001-10-19
3526 * correct Alfons' last ChangeLog.claws entry
3531 fix compilation problems (part of bug #472895)
3533 2001-10-18 [hoa] 0.6.3claws27
3535 * src/grouplistdialog.c
3536 bugfix when we refresh was clicked (bug 472701)
3538 2001-10-19 [christoph] 0.6.3claws26
3541 last header entry should default to "To:" or
3542 "Newsgroups:" and not copy the last entry line
3543 in a new compose window
3544 (closes bug #472686, #470792)
3546 2001-10-19 [paul] 0.6.3claws25
3548 * sync with Sylpheed 0.6.3cvs8
3549 see ChangeLog entries 2001-10-18 and 2001-10-19
3551 2001-10-18 [christoph] 0.6.3claws24
3554 reimplement ignore thread
3556 2001-10-18 [hoa] 0.6.3claws23
3559 * src/grouplistdialog.[ch]
3560 enhanced news subscription interface (feature 469113)
3564 enchanced newsgroup listing,
3565 now, we can get groups informations
3568 2001-10-18 [paul] 0.6.3claws22
3571 remove comment (sync with main branch)
3573 fix 'Re-edit' bug in 'Message' menu
3575 2001-10-17 [christoph] 0.6.3claws21
3578 ignore empty or whitespace only header lines
3580 2001-10-17 [paul] 0.6.3claws20
3582 * sync with sylpheed 0.6.3cvs7
3583 see ChangeLog entries 2001-10-14, 2001-10-16, and
3589 wrap long lines without spaces
3594 * po/es.po, po/nl.po, po/pt_BR.po
3595 updated by Ricardo Mones Lastra, Alfons,
3596 and Fabio Junior Beneditto
3598 * sylpheed-0.6.3claws released
3600 2001-10-15 [melvin] 0.6.3claws18
3603 added summary and detailed installation instructions
3606 Updated, corrected and completed french translation
3608 2001-10-15 [hoa] 0.6.3claws17
3609 * src/grouplistdialog.c
3610 we can choose the newsgroups to display with wildcards
3612 2001-10-15 [christoph] 0.6.3claws16
3616 * src/prefs_folder_item.[ch]
3617 applied wwp <subscript@free.fr>'s folder
3618 default account patch
3620 Fixed wrong translation
3622 2001-10-13 [alfons, christoph, melvin]
3625 solution #2 to solve MT-safety problems defers all GUI related calls
3626 to the main thread using a gtk_idle_add() callback. discussed on
3627 ircnet #sylpheed, with christoph spotting some issues with the
3628 original code, and melvin allowing us to lobotomize his sylpheed.
3630 * src/syldap.[ch], src/main.c
3631 fix race problem in ldap search thread by deferring GUI
3632 stuff to main thread using gtk_idle_add()
3634 2001-10-13 [paul] 0.6.3claws14
3636 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
3637 add Sergey's smtpcred.patch
3638 adds separate username/password setting for SMTP Auth
3639 needed by some servers
3640 (closes feature request #471659)
3642 2001-10-13 [paul] 0.6.3claws13
3644 * src/pgptext.[ch] **NEW FILES**
3645 * src/Makefile.am, src/messageview.c, src/mimeview.c
3646 decrypt ascii-armored gpg text embedded in
3648 Submitted by Jens Jahnke <jan0sch@gmx.net>
3650 2001-10-13 [christoph] 0.6.3claws12
3653 some more details on default to and
3656 init glib threading when ldap is used
3662 2001-10-12 [paul] 0.6.3claws11
3664 * src/prefs_common.[ch], src/rfc2015.c
3665 enable ascii-armored gpg text to be embedded in the
3666 message body, selectable through the 'Privacy'
3667 preferences. Supports encrypting only.
3668 Submitted by Ravemax <ravemax@dextrose.com>
3670 2001-10-12 [paul] 0.6.3claws10
3672 * sync with sylpheed 0.6.3cvs6
3673 see ChangeLog entries 2001-10-11 and 2001-11-12
3676 incorporated mbox folders, scoring, and folder
3677 properties into the sync
3679 2001-10-12 [darko] 0.6.3claws9
3682 describe quotation wrapping
3684 don't treat tab as space to calculate line length properly
3689 correct description of how to make new filtering system work,
3690 add some other things
3693 remove sched_yield() (not necessary / unportable)
3695 2001-10-11 [paul] 0.6.3claws8
3697 * sync with sylpheed 0.6.3cvs3
3698 see ChangeLog entry 2001-10-10
3700 2001-10-10 [christoph] 0.6.3claws7
3703 ignore 2 files created by newer autotools
3704 * src/prefs_folder_item.c
3705 using table for widget alignment
3706 fixed memory leak and broken octal display
3708 fixed segfault caused by lost filename
3709 workaround (closes bug #469551)
3711 2001-10-10 [paul] 0.6.3claws6
3713 * sync with sylpheed 0.6.3cvs2
3714 see ChangeLog entries 2001-10-09 and 2001-10-10
3716 2001-10-10 [darko] 0.6.3.claws5
3719 proper calculation of right margin if smart wrapping is enabled
3721 automatically wrap long lines if wrap quotation is enabled
3723 2001-10-09 [alfons] 0.6.3.claws4
3726 select correct row when deleting last row in the summary view (and
3727 close bug "[ #469104 ] select second last in list when deleting")
3729 2001-10-09 [paul] 0.6.3claws3
3731 * sync with sylpheed 0.6.3cvs1
3732 updated some autotool scripts
3734 2001-10-09 [darko] 0.6.3claws2
3737 new name and mark with Sylpheed comment
3739 smart quotation wrapping a-la VIM
3741 2001-10-08 [paul] 0.6.3claws1
3743 * sync with sylpheed 0.6.3 release
3744 see ChangeLog entry 2001-10-08
3746 2001-10-08 [paul] 0.6.2claws24
3749 more sync with sylpheed 0.6.2cvs12
3750 Fixed the bug that didn't select the last row correctly
3753 2001-10-07 [paul] 0.6.2claws23
3755 * sync with sylpheed 0.6.2cvs12
3756 see ChangeLog entry 2001-10-07
3760 enable jpilot to read unsynch'ed addresses.
3762 * src/editldap_basedn.c
3763 fix segfault when opening dialog.
3765 2001-10-06 [alfons] 0.6.2.claws22
3768 fix bug with summary view selecting last *inserted*
3769 node instead of last *visible* node. remember we
3772 2001-10-06 [paul] 0.6.2claws21
3775 updated translation, contains some fixes and new
3776 translations, submitted by Gustavo Noronha Silva
3779 * src/prefs_common.c
3780 change 'each' to 'every' - fix dubious English
3782 * sync with sylpheed 0.6.2cvs11
3784 2001-10-05 [alfons] 0.6.2claws20
3786 * src/mainwindow.[ch], src/folderview.c
3787 make composite tool button switch between "Compose News"
3788 and "Compose Mail" depending on selected folder
3789 (nifty idea by Kim Schulz <kim@schulz.dk>)
3791 2001-10-05 [paul] 0.6.2claws19
3793 * src/mainwindow.c, src/summaryview.c
3794 fix 'Message/Reply to all', broken in last commit
3797 fix X_BEENTHERE seg fault, thanks to Alfons
3799 2001-10-04 [paul] 0.6.2claws18
3801 * src/compose.[ch], src/mainwindow.c
3802 make "Message/Reply" reply to mailing lists; matches
3803 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
3804 based on portions of the patch submitted by
3805 Junichi Uekawa <dancer@netfort.gr.jp>
3807 2001-10-04 [darko] 0.6.2claws17
3810 better smart wrapping
3812 a function to make text buffer contiguous
3814 2001-10-03 [paul] 0.6.2claws16
3816 * sync with sylpheed 0.6.2cvs10
3821 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
3822 close bug "[ #466566 ] compile error on mdk 8.0" by removing
3823 references to chinese translations (hope someone picks up
3826 2001-10-02 [christoph] 0.6.2claws15
3829 fixed non translated header bug
3831 fixed wrong date in alfons last entry ;)
3833 2001-10-02 [alfons] 0.6.2claws14
3835 * src/compose.c, src/prefs_common.[ch]
3836 add block cursor option
3838 2001-10-02 [paul] 0.6.2claws13
3840 * sync with sylpheed 0.6.2cvs9
3842 2001-09-30 [paul] 0.6.2claws12
3844 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
3845 updated translations
3848 add 'src/importldif.c'
3850 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
3851 added eudora-to-vCard conversion tool
3852 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
3854 * sync with sylpheed 0.6.2cvs8
3858 * sylpheed-0.6.2claws released
3860 2001-09-27 [melvin] 0.6.2claws11
3863 fixed crash when using default path (introduced
3865 fixed tiny bug for initial suggestion mode
3867 2001-09-27 [melvin] 0.6.2claws10
3870 fixed bug where gtkpspell didn't set the path correctly
3873 added a paragraph about spell checking
3877 2001-09-27 [paul] 0.6.2claws9
3879 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
3880 replace '// comments' with '/* comments */' to prevent
3881 some compiler warnings
3883 * sync with sylpheed 0.6.2cvs6
3885 2001-09-26 [alfons] 0.6.2claws8
3888 introduce return receipt request notification again,
3889 which was lost because of other semantics in
3890 procheader_parse() (???)
3892 2001-09-26 [christoph] 0.6.2claws7
3895 replace comments for old code with #if 0
3896 readded auto cc, bcc and reply-to
3897 * src/prefs_matcher.c
3898 * src/prefs_scoring.c
3899 removed some definition (was moved to
3902 2001-09-26 [paul] 0.6.2claws6
3905 make 'Follow-up and reply to' sensitive
3907 * more sync with sylpheed 0.6.2cvs5
3914 fixed bug for "US-ASCII" introduced by the encoding code
3920 * src/prefs_common.[ch], src/summaryview.c
3921 'next unread msg' 'go to next folder?' dialog can be
3922 given default behaviour, either always show dialog,
3923 or assume 'yes', or assume 'no'
3924 Submitted by wwp <subscript@free.fr>
3928 * src/compose.c src/gtkspell.[ch]
3929 added support for different encodings
3933 * more sync with sylpheed 0.6.2cvs5
3937 * src/prefs_folder_item.c
3938 add check for item->prefs->default_to string is NULL and
3939 add another check when freeing this string
3944 change to version 0.6.2claws3
3946 * sync with sylpheed 0.6.2cvs5
3949 * src/ldif.[ch], src/importldif.[ch], addressbook.c
3951 * src/addrcache.[ch], addrindex.[ch]
3952 small update for future
3958 added 'Learn from mistakes' option
3959 better handling of quotes in checked words
3962 small update for spell checking stuff
3967 edit a little bit so it complies more with main coding style
3971 * src/folder.[ch], prefs_folder_item.c, compose.c
3972 migrate "request return receipt" folder property
3977 * README.claws **NEW**
3978 (add things of interest for users of main branch
3981 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
3982 re-implement threading per folder option, but store
3983 the setting in folderlist.xml (where it belongs)
3988 fixed bug when compose window is under another window
3989 * src/prefs_common.[ch] src/compose.c
3990 changed 'dictionary_path' to 'dictionary' to be consistent
3991 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
3992 * ac/pspell.m4 src/Makefile.am
3993 dropped PSPELL_PATH macro
3995 updated translations
3997 2001-09-21 [christoph]
4000 added border around header fields
4001 keep header type when new field is added
4003 2001-09-20 [christoph]
4006 more portable debug_print with source filename
4009 more newlines after debug messages
4014 change to version 0.6.2claws2
4016 * sync with sylpheed 0.6.2cvs3
4021 fixed the post-right-click focus pb
4022 fixed crash when 'Spell check all' after dict change
4023 and when cursor is at the end of the text
4024 shift-right-click pops up config menu even on misspelled words.
4031 added pspell to compiled-in features list
4035 * switched to pspell and dropped ispell
4037 new file. autoconf macro for pspell
4039 * configure.in acconfig.h
4040 added pspell support
4042 * src/main.c src/compose.[ch] src/gtkspell.[ch]
4043 * src/prefs_common.[ch]
4044 added pspell support
4046 2001-09-18 [christoph]
4050 replace LOG_MESSAGE with debug_print
4054 added newline after debug message
4056 using __VA_ARGS__ for debug_print macro
4058 ignore Makefile and Makefile.in
4063 change to version 0.6.2claws1
4064 * sync with sylpheed 0.6.2cvs1
4067 * src/prefs_matcher.c
4068 add 'score equal to' option, submitted by
4069 Paul Evans <nerd@freeuk.com>
4071 2001-09-15 [christoph]
4074 comment out menu entry not existing in claws
4076 add debug output for non existing menu entries
4078 fix next/prev unread message for ignored threads
4080 add sourcefile and line number to debug output
4081 otherwise it is sometimes hard to find the
4082 source code part if debug messages are translated
4087 refresh target folder style after colour is changed
4092 change to version 0.6.1claws3
4094 * sync with sylpheed 0.6.1cvs6
4099 fix target folder colourization to use user selected colour
4104 fix crash when message that is marked for copy/move is unmarked
4109 change to version 0.6.1claws2
4111 * sync with sylpheed 0.6.1cvs3
4116 fix bug with default font used for trash folder text
4120 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
4121 updated translations
4124 change to version 0.6.1claws1
4126 * sync with sylpheed 0.6.1cvs2
4131 add Match's new addressbook
4134 updated translation submitted by Jens Oberender
4139 change to 0.6.1claws
4140 * sync with sylpheed 0.6.1 release
4145 change to 0.6.0claws2
4147 * sync with sylpheed 0.6.0cvs4
4150 updated translation submitted by Fabio Junior Beneditto
4164 change to version 0.6.0claws1
4166 * sync with sylpheed 0.6.0cvs1
4169 updated translation submitted by Ricardo Mones Lastra
4172 add 'src/prefs_templates.c'
4174 * src/compose.c, src/summaryview.c
4175 fix segfault on 'Re_edit'
4179 * configure.in, Makefile.am
4181 add tools directory to source distribution
4186 change to version 0.6.0claws
4188 * sync with sylpheed 0.6.0 release
4190 2001-08-30 [christoph]
4193 removed autoconf version check
4197 * src/account.c, src/compose.c, src/prefs_common.[ch]
4198 * src/procheader.[ch] src/utils.[ch]
4199 Enhanced automatic account selection on replies
4200 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
4203 add LDAP and JPilot to the configuration results output.
4205 2001-08-29 [christoph]
4208 no bold font for ignored threads
4213 change to version 0.5.3claws6
4215 * sync with sylpheed 0.5.3cvs10
4216 src/stringtable.[ch]: New Files
4218 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
4219 * src/pixmaps/sylpheed.xpm
4220 add mini-icons to windows (by Alfons)
4225 new functions: next_labeled_cb(), prev_labeled_cb()
4228 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
4229 summary_select_next_labeled(), summary_select_prev_labeled()
4231 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
4232 give claws blue folders and a blue trash can
4237 change to version 0.5.3claws5
4239 * sync with sylpheed 0.5.3cvs9
4240 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
4242 2001-08-24 [christoph]
4245 keep filename when browsing directories
4246 (not working for user entered filename, but
4247 for default name and selected filename from
4250 fixed wrong spelling "Folllow-up"
4254 fixed new/unread message count with ignored
4255 threads (2 commits, first didn't notice no
4256 longer needed decreasing)
4258 readded scrolling of progress dialog
4264 change to 0.5.3claws4
4266 * sync with sylpheed 0.5.3cvs7
4268 2001-08-24 [christoph]
4271 set request return receipt when replying
4272 if it is set is the folder prefs of the
4275 disable final error popup if popups are
4276 disabled in config (again)
4281 Change version number to 0.5.3claws3
4283 * sync with sylpheed 0.5.3cvs5
4286 double quote '%s' in 'gedit %s' to fix bug when
4287 opening attachment with spaces in the name
4290 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
4291 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
4292 initial message templates support
4298 change version number to 0.5.3claws2
4300 * sync with sylpheed 0.5.3cvs4
4302 * src/procmsg.h src/summaryview.c
4303 re-implement (un)ignore thread
4308 remove unnecessary code
4310 enable 'dynamic' signatures (submitted by
4311 Eric Limpens <eric@hscg-internet.nl>)
4315 clean up after sync with sylpheed 0.5.3 release
4318 fix re-introduced font mess, see Christoph's
4323 use sylpheed's small font instead of
4324 gtk default font for summary view
4330 add pl to ALL_LINGUAS - sync with main branch
4332 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
4333 Updated. Translations by Jens Oberender, Ricardo Mones
4334 Lastra, Alfons, and Fabio Junior Beneditto respectively.
4336 * po/pl.po ** NEW FILE **
4337 sync with the main branch
4340 fix target folder colorizing and refresh problem
4343 2001-08-17 [christoph]