1 2002-01-06 [alfons] 0.6.6claws42
4 try making the separate windows work again...
6 2002-01-06 [alfons] 0.6.6claws41
9 adapt Hiro's separate window menu (to get rid of the funny
10 duplicate menu items), and make it work again
12 2002-01-06 [alfons] 0.6.6claws40
17 * tools/README.sylprint
18 add sylprint script for printing mails from Sylpheed
19 (contributed by Ricardo Mones Lastra)
24 2002-01-06 [melvin] 0.6.6claws39
28 Fixed crash introduced in 0.6.6claws38 by the menu
29 reorganisation (Hide read messages)
32 Fixed typo (we are now in 2002, alfons ;) )
34 2002-01-05 [alfons] 0.6.6claws38
36 * sync with sylpheed 0.6.6cvs10-17
37 (last stuff marked as LAST_STABLE)
39 2002-01-04 [melvin] 0.6.6claws37
42 Made account selection code use strcasestr again instead of
43 g_strcasecmp (fixes bug where reediting queued messages
44 did not select proper account reported by T. Link).
47 Fix bug where folder icons are not shown when 'hide read messages'
50 * src/stock_pixmaps.[ch]
51 Added folder icons for 'hide read messages'.
54 Fixed bug where 'Enter' in a header entry will send the message
55 if 'CTL-Enter' was chosen as a shorcut for sendind.
57 2002-01-03 [melvin] 0.6.6claws36
60 Added popup menu for common preferences and
61 account preferences (right click on tab displays
64 2002-01-02 [melvin] 0.6.6claws35
67 Made spelling code compatible with undo/redo feature.
68 Added creation of suggestion mode menu for the general
71 * src/prefs_common.[ch]
72 Added option menu for the speller's suggestion mode.
73 Added missing spaces in "..." buttons and made a "..."
74 button non translatable!
77 Made speller use the default suggestion mode.
78 Hack to make it possible to choose 'CTRL-Enter' as a
79 shortcut for sending (and only for sending).
81 * src/prefs_folder_item.c
82 Changing subject simplification does not update cache
83 anymore (because it is unnecessary).
84 Fixed bug where changing subject simplification updated the
85 summaryview even when the viewed folder is not the
86 folder which properties are being changed. (E.g.
87 viewing folder A and changing
88 the subject simplification of
89 folder B -not being viewed- updated the
90 summaryview of folder A with data of
91 folder B). (Hope this is clear... )
93 2001-12-31 [alfons] 0.6.6claws34
97 fgetc() returns a signed integer which doesn't
98 fit in a char. so c truncates this to a char
99 but we may lose significant bits. i.e. we may
100 comparing 0xFF which may not be equal to -1
101 unless properly casted to signed char which
102 we won't do because fgetc() returns a signed
103 integer which doesn't fit in a char. so c
104 truncates this to a char but we may lose
105 significat bits. (you got the idea, thanks
106 to Gustavo Noronha Silva <kov@debian.org>
107 and the Debian folks!)
109 2001-12-30 [alfons] 0.6.6claws33
112 add #ifdef USE_PSPELLs that Melvin forgot
114 2001-12-30 [melvin] 0.6.6claws32
116 * src/prefs_common.[ch]
117 Added configurable color for misspelled words.
120 Fixed bug of foreground text color (reported by David
122 Added configurable color for misspelled words.
124 2001-12-30 [alfons] 0.6.6claws31
127 remove unnecessary things someone put there
131 make folder properties (like threading and sorting) persistent
132 (closes bug #497424 "rescan folder tree resets proprieties")
133 currently this is only for MH folders.
135 2001-12-29 [melvin] 0.6.6claws30
137 * src/string_match.[ch]
138 Optimized a bit: regexp pattern buffer compiled only once, and
139 one subroutine call removed. Fixed ^ regexp search: Now,
140 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
143 Subject filtering changed to filter summary columns and
144 not directly the messages subject cache. The loss in
145 performance is balanced by the improvement of string_match.
146 Added an alert panel if there is an error in the regexp.
148 * src/src/prefs_folder_item.h
149 Added a regexp pattern buffer.
151 2001-12-28 [alfons] 0.6.6claws29
153 * src/string_match.[ch]
155 allow compilation *BSD
157 2001-12-27 [alfons] 0.6.6claws28
160 sync the Hiro's bug fix for BSD
162 2001-12-27 [melvin] 0.6.6claws27
165 Simplify focus to subject entry code.
167 2001-12-27 [darko] 0.6.6claws26
173 * src/procheader.[ch]
175 * src/stock_pixmap.[ch]
177 Show key icon for encrypted mails in summary view
179 * src/pixmaps/clip.xpm
180 * src/pixmaps/clipkey.xpm
181 * src/pixmaps/key.xpm
182 New/modified icons for the above
184 2001-12-27 [melvin] 0.6.6claws25
187 Put spell checker options in a separate tab to decrease
188 the Common Preferences window height.
191 Update spell checker usage instruction about its options
194 2001-12-27 [melvin] 0.6.6claws24
197 Changed subject entry widget position. Initial focus is
198 on the To header instead of the subject entry.
199 Creating a new header scrolls the header list to make the
200 created one visible. Nevertheless, when automatically filling
201 headers, the first one is shown.
202 A Tab key press in the last empty header entry zips the
203 focus to the subject entry.
204 (I did not change the combo boxes, yet)
206 2001-12-26 [alfons] 0.6.6claws23
208 * src/prefs_account.c
210 allow default inbox to reside in another mailbox (only
211 works for POP3 accounts)
213 2001-12-26 [alfons] 0.6.6claws22
216 make reply-on-click work with the account of the selected folder
218 put a fixme here to remind me to fix finding correct default
219 account for nested folders
221 2001-12-25 [alfons] 0.6.6claws21
224 make column headers display locked and mark pixmaps (idea by Melvin)
225 fix bug by adding score and locked column type to sort array
227 2001-12-25 [alfons] 0.6.6claws20
230 catch a *potentially* inadvertent write back of
231 the message cache(s) introduced by 0.6.5claws37
233 2001-12-25 [christoph] 0.6.6claws19
235 * src/stock_pixmap.[ch]
237 add ignore thread pixmap
238 (can someone draw a better icon for this?)
240 2001-12-24 [alfons] 0.6.6claws18
242 * src/prefs_folder_item.c
243 make address completion actually work for the
244 Default To address in the Folder Property dialog.
246 2001-12-24 [alfons] 0.6.6claws17
249 use new style regexp for subject stripping
250 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
252 2001-12-24 [darko] 0.6.6claws16
256 move GPG related informational messages to debug mode
258 2001-12-23 [alfons] 0.6.6claws15
260 * src/stock_pixmap.[ch]
262 add the forgotten Claws' locked pixmap
264 2001-12-23 [alfons] 0.6.6claws14
267 accept file name typed in entry in multi file
268 selector (patch submitted by Gustavo Noronha Silva
271 2001-12-23 [alfons] 0.6.6claws13
274 * src/prefs_filtering.c
277 clean up a little bit
280 validate input strings a little bit more
282 2001-12-23 [alfons] 0.6.6claws12
286 * src/string_match.[ch] ** NEW **
287 * src/folderview.[ch]
290 * src/prefs_folder_item.[ch]
291 add subject simplification to strip out strings from
292 a subject line (esp. handy for mailing lists).
293 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
294 but slightly changed things for better integration.)
296 2001-12-23 [alfons] 0.6.6claws11
299 fix bug introduced by submission included in 0.6.5claws52.
300 ideally this submission should clean the trash if any trash
301 folder has a message. however, the hasTrash variable was
302 set to false whenever a trash folder was empty (discarding
303 a previously found *filled* trash folder.)
305 also edited the code a little bit and made it more safe.
307 2001-12-22 [alfons] 0.6.6claws10
310 quick fix for Martin Pool's omission of an account
313 2001-12-22 [alfons] 0.6.6claws9
320 better support for multipart/digest (submitted
321 by Fredrik <e98fo@efd.lth.se>)
323 2001-12-22 [alfons] 0.6.6claws8
326 correct function signature
329 * src/prefs_account.[ch]
330 allow IMAP over SSH tunnel (patch submitted by
331 Martin Pool <mbp@samba.org>)
333 2001-12-21 [alfons] 0.6.6claws7
335 * sync with sylpheed 0.6.6cvs4-9
336 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
338 2001-12-21 [christoph] 0.6.6claws6
341 * src/prefs_folder_item.[ch]
342 implement saving of outgoing messages to current folder.
343 fix segfault when no default outbox is available
346 2001-12-21 [carsten] 0.6.6claws5
349 pressing CTRL while DND does now the expected thing and
350 copies the mail (moving is still the default, as this
351 seam more appropriate for handling mails by DND)
353 2001-12-18 [paul] 0.6.6claws4
355 * sync with sylpheed 0.6.6cvs3
356 see ChangeLog entries 2001-12-18
358 2001-12-18 [hiro] 0.6.6claws3
361 fix for multibyte characters (obtain the number of letters
364 2001-12-17 [paul] 0.6.6claws2
366 * sync with sylpheed 0.6.6cvs1
367 see ChangeLog entry 2001-12-16
369 2000-12-17 [alfons] 0.6.6claws1
374 2001-12-16 [paul] 0.6.6claws
377 * Release version 0.6.6claws, cvs tag: rel_0_6_6
380 last minute sync with main 0.6.6
383 updated by Ricardo Mones Lastra
384 update for last minute sync
387 update for last minute sync
389 updated by Jens Oberender
391 updated by Fabio Junior Beneditto
393 * src/prefs_common.[ch]
395 number of undo levels is user configurable
396 (squeeze it into the release in the dying
397 moments) Submitted by Jens Oberender
402 updated french translation
404 2001-12-15 [paul] 0.6.5claws92
406 * sync with sylpheed 0.6.5cvs28
407 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
410 update to allow for sync
415 update dutch translation
417 2001-12-14 [carsten] 0.6.5claws91
419 fixed bug #473785; also after changing the column order
420 the same message will be selected and displayed as before
423 2001-12-14 [carsten] 0.6.5claws90
425 probably found the bug reported by wwb opening or closing
426 a folder tree just before dnd (found the solution in the
427 balsa source -- thanks to them)
429 2001-12-14 [carsten] 0.6.5claws89
432 moved gtk_clist_moveto to the right place, so that
433 only the accounts dialog is effected on opening
435 2001-12-14 [carsten] 0.6.5claws88
437 gtkut_clist_set_focus_row does a gtk_clist_moveto
438 now, so that the focused row will be seen in any case
439 (reported by wwp on sf-claws-user)
441 2001-12-14 [darko] 0.6.5claws87
444 remove unnecessary line
446 2001-12-14 [paul] 0.6.5claws86
448 * sync with sylpheed 0.6.5cvs27
449 see ChangeLog entries 2001-12-14
451 2001-12-14 [carsten] 0.6.5claws85
453 following a suggestion of Melvin the rcoabm pops up
454 right under the button now and the button is reliefed
455 while the popup is open
457 2001-12-14 [darko] 0.6.5claws84
460 fix crash when wrapping long lines if linewrap quotation
461 is disabled and wrapper encounters a word spanning more
464 2001-12-13 [paul] 0.6.5claws83
467 prefer 'Reply-To' header over mailing list header when
468 replying to a message. Finally prevent all those confirmation
469 messages being sent to the list itself.
472 remove unused summary_set_menu_sensitive() entry
474 2001-12-13 [paul] 0.6.5claws82
477 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
478 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
479 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
480 improvements to 'Hide read messages': Inbox, Outbox,
481 Trash, Queue, and Draft icons now reveal presence of hidden
484 2001-12-12 [alfons] 0.6.5claws81
486 0.6.5claws80 was tagged as LAST_STABLE
490 * src/matcher_parser_lex.c
491 fix the filtering; my last attempt to get it right,
492 if it does not work, it's Hoa's turn. ;-)
494 for my honourable peers:
496 the code now makes a clear distinction between
497 rules as they are displayed (probably escaped),
498 and as they are executed (probably unescaped). the
499 parser does *NOT* do any unescaping, this is
500 the task of the matcher.c (which breaks up a
501 rule into condition) and the filtering.c (which
502 breaks up the rule's action). to make this
503 run happily we provide an unescaped copy of
504 crucial strings to the MatcherProp and
505 FilteringAction structures. note that the only
506 exception to this is any REGEXP string. those
507 are directly passed to regcomp() and regexp()
508 (who have much more powerful unescape functions).
512 you can escape tab (\t), carriage return (\r),
513 linefeed (\n), form feed (\f), quote (\"),
514 single quote (\'), bell (\b) in all the entry
515 lines in the scoring & filtering dialogs.
516 as an added bonus this should not affect
517 existing filtering rules.
519 2001-12-12 [carsten] 0.6.5claws80
523 "item(s) selected" is now sensitive to 1 or more
524 than one selected (nice for language where simple
525 adding of a "s" is not possible as German (Eintrag
528 the "forward as attachment" entry from the right
529 click menu removed, "forward" acts following the
533 reverted my former changes; so compiler warning again
534 but there's more GTK_TEXT/GTK_STEXT mixing on other places
538 "search in message" does now *not* only work in MVIEW_TEXT
539 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
543 removed "/File/_Close" as it was the same as "/File/E_xit"
544 and we don't need it two times
546 the separate folder view and message view now get a distinct
547 WMCLASS, just in case someone is using sawfish ;-)
549 as the menu entries "/View/Message view" and "/View/Folder tree"
550 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
551 make them sensitive accordingly and as these two are "shown"
552 after startup anytime check this menuitem at startup
554 2001-12-12 [paul] 0.6.5claws79
557 fix sensitivity of 'Search folder...', broken in
563 2001-12-11 [carsten] 0.6.5claws78
565 fixed two typos returning a wrong FALSE/TRUE
566 * src/mainwindow.[ch]
567 extra menu for email/news button removed
569 2001-12-11 [alfons] 0.6.5claws77
571 * src/matcher.c (1.3)
572 * src/matcher_parser_lex.l (1.28)
573 revert for another attempt
574 mark 0.6.5claws77 as LAST_STABLE
576 2001-12-11 [christoph] 0.6.5claws76
579 fixed wrong translation for prev. unread msg
581 2001-12-11 [paul] 0.6.5claws75
586 * src/summaryview.[ch]
587 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
588 enable ability to hide read messages on per folder basis via
589 '/Summary/Hide read messages'; when selected, a folder will
590 have a red open folder icon, instead of a blue icon, if the
591 folder contains hidden messges
592 submitted by Thomas Link <t.link.tmp200101.gmx.net>
595 remove '/Message/Forward as attachment' from
596 main_window_set_menu_sensitive() to prevent debug warning
600 Clean up some of the English
602 * tools/newscache_clean.pl
603 allow for new 'hidereadmsgs' entry in folderlist.xml
606 updated translation, submitted by Ricardo Mones Lastra
608 2001-12-11 [paul] 0.6.5claws74
610 * sync with sylpheed 0.6.5cvs25
611 see ChangeLog entry 2001-12-11
613 2001-12-10 [alfons] 0.6.5claws73
616 add more control characters
617 * src/matcher_parser_lex.l
618 make escaping / unescaping work again
620 2001-12-10 [alfons] 0.6.5claws72
623 clean up warnings "returning value for void function"
624 * src/prefs_filtering.c
625 make info button for execute action sensitive
627 2001-12-10 [paul] 0.6.5claws71
632 fix: imap server now gets informed of MARKED, UNMARKED
633 and REPLY events. Now people can use different IMAP-Mail
634 clients and have the exact same information about MARKED,
635 UNMARKED and REPLY status with all of them. Especially
636 useful for imap servers with a web-frontend.
637 submitted by Tobias Sandhaas <medlor@web.de>
639 2001-12-09 [melvin] 0.6.5claws70
642 fixed bug #490076 (hunted down by Alfons who implemented
643 a workaround in 0.6.5claws65)
645 2001-12-09 [christoph] 0.6.5claws69
648 set pointer to string in LOCKED column to NULL
649 (might fix bug #490800)
651 2001-12-09 [carsten] 0.6.5claws68
654 resolved some cluttered menu shortcuts
655 ('creating new email' and 'creating news message'
658 wmclass now distinc from main window
661 email/news and forward button functionality similar
662 to the reply buttons; removed the ugly dropdown arrows
663 and use instead the right mouse button
665 2001-12-09 [paul] 0.6.5claws67
669 allow spaces in imap folder names
670 submitted by Willem van Engen <wvengen@stack.nl>
672 2001-12-09 [paul] 0.6.5claws66
674 * sync with sylpheed 0.6.5cvs24
675 see ChangeLog entry 2001-12-09
677 2001-12-08 [alfons] 0.6.5claws65
680 prevent secondary selection claim after "add to sender" dialog
681 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
682 we trick GTK by simulating a click at (0, 0) in the textview.
684 2001-12-08 [hoa] 0.6.5claws64
687 fixed a bug about the .processing folder name while filtering
689 2001-12-08 [alfons] 0.6.5claws63
692 work around problem of not correctly updating folder stats
693 when deleting messages. there's some folder scanning evil
694 going so the folderview_update_msg_num() does not work
695 correctly. need to investigate this.
697 2001-12-08 [paul] 0.6.5claws62
699 * sync with sylpheed 0.6.5cvs23
700 see ChangeLog entry 2001-12-08
702 2001-12-07 [christoph] 0.6.5claws61
705 fix another header translation problem
707 2001-12-07 [alfons] 0.6.5claws60
710 make filtering also work on local spool mbox
712 2001-12-07 [carsten] 0.6.5claws59
714 addressbook window gets a wmclass distinct from the main
717 * src/mainwindow.[ch]
718 forward menu item will use mode selected in prefs, forward
719 as attatchment in menu removed (will be substituted in the
720 toolbar similar to reply buttons)
721 create news message menu entry and news button is now
722 sensitive to the existance of a news account
723 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
724 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
725 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
726 these are removed because the toolbar buttons don't show
727 the quoting modus any longer
731 * tools/newscache_clean.pl ** NEW FILE **
732 perl script to do some tidying up in the newscache directory
734 * tools/sylpheed-switcher ** NEW FILE **
735 perl script to enable easy switching between main and claws
738 added descriptions of the two new perl scripts
741 2001-12-07 [melvin] 0.6.5claws58
744 fixed a warning during compilation introduced in 0.6.5claws56
746 2001-12-07 [paul] 0.6.5claws57
748 * src/mainwindow.[ch]
750 further usability enhancements to replying with or without
751 quoting via the toolbar, use of Ctrl key is replaced by
753 Submitted by Carsten Schurig
755 2001-12-07 [melvin] 0.6.5claws56
758 hack to fix bug that prevented to make/paste selections
759 after switching between MVIEW_TEXT and MVIEW_MIME views
760 without deselecting the selection first.
762 2001-12-06 [alfons] 0.6.5claws55
766 revise filtering a little bit more, and make sure
767 messages are delivered to the appropriate inbox
768 (perhaps set per account)
770 2001-12-06 [paul] 0.6.5claws54
772 * sync with sylpheed 0.6.5cvs22
773 see ChangeLog entry 2001-12-06
775 2001-12-05 [alfons] 0.6.5claws53
781 more revisions of filtering system
782 (last stable version is marked as LAST_STABLE)
784 | NOTE 1): the filtering system now uses a local folder called
785 | .processing. if filtering fails, check this directory
786 | for missing messages.
788 | NOTE 2): help us find the filtering actions still missing
790 2001-12-05 [paul] 0.6.5claws52
793 fix bug where 'Empty Trash?' pop-up window appears even
794 when Trash is empty, submitted by Jesse Skinner
796 2001-12-05 [melvin] 0.6.5claws51
799 fixed bug #486106 to select correct account when reediting
802 2001-12-04 [alfons] 0.6.5claws50
805 declare markfile in appropriate functions when
806 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
809 2001-12-04 [paul] 0.6.5claws49
811 * sync with sylpheed 0.6.5cvs21
812 see ChangeLog entry 2001-12-04
814 2001-12-03 [christoph] 0.6.5claws48
817 changed translation of undo
820 don't reinvent the wheel to traverse a GNode
822 seperate code to create the compose gui into functions
823 add "Others" page with folder selection for saving copy
825 the folder identifier is saved to queue header
827 save message to folder in queue header
829 2001-12-03 [paul] 0.6.5claws47
831 * sync with sylpheed 0.6.5cvs20
832 see ChangeLog entry 2001-12-03
836 * more sync with sylpheed 0.6.5cvs19
837 see ChangeLog entry 2001-11-29
839 2001-11-30 [paul] 0.6.5claws46
842 remove conflicts introduced by Hoa's last commit
845 make 'Message/Bounce' sensitive
847 2001-11-30 [hoa] 0.6.5claws45
850 slightly change bounce function to add
851 information about the user that bounced the mail
852 in the From header line.
855 permit the use of processing in outbox folder.
857 2001-11-29 [paul] 0.6.5claws44
859 * src/mainwindow.[ch]
861 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
862 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
863 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
864 usability enhancements to the quoting, implements
865 use of Ctrl key to toggle quoting settings
866 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
868 2001-11-29 [paul] 0.6.5claws43
870 * sync with sylpheed 0.6.5cvs19
871 see ChangeLog entry 2001-11-28
873 2001-11-29 [melvin] 0.6.5claws42
875 added enriched.[ch] to the list of files
881 added support to view text/enriched
882 added support to show headers in message view for text/enriched and text/html
883 in non multipart messages
885 2001-11-28 [paul] 0.6.5claws41
887 * more sync with sylpheed 0.6.5cvs18
888 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
890 2001-11-27 [paul] 0.6.5claws40
893 updated translation, submitted by Fabio Junior Beneditto
895 * sync with sylpheed 0.6.5cvs18
896 see ChangeLog entries 2001-11-26 (src/textview.c) and
903 updated translation, submitted by Ricardo Mones Lastra
908 add more translatable strings
910 2001-11-26 [christoph] 0.6.5claws39
913 fixed one more umlaut
915 fix translated header when it should not be translated
917 2001-11-26 [paul] 0.6.5claws38
920 remove '/Message/Add Sender to address book' from
921 main_window_set_menu_sensitive(), prevent debug warning
922 add 'Message/Mark/Mark all read' to mainwin_entries[]
924 2001-11-26 [paul] 0.6.5claws37
927 fix 'recurring unread state' bug
930 * tools/filter_conv.pl
931 read name of top level mailbox from folderlist.xml
932 and presume nothing about its name
934 2001-11-26 [darko] 0.6.5claws36
937 removed functions that are now in gtkutils.c
938 use gtkut_text_is_uri_string() from gtkutils.c
939 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
941 2001-11-26 [paul] 0.6.5claws35
943 * sync with sylpheed 0.6.5cvs16
944 see ChangeLog entries 2001-11-25 and 2001-11-26
946 2001-11-25 [alfons] 0.6.5claws34
948 EXPERIMENTAL!!! Please checkout the last stable version using:
950 % cvs update -r LAST_STABLE -dRAP
952 (Or help us testing this stuff.)
954 * src/filtering.c (1.14)
955 * src/filtering.h (1.6)
957 * src/matcher.c (1.20)
959 * src/procmsg.h (1.14)
960 * src/summaryview.c (1.59)
961 * src/summaryview.h (dunno)
962 revert/merge/sync to as it was before commit
963 on Thu, 19 Jul 2001 10:15:51 -0700.
965 2001-11-25 [hoa] 0.6.5claws33
968 processing mails at startup
971 * src/summaryview.[ch]
972 processing mails when entering folder
974 * src/prefs_filtering.c
977 2001-11-24 [alfons] 0.6.5claws32
979 * src/summaryview.[ch]
980 make summary sort headers work, and also make
981 sure the sort type is stored
983 2001-11-23 [alfons] 0.6.5claws31
985 * src/summaryview.[ch]
986 make lock work like mark
987 disallow deleting messages marked as locked
989 2001-11-23 [alfons] 0.6.5claws30
995 merge undo patch submitted by Jens
997 2001-11-23 [christoph] 0.6.5claws29
1002 fixed gpg signing and encoding
1005 added --status option to get new, unread and total
1006 message count from a running sylpheed
1007 * src/prefs_common.c
1008 temporary fix for reply_with_quote problem
1009 (don't call functions for non existing widget)
1011 one more check for ignored threads but still not
1012 always working correctly. probably a recursive
1013 check for all parents is needed
1015 2001-11-23 [darko] 0.6.5claws28
1018 wrapping on send improvements
1020 fix for GtkSText after last sync with main branch
1021 GTK_TEXT -> GTK_STEXT
1023 2001-11-23 [paul] 0.6.5claws27
1025 * sync with sylpheed 0.6.5cvs14
1026 see ChangeLog entries 2001-11-22 and 2001-11-23
1029 fixed the scrambled umlauts
1030 submitted by Carsten Schurig <Carsten.Schurig@web.de>
1032 2001-11-21 [paul] 0.6.5claws26
1034 * sync with sylpheed 0.6.5cvs12
1035 see 2nd ChangeLog entry dated 2001-11-20
1037 2001-11-20 [paul] 0.6.5claws25
1039 * sync with sylpheed 0.6.5cvs11
1040 see ChangeLog entry 2001-11-19 (src/utils.c)
1045 GTK_TEXT -> GTK_STEXT
1046 fix for wrong comment
1048 2001-11-20 [hiro] 0.6.5claws24
1051 more merges from main branch
1052 removed fatal warnings (uninitialized variables etc.)
1053 some coding style fix
1060 2001-11-19 [hoa] 0.6.5claws23
1063 * src/prefs_scoring.c
1068 * src/matcher_parser_parse.y
1069 * src/prefs_filtering.c
1072 2001-11-19 [alfons] 0.6.5claws22
1074 more of my old things into claws
1077 * src/prefs_common.c
1079 * src/summaryview.[ch]
1080 * src/prefs_summary_column.c
1081 * src/pixmaps/locked.xpm
1082 add indicators for locking of message in summary view
1083 (does not work yet, only visual indicator)
1085 2001-11-19 [paul] 0.6.5claws21
1087 * sync with sylpheed 0.6.5cvs10
1088 see ChangeLog entry 2001-11-19
1090 2001-11-18 [alfons] 0.6.5claws20
1093 remove an inadvertent free I forgot in previous clean up
1095 2001-11-18 [alfons] 0.6.5claws19
1097 * src/filtering.[ch]
1098 clean up & plug leaks
1100 2001-11-18 [paul] 0.6.5claws18
1102 * sync with sylpheed 0.6.5cvs9
1103 see ChangeLog entries 2001-11-17 and 2001-11-18
1105 2001-11-16 [paul] 0.6.5claws17
1107 * sync with sylpheed 0.6.5cvs8
1108 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
1110 2001-11-16 [paul] 0.6.5claws16
1112 * sync with sylpheed 0.6.5cvs7
1113 see ChangeLog entries 2001-11-15 and 2001-11-16
1115 2001-11-15 [hoa] 0.6.5claws15
1118 fix bounce, mails we received couln't be bounced to ourself.
1121 * src/filtering.[ch]
1123 * src/matcher_parser.h
1124 * src/matcher_parser_lex.l
1125 * src/matcher_parser_parse.y
1129 * src/prefs_filtering.[ch]
1131 * src/prefs_matcher.c
1132 * src/prefs_scoring.c
1135 new matcher/filter/score configuration file parser
1136 one unique configuration file => ~/.sylpheed/matcherrc
1137 import in currently automatic, then save are made
1139 one filter per folder and one global filter
1140 (filter of a folder will be used as folder processing)
1143 fix a bug in folder_item_get_identifier
1146 receive receipt return are fixed.
1148 2001-11-14 [alfons] 0.6.5claws14
1151 add things from main branch to make claws compile
1153 2001-11-14 [paul] 0.6.5claws13
1155 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
1156 see ChangeLog entries 2001-11-08 to 2001-11-14
1158 2001-11-14 [hoa] 0.6.5claws12
1163 add "bounce mail" option
1165 2001-11-13 [christoph] 0.6.5claws11
1168 Cleanup a mess i add before commiting
1170 2001-11-13 [hoa] 0.6.5claws10
1173 some fixes when mail are sent or
1176 2001-11-13 [christoph] 0.6.5claws9
1179 Changed two string with the same translation
1183 New mailsending process:
1184 - Always queue message before sending
1185 (message will be saved if sylpheed crashed or
1186 freezes while sending)
1187 - Allow queuing of newspostings
1188 - No copy in outbox before sending
1189 (closes bug #469501)
1190 - No more redundant code for send and send_later
1192 Applied wwp <subscript@free.fr>'s patch that fixes
1193 marks for multiple forwarded messages (+compose.c)
1198 remove things that are now in main branch
1201 update Dutch translation
1203 2001-11-12 [mhadasht] 0.6.5.claws8
1205 * src/prefs_common.c
1206 re-enabled account autoselection feature for forward
1207 and reedit lost during the branch point for SYNC-B4-REL
1209 gtkpspell_get_dict(): more readable code (even if function is
1212 added version number info to 2001-11-12 [hiro] comment.
1214 2001-11-12 [hiro] 0.6.5.claws7
1217 compose_forward(): fixed a bug that forward quote mark
1219 removed unnecessary code.
1220 * src/template_select.[ch]: removed.
1225 :%s/GTK_TEXT/GTK_STEXT/g
1230 revert the undo stuff (this is 0.6.6claws stuff)
1232 2001-11-11 [hoa] 0.6.5.claws6
1235 Insert signature at the end of the text.
1236 Added undo patch but currently disabled
1239 Threading by subject improved.
1241 * added src/undo.[ch]
1242 Undo module for compose dialog box.
1244 2001-11-11 [alfons] 0.6.5.claws5
1247 prevent threading by subject on nodes that have already been
1248 threaded by in-reply-to (as in "circular references in a tree
1249 result in a dead branch")
1251 2001-11-09 [hoa] 0.6.5.claws4
1254 allows creation of mbox folder item from any files.
1256 2001-11-09 [alfons] 0.6.5.claws3
1260 do what I mean and correct threading by subject so it really
1261 ignores attracting lines without "Re: "
1263 2001-11-07 [alfons] 0.6.5.claws2
1267 only attract by subject if a subject line starts with a "Re: "
1271 2001-11-07 [paul] 0.6.5claws1
1273 * sync with sylpheed 0.6.5. release
1274 see ChangeLog entry 2001-11-07
1276 2001-11-07 [paul] 0.6.4claws31
1278 * sync with sylpheed 0.6.4cvs18
1279 see ChangeLog entries 2001-10-30 to 2001-11-07
1280 prefs_templates.[ch] renamed prefs_template.[ch]
1285 add semicolon Hoa forgot ;-)
1288 2001-11-06 [hoa] 0.6.4claws30
1294 threading by subject - empty subject are ignored
1296 2001-11-06 [christoph] 0.6.4claws29
1299 use SSL_peek for sock_gets
1301 removed unneeded pointer in extracting quoted
1302 names implementation
1304 2001-11-06 [melvin] 0.6.4claws28
1307 fixed bug #476792 Selection overtyping with spell checker
1308 fixed bug which could cause a buffer overflow
1311 2001-11-06 [hoa] 0.6.4claws27
1315 threading by subject
1317 2001-11-05 [alfons] 0.6.4claws26
1320 Claws -> Sylpheed (vice versa)
1323 :%s/gtk_text/gtk_stext/g
1324 :%s/GTK_TEXT/GTK_STEXT/g
1325 (thanks to Jonathan Ware for spotting this)
1327 2001-11-04 [christoph] 0.6.4claws25
1330 replace Xalloca + strdup with Xstrdup_a
1332 better implementation of extracting quoted names
1333 from addresses (remove backlashes and ignore
1336 2001-11-04 [alfons] 0.6.4claws24
1339 edit to comply more with coding style
1342 fix bug reported by Kim Schulz. introduced by the patch integrated
1343 in 0.6.4claws15. the code did not check the return value of
1347 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
1349 2001-11-04 [christoph] 0.6.4claws23
1352 * src/prefs_common.[ch]
1353 init some pointers that possibly caused a segfault
1354 reported in the claws-users ML
1356 2001-11-04 [hoa] 0.6.4claws22
1358 * src/grouplistdialog.c
1359 change the names of the nodes in the tree
1362 enhanced mailto syntax as described in
1363 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
1364 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
1367 encode and decode URI (useful when opening URL into
1370 2001-11-03 [hoa] 0.6.4claws21
1372 * src/grouplistdialog.c
1373 a new newsgroups list selection dialog box
1374 with a CTree instead of a CList
1376 2001-11-03 [hoa] 0.6.4claws20
1379 enable property and scoring options when right
1383 fixed bug when nickname were displayed using
1386 2001-11-02 [darko] 0.6.4claws19
1389 new wrap quotation and URL/long words wrapping implementation
1390 * src/compose.c src/gtkstext.[ch]
1391 move gtkstext_strncmp() to gtkstext.c
1393 2001-11-01 [christoph] 0.6.4claws18
1395 * src/prefs_account.c
1396 fixed mess in account settings dialog
1397 * src/prefs_folder_item.c
1398 added label with folder path to dialog
1400 2001-10-31 [match] 0.6.4claws17
1405 fix generation of spurious address book file names.
1406 remove redundant functions.
1408 added missing file names.
1410 2001-10-30 [paul] 0.6.4claws16
1412 * sync with sylpheed 0.6.4cvs6
1413 see ChangeLog entries 2001-10-26 to 2001-10-30
1415 * tools/filter_conv.pl
1416 read folderlist.xml to discover whether the top-level
1417 folder is called 'Mailbox' or 'Mail'
1419 2001-10-29 [paul] 0.6.4claws15
1421 * src/html.c, src/textview.c
1422 activate links in html mail and fix clickable parts
1423 Submitted by Matthieu Dazy <dazy@t-surf.com>
1427 * po/de.po, po/es.po, po/pt_BR/po
1428 updated translations, submitted by Jens Oberender,
1429 Ricardo Mones Lastra, and Fabio Junior Beneditto
1431 2001-10-29 [darko] 0.6.4claws14
1434 fix wrapping for good
1439 undo previous change as it broke the smart wrapping
1441 2001-10-29 [darko] 0.6.4claws13
1444 fix infinite loop when long URL is quoted
1445 (closes bug #475122.
1449 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
1450 import Mutt address book
1451 * src/ldif.[ch] src/importldif.h
1452 modified import LDIF handle user attributes
1454 2001-10-28 [christoph] 0.6.4claws12
1457 fixed that filtering did not work if there
1458 were no filter rules
1459 (closes bug #472003 and better implementation
1462 2001-10-27 [christoph] 0.6.4claws11
1465 make the folder's default account to be used when
1466 replying. (patch by wwp <subscript@free.fr>)
1468 code cleanup, nearly killed all of wwp's patch
1469 for folder's default account in compose
1471 error panel when a folder could not be created
1472 (closes bug #471080 new folder name & already
1478 change prototype of strstr2() that Christoph forgot about
1480 2001-10-26 [christoph] 0.6.4claws10
1483 made search for accounts by email address not case
1486 fixed memory leak in folder_item_get_identifier
1489 fixed wrong strstr2 (should work like strstr)
1491 2001-10-26 [darko] 0.6.4claws9
1493 * src/compose.c src/gtkstext.[ch]
1495 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
1497 2001-10-26 [paul] 0.6.4claws8
1500 ignore css and javascript tags in html mail
1501 case-insensitive, with or without double-quoted
1504 2001-10-26 [paul] 0.6.4claws7
1506 * sync with sylpheed 0.6.4cvs1
1507 see ChangeLog entry 2001-10-26
1509 * src/prefs_account.c, src/prefs_common.c,
1510 src/prefs_summary_column.c
1511 minor improvements to the English
1513 2001-10-25 [alfons] 0.6.4claws6
1517 make GtkSText follow style of GtkText (closes bug
1518 #469211 "text selection while writing message")
1520 do sync with GTK 1.2.10
1522 2001-10-25 [paul] 0.6.4claws5
1525 ignore css tags in html mail
1527 2001-10-25 [darko] 0.6.4claws4
1530 don't declare is_url_string as static function since
1531 we need it in gtkstext.c
1533 remove unused variable
1534 don't wrap long URLs while composing a message
1536 2001-10-24 [christoph] 0.6.4claws3
1539 fix ssl deadlock, when peer closes connection
1541 2001-10-24 [paul] 0.6.4claws2
1543 * src/prefs_common.c
1544 gettextize the gpg ascii-armored warning message
1547 insert a DOS/MAC file into the composed message
1550 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
1552 2001-10-22 [paul] 0.6.4claws1
1554 * sync with sylpheed 0.6.4 release
1555 see ChangeLog entries 2001-10-21
1557 * po/fr.po, po/pt_BR.po
1558 updated by Melvin Hadasht and Fabio Junior Beneditto
1560 2001-10-21 [paul] 0.6.3claws30
1563 insert a DOS text file from the compose window
1564 into the composed message text (removes CRs characters)
1565 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
1567 * tools/filter_conv.pl, tools/README
1568 automatically use ~/.sylpheed as working directory
1569 print out confirmation message on completion
1571 * correct Hoa's last ChangeLog.claws entry
1573 2001-10-20 [hoa] 0.6.3claws29
1575 * src/grouplistdialog.c
1576 bugfix (another ?) to give the right
1577 newsgroups list for each news server.
1581 improve the newsgroups list cache
1583 2001-10-20 [paul] 0.6.3claws28
1585 * sync with sylpheed 0.6.3cvs9
1586 see ChangeLog entry 2001-10-19
1588 * correct Alfons' last ChangeLog.claws entry
1593 fix compilation problems (part of bug #472895)
1595 2001-10-18 [hoa] 0.6.3claws27
1597 * src/grouplistdialog.c
1598 bugfix when we refresh was clicked (bug 472701)
1600 2001-10-19 [christoph] 0.6.3claws26
1603 last header entry should default to "To:" or
1604 "Newsgroups:" and not copy the last entry line
1605 in a new compose window
1606 (closes bug #472686, #470792)
1608 2001-10-19 [paul] 0.6.3claws25
1610 * sync with Sylpheed 0.6.3cvs8
1611 see ChangeLog entries 2001-10-18 and 2001-10-19
1613 2001-10-18 [christoph] 0.6.3claws24
1616 reimplement ignore thread
1618 2001-10-18 [hoa] 0.6.3claws23
1621 * src/grouplistdialog.[ch]
1622 enhanced news subscription interface (feature 469113)
1626 enchanced newsgroup listing,
1627 now, we can get groups informations
1630 2001-10-18 [paul] 0.6.3claws22
1633 remove comment (sync with main branch)
1635 fix 'Re-edit' bug in 'Message' menu
1637 2001-10-17 [christoph] 0.6.3claws21
1640 ignore empty or whitespace only header lines
1642 2001-10-17 [paul] 0.6.3claws20
1644 * sync with sylpheed 0.6.3cvs7
1645 see ChangeLog entries 2001-10-14, 2001-10-16, and
1651 wrap long lines without spaces
1656 * po/es.po, po/nl.po, po/pt_BR.po
1657 updated by Ricardo Mones Lastra, Alfons,
1658 and Fabio Junior Beneditto
1660 * sylpheed-0.6.3claws released
1662 2001-10-15 [melvin] 0.6.3claws18
1665 added summary and detailed installation instructions
1668 Updated, corrected and completed french translation
1670 2001-10-15 [hoa] 0.6.3claws17
1671 * src/grouplistdialog.c
1672 we can choose the newsgroups to display with wildcards
1674 2001-10-15 [christoph] 0.6.3claws16
1678 * src/prefs_folder_item.[ch]
1679 applied wwp <subscript@free.fr>'s folder
1680 default account patch
1682 Fixed wrong translation
1684 2001-10-13 [alfons, christoph, melvin]
1687 solution #2 to solve MT-safety problems defers all GUI related calls
1688 to the main thread using a gtk_idle_add() callback. discussed on
1689 ircnet #sylpheed, with christoph spotting some issues with the
1690 original code, and melvin allowing us to lobotomize his sylpheed.
1692 * src/syldap.[ch], src/main.c
1693 fix race problem in ldap search thread by deferring GUI
1694 stuff to main thread using gtk_idle_add()
1696 2001-10-13 [paul] 0.6.3claws14
1698 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
1699 add Sergey's smtpcred.patch
1700 adds separate username/password setting for SMTP Auth
1701 needed by some servers
1702 (closes feature request #471659)
1704 2001-10-13 [paul] 0.6.3claws13
1706 * src/pgptext.[ch] **NEW FILES**
1707 * src/Makefile.am, src/messageview.c, src/mimeview.c
1708 decrypt ascii-armored gpg text embedded in
1710 Submitted by Jens Jahnke <jan0sch@gmx.net>
1712 2001-10-13 [christoph] 0.6.3claws12
1715 some more details on default to and
1718 init glib threading when ldap is used
1724 2001-10-12 [paul] 0.6.3claws11
1726 * src/prefs_common.[ch], src/rfc2015.c
1727 enable ascii-armored gpg text to be embedded in the
1728 message body, selectable through the 'Privacy'
1729 preferences. Supports encrypting only.
1730 Submitted by Ravemax <ravemax@dextrose.com>
1732 2001-10-12 [paul] 0.6.3claws10
1734 * sync with sylpheed 0.6.3cvs6
1735 see ChangeLog entries 2001-10-11 and 2001-11-12
1738 incorporated mbox folders, scoring, and folder
1739 properties into the sync
1741 2001-10-12 [darko] 0.6.3claws9
1744 describe quotation wrapping
1746 don't treat tab as space to calculate line length properly
1751 correct description of how to make new filtering system work,
1752 add some other things
1755 remove sched_yield() (not necessary / unportable)
1757 2001-10-11 [paul] 0.6.3claws8
1759 * sync with sylpheed 0.6.3cvs3
1760 see ChangeLog entry 2001-10-10
1762 2001-10-10 [christoph] 0.6.3claws7
1765 ignore 2 files created by newer autotools
1766 * src/prefs_folder_item.c
1767 using table for widget alignment
1768 fixed memory leak and broken octal display
1770 fixed segfault caused by lost filename
1771 workaround (closes bug #469551)
1773 2001-10-10 [paul] 0.6.3claws6
1775 * sync with sylpheed 0.6.3cvs2
1776 see ChangeLog entries 2001-10-09 and 2001-10-10
1778 2001-10-10 [darko] 0.6.3.claws5
1781 proper calculation of right margin if smart wrapping is enabled
1783 automatically wrap long lines if wrap quotation is enabled
1785 2001-10-09 [alfons] 0.6.3.claws4
1788 select correct row when deleting last row in the summary view (and
1789 close bug "[ #469104 ] select second last in list when deleting")
1791 2001-10-09 [paul] 0.6.3claws3
1793 * sync with sylpheed 0.6.3cvs1
1794 updated some autotool scripts
1796 2001-10-09 [darko] 0.6.3claws2
1799 new name and mark with Sylpheed comment
1801 smart quotation wrapping a-la VIM
1803 2001-10-08 [paul] 0.6.3claws1
1805 * sync with sylpheed 0.6.3 release
1806 see ChangeLog entry 2001-10-08
1808 2001-10-08 [paul] 0.6.2claws24
1811 more sync with sylpheed 0.6.2cvs12
1812 Fixed the bug that didn't select the last row correctly
1815 2001-10-07 [paul] 0.6.2claws23
1817 * sync with sylpheed 0.6.2cvs12
1818 see ChangeLog entry 2001-10-07
1822 enable jpilot to read unsynch'ed addresses.
1824 * src/editldap_basedn.c
1825 fix segfault when opening dialog.
1827 2001-10-06 [alfons] 0.6.2.claws22
1830 fix bug with summary view selecting last *inserted*
1831 node instead of last *visible* node. remember we
1834 2001-10-06 [paul] 0.6.2claws21
1837 updated translation, contains some fixes and new
1838 translations, submitted by Gustavo Noronha Silva
1841 * src/prefs_common.c
1842 change 'each' to 'every' - fix dubious English
1844 * sync with sylpheed 0.6.2cvs11
1846 2001-10-05 [alfons] 0.6.2claws20
1848 * src/mainwindow.[ch], src/folderview.c
1849 make composite tool button switch between "Compose News"
1850 and "Compose Mail" depending on selected folder
1851 (nifty idea by Kim Schulz <kim@schulz.dk>)
1853 2001-10-05 [paul] 0.6.2claws19
1855 * src/mainwindow.c, src/summaryview.c
1856 fix 'Message/Reply to all', broken in last commit
1859 fix X_BEENTHERE seg fault, thanks to Alfons
1861 2001-10-04 [paul] 0.6.2claws18
1863 * src/compose.[ch], src/mainwindow.c
1864 make "Message/Reply" reply to mailing lists; matches
1865 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
1866 based on portions of the patch submitted by
1867 Junichi Uekawa <dancer@netfort.gr.jp>
1869 2001-10-04 [darko] 0.6.2claws17
1872 better smart wrapping
1874 a function to make text buffer contiguous
1876 2001-10-03 [paul] 0.6.2claws16
1878 * sync with sylpheed 0.6.2cvs10
1883 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
1884 close bug "[ #466566 ] compile error on mdk 8.0" by removing
1885 references to chinese translations (hope someone picks up
1888 2001-10-02 [christoph] 0.6.2claws15
1891 fixed non translated header bug
1893 fixed wrong date in alfons last entry ;)
1895 2001-10-02 [alfons] 0.6.2claws14
1897 * src/compose.c, src/prefs_common.[ch]
1898 add block cursor option
1900 2001-10-02 [paul] 0.6.2claws13
1902 * sync with sylpheed 0.6.2cvs9
1904 2001-09-30 [paul] 0.6.2claws12
1906 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
1907 updated translations
1910 add 'src/importldif.c'
1912 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
1913 added eudora-to-vCard conversion tool
1914 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
1916 * sync with sylpheed 0.6.2cvs8
1920 * sylpheed-0.6.2claws released
1922 2001-09-27 [melvin] 0.6.2claws11
1925 fixed crash when using default path (introduced
1927 fixed tiny bug for initial suggestion mode
1929 2001-09-27 [melvin] 0.6.2claws10
1932 fixed bug where gtkpspell didn't set the path correctly
1935 added a paragraph about spell checking
1939 2001-09-27 [paul] 0.6.2claws9
1941 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
1942 replace '// comments' with '/* comments */' to prevent
1943 some compiler warnings
1945 * sync with sylpheed 0.6.2cvs6
1947 2001-09-26 [alfons] 0.6.2claws8
1950 introduce return receipt request notification again,
1951 which was lost because of other semantics in
1952 procheader_parse() (???)
1954 2001-09-26 [christoph] 0.6.2claws7
1957 replace comments for old code with #if 0
1958 readded auto cc, bcc and reply-to
1959 * src/prefs_matcher.c
1960 * src/prefs_scoring.c
1961 removed some definition (was moved to
1964 2001-09-26 [paul] 0.6.2claws6
1967 make 'Follow-up and reply to' sensitive
1969 * more sync with sylpheed 0.6.2cvs5
1976 fixed bug for "US-ASCII" introduced by the encoding code
1982 * src/prefs_common.[ch], src/summaryview.c
1983 'next unread msg' 'go to next folder?' dialog can be
1984 given default behaviour, either always show dialog,
1985 or assume 'yes', or assume 'no'
1986 Submitted by wwp <subscript@free.fr>
1990 * src/compose.c src/gtkspell.[ch]
1991 added support for different encodings
1995 * more sync with sylpheed 0.6.2cvs5
1999 * src/prefs_folder_item.c
2000 add check for item->prefs->default_to string is NULL and
2001 add another check when freeing this string
2006 change to version 0.6.2claws3
2008 * sync with sylpheed 0.6.2cvs5
2011 * src/ldif.[ch], src/importldif.[ch], addressbook.c
2013 * src/addrcache.[ch], addrindex.[ch]
2014 small update for future
2020 added 'Learn from mistakes' option
2021 better handling of quotes in checked words
2024 small update for spell checking stuff
2029 edit a little bit so it complies more with main coding style
2033 * src/folder.[ch], prefs_folder_item.c, compose.c
2034 migrate "request return receipt" folder property
2039 * README.claws **NEW**
2040 (add things of interest for users of main branch
2043 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
2044 re-implement threading per folder option, but store
2045 the setting in folderlist.xml (where it belongs)
2050 fixed bug when compose window is under another window
2051 * src/prefs_common.[ch] src/compose.c
2052 changed 'dictionary_path' to 'dictionary' to be consistent
2053 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
2054 * ac/pspell.m4 src/Makefile.am
2055 dropped PSPELL_PATH macro
2057 updated translations
2059 2001-09-21 [christoph]
2062 added border around header fields
2063 keep header type when new field is added
2065 2001-09-20 [christoph]
2068 more portable debug_print with source filename
2071 more newlines after debug messages
2076 change to version 0.6.2claws2
2078 * sync with sylpheed 0.6.2cvs3
2083 fixed the post-right-click focus pb
2084 fixed crash when 'Spell check all' after dict change
2085 and when cursor is at the end of the text
2086 shift-right-click pops up config menu even on misspelled words.
2093 added pspell to compiled-in features list
2097 * switched to pspell and dropped ispell
2099 new file. autoconf macro for pspell
2101 * configure.in acconfig.h
2102 added pspell support
2104 * src/main.c src/compose.[ch] src/gtkspell.[ch]
2105 * src/prefs_common.[ch]
2106 added pspell support
2108 2001-09-18 [christoph]
2112 replace LOG_MESSAGE with debug_print
2116 added newline after debug message
2118 using __VA_ARGS__ for debug_print macro
2120 ignore Makefile and Makefile.in
2125 change to version 0.6.2claws1
2126 * sync with sylpheed 0.6.2cvs1
2129 * src/prefs_matcher.c
2130 add 'score equal to' option, submitted by
2131 Paul Evans <nerd@freeuk.com>
2133 2001-09-15 [christoph]
2136 comment out menu entry not existing in claws
2138 add debug output for non existing menu entries
2140 fix next/prev unread message for ignored threads
2142 add sourcefile and line number to debug output
2143 otherwise it is sometimes hard to find the
2144 source code part if debug messages are translated
2149 refresh target folder style after colour is changed
2154 change to version 0.6.1claws3
2156 * sync with sylpheed 0.6.1cvs6
2161 fix target folder colourization to use user selected colour
2166 fix crash when message that is marked for copy/move is unmarked
2171 change to version 0.6.1claws2
2173 * sync with sylpheed 0.6.1cvs3
2178 fix bug with default font used for trash folder text
2182 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2183 updated translations
2186 change to version 0.6.1claws1
2188 * sync with sylpheed 0.6.1cvs2
2193 add Match's new addressbook
2196 updated translation submitted by Jens Oberender
2201 change to 0.6.1claws
2202 * sync with sylpheed 0.6.1 release
2207 change to 0.6.0claws2
2209 * sync with sylpheed 0.6.0cvs4
2212 updated translation submitted by Fabio Junior Beneditto
2226 change to version 0.6.0claws1
2228 * sync with sylpheed 0.6.0cvs1
2231 updated translation submitted by Ricardo Mones Lastra
2234 add 'src/prefs_templates.c'
2236 * src/compose.c, src/summaryview.c
2237 fix segfault on 'Re_edit'
2241 * configure.in, Makefile.am
2243 add tools directory to source distribution
2248 change to version 0.6.0claws
2250 * sync with sylpheed 0.6.0 release
2252 2001-08-30 [christoph]
2255 removed autoconf version check
2259 * src/account.c, src/compose.c, src/prefs_common.[ch]
2260 * src/procheader.[ch] src/utils.[ch]
2261 Enhanced automatic account selection on replies
2262 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
2265 add LDAP and JPilot to the configuration results output.
2267 2001-08-29 [christoph]
2270 no bold font for ignored threads
2275 change to version 0.5.3claws6
2277 * sync with sylpheed 0.5.3cvs10
2278 src/stringtable.[ch]: New Files
2280 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
2281 * src/pixmaps/sylpheed.xpm
2282 add mini-icons to windows (by Alfons)
2287 new functions: next_labeled_cb(), prev_labeled_cb()
2290 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
2291 summary_select_next_labeled(), summary_select_prev_labeled()
2293 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
2294 give claws blue folders and a blue trash can
2299 change to version 0.5.3claws5
2301 * sync with sylpheed 0.5.3cvs9
2302 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
2304 2001-08-24 [christoph]
2307 keep filename when browsing directories
2308 (not working for user entered filename, but
2309 for default name and selected filename from
2312 fixed wrong spelling "Folllow-up"
2316 fixed new/unread message count with ignored
2317 threads (2 commits, first didn't notice no
2318 longer needed decreasing)
2320 readded scrolling of progress dialog
2326 change to 0.5.3claws4
2328 * sync with sylpheed 0.5.3cvs7
2330 2001-08-24 [christoph]
2333 set request return receipt when replying
2334 if it is set is the folder prefs of the
2337 disable final error popup if popups are
2338 disabled in config (again)
2343 Change version number to 0.5.3claws3
2345 * sync with sylpheed 0.5.3cvs5
2348 double quote '%s' in 'gedit %s' to fix bug when
2349 opening attachment with spaces in the name
2352 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
2353 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
2354 initial message templates support
2360 change version number to 0.5.3claws2
2362 * sync with sylpheed 0.5.3cvs4
2364 * src/procmsg.h src/summaryview.c
2365 re-implement (un)ignore thread
2370 remove unnecessary code
2372 enable 'dynamic' signatures (submitted by
2373 Eric Limpens <eric@hscg-internet.nl>)
2377 clean up after sync with sylpheed 0.5.3 release
2380 fix re-introduced font mess, see Christoph's
2385 use sylpheed's small font instead of
2386 gtk default font for summary view
2392 add pl to ALL_LINGUAS - sync with main branch
2394 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2395 Updated. Translations by Jens Oberender, Ricardo Mones
2396 Lastra, Alfons, and Fabio Junior Beneditto respectively.
2398 * po/pl.po ** NEW FILE **
2399 sync with the main branch
2402 fix target folder colorizing and refresh problem
2405 2001-08-17 [christoph]
2408 claws uses 4 colors for target folder coloring.
2409 arrays were not long enough and destroyed the
2410 stack causing a segfault.
2411 target folder colorizing does not work anymore
2417 change to version 0.5.3claws1
2419 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
2420 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
2421 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
2423 sync with sylpheed 0.5.3 release, but keep claws method of
2424 configuring/saving fonts
2426 * src/addressbook.[ch]
2427 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
2428 in line with a similar change in Hiroyuki's branch
2430 * src/mainwindow.[ch]
2431 disable main_window_set_thread_option()
2432 * src/prefs_folder_item.c
2433 comment out &tmps_prefs.enable_thread,
2434 * src/mbox_folder.c, src/procmsg.[ch]
2435 comment out MSG_IS_IGNORE_THREAD
2437 comment out summary_ignore_thread() and summary_unignore_thread()
2438 comment out MSG_IS_IGNORE_THREAD
2440 use Hiroyuki's threading instead.
2447 use Hiroyuki's 0.5.3 column scheme but also
2448 include the enable/disable button.
2449 * src/pixmaps/mark.xpm
2450 add Hiroyuki's amended pixmap
2452 2001-08-13 [christoph]
2455 receive at get all column showed wrong state for APOP
2456 button should only work for POP3 and APOP accounts
2457 * src/prefs_account.c
2458 added missing preprocessor statement for SSL
2463 add 'receive at get all' column and enable/disable
2466 2001-08-06 [christoph]
2469 show usage of SSL in protocol column
2475 * src/prefs_account.[ch]
2476 moved ssl options to a new page
2482 added support for SMTP STARTTLS command
2484 2001-08-05 [christoph]
2487 debian autoconf needs version check to find
2488 correct autoconf version. if the file is
2489 named configure.in 2.13 is used, which does
2490 not work with this configure.in script.
2491 other solution would be to rename the script
2492 to configure.ac as suggested in the autoconf
2496 disable final error popup if popups are
2501 fixes IMAP over SSL problem
2506 change to 0.5.2claws1
2508 * sync with sylpheed 0.5.2cvs1
2513 quick fix for ispell detection...
2518 change to 0.5.1claws4
2520 * sync with sylpheed 0.5.1cvs7
2524 * src/prefs_common.c, src/prefs_common.h,
2525 src/gtkspell.c, src/gtkspell.h
2526 add global spelling checker settings (compose tab) +
2527 selection of dictionary
2530 guess valid ispell location
2535 removal of 'src/quote_fmt_parse.c'
2538 (submitted by Jens Oberender <didge@suse.de>)
2543 * src/folderview.[ch]
2546 * src/prefs_common.[ch]
2548 target folder colourization
2552 more sync with Sylpheed 0.5.1cvs6
2557 * src/prefs_folder_item.[hc]
2559 shared folders support with a GUI
2565 * sync with Sylpheed 0.5.1cvs6
2571 (submitted by Fabio Junior Beneditto)
2577 patch to correct bad image mime headers
2578 (submitted by Don Quijote <dq@searchlores.org>)
2582 * tools/gif2xface.pl **NEW FILE**
2584 script to convert file.gif to file.xface for
2585 use in a custom header.
2586 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
2591 change macros for detecting JPilot and LDAP
2593 2001-07-27 [christoph]
2596 code cleanup (MIN / MAX warning, needed casting)
2601 disallow setting flags when detecting certain headers
2602 (X-Status, Status, Seen, X-Seen).
2604 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
2606 2001-07-27 [christoph]
2608 * src/prefs_filter.c
2609 * src/prefs_filtering.c
2610 * src/prefs_matcher.c
2611 * src/prefs_scoring.c
2612 scroll list when moving rows up or down
2616 * src/prefs_account.c
2617 * src/prefs_account.h
2619 SMTP over SSL (untested, feedback requested)
2627 * configure.in, acconfig.h
2628 define CLAWS (need this for main / claws detection)
2633 Sylpheed 0.5.1claws2
2635 * sync with Sylpheed 0.5.1cvs4
2637 2001-07-25 [christoph]
2641 item->prefs == NULL (don't know why)
2646 Sylpheed 0.5.1claws1
2648 * sync with Sylpheed 0.5.1cvs1-3
2650 2001-07-24 [christoph]
2653 * src/prefs_folder_item.[ch]
2654 added folderitem preferences dialog with
2655 default To: and auto request return receipt
2659 changes to handle new folderitem preferences
2663 call compose new mail with current folderitem
2667 Release Sylpheed 0.5.1claws
2670 change to release version 0.5.1claws
2672 2001-07-24 [christoph]
2675 fixed segfault that happend when the selected
2676 message was removed while retrieving new messages.
2680 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
2684 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
2685 this is a work in progress, for more information: http://nlpagan.net/sylman
2687 * configure.in, src/mainwindow.c, manual/Makefile.am
2688 add support for English manual
2691 add authors of user manuals
2693 * manual/en/sylpheed*.html
2694 add English documentation
2696 2001-07-22 [christoph]
2701 changed a wrong debug message
2706 update Dutch translation
2708 * src/prefs_filtering.c,
2710 add more translatable strings
2719 * src/inc.c, src/summaryview.[ch]
2720 prevent update of mark file when filtering has done, by
2721 using a variable; this affects two functions:
2722 inc.c::inc_finished()
2723 summaryview.c::summary_show()
2727 * src/filtering.[ch], src/prefs_filtering.c,
2729 add filtering action for label coloring
2734 * added src/labelcolors.c
2735 * added src/labelcolors.h
2736 * src/Makefile.am, src/summaryview.c
2737 rearrange label coloring code
2740 add more parentheses so label colouring works correctly
2743 don't really delete message, but move it to Trash
2745 * src/prefs_matcher.c
2746 add quote options to info dialog
2748 2001-07-20 [christoph]
2754 * src/ssl.[ch] (new)
2755 moved ssl stuff to a seperate file
2760 fix show sender using address book with no e-mail
2761 address in From: field
2765 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
2766 fix messy handling of escaping... now at least the
2767 execute command is useful. escape char is '\', we
2768 accept \n and \r too.
2772 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
2773 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
2782 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
2784 revise filtering; currently move, copy, marking have
2785 been tested. if you like bleeding edge stuff, you
2786 should definitely go for this version :)
2788 * mark old working stuff as VERSION_0_5_0_CLAWS5
2790 2001-07-17 [christoph]
2799 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
2800 bits in the mark file, without affecting either branch. Lots of
2801 files changed, also in claws branch.
2803 UNTESTED: use of mbox folders
2806 added mark all read; however this was a quick hack used for
2807 cleaning up mess after initial merge with Hiroyuki
2810 change claws version number back to 0.5.0claws5 to clear up
2811 confusion & pretension (recent release was technically
2812 0.5.0claws4, so we neatly align with Hiroyuki :-)
2816 sync with Hiroyuki's 0.5.0cvs4
2822 * src/filtering.[ch]
2823 remove invalid updating of mark files for
2824 filter actions MATCHING_ACTION_MOVE and
2825 MATCHING_ACTION_DELETE; this should fix the
2829 revert Christoph's stab at fixing the folder
2833 add missing files with translatable strings
2840 * src/addr_compl.[ch], src/prefs_filtering.c
2841 make "filtering pref dialog's destination entry" an
2842 "address completable entry", if filter destination is
2847 sync with Hiroyuki's 0.5.0cvs2-3
2849 2001-07-15 [christoph]
2852 fixed folder stats update after incorporation
2857 * finish label colouring stuff (for now)
2858 * fix incorrect colour bug (off by one)
2863 change text labels for news and mail message so there's
2864 plenty of toolbar estate left
2871 sync with Hiroyuki's 0.5.0cvs1
2874 more rewrite label colouring
2878 * src/summaryview.[ch]
2879 * start rewrite label colouring
2880 * fix proper location "Add Sender To Addressbook" menu item
2884 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2885 (actually this is 0.5.0claws4)
2890 * fix duplicate message
2891 * add updated Portugese / Brazilian translation
2892 submitted by Fabio Junior Beneditto
2900 add updated Dutch translation
2903 add updated German translation submitted by Jens
2907 Prerelease before 0.5.0claws. Please test.
2908 This version is temporarily tagged as VERSION_0_5_0_TEST
2910 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
2911 src/prefs_scoring.c, src/prefs_matcher.c,
2912 src/prefs_filtering.c, src/mbox.c,
2913 src/main.c, src/inc.c, src/filtering.[ch]
2914 revert new Hoa's new matcher (does not work yet)
2921 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2927 add ChangeLog.claws to EXTRA_DIST
2929 add matcher_parser_parse.h to EXTRA_DIST
2931 2001-07-10 [christoph]
2934 add destination folder to table of
2935 folders that need to be updated after
2942 make collapse state of folders and folder items persistent, i.e.
2943 if you collapse a folder tree, the next time sylpheed-claws starts
2944 up the folder tree remains collapsed.
2946 2001-07-10 [christoph]
2952 renamed MD5_CTX to MD5_CTX_syl
2953 conflicts with a struct in openssl
2956 * src/prefs_account.[ch]
2960 fixed compose with current account
2961 broken by new compose button stuff
2966 changed my email address
2968 * src/matcher_parser_parse.y
2969 clean the parser to remove conflicts
2977 fix incorrect description of --enable-ldap parameter
2979 * src/prefs_common.[ch]
2981 add experimental option "smart wrapping" which makes the
2982 compose editor auto wrap.
2984 | TODO: the problem with the buggy cursor handling is caused |
2985 | by the GtkText. when deleting / backspacing text its |
2986 | wrapping algorithm does not take in account the previous |
2987 | line. should find a way to hack this in. |
2988 | or should perhaps combine this with the word wrapping |
2989 | patch i wrote in january. |
2992 show build parameters for LDAP and JPilot
2995 revert Christoph's bugfix for selecting next unread message,
2996 because folder stats aren't updated correctly
3003 * src/matcher_parser_lex.l
3004 * src/matcher_parser_parse.y
3005 * src/prefs_filtering.c
3006 * src/prefs_scoring.c
3008 bugfix of the config file parser
3013 added generated matcher sources to BUILT_SOURCES
3019 added new config file parser
3022 * src/filtering.[ch]
3024 * src/prefs_filtering.c
3025 * src/prefs_matcher.c
3026 * src/prefs_scoring.c
3027 * added src/matcher_parser.h
3028 * added src/matcher_parser_lex.h
3029 * added src/matcher_parser_lex.l
3030 * added src/matcher_parser_parse.y
3031 lex & yacc config file parser
3036 changes prefs_filtering into global_filtering
3039 build threads with subjects only if "Re: " is at the
3040 beginning of the subject
3046 sync with sylpheed 0.5.0
3047 change of version number only
3053 sync with sylpheed 0.5.0pre5
3057 sync with sylpheed 0.5.0pre4 release
3058 /po and /manual/ja not sync'ed
3062 more sync with sylpheed 0.5.0pre4
3064 2001-07-03 [christoph]
3067 fixed address book broken by address book
3068 for VCard, JPilot, LDAP
3074 stopped memory leaks
3078 more sync with sylpheed 0.5.0pre4
3082 * included address book patch for VCard, JPilot, LDAP
3083 * pref_common.c - fixed Font options on Display tab (cosmetic)
3084 * alertpanel.c - fixed truncated message
3086 2001-07-02 [christoph]
3091 mark threads for ignoring
3097 * sync with sylpheed 0.5.0pre4
3098 updated gettext to 0.10.38.
3104 * src/summaryview.[ch]
3105 new right-click option: Label.
3106 substitute for 'Mark-->Mark/Unmark', colours the line.
3107 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
3109 2001-07-01 [christoph]
3112 fixed font for trash
3114 move ctree to unread message
3118 * sync with sylpheed 0.5.0pre3 release
3124 allow inserting / attaching multiple files in
3130 small change to Alfons' previous stuff so that it
3135 * lots of files changed; first attempt to merge the changes
3136 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
3141 updated and completed, translations by Fabio
3142 Junior Beneditto <fjbeneditto@yahoo.com.br>
3148 allow selecting an attached files' mime type from a
3153 * more sync with sylpheed 0.5.0pre3
3158 merge with sylpheed.pot and pt_BR.po provided by
3159 Fabio Junior Beneditto.
3164 make MIME types case insensitive
3169 merge with sylpheed.pot and old nl.po; translations added.
3173 * more sync with sylpheed 0.5.0pre3
3178 don't crash when removing parent node of messages
3179 attracted by subject. this was caused by not deleting
3180 the parent node from the subject line hash table.
3187 if there are multiple messages selected, allow forwarding
3188 them as attachments.
3192 * more sync with sylpheed 0.5.0pre3
3198 * sync with sylpheed 0.5.0pre3
3203 fixed 'compose news article' bug
3204 from icon-and-text toolbar
3208 * sync with sylpheed 0.5.0pre2 release
3210 2001-06-24 [christoph]
3212 * src/prefs_common.c
3213 bug fix in font selection
3215 use sylpheed's normal font instead of
3216 gtk default font for folders without
3221 * src/mainwindow.[ch]
3222 added composite compose mail / news button (an idea by Leandro
3223 Pereira <leandro@linuxmag.com.br>)
3227 Added instructions for ldif-to-xml.py
3235 * src/pixmaps/stock_news_compose.xpm
3236 added pixmap by Leandro
3237 * src/prefs_common.c
3238 tested built-in spelling checker of GCC 3.0 :)
3240 merged dutch translation of sylpheed-main with
3245 Added tools directory and files.
3247 * tools/filter_conv.pl
3248 converts old filter system to new filtering system
3249 * tools/ldif-to-xml.py
3250 converts netscape addressbook to sylpheed addressbook
3252 descriptions/instructions for above two files
3254 2001-06-23 [christoph]
3257 * src/manage_window.[ch]
3258 * src/prefs_common.[ch]
3259 mail retrieval dialog can be enabled, disabled
3260 or hidden if non of sylpheed's windows is active
3266 * sync with sylpheed 0.5.0pre2
3268 2001-06-21 [christoph]
3271 show recipient on 'from' for all accounts
3274 * src/prefs_common.[ch]
3275 disable error popup on mail receive errors
3280 made the ruler correctly appear and disappear.
3283 removed Hoa's work-in-progress-stuff (interesting!) so
3286 2001-06-20 [christoph]
3289 * src/progressdialog.c
3290 added scrolled window for list in progressdialog
3294 sync with sylpheed 0.5.0pre1 release
3296 2001-06-20 [christoph]
3299 make building threads by subject work when
3300 thread view is enabled
3303 * src/prefs_common.[ch]
3304 automatically select account for mail replys
3308 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
3309 they are filled in from the account settings.
3313 * more sync with sylpheed 0.5.0pre1
3319 added --sysconfdir to CPPFLAGS for pointing to the correct
3320 location of mime.types.
3322 NOTE: make sure you use --sysconfdir when running ./autogen.sh
3328 fixed some bug when building threads
3332 * src/prefs_account.c
3333 UI stuff: More changes to the English
3337 * src/pixmaps/stock_news_compose.xpm: new file
3341 Added new icon for Hoa's 'compose a news
3342 message', plus minor improvements to the
3348 more sync with sylpheed 0.5.0pre1
3354 Follow-up and reply to
3356 * src/summaryview.[ch]
3357 Build threads also with subjects
3362 forwarding use the current account.
3365 the "compose message" button has been replaced with
3366 "new mail" and "new news" buttons
3368 * src/prefs_common.[ch]
3369 added a configuration option to use the forward button
3370 as "forward as attachment"
3371 changed reply and forward format description
3373 * src/quote_fmt_lex.l
3374 * src/quote_fmt_parse.y
3375 added message with no signature in format for reply
3384 Improvements to the English
3386 * src/prefs_common.c
3387 Improvements to the English and some
3388 clarity/continuity improvements in the
3389 description of Quote symbols.
3395 * sync with sylpheed 0.5.0pre1
3400 Better interface for compose, displayed fields
3401 are updated whenever we change account.
3402 Newsgroups field is automatically filled.
3405 Newsgroups field is automatically filled.
3407 * src/prefs_account.c
3408 Some interface stuff when fields appear and
3415 * sync with sylpheed 0.4.99
3419 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
3420 base64_decoder_free, base64_decoder_decode): new object and
3421 functions for decoding base64 streams.
3422 * src/procmime.c (procmime_decode_content): modified to use the
3429 * sync with sylpheed 0.4.99cvs11
3435 * sync with sylpheed 0.4.99cvs9
3440 * src/prefs_account.c
3442 SMTP server can be defined in the news account
3443 mime type of attachment are kept.
3447 now choose the highest important score between default
3448 and important score of folder.
3452 * src/prefs_common.c:
3454 (prefs_quote_description_create): corrected description of
3455 quote format characters
3461 * sync with sylpheed 0.4.99cvs8
3465 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
3466 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
3472 * sync with sylpheed 0.4.99cvs7
3476 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
3477 clashes with autogenerated header).
3478 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
3479 * src/Makefile.am: added quote_fmt.h.
3480 * src/.cvsignore: added lex/yacc autogenerated files
3481 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
3487 * sync with sylpheed 0.4.99cvs6
3491 * added src/quote_fmt_parse.h
3496 don't modify readonly configuration files
3498 * src/prefs_account.c
3499 * src/prefs_common.c
3500 * src/prefs_customheader.c
3501 * src/prefs_display_header.c
3502 * src/prefs_filter.c
3503 * src/prefs_filtering.c
3504 * src/prefs_scoring.c
3505 don't open dialog box when configuration files
3510 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
3512 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
3513 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
3514 BUILT_SOURCES to make all files rebuild properly.
3516 * src/compose.c: removed #include "quote_fmt.tab.h".
3518 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
3519 CHARACTER value in yylval.
3521 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
3522 receive CHARACTER value by documented means (yylval).
3524 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
3529 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
3534 * src/prefs_filtering.c
3535 now keep the configuration for execute action
3542 * sync with sylpheed 0.4.99cvs5
3547 added quote_fmt.[ch]
3549 * added src/quote_fmt.y
3550 * added src/quote_fmt.l
3551 * added src/quote_fmt.tab.h
3552 * added src/quote_fmt.tab.c
3553 * added src/lex.quote_fmt.c
3554 parsing configuration for replying
3557 * src/prefs_common.[ch]
3558 added configuration UI for replying
3562 using configuration for replying
3570 * src/prefs_filtering.c
3571 * src/prefs_matcher.c
3572 * src/prefs_matcher.h
3573 action "run a command" for filtering
3574 and matching with a command.
3575 fixed the "whole message" matching
3578 changed temporary filename for security
3581 queue the notification if it fails to send.
3583 * src/prefs_common.c
3584 * src/prefs_folder_item.c
3585 changed the default important score
3587 * src/prefs_scoring.c
3589 hide kill score input when the folder is not
3594 * src/prefs_common.c:
3596 (prefs_font_select): pass font name in font entry box to font
3601 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
3605 * sync with sylpheed 0.4.99cvs4
3609 * src/headerwindow.c:
3611 (headerwindow_show_cb): use the selected summary view item, not
3616 * src/headerwindow.c:
3618 (headerwindow_show_cb): always try to show msginfo
3623 keep attached parts when reediting or forwarding.
3628 * src/prefs_folder_item.[ch]
3629 * src/prefs_scoring.[ch]
3631 * src/summaryview.[ch]
3634 * src/prefs_common.[ch]
3635 support for folder scoring
3636 kill score and important score for messages
3638 * src/prefs_account.c
3639 some display bug fixed for local account
3644 * src/summaryview.c:
3646 (add_sender_to_cb): don't crash when no or invalid sender; the add
3647 sender to address book menu item is disabled.
3651 * src/filtering.[ch]
3653 handling summary menu / filter messages
3659 imap folders now appears in list
3662 doesn't crash if destination mail is not writeable
3667 removed some warnings
3671 * src/prefs_filtering.c
3672 global string to identify any folders
3673 removed some debug info
3674 filtering to mbox folders is now possible
3677 removed some warnings
3680 permission on files are changed to read/write for user only,
3682 creation of subfolder is handled better.
3686 Verified the sync for src/prefs_common.[ch] and
3687 src/prefs_account.[ch]. I believe there were some
3688 minor indentation differences.
3694 * sync with 0.4.99cvs3
3699 handling flags for mbox format
3702 use of mark file only for MH format
3703 handling flags for mbox format
3704 filtering cannot yet move or copy mails to mbox folders.
3707 changed move_msg, copy_msg,
3708 move_msgs_with_dest, copy_msgs_with_dest functions
3709 uses only folder->copy_msg() function
3710 uses folder->finished_copy() to handle the destination
3711 folder at the end of the copy or move operation.
3714 included mbox directories.
3716 * src/folderview.[ch]
3718 handle folders operation for mbox format
3721 disable conversion of "From " header
3723 * src/mbox_folder.[ch]
3724 completion of mbox format handling
3727 changed mh_copy_msg() function and
3728 removed mh_move_msg(), mh_move_msgs_with_dest(),
3729 mh_copy_msgs_with_dest()
3731 * src/prefs_filtering.c
3732 removed some warnings
3734 * src/prefs_matcher.c
3735 default boolean operation is AND
3738 handling flags for mbox format
3739 handling of "From " header
3743 added MSG_REALLY_DELETED flags to handle deletion of
3744 messages in mbox format.
3747 handling flags for mbox format
3748 disable the MSG_DELETED flags when messages
3749 are deleted in mbox format
3752 "From " headers display fixed.
3758 (get_email_part): skip quoted email addresses, like in e.g.
3759 "'alfons@proteus.demon.nl'".
3763 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
3764 and fixing the persistence troubles when using separate windows.
3768 Added #define SEPARATE_ACTION used in the gtk item factory for
3769 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
3770 use gtk_item_factory_get_widget_by_action() to get the items.
3772 Removed separate_widget_cb from the gtk item factory data
3774 (mainwindow_create): connect separate_widget_cb() to check
3775 menu item "toggled" signal. also passing a MainWindow pointer
3776 as object data for both check menu items.
3778 (separate_widget_cb): definition of separate_widget_cb() to match
3779 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
3780 window using gtk_object_get_data(). The type of window separation
3781 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
3783 * src/prefs_filtering.c,
3784 src/prefs_matcher.c: added horizontal scrollbars
3789 fix segfault with invalid bold font
3791 correctly display summary stats after row is marked
3795 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
3796 encodings with libjconv.
3801 added mbox_folder.[ch]
3803 mbox temporary folder
3805 * added src/mbox_folder.[ch]
3807 * src/procheader.[ch]
3810 bugfix for file incorporation filtering
3812 enable creation of MBOX
3813 * src/prefs_display_header.c
3814 enable use of headers like "From "
3815 something that should be fixed :
3816 displaying of such headers add an extra space
3817 * src/prefs_folder_item.c
3818 don't create folders because it is not necessary
3820 added data field to MsgInfo for mbox internal use
3822 added some support for mbox
3824 added get_mbox_cache_dir() function
3826 2001-05-23 [hiroyuki]
3828 * src/headerwindow.c
3839 src/folderview.c: more sync with 0.4.99cvs2.
3841 * src/headerwindow.c: reverted.
3847 * sync with sylpheed 0.4.99cvs2
3855 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
3861 * configure.in: if gnome-config not found, "no" is displayed
3863 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
3865 * src/textview.c: now also possible to add mail addresses by right
3866 clicking in the text view
3868 * src/codeconv.c: merged patch which fixes endless loop when encountering
3869 invalid wide characters; from Alte <010@imis.ru>
3873 Added installation of gnome specific things:
3875 * Makefile.am: gnome conditional
3877 * configure.in: check for installed gnome
3879 * added sylpheed.png, sylpheed.desktop
3883 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
3885 * src/mainwindow.h (main_window_toolbar_create): created a button
3887 (main_window_set_toolbar_sensitive): enable/disable the new button
3889 (toolbar_reply_to_author_cb): handle the new button.
3891 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
3892 send_progress_dialog_destroy() on failure (fixes hang on SMTP
3897 * src/compose.h (ComposeReplyMode): new modes
3898 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
3899 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
3902 (compose_send): move some code into a new function:
3903 (compose_current_mail_account): new function.
3904 (compose_reply): new argument to_author, all callers changed; if
3905 to_author==TRUE and account->protocol==A_NNTP, find and use an
3906 appropriate mail account for replying.
3907 (compose_reply_set_entry): new argument to_author; ignore
3908 compose->replyto if to_author==TRUE.
3910 * src/mainwindow.c: new command "Message/Reply to author".
3911 (main_window_set_menu_sensitive): enable/disable it.
3912 (reply_cb): handle it.
3914 * src/summaryview.c: new command "Reply to author".
3915 (summary_set_menu_sensitive): enable/disable it.
3916 (summary_reply_cb): handle it.
3918 * src/account.c (account_find_mail_from_address): new function.
3924 * sync with sylpheed 0.4.99cvs1
3931 new filtering action : forward and forward as attachment
3934 no need for $DISPLAY when we run sylpheed --help
3935 call to parse_cmd_opt() is moved
3937 * src/mainwindow.[ch]
3938 execute button is hidden when immediate execute
3943 * src/prefs_folder_item.c
3945 better handling of missing directories
3948 reedit is enabled in outbox
3949 reedit is enabled in queue
3955 * src/prefs_filtering.c
3956 changed attachement into attachment
3962 * sync with sylpheed 0.4.67cvs9
3963 * sync with sylpheed 0.4.67cvs7-8
3968 added prefs_filtering.c
3970 * src/filtering.[ch]
3972 removed action : forward_news and forward_news_as_attachement
3973 (forward and forward_as_attachement can be used instead)
3976 added menu option to access filtering configuration
3978 * src/prefs_account.c
3979 changed mail_command default to /usr/sbin/sendmail
3981 * added src/prefs_filtering.[ch]
3982 dialog box for filtering configuration
3984 * src/prefs_matcher.c
3985 added function prefs_matcher_get_criteria_from_matching()
3987 * src/prefs_scoring.c
3988 reset the dialog when register or substitute is clicked
3993 added filtering.[ch]
3995 using filering.[ch] instead of filter.[ch]
3997 reading new filtering configuration
3999 added some filtering actions
4000 and fixed a bug for headers and mail body matching
4002 using filering.[ch] instead of filter.[ch]
4004 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
4006 some fixes for filtering
4008 2001-05-14 [hiroyuki]
4010 * src/send.c: fixed some weird indentations.
4011 send_message_with_command(): call pclose() only if p != NULL.
4012 * src/textview.c: get_email_part(): modified the code for readability.
4014 2001-05-14 [hiroyuki]
4018 src/md5ify.h: removed from the cvs.
4022 * src/main.c: include rfc2015.h to avoid compiler warnings.
4023 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
4024 the panel is already on screen.
4025 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
4026 closing the alert window by ESC as "No".
4027 * src/prefs_common.c (prefs_interface_create): moved return
4028 receipt check button to the correct place.
4032 * src/prefs_common.c:
4033 moved return receipt check button to the Send tab. (prefs_send_create)
4034 removed the date format ui related globals. (prefs_display_create)
4038 * sync with sylpheed 0.4.67cvs5-6
4042 * added Alfons' font selection patch
4045 * src/headerwindow.c
4046 * src/prefs_common.c
4047 * src/prefs_common.h
4051 changed version of cache
4053 * src/prefs_matcher.c
4054 added additionnal matching criteria
4058 added references in MsgInfo
4063 prepared some things for new filtering
4065 added some matching properties
4066 inreplyto need to be enhanced
4067 prepared some things for new filtering
4069 added Return-Receipt-To handling
4070 * src/prefs_folder_item.c
4071 changed default value to TRUE
4072 * src/prefs_matcher.c
4073 added some matching properties
4074 * src/prefs_scoring.[ch]
4075 the scoring dialog is finished
4077 added Return-Receipt-To handling
4078 Reference need to be added
4080 added Return-Receipt-To handling
4081 added threadscore to get a better score sorting when
4084 suppressed a bug when we sort the list
4085 when no folder is opened.
4086 better score sorting when threads are enabled
4090 * reverted previous patch because of potential errors
4094 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
4095 applied "toggle mail-retrieval dialog window" patch submitted
4096 by Eric Limpens <eric@qnt.net>
4098 * sync with sylpheed 0.4.67cvs4
4102 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
4103 some picky compilers.
4104 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
4105 * src/grouplist_dialog.c: include alertpanel.h.
4106 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
4107 fix compile warning.
4108 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
4109 #include "defs.h" before others to prevent the warning of `MIN'
4110 and `MAX' redefinition.
4116 * src/prefs_account.c
4117 * src/prefs_display_header.c
4120 added prefs_scoring.[ch]
4121 * src/grouplist_dialog.c
4122 display an error dialog box if the group list
4124 * src/mainwindow.[ch]
4125 added main_window_set_thread_option() function
4126 scoring dialog box enabled
4128 added flags matching unread /new / marked
4129 / deleted / replied / forwarded
4131 newsgroups are now finally in newscache
4132 * src/prefs_matcher.[ch]
4133 finished preferences for matching dialog
4134 * added src/prefs_scoring.[ch]
4135 scoring dialog box completed
4137 conversion to string : added scoringprop_to_string()
4138 write config for preferences :
4139 added prefs_scoring_write_config()
4141 threads can be enabled/disabled independently
4149 thought it would be nice to have a list of all
4150 contributors (used Changelog as a reference)
4153 messed up version numbering...
4157 * sync with sylpheed 0.4.67cvs1-3
4161 * src/prefs_common.c:
4162 better UI for strftime format, double clicking
4163 on format now inserts the format in text entry
4164 replaced close button with standard OK/Cancel
4165 moved date format button to the right of the
4171 Ctrl-Home / Ctrl-End have proper cursor navigation
4175 * src/prefs_matcher.c
4176 finished UI to define matching properties
4177 added ok and cancel button
4178 * src/prefs_filter.c
4179 added ok and cancel button
4181 fixed some bug in xhdr parsing
4186 fixed a bug in textview_show_header(), which displayed two colons (':');
4187 cleaned up some warnings
4192 added prefs_matcher.[ch]
4193 compilation with -W -Wall
4195 ungrab the mouse events if grabbed - does it
4196 fix the bug for disposition notification ?
4198 added a menu option to open the matching dialog.
4200 added matcherprop_to_string() and matcherlist_to_string()
4201 fixed some bugs, changed the name of some options
4202 age_sup and age_inf becomes age_greater and age_lower,
4203 body and messageheaders becomes body_part and headers_part,
4204 changed the names of constants from SCORING_XXX to MATCHING_XXX
4205 * src/prefs_display_header.c
4206 * src/prefs_headers.c
4207 fixed a bug that accidentally destroyed dialogs
4208 when closed them with delete_event
4209 Added *_deleted() which handle delete_event signal correctly.
4210 * src/prefs_folder_item.[ch]
4211 added "enable_thread" field for future customization
4212 * added src/prefs_matcher.[ch]
4213 sample of the UI to define matching properties
4215 using procheader_headername_equal instead of str*cmp functions
4216 using procheader_parse_header() function
4218 using MATCHING_XXX instead of SCORING_XXX
4220 display the sender of the news even if this is ourself
4221 when this is a news message.
4223 using headername_equal() instead of str*cmp functions
4229 * sync with sylpheed 0.4.66
4230 * src/gtkstext.c: trace logs added
4234 * src/prefs_common.[ch]: added option to enable/disable GnuPG
4235 signature check popup.
4236 * src/rfc2015.c (check_signature): show signature check popup only
4237 if it is enabled in preferences.
4243 * sync with sylpheed 0.4.66cvs6
4247 * src/prefs_common.[ch]: added option to enable/disable
4248 looking up sender name in address book for summary pane
4249 * src/summaryview.c: look up sender in the address book
4250 by using Alfons' address completion code
4252 2001-05-07 [hiroyuki]
4255 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
4256 member of Pop3State.
4257 * src/news.c: brought #include "defs.h" before #include <glib.h>
4258 to prevent the warning of `MIN' and `MAX' redefinition.
4262 * removed src/headers_display.[ch]
4263 * removed src/prefs_display_headers.[ch]
4265 use a temporary file in the user directory for mbox import
4267 added XHDR support to get "To" and "Cc" headers
4268 (in order to match news with to or cc field for
4270 added function news_parse_xhdr() to get XHDR response
4272 added function nntp_xhdr()
4274 fetch the message if necessary
4280 * sync with sylpheed 0.4.66cvs3-5
4285 added function itos_buf() to enable use of several buffers
4287 use of itos_buf() instead of itos() in summary list
4288 to fix the broken display of message number.
4292 * src/gtkstext.c: bug in cursor up navigation fixed,
4293 fixed another unsigned / signed comparison (we're getting there :-)
4298 added scoring.c scoring.h
4299 prefs_folder_item.c prefs_folder_item.h
4302 added FOLDERITEM_RC SCORING_RC
4304 added prefs field in FolderItem :
4305 properties for each folder (PrefsFolderItem),
4306 sorting type and mode were added as the first properties.
4308 read config for scoring
4309 * added src/matcher.[ch]
4310 gives functions to parse configuration file to do
4311 matching on mails with a list of conditions.
4313 add option to sort by score
4314 * src/prefs_common.[ch]
4315 added preference option to show score and for
4316 the score column size
4317 * added src/prefs_folder_item.[ch]
4318 properties for each folder (PrefsFolderItem),
4319 sorting type and mode were added as the first properties.
4320 * src/procheader.[ch]
4321 added procheader_parse_header()
4322 added procheader_header_free()
4323 added procheader_headername_equal()
4324 and made modification to use them.
4326 added score field to MsgInfo structure
4327 * added src/scoring.[ch]
4328 gives functions to parse configuration file to do
4329 scoring on mails with a list of conditions.
4330 * src/summaryview.[ch]
4331 save the sorting type and mode for the folder
4332 added column to display the score of the mail
4333 added function summary_score_clicked()
4334 sorting type and mode are restored to the folder
4337 use procheader_parse_header(), procheader_headername_equal()
4338 removed memory leak in text_scan_header when freeing headers
4340 changed the function to match names of headers
4341 using procheader_headername_equal()
4343 Scoring functions are implemented, an interface is needed
4349 hopefully fixed the row up navigation bug,
4350 removed adding back / forward lines to cache
4354 * src/prefs_display_headers.c: user interface changes:
4355 (prefs_display_headers_create): remove unused "Show" check button;
4356 allow reordering of headers by dragging.
4357 (prefs_display_headers_write_config): remove unused variables.
4358 (prefs_display_headers_set_dialog): do not insert "(New)" at top
4359 of lists (not needed with the new UI).
4360 (prefs_display_headers_set_list): scan lists starting from row 0,
4361 not 1 (do not skip "(New)").
4362 (prefs_display_headers_find_header): new function.
4363 (prefs_display_headers_clist_set_row): do not allow duplicates.
4364 (prefs_display_headers_delete_cb): do not skip row 0; treat
4365 closing the alert window by ESC as "No".
4366 (prefs_display_headers_up): do not protect row 0.
4367 (prefs_display_headers_down): do not protect row 0.
4371 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
4375 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
4376 summary_select_next_marked, summary_select_prev_marked): new
4381 * src/news.c: fixed a bug when no article can be fetched after
4382 server timeout if the connection was restored by news_post():
4383 (news_select_group): new function.
4384 (news_fetch_msg): call news_select_group() before fetching
4386 (news_get_uncached_articles): set session->group after successful
4394 changed version of cache, added cc field
4396 * src/prefs_display_headers.c
4397 the interface was changed
4399 * src/prefs_headers.c
4404 * completed sync of sylpheed cvs2
4405 * src/gtkstext.c: updated row up / down cursor navigation
4406 * src/textview.c: re-edited, prepared for fixing the email address
4411 * src/prefs_common.c: use alfons' strftime ui code
4412 entry_datefmt and datefmt_sample widgets have to be
4413 global in this module because of this change
4418 * src/prefs_common.[ch] added option to activate the return receipt