1 2002-01-11 [christoph] 0.6.6claws49
4 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
5 toggle widget, because non static prefs can not use
8 toggle smtp auth password field sensitivity if
9 user id is empty and add descrition of usage for
11 * src/prefs_folder_item.c
12 use SET_TOGGLE_SENSITIVITY macro to instead of extra
15 2002-01-11 [melvin] 0.6.6claws48
18 fix the 'Ctrl-Enter' feature for sending and test really
19 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
20 editables which was not documented in Gtk)
23 Made summaryview refresh after sorting and not before.
25 2002-01-11 [christoph] 0.6.6claws47
28 select account from account ids if possible and
29 correctly set save folder for copy in reedit
31 2002-01-10 [paul] 0.6.6claws46
33 * sync with sylpheed 0.7.0 release
34 see ChangeLog entries 2002-01-07, 2002-01-08 and
40 remove more dirt traces...
45 clean up some traces of my debugging stuff
47 2002-01-09 [alfons] 0.6.6claws45
50 break up filteringprop_apply() in three separate pieces
51 so we can drop messages that failed processing in the
55 fix bug #469598 "no refresh of inbox after filter" which
56 was introduced by the new summary view locking, and which
57 prevented the summary view to update after a manual filter
58 message. claw's filter message requires a summary_show().
59 (aargh, summary_show() again! :-)
61 2002-01-07 [alfons] 0.6.6claws44
67 bring in Hiro's last 0.7.0 wm class fixes
70 bring in Ricardo's fix for sylprint script
74 * src/prefs_common.[ch]
75 * src/prefs_account.[ch]
77 clean up account preference poison in rfc2015,
78 and preparation to fix double sign bug
79 (patch submitted by Simon 'corecode' Schubert)
81 2002-01-07 [christoph] 0.6.6claws43
84 search for free message number, do not only rely
87 fix smtp auth and use extra account information
88 if available, if not use pop3 data instead
93 2002-01-06 [alfons] 0.6.6claws42
96 try making the separate windows work again...
98 2002-01-06 [alfons] 0.6.6claws41
101 adapt Hiro's separate window menu (to get rid of the funny
102 duplicate menu items), and make it work again
104 2002-01-06 [alfons] 0.6.6claws40
109 * tools/README.sylprint
110 add sylprint script for printing mails from Sylpheed
111 (contributed by Ricardo Mones Lastra)
116 2002-01-06 [melvin] 0.6.6claws39
120 Fixed crash introduced in 0.6.6claws38 by the menu
121 reorganisation (Hide read messages)
124 Fixed typo (we are now in 2002, alfons ;) )
126 2002-01-05 [alfons] 0.6.6claws38
128 * sync with sylpheed 0.6.6cvs10-17
129 (last stuff marked as LAST_STABLE)
131 2002-01-04 [melvin] 0.6.6claws37
134 Made account selection code use strcasestr again instead of
135 g_strcasecmp (fixes bug where reediting queued messages
136 did not select proper account reported by T. Link).
139 Fix bug where folder icons are not shown when 'hide read messages'
142 * src/stock_pixmaps.[ch]
143 Added folder icons for 'hide read messages'.
146 Fixed bug where 'Enter' in a header entry will send the message
147 if 'CTL-Enter' was chosen as a shorcut for sendind.
149 2002-01-03 [melvin] 0.6.6claws36
152 Added popup menu for common preferences and
153 account preferences (right click on tab displays
156 2002-01-02 [melvin] 0.6.6claws35
159 Made spelling code compatible with undo/redo feature.
160 Added creation of suggestion mode menu for the general
163 * src/prefs_common.[ch]
164 Added option menu for the speller's suggestion mode.
165 Added missing spaces in "..." buttons and made a "..."
166 button non translatable!
169 Made speller use the default suggestion mode.
170 Hack to make it possible to choose 'CTRL-Enter' as a
171 shortcut for sending (and only for sending).
173 * src/prefs_folder_item.c
174 Changing subject simplification does not update cache
175 anymore (because it is unnecessary).
176 Fixed bug where changing subject simplification updated the
177 summaryview even when the viewed folder is not the
178 folder which properties are being changed. (E.g.
179 viewing folder A and changing
180 the subject simplification of
181 folder B -not being viewed- updated the
182 summaryview of folder A with data of
183 folder B). (Hope this is clear... )
185 2001-12-31 [alfons] 0.6.6claws34
189 fgetc() returns a signed integer which doesn't
190 fit in a char. so c truncates this to a char
191 but we may lose significant bits. i.e. we may
192 comparing 0xFF which may not be equal to -1
193 unless properly casted to signed char which
194 we won't do because fgetc() returns a signed
195 integer which doesn't fit in a char. so c
196 truncates this to a char but we may lose
197 significat bits. (you got the idea, thanks
198 to Gustavo Noronha Silva <kov@debian.org>
199 and the Debian folks!)
201 2001-12-30 [alfons] 0.6.6claws33
204 add #ifdef USE_PSPELLs that Melvin forgot
206 2001-12-30 [melvin] 0.6.6claws32
208 * src/prefs_common.[ch]
209 Added configurable color for misspelled words.
212 Fixed bug of foreground text color (reported by David
214 Added configurable color for misspelled words.
216 2001-12-30 [alfons] 0.6.6claws31
219 remove unnecessary things someone put there
223 make folder properties (like threading and sorting) persistent
224 (closes bug #497424 "rescan folder tree resets proprieties")
225 currently this is only for MH folders.
227 2001-12-29 [melvin] 0.6.6claws30
229 * src/string_match.[ch]
230 Optimized a bit: regexp pattern buffer compiled only once, and
231 one subroutine call removed. Fixed ^ regexp search: Now,
232 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
235 Subject filtering changed to filter summary columns and
236 not directly the messages subject cache. The loss in
237 performance is balanced by the improvement of string_match.
238 Added an alert panel if there is an error in the regexp.
240 * src/src/prefs_folder_item.h
241 Added a regexp pattern buffer.
243 2001-12-28 [alfons] 0.6.6claws29
245 * src/string_match.[ch]
247 allow compilation *BSD
249 2001-12-27 [alfons] 0.6.6claws28
252 sync the Hiro's bug fix for BSD
254 2001-12-27 [melvin] 0.6.6claws27
257 Simplify focus to subject entry code.
259 2001-12-27 [darko] 0.6.6claws26
265 * src/procheader.[ch]
267 * src/stock_pixmap.[ch]
269 Show key icon for encrypted mails in summary view
271 * src/pixmaps/clip.xpm
272 * src/pixmaps/clipkey.xpm
273 * src/pixmaps/key.xpm
274 New/modified icons for the above
276 2001-12-27 [melvin] 0.6.6claws25
279 Put spell checker options in a separate tab to decrease
280 the Common Preferences window height.
283 Update spell checker usage instruction about its options
286 2001-12-27 [melvin] 0.6.6claws24
289 Changed subject entry widget position. Initial focus is
290 on the To header instead of the subject entry.
291 Creating a new header scrolls the header list to make the
292 created one visible. Nevertheless, when automatically filling
293 headers, the first one is shown.
294 A Tab key press in the last empty header entry zips the
295 focus to the subject entry.
296 (I did not change the combo boxes, yet)
298 2001-12-26 [alfons] 0.6.6claws23
300 * src/prefs_account.c
302 allow default inbox to reside in another mailbox (only
303 works for POP3 accounts)
305 2001-12-26 [alfons] 0.6.6claws22
308 make reply-on-click work with the account of the selected folder
310 put a fixme here to remind me to fix finding correct default
311 account for nested folders
313 2001-12-25 [alfons] 0.6.6claws21
316 make column headers display locked and mark pixmaps (idea by Melvin)
317 fix bug by adding score and locked column type to sort array
319 2001-12-25 [alfons] 0.6.6claws20
322 catch a *potentially* inadvertent write back of
323 the message cache(s) introduced by 0.6.5claws37
325 2001-12-25 [christoph] 0.6.6claws19
327 * src/stock_pixmap.[ch]
329 add ignore thread pixmap
330 (can someone draw a better icon for this?)
332 2001-12-24 [alfons] 0.6.6claws18
334 * src/prefs_folder_item.c
335 make address completion actually work for the
336 Default To address in the Folder Property dialog.
338 2001-12-24 [alfons] 0.6.6claws17
341 use new style regexp for subject stripping
342 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
344 2001-12-24 [darko] 0.6.6claws16
348 move GPG related informational messages to debug mode
350 2001-12-23 [alfons] 0.6.6claws15
352 * src/stock_pixmap.[ch]
354 add the forgotten Claws' locked pixmap
356 2001-12-23 [alfons] 0.6.6claws14
359 accept file name typed in entry in multi file
360 selector (patch submitted by Gustavo Noronha Silva
363 2001-12-23 [alfons] 0.6.6claws13
366 * src/prefs_filtering.c
369 clean up a little bit
372 validate input strings a little bit more
374 2001-12-23 [alfons] 0.6.6claws12
378 * src/string_match.[ch] ** NEW **
379 * src/folderview.[ch]
382 * src/prefs_folder_item.[ch]
383 add subject simplification to strip out strings from
384 a subject line (esp. handy for mailing lists).
385 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
386 but slightly changed things for better integration.)
388 2001-12-23 [alfons] 0.6.6claws11
391 fix bug introduced by submission included in 0.6.5claws52.
392 ideally this submission should clean the trash if any trash
393 folder has a message. however, the hasTrash variable was
394 set to false whenever a trash folder was empty (discarding
395 a previously found *filled* trash folder.)
397 also edited the code a little bit and made it more safe.
399 2001-12-22 [alfons] 0.6.6claws10
402 quick fix for Martin Pool's omission of an account
405 2001-12-22 [alfons] 0.6.6claws9
412 better support for multipart/digest (submitted
413 by Fredrik <e98fo@efd.lth.se>)
415 2001-12-22 [alfons] 0.6.6claws8
418 correct function signature
421 * src/prefs_account.[ch]
422 allow IMAP over SSH tunnel (patch submitted by
423 Martin Pool <mbp@samba.org>)
425 2001-12-21 [alfons] 0.6.6claws7
427 * sync with sylpheed 0.6.6cvs4-9
428 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
430 2001-12-21 [christoph] 0.6.6claws6
433 * src/prefs_folder_item.[ch]
434 implement saving of outgoing messages to current folder.
435 fix segfault when no default outbox is available
438 2001-12-21 [carsten] 0.6.6claws5
441 pressing CTRL while DND does now the expected thing and
442 copies the mail (moving is still the default, as this
443 seam more appropriate for handling mails by DND)
445 2001-12-18 [paul] 0.6.6claws4
447 * sync with sylpheed 0.6.6cvs3
448 see ChangeLog entries 2001-12-18
450 2001-12-18 [hiro] 0.6.6claws3
453 fix for multibyte characters (obtain the number of letters
456 2001-12-17 [paul] 0.6.6claws2
458 * sync with sylpheed 0.6.6cvs1
459 see ChangeLog entry 2001-12-16
461 2000-12-17 [alfons] 0.6.6claws1
466 2001-12-16 [paul] 0.6.6claws
469 * Release version 0.6.6claws, cvs tag: rel_0_6_6
472 last minute sync with main 0.6.6
475 updated by Ricardo Mones Lastra
476 update for last minute sync
479 update for last minute sync
481 updated by Jens Oberender
483 updated by Fabio Junior Beneditto
485 * src/prefs_common.[ch]
487 number of undo levels is user configurable
488 (squeeze it into the release in the dying
489 moments) Submitted by Jens Oberender
494 updated french translation
496 2001-12-15 [paul] 0.6.5claws92
498 * sync with sylpheed 0.6.5cvs28
499 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
502 update to allow for sync
507 update dutch translation
509 2001-12-14 [carsten] 0.6.5claws91
511 fixed bug #473785; also after changing the column order
512 the same message will be selected and displayed as before
515 2001-12-14 [carsten] 0.6.5claws90
517 probably found the bug reported by wwb opening or closing
518 a folder tree just before dnd (found the solution in the
519 balsa source -- thanks to them)
521 2001-12-14 [carsten] 0.6.5claws89
524 moved gtk_clist_moveto to the right place, so that
525 only the accounts dialog is effected on opening
527 2001-12-14 [carsten] 0.6.5claws88
529 gtkut_clist_set_focus_row does a gtk_clist_moveto
530 now, so that the focused row will be seen in any case
531 (reported by wwp on sf-claws-user)
533 2001-12-14 [darko] 0.6.5claws87
536 remove unnecessary line
538 2001-12-14 [paul] 0.6.5claws86
540 * sync with sylpheed 0.6.5cvs27
541 see ChangeLog entries 2001-12-14
543 2001-12-14 [carsten] 0.6.5claws85
545 following a suggestion of Melvin the rcoabm pops up
546 right under the button now and the button is reliefed
547 while the popup is open
549 2001-12-14 [darko] 0.6.5claws84
552 fix crash when wrapping long lines if linewrap quotation
553 is disabled and wrapper encounters a word spanning more
556 2001-12-13 [paul] 0.6.5claws83
559 prefer 'Reply-To' header over mailing list header when
560 replying to a message. Finally prevent all those confirmation
561 messages being sent to the list itself.
564 remove unused summary_set_menu_sensitive() entry
566 2001-12-13 [paul] 0.6.5claws82
569 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
570 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
571 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
572 improvements to 'Hide read messages': Inbox, Outbox,
573 Trash, Queue, and Draft icons now reveal presence of hidden
576 2001-12-12 [alfons] 0.6.5claws81
578 0.6.5claws80 was tagged as LAST_STABLE
582 * src/matcher_parser_lex.c
583 fix the filtering; my last attempt to get it right,
584 if it does not work, it's Hoa's turn. ;-)
586 for my honourable peers:
588 the code now makes a clear distinction between
589 rules as they are displayed (probably escaped),
590 and as they are executed (probably unescaped). the
591 parser does *NOT* do any unescaping, this is
592 the task of the matcher.c (which breaks up a
593 rule into condition) and the filtering.c (which
594 breaks up the rule's action). to make this
595 run happily we provide an unescaped copy of
596 crucial strings to the MatcherProp and
597 FilteringAction structures. note that the only
598 exception to this is any REGEXP string. those
599 are directly passed to regcomp() and regexp()
600 (who have much more powerful unescape functions).
604 you can escape tab (\t), carriage return (\r),
605 linefeed (\n), form feed (\f), quote (\"),
606 single quote (\'), bell (\b) in all the entry
607 lines in the scoring & filtering dialogs.
608 as an added bonus this should not affect
609 existing filtering rules.
611 2001-12-12 [carsten] 0.6.5claws80
615 "item(s) selected" is now sensitive to 1 or more
616 than one selected (nice for language where simple
617 adding of a "s" is not possible as German (Eintrag
620 the "forward as attachment" entry from the right
621 click menu removed, "forward" acts following the
625 reverted my former changes; so compiler warning again
626 but there's more GTK_TEXT/GTK_STEXT mixing on other places
630 "search in message" does now *not* only work in MVIEW_TEXT
631 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
635 removed "/File/_Close" as it was the same as "/File/E_xit"
636 and we don't need it two times
638 the separate folder view and message view now get a distinct
639 WMCLASS, just in case someone is using sawfish ;-)
641 as the menu entries "/View/Message view" and "/View/Folder tree"
642 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
643 make them sensitive accordingly and as these two are "shown"
644 after startup anytime check this menuitem at startup
646 2001-12-12 [paul] 0.6.5claws79
649 fix sensitivity of 'Search folder...', broken in
655 2001-12-11 [carsten] 0.6.5claws78
657 fixed two typos returning a wrong FALSE/TRUE
658 * src/mainwindow.[ch]
659 extra menu for email/news button removed
661 2001-12-11 [alfons] 0.6.5claws77
663 * src/matcher.c (1.3)
664 * src/matcher_parser_lex.l (1.28)
665 revert for another attempt
666 mark 0.6.5claws77 as LAST_STABLE
668 2001-12-11 [christoph] 0.6.5claws76
671 fixed wrong translation for prev. unread msg
673 2001-12-11 [paul] 0.6.5claws75
678 * src/summaryview.[ch]
679 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
680 enable ability to hide read messages on per folder basis via
681 '/Summary/Hide read messages'; when selected, a folder will
682 have a red open folder icon, instead of a blue icon, if the
683 folder contains hidden messges
684 submitted by Thomas Link <t.link.tmp200101.gmx.net>
687 remove '/Message/Forward as attachment' from
688 main_window_set_menu_sensitive() to prevent debug warning
692 Clean up some of the English
694 * tools/newscache_clean.pl
695 allow for new 'hidereadmsgs' entry in folderlist.xml
698 updated translation, submitted by Ricardo Mones Lastra
700 2001-12-11 [paul] 0.6.5claws74
702 * sync with sylpheed 0.6.5cvs25
703 see ChangeLog entry 2001-12-11
705 2001-12-10 [alfons] 0.6.5claws73
708 add more control characters
709 * src/matcher_parser_lex.l
710 make escaping / unescaping work again
712 2001-12-10 [alfons] 0.6.5claws72
715 clean up warnings "returning value for void function"
716 * src/prefs_filtering.c
717 make info button for execute action sensitive
719 2001-12-10 [paul] 0.6.5claws71
724 fix: imap server now gets informed of MARKED, UNMARKED
725 and REPLY events. Now people can use different IMAP-Mail
726 clients and have the exact same information about MARKED,
727 UNMARKED and REPLY status with all of them. Especially
728 useful for imap servers with a web-frontend.
729 submitted by Tobias Sandhaas <medlor@web.de>
731 2001-12-09 [melvin] 0.6.5claws70
734 fixed bug #490076 (hunted down by Alfons who implemented
735 a workaround in 0.6.5claws65)
737 2001-12-09 [christoph] 0.6.5claws69
740 set pointer to string in LOCKED column to NULL
741 (might fix bug #490800)
743 2001-12-09 [carsten] 0.6.5claws68
746 resolved some cluttered menu shortcuts
747 ('creating new email' and 'creating news message'
750 wmclass now distinc from main window
753 email/news and forward button functionality similar
754 to the reply buttons; removed the ugly dropdown arrows
755 and use instead the right mouse button
757 2001-12-09 [paul] 0.6.5claws67
761 allow spaces in imap folder names
762 submitted by Willem van Engen <wvengen@stack.nl>
764 2001-12-09 [paul] 0.6.5claws66
766 * sync with sylpheed 0.6.5cvs24
767 see ChangeLog entry 2001-12-09
769 2001-12-08 [alfons] 0.6.5claws65
772 prevent secondary selection claim after "add to sender" dialog
773 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
774 we trick GTK by simulating a click at (0, 0) in the textview.
776 2001-12-08 [hoa] 0.6.5claws64
779 fixed a bug about the .processing folder name while filtering
781 2001-12-08 [alfons] 0.6.5claws63
784 work around problem of not correctly updating folder stats
785 when deleting messages. there's some folder scanning evil
786 going so the folderview_update_msg_num() does not work
787 correctly. need to investigate this.
789 2001-12-08 [paul] 0.6.5claws62
791 * sync with sylpheed 0.6.5cvs23
792 see ChangeLog entry 2001-12-08
794 2001-12-07 [christoph] 0.6.5claws61
797 fix another header translation problem
799 2001-12-07 [alfons] 0.6.5claws60
802 make filtering also work on local spool mbox
804 2001-12-07 [carsten] 0.6.5claws59
806 addressbook window gets a wmclass distinct from the main
809 * src/mainwindow.[ch]
810 forward menu item will use mode selected in prefs, forward
811 as attatchment in menu removed (will be substituted in the
812 toolbar similar to reply buttons)
813 create news message menu entry and news button is now
814 sensitive to the existance of a news account
815 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
816 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
817 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
818 these are removed because the toolbar buttons don't show
819 the quoting modus any longer
823 * tools/newscache_clean.pl ** NEW FILE **
824 perl script to do some tidying up in the newscache directory
826 * tools/sylpheed-switcher ** NEW FILE **
827 perl script to enable easy switching between main and claws
830 added descriptions of the two new perl scripts
833 2001-12-07 [melvin] 0.6.5claws58
836 fixed a warning during compilation introduced in 0.6.5claws56
838 2001-12-07 [paul] 0.6.5claws57
840 * src/mainwindow.[ch]
842 further usability enhancements to replying with or without
843 quoting via the toolbar, use of Ctrl key is replaced by
845 Submitted by Carsten Schurig
847 2001-12-07 [melvin] 0.6.5claws56
850 hack to fix bug that prevented to make/paste selections
851 after switching between MVIEW_TEXT and MVIEW_MIME views
852 without deselecting the selection first.
854 2001-12-06 [alfons] 0.6.5claws55
858 revise filtering a little bit more, and make sure
859 messages are delivered to the appropriate inbox
860 (perhaps set per account)
862 2001-12-06 [paul] 0.6.5claws54
864 * sync with sylpheed 0.6.5cvs22
865 see ChangeLog entry 2001-12-06
867 2001-12-05 [alfons] 0.6.5claws53
873 more revisions of filtering system
874 (last stable version is marked as LAST_STABLE)
876 | NOTE 1): the filtering system now uses a local folder called
877 | .processing. if filtering fails, check this directory
878 | for missing messages.
880 | NOTE 2): help us find the filtering actions still missing
882 2001-12-05 [paul] 0.6.5claws52
885 fix bug where 'Empty Trash?' pop-up window appears even
886 when Trash is empty, submitted by Jesse Skinner
888 2001-12-05 [melvin] 0.6.5claws51
891 fixed bug #486106 to select correct account when reediting
894 2001-12-04 [alfons] 0.6.5claws50
897 declare markfile in appropriate functions when
898 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
901 2001-12-04 [paul] 0.6.5claws49
903 * sync with sylpheed 0.6.5cvs21
904 see ChangeLog entry 2001-12-04
906 2001-12-03 [christoph] 0.6.5claws48
909 changed translation of undo
912 don't reinvent the wheel to traverse a GNode
914 seperate code to create the compose gui into functions
915 add "Others" page with folder selection for saving copy
917 the folder identifier is saved to queue header
919 save message to folder in queue header
921 2001-12-03 [paul] 0.6.5claws47
923 * sync with sylpheed 0.6.5cvs20
924 see ChangeLog entry 2001-12-03
928 * more sync with sylpheed 0.6.5cvs19
929 see ChangeLog entry 2001-11-29
931 2001-11-30 [paul] 0.6.5claws46
934 remove conflicts introduced by Hoa's last commit
937 make 'Message/Bounce' sensitive
939 2001-11-30 [hoa] 0.6.5claws45
942 slightly change bounce function to add
943 information about the user that bounced the mail
944 in the From header line.
947 permit the use of processing in outbox folder.
949 2001-11-29 [paul] 0.6.5claws44
951 * src/mainwindow.[ch]
953 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
954 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
955 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
956 usability enhancements to the quoting, implements
957 use of Ctrl key to toggle quoting settings
958 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
960 2001-11-29 [paul] 0.6.5claws43
962 * sync with sylpheed 0.6.5cvs19
963 see ChangeLog entry 2001-11-28
965 2001-11-29 [melvin] 0.6.5claws42
967 added enriched.[ch] to the list of files
973 added support to view text/enriched
974 added support to show headers in message view for text/enriched and text/html
975 in non multipart messages
977 2001-11-28 [paul] 0.6.5claws41
979 * more sync with sylpheed 0.6.5cvs18
980 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
982 2001-11-27 [paul] 0.6.5claws40
985 updated translation, submitted by Fabio Junior Beneditto
987 * sync with sylpheed 0.6.5cvs18
988 see ChangeLog entries 2001-11-26 (src/textview.c) and
995 updated translation, submitted by Ricardo Mones Lastra
1000 add more translatable strings
1002 2001-11-26 [christoph] 0.6.5claws39
1005 fixed one more umlaut
1007 fix translated header when it should not be translated
1009 2001-11-26 [paul] 0.6.5claws38
1012 remove '/Message/Add Sender to address book' from
1013 main_window_set_menu_sensitive(), prevent debug warning
1014 add 'Message/Mark/Mark all read' to mainwin_entries[]
1016 2001-11-26 [paul] 0.6.5claws37
1019 fix 'recurring unread state' bug
1022 * tools/filter_conv.pl
1023 read name of top level mailbox from folderlist.xml
1024 and presume nothing about its name
1026 2001-11-26 [darko] 0.6.5claws36
1029 removed functions that are now in gtkutils.c
1030 use gtkut_text_is_uri_string() from gtkutils.c
1031 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1033 2001-11-26 [paul] 0.6.5claws35
1035 * sync with sylpheed 0.6.5cvs16
1036 see ChangeLog entries 2001-11-25 and 2001-11-26
1038 2001-11-25 [alfons] 0.6.5claws34
1040 EXPERIMENTAL!!! Please checkout the last stable version using:
1042 % cvs update -r LAST_STABLE -dRAP
1044 (Or help us testing this stuff.)
1046 * src/filtering.c (1.14)
1047 * src/filtering.h (1.6)
1049 * src/matcher.c (1.20)
1051 * src/procmsg.h (1.14)
1052 * src/summaryview.c (1.59)
1053 * src/summaryview.h (dunno)
1054 revert/merge/sync to as it was before commit
1055 on Thu, 19 Jul 2001 10:15:51 -0700.
1057 2001-11-25 [hoa] 0.6.5claws33
1060 processing mails at startup
1063 * src/summaryview.[ch]
1064 processing mails when entering folder
1066 * src/prefs_filtering.c
1069 2001-11-24 [alfons] 0.6.5claws32
1071 * src/summaryview.[ch]
1072 make summary sort headers work, and also make
1073 sure the sort type is stored
1075 2001-11-23 [alfons] 0.6.5claws31
1077 * src/summaryview.[ch]
1078 make lock work like mark
1079 disallow deleting messages marked as locked
1081 2001-11-23 [alfons] 0.6.5claws30
1087 merge undo patch submitted by Jens
1089 2001-11-23 [christoph] 0.6.5claws29
1094 fixed gpg signing and encoding
1097 added --status option to get new, unread and total
1098 message count from a running sylpheed
1099 * src/prefs_common.c
1100 temporary fix for reply_with_quote problem
1101 (don't call functions for non existing widget)
1103 one more check for ignored threads but still not
1104 always working correctly. probably a recursive
1105 check for all parents is needed
1107 2001-11-23 [darko] 0.6.5claws28
1110 wrapping on send improvements
1112 fix for GtkSText after last sync with main branch
1113 GTK_TEXT -> GTK_STEXT
1115 2001-11-23 [paul] 0.6.5claws27
1117 * sync with sylpheed 0.6.5cvs14
1118 see ChangeLog entries 2001-11-22 and 2001-11-23
1121 fixed the scrambled umlauts
1122 submitted by Carsten Schurig <Carsten.Schurig@web.de>
1124 2001-11-21 [paul] 0.6.5claws26
1126 * sync with sylpheed 0.6.5cvs12
1127 see 2nd ChangeLog entry dated 2001-11-20
1129 2001-11-20 [paul] 0.6.5claws25
1131 * sync with sylpheed 0.6.5cvs11
1132 see ChangeLog entry 2001-11-19 (src/utils.c)
1137 GTK_TEXT -> GTK_STEXT
1138 fix for wrong comment
1140 2001-11-20 [hiro] 0.6.5claws24
1143 more merges from main branch
1144 removed fatal warnings (uninitialized variables etc.)
1145 some coding style fix
1152 2001-11-19 [hoa] 0.6.5claws23
1155 * src/prefs_scoring.c
1160 * src/matcher_parser_parse.y
1161 * src/prefs_filtering.c
1164 2001-11-19 [alfons] 0.6.5claws22
1166 more of my old things into claws
1169 * src/prefs_common.c
1171 * src/summaryview.[ch]
1172 * src/prefs_summary_column.c
1173 * src/pixmaps/locked.xpm
1174 add indicators for locking of message in summary view
1175 (does not work yet, only visual indicator)
1177 2001-11-19 [paul] 0.6.5claws21
1179 * sync with sylpheed 0.6.5cvs10
1180 see ChangeLog entry 2001-11-19
1182 2001-11-18 [alfons] 0.6.5claws20
1185 remove an inadvertent free I forgot in previous clean up
1187 2001-11-18 [alfons] 0.6.5claws19
1189 * src/filtering.[ch]
1190 clean up & plug leaks
1192 2001-11-18 [paul] 0.6.5claws18
1194 * sync with sylpheed 0.6.5cvs9
1195 see ChangeLog entries 2001-11-17 and 2001-11-18
1197 2001-11-16 [paul] 0.6.5claws17
1199 * sync with sylpheed 0.6.5cvs8
1200 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
1202 2001-11-16 [paul] 0.6.5claws16
1204 * sync with sylpheed 0.6.5cvs7
1205 see ChangeLog entries 2001-11-15 and 2001-11-16
1207 2001-11-15 [hoa] 0.6.5claws15
1210 fix bounce, mails we received couln't be bounced to ourself.
1213 * src/filtering.[ch]
1215 * src/matcher_parser.h
1216 * src/matcher_parser_lex.l
1217 * src/matcher_parser_parse.y
1221 * src/prefs_filtering.[ch]
1223 * src/prefs_matcher.c
1224 * src/prefs_scoring.c
1227 new matcher/filter/score configuration file parser
1228 one unique configuration file => ~/.sylpheed/matcherrc
1229 import in currently automatic, then save are made
1231 one filter per folder and one global filter
1232 (filter of a folder will be used as folder processing)
1235 fix a bug in folder_item_get_identifier
1238 receive receipt return are fixed.
1240 2001-11-14 [alfons] 0.6.5claws14
1243 add things from main branch to make claws compile
1245 2001-11-14 [paul] 0.6.5claws13
1247 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
1248 see ChangeLog entries 2001-11-08 to 2001-11-14
1250 2001-11-14 [hoa] 0.6.5claws12
1255 add "bounce mail" option
1257 2001-11-13 [christoph] 0.6.5claws11
1260 Cleanup a mess i add before commiting
1262 2001-11-13 [hoa] 0.6.5claws10
1265 some fixes when mail are sent or
1268 2001-11-13 [christoph] 0.6.5claws9
1271 Changed two string with the same translation
1275 New mailsending process:
1276 - Always queue message before sending
1277 (message will be saved if sylpheed crashed or
1278 freezes while sending)
1279 - Allow queuing of newspostings
1280 - No copy in outbox before sending
1281 (closes bug #469501)
1282 - No more redundant code for send and send_later
1284 Applied wwp <subscript@free.fr>'s patch that fixes
1285 marks for multiple forwarded messages (+compose.c)
1290 remove things that are now in main branch
1293 update Dutch translation
1295 2001-11-12 [mhadasht] 0.6.5.claws8
1297 * src/prefs_common.c
1298 re-enabled account autoselection feature for forward
1299 and reedit lost during the branch point for SYNC-B4-REL
1301 gtkpspell_get_dict(): more readable code (even if function is
1304 added version number info to 2001-11-12 [hiro] comment.
1306 2001-11-12 [hiro] 0.6.5.claws7
1309 compose_forward(): fixed a bug that forward quote mark
1311 removed unnecessary code.
1312 * src/template_select.[ch]: removed.
1317 :%s/GTK_TEXT/GTK_STEXT/g
1322 revert the undo stuff (this is 0.6.6claws stuff)
1324 2001-11-11 [hoa] 0.6.5.claws6
1327 Insert signature at the end of the text.
1328 Added undo patch but currently disabled
1331 Threading by subject improved.
1333 * added src/undo.[ch]
1334 Undo module for compose dialog box.
1336 2001-11-11 [alfons] 0.6.5.claws5
1339 prevent threading by subject on nodes that have already been
1340 threaded by in-reply-to (as in "circular references in a tree
1341 result in a dead branch")
1343 2001-11-09 [hoa] 0.6.5.claws4
1346 allows creation of mbox folder item from any files.
1348 2001-11-09 [alfons] 0.6.5.claws3
1352 do what I mean and correct threading by subject so it really
1353 ignores attracting lines without "Re: "
1355 2001-11-07 [alfons] 0.6.5.claws2
1359 only attract by subject if a subject line starts with a "Re: "
1363 2001-11-07 [paul] 0.6.5claws1
1365 * sync with sylpheed 0.6.5. release
1366 see ChangeLog entry 2001-11-07
1368 2001-11-07 [paul] 0.6.4claws31
1370 * sync with sylpheed 0.6.4cvs18
1371 see ChangeLog entries 2001-10-30 to 2001-11-07
1372 prefs_templates.[ch] renamed prefs_template.[ch]
1377 add semicolon Hoa forgot ;-)
1380 2001-11-06 [hoa] 0.6.4claws30
1386 threading by subject - empty subject are ignored
1388 2001-11-06 [christoph] 0.6.4claws29
1391 use SSL_peek for sock_gets
1393 removed unneeded pointer in extracting quoted
1394 names implementation
1396 2001-11-06 [melvin] 0.6.4claws28
1399 fixed bug #476792 Selection overtyping with spell checker
1400 fixed bug which could cause a buffer overflow
1403 2001-11-06 [hoa] 0.6.4claws27
1407 threading by subject
1409 2001-11-05 [alfons] 0.6.4claws26
1412 Claws -> Sylpheed (vice versa)
1415 :%s/gtk_text/gtk_stext/g
1416 :%s/GTK_TEXT/GTK_STEXT/g
1417 (thanks to Jonathan Ware for spotting this)
1419 2001-11-04 [christoph] 0.6.4claws25
1422 replace Xalloca + strdup with Xstrdup_a
1424 better implementation of extracting quoted names
1425 from addresses (remove backlashes and ignore
1428 2001-11-04 [alfons] 0.6.4claws24
1431 edit to comply more with coding style
1434 fix bug reported by Kim Schulz. introduced by the patch integrated
1435 in 0.6.4claws15. the code did not check the return value of
1439 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
1441 2001-11-04 [christoph] 0.6.4claws23
1444 * src/prefs_common.[ch]
1445 init some pointers that possibly caused a segfault
1446 reported in the claws-users ML
1448 2001-11-04 [hoa] 0.6.4claws22
1450 * src/grouplistdialog.c
1451 change the names of the nodes in the tree
1454 enhanced mailto syntax as described in
1455 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
1456 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
1459 encode and decode URI (useful when opening URL into
1462 2001-11-03 [hoa] 0.6.4claws21
1464 * src/grouplistdialog.c
1465 a new newsgroups list selection dialog box
1466 with a CTree instead of a CList
1468 2001-11-03 [hoa] 0.6.4claws20
1471 enable property and scoring options when right
1475 fixed bug when nickname were displayed using
1478 2001-11-02 [darko] 0.6.4claws19
1481 new wrap quotation and URL/long words wrapping implementation
1482 * src/compose.c src/gtkstext.[ch]
1483 move gtkstext_strncmp() to gtkstext.c
1485 2001-11-01 [christoph] 0.6.4claws18
1487 * src/prefs_account.c
1488 fixed mess in account settings dialog
1489 * src/prefs_folder_item.c
1490 added label with folder path to dialog
1492 2001-10-31 [match] 0.6.4claws17
1497 fix generation of spurious address book file names.
1498 remove redundant functions.
1500 added missing file names.
1502 2001-10-30 [paul] 0.6.4claws16
1504 * sync with sylpheed 0.6.4cvs6
1505 see ChangeLog entries 2001-10-26 to 2001-10-30
1507 * tools/filter_conv.pl
1508 read folderlist.xml to discover whether the top-level
1509 folder is called 'Mailbox' or 'Mail'
1511 2001-10-29 [paul] 0.6.4claws15
1513 * src/html.c, src/textview.c
1514 activate links in html mail and fix clickable parts
1515 Submitted by Matthieu Dazy <dazy@t-surf.com>
1519 * po/de.po, po/es.po, po/pt_BR/po
1520 updated translations, submitted by Jens Oberender,
1521 Ricardo Mones Lastra, and Fabio Junior Beneditto
1523 2001-10-29 [darko] 0.6.4claws14
1526 fix wrapping for good
1531 undo previous change as it broke the smart wrapping
1533 2001-10-29 [darko] 0.6.4claws13
1536 fix infinite loop when long URL is quoted
1537 (closes bug #475122.
1541 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
1542 import Mutt address book
1543 * src/ldif.[ch] src/importldif.h
1544 modified import LDIF handle user attributes
1546 2001-10-28 [christoph] 0.6.4claws12
1549 fixed that filtering did not work if there
1550 were no filter rules
1551 (closes bug #472003 and better implementation
1554 2001-10-27 [christoph] 0.6.4claws11
1557 make the folder's default account to be used when
1558 replying. (patch by wwp <subscript@free.fr>)
1560 code cleanup, nearly killed all of wwp's patch
1561 for folder's default account in compose
1563 error panel when a folder could not be created
1564 (closes bug #471080 new folder name & already
1570 change prototype of strstr2() that Christoph forgot about
1572 2001-10-26 [christoph] 0.6.4claws10
1575 made search for accounts by email address not case
1578 fixed memory leak in folder_item_get_identifier
1581 fixed wrong strstr2 (should work like strstr)
1583 2001-10-26 [darko] 0.6.4claws9
1585 * src/compose.c src/gtkstext.[ch]
1587 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
1589 2001-10-26 [paul] 0.6.4claws8
1592 ignore css and javascript tags in html mail
1593 case-insensitive, with or without double-quoted
1596 2001-10-26 [paul] 0.6.4claws7
1598 * sync with sylpheed 0.6.4cvs1
1599 see ChangeLog entry 2001-10-26
1601 * src/prefs_account.c, src/prefs_common.c,
1602 src/prefs_summary_column.c
1603 minor improvements to the English
1605 2001-10-25 [alfons] 0.6.4claws6
1609 make GtkSText follow style of GtkText (closes bug
1610 #469211 "text selection while writing message")
1612 do sync with GTK 1.2.10
1614 2001-10-25 [paul] 0.6.4claws5
1617 ignore css tags in html mail
1619 2001-10-25 [darko] 0.6.4claws4
1622 don't declare is_url_string as static function since
1623 we need it in gtkstext.c
1625 remove unused variable
1626 don't wrap long URLs while composing a message
1628 2001-10-24 [christoph] 0.6.4claws3
1631 fix ssl deadlock, when peer closes connection
1633 2001-10-24 [paul] 0.6.4claws2
1635 * src/prefs_common.c
1636 gettextize the gpg ascii-armored warning message
1639 insert a DOS/MAC file into the composed message
1642 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
1644 2001-10-22 [paul] 0.6.4claws1
1646 * sync with sylpheed 0.6.4 release
1647 see ChangeLog entries 2001-10-21
1649 * po/fr.po, po/pt_BR.po
1650 updated by Melvin Hadasht and Fabio Junior Beneditto
1652 2001-10-21 [paul] 0.6.3claws30
1655 insert a DOS text file from the compose window
1656 into the composed message text (removes CRs characters)
1657 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
1659 * tools/filter_conv.pl, tools/README
1660 automatically use ~/.sylpheed as working directory
1661 print out confirmation message on completion
1663 * correct Hoa's last ChangeLog.claws entry
1665 2001-10-20 [hoa] 0.6.3claws29
1667 * src/grouplistdialog.c
1668 bugfix (another ?) to give the right
1669 newsgroups list for each news server.
1673 improve the newsgroups list cache
1675 2001-10-20 [paul] 0.6.3claws28
1677 * sync with sylpheed 0.6.3cvs9
1678 see ChangeLog entry 2001-10-19
1680 * correct Alfons' last ChangeLog.claws entry
1685 fix compilation problems (part of bug #472895)
1687 2001-10-18 [hoa] 0.6.3claws27
1689 * src/grouplistdialog.c
1690 bugfix when we refresh was clicked (bug 472701)
1692 2001-10-19 [christoph] 0.6.3claws26
1695 last header entry should default to "To:" or
1696 "Newsgroups:" and not copy the last entry line
1697 in a new compose window
1698 (closes bug #472686, #470792)
1700 2001-10-19 [paul] 0.6.3claws25
1702 * sync with Sylpheed 0.6.3cvs8
1703 see ChangeLog entries 2001-10-18 and 2001-10-19
1705 2001-10-18 [christoph] 0.6.3claws24
1708 reimplement ignore thread
1710 2001-10-18 [hoa] 0.6.3claws23
1713 * src/grouplistdialog.[ch]
1714 enhanced news subscription interface (feature 469113)
1718 enchanced newsgroup listing,
1719 now, we can get groups informations
1722 2001-10-18 [paul] 0.6.3claws22
1725 remove comment (sync with main branch)
1727 fix 'Re-edit' bug in 'Message' menu
1729 2001-10-17 [christoph] 0.6.3claws21
1732 ignore empty or whitespace only header lines
1734 2001-10-17 [paul] 0.6.3claws20
1736 * sync with sylpheed 0.6.3cvs7
1737 see ChangeLog entries 2001-10-14, 2001-10-16, and
1743 wrap long lines without spaces
1748 * po/es.po, po/nl.po, po/pt_BR.po
1749 updated by Ricardo Mones Lastra, Alfons,
1750 and Fabio Junior Beneditto
1752 * sylpheed-0.6.3claws released
1754 2001-10-15 [melvin] 0.6.3claws18
1757 added summary and detailed installation instructions
1760 Updated, corrected and completed french translation
1762 2001-10-15 [hoa] 0.6.3claws17
1763 * src/grouplistdialog.c
1764 we can choose the newsgroups to display with wildcards
1766 2001-10-15 [christoph] 0.6.3claws16
1770 * src/prefs_folder_item.[ch]
1771 applied wwp <subscript@free.fr>'s folder
1772 default account patch
1774 Fixed wrong translation
1776 2001-10-13 [alfons, christoph, melvin]
1779 solution #2 to solve MT-safety problems defers all GUI related calls
1780 to the main thread using a gtk_idle_add() callback. discussed on
1781 ircnet #sylpheed, with christoph spotting some issues with the
1782 original code, and melvin allowing us to lobotomize his sylpheed.
1784 * src/syldap.[ch], src/main.c
1785 fix race problem in ldap search thread by deferring GUI
1786 stuff to main thread using gtk_idle_add()
1788 2001-10-13 [paul] 0.6.3claws14
1790 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
1791 add Sergey's smtpcred.patch
1792 adds separate username/password setting for SMTP Auth
1793 needed by some servers
1794 (closes feature request #471659)
1796 2001-10-13 [paul] 0.6.3claws13
1798 * src/pgptext.[ch] **NEW FILES**
1799 * src/Makefile.am, src/messageview.c, src/mimeview.c
1800 decrypt ascii-armored gpg text embedded in
1802 Submitted by Jens Jahnke <jan0sch@gmx.net>
1804 2001-10-13 [christoph] 0.6.3claws12
1807 some more details on default to and
1810 init glib threading when ldap is used
1816 2001-10-12 [paul] 0.6.3claws11
1818 * src/prefs_common.[ch], src/rfc2015.c
1819 enable ascii-armored gpg text to be embedded in the
1820 message body, selectable through the 'Privacy'
1821 preferences. Supports encrypting only.
1822 Submitted by Ravemax <ravemax@dextrose.com>
1824 2001-10-12 [paul] 0.6.3claws10
1826 * sync with sylpheed 0.6.3cvs6
1827 see ChangeLog entries 2001-10-11 and 2001-11-12
1830 incorporated mbox folders, scoring, and folder
1831 properties into the sync
1833 2001-10-12 [darko] 0.6.3claws9
1836 describe quotation wrapping
1838 don't treat tab as space to calculate line length properly
1843 correct description of how to make new filtering system work,
1844 add some other things
1847 remove sched_yield() (not necessary / unportable)
1849 2001-10-11 [paul] 0.6.3claws8
1851 * sync with sylpheed 0.6.3cvs3
1852 see ChangeLog entry 2001-10-10
1854 2001-10-10 [christoph] 0.6.3claws7
1857 ignore 2 files created by newer autotools
1858 * src/prefs_folder_item.c
1859 using table for widget alignment
1860 fixed memory leak and broken octal display
1862 fixed segfault caused by lost filename
1863 workaround (closes bug #469551)
1865 2001-10-10 [paul] 0.6.3claws6
1867 * sync with sylpheed 0.6.3cvs2
1868 see ChangeLog entries 2001-10-09 and 2001-10-10
1870 2001-10-10 [darko] 0.6.3.claws5
1873 proper calculation of right margin if smart wrapping is enabled
1875 automatically wrap long lines if wrap quotation is enabled
1877 2001-10-09 [alfons] 0.6.3.claws4
1880 select correct row when deleting last row in the summary view (and
1881 close bug "[ #469104 ] select second last in list when deleting")
1883 2001-10-09 [paul] 0.6.3claws3
1885 * sync with sylpheed 0.6.3cvs1
1886 updated some autotool scripts
1888 2001-10-09 [darko] 0.6.3claws2
1891 new name and mark with Sylpheed comment
1893 smart quotation wrapping a-la VIM
1895 2001-10-08 [paul] 0.6.3claws1
1897 * sync with sylpheed 0.6.3 release
1898 see ChangeLog entry 2001-10-08
1900 2001-10-08 [paul] 0.6.2claws24
1903 more sync with sylpheed 0.6.2cvs12
1904 Fixed the bug that didn't select the last row correctly
1907 2001-10-07 [paul] 0.6.2claws23
1909 * sync with sylpheed 0.6.2cvs12
1910 see ChangeLog entry 2001-10-07
1914 enable jpilot to read unsynch'ed addresses.
1916 * src/editldap_basedn.c
1917 fix segfault when opening dialog.
1919 2001-10-06 [alfons] 0.6.2.claws22
1922 fix bug with summary view selecting last *inserted*
1923 node instead of last *visible* node. remember we
1926 2001-10-06 [paul] 0.6.2claws21
1929 updated translation, contains some fixes and new
1930 translations, submitted by Gustavo Noronha Silva
1933 * src/prefs_common.c
1934 change 'each' to 'every' - fix dubious English
1936 * sync with sylpheed 0.6.2cvs11
1938 2001-10-05 [alfons] 0.6.2claws20
1940 * src/mainwindow.[ch], src/folderview.c
1941 make composite tool button switch between "Compose News"
1942 and "Compose Mail" depending on selected folder
1943 (nifty idea by Kim Schulz <kim@schulz.dk>)
1945 2001-10-05 [paul] 0.6.2claws19
1947 * src/mainwindow.c, src/summaryview.c
1948 fix 'Message/Reply to all', broken in last commit
1951 fix X_BEENTHERE seg fault, thanks to Alfons
1953 2001-10-04 [paul] 0.6.2claws18
1955 * src/compose.[ch], src/mainwindow.c
1956 make "Message/Reply" reply to mailing lists; matches
1957 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
1958 based on portions of the patch submitted by
1959 Junichi Uekawa <dancer@netfort.gr.jp>
1961 2001-10-04 [darko] 0.6.2claws17
1964 better smart wrapping
1966 a function to make text buffer contiguous
1968 2001-10-03 [paul] 0.6.2claws16
1970 * sync with sylpheed 0.6.2cvs10
1975 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
1976 close bug "[ #466566 ] compile error on mdk 8.0" by removing
1977 references to chinese translations (hope someone picks up
1980 2001-10-02 [christoph] 0.6.2claws15
1983 fixed non translated header bug
1985 fixed wrong date in alfons last entry ;)
1987 2001-10-02 [alfons] 0.6.2claws14
1989 * src/compose.c, src/prefs_common.[ch]
1990 add block cursor option
1992 2001-10-02 [paul] 0.6.2claws13
1994 * sync with sylpheed 0.6.2cvs9
1996 2001-09-30 [paul] 0.6.2claws12
1998 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
1999 updated translations
2002 add 'src/importldif.c'
2004 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2005 added eudora-to-vCard conversion tool
2006 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2008 * sync with sylpheed 0.6.2cvs8
2012 * sylpheed-0.6.2claws released
2014 2001-09-27 [melvin] 0.6.2claws11
2017 fixed crash when using default path (introduced
2019 fixed tiny bug for initial suggestion mode
2021 2001-09-27 [melvin] 0.6.2claws10
2024 fixed bug where gtkpspell didn't set the path correctly
2027 added a paragraph about spell checking
2031 2001-09-27 [paul] 0.6.2claws9
2033 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2034 replace '// comments' with '/* comments */' to prevent
2035 some compiler warnings
2037 * sync with sylpheed 0.6.2cvs6
2039 2001-09-26 [alfons] 0.6.2claws8
2042 introduce return receipt request notification again,
2043 which was lost because of other semantics in
2044 procheader_parse() (???)
2046 2001-09-26 [christoph] 0.6.2claws7
2049 replace comments for old code with #if 0
2050 readded auto cc, bcc and reply-to
2051 * src/prefs_matcher.c
2052 * src/prefs_scoring.c
2053 removed some definition (was moved to
2056 2001-09-26 [paul] 0.6.2claws6
2059 make 'Follow-up and reply to' sensitive
2061 * more sync with sylpheed 0.6.2cvs5
2068 fixed bug for "US-ASCII" introduced by the encoding code
2074 * src/prefs_common.[ch], src/summaryview.c
2075 'next unread msg' 'go to next folder?' dialog can be
2076 given default behaviour, either always show dialog,
2077 or assume 'yes', or assume 'no'
2078 Submitted by wwp <subscript@free.fr>
2082 * src/compose.c src/gtkspell.[ch]
2083 added support for different encodings
2087 * more sync with sylpheed 0.6.2cvs5
2091 * src/prefs_folder_item.c
2092 add check for item->prefs->default_to string is NULL and
2093 add another check when freeing this string
2098 change to version 0.6.2claws3
2100 * sync with sylpheed 0.6.2cvs5
2103 * src/ldif.[ch], src/importldif.[ch], addressbook.c
2105 * src/addrcache.[ch], addrindex.[ch]
2106 small update for future
2112 added 'Learn from mistakes' option
2113 better handling of quotes in checked words
2116 small update for spell checking stuff
2121 edit a little bit so it complies more with main coding style
2125 * src/folder.[ch], prefs_folder_item.c, compose.c
2126 migrate "request return receipt" folder property
2131 * README.claws **NEW**
2132 (add things of interest for users of main branch
2135 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
2136 re-implement threading per folder option, but store
2137 the setting in folderlist.xml (where it belongs)
2142 fixed bug when compose window is under another window
2143 * src/prefs_common.[ch] src/compose.c
2144 changed 'dictionary_path' to 'dictionary' to be consistent
2145 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
2146 * ac/pspell.m4 src/Makefile.am
2147 dropped PSPELL_PATH macro
2149 updated translations
2151 2001-09-21 [christoph]
2154 added border around header fields
2155 keep header type when new field is added
2157 2001-09-20 [christoph]
2160 more portable debug_print with source filename
2163 more newlines after debug messages
2168 change to version 0.6.2claws2
2170 * sync with sylpheed 0.6.2cvs3
2175 fixed the post-right-click focus pb
2176 fixed crash when 'Spell check all' after dict change
2177 and when cursor is at the end of the text
2178 shift-right-click pops up config menu even on misspelled words.
2185 added pspell to compiled-in features list
2189 * switched to pspell and dropped ispell
2191 new file. autoconf macro for pspell
2193 * configure.in acconfig.h
2194 added pspell support
2196 * src/main.c src/compose.[ch] src/gtkspell.[ch]
2197 * src/prefs_common.[ch]
2198 added pspell support
2200 2001-09-18 [christoph]
2204 replace LOG_MESSAGE with debug_print
2208 added newline after debug message
2210 using __VA_ARGS__ for debug_print macro
2212 ignore Makefile and Makefile.in
2217 change to version 0.6.2claws1
2218 * sync with sylpheed 0.6.2cvs1
2221 * src/prefs_matcher.c
2222 add 'score equal to' option, submitted by
2223 Paul Evans <nerd@freeuk.com>
2225 2001-09-15 [christoph]
2228 comment out menu entry not existing in claws
2230 add debug output for non existing menu entries
2232 fix next/prev unread message for ignored threads
2234 add sourcefile and line number to debug output
2235 otherwise it is sometimes hard to find the
2236 source code part if debug messages are translated
2241 refresh target folder style after colour is changed
2246 change to version 0.6.1claws3
2248 * sync with sylpheed 0.6.1cvs6
2253 fix target folder colourization to use user selected colour
2258 fix crash when message that is marked for copy/move is unmarked
2263 change to version 0.6.1claws2
2265 * sync with sylpheed 0.6.1cvs3
2270 fix bug with default font used for trash folder text
2274 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2275 updated translations
2278 change to version 0.6.1claws1
2280 * sync with sylpheed 0.6.1cvs2
2285 add Match's new addressbook
2288 updated translation submitted by Jens Oberender
2293 change to 0.6.1claws
2294 * sync with sylpheed 0.6.1 release
2299 change to 0.6.0claws2
2301 * sync with sylpheed 0.6.0cvs4
2304 updated translation submitted by Fabio Junior Beneditto
2318 change to version 0.6.0claws1
2320 * sync with sylpheed 0.6.0cvs1
2323 updated translation submitted by Ricardo Mones Lastra
2326 add 'src/prefs_templates.c'
2328 * src/compose.c, src/summaryview.c
2329 fix segfault on 'Re_edit'
2333 * configure.in, Makefile.am
2335 add tools directory to source distribution
2340 change to version 0.6.0claws
2342 * sync with sylpheed 0.6.0 release
2344 2001-08-30 [christoph]
2347 removed autoconf version check
2351 * src/account.c, src/compose.c, src/prefs_common.[ch]
2352 * src/procheader.[ch] src/utils.[ch]
2353 Enhanced automatic account selection on replies
2354 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
2357 add LDAP and JPilot to the configuration results output.
2359 2001-08-29 [christoph]
2362 no bold font for ignored threads
2367 change to version 0.5.3claws6
2369 * sync with sylpheed 0.5.3cvs10
2370 src/stringtable.[ch]: New Files
2372 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
2373 * src/pixmaps/sylpheed.xpm
2374 add mini-icons to windows (by Alfons)
2379 new functions: next_labeled_cb(), prev_labeled_cb()
2382 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
2383 summary_select_next_labeled(), summary_select_prev_labeled()
2385 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
2386 give claws blue folders and a blue trash can
2391 change to version 0.5.3claws5
2393 * sync with sylpheed 0.5.3cvs9
2394 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
2396 2001-08-24 [christoph]
2399 keep filename when browsing directories
2400 (not working for user entered filename, but
2401 for default name and selected filename from
2404 fixed wrong spelling "Folllow-up"
2408 fixed new/unread message count with ignored
2409 threads (2 commits, first didn't notice no
2410 longer needed decreasing)
2412 readded scrolling of progress dialog
2418 change to 0.5.3claws4
2420 * sync with sylpheed 0.5.3cvs7
2422 2001-08-24 [christoph]
2425 set request return receipt when replying
2426 if it is set is the folder prefs of the
2429 disable final error popup if popups are
2430 disabled in config (again)
2435 Change version number to 0.5.3claws3
2437 * sync with sylpheed 0.5.3cvs5
2440 double quote '%s' in 'gedit %s' to fix bug when
2441 opening attachment with spaces in the name
2444 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
2445 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
2446 initial message templates support
2452 change version number to 0.5.3claws2
2454 * sync with sylpheed 0.5.3cvs4
2456 * src/procmsg.h src/summaryview.c
2457 re-implement (un)ignore thread
2462 remove unnecessary code
2464 enable 'dynamic' signatures (submitted by
2465 Eric Limpens <eric@hscg-internet.nl>)
2469 clean up after sync with sylpheed 0.5.3 release
2472 fix re-introduced font mess, see Christoph's
2477 use sylpheed's small font instead of
2478 gtk default font for summary view
2484 add pl to ALL_LINGUAS - sync with main branch
2486 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2487 Updated. Translations by Jens Oberender, Ricardo Mones
2488 Lastra, Alfons, and Fabio Junior Beneditto respectively.
2490 * po/pl.po ** NEW FILE **
2491 sync with the main branch
2494 fix target folder colorizing and refresh problem
2497 2001-08-17 [christoph]
2500 claws uses 4 colors for target folder coloring.
2501 arrays were not long enough and destroyed the
2502 stack causing a segfault.
2503 target folder colorizing does not work anymore
2509 change to version 0.5.3claws1
2511 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
2512 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
2513 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
2515 sync with sylpheed 0.5.3 release, but keep claws method of
2516 configuring/saving fonts
2518 * src/addressbook.[ch]
2519 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
2520 in line with a similar change in Hiroyuki's branch
2522 * src/mainwindow.[ch]
2523 disable main_window_set_thread_option()
2524 * src/prefs_folder_item.c
2525 comment out &tmps_prefs.enable_thread,
2526 * src/mbox_folder.c, src/procmsg.[ch]
2527 comment out MSG_IS_IGNORE_THREAD
2529 comment out summary_ignore_thread() and summary_unignore_thread()
2530 comment out MSG_IS_IGNORE_THREAD
2532 use Hiroyuki's threading instead.
2539 use Hiroyuki's 0.5.3 column scheme but also
2540 include the enable/disable button.
2541 * src/pixmaps/mark.xpm
2542 add Hiroyuki's amended pixmap
2544 2001-08-13 [christoph]
2547 receive at get all column showed wrong state for APOP
2548 button should only work for POP3 and APOP accounts
2549 * src/prefs_account.c
2550 added missing preprocessor statement for SSL
2555 add 'receive at get all' column and enable/disable
2558 2001-08-06 [christoph]
2561 show usage of SSL in protocol column
2567 * src/prefs_account.[ch]
2568 moved ssl options to a new page
2574 added support for SMTP STARTTLS command
2576 2001-08-05 [christoph]
2579 debian autoconf needs version check to find
2580 correct autoconf version. if the file is
2581 named configure.in 2.13 is used, which does
2582 not work with this configure.in script.
2583 other solution would be to rename the script
2584 to configure.ac as suggested in the autoconf
2588 disable final error popup if popups are
2593 fixes IMAP over SSL problem
2598 change to 0.5.2claws1
2600 * sync with sylpheed 0.5.2cvs1
2605 quick fix for ispell detection...
2610 change to 0.5.1claws4
2612 * sync with sylpheed 0.5.1cvs7
2616 * src/prefs_common.c, src/prefs_common.h,
2617 src/gtkspell.c, src/gtkspell.h
2618 add global spelling checker settings (compose tab) +
2619 selection of dictionary
2622 guess valid ispell location
2627 removal of 'src/quote_fmt_parse.c'
2630 (submitted by Jens Oberender <didge@suse.de>)
2635 * src/folderview.[ch]
2638 * src/prefs_common.[ch]
2640 target folder colourization
2644 more sync with Sylpheed 0.5.1cvs6
2649 * src/prefs_folder_item.[hc]
2651 shared folders support with a GUI
2657 * sync with Sylpheed 0.5.1cvs6
2663 (submitted by Fabio Junior Beneditto)
2669 patch to correct bad image mime headers
2670 (submitted by Don Quijote <dq@searchlores.org>)
2674 * tools/gif2xface.pl **NEW FILE**
2676 script to convert file.gif to file.xface for
2677 use in a custom header.
2678 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
2683 change macros for detecting JPilot and LDAP
2685 2001-07-27 [christoph]
2688 code cleanup (MIN / MAX warning, needed casting)
2693 disallow setting flags when detecting certain headers
2694 (X-Status, Status, Seen, X-Seen).
2696 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
2698 2001-07-27 [christoph]
2700 * src/prefs_filter.c
2701 * src/prefs_filtering.c
2702 * src/prefs_matcher.c
2703 * src/prefs_scoring.c
2704 scroll list when moving rows up or down
2708 * src/prefs_account.c
2709 * src/prefs_account.h
2711 SMTP over SSL (untested, feedback requested)
2719 * configure.in, acconfig.h
2720 define CLAWS (need this for main / claws detection)
2725 Sylpheed 0.5.1claws2
2727 * sync with Sylpheed 0.5.1cvs4
2729 2001-07-25 [christoph]
2733 item->prefs == NULL (don't know why)
2738 Sylpheed 0.5.1claws1
2740 * sync with Sylpheed 0.5.1cvs1-3
2742 2001-07-24 [christoph]
2745 * src/prefs_folder_item.[ch]
2746 added folderitem preferences dialog with
2747 default To: and auto request return receipt
2751 changes to handle new folderitem preferences
2755 call compose new mail with current folderitem
2759 Release Sylpheed 0.5.1claws
2762 change to release version 0.5.1claws
2764 2001-07-24 [christoph]
2767 fixed segfault that happend when the selected
2768 message was removed while retrieving new messages.
2772 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
2776 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
2777 this is a work in progress, for more information: http://nlpagan.net/sylman
2779 * configure.in, src/mainwindow.c, manual/Makefile.am
2780 add support for English manual
2783 add authors of user manuals
2785 * manual/en/sylpheed*.html
2786 add English documentation
2788 2001-07-22 [christoph]
2793 changed a wrong debug message
2798 update Dutch translation
2800 * src/prefs_filtering.c,
2802 add more translatable strings
2811 * src/inc.c, src/summaryview.[ch]
2812 prevent update of mark file when filtering has done, by
2813 using a variable; this affects two functions:
2814 inc.c::inc_finished()
2815 summaryview.c::summary_show()
2819 * src/filtering.[ch], src/prefs_filtering.c,
2821 add filtering action for label coloring
2826 * added src/labelcolors.c
2827 * added src/labelcolors.h
2828 * src/Makefile.am, src/summaryview.c
2829 rearrange label coloring code
2832 add more parentheses so label colouring works correctly
2835 don't really delete message, but move it to Trash
2837 * src/prefs_matcher.c
2838 add quote options to info dialog
2840 2001-07-20 [christoph]
2846 * src/ssl.[ch] (new)
2847 moved ssl stuff to a seperate file
2852 fix show sender using address book with no e-mail
2853 address in From: field
2857 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
2858 fix messy handling of escaping... now at least the
2859 execute command is useful. escape char is '\', we
2860 accept \n and \r too.
2864 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
2865 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
2874 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
2876 revise filtering; currently move, copy, marking have
2877 been tested. if you like bleeding edge stuff, you
2878 should definitely go for this version :)
2880 * mark old working stuff as VERSION_0_5_0_CLAWS5
2882 2001-07-17 [christoph]
2891 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
2892 bits in the mark file, without affecting either branch. Lots of
2893 files changed, also in claws branch.
2895 UNTESTED: use of mbox folders
2898 added mark all read; however this was a quick hack used for
2899 cleaning up mess after initial merge with Hiroyuki
2902 change claws version number back to 0.5.0claws5 to clear up
2903 confusion & pretension (recent release was technically
2904 0.5.0claws4, so we neatly align with Hiroyuki :-)
2908 sync with Hiroyuki's 0.5.0cvs4
2914 * src/filtering.[ch]
2915 remove invalid updating of mark files for
2916 filter actions MATCHING_ACTION_MOVE and
2917 MATCHING_ACTION_DELETE; this should fix the
2921 revert Christoph's stab at fixing the folder
2925 add missing files with translatable strings
2932 * src/addr_compl.[ch], src/prefs_filtering.c
2933 make "filtering pref dialog's destination entry" an
2934 "address completable entry", if filter destination is
2939 sync with Hiroyuki's 0.5.0cvs2-3
2941 2001-07-15 [christoph]
2944 fixed folder stats update after incorporation
2949 * finish label colouring stuff (for now)
2950 * fix incorrect colour bug (off by one)
2955 change text labels for news and mail message so there's
2956 plenty of toolbar estate left
2963 sync with Hiroyuki's 0.5.0cvs1
2966 more rewrite label colouring
2970 * src/summaryview.[ch]
2971 * start rewrite label colouring
2972 * fix proper location "Add Sender To Addressbook" menu item
2976 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2977 (actually this is 0.5.0claws4)
2982 * fix duplicate message
2983 * add updated Portugese / Brazilian translation
2984 submitted by Fabio Junior Beneditto
2992 add updated Dutch translation
2995 add updated German translation submitted by Jens
2999 Prerelease before 0.5.0claws. Please test.
3000 This version is temporarily tagged as VERSION_0_5_0_TEST
3002 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
3003 src/prefs_scoring.c, src/prefs_matcher.c,
3004 src/prefs_filtering.c, src/mbox.c,
3005 src/main.c, src/inc.c, src/filtering.[ch]
3006 revert new Hoa's new matcher (does not work yet)
3013 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3019 add ChangeLog.claws to EXTRA_DIST
3021 add matcher_parser_parse.h to EXTRA_DIST
3023 2001-07-10 [christoph]
3026 add destination folder to table of
3027 folders that need to be updated after
3034 make collapse state of folders and folder items persistent, i.e.
3035 if you collapse a folder tree, the next time sylpheed-claws starts
3036 up the folder tree remains collapsed.
3038 2001-07-10 [christoph]
3044 renamed MD5_CTX to MD5_CTX_syl
3045 conflicts with a struct in openssl
3048 * src/prefs_account.[ch]
3052 fixed compose with current account
3053 broken by new compose button stuff
3058 changed my email address
3060 * src/matcher_parser_parse.y
3061 clean the parser to remove conflicts
3069 fix incorrect description of --enable-ldap parameter
3071 * src/prefs_common.[ch]
3073 add experimental option "smart wrapping" which makes the
3074 compose editor auto wrap.
3076 | TODO: the problem with the buggy cursor handling is caused |
3077 | by the GtkText. when deleting / backspacing text its |
3078 | wrapping algorithm does not take in account the previous |
3079 | line. should find a way to hack this in. |
3080 | or should perhaps combine this with the word wrapping |
3081 | patch i wrote in january. |
3084 show build parameters for LDAP and JPilot
3087 revert Christoph's bugfix for selecting next unread message,
3088 because folder stats aren't updated correctly
3095 * src/matcher_parser_lex.l
3096 * src/matcher_parser_parse.y
3097 * src/prefs_filtering.c
3098 * src/prefs_scoring.c
3100 bugfix of the config file parser
3105 added generated matcher sources to BUILT_SOURCES
3111 added new config file parser
3114 * src/filtering.[ch]
3116 * src/prefs_filtering.c
3117 * src/prefs_matcher.c
3118 * src/prefs_scoring.c
3119 * added src/matcher_parser.h
3120 * added src/matcher_parser_lex.h
3121 * added src/matcher_parser_lex.l
3122 * added src/matcher_parser_parse.y
3123 lex & yacc config file parser
3128 changes prefs_filtering into global_filtering
3131 build threads with subjects only if "Re: " is at the
3132 beginning of the subject
3138 sync with sylpheed 0.5.0
3139 change of version number only
3145 sync with sylpheed 0.5.0pre5
3149 sync with sylpheed 0.5.0pre4 release
3150 /po and /manual/ja not sync'ed
3154 more sync with sylpheed 0.5.0pre4
3156 2001-07-03 [christoph]
3159 fixed address book broken by address book
3160 for VCard, JPilot, LDAP
3166 stopped memory leaks
3170 more sync with sylpheed 0.5.0pre4
3174 * included address book patch for VCard, JPilot, LDAP
3175 * pref_common.c - fixed Font options on Display tab (cosmetic)
3176 * alertpanel.c - fixed truncated message
3178 2001-07-02 [christoph]
3183 mark threads for ignoring
3189 * sync with sylpheed 0.5.0pre4
3190 updated gettext to 0.10.38.
3196 * src/summaryview.[ch]
3197 new right-click option: Label.
3198 substitute for 'Mark-->Mark/Unmark', colours the line.
3199 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
3201 2001-07-01 [christoph]
3204 fixed font for trash
3206 move ctree to unread message
3210 * sync with sylpheed 0.5.0pre3 release
3216 allow inserting / attaching multiple files in
3222 small change to Alfons' previous stuff so that it
3227 * lots of files changed; first attempt to merge the changes
3228 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
3233 updated and completed, translations by Fabio
3234 Junior Beneditto <fjbeneditto@yahoo.com.br>
3240 allow selecting an attached files' mime type from a
3245 * more sync with sylpheed 0.5.0pre3
3250 merge with sylpheed.pot and pt_BR.po provided by
3251 Fabio Junior Beneditto.
3256 make MIME types case insensitive
3261 merge with sylpheed.pot and old nl.po; translations added.
3265 * more sync with sylpheed 0.5.0pre3
3270 don't crash when removing parent node of messages
3271 attracted by subject. this was caused by not deleting
3272 the parent node from the subject line hash table.
3279 if there are multiple messages selected, allow forwarding
3280 them as attachments.
3284 * more sync with sylpheed 0.5.0pre3
3290 * sync with sylpheed 0.5.0pre3
3295 fixed 'compose news article' bug
3296 from icon-and-text toolbar
3300 * sync with sylpheed 0.5.0pre2 release
3302 2001-06-24 [christoph]
3304 * src/prefs_common.c
3305 bug fix in font selection
3307 use sylpheed's normal font instead of
3308 gtk default font for folders without
3313 * src/mainwindow.[ch]
3314 added composite compose mail / news button (an idea by Leandro
3315 Pereira <leandro@linuxmag.com.br>)
3319 Added instructions for ldif-to-xml.py
3327 * src/pixmaps/stock_news_compose.xpm
3328 added pixmap by Leandro
3329 * src/prefs_common.c
3330 tested built-in spelling checker of GCC 3.0 :)
3332 merged dutch translation of sylpheed-main with
3337 Added tools directory and files.
3339 * tools/filter_conv.pl
3340 converts old filter system to new filtering system
3341 * tools/ldif-to-xml.py
3342 converts netscape addressbook to sylpheed addressbook
3344 descriptions/instructions for above two files
3346 2001-06-23 [christoph]
3349 * src/manage_window.[ch]
3350 * src/prefs_common.[ch]
3351 mail retrieval dialog can be enabled, disabled
3352 or hidden if non of sylpheed's windows is active
3358 * sync with sylpheed 0.5.0pre2
3360 2001-06-21 [christoph]
3363 show recipient on 'from' for all accounts
3366 * src/prefs_common.[ch]
3367 disable error popup on mail receive errors
3372 made the ruler correctly appear and disappear.
3375 removed Hoa's work-in-progress-stuff (interesting!) so
3378 2001-06-20 [christoph]
3381 * src/progressdialog.c
3382 added scrolled window for list in progressdialog
3386 sync with sylpheed 0.5.0pre1 release
3388 2001-06-20 [christoph]
3391 make building threads by subject work when
3392 thread view is enabled
3395 * src/prefs_common.[ch]
3396 automatically select account for mail replys
3400 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
3401 they are filled in from the account settings.
3405 * more sync with sylpheed 0.5.0pre1
3411 added --sysconfdir to CPPFLAGS for pointing to the correct
3412 location of mime.types.
3414 NOTE: make sure you use --sysconfdir when running ./autogen.sh
3420 fixed some bug when building threads
3424 * src/prefs_account.c
3425 UI stuff: More changes to the English
3429 * src/pixmaps/stock_news_compose.xpm: new file
3433 Added new icon for Hoa's 'compose a news
3434 message', plus minor improvements to the
3440 more sync with sylpheed 0.5.0pre1
3446 Follow-up and reply to
3448 * src/summaryview.[ch]
3449 Build threads also with subjects
3454 forwarding use the current account.
3457 the "compose message" button has been replaced with
3458 "new mail" and "new news" buttons
3460 * src/prefs_common.[ch]
3461 added a configuration option to use the forward button
3462 as "forward as attachment"
3463 changed reply and forward format description
3465 * src/quote_fmt_lex.l
3466 * src/quote_fmt_parse.y
3467 added message with no signature in format for reply
3476 Improvements to the English
3478 * src/prefs_common.c
3479 Improvements to the English and some
3480 clarity/continuity improvements in the
3481 description of Quote symbols.
3487 * sync with sylpheed 0.5.0pre1
3492 Better interface for compose, displayed fields
3493 are updated whenever we change account.
3494 Newsgroups field is automatically filled.
3497 Newsgroups field is automatically filled.
3499 * src/prefs_account.c
3500 Some interface stuff when fields appear and
3507 * sync with sylpheed 0.4.99
3511 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
3512 base64_decoder_free, base64_decoder_decode): new object and
3513 functions for decoding base64 streams.
3514 * src/procmime.c (procmime_decode_content): modified to use the
3521 * sync with sylpheed 0.4.99cvs11
3527 * sync with sylpheed 0.4.99cvs9
3532 * src/prefs_account.c
3534 SMTP server can be defined in the news account
3535 mime type of attachment are kept.
3539 now choose the highest important score between default
3540 and important score of folder.
3544 * src/prefs_common.c:
3546 (prefs_quote_description_create): corrected description of
3547 quote format characters
3553 * sync with sylpheed 0.4.99cvs8
3557 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
3558 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
3564 * sync with sylpheed 0.4.99cvs7
3568 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
3569 clashes with autogenerated header).
3570 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
3571 * src/Makefile.am: added quote_fmt.h.
3572 * src/.cvsignore: added lex/yacc autogenerated files
3573 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
3579 * sync with sylpheed 0.4.99cvs6
3583 * added src/quote_fmt_parse.h
3588 don't modify readonly configuration files
3590 * src/prefs_account.c
3591 * src/prefs_common.c
3592 * src/prefs_customheader.c
3593 * src/prefs_display_header.c
3594 * src/prefs_filter.c
3595 * src/prefs_filtering.c
3596 * src/prefs_scoring.c
3597 don't open dialog box when configuration files
3602 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
3604 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
3605 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
3606 BUILT_SOURCES to make all files rebuild properly.
3608 * src/compose.c: removed #include "quote_fmt.tab.h".
3610 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
3611 CHARACTER value in yylval.
3613 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
3614 receive CHARACTER value by documented means (yylval).
3616 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
3621 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
3626 * src/prefs_filtering.c
3627 now keep the configuration for execute action
3634 * sync with sylpheed 0.4.99cvs5
3639 added quote_fmt.[ch]
3641 * added src/quote_fmt.y
3642 * added src/quote_fmt.l
3643 * added src/quote_fmt.tab.h
3644 * added src/quote_fmt.tab.c
3645 * added src/lex.quote_fmt.c
3646 parsing configuration for replying
3649 * src/prefs_common.[ch]
3650 added configuration UI for replying
3654 using configuration for replying
3662 * src/prefs_filtering.c
3663 * src/prefs_matcher.c
3664 * src/prefs_matcher.h
3665 action "run a command" for filtering
3666 and matching with a command.
3667 fixed the "whole message" matching
3670 changed temporary filename for security
3673 queue the notification if it fails to send.
3675 * src/prefs_common.c
3676 * src/prefs_folder_item.c
3677 changed the default important score
3679 * src/prefs_scoring.c
3681 hide kill score input when the folder is not
3686 * src/prefs_common.c:
3688 (prefs_font_select): pass font name in font entry box to font
3693 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
3697 * sync with sylpheed 0.4.99cvs4
3701 * src/headerwindow.c:
3703 (headerwindow_show_cb): use the selected summary view item, not
3708 * src/headerwindow.c:
3710 (headerwindow_show_cb): always try to show msginfo
3715 keep attached parts when reediting or forwarding.
3720 * src/prefs_folder_item.[ch]
3721 * src/prefs_scoring.[ch]
3723 * src/summaryview.[ch]
3726 * src/prefs_common.[ch]
3727 support for folder scoring
3728 kill score and important score for messages
3730 * src/prefs_account.c
3731 some display bug fixed for local account