1 2002-01-14 [darko] 0.7.0claws
4 quotation wrapping is now also in the main branch
9 allow for Boolean Op and case-sensitivity
10 this file is included in the release and tagged
13 2002-01-13 [paul] 0.7.0claws
15 * release 0.7.0, with cvs tag 'rel_0_7_0'
19 * tools/filter_conv.pl
21 rewritten to output to matcherrc instead of filteringrc
24 updated Spanish translation by Ricardo Mones Lastra
29 update dutch translation
34 Updated by Fabio Junior Beneditto
36 2002-01-13 [melvin] 0.6.6claws53
39 Updated french translation
41 2002-01-12 [alfons] 0.6.6claws52
44 plug mem leak that has been sitting there for ages
46 2002-01-12 [alfons] 0.6.6claws51
49 undo melvin's changes from 0.6.6claws48 because summary
50 view now refuses to select first unread message when
53 2002-01-11 [alfons] 0.6.6claws50
56 use claws' semantics for getting folder item when
57 importing an mbox file into a folder
58 (submitted by Dale P. Smith)
60 2002-01-11 [christoph] 0.6.6claws49
63 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
64 toggle widget, because non static prefs can not use
67 toggle smtp auth password field sensitivity if
68 user id is empty and add descrition of usage for
70 * src/prefs_folder_item.c
71 use SET_TOGGLE_SENSITIVITY macro to instead of extra
74 2002-01-11 [melvin] 0.6.6claws48
77 fix the 'Ctrl-Enter' feature for sending and test really
78 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
79 editables which was not documented in Gtk)
82 Made summaryview refresh after sorting and not before.
84 2002-01-11 [christoph] 0.6.6claws47
87 select account from account ids if possible and
88 correctly set save folder for copy in reedit
90 2002-01-10 [paul] 0.6.6claws46
92 * sync with sylpheed 0.7.0 release
93 see ChangeLog entries 2002-01-07, 2002-01-08 and
99 remove more dirt traces...
104 clean up some traces of my debugging stuff
106 2002-01-09 [alfons] 0.6.6claws45
109 break up filteringprop_apply() in three separate pieces
110 so we can drop messages that failed processing in the
114 fix bug #469598 "no refresh of inbox after filter" which
115 was introduced by the new summary view locking, and which
116 prevented the summary view to update after a manual filter
117 message. claw's filter message requires a summary_show().
118 (aargh, summary_show() again! :-)
120 2002-01-07 [alfons] 0.6.6claws44
126 bring in Hiro's last 0.7.0 wm class fixes
129 bring in Ricardo's fix for sylprint script
133 * src/prefs_common.[ch]
134 * src/prefs_account.[ch]
136 clean up account preference poison in rfc2015,
137 and preparation to fix double sign bug
138 (patch submitted by Simon 'corecode' Schubert)
140 2002-01-07 [christoph] 0.6.6claws43
143 search for free message number, do not only rely
146 fix smtp auth and use extra account information
147 if available, if not use pop3 data instead
152 2002-01-06 [alfons] 0.6.6claws42
155 try making the separate windows work again...
157 2002-01-06 [alfons] 0.6.6claws41
160 adapt Hiro's separate window menu (to get rid of the funny
161 duplicate menu items), and make it work again
163 2002-01-06 [alfons] 0.6.6claws40
168 * tools/README.sylprint
169 add sylprint script for printing mails from Sylpheed
170 (contributed by Ricardo Mones Lastra)
175 2002-01-06 [melvin] 0.6.6claws39
179 Fixed crash introduced in 0.6.6claws38 by the menu
180 reorganisation (Hide read messages)
183 Fixed typo (we are now in 2002, alfons ;) )
185 2002-01-05 [alfons] 0.6.6claws38
187 * sync with sylpheed 0.6.6cvs10-17
188 (last stuff marked as LAST_STABLE)
190 2002-01-04 [melvin] 0.6.6claws37
193 Made account selection code use strcasestr again instead of
194 g_strcasecmp (fixes bug where reediting queued messages
195 did not select proper account reported by T. Link).
198 Fix bug where folder icons are not shown when 'hide read messages'
201 * src/stock_pixmaps.[ch]
202 Added folder icons for 'hide read messages'.
205 Fixed bug where 'Enter' in a header entry will send the message
206 if 'CTL-Enter' was chosen as a shorcut for sendind.
208 2002-01-03 [melvin] 0.6.6claws36
211 Added popup menu for common preferences and
212 account preferences (right click on tab displays
215 2002-01-02 [melvin] 0.6.6claws35
218 Made spelling code compatible with undo/redo feature.
219 Added creation of suggestion mode menu for the general
222 * src/prefs_common.[ch]
223 Added option menu for the speller's suggestion mode.
224 Added missing spaces in "..." buttons and made a "..."
225 button non translatable!
228 Made speller use the default suggestion mode.
229 Hack to make it possible to choose 'CTRL-Enter' as a
230 shortcut for sending (and only for sending).
232 * src/prefs_folder_item.c
233 Changing subject simplification does not update cache
234 anymore (because it is unnecessary).
235 Fixed bug where changing subject simplification updated the
236 summaryview even when the viewed folder is not the
237 folder which properties are being changed. (E.g.
238 viewing folder A and changing
239 the subject simplification of
240 folder B -not being viewed- updated the
241 summaryview of folder A with data of
242 folder B). (Hope this is clear... )
244 2001-12-31 [alfons] 0.6.6claws34
248 fgetc() returns a signed integer which doesn't
249 fit in a char. so c truncates this to a char
250 but we may lose significant bits. i.e. we may
251 comparing 0xFF which may not be equal to -1
252 unless properly casted to signed char which
253 we won't do because fgetc() returns a signed
254 integer which doesn't fit in a char. so c
255 truncates this to a char but we may lose
256 significat bits. (you got the idea, thanks
257 to Gustavo Noronha Silva <kov@debian.org>
258 and the Debian folks!)
260 2001-12-30 [alfons] 0.6.6claws33
263 add #ifdef USE_PSPELLs that Melvin forgot
265 2001-12-30 [melvin] 0.6.6claws32
267 * src/prefs_common.[ch]
268 Added configurable color for misspelled words.
271 Fixed bug of foreground text color (reported by David
273 Added configurable color for misspelled words.
275 2001-12-30 [alfons] 0.6.6claws31
278 remove unnecessary things someone put there
282 make folder properties (like threading and sorting) persistent
283 (closes bug #497424 "rescan folder tree resets proprieties")
284 currently this is only for MH folders.
286 2001-12-29 [melvin] 0.6.6claws30
288 * src/string_match.[ch]
289 Optimized a bit: regexp pattern buffer compiled only once, and
290 one subroutine call removed. Fixed ^ regexp search: Now,
291 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
294 Subject filtering changed to filter summary columns and
295 not directly the messages subject cache. The loss in
296 performance is balanced by the improvement of string_match.
297 Added an alert panel if there is an error in the regexp.
299 * src/src/prefs_folder_item.h
300 Added a regexp pattern buffer.
302 2001-12-28 [alfons] 0.6.6claws29
304 * src/string_match.[ch]
306 allow compilation *BSD
308 2001-12-27 [alfons] 0.6.6claws28
311 sync the Hiro's bug fix for BSD
313 2001-12-27 [melvin] 0.6.6claws27
316 Simplify focus to subject entry code.
318 2001-12-27 [darko] 0.6.6claws26
324 * src/procheader.[ch]
326 * src/stock_pixmap.[ch]
328 Show key icon for encrypted mails in summary view
330 * src/pixmaps/clip.xpm
331 * src/pixmaps/clipkey.xpm
332 * src/pixmaps/key.xpm
333 New/modified icons for the above
335 2001-12-27 [melvin] 0.6.6claws25
338 Put spell checker options in a separate tab to decrease
339 the Common Preferences window height.
342 Update spell checker usage instruction about its options
345 2001-12-27 [melvin] 0.6.6claws24
348 Changed subject entry widget position. Initial focus is
349 on the To header instead of the subject entry.
350 Creating a new header scrolls the header list to make the
351 created one visible. Nevertheless, when automatically filling
352 headers, the first one is shown.
353 A Tab key press in the last empty header entry zips the
354 focus to the subject entry.
355 (I did not change the combo boxes, yet)
357 2001-12-26 [alfons] 0.6.6claws23
359 * src/prefs_account.c
361 allow default inbox to reside in another mailbox (only
362 works for POP3 accounts)
364 2001-12-26 [alfons] 0.6.6claws22
367 make reply-on-click work with the account of the selected folder
369 put a fixme here to remind me to fix finding correct default
370 account for nested folders
372 2001-12-25 [alfons] 0.6.6claws21
375 make column headers display locked and mark pixmaps (idea by Melvin)
376 fix bug by adding score and locked column type to sort array
378 2001-12-25 [alfons] 0.6.6claws20
381 catch a *potentially* inadvertent write back of
382 the message cache(s) introduced by 0.6.5claws37
384 2001-12-25 [christoph] 0.6.6claws19
386 * src/stock_pixmap.[ch]
388 add ignore thread pixmap
389 (can someone draw a better icon for this?)
391 2001-12-24 [alfons] 0.6.6claws18
393 * src/prefs_folder_item.c
394 make address completion actually work for the
395 Default To address in the Folder Property dialog.
397 2001-12-24 [alfons] 0.6.6claws17
400 use new style regexp for subject stripping
401 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
403 2001-12-24 [darko] 0.6.6claws16
407 move GPG related informational messages to debug mode
409 2001-12-23 [alfons] 0.6.6claws15
411 * src/stock_pixmap.[ch]
413 add the forgotten Claws' locked pixmap
415 2001-12-23 [alfons] 0.6.6claws14
418 accept file name typed in entry in multi file
419 selector (patch submitted by Gustavo Noronha Silva
422 2001-12-23 [alfons] 0.6.6claws13
425 * src/prefs_filtering.c
428 clean up a little bit
431 validate input strings a little bit more
433 2001-12-23 [alfons] 0.6.6claws12
437 * src/string_match.[ch] ** NEW **
438 * src/folderview.[ch]
441 * src/prefs_folder_item.[ch]
442 add subject simplification to strip out strings from
443 a subject line (esp. handy for mailing lists).
444 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
445 but slightly changed things for better integration.)
447 2001-12-23 [alfons] 0.6.6claws11
450 fix bug introduced by submission included in 0.6.5claws52.
451 ideally this submission should clean the trash if any trash
452 folder has a message. however, the hasTrash variable was
453 set to false whenever a trash folder was empty (discarding
454 a previously found *filled* trash folder.)
456 also edited the code a little bit and made it more safe.
458 2001-12-22 [alfons] 0.6.6claws10
461 quick fix for Martin Pool's omission of an account
464 2001-12-22 [alfons] 0.6.6claws9
471 better support for multipart/digest (submitted
472 by Fredrik <e98fo@efd.lth.se>)
474 2001-12-22 [alfons] 0.6.6claws8
477 correct function signature
480 * src/prefs_account.[ch]
481 allow IMAP over SSH tunnel (patch submitted by
482 Martin Pool <mbp@samba.org>)
484 2001-12-21 [alfons] 0.6.6claws7
486 * sync with sylpheed 0.6.6cvs4-9
487 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
489 2001-12-21 [christoph] 0.6.6claws6
492 * src/prefs_folder_item.[ch]
493 implement saving of outgoing messages to current folder.
494 fix segfault when no default outbox is available
497 2001-12-21 [carsten] 0.6.6claws5
500 pressing CTRL while DND does now the expected thing and
501 copies the mail (moving is still the default, as this
502 seam more appropriate for handling mails by DND)
504 2001-12-18 [paul] 0.6.6claws4
506 * sync with sylpheed 0.6.6cvs3
507 see ChangeLog entries 2001-12-18
509 2001-12-18 [hiro] 0.6.6claws3
512 fix for multibyte characters (obtain the number of letters
515 2001-12-17 [paul] 0.6.6claws2
517 * sync with sylpheed 0.6.6cvs1
518 see ChangeLog entry 2001-12-16
520 2000-12-17 [alfons] 0.6.6claws1
525 2001-12-16 [paul] 0.6.6claws
528 * Release version 0.6.6claws, cvs tag: rel_0_6_6
531 last minute sync with main 0.6.6
534 updated by Ricardo Mones Lastra
535 update for last minute sync
538 update for last minute sync
540 updated by Jens Oberender
542 updated by Fabio Junior Beneditto
544 * src/prefs_common.[ch]
546 number of undo levels is user configurable
547 (squeeze it into the release in the dying
548 moments) Submitted by Jens Oberender
553 updated french translation
555 2001-12-15 [paul] 0.6.5claws92
557 * sync with sylpheed 0.6.5cvs28
558 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
561 update to allow for sync
566 update dutch translation
568 2001-12-14 [carsten] 0.6.5claws91
570 fixed bug #473785; also after changing the column order
571 the same message will be selected and displayed as before
574 2001-12-14 [carsten] 0.6.5claws90
576 probably found the bug reported by wwb opening or closing
577 a folder tree just before dnd (found the solution in the
578 balsa source -- thanks to them)
580 2001-12-14 [carsten] 0.6.5claws89
583 moved gtk_clist_moveto to the right place, so that
584 only the accounts dialog is effected on opening
586 2001-12-14 [carsten] 0.6.5claws88
588 gtkut_clist_set_focus_row does a gtk_clist_moveto
589 now, so that the focused row will be seen in any case
590 (reported by wwp on sf-claws-user)
592 2001-12-14 [darko] 0.6.5claws87
595 remove unnecessary line
597 2001-12-14 [paul] 0.6.5claws86
599 * sync with sylpheed 0.6.5cvs27
600 see ChangeLog entries 2001-12-14
602 2001-12-14 [carsten] 0.6.5claws85
604 following a suggestion of Melvin the rcoabm pops up
605 right under the button now and the button is reliefed
606 while the popup is open
608 2001-12-14 [darko] 0.6.5claws84
611 fix crash when wrapping long lines if linewrap quotation
612 is disabled and wrapper encounters a word spanning more
615 2001-12-13 [paul] 0.6.5claws83
618 prefer 'Reply-To' header over mailing list header when
619 replying to a message. Finally prevent all those confirmation
620 messages being sent to the list itself.
623 remove unused summary_set_menu_sensitive() entry
625 2001-12-13 [paul] 0.6.5claws82
628 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
629 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
630 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
631 improvements to 'Hide read messages': Inbox, Outbox,
632 Trash, Queue, and Draft icons now reveal presence of hidden
635 2001-12-12 [alfons] 0.6.5claws81
637 0.6.5claws80 was tagged as LAST_STABLE
641 * src/matcher_parser_lex.c
642 fix the filtering; my last attempt to get it right,
643 if it does not work, it's Hoa's turn. ;-)
645 for my honourable peers:
647 the code now makes a clear distinction between
648 rules as they are displayed (probably escaped),
649 and as they are executed (probably unescaped). the
650 parser does *NOT* do any unescaping, this is
651 the task of the matcher.c (which breaks up a
652 rule into condition) and the filtering.c (which
653 breaks up the rule's action). to make this
654 run happily we provide an unescaped copy of
655 crucial strings to the MatcherProp and
656 FilteringAction structures. note that the only
657 exception to this is any REGEXP string. those
658 are directly passed to regcomp() and regexp()
659 (who have much more powerful unescape functions).
663 you can escape tab (\t), carriage return (\r),
664 linefeed (\n), form feed (\f), quote (\"),
665 single quote (\'), bell (\b) in all the entry
666 lines in the scoring & filtering dialogs.
667 as an added bonus this should not affect
668 existing filtering rules.
670 2001-12-12 [carsten] 0.6.5claws80
674 "item(s) selected" is now sensitive to 1 or more
675 than one selected (nice for language where simple
676 adding of a "s" is not possible as German (Eintrag
679 the "forward as attachment" entry from the right
680 click menu removed, "forward" acts following the
684 reverted my former changes; so compiler warning again
685 but there's more GTK_TEXT/GTK_STEXT mixing on other places
689 "search in message" does now *not* only work in MVIEW_TEXT
690 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
694 removed "/File/_Close" as it was the same as "/File/E_xit"
695 and we don't need it two times
697 the separate folder view and message view now get a distinct
698 WMCLASS, just in case someone is using sawfish ;-)
700 as the menu entries "/View/Message view" and "/View/Folder tree"
701 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
702 make them sensitive accordingly and as these two are "shown"
703 after startup anytime check this menuitem at startup
705 2001-12-12 [paul] 0.6.5claws79
708 fix sensitivity of 'Search folder...', broken in
714 2001-12-11 [carsten] 0.6.5claws78
716 fixed two typos returning a wrong FALSE/TRUE
717 * src/mainwindow.[ch]
718 extra menu for email/news button removed
720 2001-12-11 [alfons] 0.6.5claws77
722 * src/matcher.c (1.3)
723 * src/matcher_parser_lex.l (1.28)
724 revert for another attempt
725 mark 0.6.5claws77 as LAST_STABLE
727 2001-12-11 [christoph] 0.6.5claws76
730 fixed wrong translation for prev. unread msg
732 2001-12-11 [paul] 0.6.5claws75
737 * src/summaryview.[ch]
738 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
739 enable ability to hide read messages on per folder basis via
740 '/Summary/Hide read messages'; when selected, a folder will
741 have a red open folder icon, instead of a blue icon, if the
742 folder contains hidden messges
743 submitted by Thomas Link <t.link.tmp200101.gmx.net>
746 remove '/Message/Forward as attachment' from
747 main_window_set_menu_sensitive() to prevent debug warning
751 Clean up some of the English
753 * tools/newscache_clean.pl
754 allow for new 'hidereadmsgs' entry in folderlist.xml
757 updated translation, submitted by Ricardo Mones Lastra
759 2001-12-11 [paul] 0.6.5claws74
761 * sync with sylpheed 0.6.5cvs25
762 see ChangeLog entry 2001-12-11
764 2001-12-10 [alfons] 0.6.5claws73
767 add more control characters
768 * src/matcher_parser_lex.l
769 make escaping / unescaping work again
771 2001-12-10 [alfons] 0.6.5claws72
774 clean up warnings "returning value for void function"
775 * src/prefs_filtering.c
776 make info button for execute action sensitive
778 2001-12-10 [paul] 0.6.5claws71
783 fix: imap server now gets informed of MARKED, UNMARKED
784 and REPLY events. Now people can use different IMAP-Mail
785 clients and have the exact same information about MARKED,
786 UNMARKED and REPLY status with all of them. Especially
787 useful for imap servers with a web-frontend.
788 submitted by Tobias Sandhaas <medlor@web.de>
790 2001-12-09 [melvin] 0.6.5claws70
793 fixed bug #490076 (hunted down by Alfons who implemented
794 a workaround in 0.6.5claws65)
796 2001-12-09 [christoph] 0.6.5claws69
799 set pointer to string in LOCKED column to NULL
800 (might fix bug #490800)
802 2001-12-09 [carsten] 0.6.5claws68
805 resolved some cluttered menu shortcuts
806 ('creating new email' and 'creating news message'
809 wmclass now distinc from main window
812 email/news and forward button functionality similar
813 to the reply buttons; removed the ugly dropdown arrows
814 and use instead the right mouse button
816 2001-12-09 [paul] 0.6.5claws67
820 allow spaces in imap folder names
821 submitted by Willem van Engen <wvengen@stack.nl>
823 2001-12-09 [paul] 0.6.5claws66
825 * sync with sylpheed 0.6.5cvs24
826 see ChangeLog entry 2001-12-09
828 2001-12-08 [alfons] 0.6.5claws65
831 prevent secondary selection claim after "add to sender" dialog
832 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
833 we trick GTK by simulating a click at (0, 0) in the textview.
835 2001-12-08 [hoa] 0.6.5claws64
838 fixed a bug about the .processing folder name while filtering
840 2001-12-08 [alfons] 0.6.5claws63
843 work around problem of not correctly updating folder stats
844 when deleting messages. there's some folder scanning evil
845 going so the folderview_update_msg_num() does not work
846 correctly. need to investigate this.
848 2001-12-08 [paul] 0.6.5claws62
850 * sync with sylpheed 0.6.5cvs23
851 see ChangeLog entry 2001-12-08
853 2001-12-07 [christoph] 0.6.5claws61
856 fix another header translation problem
858 2001-12-07 [alfons] 0.6.5claws60
861 make filtering also work on local spool mbox
863 2001-12-07 [carsten] 0.6.5claws59
865 addressbook window gets a wmclass distinct from the main
868 * src/mainwindow.[ch]
869 forward menu item will use mode selected in prefs, forward
870 as attatchment in menu removed (will be substituted in the
871 toolbar similar to reply buttons)
872 create news message menu entry and news button is now
873 sensitive to the existance of a news account
874 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
875 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
876 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
877 these are removed because the toolbar buttons don't show
878 the quoting modus any longer
882 * tools/newscache_clean.pl ** NEW FILE **
883 perl script to do some tidying up in the newscache directory
885 * tools/sylpheed-switcher ** NEW FILE **
886 perl script to enable easy switching between main and claws
889 added descriptions of the two new perl scripts
892 2001-12-07 [melvin] 0.6.5claws58
895 fixed a warning during compilation introduced in 0.6.5claws56
897 2001-12-07 [paul] 0.6.5claws57
899 * src/mainwindow.[ch]
901 further usability enhancements to replying with or without
902 quoting via the toolbar, use of Ctrl key is replaced by
904 Submitted by Carsten Schurig
906 2001-12-07 [melvin] 0.6.5claws56
909 hack to fix bug that prevented to make/paste selections
910 after switching between MVIEW_TEXT and MVIEW_MIME views
911 without deselecting the selection first.
913 2001-12-06 [alfons] 0.6.5claws55
917 revise filtering a little bit more, and make sure
918 messages are delivered to the appropriate inbox
919 (perhaps set per account)
921 2001-12-06 [paul] 0.6.5claws54
923 * sync with sylpheed 0.6.5cvs22
924 see ChangeLog entry 2001-12-06
926 2001-12-05 [alfons] 0.6.5claws53
932 more revisions of filtering system
933 (last stable version is marked as LAST_STABLE)
935 | NOTE 1): the filtering system now uses a local folder called
936 | .processing. if filtering fails, check this directory
937 | for missing messages.
939 | NOTE 2): help us find the filtering actions still missing
941 2001-12-05 [paul] 0.6.5claws52
944 fix bug where 'Empty Trash?' pop-up window appears even
945 when Trash is empty, submitted by Jesse Skinner
947 2001-12-05 [melvin] 0.6.5claws51
950 fixed bug #486106 to select correct account when reediting
953 2001-12-04 [alfons] 0.6.5claws50
956 declare markfile in appropriate functions when
957 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
960 2001-12-04 [paul] 0.6.5claws49
962 * sync with sylpheed 0.6.5cvs21
963 see ChangeLog entry 2001-12-04
965 2001-12-03 [christoph] 0.6.5claws48
968 changed translation of undo
971 don't reinvent the wheel to traverse a GNode
973 seperate code to create the compose gui into functions
974 add "Others" page with folder selection for saving copy
976 the folder identifier is saved to queue header
978 save message to folder in queue header
980 2001-12-03 [paul] 0.6.5claws47
982 * sync with sylpheed 0.6.5cvs20
983 see ChangeLog entry 2001-12-03
987 * more sync with sylpheed 0.6.5cvs19
988 see ChangeLog entry 2001-11-29
990 2001-11-30 [paul] 0.6.5claws46
993 remove conflicts introduced by Hoa's last commit
996 make 'Message/Bounce' sensitive
998 2001-11-30 [hoa] 0.6.5claws45
1001 slightly change bounce function to add
1002 information about the user that bounced the mail
1003 in the From header line.
1006 permit the use of processing in outbox folder.
1008 2001-11-29 [paul] 0.6.5claws44
1010 * src/mainwindow.[ch]
1011 * src/prefs_common.c
1012 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
1013 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
1014 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
1015 usability enhancements to the quoting, implements
1016 use of Ctrl key to toggle quoting settings
1017 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1019 2001-11-29 [paul] 0.6.5claws43
1021 * sync with sylpheed 0.6.5cvs19
1022 see ChangeLog entry 2001-11-28
1024 2001-11-29 [melvin] 0.6.5claws42
1026 added enriched.[ch] to the list of files
1032 added support to view text/enriched
1033 added support to show headers in message view for text/enriched and text/html
1034 in non multipart messages
1036 2001-11-28 [paul] 0.6.5claws41
1038 * more sync with sylpheed 0.6.5cvs18
1039 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1041 2001-11-27 [paul] 0.6.5claws40
1044 updated translation, submitted by Fabio Junior Beneditto
1046 * sync with sylpheed 0.6.5cvs18
1047 see ChangeLog entries 2001-11-26 (src/textview.c) and
1054 updated translation, submitted by Ricardo Mones Lastra
1059 add more translatable strings
1061 2001-11-26 [christoph] 0.6.5claws39
1064 fixed one more umlaut
1066 fix translated header when it should not be translated
1068 2001-11-26 [paul] 0.6.5claws38
1071 remove '/Message/Add Sender to address book' from
1072 main_window_set_menu_sensitive(), prevent debug warning
1073 add 'Message/Mark/Mark all read' to mainwin_entries[]
1075 2001-11-26 [paul] 0.6.5claws37
1078 fix 'recurring unread state' bug
1081 * tools/filter_conv.pl
1082 read name of top level mailbox from folderlist.xml
1083 and presume nothing about its name
1085 2001-11-26 [darko] 0.6.5claws36
1088 removed functions that are now in gtkutils.c
1089 use gtkut_text_is_uri_string() from gtkutils.c
1090 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1092 2001-11-26 [paul] 0.6.5claws35
1094 * sync with sylpheed 0.6.5cvs16
1095 see ChangeLog entries 2001-11-25 and 2001-11-26
1097 2001-11-25 [alfons] 0.6.5claws34
1099 EXPERIMENTAL!!! Please checkout the last stable version using:
1101 % cvs update -r LAST_STABLE -dRAP
1103 (Or help us testing this stuff.)
1105 * src/filtering.c (1.14)
1106 * src/filtering.h (1.6)
1108 * src/matcher.c (1.20)
1110 * src/procmsg.h (1.14)
1111 * src/summaryview.c (1.59)
1112 * src/summaryview.h (dunno)
1113 revert/merge/sync to as it was before commit
1114 on Thu, 19 Jul 2001 10:15:51 -0700.
1116 2001-11-25 [hoa] 0.6.5claws33
1119 processing mails at startup
1122 * src/summaryview.[ch]
1123 processing mails when entering folder
1125 * src/prefs_filtering.c
1128 2001-11-24 [alfons] 0.6.5claws32
1130 * src/summaryview.[ch]
1131 make summary sort headers work, and also make
1132 sure the sort type is stored
1134 2001-11-23 [alfons] 0.6.5claws31
1136 * src/summaryview.[ch]
1137 make lock work like mark
1138 disallow deleting messages marked as locked
1140 2001-11-23 [alfons] 0.6.5claws30
1146 merge undo patch submitted by Jens
1148 2001-11-23 [christoph] 0.6.5claws29
1153 fixed gpg signing and encoding
1156 added --status option to get new, unread and total
1157 message count from a running sylpheed
1158 * src/prefs_common.c
1159 temporary fix for reply_with_quote problem
1160 (don't call functions for non existing widget)
1162 one more check for ignored threads but still not
1163 always working correctly. probably a recursive
1164 check for all parents is needed
1166 2001-11-23 [darko] 0.6.5claws28
1169 wrapping on send improvements
1171 fix for GtkSText after last sync with main branch
1172 GTK_TEXT -> GTK_STEXT
1174 2001-11-23 [paul] 0.6.5claws27
1176 * sync with sylpheed 0.6.5cvs14
1177 see ChangeLog entries 2001-11-22 and 2001-11-23
1180 fixed the scrambled umlauts
1181 submitted by Carsten Schurig <Carsten.Schurig@web.de>
1183 2001-11-21 [paul] 0.6.5claws26
1185 * sync with sylpheed 0.6.5cvs12
1186 see 2nd ChangeLog entry dated 2001-11-20
1188 2001-11-20 [paul] 0.6.5claws25
1190 * sync with sylpheed 0.6.5cvs11
1191 see ChangeLog entry 2001-11-19 (src/utils.c)
1196 GTK_TEXT -> GTK_STEXT
1197 fix for wrong comment
1199 2001-11-20 [hiro] 0.6.5claws24
1202 more merges from main branch
1203 removed fatal warnings (uninitialized variables etc.)
1204 some coding style fix
1211 2001-11-19 [hoa] 0.6.5claws23
1214 * src/prefs_scoring.c
1219 * src/matcher_parser_parse.y
1220 * src/prefs_filtering.c
1223 2001-11-19 [alfons] 0.6.5claws22
1225 more of my old things into claws
1228 * src/prefs_common.c
1230 * src/summaryview.[ch]
1231 * src/prefs_summary_column.c
1232 * src/pixmaps/locked.xpm
1233 add indicators for locking of message in summary view
1234 (does not work yet, only visual indicator)
1236 2001-11-19 [paul] 0.6.5claws21
1238 * sync with sylpheed 0.6.5cvs10
1239 see ChangeLog entry 2001-11-19
1241 2001-11-18 [alfons] 0.6.5claws20
1244 remove an inadvertent free I forgot in previous clean up
1246 2001-11-18 [alfons] 0.6.5claws19
1248 * src/filtering.[ch]
1249 clean up & plug leaks
1251 2001-11-18 [paul] 0.6.5claws18
1253 * sync with sylpheed 0.6.5cvs9
1254 see ChangeLog entries 2001-11-17 and 2001-11-18
1256 2001-11-16 [paul] 0.6.5claws17
1258 * sync with sylpheed 0.6.5cvs8
1259 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
1261 2001-11-16 [paul] 0.6.5claws16
1263 * sync with sylpheed 0.6.5cvs7
1264 see ChangeLog entries 2001-11-15 and 2001-11-16
1266 2001-11-15 [hoa] 0.6.5claws15
1269 fix bounce, mails we received couln't be bounced to ourself.
1272 * src/filtering.[ch]
1274 * src/matcher_parser.h
1275 * src/matcher_parser_lex.l
1276 * src/matcher_parser_parse.y
1280 * src/prefs_filtering.[ch]
1282 * src/prefs_matcher.c
1283 * src/prefs_scoring.c
1286 new matcher/filter/score configuration file parser
1287 one unique configuration file => ~/.sylpheed/matcherrc
1288 import in currently automatic, then save are made
1290 one filter per folder and one global filter
1291 (filter of a folder will be used as folder processing)
1294 fix a bug in folder_item_get_identifier
1297 receive receipt return are fixed.
1299 2001-11-14 [alfons] 0.6.5claws14
1302 add things from main branch to make claws compile
1304 2001-11-14 [paul] 0.6.5claws13
1306 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
1307 see ChangeLog entries 2001-11-08 to 2001-11-14
1309 2001-11-14 [hoa] 0.6.5claws12
1314 add "bounce mail" option
1316 2001-11-13 [christoph] 0.6.5claws11
1319 Cleanup a mess i add before commiting
1321 2001-11-13 [hoa] 0.6.5claws10
1324 some fixes when mail are sent or
1327 2001-11-13 [christoph] 0.6.5claws9
1330 Changed two string with the same translation
1334 New mailsending process:
1335 - Always queue message before sending
1336 (message will be saved if sylpheed crashed or
1337 freezes while sending)
1338 - Allow queuing of newspostings
1339 - No copy in outbox before sending
1340 (closes bug #469501)
1341 - No more redundant code for send and send_later
1343 Applied wwp <subscript@free.fr>'s patch that fixes
1344 marks for multiple forwarded messages (+compose.c)
1349 remove things that are now in main branch
1352 update Dutch translation
1354 2001-11-12 [mhadasht] 0.6.5.claws8
1356 * src/prefs_common.c
1357 re-enabled account autoselection feature for forward
1358 and reedit lost during the branch point for SYNC-B4-REL
1360 gtkpspell_get_dict(): more readable code (even if function is
1363 added version number info to 2001-11-12 [hiro] comment.
1365 2001-11-12 [hiro] 0.6.5.claws7
1368 compose_forward(): fixed a bug that forward quote mark
1370 removed unnecessary code.
1371 * src/template_select.[ch]: removed.
1376 :%s/GTK_TEXT/GTK_STEXT/g
1381 revert the undo stuff (this is 0.6.6claws stuff)
1383 2001-11-11 [hoa] 0.6.5.claws6
1386 Insert signature at the end of the text.
1387 Added undo patch but currently disabled
1390 Threading by subject improved.
1392 * added src/undo.[ch]
1393 Undo module for compose dialog box.
1395 2001-11-11 [alfons] 0.6.5.claws5
1398 prevent threading by subject on nodes that have already been
1399 threaded by in-reply-to (as in "circular references in a tree
1400 result in a dead branch")
1402 2001-11-09 [hoa] 0.6.5.claws4
1405 allows creation of mbox folder item from any files.
1407 2001-11-09 [alfons] 0.6.5.claws3
1411 do what I mean and correct threading by subject so it really
1412 ignores attracting lines without "Re: "
1414 2001-11-07 [alfons] 0.6.5.claws2
1418 only attract by subject if a subject line starts with a "Re: "
1422 2001-11-07 [paul] 0.6.5claws1
1424 * sync with sylpheed 0.6.5. release
1425 see ChangeLog entry 2001-11-07
1427 2001-11-07 [paul] 0.6.4claws31
1429 * sync with sylpheed 0.6.4cvs18
1430 see ChangeLog entries 2001-10-30 to 2001-11-07
1431 prefs_templates.[ch] renamed prefs_template.[ch]
1436 add semicolon Hoa forgot ;-)
1439 2001-11-06 [hoa] 0.6.4claws30
1445 threading by subject - empty subject are ignored
1447 2001-11-06 [christoph] 0.6.4claws29
1450 use SSL_peek for sock_gets
1452 removed unneeded pointer in extracting quoted
1453 names implementation
1455 2001-11-06 [melvin] 0.6.4claws28
1458 fixed bug #476792 Selection overtyping with spell checker
1459 fixed bug which could cause a buffer overflow
1462 2001-11-06 [hoa] 0.6.4claws27
1466 threading by subject
1468 2001-11-05 [alfons] 0.6.4claws26
1471 Claws -> Sylpheed (vice versa)
1474 :%s/gtk_text/gtk_stext/g
1475 :%s/GTK_TEXT/GTK_STEXT/g
1476 (thanks to Jonathan Ware for spotting this)
1478 2001-11-04 [christoph] 0.6.4claws25
1481 replace Xalloca + strdup with Xstrdup_a
1483 better implementation of extracting quoted names
1484 from addresses (remove backlashes and ignore
1487 2001-11-04 [alfons] 0.6.4claws24
1490 edit to comply more with coding style
1493 fix bug reported by Kim Schulz. introduced by the patch integrated
1494 in 0.6.4claws15. the code did not check the return value of
1498 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
1500 2001-11-04 [christoph] 0.6.4claws23
1503 * src/prefs_common.[ch]
1504 init some pointers that possibly caused a segfault
1505 reported in the claws-users ML
1507 2001-11-04 [hoa] 0.6.4claws22
1509 * src/grouplistdialog.c
1510 change the names of the nodes in the tree
1513 enhanced mailto syntax as described in
1514 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
1515 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
1518 encode and decode URI (useful when opening URL into
1521 2001-11-03 [hoa] 0.6.4claws21
1523 * src/grouplistdialog.c
1524 a new newsgroups list selection dialog box
1525 with a CTree instead of a CList
1527 2001-11-03 [hoa] 0.6.4claws20
1530 enable property and scoring options when right
1534 fixed bug when nickname were displayed using
1537 2001-11-02 [darko] 0.6.4claws19
1540 new wrap quotation and URL/long words wrapping implementation
1541 * src/compose.c src/gtkstext.[ch]
1542 move gtkstext_strncmp() to gtkstext.c
1544 2001-11-01 [christoph] 0.6.4claws18
1546 * src/prefs_account.c
1547 fixed mess in account settings dialog
1548 * src/prefs_folder_item.c
1549 added label with folder path to dialog
1551 2001-10-31 [match] 0.6.4claws17
1556 fix generation of spurious address book file names.
1557 remove redundant functions.
1559 added missing file names.
1561 2001-10-30 [paul] 0.6.4claws16
1563 * sync with sylpheed 0.6.4cvs6
1564 see ChangeLog entries 2001-10-26 to 2001-10-30
1566 * tools/filter_conv.pl
1567 read folderlist.xml to discover whether the top-level
1568 folder is called 'Mailbox' or 'Mail'
1570 2001-10-29 [paul] 0.6.4claws15
1572 * src/html.c, src/textview.c
1573 activate links in html mail and fix clickable parts
1574 Submitted by Matthieu Dazy <dazy@t-surf.com>
1578 * po/de.po, po/es.po, po/pt_BR/po
1579 updated translations, submitted by Jens Oberender,
1580 Ricardo Mones Lastra, and Fabio Junior Beneditto
1582 2001-10-29 [darko] 0.6.4claws14
1585 fix wrapping for good
1590 undo previous change as it broke the smart wrapping
1592 2001-10-29 [darko] 0.6.4claws13
1595 fix infinite loop when long URL is quoted
1596 (closes bug #475122.
1600 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
1601 import Mutt address book
1602 * src/ldif.[ch] src/importldif.h
1603 modified import LDIF handle user attributes
1605 2001-10-28 [christoph] 0.6.4claws12
1608 fixed that filtering did not work if there
1609 were no filter rules
1610 (closes bug #472003 and better implementation
1613 2001-10-27 [christoph] 0.6.4claws11
1616 make the folder's default account to be used when
1617 replying. (patch by wwp <subscript@free.fr>)
1619 code cleanup, nearly killed all of wwp's patch
1620 for folder's default account in compose
1622 error panel when a folder could not be created
1623 (closes bug #471080 new folder name & already
1629 change prototype of strstr2() that Christoph forgot about
1631 2001-10-26 [christoph] 0.6.4claws10
1634 made search for accounts by email address not case
1637 fixed memory leak in folder_item_get_identifier
1640 fixed wrong strstr2 (should work like strstr)
1642 2001-10-26 [darko] 0.6.4claws9
1644 * src/compose.c src/gtkstext.[ch]
1646 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
1648 2001-10-26 [paul] 0.6.4claws8
1651 ignore css and javascript tags in html mail
1652 case-insensitive, with or without double-quoted
1655 2001-10-26 [paul] 0.6.4claws7
1657 * sync with sylpheed 0.6.4cvs1
1658 see ChangeLog entry 2001-10-26
1660 * src/prefs_account.c, src/prefs_common.c,
1661 src/prefs_summary_column.c
1662 minor improvements to the English
1664 2001-10-25 [alfons] 0.6.4claws6
1668 make GtkSText follow style of GtkText (closes bug
1669 #469211 "text selection while writing message")
1671 do sync with GTK 1.2.10
1673 2001-10-25 [paul] 0.6.4claws5
1676 ignore css tags in html mail
1678 2001-10-25 [darko] 0.6.4claws4
1681 don't declare is_url_string as static function since
1682 we need it in gtkstext.c
1684 remove unused variable
1685 don't wrap long URLs while composing a message
1687 2001-10-24 [christoph] 0.6.4claws3
1690 fix ssl deadlock, when peer closes connection
1692 2001-10-24 [paul] 0.6.4claws2
1694 * src/prefs_common.c
1695 gettextize the gpg ascii-armored warning message
1698 insert a DOS/MAC file into the composed message
1701 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
1703 2001-10-22 [paul] 0.6.4claws1
1705 * sync with sylpheed 0.6.4 release
1706 see ChangeLog entries 2001-10-21
1708 * po/fr.po, po/pt_BR.po
1709 updated by Melvin Hadasht and Fabio Junior Beneditto
1711 2001-10-21 [paul] 0.6.3claws30
1714 insert a DOS text file from the compose window
1715 into the composed message text (removes CRs characters)
1716 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
1718 * tools/filter_conv.pl, tools/README
1719 automatically use ~/.sylpheed as working directory
1720 print out confirmation message on completion
1722 * correct Hoa's last ChangeLog.claws entry
1724 2001-10-20 [hoa] 0.6.3claws29
1726 * src/grouplistdialog.c
1727 bugfix (another ?) to give the right
1728 newsgroups list for each news server.
1732 improve the newsgroups list cache
1734 2001-10-20 [paul] 0.6.3claws28
1736 * sync with sylpheed 0.6.3cvs9
1737 see ChangeLog entry 2001-10-19
1739 * correct Alfons' last ChangeLog.claws entry
1744 fix compilation problems (part of bug #472895)
1746 2001-10-18 [hoa] 0.6.3claws27
1748 * src/grouplistdialog.c
1749 bugfix when we refresh was clicked (bug 472701)
1751 2001-10-19 [christoph] 0.6.3claws26
1754 last header entry should default to "To:" or
1755 "Newsgroups:" and not copy the last entry line
1756 in a new compose window
1757 (closes bug #472686, #470792)
1759 2001-10-19 [paul] 0.6.3claws25
1761 * sync with Sylpheed 0.6.3cvs8
1762 see ChangeLog entries 2001-10-18 and 2001-10-19
1764 2001-10-18 [christoph] 0.6.3claws24
1767 reimplement ignore thread
1769 2001-10-18 [hoa] 0.6.3claws23
1772 * src/grouplistdialog.[ch]
1773 enhanced news subscription interface (feature 469113)
1777 enchanced newsgroup listing,
1778 now, we can get groups informations
1781 2001-10-18 [paul] 0.6.3claws22
1784 remove comment (sync with main branch)
1786 fix 'Re-edit' bug in 'Message' menu
1788 2001-10-17 [christoph] 0.6.3claws21
1791 ignore empty or whitespace only header lines
1793 2001-10-17 [paul] 0.6.3claws20
1795 * sync with sylpheed 0.6.3cvs7
1796 see ChangeLog entries 2001-10-14, 2001-10-16, and
1802 wrap long lines without spaces
1807 * po/es.po, po/nl.po, po/pt_BR.po
1808 updated by Ricardo Mones Lastra, Alfons,
1809 and Fabio Junior Beneditto
1811 * sylpheed-0.6.3claws released
1813 2001-10-15 [melvin] 0.6.3claws18
1816 added summary and detailed installation instructions
1819 Updated, corrected and completed french translation
1821 2001-10-15 [hoa] 0.6.3claws17
1822 * src/grouplistdialog.c
1823 we can choose the newsgroups to display with wildcards
1825 2001-10-15 [christoph] 0.6.3claws16
1829 * src/prefs_folder_item.[ch]
1830 applied wwp <subscript@free.fr>'s folder
1831 default account patch
1833 Fixed wrong translation
1835 2001-10-13 [alfons, christoph, melvin]
1838 solution #2 to solve MT-safety problems defers all GUI related calls
1839 to the main thread using a gtk_idle_add() callback. discussed on
1840 ircnet #sylpheed, with christoph spotting some issues with the
1841 original code, and melvin allowing us to lobotomize his sylpheed.
1843 * src/syldap.[ch], src/main.c
1844 fix race problem in ldap search thread by deferring GUI
1845 stuff to main thread using gtk_idle_add()
1847 2001-10-13 [paul] 0.6.3claws14
1849 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
1850 add Sergey's smtpcred.patch
1851 adds separate username/password setting for SMTP Auth
1852 needed by some servers
1853 (closes feature request #471659)
1855 2001-10-13 [paul] 0.6.3claws13
1857 * src/pgptext.[ch] **NEW FILES**
1858 * src/Makefile.am, src/messageview.c, src/mimeview.c
1859 decrypt ascii-armored gpg text embedded in
1861 Submitted by Jens Jahnke <jan0sch@gmx.net>
1863 2001-10-13 [christoph] 0.6.3claws12
1866 some more details on default to and
1869 init glib threading when ldap is used
1875 2001-10-12 [paul] 0.6.3claws11
1877 * src/prefs_common.[ch], src/rfc2015.c
1878 enable ascii-armored gpg text to be embedded in the
1879 message body, selectable through the 'Privacy'
1880 preferences. Supports encrypting only.
1881 Submitted by Ravemax <ravemax@dextrose.com>
1883 2001-10-12 [paul] 0.6.3claws10
1885 * sync with sylpheed 0.6.3cvs6
1886 see ChangeLog entries 2001-10-11 and 2001-11-12
1889 incorporated mbox folders, scoring, and folder
1890 properties into the sync
1892 2001-10-12 [darko] 0.6.3claws9
1895 describe quotation wrapping
1897 don't treat tab as space to calculate line length properly
1902 correct description of how to make new filtering system work,
1903 add some other things
1906 remove sched_yield() (not necessary / unportable)
1908 2001-10-11 [paul] 0.6.3claws8
1910 * sync with sylpheed 0.6.3cvs3
1911 see ChangeLog entry 2001-10-10
1913 2001-10-10 [christoph] 0.6.3claws7
1916 ignore 2 files created by newer autotools
1917 * src/prefs_folder_item.c
1918 using table for widget alignment
1919 fixed memory leak and broken octal display
1921 fixed segfault caused by lost filename
1922 workaround (closes bug #469551)
1924 2001-10-10 [paul] 0.6.3claws6
1926 * sync with sylpheed 0.6.3cvs2
1927 see ChangeLog entries 2001-10-09 and 2001-10-10
1929 2001-10-10 [darko] 0.6.3.claws5
1932 proper calculation of right margin if smart wrapping is enabled
1934 automatically wrap long lines if wrap quotation is enabled
1936 2001-10-09 [alfons] 0.6.3.claws4
1939 select correct row when deleting last row in the summary view (and
1940 close bug "[ #469104 ] select second last in list when deleting")
1942 2001-10-09 [paul] 0.6.3claws3
1944 * sync with sylpheed 0.6.3cvs1
1945 updated some autotool scripts
1947 2001-10-09 [darko] 0.6.3claws2
1950 new name and mark with Sylpheed comment
1952 smart quotation wrapping a-la VIM
1954 2001-10-08 [paul] 0.6.3claws1
1956 * sync with sylpheed 0.6.3 release
1957 see ChangeLog entry 2001-10-08
1959 2001-10-08 [paul] 0.6.2claws24
1962 more sync with sylpheed 0.6.2cvs12
1963 Fixed the bug that didn't select the last row correctly
1966 2001-10-07 [paul] 0.6.2claws23
1968 * sync with sylpheed 0.6.2cvs12
1969 see ChangeLog entry 2001-10-07
1973 enable jpilot to read unsynch'ed addresses.
1975 * src/editldap_basedn.c
1976 fix segfault when opening dialog.
1978 2001-10-06 [alfons] 0.6.2.claws22
1981 fix bug with summary view selecting last *inserted*
1982 node instead of last *visible* node. remember we
1985 2001-10-06 [paul] 0.6.2claws21
1988 updated translation, contains some fixes and new
1989 translations, submitted by Gustavo Noronha Silva
1992 * src/prefs_common.c
1993 change 'each' to 'every' - fix dubious English
1995 * sync with sylpheed 0.6.2cvs11
1997 2001-10-05 [alfons] 0.6.2claws20
1999 * src/mainwindow.[ch], src/folderview.c
2000 make composite tool button switch between "Compose News"
2001 and "Compose Mail" depending on selected folder
2002 (nifty idea by Kim Schulz <kim@schulz.dk>)
2004 2001-10-05 [paul] 0.6.2claws19
2006 * src/mainwindow.c, src/summaryview.c
2007 fix 'Message/Reply to all', broken in last commit
2010 fix X_BEENTHERE seg fault, thanks to Alfons
2012 2001-10-04 [paul] 0.6.2claws18
2014 * src/compose.[ch], src/mainwindow.c
2015 make "Message/Reply" reply to mailing lists; matches
2016 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
2017 based on portions of the patch submitted by
2018 Junichi Uekawa <dancer@netfort.gr.jp>
2020 2001-10-04 [darko] 0.6.2claws17
2023 better smart wrapping
2025 a function to make text buffer contiguous
2027 2001-10-03 [paul] 0.6.2claws16
2029 * sync with sylpheed 0.6.2cvs10
2034 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2035 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2036 references to chinese translations (hope someone picks up
2039 2001-10-02 [christoph] 0.6.2claws15
2042 fixed non translated header bug
2044 fixed wrong date in alfons last entry ;)
2046 2001-10-02 [alfons] 0.6.2claws14
2048 * src/compose.c, src/prefs_common.[ch]
2049 add block cursor option
2051 2001-10-02 [paul] 0.6.2claws13
2053 * sync with sylpheed 0.6.2cvs9
2055 2001-09-30 [paul] 0.6.2claws12
2057 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2058 updated translations
2061 add 'src/importldif.c'
2063 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2064 added eudora-to-vCard conversion tool
2065 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2067 * sync with sylpheed 0.6.2cvs8
2071 * sylpheed-0.6.2claws released
2073 2001-09-27 [melvin] 0.6.2claws11
2076 fixed crash when using default path (introduced
2078 fixed tiny bug for initial suggestion mode
2080 2001-09-27 [melvin] 0.6.2claws10
2083 fixed bug where gtkpspell didn't set the path correctly
2086 added a paragraph about spell checking
2090 2001-09-27 [paul] 0.6.2claws9
2092 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2093 replace '// comments' with '/* comments */' to prevent
2094 some compiler warnings
2096 * sync with sylpheed 0.6.2cvs6
2098 2001-09-26 [alfons] 0.6.2claws8
2101 introduce return receipt request notification again,
2102 which was lost because of other semantics in
2103 procheader_parse() (???)
2105 2001-09-26 [christoph] 0.6.2claws7
2108 replace comments for old code with #if 0
2109 readded auto cc, bcc and reply-to
2110 * src/prefs_matcher.c
2111 * src/prefs_scoring.c
2112 removed some definition (was moved to
2115 2001-09-26 [paul] 0.6.2claws6
2118 make 'Follow-up and reply to' sensitive
2120 * more sync with sylpheed 0.6.2cvs5
2127 fixed bug for "US-ASCII" introduced by the encoding code
2133 * src/prefs_common.[ch], src/summaryview.c
2134 'next unread msg' 'go to next folder?' dialog can be
2135 given default behaviour, either always show dialog,
2136 or assume 'yes', or assume 'no'
2137 Submitted by wwp <subscript@free.fr>
2141 * src/compose.c src/gtkspell.[ch]
2142 added support for different encodings
2146 * more sync with sylpheed 0.6.2cvs5
2150 * src/prefs_folder_item.c
2151 add check for item->prefs->default_to string is NULL and
2152 add another check when freeing this string
2157 change to version 0.6.2claws3
2159 * sync with sylpheed 0.6.2cvs5
2162 * src/ldif.[ch], src/importldif.[ch], addressbook.c
2164 * src/addrcache.[ch], addrindex.[ch]
2165 small update for future
2171 added 'Learn from mistakes' option
2172 better handling of quotes in checked words
2175 small update for spell checking stuff
2180 edit a little bit so it complies more with main coding style
2184 * src/folder.[ch], prefs_folder_item.c, compose.c
2185 migrate "request return receipt" folder property
2190 * README.claws **NEW**
2191 (add things of interest for users of main branch
2194 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
2195 re-implement threading per folder option, but store
2196 the setting in folderlist.xml (where it belongs)
2201 fixed bug when compose window is under another window
2202 * src/prefs_common.[ch] src/compose.c
2203 changed 'dictionary_path' to 'dictionary' to be consistent
2204 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
2205 * ac/pspell.m4 src/Makefile.am
2206 dropped PSPELL_PATH macro
2208 updated translations
2210 2001-09-21 [christoph]
2213 added border around header fields
2214 keep header type when new field is added
2216 2001-09-20 [christoph]
2219 more portable debug_print with source filename
2222 more newlines after debug messages
2227 change to version 0.6.2claws2
2229 * sync with sylpheed 0.6.2cvs3
2234 fixed the post-right-click focus pb
2235 fixed crash when 'Spell check all' after dict change
2236 and when cursor is at the end of the text
2237 shift-right-click pops up config menu even on misspelled words.
2244 added pspell to compiled-in features list
2248 * switched to pspell and dropped ispell
2250 new file. autoconf macro for pspell
2252 * configure.in acconfig.h
2253 added pspell support
2255 * src/main.c src/compose.[ch] src/gtkspell.[ch]
2256 * src/prefs_common.[ch]
2257 added pspell support
2259 2001-09-18 [christoph]
2263 replace LOG_MESSAGE with debug_print
2267 added newline after debug message
2269 using __VA_ARGS__ for debug_print macro
2271 ignore Makefile and Makefile.in
2276 change to version 0.6.2claws1
2277 * sync with sylpheed 0.6.2cvs1
2280 * src/prefs_matcher.c
2281 add 'score equal to' option, submitted by
2282 Paul Evans <nerd@freeuk.com>
2284 2001-09-15 [christoph]
2287 comment out menu entry not existing in claws
2289 add debug output for non existing menu entries
2291 fix next/prev unread message for ignored threads
2293 add sourcefile and line number to debug output
2294 otherwise it is sometimes hard to find the
2295 source code part if debug messages are translated
2300 refresh target folder style after colour is changed
2305 change to version 0.6.1claws3
2307 * sync with sylpheed 0.6.1cvs6
2312 fix target folder colourization to use user selected colour
2317 fix crash when message that is marked for copy/move is unmarked
2322 change to version 0.6.1claws2
2324 * sync with sylpheed 0.6.1cvs3
2329 fix bug with default font used for trash folder text
2333 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2334 updated translations
2337 change to version 0.6.1claws1
2339 * sync with sylpheed 0.6.1cvs2
2344 add Match's new addressbook
2347 updated translation submitted by Jens Oberender
2352 change to 0.6.1claws
2353 * sync with sylpheed 0.6.1 release
2358 change to 0.6.0claws2
2360 * sync with sylpheed 0.6.0cvs4
2363 updated translation submitted by Fabio Junior Beneditto
2377 change to version 0.6.0claws1
2379 * sync with sylpheed 0.6.0cvs1
2382 updated translation submitted by Ricardo Mones Lastra
2385 add 'src/prefs_templates.c'
2387 * src/compose.c, src/summaryview.c
2388 fix segfault on 'Re_edit'
2392 * configure.in, Makefile.am
2394 add tools directory to source distribution
2399 change to version 0.6.0claws
2401 * sync with sylpheed 0.6.0 release
2403 2001-08-30 [christoph]
2406 removed autoconf version check
2410 * src/account.c, src/compose.c, src/prefs_common.[ch]
2411 * src/procheader.[ch] src/utils.[ch]
2412 Enhanced automatic account selection on replies
2413 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
2416 add LDAP and JPilot to the configuration results output.
2418 2001-08-29 [christoph]
2421 no bold font for ignored threads
2426 change to version 0.5.3claws6
2428 * sync with sylpheed 0.5.3cvs10
2429 src/stringtable.[ch]: New Files
2431 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
2432 * src/pixmaps/sylpheed.xpm
2433 add mini-icons to windows (by Alfons)
2438 new functions: next_labeled_cb(), prev_labeled_cb()
2441 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
2442 summary_select_next_labeled(), summary_select_prev_labeled()
2444 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
2445 give claws blue folders and a blue trash can
2450 change to version 0.5.3claws5
2452 * sync with sylpheed 0.5.3cvs9
2453 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
2455 2001-08-24 [christoph]
2458 keep filename when browsing directories
2459 (not working for user entered filename, but
2460 for default name and selected filename from
2463 fixed wrong spelling "Folllow-up"
2467 fixed new/unread message count with ignored
2468 threads (2 commits, first didn't notice no
2469 longer needed decreasing)
2471 readded scrolling of progress dialog
2477 change to 0.5.3claws4
2479 * sync with sylpheed 0.5.3cvs7
2481 2001-08-24 [christoph]
2484 set request return receipt when replying
2485 if it is set is the folder prefs of the
2488 disable final error popup if popups are
2489 disabled in config (again)
2494 Change version number to 0.5.3claws3
2496 * sync with sylpheed 0.5.3cvs5
2499 double quote '%s' in 'gedit %s' to fix bug when
2500 opening attachment with spaces in the name
2503 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
2504 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
2505 initial message templates support
2511 change version number to 0.5.3claws2
2513 * sync with sylpheed 0.5.3cvs4
2515 * src/procmsg.h src/summaryview.c
2516 re-implement (un)ignore thread
2521 remove unnecessary code
2523 enable 'dynamic' signatures (submitted by
2524 Eric Limpens <eric@hscg-internet.nl>)
2528 clean up after sync with sylpheed 0.5.3 release
2531 fix re-introduced font mess, see Christoph's
2536 use sylpheed's small font instead of
2537 gtk default font for summary view
2543 add pl to ALL_LINGUAS - sync with main branch
2545 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2546 Updated. Translations by Jens Oberender, Ricardo Mones
2547 Lastra, Alfons, and Fabio Junior Beneditto respectively.
2549 * po/pl.po ** NEW FILE **
2550 sync with the main branch
2553 fix target folder colorizing and refresh problem
2556 2001-08-17 [christoph]
2559 claws uses 4 colors for target folder coloring.
2560 arrays were not long enough and destroyed the
2561 stack causing a segfault.
2562 target folder colorizing does not work anymore
2568 change to version 0.5.3claws1
2570 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
2571 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
2572 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
2574 sync with sylpheed 0.5.3 release, but keep claws method of
2575 configuring/saving fonts
2577 * src/addressbook.[ch]
2578 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
2579 in line with a similar change in Hiroyuki's branch
2581 * src/mainwindow.[ch]
2582 disable main_window_set_thread_option()
2583 * src/prefs_folder_item.c
2584 comment out &tmps_prefs.enable_thread,
2585 * src/mbox_folder.c, src/procmsg.[ch]
2586 comment out MSG_IS_IGNORE_THREAD
2588 comment out summary_ignore_thread() and summary_unignore_thread()
2589 comment out MSG_IS_IGNORE_THREAD
2591 use Hiroyuki's threading instead.
2598 use Hiroyuki's 0.5.3 column scheme but also
2599 include the enable/disable button.
2600 * src/pixmaps/mark.xpm
2601 add Hiroyuki's amended pixmap
2603 2001-08-13 [christoph]
2606 receive at get all column showed wrong state for APOP
2607 button should only work for POP3 and APOP accounts
2608 * src/prefs_account.c
2609 added missing preprocessor statement for SSL
2614 add 'receive at get all' column and enable/disable
2617 2001-08-06 [christoph]
2620 show usage of SSL in protocol column
2626 * src/prefs_account.[ch]
2627 moved ssl options to a new page
2633 added support for SMTP STARTTLS command
2635 2001-08-05 [christoph]
2638 debian autoconf needs version check to find
2639 correct autoconf version. if the file is
2640 named configure.in 2.13 is used, which does
2641 not work with this configure.in script.
2642 other solution would be to rename the script
2643 to configure.ac as suggested in the autoconf
2647 disable final error popup if popups are
2652 fixes IMAP over SSL problem
2657 change to 0.5.2claws1
2659 * sync with sylpheed 0.5.2cvs1
2664 quick fix for ispell detection...
2669 change to 0.5.1claws4
2671 * sync with sylpheed 0.5.1cvs7
2675 * src/prefs_common.c, src/prefs_common.h,
2676 src/gtkspell.c, src/gtkspell.h
2677 add global spelling checker settings (compose tab) +
2678 selection of dictionary
2681 guess valid ispell location
2686 removal of 'src/quote_fmt_parse.c'
2689 (submitted by Jens Oberender <didge@suse.de>)
2694 * src/folderview.[ch]
2697 * src/prefs_common.[ch]
2699 target folder colourization
2703 more sync with Sylpheed 0.5.1cvs6
2708 * src/prefs_folder_item.[hc]
2710 shared folders support with a GUI
2716 * sync with Sylpheed 0.5.1cvs6
2722 (submitted by Fabio Junior Beneditto)
2728 patch to correct bad image mime headers
2729 (submitted by Don Quijote <dq@searchlores.org>)
2733 * tools/gif2xface.pl **NEW FILE**
2735 script to convert file.gif to file.xface for
2736 use in a custom header.
2737 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
2742 change macros for detecting JPilot and LDAP
2744 2001-07-27 [christoph]
2747 code cleanup (MIN / MAX warning, needed casting)
2752 disallow setting flags when detecting certain headers
2753 (X-Status, Status, Seen, X-Seen).
2755 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
2757 2001-07-27 [christoph]
2759 * src/prefs_filter.c
2760 * src/prefs_filtering.c
2761 * src/prefs_matcher.c
2762 * src/prefs_scoring.c
2763 scroll list when moving rows up or down
2767 * src/prefs_account.c
2768 * src/prefs_account.h
2770 SMTP over SSL (untested, feedback requested)
2778 * configure.in, acconfig.h
2779 define CLAWS (need this for main / claws detection)
2784 Sylpheed 0.5.1claws2
2786 * sync with Sylpheed 0.5.1cvs4
2788 2001-07-25 [christoph]
2792 item->prefs == NULL (don't know why)
2797 Sylpheed 0.5.1claws1
2799 * sync with Sylpheed 0.5.1cvs1-3
2801 2001-07-24 [christoph]
2804 * src/prefs_folder_item.[ch]
2805 added folderitem preferences dialog with
2806 default To: and auto request return receipt
2810 changes to handle new folderitem preferences
2814 call compose new mail with current folderitem
2818 Release Sylpheed 0.5.1claws
2821 change to release version 0.5.1claws
2823 2001-07-24 [christoph]
2826 fixed segfault that happend when the selected
2827 message was removed while retrieving new messages.
2831 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
2835 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
2836 this is a work in progress, for more information: http://nlpagan.net/sylman
2838 * configure.in, src/mainwindow.c, manual/Makefile.am
2839 add support for English manual
2842 add authors of user manuals
2844 * manual/en/sylpheed*.html
2845 add English documentation
2847 2001-07-22 [christoph]
2852 changed a wrong debug message
2857 update Dutch translation
2859 * src/prefs_filtering.c,
2861 add more translatable strings
2870 * src/inc.c, src/summaryview.[ch]
2871 prevent update of mark file when filtering has done, by
2872 using a variable; this affects two functions:
2873 inc.c::inc_finished()
2874 summaryview.c::summary_show()
2878 * src/filtering.[ch], src/prefs_filtering.c,
2880 add filtering action for label coloring
2885 * added src/labelcolors.c
2886 * added src/labelcolors.h
2887 * src/Makefile.am, src/summaryview.c
2888 rearrange label coloring code
2891 add more parentheses so label colouring works correctly
2894 don't really delete message, but move it to Trash
2896 * src/prefs_matcher.c
2897 add quote options to info dialog
2899 2001-07-20 [christoph]
2905 * src/ssl.[ch] (new)
2906 moved ssl stuff to a seperate file
2911 fix show sender using address book with no e-mail
2912 address in From: field
2916 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
2917 fix messy handling of escaping... now at least the
2918 execute command is useful. escape char is '\', we
2919 accept \n and \r too.
2923 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
2924 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
2933 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
2935 revise filtering; currently move, copy, marking have
2936 been tested. if you like bleeding edge stuff, you
2937 should definitely go for this version :)
2939 * mark old working stuff as VERSION_0_5_0_CLAWS5
2941 2001-07-17 [christoph]
2950 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
2951 bits in the mark file, without affecting either branch. Lots of
2952 files changed, also in claws branch.
2954 UNTESTED: use of mbox folders
2957 added mark all read; however this was a quick hack used for
2958 cleaning up mess after initial merge with Hiroyuki
2961 change claws version number back to 0.5.0claws5 to clear up
2962 confusion & pretension (recent release was technically
2963 0.5.0claws4, so we neatly align with Hiroyuki :-)
2967 sync with Hiroyuki's 0.5.0cvs4
2973 * src/filtering.[ch]
2974 remove invalid updating of mark files for
2975 filter actions MATCHING_ACTION_MOVE and
2976 MATCHING_ACTION_DELETE; this should fix the
2980 revert Christoph's stab at fixing the folder
2984 add missing files with translatable strings
2991 * src/addr_compl.[ch], src/prefs_filtering.c
2992 make "filtering pref dialog's destination entry" an
2993 "address completable entry", if filter destination is
2998 sync with Hiroyuki's 0.5.0cvs2-3
3000 2001-07-15 [christoph]
3003 fixed folder stats update after incorporation
3008 * finish label colouring stuff (for now)
3009 * fix incorrect colour bug (off by one)
3014 change text labels for news and mail message so there's
3015 plenty of toolbar estate left
3022 sync with Hiroyuki's 0.5.0cvs1
3025 more rewrite label colouring
3029 * src/summaryview.[ch]
3030 * start rewrite label colouring
3031 * fix proper location "Add Sender To Addressbook" menu item
3035 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3036 (actually this is 0.5.0claws4)
3041 * fix duplicate message
3042 * add updated Portugese / Brazilian translation
3043 submitted by Fabio Junior Beneditto
3051 add updated Dutch translation
3054 add updated German translation submitted by Jens
3058 Prerelease before 0.5.0claws. Please test.
3059 This version is temporarily tagged as VERSION_0_5_0_TEST
3061 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
3062 src/prefs_scoring.c, src/prefs_matcher.c,
3063 src/prefs_filtering.c, src/mbox.c,
3064 src/main.c, src/inc.c, src/filtering.[ch]
3065 revert new Hoa's new matcher (does not work yet)
3072 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3078 add ChangeLog.claws to EXTRA_DIST
3080 add matcher_parser_parse.h to EXTRA_DIST
3082 2001-07-10 [christoph]
3085 add destination folder to table of
3086 folders that need to be updated after
3093 make collapse state of folders and folder items persistent, i.e.
3094 if you collapse a folder tree, the next time sylpheed-claws starts
3095 up the folder tree remains collapsed.
3097 2001-07-10 [christoph]
3103 renamed MD5_CTX to MD5_CTX_syl
3104 conflicts with a struct in openssl
3107 * src/prefs_account.[ch]
3111 fixed compose with current account
3112 broken by new compose button stuff
3117 changed my email address
3119 * src/matcher_parser_parse.y
3120 clean the parser to remove conflicts
3128 fix incorrect description of --enable-ldap parameter
3130 * src/prefs_common.[ch]
3132 add experimental option "smart wrapping" which makes the
3133 compose editor auto wrap.
3135 | TODO: the problem with the buggy cursor handling is caused |
3136 | by the GtkText. when deleting / backspacing text its |
3137 | wrapping algorithm does not take in account the previous |
3138 | line. should find a way to hack this in. |
3139 | or should perhaps combine this with the word wrapping |
3140 | patch i wrote in january. |
3143 show build parameters for LDAP and JPilot
3146 revert Christoph's bugfix for selecting next unread message,
3147 because folder stats aren't updated correctly
3154 * src/matcher_parser_lex.l
3155 * src/matcher_parser_parse.y
3156 * src/prefs_filtering.c
3157 * src/prefs_scoring.c
3159 bugfix of the config file parser
3164 added generated matcher sources to BUILT_SOURCES
3170 added new config file parser
3173 * src/filtering.[ch]
3175 * src/prefs_filtering.c
3176 * src/prefs_matcher.c
3177 * src/prefs_scoring.c
3178 * added src/matcher_parser.h
3179 * added src/matcher_parser_lex.h
3180 * added src/matcher_parser_lex.l
3181 * added src/matcher_parser_parse.y
3182 lex & yacc config file parser
3187 changes prefs_filtering into global_filtering
3190 build threads with subjects only if "Re: " is at the
3191 beginning of the subject
3197 sync with sylpheed 0.5.0
3198 change of version number only
3204 sync with sylpheed 0.5.0pre5
3208 sync with sylpheed 0.5.0pre4 release
3209 /po and /manual/ja not sync'ed
3213 more sync with sylpheed 0.5.0pre4
3215 2001-07-03 [christoph]
3218 fixed address book broken by address book
3219 for VCard, JPilot, LDAP
3225 stopped memory leaks
3229 more sync with sylpheed 0.5.0pre4
3233 * included address book patch for VCard, JPilot, LDAP
3234 * pref_common.c - fixed Font options on Display tab (cosmetic)
3235 * alertpanel.c - fixed truncated message
3237 2001-07-02 [christoph]
3242 mark threads for ignoring
3248 * sync with sylpheed 0.5.0pre4
3249 updated gettext to 0.10.38.
3255 * src/summaryview.[ch]
3256 new right-click option: Label.
3257 substitute for 'Mark-->Mark/Unmark', colours the line.
3258 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
3260 2001-07-01 [christoph]
3263 fixed font for trash
3265 move ctree to unread message
3269 * sync with sylpheed 0.5.0pre3 release
3275 allow inserting / attaching multiple files in
3281 small change to Alfons' previous stuff so that it
3286 * lots of files changed; first attempt to merge the changes
3287 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
3292 updated and completed, translations by Fabio
3293 Junior Beneditto <fjbeneditto@yahoo.com.br>
3299 allow selecting an attached files' mime type from a
3304 * more sync with sylpheed 0.5.0pre3
3309 merge with sylpheed.pot and pt_BR.po provided by
3310 Fabio Junior Beneditto.
3315 make MIME types case insensitive
3320 merge with sylpheed.pot and old nl.po; translations added.
3324 * more sync with sylpheed 0.5.0pre3
3329 don't crash when removing parent node of messages
3330 attracted by subject. this was caused by not deleting
3331 the parent node from the subject line hash table.
3338 if there are multiple messages selected, allow forwarding
3339 them as attachments.
3343 * more sync with sylpheed 0.5.0pre3
3349 * sync with sylpheed 0.5.0pre3
3354 fixed 'compose news article' bug
3355 from icon-and-text toolbar
3359 * sync with sylpheed 0.5.0pre2 release
3361 2001-06-24 [christoph]
3363 * src/prefs_common.c
3364 bug fix in font selection
3366 use sylpheed's normal font instead of
3367 gtk default font for folders without
3372 * src/mainwindow.[ch]
3373 added composite compose mail / news button (an idea by Leandro
3374 Pereira <leandro@linuxmag.com.br>)
3378 Added instructions for ldif-to-xml.py
3386 * src/pixmaps/stock_news_compose.xpm
3387 added pixmap by Leandro
3388 * src/prefs_common.c
3389 tested built-in spelling checker of GCC 3.0 :)
3391 merged dutch translation of sylpheed-main with
3396 Added tools directory and files.
3398 * tools/filter_conv.pl
3399 converts old filter system to new filtering system
3400 * tools/ldif-to-xml.py
3401 converts netscape addressbook to sylpheed addressbook
3403 descriptions/instructions for above two files
3405 2001-06-23 [christoph]
3408 * src/manage_window.[ch]
3409 * src/prefs_common.[ch]
3410 mail retrieval dialog can be enabled, disabled
3411 or hidden if non of sylpheed's windows is active
3417 * sync with sylpheed 0.5.0pre2
3419 2001-06-21 [christoph]
3422 show recipient on 'from' for all accounts
3425 * src/prefs_common.[ch]
3426 disable error popup on mail receive errors
3431 made the ruler correctly appear and disappear.
3434 removed Hoa's work-in-progress-stuff (interesting!) so
3437 2001-06-20 [christoph]
3440 * src/progressdialog.c
3441 added scrolled window for list in progressdialog
3445 sync with sylpheed 0.5.0pre1 release
3447 2001-06-20 [christoph]
3450 make building threads by subject work when
3451 thread view is enabled
3454 * src/prefs_common.[ch]
3455 automatically select account for mail replys
3459 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
3460 they are filled in from the account settings.
3464 * more sync with sylpheed 0.5.0pre1
3470 added --sysconfdir to CPPFLAGS for pointing to the correct
3471 location of mime.types.
3473 NOTE: make sure you use --sysconfdir when running ./autogen.sh
3479 fixed some bug when building threads
3483 * src/prefs_account.c
3484 UI stuff: More changes to the English
3488 * src/pixmaps/stock_news_compose.xpm: new file
3492 Added new icon for Hoa's 'compose a news
3493 message', plus minor improvements to the
3499 more sync with sylpheed 0.5.0pre1
3505 Follow-up and reply to
3507 * src/summaryview.[ch]
3508 Build threads also with subjects
3513 forwarding use the current account.
3516 the "compose message" button has been replaced with
3517 "new mail" and "new news" buttons
3519 * src/prefs_common.[ch]
3520 added a configuration option to use the forward button
3521 as "forward as attachment"
3522 changed reply and forward format description
3524 * src/quote_fmt_lex.l
3525 * src/quote_fmt_parse.y
3526 added message with no signature in format for reply
3535 Improvements to the English
3537 * src/prefs_common.c
3538 Improvements to the English and some
3539 clarity/continuity improvements in the
3540 description of Quote symbols.
3546 * sync with sylpheed 0.5.0pre1
3551 Better interface for compose, displayed fields
3552 are updated whenever we change account.
3553 Newsgroups field is automatically filled.
3556 Newsgroups field is automatically filled.
3558 * src/prefs_account.c
3559 Some interface stuff when fields appear and
3566 * sync with sylpheed 0.4.99
3570 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
3571 base64_decoder_free, base64_decoder_decode): new object and
3572 functions for decoding base64 streams.
3573 * src/procmime.c (procmime_decode_content): modified to use the
3580 * sync with sylpheed 0.4.99cvs11
3586 * sync with sylpheed 0.4.99cvs9
3591 * src/prefs_account.c
3593 SMTP server can be defined in the news account
3594 mime type of attachment are kept.
3598 now choose the highest important score between default
3599 and important score of folder.
3603 * src/prefs_common.c:
3605 (prefs_quote_description_create): corrected description of
3606 quote format characters
3612 * sync with sylpheed 0.4.99cvs8
3616 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
3617 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
3623 * sync with sylpheed 0.4.99cvs7
3627 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
3628 clashes with autogenerated header).
3629 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
3630 * src/Makefile.am: added quote_fmt.h.
3631 * src/.cvsignore: added lex/yacc autogenerated files
3632 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
3638 * sync with sylpheed 0.4.99cvs6
3642 * added src/quote_fmt_parse.h
3647 don't modify readonly configuration files
3649 * src/prefs_account.c
3650 * src/prefs_common.c
3651 * src/prefs_customheader.c
3652 * src/prefs_display_header.c
3653 * src/prefs_filter.c
3654 * src/prefs_filtering.c
3655 * src/prefs_scoring.c
3656 don't open dialog box when configuration files
3661 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
3663 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
3664 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
3665 BUILT_SOURCES to make all files rebuild properly.
3667 * src/compose.c: removed #include "quote_fmt.tab.h".
3669 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
3670 CHARACTER value in yylval.
3672 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
3673 receive CHARACTER value by documented means (yylval).
3675 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
3680 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
3685 * src/prefs_filtering.c
3686 now keep the configuration for execute action
3693 * sync with sylpheed 0.4.99cvs5
3698 added quote_fmt.[ch]
3700 * added src/quote_fmt.y
3701 * added src/quote_fmt.l
3702 * added src/quote_fmt.tab.h
3703 * added src/quote_fmt.tab.c
3704 * added src/lex.quote_fmt.c
3705 parsing configuration for replying
3708 * src/prefs_common.[ch]
3709 added configuration UI for replying
3713 using configuration for replying
3721 * src/prefs_filtering.c
3722 * src/prefs_matcher.c
3723 * src/prefs_matcher.h
3724 action "run a command" for filtering
3725 and matching with a command.
3726 fixed the "whole message" matching
3729 changed temporary filename for security