1 2002-07-16 [colin] 0.7.8claws73
4 remove forgotten debug messages - sorry ;-)
6 2002-07-16 [colin] 0.7.8claws72
12 add the ability to select part of a text mime-part
15 2002-07-15 [christoph] 0.7.8claws71
18 fix folder message count for folders without
19 msg_is_changed (includes news folders)
21 2002-07-15 [martin] 0.7.8claws70
24 option "display recipient on 'From'..." now works
25 without the need of enabling the option
26 "display sender using address book".
28 2002-07-15 [christoph] 0.7.8claws69
31 removed setting folder status from summaryview.
32 folder.c should update all message counts correctly.
34 2002-07-15 [paul] 0.7.8claws68
37 updated by Fabio Junior Beneditto
39 2002-07-15 [darko] 0.7.8claws67
42 Fixed target folder colorization, don't decrease op
45 2002-07-14 [paul] 0.7.8claws66
47 * sync with main 0.8.0
48 see ChangeLog 2002-07-14
50 2002-07-13 [melvin] 0.7.8claws65
55 Replaced sprintf by g_snprintf to prevent possible buffer
58 Corrected a log message output format.
59 Added a missing "done" debug output.
61 Added keyboard accelerator for Priority menu items
62 Added missing \n in debug output
66 Added missing \n in debug output
68 2002-07-13 [paul] 0.7.8claws64
71 change Sergey's email address to the sf address
74 increase show_url_timeout (more useful for long
77 2002-07-12 [sergey] 0.7.8claws63
80 applied (with some modifications) patch to set the
81 micalg parameter for signatures
82 (2001-08-28 Werner Koch <wk@gnupg.org>)
84 2002-07-12 [sergey] 0.7.8claws62
88 fixed man page installation
90 2002-07-12 [paul] 0.7.8claws61
92 * sync with 0.7.8cvs26
93 see ChangeLog 2002-07-11 and 2002-07-12
95 2002-07-11 [christoph] 0.7.8claws60
99 first use the message number to find the message
100 to mark with a reply flag but check the
101 message-id if we got the correct message, if not
102 try to find it by message-id.
103 use new string seperator that is not allowed
106 2002-07-11 [paul] 0.7.8claws59
108 * sync with 0.7.8cvs23
109 see ChangeLog 2002-07-10
111 2002-07-10 [christoph] 0.7.8claws58
115 Added message-id table to the cache in memory
116 and functions to msgcache.c and folder.c to
117 fetch MsgInfos by message id
120 store folder and message-id of message replying
121 to in queue header and set reply flag after sending
124 2002-07-10 [paul] 0.7.8claws57
128 add Martin to the list of authors
130 2002-07-09 [martin] 0.7.8claws56
132 Added gtk_ctree_last_visible(), tree_update_level(),
133 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
134 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
135 from gtk+ to gtksctree.c for the new sorting code
136 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
137 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
139 Added declaration for gtk_sctree_sort_recursive() and
145 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
146 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
148 2002-07-08 [paul] 0.7.8claws55
150 * more sync with 0.7.8cvs21
151 see ChangeLog 2002-07-08
153 2002-07-08 [paul] 0.7.8claws54
155 * sync with 0.7.8cvs21
156 see ChangeLog 2002-07-08
158 2002-07-07 [alfons] 0.7.8claws53
161 * src/stock_pixmap.[ch]
162 * src/pixmaps/notice_warn.xpm ** NEW FILE **
163 * src/pixmaps/notice_error.xpm ** NEW FILE **
164 * src/pixmaps/notice_note.xpm ** NEW FILE **
165 add new pixmaps for upcoming notice pane
167 2002-07-06 [melvin] 0.7.8claws52
170 Made them a bit closer to Sylpheed's coding style.
172 Removed possible memory leaks when some errors occurs.
174 2002-07-06 [melvin] 0.7.8claws51
177 Removed --no-location in xgettext command line to help
178 translators that use Emacs' po-mode
180 Removed unnecessary comments that messed up sylpheed.pot
182 2002-07-06 [paul] 0.7.8claws50
184 * sync with 0.7.8cvs19
185 see ChangeLog 2002-07-05
187 2002-07-06 [christoph] 0.7.8claws49
191 fix folder_item_remove_all_msg and folderview
192 status for trash folders after emptying trash
194 2002-07-05 [paul] 0.7.8claws48
196 * sync with 0.7.8cvs16
197 see ChangeLog 2002-07-04 and 2002-07-05
199 2002-07-04 [paul] 0.7.8claws47
201 * sync with 0.7.8cvs14
202 see ChangeLog 2002-07-04
204 2002-07-03 [alfons] 0.7.8claws46
207 dupe folder item's path because it's being reallocated
208 by new folder scanning code
210 2002-07-03 [christoph] 0.7.8claws45
213 better IMAP uid fetching using 'FETCH 1:* (UID)'
215 add missing return in msgcache_write
217 2002-07-02 [thorsten] 0.7.8claws44
222 use binary mode for file access
224 2002-07-02 [christoph] 0.7.8claws43
226 * major code cleanup (part 1)
228 - unused variables removed
229 - unused functions removed
230 - uninitialized variables checked
231 - missing return statements added
232 - missing function return types added
233 - added parentheses around assignment and
234 && in || when suggested by gcc
238 replaced direct calls to folder->scan_tree
239 with folder_scan_tree and restore folder
240 prefs in this function. The folder should
241 not have to deal with them.
242 ( Should now work for all folder types )
244 2002-07-02 [paul] 0.7.8claws42
246 * sync with 0.7.8cvs13
247 see ChangeLog 2002-07-01 and 2002-07-02
249 2002-07-01 [christoph] 0.7.8claws41
252 fix "goto next/prev unread message" with
255 2002-07-01 [paul] 0.7.8claws40
258 updated by Ricardo Mones Lastra
260 2002-06-30 [match] 0.7.8claws39
263 applied variation of leonerd's patch (566661) to
264 allow multiple email addresses per JPilot entry.
265 addresses may be separated by space, comma, pipe,
266 semi-colon, new-line.
268 2002-06-30 [alfons] 0.7.8claws38
271 simple fix for putting older nodes before
272 newer nodes when threading by subject
274 2002-06-30 [christoph] 0.7.8claws37
281 fix broken folder tree rescaning
282 and don't use procmsg_get_mark_sum
285 2002-06-30 [christoph] 0.7.8claws36
287 * merge new cache branch
289 fix new cache imap copy bug
291 improved folder_item_scan
292 it should now always set the correct
293 new, unread and total message counts
295 2002-06-29 [paul] 0.7.8claws35
300 2002-06-29 [paul] 0.7.8claws34
304 man/Makefile.am ** NEW FILE **
305 man/sylpheed.1.gz ** NEW FILE **
306 add Sylpheed man page
308 2002-06-29 [paul] 0.7.8claws33
311 updated by Fabio Junior Beneditto
313 2002-06-28 [jens] 0.7.8claws32
318 * src/selective_download.c
319 removed gettext for space " "
324 2002-06-28 [paul] 0.7.8claws31
326 * sync with 0.7.8cvs11
327 see ChangeLog 2002-06-28
329 2002-06-28 [paul] 0.7.8claws30
331 * sync with 0.7.8cvs10
332 see ChangeLog 2002-06-27 and 2002-06-28
334 2002-06-26 [paul] 0.7.8claws29
337 src/selective_download.c
338 don't gettextise empty strings.
339 reserved by gettext. gettext("") returns
340 the header entry with meta information,
346 2002-06-26 [paul] 0.7.8claws28
348 * sync with 0.7.8cvs7
349 see ChangeLog 2002-06-25
352 ...and in the process, tweak the gui a little
354 2002-06-25 [alfons] 0.7.8claws27
358 fine tune ldap library detection
360 2002-06-25 [alfons] 0.7.8claws26
363 don't allow return receipts when composing a news article
365 2002-06-25 [paul] 0.7.8claws25
368 add '$(AMTAR)' to 'release' section to allow for
369 new and older autotools
371 2002-06-25 [paul] 0.7.8claws24
374 fix "No more unread messages" persistant pop-up
377 2002-06-25 [paul] 0.7.8claws23
380 updated by Alessandro Maestri
382 2002-06-25 [paul] 0.7.8claws22
384 * sync with 0.7.8cvs6
385 see ChangeLog 2002-06-25
387 2002-06-24 [paul] 0.7.8claws21
390 add GPL copyright information
392 2002-06-24 [paul] 0.7.8claws20
396 tools/update-po ** NEW FILE **
397 add script that eases the creation of *.po files
398 Submitted by Wilbert Berendsen <wilbert@oswf.org>
400 2002-06-23 [alfons] 0.7.8claws19
403 make notification_convert_header obey const correctness
404 (next step will be fixing the broken return receipt)
406 2002-06-23 [paul] 0.7.8claws18
409 fix bug introduced in last commit:
410 removed too much code in last commit - put back what's
413 2002-06-23 [paul] 0.7.8claws17
415 * src/messageview.[ch]
416 remove code committed in error from locally patched
419 2002-06-23 [colin] 0.7.8claws16
422 add compose_entry_select(), used to select the default_to
423 email address - hopefully avoiding people sending mails to
426 2002-06-22 [alfons] 0.7.8claws15
429 add Bram Metsch & Stanislav Karchebny
431 * src/prefs_account.[ch]
433 - apply and adapt Bram's patch which allows user to set SMTP AUTH
434 options. (see <http://sourceforge.net/tracker/index.php
435 ?func=detail&aid=566937&group_id=25528&atid=384600>);
437 - merge Stanislav's fix to make SMTP AUTH work with qmail
438 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
440 2002-06-22 [paul] 0.7.8claws14
442 * sync with 0.7.8cvs5
443 see ChangeLog 2002-06-19 and 2002-06-20
445 2002-06-22 [alfons] 0.7.8claws13
447 * src/selective_download.c
448 fix a stupid mistake I made
450 2002-06-22 [alfons] 0.7.8claws12
452 * src/selective_download.[ch]
453 fix another unnoticed leak; cleanup code
458 gpg-sign <-- gpg-sign-syl
460 2002-06-21 [alfons] 0.7.8claws11
462 * src/selective_download.c
463 * src/selective_download.h
464 fix assorted mix of allocation errors (should solve
465 problem reported by Philippe Gramoullé, see:
466 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
468 2002-06-20 [melvin] 0.7.8claws10
470 * tools/gpg-sign *REMOVED*
471 tools/gpg-sign-syl *ADDED*
472 Replaced the gpg clearsigning script with the version using
473 xterm instead of ssh-askpass and changed its name.
476 Updated actions example to reflect the renaming of the
477 gpg clearsigning script.
479 2002-06-19 [paul] 0.7.8claws9
481 * sync with 0.7.8claws9
482 see ChangeLog 2002-06-18 and 2002-06-19
484 2002-06-19 [paul] 0.7.8claws8
486 * sync with 0.7.8cvs1
487 see ChangeLog 2002-06-18
489 2002-06-18 [alfons] 0.7.8claws7
492 add omitted prototype
494 2002-06-17 [paul] 0.7.8claws6
497 fix hiding of exec_btn
499 2002-06-17 [paul] 0.7.8claws5
502 remove unneeded code: should_delete()
503 and Pop3State::uidl_todelete_list
505 2002-06-17 [paul] 0.7.8claws4
508 see ChangeLog 2002-06-11 and 2002-06-13
510 2002-06-16 [alfons] 0.7.8claws3
513 make sure lock sort mode (claws specific) is
514 also persists after a tree rescan
516 2002-06-16 [alfons] 0.7.8claws2
518 * src/prefs_folder_item.c
520 fix persistence of folder sort mode (broken
521 by adapting Hiro's new folder persistence code)
523 2002-06-16 [alfons] 0.7.8claws1
527 * src/prefscommon.[ch]
528 control size of log text in log window;
529 closes patch #569155 submitted by Mitko Haralanov.
531 2002-06-15 [paul] 0.7.8claws
533 * release of 0.7.8claws
535 2002-06-15 [paul] 0.7.7claws
538 updated by Fabio Junior Beneditto
540 2002-06-14 [paul] 0.7.6claws49
543 updated by Ricardo Mones Lastra
545 2002-06-14 [paul] 0.7.6claws48
548 updated translation by Wilbert Berendsen
550 2002-06-14 [melvin] 0.7.6claws47
553 Updated French translation
555 2002-06-13 [paul] 0.7.6claws46
558 allow filename to be typed in, rather than just
559 selected by the mouse. Patch by Gustavo Noronha Silva.
561 2002-06-13 [alfons] 0.7.6claws45
563 * src/mainwindow.[ch]
564 more cleanups (removing unnecessary menu items Expand
565 summary / message view)
567 2002-06-13 [melvin] 0.7.6claws44
570 Added src/string_match.c
572 Fixed possible buffer overflow.
574 Added missing config.h header.
578 Made some strings translatable (missing _(..)).
580 2002-06-13 [melvin] 0.7.6claws43
583 Corrected action example (verifying clearsigned mail).
584 * src/prefs_account.c
587 Removed incorrect line that generated a Gtk-CRITICAL msg.
589 2002-06-12 [alfons] 0.7.6claws42
592 add init of score column lost in 0.7.6claws42
594 2002-06-12 [paul] 0.7.6claws41
596 * src/prefs_account.c
597 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
598 behavior of the radio buttons, (from 0.7.7cvs2)
600 2002-06-11 [alfons] 0.7.6claws40
602 * src/messageview.[ch]
603 * src/summaryview.[ch]
604 * src/summary_search.c
606 perform a sync to bring in Hiro's separate view implementation
608 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
610 2002-06-11 [paul] 0.7.6claws39
612 * src/prefs_account.c
613 correct a typo on the Receive tab
615 2002-06-10 [match] 0.7.6claws38
618 Included address completion patch from Gustavo Noronha.
620 2002-06-10 [paul] 0.7.6claws37
624 src/prefs_account.[ch]
625 src/selective_download.[ch]
628 - check if POP Account
629 - Receive Button renamed to Preview
630 - Preview Button Popup: preview new/all messages
632 - Account Preferences-->Receive tab checkbutton if you
633 want to remove Mail after Download
635 - Account Preferences-->Receive tab checkbutton use
636 filtering rules on preview
637 (think of delete_on_server)
639 - Account selectable from SD dialog
640 - checkbutton to show already downloaded messages if
641 all messages are previewed
642 - new clist column showing Date
645 - play ball with UIDL
647 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
649 2002-06-10 [melvin] 0.7.6claws36
652 Added a hint to ac/README in cvs instructions.
654 * src/prefs_actions.c
655 Made it possible to use a more elaborate command line
656 for asynchronous actions, too.
658 2002-06-10 [melvin] 0.7.6claws35
660 * src/prefs_actions.c
661 Make it possible to use a more elaborate command line
662 (e.g. |foo|bar|cat>there;echo Done|)
663 Corrected error message when calling %f, %F and %p commands
664 from the compose window.
666 2002-06-09 [colin] 0.7.6claws34
669 Automatically find unread messages in current folder
670 before annoying the user.
672 2002-06-08 [alfons] 0.7.6claws33
675 remove bad formatting string in it.po translation
676 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
678 2002-06-08 [paul] 0.7.6claws32
680 * sync with 0.7.6cvs25
681 see ChangeLog 2002-06-07
683 2002-06-05 [paul] 0.7.6claws31
686 add 'Sort by locked' and 'Sort by score'
688 2002-06-05 [paul] 0.7.6claws30
690 * sync with 0.7.6cvs24
691 see ChangeLog 2002-06-04
693 2002-06-04 [paul] 0.7.6claws29
696 updated by Fabio Junior Beneditto
698 2002-06-03 [thorsten] 0.7.6claws28
701 fclose() matcherrc after reading
703 2002-06-03 [paul] 0.7.6claws27
705 * sync with 0.7.6cvs21
706 see ChangeLog 2002-05-31
708 2002-05-31 [paul] 0.7.6claws26
710 * sync with 0.7.6cvs20
711 see ChangeLog 2002-05-29 and 2002-05-30
713 2002-05-31 [paul] 0.7.6claws25
716 hopefully fix last buggy sync
719 correct typo in 'Actions' examples
721 2002-05-29 [paul] 0.7.6claws24
723 * sync with 0.7.6cvs18
724 see ChangeLog 2002-05-28 and 2002-05-29
730 2002-05-28 [paul] 0.7.6claws23
732 * sync with 0.7.6cvs16
733 see ChangeLog 2002-05-28
735 2002-05-27 [thorsten] 0.7.6claws22
737 * faq/it/sylpheed-faq-1.html
738 faq/it/sylpheed-faq-2.html
739 faq/it/sylpheed-faq-3.html
740 faq/it/sylpheed-faq.html
741 corrected DOS lineendings
742 * faq/de/sylpheed-faq-1.html
743 faq/de/sylpheed-faq-2.html
744 faq/en/sylpheed-faq-1.html
745 faq/en/sylpheed-faq-2.html
746 faq/en/sylpheed-faq-3.html
747 faq/es/sylpheed-faq-1.html
748 faq/es/sylpheed-faq-2.html
749 faq/es/sylpheed-faq-3.html
750 faq/fr/sylpheed-faq-1.html
751 faq/it/sylpheed-faq-1.html
752 faq/it/sylpheed-faq-2.html
753 faq/it/sylpheed-faq-3.html
754 faq/it/sylpheed-faq.html
755 changed ">" to "
757 2002-05-27 [paul] 0.7.6claws21
759 * sync with 0.7.6cvs15
760 see ChangeLog 2002-05-27
762 2002-05-27 [paul] 0.7.6claws20
764 * src/prefs_account.c
767 2002-05-26 [paul] 0.7.6claws19
772 2002-05-25 [paul] 0.7.6claws18
775 add description of kmail2sylpheed.pl
777 2002-05-25 [paul] 0.7.6claws17
779 * tools/kmail2sylpheed.pl ** NEW FILE **
780 perl script that converts an exported Kmail address
781 book, converts it to sylpheed addressbook file,
782 writes the file to .sylpheed, and updates
785 2002-05-25 [paul] 0.7.6claws16
787 * sync with 0.7.6cvs14
788 see ChangeLog 2002-05-23
790 2002-05-24 [paul] 0.7.6claws15
793 make a correction and add some more info
795 2002-05-24 [paul] 0.7.6claws14
799 compose_redirect_write_headers_from_headerlist()
800 add Subject and Resent-Message-ID to
801 compose_redirect_write_headers()
802 Received, Subject, and X-UIDL are filtered out in
803 compose_redirect_write_to_file()
805 2002-05-23 [paul] 0.7.6claws13
811 src/matcher_parser_lex.l
812 src/matcher_parser_parse.y
813 src/prefs_common.[ch]
814 src/prefs_filtering.c
816 rename 'Bounce' to 'Redirect'
818 2002-05-23 [paul] 0.7.6claws12
820 * more sync with 0.7.6cvs13
822 see ChangeLog 2002-05-22
824 2002-05-22 [paul] 0.7.6claws11
826 * sync with 0.7.6cvs13
828 see ChangeLog 2002-05-20
830 see ChangeLog 2002-05-22
832 2002-05-21 [melvin] 0.7.6claws10
835 Added missing filtering and scoring headers
836 Fixed bad function call that showed garbage
837 in Folder->Processing
839 2002-05-21 [paul] 0.7.6claws9
842 make all tools executable, (patch by Alfons).
844 2002-05-20 [alfons] 0.7.6claws8
847 don't forget to call mktime() so we have a valid week
849 (Bug report by Roger Sondermann <mail@jumaros.de>)
851 2002-05-20 [paul] 0.7.6claws7
854 fix broken parsing of urls
856 fix displaying of urls
858 both fixes from the patch [547855] by Eugene
861 2002-05-19 [alfons] 0.7.6claws6
864 make sylpheed configure correctly with the latest
865 and greatest of automake / autoconf / gettext
867 2002-05-19 [alfons] 0.7.6claws5
871 add function for returning ime zone offset
873 * src/quote_fmt_parse.y
874 better quotation formatting - does not convert
875 to local time, but uses the original date string.
877 Note: %z inserts the timezone offset (should
878 work also on platforms where strftime does not
881 2002-05-18 [christoph] 0.7.6claws4
884 fix indentation of some code
889 correct path for ignorethread.xpm
890 incorrect filename for sylpheed_logo.xpm
891 add missing include matcher_parser_parse.h
893 2002-05-18 [paul] 0.7.6claws3
895 * sync with 0.7.6cvs8
896 see ChangeLog 2002-05-16 and 2002-05-17
898 2002-05-18 [melvin] 0.7.6claws2
901 Corrected an action's definition and fixed some misspellings.
903 2002-05-18 [paul] 0.7.6claws1
906 tools/gpg-sign ** new file **
907 tools/uudec ** new file **
908 add Melvin's Actions scripts
911 add Melvin's descriptions for Actions
913 2002-05-18 [paul] 0.7.6claws
915 * Version 0.7.6claws released
917 2002-05-17 [paul] 0.7.5claws32
920 updated by Ricardo Mones Lastra
922 2002-05-17 [paul] 0.7.5claws31
925 fix Account prefs default folder for sent/draft/deleted
930 updated translation by Alessandro Maestri and
933 2002-05-17 [melvin] 0.7.5claws30
935 * src/prefs_actions.c
936 Fixed bug where using %F not at the end of the command
937 resulted in an additional empty argument being created.
938 Thanks to Darko Koruga for reporting the bug.
940 2002-05-17 [melvin] 0.7.5claws29
943 Updated French translations.
945 2002-05-15 [paul] 0.7.5claws28
948 updated by Ricardo Mones Lastra
950 2002-05-15 [paul] 0.7.5claws27
952 * sync with 0.7.6cvs4
953 see ChangeLog 2002-05-14 and 2002-05-15
955 2002-05-14 [paul] 0.7.5claws26
957 * sync with 0.7.6cvs1
958 see ChangeLog 2002-05-13
960 2002-05-13 [thorsten] 0.7.5claws25
963 fix select_all and copy in multipart messages
965 fix select_all and copy in multipart messages
967 2002-05-12 [paul] 0.7.5claws24
970 reverse last commit, bug already fixed in 0.7.5claws3
972 2002-05-12 [netztorte] 0.7.5claws23
975 dont parse empty addressbook (checked in before claws20)
977 2002-05-12 [melvin] 0.7.5claws22
980 Removed unneeded priority code introduced by the previous
983 2002-05-12 [melvin] 0.7.5claws21
986 Added possibility to set message's priority.
988 Added possibility to set message's priority.
989 Added missing headers
991 2002-05-12 [melvin] 0.7.5claws20
993 * src/prefs_actions.c
994 Removed implicitely added quotes around the name
995 of the temporary files of mime parts.
997 2002-05-12 [paul] 0.7.5claws19
999 * sync with 0.7.5cvs20
1000 see ChangeLog 2002-05-11
1002 2002-05-12 [alfons] 0.7.5claws18
1004 * src/quote_fmt_lex.l
1005 * src/quote_fmt_parse.y
1006 allow quote / reply date & time format to be set using
1007 %D{format}. format is a format string you'd pass to
1008 strftime() (see man strftime, or the Display tab |
1009 Date format setting).
1011 Currently %D converts the date to local time.
1013 2002-05-11 [paul] 0.7.5claws17
1015 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
1016 see ChangeLog 2002-05-10 and 2002-05-11
1018 2002-05-10 [paul] 0.7.5claws16
1020 * sync with 0.7.5cvs16
1021 see ChangeLog entries 2002-05-09 and
1024 2002-05-10 [colin] 0.7.5claws15
1027 Corrected a bug that prevented sylpheed to open
1028 double-clicked URIs.
1030 2002-05-09 [paul] 0.7.5claws14
1032 * sync with 0.7.5cvs14
1033 see ChangeLog 2002-05-08 and 2002-05-09
1035 2002-05-08 [paul] 0.7.5claws13
1037 * sync with 0.7.5cvs11
1038 see ChangeLog entry 2002-05-08
1040 2002-05-08 [paul] 0.7.5claws12
1044 fix segfault on View->Open in new window
1045 patch submitted by Thorsten Maerz <torte@netztorte.de>
1047 2002-05-07 [paul] 0.7.5claws11
1049 * sync with 0.7.5cvs9
1050 see ChangeLog entry 2002-05-07
1052 2002-05-06 [paul] 0.7.5claws10
1056 display url in statusbar on single-click
1057 patch submitted by Thorsten Maerz <torte@netztorte.de>
1059 2002-05-06 [match] 0.7.5claws9
1066 XML implementation of properties file.
1067 * src/exporthtml.[ch]
1068 * src/expthtmldlg.[ch]
1072 2002-05-02 [sergey] 0.7.5claws8
1074 * src/mainwindow.c (mainwin_entries),
1075 src/prefs_common.c (prefs_send_create()),
1076 src/codeconv.c (locale_table):
1077 use charset name "Windows-1251" instead of "CP1251".
1079 2002-05-02 [colin] 0.7.5claws7
1083 src/prefs_folder_item.c
1084 Fixed cosmetics bugs due to Outbox renamed to Sent.
1086 2002-05-02 [hiro] 0.7.5claws6
1089 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
1091 2002-05-02 [paul] 0.7.5claws5
1094 more sync with 0.7.5cvs7, see ChangeLog entry
1097 2002-05-02 [hiro] 0.7.5claws4
1100 compose_queue_sub():
1101 check if queue folder exists (closes #550397).
1102 removed directory creation since it should be handled
1105 imap_add_msg(): return UID for appended message
1108 2002-04-30 [paul] 0.7.5claws3
1111 fix account_find_from_address() bug
1113 2002-04-28 [colin] 0.7.5claws2
1117 src/prefs_common.[ch]
1119 Added user-definable quotation characters recognition.
1121 2002-04-28 [paul] 0.7.5claws1
1123 * sync with 0.7.5cvs4
1124 see ChangeLog entry 2002-04-25
1126 2002-04-28 [paul] 0.7.5claws
1131 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1132 Fabio Junior Beneditto
1134 2002-04-27 [jens] 0.7.4claws103
1137 updated German translation.
1139 2002-04-27 [hiro] 0.7.4claws102
1142 summary_write_cache(): fixed the mark loss of hidden messages.
1144 2002-04-26 [melvin] 0.7.4claws101
1147 fixed a second typo (same one)
1151 fixed the type again...
1153 2002-04-26 [melvin] 0.7.4claws100
1156 fixed a typo in an alert message ("temorary").
1159 corrected the typo described above.
1161 updated French translation.
1163 2002-04-26 [darko] 0.7.4claws99
1166 fix target folder colorization
1168 2002-04-25 [paul] 0.7.4claws98
1171 updated by Alessandro Maestri
1173 2002-04-24 [colin] 0.7.4claws97
1176 Fixed double "subject is empty" question.
1178 2002-04-23 [colin] 0.7.4claws96
1181 Corrected issue when "automatically display images" was
1182 not set : first image remained after selecting second.
1184 2002-04-23 [melvin] 0.7.4claws95
1186 * src/prefs_actions.c
1187 Don't display in/out dialog if there is nothing to show.
1189 2002-04-23 [paul] 0.7.4claws94
1191 * sync with 0.7.5cvs3
1192 bug fixes: see ChangeLog entry 2002-04-23
1194 2002-04-22 [darko] 0.7.4claws93
1197 fix previous check-in which changed code after
1200 2002-04-22 [paul] 0.7.4claws92
1207 update English, Spanish and French FAQs
1210 add German and Spanish manuals
1213 update English and French manuals
1216 add to and re-arrange the pixmap entries
1218 2002-04-22 [darko] 0.7.4claws91
1221 fix sender initials recognition to only allow
1222 '>' after the initials
1224 2002-04-21 [paul] 0.7.4claws90
1226 * sync with 0.7.5 release
1227 see ChangeLog entry 2002-04-21
1232 add colin's new pixmaps to EXTRA_DIST
1234 2002-04-21 [colin] 0.7.4claws89
1237 * src/mainwindow.[ch]
1238 * src/prefs_common.[ch]
1239 * src/stock_pixmap.[ch]
1240 Added "Work offline" ability.
1242 2002-04-21 [colin] 0.7.4claws88
1245 * src/prefs_common.c
1246 * src/prefs_common.h
1247 * src/textview.c : Added an option to common preferences -> display
1248 to allow user not to automatically display images.
1250 2002-04-21 [paul] 0.7.4claws87
1252 * sync with 0.7.4cvs52
1253 see ChangeLog entry 2002-04-21 (src/imap.c)
1255 2002-04-21 [paul] 0.7.4claws86
1257 * sync with 0.7.4cvs51
1258 see ChangeLog entry 2002-04-21
1260 2002-04-21 [paul] 0.7.4claws85
1262 * sync with 0.7.4cvs49
1263 see ChangeLog entries 2002-04-20 and 2002-04-21
1266 clean up: remove old 'stock_' element from xpm
1269 2002-04-21 [alfons] 0.7.4claws84
1271 apply sync patch from Paul
1274 use old claws prefs_folder_item_create() for now
1276 2002-04-19 [match] 0.7.4claws83
1278 * src/addressbook.[ch]
1279 * src/addrharvest.[ch]
1280 * src/addrgather.[ch]
1283 * src/summaryview.[ch]
1286 2002-04-19 [paul] 0.7.4claws82
1289 updated by Fabio Junior Beneditto
1291 2002-04-14 [alfons] 0.7.4claws81
1294 add #include <sys/types.h> for mode_t and off_t
1296 2002-04-13 [paul] 0.7.4claws80
1301 src/prefs_common.[ch]
1303 enable storing of GnuPG passphrase for the whole
1304 session or a user-defined number of minutes. patch
1305 submitted by Ravemax <ravemax@dextrose.com>
1307 2002-04-13 [alfons] 0.7.4claws79
1310 make email parser also stop scanning when encountering separators
1311 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1313 2002-04-13 [paul] 0.7.4claws78
1315 * sync with 0.7.4cvs39
1316 see ChangeLog entry 2002-04-12
1318 2002-04-11 [paul] 0.7.4claws77
1320 * sync with 0.7.4cvs37
1321 see ChangeLog entry 2002-04-11
1323 2002-04-11 [paul] 0.7.4claws76
1326 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1327 the clause for OpenSSL). sync with sylpheed main
1329 2002-04-09 [melvin] 0.7.4claws75
1332 Made 'Ctrl-Enter' on send ignore some modifiers
1333 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1334 to bind other *-Enter (but not Alt-Enter).
1336 2002-04-09 [paul] 0.7.4claws74
1338 * sync with 0.7.4cvs35
1339 see ChangeLog entries 2002-04-09
1341 2002-04-08 [paul] 0.7.4claws73
1343 * sync with 0.7.4cvs33
1344 see ChangeLog entry 200-04-08
1346 2002-04-07 [match] 0.7.4claws72
1348 * src/addrharvest.[ch]
1349 fixed to read all addresses in header, regardless
1350 of header size. improved name parsing. accommodate
1351 harvest from folders and selected message.
1353 included new address parsing function.
1354 * src/addrgather.[ch]
1355 * src/addressbook.[ch]
1356 * src/summaryview.[ch]
1358 allow address harvest of folder as well as selected
1361 2002-04-07 [paul] 0.7.4claws71
1365 don't try to authenticate with CRAM-MD5 in SMTP when
1366 SMTP-AUTH enabled if MTA doesn't issue this
1367 auth-method in it's ehlo-response. bug item #531364,
1368 patch item #938910. patch submitted by Colin Leroy
1371 2002-04-07 [paul] 0.7.4claws70
1374 fix missing MODE_READER bug. patch submitted by
1375 Colin Leroy <colin@colino.net>
1377 2002-04-07 [alfons] 0.7.4claws69
1380 * src/prefs_filtering.c
1382 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1383 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1385 2002-04-07 [paul] 0.7.4claws68
1387 * sync with 0.7.4cvs32
1388 see ChangeLog entry 2002-04-06
1390 * tools/filter_conv.pl
1393 2002-04-06 [paul] 0.7.4claws67
1395 * tools/filter_conv.pl
1396 modify to be able to find the name of the first
1397 mailbox and use that. main's filter does not
1398 record the full path to the mailbox and therefore
1399 can only filter to the first mailbox.
1401 2002-04-05 [paul] 0.7.4claws66
1403 * tools/filter_conv.pl
1404 attempt to make the script all-encompassing and
1405 be able to convert any main 'filter' rule thrown
1408 2002-04-05 [paul] 0.7.4claws65
1410 * tools/filter_conv.pl
1411 allow for collapsed folder trees
1413 2002-04-05 [paul] 0.7.4claws64
1415 * sync with 0.7.4cvs31
1416 see ChangeLog entries 2002-04-05
1418 2002-04-03 [paul] 0.7.4claws63
1420 * sync with 0.7.4cvs29
1421 see ChangeLog entries 2002-04-02 and 2002-04-03
1423 2002-04-02 [paul] 0.7.4claws62
1425 * sync with 0.7.4cvs26
1426 see ChangeLog entry 2002-04-01
1428 2002-04-02 [match] 0.7.4claws61
1431 * src/importpine.[ch]
1433 import Pine address book.
1435 2002-04-02 [match] 0.7.4claws60
1437 * src/addrharvest.[ch]
1438 improve address parsing of funky addresses.
1440 2002-04-02 [darko] 0.7.4claws59
1443 wrap on send improvements, it now recognizes quoted
1444 initials as part of the quotation string, and it
1445 does not join lines separated by CR
1447 2002-04-01 [match] 0.7.4claws58
1450 added new functions.
1452 remove excessive duplicate address generation
1455 2002-04-01 [alfons] 0.7.4claws57
1460 2002-04-01 [paul] 0.7.4claws56
1462 * sync with 0.7.4cvs25
1463 see ChangeLog entry 2002-04-01
1465 2002-04-01 [alfons] 0.7.4aprilfool55
1468 honour feature request item #537427 to allow for
1469 displaying names from address book for sent mail also
1471 2002-03-29 [paul] 0.7.4claws54
1474 src/prefs_filtering.[ch]
1477 add 'fast filter' for claws' filtering,
1478 /Tools/Create filter rule/... patch submitted
1479 by Neill Miller <neillm@thecodefactory.org>
1481 2002-03-29 [paul] 0.7.4claws53
1483 * sync with 0.7.4cvs24
1484 see ChangeLog entry 2002-03-29
1486 2002-03-28 [paul] 0.7.4claws52
1488 * sync with 0.7.4cvs23
1489 see ChangeLog entry 2002-03-28
1491 2002-03-27 [melvin] 0.7.4claws51
1493 * src/prefs_actions.c
1494 Added support to pass only one message part (as a
1495 file) to the command using '%p'. No quotes are needed
1496 because doubles quotes are automatically added.
1497 Fixed bug where Sylpheed could block when waiting for
1498 a child process to finish.
1499 Changed the help menu to remove quotes around symbols to
1500 avoid misinterpretation (they must not be used).
1502 2002-03-27 [melvin] 0.7.4claws50
1505 Made the new mail notification command always
1506 execute asynchronously.
1508 2002-03-27 [paul] 0.7.4claws49
1511 fix bug introduced in last commit
1513 2002-03-27 [paul] 0.7.4claws48
1515 * sync with 0.7.4cvs21
1516 see ChangeLog 2002-03-26 and 2002-03-27
1518 2002-03-26 [hoa] 0.7.4claws47
1520 * src/prefs_folder_item.c
1521 really fixed the bug #516442 with folder rescan.
1523 2002-03-26 [paul] 0.7.4claws46
1525 * sync with 0.7.4cvs19
1526 see ChangeLog entries 2002-03-25 and 2002-03-26
1528 2002-03-25 [hoa] 0.7.4claws45
1532 fix the bug #516442 with folder rescan.
1534 * src/prefs_common.[ch]
1536 added an option to enable two different behaviours
1540 2002-03-25 [paul] 0.7.4claws44
1543 src/selective_download.c
1544 correct a few menuitem labels
1546 2002-03-25 [christoph] 0.7.4claws43
1549 fix non deleted tmp message in
1550 procmsg_save_to_outbox
1551 fix problems caused by sync with
1552 main branch's procmsg_send_queue
1554 2002-03-25 [paul] 0.7.4claws42
1558 src/quote_fmt_parse.y
1559 add Last name (%L) placeholder for quoting.
1560 patch submitted by Thorsten Thielen
1561 <thth@users.sourceforge.net>
1563 2002-03-25 [paul] 0.7.4claws41
1566 get full hostname. patch submitted by
1567 Bob Woodside <rwoodside1@comcast.net>
1569 2002-03-25 [paul] 0.7.4claws40
1574 src/prefs_account.[ch]
1575 enable NNTP over SSL. patch submitted by
1576 Pascal Jermini <pascal@infinity.hn.org>
1578 2002-03-24 [paul] 0.7.4claws39
1580 * src/prefs_common.c
1581 make the arrangement of the Compose tab more
1585 fix some irregularities of style
1588 updated by Kilian Krause
1590 2002-03-23 [paul] 0.7.4claws38
1593 updated by Fabio Junior Beneditto
1595 2002-03-23 [paul] 0.7.4claws37
1598 move 'Gather addresses' to 'Tools' menu
1599 make 'Selective download' sensitive
1601 2002-03-23 [paul] 0.7.4claws36
1603 * sync with 0.7.4cvs16
1604 see ChangeLog entries 2002-03-23
1606 2002-03-22 [christoph] 0.7.4claws35
1608 * src/quote_fmt_parse.y
1609 fix include program output
1611 2002-03-22 [alfons] 0.7.4claws34
1614 initialize GDate stack variable correctly (sorry!)
1616 2002-03-22 [paul] 0.7.4claws33
1622 rename 'Tool' to 'Tools'
1625 move 'Delete duplicated messages' from
1626 'Message/' to 'Tools/'
1627 re-arrange the order of 'Tools/' items
1629 2002-03-22 [paul] 0.7.4claws32
1632 src/addressbook.[ch]
1633 auto-address completion now also matches on
1634 Nickname. patch submitted by Bob Forsman
1635 <hammor@users.sourceforge.net>
1638 correct a spelling mistake
1640 2002-03-22 [alfons] 0.7.4claws31
1643 fix getting uidl from incorrect string
1646 2002-03-21 [alfons] 0.7.4claws30
1649 more code refactoring
1650 plug mem leak introduced by delete on server
1652 2002-03-21 [paul] 0.7.4claws29
1654 * sync with 0.7.4cvs11
1655 see ChangeLog entries 2002-03-20
1657 2002-03-20 [alfons] 0.7.4claws28
1660 apply Colin's patch and refactor
1662 2002-03-20 [paul] 0.7.4claws27
1664 * sync with sylpheed 0.7.4cvs9
1665 see ChangeLog entry 2002-03-20
1667 2002-03-19 [christoph] 0.7.4claws26
1672 revert changes for flag updates
1673 (does not work correctly and no time to debug)
1675 2002-03-20 [alfons] 0.7.4claws25
1678 refactor should_delete() a little bit
1680 2002-03-19 [paul] 0.7.4claws24
1684 src/prefs_account.[ch]
1685 allow the user to leave downloaded mail on the
1686 server for n days. Patch submitted by Colin Leroy
1689 2002-02-19 [paul] 0.7.4claws23
1691 * sync with sylpheed 0.7.4cvs8
1692 see ChangeLog entries 2002-03-19
1694 2002-03-18 [paul] 0.7.4claws22
1696 * sync with sylpheed 0.7.4cvs6
1697 see ChangeLog entry 2002-03-18
1699 2002-03-18 [paul] 0.7.4claws21
1702 add en_GB message catalogue
1707 correct a few spelling mistakes
1709 2002-03-17 [alfons] 0.7.4claws20
1712 more stringent checks for NULL params when writing
1713 filtering actions to a file
1715 2002-03-17 [hoa] 0.7.3claws20
1718 fixed the count of new messages
1721 fixed the "attachment properties" window
1723 2002-03-17 [paul] 0.7.4claws19
1728 src/prefs_account.[ch]
1731 automatically mark cross-posted messages as read
1732 and (optionally) give them a colour label
1733 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
1736 2002-03-17 [paul] 0.7.4claws18
1738 * sync with sylpheed 0.7.4cvs5
1739 see ChangeLog entry 2002-03-17
1741 2002-03-17 [melvin] 0.7.4claws17
1744 Worked around a gtktext 'bug': when searching for
1745 a text in a long message it was scrolling slowly
1746 line by line until it hit the searched text.
1748 Updated French translation
1750 2002-03-17 [melvin] 0.7.4claws16
1754 * src/prefs_actions.c
1755 Moved "Edit/Actions" to "Tool/Actions"
1756 Made mainwindow/compose window sensitive as soon as
1757 no child process is running anymore even if the io dialog
1759 Fixed a struct being initialized with a non constant char*
1761 2002-03-16 [christoph] 0.7.4claws15
1764 add --with-compiler-flags option
1765 (only for developer hacking)
1769 try to make folder-stats and flag handling more
1770 independent from the summaryview. msgcounts
1771 are only set when the folder is opened and
1772 procmsg_msginfo_(un)set_flags will handle it
1773 later and summaryview will get the values
1776 2002-03-16 [paul] 0.7.4claws14
1779 fix Return-receipt. Patch submitted by Bob
1780 Woodside <rwoodside1@comcast.net>
1782 2002-03-16 [paul] 0.7.4claws13
1785 fix 'dynamic' signatures, make it work again
1786 broken during sync on 2002-03-14 (0.7.4claws2)
1788 2002-03-15 [match] 0.7.4claws12
1790 * src/addrharvest.[ch]
1791 * src/addrgather.[ch]
1792 * src/addressbook.[ch]
1794 included address harvester feature. still some
1795 issues with address parsing that I will fix.
1797 2002-03-15 [match] 0.7.4claws11
1800 * src/addrcache.[ch]
1801 * src/addressbook.[ch]
1810 tidy up. fix memory leaks. moved attribs and methods
1811 from individual interfaces to addrcache object. prep
1812 for new stuff to come in.
1814 2002-03-15 [alfons] 0.7.4claws10
1817 * src/matcher_parser_parse.y
1818 * src/matcher_parser_lex.l
1819 * src/prefs_matcher.c
1820 add filtering conditions message greater than, smaller
1821 than, and exactly matching a size in bytes
1822 (does not work with delete from POP3 server yet)
1824 this should also give others an idea what you should
1825 do to add new criterions to claws filtering system
1828 2002-03-15 [paul] 0.7.4claws9
1830 * tools/filter_conv.pl
1831 exit if there are no filter rules to convert
1832 rename filterrc to filterrc.old after completion
1834 2002-03-15 [paul] 0.7.4claws8
1836 * sync with sylpheed 0.7.4cvs3
1837 see ChangeLog entry 2002-03-14
1839 2002-03-14 [paul] 0.7.4claws7
1842 clean up the last commit (ahem)
1844 2002-03-14 [paul] 0.7.4claws6
1847 fix bug #515655. honour account preferences
1848 regarding gpg default signing/encryption when
1849 changing account from the compose window.
1851 2002-03-14 [paul] 0.7.4claws5
1854 remove unnecessary curly brackets
1856 2002-03-14 [paul] 0.7.4claws4
1859 src/prefs_filtering.[ch]
1860 add filter rename on folder rename and filter
1861 delete on folder delete. Patch submitted by
1862 Neill Miller <neillm@thecodefactory.org>
1864 2002-03-14 [christoph] 0.7.4claws3
1869 (patch submitted by "Simon 'corecode' Schubert")
1870 * src/prefs_common.c
1874 2002-03-14 [paul] 0.7.4claws2
1876 * sync with sylpheed 0.7.4cvs2
1877 see ChangeLog entry 2002-03-13
1879 2002-03-12 [darko] 0.7.4claws1
1882 fix what seems to be a copy and paste error
1883 when setting color for important messages
1886 2002-03-11 [paul] version 0.7.4claws released
1888 2002-03-11 [paul] 0.7.4claws
1894 update message catalogs. Submitted by Ricardo Mones
1895 Lastra, Alessandro Maestri, Wilbert Berendsen, and
1896 Fabio Junior Beneditto
1901 faq/it/sylpheed-faq*
1907 2002-03-11 [jens] 0.7.3claws7
1910 updated German translation
1912 2002-03-11 [melvin] 0.7.3claws6
1915 updated and corrected French translation
1917 2002-03-10 [hoa] 0.7.3claws5
1921 * src/prefs_account.c
1924 fixed the local account.
1925 you have to change the default "/usr/sbin/sendmail"
1926 to "/usr/sbin/sendmail -t" in the preferences of
1930 removed some debug display for renderer
1932 2002-03-10 [paul] 0.7.3claws4
1934 * faq/en/sylpheed-faq-1.html
1935 faq/en/sylpheed-faq-2.html
1938 2002-03-09 [paul] 0.7.3claws3
1940 * sync with sylpheed 0.7.4
1941 see ChangeLog entry 2002-03-09
1943 2002-03-08 [paul] 0.7.3claws2
1945 * faq/en/sylpheed-faq*
1946 faq/es/sylpheed-faq*
1947 faq/fr/sylpheed-faq*
1950 * manual/fr/.cvsignore
1951 manual/fr/Makefilea.am
1955 add the French manual
1957 2002-03-07 [paul] 0.7.3claws1
1959 * sync with sylpheed 0.7.3cvs4
1960 see ChangeLog entries 2002-03-06 and 2002-03-07
1963 updated by Wilbert Berendsen
1965 2002-03-07 [melvin] 0.7.2claws34
1967 * src/selective_download.c
1968 Changed the pixmap of the receive button to MAIL_RECEIVE.
1970 2002-03-06 [paul] 0.7.2claws33
1972 * sync with sylpheed 0.7.3cvs1
1973 bug fix, see ChangeLog entry 2002-03-05
1975 2002-03-05 [paul] 0.7.2claws32
1980 reverse the pgp ascii-armored code implemented in
1981 0.7.2claws16. removal of this code until it matures.
1982 this means that verifying ascii-armored pgp sigs and
1983 automatic decryption of ascii-armored encrypted
1984 messages no longer works.
1986 2002-03-05 [paul] 0.7.2claws31
1991 * faq/en/Makefile.am
1992 faq/en/sylpheed-faq.html
1993 faq/en/sylpheed-faq-1.html
1994 faq/en/sylpheed-faq-2.html
1995 faq/en/sylpheed-faq-3.html
1996 * faq/es/Makefile.am
1997 faq/es/sylpheed-faq.html
1998 faq/es/sylpheed-faq-1.html
1999 faq/es/sylpheed-faq-2.html
2000 faq/es/sylpheed-faq-3.html
2001 faq/es/sylpheed-faq-4.html
2002 * faq/fr/Makefile.am
2003 faq/fr/sylpheed-faq.html
2004 faq/fr/sylpheed-faq-1.html
2005 faq/fr/sylpheed-faq-2.html
2006 faq/fr/sylpheed-faq-3.html
2011 add FAQs in English, Spanish and French
2014 2002-03-05 [paul] 0.7.2claws30
2016 * manual/en/sylpheed.html
2017 manual/en/sylpheed-XX.html
2018 updated the English manual
2023 dialog box pops up if the article can't be deleted.
2028 updated by Fabio Junior Benedito
2032 * removed ac/gpgme.m4
2033 to avoid autogen common problem
2034 developers have to install gpgme development package now
2037 encoding to 7bit or 8bit is enabled.
2039 2002-03-03 [alfons] 0.7.2claws29
2042 merge fix by Oliver Haertel for selective
2045 2002-03-03 [paul] 0.7.2claws28
2047 * sync with sylpheed 0.7.3
2049 2002-03-03 [paul] 0.7.2claws27
2051 * sync with sylpheed 0.7.2cvs24
2052 see ChangeLog entries 2002-03-02 and 2002-03-03
2054 2002-03-02 [melvin] 0.7.2claws26
2059 * src/prefs_common.[ch]
2060 Added user definable notification on new mail arrival.
2061 Removed unused variables in spell checker prefs code.
2063 2002-03-02 [melvin] 0.7.2claws25
2066 Removed unnecessary escape sequences.
2067 Changed 'Initial...' to 'Initials of Sender'
2069 2002-03-02 [paul] 0.7.2claws24
2071 * sync with sylpheed 0.7.2cvs22
2072 see ChangeLog entry 2002-03-01
2074 2002-03-01 [hoa] 0.7.2claws23
2077 Set sensitivity of delete actions to active
2078 even if the folder is a newsgroup.
2081 - Set sensitivity of delete actions
2082 - Added function check_permission() that will check if the
2083 user is authorized to delete a message. For news, it
2084 will check if the author is the same.
2085 - Enabled deletion when there is no trash folder.
2088 - Added news_cancel_article() to cancel articles
2089 - Implemented news_remove_message() (public function)
2091 2002-03-01 [paul] 0.7.2claws22
2095 recognise urls that that don't include 'http://' and
2099 remove duplicated name
2101 2002-02-28 [paul] 0.7.2claws21
2104 src/summaryview.[ch]
2105 add ability to 'Select thread'
2106 combines Melvin's "Select thread's head" patch (#510907)
2107 with Colin Leroy's <colin@colino.net> "Select whole thread"
2110 2002-02-28 [paul] 0.7.2claws20
2113 hopefully fix segfault on right-clicking a mime part
2114 that some people have experienced.
2115 fix submitted by Fredrik Olofsson <frol@linux.nu>
2117 2002-02-28 [paul] 0.7.2claws19
2119 * sync with sylpheed 0.7.2cvs21
2120 see ChangeLog entries 2002-02-27 and 2002-02-28
2122 2002-02-27 [paul] 0.7.2claws18
2124 * sync with sylpheed 0.7.2cvs18
2125 see ChangeLog entries 2002-02-26 and 2002-02-27
2127 2002-02-26 [alfons] 0.7.2claws17
2130 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2131 (spotted by Chris Hessman <idatech@gmx.net>)
2133 2002-02-26 [paul] 0.7.2claws16
2138 make decryption of ascii-armored pgp encrypted messages
2139 and verification of ascii-armored signatures work again.
2140 slightly altered from the patch by Jens Jahnke
2144 * the checking of plaintext signatures always comes up in
2146 * it doesn't work for multipart messages
2147 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2148 including the msg headers and these 2 line themselves, are
2152 "View/Folder Tree" becomes "View/Separate Folder Tree"
2153 "View/Message View" becomes "View/Separate Message View"
2154 because its less ambiguous.
2157 updated by Ricardo Mones Lastra
2159 2002-02-26 [paul] 0.7.2claws15
2161 * sync with sylpheed 0.7.2cvs17
2162 see ChangeLog entries 2002-02-25 and 2002-02-26
2164 2002-02-25 [christoph] 0.7.2claws14
2166 * src/filtering.[ch]
2168 do filtering stuff after all messages have been received
2169 1. drop all messages to .processing
2170 2. scan processing folder for messages
2171 3. filter messages or move to inbox
2172 this will also find old messages left in processing after
2173 a crash or something like that and we get a real msginfo
2174 from folder->get_msg_list and do not have to create our
2175 own in filter_message
2176 * src/matcher_parser_parse.y
2177 remove MIX/MAX warning (reordered includes)
2179 2002-02-25 [paul] 0.7.2claws13
2181 * sync with sylpheed 0.7.2cvs15
2182 see ChangeLog entry 2002-02-24
2184 2002-02-24 [alfons] 0.7.2claws12
2187 clear old color flags first when applying a new color to
2189 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2191 2002-02-24 [alfons] 0.7.2.claws11
2194 * src/prefs_common.c
2195 add presets for Opera and Konqueror, closes patch #517261,
2196 submitted by Ville Skyttä <scop@users.sourceforge.net>
2198 2002-02-24 [alfons] 0.7.2.claws10
2202 fix threading for null message ids, closes patch #521601,
2203 submitted by Bob Forsman <hammor@users.sourceforge.net>
2205 2002-02-24 [alfons] 0.7.2claws9
2209 make Tool | Filter Message work with filtering system so
2210 setting flags also works
2214 - Processing uses the same function as Tool | Filter
2215 Message, but doesn't use the same update proc yet
2217 2002-02-23 [paul] 0.7.2claws8
2219 * sync with sylpheed 0.7.2cvs14
2220 see ChangeLog entries 2002-02-22 and 2002-02-23
2222 2002-02-22 [christoph] 0.7.2claws7
2225 Add column space to table
2226 * src/quote_fmt_parse.y
2229 2002-02-22 [paul] 0.7.2claws6
2237 src/matcher_parser_lex.l
2238 src/matcher_parser_parse.y
2241 src/prefs_filtering.c
2242 src/selective_download.[ch] *** NEW FILES ***
2245 Selective Download added to 'Tool' menu.
2246 Retrieves email headers of the currently selected pop3
2247 account and allows the user to mark emails for deletion
2248 right on the pop3 server. Patch submitted by Oliver Haertel
2249 <oha@users.sourceforge.net>.
2252 add 'src/quote_fmt.c'
2254 2002-02-22 [christoph] 0.7.2claws5
2258 * src/prefs_common.[ch]
2259 * src/prefs_template.c
2260 * src/quote_fmt.c *** NEW FILE ***
2262 move quote format symbol description code
2263 to it's own file because it is used from
2264 differnent code parts
2265 Rewrote symbol description GUI
2268 + get data from array (no more long constant strings)
2269 * src/quote_fmt_lex.l
2270 * src/quote_fmt_parse.y
2271 Symbol for Literal % changed to \% instead of %%
2272 (More logical as \ is used for quoting for other symbols)
2273 Add |f and |p to include files and program output
2275 |f{/home/.../.signature}
2278 Correct wrong spelling for "Referenzen"
2280 2002-02-21 [paul] 0.7.2claws4
2283 forgotten during sync
2285 2002-02-21 [paul] 0.7.2claws3
2287 * sync with sylpheed 0.7.2cvs11
2288 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2289 2002-02-20 and 2002-02-21
2291 2002-02-20 [melvin] 0.7.2claws2
2293 * src/prefs_actions.c
2294 Added error report when child cannot fork or when execvp
2295 returns with an error.
2297 2002-02-19 [christoph] 0.7.2claws1
2300 return unconverted text if conde conversion is not possible
2301 when libjconv is used.
2302 (patch submitted by "Simon 'corecode' Schubert")
2306 * version 0.7.2claws release
2308 2002-02-19 [paul] 0.7.2claws
2311 updated by Wilbert Berendsen
2314 2002-02-18 [alfons] 0.7.1claws13
2318 remove references to dlfcn and explicitly loading functions
2319 from dynalink libs, because libs linked anyway, and functions
2320 are loaded explicitly
2322 2002-02-17 [melvin] 0.7.1claws12
2324 * src/prefs_actions.c
2325 Replaced children wait loop with double fork technique.
2326 Now, input/output window updated at each new output.
2327 free_children(): Fixed a memory leak.
2328 Made input/output window non closable if running children
2330 Added missing <unistd.h> include.
2331 Added some --debug outputs.
2333 2002-02-17 [melvin] 0.7.1claws11
2336 Fixed bug where descending sort order did not select top
2339 2002-02-17 [melvin] 0.7.1claws10
2342 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2343 * src/prefs_common.c
2344 Pspell data package directory no more hard coded but
2345 set during configuration (PSPELL_PATH). (Thanks to
2346 Gustavo Noronha Silva.)
2348 2002-02-17 [melvin] 0.7.1claws9
2351 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2353 Fixed compile-time warnings.
2355 2002-02-16 [alfons] 0.7.1claws8
2358 fix inadvertent free of NULL pointer which caused
2359 sylpheed to crash when closing the save-as dialog
2360 using the window close button
2362 2002-02-16 [carsten] 0.7.1claws7
2363 * src/mainwindow.[ch]
2366 fixes for pixmap theming code:
2367 - recently changed mail attributes shouldn't get
2369 - theme is only reloaded iff another theme was
2372 2002-02-16 [paul] 0.7.1claws6
2374 * sync with sylpheed 0.7.2 release
2375 see ChangeLog entry 2002-02-15 and 2002-02-16
2377 2002-02-15 [paul] 0.7.1claws5
2379 * sync with sylpheed 0.7.1cvs9
2380 see ChangeLog entry 2002-02-15
2383 remove unneeded headerwindow.c entry
2385 2002-02-14 [carsten] 0.7.1claws4
2387 fixed a bug for "Go to next unread message": there was
2388 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2389 in the prefs, because of doing "Search again" instead
2392 2002-02-14 [carsten] 0.7.1claws3
2393 * src/stock_pixmap.c
2394 removed 2 more mem leaks; following memprof,
2395 this code is "leak free" now :)
2397 2002-02-14 [carsten] 0.7.1claws2
2398 * src/stock_pixmap.c
2399 used opendir/readdir/closedir instead of scandir
2400 -> code should work now on Solaris
2402 2002-02-14 [paul] 0.7.1claws1
2404 * sync with sylpheed 0.7.1cvs8
2405 see ChangeLog entries 2002-02-13 and 2002-02-14
2408 add some description of Actions and Pixmap Themes
2412 * version 0.7.1claws release
2414 2002-02-13 [paul] 0.7.1claws
2419 updated translations, submitted by Ricardo Mones Lastra,
2420 Alessandro Maestri and Fabio Junior Beneditto
2422 2002-02-13 [melvin] 0.7.0claws75
2424 * src/prefs_actions.c
2425 Added missing "signal.h" include
2427 2002-02-13 [melvin] 0.7.0claws74
2429 * src/prefs_folder_item.c
2430 Added missing "config.h" include
2432 Updated French translation for folder propriety.
2434 2002-02-13 [jens] 0.7.0claws73
2437 Added missing src/prefs_folder_item.c [log added by melvin]
2439 Updated German translation.
2441 2002-02-13 [melvin] 0.7.0claws72
2444 Updated French translation.
2446 2002-02-13 [melvin] 0.7.0claws71
2449 Made gtkut_editable_get_selection return NULL if selection
2451 This fixes a bug where selecting part of message A then
2452 switching to message B and replying to it will not
2453 quote the message's body.
2455 2002-02-12 [paul] 0.7.0claws70
2458 cosmetic, relating to pixmap themes: on toolbar make
2459 updating of 'Exec' and 'Compose news/Compose email'
2462 2002-02-12 [carsten] 0.7.0claws69
2468 - refreshing after changing pixmap theme better
2470 - wanted to remove some mem leaks, but alfons was
2471 faster (and had the better solution ;)
2473 2002-02-12 [alfons] 0.7.0claws68
2475 * src/prefs_common.c
2476 * src/stock_pixmap.[ch]
2477 plug mem leaks, refactor code a little bit
2480 2002-02-12 [sergey] 0.7.0claws67
2483 Fixed problem with copying messages to IMAP folders when the
2484 server uses something other than '/' as a namespace separator
2485 (cyrus-imapd uses '.').
2487 2002-02-12 [jens] 0.7.0claws66
2490 Updated German Translation
2492 2002-02-12 [paul] 0.7.0claws65
2494 * sync with sylpheed 0.7.1cvs1
2495 see ChangeLog entry 2002-02-12
2497 2002-02-12 [melvin] 0.7.0claws64
2499 * src/prefs_actions.c
2500 Fixed "feature" where children's output was duplicated
2501 instead of refreshed while monitoring.
2502 Removed some debug code.
2504 2002-02-12 [christoph] 0.7.0claws63
2507 always delete message from queue after sending/send error
2508 (closes bug #509601)
2510 2002-02-12 [melvin] 0.7.0claws62
2512 * src/prefs_actions.c
2513 Children wait loop is now triggered with a timeout of 1s
2514 Added %F which is replaced with the list of filenames
2515 of all selected messages (as suggested by Ricardo Mones Lestra)
2516 Pipe syntax changed. Prefix with | to send selection, postfix
2517 with | to retrieve output. Prefix with > or * to send
2518 user definable input to the command (*: input is hidden)
2519 Old pipe action should now be postfixed with |, too.
2521 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
2522 * src/stock_pixmap.c
2523 fixed a bug: if there's no theme directory don't
2524 throw an error, just do "nothing" (thanks Alfons)
2526 2002-02-12 [carsten] 0.7.0claws60
2529 had to write the cache twice (nasty!); some marks would
2532 2002-02-11 [carsten] 0.7.0claws59
2535 doc-src/maintainer_guide.txt
2541 src/prefs_common.[ch]
2542 src/stock_pixmap.[ch]
2543 src/summaryview.[ch]
2544 pixmap theming and related work on pixmap
2545 handling on some other places
2546 (e.g. hrm features for all folder)
2547 src/pixmap/stock_*.xpm -> the stock_ was removed
2549 2002-02-11 [paul] 0.7.0claws58
2551 * sync with sylpheed 0.7.1 release
2552 see ChangeLog entries 2002-02-11
2554 2002-02-08 [paul] 0.7.0claws57
2556 * sync with sylpheed 0.7.0cvs39
2557 see ChangeLog entry 2002-02-07 (last entry)
2559 * src/prefs_actions.c
2560 src/prefs_filtering.c
2563 sync: made it compile with C compilers other than gcc
2565 2002-02-07 [paul] 0.7.0claws56
2567 * sync with sylpheed 0.7.0cvs38
2568 see ChangeLog entries 2002-02-06 (last 2 entries) and
2571 2002-02-07 [darko] 0.7.0claws55
2575 Fix const gchar */gchar * issue (thanks Hiro)
2577 2002-02-07 [darko] 0.7.0claws54
2582 * src/prefs_template.c
2584 * src/quote_fmt_parse.y
2587 When replying or forwarding an email don't quote the entire
2588 mail body but use the part of the message text that is selected
2590 2002-02-06 [melvin] 0.7.0claws53
2592 * src/prefs_common.[ch]
2595 Made possible to switch quickly to last used dictionary
2596 which makes checking bilingual documents easier.
2598 2002-02-06 [melvin] 0.7.0claws52
2601 Added forgotten new file src/prefs_actions.c
2603 2002-02-06 [melvin] 0.7.0claws51
2605 * src/prefs_actions.c ** NEW FILE **
2606 * src/prefs_actions.h ** NEW FILE **
2607 Added actions to execute on message text view, or on the
2610 Added src/prefs_actions.[ch]
2612 Added new menu "Edit/Actions"
2614 Added new actionsrc file.
2616 Added actionsrc reading.
2618 Added new menus "Edit/Actions" and "Configuration/Actions..."
2619 * src/prefs_common.h
2620 Added new element actionslst element to prefs_common.
2622 2002-02-06 [paul] 0.7.0claws50
2624 * sync with sylpheed 0.7.0cvs36
2625 see ChangeLog entry 2002-02-06
2630 updated by Ricardo Mones Lastra
2632 2002-02-05 [paul] 0.7.0claws49
2634 * sync with sylpheed 0.7.0cvs33
2635 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
2637 2002-02-05 [paul] 0.7.0claws48
2640 re-add 'Edit/Advanced/Delete entire line', previously named
2643 2002-02-04 [paul] 0.7.0claws47
2647 fix bug #494993 (Reply All not taking Reply-To into consi)
2648 eliminate differences in behaviour of right-click 'Reply to all'
2649 in summary view and 'Reply to all' on the toolbar.
2650 fix bug where Reply-To gets ignored by 'Reply to all' in summary
2651 view and From gets ignored by 'Reply to all' on toolbar.
2652 fix bug where 'Reply to all' on toolbar uses To twice and ignores
2653 From when no Reply-To header is present.
2655 2002-02-04 [paul] 0.7.0claws46
2657 * sync with sylpheed 0.7.0cvs30
2658 see ChangeLog entries 2002-02-03 and 2002-02-04
2660 2002-02-03 [melvin] 0.7.0claws45
2663 Readded function to highlight all misspelled words.
2664 Fixed bug where user-provided-words did not replace
2665 correctly the misspelled word when using the mouse.
2666 Fixed bug where checking a region selected from right to left did
2667 not check the region at all.
2668 Fixed bug where 'Check backwards' may not check at all.
2669 Fixed memory leaks where popup menus and accel_groups were not destroyed.
2670 Fixed possible buffer overflow when checking for long strings (>1k).
2671 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
2672 Accelerators code uses now gtk_widget_add_accel.
2673 Removed and disabled obsolete and unfinished code.
2677 Added menu item to Highlight all misspelled words.
2679 2002-02-01 [paul] 0.7.0claws44
2682 fix '/View/Hide read messages' sensitivity when all
2683 messages in a folder are hidden
2685 2002-02-01 [paul] 0.7.0claws43
2688 add --send option to command line interface, sends all
2689 queued mail. Patch submitted by Ricardo Mones Lastra.
2691 2002-01-31 [paul] 0.7.0claws42
2694 add '/View/Hide read messages' to main_window_set_menu_sensitive()
2696 2002-01-31 [paul] 0.7.0claws41
2698 * sync with sylpheed 0.7.0cvs27
2699 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
2703 comment out elements of textview_show_part() as temporary
2704 workaround for attachment 'Display as text' bug
2707 updated by Fabio Junior Beneditto
2709 2002-01-30 [paul] 0.7.0claws40
2711 * sync with sylpheed 0.7.0cvs24
2712 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
2716 add {N_("/_Spelling"), ... "<Branch>"} to
2717 GtkItemFactoryEntry compose_entries[]
2719 * src/prefs_common.c
2720 add claws menu items to prefs_keybind_apply_clicked()
2721 and remove non-claws menu items
2723 2002-01-29 [paul] 0.7.0claws39
2725 * sync with sylpheed 0.7.0cvs22
2726 see ChangeLog entries 2002-01-28 and 2002-01-29
2728 2002-01-28 [melvin] 0.7.0claws38
2731 Added the declartion of compose_send_control_enter.
2735 Added in a 'Spelling' menu which includes the configuration menu.
2736 Added a real 'Check all' and got rid from the old one which only
2737 highlited misspelled word.
2738 Made 'Check while typing' a disableable option.
2739 Added a dialog when there are no more misspelled word.
2740 Added a dialog if error occurs when switching to a dictionary.
2742 * src/prefs_common.[ch]
2743 Added option for the default 'Check while typing' option.
2746 2002-01-28 [alfons] 0.7.0claws37
2749 fix buglet and make code comply with sylpheed code style
2751 2002-01-28 [paul] 0.7.0claws36
2753 * sync with sylpheed 0.7.0cvs19
2754 see ChangeLog entries for 2002-01-28
2756 2002-01-28 [hoa] 0.7.0claws35
2762 read the renderer config
2765 use the renderer config to convert mime attachments
2768 don't use textview_show_html/ertf,
2769 use get_text_content instead
2771 2002-01-27 [alfons] 0.7.0claws34
2774 make sylpheed believe it can delete a news message...
2775 (messages are NOT deleted, maybe we should remove
2776 processing from the folder properties after all.)
2778 2002-01-27 [alfons] 0.7.0claws33
2783 implement remove_msg()
2785 2002-01-27 [alfons] 0.7.0claws32
2790 fix return receipt / disposition notification again. this
2791 stuff seems to break on _every_ major summary UI change, so
2792 it's now implemented using a flag which is saved in the
2795 2002-01-26 [alfons] 0.7.0claws31
2798 let import dialog show the destination folder identifier
2800 2002-01-26 [melvin] 0.7.0claws30
2804 Readded 'Mark all read' into summary view popup menu
2805 Added 'Mark all read' in folder view popup menu for IMAP
2807 Made it insensitive if the selected folder is not the shown
2808 one to avoid 'Mark all read' on the wrong folder.
2810 2002-01-26 [paul] 0.7.0claws29
2814 move 'Mark all read' from summary view to folder view
2815 menu. (adapted from) patch submitted by Jeremy Andrews,
2816 <lists@kerneltrap.com>
2818 2002-01-25 [alfons] 0.7.0claws28
2821 put the gtk class name back so GtkSText adapts the
2824 2002-01-25 [alfons] 0.7.0claws27
2827 assimilate Ricardo's patch that shows pixmaps instead of
2828 plain "new" and "unread" texts in the folder view column
2831 2002-01-25 [paul] 0.7.0claws26
2834 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
2835 be found in non-standard locations.
2836 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
2838 2002-01-25 [paul] 0.7.0claws25
2840 * sync with sylpheed 0.7.0cvs16
2841 see ChangeLog entry 2002-01-25
2843 2002-01-24 [paul] 0.7.0claws24
2845 * more sync with sylpheed 0.7.0cvs15
2846 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
2848 2002-01-23 [sergey] 0.7.0claws23
2851 Fixed segfault when closing LDIF import wizard with
2857 Fixed wrong scrolling position after switching between
2858 text and image parts.
2860 2002-01-23 [paul] 0.7.0claws22
2862 * sync with sylpheed 0.7.0cvs15
2863 see ChangeLog entries 2002-01-22 and 2002-01-23
2865 2002-01-21 [melvin] 0.7.0claws21
2867 * src/prefs_scoring.c
2868 * src/prefs_filtering.c
2869 Fixed bug where scoring and filtering windows stopped
2872 2002-01-21 [paul] 0.7.0claws20
2874 * sync with sylpheed 0.7.0cvs12
2875 see ChangeLog entries 2002-01-20 and 2002-01-21
2877 2002-01-21 [carsten] 0.7.0claws19
2880 * src/messageview.[ch]
2881 * src/summaryview.[ch]
2882 changes to shortcuts handling again:
2883 + "Q" now controled by mainwin
2884 + v/V are now customizable and have slightly
2886 the "button" to minimize the messageview (and maximize
2887 the summary view) is a real button now
2889 "Delete Line+" added to Edit/Advanced (this will also
2892 2002-01-20 [melvin] 0.7.0claws18
2895 Made "Bcc" sensitive when addressbook is called from
2896 compose window (it was a Claws only bug).
2898 2002-01-19 [alfons] 0.7.0claws17
2901 prevent unnecessary updates when currently selected folder has
2904 2002-01-19 [alfons] 0.7.0claws16
2907 prevent writing the cache based on current message list in summary
2908 view when filtering also put messages in currently selected folder
2913 Italian translation submitted by Alessandro Maestri
2914 <a.maestri@cs.tin.it>
2916 2002-01-18 [melvin] 0.7.0claws15
2918 * src/prefs_filters.c
2919 fixed bug where 'cancel' from 'filters' window stops autochecking
2920 if the timer timed out when the window was open.
2922 2002-01-18 [match] 0.7.0claws14
2924 * src/addrclip.[ch] ** NEW FILE **
2925 * src/addrselect.[ch] ** NEW FILE **
2926 * src/adbookbase.h ** NEW FILE **
2927 addressbook cut, copy and paste
2929 * src/addrcache.[ch]
2931 * src/addrindex.[ch]
2943 support for copy/paste
2945 support for copy/paste
2946 tidy up menu option processing
2947 correct address list function arguments
2949 sort user attributes
2959 2002-01-18 [paul] 0.7.0claws13
2961 * sync with sylpheed 0.7.0cvs8
2962 configure.in: support Mac OS X (Darwin)
2964 2002-01-18 [carsten] 0.7.0claws12
2966 small hack to fix a segfault with an empty href
2967 (reported by Alexandra Walford <deeni@altern.org>)
2970 the shortcuts for Mark und Mark as unread are hardcoded
2974 readded the shortcuts in gtkstext but made them
2975 customizeable (simply by adding a menu plus a wrapper
2978 2002-01-17 [melvin] 0.7.0claws11
2981 fix default dictionary not being saved.
2983 2002-01-16 [darko] 0.7.0claws10
2986 fix wrapping crash with URL longer than wrapping margin
2988 2002-12-08 [hoa] 0.7.0claws10
2990 * src/matcher_parser_parse.y
2993 * src/prefs_filtering.c
2994 now, we can use bounce action in the dialog box.
2996 2002-01-16 [carsten] 0.7.0claws9
2998 removed the <control> and <alt> shortcuts because they're
2999 not needed and interefered with the "normal" shortcuts
3002 removed most of the hardcoded shortcuts and assigned
3003 them to menu entries making them easy customizable by
3006 2002-01-16 |melvin] 0.7.0claws8
3009 fixed bug where using the mouse and when the compose
3010 window is not on top may result in a crash.
3012 2002-01-16 [melvin] 0.7.0claws7
3015 fixed a long standingspell checker bug which could
3016 cause a crash after sending a message.
3018 2002-01-16 [paul] 0.7.0claws6
3020 * sync with sylpheed 0.7.0cvs7
3021 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
3022 2002-01-15, and 2002-01-16
3024 2002-01-16 [melvin] 0.7.0claws5
3030 Heavily modified spell checker code to work around
3031 ispell bug, to add keyboard shortcuts and for future
3032 enhancements. See README.claws for usage information.
3034 2002-01-15 [alfons] 0.7.0claws4
3037 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
3038 so sorting within threads reflects sort mode
3040 2002-01-15 [christoph] 0.7.0claws3
3043 added alertpanel if mail sending failed
3045 2002-01-15 [alfons] 0.7.0claws2
3047 * src/prefs_filtering.c
3048 don't stop timer when prefs filtering dialog is opened
3050 2002-01-14 [alfons] 0.7.0claws1
3054 remove debug_print()s for privacy reasons
3056 2002-01-14 [darko] 0.7.0claws
3059 quotation wrapping is now also in the main branch
3063 * tools/filter_conv.pl
3064 allow for Boolean Op and case-sensitivity
3065 this file is included in the release and tagged
3068 2002-01-13 [paul] 0.7.0claws
3070 * release 0.7.0, with cvs tag 'rel_0_7_0'
3074 * tools/filter_conv.pl
3076 rewritten to output to matcherrc instead of filteringrc
3079 updated Spanish translation by Ricardo Mones Lastra
3084 update dutch translation
3089 Updated by Fabio Junior Beneditto
3091 2002-01-13 [melvin] 0.6.6claws53
3094 Updated french translation
3096 2002-01-12 [alfons] 0.6.6claws52
3099 plug mem leak that has been sitting there for ages
3101 2002-01-12 [alfons] 0.6.6claws51
3104 undo melvin's changes from 0.6.6claws48 because summary
3105 view now refuses to select first unread message when
3108 2002-01-11 [alfons] 0.6.6claws50
3111 use claws' semantics for getting folder item when
3112 importing an mbox file into a folder
3113 (submitted by Dale P. Smith)
3115 2002-01-11 [christoph] 0.6.6claws49
3118 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3119 toggle widget, because non static prefs can not use
3120 prefs_set_* functions
3121 * src/prefs_account.c
3122 toggle smtp auth password field sensitivity if
3123 user id is empty and add descrition of usage for
3125 * src/prefs_folder_item.c
3126 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3129 2002-01-11 [melvin] 0.6.6claws48
3132 fix the 'Ctrl-Enter' feature for sending and test really
3133 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3134 editables which was not documented in Gtk)
3137 Made summaryview refresh after sorting and not before.
3139 2002-01-11 [christoph] 0.6.6claws47
3142 select account from account ids if possible and
3143 correctly set save folder for copy in reedit
3145 2002-01-10 [paul] 0.6.6claws46
3147 * sync with sylpheed 0.7.0 release
3148 see ChangeLog entries 2002-01-07, 2002-01-08 and
3154 remove more dirt traces...
3159 clean up some traces of my debugging stuff
3161 2002-01-09 [alfons] 0.6.6claws45
3164 break up filteringprop_apply() in three separate pieces
3165 so we can drop messages that failed processing in the
3169 fix bug #469598 "no refresh of inbox after filter" which
3170 was introduced by the new summary view locking, and which
3171 prevented the summary view to update after a manual filter
3172 message. claw's filter message requires a summary_show().
3173 (aargh, summary_show() again! :-)
3175 2002-01-07 [alfons] 0.6.6claws44
3177 * src/headerwindow.c
3180 * src/sourcewindow.c
3181 bring in Hiro's last 0.7.0 wm class fixes
3184 bring in Ricardo's fix for sylprint script
3188 * src/prefs_common.[ch]
3189 * src/prefs_account.[ch]
3191 clean up account preference poison in rfc2015,
3192 and preparation to fix double sign bug
3193 (patch submitted by Simon 'corecode' Schubert)
3195 2002-01-07 [christoph] 0.6.6claws43
3198 search for free message number, do not only rely
3201 fix smtp auth and use extra account information
3202 if available, if not use pop3 data instead
3203 (closes bug #500341)
3207 2002-01-06 [alfons] 0.6.6claws42
3210 try making the separate windows work again...
3212 2002-01-06 [alfons] 0.6.6claws41
3215 adapt Hiro's separate window menu (to get rid of the funny
3216 duplicate menu items), and make it work again
3218 2002-01-06 [alfons] 0.6.6claws40
3223 * tools/README.sylprint
3224 add sylprint script for printing mails from Sylpheed
3225 (contributed by Ricardo Mones Lastra)
3230 2002-01-06 [melvin] 0.6.6claws39
3234 Fixed crash introduced in 0.6.6claws38 by the menu
3235 reorganisation (Hide read messages)
3238 Fixed typo (we are now in 2002, alfons ;) )
3240 2002-01-05 [alfons] 0.6.6claws38
3242 * sync with sylpheed 0.6.6cvs10-17
3243 (last stuff marked as LAST_STABLE)
3245 2002-01-04 [melvin] 0.6.6claws37
3248 Made account selection code use strcasestr again instead of
3249 g_strcasecmp (fixes bug where reediting queued messages
3250 did not select proper account reported by T. Link).
3253 Fix bug where folder icons are not shown when 'hide read messages'
3256 * src/stock_pixmaps.[ch]
3257 Added folder icons for 'hide read messages'.
3260 Fixed bug where 'Enter' in a header entry will send the message
3261 if 'CTL-Enter' was chosen as a shorcut for sendind.
3263 2002-01-03 [melvin] 0.6.6claws36
3266 Added popup menu for common preferences and
3267 account preferences (right click on tab displays
3268 a menu of all tabs.)
3270 2002-01-02 [melvin] 0.6.6claws35
3273 Made spelling code compatible with undo/redo feature.
3274 Added creation of suggestion mode menu for the general
3277 * src/prefs_common.[ch]
3278 Added option menu for the speller's suggestion mode.
3279 Added missing spaces in "..." buttons and made a "..."
3280 button non translatable!
3283 Made speller use the default suggestion mode.
3284 Hack to make it possible to choose 'CTRL-Enter' as a
3285 shortcut for sending (and only for sending).
3287 * src/prefs_folder_item.c
3288 Changing subject simplification does not update cache
3289 anymore (because it is unnecessary).
3290 Fixed bug where changing subject simplification updated the
3291 summaryview even when the viewed folder is not the
3292 folder which properties are being changed. (E.g.
3293 viewing folder A and changing
3294 the subject simplification of
3295 folder B -not being viewed- updated the
3296 summaryview of folder A with data of
3297 folder B). (Hope this is clear... )
3299 2001-12-31 [alfons] 0.6.6claws34
3303 fgetc() returns a signed integer which doesn't
3304 fit in a char. so c truncates this to a char
3305 but we may lose significant bits. i.e. we may
3306 comparing 0xFF which may not be equal to -1
3307 unless properly casted to signed char which
3308 we won't do because fgetc() returns a signed
3309 integer which doesn't fit in a char. so c
3310 truncates this to a char but we may lose
3311 significat bits. (you got the idea, thanks
3312 to Gustavo Noronha Silva <kov@debian.org>
3313 and the Debian folks!)
3315 2001-12-30 [alfons] 0.6.6claws33
3317 * src/prefs_common.c
3318 add #ifdef USE_PSPELLs that Melvin forgot
3320 2001-12-30 [melvin] 0.6.6claws32
3322 * src/prefs_common.[ch]
3323 Added configurable color for misspelled words.
3326 Fixed bug of foreground text color (reported by David
3328 Added configurable color for misspelled words.
3330 2001-12-30 [alfons] 0.6.6claws31
3333 remove unnecessary things someone put there
3337 make folder properties (like threading and sorting) persistent
3338 (closes bug #497424 "rescan folder tree resets proprieties")
3339 currently this is only for MH folders.
3341 2001-12-29 [melvin] 0.6.6claws30
3343 * src/string_match.[ch]
3344 Optimized a bit: regexp pattern buffer compiled only once, and
3345 one subroutine call removed. Fixed ^ regexp search: Now,
3346 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3349 Subject filtering changed to filter summary columns and
3350 not directly the messages subject cache. The loss in
3351 performance is balanced by the improvement of string_match.
3352 Added an alert panel if there is an error in the regexp.
3354 * src/src/prefs_folder_item.h
3355 Added a regexp pattern buffer.
3357 2001-12-28 [alfons] 0.6.6claws29
3359 * src/string_match.[ch]
3361 allow compilation *BSD
3363 2001-12-27 [alfons] 0.6.6claws28
3366 sync the Hiro's bug fix for BSD
3368 2001-12-27 [melvin] 0.6.6claws27
3371 Simplify focus to subject entry code.
3373 2001-12-27 [darko] 0.6.6claws26
3379 * src/procheader.[ch]
3381 * src/stock_pixmap.[ch]
3383 Show key icon for encrypted mails in summary view
3385 * src/pixmaps/clip.xpm
3386 * src/pixmaps/clipkey.xpm
3387 * src/pixmaps/key.xpm
3388 New/modified icons for the above
3390 2001-12-27 [melvin] 0.6.6claws25
3392 * src/prefs_common.c
3393 Put spell checker options in a separate tab to decrease
3394 the Common Preferences window height.
3397 Update spell checker usage instruction about its options
3400 2001-12-27 [melvin] 0.6.6claws24
3403 Changed subject entry widget position. Initial focus is
3404 on the To header instead of the subject entry.
3405 Creating a new header scrolls the header list to make the
3406 created one visible. Nevertheless, when automatically filling
3407 headers, the first one is shown.
3408 A Tab key press in the last empty header entry zips the
3409 focus to the subject entry.
3410 (I did not change the combo boxes, yet)
3412 2001-12-26 [alfons] 0.6.6claws23
3414 * src/prefs_account.c
3416 allow default inbox to reside in another mailbox (only
3417 works for POP3 accounts)
3419 2001-12-26 [alfons] 0.6.6claws22
3422 make reply-on-click work with the account of the selected folder
3424 put a fixme here to remind me to fix finding correct default
3425 account for nested folders
3427 2001-12-25 [alfons] 0.6.6claws21
3430 make column headers display locked and mark pixmaps (idea by Melvin)
3431 fix bug by adding score and locked column type to sort array
3433 2001-12-25 [alfons] 0.6.6claws20
3436 catch a *potentially* inadvertent write back of
3437 the message cache(s) introduced by 0.6.5claws37
3439 2001-12-25 [christoph] 0.6.6claws19
3441 * src/stock_pixmap.[ch]
3443 add ignore thread pixmap
3444 (can someone draw a better icon for this?)
3446 2001-12-24 [alfons] 0.6.6claws18
3448 * src/prefs_folder_item.c
3449 make address completion actually work for the
3450 Default To address in the Folder Property dialog.
3452 2001-12-24 [alfons] 0.6.6claws17
3455 use new style regexp for subject stripping
3456 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3458 2001-12-24 [darko] 0.6.6claws16
3462 move GPG related informational messages to debug mode
3464 2001-12-23 [alfons] 0.6.6claws15
3466 * src/stock_pixmap.[ch]
3468 add the forgotten Claws' locked pixmap
3470 2001-12-23 [alfons] 0.6.6claws14
3473 accept file name typed in entry in multi file
3474 selector (patch submitted by Gustavo Noronha Silva
3477 2001-12-23 [alfons] 0.6.6claws13
3479 * src/prefs_filter.c
3480 * src/prefs_filtering.c
3483 clean up a little bit
3485 * src/string_match.c
3486 validate input strings a little bit more
3488 2001-12-23 [alfons] 0.6.6claws12
3492 * src/string_match.[ch] ** NEW **
3493 * src/folderview.[ch]
3496 * src/prefs_folder_item.[ch]
3497 add subject simplification to strip out strings from
3498 a subject line (esp. handy for mailing lists).
3499 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3500 but slightly changed things for better integration.)
3502 2001-12-23 [alfons] 0.6.6claws11
3505 fix bug introduced by submission included in 0.6.5claws52.
3506 ideally this submission should clean the trash if any trash
3507 folder has a message. however, the hasTrash variable was
3508 set to false whenever a trash folder was empty (discarding
3509 a previously found *filled* trash folder.)
3511 also edited the code a little bit and made it more safe.
3513 2001-12-22 [alfons] 0.6.6claws10
3516 quick fix for Martin Pool's omission of an account
3517 specific SSL setting
3519 2001-12-22 [alfons] 0.6.6claws9
3526 better support for multipart/digest (submitted
3527 by Fredrik <e98fo@efd.lth.se>)
3529 2001-12-22 [alfons] 0.6.6claws8
3532 correct function signature
3535 * src/prefs_account.[ch]
3536 allow IMAP over SSH tunnel (patch submitted by
3537 Martin Pool <mbp@samba.org>)
3539 2001-12-21 [alfons] 0.6.6claws7
3541 * sync with sylpheed 0.6.6cvs4-9
3542 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
3544 2001-12-21 [christoph] 0.6.6claws6
3547 * src/prefs_folder_item.[ch]
3548 implement saving of outgoing messages to current folder.
3549 fix segfault when no default outbox is available
3550 (closes bug #495683)
3552 2001-12-21 [carsten] 0.6.6claws5
3555 pressing CTRL while DND does now the expected thing and
3556 copies the mail (moving is still the default, as this
3557 seam more appropriate for handling mails by DND)
3559 2001-12-18 [paul] 0.6.6claws4
3561 * sync with sylpheed 0.6.6cvs3
3562 see ChangeLog entries 2001-12-18
3564 2001-12-18 [hiro] 0.6.6claws3
3567 fix for multibyte characters (obtain the number of letters
3570 2001-12-17 [paul] 0.6.6claws2
3572 * sync with sylpheed 0.6.6cvs1
3573 see ChangeLog entry 2001-12-16
3575 2000-12-17 [alfons] 0.6.6claws1
3580 2001-12-16 [paul] 0.6.6claws
3583 * Release version 0.6.6claws, cvs tag: rel_0_6_6
3586 last minute sync with main 0.6.6
3589 updated by Ricardo Mones Lastra
3590 update for last minute sync
3593 update for last minute sync
3595 updated by Jens Oberender
3597 updated by Fabio Junior Beneditto
3599 * src/prefs_common.[ch]
3601 number of undo levels is user configurable
3602 (squeeze it into the release in the dying
3603 moments) Submitted by Jens Oberender
3608 updated french translation
3610 2001-12-15 [paul] 0.6.5claws92
3612 * sync with sylpheed 0.6.5cvs28
3613 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
3616 update to allow for sync
3621 update dutch translation
3623 2001-12-14 [carsten] 0.6.5claws91
3625 fixed bug #473785; also after changing the column order
3626 the same message will be selected and displayed as before
3629 2001-12-14 [carsten] 0.6.5claws90
3631 probably found the bug reported by wwb opening or closing
3632 a folder tree just before dnd (found the solution in the
3633 balsa source -- thanks to them)
3635 2001-12-14 [carsten] 0.6.5claws89
3638 moved gtk_clist_moveto to the right place, so that
3639 only the accounts dialog is effected on opening
3641 2001-12-14 [carsten] 0.6.5claws88
3643 gtkut_clist_set_focus_row does a gtk_clist_moveto
3644 now, so that the focused row will be seen in any case
3645 (reported by wwp on sf-claws-user)
3647 2001-12-14 [darko] 0.6.5claws87
3650 remove unnecessary line
3652 2001-12-14 [paul] 0.6.5claws86
3654 * sync with sylpheed 0.6.5cvs27
3655 see ChangeLog entries 2001-12-14
3657 2001-12-14 [carsten] 0.6.5claws85
3659 following a suggestion of Melvin the rcoabm pops up
3660 right under the button now and the button is reliefed
3661 while the popup is open
3663 2001-12-14 [darko] 0.6.5claws84
3666 fix crash when wrapping long lines if linewrap quotation
3667 is disabled and wrapper encounters a word spanning more
3670 2001-12-13 [paul] 0.6.5claws83
3673 prefer 'Reply-To' header over mailing list header when
3674 replying to a message. Finally prevent all those confirmation
3675 messages being sent to the list itself.
3678 remove unused summary_set_menu_sensitive() entry
3680 2001-12-13 [paul] 0.6.5claws82
3683 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
3684 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
3685 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
3686 improvements to 'Hide read messages': Inbox, Outbox,
3687 Trash, Queue, and Draft icons now reveal presence of hidden