1 2002-04-28 [colin] 0.7.5claws2
7 Added user-definable quotation characters recognition.
9 2002-04-28 [paul] 0.7.5claws1
12 see ChangeLog entry 2002-04-25
14 2002-04-28 [paul] 0.7.5claws
19 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
20 Fabio Junior Beneditto
22 2002-04-27 [jens] 0.7.4claws103
25 updated German translation.
27 2002-04-27 [hiro] 0.7.4claws102
30 summary_write_cache(): fixed the mark loss of hidden messages.
32 2002-04-26 [melvin] 0.7.4claws101
35 fixed a second typo (same one)
39 fixed the type again...
41 2002-04-26 [melvin] 0.7.4claws100
44 fixed a typo in an alert message ("temorary").
47 corrected the typo described above.
49 updated French translation.
51 2002-04-26 [darko] 0.7.4claws99
54 fix target folder colorization
56 2002-04-25 [paul] 0.7.4claws98
59 updated by Alessandro Maestri
61 2002-04-24 [colin] 0.7.4claws97
64 Fixed double "subject is empty" question.
66 2002-04-23 [colin] 0.7.4claws96
69 Corrected issue when "automatically display images" was
70 not set : first image remained after selecting second.
72 2002-04-23 [melvin] 0.7.4claws95
75 Don't display in/out dialog if there is nothing to show.
77 2002-04-23 [paul] 0.7.4claws94
80 bug fixes: see ChangeLog entry 2002-04-23
82 2002-04-22 [darko] 0.7.4claws93
85 fix previous check-in which changed code after
88 2002-04-22 [paul] 0.7.4claws92
95 update English, Spanish and French FAQs
98 add German and Spanish manuals
101 update English and French manuals
104 add to and re-arrange the pixmap entries
106 2002-04-22 [darko] 0.7.4claws91
109 fix sender initials recognition to only allow
110 '>' after the initials
112 2002-04-21 [paul] 0.7.4claws90
114 * sync with 0.7.5 release
115 see ChangeLog entry 2002-04-21
120 add colin's new pixmaps to EXTRA_DIST
122 2002-04-21 [colin] 0.7.4claws89
125 * src/mainwindow.[ch]
126 * src/prefs_common.[ch]
127 * src/stock_pixmap.[ch]
128 Added "Work offline" ability.
130 2002-04-21 [colin] 0.7.4claws88
135 * src/textview.c : Added an option to common preferences -> display
136 to allow user not to automatically display images.
138 2002-04-21 [paul] 0.7.4claws87
140 * sync with 0.7.4cvs52
141 see ChangeLog entry 2002-04-21 (src/imap.c)
143 2002-04-21 [paul] 0.7.4claws86
145 * sync with 0.7.4cvs51
146 see ChangeLog entry 2002-04-21
148 2002-04-21 [paul] 0.7.4claws85
150 * sync with 0.7.4cvs49
151 see ChangeLog entries 2002-04-20 and 2002-04-21
154 clean up: remove old 'stock_' element from xpm
157 2002-04-21 [alfons] 0.7.4claws84
159 apply sync patch from Paul
162 use old claws prefs_folder_item_create() for now
164 2002-04-19 [match] 0.7.4claws83
166 * src/addressbook.[ch]
167 * src/addrharvest.[ch]
168 * src/addrgather.[ch]
171 * src/summaryview.[ch]
174 2002-04-19 [paul] 0.7.4claws82
177 updated by Fabio Junior Beneditto
179 2002-04-14 [alfons] 0.7.4claws81
182 add #include <sys/types.h> for mode_t and off_t
184 2002-04-13 [paul] 0.7.4claws80
189 src/prefs_common.[ch]
191 enable storing of GnuPG passphrase for the whole
192 session or a user-defined number of minutes. patch
193 submitted by Ravemax <ravemax@dextrose.com>
195 2002-04-13 [alfons] 0.7.4claws79
198 make email parser also stop scanning when encountering separators
199 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
201 2002-04-13 [paul] 0.7.4claws78
203 * sync with 0.7.4cvs39
204 see ChangeLog entry 2002-04-12
206 2002-04-11 [paul] 0.7.4claws77
208 * sync with 0.7.4cvs37
209 see ChangeLog entry 2002-04-11
211 2002-04-11 [paul] 0.7.4claws76
214 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
215 the clause for OpenSSL). sync with sylpheed main
217 2002-04-09 [melvin] 0.7.4claws75
220 Made 'Ctrl-Enter' on send ignore some modifiers
221 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
222 to bind other *-Enter (but not Alt-Enter).
224 2002-04-09 [paul] 0.7.4claws74
226 * sync with 0.7.4cvs35
227 see ChangeLog entries 2002-04-09
229 2002-04-08 [paul] 0.7.4claws73
231 * sync with 0.7.4cvs33
232 see ChangeLog entry 200-04-08
234 2002-04-07 [match] 0.7.4claws72
236 * src/addrharvest.[ch]
237 fixed to read all addresses in header, regardless
238 of header size. improved name parsing. accommodate
239 harvest from folders and selected message.
241 included new address parsing function.
242 * src/addrgather.[ch]
243 * src/addressbook.[ch]
244 * src/summaryview.[ch]
246 allow address harvest of folder as well as selected
249 2002-04-07 [paul] 0.7.4claws71
253 don't try to authenticate with CRAM-MD5 in SMTP when
254 SMTP-AUTH enabled if MTA doesn't issue this
255 auth-method in it's ehlo-response. bug item #531364,
256 patch item #938910. patch submitted by Colin Leroy
259 2002-04-07 [paul] 0.7.4claws70
262 fix missing MODE_READER bug. patch submitted by
263 Colin Leroy <colin@colino.net>
265 2002-04-07 [alfons] 0.7.4claws69
268 * src/prefs_filtering.c
270 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
271 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
273 2002-04-07 [paul] 0.7.4claws68
275 * sync with 0.7.4cvs32
276 see ChangeLog entry 2002-04-06
278 * tools/filter_conv.pl
281 2002-04-06 [paul] 0.7.4claws67
283 * tools/filter_conv.pl
284 modify to be able to find the name of the first
285 mailbox and use that. main's filter does not
286 record the full path to the mailbox and therefore
287 can only filter to the first mailbox.
289 2002-04-05 [paul] 0.7.4claws66
291 * tools/filter_conv.pl
292 attempt to make the script all-encompassing and
293 be able to convert any main 'filter' rule thrown
296 2002-04-05 [paul] 0.7.4claws65
298 * tools/filter_conv.pl
299 allow for collapsed folder trees
301 2002-04-05 [paul] 0.7.4claws64
303 * sync with 0.7.4cvs31
304 see ChangeLog entries 2002-04-05
306 2002-04-03 [paul] 0.7.4claws63
308 * sync with 0.7.4cvs29
309 see ChangeLog entries 2002-04-02 and 2002-04-03
311 2002-04-02 [paul] 0.7.4claws62
313 * sync with 0.7.4cvs26
314 see ChangeLog entry 2002-04-01
316 2002-04-02 [match] 0.7.4claws61
319 * src/importpine.[ch]
321 import Pine address book.
323 2002-04-02 [match] 0.7.4claws60
325 * src/addrharvest.[ch]
326 improve address parsing of funky addresses.
328 2002-04-02 [darko] 0.7.4claws59
331 wrap on send improvements, it now recognizes quoted
332 initials as part of the quotation string, and it
333 does not join lines separated by CR
335 2002-04-01 [match] 0.7.4claws58
340 remove excessive duplicate address generation
343 2002-04-01 [alfons] 0.7.4claws57
348 2002-04-01 [paul] 0.7.4claws56
350 * sync with 0.7.4cvs25
351 see ChangeLog entry 2002-04-01
353 2002-04-01 [alfons] 0.7.4aprilfool55
356 honour feature request item #537427 to allow for
357 displaying names from address book for sent mail also
359 2002-03-29 [paul] 0.7.4claws54
362 src/prefs_filtering.[ch]
365 add 'fast filter' for claws' filtering,
366 /Tools/Create filter rule/... patch submitted
367 by Neill Miller <neillm@thecodefactory.org>
369 2002-03-29 [paul] 0.7.4claws53
371 * sync with 0.7.4cvs24
372 see ChangeLog entry 2002-03-29
374 2002-03-28 [paul] 0.7.4claws52
376 * sync with 0.7.4cvs23
377 see ChangeLog entry 2002-03-28
379 2002-03-27 [melvin] 0.7.4claws51
381 * src/prefs_actions.c
382 Added support to pass only one message part (as a
383 file) to the command using '%p'. No quotes are needed
384 because doubles quotes are automatically added.
385 Fixed bug where Sylpheed could block when waiting for
386 a child process to finish.
387 Changed the help menu to remove quotes around symbols to
388 avoid misinterpretation (they must not be used).
390 2002-03-27 [melvin] 0.7.4claws50
393 Made the new mail notification command always
394 execute asynchronously.
396 2002-03-27 [paul] 0.7.4claws49
399 fix bug introduced in last commit
401 2002-03-27 [paul] 0.7.4claws48
403 * sync with 0.7.4cvs21
404 see ChangeLog 2002-03-26 and 2002-03-27
406 2002-03-26 [hoa] 0.7.4claws47
408 * src/prefs_folder_item.c
409 really fixed the bug #516442 with folder rescan.
411 2002-03-26 [paul] 0.7.4claws46
413 * sync with 0.7.4cvs19
414 see ChangeLog entries 2002-03-25 and 2002-03-26
416 2002-03-25 [hoa] 0.7.4claws45
420 fix the bug #516442 with folder rescan.
422 * src/prefs_common.[ch]
424 added an option to enable two different behaviours
428 2002-03-25 [paul] 0.7.4claws44
431 src/selective_download.c
432 correct a few menuitem labels
434 2002-03-25 [christoph] 0.7.4claws43
437 fix non deleted tmp message in
438 procmsg_save_to_outbox
439 fix problems caused by sync with
440 main branch's procmsg_send_queue
442 2002-03-25 [paul] 0.7.4claws42
446 src/quote_fmt_parse.y
447 add Last name (%L) placeholder for quoting.
448 patch submitted by Thorsten Thielen
449 <thth@users.sourceforge.net>
451 2002-03-25 [paul] 0.7.4claws41
454 get full hostname. patch submitted by
455 Bob Woodside <rwoodside1@comcast.net>
457 2002-03-25 [paul] 0.7.4claws40
462 src/prefs_account.[ch]
463 enable NNTP over SSL. patch submitted by
464 Pascal Jermini <pascal@infinity.hn.org>
466 2002-03-24 [paul] 0.7.4claws39
469 make the arrangement of the Compose tab more
473 fix some irregularities of style
476 updated by Kilian Krause
478 2002-03-23 [paul] 0.7.4claws38
481 updated by Fabio Junior Beneditto
483 2002-03-23 [paul] 0.7.4claws37
486 move 'Gather addresses' to 'Tools' menu
487 make 'Selective download' sensitive
489 2002-03-23 [paul] 0.7.4claws36
491 * sync with 0.7.4cvs16
492 see ChangeLog entries 2002-03-23
494 2002-03-22 [christoph] 0.7.4claws35
496 * src/quote_fmt_parse.y
497 fix include program output
499 2002-03-22 [alfons] 0.7.4claws34
502 initialize GDate stack variable correctly (sorry!)
504 2002-03-22 [paul] 0.7.4claws33
510 rename 'Tool' to 'Tools'
513 move 'Delete duplicated messages' from
514 'Message/' to 'Tools/'
515 re-arrange the order of 'Tools/' items
517 2002-03-22 [paul] 0.7.4claws32
521 auto-address completion now also matches on
522 Nickname. patch submitted by Bob Forsman
523 <hammor@users.sourceforge.net>
526 correct a spelling mistake
528 2002-03-22 [alfons] 0.7.4claws31
531 fix getting uidl from incorrect string
534 2002-03-21 [alfons] 0.7.4claws30
537 more code refactoring
538 plug mem leak introduced by delete on server
540 2002-03-21 [paul] 0.7.4claws29
542 * sync with 0.7.4cvs11
543 see ChangeLog entries 2002-03-20
545 2002-03-20 [alfons] 0.7.4claws28
548 apply Colin's patch and refactor
550 2002-03-20 [paul] 0.7.4claws27
552 * sync with sylpheed 0.7.4cvs9
553 see ChangeLog entry 2002-03-20
555 2002-03-19 [christoph] 0.7.4claws26
560 revert changes for flag updates
561 (does not work correctly and no time to debug)
563 2002-03-20 [alfons] 0.7.4claws25
566 refactor should_delete() a little bit
568 2002-03-19 [paul] 0.7.4claws24
572 src/prefs_account.[ch]
573 allow the user to leave downloaded mail on the
574 server for n days. Patch submitted by Colin Leroy
577 2002-02-19 [paul] 0.7.4claws23
579 * sync with sylpheed 0.7.4cvs8
580 see ChangeLog entries 2002-03-19
582 2002-03-18 [paul] 0.7.4claws22
584 * sync with sylpheed 0.7.4cvs6
585 see ChangeLog entry 2002-03-18
587 2002-03-18 [paul] 0.7.4claws21
590 add en_GB message catalogue
595 correct a few spelling mistakes
597 2002-03-17 [alfons] 0.7.4claws20
600 more stringent checks for NULL params when writing
601 filtering actions to a file
603 2002-03-17 [hoa] 0.7.3claws20
606 fixed the count of new messages
609 fixed the "attachment properties" window
611 2002-03-17 [paul] 0.7.4claws19
616 src/prefs_account.[ch]
619 automatically mark cross-posted messages as read
620 and (optionally) give them a colour label
621 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
624 2002-03-17 [paul] 0.7.4claws18
626 * sync with sylpheed 0.7.4cvs5
627 see ChangeLog entry 2002-03-17
629 2002-03-17 [melvin] 0.7.4claws17
632 Worked around a gtktext 'bug': when searching for
633 a text in a long message it was scrolling slowly
634 line by line until it hit the searched text.
636 Updated French translation
638 2002-03-17 [melvin] 0.7.4claws16
642 * src/prefs_actions.c
643 Moved "Edit/Actions" to "Tool/Actions"
644 Made mainwindow/compose window sensitive as soon as
645 no child process is running anymore even if the io dialog
647 Fixed a struct being initialized with a non constant char*
649 2002-03-16 [christoph] 0.7.4claws15
652 add --with-compiler-flags option
653 (only for developer hacking)
657 try to make folder-stats and flag handling more
658 independent from the summaryview. msgcounts
659 are only set when the folder is opened and
660 procmsg_msginfo_(un)set_flags will handle it
661 later and summaryview will get the values
664 2002-03-16 [paul] 0.7.4claws14
667 fix Return-receipt. Patch submitted by Bob
668 Woodside <rwoodside1@comcast.net>
670 2002-03-16 [paul] 0.7.4claws13
673 fix 'dynamic' signatures, make it work again
674 broken during sync on 2002-03-14 (0.7.4claws2)
676 2002-03-15 [match] 0.7.4claws12
678 * src/addrharvest.[ch]
679 * src/addrgather.[ch]
680 * src/addressbook.[ch]
682 included address harvester feature. still some
683 issues with address parsing that I will fix.
685 2002-03-15 [match] 0.7.4claws11
689 * src/addressbook.[ch]
698 tidy up. fix memory leaks. moved attribs and methods
699 from individual interfaces to addrcache object. prep
700 for new stuff to come in.
702 2002-03-15 [alfons] 0.7.4claws10
705 * src/matcher_parser_parse.y
706 * src/matcher_parser_lex.l
707 * src/prefs_matcher.c
708 add filtering conditions message greater than, smaller
709 than, and exactly matching a size in bytes
710 (does not work with delete from POP3 server yet)
712 this should also give others an idea what you should
713 do to add new criterions to claws filtering system
716 2002-03-15 [paul] 0.7.4claws9
718 * tools/filter_conv.pl
719 exit if there are no filter rules to convert
720 rename filterrc to filterrc.old after completion
722 2002-03-15 [paul] 0.7.4claws8
724 * sync with sylpheed 0.7.4cvs3
725 see ChangeLog entry 2002-03-14
727 2002-03-14 [paul] 0.7.4claws7
730 clean up the last commit (ahem)
732 2002-03-14 [paul] 0.7.4claws6
735 fix bug #515655. honour account preferences
736 regarding gpg default signing/encryption when
737 changing account from the compose window.
739 2002-03-14 [paul] 0.7.4claws5
742 remove unnecessary curly brackets
744 2002-03-14 [paul] 0.7.4claws4
747 src/prefs_filtering.[ch]
748 add filter rename on folder rename and filter
749 delete on folder delete. Patch submitted by
750 Neill Miller <neillm@thecodefactory.org>
752 2002-03-14 [christoph] 0.7.4claws3
757 (patch submitted by "Simon 'corecode' Schubert")
762 2002-03-14 [paul] 0.7.4claws2
764 * sync with sylpheed 0.7.4cvs2
765 see ChangeLog entry 2002-03-13
767 2002-03-12 [darko] 0.7.4claws1
770 fix what seems to be a copy and paste error
771 when setting color for important messages
774 2002-03-11 [paul] version 0.7.4claws released
776 2002-03-11 [paul] 0.7.4claws
782 update message catalogs. Submitted by Ricardo Mones
783 Lastra, Alessandro Maestri, Wilbert Berendsen, and
784 Fabio Junior Beneditto
795 2002-03-11 [jens] 0.7.3claws7
798 updated German translation
800 2002-03-11 [melvin] 0.7.3claws6
803 updated and corrected French translation
805 2002-03-10 [hoa] 0.7.3claws5
809 * src/prefs_account.c
812 fixed the local account.
813 you have to change the default "/usr/sbin/sendmail"
814 to "/usr/sbin/sendmail -t" in the preferences of
818 removed some debug display for renderer
820 2002-03-10 [paul] 0.7.3claws4
822 * faq/en/sylpheed-faq-1.html
823 faq/en/sylpheed-faq-2.html
826 2002-03-09 [paul] 0.7.3claws3
828 * sync with sylpheed 0.7.4
829 see ChangeLog entry 2002-03-09
831 2002-03-08 [paul] 0.7.3claws2
833 * faq/en/sylpheed-faq*
838 * manual/fr/.cvsignore
839 manual/fr/Makefilea.am
843 add the French manual
845 2002-03-07 [paul] 0.7.3claws1
847 * sync with sylpheed 0.7.3cvs4
848 see ChangeLog entries 2002-03-06 and 2002-03-07
851 updated by Wilbert Berendsen
853 2002-03-07 [melvin] 0.7.2claws34
855 * src/selective_download.c
856 Changed the pixmap of the receive button to MAIL_RECEIVE.
858 2002-03-06 [paul] 0.7.2claws33
860 * sync with sylpheed 0.7.3cvs1
861 bug fix, see ChangeLog entry 2002-03-05
863 2002-03-05 [paul] 0.7.2claws32
868 reverse the pgp ascii-armored code implemented in
869 0.7.2claws16. removal of this code until it matures.
870 this means that verifying ascii-armored pgp sigs and
871 automatic decryption of ascii-armored encrypted
872 messages no longer works.
874 2002-03-05 [paul] 0.7.2claws31
880 faq/en/sylpheed-faq.html
881 faq/en/sylpheed-faq-1.html
882 faq/en/sylpheed-faq-2.html
883 faq/en/sylpheed-faq-3.html
885 faq/es/sylpheed-faq.html
886 faq/es/sylpheed-faq-1.html
887 faq/es/sylpheed-faq-2.html
888 faq/es/sylpheed-faq-3.html
889 faq/es/sylpheed-faq-4.html
891 faq/fr/sylpheed-faq.html
892 faq/fr/sylpheed-faq-1.html
893 faq/fr/sylpheed-faq-2.html
894 faq/fr/sylpheed-faq-3.html
899 add FAQs in English, Spanish and French
902 2002-03-05 [paul] 0.7.2claws30
904 * manual/en/sylpheed.html
905 manual/en/sylpheed-XX.html
906 updated the English manual
911 dialog box pops up if the article can't be deleted.
916 updated by Fabio Junior Benedito
920 * removed ac/gpgme.m4
921 to avoid autogen common problem
922 developers have to install gpgme development package now
925 encoding to 7bit or 8bit is enabled.
927 2002-03-03 [alfons] 0.7.2claws29
930 merge fix by Oliver Haertel for selective
933 2002-03-03 [paul] 0.7.2claws28
935 * sync with sylpheed 0.7.3
937 2002-03-03 [paul] 0.7.2claws27
939 * sync with sylpheed 0.7.2cvs24
940 see ChangeLog entries 2002-03-02 and 2002-03-03
942 2002-03-02 [melvin] 0.7.2claws26
947 * src/prefs_common.[ch]
948 Added user definable notification on new mail arrival.
949 Removed unused variables in spell checker prefs code.
951 2002-03-02 [melvin] 0.7.2claws25
954 Removed unnecessary escape sequences.
955 Changed 'Initial...' to 'Initials of Sender'
957 2002-03-02 [paul] 0.7.2claws24
959 * sync with sylpheed 0.7.2cvs22
960 see ChangeLog entry 2002-03-01
962 2002-03-01 [hoa] 0.7.2claws23
965 Set sensitivity of delete actions to active
966 even if the folder is a newsgroup.
969 - Set sensitivity of delete actions
970 - Added function check_permission() that will check if the
971 user is authorized to delete a message. For news, it
972 will check if the author is the same.
973 - Enabled deletion when there is no trash folder.
976 - Added news_cancel_article() to cancel articles
977 - Implemented news_remove_message() (public function)
979 2002-03-01 [paul] 0.7.2claws22
983 recognise urls that that don't include 'http://' and
987 remove duplicated name
989 2002-02-28 [paul] 0.7.2claws21
993 add ability to 'Select thread'
994 combines Melvin's "Select thread's head" patch (#510907)
995 with Colin Leroy's <colin@colino.net> "Select whole thread"
998 2002-02-28 [paul] 0.7.2claws20
1001 hopefully fix segfault on right-clicking a mime part
1002 that some people have experienced.
1003 fix submitted by Fredrik Olofsson <frol@linux.nu>
1005 2002-02-28 [paul] 0.7.2claws19
1007 * sync with sylpheed 0.7.2cvs21
1008 see ChangeLog entries 2002-02-27 and 2002-02-28
1010 2002-02-27 [paul] 0.7.2claws18
1012 * sync with sylpheed 0.7.2cvs18
1013 see ChangeLog entries 2002-02-26 and 2002-02-27
1015 2002-02-26 [alfons] 0.7.2claws17
1018 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
1019 (spotted by Chris Hessman <idatech@gmx.net>)
1021 2002-02-26 [paul] 0.7.2claws16
1026 make decryption of ascii-armored pgp encrypted messages
1027 and verification of ascii-armored signatures work again.
1028 slightly altered from the patch by Jens Jahnke
1032 * the checking of plaintext signatures always comes up in
1034 * it doesn't work for multipart messages
1035 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
1036 including the msg headers and these 2 line themselves, are
1040 "View/Folder Tree" becomes "View/Separate Folder Tree"
1041 "View/Message View" becomes "View/Separate Message View"
1042 because its less ambiguous.
1045 updated by Ricardo Mones Lastra
1047 2002-02-26 [paul] 0.7.2claws15
1049 * sync with sylpheed 0.7.2cvs17
1050 see ChangeLog entries 2002-02-25 and 2002-02-26
1052 2002-02-25 [christoph] 0.7.2claws14
1054 * src/filtering.[ch]
1056 do filtering stuff after all messages have been received
1057 1. drop all messages to .processing
1058 2. scan processing folder for messages
1059 3. filter messages or move to inbox
1060 this will also find old messages left in processing after
1061 a crash or something like that and we get a real msginfo
1062 from folder->get_msg_list and do not have to create our
1063 own in filter_message
1064 * src/matcher_parser_parse.y
1065 remove MIX/MAX warning (reordered includes)
1067 2002-02-25 [paul] 0.7.2claws13
1069 * sync with sylpheed 0.7.2cvs15
1070 see ChangeLog entry 2002-02-24
1072 2002-02-24 [alfons] 0.7.2claws12
1075 clear old color flags first when applying a new color to
1077 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
1079 2002-02-24 [alfons] 0.7.2.claws11
1082 * src/prefs_common.c
1083 add presets for Opera and Konqueror, closes patch #517261,
1084 submitted by Ville Skyttä <scop@users.sourceforge.net>
1086 2002-02-24 [alfons] 0.7.2.claws10
1090 fix threading for null message ids, closes patch #521601,
1091 submitted by Bob Forsman <hammor@users.sourceforge.net>
1093 2002-02-24 [alfons] 0.7.2claws9
1097 make Tool | Filter Message work with filtering system so
1098 setting flags also works
1102 - Processing uses the same function as Tool | Filter
1103 Message, but doesn't use the same update proc yet
1105 2002-02-23 [paul] 0.7.2claws8
1107 * sync with sylpheed 0.7.2cvs14
1108 see ChangeLog entries 2002-02-22 and 2002-02-23
1110 2002-02-22 [christoph] 0.7.2claws7
1113 Add column space to table
1114 * src/quote_fmt_parse.y
1117 2002-02-22 [paul] 0.7.2claws6
1125 src/matcher_parser_lex.l
1126 src/matcher_parser_parse.y
1129 src/prefs_filtering.c
1130 src/selective_download.[ch] *** NEW FILES ***
1133 Selective Download added to 'Tool' menu.
1134 Retrieves email headers of the currently selected pop3
1135 account and allows the user to mark emails for deletion
1136 right on the pop3 server. Patch submitted by Oliver Haertel
1137 <oha@users.sourceforge.net>.
1140 add 'src/quote_fmt.c'
1142 2002-02-22 [christoph] 0.7.2claws5
1146 * src/prefs_common.[ch]
1147 * src/prefs_template.c
1148 * src/quote_fmt.c *** NEW FILE ***
1150 move quote format symbol description code
1151 to it's own file because it is used from
1152 differnent code parts
1153 Rewrote symbol description GUI
1156 + get data from array (no more long constant strings)
1157 * src/quote_fmt_lex.l
1158 * src/quote_fmt_parse.y
1159 Symbol for Literal % changed to \% instead of %%
1160 (More logical as \ is used for quoting for other symbols)
1161 Add |f and |p to include files and program output
1163 |f{/home/.../.signature}
1166 Correct wrong spelling for "Referenzen"
1168 2002-02-21 [paul] 0.7.2claws4
1171 forgotten during sync
1173 2002-02-21 [paul] 0.7.2claws3
1175 * sync with sylpheed 0.7.2cvs11
1176 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
1177 2002-02-20 and 2002-02-21
1179 2002-02-20 [melvin] 0.7.2claws2
1181 * src/prefs_actions.c
1182 Added error report when child cannot fork or when execvp
1183 returns with an error.
1185 2002-02-19 [christoph] 0.7.2claws1
1188 return unconverted text if conde conversion is not possible
1189 when libjconv is used.
1190 (patch submitted by "Simon 'corecode' Schubert")
1194 * version 0.7.2claws release
1196 2002-02-19 [paul] 0.7.2claws
1199 updated by Wilbert Berendsen
1202 2002-02-18 [alfons] 0.7.1claws13
1206 remove references to dlfcn and explicitly loading functions
1207 from dynalink libs, because libs linked anyway, and functions
1208 are loaded explicitly
1210 2002-02-17 [melvin] 0.7.1claws12
1212 * src/prefs_actions.c
1213 Replaced children wait loop with double fork technique.
1214 Now, input/output window updated at each new output.
1215 free_children(): Fixed a memory leak.
1216 Made input/output window non closable if running children
1218 Added missing <unistd.h> include.
1219 Added some --debug outputs.
1221 2002-02-17 [melvin] 0.7.1claws11
1224 Fixed bug where descending sort order did not select top
1227 2002-02-17 [melvin] 0.7.1claws10
1230 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
1231 * src/prefs_common.c
1232 Pspell data package directory no more hard coded but
1233 set during configuration (PSPELL_PATH). (Thanks to
1234 Gustavo Noronha Silva.)
1236 2002-02-17 [melvin] 0.7.1claws9
1239 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
1241 Fixed compile-time warnings.
1243 2002-02-16 [alfons] 0.7.1claws8
1246 fix inadvertent free of NULL pointer which caused
1247 sylpheed to crash when closing the save-as dialog
1248 using the window close button
1250 2002-02-16 [carsten] 0.7.1claws7
1251 * src/mainwindow.[ch]
1254 fixes for pixmap theming code:
1255 - recently changed mail attributes shouldn't get
1257 - theme is only reloaded iff another theme was
1260 2002-02-16 [paul] 0.7.1claws6
1262 * sync with sylpheed 0.7.2 release
1263 see ChangeLog entry 2002-02-15 and 2002-02-16
1265 2002-02-15 [paul] 0.7.1claws5
1267 * sync with sylpheed 0.7.1cvs9
1268 see ChangeLog entry 2002-02-15
1271 remove unneeded headerwindow.c entry
1273 2002-02-14 [carsten] 0.7.1claws4
1275 fixed a bug for "Go to next unread message": there was
1276 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
1277 in the prefs, because of doing "Search again" instead
1280 2002-02-14 [carsten] 0.7.1claws3
1281 * src/stock_pixmap.c
1282 removed 2 more mem leaks; following memprof,
1283 this code is "leak free" now :)
1285 2002-02-14 [carsten] 0.7.1claws2
1286 * src/stock_pixmap.c
1287 used opendir/readdir/closedir instead of scandir
1288 -> code should work now on Solaris
1290 2002-02-14 [paul] 0.7.1claws1
1292 * sync with sylpheed 0.7.1cvs8
1293 see ChangeLog entries 2002-02-13 and 2002-02-14
1296 add some description of Actions and Pixmap Themes
1300 * version 0.7.1claws release
1302 2002-02-13 [paul] 0.7.1claws
1307 updated translations, submitted by Ricardo Mones Lastra,
1308 Alessandro Maestri and Fabio Junior Beneditto
1310 2002-02-13 [melvin] 0.7.0claws75
1312 * src/prefs_actions.c
1313 Added missing "signal.h" include
1315 2002-02-13 [melvin] 0.7.0claws74
1317 * src/prefs_folder_item.c
1318 Added missing "config.h" include
1320 Updated French translation for folder propriety.
1322 2002-02-13 [jens] 0.7.0claws73
1325 Added missing src/prefs_folder_item.c [log added by melvin]
1327 Updated German translation.
1329 2002-02-13 [melvin] 0.7.0claws72
1332 Updated French translation.
1334 2002-02-13 [melvin] 0.7.0claws71
1337 Made gtkut_editable_get_selection return NULL if selection
1339 This fixes a bug where selecting part of message A then
1340 switching to message B and replying to it will not
1341 quote the message's body.
1343 2002-02-12 [paul] 0.7.0claws70
1346 cosmetic, relating to pixmap themes: on toolbar make
1347 updating of 'Exec' and 'Compose news/Compose email'
1350 2002-02-12 [carsten] 0.7.0claws69
1356 - refreshing after changing pixmap theme better
1358 - wanted to remove some mem leaks, but alfons was
1359 faster (and had the better solution ;)
1361 2002-02-12 [alfons] 0.7.0claws68
1363 * src/prefs_common.c
1364 * src/stock_pixmap.[ch]
1365 plug mem leaks, refactor code a little bit
1368 2002-02-12 [sergey] 0.7.0claws67
1371 Fixed problem with copying messages to IMAP folders when the
1372 server uses something other than '/' as a namespace separator
1373 (cyrus-imapd uses '.').
1375 2002-02-12 [jens] 0.7.0claws66
1378 Updated German Translation
1380 2002-02-12 [paul] 0.7.0claws65
1382 * sync with sylpheed 0.7.1cvs1
1383 see ChangeLog entry 2002-02-12
1385 2002-02-12 [melvin] 0.7.0claws64
1387 * src/prefs_actions.c
1388 Fixed "feature" where children's output was duplicated
1389 instead of refreshed while monitoring.
1390 Removed some debug code.
1392 2002-02-12 [christoph] 0.7.0claws63
1395 always delete message from queue after sending/send error
1396 (closes bug #509601)
1398 2002-02-12 [melvin] 0.7.0claws62
1400 * src/prefs_actions.c
1401 Children wait loop is now triggered with a timeout of 1s
1402 Added %F which is replaced with the list of filenames
1403 of all selected messages (as suggested by Ricardo Mones Lestra)
1404 Pipe syntax changed. Prefix with | to send selection, postfix
1405 with | to retrieve output. Prefix with > or * to send
1406 user definable input to the command (*: input is hidden)
1407 Old pipe action should now be postfixed with |, too.
1409 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
1410 * src/stock_pixmap.c
1411 fixed a bug: if there's no theme directory don't
1412 throw an error, just do "nothing" (thanks Alfons)
1414 2002-02-12 [carsten] 0.7.0claws60
1417 had to write the cache twice (nasty!); some marks would
1420 2002-02-11 [carsten] 0.7.0claws59
1423 doc-src/maintainer_guide.txt
1429 src/prefs_common.[ch]
1430 src/stock_pixmap.[ch]
1431 src/summaryview.[ch]
1432 pixmap theming and related work on pixmap
1433 handling on some other places
1434 (e.g. hrm features for all folder)
1435 src/pixmap/stock_*.xpm -> the stock_ was removed
1437 2002-02-11 [paul] 0.7.0claws58
1439 * sync with sylpheed 0.7.1 release
1440 see ChangeLog entries 2002-02-11
1442 2002-02-08 [paul] 0.7.0claws57
1444 * sync with sylpheed 0.7.0cvs39
1445 see ChangeLog entry 2002-02-07 (last entry)
1447 * src/prefs_actions.c
1448 src/prefs_filtering.c
1451 sync: made it compile with C compilers other than gcc
1453 2002-02-07 [paul] 0.7.0claws56
1455 * sync with sylpheed 0.7.0cvs38
1456 see ChangeLog entries 2002-02-06 (last 2 entries) and
1459 2002-02-07 [darko] 0.7.0claws55
1463 Fix const gchar */gchar * issue (thanks Hiro)
1465 2002-02-07 [darko] 0.7.0claws54
1470 * src/prefs_template.c
1472 * src/quote_fmt_parse.y
1475 When replying or forwarding an email don't quote the entire
1476 mail body but use the part of the message text that is selected
1478 2002-02-06 [melvin] 0.7.0claws53
1480 * src/prefs_common.[ch]
1483 Made possible to switch quickly to last used dictionary
1484 which makes checking bilingual documents easier.
1486 2002-02-06 [melvin] 0.7.0claws52
1489 Added forgotten new file src/prefs_actions.c
1491 2002-02-06 [melvin] 0.7.0claws51
1493 * src/prefs_actions.c ** NEW FILE **
1494 * src/prefs_actions.h ** NEW FILE **
1495 Added actions to execute on message text view, or on the
1498 Added src/prefs_actions.[ch]
1500 Added new menu "Edit/Actions"
1502 Added new actionsrc file.
1504 Added actionsrc reading.
1506 Added new menus "Edit/Actions" and "Configuration/Actions..."
1507 * src/prefs_common.h
1508 Added new element actionslst element to prefs_common.
1510 2002-02-06 [paul] 0.7.0claws50
1512 * sync with sylpheed 0.7.0cvs36
1513 see ChangeLog entry 2002-02-06
1518 updated by Ricardo Mones Lastra
1520 2002-02-05 [paul] 0.7.0claws49
1522 * sync with sylpheed 0.7.0cvs33
1523 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
1525 2002-02-05 [paul] 0.7.0claws48
1528 re-add 'Edit/Advanced/Delete entire line', previously named
1531 2002-02-04 [paul] 0.7.0claws47
1535 fix bug #494993 (Reply All not taking Reply-To into consi)
1536 eliminate differences in behaviour of right-click 'Reply to all'
1537 in summary view and 'Reply to all' on the toolbar.
1538 fix bug where Reply-To gets ignored by 'Reply to all' in summary
1539 view and From gets ignored by 'Reply to all' on toolbar.
1540 fix bug where 'Reply to all' on toolbar uses To twice and ignores
1541 From when no Reply-To header is present.
1543 2002-02-04 [paul] 0.7.0claws46
1545 * sync with sylpheed 0.7.0cvs30
1546 see ChangeLog entries 2002-02-03 and 2002-02-04
1548 2002-02-03 [melvin] 0.7.0claws45
1551 Readded function to highlight all misspelled words.
1552 Fixed bug where user-provided-words did not replace
1553 correctly the misspelled word when using the mouse.
1554 Fixed bug where checking a region selected from right to left did
1555 not check the region at all.
1556 Fixed bug where 'Check backwards' may not check at all.
1557 Fixed memory leaks where popup menus and accel_groups were not destroyed.
1558 Fixed possible buffer overflow when checking for long strings (>1k).
1559 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
1560 Accelerators code uses now gtk_widget_add_accel.
1561 Removed and disabled obsolete and unfinished code.
1565 Added menu item to Highlight all misspelled words.
1567 2002-02-01 [paul] 0.7.0claws44
1570 fix '/View/Hide read messages' sensitivity when all
1571 messages in a folder are hidden
1573 2002-02-01 [paul] 0.7.0claws43
1576 add --send option to command line interface, sends all
1577 queued mail. Patch submitted by Ricardo Mones Lastra.
1579 2002-01-31 [paul] 0.7.0claws42
1582 add '/View/Hide read messages' to main_window_set_menu_sensitive()
1584 2002-01-31 [paul] 0.7.0claws41
1586 * sync with sylpheed 0.7.0cvs27
1587 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
1591 comment out elements of textview_show_part() as temporary
1592 workaround for attachment 'Display as text' bug
1595 updated by Fabio Junior Beneditto
1597 2002-01-30 [paul] 0.7.0claws40
1599 * sync with sylpheed 0.7.0cvs24
1600 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
1604 add {N_("/_Spelling"), ... "<Branch>"} to
1605 GtkItemFactoryEntry compose_entries[]
1607 * src/prefs_common.c
1608 add claws menu items to prefs_keybind_apply_clicked()
1609 and remove non-claws menu items
1611 2002-01-29 [paul] 0.7.0claws39
1613 * sync with sylpheed 0.7.0cvs22
1614 see ChangeLog entries 2002-01-28 and 2002-01-29
1616 2002-01-28 [melvin] 0.7.0claws38
1619 Added the declartion of compose_send_control_enter.
1623 Added in a 'Spelling' menu which includes the configuration menu.
1624 Added a real 'Check all' and got rid from the old one which only
1625 highlited misspelled word.
1626 Made 'Check while typing' a disableable option.
1627 Added a dialog when there are no more misspelled word.
1628 Added a dialog if error occurs when switching to a dictionary.
1630 * src/prefs_common.[ch]
1631 Added option for the default 'Check while typing' option.
1634 2002-01-28 [alfons] 0.7.0claws37
1637 fix buglet and make code comply with sylpheed code style
1639 2002-01-28 [paul] 0.7.0claws36
1641 * sync with sylpheed 0.7.0cvs19
1642 see ChangeLog entries for 2002-01-28
1644 2002-01-28 [hoa] 0.7.0claws35
1650 read the renderer config
1653 use the renderer config to convert mime attachments
1656 don't use textview_show_html/ertf,
1657 use get_text_content instead
1659 2002-01-27 [alfons] 0.7.0claws34
1662 make sylpheed believe it can delete a news message...
1663 (messages are NOT deleted, maybe we should remove
1664 processing from the folder properties after all.)
1666 2002-01-27 [alfons] 0.7.0claws33
1671 implement remove_msg()
1673 2002-01-27 [alfons] 0.7.0claws32
1678 fix return receipt / disposition notification again. this
1679 stuff seems to break on _every_ major summary UI change, so
1680 it's now implemented using a flag which is saved in the
1683 2002-01-26 [alfons] 0.7.0claws31
1686 let import dialog show the destination folder identifier
1688 2002-01-26 [melvin] 0.7.0claws30
1692 Readded 'Mark all read' into summary view popup menu
1693 Added 'Mark all read' in folder view popup menu for IMAP
1695 Made it insensitive if the selected folder is not the shown
1696 one to avoid 'Mark all read' on the wrong folder.
1698 2002-01-26 [paul] 0.7.0claws29
1702 move 'Mark all read' from summary view to folder view
1703 menu. (adapted from) patch submitted by Jeremy Andrews,
1704 <lists@kerneltrap.com>
1706 2002-01-25 [alfons] 0.7.0claws28
1709 put the gtk class name back so GtkSText adapts the
1712 2002-01-25 [alfons] 0.7.0claws27
1715 assimilate Ricardo's patch that shows pixmaps instead of
1716 plain "new" and "unread" texts in the folder view column
1719 2002-01-25 [paul] 0.7.0claws26
1722 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
1723 be found in non-standard locations.
1724 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
1726 2002-01-25 [paul] 0.7.0claws25
1728 * sync with sylpheed 0.7.0cvs16
1729 see ChangeLog entry 2002-01-25
1731 2002-01-24 [paul] 0.7.0claws24
1733 * more sync with sylpheed 0.7.0cvs15
1734 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
1736 2002-01-23 [sergey] 0.7.0claws23
1739 Fixed segfault when closing LDIF import wizard with
1745 Fixed wrong scrolling position after switching between
1746 text and image parts.
1748 2002-01-23 [paul] 0.7.0claws22
1750 * sync with sylpheed 0.7.0cvs15
1751 see ChangeLog entries 2002-01-22 and 2002-01-23
1753 2002-01-21 [melvin] 0.7.0claws21
1755 * src/prefs_scoring.c
1756 * src/prefs_filtering.c
1757 Fixed bug where scoring and filtering windows stopped
1760 2002-01-21 [paul] 0.7.0claws20
1762 * sync with sylpheed 0.7.0cvs12
1763 see ChangeLog entries 2002-01-20 and 2002-01-21
1765 2002-01-21 [carsten] 0.7.0claws19
1768 * src/messageview.[ch]
1769 * src/summaryview.[ch]
1770 changes to shortcuts handling again:
1771 + "Q" now controled by mainwin
1772 + v/V are now customizable and have slightly
1774 the "button" to minimize the messageview (and maximize
1775 the summary view) is a real button now
1777 "Delete Line+" added to Edit/Advanced (this will also
1780 2002-01-20 [melvin] 0.7.0claws18
1783 Made "Bcc" sensitive when addressbook is called from
1784 compose window (it was a Claws only bug).
1786 2002-01-19 [alfons] 0.7.0claws17
1789 prevent unnecessary updates when currently selected folder has
1792 2002-01-19 [alfons] 0.7.0claws16
1795 prevent writing the cache based on current message list in summary
1796 view when filtering also put messages in currently selected folder
1801 Italian translation submitted by Alessandro Maestri
1802 <a.maestri@cs.tin.it>
1804 2002-01-18 [melvin] 0.7.0claws15
1806 * src/prefs_filters.c
1807 fixed bug where 'cancel' from 'filters' window stops autochecking
1808 if the timer timed out when the window was open.
1810 2002-01-18 [match] 0.7.0claws14
1812 * src/addrclip.[ch] ** NEW FILE **
1813 * src/addrselect.[ch] ** NEW FILE **
1814 * src/adbookbase.h ** NEW FILE **
1815 addressbook cut, copy and paste
1817 * src/addrcache.[ch]
1819 * src/addrindex.[ch]
1831 support for copy/paste
1833 support for copy/paste
1834 tidy up menu option processing
1835 correct address list function arguments
1837 sort user attributes
1847 2002-01-18 [paul] 0.7.0claws13
1849 * sync with sylpheed 0.7.0cvs8
1850 configure.in: support Mac OS X (Darwin)
1852 2002-01-18 [carsten] 0.7.0claws12
1854 small hack to fix a segfault with an empty href
1855 (reported by Alexandra Walford <deeni@altern.org>)
1858 the shortcuts for Mark und Mark as unread are hardcoded
1862 readded the shortcuts in gtkstext but made them
1863 customizeable (simply by adding a menu plus a wrapper
1866 2002-01-17 [melvin] 0.7.0claws11
1869 fix default dictionary not being saved.
1871 2002-01-16 [darko] 0.7.0claws10
1874 fix wrapping crash with URL longer than wrapping margin
1876 2002-12-08 [hoa] 0.7.0claws10
1878 * src/matcher_parser_parse.y
1881 * src/prefs_filtering.c
1882 now, we can use bounce action in the dialog box.
1884 2002-01-16 [carsten] 0.7.0claws9
1886 removed the <control> and <alt> shortcuts because they're
1887 not needed and interefered with the "normal" shortcuts
1890 removed most of the hardcoded shortcuts and assigned
1891 them to menu entries making them easy customizable by
1894 2002-01-16 |melvin] 0.7.0claws8
1897 fixed bug where using the mouse and when the compose
1898 window is not on top may result in a crash.
1900 2002-01-16 [melvin] 0.7.0claws7
1903 fixed a long standingspell checker bug which could
1904 cause a crash after sending a message.
1906 2002-01-16 [paul] 0.7.0claws6
1908 * sync with sylpheed 0.7.0cvs7
1909 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
1910 2002-01-15, and 2002-01-16
1912 2002-01-16 [melvin] 0.7.0claws5
1918 Heavily modified spell checker code to work around
1919 ispell bug, to add keyboard shortcuts and for future
1920 enhancements. See README.claws for usage information.
1922 2002-01-15 [alfons] 0.7.0claws4
1925 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
1926 so sorting within threads reflects sort mode
1928 2002-01-15 [christoph] 0.7.0claws3
1931 added alertpanel if mail sending failed
1933 2002-01-15 [alfons] 0.7.0claws2
1935 * src/prefs_filtering.c
1936 don't stop timer when prefs filtering dialog is opened
1938 2002-01-14 [alfons] 0.7.0claws1
1942 remove debug_print()s for privacy reasons
1944 2002-01-14 [darko] 0.7.0claws
1947 quotation wrapping is now also in the main branch
1951 * tools/filter_conv.pl
1952 allow for Boolean Op and case-sensitivity
1953 this file is included in the release and tagged
1956 2002-01-13 [paul] 0.7.0claws
1958 * release 0.7.0, with cvs tag 'rel_0_7_0'
1962 * tools/filter_conv.pl
1964 rewritten to output to matcherrc instead of filteringrc
1967 updated Spanish translation by Ricardo Mones Lastra
1972 update dutch translation
1977 Updated by Fabio Junior Beneditto
1979 2002-01-13 [melvin] 0.6.6claws53
1982 Updated french translation
1984 2002-01-12 [alfons] 0.6.6claws52
1987 plug mem leak that has been sitting there for ages
1989 2002-01-12 [alfons] 0.6.6claws51
1992 undo melvin's changes from 0.6.6claws48 because summary
1993 view now refuses to select first unread message when
1996 2002-01-11 [alfons] 0.6.6claws50
1999 use claws' semantics for getting folder item when
2000 importing an mbox file into a folder
2001 (submitted by Dale P. Smith)
2003 2002-01-11 [christoph] 0.6.6claws49
2006 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
2007 toggle widget, because non static prefs can not use
2008 prefs_set_* functions
2009 * src/prefs_account.c
2010 toggle smtp auth password field sensitivity if
2011 user id is empty and add descrition of usage for
2013 * src/prefs_folder_item.c
2014 use SET_TOGGLE_SENSITIVITY macro to instead of extra
2017 2002-01-11 [melvin] 0.6.6claws48
2020 fix the 'Ctrl-Enter' feature for sending and test really
2021 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
2022 editables which was not documented in Gtk)
2025 Made summaryview refresh after sorting and not before.
2027 2002-01-11 [christoph] 0.6.6claws47
2030 select account from account ids if possible and
2031 correctly set save folder for copy in reedit
2033 2002-01-10 [paul] 0.6.6claws46
2035 * sync with sylpheed 0.7.0 release
2036 see ChangeLog entries 2002-01-07, 2002-01-08 and
2042 remove more dirt traces...
2047 clean up some traces of my debugging stuff
2049 2002-01-09 [alfons] 0.6.6claws45
2052 break up filteringprop_apply() in three separate pieces
2053 so we can drop messages that failed processing in the
2057 fix bug #469598 "no refresh of inbox after filter" which
2058 was introduced by the new summary view locking, and which
2059 prevented the summary view to update after a manual filter
2060 message. claw's filter message requires a summary_show().
2061 (aargh, summary_show() again! :-)
2063 2002-01-07 [alfons] 0.6.6claws44
2065 * src/headerwindow.c
2068 * src/sourcewindow.c
2069 bring in Hiro's last 0.7.0 wm class fixes
2072 bring in Ricardo's fix for sylprint script
2076 * src/prefs_common.[ch]
2077 * src/prefs_account.[ch]
2079 clean up account preference poison in rfc2015,
2080 and preparation to fix double sign bug
2081 (patch submitted by Simon 'corecode' Schubert)
2083 2002-01-07 [christoph] 0.6.6claws43
2086 search for free message number, do not only rely
2089 fix smtp auth and use extra account information
2090 if available, if not use pop3 data instead
2091 (closes bug #500341)
2095 2002-01-06 [alfons] 0.6.6claws42
2098 try making the separate windows work again...
2100 2002-01-06 [alfons] 0.6.6claws41
2103 adapt Hiro's separate window menu (to get rid of the funny
2104 duplicate menu items), and make it work again
2106 2002-01-06 [alfons] 0.6.6claws40
2111 * tools/README.sylprint
2112 add sylprint script for printing mails from Sylpheed
2113 (contributed by Ricardo Mones Lastra)
2118 2002-01-06 [melvin] 0.6.6claws39
2122 Fixed crash introduced in 0.6.6claws38 by the menu
2123 reorganisation (Hide read messages)
2126 Fixed typo (we are now in 2002, alfons ;) )
2128 2002-01-05 [alfons] 0.6.6claws38
2130 * sync with sylpheed 0.6.6cvs10-17
2131 (last stuff marked as LAST_STABLE)
2133 2002-01-04 [melvin] 0.6.6claws37
2136 Made account selection code use strcasestr again instead of
2137 g_strcasecmp (fixes bug where reediting queued messages
2138 did not select proper account reported by T. Link).
2141 Fix bug where folder icons are not shown when 'hide read messages'
2144 * src/stock_pixmaps.[ch]
2145 Added folder icons for 'hide read messages'.
2148 Fixed bug where 'Enter' in a header entry will send the message
2149 if 'CTL-Enter' was chosen as a shorcut for sendind.
2151 2002-01-03 [melvin] 0.6.6claws36
2154 Added popup menu for common preferences and
2155 account preferences (right click on tab displays
2156 a menu of all tabs.)
2158 2002-01-02 [melvin] 0.6.6claws35
2161 Made spelling code compatible with undo/redo feature.
2162 Added creation of suggestion mode menu for the general
2165 * src/prefs_common.[ch]
2166 Added option menu for the speller's suggestion mode.
2167 Added missing spaces in "..." buttons and made a "..."
2168 button non translatable!
2171 Made speller use the default suggestion mode.
2172 Hack to make it possible to choose 'CTRL-Enter' as a
2173 shortcut for sending (and only for sending).
2175 * src/prefs_folder_item.c
2176 Changing subject simplification does not update cache
2177 anymore (because it is unnecessary).
2178 Fixed bug where changing subject simplification updated the
2179 summaryview even when the viewed folder is not the
2180 folder which properties are being changed. (E.g.
2181 viewing folder A and changing
2182 the subject simplification of
2183 folder B -not being viewed- updated the
2184 summaryview of folder A with data of
2185 folder B). (Hope this is clear... )
2187 2001-12-31 [alfons] 0.6.6claws34
2191 fgetc() returns a signed integer which doesn't
2192 fit in a char. so c truncates this to a char
2193 but we may lose significant bits. i.e. we may
2194 comparing 0xFF which may not be equal to -1
2195 unless properly casted to signed char which
2196 we won't do because fgetc() returns a signed
2197 integer which doesn't fit in a char. so c
2198 truncates this to a char but we may lose
2199 significat bits. (you got the idea, thanks
2200 to Gustavo Noronha Silva <kov@debian.org>
2201 and the Debian folks!)
2203 2001-12-30 [alfons] 0.6.6claws33
2205 * src/prefs_common.c
2206 add #ifdef USE_PSPELLs that Melvin forgot
2208 2001-12-30 [melvin] 0.6.6claws32
2210 * src/prefs_common.[ch]
2211 Added configurable color for misspelled words.
2214 Fixed bug of foreground text color (reported by David
2216 Added configurable color for misspelled words.
2218 2001-12-30 [alfons] 0.6.6claws31
2221 remove unnecessary things someone put there
2225 make folder properties (like threading and sorting) persistent
2226 (closes bug #497424 "rescan folder tree resets proprieties")
2227 currently this is only for MH folders.
2229 2001-12-29 [melvin] 0.6.6claws30
2231 * src/string_match.[ch]
2232 Optimized a bit: regexp pattern buffer compiled only once, and
2233 one subroutine call removed. Fixed ^ regexp search: Now,
2234 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
2237 Subject filtering changed to filter summary columns and
2238 not directly the messages subject cache. The loss in
2239 performance is balanced by the improvement of string_match.
2240 Added an alert panel if there is an error in the regexp.
2242 * src/src/prefs_folder_item.h
2243 Added a regexp pattern buffer.
2245 2001-12-28 [alfons] 0.6.6claws29
2247 * src/string_match.[ch]
2249 allow compilation *BSD
2251 2001-12-27 [alfons] 0.6.6claws28
2254 sync the Hiro's bug fix for BSD
2256 2001-12-27 [melvin] 0.6.6claws27
2259 Simplify focus to subject entry code.
2261 2001-12-27 [darko] 0.6.6claws26
2267 * src/procheader.[ch]
2269 * src/stock_pixmap.[ch]
2271 Show key icon for encrypted mails in summary view
2273 * src/pixmaps/clip.xpm
2274 * src/pixmaps/clipkey.xpm
2275 * src/pixmaps/key.xpm
2276 New/modified icons for the above
2278 2001-12-27 [melvin] 0.6.6claws25
2280 * src/prefs_common.c
2281 Put spell checker options in a separate tab to decrease
2282 the Common Preferences window height.
2285 Update spell checker usage instruction about its options
2288 2001-12-27 [melvin] 0.6.6claws24
2291 Changed subject entry widget position. Initial focus is
2292 on the To header instead of the subject entry.
2293 Creating a new header scrolls the header list to make the
2294 created one visible. Nevertheless, when automatically filling
2295 headers, the first one is shown.
2296 A Tab key press in the last empty header entry zips the
2297 focus to the subject entry.
2298 (I did not change the combo boxes, yet)
2300 2001-12-26 [alfons] 0.6.6claws23
2302 * src/prefs_account.c
2304 allow default inbox to reside in another mailbox (only
2305 works for POP3 accounts)
2307 2001-12-26 [alfons] 0.6.6claws22
2310 make reply-on-click work with the account of the selected folder
2312 put a fixme here to remind me to fix finding correct default
2313 account for nested folders
2315 2001-12-25 [alfons] 0.6.6claws21
2318 make column headers display locked and mark pixmaps (idea by Melvin)
2319 fix bug by adding score and locked column type to sort array
2321 2001-12-25 [alfons] 0.6.6claws20
2324 catch a *potentially* inadvertent write back of
2325 the message cache(s) introduced by 0.6.5claws37
2327 2001-12-25 [christoph] 0.6.6claws19
2329 * src/stock_pixmap.[ch]
2331 add ignore thread pixmap
2332 (can someone draw a better icon for this?)
2334 2001-12-24 [alfons] 0.6.6claws18
2336 * src/prefs_folder_item.c
2337 make address completion actually work for the
2338 Default To address in the Folder Property dialog.
2340 2001-12-24 [alfons] 0.6.6claws17
2343 use new style regexp for subject stripping
2344 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
2346 2001-12-24 [darko] 0.6.6claws16
2350 move GPG related informational messages to debug mode
2352 2001-12-23 [alfons] 0.6.6claws15
2354 * src/stock_pixmap.[ch]
2356 add the forgotten Claws' locked pixmap
2358 2001-12-23 [alfons] 0.6.6claws14
2361 accept file name typed in entry in multi file
2362 selector (patch submitted by Gustavo Noronha Silva
2365 2001-12-23 [alfons] 0.6.6claws13
2367 * src/prefs_filter.c
2368 * src/prefs_filtering.c
2371 clean up a little bit
2373 * src/string_match.c
2374 validate input strings a little bit more
2376 2001-12-23 [alfons] 0.6.6claws12
2380 * src/string_match.[ch] ** NEW **
2381 * src/folderview.[ch]
2384 * src/prefs_folder_item.[ch]
2385 add subject simplification to strip out strings from
2386 a subject line (esp. handy for mailing lists).
2387 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
2388 but slightly changed things for better integration.)
2390 2001-12-23 [alfons] 0.6.6claws11
2393 fix bug introduced by submission included in 0.6.5claws52.
2394 ideally this submission should clean the trash if any trash
2395 folder has a message. however, the hasTrash variable was
2396 set to false whenever a trash folder was empty (discarding
2397 a previously found *filled* trash folder.)
2399 also edited the code a little bit and made it more safe.
2401 2001-12-22 [alfons] 0.6.6claws10
2404 quick fix for Martin Pool's omission of an account
2405 specific SSL setting
2407 2001-12-22 [alfons] 0.6.6claws9
2414 better support for multipart/digest (submitted
2415 by Fredrik <e98fo@efd.lth.se>)
2417 2001-12-22 [alfons] 0.6.6claws8
2420 correct function signature
2423 * src/prefs_account.[ch]
2424 allow IMAP over SSH tunnel (patch submitted by
2425 Martin Pool <mbp@samba.org>)
2427 2001-12-21 [alfons] 0.6.6claws7
2429 * sync with sylpheed 0.6.6cvs4-9
2430 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
2432 2001-12-21 [christoph] 0.6.6claws6
2435 * src/prefs_folder_item.[ch]
2436 implement saving of outgoing messages to current folder.
2437 fix segfault when no default outbox is available
2438 (closes bug #495683)
2440 2001-12-21 [carsten] 0.6.6claws5
2443 pressing CTRL while DND does now the expected thing and
2444 copies the mail (moving is still the default, as this
2445 seam more appropriate for handling mails by DND)
2447 2001-12-18 [paul] 0.6.6claws4
2449 * sync with sylpheed 0.6.6cvs3
2450 see ChangeLog entries 2001-12-18
2452 2001-12-18 [hiro] 0.6.6claws3
2455 fix for multibyte characters (obtain the number of letters
2458 2001-12-17 [paul] 0.6.6claws2
2460 * sync with sylpheed 0.6.6cvs1
2461 see ChangeLog entry 2001-12-16
2463 2000-12-17 [alfons] 0.6.6claws1
2468 2001-12-16 [paul] 0.6.6claws
2471 * Release version 0.6.6claws, cvs tag: rel_0_6_6
2474 last minute sync with main 0.6.6
2477 updated by Ricardo Mones Lastra
2478 update for last minute sync
2481 update for last minute sync
2483 updated by Jens Oberender
2485 updated by Fabio Junior Beneditto
2487 * src/prefs_common.[ch]
2489 number of undo levels is user configurable
2490 (squeeze it into the release in the dying
2491 moments) Submitted by Jens Oberender
2496 updated french translation
2498 2001-12-15 [paul] 0.6.5claws92
2500 * sync with sylpheed 0.6.5cvs28
2501 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
2504 update to allow for sync
2509 update dutch translation
2511 2001-12-14 [carsten] 0.6.5claws91
2513 fixed bug #473785; also after changing the column order
2514 the same message will be selected and displayed as before
2517 2001-12-14 [carsten] 0.6.5claws90
2519 probably found the bug reported by wwb opening or closing
2520 a folder tree just before dnd (found the solution in the
2521 balsa source -- thanks to them)
2523 2001-12-14 [carsten] 0.6.5claws89
2526 moved gtk_clist_moveto to the right place, so that
2527 only the accounts dialog is effected on opening
2529 2001-12-14 [carsten] 0.6.5claws88
2531 gtkut_clist_set_focus_row does a gtk_clist_moveto
2532 now, so that the focused row will be seen in any case
2533 (reported by wwp on sf-claws-user)
2535 2001-12-14 [darko] 0.6.5claws87
2538 remove unnecessary line
2540 2001-12-14 [paul] 0.6.5claws86
2542 * sync with sylpheed 0.6.5cvs27
2543 see ChangeLog entries 2001-12-14
2545 2001-12-14 [carsten] 0.6.5claws85
2547 following a suggestion of Melvin the rcoabm pops up
2548 right under the button now and the button is reliefed
2549 while the popup is open
2551 2001-12-14 [darko] 0.6.5claws84
2554 fix crash when wrapping long lines if linewrap quotation
2555 is disabled and wrapper encounters a word spanning more
2558 2001-12-13 [paul] 0.6.5claws83
2561 prefer 'Reply-To' header over mailing list header when
2562 replying to a message. Finally prevent all those confirmation
2563 messages being sent to the list itself.
2566 remove unused summary_set_menu_sensitive() entry
2568 2001-12-13 [paul] 0.6.5claws82
2571 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
2572 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
2573 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
2574 improvements to 'Hide read messages': Inbox, Outbox,
2575 Trash, Queue, and Draft icons now reveal presence of hidden
2578 2001-12-12 [alfons] 0.6.5claws81
2580 0.6.5claws80 was tagged as LAST_STABLE
2582 * src/filtering.[ch]
2584 * src/matcher_parser_lex.c
2585 fix the filtering; my last attempt to get it right,
2586 if it does not work, it's Hoa's turn. ;-)
2588 for my honourable peers:
2590 the code now makes a clear distinction between
2591 rules as they are displayed (probably escaped),
2592 and as they are executed (probably unescaped). the
2593 parser does *NOT* do any unescaping, this is
2594 the task of the matcher.c (which breaks up a
2595 rule into condition) and the filtering.c (which
2596 breaks up the rule's action). to make this
2597 run happily we provide an unescaped copy of
2598 crucial strings to the MatcherProp and
2599 FilteringAction structures. note that the only
2600 exception to this is any REGEXP string. those
2601 are directly passed to regcomp() and regexp()
2602 (who have much more powerful unescape functions).
2606 you can escape tab (\t), carriage return (\r),
2607 linefeed (\n), form feed (\f), quote (\"),
2608 single quote (\'), bell (\b) in all the entry
2609 lines in the scoring & filtering dialogs.
2610 as an added bonus this should not affect
2611 existing filtering rules.
2613 2001-12-12 [carsten] 0.6.5claws80
2617 "item(s) selected" is now sensitive to 1 or more
2618 than one selected (nice for language where simple
2619 adding of a "s" is not possible as German (Eintrag
2622 the "forward as attachment" entry from the right
2623 click menu removed, "forward" acts following the
2627 reverted my former changes; so compiler warning again
2628 but there's more GTK_TEXT/GTK_STEXT mixing on other places
2632 "search in message" does now *not* only work in MVIEW_TEXT
2633 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
2637 removed "/File/_Close" as it was the same as "/File/E_xit"
2638 and we don't need it two times
2640 the separate folder view and message view now get a distinct
2641 WMCLASS, just in case someone is using sawfish ;-)
2643 as the menu entries "/View/Message view" and "/View/Folder tree"
2644 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
2645 make them sensitive accordingly and as these two are "shown"
2646 after startup anytime check this menuitem at startup
2648 2001-12-12 [paul] 0.6.5claws79
2651 fix sensitivity of 'Search folder...', broken in
2657 2001-12-11 [carsten] 0.6.5claws78
2659 fixed two typos returning a wrong FALSE/TRUE
2660 * src/mainwindow.[ch]
2661 extra menu for email/news button removed
2663 2001-12-11 [alfons] 0.6.5claws77
2665 * src/matcher.c (1.3)
2666 * src/matcher_parser_lex.l (1.28)
2667 revert for another attempt
2668 mark 0.6.5claws77 as LAST_STABLE
2670 2001-12-11 [christoph] 0.6.5claws76
2673 fixed wrong translation for prev. unread msg
2675 2001-12-11 [paul] 0.6.5claws75
2680 * src/summaryview.[ch]
2681 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
2682 enable ability to hide read messages on per folder basis via
2683 '/Summary/Hide read messages'; when selected, a folder will
2684 have a red open folder icon, instead of a blue icon, if the
2685 folder contains hidden messges
2686 submitted by Thomas Link <t.link.tmp200101.gmx.net>
2689 remove '/Message/Forward as attachment' from
2690 main_window_set_menu_sensitive() to prevent debug warning
2694 Clean up some of the English
2696 * tools/newscache_clean.pl
2697 allow for new 'hidereadmsgs' entry in folderlist.xml
2700 updated translation, submitted by Ricardo Mones Lastra
2702 2001-12-11 [paul] 0.6.5claws74
2704 * sync with sylpheed 0.6.5cvs25
2705 see ChangeLog entry 2001-12-11
2707 2001-12-10 [alfons] 0.6.5claws73
2710 add more control characters
2711 * src/matcher_parser_lex.l
2712 make escaping / unescaping work again
2714 2001-12-10 [alfons] 0.6.5claws72
2717 clean up warnings "returning value for void function"
2718 * src/prefs_filtering.c
2719 make info button for execute action sensitive
2721 2001-12-10 [paul] 0.6.5claws71
2726 fix: imap server now gets informed of MARKED, UNMARKED
2727 and REPLY events. Now people can use different IMAP-Mail
2728 clients and have the exact same information about MARKED,
2729 UNMARKED and REPLY status with all of them. Especially
2730 useful for imap servers with a web-frontend.
2731 submitted by Tobias Sandhaas <medlor@web.de>
2733 2001-12-09 [melvin] 0.6.5claws70
2736 fixed bug #490076 (hunted down by Alfons who implemented
2737 a workaround in 0.6.5claws65)
2739 2001-12-09 [christoph] 0.6.5claws69
2742 set pointer to string in LOCKED column to NULL
2743 (might fix bug #490800)
2745 2001-12-09 [carsten] 0.6.5claws68
2748 resolved some cluttered menu shortcuts
2749 ('creating new email' and 'creating news message'
2752 wmclass now distinc from main window
2755 email/news and forward button functionality similar
2756 to the reply buttons; removed the ugly dropdown arrows
2757 and use instead the right mouse button
2759 2001-12-09 [paul] 0.6.5claws67
2763 allow spaces in imap folder names
2764 submitted by Willem van Engen <wvengen@stack.nl>
2766 2001-12-09 [paul] 0.6.5claws66
2768 * sync with sylpheed 0.6.5cvs24
2769 see ChangeLog entry 2001-12-09
2771 2001-12-08 [alfons] 0.6.5claws65
2774 prevent secondary selection claim after "add to sender" dialog
2775 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
2776 we trick GTK by simulating a click at (0, 0) in the textview.
2778 2001-12-08 [hoa] 0.6.5claws64
2781 fixed a bug about the .processing folder name while filtering
2783 2001-12-08 [alfons] 0.6.5claws63
2786 work around problem of not correctly updating folder stats
2787 when deleting messages. there's some folder scanning evil
2788 going so the folderview_update_msg_num() does not work
2789 correctly. need to investigate this.
2791 2001-12-08 [paul] 0.6.5claws62
2793 * sync with sylpheed 0.6.5cvs23
2794 see ChangeLog entry 2001-12-08
2796 2001-12-07 [christoph] 0.6.5claws61
2799 fix another header translation problem
2801 2001-12-07 [alfons] 0.6.5claws60
2804 make filtering also work on local spool mbox
2806 2001-12-07 [carsten] 0.6.5claws59
2808 addressbook window gets a wmclass distinct from the main
2811 * src/mainwindow.[ch]
2812 forward menu item will use mode selected in prefs, forward
2813 as attatchment in menu removed (will be substituted in the
2814 toolbar similar to reply buttons)
2815 create news message menu entry and news button is now
2816 sensitive to the existance of a news account
2817 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
2818 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
2819 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
2820 these are removed because the toolbar buttons don't show
2821 the quoting modus any longer
2825 * tools/newscache_clean.pl ** NEW FILE **
2826 perl script to do some tidying up in the newscache directory
2828 * tools/sylpheed-switcher ** NEW FILE **
2829 perl script to enable easy switching between main and claws
2832 added descriptions of the two new perl scripts
2835 2001-12-07 [melvin] 0.6.5claws58
2838 fixed a warning during compilation introduced in 0.6.5claws56
2840 2001-12-07 [paul] 0.6.5claws57
2842 * src/mainwindow.[ch]
2844 further usability enhancements to replying with or without
2845 quoting via the toolbar, use of Ctrl key is replaced by
2847 Submitted by Carsten Schurig
2849 2001-12-07 [melvin] 0.6.5claws56
2852 hack to fix bug that prevented to make/paste selections
2853 after switching between MVIEW_TEXT and MVIEW_MIME views
2854 without deselecting the selection first.
2856 2001-12-06 [alfons] 0.6.5claws55
2858 * src/filtering.[ch]
2860 revise filtering a little bit more, and make sure
2861 messages are delivered to the appropriate inbox
2862 (perhaps set per account)
2864 2001-12-06 [paul] 0.6.5claws54
2866 * sync with sylpheed 0.6.5cvs22
2867 see ChangeLog entry 2001-12-06
2869 2001-12-05 [alfons] 0.6.5claws53
2875 more revisions of filtering system
2876 (last stable version is marked as LAST_STABLE)
2878 | NOTE 1): the filtering system now uses a local folder called
2879 | .processing. if filtering fails, check this directory
2880 | for missing messages.
2882 | NOTE 2): help us find the filtering actions still missing
2884 2001-12-05 [paul] 0.6.5claws52
2887 fix bug where 'Empty Trash?' pop-up window appears even
2888 when Trash is empty, submitted by Jesse Skinner
2890 2001-12-05 [melvin] 0.6.5claws51
2893 fixed bug #486106 to select correct account when reediting
2896 2001-12-04 [alfons] 0.6.5claws50
2899 declare markfile in appropriate functions when
2900 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
2903 2001-12-04 [paul] 0.6.5claws49
2905 * sync with sylpheed 0.6.5cvs21
2906 see ChangeLog entry 2001-12-04
2908 2001-12-03 [christoph] 0.6.5claws48
2911 changed translation of undo
2914 don't reinvent the wheel to traverse a GNode
2916 seperate code to create the compose gui into functions
2917 add "Others" page with folder selection for saving copy
2919 the folder identifier is saved to queue header
2921 save message to folder in queue header
2923 2001-12-03 [paul] 0.6.5claws47
2925 * sync with sylpheed 0.6.5cvs20
2926 see ChangeLog entry 2001-12-03
2930 * more sync with sylpheed 0.6.5cvs19
2931 see ChangeLog entry 2001-11-29
2933 2001-11-30 [paul] 0.6.5claws46
2936 remove conflicts introduced by Hoa's last commit
2939 make 'Message/Bounce' sensitive
2941 2001-11-30 [hoa] 0.6.5claws45
2944 slightly change bounce function to add
2945 information about the user that bounced the mail
2946 in the From header line.
2949 permit the use of processing in outbox folder.
2951 2001-11-29 [paul] 0.6.5claws44
2953 * src/mainwindow.[ch]
2954 * src/prefs_common.c
2955 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
2956 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
2957 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
2958 usability enhancements to the quoting, implements
2959 use of Ctrl key to toggle quoting settings
2960 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
2962 2001-11-29 [paul] 0.6.5claws43
2964 * sync with sylpheed 0.6.5cvs19
2965 see ChangeLog entry 2001-11-28
2967 2001-11-29 [melvin] 0.6.5claws42
2969 added enriched.[ch] to the list of files
2975 added support to view text/enriched
2976 added support to show headers in message view for text/enriched and text/html
2977 in non multipart messages
2979 2001-11-28 [paul] 0.6.5claws41
2981 * more sync with sylpheed 0.6.5cvs18
2982 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
2984 2001-11-27 [paul] 0.6.5claws40
2987 updated translation, submitted by Fabio Junior Beneditto
2989 * sync with sylpheed 0.6.5cvs18
2990 see ChangeLog entries 2001-11-26 (src/textview.c) and
2997 updated translation, submitted by Ricardo Mones Lastra
3002 add more translatable strings
3004 2001-11-26 [christoph] 0.6.5claws39
3007 fixed one more umlaut
3009 fix translated header when it should not be translated
3011 2001-11-26 [paul] 0.6.5claws38
3014 remove '/Message/Add Sender to address book' from
3015 main_window_set_menu_sensitive(), prevent debug warning
3016 add 'Message/Mark/Mark all read' to mainwin_entries[]
3018 2001-11-26 [paul] 0.6.5claws37
3021 fix 'recurring unread state' bug
3024 * tools/filter_conv.pl
3025 read name of top level mailbox from folderlist.xml
3026 and presume nothing about its name
3028 2001-11-26 [darko] 0.6.5claws36
3031 removed functions that are now in gtkutils.c
3032 use gtkut_text_is_uri_string() from gtkutils.c
3033 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
3035 2001-11-26 [paul] 0.6.5claws35
3037 * sync with sylpheed 0.6.5cvs16
3038 see ChangeLog entries 2001-11-25 and 2001-11-26
3040 2001-11-25 [alfons] 0.6.5claws34
3042 EXPERIMENTAL!!! Please checkout the last stable version using:
3044 % cvs update -r LAST_STABLE -dRAP
3046 (Or help us testing this stuff.)
3048 * src/filtering.c (1.14)
3049 * src/filtering.h (1.6)
3051 * src/matcher.c (1.20)
3053 * src/procmsg.h (1.14)
3054 * src/summaryview.c (1.59)
3055 * src/summaryview.h (dunno)
3056 revert/merge/sync to as it was before commit
3057 on Thu, 19 Jul 2001 10:15:51 -0700.
3059 2001-11-25 [hoa] 0.6.5claws33
3062 processing mails at startup
3065 * src/summaryview.[ch]
3066 processing mails when entering folder
3068 * src/prefs_filtering.c
3071 2001-11-24 [alfons] 0.6.5claws32
3073 * src/summaryview.[ch]
3074 make summary sort headers work, and also make
3075 sure the sort type is stored
3077 2001-11-23 [alfons] 0.6.5claws31
3079 * src/summaryview.[ch]
3080 make lock work like mark
3081 disallow deleting messages marked as locked
3083 2001-11-23 [alfons] 0.6.5claws30
3089 merge undo patch submitted by Jens
3091 2001-11-23 [christoph] 0.6.5claws29
3096 fixed gpg signing and encoding
3099 added --status option to get new, unread and total
3100 message count from a running sylpheed
3101 * src/prefs_common.c
3102 temporary fix for reply_with_quote problem
3103 (don't call functions for non existing widget)
3105 one more check for ignored threads but still not
3106 always working correctly. probably a recursive
3107 check for all parents is needed
3109 2001-11-23 [darko] 0.6.5claws28
3112 wrapping on send improvements
3114 fix for GtkSText after last sync with main branch
3115 GTK_TEXT -> GTK_STEXT
3117 2001-11-23 [paul] 0.6.5claws27
3119 * sync with sylpheed 0.6.5cvs14
3120 see ChangeLog entries 2001-11-22 and 2001-11-23
3123 fixed the scrambled umlauts
3124 submitted by Carsten Schurig <Carsten.Schurig@web.de>
3126 2001-11-21 [paul] 0.6.5claws26
3128 * sync with sylpheed 0.6.5cvs12
3129 see 2nd ChangeLog entry dated 2001-11-20
3131 2001-11-20 [paul] 0.6.5claws25
3133 * sync with sylpheed 0.6.5cvs11
3134 see ChangeLog entry 2001-11-19 (src/utils.c)
3139 GTK_TEXT -> GTK_STEXT
3140 fix for wrong comment
3142 2001-11-20 [hiro] 0.6.5claws24
3145 more merges from main branch
3146 removed fatal warnings (uninitialized variables etc.)
3147 some coding style fix
3154 2001-11-19 [hoa] 0.6.5claws23
3157 * src/prefs_scoring.c
3162 * src/matcher_parser_parse.y
3163 * src/prefs_filtering.c
3166 2001-11-19 [alfons] 0.6.5claws22
3168 more of my old things into claws
3171 * src/prefs_common.c
3173 * src/summaryview.[ch]
3174 * src/prefs_summary_column.c
3175 * src/pixmaps/locked.xpm
3176 add indicators for locking of message in summary view
3177 (does not work yet, only visual indicator)
3179 2001-11-19 [paul] 0.6.5claws21
3181 * sync with sylpheed 0.6.5cvs10
3182 see ChangeLog entry 2001-11-19
3184 2001-11-18 [alfons] 0.6.5claws20
3187 remove an inadvertent free I forgot in previous clean up
3189 2001-11-18 [alfons] 0.6.5claws19
3191 * src/filtering.[ch]
3192 clean up & plug leaks
3194 2001-11-18 [paul] 0.6.5claws18
3196 * sync with sylpheed 0.6.5cvs9
3197 see ChangeLog entries 2001-11-17 and 2001-11-18
3199 2001-11-16 [paul] 0.6.5claws17
3201 * sync with sylpheed 0.6.5cvs8
3202 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
3204 2001-11-16 [paul] 0.6.5claws16
3206 * sync with sylpheed 0.6.5cvs7
3207 see ChangeLog entries 2001-11-15 and 2001-11-16
3209 2001-11-15 [hoa] 0.6.5claws15
3212 fix bounce, mails we received couln't be bounced to ourself.
3215 * src/filtering.[ch]
3217 * src/matcher_parser.h
3218 * src/matcher_parser_lex.l
3219 * src/matcher_parser_parse.y
3223 * src/prefs_filtering.[ch]
3225 * src/prefs_matcher.c
3226 * src/prefs_scoring.c
3229 new matcher/filter/score configuration file parser
3230 one unique configuration file => ~/.sylpheed/matcherrc
3231 import in currently automatic, then save are made
3233 one filter per folder and one global filter
3234 (filter of a folder will be used as folder processing)
3237 fix a bug in folder_item_get_identifier
3240 receive receipt return are fixed.
3242 2001-11-14 [alfons] 0.6.5claws14
3245 add things from main branch to make claws compile
3247 2001-11-14 [paul] 0.6.5claws13
3249 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
3250 see ChangeLog entries 2001-11-08 to 2001-11-14
3252 2001-11-14 [hoa] 0.6.5claws12
3257 add "bounce mail" option
3259 2001-11-13 [christoph] 0.6.5claws11
3262 Cleanup a mess i add before commiting
3264 2001-11-13 [hoa] 0.6.5claws10
3267 some fixes when mail are sent or
3270 2001-11-13 [christoph] 0.6.5claws9
3273 Changed two string with the same translation
3277 New mailsending process:
3278 - Always queue message before sending
3279 (message will be saved if sylpheed crashed or
3280 freezes while sending)
3281 - Allow queuing of newspostings
3282 - No copy in outbox before sending
3283 (closes bug #469501)
3284 - No more redundant code for send and send_later
3286 Applied wwp <subscript@free.fr>'s patch that fixes
3287 marks for multiple forwarded messages (+compose.c)
3292 remove things that are now in main branch
3295 update Dutch translation
3297 2001-11-12 [mhadasht] 0.6.5.claws8
3299 * src/prefs_common.c
3300 re-enabled account autoselection feature for forward
3301 and reedit lost during the branch point for SYNC-B4-REL
3303 gtkpspell_get_dict(): more readable code (even if function is
3306 added version number info to 2001-11-12 [hiro] comment.
3308 2001-11-12 [hiro] 0.6.5.claws7
3311 compose_forward(): fixed a bug that forward quote mark
3313 removed unnecessary code.
3314 * src/template_select.[ch]: removed.
3319 :%s/GTK_TEXT/GTK_STEXT/g
3324 revert the undo stuff (this is 0.6.6claws stuff)
3326 2001-11-11 [hoa] 0.6.5.claws6
3329 Insert signature at the end of the text.
3330 Added undo patch but currently disabled
3333 Threading by subject improved.
3335 * added src/undo.[ch]
3336 Undo module for compose dialog box.
3338 2001-11-11 [alfons] 0.6.5.claws5
3341 prevent threading by subject on nodes that have already been
3342 threaded by in-reply-to (as in "circular references in a tree
3343 result in a dead branch")
3345 2001-11-09 [hoa] 0.6.5.claws4
3348 allows creation of mbox folder item from any files.
3350 2001-11-09 [alfons] 0.6.5.claws3
3354 do what I mean and correct threading by subject so it really
3355 ignores attracting lines without "Re: "
3357 2001-11-07 [alfons] 0.6.5.claws2
3361 only attract by subject if a subject line starts with a "Re: "
3365 2001-11-07 [paul] 0.6.5claws1
3367 * sync with sylpheed 0.6.5. release
3368 see ChangeLog entry 2001-11-07
3370 2001-11-07 [paul] 0.6.4claws31
3372 * sync with sylpheed 0.6.4cvs18
3373 see ChangeLog entries 2001-10-30 to 2001-11-07
3374 prefs_templates.[ch] renamed prefs_template.[ch]
3379 add semicolon Hoa forgot ;-)
3382 2001-11-06 [hoa] 0.6.4claws30
3388 threading by subject - empty subject are ignored
3390 2001-11-06 [christoph] 0.6.4claws29
3393 use SSL_peek for sock_gets
3395 removed unneeded pointer in extracting quoted
3396 names implementation
3398 2001-11-06 [melvin] 0.6.4claws28
3401 fixed bug #476792 Selection overtyping with spell checker
3402 fixed bug which could cause a buffer overflow
3405 2001-11-06 [hoa] 0.6.4claws27
3409 threading by subject
3411 2001-11-05 [alfons] 0.6.4claws26
3414 Claws -> Sylpheed (vice versa)
3417 :%s/gtk_text/gtk_stext/g
3418 :%s/GTK_TEXT/GTK_STEXT/g
3419 (thanks to Jonathan Ware for spotting this)
3421 2001-11-04 [christoph] 0.6.4claws25
3424 replace Xalloca + strdup with Xstrdup_a
3426 better implementation of extracting quoted names
3427 from addresses (remove backlashes and ignore
3430 2001-11-04 [alfons] 0.6.4claws24
3433 edit to comply more with coding style
3436 fix bug reported by Kim Schulz. introduced by the patch integrated
3437 in 0.6.4claws15. the code did not check the return value of
3441 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
3443 2001-11-04 [christoph] 0.6.4claws23
3446 * src/prefs_common.[ch]
3447 init some pointers that possibly caused a segfault
3448 reported in the claws-users ML
3450 2001-11-04 [hoa] 0.6.4claws22
3452 * src/grouplistdialog.c
3453 change the names of the nodes in the tree
3456 enhanced mailto syntax as described in
3457 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
3458 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
3461 encode and decode URI (useful when opening URL into
3464 2001-11-03 [hoa] 0.6.4claws21
3466 * src/grouplistdialog.c
3467 a new newsgroups list selection dialog box
3468 with a CTree instead of a CList
3470 2001-11-03 [hoa] 0.6.4claws20
3473 enable property and scoring options when right
3477 fixed bug when nickname were displayed using
3480 2001-11-02 [darko] 0.6.4claws19
3483 new wrap quotation and URL/long words wrapping implementation
3484 * src/compose.c src/gtkstext.[ch]
3485 move gtkstext_strncmp() to gtkstext.c
3487 2001-11-01 [christoph] 0.6.4claws18
3489 * src/prefs_account.c
3490 fixed mess in account settings dialog
3491 * src/prefs_folder_item.c
3492 added label with folder path to dialog
3494 2001-10-31 [match] 0.6.4claws17
3499 fix generation of spurious address book file names.
3500 remove redundant functions.
3502 added missing file names.
3504 2001-10-30 [paul] 0.6.4claws16
3506 * sync with sylpheed 0.6.4cvs6
3507 see ChangeLog entries 2001-10-26 to 2001-10-30
3509 * tools/filter_conv.pl
3510 read folderlist.xml to discover whether the top-level
3511 folder is called 'Mailbox' or 'Mail'
3513 2001-10-29 [paul] 0.6.4claws15
3515 * src/html.c, src/textview.c
3516 activate links in html mail and fix clickable parts
3517 Submitted by Matthieu Dazy <dazy@t-surf.com>
3521 * po/de.po, po/es.po, po/pt_BR/po
3522 updated translations, submitted by Jens Oberender,
3523 Ricardo Mones Lastra, and Fabio Junior Beneditto
3525 2001-10-29 [darko] 0.6.4claws14
3528 fix wrapping for good
3533 undo previous change as it broke the smart wrapping
3535 2001-10-29 [darko] 0.6.4claws13
3538 fix infinite loop when long URL is quoted
3539 (closes bug #475122.
3543 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
3544 import Mutt address book
3545 * src/ldif.[ch] src/importldif.h
3546 modified import LDIF handle user attributes
3548 2001-10-28 [christoph] 0.6.4claws12
3551 fixed that filtering did not work if there
3552 were no filter rules
3553 (closes bug #472003 and better implementation
3556 2001-10-27 [christoph] 0.6.4claws11
3559 make the folder's default account to be used when
3560 replying. (patch by wwp <subscript@free.fr>)
3562 code cleanup, nearly killed all of wwp's patch
3563 for folder's default account in compose
3565 error panel when a folder could not be created
3566 (closes bug #471080 new folder name & already
3572 change prototype of strstr2() that Christoph forgot about
3574 2001-10-26 [christoph] 0.6.4claws10
3577 made search for accounts by email address not case
3580 fixed memory leak in folder_item_get_identifier
3583 fixed wrong strstr2 (should work like strstr)
3585 2001-10-26 [darko] 0.6.4claws9
3587 * src/compose.c src/gtkstext.[ch]
3589 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
3591 2001-10-26 [paul] 0.6.4claws8
3594 ignore css and javascript tags in html mail
3595 case-insensitive, with or without double-quoted
3598 2001-10-26 [paul] 0.6.4claws7
3600 * sync with sylpheed 0.6.4cvs1
3601 see ChangeLog entry 2001-10-26
3603 * src/prefs_account.c, src/prefs_common.c,
3604 src/prefs_summary_column.c
3605 minor improvements to the English
3607 2001-10-25 [alfons] 0.6.4claws6
3611 make GtkSText follow style of GtkText (closes bug
3612 #469211 "text selection while writing message")
3614 do sync with GTK 1.2.10
3616 2001-10-25 [paul] 0.6.4claws5
3619 ignore css tags in html mail
3621 2001-10-25 [darko] 0.6.4claws4
3624 don't declare is_url_string as static function since
3625 we need it in gtkstext.c
3627 remove unused variable
3628 don't wrap long URLs while composing a message
3630 2001-10-24 [christoph] 0.6.4claws3
3633 fix ssl deadlock, when peer closes connection
3635 2001-10-24 [paul] 0.6.4claws2
3637 * src/prefs_common.c
3638 gettextize the gpg ascii-armored warning message
3641 insert a DOS/MAC file into the composed message
3644 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
3646 2001-10-22 [paul] 0.6.4claws1
3648 * sync with sylpheed 0.6.4 release
3649 see ChangeLog entries 2001-10-21
3651 * po/fr.po, po/pt_BR.po
3652 updated by Melvin Hadasht and Fabio Junior Beneditto
3654 2001-10-21 [paul] 0.6.3claws30
3657 insert a DOS text file from the compose window
3658 into the composed message text (removes CRs characters)
3659 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
3661 * tools/filter_conv.pl, tools/README
3662 automatically use ~/.sylpheed as working directory
3663 print out confirmation message on completion
3665 * correct Hoa's last ChangeLog.claws entry
3667 2001-10-20 [hoa] 0.6.3claws29
3669 * src/grouplistdialog.c
3670 bugfix (another ?) to give the right
3671 newsgroups list for each news server.
3675 improve the newsgroups list cache
3677 2001-10-20 [paul] 0.6.3claws28
3679 * sync with sylpheed 0.6.3cvs9
3680 see ChangeLog entry 2001-10-19
3682 * correct Alfons' last ChangeLog.claws entry
3687 fix compilation problems (part of bug #472895)
3689 2001-10-18 [hoa] 0.6.3claws27
3691 * src/grouplistdialog.c
3692 bugfix when we refresh was clicked (bug 472701)
3694 2001-10-19 [christoph] 0.6.3claws26
3697 last header entry should default to "To:" or
3698 "Newsgroups:" and not copy the last entry line
3699 in a new compose window
3700 (closes bug #472686, #470792)
3702 2001-10-19 [paul] 0.6.3claws25
3704 * sync with Sylpheed 0.6.3cvs8
3705 see ChangeLog entries 2001-10-18 and 2001-10-19
3707 2001-10-18 [christoph] 0.6.3claws24
3710 reimplement ignore thread
3712 2001-10-18 [hoa] 0.6.3claws23
3715 * src/grouplistdialog.[ch]
3716 enhanced news subscription interface (feature 469113)
3720 enchanced newsgroup listing,
3721 now, we can get groups informations
3724 2001-10-18 [paul] 0.6.3claws22
3727 remove comment (sync with main branch)
3729 fix 'Re-edit' bug in 'Message' menu
3731 2001-10-17 [christoph] 0.6.3claws21
3734 ignore empty or whitespace only header lines
3736 2001-10-17 [paul] 0.6.3claws20
3738 * sync with sylpheed 0.6.3cvs7
3739 see ChangeLog entries 2001-10-14, 2001-10-16, and
3745 wrap long lines without spaces
3750 * po/es.po, po/nl.po, po/pt_BR.po
3751 updated by Ricardo Mones Lastra, Alfons,
3752 and Fabio Junior Beneditto
3754 * sylpheed-0.6.3claws released
3756 2001-10-15 [melvin] 0.6.3claws18
3759 added summary and detailed installation instructions
3762 Updated, corrected and completed french translation
3764 2001-10-15 [hoa] 0.6.3claws17
3765 * src/grouplistdialog.c
3766 we can choose the newsgroups to display with wildcards
3768 2001-10-15 [christoph] 0.6.3claws16
3772 * src/prefs_folder_item.[ch]
3773 applied wwp <subscript@free.fr>'s folder
3774 default account patch
3776 Fixed wrong translation
3778 2001-10-13 [alfons, christoph, melvin]
3781 solution #2 to solve MT-safety problems defers all GUI related calls
3782 to the main thread using a gtk_idle_add() callback. discussed on
3783 ircnet #sylpheed, with christoph spotting some issues with the
3784 original code, and melvin allowing us to lobotomize his sylpheed.
3786 * src/syldap.[ch], src/main.c
3787 fix race problem in ldap search thread by deferring GUI
3788 stuff to main thread using gtk_idle_add()
3790 2001-10-13 [paul] 0.6.3claws14
3792 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
3793 add Sergey's smtpcred.patch
3794 adds separate username/password setting for SMTP Auth
3795 needed by some servers
3796 (closes feature request #471659)
3798 2001-10-13 [paul] 0.6.3claws13
3800 * src/pgptext.[ch] **NEW FILES**
3801 * src/Makefile.am, src/messageview.c, src/mimeview.c
3802 decrypt ascii-armored gpg text embedded in
3804 Submitted by Jens Jahnke <jan0sch@gmx.net>
3806 2001-10-13 [christoph] 0.6.3claws12
3809 some more details on default to and
3812 init glib threading when ldap is used
3818 2001-10-12 [paul] 0.6.3claws11
3820 * src/prefs_common.[ch], src/rfc2015.c
3821 enable ascii-armored gpg text to be embedded in the
3822 message body, selectable through the 'Privacy'
3823 preferences. Supports encrypting only.
3824 Submitted by Ravemax <ravemax@dextrose.com>
3826 2001-10-12 [paul] 0.6.3claws10
3828 * sync with sylpheed 0.6.3cvs6
3829 see ChangeLog entries 2001-10-11 and 2001-11-12
3832 incorporated mbox folders, scoring, and folder
3833 properties into the sync
3835 2001-10-12 [darko] 0.6.3claws9
3838 describe quotation wrapping
3840 don't treat tab as space to calculate line length properly
3845 correct description of how to make new filtering system work,
3846 add some other things
3849 remove sched_yield() (not necessary / unportable)
3851 2001-10-11 [paul] 0.6.3claws8
3853 * sync with sylpheed 0.6.3cvs3
3854 see ChangeLog entry 2001-10-10
3856 2001-10-10 [christoph] 0.6.3claws7
3859 ignore 2 files created by newer autotools
3860 * src/prefs_folder_item.c
3861 using table for widget alignment
3862 fixed memory leak and broken octal display
3864 fixed segfault caused by lost filename
3865 workaround (closes bug #469551)
3867 2001-10-10 [paul] 0.6.3claws6
3869 * sync with sylpheed 0.6.3cvs2
3870 see ChangeLog entries 2001-10-09 and 2001-10-10
3872 2001-10-10 [darko] 0.6.3.claws5
3875 proper calculation of right margin if smart wrapping is enabled
3877 automatically wrap long lines if wrap quotation is enabled
3879 2001-10-09 [alfons] 0.6.3.claws4
3882 select correct row when deleting last row in the summary view (and
3883 close bug "[ #469104 ] select second last in list when deleting")
3885 2001-10-09 [paul] 0.6.3claws3
3887 * sync with sylpheed 0.6.3cvs1
3888 updated some autotool scripts
3890 2001-10-09 [darko] 0.6.3claws2
3893 new name and mark with Sylpheed comment
3895 smart quotation wrapping a-la VIM
3897 2001-10-08 [paul] 0.6.3claws1
3899 * sync with sylpheed 0.6.3 release
3900 see ChangeLog entry 2001-10-08
3902 2001-10-08 [paul] 0.6.2claws24
3905 more sync with sylpheed 0.6.2cvs12
3906 Fixed the bug that didn't select the last row correctly
3909 2001-10-07 [paul] 0.6.2claws23
3911 * sync with sylpheed 0.6.2cvs12
3912 see ChangeLog entry 2001-10-07
3916 enable jpilot to read unsynch'ed addresses.
3918 * src/editldap_basedn.c
3919 fix segfault when opening dialog.
3921 2001-10-06 [alfons] 0.6.2.claws22
3924 fix bug with summary view selecting last *inserted*
3925 node instead of last *visible* node. remember we
3928 2001-10-06 [paul] 0.6.2claws21
3931 updated translation, contains some fixes and new
3932 translations, submitted by Gustavo Noronha Silva
3935 * src/prefs_common.c
3936 change 'each' to 'every' - fix dubious English
3938 * sync with sylpheed 0.6.2cvs11
3940 2001-10-05 [alfons] 0.6.2claws20
3942 * src/mainwindow.[ch], src/folderview.c
3943 make composite tool button switch between "Compose News"
3944 and "Compose Mail" depending on selected folder
3945 (nifty idea by Kim Schulz <kim@schulz.dk>)
3947 2001-10-05 [paul] 0.6.2claws19
3949 * src/mainwindow.c, src/summaryview.c
3950 fix 'Message/Reply to all', broken in last commit
3953 fix X_BEENTHERE seg fault, thanks to Alfons
3955 2001-10-04 [paul] 0.6.2claws18
3957 * src/compose.[ch], src/mainwindow.c
3958 make "Message/Reply" reply to mailing lists; matches
3959 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
3960 based on portions of the patch submitted by
3961 Junichi Uekawa <dancer@netfort.gr.jp>
3963 2001-10-04 [darko] 0.6.2claws17
3966 better smart wrapping
3968 a function to make text buffer contiguous
3970 2001-10-03 [paul] 0.6.2claws16
3972 * sync with sylpheed 0.6.2cvs10
3977 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
3978 close bug "[ #466566 ] compile error on mdk 8.0" by removing
3979 references to chinese translations (hope someone picks up
3982 2001-10-02 [christoph] 0.6.2claws15
3985 fixed non translated header bug
3987 fixed wrong date in alfons last entry ;)
3989 2001-10-02 [alfons] 0.6.2claws14
3991 * src/compose.c, src/prefs_common.[ch]
3992 add block cursor option
3994 2001-10-02 [paul] 0.6.2claws13
3996 * sync with sylpheed 0.6.2cvs9
3998 2001-09-30 [paul] 0.6.2claws12
4000 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
4001 updated translations
4004 add 'src/importldif.c'
4006 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
4007 added eudora-to-vCard conversion tool
4008 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
4010 * sync with sylpheed 0.6.2cvs8
4014 * sylpheed-0.6.2claws released
4016 2001-09-27 [melvin] 0.6.2claws11
4019 fixed crash when using default path (introduced
4021 fixed tiny bug for initial suggestion mode
4023 2001-09-27 [melvin] 0.6.2claws10
4026 fixed bug where gtkpspell didn't set the path correctly
4029 added a paragraph about spell checking
4033 2001-09-27 [paul] 0.6.2claws9
4035 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
4036 replace '// comments' with '/* comments */' to prevent
4037 some compiler warnings
4039 * sync with sylpheed 0.6.2cvs6
4041 2001-09-26 [alfons] 0.6.2claws8
4044 introduce return receipt request notification again,
4045 which was lost because of other semantics in
4046 procheader_parse() (???)
4048 2001-09-26 [christoph] 0.6.2claws7
4051 replace comments for old code with #if 0
4052 readded auto cc, bcc and reply-to
4053 * src/prefs_matcher.c
4054 * src/prefs_scoring.c
4055 removed some definition (was moved to
4058 2001-09-26 [paul] 0.6.2claws6
4061 make 'Follow-up and reply to' sensitive
4063 * more sync with sylpheed 0.6.2cvs5
4070 fixed bug for "US-ASCII" introduced by the encoding code
4076 * src/prefs_common.[ch], src/summaryview.c
4077 'next unread msg' 'go to next folder?' dialog can be
4078 given default behaviour, either always show dialog,
4079 or assume 'yes', or assume 'no'
4080 Submitted by wwp <subscript@free.fr>
4084 * src/compose.c src/gtkspell.[ch]
4085 added support for different encodings
4089 * more sync with sylpheed 0.6.2cvs5
4093 * src/prefs_folder_item.c
4094 add check for item->prefs->default_to string is NULL and
4095 add another check when freeing this string
4100 change to version 0.6.2claws3
4102 * sync with sylpheed 0.6.2cvs5
4105 * src/ldif.[ch], src/importldif.[ch], addressbook.c
4107 * src/addrcache.[ch], addrindex.[ch]
4108 small update for future
4114 added 'Learn from mistakes' option
4115 better handling of quotes in checked words
4118 small update for spell checking stuff
4123 edit a little bit so it complies more with main coding style
4127 * src/folder.[ch], prefs_folder_item.c, compose.c
4128 migrate "request return receipt" folder property
4133 * README.claws **NEW**
4134 (add things of interest for users of main branch
4137 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
4138 re-implement threading per folder option, but store
4139 the setting in folderlist.xml (where it belongs)
4144 fixed bug when compose window is under another window
4145 * src/prefs_common.[ch] src/compose.c
4146 changed 'dictionary_path' to 'dictionary' to be consistent
4147 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
4148 * ac/pspell.m4 src/Makefile.am
4149 dropped PSPELL_PATH macro
4151 updated translations
4153 2001-09-21 [christoph]
4156 added border around header fields
4157 keep header type when new field is added
4159 2001-09-20 [christoph]
4162 more portable debug_print with source filename
4165 more newlines after debug messages
4170 change to version 0.6.2claws2
4172 * sync with sylpheed 0.6.2cvs3
4177 fixed the post-right-click focus pb
4178 fixed crash when 'Spell check all' after dict change
4179 and when cursor is at the end of the text
4180 shift-right-click pops up config menu even on misspelled words.
4187 added pspell to compiled-in features list
4191 * switched to pspell and dropped ispell
4193 new file. autoconf macro for pspell
4195 * configure.in acconfig.h
4196 added pspell support
4198 * src/main.c src/compose.[ch] src/gtkspell.[ch]
4199 * src/prefs_common.[ch]
4200 added pspell support
4202 2001-09-18 [christoph]
4206 replace LOG_MESSAGE with debug_print
4210 added newline after debug message
4212 using __VA_ARGS__ for debug_print macro
4214 ignore Makefile and Makefile.in
4219 change to version 0.6.2claws1
4220 * sync with sylpheed 0.6.2cvs1
4223 * src/prefs_matcher.c
4224 add 'score equal to' option, submitted by
4225 Paul Evans <nerd@freeuk.com>
4227 2001-09-15 [christoph]
4230 comment out menu entry not existing in claws
4232 add debug output for non existing menu entries
4234 fix next/prev unread message for ignored threads
4236 add sourcefile and line number to debug output
4237 otherwise it is sometimes hard to find the
4238 source code part if debug messages are translated
4243 refresh target folder style after colour is changed
4248 change to version 0.6.1claws3
4250 * sync with sylpheed 0.6.1cvs6
4255 fix target folder colourization to use user selected colour
4260 fix crash when message that is marked for copy/move is unmarked
4265 change to version 0.6.1claws2
4267 * sync with sylpheed 0.6.1cvs3
4272 fix bug with default font used for trash folder text
4276 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
4277 updated translations
4280 change to version 0.6.1claws1
4282 * sync with sylpheed 0.6.1cvs2
4287 add Match's new addressbook
4290 updated translation submitted by Jens Oberender
4295 change to 0.6.1claws
4296 * sync with sylpheed 0.6.1 release
4301 change to 0.6.0claws2
4303 * sync with sylpheed 0.6.0cvs4
4306 updated translation submitted by Fabio Junior Beneditto
4320 change to version 0.6.0claws1
4322 * sync with sylpheed 0.6.0cvs1
4325 updated translation submitted by Ricardo Mones Lastra
4328 add 'src/prefs_templates.c'
4330 * src/compose.c, src/summaryview.c
4331 fix segfault on 'Re_edit'
4335 * configure.in, Makefile.am
4337 add tools directory to source distribution
4342 change to version 0.6.0claws
4344 * sync with sylpheed 0.6.0 release
4346 2001-08-30 [christoph]