5 rewritten to output to matcherrc instead of filteringrc
10 update dutch translation
15 Updated by Fabio Junior Beneditto
17 2002-01-13 [melvin] 0.6.6claws53
20 Updated french translation
22 2002-01-12 [alfons] 0.6.6claws52
25 plug mem leak that has been sitting there for ages
27 2002-01-12 [alfons] 0.6.6claws51
30 undo melvin's changes from 0.6.6claws48 because summary
31 view now refuses to select first unread message when
34 2002-01-11 [alfons] 0.6.6claws50
37 use claws' semantics for getting folder item when
38 importing an mbox file into a folder
39 (submitted by Dale P. Smith)
41 2002-01-11 [christoph] 0.6.6claws49
44 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
45 toggle widget, because non static prefs can not use
48 toggle smtp auth password field sensitivity if
49 user id is empty and add descrition of usage for
51 * src/prefs_folder_item.c
52 use SET_TOGGLE_SENSITIVITY macro to instead of extra
55 2002-01-11 [melvin] 0.6.6claws48
58 fix the 'Ctrl-Enter' feature for sending and test really
59 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
60 editables which was not documented in Gtk)
63 Made summaryview refresh after sorting and not before.
65 2002-01-11 [christoph] 0.6.6claws47
68 select account from account ids if possible and
69 correctly set save folder for copy in reedit
71 2002-01-10 [paul] 0.6.6claws46
73 * sync with sylpheed 0.7.0 release
74 see ChangeLog entries 2002-01-07, 2002-01-08 and
80 remove more dirt traces...
85 clean up some traces of my debugging stuff
87 2002-01-09 [alfons] 0.6.6claws45
90 break up filteringprop_apply() in three separate pieces
91 so we can drop messages that failed processing in the
95 fix bug #469598 "no refresh of inbox after filter" which
96 was introduced by the new summary view locking, and which
97 prevented the summary view to update after a manual filter
98 message. claw's filter message requires a summary_show().
99 (aargh, summary_show() again! :-)
101 2002-01-07 [alfons] 0.6.6claws44
107 bring in Hiro's last 0.7.0 wm class fixes
110 bring in Ricardo's fix for sylprint script
114 * src/prefs_common.[ch]
115 * src/prefs_account.[ch]
117 clean up account preference poison in rfc2015,
118 and preparation to fix double sign bug
119 (patch submitted by Simon 'corecode' Schubert)
121 2002-01-07 [christoph] 0.6.6claws43
124 search for free message number, do not only rely
127 fix smtp auth and use extra account information
128 if available, if not use pop3 data instead
133 2002-01-06 [alfons] 0.6.6claws42
136 try making the separate windows work again...
138 2002-01-06 [alfons] 0.6.6claws41
141 adapt Hiro's separate window menu (to get rid of the funny
142 duplicate menu items), and make it work again
144 2002-01-06 [alfons] 0.6.6claws40
149 * tools/README.sylprint
150 add sylprint script for printing mails from Sylpheed
151 (contributed by Ricardo Mones Lastra)
156 2002-01-06 [melvin] 0.6.6claws39
160 Fixed crash introduced in 0.6.6claws38 by the menu
161 reorganisation (Hide read messages)
164 Fixed typo (we are now in 2002, alfons ;) )
166 2002-01-05 [alfons] 0.6.6claws38
168 * sync with sylpheed 0.6.6cvs10-17
169 (last stuff marked as LAST_STABLE)
171 2002-01-04 [melvin] 0.6.6claws37
174 Made account selection code use strcasestr again instead of
175 g_strcasecmp (fixes bug where reediting queued messages
176 did not select proper account reported by T. Link).
179 Fix bug where folder icons are not shown when 'hide read messages'
182 * src/stock_pixmaps.[ch]
183 Added folder icons for 'hide read messages'.
186 Fixed bug where 'Enter' in a header entry will send the message
187 if 'CTL-Enter' was chosen as a shorcut for sendind.
189 2002-01-03 [melvin] 0.6.6claws36
192 Added popup menu for common preferences and
193 account preferences (right click on tab displays
196 2002-01-02 [melvin] 0.6.6claws35
199 Made spelling code compatible with undo/redo feature.
200 Added creation of suggestion mode menu for the general
203 * src/prefs_common.[ch]
204 Added option menu for the speller's suggestion mode.
205 Added missing spaces in "..." buttons and made a "..."
206 button non translatable!
209 Made speller use the default suggestion mode.
210 Hack to make it possible to choose 'CTRL-Enter' as a
211 shortcut for sending (and only for sending).
213 * src/prefs_folder_item.c
214 Changing subject simplification does not update cache
215 anymore (because it is unnecessary).
216 Fixed bug where changing subject simplification updated the
217 summaryview even when the viewed folder is not the
218 folder which properties are being changed. (E.g.
219 viewing folder A and changing
220 the subject simplification of
221 folder B -not being viewed- updated the
222 summaryview of folder A with data of
223 folder B). (Hope this is clear... )
225 2001-12-31 [alfons] 0.6.6claws34
229 fgetc() returns a signed integer which doesn't
230 fit in a char. so c truncates this to a char
231 but we may lose significant bits. i.e. we may
232 comparing 0xFF which may not be equal to -1
233 unless properly casted to signed char which
234 we won't do because fgetc() returns a signed
235 integer which doesn't fit in a char. so c
236 truncates this to a char but we may lose
237 significat bits. (you got the idea, thanks
238 to Gustavo Noronha Silva <kov@debian.org>
239 and the Debian folks!)
241 2001-12-30 [alfons] 0.6.6claws33
244 add #ifdef USE_PSPELLs that Melvin forgot
246 2001-12-30 [melvin] 0.6.6claws32
248 * src/prefs_common.[ch]
249 Added configurable color for misspelled words.
252 Fixed bug of foreground text color (reported by David
254 Added configurable color for misspelled words.
256 2001-12-30 [alfons] 0.6.6claws31
259 remove unnecessary things someone put there
263 make folder properties (like threading and sorting) persistent
264 (closes bug #497424 "rescan folder tree resets proprieties")
265 currently this is only for MH folders.
267 2001-12-29 [melvin] 0.6.6claws30
269 * src/string_match.[ch]
270 Optimized a bit: regexp pattern buffer compiled only once, and
271 one subroutine call removed. Fixed ^ regexp search: Now,
272 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
275 Subject filtering changed to filter summary columns and
276 not directly the messages subject cache. The loss in
277 performance is balanced by the improvement of string_match.
278 Added an alert panel if there is an error in the regexp.
280 * src/src/prefs_folder_item.h
281 Added a regexp pattern buffer.
283 2001-12-28 [alfons] 0.6.6claws29
285 * src/string_match.[ch]
287 allow compilation *BSD
289 2001-12-27 [alfons] 0.6.6claws28
292 sync the Hiro's bug fix for BSD
294 2001-12-27 [melvin] 0.6.6claws27
297 Simplify focus to subject entry code.
299 2001-12-27 [darko] 0.6.6claws26
305 * src/procheader.[ch]
307 * src/stock_pixmap.[ch]
309 Show key icon for encrypted mails in summary view
311 * src/pixmaps/clip.xpm
312 * src/pixmaps/clipkey.xpm
313 * src/pixmaps/key.xpm
314 New/modified icons for the above
316 2001-12-27 [melvin] 0.6.6claws25
319 Put spell checker options in a separate tab to decrease
320 the Common Preferences window height.
323 Update spell checker usage instruction about its options
326 2001-12-27 [melvin] 0.6.6claws24
329 Changed subject entry widget position. Initial focus is
330 on the To header instead of the subject entry.
331 Creating a new header scrolls the header list to make the
332 created one visible. Nevertheless, when automatically filling
333 headers, the first one is shown.
334 A Tab key press in the last empty header entry zips the
335 focus to the subject entry.
336 (I did not change the combo boxes, yet)
338 2001-12-26 [alfons] 0.6.6claws23
340 * src/prefs_account.c
342 allow default inbox to reside in another mailbox (only
343 works for POP3 accounts)
345 2001-12-26 [alfons] 0.6.6claws22
348 make reply-on-click work with the account of the selected folder
350 put a fixme here to remind me to fix finding correct default
351 account for nested folders
353 2001-12-25 [alfons] 0.6.6claws21
356 make column headers display locked and mark pixmaps (idea by Melvin)
357 fix bug by adding score and locked column type to sort array
359 2001-12-25 [alfons] 0.6.6claws20
362 catch a *potentially* inadvertent write back of
363 the message cache(s) introduced by 0.6.5claws37
365 2001-12-25 [christoph] 0.6.6claws19
367 * src/stock_pixmap.[ch]
369 add ignore thread pixmap
370 (can someone draw a better icon for this?)
372 2001-12-24 [alfons] 0.6.6claws18
374 * src/prefs_folder_item.c
375 make address completion actually work for the
376 Default To address in the Folder Property dialog.
378 2001-12-24 [alfons] 0.6.6claws17
381 use new style regexp for subject stripping
382 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
384 2001-12-24 [darko] 0.6.6claws16
388 move GPG related informational messages to debug mode
390 2001-12-23 [alfons] 0.6.6claws15
392 * src/stock_pixmap.[ch]
394 add the forgotten Claws' locked pixmap
396 2001-12-23 [alfons] 0.6.6claws14
399 accept file name typed in entry in multi file
400 selector (patch submitted by Gustavo Noronha Silva
403 2001-12-23 [alfons] 0.6.6claws13
406 * src/prefs_filtering.c
409 clean up a little bit
412 validate input strings a little bit more
414 2001-12-23 [alfons] 0.6.6claws12
418 * src/string_match.[ch] ** NEW **
419 * src/folderview.[ch]
422 * src/prefs_folder_item.[ch]
423 add subject simplification to strip out strings from
424 a subject line (esp. handy for mailing lists).
425 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
426 but slightly changed things for better integration.)
428 2001-12-23 [alfons] 0.6.6claws11
431 fix bug introduced by submission included in 0.6.5claws52.
432 ideally this submission should clean the trash if any trash
433 folder has a message. however, the hasTrash variable was
434 set to false whenever a trash folder was empty (discarding
435 a previously found *filled* trash folder.)
437 also edited the code a little bit and made it more safe.
439 2001-12-22 [alfons] 0.6.6claws10
442 quick fix for Martin Pool's omission of an account
445 2001-12-22 [alfons] 0.6.6claws9
452 better support for multipart/digest (submitted
453 by Fredrik <e98fo@efd.lth.se>)
455 2001-12-22 [alfons] 0.6.6claws8
458 correct function signature
461 * src/prefs_account.[ch]
462 allow IMAP over SSH tunnel (patch submitted by
463 Martin Pool <mbp@samba.org>)
465 2001-12-21 [alfons] 0.6.6claws7
467 * sync with sylpheed 0.6.6cvs4-9
468 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
470 2001-12-21 [christoph] 0.6.6claws6
473 * src/prefs_folder_item.[ch]
474 implement saving of outgoing messages to current folder.
475 fix segfault when no default outbox is available
478 2001-12-21 [carsten] 0.6.6claws5
481 pressing CTRL while DND does now the expected thing and
482 copies the mail (moving is still the default, as this
483 seam more appropriate for handling mails by DND)
485 2001-12-18 [paul] 0.6.6claws4
487 * sync with sylpheed 0.6.6cvs3
488 see ChangeLog entries 2001-12-18
490 2001-12-18 [hiro] 0.6.6claws3
493 fix for multibyte characters (obtain the number of letters
496 2001-12-17 [paul] 0.6.6claws2
498 * sync with sylpheed 0.6.6cvs1
499 see ChangeLog entry 2001-12-16
501 2000-12-17 [alfons] 0.6.6claws1
506 2001-12-16 [paul] 0.6.6claws
509 * Release version 0.6.6claws, cvs tag: rel_0_6_6
512 last minute sync with main 0.6.6
515 updated by Ricardo Mones Lastra
516 update for last minute sync
519 update for last minute sync
521 updated by Jens Oberender
523 updated by Fabio Junior Beneditto
525 * src/prefs_common.[ch]
527 number of undo levels is user configurable
528 (squeeze it into the release in the dying
529 moments) Submitted by Jens Oberender
534 updated french translation
536 2001-12-15 [paul] 0.6.5claws92
538 * sync with sylpheed 0.6.5cvs28
539 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
542 update to allow for sync
547 update dutch translation
549 2001-12-14 [carsten] 0.6.5claws91
551 fixed bug #473785; also after changing the column order
552 the same message will be selected and displayed as before
555 2001-12-14 [carsten] 0.6.5claws90
557 probably found the bug reported by wwb opening or closing
558 a folder tree just before dnd (found the solution in the
559 balsa source -- thanks to them)
561 2001-12-14 [carsten] 0.6.5claws89
564 moved gtk_clist_moveto to the right place, so that
565 only the accounts dialog is effected on opening
567 2001-12-14 [carsten] 0.6.5claws88
569 gtkut_clist_set_focus_row does a gtk_clist_moveto
570 now, so that the focused row will be seen in any case
571 (reported by wwp on sf-claws-user)
573 2001-12-14 [darko] 0.6.5claws87
576 remove unnecessary line
578 2001-12-14 [paul] 0.6.5claws86
580 * sync with sylpheed 0.6.5cvs27
581 see ChangeLog entries 2001-12-14
583 2001-12-14 [carsten] 0.6.5claws85
585 following a suggestion of Melvin the rcoabm pops up
586 right under the button now and the button is reliefed
587 while the popup is open
589 2001-12-14 [darko] 0.6.5claws84
592 fix crash when wrapping long lines if linewrap quotation
593 is disabled and wrapper encounters a word spanning more
596 2001-12-13 [paul] 0.6.5claws83
599 prefer 'Reply-To' header over mailing list header when
600 replying to a message. Finally prevent all those confirmation
601 messages being sent to the list itself.
604 remove unused summary_set_menu_sensitive() entry
606 2001-12-13 [paul] 0.6.5claws82
609 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
610 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
611 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
612 improvements to 'Hide read messages': Inbox, Outbox,
613 Trash, Queue, and Draft icons now reveal presence of hidden
616 2001-12-12 [alfons] 0.6.5claws81
618 0.6.5claws80 was tagged as LAST_STABLE
622 * src/matcher_parser_lex.c
623 fix the filtering; my last attempt to get it right,
624 if it does not work, it's Hoa's turn. ;-)
626 for my honourable peers:
628 the code now makes a clear distinction between
629 rules as they are displayed (probably escaped),
630 and as they are executed (probably unescaped). the
631 parser does *NOT* do any unescaping, this is
632 the task of the matcher.c (which breaks up a
633 rule into condition) and the filtering.c (which
634 breaks up the rule's action). to make this
635 run happily we provide an unescaped copy of
636 crucial strings to the MatcherProp and
637 FilteringAction structures. note that the only
638 exception to this is any REGEXP string. those
639 are directly passed to regcomp() and regexp()
640 (who have much more powerful unescape functions).
644 you can escape tab (\t), carriage return (\r),
645 linefeed (\n), form feed (\f), quote (\"),
646 single quote (\'), bell (\b) in all the entry
647 lines in the scoring & filtering dialogs.
648 as an added bonus this should not affect
649 existing filtering rules.
651 2001-12-12 [carsten] 0.6.5claws80
655 "item(s) selected" is now sensitive to 1 or more
656 than one selected (nice for language where simple
657 adding of a "s" is not possible as German (Eintrag
660 the "forward as attachment" entry from the right
661 click menu removed, "forward" acts following the
665 reverted my former changes; so compiler warning again
666 but there's more GTK_TEXT/GTK_STEXT mixing on other places
670 "search in message" does now *not* only work in MVIEW_TEXT
671 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
675 removed "/File/_Close" as it was the same as "/File/E_xit"
676 and we don't need it two times
678 the separate folder view and message view now get a distinct
679 WMCLASS, just in case someone is using sawfish ;-)
681 as the menu entries "/View/Message view" and "/View/Folder tree"
682 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
683 make them sensitive accordingly and as these two are "shown"
684 after startup anytime check this menuitem at startup
686 2001-12-12 [paul] 0.6.5claws79
689 fix sensitivity of 'Search folder...', broken in
695 2001-12-11 [carsten] 0.6.5claws78
697 fixed two typos returning a wrong FALSE/TRUE
698 * src/mainwindow.[ch]
699 extra menu for email/news button removed
701 2001-12-11 [alfons] 0.6.5claws77
703 * src/matcher.c (1.3)
704 * src/matcher_parser_lex.l (1.28)
705 revert for another attempt
706 mark 0.6.5claws77 as LAST_STABLE
708 2001-12-11 [christoph] 0.6.5claws76
711 fixed wrong translation for prev. unread msg
713 2001-12-11 [paul] 0.6.5claws75
718 * src/summaryview.[ch]
719 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
720 enable ability to hide read messages on per folder basis via
721 '/Summary/Hide read messages'; when selected, a folder will
722 have a red open folder icon, instead of a blue icon, if the
723 folder contains hidden messges
724 submitted by Thomas Link <t.link.tmp200101.gmx.net>
727 remove '/Message/Forward as attachment' from
728 main_window_set_menu_sensitive() to prevent debug warning
732 Clean up some of the English
734 * tools/newscache_clean.pl
735 allow for new 'hidereadmsgs' entry in folderlist.xml
738 updated translation, submitted by Ricardo Mones Lastra
740 2001-12-11 [paul] 0.6.5claws74
742 * sync with sylpheed 0.6.5cvs25
743 see ChangeLog entry 2001-12-11
745 2001-12-10 [alfons] 0.6.5claws73
748 add more control characters
749 * src/matcher_parser_lex.l
750 make escaping / unescaping work again
752 2001-12-10 [alfons] 0.6.5claws72
755 clean up warnings "returning value for void function"
756 * src/prefs_filtering.c
757 make info button for execute action sensitive
759 2001-12-10 [paul] 0.6.5claws71
764 fix: imap server now gets informed of MARKED, UNMARKED
765 and REPLY events. Now people can use different IMAP-Mail
766 clients and have the exact same information about MARKED,
767 UNMARKED and REPLY status with all of them. Especially
768 useful for imap servers with a web-frontend.
769 submitted by Tobias Sandhaas <medlor@web.de>
771 2001-12-09 [melvin] 0.6.5claws70
774 fixed bug #490076 (hunted down by Alfons who implemented
775 a workaround in 0.6.5claws65)
777 2001-12-09 [christoph] 0.6.5claws69
780 set pointer to string in LOCKED column to NULL
781 (might fix bug #490800)
783 2001-12-09 [carsten] 0.6.5claws68
786 resolved some cluttered menu shortcuts
787 ('creating new email' and 'creating news message'
790 wmclass now distinc from main window
793 email/news and forward button functionality similar
794 to the reply buttons; removed the ugly dropdown arrows
795 and use instead the right mouse button
797 2001-12-09 [paul] 0.6.5claws67
801 allow spaces in imap folder names
802 submitted by Willem van Engen <wvengen@stack.nl>
804 2001-12-09 [paul] 0.6.5claws66
806 * sync with sylpheed 0.6.5cvs24
807 see ChangeLog entry 2001-12-09
809 2001-12-08 [alfons] 0.6.5claws65
812 prevent secondary selection claim after "add to sender" dialog
813 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
814 we trick GTK by simulating a click at (0, 0) in the textview.
816 2001-12-08 [hoa] 0.6.5claws64
819 fixed a bug about the .processing folder name while filtering
821 2001-12-08 [alfons] 0.6.5claws63
824 work around problem of not correctly updating folder stats
825 when deleting messages. there's some folder scanning evil
826 going so the folderview_update_msg_num() does not work
827 correctly. need to investigate this.
829 2001-12-08 [paul] 0.6.5claws62
831 * sync with sylpheed 0.6.5cvs23
832 see ChangeLog entry 2001-12-08
834 2001-12-07 [christoph] 0.6.5claws61
837 fix another header translation problem
839 2001-12-07 [alfons] 0.6.5claws60
842 make filtering also work on local spool mbox
844 2001-12-07 [carsten] 0.6.5claws59
846 addressbook window gets a wmclass distinct from the main
849 * src/mainwindow.[ch]
850 forward menu item will use mode selected in prefs, forward
851 as attatchment in menu removed (will be substituted in the
852 toolbar similar to reply buttons)
853 create news message menu entry and news button is now
854 sensitive to the existance of a news account
855 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
856 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
857 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
858 these are removed because the toolbar buttons don't show
859 the quoting modus any longer
863 * tools/newscache_clean.pl ** NEW FILE **
864 perl script to do some tidying up in the newscache directory
866 * tools/sylpheed-switcher ** NEW FILE **
867 perl script to enable easy switching between main and claws
870 added descriptions of the two new perl scripts
873 2001-12-07 [melvin] 0.6.5claws58
876 fixed a warning during compilation introduced in 0.6.5claws56
878 2001-12-07 [paul] 0.6.5claws57
880 * src/mainwindow.[ch]
882 further usability enhancements to replying with or without
883 quoting via the toolbar, use of Ctrl key is replaced by
885 Submitted by Carsten Schurig
887 2001-12-07 [melvin] 0.6.5claws56
890 hack to fix bug that prevented to make/paste selections
891 after switching between MVIEW_TEXT and MVIEW_MIME views
892 without deselecting the selection first.
894 2001-12-06 [alfons] 0.6.5claws55
898 revise filtering a little bit more, and make sure
899 messages are delivered to the appropriate inbox
900 (perhaps set per account)
902 2001-12-06 [paul] 0.6.5claws54
904 * sync with sylpheed 0.6.5cvs22
905 see ChangeLog entry 2001-12-06
907 2001-12-05 [alfons] 0.6.5claws53
913 more revisions of filtering system
914 (last stable version is marked as LAST_STABLE)
916 | NOTE 1): the filtering system now uses a local folder called
917 | .processing. if filtering fails, check this directory
918 | for missing messages.
920 | NOTE 2): help us find the filtering actions still missing
922 2001-12-05 [paul] 0.6.5claws52
925 fix bug where 'Empty Trash?' pop-up window appears even
926 when Trash is empty, submitted by Jesse Skinner
928 2001-12-05 [melvin] 0.6.5claws51
931 fixed bug #486106 to select correct account when reediting
934 2001-12-04 [alfons] 0.6.5claws50
937 declare markfile in appropriate functions when
938 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
941 2001-12-04 [paul] 0.6.5claws49
943 * sync with sylpheed 0.6.5cvs21
944 see ChangeLog entry 2001-12-04
946 2001-12-03 [christoph] 0.6.5claws48
949 changed translation of undo
952 don't reinvent the wheel to traverse a GNode
954 seperate code to create the compose gui into functions
955 add "Others" page with folder selection for saving copy
957 the folder identifier is saved to queue header
959 save message to folder in queue header
961 2001-12-03 [paul] 0.6.5claws47
963 * sync with sylpheed 0.6.5cvs20
964 see ChangeLog entry 2001-12-03
968 * more sync with sylpheed 0.6.5cvs19
969 see ChangeLog entry 2001-11-29
971 2001-11-30 [paul] 0.6.5claws46
974 remove conflicts introduced by Hoa's last commit
977 make 'Message/Bounce' sensitive
979 2001-11-30 [hoa] 0.6.5claws45
982 slightly change bounce function to add
983 information about the user that bounced the mail
984 in the From header line.
987 permit the use of processing in outbox folder.
989 2001-11-29 [paul] 0.6.5claws44
991 * src/mainwindow.[ch]
993 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
994 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
995 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
996 usability enhancements to the quoting, implements
997 use of Ctrl key to toggle quoting settings
998 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1000 2001-11-29 [paul] 0.6.5claws43
1002 * sync with sylpheed 0.6.5cvs19
1003 see ChangeLog entry 2001-11-28
1005 2001-11-29 [melvin] 0.6.5claws42
1007 added enriched.[ch] to the list of files
1013 added support to view text/enriched
1014 added support to show headers in message view for text/enriched and text/html
1015 in non multipart messages
1017 2001-11-28 [paul] 0.6.5claws41
1019 * more sync with sylpheed 0.6.5cvs18
1020 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1022 2001-11-27 [paul] 0.6.5claws40
1025 updated translation, submitted by Fabio Junior Beneditto
1027 * sync with sylpheed 0.6.5cvs18
1028 see ChangeLog entries 2001-11-26 (src/textview.c) and
1035 updated translation, submitted by Ricardo Mones Lastra
1040 add more translatable strings
1042 2001-11-26 [christoph] 0.6.5claws39
1045 fixed one more umlaut
1047 fix translated header when it should not be translated
1049 2001-11-26 [paul] 0.6.5claws38
1052 remove '/Message/Add Sender to address book' from
1053 main_window_set_menu_sensitive(), prevent debug warning
1054 add 'Message/Mark/Mark all read' to mainwin_entries[]
1056 2001-11-26 [paul] 0.6.5claws37
1059 fix 'recurring unread state' bug
1062 * tools/filter_conv.pl
1063 read name of top level mailbox from folderlist.xml
1064 and presume nothing about its name
1066 2001-11-26 [darko] 0.6.5claws36
1069 removed functions that are now in gtkutils.c
1070 use gtkut_text_is_uri_string() from gtkutils.c
1071 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1073 2001-11-26 [paul] 0.6.5claws35
1075 * sync with sylpheed 0.6.5cvs16
1076 see ChangeLog entries 2001-11-25 and 2001-11-26
1078 2001-11-25 [alfons] 0.6.5claws34
1080 EXPERIMENTAL!!! Please checkout the last stable version using:
1082 % cvs update -r LAST_STABLE -dRAP
1084 (Or help us testing this stuff.)
1086 * src/filtering.c (1.14)
1087 * src/filtering.h (1.6)
1089 * src/matcher.c (1.20)
1091 * src/procmsg.h (1.14)
1092 * src/summaryview.c (1.59)
1093 * src/summaryview.h (dunno)
1094 revert/merge/sync to as it was before commit
1095 on Thu, 19 Jul 2001 10:15:51 -0700.
1097 2001-11-25 [hoa] 0.6.5claws33
1100 processing mails at startup
1103 * src/summaryview.[ch]
1104 processing mails when entering folder
1106 * src/prefs_filtering.c
1109 2001-11-24 [alfons] 0.6.5claws32
1111 * src/summaryview.[ch]
1112 make summary sort headers work, and also make
1113 sure the sort type is stored
1115 2001-11-23 [alfons] 0.6.5claws31
1117 * src/summaryview.[ch]
1118 make lock work like mark
1119 disallow deleting messages marked as locked
1121 2001-11-23 [alfons] 0.6.5claws30
1127 merge undo patch submitted by Jens
1129 2001-11-23 [christoph] 0.6.5claws29
1134 fixed gpg signing and encoding
1137 added --status option to get new, unread and total
1138 message count from a running sylpheed
1139 * src/prefs_common.c
1140 temporary fix for reply_with_quote problem
1141 (don't call functions for non existing widget)
1143 one more check for ignored threads but still not
1144 always working correctly. probably a recursive
1145 check for all parents is needed
1147 2001-11-23 [darko] 0.6.5claws28
1150 wrapping on send improvements
1152 fix for GtkSText after last sync with main branch
1153 GTK_TEXT -> GTK_STEXT
1155 2001-11-23 [paul] 0.6.5claws27
1157 * sync with sylpheed 0.6.5cvs14
1158 see ChangeLog entries 2001-11-22 and 2001-11-23
1161 fixed the scrambled umlauts
1162 submitted by Carsten Schurig <Carsten.Schurig@web.de>
1164 2001-11-21 [paul] 0.6.5claws26
1166 * sync with sylpheed 0.6.5cvs12
1167 see 2nd ChangeLog entry dated 2001-11-20
1169 2001-11-20 [paul] 0.6.5claws25
1171 * sync with sylpheed 0.6.5cvs11
1172 see ChangeLog entry 2001-11-19 (src/utils.c)
1177 GTK_TEXT -> GTK_STEXT
1178 fix for wrong comment
1180 2001-11-20 [hiro] 0.6.5claws24
1183 more merges from main branch
1184 removed fatal warnings (uninitialized variables etc.)
1185 some coding style fix
1192 2001-11-19 [hoa] 0.6.5claws23
1195 * src/prefs_scoring.c
1200 * src/matcher_parser_parse.y
1201 * src/prefs_filtering.c
1204 2001-11-19 [alfons] 0.6.5claws22
1206 more of my old things into claws
1209 * src/prefs_common.c
1211 * src/summaryview.[ch]
1212 * src/prefs_summary_column.c
1213 * src/pixmaps/locked.xpm
1214 add indicators for locking of message in summary view
1215 (does not work yet, only visual indicator)
1217 2001-11-19 [paul] 0.6.5claws21
1219 * sync with sylpheed 0.6.5cvs10
1220 see ChangeLog entry 2001-11-19
1222 2001-11-18 [alfons] 0.6.5claws20
1225 remove an inadvertent free I forgot in previous clean up
1227 2001-11-18 [alfons] 0.6.5claws19
1229 * src/filtering.[ch]
1230 clean up & plug leaks
1232 2001-11-18 [paul] 0.6.5claws18
1234 * sync with sylpheed 0.6.5cvs9
1235 see ChangeLog entries 2001-11-17 and 2001-11-18
1237 2001-11-16 [paul] 0.6.5claws17
1239 * sync with sylpheed 0.6.5cvs8
1240 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
1242 2001-11-16 [paul] 0.6.5claws16
1244 * sync with sylpheed 0.6.5cvs7
1245 see ChangeLog entries 2001-11-15 and 2001-11-16
1247 2001-11-15 [hoa] 0.6.5claws15
1250 fix bounce, mails we received couln't be bounced to ourself.
1253 * src/filtering.[ch]
1255 * src/matcher_parser.h
1256 * src/matcher_parser_lex.l
1257 * src/matcher_parser_parse.y
1261 * src/prefs_filtering.[ch]
1263 * src/prefs_matcher.c
1264 * src/prefs_scoring.c
1267 new matcher/filter/score configuration file parser
1268 one unique configuration file => ~/.sylpheed/matcherrc
1269 import in currently automatic, then save are made
1271 one filter per folder and one global filter
1272 (filter of a folder will be used as folder processing)
1275 fix a bug in folder_item_get_identifier
1278 receive receipt return are fixed.
1280 2001-11-14 [alfons] 0.6.5claws14
1283 add things from main branch to make claws compile
1285 2001-11-14 [paul] 0.6.5claws13
1287 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
1288 see ChangeLog entries 2001-11-08 to 2001-11-14
1290 2001-11-14 [hoa] 0.6.5claws12
1295 add "bounce mail" option
1297 2001-11-13 [christoph] 0.6.5claws11
1300 Cleanup a mess i add before commiting
1302 2001-11-13 [hoa] 0.6.5claws10
1305 some fixes when mail are sent or
1308 2001-11-13 [christoph] 0.6.5claws9
1311 Changed two string with the same translation
1315 New mailsending process:
1316 - Always queue message before sending
1317 (message will be saved if sylpheed crashed or
1318 freezes while sending)
1319 - Allow queuing of newspostings
1320 - No copy in outbox before sending
1321 (closes bug #469501)
1322 - No more redundant code for send and send_later
1324 Applied wwp <subscript@free.fr>'s patch that fixes
1325 marks for multiple forwarded messages (+compose.c)
1330 remove things that are now in main branch
1333 update Dutch translation
1335 2001-11-12 [mhadasht] 0.6.5.claws8
1337 * src/prefs_common.c
1338 re-enabled account autoselection feature for forward
1339 and reedit lost during the branch point for SYNC-B4-REL
1341 gtkpspell_get_dict(): more readable code (even if function is
1344 added version number info to 2001-11-12 [hiro] comment.
1346 2001-11-12 [hiro] 0.6.5.claws7
1349 compose_forward(): fixed a bug that forward quote mark
1351 removed unnecessary code.
1352 * src/template_select.[ch]: removed.
1357 :%s/GTK_TEXT/GTK_STEXT/g
1362 revert the undo stuff (this is 0.6.6claws stuff)
1364 2001-11-11 [hoa] 0.6.5.claws6
1367 Insert signature at the end of the text.
1368 Added undo patch but currently disabled
1371 Threading by subject improved.
1373 * added src/undo.[ch]
1374 Undo module for compose dialog box.
1376 2001-11-11 [alfons] 0.6.5.claws5
1379 prevent threading by subject on nodes that have already been
1380 threaded by in-reply-to (as in "circular references in a tree
1381 result in a dead branch")
1383 2001-11-09 [hoa] 0.6.5.claws4
1386 allows creation of mbox folder item from any files.
1388 2001-11-09 [alfons] 0.6.5.claws3
1392 do what I mean and correct threading by subject so it really
1393 ignores attracting lines without "Re: "
1395 2001-11-07 [alfons] 0.6.5.claws2
1399 only attract by subject if a subject line starts with a "Re: "
1403 2001-11-07 [paul] 0.6.5claws1
1405 * sync with sylpheed 0.6.5. release
1406 see ChangeLog entry 2001-11-07
1408 2001-11-07 [paul] 0.6.4claws31
1410 * sync with sylpheed 0.6.4cvs18
1411 see ChangeLog entries 2001-10-30 to 2001-11-07
1412 prefs_templates.[ch] renamed prefs_template.[ch]
1417 add semicolon Hoa forgot ;-)
1420 2001-11-06 [hoa] 0.6.4claws30
1426 threading by subject - empty subject are ignored
1428 2001-11-06 [christoph] 0.6.4claws29
1431 use SSL_peek for sock_gets
1433 removed unneeded pointer in extracting quoted
1434 names implementation
1436 2001-11-06 [melvin] 0.6.4claws28
1439 fixed bug #476792 Selection overtyping with spell checker
1440 fixed bug which could cause a buffer overflow
1443 2001-11-06 [hoa] 0.6.4claws27
1447 threading by subject
1449 2001-11-05 [alfons] 0.6.4claws26
1452 Claws -> Sylpheed (vice versa)
1455 :%s/gtk_text/gtk_stext/g
1456 :%s/GTK_TEXT/GTK_STEXT/g
1457 (thanks to Jonathan Ware for spotting this)
1459 2001-11-04 [christoph] 0.6.4claws25
1462 replace Xalloca + strdup with Xstrdup_a
1464 better implementation of extracting quoted names
1465 from addresses (remove backlashes and ignore
1468 2001-11-04 [alfons] 0.6.4claws24
1471 edit to comply more with coding style
1474 fix bug reported by Kim Schulz. introduced by the patch integrated
1475 in 0.6.4claws15. the code did not check the return value of
1479 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
1481 2001-11-04 [christoph] 0.6.4claws23
1484 * src/prefs_common.[ch]
1485 init some pointers that possibly caused a segfault
1486 reported in the claws-users ML
1488 2001-11-04 [hoa] 0.6.4claws22
1490 * src/grouplistdialog.c
1491 change the names of the nodes in the tree
1494 enhanced mailto syntax as described in
1495 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
1496 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
1499 encode and decode URI (useful when opening URL into
1502 2001-11-03 [hoa] 0.6.4claws21
1504 * src/grouplistdialog.c
1505 a new newsgroups list selection dialog box
1506 with a CTree instead of a CList
1508 2001-11-03 [hoa] 0.6.4claws20
1511 enable property and scoring options when right
1515 fixed bug when nickname were displayed using
1518 2001-11-02 [darko] 0.6.4claws19
1521 new wrap quotation and URL/long words wrapping implementation
1522 * src/compose.c src/gtkstext.[ch]
1523 move gtkstext_strncmp() to gtkstext.c
1525 2001-11-01 [christoph] 0.6.4claws18
1527 * src/prefs_account.c
1528 fixed mess in account settings dialog
1529 * src/prefs_folder_item.c
1530 added label with folder path to dialog
1532 2001-10-31 [match] 0.6.4claws17
1537 fix generation of spurious address book file names.
1538 remove redundant functions.
1540 added missing file names.
1542 2001-10-30 [paul] 0.6.4claws16
1544 * sync with sylpheed 0.6.4cvs6
1545 see ChangeLog entries 2001-10-26 to 2001-10-30
1547 * tools/filter_conv.pl
1548 read folderlist.xml to discover whether the top-level
1549 folder is called 'Mailbox' or 'Mail'
1551 2001-10-29 [paul] 0.6.4claws15
1553 * src/html.c, src/textview.c
1554 activate links in html mail and fix clickable parts
1555 Submitted by Matthieu Dazy <dazy@t-surf.com>
1559 * po/de.po, po/es.po, po/pt_BR/po
1560 updated translations, submitted by Jens Oberender,
1561 Ricardo Mones Lastra, and Fabio Junior Beneditto
1563 2001-10-29 [darko] 0.6.4claws14
1566 fix wrapping for good
1571 undo previous change as it broke the smart wrapping
1573 2001-10-29 [darko] 0.6.4claws13
1576 fix infinite loop when long URL is quoted
1577 (closes bug #475122.
1581 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
1582 import Mutt address book
1583 * src/ldif.[ch] src/importldif.h
1584 modified import LDIF handle user attributes
1586 2001-10-28 [christoph] 0.6.4claws12
1589 fixed that filtering did not work if there
1590 were no filter rules
1591 (closes bug #472003 and better implementation
1594 2001-10-27 [christoph] 0.6.4claws11
1597 make the folder's default account to be used when
1598 replying. (patch by wwp <subscript@free.fr>)
1600 code cleanup, nearly killed all of wwp's patch
1601 for folder's default account in compose
1603 error panel when a folder could not be created
1604 (closes bug #471080 new folder name & already
1610 change prototype of strstr2() that Christoph forgot about
1612 2001-10-26 [christoph] 0.6.4claws10
1615 made search for accounts by email address not case
1618 fixed memory leak in folder_item_get_identifier
1621 fixed wrong strstr2 (should work like strstr)
1623 2001-10-26 [darko] 0.6.4claws9
1625 * src/compose.c src/gtkstext.[ch]
1627 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
1629 2001-10-26 [paul] 0.6.4claws8
1632 ignore css and javascript tags in html mail
1633 case-insensitive, with or without double-quoted
1636 2001-10-26 [paul] 0.6.4claws7
1638 * sync with sylpheed 0.6.4cvs1
1639 see ChangeLog entry 2001-10-26
1641 * src/prefs_account.c, src/prefs_common.c,
1642 src/prefs_summary_column.c
1643 minor improvements to the English
1645 2001-10-25 [alfons] 0.6.4claws6
1649 make GtkSText follow style of GtkText (closes bug
1650 #469211 "text selection while writing message")
1652 do sync with GTK 1.2.10
1654 2001-10-25 [paul] 0.6.4claws5
1657 ignore css tags in html mail
1659 2001-10-25 [darko] 0.6.4claws4
1662 don't declare is_url_string as static function since
1663 we need it in gtkstext.c
1665 remove unused variable
1666 don't wrap long URLs while composing a message
1668 2001-10-24 [christoph] 0.6.4claws3
1671 fix ssl deadlock, when peer closes connection
1673 2001-10-24 [paul] 0.6.4claws2
1675 * src/prefs_common.c
1676 gettextize the gpg ascii-armored warning message
1679 insert a DOS/MAC file into the composed message
1682 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
1684 2001-10-22 [paul] 0.6.4claws1
1686 * sync with sylpheed 0.6.4 release
1687 see ChangeLog entries 2001-10-21
1689 * po/fr.po, po/pt_BR.po
1690 updated by Melvin Hadasht and Fabio Junior Beneditto
1692 2001-10-21 [paul] 0.6.3claws30
1695 insert a DOS text file from the compose window
1696 into the composed message text (removes CRs characters)
1697 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
1699 * tools/filter_conv.pl, tools/README
1700 automatically use ~/.sylpheed as working directory
1701 print out confirmation message on completion
1703 * correct Hoa's last ChangeLog.claws entry
1705 2001-10-20 [hoa] 0.6.3claws29
1707 * src/grouplistdialog.c
1708 bugfix (another ?) to give the right
1709 newsgroups list for each news server.
1713 improve the newsgroups list cache
1715 2001-10-20 [paul] 0.6.3claws28
1717 * sync with sylpheed 0.6.3cvs9
1718 see ChangeLog entry 2001-10-19
1720 * correct Alfons' last ChangeLog.claws entry
1725 fix compilation problems (part of bug #472895)
1727 2001-10-18 [hoa] 0.6.3claws27
1729 * src/grouplistdialog.c
1730 bugfix when we refresh was clicked (bug 472701)
1732 2001-10-19 [christoph] 0.6.3claws26
1735 last header entry should default to "To:" or
1736 "Newsgroups:" and not copy the last entry line
1737 in a new compose window
1738 (closes bug #472686, #470792)
1740 2001-10-19 [paul] 0.6.3claws25
1742 * sync with Sylpheed 0.6.3cvs8
1743 see ChangeLog entries 2001-10-18 and 2001-10-19
1745 2001-10-18 [christoph] 0.6.3claws24
1748 reimplement ignore thread
1750 2001-10-18 [hoa] 0.6.3claws23
1753 * src/grouplistdialog.[ch]
1754 enhanced news subscription interface (feature 469113)
1758 enchanced newsgroup listing,
1759 now, we can get groups informations
1762 2001-10-18 [paul] 0.6.3claws22
1765 remove comment (sync with main branch)
1767 fix 'Re-edit' bug in 'Message' menu
1769 2001-10-17 [christoph] 0.6.3claws21
1772 ignore empty or whitespace only header lines
1774 2001-10-17 [paul] 0.6.3claws20
1776 * sync with sylpheed 0.6.3cvs7
1777 see ChangeLog entries 2001-10-14, 2001-10-16, and
1783 wrap long lines without spaces
1788 * po/es.po, po/nl.po, po/pt_BR.po
1789 updated by Ricardo Mones Lastra, Alfons,
1790 and Fabio Junior Beneditto
1792 * sylpheed-0.6.3claws released
1794 2001-10-15 [melvin] 0.6.3claws18
1797 added summary and detailed installation instructions
1800 Updated, corrected and completed french translation
1802 2001-10-15 [hoa] 0.6.3claws17
1803 * src/grouplistdialog.c
1804 we can choose the newsgroups to display with wildcards
1806 2001-10-15 [christoph] 0.6.3claws16
1810 * src/prefs_folder_item.[ch]
1811 applied wwp <subscript@free.fr>'s folder
1812 default account patch
1814 Fixed wrong translation
1816 2001-10-13 [alfons, christoph, melvin]
1819 solution #2 to solve MT-safety problems defers all GUI related calls
1820 to the main thread using a gtk_idle_add() callback. discussed on
1821 ircnet #sylpheed, with christoph spotting some issues with the
1822 original code, and melvin allowing us to lobotomize his sylpheed.
1824 * src/syldap.[ch], src/main.c
1825 fix race problem in ldap search thread by deferring GUI
1826 stuff to main thread using gtk_idle_add()
1828 2001-10-13 [paul] 0.6.3claws14
1830 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
1831 add Sergey's smtpcred.patch
1832 adds separate username/password setting for SMTP Auth
1833 needed by some servers
1834 (closes feature request #471659)
1836 2001-10-13 [paul] 0.6.3claws13
1838 * src/pgptext.[ch] **NEW FILES**
1839 * src/Makefile.am, src/messageview.c, src/mimeview.c
1840 decrypt ascii-armored gpg text embedded in
1842 Submitted by Jens Jahnke <jan0sch@gmx.net>
1844 2001-10-13 [christoph] 0.6.3claws12
1847 some more details on default to and
1850 init glib threading when ldap is used
1856 2001-10-12 [paul] 0.6.3claws11
1858 * src/prefs_common.[ch], src/rfc2015.c
1859 enable ascii-armored gpg text to be embedded in the
1860 message body, selectable through the 'Privacy'
1861 preferences. Supports encrypting only.
1862 Submitted by Ravemax <ravemax@dextrose.com>
1864 2001-10-12 [paul] 0.6.3claws10
1866 * sync with sylpheed 0.6.3cvs6
1867 see ChangeLog entries 2001-10-11 and 2001-11-12
1870 incorporated mbox folders, scoring, and folder
1871 properties into the sync
1873 2001-10-12 [darko] 0.6.3claws9
1876 describe quotation wrapping
1878 don't treat tab as space to calculate line length properly
1883 correct description of how to make new filtering system work,
1884 add some other things
1887 remove sched_yield() (not necessary / unportable)
1889 2001-10-11 [paul] 0.6.3claws8
1891 * sync with sylpheed 0.6.3cvs3
1892 see ChangeLog entry 2001-10-10
1894 2001-10-10 [christoph] 0.6.3claws7
1897 ignore 2 files created by newer autotools
1898 * src/prefs_folder_item.c
1899 using table for widget alignment
1900 fixed memory leak and broken octal display
1902 fixed segfault caused by lost filename
1903 workaround (closes bug #469551)
1905 2001-10-10 [paul] 0.6.3claws6
1907 * sync with sylpheed 0.6.3cvs2
1908 see ChangeLog entries 2001-10-09 and 2001-10-10
1910 2001-10-10 [darko] 0.6.3.claws5
1913 proper calculation of right margin if smart wrapping is enabled
1915 automatically wrap long lines if wrap quotation is enabled
1917 2001-10-09 [alfons] 0.6.3.claws4
1920 select correct row when deleting last row in the summary view (and
1921 close bug "[ #469104 ] select second last in list when deleting")
1923 2001-10-09 [paul] 0.6.3claws3
1925 * sync with sylpheed 0.6.3cvs1
1926 updated some autotool scripts
1928 2001-10-09 [darko] 0.6.3claws2
1931 new name and mark with Sylpheed comment
1933 smart quotation wrapping a-la VIM
1935 2001-10-08 [paul] 0.6.3claws1
1937 * sync with sylpheed 0.6.3 release
1938 see ChangeLog entry 2001-10-08
1940 2001-10-08 [paul] 0.6.2claws24
1943 more sync with sylpheed 0.6.2cvs12
1944 Fixed the bug that didn't select the last row correctly
1947 2001-10-07 [paul] 0.6.2claws23
1949 * sync with sylpheed 0.6.2cvs12
1950 see ChangeLog entry 2001-10-07
1954 enable jpilot to read unsynch'ed addresses.
1956 * src/editldap_basedn.c
1957 fix segfault when opening dialog.
1959 2001-10-06 [alfons] 0.6.2.claws22
1962 fix bug with summary view selecting last *inserted*
1963 node instead of last *visible* node. remember we
1966 2001-10-06 [paul] 0.6.2claws21
1969 updated translation, contains some fixes and new
1970 translations, submitted by Gustavo Noronha Silva
1973 * src/prefs_common.c
1974 change 'each' to 'every' - fix dubious English
1976 * sync with sylpheed 0.6.2cvs11
1978 2001-10-05 [alfons] 0.6.2claws20
1980 * src/mainwindow.[ch], src/folderview.c
1981 make composite tool button switch between "Compose News"
1982 and "Compose Mail" depending on selected folder
1983 (nifty idea by Kim Schulz <kim@schulz.dk>)
1985 2001-10-05 [paul] 0.6.2claws19
1987 * src/mainwindow.c, src/summaryview.c
1988 fix 'Message/Reply to all', broken in last commit
1991 fix X_BEENTHERE seg fault, thanks to Alfons
1993 2001-10-04 [paul] 0.6.2claws18
1995 * src/compose.[ch], src/mainwindow.c
1996 make "Message/Reply" reply to mailing lists; matches
1997 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
1998 based on portions of the patch submitted by
1999 Junichi Uekawa <dancer@netfort.gr.jp>
2001 2001-10-04 [darko] 0.6.2claws17
2004 better smart wrapping
2006 a function to make text buffer contiguous
2008 2001-10-03 [paul] 0.6.2claws16
2010 * sync with sylpheed 0.6.2cvs10
2015 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2016 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2017 references to chinese translations (hope someone picks up
2020 2001-10-02 [christoph] 0.6.2claws15
2023 fixed non translated header bug
2025 fixed wrong date in alfons last entry ;)
2027 2001-10-02 [alfons] 0.6.2claws14
2029 * src/compose.c, src/prefs_common.[ch]
2030 add block cursor option
2032 2001-10-02 [paul] 0.6.2claws13
2034 * sync with sylpheed 0.6.2cvs9
2036 2001-09-30 [paul] 0.6.2claws12
2038 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2039 updated translations
2042 add 'src/importldif.c'
2044 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2045 added eudora-to-vCard conversion tool
2046 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2048 * sync with sylpheed 0.6.2cvs8
2052 * sylpheed-0.6.2claws released
2054 2001-09-27 [melvin] 0.6.2claws11
2057 fixed crash when using default path (introduced
2059 fixed tiny bug for initial suggestion mode
2061 2001-09-27 [melvin] 0.6.2claws10
2064 fixed bug where gtkpspell didn't set the path correctly
2067 added a paragraph about spell checking
2071 2001-09-27 [paul] 0.6.2claws9
2073 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2074 replace '// comments' with '/* comments */' to prevent
2075 some compiler warnings
2077 * sync with sylpheed 0.6.2cvs6
2079 2001-09-26 [alfons] 0.6.2claws8
2082 introduce return receipt request notification again,
2083 which was lost because of other semantics in
2084 procheader_parse() (???)
2086 2001-09-26 [christoph] 0.6.2claws7
2089 replace comments for old code with #if 0
2090 readded auto cc, bcc and reply-to
2091 * src/prefs_matcher.c
2092 * src/prefs_scoring.c
2093 removed some definition (was moved to
2096 2001-09-26 [paul] 0.6.2claws6
2099 make 'Follow-up and reply to' sensitive
2101 * more sync with sylpheed 0.6.2cvs5
2108 fixed bug for "US-ASCII" introduced by the encoding code
2114 * src/prefs_common.[ch], src/summaryview.c
2115 'next unread msg' 'go to next folder?' dialog can be
2116 given default behaviour, either always show dialog,
2117 or assume 'yes', or assume 'no'
2118 Submitted by wwp <subscript@free.fr>
2122 * src/compose.c src/gtkspell.[ch]
2123 added support for different encodings
2127 * more sync with sylpheed 0.6.2cvs5
2131 * src/prefs_folder_item.c
2132 add check for item->prefs->default_to string is NULL and
2133 add another check when freeing this string
2138 change to version 0.6.2claws3
2140 * sync with sylpheed 0.6.2cvs5
2143 * src/ldif.[ch], src/importldif.[ch], addressbook.c
2145 * src/addrcache.[ch], addrindex.[ch]
2146 small update for future
2152 added 'Learn from mistakes' option
2153 better handling of quotes in checked words
2156 small update for spell checking stuff
2161 edit a little bit so it complies more with main coding style
2165 * src/folder.[ch], prefs_folder_item.c, compose.c
2166 migrate "request return receipt" folder property
2171 * README.claws **NEW**
2172 (add things of interest for users of main branch
2175 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
2176 re-implement threading per folder option, but store
2177 the setting in folderlist.xml (where it belongs)
2182 fixed bug when compose window is under another window
2183 * src/prefs_common.[ch] src/compose.c
2184 changed 'dictionary_path' to 'dictionary' to be consistent
2185 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
2186 * ac/pspell.m4 src/Makefile.am
2187 dropped PSPELL_PATH macro
2189 updated translations
2191 2001-09-21 [christoph]
2194 added border around header fields
2195 keep header type when new field is added
2197 2001-09-20 [christoph]
2200 more portable debug_print with source filename
2203 more newlines after debug messages
2208 change to version 0.6.2claws2
2210 * sync with sylpheed 0.6.2cvs3
2215 fixed the post-right-click focus pb
2216 fixed crash when 'Spell check all' after dict change
2217 and when cursor is at the end of the text
2218 shift-right-click pops up config menu even on misspelled words.
2225 added pspell to compiled-in features list
2229 * switched to pspell and dropped ispell
2231 new file. autoconf macro for pspell
2233 * configure.in acconfig.h
2234 added pspell support
2236 * src/main.c src/compose.[ch] src/gtkspell.[ch]
2237 * src/prefs_common.[ch]
2238 added pspell support
2240 2001-09-18 [christoph]
2244 replace LOG_MESSAGE with debug_print
2248 added newline after debug message
2250 using __VA_ARGS__ for debug_print macro
2252 ignore Makefile and Makefile.in
2257 change to version 0.6.2claws1
2258 * sync with sylpheed 0.6.2cvs1
2261 * src/prefs_matcher.c
2262 add 'score equal to' option, submitted by
2263 Paul Evans <nerd@freeuk.com>
2265 2001-09-15 [christoph]
2268 comment out menu entry not existing in claws
2270 add debug output for non existing menu entries
2272 fix next/prev unread message for ignored threads
2274 add sourcefile and line number to debug output
2275 otherwise it is sometimes hard to find the
2276 source code part if debug messages are translated
2281 refresh target folder style after colour is changed
2286 change to version 0.6.1claws3
2288 * sync with sylpheed 0.6.1cvs6
2293 fix target folder colourization to use user selected colour
2298 fix crash when message that is marked for copy/move is unmarked
2303 change to version 0.6.1claws2
2305 * sync with sylpheed 0.6.1cvs3
2310 fix bug with default font used for trash folder text
2314 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2315 updated translations
2318 change to version 0.6.1claws1
2320 * sync with sylpheed 0.6.1cvs2
2325 add Match's new addressbook
2328 updated translation submitted by Jens Oberender
2333 change to 0.6.1claws
2334 * sync with sylpheed 0.6.1 release
2339 change to 0.6.0claws2
2341 * sync with sylpheed 0.6.0cvs4
2344 updated translation submitted by Fabio Junior Beneditto
2358 change to version 0.6.0claws1
2360 * sync with sylpheed 0.6.0cvs1
2363 updated translation submitted by Ricardo Mones Lastra
2366 add 'src/prefs_templates.c'
2368 * src/compose.c, src/summaryview.c
2369 fix segfault on 'Re_edit'
2373 * configure.in, Makefile.am
2375 add tools directory to source distribution
2380 change to version 0.6.0claws
2382 * sync with sylpheed 0.6.0 release
2384 2001-08-30 [christoph]
2387 removed autoconf version check
2391 * src/account.c, src/compose.c, src/prefs_common.[ch]
2392 * src/procheader.[ch] src/utils.[ch]
2393 Enhanced automatic account selection on replies
2394 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
2397 add LDAP and JPilot to the configuration results output.
2399 2001-08-29 [christoph]
2402 no bold font for ignored threads
2407 change to version 0.5.3claws6
2409 * sync with sylpheed 0.5.3cvs10
2410 src/stringtable.[ch]: New Files
2412 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
2413 * src/pixmaps/sylpheed.xpm
2414 add mini-icons to windows (by Alfons)
2419 new functions: next_labeled_cb(), prev_labeled_cb()
2422 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
2423 summary_select_next_labeled(), summary_select_prev_labeled()
2425 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
2426 give claws blue folders and a blue trash can
2431 change to version 0.5.3claws5
2433 * sync with sylpheed 0.5.3cvs9
2434 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
2436 2001-08-24 [christoph]
2439 keep filename when browsing directories
2440 (not working for user entered filename, but
2441 for default name and selected filename from
2444 fixed wrong spelling "Folllow-up"
2448 fixed new/unread message count with ignored
2449 threads (2 commits, first didn't notice no
2450 longer needed decreasing)
2452 readded scrolling of progress dialog
2458 change to 0.5.3claws4
2460 * sync with sylpheed 0.5.3cvs7
2462 2001-08-24 [christoph]
2465 set request return receipt when replying
2466 if it is set is the folder prefs of the
2469 disable final error popup if popups are
2470 disabled in config (again)
2475 Change version number to 0.5.3claws3
2477 * sync with sylpheed 0.5.3cvs5
2480 double quote '%s' in 'gedit %s' to fix bug when
2481 opening attachment with spaces in the name
2484 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
2485 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
2486 initial message templates support
2492 change version number to 0.5.3claws2
2494 * sync with sylpheed 0.5.3cvs4
2496 * src/procmsg.h src/summaryview.c
2497 re-implement (un)ignore thread
2502 remove unnecessary code
2504 enable 'dynamic' signatures (submitted by
2505 Eric Limpens <eric@hscg-internet.nl>)
2509 clean up after sync with sylpheed 0.5.3 release
2512 fix re-introduced font mess, see Christoph's
2517 use sylpheed's small font instead of
2518 gtk default font for summary view
2524 add pl to ALL_LINGUAS - sync with main branch
2526 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2527 Updated. Translations by Jens Oberender, Ricardo Mones
2528 Lastra, Alfons, and Fabio Junior Beneditto respectively.
2530 * po/pl.po ** NEW FILE **
2531 sync with the main branch
2534 fix target folder colorizing and refresh problem
2537 2001-08-17 [christoph]
2540 claws uses 4 colors for target folder coloring.
2541 arrays were not long enough and destroyed the
2542 stack causing a segfault.
2543 target folder colorizing does not work anymore
2549 change to version 0.5.3claws1
2551 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
2552 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
2553 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
2555 sync with sylpheed 0.5.3 release, but keep claws method of
2556 configuring/saving fonts
2558 * src/addressbook.[ch]
2559 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
2560 in line with a similar change in Hiroyuki's branch
2562 * src/mainwindow.[ch]
2563 disable main_window_set_thread_option()
2564 * src/prefs_folder_item.c
2565 comment out &tmps_prefs.enable_thread,
2566 * src/mbox_folder.c, src/procmsg.[ch]
2567 comment out MSG_IS_IGNORE_THREAD
2569 comment out summary_ignore_thread() and summary_unignore_thread()
2570 comment out MSG_IS_IGNORE_THREAD
2572 use Hiroyuki's threading instead.
2579 use Hiroyuki's 0.5.3 column scheme but also
2580 include the enable/disable button.
2581 * src/pixmaps/mark.xpm
2582 add Hiroyuki's amended pixmap
2584 2001-08-13 [christoph]
2587 receive at get all column showed wrong state for APOP
2588 button should only work for POP3 and APOP accounts
2589 * src/prefs_account.c
2590 added missing preprocessor statement for SSL
2595 add 'receive at get all' column and enable/disable
2598 2001-08-06 [christoph]
2601 show usage of SSL in protocol column
2607 * src/prefs_account.[ch]
2608 moved ssl options to a new page
2614 added support for SMTP STARTTLS command
2616 2001-08-05 [christoph]
2619 debian autoconf needs version check to find
2620 correct autoconf version. if the file is
2621 named configure.in 2.13 is used, which does
2622 not work with this configure.in script.
2623 other solution would be to rename the script
2624 to configure.ac as suggested in the autoconf
2628 disable final error popup if popups are
2633 fixes IMAP over SSL problem
2638 change to 0.5.2claws1
2640 * sync with sylpheed 0.5.2cvs1
2645 quick fix for ispell detection...
2650 change to 0.5.1claws4
2652 * sync with sylpheed 0.5.1cvs7
2656 * src/prefs_common.c, src/prefs_common.h,
2657 src/gtkspell.c, src/gtkspell.h
2658 add global spelling checker settings (compose tab) +
2659 selection of dictionary
2662 guess valid ispell location
2667 removal of 'src/quote_fmt_parse.c'
2670 (submitted by Jens Oberender <didge@suse.de>)
2675 * src/folderview.[ch]
2678 * src/prefs_common.[ch]
2680 target folder colourization
2684 more sync with Sylpheed 0.5.1cvs6
2689 * src/prefs_folder_item.[hc]
2691 shared folders support with a GUI
2697 * sync with Sylpheed 0.5.1cvs6
2703 (submitted by Fabio Junior Beneditto)
2709 patch to correct bad image mime headers
2710 (submitted by Don Quijote <dq@searchlores.org>)
2714 * tools/gif2xface.pl **NEW FILE**
2716 script to convert file.gif to file.xface for
2717 use in a custom header.
2718 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
2723 change macros for detecting JPilot and LDAP
2725 2001-07-27 [christoph]
2728 code cleanup (MIN / MAX warning, needed casting)
2733 disallow setting flags when detecting certain headers
2734 (X-Status, Status, Seen, X-Seen).
2736 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
2738 2001-07-27 [christoph]
2740 * src/prefs_filter.c
2741 * src/prefs_filtering.c
2742 * src/prefs_matcher.c
2743 * src/prefs_scoring.c
2744 scroll list when moving rows up or down
2748 * src/prefs_account.c
2749 * src/prefs_account.h
2751 SMTP over SSL (untested, feedback requested)
2759 * configure.in, acconfig.h
2760 define CLAWS (need this for main / claws detection)
2765 Sylpheed 0.5.1claws2
2767 * sync with Sylpheed 0.5.1cvs4
2769 2001-07-25 [christoph]
2773 item->prefs == NULL (don't know why)
2778 Sylpheed 0.5.1claws1
2780 * sync with Sylpheed 0.5.1cvs1-3
2782 2001-07-24 [christoph]
2785 * src/prefs_folder_item.[ch]
2786 added folderitem preferences dialog with
2787 default To: and auto request return receipt
2791 changes to handle new folderitem preferences
2795 call compose new mail with current folderitem
2799 Release Sylpheed 0.5.1claws
2802 change to release version 0.5.1claws
2804 2001-07-24 [christoph]
2807 fixed segfault that happend when the selected
2808 message was removed while retrieving new messages.
2812 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
2816 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
2817 this is a work in progress, for more information: http://nlpagan.net/sylman
2819 * configure.in, src/mainwindow.c, manual/Makefile.am
2820 add support for English manual
2823 add authors of user manuals
2825 * manual/en/sylpheed*.html
2826 add English documentation
2828 2001-07-22 [christoph]
2833 changed a wrong debug message
2838 update Dutch translation
2840 * src/prefs_filtering.c,
2842 add more translatable strings
2851 * src/inc.c, src/summaryview.[ch]
2852 prevent update of mark file when filtering has done, by
2853 using a variable; this affects two functions:
2854 inc.c::inc_finished()
2855 summaryview.c::summary_show()
2859 * src/filtering.[ch], src/prefs_filtering.c,
2861 add filtering action for label coloring
2866 * added src/labelcolors.c
2867 * added src/labelcolors.h
2868 * src/Makefile.am, src/summaryview.c
2869 rearrange label coloring code
2872 add more parentheses so label colouring works correctly
2875 don't really delete message, but move it to Trash
2877 * src/prefs_matcher.c
2878 add quote options to info dialog
2880 2001-07-20 [christoph]
2886 * src/ssl.[ch] (new)
2887 moved ssl stuff to a seperate file
2892 fix show sender using address book with no e-mail
2893 address in From: field
2897 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
2898 fix messy handling of escaping... now at least the
2899 execute command is useful. escape char is '\', we
2900 accept \n and \r too.
2904 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
2905 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
2914 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
2916 revise filtering; currently move, copy, marking have
2917 been tested. if you like bleeding edge stuff, you
2918 should definitely go for this version :)
2920 * mark old working stuff as VERSION_0_5_0_CLAWS5
2922 2001-07-17 [christoph]
2931 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
2932 bits in the mark file, without affecting either branch. Lots of
2933 files changed, also in claws branch.
2935 UNTESTED: use of mbox folders
2938 added mark all read; however this was a quick hack used for
2939 cleaning up mess after initial merge with Hiroyuki
2942 change claws version number back to 0.5.0claws5 to clear up
2943 confusion & pretension (recent release was technically
2944 0.5.0claws4, so we neatly align with Hiroyuki :-)
2948 sync with Hiroyuki's 0.5.0cvs4
2954 * src/filtering.[ch]
2955 remove invalid updating of mark files for
2956 filter actions MATCHING_ACTION_MOVE and
2957 MATCHING_ACTION_DELETE; this should fix the
2961 revert Christoph's stab at fixing the folder
2965 add missing files with translatable strings
2972 * src/addr_compl.[ch], src/prefs_filtering.c
2973 make "filtering pref dialog's destination entry" an
2974 "address completable entry", if filter destination is
2979 sync with Hiroyuki's 0.5.0cvs2-3
2981 2001-07-15 [christoph]
2984 fixed folder stats update after incorporation
2989 * finish label colouring stuff (for now)
2990 * fix incorrect colour bug (off by one)
2995 change text labels for news and mail message so there's
2996 plenty of toolbar estate left
3003 sync with Hiroyuki's 0.5.0cvs1
3006 more rewrite label colouring
3010 * src/summaryview.[ch]
3011 * start rewrite label colouring
3012 * fix proper location "Add Sender To Addressbook" menu item
3016 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3017 (actually this is 0.5.0claws4)
3022 * fix duplicate message
3023 * add updated Portugese / Brazilian translation
3024 submitted by Fabio Junior Beneditto
3032 add updated Dutch translation
3035 add updated German translation submitted by Jens
3039 Prerelease before 0.5.0claws. Please test.
3040 This version is temporarily tagged as VERSION_0_5_0_TEST
3042 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
3043 src/prefs_scoring.c, src/prefs_matcher.c,
3044 src/prefs_filtering.c, src/mbox.c,
3045 src/main.c, src/inc.c, src/filtering.[ch]
3046 revert new Hoa's new matcher (does not work yet)
3053 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3059 add ChangeLog.claws to EXTRA_DIST
3061 add matcher_parser_parse.h to EXTRA_DIST
3063 2001-07-10 [christoph]
3066 add destination folder to table of
3067 folders that need to be updated after
3074 make collapse state of folders and folder items persistent, i.e.
3075 if you collapse a folder tree, the next time sylpheed-claws starts
3076 up the folder tree remains collapsed.
3078 2001-07-10 [christoph]
3084 renamed MD5_CTX to MD5_CTX_syl
3085 conflicts with a struct in openssl
3088 * src/prefs_account.[ch]
3092 fixed compose with current account
3093 broken by new compose button stuff
3098 changed my email address
3100 * src/matcher_parser_parse.y
3101 clean the parser to remove conflicts
3109 fix incorrect description of --enable-ldap parameter
3111 * src/prefs_common.[ch]
3113 add experimental option "smart wrapping" which makes the
3114 compose editor auto wrap.
3116 | TODO: the problem with the buggy cursor handling is caused |
3117 | by the GtkText. when deleting / backspacing text its |
3118 | wrapping algorithm does not take in account the previous |
3119 | line. should find a way to hack this in. |
3120 | or should perhaps combine this with the word wrapping |
3121 | patch i wrote in january. |
3124 show build parameters for LDAP and JPilot
3127 revert Christoph's bugfix for selecting next unread message,
3128 because folder stats aren't updated correctly
3135 * src/matcher_parser_lex.l
3136 * src/matcher_parser_parse.y
3137 * src/prefs_filtering.c
3138 * src/prefs_scoring.c
3140 bugfix of the config file parser
3145 added generated matcher sources to BUILT_SOURCES
3151 added new config file parser
3154 * src/filtering.[ch]
3156 * src/prefs_filtering.c
3157 * src/prefs_matcher.c
3158 * src/prefs_scoring.c
3159 * added src/matcher_parser.h
3160 * added src/matcher_parser_lex.h
3161 * added src/matcher_parser_lex.l
3162 * added src/matcher_parser_parse.y
3163 lex & yacc config file parser
3168 changes prefs_filtering into global_filtering
3171 build threads with subjects only if "Re: " is at the
3172 beginning of the subject
3178 sync with sylpheed 0.5.0
3179 change of version number only
3185 sync with sylpheed 0.5.0pre5
3189 sync with sylpheed 0.5.0pre4 release
3190 /po and /manual/ja not sync'ed
3194 more sync with sylpheed 0.5.0pre4
3196 2001-07-03 [christoph]
3199 fixed address book broken by address book
3200 for VCard, JPilot, LDAP
3206 stopped memory leaks
3210 more sync with sylpheed 0.5.0pre4
3214 * included address book patch for VCard, JPilot, LDAP
3215 * pref_common.c - fixed Font options on Display tab (cosmetic)
3216 * alertpanel.c - fixed truncated message
3218 2001-07-02 [christoph]
3223 mark threads for ignoring
3229 * sync with sylpheed 0.5.0pre4
3230 updated gettext to 0.10.38.
3236 * src/summaryview.[ch]
3237 new right-click option: Label.
3238 substitute for 'Mark-->Mark/Unmark', colours the line.
3239 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
3241 2001-07-01 [christoph]
3244 fixed font for trash
3246 move ctree to unread message
3250 * sync with sylpheed 0.5.0pre3 release
3256 allow inserting / attaching multiple files in
3262 small change to Alfons' previous stuff so that it
3267 * lots of files changed; first attempt to merge the changes
3268 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
3273 updated and completed, translations by Fabio
3274 Junior Beneditto <fjbeneditto@yahoo.com.br>
3280 allow selecting an attached files' mime type from a
3285 * more sync with sylpheed 0.5.0pre3
3290 merge with sylpheed.pot and pt_BR.po provided by
3291 Fabio Junior Beneditto.
3296 make MIME types case insensitive
3301 merge with sylpheed.pot and old nl.po; translations added.
3305 * more sync with sylpheed 0.5.0pre3
3310 don't crash when removing parent node of messages
3311 attracted by subject. this was caused by not deleting
3312 the parent node from the subject line hash table.
3319 if there are multiple messages selected, allow forwarding
3320 them as attachments.
3324 * more sync with sylpheed 0.5.0pre3
3330 * sync with sylpheed 0.5.0pre3
3335 fixed 'compose news article' bug
3336 from icon-and-text toolbar
3340 * sync with sylpheed 0.5.0pre2 release
3342 2001-06-24 [christoph]
3344 * src/prefs_common.c
3345 bug fix in font selection
3347 use sylpheed's normal font instead of
3348 gtk default font for folders without
3353 * src/mainwindow.[ch]
3354 added composite compose mail / news button (an idea by Leandro
3355 Pereira <leandro@linuxmag.com.br>)
3359 Added instructions for ldif-to-xml.py
3367 * src/pixmaps/stock_news_compose.xpm
3368 added pixmap by Leandro
3369 * src/prefs_common.c
3370 tested built-in spelling checker of GCC 3.0 :)
3372 merged dutch translation of sylpheed-main with
3377 Added tools directory and files.
3379 * tools/filter_conv.pl
3380 converts old filter system to new filtering system
3381 * tools/ldif-to-xml.py
3382 converts netscape addressbook to sylpheed addressbook
3384 descriptions/instructions for above two files
3386 2001-06-23 [christoph]
3389 * src/manage_window.[ch]
3390 * src/prefs_common.[ch]
3391 mail retrieval dialog can be enabled, disabled
3392 or hidden if non of sylpheed's windows is active
3398 * sync with sylpheed 0.5.0pre2
3400 2001-06-21 [christoph]
3403 show recipient on 'from' for all accounts
3406 * src/prefs_common.[ch]
3407 disable error popup on mail receive errors
3412 made the ruler correctly appear and disappear.
3415 removed Hoa's work-in-progress-stuff (interesting!) so
3418 2001-06-20 [christoph]
3421 * src/progressdialog.c
3422 added scrolled window for list in progressdialog
3426 sync with sylpheed 0.5.0pre1 release
3428 2001-06-20 [christoph]
3431 make building threads by subject work when
3432 thread view is enabled
3435 * src/prefs_common.[ch]
3436 automatically select account for mail replys
3440 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
3441 they are filled in from the account settings.
3445 * more sync with sylpheed 0.5.0pre1
3451 added --sysconfdir to CPPFLAGS for pointing to the correct
3452 location of mime.types.
3454 NOTE: make sure you use --sysconfdir when running ./autogen.sh
3460 fixed some bug when building threads
3464 * src/prefs_account.c
3465 UI stuff: More changes to the English
3469 * src/pixmaps/stock_news_compose.xpm: new file
3473 Added new icon for Hoa's 'compose a news
3474 message', plus minor improvements to the
3480 more sync with sylpheed 0.5.0pre1
3486 Follow-up and reply to
3488 * src/summaryview.[ch]
3489 Build threads also with subjects
3494 forwarding use the current account.
3497 the "compose message" button has been replaced with
3498 "new mail" and "new news" buttons
3500 * src/prefs_common.[ch]
3501 added a configuration option to use the forward button
3502 as "forward as attachment"
3503 changed reply and forward format description
3505 * src/quote_fmt_lex.l
3506 * src/quote_fmt_parse.y
3507 added message with no signature in format for reply
3516 Improvements to the English
3518 * src/prefs_common.c
3519 Improvements to the English and some
3520 clarity/continuity improvements in the
3521 description of Quote symbols.
3527 * sync with sylpheed 0.5.0pre1
3532 Better interface for compose, displayed fields
3533 are updated whenever we change account.
3534 Newsgroups field is automatically filled.
3537 Newsgroups field is automatically filled.
3539 * src/prefs_account.c
3540 Some interface stuff when fields appear and
3547 * sync with sylpheed 0.4.99
3551 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
3552 base64_decoder_free, base64_decoder_decode): new object and
3553 functions for decoding base64 streams.
3554 * src/procmime.c (procmime_decode_content): modified to use the
3561 * sync with sylpheed 0.4.99cvs11
3567 * sync with sylpheed 0.4.99cvs9
3572 * src/prefs_account.c
3574 SMTP server can be defined in the news account
3575 mime type of attachment are kept.
3579 now choose the highest important score between default
3580 and important score of folder.
3584 * src/prefs_common.c:
3586 (prefs_quote_description_create): corrected description of
3587 quote format characters
3593 * sync with sylpheed 0.4.99cvs8
3597 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
3598 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
3604 * sync with sylpheed 0.4.99cvs7
3608 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
3609 clashes with autogenerated header).
3610 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
3611 * src/Makefile.am: added quote_fmt.h.
3612 * src/.cvsignore: added lex/yacc autogenerated files
3613 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
3619 * sync with sylpheed 0.4.99cvs6
3623 * added src/quote_fmt_parse.h
3628 don't modify readonly configuration files
3630 * src/prefs_account.c
3631 * src/prefs_common.c
3632 * src/prefs_customheader.c
3633 * src/prefs_display_header.c
3634 * src/prefs_filter.c
3635 * src/prefs_filtering.c
3636 * src/prefs_scoring.c
3637 don't open dialog box when configuration files
3642 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
3644 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
3645 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
3646 BUILT_SOURCES to make all files rebuild properly.
3648 * src/compose.c: removed #include "quote_fmt.tab.h".
3650 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
3651 CHARACTER value in yylval.
3653 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
3654 receive CHARACTER value by documented means (yylval).
3656 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
3661 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
3666 * src/prefs_filtering.c
3667 now keep the configuration for execute action
3674 * sync with sylpheed 0.4.99cvs5
3679 added quote_fmt.[ch]
3681 * added src/quote_fmt.y
3682 * added src/quote_fmt.l
3683 * added src/quote_fmt.tab.h
3684 * added src/quote_fmt.tab.c
3685 * added src/lex.quote_fmt.c
3686 parsing configuration for replying
3689 * src/prefs_common.[ch]
3690 added configuration UI for replying
3694 using configuration for replying
3702 * src/prefs_filtering.c
3703 * src/prefs_matcher.c
3704 * src/prefs_matcher.h
3705 action "run a command" for filtering
3706 and matching with a command.
3707 fixed the "whole message" matching
3710 changed temporary filename for security
3713 queue the notification if it fails to send.
3715 * src/prefs_common.c
3716 * src/prefs_folder_item.c
3717 changed the default important score
3719 * src/prefs_scoring.c
3721 hide kill score input when the folder is not
3726 * src/prefs_common.c:
3728 (prefs_font_select): pass font name in font entry box to font