1 2002-07-15 [martin] 0.7.8claws70
4 option "display recipient on 'From'..." now works
5 without the need of enabling the option
6 "display sender using address book".
8 2002-07-15 [christoph] 0.7.8claws69
11 removed setting folder status from summaryview.
12 folder.c should update all message counts correctly.
14 2002-07-15 [paul] 0.7.8claws68
17 updated by Fabio Junior Beneditto
19 2002-07-15 [darko] 0.7.8claws67
22 Fixed target folder colorization, don't decrease op
25 2002-07-14 [paul] 0.7.8claws66
27 * sync with main 0.8.0
28 see ChangeLog 2002-07-14
30 2002-07-13 [melvin] 0.7.8claws65
35 Replaced sprintf by g_snprintf to prevent possible buffer
38 Corrected a log message output format.
39 Added a missing "done" debug output.
41 Added keyboard accelerator for Priority menu items
42 Added missing \n in debug output
46 Added missing \n in debug output
48 2002-07-13 [paul] 0.7.8claws64
51 change Sergey's email address to the sf address
54 increase show_url_timeout (more useful for long
57 2002-07-12 [sergey] 0.7.8claws63
60 applied (with some modifications) patch to set the
61 micalg parameter for signatures
62 (2001-08-28 Werner Koch <wk@gnupg.org>)
64 2002-07-12 [sergey] 0.7.8claws62
68 fixed man page installation
70 2002-07-12 [paul] 0.7.8claws61
72 * sync with 0.7.8cvs26
73 see ChangeLog 2002-07-11 and 2002-07-12
75 2002-07-11 [christoph] 0.7.8claws60
79 first use the message number to find the message
80 to mark with a reply flag but check the
81 message-id if we got the correct message, if not
82 try to find it by message-id.
83 use new string seperator that is not allowed
86 2002-07-11 [paul] 0.7.8claws59
88 * sync with 0.7.8cvs23
89 see ChangeLog 2002-07-10
91 2002-07-10 [christoph] 0.7.8claws58
95 Added message-id table to the cache in memory
96 and functions to msgcache.c and folder.c to
97 fetch MsgInfos by message id
100 store folder and message-id of message replying
101 to in queue header and set reply flag after sending
104 2002-07-10 [paul] 0.7.8claws57
108 add Martin to the list of authors
110 2002-07-09 [martin] 0.7.8claws56
112 Added gtk_ctree_last_visible(), tree_update_level(),
113 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
114 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
115 from gtk+ to gtksctree.c for the new sorting code
116 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
117 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
119 Added declaration for gtk_sctree_sort_recursive() and
125 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
126 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
128 2002-07-08 [paul] 0.7.8claws55
130 * more sync with 0.7.8cvs21
131 see ChangeLog 2002-07-08
133 2002-07-08 [paul] 0.7.8claws54
135 * sync with 0.7.8cvs21
136 see ChangeLog 2002-07-08
138 2002-07-07 [alfons] 0.7.8claws53
141 * src/stock_pixmap.[ch]
142 * src/pixmaps/notice_warn.xpm ** NEW FILE **
143 * src/pixmaps/notice_error.xpm ** NEW FILE **
144 * src/pixmaps/notice_note.xpm ** NEW FILE **
145 add new pixmaps for upcoming notice pane
147 2002-07-06 [melvin] 0.7.8claws52
150 Made them a bit closer to Sylpheed's coding style.
152 Removed possible memory leaks when some errors occurs.
154 2002-07-06 [melvin] 0.7.8claws51
157 Removed --no-location in xgettext command line to help
158 translators that use Emacs' po-mode
160 Removed unnecessary comments that messed up sylpheed.pot
162 2002-07-06 [paul] 0.7.8claws50
164 * sync with 0.7.8cvs19
165 see ChangeLog 2002-07-05
167 2002-07-06 [christoph] 0.7.8claws49
171 fix folder_item_remove_all_msg and folderview
172 status for trash folders after emptying trash
174 2002-07-05 [paul] 0.7.8claws48
176 * sync with 0.7.8cvs16
177 see ChangeLog 2002-07-04 and 2002-07-05
179 2002-07-04 [paul] 0.7.8claws47
181 * sync with 0.7.8cvs14
182 see ChangeLog 2002-07-04
184 2002-07-03 [alfons] 0.7.8claws46
187 dupe folder item's path because it's being reallocated
188 by new folder scanning code
190 2002-07-03 [christoph] 0.7.8claws45
193 better IMAP uid fetching using 'FETCH 1:* (UID)'
195 add missing return in msgcache_write
197 2002-07-02 [thorsten] 0.7.8claws44
202 use binary mode for file access
204 2002-07-02 [christoph] 0.7.8claws43
206 * major code cleanup (part 1)
208 - unused variables removed
209 - unused functions removed
210 - uninitialized variables checked
211 - missing return statements added
212 - missing function return types added
213 - added parentheses around assignment and
214 && in || when suggested by gcc
218 replaced direct calls to folder->scan_tree
219 with folder_scan_tree and restore folder
220 prefs in this function. The folder should
221 not have to deal with them.
222 ( Should now work for all folder types )
224 2002-07-02 [paul] 0.7.8claws42
226 * sync with 0.7.8cvs13
227 see ChangeLog 2002-07-01 and 2002-07-02
229 2002-07-01 [christoph] 0.7.8claws41
232 fix "goto next/prev unread message" with
235 2002-07-01 [paul] 0.7.8claws40
238 updated by Ricardo Mones Lastra
240 2002-06-30 [match] 0.7.8claws39
243 applied variation of leonerd's patch (566661) to
244 allow multiple email addresses per JPilot entry.
245 addresses may be separated by space, comma, pipe,
246 semi-colon, new-line.
248 2002-06-30 [alfons] 0.7.8claws38
251 simple fix for putting older nodes before
252 newer nodes when threading by subject
254 2002-06-30 [christoph] 0.7.8claws37
261 fix broken folder tree rescaning
262 and don't use procmsg_get_mark_sum
265 2002-06-30 [christoph] 0.7.8claws36
267 * merge new cache branch
269 fix new cache imap copy bug
271 improved folder_item_scan
272 it should now always set the correct
273 new, unread and total message counts
275 2002-06-29 [paul] 0.7.8claws35
280 2002-06-29 [paul] 0.7.8claws34
284 man/Makefile.am ** NEW FILE **
285 man/sylpheed.1.gz ** NEW FILE **
286 add Sylpheed man page
288 2002-06-29 [paul] 0.7.8claws33
291 updated by Fabio Junior Beneditto
293 2002-06-28 [jens] 0.7.8claws32
298 * src/selective_download.c
299 removed gettext for space " "
304 2002-06-28 [paul] 0.7.8claws31
306 * sync with 0.7.8cvs11
307 see ChangeLog 2002-06-28
309 2002-06-28 [paul] 0.7.8claws30
311 * sync with 0.7.8cvs10
312 see ChangeLog 2002-06-27 and 2002-06-28
314 2002-06-26 [paul] 0.7.8claws29
317 src/selective_download.c
318 don't gettextise empty strings.
319 reserved by gettext. gettext("") returns
320 the header entry with meta information,
326 2002-06-26 [paul] 0.7.8claws28
328 * sync with 0.7.8cvs7
329 see ChangeLog 2002-06-25
332 ...and in the process, tweak the gui a little
334 2002-06-25 [alfons] 0.7.8claws27
338 fine tune ldap library detection
340 2002-06-25 [alfons] 0.7.8claws26
343 don't allow return receipts when composing a news article
345 2002-06-25 [paul] 0.7.8claws25
348 add '$(AMTAR)' to 'release' section to allow for
349 new and older autotools
351 2002-06-25 [paul] 0.7.8claws24
354 fix "No more unread messages" persistant pop-up
357 2002-06-25 [paul] 0.7.8claws23
360 updated by Alessandro Maestri
362 2002-06-25 [paul] 0.7.8claws22
364 * sync with 0.7.8cvs6
365 see ChangeLog 2002-06-25
367 2002-06-24 [paul] 0.7.8claws21
370 add GPL copyright information
372 2002-06-24 [paul] 0.7.8claws20
376 tools/update-po ** NEW FILE **
377 add script that eases the creation of *.po files
378 Submitted by Wilbert Berendsen <wilbert@oswf.org>
380 2002-06-23 [alfons] 0.7.8claws19
383 make notification_convert_header obey const correctness
384 (next step will be fixing the broken return receipt)
386 2002-06-23 [paul] 0.7.8claws18
389 fix bug introduced in last commit:
390 removed too much code in last commit - put back what's
393 2002-06-23 [paul] 0.7.8claws17
395 * src/messageview.[ch]
396 remove code committed in error from locally patched
399 2002-06-23 [colin] 0.7.8claws16
402 add compose_entry_select(), used to select the default_to
403 email address - hopefully avoiding people sending mails to
406 2002-06-22 [alfons] 0.7.8claws15
409 add Bram Metsch & Stanislav Karchebny
411 * src/prefs_account.[ch]
413 - apply and adapt Bram's patch which allows user to set SMTP AUTH
414 options. (see <http://sourceforge.net/tracker/index.php
415 ?func=detail&aid=566937&group_id=25528&atid=384600>);
417 - merge Stanislav's fix to make SMTP AUTH work with qmail
418 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
420 2002-06-22 [paul] 0.7.8claws14
422 * sync with 0.7.8cvs5
423 see ChangeLog 2002-06-19 and 2002-06-20
425 2002-06-22 [alfons] 0.7.8claws13
427 * src/selective_download.c
428 fix a stupid mistake I made
430 2002-06-22 [alfons] 0.7.8claws12
432 * src/selective_download.[ch]
433 fix another unnoticed leak; cleanup code
438 gpg-sign <-- gpg-sign-syl
440 2002-06-21 [alfons] 0.7.8claws11
442 * src/selective_download.c
443 * src/selective_download.h
444 fix assorted mix of allocation errors (should solve
445 problem reported by Philippe Gramoullé, see:
446 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
448 2002-06-20 [melvin] 0.7.8claws10
450 * tools/gpg-sign *REMOVED*
451 tools/gpg-sign-syl *ADDED*
452 Replaced the gpg clearsigning script with the version using
453 xterm instead of ssh-askpass and changed its name.
456 Updated actions example to reflect the renaming of the
457 gpg clearsigning script.
459 2002-06-19 [paul] 0.7.8claws9
461 * sync with 0.7.8claws9
462 see ChangeLog 2002-06-18 and 2002-06-19
464 2002-06-19 [paul] 0.7.8claws8
466 * sync with 0.7.8cvs1
467 see ChangeLog 2002-06-18
469 2002-06-18 [alfons] 0.7.8claws7
472 add omitted prototype
474 2002-06-17 [paul] 0.7.8claws6
477 fix hiding of exec_btn
479 2002-06-17 [paul] 0.7.8claws5
482 remove unneeded code: should_delete()
483 and Pop3State::uidl_todelete_list
485 2002-06-17 [paul] 0.7.8claws4
488 see ChangeLog 2002-06-11 and 2002-06-13
490 2002-06-16 [alfons] 0.7.8claws3
493 make sure lock sort mode (claws specific) is
494 also persists after a tree rescan
496 2002-06-16 [alfons] 0.7.8claws2
498 * src/prefs_folder_item.c
500 fix persistence of folder sort mode (broken
501 by adapting Hiro's new folder persistence code)
503 2002-06-16 [alfons] 0.7.8claws1
507 * src/prefscommon.[ch]
508 control size of log text in log window;
509 closes patch #569155 submitted by Mitko Haralanov.
511 2002-06-15 [paul] 0.7.8claws
513 * release of 0.7.8claws
515 2002-06-15 [paul] 0.7.7claws
518 updated by Fabio Junior Beneditto
520 2002-06-14 [paul] 0.7.6claws49
523 updated by Ricardo Mones Lastra
525 2002-06-14 [paul] 0.7.6claws48
528 updated translation by Wilbert Berendsen
530 2002-06-14 [melvin] 0.7.6claws47
533 Updated French translation
535 2002-06-13 [paul] 0.7.6claws46
538 allow filename to be typed in, rather than just
539 selected by the mouse. Patch by Gustavo Noronha Silva.
541 2002-06-13 [alfons] 0.7.6claws45
543 * src/mainwindow.[ch]
544 more cleanups (removing unnecessary menu items Expand
545 summary / message view)
547 2002-06-13 [melvin] 0.7.6claws44
550 Added src/string_match.c
552 Fixed possible buffer overflow.
554 Added missing config.h header.
558 Made some strings translatable (missing _(..)).
560 2002-06-13 [melvin] 0.7.6claws43
563 Corrected action example (verifying clearsigned mail).
564 * src/prefs_account.c
567 Removed incorrect line that generated a Gtk-CRITICAL msg.
569 2002-06-12 [alfons] 0.7.6claws42
572 add init of score column lost in 0.7.6claws42
574 2002-06-12 [paul] 0.7.6claws41
576 * src/prefs_account.c
577 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
578 behavior of the radio buttons, (from 0.7.7cvs2)
580 2002-06-11 [alfons] 0.7.6claws40
582 * src/messageview.[ch]
583 * src/summaryview.[ch]
584 * src/summary_search.c
586 perform a sync to bring in Hiro's separate view implementation
588 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
590 2002-06-11 [paul] 0.7.6claws39
592 * src/prefs_account.c
593 correct a typo on the Receive tab
595 2002-06-10 [match] 0.7.6claws38
598 Included address completion patch from Gustavo Noronha.
600 2002-06-10 [paul] 0.7.6claws37
604 src/prefs_account.[ch]
605 src/selective_download.[ch]
608 - check if POP Account
609 - Receive Button renamed to Preview
610 - Preview Button Popup: preview new/all messages
612 - Account Preferences-->Receive tab checkbutton if you
613 want to remove Mail after Download
615 - Account Preferences-->Receive tab checkbutton use
616 filtering rules on preview
617 (think of delete_on_server)
619 - Account selectable from SD dialog
620 - checkbutton to show already downloaded messages if
621 all messages are previewed
622 - new clist column showing Date
625 - play ball with UIDL
627 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
629 2002-06-10 [melvin] 0.7.6claws36
632 Added a hint to ac/README in cvs instructions.
634 * src/prefs_actions.c
635 Made it possible to use a more elaborate command line
636 for asynchronous actions, too.
638 2002-06-10 [melvin] 0.7.6claws35
640 * src/prefs_actions.c
641 Make it possible to use a more elaborate command line
642 (e.g. |foo|bar|cat>there;echo Done|)
643 Corrected error message when calling %f, %F and %p commands
644 from the compose window.
646 2002-06-09 [colin] 0.7.6claws34
649 Automatically find unread messages in current folder
650 before annoying the user.
652 2002-06-08 [alfons] 0.7.6claws33
655 remove bad formatting string in it.po translation
656 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
658 2002-06-08 [paul] 0.7.6claws32
660 * sync with 0.7.6cvs25
661 see ChangeLog 2002-06-07
663 2002-06-05 [paul] 0.7.6claws31
666 add 'Sort by locked' and 'Sort by score'
668 2002-06-05 [paul] 0.7.6claws30
670 * sync with 0.7.6cvs24
671 see ChangeLog 2002-06-04
673 2002-06-04 [paul] 0.7.6claws29
676 updated by Fabio Junior Beneditto
678 2002-06-03 [thorsten] 0.7.6claws28
681 fclose() matcherrc after reading
683 2002-06-03 [paul] 0.7.6claws27
685 * sync with 0.7.6cvs21
686 see ChangeLog 2002-05-31
688 2002-05-31 [paul] 0.7.6claws26
690 * sync with 0.7.6cvs20
691 see ChangeLog 2002-05-29 and 2002-05-30
693 2002-05-31 [paul] 0.7.6claws25
696 hopefully fix last buggy sync
699 correct typo in 'Actions' examples
701 2002-05-29 [paul] 0.7.6claws24
703 * sync with 0.7.6cvs18
704 see ChangeLog 2002-05-28 and 2002-05-29
710 2002-05-28 [paul] 0.7.6claws23
712 * sync with 0.7.6cvs16
713 see ChangeLog 2002-05-28
715 2002-05-27 [thorsten] 0.7.6claws22
717 * faq/it/sylpheed-faq-1.html
718 faq/it/sylpheed-faq-2.html
719 faq/it/sylpheed-faq-3.html
720 faq/it/sylpheed-faq.html
721 corrected DOS lineendings
722 * faq/de/sylpheed-faq-1.html
723 faq/de/sylpheed-faq-2.html
724 faq/en/sylpheed-faq-1.html
725 faq/en/sylpheed-faq-2.html
726 faq/en/sylpheed-faq-3.html
727 faq/es/sylpheed-faq-1.html
728 faq/es/sylpheed-faq-2.html
729 faq/es/sylpheed-faq-3.html
730 faq/fr/sylpheed-faq-1.html
731 faq/it/sylpheed-faq-1.html
732 faq/it/sylpheed-faq-2.html
733 faq/it/sylpheed-faq-3.html
734 faq/it/sylpheed-faq.html
735 changed ">" to "
737 2002-05-27 [paul] 0.7.6claws21
739 * sync with 0.7.6cvs15
740 see ChangeLog 2002-05-27
742 2002-05-27 [paul] 0.7.6claws20
744 * src/prefs_account.c
747 2002-05-26 [paul] 0.7.6claws19
752 2002-05-25 [paul] 0.7.6claws18
755 add description of kmail2sylpheed.pl
757 2002-05-25 [paul] 0.7.6claws17
759 * tools/kmail2sylpheed.pl ** NEW FILE **
760 perl script that converts an exported Kmail address
761 book, converts it to sylpheed addressbook file,
762 writes the file to .sylpheed, and updates
765 2002-05-25 [paul] 0.7.6claws16
767 * sync with 0.7.6cvs14
768 see ChangeLog 2002-05-23
770 2002-05-24 [paul] 0.7.6claws15
773 make a correction and add some more info
775 2002-05-24 [paul] 0.7.6claws14
779 compose_redirect_write_headers_from_headerlist()
780 add Subject and Resent-Message-ID to
781 compose_redirect_write_headers()
782 Received, Subject, and X-UIDL are filtered out in
783 compose_redirect_write_to_file()
785 2002-05-23 [paul] 0.7.6claws13
791 src/matcher_parser_lex.l
792 src/matcher_parser_parse.y
793 src/prefs_common.[ch]
794 src/prefs_filtering.c
796 rename 'Bounce' to 'Redirect'
798 2002-05-23 [paul] 0.7.6claws12
800 * more sync with 0.7.6cvs13
802 see ChangeLog 2002-05-22
804 2002-05-22 [paul] 0.7.6claws11
806 * sync with 0.7.6cvs13
808 see ChangeLog 2002-05-20
810 see ChangeLog 2002-05-22
812 2002-05-21 [melvin] 0.7.6claws10
815 Added missing filtering and scoring headers
816 Fixed bad function call that showed garbage
817 in Folder->Processing
819 2002-05-21 [paul] 0.7.6claws9
822 make all tools executable, (patch by Alfons).
824 2002-05-20 [alfons] 0.7.6claws8
827 don't forget to call mktime() so we have a valid week
829 (Bug report by Roger Sondermann <mail@jumaros.de>)
831 2002-05-20 [paul] 0.7.6claws7
834 fix broken parsing of urls
836 fix displaying of urls
838 both fixes from the patch [547855] by Eugene
841 2002-05-19 [alfons] 0.7.6claws6
844 make sylpheed configure correctly with the latest
845 and greatest of automake / autoconf / gettext
847 2002-05-19 [alfons] 0.7.6claws5
851 add function for returning ime zone offset
853 * src/quote_fmt_parse.y
854 better quotation formatting - does not convert
855 to local time, but uses the original date string.
857 Note: %z inserts the timezone offset (should
858 work also on platforms where strftime does not
861 2002-05-18 [christoph] 0.7.6claws4
864 fix indentation of some code
869 correct path for ignorethread.xpm
870 incorrect filename for sylpheed_logo.xpm
871 add missing include matcher_parser_parse.h
873 2002-05-18 [paul] 0.7.6claws3
875 * sync with 0.7.6cvs8
876 see ChangeLog 2002-05-16 and 2002-05-17
878 2002-05-18 [melvin] 0.7.6claws2
881 Corrected an action's definition and fixed some misspellings.
883 2002-05-18 [paul] 0.7.6claws1
886 tools/gpg-sign ** new file **
887 tools/uudec ** new file **
888 add Melvin's Actions scripts
891 add Melvin's descriptions for Actions
893 2002-05-18 [paul] 0.7.6claws
895 * Version 0.7.6claws released
897 2002-05-17 [paul] 0.7.5claws32
900 updated by Ricardo Mones Lastra
902 2002-05-17 [paul] 0.7.5claws31
905 fix Account prefs default folder for sent/draft/deleted
910 updated translation by Alessandro Maestri and
913 2002-05-17 [melvin] 0.7.5claws30
915 * src/prefs_actions.c
916 Fixed bug where using %F not at the end of the command
917 resulted in an additional empty argument being created.
918 Thanks to Darko Koruga for reporting the bug.
920 2002-05-17 [melvin] 0.7.5claws29
923 Updated French translations.
925 2002-05-15 [paul] 0.7.5claws28
928 updated by Ricardo Mones Lastra
930 2002-05-15 [paul] 0.7.5claws27
932 * sync with 0.7.6cvs4
933 see ChangeLog 2002-05-14 and 2002-05-15
935 2002-05-14 [paul] 0.7.5claws26
937 * sync with 0.7.6cvs1
938 see ChangeLog 2002-05-13
940 2002-05-13 [thorsten] 0.7.5claws25
943 fix select_all and copy in multipart messages
945 fix select_all and copy in multipart messages
947 2002-05-12 [paul] 0.7.5claws24
950 reverse last commit, bug already fixed in 0.7.5claws3
952 2002-05-12 [netztorte] 0.7.5claws23
955 dont parse empty addressbook (checked in before claws20)
957 2002-05-12 [melvin] 0.7.5claws22
960 Removed unneeded priority code introduced by the previous
963 2002-05-12 [melvin] 0.7.5claws21
966 Added possibility to set message's priority.
968 Added possibility to set message's priority.
969 Added missing headers
971 2002-05-12 [melvin] 0.7.5claws20
973 * src/prefs_actions.c
974 Removed implicitely added quotes around the name
975 of the temporary files of mime parts.
977 2002-05-12 [paul] 0.7.5claws19
979 * sync with 0.7.5cvs20
980 see ChangeLog 2002-05-11
982 2002-05-12 [alfons] 0.7.5claws18
984 * src/quote_fmt_lex.l
985 * src/quote_fmt_parse.y
986 allow quote / reply date & time format to be set using
987 %D{format}. format is a format string you'd pass to
988 strftime() (see man strftime, or the Display tab |
989 Date format setting).
991 Currently %D converts the date to local time.
993 2002-05-11 [paul] 0.7.5claws17
995 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
996 see ChangeLog 2002-05-10 and 2002-05-11
998 2002-05-10 [paul] 0.7.5claws16
1000 * sync with 0.7.5cvs16
1001 see ChangeLog entries 2002-05-09 and
1004 2002-05-10 [colin] 0.7.5claws15
1007 Corrected a bug that prevented sylpheed to open
1008 double-clicked URIs.
1010 2002-05-09 [paul] 0.7.5claws14
1012 * sync with 0.7.5cvs14
1013 see ChangeLog 2002-05-08 and 2002-05-09
1015 2002-05-08 [paul] 0.7.5claws13
1017 * sync with 0.7.5cvs11
1018 see ChangeLog entry 2002-05-08
1020 2002-05-08 [paul] 0.7.5claws12
1024 fix segfault on View->Open in new window
1025 patch submitted by Thorsten Maerz <torte@netztorte.de>
1027 2002-05-07 [paul] 0.7.5claws11
1029 * sync with 0.7.5cvs9
1030 see ChangeLog entry 2002-05-07
1032 2002-05-06 [paul] 0.7.5claws10
1036 display url in statusbar on single-click
1037 patch submitted by Thorsten Maerz <torte@netztorte.de>
1039 2002-05-06 [match] 0.7.5claws9
1046 XML implementation of properties file.
1047 * src/exporthtml.[ch]
1048 * src/expthtmldlg.[ch]
1052 2002-05-02 [sergey] 0.7.5claws8
1054 * src/mainwindow.c (mainwin_entries),
1055 src/prefs_common.c (prefs_send_create()),
1056 src/codeconv.c (locale_table):
1057 use charset name "Windows-1251" instead of "CP1251".
1059 2002-05-02 [colin] 0.7.5claws7
1063 src/prefs_folder_item.c
1064 Fixed cosmetics bugs due to Outbox renamed to Sent.
1066 2002-05-02 [hiro] 0.7.5claws6
1069 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
1071 2002-05-02 [paul] 0.7.5claws5
1074 more sync with 0.7.5cvs7, see ChangeLog entry
1077 2002-05-02 [hiro] 0.7.5claws4
1080 compose_queue_sub():
1081 check if queue folder exists (closes #550397).
1082 removed directory creation since it should be handled
1085 imap_add_msg(): return UID for appended message
1088 2002-04-30 [paul] 0.7.5claws3
1091 fix account_find_from_address() bug
1093 2002-04-28 [colin] 0.7.5claws2
1097 src/prefs_common.[ch]
1099 Added user-definable quotation characters recognition.
1101 2002-04-28 [paul] 0.7.5claws1
1103 * sync with 0.7.5cvs4
1104 see ChangeLog entry 2002-04-25
1106 2002-04-28 [paul] 0.7.5claws
1111 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1112 Fabio Junior Beneditto
1114 2002-04-27 [jens] 0.7.4claws103
1117 updated German translation.
1119 2002-04-27 [hiro] 0.7.4claws102
1122 summary_write_cache(): fixed the mark loss of hidden messages.
1124 2002-04-26 [melvin] 0.7.4claws101
1127 fixed a second typo (same one)
1131 fixed the type again...
1133 2002-04-26 [melvin] 0.7.4claws100
1136 fixed a typo in an alert message ("temorary").
1139 corrected the typo described above.
1141 updated French translation.
1143 2002-04-26 [darko] 0.7.4claws99
1146 fix target folder colorization
1148 2002-04-25 [paul] 0.7.4claws98
1151 updated by Alessandro Maestri
1153 2002-04-24 [colin] 0.7.4claws97
1156 Fixed double "subject is empty" question.
1158 2002-04-23 [colin] 0.7.4claws96
1161 Corrected issue when "automatically display images" was
1162 not set : first image remained after selecting second.
1164 2002-04-23 [melvin] 0.7.4claws95
1166 * src/prefs_actions.c
1167 Don't display in/out dialog if there is nothing to show.
1169 2002-04-23 [paul] 0.7.4claws94
1171 * sync with 0.7.5cvs3
1172 bug fixes: see ChangeLog entry 2002-04-23
1174 2002-04-22 [darko] 0.7.4claws93
1177 fix previous check-in which changed code after
1180 2002-04-22 [paul] 0.7.4claws92
1187 update English, Spanish and French FAQs
1190 add German and Spanish manuals
1193 update English and French manuals
1196 add to and re-arrange the pixmap entries
1198 2002-04-22 [darko] 0.7.4claws91
1201 fix sender initials recognition to only allow
1202 '>' after the initials
1204 2002-04-21 [paul] 0.7.4claws90
1206 * sync with 0.7.5 release
1207 see ChangeLog entry 2002-04-21
1212 add colin's new pixmaps to EXTRA_DIST
1214 2002-04-21 [colin] 0.7.4claws89
1217 * src/mainwindow.[ch]
1218 * src/prefs_common.[ch]
1219 * src/stock_pixmap.[ch]
1220 Added "Work offline" ability.
1222 2002-04-21 [colin] 0.7.4claws88
1225 * src/prefs_common.c
1226 * src/prefs_common.h
1227 * src/textview.c : Added an option to common preferences -> display
1228 to allow user not to automatically display images.
1230 2002-04-21 [paul] 0.7.4claws87
1232 * sync with 0.7.4cvs52
1233 see ChangeLog entry 2002-04-21 (src/imap.c)
1235 2002-04-21 [paul] 0.7.4claws86
1237 * sync with 0.7.4cvs51
1238 see ChangeLog entry 2002-04-21
1240 2002-04-21 [paul] 0.7.4claws85
1242 * sync with 0.7.4cvs49
1243 see ChangeLog entries 2002-04-20 and 2002-04-21
1246 clean up: remove old 'stock_' element from xpm
1249 2002-04-21 [alfons] 0.7.4claws84
1251 apply sync patch from Paul
1254 use old claws prefs_folder_item_create() for now
1256 2002-04-19 [match] 0.7.4claws83
1258 * src/addressbook.[ch]
1259 * src/addrharvest.[ch]
1260 * src/addrgather.[ch]
1263 * src/summaryview.[ch]
1266 2002-04-19 [paul] 0.7.4claws82
1269 updated by Fabio Junior Beneditto
1271 2002-04-14 [alfons] 0.7.4claws81
1274 add #include <sys/types.h> for mode_t and off_t
1276 2002-04-13 [paul] 0.7.4claws80
1281 src/prefs_common.[ch]
1283 enable storing of GnuPG passphrase for the whole
1284 session or a user-defined number of minutes. patch
1285 submitted by Ravemax <ravemax@dextrose.com>
1287 2002-04-13 [alfons] 0.7.4claws79
1290 make email parser also stop scanning when encountering separators
1291 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1293 2002-04-13 [paul] 0.7.4claws78
1295 * sync with 0.7.4cvs39
1296 see ChangeLog entry 2002-04-12
1298 2002-04-11 [paul] 0.7.4claws77
1300 * sync with 0.7.4cvs37
1301 see ChangeLog entry 2002-04-11
1303 2002-04-11 [paul] 0.7.4claws76
1306 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1307 the clause for OpenSSL). sync with sylpheed main
1309 2002-04-09 [melvin] 0.7.4claws75
1312 Made 'Ctrl-Enter' on send ignore some modifiers
1313 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1314 to bind other *-Enter (but not Alt-Enter).
1316 2002-04-09 [paul] 0.7.4claws74
1318 * sync with 0.7.4cvs35
1319 see ChangeLog entries 2002-04-09
1321 2002-04-08 [paul] 0.7.4claws73
1323 * sync with 0.7.4cvs33
1324 see ChangeLog entry 200-04-08
1326 2002-04-07 [match] 0.7.4claws72
1328 * src/addrharvest.[ch]
1329 fixed to read all addresses in header, regardless
1330 of header size. improved name parsing. accommodate
1331 harvest from folders and selected message.
1333 included new address parsing function.
1334 * src/addrgather.[ch]
1335 * src/addressbook.[ch]
1336 * src/summaryview.[ch]
1338 allow address harvest of folder as well as selected
1341 2002-04-07 [paul] 0.7.4claws71
1345 don't try to authenticate with CRAM-MD5 in SMTP when
1346 SMTP-AUTH enabled if MTA doesn't issue this
1347 auth-method in it's ehlo-response. bug item #531364,
1348 patch item #938910. patch submitted by Colin Leroy
1351 2002-04-07 [paul] 0.7.4claws70
1354 fix missing MODE_READER bug. patch submitted by
1355 Colin Leroy <colin@colino.net>
1357 2002-04-07 [alfons] 0.7.4claws69
1360 * src/prefs_filtering.c
1362 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1363 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1365 2002-04-07 [paul] 0.7.4claws68
1367 * sync with 0.7.4cvs32
1368 see ChangeLog entry 2002-04-06
1370 * tools/filter_conv.pl
1373 2002-04-06 [paul] 0.7.4claws67
1375 * tools/filter_conv.pl
1376 modify to be able to find the name of the first
1377 mailbox and use that. main's filter does not
1378 record the full path to the mailbox and therefore
1379 can only filter to the first mailbox.
1381 2002-04-05 [paul] 0.7.4claws66
1383 * tools/filter_conv.pl
1384 attempt to make the script all-encompassing and
1385 be able to convert any main 'filter' rule thrown
1388 2002-04-05 [paul] 0.7.4claws65
1390 * tools/filter_conv.pl
1391 allow for collapsed folder trees
1393 2002-04-05 [paul] 0.7.4claws64
1395 * sync with 0.7.4cvs31
1396 see ChangeLog entries 2002-04-05
1398 2002-04-03 [paul] 0.7.4claws63
1400 * sync with 0.7.4cvs29
1401 see ChangeLog entries 2002-04-02 and 2002-04-03
1403 2002-04-02 [paul] 0.7.4claws62
1405 * sync with 0.7.4cvs26
1406 see ChangeLog entry 2002-04-01
1408 2002-04-02 [match] 0.7.4claws61
1411 * src/importpine.[ch]
1413 import Pine address book.
1415 2002-04-02 [match] 0.7.4claws60
1417 * src/addrharvest.[ch]
1418 improve address parsing of funky addresses.
1420 2002-04-02 [darko] 0.7.4claws59
1423 wrap on send improvements, it now recognizes quoted
1424 initials as part of the quotation string, and it
1425 does not join lines separated by CR
1427 2002-04-01 [match] 0.7.4claws58
1430 added new functions.
1432 remove excessive duplicate address generation
1435 2002-04-01 [alfons] 0.7.4claws57
1440 2002-04-01 [paul] 0.7.4claws56
1442 * sync with 0.7.4cvs25
1443 see ChangeLog entry 2002-04-01
1445 2002-04-01 [alfons] 0.7.4aprilfool55
1448 honour feature request item #537427 to allow for
1449 displaying names from address book for sent mail also
1451 2002-03-29 [paul] 0.7.4claws54
1454 src/prefs_filtering.[ch]
1457 add 'fast filter' for claws' filtering,
1458 /Tools/Create filter rule/... patch submitted
1459 by Neill Miller <neillm@thecodefactory.org>
1461 2002-03-29 [paul] 0.7.4claws53
1463 * sync with 0.7.4cvs24
1464 see ChangeLog entry 2002-03-29
1466 2002-03-28 [paul] 0.7.4claws52
1468 * sync with 0.7.4cvs23
1469 see ChangeLog entry 2002-03-28
1471 2002-03-27 [melvin] 0.7.4claws51
1473 * src/prefs_actions.c
1474 Added support to pass only one message part (as a
1475 file) to the command using '%p'. No quotes are needed
1476 because doubles quotes are automatically added.
1477 Fixed bug where Sylpheed could block when waiting for
1478 a child process to finish.
1479 Changed the help menu to remove quotes around symbols to
1480 avoid misinterpretation (they must not be used).
1482 2002-03-27 [melvin] 0.7.4claws50
1485 Made the new mail notification command always
1486 execute asynchronously.
1488 2002-03-27 [paul] 0.7.4claws49
1491 fix bug introduced in last commit
1493 2002-03-27 [paul] 0.7.4claws48
1495 * sync with 0.7.4cvs21
1496 see ChangeLog 2002-03-26 and 2002-03-27
1498 2002-03-26 [hoa] 0.7.4claws47
1500 * src/prefs_folder_item.c
1501 really fixed the bug #516442 with folder rescan.
1503 2002-03-26 [paul] 0.7.4claws46
1505 * sync with 0.7.4cvs19
1506 see ChangeLog entries 2002-03-25 and 2002-03-26
1508 2002-03-25 [hoa] 0.7.4claws45
1512 fix the bug #516442 with folder rescan.
1514 * src/prefs_common.[ch]
1516 added an option to enable two different behaviours
1520 2002-03-25 [paul] 0.7.4claws44
1523 src/selective_download.c
1524 correct a few menuitem labels
1526 2002-03-25 [christoph] 0.7.4claws43
1529 fix non deleted tmp message in
1530 procmsg_save_to_outbox
1531 fix problems caused by sync with
1532 main branch's procmsg_send_queue
1534 2002-03-25 [paul] 0.7.4claws42
1538 src/quote_fmt_parse.y
1539 add Last name (%L) placeholder for quoting.
1540 patch submitted by Thorsten Thielen
1541 <thth@users.sourceforge.net>
1543 2002-03-25 [paul] 0.7.4claws41
1546 get full hostname. patch submitted by
1547 Bob Woodside <rwoodside1@comcast.net>
1549 2002-03-25 [paul] 0.7.4claws40
1554 src/prefs_account.[ch]
1555 enable NNTP over SSL. patch submitted by
1556 Pascal Jermini <pascal@infinity.hn.org>
1558 2002-03-24 [paul] 0.7.4claws39
1560 * src/prefs_common.c
1561 make the arrangement of the Compose tab more
1565 fix some irregularities of style
1568 updated by Kilian Krause
1570 2002-03-23 [paul] 0.7.4claws38
1573 updated by Fabio Junior Beneditto
1575 2002-03-23 [paul] 0.7.4claws37
1578 move 'Gather addresses' to 'Tools' menu
1579 make 'Selective download' sensitive
1581 2002-03-23 [paul] 0.7.4claws36
1583 * sync with 0.7.4cvs16
1584 see ChangeLog entries 2002-03-23
1586 2002-03-22 [christoph] 0.7.4claws35
1588 * src/quote_fmt_parse.y
1589 fix include program output
1591 2002-03-22 [alfons] 0.7.4claws34
1594 initialize GDate stack variable correctly (sorry!)
1596 2002-03-22 [paul] 0.7.4claws33
1602 rename 'Tool' to 'Tools'
1605 move 'Delete duplicated messages' from
1606 'Message/' to 'Tools/'
1607 re-arrange the order of 'Tools/' items
1609 2002-03-22 [paul] 0.7.4claws32
1612 src/addressbook.[ch]
1613 auto-address completion now also matches on
1614 Nickname. patch submitted by Bob Forsman
1615 <hammor@users.sourceforge.net>
1618 correct a spelling mistake
1620 2002-03-22 [alfons] 0.7.4claws31
1623 fix getting uidl from incorrect string
1626 2002-03-21 [alfons] 0.7.4claws30
1629 more code refactoring
1630 plug mem leak introduced by delete on server
1632 2002-03-21 [paul] 0.7.4claws29
1634 * sync with 0.7.4cvs11
1635 see ChangeLog entries 2002-03-20
1637 2002-03-20 [alfons] 0.7.4claws28
1640 apply Colin's patch and refactor
1642 2002-03-20 [paul] 0.7.4claws27
1644 * sync with sylpheed 0.7.4cvs9
1645 see ChangeLog entry 2002-03-20
1647 2002-03-19 [christoph] 0.7.4claws26
1652 revert changes for flag updates
1653 (does not work correctly and no time to debug)
1655 2002-03-20 [alfons] 0.7.4claws25
1658 refactor should_delete() a little bit
1660 2002-03-19 [paul] 0.7.4claws24
1664 src/prefs_account.[ch]
1665 allow the user to leave downloaded mail on the
1666 server for n days. Patch submitted by Colin Leroy
1669 2002-02-19 [paul] 0.7.4claws23
1671 * sync with sylpheed 0.7.4cvs8
1672 see ChangeLog entries 2002-03-19
1674 2002-03-18 [paul] 0.7.4claws22
1676 * sync with sylpheed 0.7.4cvs6
1677 see ChangeLog entry 2002-03-18
1679 2002-03-18 [paul] 0.7.4claws21
1682 add en_GB message catalogue
1687 correct a few spelling mistakes
1689 2002-03-17 [alfons] 0.7.4claws20
1692 more stringent checks for NULL params when writing
1693 filtering actions to a file
1695 2002-03-17 [hoa] 0.7.3claws20
1698 fixed the count of new messages
1701 fixed the "attachment properties" window
1703 2002-03-17 [paul] 0.7.4claws19
1708 src/prefs_account.[ch]
1711 automatically mark cross-posted messages as read
1712 and (optionally) give them a colour label
1713 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
1716 2002-03-17 [paul] 0.7.4claws18
1718 * sync with sylpheed 0.7.4cvs5
1719 see ChangeLog entry 2002-03-17
1721 2002-03-17 [melvin] 0.7.4claws17
1724 Worked around a gtktext 'bug': when searching for
1725 a text in a long message it was scrolling slowly
1726 line by line until it hit the searched text.
1728 Updated French translation
1730 2002-03-17 [melvin] 0.7.4claws16
1734 * src/prefs_actions.c
1735 Moved "Edit/Actions" to "Tool/Actions"
1736 Made mainwindow/compose window sensitive as soon as
1737 no child process is running anymore even if the io dialog
1739 Fixed a struct being initialized with a non constant char*
1741 2002-03-16 [christoph] 0.7.4claws15
1744 add --with-compiler-flags option
1745 (only for developer hacking)
1749 try to make folder-stats and flag handling more
1750 independent from the summaryview. msgcounts
1751 are only set when the folder is opened and
1752 procmsg_msginfo_(un)set_flags will handle it
1753 later and summaryview will get the values
1756 2002-03-16 [paul] 0.7.4claws14
1759 fix Return-receipt. Patch submitted by Bob
1760 Woodside <rwoodside1@comcast.net>
1762 2002-03-16 [paul] 0.7.4claws13
1765 fix 'dynamic' signatures, make it work again
1766 broken during sync on 2002-03-14 (0.7.4claws2)
1768 2002-03-15 [match] 0.7.4claws12
1770 * src/addrharvest.[ch]
1771 * src/addrgather.[ch]
1772 * src/addressbook.[ch]
1774 included address harvester feature. still some
1775 issues with address parsing that I will fix.
1777 2002-03-15 [match] 0.7.4claws11
1780 * src/addrcache.[ch]
1781 * src/addressbook.[ch]
1790 tidy up. fix memory leaks. moved attribs and methods
1791 from individual interfaces to addrcache object. prep
1792 for new stuff to come in.
1794 2002-03-15 [alfons] 0.7.4claws10
1797 * src/matcher_parser_parse.y
1798 * src/matcher_parser_lex.l
1799 * src/prefs_matcher.c
1800 add filtering conditions message greater than, smaller
1801 than, and exactly matching a size in bytes
1802 (does not work with delete from POP3 server yet)
1804 this should also give others an idea what you should
1805 do to add new criterions to claws filtering system
1808 2002-03-15 [paul] 0.7.4claws9
1810 * tools/filter_conv.pl
1811 exit if there are no filter rules to convert
1812 rename filterrc to filterrc.old after completion
1814 2002-03-15 [paul] 0.7.4claws8
1816 * sync with sylpheed 0.7.4cvs3
1817 see ChangeLog entry 2002-03-14
1819 2002-03-14 [paul] 0.7.4claws7
1822 clean up the last commit (ahem)
1824 2002-03-14 [paul] 0.7.4claws6
1827 fix bug #515655. honour account preferences
1828 regarding gpg default signing/encryption when
1829 changing account from the compose window.
1831 2002-03-14 [paul] 0.7.4claws5
1834 remove unnecessary curly brackets
1836 2002-03-14 [paul] 0.7.4claws4
1839 src/prefs_filtering.[ch]
1840 add filter rename on folder rename and filter
1841 delete on folder delete. Patch submitted by
1842 Neill Miller <neillm@thecodefactory.org>
1844 2002-03-14 [christoph] 0.7.4claws3
1849 (patch submitted by "Simon 'corecode' Schubert")
1850 * src/prefs_common.c
1854 2002-03-14 [paul] 0.7.4claws2
1856 * sync with sylpheed 0.7.4cvs2
1857 see ChangeLog entry 2002-03-13
1859 2002-03-12 [darko] 0.7.4claws1
1862 fix what seems to be a copy and paste error
1863 when setting color for important messages
1866 2002-03-11 [paul] version 0.7.4claws released
1868 2002-03-11 [paul] 0.7.4claws
1874 update message catalogs. Submitted by Ricardo Mones
1875 Lastra, Alessandro Maestri, Wilbert Berendsen, and
1876 Fabio Junior Beneditto
1881 faq/it/sylpheed-faq*
1887 2002-03-11 [jens] 0.7.3claws7
1890 updated German translation
1892 2002-03-11 [melvin] 0.7.3claws6
1895 updated and corrected French translation
1897 2002-03-10 [hoa] 0.7.3claws5
1901 * src/prefs_account.c
1904 fixed the local account.
1905 you have to change the default "/usr/sbin/sendmail"
1906 to "/usr/sbin/sendmail -t" in the preferences of
1910 removed some debug display for renderer
1912 2002-03-10 [paul] 0.7.3claws4
1914 * faq/en/sylpheed-faq-1.html
1915 faq/en/sylpheed-faq-2.html
1918 2002-03-09 [paul] 0.7.3claws3
1920 * sync with sylpheed 0.7.4
1921 see ChangeLog entry 2002-03-09
1923 2002-03-08 [paul] 0.7.3claws2
1925 * faq/en/sylpheed-faq*
1926 faq/es/sylpheed-faq*
1927 faq/fr/sylpheed-faq*
1930 * manual/fr/.cvsignore
1931 manual/fr/Makefilea.am
1935 add the French manual
1937 2002-03-07 [paul] 0.7.3claws1
1939 * sync with sylpheed 0.7.3cvs4
1940 see ChangeLog entries 2002-03-06 and 2002-03-07
1943 updated by Wilbert Berendsen
1945 2002-03-07 [melvin] 0.7.2claws34
1947 * src/selective_download.c
1948 Changed the pixmap of the receive button to MAIL_RECEIVE.
1950 2002-03-06 [paul] 0.7.2claws33
1952 * sync with sylpheed 0.7.3cvs1
1953 bug fix, see ChangeLog entry 2002-03-05
1955 2002-03-05 [paul] 0.7.2claws32
1960 reverse the pgp ascii-armored code implemented in
1961 0.7.2claws16. removal of this code until it matures.
1962 this means that verifying ascii-armored pgp sigs and
1963 automatic decryption of ascii-armored encrypted
1964 messages no longer works.
1966 2002-03-05 [paul] 0.7.2claws31
1971 * faq/en/Makefile.am
1972 faq/en/sylpheed-faq.html
1973 faq/en/sylpheed-faq-1.html
1974 faq/en/sylpheed-faq-2.html
1975 faq/en/sylpheed-faq-3.html
1976 * faq/es/Makefile.am
1977 faq/es/sylpheed-faq.html
1978 faq/es/sylpheed-faq-1.html
1979 faq/es/sylpheed-faq-2.html
1980 faq/es/sylpheed-faq-3.html
1981 faq/es/sylpheed-faq-4.html
1982 * faq/fr/Makefile.am
1983 faq/fr/sylpheed-faq.html
1984 faq/fr/sylpheed-faq-1.html
1985 faq/fr/sylpheed-faq-2.html
1986 faq/fr/sylpheed-faq-3.html
1991 add FAQs in English, Spanish and French
1994 2002-03-05 [paul] 0.7.2claws30
1996 * manual/en/sylpheed.html
1997 manual/en/sylpheed-XX.html
1998 updated the English manual
2003 dialog box pops up if the article can't be deleted.
2008 updated by Fabio Junior Benedito
2012 * removed ac/gpgme.m4
2013 to avoid autogen common problem
2014 developers have to install gpgme development package now
2017 encoding to 7bit or 8bit is enabled.
2019 2002-03-03 [alfons] 0.7.2claws29
2022 merge fix by Oliver Haertel for selective
2025 2002-03-03 [paul] 0.7.2claws28
2027 * sync with sylpheed 0.7.3
2029 2002-03-03 [paul] 0.7.2claws27
2031 * sync with sylpheed 0.7.2cvs24
2032 see ChangeLog entries 2002-03-02 and 2002-03-03
2034 2002-03-02 [melvin] 0.7.2claws26
2039 * src/prefs_common.[ch]
2040 Added user definable notification on new mail arrival.
2041 Removed unused variables in spell checker prefs code.
2043 2002-03-02 [melvin] 0.7.2claws25
2046 Removed unnecessary escape sequences.
2047 Changed 'Initial...' to 'Initials of Sender'
2049 2002-03-02 [paul] 0.7.2claws24
2051 * sync with sylpheed 0.7.2cvs22
2052 see ChangeLog entry 2002-03-01
2054 2002-03-01 [hoa] 0.7.2claws23
2057 Set sensitivity of delete actions to active
2058 even if the folder is a newsgroup.
2061 - Set sensitivity of delete actions
2062 - Added function check_permission() that will check if the
2063 user is authorized to delete a message. For news, it
2064 will check if the author is the same.
2065 - Enabled deletion when there is no trash folder.
2068 - Added news_cancel_article() to cancel articles
2069 - Implemented news_remove_message() (public function)
2071 2002-03-01 [paul] 0.7.2claws22
2075 recognise urls that that don't include 'http://' and
2079 remove duplicated name
2081 2002-02-28 [paul] 0.7.2claws21
2084 src/summaryview.[ch]
2085 add ability to 'Select thread'
2086 combines Melvin's "Select thread's head" patch (#510907)
2087 with Colin Leroy's <colin@colino.net> "Select whole thread"
2090 2002-02-28 [paul] 0.7.2claws20
2093 hopefully fix segfault on right-clicking a mime part
2094 that some people have experienced.
2095 fix submitted by Fredrik Olofsson <frol@linux.nu>
2097 2002-02-28 [paul] 0.7.2claws19
2099 * sync with sylpheed 0.7.2cvs21
2100 see ChangeLog entries 2002-02-27 and 2002-02-28
2102 2002-02-27 [paul] 0.7.2claws18
2104 * sync with sylpheed 0.7.2cvs18
2105 see ChangeLog entries 2002-02-26 and 2002-02-27
2107 2002-02-26 [alfons] 0.7.2claws17
2110 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2111 (spotted by Chris Hessman <idatech@gmx.net>)
2113 2002-02-26 [paul] 0.7.2claws16
2118 make decryption of ascii-armored pgp encrypted messages
2119 and verification of ascii-armored signatures work again.
2120 slightly altered from the patch by Jens Jahnke
2124 * the checking of plaintext signatures always comes up in
2126 * it doesn't work for multipart messages
2127 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2128 including the msg headers and these 2 line themselves, are
2132 "View/Folder Tree" becomes "View/Separate Folder Tree"
2133 "View/Message View" becomes "View/Separate Message View"
2134 because its less ambiguous.
2137 updated by Ricardo Mones Lastra
2139 2002-02-26 [paul] 0.7.2claws15
2141 * sync with sylpheed 0.7.2cvs17
2142 see ChangeLog entries 2002-02-25 and 2002-02-26
2144 2002-02-25 [christoph] 0.7.2claws14
2146 * src/filtering.[ch]
2148 do filtering stuff after all messages have been received
2149 1. drop all messages to .processing
2150 2. scan processing folder for messages
2151 3. filter messages or move to inbox
2152 this will also find old messages left in processing after
2153 a crash or something like that and we get a real msginfo
2154 from folder->get_msg_list and do not have to create our
2155 own in filter_message
2156 * src/matcher_parser_parse.y
2157 remove MIX/MAX warning (reordered includes)
2159 2002-02-25 [paul] 0.7.2claws13
2161 * sync with sylpheed 0.7.2cvs15
2162 see ChangeLog entry 2002-02-24
2164 2002-02-24 [alfons] 0.7.2claws12
2167 clear old color flags first when applying a new color to
2169 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2171 2002-02-24 [alfons] 0.7.2.claws11
2174 * src/prefs_common.c
2175 add presets for Opera and Konqueror, closes patch #517261,
2176 submitted by Ville Skyttä <scop@users.sourceforge.net>
2178 2002-02-24 [alfons] 0.7.2.claws10
2182 fix threading for null message ids, closes patch #521601,
2183 submitted by Bob Forsman <hammor@users.sourceforge.net>
2185 2002-02-24 [alfons] 0.7.2claws9
2189 make Tool | Filter Message work with filtering system so
2190 setting flags also works
2194 - Processing uses the same function as Tool | Filter
2195 Message, but doesn't use the same update proc yet
2197 2002-02-23 [paul] 0.7.2claws8
2199 * sync with sylpheed 0.7.2cvs14
2200 see ChangeLog entries 2002-02-22 and 2002-02-23
2202 2002-02-22 [christoph] 0.7.2claws7
2205 Add column space to table
2206 * src/quote_fmt_parse.y
2209 2002-02-22 [paul] 0.7.2claws6
2217 src/matcher_parser_lex.l
2218 src/matcher_parser_parse.y
2221 src/prefs_filtering.c
2222 src/selective_download.[ch] *** NEW FILES ***
2225 Selective Download added to 'Tool' menu.
2226 Retrieves email headers of the currently selected pop3
2227 account and allows the user to mark emails for deletion
2228 right on the pop3 server. Patch submitted by Oliver Haertel
2229 <oha@users.sourceforge.net>.
2232 add 'src/quote_fmt.c'
2234 2002-02-22 [christoph] 0.7.2claws5
2238 * src/prefs_common.[ch]
2239 * src/prefs_template.c
2240 * src/quote_fmt.c *** NEW FILE ***
2242 move quote format symbol description code
2243 to it's own file because it is used from
2244 differnent code parts
2245 Rewrote symbol description GUI
2248 + get data from array (no more long constant strings)
2249 * src/quote_fmt_lex.l
2250 * src/quote_fmt_parse.y
2251 Symbol for Literal % changed to \% instead of %%
2252 (More logical as \ is used for quoting for other symbols)
2253 Add |f and |p to include files and program output
2255 |f{/home/.../.signature}
2258 Correct wrong spelling for "Referenzen"
2260 2002-02-21 [paul] 0.7.2claws4
2263 forgotten during sync
2265 2002-02-21 [paul] 0.7.2claws3
2267 * sync with sylpheed 0.7.2cvs11
2268 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2269 2002-02-20 and 2002-02-21
2271 2002-02-20 [melvin] 0.7.2claws2
2273 * src/prefs_actions.c
2274 Added error report when child cannot fork or when execvp
2275 returns with an error.
2277 2002-02-19 [christoph] 0.7.2claws1
2280 return unconverted text if conde conversion is not possible
2281 when libjconv is used.
2282 (patch submitted by "Simon 'corecode' Schubert")
2286 * version 0.7.2claws release
2288 2002-02-19 [paul] 0.7.2claws
2291 updated by Wilbert Berendsen
2294 2002-02-18 [alfons] 0.7.1claws13
2298 remove references to dlfcn and explicitly loading functions
2299 from dynalink libs, because libs linked anyway, and functions
2300 are loaded explicitly
2302 2002-02-17 [melvin] 0.7.1claws12
2304 * src/prefs_actions.c
2305 Replaced children wait loop with double fork technique.
2306 Now, input/output window updated at each new output.
2307 free_children(): Fixed a memory leak.
2308 Made input/output window non closable if running children
2310 Added missing <unistd.h> include.
2311 Added some --debug outputs.
2313 2002-02-17 [melvin] 0.7.1claws11
2316 Fixed bug where descending sort order did not select top
2319 2002-02-17 [melvin] 0.7.1claws10
2322 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2323 * src/prefs_common.c
2324 Pspell data package directory no more hard coded but
2325 set during configuration (PSPELL_PATH). (Thanks to
2326 Gustavo Noronha Silva.)
2328 2002-02-17 [melvin] 0.7.1claws9
2331 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2333 Fixed compile-time warnings.
2335 2002-02-16 [alfons] 0.7.1claws8
2338 fix inadvertent free of NULL pointer which caused
2339 sylpheed to crash when closing the save-as dialog
2340 using the window close button
2342 2002-02-16 [carsten] 0.7.1claws7
2343 * src/mainwindow.[ch]
2346 fixes for pixmap theming code:
2347 - recently changed mail attributes shouldn't get
2349 - theme is only reloaded iff another theme was
2352 2002-02-16 [paul] 0.7.1claws6
2354 * sync with sylpheed 0.7.2 release
2355 see ChangeLog entry 2002-02-15 and 2002-02-16
2357 2002-02-15 [paul] 0.7.1claws5
2359 * sync with sylpheed 0.7.1cvs9
2360 see ChangeLog entry 2002-02-15
2363 remove unneeded headerwindow.c entry
2365 2002-02-14 [carsten] 0.7.1claws4
2367 fixed a bug for "Go to next unread message": there was
2368 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2369 in the prefs, because of doing "Search again" instead
2372 2002-02-14 [carsten] 0.7.1claws3
2373 * src/stock_pixmap.c
2374 removed 2 more mem leaks; following memprof,
2375 this code is "leak free" now :)
2377 2002-02-14 [carsten] 0.7.1claws2
2378 * src/stock_pixmap.c
2379 used opendir/readdir/closedir instead of scandir
2380 -> code should work now on Solaris
2382 2002-02-14 [paul] 0.7.1claws1
2384 * sync with sylpheed 0.7.1cvs8
2385 see ChangeLog entries 2002-02-13 and 2002-02-14
2388 add some description of Actions and Pixmap Themes
2392 * version 0.7.1claws release
2394 2002-02-13 [paul] 0.7.1claws
2399 updated translations, submitted by Ricardo Mones Lastra,
2400 Alessandro Maestri and Fabio Junior Beneditto
2402 2002-02-13 [melvin] 0.7.0claws75
2404 * src/prefs_actions.c
2405 Added missing "signal.h" include
2407 2002-02-13 [melvin] 0.7.0claws74
2409 * src/prefs_folder_item.c
2410 Added missing "config.h" include
2412 Updated French translation for folder propriety.
2414 2002-02-13 [jens] 0.7.0claws73
2417 Added missing src/prefs_folder_item.c [log added by melvin]
2419 Updated German translation.
2421 2002-02-13 [melvin] 0.7.0claws72
2424 Updated French translation.
2426 2002-02-13 [melvin] 0.7.0claws71
2429 Made gtkut_editable_get_selection return NULL if selection
2431 This fixes a bug where selecting part of message A then
2432 switching to message B and replying to it will not
2433 quote the message's body.
2435 2002-02-12 [paul] 0.7.0claws70
2438 cosmetic, relating to pixmap themes: on toolbar make
2439 updating of 'Exec' and 'Compose news/Compose email'
2442 2002-02-12 [carsten] 0.7.0claws69
2448 - refreshing after changing pixmap theme better
2450 - wanted to remove some mem leaks, but alfons was
2451 faster (and had the better solution ;)
2453 2002-02-12 [alfons] 0.7.0claws68
2455 * src/prefs_common.c
2456 * src/stock_pixmap.[ch]
2457 plug mem leaks, refactor code a little bit
2460 2002-02-12 [sergey] 0.7.0claws67
2463 Fixed problem with copying messages to IMAP folders when the
2464 server uses something other than '/' as a namespace separator
2465 (cyrus-imapd uses '.').
2467 2002-02-12 [jens] 0.7.0claws66
2470 Updated German Translation
2472 2002-02-12 [paul] 0.7.0claws65
2474 * sync with sylpheed 0.7.1cvs1
2475 see ChangeLog entry 2002-02-12
2477 2002-02-12 [melvin] 0.7.0claws64
2479 * src/prefs_actions.c
2480 Fixed "feature" where children's output was duplicated
2481 instead of refreshed while monitoring.
2482 Removed some debug code.
2484 2002-02-12 [christoph] 0.7.0claws63
2487 always delete message from queue after sending/send error
2488 (closes bug #509601)
2490 2002-02-12 [melvin] 0.7.0claws62
2492 * src/prefs_actions.c
2493 Children wait loop is now triggered with a timeout of 1s
2494 Added %F which is replaced with the list of filenames
2495 of all selected messages (as suggested by Ricardo Mones Lestra)
2496 Pipe syntax changed. Prefix with | to send selection, postfix
2497 with | to retrieve output. Prefix with > or * to send
2498 user definable input to the command (*: input is hidden)
2499 Old pipe action should now be postfixed with |, too.
2501 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
2502 * src/stock_pixmap.c
2503 fixed a bug: if there's no theme directory don't
2504 throw an error, just do "nothing" (thanks Alfons)
2506 2002-02-12 [carsten] 0.7.0claws60
2509 had to write the cache twice (nasty!); some marks would
2512 2002-02-11 [carsten] 0.7.0claws59
2515 doc-src/maintainer_guide.txt
2521 src/prefs_common.[ch]
2522 src/stock_pixmap.[ch]
2523 src/summaryview.[ch]
2524 pixmap theming and related work on pixmap
2525 handling on some other places
2526 (e.g. hrm features for all folder)
2527 src/pixmap/stock_*.xpm -> the stock_ was removed
2529 2002-02-11 [paul] 0.7.0claws58
2531 * sync with sylpheed 0.7.1 release
2532 see ChangeLog entries 2002-02-11
2534 2002-02-08 [paul] 0.7.0claws57
2536 * sync with sylpheed 0.7.0cvs39
2537 see ChangeLog entry 2002-02-07 (last entry)
2539 * src/prefs_actions.c
2540 src/prefs_filtering.c
2543 sync: made it compile with C compilers other than gcc
2545 2002-02-07 [paul] 0.7.0claws56
2547 * sync with sylpheed 0.7.0cvs38
2548 see ChangeLog entries 2002-02-06 (last 2 entries) and
2551 2002-02-07 [darko] 0.7.0claws55
2555 Fix const gchar */gchar * issue (thanks Hiro)
2557 2002-02-07 [darko] 0.7.0claws54
2562 * src/prefs_template.c
2564 * src/quote_fmt_parse.y
2567 When replying or forwarding an email don't quote the entire
2568 mail body but use the part of the message text that is selected
2570 2002-02-06 [melvin] 0.7.0claws53
2572 * src/prefs_common.[ch]
2575 Made possible to switch quickly to last used dictionary
2576 which makes checking bilingual documents easier.
2578 2002-02-06 [melvin] 0.7.0claws52
2581 Added forgotten new file src/prefs_actions.c
2583 2002-02-06 [melvin] 0.7.0claws51
2585 * src/prefs_actions.c ** NEW FILE **
2586 * src/prefs_actions.h ** NEW FILE **
2587 Added actions to execute on message text view, or on the
2590 Added src/prefs_actions.[ch]
2592 Added new menu "Edit/Actions"
2594 Added new actionsrc file.
2596 Added actionsrc reading.
2598 Added new menus "Edit/Actions" and "Configuration/Actions..."
2599 * src/prefs_common.h
2600 Added new element actionslst element to prefs_common.
2602 2002-02-06 [paul] 0.7.0claws50
2604 * sync with sylpheed 0.7.0cvs36
2605 see ChangeLog entry 2002-02-06
2610 updated by Ricardo Mones Lastra
2612 2002-02-05 [paul] 0.7.0claws49
2614 * sync with sylpheed 0.7.0cvs33
2615 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
2617 2002-02-05 [paul] 0.7.0claws48
2620 re-add 'Edit/Advanced/Delete entire line', previously named
2623 2002-02-04 [paul] 0.7.0claws47
2627 fix bug #494993 (Reply All not taking Reply-To into consi)
2628 eliminate differences in behaviour of right-click 'Reply to all'
2629 in summary view and 'Reply to all' on the toolbar.
2630 fix bug where Reply-To gets ignored by 'Reply to all' in summary
2631 view and From gets ignored by 'Reply to all' on toolbar.
2632 fix bug where 'Reply to all' on toolbar uses To twice and ignores
2633 From when no Reply-To header is present.
2635 2002-02-04 [paul] 0.7.0claws46
2637 * sync with sylpheed 0.7.0cvs30
2638 see ChangeLog entries 2002-02-03 and 2002-02-04
2640 2002-02-03 [melvin] 0.7.0claws45
2643 Readded function to highlight all misspelled words.
2644 Fixed bug where user-provided-words did not replace
2645 correctly the misspelled word when using the mouse.
2646 Fixed bug where checking a region selected from right to left did
2647 not check the region at all.
2648 Fixed bug where 'Check backwards' may not check at all.
2649 Fixed memory leaks where popup menus and accel_groups were not destroyed.
2650 Fixed possible buffer overflow when checking for long strings (>1k).
2651 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
2652 Accelerators code uses now gtk_widget_add_accel.
2653 Removed and disabled obsolete and unfinished code.
2657 Added menu item to Highlight all misspelled words.
2659 2002-02-01 [paul] 0.7.0claws44
2662 fix '/View/Hide read messages' sensitivity when all
2663 messages in a folder are hidden
2665 2002-02-01 [paul] 0.7.0claws43
2668 add --send option to command line interface, sends all
2669 queued mail. Patch submitted by Ricardo Mones Lastra.
2671 2002-01-31 [paul] 0.7.0claws42
2674 add '/View/Hide read messages' to main_window_set_menu_sensitive()
2676 2002-01-31 [paul] 0.7.0claws41
2678 * sync with sylpheed 0.7.0cvs27
2679 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
2683 comment out elements of textview_show_part() as temporary
2684 workaround for attachment 'Display as text' bug
2687 updated by Fabio Junior Beneditto
2689 2002-01-30 [paul] 0.7.0claws40
2691 * sync with sylpheed 0.7.0cvs24
2692 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
2696 add {N_("/_Spelling"), ... "<Branch>"} to
2697 GtkItemFactoryEntry compose_entries[]
2699 * src/prefs_common.c
2700 add claws menu items to prefs_keybind_apply_clicked()
2701 and remove non-claws menu items
2703 2002-01-29 [paul] 0.7.0claws39
2705 * sync with sylpheed 0.7.0cvs22
2706 see ChangeLog entries 2002-01-28 and 2002-01-29
2708 2002-01-28 [melvin] 0.7.0claws38
2711 Added the declartion of compose_send_control_enter.
2715 Added in a 'Spelling' menu which includes the configuration menu.
2716 Added a real 'Check all' and got rid from the old one which only
2717 highlited misspelled word.
2718 Made 'Check while typing' a disableable option.
2719 Added a dialog when there are no more misspelled word.
2720 Added a dialog if error occurs when switching to a dictionary.
2722 * src/prefs_common.[ch]
2723 Added option for the default 'Check while typing' option.
2726 2002-01-28 [alfons] 0.7.0claws37
2729 fix buglet and make code comply with sylpheed code style
2731 2002-01-28 [paul] 0.7.0claws36
2733 * sync with sylpheed 0.7.0cvs19
2734 see ChangeLog entries for 2002-01-28
2736 2002-01-28 [hoa] 0.7.0claws35
2742 read the renderer config
2745 use the renderer config to convert mime attachments
2748 don't use textview_show_html/ertf,
2749 use get_text_content instead
2751 2002-01-27 [alfons] 0.7.0claws34
2754 make sylpheed believe it can delete a news message...
2755 (messages are NOT deleted, maybe we should remove
2756 processing from the folder properties after all.)
2758 2002-01-27 [alfons] 0.7.0claws33
2763 implement remove_msg()
2765 2002-01-27 [alfons] 0.7.0claws32
2770 fix return receipt / disposition notification again. this
2771 stuff seems to break on _every_ major summary UI change, so
2772 it's now implemented using a flag which is saved in the
2775 2002-01-26 [alfons] 0.7.0claws31
2778 let import dialog show the destination folder identifier
2780 2002-01-26 [melvin] 0.7.0claws30
2784 Readded 'Mark all read' into summary view popup menu
2785 Added 'Mark all read' in folder view popup menu for IMAP
2787 Made it insensitive if the selected folder is not the shown
2788 one to avoid 'Mark all read' on the wrong folder.
2790 2002-01-26 [paul] 0.7.0claws29
2794 move 'Mark all read' from summary view to folder view
2795 menu. (adapted from) patch submitted by Jeremy Andrews,
2796 <lists@kerneltrap.com>
2798 2002-01-25 [alfons] 0.7.0claws28
2801 put the gtk class name back so GtkSText adapts the
2804 2002-01-25 [alfons] 0.7.0claws27
2807 assimilate Ricardo's patch that shows pixmaps instead of
2808 plain "new" and "unread" texts in the folder view column
2811 2002-01-25 [paul] 0.7.0claws26
2814 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
2815 be found in non-standard locations.
2816 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
2818 2002-01-25 [paul] 0.7.0claws25
2820 * sync with sylpheed 0.7.0cvs16
2821 see ChangeLog entry 2002-01-25
2823 2002-01-24 [paul] 0.7.0claws24
2825 * more sync with sylpheed 0.7.0cvs15
2826 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
2828 2002-01-23 [sergey] 0.7.0claws23
2831 Fixed segfault when closing LDIF import wizard with
2837 Fixed wrong scrolling position after switching between
2838 text and image parts.
2840 2002-01-23 [paul] 0.7.0claws22
2842 * sync with sylpheed 0.7.0cvs15
2843 see ChangeLog entries 2002-01-22 and 2002-01-23
2845 2002-01-21 [melvin] 0.7.0claws21
2847 * src/prefs_scoring.c
2848 * src/prefs_filtering.c
2849 Fixed bug where scoring and filtering windows stopped
2852 2002-01-21 [paul] 0.7.0claws20
2854 * sync with sylpheed 0.7.0cvs12
2855 see ChangeLog entries 2002-01-20 and 2002-01-21
2857 2002-01-21 [carsten] 0.7.0claws19
2860 * src/messageview.[ch]
2861 * src/summaryview.[ch]
2862 changes to shortcuts handling again:
2863 + "Q" now controled by mainwin
2864 + v/V are now customizable and have slightly
2866 the "button" to minimize the messageview (and maximize
2867 the summary view) is a real button now
2869 "Delete Line+" added to Edit/Advanced (this will also
2872 2002-01-20 [melvin] 0.7.0claws18
2875 Made "Bcc" sensitive when addressbook is called from
2876 compose window (it was a Claws only bug).
2878 2002-01-19 [alfons] 0.7.0claws17
2881 prevent unnecessary updates when currently selected folder has
2884 2002-01-19 [alfons] 0.7.0claws16
2887 prevent writing the cache based on current message list in summary
2888 view when filtering also put messages in currently selected folder
2893 Italian translation submitted by Alessandro Maestri
2894 <a.maestri@cs.tin.it>
2896 2002-01-18 [melvin] 0.7.0claws15
2898 * src/prefs_filters.c
2899 fixed bug where 'cancel' from 'filters' window stops autochecking
2900 if the timer timed out when the window was open.
2902 2002-01-18 [match] 0.7.0claws14
2904 * src/addrclip.[ch] ** NEW FILE **
2905 * src/addrselect.[ch] ** NEW FILE **
2906 * src/adbookbase.h ** NEW FILE **
2907 addressbook cut, copy and paste
2909 * src/addrcache.[ch]
2911 * src/addrindex.[ch]
2923 support for copy/paste
2925 support for copy/paste
2926 tidy up menu option processing
2927 correct address list function arguments
2929 sort user attributes
2939 2002-01-18 [paul] 0.7.0claws13
2941 * sync with sylpheed 0.7.0cvs8
2942 configure.in: support Mac OS X (Darwin)
2944 2002-01-18 [carsten] 0.7.0claws12
2946 small hack to fix a segfault with an empty href
2947 (reported by Alexandra Walford <deeni@altern.org>)
2950 the shortcuts for Mark und Mark as unread are hardcoded
2954 readded the shortcuts in gtkstext but made them
2955 customizeable (simply by adding a menu plus a wrapper
2958 2002-01-17 [melvin] 0.7.0claws11
2961 fix default dictionary not being saved.
2963 2002-01-16 [darko] 0.7.0claws10
2966 fix wrapping crash with URL longer than wrapping margin
2968 2002-12-08 [hoa] 0.7.0claws10
2970 * src/matcher_parser_parse.y
2973 * src/prefs_filtering.c
2974 now, we can use bounce action in the dialog box.
2976 2002-01-16 [carsten] 0.7.0claws9
2978 removed the <control> and <alt> shortcuts because they're
2979 not needed and interefered with the "normal" shortcuts
2982 removed most of the hardcoded shortcuts and assigned
2983 them to menu entries making them easy customizable by
2986 2002-01-16 |melvin] 0.7.0claws8
2989 fixed bug where using the mouse and when the compose
2990 window is not on top may result in a crash.
2992 2002-01-16 [melvin] 0.7.0claws7
2995 fixed a long standingspell checker bug which could
2996 cause a crash after sending a message.
2998 2002-01-16 [paul] 0.7.0claws6
3000 * sync with sylpheed 0.7.0cvs7
3001 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
3002 2002-01-15, and 2002-01-16
3004 2002-01-16 [melvin] 0.7.0claws5
3010 Heavily modified spell checker code to work around
3011 ispell bug, to add keyboard shortcuts and for future
3012 enhancements. See README.claws for usage information.
3014 2002-01-15 [alfons] 0.7.0claws4
3017 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
3018 so sorting within threads reflects sort mode
3020 2002-01-15 [christoph] 0.7.0claws3
3023 added alertpanel if mail sending failed
3025 2002-01-15 [alfons] 0.7.0claws2
3027 * src/prefs_filtering.c
3028 don't stop timer when prefs filtering dialog is opened
3030 2002-01-14 [alfons] 0.7.0claws1
3034 remove debug_print()s for privacy reasons
3036 2002-01-14 [darko] 0.7.0claws
3039 quotation wrapping is now also in the main branch
3043 * tools/filter_conv.pl
3044 allow for Boolean Op and case-sensitivity
3045 this file is included in the release and tagged
3048 2002-01-13 [paul] 0.7.0claws
3050 * release 0.7.0, with cvs tag 'rel_0_7_0'
3054 * tools/filter_conv.pl
3056 rewritten to output to matcherrc instead of filteringrc
3059 updated Spanish translation by Ricardo Mones Lastra
3064 update dutch translation
3069 Updated by Fabio Junior Beneditto
3071 2002-01-13 [melvin] 0.6.6claws53
3074 Updated french translation
3076 2002-01-12 [alfons] 0.6.6claws52
3079 plug mem leak that has been sitting there for ages
3081 2002-01-12 [alfons] 0.6.6claws51
3084 undo melvin's changes from 0.6.6claws48 because summary
3085 view now refuses to select first unread message when
3088 2002-01-11 [alfons] 0.6.6claws50
3091 use claws' semantics for getting folder item when
3092 importing an mbox file into a folder
3093 (submitted by Dale P. Smith)
3095 2002-01-11 [christoph] 0.6.6claws49
3098 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3099 toggle widget, because non static prefs can not use
3100 prefs_set_* functions
3101 * src/prefs_account.c
3102 toggle smtp auth password field sensitivity if
3103 user id is empty and add descrition of usage for
3105 * src/prefs_folder_item.c
3106 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3109 2002-01-11 [melvin] 0.6.6claws48
3112 fix the 'Ctrl-Enter' feature for sending and test really
3113 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3114 editables which was not documented in Gtk)
3117 Made summaryview refresh after sorting and not before.
3119 2002-01-11 [christoph] 0.6.6claws47
3122 select account from account ids if possible and
3123 correctly set save folder for copy in reedit
3125 2002-01-10 [paul] 0.6.6claws46
3127 * sync with sylpheed 0.7.0 release
3128 see ChangeLog entries 2002-01-07, 2002-01-08 and
3134 remove more dirt traces...
3139 clean up some traces of my debugging stuff
3141 2002-01-09 [alfons] 0.6.6claws45
3144 break up filteringprop_apply() in three separate pieces
3145 so we can drop messages that failed processing in the
3149 fix bug #469598 "no refresh of inbox after filter" which
3150 was introduced by the new summary view locking, and which
3151 prevented the summary view to update after a manual filter
3152 message. claw's filter message requires a summary_show().
3153 (aargh, summary_show() again! :-)
3155 2002-01-07 [alfons] 0.6.6claws44
3157 * src/headerwindow.c
3160 * src/sourcewindow.c
3161 bring in Hiro's last 0.7.0 wm class fixes
3164 bring in Ricardo's fix for sylprint script
3168 * src/prefs_common.[ch]
3169 * src/prefs_account.[ch]
3171 clean up account preference poison in rfc2015,
3172 and preparation to fix double sign bug
3173 (patch submitted by Simon 'corecode' Schubert)
3175 2002-01-07 [christoph] 0.6.6claws43
3178 search for free message number, do not only rely
3181 fix smtp auth and use extra account information
3182 if available, if not use pop3 data instead
3183 (closes bug #500341)
3187 2002-01-06 [alfons] 0.6.6claws42
3190 try making the separate windows work again...
3192 2002-01-06 [alfons] 0.6.6claws41
3195 adapt Hiro's separate window menu (to get rid of the funny
3196 duplicate menu items), and make it work again
3198 2002-01-06 [alfons] 0.6.6claws40
3203 * tools/README.sylprint
3204 add sylprint script for printing mails from Sylpheed
3205 (contributed by Ricardo Mones Lastra)
3210 2002-01-06 [melvin] 0.6.6claws39
3214 Fixed crash introduced in 0.6.6claws38 by the menu
3215 reorganisation (Hide read messages)
3218 Fixed typo (we are now in 2002, alfons ;) )
3220 2002-01-05 [alfons] 0.6.6claws38
3222 * sync with sylpheed 0.6.6cvs10-17
3223 (last stuff marked as LAST_STABLE)
3225 2002-01-04 [melvin] 0.6.6claws37
3228 Made account selection code use strcasestr again instead of
3229 g_strcasecmp (fixes bug where reediting queued messages
3230 did not select proper account reported by T. Link).
3233 Fix bug where folder icons are not shown when 'hide read messages'
3236 * src/stock_pixmaps.[ch]
3237 Added folder icons for 'hide read messages'.
3240 Fixed bug where 'Enter' in a header entry will send the message
3241 if 'CTL-Enter' was chosen as a shorcut for sendind.
3243 2002-01-03 [melvin] 0.6.6claws36
3246 Added popup menu for common preferences and
3247 account preferences (right click on tab displays
3248 a menu of all tabs.)
3250 2002-01-02 [melvin] 0.6.6claws35
3253 Made spelling code compatible with undo/redo feature.
3254 Added creation of suggestion mode menu for the general
3257 * src/prefs_common.[ch]
3258 Added option menu for the speller's suggestion mode.
3259 Added missing spaces in "..." buttons and made a "..."
3260 button non translatable!
3263 Made speller use the default suggestion mode.
3264 Hack to make it possible to choose 'CTRL-Enter' as a
3265 shortcut for sending (and only for sending).
3267 * src/prefs_folder_item.c
3268 Changing subject simplification does not update cache
3269 anymore (because it is unnecessary).
3270 Fixed bug where changing subject simplification updated the
3271 summaryview even when the viewed folder is not the
3272 folder which properties are being changed. (E.g.
3273 viewing folder A and changing
3274 the subject simplification of
3275 folder B -not being viewed- updated the
3276 summaryview of folder A with data of
3277 folder B). (Hope this is clear... )
3279 2001-12-31 [alfons] 0.6.6claws34
3283 fgetc() returns a signed integer which doesn't
3284 fit in a char. so c truncates this to a char
3285 but we may lose significant bits. i.e. we may
3286 comparing 0xFF which may not be equal to -1
3287 unless properly casted to signed char which
3288 we won't do because fgetc() returns a signed
3289 integer which doesn't fit in a char. so c
3290 truncates this to a char but we may lose
3291 significat bits. (you got the idea, thanks
3292 to Gustavo Noronha Silva <kov@debian.org>
3293 and the Debian folks!)
3295 2001-12-30 [alfons] 0.6.6claws33
3297 * src/prefs_common.c
3298 add #ifdef USE_PSPELLs that Melvin forgot
3300 2001-12-30 [melvin] 0.6.6claws32
3302 * src/prefs_common.[ch]
3303 Added configurable color for misspelled words.
3306 Fixed bug of foreground text color (reported by David
3308 Added configurable color for misspelled words.
3310 2001-12-30 [alfons] 0.6.6claws31
3313 remove unnecessary things someone put there
3317 make folder properties (like threading and sorting) persistent
3318 (closes bug #497424 "rescan folder tree resets proprieties")
3319 currently this is only for MH folders.
3321 2001-12-29 [melvin] 0.6.6claws30
3323 * src/string_match.[ch]
3324 Optimized a bit: regexp pattern buffer compiled only once, and
3325 one subroutine call removed. Fixed ^ regexp search: Now,
3326 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3329 Subject filtering changed to filter summary columns and
3330 not directly the messages subject cache. The loss in
3331 performance is balanced by the improvement of string_match.
3332 Added an alert panel if there is an error in the regexp.
3334 * src/src/prefs_folder_item.h
3335 Added a regexp pattern buffer.
3337 2001-12-28 [alfons] 0.6.6claws29
3339 * src/string_match.[ch]
3341 allow compilation *BSD
3343 2001-12-27 [alfons] 0.6.6claws28
3346 sync the Hiro's bug fix for BSD
3348 2001-12-27 [melvin] 0.6.6claws27
3351 Simplify focus to subject entry code.
3353 2001-12-27 [darko] 0.6.6claws26
3359 * src/procheader.[ch]
3361 * src/stock_pixmap.[ch]
3363 Show key icon for encrypted mails in summary view
3365 * src/pixmaps/clip.xpm
3366 * src/pixmaps/clipkey.xpm
3367 * src/pixmaps/key.xpm
3368 New/modified icons for the above
3370 2001-12-27 [melvin] 0.6.6claws25
3372 * src/prefs_common.c
3373 Put spell checker options in a separate tab to decrease
3374 the Common Preferences window height.
3377 Update spell checker usage instruction about its options
3380 2001-12-27 [melvin] 0.6.6claws24
3383 Changed subject entry widget position. Initial focus is
3384 on the To header instead of the subject entry.
3385 Creating a new header scrolls the header list to make the
3386 created one visible. Nevertheless, when automatically filling
3387 headers, the first one is shown.
3388 A Tab key press in the last empty header entry zips the
3389 focus to the subject entry.
3390 (I did not change the combo boxes, yet)
3392 2001-12-26 [alfons] 0.6.6claws23
3394 * src/prefs_account.c
3396 allow default inbox to reside in another mailbox (only
3397 works for POP3 accounts)
3399 2001-12-26 [alfons] 0.6.6claws22
3402 make reply-on-click work with the account of the selected folder
3404 put a fixme here to remind me to fix finding correct default
3405 account for nested folders
3407 2001-12-25 [alfons] 0.6.6claws21
3410 make column headers display locked and mark pixmaps (idea by Melvin)
3411 fix bug by adding score and locked column type to sort array
3413 2001-12-25 [alfons] 0.6.6claws20
3416 catch a *potentially* inadvertent write back of
3417 the message cache(s) introduced by 0.6.5claws37
3419 2001-12-25 [christoph] 0.6.6claws19
3421 * src/stock_pixmap.[ch]
3423 add ignore thread pixmap
3424 (can someone draw a better icon for this?)
3426 2001-12-24 [alfons] 0.6.6claws18
3428 * src/prefs_folder_item.c
3429 make address completion actually work for the
3430 Default To address in the Folder Property dialog.
3432 2001-12-24 [alfons] 0.6.6claws17
3435 use new style regexp for subject stripping
3436 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3438 2001-12-24 [darko] 0.6.6claws16
3442 move GPG related informational messages to debug mode
3444 2001-12-23 [alfons] 0.6.6claws15
3446 * src/stock_pixmap.[ch]
3448 add the forgotten Claws' locked pixmap
3450 2001-12-23 [alfons] 0.6.6claws14
3453 accept file name typed in entry in multi file
3454 selector (patch submitted by Gustavo Noronha Silva
3457 2001-12-23 [alfons] 0.6.6claws13
3459 * src/prefs_filter.c
3460 * src/prefs_filtering.c
3463 clean up a little bit
3465 * src/string_match.c
3466 validate input strings a little bit more
3468 2001-12-23 [alfons] 0.6.6claws12
3472 * src/string_match.[ch] ** NEW **
3473 * src/folderview.[ch]
3476 * src/prefs_folder_item.[ch]
3477 add subject simplification to strip out strings from
3478 a subject line (esp. handy for mailing lists).
3479 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3480 but slightly changed things for better integration.)
3482 2001-12-23 [alfons] 0.6.6claws11
3485 fix bug introduced by submission included in 0.6.5claws52.
3486 ideally this submission should clean the trash if any trash
3487 folder has a message. however, the hasTrash variable was
3488 set to false whenever a trash folder was empty (discarding
3489 a previously found *filled* trash folder.)
3491 also edited the code a little bit and made it more safe.
3493 2001-12-22 [alfons] 0.6.6claws10
3496 quick fix for Martin Pool's omission of an account
3497 specific SSL setting
3499 2001-12-22 [alfons] 0.6.6claws9
3506 better support for multipart/digest (submitted
3507 by Fredrik <e98fo@efd.lth.se>)
3509 2001-12-22 [alfons] 0.6.6claws8
3512 correct function signature
3515 * src/prefs_account.[ch]
3516 allow IMAP over SSH tunnel (patch submitted by
3517 Martin Pool <mbp@samba.org>)
3519 2001-12-21 [alfons] 0.6.6claws7
3521 * sync with sylpheed 0.6.6cvs4-9
3522 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
3524 2001-12-21 [christoph] 0.6.6claws6
3527 * src/prefs_folder_item.[ch]
3528 implement saving of outgoing messages to current folder.
3529 fix segfault when no default outbox is available
3530 (closes bug #495683)
3532 2001-12-21 [carsten] 0.6.6claws5
3535 pressing CTRL while DND does now the expected thing and
3536 copies the mail (moving is still the default, as this
3537 seam more appropriate for handling mails by DND)
3539 2001-12-18 [paul] 0.6.6claws4
3541 * sync with sylpheed 0.6.6cvs3
3542 see ChangeLog entries 2001-12-18
3544 2001-12-18 [hiro] 0.6.6claws3
3547 fix for multibyte characters (obtain the number of letters
3550 2001-12-17 [paul] 0.6.6claws2
3552 * sync with sylpheed 0.6.6cvs1
3553 see ChangeLog entry 2001-12-16
3555 2000-12-17 [alfons] 0.6.6claws1
3560 2001-12-16 [paul] 0.6.6claws
3563 * Release version 0.6.6claws, cvs tag: rel_0_6_6
3566 last minute sync with main 0.6.6
3569 updated by Ricardo Mones Lastra
3570 update for last minute sync
3573 update for last minute sync
3575 updated by Jens Oberender
3577 updated by Fabio Junior Beneditto
3579 * src/prefs_common.[ch]
3581 number of undo levels is user configurable
3582 (squeeze it into the release in the dying
3583 moments) Submitted by Jens Oberender
3588 updated french translation
3590 2001-12-15 [paul] 0.6.5claws92
3592 * sync with sylpheed 0.6.5cvs28
3593 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
3596 update to allow for sync
3601 update dutch translation
3603 2001-12-14 [carsten] 0.6.5claws91
3605 fixed bug #473785; also after changing the column order
3606 the same message will be selected and displayed as before
3609 2001-12-14 [carsten] 0.6.5claws90
3611 probably found the bug reported by wwb opening or closing
3612 a folder tree just before dnd (found the solution in the
3613 balsa source -- thanks to them)
3615 2001-12-14 [carsten] 0.6.5claws89
3618 moved gtk_clist_moveto to the right place, so that
3619 only the accounts dialog is effected on opening
3621 2001-12-14 [carsten] 0.6.5claws88
3623 gtkut_clist_set_focus_row does a gtk_clist_moveto
3624 now, so that the focused row will be seen in any case
3625 (reported by wwp on sf-claws-user)
3627 2001-12-14 [darko] 0.6.5claws87
3630 remove unnecessary line
3632 2001-12-14 [paul] 0.6.5claws86
3634 * sync with sylpheed 0.6.5cvs27
3635 see ChangeLog entries 2001-12-14
3637 2001-12-14 [carsten] 0.6.5claws85
3639 following a suggestion of Melvin the rcoabm pops up
3640 right under the button now and the button is reliefed
3641 while the popup is open
3643 2001-12-14 [darko] 0.6.5claws84
3646 fix crash when wrapping long lines if linewrap quotation
3647 is disabled and wrapper encounters a word spanning more
3650 2001-12-13 [paul] 0.6.5claws83
3653 prefer 'Reply-To' header over mailing list header when
3654 replying to a message. Finally prevent all those confirmation
3655 messages being sent to the list itself.
3658 remove unused summary_set_menu_sensitive() entry
3660 2001-12-13 [paul] 0.6.5claws82
3663 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
3664 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
3665 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
3666 improvements to 'Hide read messages': Inbox, Outbox,
3667 Trash, Queue, and Draft icons now reveal presence of hidden
3670 2001-12-12 [alfons] 0.6.5claws81
3672 0.6.5claws80 was tagged as LAST_STABLE
3674 * src/filtering.[ch]
3676 * src/matcher_parser_lex.c
3677 fix the filtering; my last attempt to get it right,
3678 if it does not work, it's Hoa's turn. ;-)
3680 for my honourable peers:
3682 the code now makes a clear distinction between
3683 rules as they are displayed (probably escaped),
3684 and as they are executed (probably unescaped). the
3685 parser does *NOT* do any unescaping, this is
3686 the task of the matcher.c (which breaks up a