1 2005-03-29 [paul] 1.0.4cvs1
4 fix bug 697 'Segmentation Fault due to
5 NULL string (%s) pointers in fprintf'
6 draft privacy information only when
7 privacy system available
8 patch by by Markus Schwarzenberg
9 (schwarzb<AT>ipms_fraunhofer_de)
11 don't pass NULL to *printf() and the likes
12 spotted by Alex Moore, patch by Alfons
14 2005-03-24 [paul] 1.0.4
18 2005-03-24 [paul] 1.0.3cvs8
28 see ChangeLog 2005-03-18 and 2005-03-24
35 * tools/acroread2sylpheed.pl
36 add script to send pdfs as attachments from Adobe Reader 7
38 2005-03-21 [holger] 1.0.3cvs7
40 * src/plugins/spamassassin/spamassassin.c
41 Don't leave hook registered when plugin init
44 2005-03-20 [colin] 1.0.3cvs6
47 Check that plugin isn't already loaded
49 Fix buffer overflow (security issue)
50 Both patches by Alfons
52 2005-03-20 [paul] 1.0.3cvs5
55 neglect Reply-To header if empty
58 2005-03-19 [holger] 1.0.3cvs4
62 Add plugin hook for manual filtering invocation,
63 remove some dead code.
65 2005-03-18 [paul] 1.0.3cvs3
69 * src/pixmaps/sylpheed_logo.xpm
70 add new Sylpheed-Claws logo by Jesper Schultz
72 2005-03-11 [paul] 1.0.3cvs2
74 * src/plugins/trayicon/trayicon.c
75 make a string translatable
77 2005-03-11 [paul] 1.0.3cvs1
80 updated by Pavlo Bohmat
82 2005-03-10 [paul] 1.0.3
92 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
93 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
94 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
98 2005-03-04 [colin] 1.0.1cvs22
102 Don't use SIZE parameter in MAIL FROM: if
103 server doesn't support it. Patch by
104 Eugen Freiter <eugen_f@users.sf.net>
106 2005-03-04 [paul] 1.0.1cvs21
116 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
117 fix buffer overflow, CAN-2005-0667, see
118 http://secunia.com/advisories/14491/
120 2005-02-27 [paul] 1.0.1cvs20
123 fix crash-causing typo. spotted by
126 2005-02-25 [paul] 1.0.1cvs19
128 * src/prefs_account.c
129 * src/prefs_folder_item.c
130 * src/gtk/prefswindow.c
131 * src/gtk/prefswindow.h
132 fix bug 698 'Clicking OK without username 'crashes'
133 account edit window'. Patch by Alfons
135 2005-02-24 [colin] 1.0.1cvs18
138 Don't send out receipts if offline. Ask.
140 2005-02-23 [colin] 1.0.1cvs17
143 Encode parts when signing
145 2005-02-23 [colin] 1.0.1cvs16
149 Fix mimeinfo leakages
151 2005-02-21 [colin] 1.0.1cvs15
154 Fix signing/encrypting still on after
155 privacy system has been disabled
157 2005-02-18 [colin] 1.0.1cvs14
159 * src/quote_fmt_lex.l
160 * src/quote_fmt_parse.y
161 Bugfix: Fix parser init (patch by Ivan)
163 2005-02-18 [colin] 1.0.1cvs13
165 * src/plugins/pgpmime/pgpmime.c
166 Fix build (missed my `mv`)
168 2005-02-18 [colin] 1.0.1cvs12
171 * src/privacy.c ** RE-ADDED **
172 * src/privacy.cpp ** REMOVED **
174 * src/plugins/pgpmime/Makefile.am
175 * src/plugins/pgpmime/passphrase.h
176 * src/plugins/pgpmime/pgpmime.c ** RE-ADDED **
177 * src/plugins/pgpmime/pgpmime.cpp ** REMOVED **
178 * src/plugins/pgpmime/pgpmime.h
179 * src/plugins/pgpmime/prefs_gpg.h
180 * src/plugins/pgpmime/select-keys.h
181 * src/plugins/pgpmime/sgpgme.h
182 Revert huge API breakage.
184 2005-02-16 [christoph] 1.0.1cvs11
187 add scan required function for MH folders
189 (Patch by Ivan Rayner <ivanr@sgi.com>)
191 2005-02-15 [christoph] 1.0.1cvs10
193 * src/plugins/pgpmime/pgpmime.cpp
194 * src/plugins/pgpmime/pgpmime.h
195 add sign and encrypt functions
197 2005-02-15 [christoph] 1.0.1cvs9
201 * src/privacy.c ** REMOVE **
202 * src/privacy.cpp ** NEW **
204 * src/plugins/pgpmime/Makefile.am
205 * src/plugins/pgpmime/passphrase.h
206 * src/plugins/pgpmime/pgpmime.c ** REMOVE **
207 * src/plugins/pgpmime/pgpmime.cpp ** NEW **
208 * src/plugins/pgpmime/pgpmime.h
209 * src/plugins/pgpmime/prefs_gpg.h
210 * src/plugins/pgpmime/select-keys.h
211 * src/plugins/pgpmime/sgpgme.h
212 change Privacy-API to C++
214 2005-02-15 [colin] 1.0.1cvs8
218 Sanitize substitution for saved filenames:
219 only \ / * and \r \n \t are bad.
221 2005-02-15 [colin] 1.0.1cvs7
225 Optimize (constant instead of strlen). Thanks
228 2005-02-14 [colin] 1.0.1cvs6
232 Use quoted-printable instead of 7bit or 8bit
233 to encode "^From " and avoid mail corruption
234 on the MTA, as specified by RFC 3156. Thanks
237 2005-02-12 [colin] 1.0.1cvs5
240 Remove wrong use of compose struct after
241 compose_send(). Spotted by Alfons and Holger Berndt.
243 2005-02-10 [paul] 1.0.1cvs4
246 sync with main, see ChangeLog 2005-02-10
248 2005-02-10 [colin] 1.0.1cvs3
251 dereference freed messageview,
252 and don't try to use it after free.
253 This caused occasional late segfaults
256 2005-02-10 [colin] 1.0.1cvs2
259 Don't display html with plugin automatically
262 2005-02-09 [colin] 1.0.1cvs1
267 Display first relevant part using plugin
268 if not text/plain if possible (useful for
269 vCalendar for example)
271 2005-02-08 [paul] 1.0.1
275 2005-02-08 [paul] 1.0.0cvs29
284 updated by Thomas Gilgin, Ricardo Mones Lastra,
285 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
286 Guimaraes, Andrej Kacian, Aleksandar Urosevic
288 2005-02-05 [paul] 1.0.0cvs28
291 fix Bug 682 'redirect is broken'
294 2005-02-05 [thorsten] 1.0.0cvs27
296 * src/partial_download.c
299 2005-02-03 [colin] 1.0.0cvs26
301 * src/common/plugin.c
302 Don't load GTK2 plugins at all. This solves
303 the plugins problem when switching between
304 GTK1 and GTK2 version.
306 2005-02-02 [colin] 1.0.0cvs25
311 2005-01-31 [colin] 1.0.0cvs24
314 Fix MsgInfo reference leak
316 2005-01-28 [colin] 1.0.0cvs23
319 Change check - partial_recv is not cached.
321 2005-01-28 [colin] 1.0.0cvs22
324 Don't call partial_mark_for_delete() when
327 2005-01-27 [colin] 1.0.0cvs21
333 2005-01-27 [christoph] 1.0.0cvs20
336 use normal message remove function if a folder has no function
337 to remove all messages
342 2005-01-27 [colin] 1.0.0cvs19
345 Forgot to commit this file with cvs18.
347 2005-01-27 [colin] 1.0.0cvs18
350 Uhm, better not touch the original msginfo_list.
352 2005-01-27 [colin] 1.0.0cvs17
356 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
358 ... And use it to be able to reply to the currently
361 2005-01-27 [colin] 1.0.0cvs16
369 Factorize this reply mess
371 2005-01-26 [paul] 1.0.0cvs15
375 * src/common/template.c
376 sync with main, (fix memory leak), see ChangeLog
379 2005-01-25 [paul] 1.0.0cvs14
382 compose_redirect(): fix sensitivity of attachment
383 "Properties..." button
385 2005-01-24 [colin] 1.0.0cvs13
388 Freeze clist during operations involving message
391 2005-01-24 [paul] 1.0.0cvs12
398 sync with main, see ChangeLog 2005-01-19
400 2005-01-24 [colin] 1.0.0cvs11
403 Fix build with MIPSpro compiler.
404 Patch by Ivan Rayner <ivanr@sgi.com>
406 2005-01-24 [colin] 1.0.0cvs10
409 Use (+) in collapsed folders with quicksearch-
412 2005-01-23 [holger] 1.0.0cvs9
415 Include missing header file
417 2005-01-22 [colin] 1.0.0cvs8
420 * src/gtk/quicksearch.c
421 Make recursive quicksearch work in
422 root folders (and code fixes)
424 2005-01-21 [colin] 1.0.0cvs7
427 Set cursor to wait while looking in subfolders
429 2005-01-21 [colin] 1.0.0cvs6
432 Don't clear quicksearch if recursion is on,
435 2005-01-21 [colin] 1.0.0cvs5
437 * src/gtk/quicksearch.c
440 Add option to recurse or not
442 2005-01-21 [colin] 1.0.0cvs4
448 * src/gtk/quicksearch.c
449 * src/gtk/quicksearch.h
450 Make quicksearch recursive - results materialized
451 by search icons in the folderview.
453 2005-01-20 [holger] 1.0.0cvs3
457 Add addrindex_load_person_attribute() (for plugins)
459 2005-01-19 [colin] 1.0.0cvs2
466 Add an easy way to export specific messages
469 2005-01-19 [paul] 1.0.0cvs1
473 updated by Rui Hirokawa and
476 2005-01-18 [paul] 1.0.0
478 * version 1.0.0 released
480 2005-01-17 [thorsten] 0.9.13cvs38
483 * src/gtk/pluginwindow.c
484 return value of filesel should not be free()d
486 2005-01-17 [paul] 0.9.13cvs37
496 update translations. submitted by Ricardo Mones
497 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
498 Frederico Goncalves Guimaraes, Andrej Kacian,
501 2005-01-16 [colin] 0.9.13cvs36
503 * src/prefs_toolbar.c
504 Fix two leaks, both found by Alfons.
506 2005-01-15 [paul] 0.9.13cvs35
508 * src/gtk/pluginwindow.c
509 fix 2 memleaks, patch by Alfons
511 2005-01-15 [paul] 0.9.13cvs34
515 * src/common/template.c
516 sync with main, see ChangeLog 2005-01-11
517 (fix potential memory corruption bug)
519 2005-01-14 [colin] 0.9.13cvs33
523 Fix coding style issues from the last patch
525 2005-01-14 [colin] 0.9.13cvs32
528 Fix possible double free, avoid putting 8k on the stack
531 Fix links with tags inside, add some entities
533 Both patches by Rich Coe <Richard.Coe@med.ge.com>
535 2005-01-09 [thorsten] 0.9.13cvs31
537 * tools/calypso_convert.pl
538 support nested subdirs (possible in recent calypso versions)
539 fix "change of readonly value" error with perl >= 5.8
541 2005-01-08 [colin] 0.9.13cvs30
543 * src/prefs_filtering_action.c
544 Plug leak - patch by Alfons
546 2005-01-07 [paul] 0.9.13cvs29
552 sync with main, see ChangeLog 2005-01-06
554 2005-01-06 [colin] 0.9.13cvs28
556 * src/prefs_matcher.c
557 Plug leak. Patch by Alfons
559 2005-01-04 [christoph] 0.9.13cvs27
564 Create extra popup menu entries for account settings
566 (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
568 2005-01-03 [colin] 0.9.13cvs26
571 Plugins should be loaded before --receive or --receive-all
573 Patch by Felix Eckhofer <felix-ml@tribut.de>
575 2005-01-03 [colin] 0.9.13cvs25
579 Add data_len member, because we can get NULs from network
582 2005-01-01 [colin] 0.9.13cvs24
585 Fix possible memleak in corner case - found by
586 Martin Kluge, patch by Alfons
588 2004-12-30 [colin] 0.9.13cvs23
591 Fix prototypes - patch by Alfons
593 2004-12-30 [paul] 0.9.13cvs22
599 sync with main 1.0.0.
600 see ChangeLog 2004-12-22
602 2004-12-18 [paul] 0.9.13cvs21
608 sync with main, see ChangeLog 2004-12-17
610 2004-12-17 [thorsten] 0.9.13cvs20
613 protect trailing spaces when signing message
615 2004-12-16 [paul] 0.9.13cvs19
622 sync with main 1.0.0rc
623 see ChangeLog 2004-12-15
625 2004-12-14 [colin] 0.9.13cvs18
627 * src/gtk/prefswindow.c
630 2004-12-14 [colin] 0.9.13cvs17
634 * src/gtk/prefswindow.c
635 Catch Enter in prefswindow while in text
636 widget. Patch by Alfons.
638 2004-12-14 [paul] 0.9.13cvs16
645 sync with main, see ChangeLog entries 2004-12-10
649 updated by Pavlo Bohmat
651 2004-12-13 [thorsten] 0.9.13cvs15
653 * src/plugins/spamassassin/libspamc.c
656 2004-12-13 [colin] 0.9.13cvs14
658 * src/gtk/prefswindow.c
659 * src/gtk/pluginwindow.c
660 Fix key_pressed handlers
662 2004-12-11 [colin] 0.9.13cvs13
664 * src/quote_fmt_parse.y
665 Rework quote_fmt_parse to use less local
666 arrays in local blocks, so it doesn't
667 freak out IBM's stack protector. Patch
670 2004-12-10 [colin] 0.9.13cvs12
675 Fix corruptions when de-separating messageview
677 2004-12-10 [paul] 0.9.13cvs11
680 use a different set of icons for the Preview
682 2004-12-09 [colin] 0.9.13cvs10
685 Fix procmime_encode_content doing horribly wrong
686 stuff when encoding to B64 from memory
688 2004-12-08 [colin] 0.9.13cvs9
690 * src/gtk/colorlabel.c
691 Fix color label off-by-one
694 2004-12-08 [hoa] 0.9.13cvs8
696 * src/quote_fmt_parse.y
697 really fix buffer overflow
699 2004-12-08 [colin] 0.9.13cvs7
701 * src/matcher_parser_parse.y
703 * src/prefs_matcher.c
707 Cache total_size and use that to speed up
709 Add 'partial' to the list of useable stuff
717 2004-12-08 [colin] 0.9.13cvs6
720 Fix possible boundary overrun in
721 get_email_part(). Patch by Alfons
723 2004-12-08 [hoa] 0.9.13cvs5
725 * src/quote_fmt_parse.y
727 http://bugs.gentoo.org/show_bug.cgi?id=67253
729 2004-12-07 [thorsten] 0.9.13cvs4
732 fix leak introduced with 0.9.13cvs1
734 2004-12-07 [keith] 0.9.13cvs3
739 2004-12-07 [colin] 0.9.13cvs2
742 * src/prefs_account.c
745 Add SMTP PLAIN authentication. Patch by
746 George Michaelson <ggm@apnic.net>
748 2004-12-07 [thorsten] 0.9.13cvs1
751 [Bug 650] reply button causes crash
752 Patch partly by David Relson
754 2004-12-06 [paul] 0.9.13
761 updated by Andrej Kacian
766 2004-12-06 [christoph]
769 move GPGME check to PGP/MIME plugin checks
771 2004-12-06 [colin] 0.9.12cvs187
774 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
776 2004-12-06 [paul] 0.9.12cvs186
787 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea
788 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
791 2004-12-05 [paul] 0.9.12cvs185
797 * TODO.claws **REMOVED**
798 removed, use the wiki instead
801 remove newscache_conv.pl from the release package
802 and notes as it is broken and not currently maintained
803 * tools/filter_conv.pl
804 use --config-dir to find claws' config dir
805 * tools/kdeservicemenu/README
806 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
807 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
808 make a top-level menu entry
810 2004-12-04 [paul] 0.9.12cvs184
813 conv_unmime_header_overwrite(name)
815 2004-12-04 [colin] 0.9.12cvs183
818 Fix saving of compose window position
819 when sending mail. Patch by Alfons.
821 2004-12-04 [paul] 0.9.12cvs182
829 * doc/manual/ja/Makefile.am
830 * doc/manual/ja/sylpheed-1.html
831 * doc/manual/ja/sylpheed-10.html
832 * doc/manual/ja/sylpheed-11.html
833 * doc/manual/ja/sylpheed-12.html
834 * doc/manual/ja/sylpheed-13.html
835 * doc/manual/ja/sylpheed-14.html
836 * doc/manual/ja/sylpheed-15.html
837 * doc/manual/ja/sylpheed-16.html
838 * doc/manual/ja/sylpheed-17.html
839 * doc/manual/ja/sylpheed-18.html
840 * doc/manual/ja/sylpheed-19.html
841 * doc/manual/ja/sylpheed-2.html
842 * doc/manual/ja/sylpheed-20.html
843 * doc/manual/ja/sylpheed-3.html
844 * doc/manual/ja/sylpheed-4.html
845 * doc/manual/ja/sylpheed-5.html
846 * doc/manual/ja/sylpheed-6.html
847 * doc/manual/ja/sylpheed-7.html
848 * doc/manual/ja/sylpheed-8.html
849 * doc/manual/ja/sylpheed-9.html
850 * doc/manual/ja/sylpheed.html
851 * doc/manual/ja/sylpheed.sgml
854 * src/pixmaps/regular.xpm **REMOVED**
855 sync with main 1.0.0beta4, including: "canonicalize text files
856 before encoding to BASE64, and uncanonicalize after decoding
857 to conform with RFC 2045"
859 2004-12-03 [christoph] 0.9.12cvs181
862 build the Privacy System menu without GtkItemFactory to
863 allow '/' in Privacy System names
865 * src/plugins/pgpmime/pgpmime.c
866 * src/plugins/pgpmime/plugin.c
867 Update description and change Privacy System name
871 * src/pixmaps/dir_close.xpm
872 * src/pixmaps/dir_open.xpm
873 * src/pixmaps/drafts_close.xpm
874 * src/pixmaps/drafts_open.xpm
875 * src/pixmaps/group.xpm
876 * src/pixmaps/unread.xpm
877 update icons (sync with main (adjust hue))
879 2004-12-02 [paul] 0.9.12cvs180
887 * src/pixmaps/folder.xpm **REMOVED**
889 fixes bug 644 'extra CRs in subject line break filtering'
891 2004-12-02 [colin] 0.9.12cvs179
894 Prevent duplicate edition of queued
897 2004-12-02 [colin] 0.9.12cvs178
900 Fix quote linewrapping ignoring pref
903 2004-11-30 [colin] 0.9.12cvs177
905 * src/gtk/prefswindow.c
906 * src/gtk/pluginwindow.c
907 Add shortcut keys to prefs window
908 and plugin window. Patch by Fabien Vantard.
910 2004-11-29 [colin] 0.9.12cvs176
913 Fix disappearing separators in folderview's popup
915 2004-11-29 [colin] 0.9.12cvs175
920 2004-11-29 [colin] 0.9.12cvs174
925 2004-11-26 [colin] 0.9.12cvs173
929 Use ESMTP for all servers advertising it
930 Add SIZE= parameter to MAIL command for
933 2004-11-24 [colin] 0.9.12cvs172
935 * src/plugins/pgpmime/pgpmime.c
938 2004-11-24 [colin] 0.9.12cvs171
940 * src/plugins/pgpmime/pgpmime.c
941 Fix numerous GpgmeGtk leaks
943 2004-11-24 [colin] 0.9.12cvs170
945 * src/plugins/pgpmime/pgpmime.c
946 Fix numerous GpgmeCtx leaks
948 2004-11-24 [colin] 0.9.12cvs169
950 * src/plugins/pgpmime/plugin.c
952 * src/plugins/trayicon/Makefile.am
953 * src/plugins/trayicon/newmarkedmail.xpm
954 * src/plugins/trayicon/trayicon.c
955 * src/plugins/trayicon/unreadmarkedmail.xpm
956 Add new icons when there are unread marked mails
959 2004-11-23 [thorsten] 0.9.12cvs168
961 * src/plugins/pgpmime/plugin.c
962 typo: plugin_init instead of plugin_done
964 2004-11-23 [thorsten] 0.9.12cvs167
968 * src/partial_download.c
969 * src/partial_download.h
970 o fix path for includes
972 2004-11-23 [colin] 0.9.12cvs166
977 2004-11-23 [colin] 0.9.12cvs165
980 Fix mime headers wrapping
982 2004-11-23 [christoph] 0.9.12cvs164
984 * src/common/Makefile.am
985 * src/common/partial_download.[ch]
987 * src/partial_download.[ch]
989 move to src because it depends on src stuff
992 * src/common/base64.h
993 move B64LEN macro to base64.h
997 add PrefsAccount to sign-function parameters
1000 * src/prefs_account.[ch]
1001 * src/gtk/prefswindow.[ch]
1002 o use new prefswindow for account prefs
1003 o add possibility to add new pages to account prefs
1005 * src/plugins/pgpmime/prefs_gpg.[ch]
1006 * src/plugins/pgpmime/prefs_gpg.glade
1007 add account prefs for GPG
1009 * src/plugins/pgpmime/pgpmime.c
1010 * src/plugins/pgpmime/sgpgme.[ch]
1011 create signers list based on the GPG account prefs
1013 2004-11-23 [colin] 0.9.12cvs163
1016 Fix cursor going from normal to wait
1017 as many times as there are folders
1018 (very noticeable on exported displays)
1020 2004-11-23 [colin] 0.9.12cvs162
1023 HEAD needs this leak fix too
1025 2004-11-22 [luke] 0.9.12cvs161
1027 * src/gtk/gtkstext.c
1028 'Up' key moves one line (not one paragraph) like 'Down'
1030 2004-11-22 [paul] 0.9.12cvs160
1032 * src/prefs_themes.c
1033 fix oversized GtkFrames
1035 2004-11-19 [paul] 0.9.12cvs159
1037 * src/prefs_common.c
1038 update prefs_keybind_apply_clicked()
1040 2004-11-18 [paul] 0.9.12cvs158
1044 * src/common/utils.c
1045 * src/common/utils.h
1046 use Message-ID format like that previously
1047 used in compose_generate_msgid()
1049 2004-11-17 [christoph] 0.9.12cvs157
1052 * src/prefs_common.c
1053 integrate "Common preferences" into new preferences dialog
1055 2004-11-17 [colin] 0.9.12cvs156
1057 * src/prefs_account.c
1058 * src/prefs_account.h
1060 Add an option to let the user choose to store encrypted
1061 mail as clear text or encrypted.
1063 2004-11-17 [colin] 0.9.12cvs155
1067 Be verbose when sending fails
1069 Fix procmsg_send_queue returning 0 when there's an error
1070 Don't send messages to be encrypted to nobody
1073 2004-11-17 [colin] 0.9.12cvs154
1076 Fix more pointer confusion
1078 2004-11-17 [paul] 0.9.12cvs153
1081 forgotten in sync with main 1.0.0beta3
1084 2004-11-17 [paul] 0.9.12cvs152
1092 sync with main 1.0.0beta3
1093 see ChangeLog 2004-11-15 and 2004-11-16
1095 2004-11-17 [colin] 0.9.12cvs151
1097 * src/plugins/pgpmime/pgpmime.c
1100 2004-11-17 [colin] 0.9.12cvs150
1102 * src/plugins/pgpmime/pgpmime.c
1103 Fix off-by-one causing segs
1105 2004-11-17 [colin] 0.9.12cvs149
1108 < Reboot_> don't compare pointers to NULL with !
1109 So, use the other form to bring consistency.
1110 Also fix coding style.
1112 2004-11-16 [colin] 0.9.12cvs148
1117 2004-11-16 [colin] 0.9.12cvs147
1120 Fix leaks in procmsg_send_message_queue
1122 2004-11-12 [paul] 0.9.12cvs146
1124 * src/prefs_account.c
1131 * src/pixmaps/complete.xpm
1132 * src/pixmaps/continue.xpm
1133 small sync with main, see ChangeLog 2004-11-11
1135 2004-11-11 [paul] 0.9.12cvs145
1149 * src/prefs_account.c
1150 * src/prefs_account.h
1151 * src/prefs_ext_prog.c
1154 * src/summary_search.c
1158 * src/common/utils.c
1159 * src/common/utils.h
1162 sync with main 1.0.0beta2 (plus 4)
1164 2004-11-09 [christoph] 0.9.12cvs144
1167 * src/prefs_account.[ch]
1168 add option menu to select default privacy system
1170 * src/plugins/pgpmime/pgpmime.c
1171 better memory allocation
1174 syncronize flags when scanning a folder
1176 2004-11-08 [colin] 0.9.12cvs143
1179 Prevent useless folder count updates while
1180 quicksearch is running. It is really annoying
1181 while quicksearch is running a full-mail
1182 scan, like 'b foo', in a big folder.
1184 2004-11-08 [colin] 0.9.12cvs142
1187 Really fix these mail URIs
1189 2004-11-08 [colin] 0.9.12cvs141
1192 fix "colin@colino.net" <colin@colino.net>
1195 2004-11-06 [colin] 0.9.12cvs140
1198 Don't ask for passphrase if not sending
1200 2004-11-05 [christoph] 0.9.12cvs139
1203 o encode text content of composed mails
1205 o allow encoding of MimeInfos that are stored in memory buffers
1208 2004-11-03 [paul] 0.9.12cvs138
1211 add 'src/plugins/pgpmime/prefs_gpg.c'.
1212 Patch submitted by Fabien Vantard
1214 * src/prefs_ext_prog.c
1215 fix typos. Patch submitted by Fabien Vantard
1217 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1218 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1219 add German, Spanish, Italian, Brazilian Portuguese,
1220 and Slovak translations. Submitted by Thomas Gilgin,
1221 J. José del RÃo 'partymola', Andrea Spadaccini,
1222 Frederico Goncalves Guimaraes, and Andrej Kacian
1224 2004-11-01 [christoph] 0.9.12cvs137
1227 implement RFC2231's parameter encoding
1229 2004-10-29 [colin] 0.9.12cvs136
1231 * src/common/utils.c
1232 Fix boundary delimiter (a Pine user gets this:
1233 > Malformed message: Unexpected characters at end of parameters:
1238 * tools/textviewer.sh
1239 fix typo. patch submitted by Johann Koenig
1240 <explosive@hvc.rr.com>
1244 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1245 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1246 add French translations, submitted by Fabien Vantard
1248 2004-10-28 [christoph] 0.9.12cvs135
1250 * doc/src/rfc2231.txt ** NEW **
1252 * src/common/quoted-printable.c
1253 * src/common/utils.[ch]
1254 implement RFC2231's parameter decoding
1258 * tools/kdeservicemenu/README
1259 * tools/kdeservicemenu/install.sh
1260 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1261 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1262 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1263 output files to /tmp instead of littering the
1265 add uninstall function
1268 2004-10-26 [christoph] 0.9.12cvs134
1271 better check if parameters have to be in quoted string
1275 * tools/kdeservicemenu/README
1276 * tools/kdeservicemenu/install.sh
1277 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1278 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1279 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1280 add files for Sylpheed Service Menu in Konqueror
1282 2004-10-22 [paul] 0.9.12cvs133
1285 * src/prefs_common.c
1286 * src/prefs_common.h
1287 * src/prefs_wrapping.c
1288 remove 'smart wrapping'
1290 2004-10-21 [colin] 0.9.12cvs132
1293 Remove extraneous separator in Options
1295 2004-10-21 [colin] 0.9.12cvs131
1298 Replace "unknown" attachments by "application/octet-stream"
1299 Be a bit more defensive when using strchr
1304 updated by Pavlo Bohmat
1306 2004-10-19 [christoph] 0.9.12cvs130
1309 fix wrong menu entry path
1311 (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1314 add extra check for missing menu entries
1316 2004-10-19 [christoph] 0.9.12cvs129
1319 * src/common/utils.c
1320 use utils' generate_msgid() in compose.c
1322 2004-10-18 [christoph] 0.9.12cvs128
1324 * src/plugins/pgpmime/passphrase.c
1325 * src/plugins/pgpmime/pgpmime.c
1326 * src/plugins/pgpmime/prefs_gpg.[ch]
1327 * src/plugins/pgpmime/prefs_gpg.glade
1328 * src/plugins/pgpmime/sgpgme.c
1331 2004-10-18 [christoph] 0.9.12cvs127
1338 * src/customheader.c
1347 * src/matcher_parser_parse.y
1350 * src/prefs_account.c
1352 * src/prefs_msg_colors.c
1358 * src/common/base64.c
1359 * src/common/partial_download.c
1360 * src/common/socket.c
1361 * src/common/sylpheed.c
1362 * src/common/utils.[ch]
1364 * src/gtk/pluginwindow.c
1365 * src/gtk/quicksearch.c
1366 * src/plugins/pgpmime/pgpmime.c
1367 * src/plugins/pgpmime/plugin.c
1368 * src/plugins/pgpmime/select-keys.c
1369 * src/plugins/pgpmime/sgpgme.c
1370 * src/plugins/spamassassin/libspamc.c
1371 * src/plugins/trayicon/trayicon.c
1372 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1373 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1374 o don't use any GNU C extensions
1376 o replace some non-POSIX functions
1378 * src/plugins/spamassassin/spamassassin.[ch]
1379 * src/plugins/spamassassin/spamassassin_gtk.c
1380 * src/plugins/clamav/clamav_plugin.[ch]
1381 * src/plugins/clamav/clamav_plugin_gtk.c
1382 replace statusbar_print_all() from common code because it is a
1390 update Spanish and Korean translations,
1391 submitted by Ricardo Mones Lastra and
1394 2004-10-13 [colin] 0.9.12cvs126
1397 Don't convert message to forced encoding when
1398 drafting, plus minor magic-values cleanup.
1400 2004-10-13 [colin] 0.9.12cvs125
1403 Update POTFILES.in to reflect the source
1406 2004-10-08 [christoph] 0.9.12cvs124
1408 * m4/spamassassin.m4
1409 fix libspamc OpenSSL
1412 rearrange the compose menu
1414 2004-10-08 [christoph] 0.9.12cvs123
1422 * src/passphrase.[ch] ** REMOVE **
1423 * src/prefs_account.[ch]
1424 * src/prefs_common.[ch]
1428 * src/rfc2015.[ch] ** REMOVE **
1429 * src/select-keys.[ch] ** REMOVE **
1430 * src/common/utils.[ch]
1432 * src/plugins/pgpmime/Makefile.am
1433 * src/plugins/pgpmime/passphrase.[ch] ** NEW **
1434 * src/plugins/pgpmime/pgpmime.c
1435 * src/plugins/pgpmime/plugin.c
1436 * src/plugins/pgpmime/prefs_gpg.[ch]
1437 * src/plugins/pgpmime/select-keys.[ch] ** NEW **
1438 * src/plugins/pgpmime/sgpgme.[ch]
1439 o Add new MIME-Writer
1440 o extend PrivacySystem with sign and encrypt functions
1441 o extend PGP/MIME plugin with sign and encrypt functions
1442 o integrate extended Privacy API in Compose and Sending process
1444 2004-10-04 [colin] 0.9.12cvs122
1450 Make forced encoding limited to messageview and
1451 apply only to parts displayed using textview
1453 2004-10-04 [colin] 0.9.12cvs121
1456 Fix bug #605 (collapsed threads re-expand when moving or
1459 2004-10-03 [colin] 0.9.12cvs120
1464 2004-10-02 [colin] 0.9.12cvs119
1468 * src/prefs_common.h
1472 Clean up forced charset feature
1475 2004-10-01 [colin] 0.9.12cvs118
1478 Better fix for Save all: skip multipart mails' first
1481 2004-10-01 [colin] 0.9.12cvs117
1484 Only save attachments in Save All
1486 2004-10-01 [paul] 0.9.12cvs116
1491 * src/prefs_common.c
1492 * src/gtk/colorlabel.c
1493 sync with main 0.9.12cvs17
1495 2004-09-30 [colin] 0.9.12cvs115
1497 * src/stock_pixmap.c
1498 * src/stock_pixmap.h
1501 * src/pixmaps/read.xpm
1502 Add icon for total # column
1504 2004-09-29 [colin] 0.9.12cvs114
1507 Don't close compose until message is sent if
1508 Show Send Dialog is Always
1510 2004-09-29 [paul] 0.9.12cvs113
1512 * src/quote_fmt_parse.y
1513 In the quotation templates recognise sender's first and last
1514 names (%F %L) when the name is in the format "Duck, Donald".
1515 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1518 2004-09-28 [colin] 0.9.12cvs112
1523 Fix Empty trash being visible-invisible-visible...
1525 2004-09-28 [colin] 0.9.12cvs111
1528 Relabel Empty all Trash folders
1530 2004-09-28 [colin] 0.9.12cvs110
1533 Add contextual Empty trash menu
1535 Revert cvs109 which was useless
1537 2004-09-28 [colin] 0.9.12cvs109
1542 2004-09-28 [colin] 0.9.12cvs108
1547 2004-09-28 [colin] 0.9.12cvs107
1550 Fix double-click on entries
1552 2004-09-28 [colin] 0.9.12cvs106
1555 Reintroduce folder_item update freeze on incorporation
1557 2004-09-27 [christoph] 0.9.12cvs105
1560 right-align new and unread column
1566 2004-09-27 [paul] 0.9.12cvs104
1569 revert 0.9.12cvs101, it causes another segfault
1571 2004-09-23 [christoph] 0.9.12cvs103
1573 * src/plugins/spamassassin/libspamc.[ch]
1574 * src/plugins/spamassassin/utils.[ch]
1575 update libspamc to SpamAssassin 3.0.0
1577 2004-09-17 [paul] 0.9.12cvs102
1582 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1585 2004-09-17 [colin] 0.9.12cvs101
1588 Fix segfaults when quitting. valgrind says:
1589 ==12144== Invalid read of size 4
1590 ==12144== at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1592 ==12144== Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1594 ==12144== by 0x80CC671: exit_sylpheed (main.c:498)
1597 2004-09-13 [christoph] 0.9.12cvs100
1600 add NULL pointer checks to fix segfault when messages can
1603 2004-09-08 [colin] 0.9.12cvs99
1606 Remove a debug printf
1608 2004-09-08 [christoph] 0.9.12cvs98
1611 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1612 if the message structure has been scanned
1615 o scan structure when the mail is fetched for the first time
1616 to prevent unnecessary fetching of messages while scanning
1617 the folder for messages
1618 o revert 0.9.12cvs24
1620 * src/plugins/pgpmime/pgpmime.c
1621 check signature if auto signature checking is enabled when the
1622 signature status is requested for first time and not when
1623 checking if a part has a signature
1625 2004-09-07 [colin] 0.9.12cvs97
1628 Change session error messages so that they
1629 are a bit more helpful (the origin of the
1630 error is not apparent if one isn't in
1631 front of Sylpheed when it happens).
1633 2004-09-06 [colin] 0.9.12cvs96
1636 Fix graying out Redirect in non english languages
1637 Patch by Fabien Vantard
1639 2004-09-06 [colin] 0.9.12cvs95
1645 2004-09-06 [colin] 0.9.12cvs94
1651 Add basic drag and drop to addressbook
1653 2004-09-03 [colin] 0.9.12cvs93
1656 Next/Prev unread message should start
1657 from next/prev node (especially if
1658 mark_as_read_delay != 0)
1660 2004-09-03 [colin] 0.9.12cvs92
1662 * src/prefs_common.c
1663 * src/prefs_common.h
1665 Add an hidden 'mark_as_read_delay' pref
1667 2004-09-02 [colin] 0.9.12cvs91
1670 Add unduplicated menu entries (fixes bug 532)
1671 Patch by Fabien Vantard
1673 2004-09-02 [colin] 0.9.12cvs90
1676 Fix bug 582 (broken auto account selection)
1678 2004-09-02 [colin] 0.9.12cvs89
1681 Free deleted queries too
1683 2004-09-02 [colin] 0.9.12cvs88
1686 Fix freezes in LDAP, due to memory corruption
1687 after deletion of a query (and not removing it
1688 from the corresponding list of queries).
1689 Very probably fixes bug 567 and bug 569
1691 2004-09-02 [colin] 0.9.12cvs87
1693 * src/prefs_spelling.c
1694 Fix bug with aspell prefs init, where spell checking
1695 is enabled at first but dictionary not specified. Use
1696 LANG's dictionary by default.
1698 2004-09-01 [colin] 0.9.12cvs86
1702 * src/prefs_matcher.c
1703 * src/stock_pixmap.c
1704 Fix more nasty uninitialized variables
1706 2004-08-31 [colin] 0.9.12cvs85
1709 Fix memory corruption when entering procmsg_msginfo_free()
1710 with unitialized msginfo. Thanks Valgrind.
1712 2004-08-29 [colin] 0.9.12cvs84
1715 Don't escape filenames before saving - that's
1716 not dangerous. By the way, fix the leak.
1718 2004-08-27 [paul] 0.9.12cvs83
1724 * src/common/utils.c
1726 sync with main 0.9.12cvs6, see ChangeLog
1727 2004-08-24, 2004-08-25, 2004-08-26
1733 updated by Rui Hirokawa
1735 2004-08-25 [colin] 0.9.12cvs82
1737 * src/plugins/pgpmime/pgpmime.c
1738 Fix leak on non-combined encrypted messages
1740 2004-08-25 [colin] 0.9.12cvs81
1742 * src/plugins/pgpmime/pgpmime.c
1743 * src/plugins/pgpmime/sgpgme.c
1744 * src/plugins/pgpmime/sgpgme.h
1745 Handle combined encryption/signature
1747 2004-08-24 [colin] 0.9.12cvs80
1750 Set mime flags on non multipart messages too
1752 2004-08-23 [christoph] 0.9.12cvs79
1755 create message header in memory as GString before writing it
1758 2004-08-23 [colin] 0.9.12cvs78
1763 Fix (again) bug 197: inline encryption broken
1768 updated by Hansom Young
1774 2004-08-23 [colin] 0.9.12cvs77
1777 Try and fix bug 577 (session->last_access_time is broken since
1778 sync with main 0.9.12cvs2).
1779 Patch by Stephan Sachse <whiteman@teg-clan.de>
1789 update translations. submitted by Ricardo
1790 Mones Lastra, Fabien Vantard, Emilian Nowak,
1791 Frederico Goncalves Guimaraes, Andrej Kacian,
1794 2004-08-22 [paul] 0.9.12cvs76
1796 * src/plugins/trayicon/trayicon.c
1797 fix formatting bug in trayicon_popup_menu_entries[]
1800 2004-08-22 [paul] 0.9.12cvs75
1803 remove reference to openssl.m4
1806 2004-08-21 [colin] 0.9.12cvs74
1809 Fix bug 576 (Duplicate auto-bcc on reedit)
1811 2004-08-21 [colin] 0.9.12cvs73
1814 Grey out Redirect in the toolbar when selection is
1815 multiple. Fixes bug 520
1817 2004-08-21 [colin] 0.9.12cvs72
1820 Save Sign, Encrypt and Mode status when drafting or queuing
1821 Fixes bug 502 (drafted message does not keep sign / encrypt
1824 2004-08-21 [colin] 0.9.12cvs71
1827 Fix bug 494 (Messages are always opened in summary
1828 view when right clicked.) Also fixes bug 508.
1830 2004-08-21 [colin] 0.9.12cvs70
1833 When using inline encryption, don't use QP or Base64:
1834 the mail will be encrypted to a 7bit string.
1837 2004-08-21 [colin] 0.9.12cvs69
1840 Fix inline-signing with 8bit chars: data must be
1841 converted to Quoted-printable before signing.
1843 2004-08-21 [colin] 0.9.12cvs68
1846 Remove 'Message/Save to draft folder'
1847 and 'Message/Save and keep editing' to
1848 put a single 'File/Save' command.
1851 2004-08-21 [colin] 0.9.12cvs67
1854 Fix bug 222 (Summary view state not retained between sessions)
1856 2004-08-20 [colin] 0.9.12cvs66
1859 Fix bug 574 (empty cur_locale is not enough)
1863 * src/plugins/pgpmime/plugin.c
1864 modify PGP/MIME plugin's description
1866 2004-08-16 [colin] 0.9.12cvs65
1869 Fix version comparison
1871 2004-08-16 [colin] 0.9.12cvs64
1876 2004-08-16 [colin] 0.9.12cvs63
1879 People with glibc 2.1 have had problems with non-blocking
1880 SSL_connect. Disable it for glibc < 2.2.
1882 2004-08-16 [colin] 0.9.12cvs62
1887 2004-08-13 [colin] 0.9.12cvs61
1889 * src/plugins/pgpmime/plugin.c
1890 Add plugin's description
1892 2004-08-12 [christoph] 0.9.12cvs60
1895 fix bug that did not thaw folder updates when deleting
1896 duplicates in empty folders
1898 2004-08-12 [colin] 0.9.12cvs59
1900 * src/plugins/trayicon/trayicon.c
1901 Add a context menu with most common operations
1903 2004-08-12 [colin] 0.9.12cvs58
1909 Add support for Freedesktop.org's startup notification
1911 2004-08-10 [colin] 0.9.12cvs57
1914 * src/common/socket.c
1916 * src/common/sylpheed.c
1917 * src/common/sylpheed.h
1918 Put back the ssl connect nonblocking...
1919 without the race condition
1921 2004-08-09 [colin] 0.9.12cvs56
1925 * src/common/sylpheed.c
1926 * src/common/sylpheed.h
1927 Reverting previous commit, doesn't work
1929 2004-08-09 [colin] 0.9.12cvs55
1933 * src/common/sylpheed.c
1934 * src/common/sylpheed.h
1935 Make SSL_connect nonblocking, using a thread
1937 2004-08-09 [paul] 0.9.12cvs54
1940 reflect new location of sgpgme.c
1942 sync with main, see ChangeLog 2004-08-09
1944 2004-08-08 [christoph] 0.9.12cvs53
1947 freeze FolderItem updates while deleting duplicate messages
1949 2004-08-08 [christoph] 0.9.12cvs52
1958 * src/plugins/Makefile.am
1959 * src/plugins/pgpmime/.cvsignore
1960 * src/plugins/pgpmime/Makefile.am
1961 * src/plugins/pgpmime/pgpmime.c
1962 * src/plugins/pgpmime/pgpmime.h
1963 * src/plugins/pgpmime/plugin.c
1964 * src/plugins/pgpmime/sgpgme.c
1965 * src/plugins/pgpmime/sgpgme.h
1966 new plugin for PGP/MIME
1968 2004-08-07 [christoph] 0.9.12cvs51
1971 disable immediate folder change notification on opened folders
1972 until SummaryView can handle it quickly
1974 2004-08-07 [colin] 0.9.12cvs50
1977 * src/common/partial_download.c
1980 2004-08-07 [colin] 0.9.12cvs49
1991 * src/message_search.c
1995 * src/summary_search.c
1998 * src/gtk/sslcertwindow.c
1999 * src/pixmaps/stock_dialog-error.xpm
2000 * src/pixmaps/stock_dialog-info.xpm
2001 * src/pixmaps/stock_dialog-question.xpm
2002 * src/pixmaps/stock_dialog-warning.xpm
2003 sync new alertpanel from gtk2
2005 2004-08-07 [colin] 0.9.12cvs48
2007 * src/prefs_folder_item.c
2008 fix memory corruption in folderitem's prefs
2010 2004-08-06 [colin] 0.9.12cvs47
2013 close compose window after queuing, before
2014 sending when user presses Send
2016 2004-08-05 [christoph] 0.9.12cvs46
2020 add charset to cache file and convert charset when reading the
2021 cache if different from internal used charset
2023 2004-08-05 [christoph] 0.9.12cvs45
2028 * src/common/utils.h
2029 cleanup (remove unused includes/reorganize)
2031 * src/prefs_ext_prog.c
2032 * src/prefs_folder_item.c
2034 * src/prefs_msg_colors.c
2035 * src/prefs_spelling.c
2036 * src/prefs_themes.c
2037 * src/prefs_toolbar.c
2038 * src/prefs_wrapping.c
2039 * src/gtk/prefswindow.[ch]
2040 * src/plugins/clamav/clamav_plugin_gtk.c
2041 * src/plugins/dillo_viewer/dillo_prefs.c
2042 * src/plugins/image_viewer/viewerprefs.c
2043 * src/plugins/spamassassin/spamassassin_gtk.c
2044 change PrefsPage path into an array of strings and don't
2045 split a single string into parts (better for translation)
2047 2004-08-05 [christoph] 0.9.12cvs44
2050 fix FolderItem's message counts after rebuilding a cache
2052 2004-08-05 [paul] 0.9.12cvs43
2059 * src/common/session.c
2060 * src/common/session.h
2061 * src/common/socket.c
2062 sync with main 0.9.12cvs2
2063 see ChangeLog 2004-08-04
2065 2004-08-04 [christoph] 0.9.12cvs42
2068 add missing AC_DEFINE(USE_OPENSSL, ...)
2070 use new xml_node_new() function
2072 2004-08-03 [christoph] 0.9.12cvs41
2076 * src/common/xml.[ch]
2077 sync with main 0.9.12cvs1
2078 see ChangeLog 2004-07-23
2080 2004-08-03 [christoph]
2083 * m4/openssl.m4 ** REMOVE **
2084 use pkg-config to get OpenSSL CFLAGS and LIBS
2085 (OpenSSL 0.9.7 is required now)
2087 2004-08-02 [paul] 0.9.12cvs40
2090 update translation team section
2092 updated by Frederico Goncalves Guimaraes
2093 <fggdebian@yahoo.com.br>
2095 2004-07-29 [colin] 0.9.12cvs39
2098 Inform the user when a partially
2099 downloaded mail isn't on the server
2100 anymore (due to Mark for deletion)
2102 2004-07-29 [colin] 0.9.12cvs38
2105 Hide noticeview if necessary
2107 2004-07-27 [colin] 0.9.12cvs37
2110 More fixes (i overlook a bit, thanks
2111 Christoph for spotting it)
2113 2004-07-27 [colin] 0.9.12cvs36
2118 2004-07-26 [colin] 0.9.12cvs35
2121 Fix uidl-file parsing when not in new
2124 2004-07-19 [colin] 0.9.12cvs34
2127 Save attachment status when drafting
2129 2004-07-19 [colin] 0.9.12cvs33
2134 Reverse 0.9.12cvs29 to 31 (folder icon update
2135 when quicksearch is active)
2137 2004-07-18 [colin] 0.9.12cvs32
2140 Fix partial download bug with "Download all
2143 2004-07-18 [colin] 0.9.12cvs31
2148 2004-07-17 [colin] 0.9.12cvs30
2151 Same, when sticky search is off
2153 2004-07-17 [colin] 0.9.12cvs29
2158 Update FolderItem icon whenever its summaryview is
2161 2004-07-16 [christoph] 0.9.12cvs28
2164 make doubleclick work again
2166 2004-07-16 [christoph] 0.9.12cvs27
2169 fix freeze on mime icon doubleclick (opening doesn't work yet)
2171 2004-07-16 [paul] 0.9.12cvs26
2173 * src/gtk/quicksearch.c
2175 * src/customheader.c
2178 * src/prefs_account.c
2179 * src/prefs_display_header.c
2181 replace "Message-Id" with "Message-ID"
2183 2004-07-16 [paul] 0.9.12cvs25
2189 * src/folder_item_prefs.c
2193 * src/prefs_account.c
2194 * src/prefs_account.h
2195 * src/prefs_common.c
2196 * src/prefs_common.h
2199 sync with main 0.9.12cvs1
2201 2004-07-15 [colin] 0.9.12cvs24
2204 Disable GPG signature check during
2205 folder move and scan
2206 (Closes Bug 521 Signature checking slows down Folder-Move)
2208 2004-07-14 [christoph] 0.9.12cvs23
2211 add missing fclose. Patch by Thomas Gilgin.
2214 add checks if fopen really worked
2216 2004-07-14 [colin] 0.9.12cvs22
2219 * src/common/partial_download.c
2222 2004-07-14 [colin] 0.9.12cvs21
2228 * src/matcher_parser_parse.y
2235 * src/prefs_matcher.c
2240 * src/common/Makefile.am
2242 * src/gtk/quicksearch.c
2243 * src/common/partial_download.c ** NEW FILES **
2244 * src/common/partial_download.h ** NEW FILES **
2245 Partial downloading of pop3 mails
2247 2004-07-13 [christoph] 0.9.12cvs20
2250 use "button_release_event" instead of "button_press_event",
2251 because executing event callbacks while the button is still
2252 pressed is not good and causes problems
2254 2004-07-12 [colin] 0.9.12cvs19
2256 * src/gtk/quicksearch.c
2257 Fix a missing status update in quicksearch
2259 2004-07-08 [colin] 0.9.12cvs18
2262 Fix guint vs gint bug
2264 2004-07-08 [colin] 0.9.12cvs17
2267 use to_human_readable() for sizes
2269 2004-07-08 [paul] 0.9.12cvs16
2272 fix occasional non-clearance of the statusbar
2273 (close Bug 531 'SA plugin: status bar does not
2274 get cleared in OFFLINE mode')
2276 2004-07-07 [colin] 0.9.12cvs15
2278 * src/prefs_common.c [1.225]
2279 * src/prefs_common.h [1.112]
2280 Add a hidden summary_quicksearch_sticky preference,
2281 to allow the quicksearch bar to reset across folders
2282 * src/summaryview.c [1.437]
2284 * src/gtk/quicksearch.c [1.5]
2285 * src/gtk/quicksearch.h [1.3]
2286 Add this preference, fix focus when hitting Enter,
2287 add handling of Esc key to reset
2289 2004-07-06 [colin] 0.9.12cvs14
2291 * src/gtk/quicksearch.c [1.4]
2294 2004-07-06 [christoph] 0.9.12cvs13
2297 enable next unread button in empty folders if next folder
2298 dialog is not disabled
2300 (Closes Feature Request [ 755800 ] "next" button enabled in empty
2303 2004-07-06 [colin] 0.9.12cvs12
2305 * src/common/smtp.c [1.16]
2306 Display maximum message size in the log
2308 2004-07-06 [paul] 0.9.12cvs11
2311 fix typo. (spotted by Fabien Vantard)
2313 2004-07-06 [paul] 0.9.12cvs10
2316 terminate cleanly on SIGHUP. Patch submitted by
2317 Thomas Gilgin <thg@karate-muellheim.de>
2319 2004-07-05 [christoph] 0.9.12cvs9
2322 better replacing of %d in new mail notification command
2324 2004-07-05 [colin] 0.9.12cvs8
2326 * src/common/smtp.[ch]
2327 Take SIZE (returned by EHLO) into account, and
2328 avoid sending too big messages
2330 2004-07-04 [paul] 0.9.12cvs7
2333 fix auto-account selection on imap/news
2335 2004-07-01 [paul] 0.9.12cvs6
2337 * src/gtk/quicksearch.c
2338 reveal hidden string in gui
2341 fix updating of gpg signing setting on
2344 2004-06-30 [darko] 0.9.12cvs5
2346 * src/common/utils.c
2347 remove expand_search_string()
2348 * src/gtk/quicksearch.c
2349 remove no longer needed for loop (thanks Christoph)
2350 add expand_search_string()
2352 2004-06-30 [darko] 0.9.12cvs4
2354 * src/common/utils.c
2355 allow all filtering expressions in quicksearch
2357 (Closes Bug 519 filtering expr. in quicksearch)
2359 2004-06-30 [christoph] 0.9.12cvs3
2365 allow plugins to define TEXTDOMAIN for the _(...) macro
2367 2004-06-30 [paul] 0.9.12cvs2
2373 src/prefs_msg_colors.[ch] ** NEW FILES **
2374 move message colouring options to
2375 '/Other Preferences/Message View/Colors'
2377 2004-06-30 [paul] 0.9.12cvs1
2383 src/prefs_wrapping.[ch] ** NEW FILES **
2384 move message wrapping options to
2385 /'Other Preferences/Compose/Message Wrapping'
2387 2004-06-28 [paul] 0.9.12
2389 * Sylpheed-Claws 0.9.12 released
2394 updated by Ricardo Mones Lastra, Fabien Vantard,
2397 2004-06-27 [paul] 0.9.11cvs19
2400 re-enable certificate check
2402 2004-06-25 [christoph] 0.9.11cvs18
2405 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2407 2004-06-25 [paul] 0.9.11cvs17
2409 * sync with main 0.9.12cvs1
2410 see ChangeLog 2004-06-23
2413 remove unused menu_toggle_toggle()
2415 2004-06-23 [christoph] 0.9.11cvs16
2421 scan the mime structure of multipart mails for correct
2422 attachment, encryped and signed (with privacy API) part
2425 (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2430 updated by Pavlo Bohmat
2432 2004-06-20 [christoph] 0.9.11cvs15
2436 disconnect after authentication when doing POP before SMTP
2438 (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2440 2004-06-19 [christoph] 0.9.11cvs14
2443 fix FolderItem name update
2445 (Closes Bug 511 Folder-Renaming not reflected immediately)
2447 2004-06-17 [paul] 0.9.11cvs13
2449 * sync with main 0.9.12 release
2451 session_set_timeout(): fixed a bug that didn't
2452 reset timeout_tag when interval is 0.
2454 2004-06-16 [christoph] 0.9.11cvs12
2457 correctly clear the URL in the status bar
2459 2004-06-15 [christoph] 0.9.11cvs11
2462 add missing gtk_widget_show()
2464 2004-06-11 [christoph] 0.9.11cvs10
2466 * src/plugins/spamassassin/spamassassin.c
2467 correctly check waitpid return code
2469 (Closes Bug 396 Zombie process when spamassassin is called)
2471 2004-06-10 [christoph] 0.9.11cvs9
2474 * src/summaryview.[ch]
2475 * src/gtk/Makefile.am
2476 * src/gtk/quicksearch.c ** NEW **
2477 separate quick search from summaryview
2479 2004-06-09 [christoph] 0.9.11cvs8
2485 get folder for compose default account from MsgInfo and not
2488 2004-06-09 [christoph] 0.9.11cvs7
2491 add information about added or removed messages to
2492 FOLDER_ITEM_UPDATE hook
2496 scan folder when removing a folder failed instead of
2497 updating the summaryview
2499 2004-06-08 [paul] 0.9.11cvs6
2501 * sync with main 0.9.11cvs2
2502 see ChangeLog 2004-06-08
2504 2004-06-07 [christoph] 0.9.11cvs5
2507 * src/common/Makefile.am
2508 detect library providing 'encrypt' function
2510 2004-06-07 [paul] 0.9.11cvs4
2513 sync with main, 'code cleanup'
2515 * tools/nautilus2sylpheed.sh
2516 fix whitespace limitation. patch submitted by
2517 Stephan Sachse <white@teg-clan.de>
2519 2004-06-04 [christoph] 0.9.11cvs3
2526 * src/folder_item_prefs.c
2531 * src/prefs_themes.c
2534 * src/stock_pixmap.c
2536 fix compiler warnings
2538 2004-06-03 [paul] 0.9.11cvs2
2541 sync with main 0.9.11cvs1: "changed gint32 to
2542 guint32 for some platforms"
2544 2004-06-02 [christoph] 0.9.11cvs1
2547 fix SSL_CTX variable name for older OpenSSL versions
2549 (Closes Bug 503 fix compilation with older OpenSSL)
2551 2004-05-31 [paul] 0.9.11claws
2553 * 0.9.11claws released
2555 2004-05-31 [paul] 0.9.10claws72
2564 update translations, submitted by Ricardo Mones Lastra,
2565 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2566 Urke MMI, and Hansom Young
2568 2004-05-25 [luke] 0.9.10claws71
2572 * src/stockpixmap.[ch]
2574 * src/pixmaps/privacy_emblem_encrypted.xpm ** NEW **
2575 * src/pixmaps/privacy_emblem_failed.xpm ** NEW **
2576 * src/pixmaps/privacy_emblem_passed.xpm ** NEW **
2577 * src/pixmaps/privacy_emblem_signed.xpm ** NEW **
2578 * src/pixmaps/privacy_emblem_warn.xpm ** NEW **
2580 o Added privacy emblems from Jesper Shultz
2581 <jesper@schultz-net.dk>
2582 o Overlay emblems onto mimeview icons to indicate
2583 status of signature and if a message is encrypted
2586 remove unused color definitions (were used to
2587 indicate sig status)
2589 2004-05-25 [paul] 0.9.10claws70
2594 tools/nautilus2sylpheed.sh ** NEW FILE **
2595 add script to enable sending files from
2597 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2599 * tools/launch_firebird ** REMOVED **
2600 removed as the standard "firefox '%s'" now functions
2603 2004-05-23 [paul] 0.9.10claws69
2606 fix %X cursor point segfault
2609 2004-05-23 [christoph] 0.9.10claws68
2614 2004-05-21 [paul] 0.9.10claws67
2616 * sync with 0.9.10cvs17
2617 see ChangeLog 2004-05-21
2619 2004-05-20 [paul] 0.9.10claws66
2621 * sync with 0.9.10cvs16
2622 see ChangeLog 2004-05-19 and 2004-05-20
2624 2004-05-19 [alfons] 0.9.10claws65
2627 on some platforms regoff_t is defined as off_t, so
2630 2004-05-19 [paul] 0.9.10claws64
2632 * sync with 0.9.10cvs13
2633 see ChangeLog 2004-05-18
2635 2004-05-17 [christoph] 0.9.10claws63
2638 search all folders when searching for default folders and
2639 not return the special folder of the first folder
2641 2004-05-13 [alfons] 0.9.10claws62
2644 add a better check to see if a message is a news message
2645 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2647 2004-05-13 [paul] 0.9.10claws61
2650 sync with 0.9.10cvs12
2651 see ChangeLog 2004-05-12
2653 2004-05-12 [alfons] 0.9.10claws60
2656 release lock in case of folder could not be opened
2658 2004-05-11 [christoph] 0.9.10claws59
2661 remove unused folderview update stuff from inc.[ch]
2663 2004-05-11 [paul] 0.9.10claws58
2665 * sync with 0.9.10cvs11
2666 see ChangeLog 2004-05-10 and 2004-05-11
2668 2004-05-09 [christoph] 0.9.10claws57
2671 check for folder class functions and not folder type to detect
2674 2004-05-08 [christoph] 0.9.10claws56
2677 fix date output for signature expire times
2679 (Patch by Edgar Toernig <froese@gmx.de>)
2681 2004-05-06 [christoph] 0.9.10claws55
2683 * src/gtk/prefswindow.c
2684 change window type to DIALOG
2689 o add folder_remove()
2690 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2691 o add new "sort" field to Folder, no longer sort folders by type
2692 higher sort values will be first in the folder list, new folders get 0
2693 and will be added to the end
2696 * src/gtk/Makefile.am
2697 * src/gtk/foldersort.(c|h|glade) ** NEW **
2698 add dialog to allow users to change the folder order
2700 2004-05-04 [paul] 0.9.10claws54
2703 Display account_name in statusbar when retrieving
2704 messages from a pop account
2705 * src/prefs_account.c
2706 display account name in title of prefs_account
2708 * src/prefs_folder_item.c
2709 display folder name in title of prefs_folder window
2711 all 3 patches submitted by Fabien Vantard
2716 2004-05-04 [paul] 0.9.10claws53
2718 * src/prefs_actions.c
2719 src/prefs_template.c
2720 'Esc' Key exits alertpanel
2721 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2723 2004-04-26 [christoph] 0.9.10claws52
2726 * src/gtk/colorsel.c
2727 * src/gtk/description_window.c
2729 * src/gtk/gtkaspell.c
2730 * src/gtk/inputdialog.c
2731 * src/gtk/pluginwindow.c
2732 * src/gtk/progressdialog.c
2733 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2734 it does not work correctly with xinerama
2735 o lock incorporation while the plugin window is open
2737 2004-04-23 [paul] 0.9.10claws51
2740 update location of inputdialog.c
2743 update Copyright string
2748 improve the english a little
2750 2004-04-22 [christoph] 0.9.10claws50
2752 * src/folderutils.[ch]
2753 add folderutils_mark_all_read()
2756 readd "mark all read" from popup menu, now works
2757 in all folders and not only the opened folder
2759 2004-04-21 [christoph] 0.9.10claws49
2762 * src/inputdialog.[ch] ** REMOVED **
2763 * src/gtk/Makefile.am
2764 * src/gtk/inputdialog.[ch] ** NEW **
2765 move inputdialog.[ch] into gtk directory
2768 remove check for missing IMAP folder account
2770 2004-04-20 [christoph] 0.9.10claws48
2774 remove new/rename/delete folder GUI functions because
2775 they are always active, even for news folders, and can
2776 not be easily made folder class dependent
2779 make menu_translate() public
2783 * src/folderview.[ch]
2784 * src/imap_gtk.[ch] ** NEW **
2786 * src/mh_gtk.[ch] ** NEW **
2787 * src/news_gtk.[ch] ** NEW **
2788 o dynamically build FolderView popup menus from a folder
2789 specific part, with callbacks to seperated code, and
2791 o remove the folder class specifiy code from folderview.c
2793 2004-04-15 [luke] 0.9.10claws47
2795 * src/prefs_folder_item.c
2796 o remove buttons for applying 'scan for new mail'
2797 and 'process at startup' to sub folders
2798 o add 'apply to sub folder' check buttons for all
2799 properties and set folder prefs accordingly
2800 o replace multiple gtk_widget_show() with one
2801 gtk_widget_show_all() on container
2803 2004-04-14 [darko] 0.9.10claws46
2805 * src/gtk/Makefile.am
2806 * src/gtk/pluginwindow.c
2807 load plugins from to $(prefix)/lib/sylpheed/plugins
2808 in file selection dialog
2809 * src/plugins/clamav/clamav_plugin.c
2812 2004-04-14 [christoph] 0.9.10claws45
2815 * src/plugins/image_viewer/viewer.c
2818 2004-04-10 [alfons] 0.9.10claws44
2821 appropriate auto account selection when forwarding
2822 (fixes bug #476, "forward as attachment does not listen
2825 2004-04-09 [alfons] 0.9.10claws43
2828 make quick search combo matching case sensitive
2830 2004-04-06 [alfons] 0.9.10claws42
2833 use cursor position to prevent clearing the entire entry
2835 2004-04-06 [alfons] 0.9.10claws41
2838 fix bug #472, "filter not updated when renaming folder"
2840 2004-04-06 [alfons] 0.9.10claws40
2842 * src/messageview.[ch]
2844 reflect changes to Show all headers to main view
2845 and message view (only affects detached message
2846 view). see also bug #473, 'Show All Headers
2849 2004-04-03 [alfons] 0.9.10claws39
2854 2004-04-03 [alfons] 0.9.10claws38
2856 * src/matcher_parser_parse.y
2858 prepare address look up matcher type; marginally
2859 tested, and not hooked into the UI yet.
2861 basically it accepts the result of the left hand
2862 side of the matcher (the "criteria"):
2864 from all_in_addressbook ""
2865 ~to_or_cc any_in_addressbook ""
2867 the first case matches all addresses found in the
2868 from header, and the second case matches if any
2869 (at least one) of the addresses in to or cc headers
2870 are not in the address book.
2872 the string argument is not used yet, but is intended
2873 to match a group of addresses
2875 2004-04-02 [luke] 0.9.10claws37
2877 * src/prefs_folder_item.c
2878 Add two buttons to apply 'scan for new mail'
2879 and 'process at startup' to sub folders
2882 * tools/textviewer.sh
2883 better filename extension matching plus some support for
2884 MS Excel, MS Powerpoint and HTML
2886 2004-03-29 [christoph] 0.9.10claws36
2889 * src/folderutils.[ch]
2891 add delete duplicates for all folders
2893 2004-03-29 [alfons] 0.9.10claws35
2896 don't pass NULL to XXXprintf(); fixes Solaris crashes
2897 when selecting top-level folder node (thanks to
2900 2004-03-28 [keith] 0.9.10claws34
2903 prepend "http://" to URIs of the form "www.example.com"
2905 2004-03-28 [paul] 0.9.10claws33
2914 revise 'translatable string' policy:
2915 don't translate debug_print() or log_print(),
2916 translate log_message() and log_warning()
2919 update submitted by Hansom Young
2921 2004-03-25 [alfons] 0.9.10claws32
2923 * src/prefs_common.c
2924 I mean this one: Return the GList...
2926 2004-03-25 [alfons] 0.9.10claws31
2928 * src/prefs_common.h
2929 add new members at the end of prefs_common, so
2930 they get properly initialized
2932 2004-03-24 [christoph] 0.9.10claws30
2935 o NULL is a valid GSList
2937 2004-03-24 [alfons] 0.9.10claws29
2939 * src/prefs_common.[ch]
2942 add history to quick search (patch submitted by
2943 Ivan Francolin Martinez - thanks!)
2945 2004-03-24 [alfons] 0.9.10claws28
2948 NULL output pointer parameter
2950 2004-03-21 [alfons] 0.9.10claws27
2952 * src/addrindex.[ch]
2954 complete addresses on nicks and aliases
2956 2004-03-21 [alfons] 0.9.10claws26
2961 disable filters on import mbox (patch submitted
2964 2004-03-21 [darko] 0.9.10claws25
2967 select the address when only one match is found while
2968 doing address completion with tab key (feature
2971 2004-03-21 [alfons] 0.9.10claws24
2975 don't `navigate-delete` when a summary view's selection does not
2976 match the accompanying message view's message
2978 2004-03-20 [alfons] 0.9.10claws23
2981 hide ext search button on initial display (should fix bug #459,
2982 "Toggling quick-search at 1st time: minor UI inconsistency")
2984 2004-03-20 [alfons] 0.9.10claws22
2986 * src/summaryview.[ch]
2987 add function to get selected msginfo, if there's
2990 2004-03-20 [paul] 0.9.10claws21
2992 * sync with 0.9.10cvs7
2993 see ChangeLog 2004-03-19
2995 2004-03-19 [paul] 0.9.10claws20
3005 don't translate strings in debug_print(), log_print(),
3006 log_message(), and log_warning()
3008 2004-03-19 [alfons] 0.9.10claws19
3010 better next/previous/delete/focus navigation with separate
3014 call summaryview_delete() instead of messageview_delete()
3016 disable messageview_delete()
3018 2004-03-18 [paul] 0.9.10claws18
3020 * sync with 0.9.10cvs6
3021 see ChangeLog 2004-03-16
3023 2004-03-17 [alfons] 0.9.10claws17
3026 remove bogus semicolon after if() (sometimes it pays to
3029 2004-03-15 [darko] 0.9.10claws16
3032 support full path in place of a filename
3034 store directory attachments were saved to and
3035 use it when saving attachments
3036 * src/prefs_common.[hc]
3037 store directory attachments were last saved to
3039 2004-03-15 [paul] 0.9.10claws15
3042 fix bug where unsubscribing a newsgroup would destroy
3043 (most of the) filtering rules
3045 2004-03-15 [paul] 0.9.10claws14
3048 fix Bug 458, 'Folder View remaining empty after
3049 removing a NEWS account' (was also true of IMAP
3052 2004-03-15 [paul] 0.9.10claws13
3055 fix folderview invisibility of newly subscribed
3058 2004-03-13 [paul] 0.9.10claws12
3061 src/plugins/dillo_viewer/dillo_prefs.c
3062 src/plugins/image_viewer/viewerprefs.c
3063 gettextise some forgotten parts
3065 2004-03-13 [alfons] 0.9.10claws11
3068 make sure the correct type is passed to sscanf()
3070 2004-03-13 [paul] 0.9.10claws10
3072 * sync with 0.9.10cvs5
3073 see ChangeLog 2004-03-02 and 2004-03-12,
3075 'always move messages by default when using DnD (except
3076 for News folder). Copy messages if Ctrl-key is pressed.'
3077 and 'added a function to filter selected messages'
3079 2004-03-12 [christoph] 0.9.10claws9
3082 add parameter check to conv_unmime_header_overwrite()
3086 o fix removing of NEW flag when UNREAD is unset
3091 (Closes 437 i18n attachment display error.)
3093 2004-03-12 [paul] 0.9.10claws8
3096 update. submitted by Andrea Spadaccini <lupin85@email.it>
3101 2004-03-12 [alfons] 0.9.10claws7
3104 o quiet compiler and typecast Folder * to IMAP Folder *
3105 o wake up and fix my previous incompatible type assignment bug
3107 2004-03-12 [alfons] 0.9.10claws6
3110 don't mix up pointers to int, guint32 _and_
3113 2004-03-12 [christoph] 0.9.10claws5
3116 Add error requester when renaming a folder failed
3119 Check new FolderItem name for namespace seperator
3122 (Closes Bug 443 Bad named IMAP folders won't be displayed)
3124 2004-03-11 [christoph] 0.9.10claws4
3129 syncronize flags in cache with IMAP folder flags
3131 Adapted a patch submitted by Simon 'corecode' Schubert
3132 <corecode@corecode.ath.cx>
3135 2004-03-11 [alfons] 0.9.10claws3
3138 remove dead code that at one time controlled display of
3141 2004-03-10 [paul] 0.9.10claws2
3144 updated by Lupino <lupin85@email.it>
3146 2004-03-09 [alfons] 0.9.10claws1
3149 we're not using yywrap, but we may, so close yyin instead
3152 2004-03-08 [paul] 0.9.10claws
3154 * 0.9.10claws released
3156 2004-03-08 [paul] 0.9.9claws41
3164 update translations. submitted by Ricardo Mones Lastra,
3165 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3168 2004-03-06 [paul] 0.9.9claws40
3170 * src/stock_pixmap.c
3171 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3172 patch submitted by Pawel Pekala
3174 2004-03-06 [alfons] 0.9.9claws39
3177 allow nick name completion again
3179 2004-03-02 [match] 0.9.9claws38
3182 added definition of USE_LDAP_TLS to support TLS.
3185 * src/ldapserver.[ch]
3189 included LDAP TLS support.
3191 2004-03-02 [christoph] 0.9.9claws37
3194 o add more documentation for FolderClass
3195 o remove usused FolderClass virtual functions
3200 change creation of FolderClass because static initializations
3201 for structs suck in C89
3207 2004-02-28 [keith] 0.9.9claws36
3209 * src/common/utils.c
3210 Fix treatment of whitespace in quicksearch bar (leading
3211 spaces and >1 space between commands and parameters).
3213 2004-02-27 [alfons] 0.9.9claws35
3216 Explicitly remove draft timeout to fix nasty race between
3217 compose_send_cb() (which destroys the compose window) and
3218 compose_defer_auto_save_draft() (which expects compose
3219 window to exist). Should fix Keith's and Fred Marton's
3220 bug report (#128, "crash after complaining about character
3223 2004-02-27 [luke] 0.9.9claws34
3226 Do folder_item_apply_processing() even if no processing
3227 rules for the folder exist (so global processing is applied)
3229 2004-02-26 [thorsten] 0.9.9claws33
3232 Remove misleading static declaration
3234 2004-02-26 [alfons] 0.9.9claws32
3240 use/add procmime_get_content_type_str() as a safe wrapper
3241 for returning a Content-Type type string; should fix
3242 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type=
3245 2004-02-26 [thorsten] 0.9.9claws31
3248 Restructure save_as/save_all
3250 2004-02-26 [alfons] 0.9.9claws30
3255 2004-02-26 [alfons] 0.9.9claws29
3262 * tools/textviewer.sh
3263 tweaks from Johann Koenig, recognition of shell
3264 scripts in particular
3266 2004-02-24 [paul] 0.9.9claws28
3268 * sync with 0.9.9cvs13
3269 see ChangeLog 2004-02-24
3271 2004-02-23 [paul] 0.9.9claws27
3274 one alertpanel on pop3 authentication error will suffice
3277 remove unnecessary printf
3279 2004-02-22 [alfons] 0.9.9claws26
3282 put back a lost check
3284 2004-02-21 [alfons] 0.9.9claws25
3287 don't forget to save folder properties after renaming folder
3289 2004-02-20 [paul] 0.9.9.claws24
3292 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3295 complete sync with 0.9.9cvs9's 'update folderview
3299 require gettext >= 0.12.1
3301 2004-02-17 [match] 0.9.9claws23
3304 keep the peace - change style.
3306 2004-02-17 [alfons] 0.9.9claws22
3309 make MATCHACTION_STOP cancel filtering / processing;
3310 clean up and document it to make it a little bit more clear;
3312 2004-02-17 [alfons] 0.9.9claws21
3314 %X marks the cursor spot for reply quote format
3316 * src/quote_fmt_lex.l
3321 src/quote_fmt_parse.y
3325 handle %X token for replies only (for now)
3327 2004-02-17 [paul] 0.9.9claws20
3330 updated by Andrej Kacian
3333 remove unneeded include
3336 be a little more user-friendly with the labels
3339 a change forgotten in the last commit:
3340 SYLPHEED_ACLOCAL_INCLUDE(m4)
3342 2004-02-17 [paul] 0.9.9claws19
3344 * ac/* ** REMOVED **
3346 intl/Makefile.in ** REMOVED **
3348 m4/missing ** NEW **
3349 m4/missing/gdk-pixbuf.m4 ** NEW **
3350 m4/missing/gettext.m4 ** NEW **
3351 m4/missing/gpgme.m4 ** NEW **
3352 m4/missing/imlib.m4 ** NEW **
3353 m4/.cvsignore ** NEW **
3354 m4/Makefile.am ** NEW **
3356 m4/aclocal-include.m4 ** NEW **
3357 m4/aspell.m4 ** NEW **
3358 m4/check-type.m4 ** NEW **
3359 m4/gnupg-check-typedef.m4 ** NEW **
3360 m4/openssl.m4 ** NEW **
3361 m4/spamassassin.m4 ** NEW **
3362 po/ChangeLog ** REMOVED **
3363 po/Makefile.in.in ** REMOVED **
3364 po/Rules-quot ** REMOVED **
3365 po/boldquot.sed ** REMOVED **
3366 po/en@boldquot.header ** REMOVED **
3367 po/en@quot.header ** REMOVED **
3368 po/insert-header.sin ** REMOVED **
3369 po/quot.sed ** REMOVED **
3370 po/remove-potcdate.sed ** REMOVED **
3371 po/remove-potcdate.sin ** REMOVED **
3372 po/stamp-po ** REMOVED **
3376 enable building with automake 1.8.x
3377 add 'autopoint' to autogen.sh and remove all
3378 auto-generated files, remove ac/ in favour of
3381 2004-02-17 [alfons] 0.9.9claws18
3384 MSG_IS_NEWS() is not stored at all, and is bogus
3386 2004-02-17 [martin] 0.9.9claws17
3388 * src/prefs_themes.c
3389 fix crash when installing wrong theme and output an
3392 2004-02-16 [christoph] 0.9.9claws16
3395 * src/stock_pixmap.[ch]
3397 * src/pixmaps/linewrapcurrent.xpm ** NEW **
3398 add "Wrap current paragraph" to compose toolbar
3400 2004-02-15 [alfons] 0.9.9claws15
3403 refine previous commit to make sure other hook functions
3404 get their grab of the pie too
3406 2004-02-15 [alfons] 0.9.9claws14
3409 fix sync breakage so we don't pass invalid pointer types
3411 2004-02-15 [match] 0.9.9claws13
3413 * src/ldapquery.[ch]
3415 * src/addrindex.[ch]
3416 tweak threading calls.
3417 * src/addr_compl.[ch]
3418 add alias into completion list.
3421 improve context menu behavior.
3422 change menu sequence.
3423 add send mail from addressbook.
3424 * src/addrselect.[ch]
3426 add send mail from addressbook.
3428 2004-02-15 [christoph] 0.9.9claws12
3431 skip deleting when duplist is empty
3433 * src/folderview.[ch]
3435 * src/summaryview.[ch]
3436 call folderutils_delete_duplicates() from mainwindow code
3438 2004-02-15 [alfons] 0.9.9claws11
3440 * src/common/utils.c
3441 add prefix for italian ms o(e)
3443 2004-02-14 [paul] 0.9.9claws10
3446 fix updating of the folder view when creating a
3449 2004-02-13 [paul] 0.9.9claws9
3451 * src/plugins/clamav/clamav_plugin.c
3454 2004-02-13 [paul] 0.9.9claws8
3456 * sync with 0.9.9cvs9
3457 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3459 2004-02-13 [alfons] 0.9.9claws7
3461 * src/common/utils.c
3462 fix wrong type of argument for ctype functions (pass unsigned
3463 char instead of signed char)
3465 2004-02-12 [alfons] 0.9.9claws6
3468 don't select text in header entry when composing to a
3469 default address, but rather give the header entry a
3470 different color / style (same as the folder new color)
3472 2004-02-12 [alfons] 0.9.9claws5
3474 * src/plugins/clamav/clamav_plugin.c
3475 don't exit(2) on libclamav init error - show a warning.
3476 (tested by damaging a clamav database file.)
3478 2004-02-12 [paul] 0.9.9claws4
3480 * sync with 0.9.9cvs4
3481 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3483 2004-02-11 [luke] 0.9.9claws3
3486 remove redundant check introduced in 0.9.9claws1
3488 2004-02-11 [luke] 0.9.9claws2
3491 fix compilation of my previous commit without gpg enabled
3493 2004-02-10 [luke] 0.9.9claws1
3496 add borders to icons to indicate the privacy status for
3497 the message part (unknown/bad/good)
3499 2004-02-06 [paul] 0.9.9claws
3503 2004-02-06 [darko] 0.9.8claws64
3506 don't allow Ctrl+Enter while external editor is active
3508 2004-02-06 [paul] 0.9.8claws63
3514 update Spanish, Polish, Slovak, and Serbian translations.
3515 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3518 2004-02-04 [alfons] 0.9.8claws62
3521 grab focus only when lbutton was pressed (bug #430 cont'd;
3522 don't have clue yet why the cursor pos is at the end of the
3525 2004-02-04 [alfons] 0.9.8claws61
3528 always grab focus when one of the header entries is clicked
3529 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3533 * ac/missing/gdk-pixbuf.m4
3536 prevent 'underquoted definition' warnings
3537 patch submitted by David Relson
3539 * src/plugins/clamav/README
3540 update, improve, correct
3542 2004-01-31 [thorsten] 0.9.8claws60
3545 'dir' not initialized if group has no messages
3547 2004-01-29 [christoph] 0.9.8claws59
3549 * src/customheader.[ch]
3550 add custom_header_is_allowed() to check for disallowed header names
3551 that must not be overridden by custom headers
3554 always write From: header and use custom_header_is_allowed() to
3555 check if custom header should be written
3557 * src/prefs_customheader.c
3558 check if custom header is disallowed using custom_header_is_allowed()
3561 destroy message id GHashTable before freeing the MsgInfos
3563 2004-01-29 [paul] 0.9.8claws58
3565 * sync with 0.9.9 release
3566 see ChangeLog 2004-01-29
3568 2004-01-29 [paul] 0.9.8claws57
3570 * sync with 0.9.8cvs11
3571 see ChangeLog 2004-01-29
3573 2004-01-28 [christoph] 0.9.8claws56
3577 return WARN signature status when signature is not trusted
3581 * src/folderutils.[ch] ** NEW **
3583 implement delete duplicates summaryview independent
3585 2004-01-28 [paul] 0.9.8claws55
3587 * sync with 0.9.8cvs10
3588 see Changelog 2004-01-27 and 2004-01-28
3590 2004-01-26 [christoph] 0.9.8claws54
3593 create a root node for the Folder if scan fails because root
3594 folder does not exist
3596 2004-01-26 [paul] 0.9.8claws53
3598 * sync with 0.9.8cvs7
3599 see ChangeLog 2004-01-23
3601 2004-01-25 [alfons] 0.9.8claws52
3604 remove left-over constant INDENT_CHARS
3606 2004-01-25 [alfons] 0.9.8claws51
3609 add NULL pointer check for mimeinfo->node in
3610 procmime_mimeinfo_parent()
3612 2004-01-25 [darko] 0.9.8claws50
3615 make "Wrap all long lines" toolbar button wrap all
3616 long lines not just the current line
3617 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3620 2004-01-25 [alfons] 0.9.8claws49
3623 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3624 necessary anyway, because *scanf() functions neglect white
3626 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3628 2004-01-25 [paul] 0.9.8claws48
3630 * src/prefs_ext_prog.c
3631 apply Alfons' patch to check for NULL pointers
3634 2004-01-25 [paul] 0.9.8claws47
3636 * sync with 0.9.8cvs8
3637 see ChangeLog 2004-01-23
3639 2004-01-25 [thorsten] 0.9.8claws46
3642 remove orphaned mimeview unref()
3644 2004-01-23 [christoph] 0.9.8claws45
3647 set ctree widget style
3649 2004-01-23 [paul] 0.9.8claws44
3651 * sync with 0.9.8cvs5
3652 see ChangeLog 2004-01-22
3654 2004-01-23 [alfons] 0.9.8claws43
3657 remove redundant code in procmsg_get_thread_tree()
3659 2004-01-21 [christoph] 0.9.8claws42
3662 set ctree widget style, otherwise GTK does not use the
3663 the correct vertical size for the list items
3665 2004-01-21 [alfons] 0.9.8claws41
3668 GDK_Left should only switch to folderview when
3669 when summaryview hscrollbar is at the leftmost
3670 position (fixes bug #420, "Focus error")
3672 2004-01-21 [paul] 0.9.8claws40
3674 * sync with 0.9.8cvs4
3675 see ChangeLog 2004-01-20
3677 2004-01-20 [christoph] 0.9.8claws39
3680 remove setting sensitivity for no longer existing
3681 /Scoring... popup entry
3683 2004-01-20 [keith] 0.9.8claws38
3686 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3688 2004-01-20 [paul] 0.9.8claws37
3691 demystify font settings
3694 use textview->msgfont for header->body in
3695 textview_show_header()
3697 2004-01-20 [paul] 0.9.8claws36
3701 remove superfluous debug_print's
3704 clear the statusbar after LOCAL incorporation
3706 2004-01-20 [paul] 0.9.8claws35
3708 * sync with 0.9.8cvs3
3709 see ChangeLog 2004-01-20
3711 2004-01-19 [keith] 0.9.8claws34
3714 don't show 'Search folder...' on popup menu
3715 if folder has no mails in it
3717 2004-01-17 [keith] 0.9.8claws33
3722 store position of compose window in prefs
3724 2004-01-17 [thorsten] 0.9.8claws32
3726 * src/gtk/gtkvscrollbutton.c
3727 ensure scrollbutton resize event on different gtk versions
3729 2004-01-15 [alfons] 0.9.8claws31
3732 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3735 2004-01-12 [christoph] 0.9.8claws30
3738 better MIME-Version check
3740 2004-01-11 [alfons] 0.9.8claws29
3743 remove unnecessary but still effective check (could possibly
3744 lead to some unwanted side effects)
3746 2004-01-11 [alfons] 0.9.8claws28
3749 we should not prefer lowest message number while threading
3750 (introduced in previous commit)
3752 2004-01-11 [alfons] 0.9.8claws27
3755 subject threading fixes:
3757 - make message with lowest message number the
3759 - refine recording last node when threading. the last node
3760 should be the previous one if a node has a thread parent,
3761 or the current node if not
3763 (there's another threading bug fix coming up)
3765 2004-01-10 [paul] 0.9.8claws26
3768 src/prefs_ext_prog.c
3769 src/plugins/clamav/clamav_plugin_gtk.c
3772 2004-01-09 [christoph] 0.9.8claws25
3775 * src/string_match.[ch] ** REMOVE **
3776 * src/common/Makefile.am
3777 * src/common/string_match.[ch] ** NEW **
3778 move string_match.[ch] to common directory
3780 2004-01-09 [christoph] 0.9.8claws24
3783 add MIME-Version header for the message parser
3785 2004-01-09 [paul] 0.9.8claws23
3791 src/prefs_ext_prog.[ch] ** NEW FILES **
3792 move External Command options from 'Common Prefs/Other' to
3793 'Other Prefs/Message View/External Programs', also reveal
3794 the hidden options for audio player and image viewer.
3796 * src/prefs_common.c
3797 fix toggling of header pane
3799 2004-01-09 [paul] 0.9.8claws22
3802 when changing account also change the save folder
3805 if a text/plain attachment has 'Content-Disposition: attachment'
3806 don't display it inline
3808 2004-01-08 [christoph] 0.9.8claws21
3811 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3812 otherwise thread the message content as one text part and
3813 don't assume charset US-ASCII which is only specified as
3814 default for MIME-messages
3816 2004-01-08 [paul] 0.9.8claws20
3818 * src/plugins/clamav/clamav_plugin.c
3819 src/plugins/spamassassin/spamassassin.c
3820 inform the user what is happening via the statusbar
3822 2004-01-06 [paul] 0.9.8claws19
3825 update Spanish translation. submitted by Ricardo
3828 2004-01-05 [paul] 0.9.8claws18
3830 * sync with 0.9.8cvs2
3831 see ChangeLog 2004-01-05
3833 2004-01-03 [luke] 0.9.8claws17
3837 o remove unused functions string_getchar() and file_getchar()
3838 o remove the getchar_ parameter from generic_get_one_field()
3839 o add an 'unfold' parameter to generic_get_one_field, to
3840 be used if no HeaderEntry is supplied
3841 o procheader_get_one_field_asis() uses
3842 generic_get_one_field().
3844 2004-01-01 [christoph] 0.9.8claws16
3846 * src/common/xml.[ch]
3847 o add xml_new_tag() to manage usage counts of strings correctly
3848 o correct xml_copy_tree() function name
3852 allow registering and unregistering of FolderClasses anytime
3854 2003-12-31 [christoph] 0.9.8claws15
3857 * src/common/xml.[ch]
3858 keep folderlist.xml data for unloaded FolderClasses
3860 2003-12-30 [luke] 0.9.8claws14
3862 * src/procheader.[ch]
3863 o added procheader_get_one_field_asis() that does not do
3865 o fix procheader_get_header_array_asis() to use the above,
3866 fixing ugliness of headers in textview
3869 o don't unfold headers when redirecting.
3871 2003-12-30 [paul] 0.9.8claws13
3878 src/prefs_themes.[ch] ** NEW FILES **
3879 redesign and move Icon Theme selector to
3880 the new prefs window
3882 * src/stock_pixmap.c
3883 fix the old bug where icons are not always
3884 updated when changing themes
3887 fix bug where the icons on the title row
3888 of the summary view were not updated
3890 all patches submitted by Ricardo Mones Lastra
3892 2003-12-30 [hoa] 0.9.8claws12
3895 run preglobal and postglobal processing rules
3896 even if the folder does not have any rules.
3898 2003-12-28 [paul] 0.9.8claws11
3902 ac/gnupg-check-typedef.m4
3905 fix 'underquoted definition' warnings, patch submitted by
3906 David Relson <relson@osagesoftware.com>
3908 * src/common/utils.c
3909 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3910 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3912 2003-12-28 [paul] 0.9.8claws10
3914 * sync with 0.9.8cvs1
3915 see ChangeLog 2003-12-17
3917 2003-12-27 [christoph] 0.9.8claws9
3919 * src/common/utils.[ch]
3920 add g_node_map() to map a GNode into a new GNode
3921 converting all node data's with a function
3929 o use g_node_map() to convert XML <-> Folder
3930 o remove redundant FolderItem->parent and
3931 replace it with folder_item_parent()
3933 2003-12-23 [christoph] 0.9.8claws8
3939 o use callback for notifications about added and
3941 o rewrite folderlist saving (new functions to create
3942 folder from XML tree, and XML tree from folder)
3944 * src/common/xml.[ch]
3945 add function to save XML trees
3947 * src/prefs_filtering.c
3950 2003-12-22 [christoph] 0.9.8claws7
3952 * src/prefs_account.[ch]
3953 add "SMTP only" accounts
3955 2003-12-20 [melvin] 0.9.8claws6
3958 Changed the interface for action_update_*_menu() so
3959 action.c does not need to know the paths of the different
3960 actions menu (mainwindow, message view and compose window).
3963 Tiny code cleanup to merge spell checker related code
3964 compose_update_actions_menu(): new function to update
3965 the actions menu. Use it in compose_create()
3968 compose_update_actions_menu(): new function to update
3969 the actions menu. Used also in prefs_actions.c.
3971 * src/mainwindow.[ch]
3972 main_window_update_actions_menu(): new function to update
3973 the actions menu. Used in main_window_create() and in
3976 * src/messageview.[ch]
3977 messageview_update_actions_menu(): new function to update
3978 the actions menu. Used in messageview_add_toolbar() and in
3981 * src/prefs_actions.c
3982 prefs_actions_ok(): fixed to update the actions menu of
3983 the separate message view and the compose windows.
3985 2003-12-20 [luke] 0.9.8claws5
3987 fix unfolding/newline stripping for multiline fields
3988 in generic_get_one_field()
3990 2003-12-19 [christoph] 0.9.8claws4
3994 o use subject_compare_for_sort() when comparing
3997 2003-12-19 [christoph] 0.9.8claws3
4000 more syncing with 0.8.9a
4002 2003-12-19 [christoph] 0.9.8claws2
4005 don't write all FolderItem XML attributes for the root node
4007 2003-12-19 [melvin] 0.9.8claws1
4010 Added missing menu branch (Tools/Create processing/rule)
4012 Updated French translation for the added string.
4014 2003-12-19 [paul] 0.9.8claws
4018 2003-12-19 [paul] 0.9.7claws51
4026 update translations. submitted by me, Ricardo Mones
4027 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
4030 * src/folder_item_prefs.c
4031 'enable_processing' set to FALSE by default
4033 2003-12-18 [melvin] 0.9.7claws50
4036 Updated French translation
4038 2003-12-17 [christoph] 0.9.7claws49
4041 revert discarding of whitespace from 0.9.7claws44
4043 RFC2822 2.2.3: Unfolding is accomplished by simply
4044 removing any CRLF that is immediately followed by WSP.
4046 2003-12-17 [paul] 0.9.7claws48
4049 fix new message count
4052 update autotools macros
4056 2003-12-16 [christoph] 0.9.7claws47
4059 fix folder update before adding MsgInfo to cache
4060 in add_msginfo_to_cache()
4063 remove old call to folder_item_update() that is no
4066 2003-12-16 [christoph] 0.9.7claws46
4069 make sure the shutdown process only runs once
4071 2003-12-16 [hoa] 0.9.7claws45
4075 * src/summaryview.[ch]
4076 Create filter rules using a message is fixed.
4077 We can now create processing rules using a message.
4079 2003-12-15 [alfons] 0.9.7claws44
4082 make sure we discard folding white space
4084 2003-12-15 [luke] 0.9.7claws43
4087 o use "name" parameter if "filename" doesn't exist
4089 2003-12-14 [alfons] 0.9.7claws42
4092 * src/common/utils.c
4093 allow quick finding based on the result of passing
4094 a message to an external command. E.g:
4098 gets me all the spam in a folder.
4100 2003-12-14 [luke] 0.9.7claws41
4104 o use parameter "filename" instead of "name" in a couple of
4105 places for correctness
4108 * src/common/utils.[ch]
4109 o make temporary filename for attachments safe for %p
4110 substitutions in actions.
4112 2003-12-13 [christoph] 0.9.7claws40
4115 readd exit(0) to clean_quit() because otherwise sylpheed
4116 does not always terminate
4120 add an identifier-string for PrivacySystems
4124 * doc/man/sylpheed.1
4127 2003-12-12 [paul] 0.9.7claws39
4132 correct and clean up './configure --help' info
4134 * src/plugins/clamav/clamav_plugin.c
4135 src/plugins/spamassassin/spamassassin.c
4136 correct plugin_desc(), works with LOCAL, IMAP, and
4141 src/matcher_parser_parse.y
4142 src/prefs_filtering_action.c
4143 use 'Change Score' instead of '(In/De)crease score'.
4144 use *CHANGE_SCORE* instead of *ADD_SCORE*
4147 hyphenate: 'Pre-processing', 'Post-processing'
4149 * src/prefs_account.c
4150 change 'Generate Message-ID' to 'Generate Message-Id'
4152 * src/prefs_folder_item.c
4153 change 'Processing on startup:' to 'Process at startup'
4154 change 'Scan for new mail:' to 'Scan for new mail'
4156 2003-12-11 [christoph] 0.9.7claws38
4160 make sure the clean_exit() funtion is not called again by the
4161 signal handler while it is already running
4163 (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4168 2003-12-11 [paul] 0.9.7claws37
4171 'anonymise' Message-Id: header string
4173 2003-12-11 [paul] 0.9.7claws36
4175 * src/plugins/clamav/clamav_plugin.c
4176 fix (don't break) signature count
4177 use cl_strerror() instead of deprecated cl_perror()
4179 2003-12-11 [darko] 0.9.7claws35
4182 also update the sort arrow (thanks Christoph)
4184 2003-12-11 [darko] 0.9.7claws34
4187 allow reverting to default sort mode (no sort)
4189 2003-12-10 [hoa] 0.9.7claws33
4192 fixed quotation of string for matcher.
4194 2003-12-08 [paul] 0.9.7claws32
4198 plug memory leaks (patch by Alfons)
4200 2003-12-08 [christoph] 0.9.7claws31
4202 * src/folder_item_prefs.[ch]
4204 * src/prefs_folder_item.c
4205 add new FolderItem property to exclude folders from new
4208 Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4210 2003-12-07 [paul] 0.9.7claws30
4212 * src/plugins/clamav/clamav_plugin.c
4215 2003-12-07 [thorsten] 0.9.7claws29
4218 debug_print some warning if destfolder missing
4219 * src/prefs_filtering.c
4220 uninitialized filter list when deleting a folder
4222 2003-12-06 [paul] 0.9.7claws28
4225 add Alfons' patch to trim line feeds
4227 2003-12-06 [paul] 0.9.7claws27
4229 * partial sync with 0.9.7cvs8
4230 leaving claws' online/offline more or less intact
4231 see ChangeLog 2003-12-04 and 2003-12-06
4233 2003-12-06 [christoph] 0.9.7claws26
4237 revert pirvacy API changes
4239 2003-12-05 [alfons] 0.9.7claws25
4242 clean up my old cruft
4244 2003-12-05 [alfons] 0.9.7claws24
4247 fix comparison buglet ;-) and make `test` matcher
4250 2003-12-05 [alfons] 0.9.7claws23
4252 * src/prefs_folder_item.c
4253 K&R 2nd Ed., page 241 (function parameter identifiers
4254 starting with an underscore are kind of insulting)
4256 2003-12-05 [hoa] 0.9.7claws22
4259 * src/mainwindow.[ch]
4261 add destructor for mainwindow so that the last
4262 MimeInfo opened in messageview is destroyed when
4265 2003-12-05 [hoa] 0.9.7claws21
4267 * src/filtering.[ch]
4269 * src/matcher_parser_lex.l
4270 * src/matcher_parser_parse.y
4271 * src/prefs_actions.c
4272 * src/prefs_filtering.c
4273 * src/common/utils.[ch]
4274 quote arguments before giving them to command line.
4275 fixed quote of string in matcher/processing/filtering rules.
4279 allows decryption to return a new whole
4280 MIME message structure.
4282 2003-12-04 [hoa] 0.9.7claws20
4284 * src/filtering.[ch]
4288 * src/matcher_parser_parse.y
4290 global rules to run before folder specific rules.
4291 global rules to run after folder specific rules.
4294 fixed quick addition of rules.
4296 * src/prefs_filtering.[ch]
4298 we can now customize the title for the dialog.
4299 updated case where we rename of delete folders.
4302 got back the function addressbook_browse_entry_cb()
4303 that is needed in case we compiled with LDAP support.
4305 2003-12-04 [paul] 0.9.7claws19
4307 * sync with 0.9.7cvs6
4308 see ChangeLog 2003-12-04
4309 fixes bug 171 'Wrong message decoing: koi8-r and
4310 iso8859-5 looks same. Can't read many emails.'
4312 2003-12-04 [paul] 0.9.7claws18
4315 remove 'src/prefs_scoring.c'
4317 2003-12-03 [hoa] 0.9.7claws17
4320 compilation of scoring.[ch] and prefs_scoring.[ch]
4323 * src/filtering.[ch]
4325 * src/folder_item_prefs.[ch]
4330 * src/matcher_parser.h
4331 * src/matcher_parser_parse.y
4332 * src/prefs_filtering.[ch]
4333 * src/prefs_filtering_action.c
4334 * src/prefs_folder_item.c
4335 * src/prefs_scoring.[ch] * REMOVED FILES *
4337 * src/scoring.[ch] * REMOVED FILES *
4339 merged scoring and filtering.
4341 Note : compatibility is kept by parsing score like
4342 add_score. To get the behaviour of older scoring
4343 system, you have to define some equivalent rule :
4344 "score_lower -9999 hide"
4345 "score_greater 9999 mark"
4347 To define global rules, you have to define them
4348 in the new global processing rules.
4349 The variable that kept the list filtering rules
4350 was "global_processing" and has been renamed into
4352 "global_processing" variable is now the name
4353 of the variable that keeps the list of global
4355 In the configuration file, "[global]" section is
4356 now for the global processing rules (which includes
4357 score things and new global processing rules).
4358 New "[filtering]" section is for the filtering rules.
4360 Before running with this version, during testing
4361 phase, ** MAKE A BACKUP ** of your matcherrc file.
4362 Then, you have to make the following changes :
4363 - leave all scoring rules in "[global]" section.
4364 - move all other rules of "[global]" section to
4365 a new section named "[filtering]".
4367 2003-12-03 [christoph] 0.9.7claws16
4370 use default Content-Type as specified in RFC2045 if
4371 Content-Type header is syntactically incorrect
4373 2003-12-03 [christoph] 0.9.7claws15
4386 * src/matcher_parser_lex.l
4387 * src/matcher_parser_parse.y
4389 * src/prefs_filtering_action.c
4390 * src/prefs_folder_item.c
4397 revert 0.9.7claws14 change
4399 2003-12-03 [alfons] 0.9.7claws14
4402 catch invalid Content-Type with no subtype
4404 2003-12-03 [alfons] 0.9.7claws13
4408 * src/plugins/image_viewer/plugin.c
4409 compile again, we need stddef.h for size_t
4411 2003-12-03 [paul] 0.9.7claws12
4414 don't allow cloning of accounts with remote folders,
4415 patch submitted by Ricardo Mones Lastra
4417 2003-12-03 [christoph] 0.9.7claws11
4421 * src/localfolder.[ch]
4424 * src/common/xml.[ch]
4425 add set_xml() and get_xml() virtual functions to FolderClass to
4426 save extra information for Folders (for example the rootpath
4427 only used by LocalFolder). The folderlist write function no
4428 longer needs to know the folder type to save this extra
4431 2003-12-02 [christoph] 0.9.7claws10
4438 * src/localfolder.[ch] ** NEW **
4442 * src/prefs_account.[ch]
4443 * src/prefs_filtering.h
4445 * src/remotefolder.[ch] ** NEW **
4446 * src/common/xml.[ch]
4447 add item_set_xml() and item_get_xml() virtual functions to
4448 FolderClass to give folders the ability to add extra information
4449 to the saved FolderItem data. If NULL the default function for
4450 FolderItem will be used.
4452 2003-11-29 [christoph] 0.9.7claws9
4455 fix bug in unfolding
4457 2003-11-29 [luke] 0.9.7claws8
4460 fix compilation for non c99 compilers
4462 2003-11-29 [christoph] 0.9.7claws7
4466 o unknown disposition types should be handled as
4467 attachment (RFC2183)
4468 o missing headers should not default to inline
4469 (would make "Save All" useless when disposition header
4470 is not set by the sending mailer)
4471 o remove old MimeInfo data and cleanup
4473 2003-11-29 [luke] 0.9.7claws6
4476 re-added parsing of Content-Disposition header
4477 - removes the old 'gchar* content_disposition'
4478 - adds a new field 'DispositionType disposition'
4479 - adds parameters to MimeInfo::parameters
4482 use the "filename" parameter for saving, and the new
4483 MimeInfo::disposition for save all.
4487 add a 'check spelling' button as a possibility for
4490 * src/stockpixmap.[ch]
4491 * src/pixmaps/check_spelling.xpm ** NEW **
4493 add a pixmap for use with 'check spelling' button or
4494 a user defined action
4497 re-apply fixed (I hope) patch for bug 57
4498 "Hidden URL in HTML Mails"
4500 2003-11-28 [christoph] 0.9.7claws5
4503 o be more liberal in what we accept as Content-Type parameters
4504 o ignore comments after parameters
4507 o only free passphrase when an error occurs
4509 2003-11-28 [paul] 0.9.7claws4
4512 add 'Clone Account' function. patch submitted by
4513 Ricardo Mones Lastra
4515 2003-11-27 [thorsten] 0.9.7claws3
4518 fix crash if 'save_all' failed twice
4520 2003-11-27 [paul] 0.9.7claws2
4526 update Simplified Chinese translation. submitted by
4529 2003-11-27 [paul] 0.9.7claws1
4534 2003-11-26 [paul] 0.9.7claws
4536 * 0.9.7claws released
4538 2003-11-26 [paul] 0.9.6claws99
4541 add reference to pixmaps/mime_message.xpm
4543 2003-11-26 [paul] 0.9.6claws98
4546 remove reference to src/sigstatus.c
4548 2003-11-26 [christoph] 0.9.6claws97
4551 * src/prefs_common.c
4553 * src/sigstatus.[ch] ** REMOVE **
4554 remove signature result popup option and window
4556 2003-11-26 [paul] 0.9.6claws96
4563 update translations. submitted by Ricardo Mones Lastra,
4564 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4566 2003-11-25 [christoph] 0.9.6claws95
4569 display mime structure only in debug mode
4571 2003-11-25 [melvin] 0.9.6claws94
4574 Updated French translations + typos fixes of older
4575 translations (thanks to Fabien Vantard for pointing
4578 2003-11-25 [melvin] 0.9.6claws93
4581 Fixed a couple of typos.
4583 2003-11-24 [paul] 0.9.6claws92
4586 add 'src/textview.c'
4588 2003-11-24 [paul] 0.9.6claws91
4591 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4593 2003-11-24 [paul] 0.9.6claws90
4595 * src/plugins/image_viewer/viewer.c
4596 image_viewer_show_mimepart():
4597 use procmime_mimeinfo_get_parameter() to get the file name
4599 2003-11-24 [paul] 0.9.6claws89
4602 textview_show_mime_part(): rewrite text hint
4604 2003-11-22 [paul] 0.9.6claws88
4606 * sync with 0.9.7cvs5
4607 see ChangeLog 2003-11-21
4609 2003-11-21 [paul] 0.9.6claws87
4612 define shortcut key 'o' for 'Open with...'
4614 2003-11-21 [alfons] 0.9.6claws86
4617 fix bug #383 'Deleting message from "separate message view"
4618 uses local Trash folder'
4620 2003-11-21 [christoph] 0.9.6claws85
4623 fix content-type guessing by name parameter when finding
4626 2003-11-21 [alfons] 0.9.6claws84
4629 no mail incorporation allowed with --offline param.
4630 fixes bug #374, "--offline ignored"
4632 2003-11-20 [christoph] 0.9.6claws83
4635 use signed MimeInfo when checking the signature and not
4638 2003-11-19 [alfons] 0.9.6claws82
4641 fix crash when toggling separate views, patch submitted
4642 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4643 fixes bug #342, "separate views cause crash"
4645 2003-11-19 [paul] 0.9.6claws81
4648 compose_redirect_write_headers_from_headerlist():
4649 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4652 code cleanup (inherited from 0.9.7cvs4)
4655 bugfix: added missing attribute-list start. submitted by
4658 2003-11-19 [luke] 0.9.6claws80
4661 revert my last commit until I get time to fix it
4663 2003-11-18 [christoph] 0.9.6claws79
4666 check parent MimeInfos for signatures and display the
4667 result of the parent when found
4670 o avoid NULL pointer warnings
4671 o use procmime_mimeinfo_get_parameter()
4676 2003-11-17 [luke] 0.9.6claws78
4679 add check for disguised URLs, fixing bug 57
4680 "Hidden URL in HTML Mails"
4682 2003-11-16 [christoph] 0.9.6claws77
4685 fix crash when parsing invalid Content-Type header
4687 2003-11-16 [christoph] 0.9.6claws76
4693 implement message decrypting
4698 2003-11-14 [luke] 0.9.6claws75
4701 fix a couple of problems that treated application/* and
4702 application/octet-stream the wrong way around
4703 (since 0.9.6claws10), causing "Open" to do nothing.
4705 2003-11-14 [christoph] 0.9.6claws74
4710 prepare for message part decrypting
4713 add output for expired signatures
4716 remove some old code
4718 2003-11-10 [christoph] 0.9.6claws73
4721 add "Full info" button for bad and warn signature status
4724 generate full signature info like gpg's output
4725 (gpg -v --with-fingerprint --verify)
4727 2003-11-10 [christoph] 0.9.6claws72
4734 o add code to view full signature info
4735 o do automatic signature checks
4737 2003-11-10 [alfons] 0.9.6claws71
4740 don't crash when gtkut_font_load() returns invalid font (has
4741 something to do with locale settings)
4742 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4744 2003-11-09 [alfons] 0.9.6claws70
4749 2003-11-08 [luke] 0.9.6claws69
4755 rewrite compose_attach_parts(), fixing various bugs mainly
4756 to do with re-editing.
4759 "save all" now only saves attachments with names/filenames
4761 2003-11-04 [match] 0.9.6claws68
4764 fix broken LDAP support.
4769 2003-11-04 [luke] 0.9.6claws67
4772 o fixed bug 4 "focus lost on messages with attachments"
4773 o fixed 'Save all' attachments for new mime changes
4774 o right clicking on icons consistent with right clicking on
4776 - fixes a bug where wrong part is saved when you
4777 choose 'Save as' from popup menu
4778 - fixes bug 308 "No way to "save all" attachments"
4779 o fixed a compiler warning.
4782 o removed flickering in mime tree when using "n" and "p"
4784 o fixed bug where selecting the textview and pressing e.g.
4785 'y' causes sylpheed to respond twice.
4788 removed hard coding of * and ! shortcuts (which only served
4789 to cause problems if you tried to redefine the shortcuts)
4791 2003-11-04 [luke] 0.9.6claws66
4793 * src/plugins/image_viewer/viewer.c
4794 * src/plugins/image_viewer/viewerprefs.c
4795 * src/plugins/image_viewer/viewerprefs.glade
4796 o allow toggling of image scaling by clicking on image
4797 o respond to image's container widget resize
4800 o fix bad parsing of message when re-editing/viewing a
4801 message saved to the drafts folder
4803 2003-11-02 [match] 0.9.6claws65
4806 fix if not building LDAP support.
4808 * src/ldapquery.[ch]
4810 include support for contains query. feature req 529354.
4812 2003-11-02 [alfons] 0.9.6claws64
4815 fix build bustage if not compiling ldap support
4817 2003-11-01 [match] 0.9.6claws63
4821 * src/addr_compl.[ch]
4823 * src/addrcache.[ch]
4824 * src/addrdefs.h ** NEW **
4827 * src/addrindex.[ch]
4829 * src/addrquery.[ch]
4830 * src/ldapquery.[ch]
4831 * src/ldapserver.[ch]
4832 refactor LDAP query mechanism.
4834 * src/browseldap.[ch] ** NEW **
4835 * src/ldaplocate.[ch] ** NEW **
4836 add feature to browse LDAP entry that was retrieved using
4837 an explicit LDAP search.
4839 2003-11-01 [alfons] 0.9.6claws62
4842 prefs_write_param(): fail when we see an invalid type; all the
4843 callers seem to handle this gracefully by reverting changes
4845 2003-10-30 [christoph] 0.9.6claws61
4849 * ac/spamassassin.m4
4851 use extra variables for all libraries to make sure plugins
4852 are only linked with libraries they really need. $LIBS is always
4853 added to the linking parameters, but we only what the libraries
4854 listed in the Makefile
4856 2003-10-29 [paul] 0.9.6claws60
4859 don't use Subject for unknown part name
4861 2003-10-29 [paul] 0.9.6claws59
4864 get name of attachment(s) when re-editing, fwd'ing or
4868 get name of attachment(s) when saving
4870 2003-10-29 [hoa] 0.9.6claws58
4873 implemented multipart/alternative in MIME message viewer.
4875 2003-10-28 [christoph] 0.9.6claws57
4878 make sure MathML-Viewer is not built with the
4879 Gtk2 version of GtkMathView
4881 2003-10-28 [paul] 0.9.6claws56
4883 * sync with 0.9.7cvs1
4884 see ChangeLog 2003-10-28
4886 2003-10-27 [alfons] 0.9.6claws55
4888 * src/matcher_parser_parse.y
4889 * src/gtk/colorlabel.c
4890 allow setting color label to 0 in filtering/processing rules
4891 (should fix bug 368, "Can't create a filter condition "colorlabel 0"")
4893 2003-10-26 [alfons] 0.9.6claws54
4895 * src/summary_search.c
4896 fix misnomer and correct selecting initial search node
4898 2003-10-26 [christoph] 0.9.6claws53
4902 change display of signature info to use only name of
4903 signer, otherwise the text gets too long.
4906 don't use MimeInfo's filename to generate tmp filename
4908 2003-10-25 [christoph] 0.9.6claws52
4911 fix message body searching
4913 2003-10-25 [paul] 0.9.6claws51
4916 use g_basename rather than basename
4918 2003-10-24 [christoph] 0.9.6claws50
4921 change fetching of signature key's trust
4923 2003-10-24 [paul] 0.9.6claws49
4926 update Slovak translation
4927 submitted by Andrej Kacian
4930 remove unknown menu entry /File/Add mailbox/mbox...
4932 2003-10-24 [hoa] 0.9.6claws48
4935 removed all references to mbox folders
4937 * src/carray.[ch] * REMOVED *
4938 * src/chash.[ch] * REMOVED *
4939 * src/maillock.[ch] * REMOVED *
4940 * src/mailmbox.[ch] * REMOVED *
4941 * src/mailmbox_folder.[ch] * REMOVED *
4942 * src/mailmbox_parse.[ch] * REMOVED *
4943 * src/mailmbox_types.[ch] * REMOVED *
4944 * src/mbox_folder.[ch] * REMOVED *
4945 remove implementation of mbox folders
4946 and old mailbox folder.
4947 mbox folder implementation will be added
4948 as a plugin so that implementation can be entirely
4949 synchronized with the files of the project they are
4950 extracted from (libEtPan!).
4954 * src/folderview.[ch]
4956 Disable as much code that references mbox folders
4958 Some UI thing still need to know that folder is mbox
4959 (when we have to enter the name of the mailbox and
4960 we want to add /var/mail/$USER).
4962 2003-10-23 [christoph] 0.9.6claws47
4965 don't always display button when noticeview is made visible
4971 get signature information from crypto system
4973 2003-10-22 [paul] 0.9.6claws46
4976 updated by Ricardo Mones Lastra
4978 2003-10-22 [paul] 0.9.6claws45
4981 update to reflect the changes to the icons that
4982 happened in 0.9.6claws35
4984 2003-10-22 [alfons] 0.9.6claws44
4987 inline carray_count()
4989 2003-10-21 [alfons] 0.9.6claws43
4996 * src/mailmbox_folder.c
4997 * src/mailmbox_parse.c
4998 * src/mailmbox_types.[ch]
5001 2003-10-21 [luke] 0.9.6claws42
5003 * src/stock_pixmaps.[ch]
5005 * src/pixmaps/mime_application_octet_stream.xpm ** REMOVE **
5006 * src/pixmaps/messageview_text.xpm ** REMOVE **
5007 o remove mime_application_octet_stream.xpm icon (it was never
5009 o remove redundant icon messageview_text.xpm
5012 fix visibility of signature noticeview when toggling 'separate
5015 2003-10-21 [christoph] 0.9.6claws41
5018 decode multipart and rfc822 mime parts to allow further
5019 parsing when required
5021 2003-10-21 [christoph] 0.9.6claws40
5025 remove obsolete charset parameter in MimeInfo and fix
5026 TextView to use the charset from the parameter hash table
5028 * src/plugins/dillo_viewer/Makefile.am
5029 * src/plugins/trayicon/Makefile.am
5030 add OPENSSL_CFLAGS to fix building with using
5031 --with-openssl-* parameters
5033 2003-10-21 [paul] 0.9.6claws39
5035 * src/prefs_matcher.[ch]
5036 replace remnants of the old, renamed 'Execute' matchtype
5037 add a brief description to the Info window
5039 2003-10-21 [hoa] 0.9.6claws38
5042 * src/carray.[ch] * NEW *
5043 * src/chash.[ch] * NEW *
5045 * src/maillock.[ch] * NEW *
5046 * src/mailmbox.[ch] * NEW *
5047 * src/mailmbox_folder.[ch] * NEW *
5048 * src/mailmbox_parse.[ch] * NEW *
5049 * src/mailmbox_types.[ch] * NEW *
5050 implementation of mbox folder with unique message numbers
5052 made use of libEtPan! implementation of mbox for lower-layer.
5054 2003-10-20 [alfons] 0.9.6claws37
5057 fix invalid argument warning
5059 no in place variable
5061 2003-10-20 [paul] 0.9.6claws36
5066 fix crash when using Forward in Filtering when
5067 external editor option is set
5069 Patch submitted by Simon 'corecode' Schubert
5070 <corecode@corecode.ath.cx>
5072 2003-10-20 [paul] 0.9.6claws35
5074 * src/pixmaps/mime_gpg_expired.xpm ** REMOVED **
5075 src/pixmaps/mime_gpg_failed.xpm ** REMOVED **
5076 src/pixmaps/mime_gpg_passed.xpm ** REMOVED **
5077 src/pixmaps/mime_gpg_signed.xpm ** REMOVED **
5078 src/pixmaps/mime_gpg_unknown.xpm ** REMOVED **
5079 src/pixmaps/privacy_expired.xpm ** NEW FILE **
5080 src/pixmaps/privacy_failed.xpm ** NEW FILE **
5081 src/pixmaps/privacy_passed.xpm ** NEW FILE **
5082 src/pixmaps/privacy_signed.xpm ** NEW FILE **
5083 src/pixmaps/privacy_unknown.xpm ** NEW FILE **
5084 src/pixmaps/privacy_warn.xpm ** NEW FILE **
5086 src/stock_pixmap.[ch]
5087 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5088 icons. add privacy_warn.xpm icon
5090 2003-10-20 [hoa] 0.9.6claws34
5092 * src/folder_item_prefs.[ch]
5093 * src/prefs_folder_item.c
5095 Added a property per folder to choose whether we
5096 want to apply processing on it on startup or if we
5097 prefer to wait the folder selection to apply it.
5100 fixed C89 compatibility (for old compilers, for
5101 example gcc 2.95.x).
5103 2003-10-17 [christoph] 0.9.6claws33
5106 * src/noticeview.[ch]
5107 change noticeview icon to indicate signature status
5109 2003-10-17 [christoph] 0.9.6claws32
5115 * src/pgpmime.[ch] ** NEW **
5118 * src/sgpgme.c ** NEW **
5119 reimplement PGP/Mime signature checking (unfinished)
5121 2003-10-15 [christoph] 0.9.6claws31
5124 fix procmime_get_text_content() and
5125 procmime_get_first_text_content()
5127 2003-10-15 [christoph] 0.9.6claws30
5129 * src/plugins/spamassassin/spamassassin_gtk.c
5130 * src/plugins/spamassassin/spamassassin_gtk.glade
5133 2003-10-15 [paul] 0.9.6claws29
5136 workaround for buggy smtp servers. on sending a
5137 return receipt strip the name part from the address
5138 when creating headers
5140 2003-10-15 [paul] 0.9.6claws28
5142 * sync with 0.9.7 release
5143 see ChangeLog 2003-10-15
5145 2003-10-14 [christoph] 0.9.6claws27
5147 * src/plugins/clamav/clamav_plugin.c
5150 2003-10-14 [christoph] 0.9.6claws26
5157 * src/plugins/clamav/clamav_plugin.c
5158 use GNode to create the mime tree (some changes to functions
5159 that traverse the tree are just quick and dirty. Maybe we
5160 can find better solutions with g_node_*-functions)
5162 2003-10-14 [luke] 0.9.6claws25
5165 fix a navigation bug (stupid typo of mine)
5167 2003-10-14 [christoph] 0.9.6claws24
5170 fix missing last line in plain/text mails
5172 2003-10-13 [luke] 0.9.6claws23
5175 fix bug 334 (part 1)
5177 2003-10-13 [kov] 0.9.6claws22
5180 error checking when the user enters a non-directory at
5181 the file selection dialog.
5182 work-around for users entering directory location without
5183 adding a leading G_DIR_SEPARATOR.
5185 2003-10-13 [luke] 0.9.6claws21
5188 error reporting for inserting files, including catching
5189 invalid characters for current locale/encoding
5191 2003-10-13 [paul] 0.9.6claws20
5194 fix bug #347 'subscribe newsgroups crashes'
5196 2003-10-13 [paul] 0.9.6claws19
5199 when using 'Reply to all' include the 'send replies
5203 update Japanese translation. submitted by Rui Hirokawa
5204 <rui_hirokawa@ybb.ne.jp>
5206 2003-10-13 [hoa] 0.9.6claws18
5213 rename get_header_from_msginfo() into
5214 procheader_get_header_from_msginfo() so that we have a
5215 coherent exported naming.
5216 avoid parsing of header contained in a string via
5217 a newly written temporary file.
5219 Patch submitted by Simon 'corecode' Schubert
5220 <corecode@corecode.ath.cx>
5222 2003-10-12 [hoa] 0.9.6claws17
5228 * src/matcher_parser_parse.y
5229 * src/prefs_filtering_action.c
5230 added "stop" action : stop applying the filtering rules.
5231 added "set score" and "increase/decrease score" actions.
5232 That two last action replace the "change_score" action
5233 introduced by alfons in 0.8.8claws85.
5234 "set score" is to set a given score to the message.
5235 "increase/decrease score" will increase or decrease the
5236 score if the given value is respectively positive or
5237 negative. If someone find a some better name for this last
5238 rule, it can be modified.
5240 2003-10-12 [paul] 0.9.6claws16
5244 update Japanese translation. submitted by Rui Hirokawa
5245 <rui_hirokawa@ybb.ne.jp>
5247 2003-10-12 [christoph] 0.9.6claws15
5250 fix crash caused by incorrect headers
5252 2003-10-10 [christoph] 0.9.6claws14
5257 implement detection of signed message parts for rfc2015
5259 2003-10-10 [thorsten] 0.9.6claws13
5264 2003-10-10 [christoph] 0.9.6claws12
5266 * src/stock_pixmap.[ch]
5267 * src/pixmaps/mime_message.xpm ** NEW **
5268 add a new icon for mime type "message"
5276 o add icons for message type mime parts
5278 2003-10-10 [christoph] 0.9.6claws11
5281 * src/messageview.[ch]
5288 o remove switching between TextView and MimeView in MessageView
5289 (if required we can hide the icon box and the MimeView will
5290 look exaxtly like the TextView)
5291 o temporary remove signature and decrypting GPGME code
5293 2003-10-09 [christoph] 0.9.6claws10
5303 * src/common/utils.[ch]
5304 * src/plugins/clamav/clamav_plugin.c
5305 * src/plugins/dillo_viewer/dillo_viewer.c
5306 * src/plugins/image_viewer/viewer.c
5307 * src/plugins/mathml_viewer/mathml_viewer.c
5308 new mime parser (several things need fixing)
5310 2003-10-09 [paul] 0.9.6claws9
5313 a little more sync with 0.9.6cvs2 and a tidy up
5315 2003-10-08 [paul] 0.9.6claws8
5317 * sync with 0.9.6cvs2
5318 see ChangeLog 2003-10-03
5320 2003-10-05 [christoph] 0.9.6claws7
5323 don't use flags to check if a message is in a news folder
5325 (closes Bug 282 clicking on folder with copied Messages from News
5326 immediately after having copied them crashes Sylpheed-Claws)
5328 2003-10-05 [christoph] 0.9.6claws6
5331 * src/progressdialog.[ch] ** REMOVE **
5332 * src/gtk/Makefile.am
5333 * src/gtk/progressdialog.[ch] ** NEW **
5334 move progressdialog to gtk directory
5336 2003-10-04 [christoph] 0.9.6claws5
5338 * src/prefs_toolbar.c
5339 * src/gtk/prefswindow.c
5340 remove widget_show_all for pages root widget
5342 * src/plugins/spamassassin/spamassassin.[ch]
5343 * src/plugins/spamassassin/spamassassin_gtk.c
5344 * src/plugins/spamassassin/spamassassin_gtk.glade
5345 add support for new libspamc transports
5347 2003-10-04 [christoph] 0.9.6claws4
5349 * src/plugins/spamassassin/libspamc.[ch]
5350 * src/plugins/spamassassin/spamassassin.c
5351 * src/plugins/spamassassin/utils.[ch]
5352 update libspamc to version from SpamAssassin 2.60
5354 2003-10-03 [christoph] 0.9.6claws3
5356 * src/send_message.c
5357 fix missing format string bug found by
5358 Georgi Guninski <guninski@guninski.com>
5360 2003-10-03 [paul] 0.9.6claws2
5363 update Simpilified Chinese translation, submitted by
5366 2003-10-02 [christoph] 0.9.6claws1
5369 add UIDPLUS support for COPY and EXPUNGE
5371 2003-10-02 [paul] 0.9.6claws
5373 * 0.9.6claws released
5379 update Spanish and Slovak translations
5380 submitted by Ricardo Mones Lastra and Andrej Kacian
5382 2003-10-02 [paul] 0.9.5claws43
5385 update British English translation
5387 2003-10-02 [paul] 0.9.5claws42
5390 update Croatian translation, submitted by Dragan
5392 2003-10-01 [paul] 0.9.5claws41
5396 update Polish and Serbian translations, submitted by
5399 2003-10-01 [melvin] 0.9.5claws40
5402 Updated French translations
5404 2003-10-01 [melvin] 0.9.5claws39
5409 * src/plugins/dillo_prefs.c
5410 Quasi unnoticeable UI clean-up.
5415 tools/maildir2sylpheed.pl
5416 bug fixes, rewrites, submitted by Matthias Förste
5417 <itsjustme@users.sourceforge.net>
5419 2003-09-29 [paul] 0.9.5claws38
5422 fix my coding carelessness
5424 2003-09-29 [paul] 0.9.5claws37
5429 src/prefs_common.[ch]
5430 src/prefs_fonts.[ch] ** NEW FILES **
5431 move Font config options to Other Prefs/Display/Fonts
5432 (user's current configuration is preserved)
5434 2003-09-29 [paul] 0.9.5claws36
5438 allow 'local_mbox' value to point to either a directory
5439 (/var/mail - default, new) or a file (/var/mail/username
5442 2003-09-28 [paul] 0.9.5claws35
5445 on signature check, where key exists, print the
5448 2003-09-27 [alfons] 0.9.5claws34
5451 o make progress bar not fill/expand when resizing dialog
5452 o use default fixed text font for actions output
5454 2003-09-27 [paul] 0.9.5claws33
5456 * src/prefs_common.[ch]
5459 remove External Program settings from Common Prefs/Send
5460 as they are now unnecessary due to Local account settings.
5461 plus a little tidying-up after 0.9.5claws31
5463 2003-09-27 [paul] 0.9.5claws32
5465 * src/prefs_account.c
5466 o make correction to gui text:
5467 'Local mailbox file' -> 'Local mailbox directory'
5468 o give 'local_mbox' option a reasonable default value:
5470 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5473 2003-09-26 [paul] 0.9.5claws31
5476 src/prefs_common.[ch]
5477 remove 'Incorporate from spool' common pref,
5478 force creation of a 'Local' account
5480 2003-09-26 [christoph] 0.9.5claws30
5484 add more NULL pointer checks
5486 2003-09-25 [christoph] 0.9.5claws29
5489 o don't fetch source message to get it's message id
5490 o immediately scan dest folder when copying a message did not
5491 return a new message number and not do it when the first message
5492 without a new message number is found
5494 2003-09-23 [christoph] 0.9.5claws28
5497 fix generating of headers
5499 (patch by David Relson <relson@osagesoftware.com>)
5501 2003-09-23 [paul] 0.9.5claws27
5504 update Simplified Chinese translation. submitted by
5507 2003-09-23 [paul] 0.9.5claws26
5511 tools/vcard2xml.py ** NEW FILE **
5512 add a script that converts an evolution vcard to
5513 sylpheed's xml format
5514 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5516 2003-09-22 [paul] 0.9.5claws25
5518 * src/plugins/clamav/clamav_plugin.c
5519 don't skip MULTIPART parts
5521 2003-09-21 [christoph] 0.9.5claws24
5524 remove unneeded include
5527 clean up copy/move mess with duplicated code
5530 fix problem that sometimes the folder was not scanned
5533 2003-09-21 [christoph] 0.9.5claws23
5536 * src/logwindow.[ch] ** REMOVE **
5538 * src/prefs_common.c
5539 * src/gtk/Makefile.am
5540 * src/gtk/logwindow.[ch] ** ADD **
5541 make logwindow prefs_common independent and move
5544 2003-09-20 [christoph] 0.9.5claws22
5547 add extra space for address code conversion
5548 (4 * unconvered size could be too small for short headers)
5550 2003-09-20 [christoph] 0.9.5claws21
5553 increase temp buffer size when writing headers
5555 2003-09-19 [darko] 0.9.5claws20
5558 don't ignore value of 'Save copy of outgoing messages to
5559 this folder instead of Sent' in message redirect
5561 2003-09-17 [christoph] 0.9.5claws19
5564 use ", " as address seperator for mail headers and pass whole
5565 header line at once to compose_convert_header to make sure
5566 it is correctly folded
5568 (closes Bug 64 Problem when sending to many recipients)
5570 2003-09-17 [hoa] 0.9.5claws18
5573 src/matcher_parser_parse.y
5575 changed the keyword used for command execution in condition
5576 keyword is changed from "execute" to "test"
5577 so that it is not the same as the one used for action.
5578 This will fix a bug when using filtering dialog.
5579 All semantic in the code is also changed to reflect
5584 * sync with 0.9.6 release
5586 2003-09-17 [paul] 0.9.5claws17
5588 * sync with 0.9.5cvs8
5589 see ChangeLog 2003-09-16 and 2003-09-17
5591 2003-09-16 [paul] 0.9.5claws16
5593 * sync with 0.9.5cvs6
5594 see ChangeLog 2003-09-16
5596 2003-09-15 [paul] 0.9.5claws15
5598 * sync with 0.9.5cvs5
5599 see ChangeLog 2003-09-15
5601 2003-09-14 [alfons] 0.9.5claws14
5604 make "Go to inbox after receiving new mail" again;
5605 regression of a sync, restored to sylpheed main
5606 behaviour. (misses still some bits)
5608 2003-09-14 [alfons] 0.9.5claws13
5610 * src/prefs_filtering_action.c
5611 o add proper message if empty execute command line
5612 o don't select first action item after registering a
5613 new action to prevent (what seems to be a GTK) bug
5614 #36, "filtering will only accept one action change
5617 2003-09-14 [alfons] 0.9.5claws12
5619 * src/prefs_filtering.c
5620 * src/prefs_filtering_action.c
5621 * src/prefs_matcher.c
5622 fix function signature for key_pressed_event signal handlers
5624 2003-09-14 [alfons] 0.9.5claws11
5627 fix regression caused by fix for invalid bug #7
5628 (should fix #246, "Multiple selections are deselected when
5629 moving from search window to main window")
5631 2003-09-14 [alfons] 0.9.5claws10
5634 * src/filtering.[ch]
5635 * src/prefs_actions.c
5636 allow `filtering actions` in actions; only for advanced users
5637 right now: try for example, "%as{mark color 2}"
5639 2003-09-13 [paul] 0.9.5claws9
5642 po/zh_CN.po ** NEW FILE **
5643 update Polish translation, submitted by Emil
5644 <eminowbl@posejdon.wpk.p.lodz.pl>
5645 add new Simplified Chinese translation, submitted by
5646 Hansom Young <hansom_young@yahoo.com>
5648 2003-09-12 [alfons] 0.9.5claws8
5651 don't open separate message views when View | Separate message view
5653 (please look carefully for any navigation regressions)
5655 2003-09-11 [alfons] 0.9.5claws7
5658 make default message view, opened by View | Separate message
5659 view, look like a claws message view (which includes a menu
5661 (fixes bug #298, "message view loses tool bar")
5663 2003-09-11 [christoph] 0.9.5claws6
5666 fix double deleting of newsgroup folders
5668 (closes Bug 305 crash after deleting of a newsgroup)
5670 2003-09-11 [paul] 0.9.5claws5
5674 more sync'ing from 0.9.5cvs2
5676 2003-09-11 [christoph] 0.9.5claws4
5680 * src/common/utils.h
5681 fix sync with 0.9.5cvs2
5683 2003-09-11 [paul] 0.9.5claws3
5685 * sync with 0.9.5cvs4
5686 see ChangeLog 2003-09-11
5688 2003-09-11 [paul] 0.9.5claws2
5690 * sync with 0.9.5cvs2
5691 see ChangeLog 2003-09-05
5693 2003-09-11 [paul] 0.9.5claws1
5695 * sync with 0.9.5cvs3
5696 see ChangeLog 2003-09-10
5698 2003-09-10 [paul] 0.9.5claws
5700 * 0.9.5claws released
5702 2003-09-10 [paul] 0.9.4claws78
5707 2003-09-10 [melvin] 0.9.4claws77
5710 Updated French translations
5712 2003-09-10 [paul] 0.9.4claws76
5717 update Spanish, Slovak, and Serbian translations.
5718 submitted by Ricardo Mones Lastra, Andrej Kacian,
5722 add translation team section
5724 2003-09-09 [christoph] 0.9.4claws75
5727 free item->prefs in folder_item_destroy
5729 2003-09-09 [alfons] 0.9.4claws74
5732 o proper check for root node sorting
5733 o remove unnecessary gtk_ctree_remove_node
5735 (should fix bug #300, "crash while moving folder")
5737 2003-09-08 [christoph] 0.9.4claws73
5740 o fix double adding of IMAP FolderItems to GtkCTree
5741 o fix crash then mbox folder is removed
5743 2003-09-08 [christoph] 0.9.4claws72
5748 fix new folder notification
5753 2003-09-08 [christoph] 0.9.4claws71
5756 replace '\n' and '\r' before removing trailing spaces
5760 add information about new or removed items in folder tree change
5761 notification and use this in folderview to add and remove only
5762 the appected items and not refresh the whole tree
5764 2003-09-07 [match] 0.9.4claws70
5773 * src/addrquery.c ** NEW **
5777 * src/stock_pixmap.c
5778 * src/stock_pixmap.h
5779 * src/pixmaps/address_search.xpm ** NEW **
5780 re-introduce Lookup button for LDAP 'static' searches.
5782 2003-09-07 [alfons] 0.9.4claws69
5785 abandon setting usize for messageview because it gives layout problems
5786 with the quick search bar and the headerview; fixes assorted UI glitches:
5788 o bug #148, "Toggling of quick-search bar reduces index view area"
5789 o bug #280, "Window resiizes for line length but does not revert"
5791 2003-09-07 [christoph] 0.9.4claws68
5794 o make sure we don't have any newlines in header values
5795 o check custom headers for spaces and newlines and ignore
5796 malformed header names
5798 2003-09-06 [christoph] 0.9.4claws67
5802 invoke notification hook for folder tree changes after append
5805 (closes Bug 294 Crash while moving folder with many subdirectories)
5807 2003-09-06 [christoph] 0.9.4claws66
5810 destroy folder's MsgCache if FolderItem is removed to make sure
5811 it is not saved when the FolderItem is destroyed
5813 2003-09-06 [christoph] 0.9.4claws65
5815 * src/plugins/clamav/clamav_plugin.c
5816 fix copy & paste bug
5818 2003-09-05 [christoph] 0.9.4claws64
5821 * src/messageview.[ch]
5824 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5825 by MessageView to clear it when the message is deleted. Should
5826 work even if messages are deleted in MainWindow or by
5829 2003-09-05 [alfons] 0.9.4claws63
5832 deleting a message in a message view frees its msginfo, make
5833 messageview_update_all() aware of that (should fix bug #293,
5834 "deleting message caused crash")
5836 2003-09-05 [melvin] 0.9.4claws62
5839 Improve synchronous action exit code (fixes
5840 a ~5 seconds delay after action exit on RedHat 9)
5842 2003-09-04 [christoph] 0.9.4claws61
5846 * src/common/utils.[ch]
5847 add util function to create mime boundary and use it
5848 in compose and gpg code
5850 2003-09-04 [alfons] 0.9.4claws60
5853 source folder item's GNode should already have been freed in
5854 a previous call to src->folder->klass->remove_folder()
5855 (should fix bug #287, "crash when moving folders")
5857 2003-09-03 [thorsten] 0.9.4claws59
5859 * src/plugins/spamassassin/spamassassin_gtk.c
5862 2003-09-03 [christoph] 0.9.4claws58
5864 * src/plugins/spamassassin/spamassassin.[ch]
5865 * src/plugins/spamassassin/spamassassin_gtk.c
5866 add timeout config option
5868 2003-09-03 [paul] 0.9.4claws57
5870 * po/sk.po ** NEW FILE **
5871 add Slovak translation. Submitted by Andrej Kacian
5874 2003-09-03 [paul] 0.9.4claws56
5876 * src/plugins/clamav/clamav_plugin_gtk.c
5877 gui tweaks: replace a label with a tooltip, modify the
5878 text, use gtk_check_button_new(); instead of
5879 gtk_check_button_new_with_label("");
5881 2003-09-02 [alfons] 0.9.4claws55
5884 remember last used dir when attaching multiple files (should fix
5885 bug #290, "Attach File does not remember directory")
5887 2003-09-01 [paul] 0.9.4claws54
5890 updated by Ricardo Mones Lastra
5892 2003-09-01 [alfons] 0.9.4claws53
5894 * src/gtk/gtkaspell.[ch]
5895 be pedantic and strict and use const gchar * instead of guchar *
5897 2003-09-01 [alfons] 0.9.4claws52
5901 re-enable Save As when multiple messages are selected
5903 2003-09-01 [paul] 0.9.4claws51
5906 g_free(trimmed_uri);
5908 2003-09-01 [paul] 0.9.4claws50
5910 * sync with 0.9.4cvs13
5911 see ChangeLog 2003-09-01
5913 2003-09-01 [paul] 0.9.4claws49
5916 trim uri before sending to the statusbar
5917 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5918 in the message window causes main S-C window to enlarge
5921 2003-09-01 [paul] 0.9.4claws48
5923 * sync with 0.9.4cvs12
5924 see ChangeLog 2003-09-01
5926 2003-08-30 [christoph] 0.9.4claws47
5929 * src/folder_item_prefs.[ch]
5930 * src/prefs_folder_item.c
5931 * src/gtk/gtkaspell.[ch]
5932 commit per folder dictionary patch by
5933 Paul Evans <nerd@freeuk.com>
5935 2003-08-30 [christoph] 0.9.4claws46
5937 * src/plugins/spamassassin/spamassassin_gtk.c
5938 * src/plugins/spamassassin/spamassassin_gtk.glade
5939 reduce GUI clutter by placing hints into tooltips
5941 2003-08-30 [paul] 0.9.4claws45
5944 add 'Content-Disposition: inline' to a text/plain
5945 part when using PGP/MIME signing
5947 2003-08-30 [paul] 0.9.4claws44
5949 * src/prefs_common.c
5950 src/prefs_spelling.c
5951 src/prefs_spelling.glade
5952 reduce GUI clutter by placing hints into tooltips
5954 2003-08-29 [christoph] 0.9.4claws43
5957 fix bug found by Ivan Rayner <ivanr@sgi.com>
5959 * src/stock_pixmap.c
5960 change unecessary warning into a debug message
5962 * src/plugins/clamav/Makefile.am
5963 Fix error "-I$(CLAMAV_LIBS)"
5965 2003-08-29 [christoph] 0.9.4claws42
5970 * src/common/Makefile.am
5971 * src/common/passcrypt.c
5972 commit fixes and patches for some of the IRIX problems found by
5973 Ivan Rayner <ivanr@sgi.com>
5975 2003-08-29 [paul] 0.9.4claws41
5977 * src/prefs_filtering.c
5978 add 'Top' and 'Bottom' buttons, based on changes in
5979 src/prefs_filter.c in 0.9.4cvs11.
5981 2003-08-27 [christoph] 0.9.4claws40
5984 fix bug that the current summary settings were copied to the
5985 wrong folder item, when the folder item prefs are opened.
5986 Copying is not required because summary settings and
5987 folder_item_prefs do not contain the same settings
5989 2003-08-27 [thorsten] 0.9.4claws39
5994 2003-08-26 [paul] 0.9.4claws38
5996 * sync with 0.9.4cvs9
5997 see ChangeLog 2003-08-26
5999 2003-08-25 [paul] 0.9.4claws37
6001 * sync with 0.9.4cvs8
6002 see ChangeLog 2003-08-25
6004 2003-08-24 [christoph] 0.9.4claws36
6006 * src/prefs_filtering.c
6007 shouldn't remove items from a GSList while iterating over the
6008 list (makes cur invalid and cur->next not accessable)
6010 (closes Bug 272 i deleted an folder and some seconds later sylpheed
6013 2003-08-23 [christoph] 0.9.4claws35
6016 news folders should be scanned when opened
6018 2003-08-22 [christoph] 0.9.4claws34
6020 * src/prefs_folder_item.c
6021 use macro to assign strings that always frees the old string
6023 * src/gtk/gtkaspell.[ch]
6024 add gtkaspell_set_dictionary_menu_active_item() to set active
6025 item in dictionary option menu
6027 * src/prefs_spelling.c
6028 use gtkaspell_set_dictionary_menu_active_item() to select
6031 2003-08-21 [christoph] 0.9.4claws33
6038 optimize folder system
6040 * src/gtk/gtkstext.c
6041 fix division by zero when font has 0 width for ' '
6043 2003-08-21 [paul] 0.9.4claws32
6045 * sync with 0.9.4cvs7
6046 see ChangeLog 2003-08-20
6048 2003-08-19 [paul] 0.9.4claws31
6051 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
6052 SYLDOC_FAQ_HTML_INDEX.
6054 use LC_MESSAGES instead of LC_ALL to find the current
6057 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
6059 2003-08-19 [paul] 0.9.4claws30
6062 updated by George Danchev
6064 2003-08-18 [luke] 0.9.4claws29
6066 * src/gtk/gtkvscrollbutton.[ch]
6067 o removed gtk_vscrollbutton_reset() (reasons: reduce
6068 dependencies; do it the GTK way; reduce code -14/+2 lines)
6069 o removed horizontal separator between icons
6071 2003-08-17 [christoph] 0.9.4claws28
6074 no subject threading when the subject has no reply prefix
6076 2003-08-16 [christoph] 0.9.4claws27
6079 remember and restore window sizes and position when the main
6080 window is hidden or shown
6082 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6083 minimised/reopened using trayicon)
6085 2003-08-16 [paul] 0.9.4claws26
6088 add #include "defs.h"
6090 2003-08-16 [paul] 0.9.4claws25
6092 * src/plugins/clamav/clamav_plugin.c
6093 reword a debug_print
6095 * src/plugins/dillo_viewer/dillo_prefs.c
6096 cosmetic: change the labels' text, add tooltips, and
6099 2003-08-15 [christoph] 0.9.4claws24
6102 complete last change (forgot some changes)
6104 2003-08-15 [christoph] 0.9.4claws23
6107 o check number of messages and don't return a 0 message
6108 when no messages are available
6109 o don't parse xref header anymore
6111 (closes Bug 203 I'm not getting any news)
6113 2003-08-15 [paul] 0.9.4claws22
6117 update and define claws bugzilla location
6119 2003-08-15 [paul] 0.9.4claws21
6122 update submitted by Ruslan N. Balkin
6124 2003-08-14 [christoph] 0.9.4claws20
6127 fix search for oldest node in subject threading
6129 2003-08-14 [christoph] 0.9.4claws19
6132 * src/common/utils.h
6133 add possibility to check all nodes with the same subject for
6134 subject threading, not only the oldest node. Should not break
6135 threads anymore if the oldest node is thread_by_subject_max_age
6136 days older then parent, because it can now find a child of
6137 oldest node as new parent.
6139 2003-08-11 [christoph] 0.9.4claws18
6141 * src/plugins/spamassassin/spamassassin.c
6142 run spam check in background process
6144 2003-08-10 [alfons] 0.9.4claws17
6147 make `Select All' sensitive too
6149 2003-08-10 [christoph] 0.9.4claws16
6152 add more checks in imap_close
6154 2003-08-09 [alfons] 0.9.4claws15
6156 * src/prefs_spelling.c
6157 no spell checking UI if not requested
6159 2003-08-09 [alfons] 0.9.4claws14
6161 * src/gtk/prefswindow.c
6164 2003-08-09 [christoph] 0.9.4claws13
6166 * src/prefs_spelling.c
6167 * src/gtk/prefswindow.[ch]
6168 * src/plugins/clamav/clamav_plugin_gtk.c
6169 * src/plugins/spamassassin/spamassassin_gtk.c
6170 sort prefs pages by heighest weight in tree
6172 2003-08-09 [paul] 0.9.4claws12
6174 * sync with 0.9.4cvs6
6175 see ChangeLog 2003-08-07
6178 add Leandro and Luke to claws-branch section
6180 2003-08-09 [christoph] 0.9.4claws11
6182 * src/gtk/Makefile.am
6183 * src/gtk/colorsel.[ch] ** NEW **
6184 create a color selection dialog that can be used as a simple
6185 function call with it's own gtk main loop like filesel.[ch]
6189 * src/prefs_common.c
6190 * src/prefs_spelling.[ch] ** NEW **
6191 * src/prefs_spelling.glade ** NEW **
6192 * src/gtk/gtkutils.[ch]
6193 move "Spell Checker" prefs to new prefs dialog
6195 * src/prefs_folder_item.c
6196 use new colorsel dialog
6198 2003-08-08 [paul] 0.9.4claws10
6201 clear the progress bar unconditionally
6203 2003-08-08 [paul] 0.9.4claws9
6205 * sync with 0.9.4cvs4
6206 see ChangeLog 2003-07-31
6208 2003-08-07 [christoph] 0.9.4claws8
6211 fix bug in image viewer plugin part
6214 don't execute close command if the folder item is not selected
6216 2003-08-07 [hoa] 0.9.4claws7
6218 * src/filtering.[ch]
6219 * src/matcher_parser.h
6220 * src/matcher_parser_parse.y
6221 can define several actions for each filtering rule
6222 can import old versions of filtering rules
6224 * src/prefs_filtering.c
6225 call to a new dialog box to define actions
6227 * src/prefs_filtering_action.[ch]
6228 dialog box to define actions for filtering rules
6230 2003-08-06 [christoph] 0.9.4claws6
6233 make sure source folder is selected when copying messages
6235 2003-08-06 [christoph] 0.9.4claws5
6237 * sync with 0.9.4cvs2
6238 see ChangeLog 2003-07-29
6240 2003-08-05 [paul] 0.9.4claws4
6242 * sync with 0.9.4cvs3
6243 see ChangeLog 2003-07-30
6245 2003-08-04 [match] 0.9.4claws3
6248 export of LDIF files.
6250 2003-08-04 [match] 0.9.4claws2
6253 support for export LDIF. documented.
6254 * src/importldif.[ch]
6255 * src/exportldif.[ch]
6256 add tooltips. documented.
6257 * src/exphtmldlg.[ch]
6258 * src/common/xmlprops.[ch]
6260 * src/exportldif.[ch] ** NEW **
6261 * src/expldifdlg.[ch] ** NEW **
6262 * src/addressbook.[ch]
6264 export of LDIF files.
6267 2003-08-04 [christoph] 0.9.4claws1
6272 * sylpheed-claws.pc.in ** NEW **
6274 * src/common/Makefile.am
6275 * src/gtk/Makefile.am
6276 install sylpheed header files in $(pkgincludedir) and create a
6277 pkg-config file to allow building a plugin without the source
6280 2003-08-04 [paul] 0.9.4claws
6282 * version 0.9.4claws
6284 2003-08-04 [paul] 0.9.3claws97
6287 update Spanish translation. Submitted by Ricardo
6290 2003-08-03 [paul] 0.9.3claws96
6294 update Croatian and Serbian translations. Submitted by
6295 Dragan and Urke MMI respectively
6297 2003-08-03 [alfons] 0.9.3claws95
6300 mark flag has precedence over important flag - seems
6301 to have been changed in sync of 0.9.3claws45. this fixes
6302 a regression where messages that were scored as important
6303 don't show their mark flags. (using the same column for
6304 both importance as mark flags is the real problem
6307 2003-08-03 [melvin] 0.9.3claws94
6310 Updated French translations.
6312 2003-08-03 [melvin] 0.9.3claws93
6315 Fixed typo introduced after 0.9.3claws92
6316 that prevented compilation
6317 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6318 CPPFLAGS and YFLAGS to allow user setting these.
6319 * src/common/Makefile.am
6320 * src/gtk/Makefile.am
6321 * src/plugins/clamav/Makefile.am
6322 * src/plugins/demo/Makefile.am
6323 * src/plugins/dillo_viewer/Makefile.am
6324 * src/plugins/image_viewer/Makefile.am
6325 * src/plugins/mathml_viewer/Makefile.am
6326 * src/plugins/spamassassin/Makefile.am
6327 * src/plugins/trayicon/Makefile.am
6328 * src/plugins/trayicon/libeggtrayicon/Makefile.am
6329 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6330 CPPFLAGS and YFLAGS to allow user setting these.
6332 2003-08-02 [christoph] 0.9.3claws92
6335 o rearrange plugin tests
6336 o add test for clamav.h to ClamAV tests
6338 2003-08-02 [luke] 0.9.3claws91
6341 o fixed appearance of icon list when toggling back from the
6343 o toggling of icons using the keyboard works correctly
6344 o fixed all other keyboard shortcuts to work when icons are
6348 o fixed bug 4 - focus lost when changing messageview view type
6350 2003-08-02 [christoph] 0.9.3claws90
6352 * src/common/hooks.c
6353 fix crash when pointer stored in hash table could get invalid
6354 when a plugin is unloaded
6356 2003-08-01 [christoph] 0.9.3claws89
6359 o try to build all plugins (except spamassassin) by default
6360 o don't build a plugin if a dependency check fails
6362 * src/common/hooks.c
6365 2003-08-01 [match] 0.9.3claws88
6368 allow single click field selection. document code.
6370 2003-08-01 [christoph] 0.9.3claws87
6372 * src/plugins/clamav/clamav_plugin.c
6373 * src/plugins/clamav/clamav_plugin_gtk.c
6374 * src/plugins/dillo_viewer/dillo_viewer.c
6375 * src/plugins/image_viewer/plugin.c
6376 * src/plugins/mathml_viewer/mathml_viewer.c
6377 * src/plugins/spamassassin/spamassassin.c
6378 * src/plugins/spamassassin/spamassassin_gtk.c
6379 * src/plugins/trayicon/trayicon.c
6380 add version check to all plugins
6382 2003-08-01 [hoa] 0.9.3claws86
6384 * src/prefs_filtering.c
6385 fixed a cosmetic bug, during creation of dialog box,
6386 wrong widgets were shown after creation.
6388 2003-08-01 [luke] 0.9.3claws85
6391 o fixed visibility of icons/mimeview after toggling separate
6392 message/folder view (factored out some similar code too).
6395 2003-07-31 [alfons] 0.9.3claws84
6398 tweak icon box UI a bit more, now allowing right-clicks actions
6399 getting the relevant mime data too; should fix #250, "Can't save
6400 attachments sometimes".
6402 2003-07-30 [alfons] 0.9.3claws83
6405 don't do auto-save-draft inside key press handler, but rather
6406 schedule it half of a second later; should fix #67, "autosave
6407 make re-rediting message crazy"
6409 2003-07-30 [christoph] 0.9.3claws82
6411 * src/plugins/trayicon/trayicon.c
6412 process pending events before unloading the plugin
6414 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6416 2003-07-30 [alfons] 0.9.3claws81
6418 * src/common/hooks.c
6419 parameter 2 of g_hook_destroy() should really be a hook id
6421 2003-07-30 [alfons] 0.9.3claws80
6423 * src/common/plugin.c
6424 fix a possibly harmful function signature mismatch
6427 2003-07-30 [alfons] 0.9.3claws79
6429 * src/common/hooks[.ch]
6432 2003-07-30 [darko] 0.9.3claws78
6435 make it compile again
6437 2003-07-30 [luke] 0.9.3claws77
6441 o added/moved signal handlers for SIGTERM (normal kill command)
6442 and SIGINT (ctl-c) to be used even without
6443 --enable-crash-dialog, fixing bug 166
6446 o rewrote menu sensitivity code as per mainwindow.c, fixing
6450 o changed sensitivity condition for 'Next new' and 'Next
6451 unread', fixing bug 8
6453 2003-07-29 [alfons] 0.9.3claws76
6455 * src/common/utils.[ch]
6456 add generate_msgid()
6458 save ack'ed RRR; fixes #205, "return receipt is not saved in
6461 2003-07-29 [alfons] 0.9.3claws75
6464 fix a memleak (claws-only)
6466 2003-07-29 [alfons] 0.9.3claws74
6469 * src/gtk/gtkvscrollbutton.[ch]
6470 fix UI glitch where mime icon toolbox' scroll position is not
6471 reset after switching to another message
6474 2003-07-29 [paul] 0.9.3claws73
6476 * src/prefs_folder_item.c
6477 split the prefs into 2 separate pages
6479 2003-07-29 [paul] 0.9.3claws72
6482 prepend "\n\n" to a signature without a separator too
6484 2003-07-29 [paul] 0.9.3claws71
6487 fix bug where changing to an account without an auto-sig
6488 from an initial account without an auto-sig would insert
6489 2 blank lines at the cursor point
6490 fix bug where changing to an account with an auto-sig
6491 from an initial account without an auto-sig would insert
6492 the sig at the cursor point
6494 2003-07-29 [paul] 0.9.3claws70
6497 use the colour from the folder pref unless the folder
6500 2003-07-29 [alfons] 0.9.3claws69
6505 rewrite return receipt request work a little bit (the former
6506 implementation presumably depended too much on the UI setting
6507 flags). (we're losing the old pending flag.)
6509 2003-07-28 [christoph] 0.9.3claws68
6515 fix copy to IMAP folder from other folder
6517 2003-07-28 [christoph] 0.9.3claws67
6520 fix sync of procmsg_get_message_file_list
6522 2003-07-28 [christoph] 0.9.3claws66
6524 * sync with 0.9.3cvs14
6525 see ChangeLog 2003-07-18
6526 * sync with 0.9.3cvs17
6527 see ChangeLog 2003-07-23
6529 (closes Bug 234 segmentation fault after sending out mail via
6532 2003-07-28 [paul] 0.9.3claws65
6535 update Spanish translation, submitted by Ricardo Mones
6538 2003-07-28 [christoph] 0.9.3claws64
6543 return new message numbers as a GRelation instead of a GSList
6544 that has to be in the same order as the input list. A list
6545 would make it hard for IMAP to optimize oepration by sorting
6546 the input list. The returned list would have to be reordered
6547 to match the same order that input list has.
6549 * src/gtk/gtkaspell.c
6550 fix missing return value, could cause a crash when garbage is
6551 on the stack that is used as the expected return value
6553 2003-07-28 [paul] 0.9.3claws63
6555 * sync with 0.9.4cvs1
6556 see ChangeLog 2003-07-28
6558 2003-07-27 [alfons] 0.9.3claws62
6561 tweak it more to make icon list act like a check button group
6563 2003-07-27 [christoph] 0.9.3claws61
6565 * sync with 0.9.3cvs20
6566 see ChangeLog 2003-07-25
6568 2003-07-27 [paul] 0.9.3claws60
6571 re-commit changes from 0.9.3claws58 -
6572 accidently removed in 0.9.3claws59
6574 2003-07-27 [paul] 0.9.3claws59
6577 a sync from 0.9.3cvs17
6578 see ChangeLog 2003-07-23
6580 2003-07-27 [alfons] 0.9.3claws58
6583 add missing header members to MsgInfo; fixes the problem of
6584 not displaying X-Faces, as noticed by Ricardo Mones
6586 2003-07-26 [christoph] 0.9.3claws57
6588 * sync with 0.9.3cvs18
6589 see ChangeLog 2003-07-24
6591 2003-07-26 [christoph] 0.9.3claws56
6593 * sync with 0.9.3cvs17
6594 see ChangeLog 2003-07-23
6596 2003-07-26 [christoph] 0.9.3claws55
6603 add support for copy function that copy multiple messages
6604 (not implemented yet)
6607 add missing return value
6609 2003-07-26 [paul] 0.9.3claws54
6611 * tools/multiwebsearch.pl
6612 do whitespace substitution before passing the string
6613 to the browser. fixes bug with browsers that don't
6614 do whitespace conversion themselves.
6616 2003-07-25 [christoph] 0.9.3claws53
6621 rewrite adding of multiple messages to a folder for
6622 claws' folder system
6624 2003-07-25 [luke] 0.9.3claws52
6627 o icon toggles set correctly on leaving ctree mimeview
6629 2003-07-25 [paul] 0.9.3claws51
6631 * partial sync with 0.9.3cvs21 [src/main.c]
6632 see ChangeLog 2003-07-25
6634 2003-07-24 [paul] 0.9.3claws50
6636 * tools/maildir2sylpheed.pl
6639 2003-07-24 [paul] 0.9.3claws49
6642 increase the gutter size of paned so that the panes
6645 * src/plugins/demo/demo.c
6646 squeeze in another typo fix
6648 2003-07-24 [paul] 0.9.3claws48
6650 * src/plugins/demo/demo.c
6652 small changes to the English
6654 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
6655 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
6658 rename the misspelled icon
6660 2003-07-23 [alfons] 0.9.3claws47
6663 make icon list look like a list of toggles
6665 2003-07-23 [luke] 0.9.3claws46
6667 * src/pixmaps/mimeview_gpg_expired.xpm
6668 * src/pixmaps/mimeview_gpg_failed.xpm
6669 * src/pixmaps/mimeview_gpg_passed.xpm
6670 * src/pixmaps/mimeview_text_html.xpm
6671 * src/pixmaps/mimeview_image.xpm
6672 o all icons the same size
6675 o mimeview ctree arranged vertically above the viewer
6676 o icons changed to buttons
6677 o can use keyboard to select an icon (Enter)
6678 o resize icon list to width of icons
6680 * src/gtk/gtkvscrollbutton.c
6681 o sensitivity of buttons reacts to position
6683 2003-07-23 [christoph] 0.9.3claws45
6685 * sync with 0.9.3cvs14 (incomplete)
6686 see ChangeLog 2003-07-17
6688 2003-07-23 [alfons] 0.9.3claws44
6692 sync with my local tree to restore some claws-only things
6694 2003-07-23 [paul] 0.9.3claws43
6696 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
6697 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
6702 src/stock_pixmap.[ch]
6703 indicate missing keys and expired sigs/keys
6706 2003-07-23 [paul] 0.9.3claws42
6709 Redirect fixes: enable automatic account selection and
6710 do not append signature to message on changing account
6713 2003-07-23 [paul] 0.9.3claws41
6715 * sync with 0.9.3cvs16
6716 see ChangeLog 2003-07-23
6718 2003-07-23 [alfons] 0.9.3claws40
6721 give progress dialog a main window, and give it the first
6722 one (presumably the only one). fixes bug #247, "segfault on
6725 2003-07-22 [alfons] 0.9.3claws39
6728 shift-space scrolls up
6730 2003-07-22 [paul] 0.9.3claws38
6732 * sync with 0.9.3cvs15
6733 see ChangeLog 2003-07-22
6735 2003-07-20 [alfons] 0.9.3claws37
6738 put menu inside #ifdef USE_ASPELL..#endif
6740 2003-07-20 [christoph] 0.9.3claws36
6743 fix wrong flags in MsgInfo returned by
6744 procmsg_msginfo_get_full_info()
6746 (closes Bug 221 Deleting messages from the Message View gives incorrect
6747 new/unread message counts in the folder view)
6749 * src/plugins/spamassassin/spamassassin_gtk.c
6750 add gettext macro for prefs page title
6752 2003-07-20 [paul] 0.9.3claws35
6755 redraw icon list on signature check
6757 2003-07-20 [christoph] 0.9.3claws34
6762 * src/folder_item_prefs.[ch] ** NEW **
6767 * src/prefs_scoring.c
6769 * src/prefs_folder_item.[ch]
6770 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6772 o use prefswindow for folder properties
6774 * src/gtk/prefswindow.[ch]
6775 change implementation to use an invisible notebook instead
6776 of unparenting widgets
6778 2003-07-20 [christoph] 0.9.3claws33
6784 * src/prefs_filtering.h
6785 * src/prefs_folder_item.[ch]
6789 clean up header mess
6790 (always use 1. typedefs, 2. #includes, 3. structures)
6792 * src/common/version.h.in
6793 add casts for constants
6795 * src/plugins/demo/demo.c
6798 * src/plugins/spamassassin/spamassassin.c
6799 remove unused variable
6801 2003-07-20 [alfons] 0.9.3claws32
6804 o make icon buttons respond on left click
6805 o minor cosmetic change
6807 2003-07-19 [luke] 0.9.3claws31
6810 * src/gtk/gtkvscrollbutton.c
6812 o improved mimeview behaviour when selecting a new message
6813 o plus code cleanups to remove compile warnings
6816 2003-07-19 [alfons] 0.9.3claws30
6820 * src/common/utils.[ch]
6821 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6823 2003-07-19 [alfons] 0.9.3claws29
6825 * src/prefs_folder_item.c
6826 reinit "legacy" tmp_prefs, so we don't free nor use invalid
6829 2003-07-19 [luke] 0.9.3claws28
6835 * src/stock_pixmap.[ch]
6836 * src/gtk/Makefile.am
6838 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
6839 * src/pixmaps/mime_*.xpm ** NEW **
6840 o mimeview rearrangement with a new icon shortcut bar
6842 2003-07-19 [alfons] 0.9.3claws27
6845 o plug leaking nodes_to_recollapse
6846 o add folderview_recollapse_all_nodes() (not used yet)
6848 2003-07-19 [alfons] 0.9.3claws26
6851 * src/common/utils.c
6852 honour #240 "Better SUBJECT handling" by cleaning the prefix
6853 for both forwarding as replying
6855 2003-07-18 [christoph] 0.9.3claws25
6858 * src/common/sylpheed.[ch]
6859 * src/common/version.h.in
6860 add version in numeric form to allow easy comparison
6862 * src/plugins/demo/demo.c
6864 - sylpheed version > plugin version => never allowed, sylpheed
6865 could contain unknown API changes
6866 - sylpheed version < minimum version required => don't load,
6867 API required not available (if linking does not fail)
6869 2003-07-18 [alfons] 0.9.3claws24
6871 * src/common/plugin.[ch]
6874 2003-07-18 [christoph] 0.9.3claws23
6876 * src/common/hooks.c
6877 fix crash when hooks where unregisted
6879 * src/plugins/trayicon/trayicon.c
6880 unregister detroy signal before destroying the widget
6881 (still crashes when the plugin is unloaded)
6883 2003-07-18 [alfons] 0.9.3claws22
6886 delay expanding folder tree during drags until timeout triggered
6887 (needs perhaps some tweaking, so testing is welcome)
6889 2003-07-17 [alfons] 0.9.3claws21
6894 2003-07-17 [christoph] 0.9.3claws20
6896 * src/common/session.c
6897 fix opening of SSL connections
6899 * src/plugins/image_viewer/Makefile.am
6900 add OPENSSL_CFLAGS (we should find a better solution to remove
6901 this dependencies if they are not required)
6903 * src/plugins/spamassassin/spamassassin.c
6904 remove setlocale workaround (fixed in libspamc)
6906 (closes Bug Bug 184 Entering non-ascii character deletes previous char
6907 if spell checking enabled)
6909 2003-07-17 [alfons] 0.9.3claws19
6911 * src/common/hooks.[ch]
6912 * src/plugins/clamav/clamav_plugin.c
6913 * src/plugins/spamassassin/spamassassin.c
6914 * src/plugins/trayicon/trayicon.c
6917 2003-07-17 [alfons] 0.9.3claws18
6922 2003-07-17 [alfons] 0.9.3claws17
6927 2003-07-17 [paul] 0.9.3claws16
6932 add link to the Claws site's FAQ page, after the suggestion
6933 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6934 Move url strings to defs.h
6937 fix typo to prevent "unknown menu entry" warnings
6939 2003-07-17 [alfons] 0.9.3claws15
6941 * src/folderview.[ch]
6942 * src/summaryview.[ch]
6946 2003-07-17 [paul] 0.9.3claws14
6949 remove two instances of 'GTK_EVENTS_FLUSH' because
6950 they are unnecessary and probably cause a stack overflow
6952 2003-07-16 [christoph] 0.9.3claws13
6955 use an invisible GTK notebook to switch between viewers
6956 instead of reparenting widgets
6958 2003-07-16 [christoph] 0.9.3claws12
6961 move folder_item_update_freeze() to correct place in
6962 folder_item_scan_full()
6964 2003-07-16 [paul] 0.9.3claws11
6966 * sync with 0.9.3cvs12
6967 see ChangeLog 2003-07-14 and 2003-07-15
6969 2003-07-16 [christoph] 0.9.3claws10
6972 * src/prefs_account.[ch]
6973 sync IMAP CRAM-MD5 authentication with sylpheed-main
6975 2003-07-15 [alfons] 0.9.3claws9
6978 make --config-dir do something useful
6980 2003-07-15 [alfons] 0.9.3claws8
6983 o fix a bug where 'last' didn't really point to the last message
6984 in the top level list of children, but to the last threaded
6987 o clean up and make it easier to sync
6989 2003-07-15 [alfons] 0.9.3claws7
6992 make correct menu items sensitive
6994 2003-07-14 [alfons] 0.9.3claws6
6997 tune the threader so it will not subject-thread any message
6998 without a subject prefix (this will not thread correctly if
6999 a parent is delivered after their childs, but it looks
7002 2003-07-13 [christoph] 0.9.3claws5
7005 group "Add mailbox *..." menu items in submenu
7007 2003-07-13 [alfons] 0.9.3claws4
7010 correct summary_toggle_pressed() signature and make sure
7011 signal is not passed on
7013 2003-07-13 [alfons] 0.9.3claws3
7016 o for now don't pass on keys when they we're handled by
7017 ctree::key_press_event
7020 2003-07-13 [alfons] 0.9.3claws2
7023 add command line option "--config-dir" to get the current
7026 2003-07-12 [alfons] 0.9.3claws1
7029 * src/matcher_parser_parse.y
7030 * src/prefs_filtering.c
7032 add "Lock" filter action to lock messages;
7035 remove debug_print()
7036 * src/prefs_filtering.c
7037 re-organize matcher part 9:
7038 make action text entries easily extendible;
7039 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
7040 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
7045 update old information and add missing
7048 2003-07-12 [paul] 0.9.3claws
7050 * 0.9.3claws released
7052 2003-07-12 [paul] 0.9.0claws103
7057 2003-07-12 [melvin] 0.9.0claws102
7060 Fixed bug #215: Show MIME tab for single text/html messages.
7062 2003-07-12 [paul] 0.9.0claws101
7067 2003-07-12 [paul] 0.9.0claws100
7073 update Spanish, Croatian, Polish, Serbian translations.
7074 submitted by Ricardo Mones Lastra, Dragan, Witold
7075 Wladyslaw Wojciech Wilk, Urke MMI
7077 2003-07-12 [melvin] 0.9.0claws99
7080 Updated French translations.
7082 2003-07-12 [paul] 0.9.0claws98
7085 disable 'Lookup' button as it has no effect
7087 2003-07-11 [alfons] 0.9.0claws97
7090 summary_searchbar_pressed() should return TRUE to signal that
7091 event was handled. when returning void, the return value passed
7092 to GTK is actually random, but maybe FALSE, in which case the
7093 event is handled by parent
7095 2003-07-10 [paul] 0.9.0claws96
7097 * ac/missing/gettext.m4
7098 update to version 0.12
7100 2003-07-10 [paul] 0.9.0claws95
7102 * src/plugins/clamav/clamav_plugin.c
7103 fix bug where multipart/alternative messages
7104 would slip through without being scanned
7106 2003-07-10 [christoph] 0.9.0claws94
7109 correct check if folder supports removing when a message is
7110 moved. if not the message is only copied.
7112 (closes Bug 132 crash on startup in newsgroups folders)
7114 2003-07-09 [alfons] 0.9.0claws93
7118 --with-config-dir (default .sylpheed)
7120 2003-07-09 [christoph] 0.9.0claws92
7123 use PKG_CHECK_MODULES to check for gtkmathview
7124 (version 0.4.2 now required)
7126 2003-07-08 [melvin] 0.9.0claws91
7129 Implemented a progress bar that counts the number of completed
7130 tasks when the action runs more than one command.
7132 2003-07-08 [alfons] 0.9.0claws90
7135 if queued message has an invalid Message-Id, don't try to
7136 find message it refers to (fixes #209 "crash when processing
7139 2003-07-08 [paul] 0.9.0claws89
7141 * sync with 0.9.3cvs2
7142 see ChangeLog 2003-07-08
7144 2003-07-08 [match] 0.9.0claws88
7147 extend LDAP search for first/last name by parsing search term.
7149 2003-07-08 [alfons] 0.9.0claws87
7151 * src/send_message.c
7152 fix bug #208 "Status message stuck when sending on POP3 account"
7154 2003-07-07 [paul] 0.9.0claws86
7157 new Croatian translation, submitted by
7158 Dragan <drleskov@inet.hr>
7160 2003-07-07 [paul] 0.9.0claws85
7162 * sync with 0.9.3cvs1
7163 see ChangeLog 2003-07-07
7165 2003-07-05 [christoph] 0.9.0claws84
7170 * src/stock_pixmap.[ch]
7171 * src/pixmaps/messageview_text.xpm ** NEW **
7172 move mimeview tabs to the right side and use icons
7173 instead of text to save some space
7175 (patch by Luke Plant <lukeplant@softhome.net>)
7177 2003-07-05 [christoph] 0.9.0claws83
7180 add NULL pointer checks
7182 (patch by Luke Plant <lukeplant@softhome.net>)
7183 (closes Bug 204 0.9.0 quits on authentication error?!)
7185 2003-07-05 [alfons] 0.9.0claws82
7188 take the clue in bug #202 "./configure script -
7189 'if test' comparison failure" reported by John Kristoff.
7191 2003-07-04 [christoph] 0.9.0claws81
7193 * src/plugins/spamassassin/spamassassin.c
7194 set timeout for spam check
7196 2003-07-04 [christoph] 0.9.0claws80
7199 destroy all FolderItems when shutting down to
7200 allow folders to clean up
7202 2003-07-04 [melvin] 0.9.0claws79
7204 * src/gtk/gtkaspell.c
7205 Fixed bug #184 "Entering non-ascii character deletes
7206 previous char if spell checking enabled": this makes
7207 the spell checking in multibytes (e.g. UTF-8)locales work.
7208 (Patch by Luke Plant).
7210 2003-07-04 [christoph] 0.9.0claws78
7212 * sync with 0.9.2cvs1
7213 see ChangeLog 2003-06-10
7215 2003-07-04 [paul] 0.9.0claws77
7217 * sync with 0.9.3 release
7218 see ChangeLog 2003-07-04
7220 2003-07-03 [christoph] 0.9.0claws76
7227 move folder_item_get_path() stuff into a folder virtual function
7230 use folder_item_fetch_msg() to get message and do not contruct
7231 the filename from path and number
7233 2003-07-03 [paul] 0.9.0claws75
7235 * sync with 0.9.2cvs12
7236 see ChangeLog 2003-07-03
7238 2003-07-02 [paul] 0.9.0claws74
7241 fix text-selection for replying
7243 2003-07-02 [paul] 0.9.0claws73
7245 * sync with 0.9.2cvs11
7246 see ChangeLog 2003-07-02
7248 2003-07-02 [paul] 0.9.0claws72
7251 revert last commit because it breaks more
7254 2003-07-02 [paul] 0.9.0claws71
7257 fix thread by subject/sort by date
7259 2003-07-01 [paul] 0.9.0claws70
7261 * sync with 0.9.2cvs10
7262 see ChangeLog 2003-07-01
7264 2003-06-30 [paul] 0.9.0claws69
7266 * sync with 0.9.2cvs9
7267 see ChangeLog 2003-06-30
7269 2003-06-28 [match] 0.9.0claws68
7274 2003-06-27 [paul] 0.9.0claws67
7276 * sync with 0.9.2cvs7
7277 see ChangeLog 2003-06-27
7279 2003-06-26 [christoph] 0.9.0claws66
7282 freeze folder updates while a folder is scanned
7284 (closes Bug 185 New message counter)
7286 2003-06-26 [darko] 0.9.0claws65
7289 fix infinite loop when adding a new LDAP server
7291 2003-06-26 [paul] 0.9.0claws64
7293 * sync with 0.9.2cvs6
7294 see ChangeLog 2003-06-26
7296 2003-06-26 [paul] 0.9.0claws63
7298 * sync with 0.9.2cvs5
7299 see ChangeLog 2003-06-25 and 2003-06-26
7301 2003-06-25 [match] 0.9.0claws62
7304 Fixed tab/backtab for dropped-down completion list to
7305 move next/previous field. (close bug 147)
7307 2003-06-25 [christoph] 0.9.0claws61
7309 * src/addr_compl.[ch]
7310 * src/addrindex.[ch]
7318 2003-06-25 [leandro] 0.9.0claws60
7322 o gray out "Message/Remove references" menu item if not
7323 replying to a message
7325 2003-06-24 [leandro] 0.9.0claws59
7328 o removed "Message/Create new thread" menu item
7329 o added "Message/Remove references" menu item
7330 (it's off by default and will not check anymore
7331 if the subject changed)
7333 2003-06-23 [alfons] 0.9.0claws58
7336 try better grouping messages threaded by subject based on their age.
7337 still not perfect - because the message tree is not sorted by date.
7339 2003-06-23 [thorsten] 0.9.0claws57
7342 added mail_receive_hook to allow modifications
7343 directly after retrieval (e.g. adding headers).
7345 2003-06-23 [paul] 0.9.0claws56
7347 * src/sourcewindow.c
7348 enable the use of Ctrl+A to select all text in
7350 Patch submitted by Ivan Francolin Martinez
7351 <ivanfm@users.sourceforge.net>
7353 2003-06-22 [christoph] 0.9.0claws55
7356 o add notification hook for folder tree changes
7357 o invoke hooks after folder tree scanning
7359 * src/folderview.[ch]
7360 register hook for folder tree changes that
7363 (there are more places that should be updated, like add, remove
7366 (closes Bug 164 Crash on rebuild folder tree)
7367 (closes Bug 190 Crash on 'rebuilding folder tree')
7369 2003-06-21 [leandro] 0.9.0claws54
7372 create a new thread if subject changes
7373 (it's on by default, can be disabled in Message menu)
7375 2003-06-21 [alfons] 0.9.0claws53
7378 quiet little compiler
7380 2003-06-21 [christoph] 0.9.0claws52
7382 update gettext stuff to version 0.12
7384 2003-06-19 [alfons] 0.9.0claws51
7387 * src/common/plugin.c
7388 move defs.h before glib.h to prevent MIN/MAX redefs
7395 2003-06-19 [match] 0.9.0claws50
7397 * src/addressbook.[ch]
7398 * src/addrindex.[ch]
7399 * src/addr_compl.[ch]
7401 * src/editldap_basedn.[ch]
7404 re-implemented dynamic LDAP search. works without
7405 slowdown on display sender with addressbook
7410 2003-06-19 [paul] 0.9.0claws49
7413 fix Bug #136 'Nonprovided quotation marks crash claws'
7414 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7416 2003-06-19 [alfons] 0.9.0claws48
7418 * src/prefs_common.[ch]
7420 restrict threading by subject by checking thread for
7421 age (prefs_common.thread_by_subject_max_age)
7423 2003-06-18 [christoph] 0.9.0claws47
7426 fix memory leak in imap_cmd_fetch()
7428 2003-06-18 [christoph] 0.9.0claws46
7431 fix memory leak in prefs_set_default() when used multiple
7432 times or after prefs have been read
7434 2003-06-18 [christoph] 0.9.0claws45
7436 * src/common/plugin.c
7437 fix memory leak in plugin_unload()
7439 2003-06-18 [christoph] 0.9.0claws44
7442 fix memory leak in imap_cmd_ok()
7444 2003-06-18 [christoph] 0.9.0claws43
7447 stop messages that are downloaded from POP3 and added to
7448 an IMAP inbox from being filtered twice (first by POP3
7449 and again when IMAP folder is scaned to get the UID of
7450 the APPEND operation when no UIDPLUS is available)
7459 * tools/launch_phoenix ** REMOVED **
7460 tools/launch_firebird ** NEW **
7461 renamed and edited to reflect the browser's name change from
7462 'phoenix' to 'firebird'
7464 2003-06-18 [paul] 0.9.0claws42
7466 * sync with 0.9.2cvs2
7467 see ChangeLog 2003-06-16
7469 2003-06-17 [alfons] 0.9.0claws41
7472 prevent threading problems when a node is an ancestor (parent / great parent),
7473 which mostly happens with circular references (thanks to Phillipe Gramoullé
7474 for finding an sample set of messages)
7476 2003-06-16 [christoph] 0.9.0claws40
7479 don't popup main window on --receive or --receive-all
7481 * src/mainwindow.[ch]
7482 * src/plugins/trayicon/trayicon.c
7483 allow hiding of main window by clicking on the trayicon
7484 (doesn't work correctly in seperate window mode and may
7485 cause unexpected GTK problems I couldn't find yet)
7488 remove incorrect warning
7490 2003-06-15 [alfons] 0.9.0claws39
7492 * src/gtk/gtkstext.c
7493 don't output debug text;
7494 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7495 for pointing this out);
7497 2003-06-14 [alfons] 0.9.0claws38
7500 remove printf() and make one if..else comply with coding style
7502 2003-06-14 [alfons] 0.9.0claws37
7507 * src/messageview.[ch]
7509 apply patch #754162 "Quoting messages filtered by actions" submitted
7510 by Martin Wicke, which allows quoting message body changed by an
7513 2003-06-13 [alfons] 0.9.0claws36
7516 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7517 use case insensitive regexp (suggested by Ivan Martinez)
7519 2003-06-13 [christoph] 0.9.0claws35
7522 * src/plugins/trayicon/Makefile.am
7523 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
7524 * src/plugins/trayicon/trayicon.c
7525 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
7526 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
7527 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
7528 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
7529 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
7530 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
7531 replace my own EggTrayIcon backport with the backport
7532 used by (l|x)mule and gabber.
7534 2003-06-13 [alfons] 0.9.0claws34
7537 * src/common/utils.c
7538 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7540 2003-06-13 [alfons] 0.9.0claws33
7543 clean up a little bit
7545 2003-06-12 [alfons] 0.9.0claws32
7548 const correctness fix
7550 * src/common/sylpheed.[ch]
7552 prevent redef MIN/MAX
7554 * src/common/utils.[ch]
7557 2003-06-12 [melvin] 0.9.0claws31
7560 Updated to take into accounts changes in GtkAspell.
7562 2003-06-12 [alfons] 0.9.0claws30
7566 * src/common/utils.[ch]
7567 handle reply subject prefixes better (initial
7568 suggestion by Robert Story adapted and enhanced
7571 2003-06-12 [melvin] 0.9.0claws29
7574 Use new gtkaspell_checkers_strerror() to get the speller's
7575 error message instead of accessing the (now private)
7580 Use #ifdef instead of #if for USE_ASPELL
7581 Use the new spell checkers init/quit functions
7583 * src/gtk/gtkaspell.c
7584 Use #ifdef instead of #if for USE_ASPELL
7585 Moved in the majority of GtkAspell structures that were
7586 exported before by gtkaspell.h
7588 * src/gtk/gktaspell.h
7589 Made gtkaspell.h contain only the necessary data to be
7590 publicized by moving many structures to gtkaspell.c.
7591 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7592 gtkaspell_checkers_new(): replaced by...
7593 gtkaspell_checkers_init(): new function for initialization
7594 gtkaspell_checkers_delete(): replaced by...
7595 gtkaspell_checkers_quit(): new function
7596 gtkaspell_checkers_strerror(): new function that returns
7597 the checker's last error message.
7599 2003-06-11 [melvin] 0.9.0claws28
7602 Updated to take into account gtkaspell.c migration to
7603 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7605 2003-06-10 [alfons] 0.9.0claws27
7607 * src/filtering.[ch]
7611 - try fixing bug #18 (any brave testers?)
7612 - add more robustness by refusing previously
7613 unchecked NULL pointers
7615 2003-06-10 [alfons] 0.9.0claws26
7618 fix bug #176 by don't checking MsgInfos with a NULL msgid
7620 2003-06-09 [alfons] 0.9.0claws25
7622 * src/prefs_common.c
7623 fix bug #163 "Icon switching doesnt work properly" by
7624 preventing early freeing of prefs_common.pixmap_theme_path.
7626 2003-06-09 [christoph] 0.9.0claws24
7628 * src/gtk/gtkaspell.c
7629 revert Thorsten's fix and add forgotten g_strdup for
7630 aspell path (it should not be possible to alter the path a
7631 GtkASpell uses from outside)
7633 2003-06-09 [thorsten] 0.9.0claws23
7635 * src/gtk/gtkaspell.c
7636 dont free prefs_common.aspell_path when closing compose
7638 2003-06-08 [colin] 0.9.0claws22
7640 * src/plugins/spamassassin/spamassassin.c
7643 2003-06-07 [christoph] 0.9.0claws21
7647 * src/gtkaspell.[ch] ** REMOVE **
7648 * src/gtk/Makefile.am
7649 * src/gtk/gtkaspell.[ch] ** NEW **
7650 o make gtkaspell independent from sylpheed's prefs
7651 o move gtkaspell.[ch] to gtk directory
7653 2003-06-07 [christoph] 0.9.0claws20
7658 * src/filesel.[ch] ** REMOVE **
7661 * src/common/sylpheed.[ch]
7662 * src/gtk/Makefile.am
7663 * src/gtk/filesel.[ch] ** NEW **
7664 * src/gtk/pluginwindow.c
7665 * src/gtk/sslcertwindow.c
7666 move filesel.[ch] to gtk directory
7668 2003-06-07 [alfons] 0.9.0claws19
7671 make (multi) file selection dialog work again (Claws-only)
7673 2003-06-07 [thorsten] 0.9.0claws18
7678 2003-06-07 [alfons] 0.9.0claws17
7682 detect apache mishap in which case don't include fnmatch.h
7683 if regex.h is already included
7685 2003-06-06 [christoph] 0.9.0claws16
7689 add check for fnmatch.h and include it when available
7692 fix wrong case sensitivity of Content-Types
7694 * src/gtk/Makefile.am
7695 need the same include paths in gtk directory as in
7696 common directory because .h files in common can
7697 include files from these directories, when included
7698 in gtk's .h or .c files
7700 2003-06-06 [alfons] 0.9.0claws15
7704 make it compile again because of regex.h / fnmatch.h
7705 include problems (related to recent mime stuff, can
7706 someone check this?)
7708 2003-06-06 [thorsten] 0.9.0claws14
7711 possible use of uninitialized pointer while dragging
7713 2003-06-06 [paul] 0.9.0claws13
7716 fix bug where the insert sig button would be effective
7717 only when auto_sig was set
7719 2003-06-06 [paul] 0.9.0claws12
7721 * sync with 0.9.2 release
7723 2003-06-02 [paul] 0.9.0claws11
7725 * sync with 0.9.1cvs1
7726 see ChangeLog 2003-06-02
7731 2003-06-01 [christoph] 0.9.0claws10
7734 don't use substring search to find accounts by email address
7736 (closes Bug 169 Overly loose matching of "From" address)
7738 2003-05-31 [christoph] 0.9.0claws9
7740 * doc-src/rfc2683.txt
7742 limit IMAP command length as recommended in RFC2683
7743 (message number lists will be split into multiple imap
7744 sets, the limit of 1000 octets is not a hard limit)
7746 (closes Bug 161 sylpheed-claws exits with segfault when logging
7747 in to certain imap-servers)
7749 2003-05-29 [alfons] 0.9.0claws8
7752 add print button (calling summary_print());
7753 fine tune setting tooltip text;
7754 (if someone needs other buttons, please take these
7755 commits as a guide, instead of bothering us - also
7758 2003-05-29 [darko] 0.9.0claws7
7761 fix crash when word wrapping kicks in due to
7762 changed text by spell checker
7764 2003-05-29 [paul] 0.9.0claws6
7767 fix bug where changing account would insert
7768 sig even if auto_sig was FALSE
7773 sync with 0.9.1 release
7775 2003-05-28 [christoph] 0.9.0claws5
7778 fix truncation of too long commands
7780 (closes Bug 167 IMAP hangs trying to get envelope
7781 information in imap_get_uncached_messages)
7783 2003-05-27 [paul] 0.9.0claws4
7786 tools/maildir2sylpheed.pl ** NEW FILE **
7787 add kmail to sylpheed mailbox conversion script
7789 2003-05-27 [paul] 0.9.0claws3
7791 * sync with 0.9.0cvs10
7792 see ChangeLog 2003-05-26
7794 2003-05-26 [paul] 0.9.0claws2
7796 * sync with 0.9.0cvs9
7797 see ChangeLog 2003-05-26
7799 2003-05-24 [paul] 0.9.0claws1
7801 * sync with 0.9.0cvs8
7802 see ChangeLog 2003-05-23
7804 2003-05-24 [paul] 0.9.0claws
7806 * version 0.9.0claws released
7808 2003-05-24 [paul] 0.8.11claws177
7810 * src/plugins/dillo-viewer/Makefile.am
7811 src/plugins/traycon/Makefile.am
7821 update Bulgarian, British English, Spanish, Italian,
7822 Brazilian Portuguese, Russian, and Serbian translations,
7823 submitted by George Danchev, [me], Ricardo Mones Lastra,
7824 André Filipe de Assunção e Brito, Alessandro Maestri,
7825 Ruslan N. Balkin, and Urke MMI
7827 2003-05-23 [melvin] 0.8.11claws176
7830 Updated French translations
7832 2003-05-22 [paul] 0.8.11claws175
7843 src/editldap_basedn.c
7847 revert to get ldap into it previous working state
7850 new Taiwanese translation,
7851 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7853 2003-05-22 [christoph] 0.8.11claws174
7855 * src/plugins/spamassassin/libspamc.[ch]
7856 sync libspamc with SpamAssaain release 2.55
7858 2003-05-22 [paul] 0.8.11claws173
7860 * sync with 0.9.0cvs7
7861 see ChangeLog 2003-05-22
7864 revert change in 0.8.11claws172: follow
7865 Hiroyuki's decision and that's the end of it.
7867 2003-05-21 [paul] 0.8.11claws172
7870 fix discrepency between open_unread_on_enter
7873 2003-05-21 [paul] 0.8.11claws171
7875 * sync with 0.9.0cvs6
7876 see ChangeLog 2003-05-21
7878 2003-05-21 [paul] 0.8.11claws170
7880 * sync with 0.9.0cvs5
7881 see ChangeLog 2003-05-21
7883 2003-05-20 [paul] 0.8.11claws169
7885 * sync with 0.9.0cvs4
7886 see ChangeLog 2003-05-20
7887 fixes bug #152, 'encoding of IMAP folders names'
7889 2003-05-20 [paul] 0.8.11claws168
7891 * sync with 0.9.0cvs3
7892 see ChangeLog 2003-05-20
7894 * src/tools/convert_mbox.pl
7895 minor change in the comments, submitted by Fred Marton
7897 2003-05-19 [paul] 0.8.11claws167
7899 * src/plugins/clamav/Makefile.am
7901 link clamav_lib to the plugin and not to the main program
7903 2003-05-19 [christoph]
7906 add -export-dynamic for linking
7908 2003-05-19 [paul] 0.8.11claws166
7910 * sync with 0.9.0cvs1
7911 see ChangeLog 2003-05-19
7913 2003-05-19 [paul] 0.8.11claws165
7916 fix 'pop before smtp' timeout
7918 2003-05-18 [alfons] 0.8.11claws164
7920 * src/prefs_matcher.c
7921 put "execute" action command line ("expression") in edit box
7923 2003-05-18 [christoph] 0.8.11claws163
7926 * src/plugins/dillo_viewer/dillo_viewer.c
7927 * src/plugins/image_viewer/viewer.c
7928 * src/plugins/mathml_viewer/mathml_viewer.c
7929 let a viewer have a list of Content-Types
7931 2003-05-18 [paul] 0.8.11claws162
7933 * src/prefs_filtering.c
7934 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7935 and REDIRECT actions
7937 2003-05-17 [christoph]
7940 o remove dynamic signatures that was syned with main
7941 o add infos about no longer "build in" image viewer
7942 o update bugtracker URL
7944 2003-05-17 [christoph] 0.8.11claws161
7949 don't use imap_scan_folder anymore. Instead call folder_item_scan
7950 for every folder after rebuilding the folder tree.
7952 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7955 2003-05-17 [christoph] 0.8.11claws160
7958 don't use STATUS command on current folder to check for
7959 content changes. imap_cmd_ok() now tracks changes to
7960 folder and number of existing messages.
7962 2003-05-17 [paul] 0.8.11claws159
7964 * src/plugins/clamav/clamav_plugin.c
7965 remove unnecessary debug_print
7967 2003-05-16 [thorsten] 0.8.11claws158
7969 * src/plugins/demo.c
7970 included missing intl.h
7972 2003-05-16 [paul] 0.8.11claws157
7975 remove non-existant entries
7977 * src/plugins/clamav/clamav_plugin.c
7978 src/plugins/clamav/clamav_plugin_gtk.c
7979 src/plugins/dillo_viewer/dillo_prefs.c
7980 src/plugins/dillo_viewer/dillo_viewer.c
7983 2003-05-16 [christoph] 0.8.11claws156
7986 include plugin .c files for translation until I
7987 find a better solution to have plugins have their
7989 * src/plugins/demo/demo.c
7990 * src/plugins/image_viewer/plugin.c
7991 * src/plugins/mathml_viewer/mathml_viewer.c
7992 * src/plugins/spamassassin/spamassassin.c
7993 * src/plugins/spamassassin/spamassassin_gtk.c
7994 * src/plugins/trayicon/trayicon.c
7995 add gettext macros for plugin name and description
8001 2003-05-16 [paul] 0.8.11claws155
8003 * sync with lastest 0.9.0pre1
8004 see ChangeLog 2003-05-16
8006 2003-05-15 [paul] 0.8.11claws154
8008 * sync with latest 0.9.0pre1
8009 see ChangeLog 2003-05-14 and 2003-05-15
8011 2003-05-14 [christoph] 0.8.11claws153
8013 * src/plugins/image_viewer/viewer.c
8014 * src/plugins/image_viewer/viewer.glade ** NEW **
8015 * src/plugins/image_viewer/viewerprefs.c
8016 make it possible to disable the autoload function in the
8019 2003-05-14 [christoph] 0.8.11claws152
8022 fix folder update after adding a message
8024 2003-05-13 [alfons] 0.8.11claws151
8026 * src/common/session.c
8029 * src/addrcache.[ch]
8030 * src/filtering.[ch]
8032 * src/gtkaspell.[ch]
8034 * src/mbox_folder.[ch]
8039 * src/passphrase.[ch]
8040 * src/prefs_common.[ch]
8041 * src/prefs_gtk.[ch]
8044 be pedantic; (in prototypes () implies (int))
8046 2003-05-13 [alfons] 0.8.11claws150
8048 * src/prefs_toolbar.[ch]
8049 * src/summaryview.[ch]
8051 change misleading text in toolbar prefs;
8052 add toolbar action for ignore thread (toggles ignore thread flag);
8053 clean up a little bit;
8057 * tools/convert_mbox.pl
8058 bug fixed by Fred Marton
8062 * sync with 0.9.0pre1
8064 2003-05-09 [paul] 0.8.11claws149
8066 * sync with 0.8.11cvs43
8067 see ChangeLog 2003-05-09
8069 2003-05-08 [christoph] 0.8.11claws148
8072 o use CAPABILIY as first command and check for PREAUTH
8073 information in the response to it
8074 o rewrite all imap_cmd_* functions to use an IMAPSession
8075 instead of a SockInfo as parameter
8076 o do STARTTLS after fetching and checking the server
8079 2003-05-08 [paul] 0.8.11claws147
8083 tools/convert_mbox.pl ** NEW FILE **
8084 add mbox conversion script. Submitted by
8085 Fred Marton <Fred.Marton@uni-bayreuth.de>
8087 2003-05-07 [christoph]
8090 * src/gtk/pluginwindow.glade
8091 * src/plugins/image_viewer/viewerprefs.glade
8092 * src/plugins/spamassassin/spamassassin_gtk.glade
8093 add glade files for user interfaces and a description how
8094 to use glade to create the sylpheed code
8096 2003-05-07 [paul] 0.8.11claws146
8098 * sync with 0.8.11cvs41
8099 see ChangeLog 2003-05-07
8101 2003-05-06 [christoph] 0.8.11claws145
8104 * src/plugins/image_viewer/viewer.c
8105 fix usage of imlib in imageviewer plugin
8107 * src/gtk/prefswindow.c
8108 handle window close event correctly
8110 2003-05-06 [paul] 0.8.11claws144
8113 fix typo introduced in sync
8115 2003-05-06 [paul] 0.8.11claws143
8117 * sync with 0.8.11cvs39
8118 see ChangeLog 2003-05-06
8120 2003-05-06 [paul] 0.8.11claws142
8124 updated Czech translation, submitted by
8125 Radek Vybiral <Radek.Vybiral@vsb.cz>
8127 * src/plugins/clamav/clamav_plugin_gtk.c
8130 2003-05-03 [alfons] 0.8.11claws141
8133 make paste as quotation work even when the call to
8134 text_inserted() was deferred (fixes bug #140 "Paste
8135 as quotation does not work when using "external"
8138 2003-05-03 [thorsten] 0.8.11claws140
8143 removed C++ comments
8145 function with non-int retval/param used before
8146 implementation/declaration
8148 2003-05-02 [paul] 0.8.11claws139
8150 * src/addr_compl.[ch]
8151 src/addressbook.[ch]
8154 revert match's changes to (finally) remove the bug where
8155 opening a folder causes massive slowdown when using the
8156 'Display sender using address book' option
8158 2003-05-01 [melvin] 0.8.11claws138
8160 * src/plugins/dillo_viewer/dillo_prefs.[ch]
8161 * src/plugins/dillo_viewer/dillo_viewer.c
8162 Fixed bug where "Cancel" button from prefs issued
8164 Comply a little more to coding style
8166 2003-05-01 [paul] 0.8.11claws137
8168 * sync with 0.8.11cvs38
8169 see ChangeLog 2003-05-01
8171 2003-05-01 [paul] 0.8.11claws136
8174 updated by George Danchev
8176 2003-04-30 [christoph] 0.8.11claws135
8178 * src/plugins/dillo_viewer/dillo_prefs.c
8179 * src/plugins/image_viewer/viewerprefs.c
8180 * src/plugins/spamassassin/spamassassin_gtk.c
8181 remove gtk_widget_ref() calls for widgets in
8184 2003-04-30 [paul] 0.8.11claws134
8187 ok, this time a better fix for the bug where opening folder
8188 has massive slowdown when using the 'Display sender using
8189 address book' option
8191 2003-04-30 [paul] 0.8.11claws133
8194 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8196 2003-04-30 [melvin] 0.8.11claws132
8198 New: Dillo plugin preferences (patch by Dimitar Haralanov)
8200 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
8201 Preferences for the dillo plugin
8202 * src/plugins/dillo_viewer/dillo_viewer.c
8203 Support for preferences
8204 * src/plugins/dillo_viewer/Makefile.am
8205 Added dillo_prefs.[ch]
8207 2003-04-30 [alfons] 0.8.11claws131
8209 * src/common/plugin.[ch]
8210 see? this ANSI C'fication immediately gives us type
8213 2003-04-30 [alfons] 0.8.11claws130
8215 * src/common/plugin.[ch]
8216 * src/plugins/clamav/clamav_plugin.[ch]
8217 * src/plugins/clamav/clamav_plugin_gtk.c
8218 * src/plugins/demo/demo.c
8219 * src/plugins/dillo_viewer/dillo_viewer.c
8220 * src/plugins/image_viewer/plugin.c
8221 * src/plugins/image_viewer/viewer.[ch]
8222 * src/plugins/image_viewer/viewerprefs.[ch]
8223 * src/plugins/mathml_viewer/mathml_viewer.c
8224 * src/plugins/spamassassin/spamassassin.[ch]
8225 * src/plugins/spamassassin/spamassassin_gtk.c
8226 * src/plugins/trayicon/trayicon.c
8229 2003-04-30 [alfons] 0.8.11claws129
8231 * src/common/utils.c
8232 make is_ascii_str() fail gracefully when NULL pointer
8235 2003-04-30 [paul] 0.8.11claws128
8238 fix bug where opening folder has massive slowdown when
8239 using the 'Display sender using address book' option
8241 2003-04-30 [paul] 0.8.11claws127
8243 * src/plugins/clamav/clamav_plugin.c
8244 src/plugins/clamav/clamav_plugin_gtk.c
8245 src/plugins/demo/demo.c
8246 src/plugins/dillo_viewer/dillo_viewer.c
8247 src/plugins/image_viewer/plugin.c
8248 src/plugins/mathml_viewer/mathml_viewer.c
8249 src/plugins/spamassassin/spamassassin.c
8250 src/plugins/spamassassin/spamassassin_gtk.c
8251 src/plugins/trayicon/trayicon.c
8252 get rid of eye-hurting function signatures
8254 2003-04-30 [paul] 0.8.11claws126
8256 * src/plugins/trayicon/trayicon.c
8262 2003-04-30 [paul] 0.8.11claws125
8265 arrange the plugins in reverse alphabetical order
8267 * src/plugins/clamav/clamav_plugin.[ch]
8268 src/plugins/clamav/clamav_plugin_gtk.c
8270 resize max_size window
8271 re-arrange the order of some gui elements
8272 improve descriptions
8274 * src/plugins/image_viewer/plugin.c
8275 src/plugins/mathml_viewer/mathml_viewer.c
8278 * src/plugins/spamassassin/spamassassin_gtk.c
8279 resize max_size window
8280 re-arrange the order of some gui elements
8286 2003-04-30 [alfons] 0.8.11claws124
8289 fix a leak found while browsing Martin Kluge's
8290 valgrind log (Claws only)
8292 2003-04-29 [darko] 0.8.11claws123
8294 * src/gtk/gtkstext.h
8295 include wchar.h if it is available, fixes compilation
8298 2003-04-29 [melvin] 0.8.11claws122
8300 * src/prefs_actions.c
8301 Improved help text of Actions' syntax
8303 2003-04-28 [paul] 0.8.11claws121
8306 a better fix for the crash when performing an action
8309 2003-04-28 [paul] 0.8.11claws120
8312 fix crash when performing an action on a
8315 2003-04-28 [paul] 0.8.11claws119
8317 * sync with 0.8.11cvs36
8318 see ChangeLog 2003-04-28
8320 2003-04-27 [paul] 0.8.11claws118
8322 * more sync with 0.8.11cvs35
8323 see ChangeLog 2003-04-25
8325 2003-04-26 [christoph] 0.8.11claws117
8328 fix remove virtual check
8330 2003-04-26 [paul] 0.8.11claws116
8333 fix return-receipt, make it work again
8335 2003-04-26 [paul] 0.8.11claws115
8338 restore double-clicking of the [application/pgp-signature
8339 (Select "Check signature" to check)] line in the message view,
8340 broken in recent sync
8342 2003-04-26 [christoph] 0.8.11claws114
8345 check if remove virtual really exists before
8346 calling the function
8348 2003-04-25 [match] 0.8.11claws113
8352 * src/ldapquery.[ch]
8355 * src/ldapserver.[ch]
8356 fix memleak. fix segfault.
8357 plug a Claws memleak
8359 2003-04-25 [alfons] 0.8.11claws112
8362 plug a Claws memleak
8364 2003-04-25 [alfons] 0.8.11claws111
8366 * src/common/session.c
8369 2003-04-25 [paul] 0.8.11claws110
8371 * sync with 0.8.11cvs35
8372 see ChangeLog 2003-04-24 and 2003-04-25
8374 * src/gtk/pluginwindow.c
8375 correct another strange float value
8377 2003-04-24 [christoph] 0.8.11claws109
8380 freeze folder item updates when unsetting new flags
8382 * src/gtk/pluginwindow.c
8383 correct strange float value
8385 2003-04-23 [paul] 0.8.11claws108
8387 * sync with 0.8.11cvs33
8388 see ChangeLog 2003-04-23
8390 2003-04-22 [paul] 0.8.11claws107
8395 src/pgptext.[ch] ** REMOVED **
8396 remove pgptext.[ch] as its not used any more
8398 2003-04-22 [paul] 0.8.11claws106
8400 * sync with 0.8.11cvs31
8401 see ChangeLog 2003-04-21 and 2003-04-22
8403 2003-04-21 [alfons] 0.8.11claws105
8406 No access to GTK structures if we're a spawned child
8407 (and clean up code a little bit...) Should fix #126.
8409 2003-04-21 [melvin] 0.8.11claws104
8411 * src/plugins/dillo_viewer/README
8412 Improved slightly the text.
8414 2003-04-21 [melvin] 0.8.11claws103
8416 * src/plugins/dillo_viewer/README *** NEW ***
8417 Added a README file for the Dillo plugin
8422 tools/outlook2sylpheed.pl
8423 updated and improved by Ricardo Mones Lastra
8425 2003-04-18 [oliver] 0.8.11claws102
8428 * src/prefs_account.h
8429 remove Pop3SessionType (used by selective download)
8430 * src/prefs_toolbar.c
8431 enable set Default Toolbar button
8433 2003-04-18 [paul] 0.8.11claws101
8435 * sync with 0.8.11cvs29
8436 see ChangeLog 2003-04-18
8438 2003-04-17 [paul] 0.8.11claws100
8440 * src/prefs_common.[ch]
8442 remove 'Open next message on deletion' option,
8443 as the same effect can now be achieved via the
8444 'Always open messages in summary when selected'
8447 2003-04-17 [paul] 0.8.11claws99
8449 * sync with 0.8.11cvs28
8450 see ChangeLog 2003-04-17
8452 2003-04-17 [christoph] 0.8.11claws98
8454 * ac/spamassassin.m4
8455 * src/plugins/spamassassin/libspamc.[ch]
8456 * src/plugins/spamassassin/utils.[ch]
8457 sync libspamc with SpamAssassin project
8459 2003-04-17 [christoph] 0.8.11claws97
8461 * src/common/socket.h
8462 * src/gtk/sslcertwindow.h
8463 rename old USE_SSL to USE_OPENSSL
8465 2003-04-17 [paul] 0.8.11claws96
8467 * src/prefs_common.h
8468 use gulong for P_COLOR so that it compiles/runs on
8469 64-bit systems. Patch submitted by James Noyes
8470 <jnoyes-claws@retrogeeks.com>
8475 2003-04-17 [paul] 0.8.11claws95
8477 * sync with 0.8.11cvs27
8478 see ChangeLog 2003-04-16
8480 2003-04-15 [paul] 0.8.11claws94
8482 * src/prefs_common.[ch]
8483 rearrange to stop the window getting too long:
8484 move Receive dialog stuff to Receive tab
8485 move Send dialog to Send tab
8486 remove Dialogs frame
8487 rename 'Open messages in summary with cursor keys' to
8488 'Always open messages in summary when selected', as its
8491 2003-04-15 [paul] 0.8.11claws93
8493 * src/prefs_common.[ch]
8495 add new option '/Interface/Open next message on deletion'
8497 2003-04-15 [paul] 0.8.11claws92
8499 * src/summaryview.[ch]
8500 add /Mark/Lock and /Mark/Unlock to the pop-up
8501 menu. Patch submitted by Ivan Francolin Martinez
8502 <ivanfm@users.sourceforge.net>
8504 2003-04-15 [paul] 0.8.11claws91
8506 * sync with 0.8.11cvs24
8507 see ChangeLog 2003-04-15
8509 2003-04-14 [jens] 0.8.11claws90
8511 * updated German translation and some corrections from
8512 Roland Bless <bless@tm.uka.de>
8514 2003-04-14 [paul] 0.8.11claws89
8516 * sync with 0.8.11cvs22
8517 see ChangeLog 2003-04-14
8519 2003-04-13 [paul] 0.8.11claws88
8521 * src/plugins/clamav/clamav_plugin.c
8525 2003-04-12 [paul] 0.8.11claws87
8527 * src/plugins/clamav/clamav_plugin.c
8528 activate enable/disable archive scanning option
8530 * src/plugins/clamav/.cvsignore ** NEW FILE **
8532 2003-04-12 [paul] 0.8.11claws86
8534 * src/plugins/Makefile.am
8535 src/plugins/clamav/Makefile.am ** NEW FILE **
8536 src/plugins/clamav/README ** NEW FILE **
8537 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
8538 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
8539 add Clam AntiVirus plugin
8541 2003-04-12 [paul] 0.8.11claws85
8543 * sync with 0.8.11cvs21
8544 see ChangeLog 2003-04-11
8546 2003-04-11 [paul] 0.8.11claws84
8549 update Spanish translation. Submitted by Ricardo
8552 2003-04-10 [christoph] 0.8.11claws83
8555 fix typo that did not move unfiltered mails to destination
8558 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8559 when filtering from spool)
8561 2003-04-10 [christoph] 0.8.11claws82
8564 use BODY.PEEK instead of BODY in in message fetch operation
8565 to make sure the IMAP server does not set the \Seen flag for
8566 messages. Sylpheed does that later itself, when the message
8567 is opened in sylpheed
8569 (closes Bug 111 Claws destroys unread marks)
8571 2003-04-09 [oliver] 0.8.11claws81
8574 fix crash in folder_destroy
8576 remove selective download
8578 2003-04-09 [christoph] 0.8.11claws80
8581 fix crash in imap_get_msginfo() when then fetched message
8584 (closes Bug 110 Crash during mail composition)
8586 2003-04-08 [christoph] 0.8.11claws79
8589 * src/prefs_account.c
8590 Filter new messages that are found in an INBOX folder
8591 when 'Filter messages on receiving' is enabled in the
8592 Folder's AccountPrefs. This allows to use Sylpheed's
8593 filtering engine for IMAP folders where messages are
8594 added to the INBOX by a MTA
8596 2003-04-08 [paul] 0.8.11claws78
8599 clean up after last commit
8601 2003-04-08 [paul] 0.8.11claws77
8603 * sync with 0.8.11cvs20
8604 see ChangeLog 2003-04-07 and 2003-04-08
8606 2003-04-07 [christoph] 0.8.11claws76
8608 * src/filtering.[ch]
8612 add procmsg_msginfo_filter() to execute filtering actions
8614 2003-04-06 [christoph] 0.8.11claws75
8617 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8619 2003-04-06 [christoph] 0.8.11claws74
8621 * src/common/utils.[ch]
8622 add g_int_compare() function for slist sorting
8625 fetch all MsgInfos with one command in imap_get_msginfos()
8626 using an imap set with a list of ranges
8629 use new g_int_compare() function
8631 2003-04-06 [thorsten] 0.8.11claws73
8634 corrected implementation of mh_folder_destroy()
8636 2003-04-05 [christoph] 0.8.11claws72
8653 * src/gtk/gtkutils.c
8654 o rename structure field names class and new to klass and
8655 new_msgs, to allow including files in C++
8656 o add 'extern "C"' block to some header files
8657 o add MsgInfoList and MsgNumberList as alias for GSList for
8658 developers to know what type of list is expected
8660 * src/plugins/image_viewer/plugin.c
8661 * src/plugins/image_viewer/viewer.[ch]
8662 * src/plugins/image_viewer/viewerprefs.[ch]
8663 rename function names to prevent conflicts
8665 2003-04-05 [paul] 0.8.11claws71
8667 * sync with 0.8.11cvs18
8668 see ChangeLog 2003-04-03 and 2003-04-04
8670 2003-04-02 [christoph] 0.8.11claws70
8674 * src/mbox_folder.[ch]
8677 o Make all virtual folder functions private
8678 o remove unused folder code
8680 * src/common/socket.[ch]
8684 2003-03-30 [alfons] 0.8.11claws69
8686 * src/send_message.c
8687 remove two debug traces and see if people still report
8690 2003-03-30 [alfons] 0.8.11claws68
8692 * src/send_message.c
8693 * src/commons/session.c
8694 add more debug traces
8696 2003-03-30 [christoph] 0.8.11claws67
8699 change processing folder name from .processing to processing
8702 disable SSL certificate check because it causes Xlib error
8703 when the child process want's to open an GTK window
8705 2003-03-30 [christoph] 0.8.11claws66
8708 don't use default folder for processing folder item because
8709 it can be a non local folder
8711 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8713 2003-03-30 [alfons] 0.8.11claws65
8715 * src/send_message.c
8716 try fixing crashes when sending messages: my gcc 2.95.4 seems
8717 to generate bad code for 'send_send_data_progressive': When
8718 called from 'send_send_data_finished', the 'data' pointer is
8719 cleared just before the assignment to the dialog pointer
8721 2003-03-29 [christoph] 0.8.11claws64
8723 * src/common/prefs.h
8724 * src/plugins/image_viewer/Makefile.am
8725 * src/plugins/image_viewer/plugin.c
8726 * src/plugins/image_viewer/viewer.[ch]
8727 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
8728 add PrefsPage for ImageViewer
8730 2003-03-28 [thorsten] 0.8.11claws63
8732 * src/common/session.c
8735 2003-03-28 [paul] 0.8.11claws62
8737 * sync with 0.8.11cvs16
8738 see ChangeLog 2003-03-28
8740 2003-03-28 [paul] 0.8.11claws61
8742 * sync with 0.8.11cvs15
8743 see ChangeLog 2003-03-28
8745 2003-03-27 [christoph] 0.8.11claws60
8749 * src/common/socket.[ch]
8750 set socket state to DISCONNECTED when any operation
8751 fails to allow reconnecting in IMAP code without
8752 checking the return code of all calls to the command
8757 remove some more stuff that depends on specific
8760 2003-03-27 [paul] 0.8.11claws59
8762 * sync with 0.8.11cvs14
8763 see ChangeLog 2003-03-27
8765 * src/selective_download.[ch] ** REMOVED **
8768 2003-03-27 [christoph] 0.8.11claws58
8771 fix handling of tmp_flags in flag copy function
8773 2003-03-27 [paul] 0.8.11claws57
8775 * sync with 0.8.11cvs13
8776 see ChangeLog 2003-03-27
8778 2003-03-27 [oliver] 0.8.11claws56
8781 remove sel_download_cb
8783 2003-03-27 [oliver] 0.8.11claws55
8788 2003-03-26 [oliver] 0.8.11claws54
8793 remove selective donwload readme
8795 2003-03-26 [oliver] 0.8.11claws53
8797 * src/matcher_parser_parse.y
8799 * src/prefs_account.[ch]
8800 * src/prefs_filtering.c
8801 remove selective donwload
8803 2003-03-26 [oliver] 0.8.11claws52
8808 remove selective donwload
8810 2003-03-26 [oliver] 0.8.11claws51
8813 * src/selective_download.[ch] ** REMOVE **
8815 2003-03-26 [christoph] 0.8.11claws50
8818 fix NEWS that got broken by a sync with sylpheed-main
8820 2003-03-26 [christoph] 0.8.11claws49
8823 fix mime type guessing when no mime type is found for a file
8825 2003-03-25 [christoph] 0.8.11claws48
8829 remove mime type guessing from mime parser and use
8830 name based mime types in viewer lookup for mime type
8831 application/octet-stream
8833 2003-03-25 [christoph] 0.8.11claws47
8835 * doc-src/readme.txt
8836 * doc-src/rfc2554.txt
8837 add RFC about SMTP AUTH
8839 * src/send_message.c
8840 * src/common/smtp.[ch]
8841 add extra error code for authentication errors and
8842 clear temporary password when this error occurs
8844 (closes Bug 84 authentication failure while sending should
8845 prompt for password again)
8847 2003-03-25 [christoph] 0.8.11claws46
8851 * src/imageview.[ch] ** REMOVE **
8852 * src/messageview.[ch]
8854 * src/prefs_common.[ch]
8856 * src/plugins/Makefile.am
8857 * src/plugins/image_viewer/.cvsignore ** NEW **
8858 * src/plugins/image_viewer/Makefile.am ** NEW **
8859 * src/plugins/image_viewer/plugin.c ** NEW **
8860 * src/plugins/image_viewer/viewer.[ch] ** NEW **
8861 move image viewer into a plugin (building is enabled by default)
8862 [ToDo: Prefs for resize and autoview]
8864 2003-03-25 [paul] 0.8.11claws45
8866 * sync with 0.8.11cvs12
8867 see ChangeLog 2003-03-26
8869 2003-03-25 [paul] 0.8.11claws44
8871 * sync with 0.8.11cvs11
8872 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8874 Note: Selective Download is broken.
8876 2003-03-22 [christoph] 0.8.11claws43
8879 code cleanup for flags copying
8881 2003-03-22 [christoph] 0.8.11claws42
8883 * src/plugins/trayicon/trayicon.c
8884 fix setting the transparent area when the window size
8885 is forced by the system tray
8887 2003-03-22 [christoph] 0.8.11claws41
8889 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
8890 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
8891 * src/plugins/trayicon/newmail.xpm ** NEW **
8892 * src/plugins/trayicon/nomail.xpm ** NEW **
8893 * src/plugins/trayicon/trayicon.c
8894 * src/plugins/trayicon/unreadmail.xpm ** NEW **
8895 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8896 o add icon for unread mails
8897 o set transparency for window
8899 2003-03-22 [christoph] 0.8.11claws40
8902 init news session to prevent crash when session is closed
8904 2003-03-22 [christoph] 0.8.11claws39
8907 * src/common/session.[ch]
8908 Init session data to make sure we don't have invalid pointers
8909 for read_ch and write_ch when new multi process sessions are
8913 * src/common/plugin.c
8914 * src/common/sylpheed.c
8915 * src/plugins/demo/demo.c
8916 * src/plugins/dillo_viewer/dillo_viewer.c
8917 * src/plugins/mathml_viewer/mathml_viewer.c
8918 * src/plugins/spamassassin/spamassassin.c
8919 * src/plugins/spamassassin/spamassassin_gtk.c
8920 add plugin types to allow loading plugins at different times
8921 (and maybe for different frontends), because it's not good to
8922 load GTK-Plugins gefore gtk_init was called
8925 * src/plugins/Makefile.am
8926 * src/plugins/trayicon/.cvsignore ** NEW **
8927 * src/plugins/trayicon/Makefile.am ** NEW **
8928 * src/plugins/trayicon/eggtrayicon.c ** NEW **
8929 * src/plugins/trayicon/eggtrayicon.h ** NEW **
8930 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
8931 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
8932 * src/plugins/trayicon/trayicon.c ** NEW **
8933 New Trayicon plugin that shows an icon in a systray that uses
8934 XEMBED protocol like Gnome's systray. Icon shows if there
8935 are new mails and a tooltip shows information about new,
8936 unread and total messages.
8938 2003-03-22 [paul] 0.8.11claws38
8941 fix ESMTP AUTH CRAM-MD5
8942 [sync with main (still version 0.8.11cvs6), see
8943 ChangeLog 2003-03-22]
8945 2003-03-21 [colin] 0.8.11claws37
8947 * src/send_message.c
8948 Fix USE_SSL => USE_OPENSSL
8950 2003-03-21 [colin] 0.8.11claws36
8953 Fix counts in drag and dropped subfolders
8955 2003-03-21 [colin] 0.8.11claws35
8959 speed up a bit folder dnd
8961 2003-03-20 [alfons] 0.8.11claws34
8966 don't send locked queue messages
8967 (feature request "[ 705245 ] Locking message in outbox
8968 should prevent sending")
8970 2003-03-20 [christoph] 0.8.11claws33
8973 remove NEW and UNREAD flag in special folders when scanning
8976 fix ESMTP AUTH CRAM-MD5
8978 2003-03-20 [paul] 0.8.11claws32
8980 * src/prefs_account.c
8981 Re-write 'Tunnel command to open connection' as
8982 'Use command to communicate with server', and disable
8983 it for all except IMAP accounts
8985 2003-03-20 [paul] 0.8.11claws31
8987 * sync with 0.8.11cvs6
8988 see ChangeLog 2003-03-20
8990 2003-03-19 [match] 0.8.11claws30
8993 include documentation. minor refactoring.
8994 * src/addr_compl.[ch]
8995 * src/addrindex.[ch]
8996 * src/addresbook.[ch]
8998 re-enable address lookup (was disabled in
9001 2003-03-19 [christoph] 0.8.11claws29
9004 add temp flag handling, will make moving and copying
9005 messages possible again
9008 correct calulation of folder stats
9010 2003-03-18 [match] 0.8.11claws28
9013 remove case sensitive comparison (closes bug 80).
9015 2003-03-18 [christoph] 0.8.11claws27
9018 fix imap using a tunnel command
9022 2003-03-18 [christoph] 0.8.11claws26
9027 rewrite flag handling for folders
9029 2003-03-18 [christoph] 0.8.11claws25
9034 unset NEW and UNREAD flags when message is ignored, to make
9035 sure messages don't show up as unread on other IMAP clients,
9036 because the IGNORE_THREAD flag can not be syncronized through
9039 2003-03-17 [christoph] 0.8.11claws24
9042 don't use recursion to fetch uids when the number of messages
9043 does not match. Moved code into subfunction that is used
9044 again when needed, to prevent an endless loop.
9046 2003-03-17 [thorsten] 0.8.11claws23
9048 * src/imageview.[ch]
9049 export imageview_get_resized_size() (for plugins)
9050 * src/prefs_common.[ch]
9051 added prefs_common_get() (for plugins)
9053 2003-03-17 [christoph] 0.8.11claws22
9056 o remove UID guessing from copy code
9057 o support UIDPLUS extension for APPEND command
9059 2003-03-17 [paul] 0.8.11claws21
9062 remove 'Compiled-plugins' section.
9064 * src/plugins/dillo_viewer/dillo_viewer.c
9065 slight change to description text
9067 2003-03-16 [match] 0.8.11claws20
9068 * src/ldapserver.[ch] ** NEW **
9069 * src/ldapctrl.[ch] ** NEW **
9070 * src/ldapquery.[ch] ** NEW **
9071 * src/ldaputil.[ch] ** NEW **
9072 * src/addrcindex.[ch] ** NEW **
9073 * src/addrquery.h ** NEW **
9075 * src/addrcache.[ch]
9076 * src/addrindex.[ch]
9077 * src/addr_compl.[ch]
9078 * src/addressbook.[ch]
9083 * src/editldap_basedn.c
9087 included dynamic LDAP queries. improved address
9090 2003-03-16 [paul] 0.8.11claws19
9092 * tools/multiwebsearch.pl
9095 2003-03-16 [christoph] 0.8.11claws18
9098 * src/plugins/dillo_viewer/dillo_viewer.c
9099 * src/plugins/mathml_viewer/mathml_viewer.c
9100 make unregistering of MimeViewerFactorys possible
9102 2003-03-16 [alfons] 0.8.11claws17
9107 2003-03-16 [melvin] 0.8.11claws16
9109 * src/plugins/dillo_viewer.c
9110 Fixed bug where it was not possible to view more than
9111 one text/html attachment per message (bug discovered
9112 by Christoph Hohmann).
9114 2003-03-15 [melvin] 0.8.11claws15
9116 * src/prefs_actions.c
9117 Fixed compilation warnings.
9119 2003-03-15 [melvin] 0.8.11claws14
9121 * src/plugins/Makefile.am
9122 * src/plugins/dillo_viewer/.cvsignore ** NEW **
9123 * src/plugins/dillo_viewer/Makefile.am ** NEW **
9124 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
9125 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9126 newer (http://dillo.auriga.wearlab.de/).
9128 2003-03-15 [christoph] 0.8.11claws13
9131 don't query imap folder for attributes because we already
9132 for them from imap_status
9135 add support for plugable MimeViewers (unloading Viewers
9138 * src/plugins/Makefile.am
9139 * src/plugins/mathml_viewer/.cvsignore ** NEW **
9140 * src/plugins/mathml_viewer/Makefile.am ** NEW **
9141 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
9142 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9143 widget from http://helm.cs.unibo.it/mml-widget/
9145 2003-03-14 [christoph] 0.8.11claws12
9148 o error return code's should better be negative
9149 o replace printf with debug_print
9152 improve IMAP folder scan by checking UID-NEXT
9155 remove check that are unnecessary in my opinion
9157 2003-03-13 [christoph] 0.8.11claws11
9166 * src/prefs_scoring.c
9168 use a common function to get a displayable name
9171 2003-03-13 [paul] 0.8.11claws10
9175 tools/multiwebsearch.conf ** NEW FILE **
9176 tools/multiwebsearch.pl ** NEW FILE **
9177 add multiwebsearch Actions script
9179 2003-03-13 [colin] 0.8.11claws9
9182 Remove leading emtpy lines from quoted text
9185 2003-03-13 [melvin] 0.8.11claws8
9187 * src/prefs_actions.c
9190 Added Cancel and OK buttons
9193 2003-03-13 [christoph] 0.8.11claws7
9203 replace more folder type stuff with folder class stuff
9205 2003-03-13 [melvin] 0.8.11claws6
9207 * src/prefs_actions.c
9209 %u: user provided argument
9210 %h: user provided argument (hidden on input)
9211 %s: current text selection in the message view
9213 2003-03-13 [paul] 0.8.11claws5
9215 * sync with 0.8.11cvs5
9216 see ChangeLog 2003-03-11, 2003-03-12
9218 2003-03-12 [christoph] 0.8.11claws4
9221 use folder class idstr when writing folderlist.xml
9226 replace folder type checks with folder class checks
9228 2003-03-12 [christoph] 0.8.11claws3
9233 * src/mbox_folder.[ch]
9236 o create a list of known folder classes in the folder system
9237 o use folder class id strings for folder item identifiers
9239 2003-03-12 [christoph] 0.8.11claws2
9242 fix imap uid validity check
9244 2003-03-12 [christoph] 0.8.11claws1
9255 * src/prefs_scoring.c
9259 initial restructuring of folder system, seperating
9260 folders and folder classes
9262 2003-03-12 [paul] 0.8.11claws
9266 2003-03-12 [christoph]
9268 * src/gtk/prefswindow.c
9269 fix translation of "Page Index"
9271 2003-03-12 [paul] 0.8.10claws110
9273 a sync from 0.8.11cvs4 before the release
9275 * src/common/utils.c
9276 subject_compare_for_sort(): allow null strings (fixes
9279 2003-03-11 [paul] 0.8.10claws109
9282 update Spanish translation, submitted by
9283 Ricardo Mones Lastra
9285 2003-03-11 [melvin] 0.8.10claws108
9288 Updated French translations
9290 2003-03-11 [paul] 0.8.10claws107
9292 * manual/en/Makefile.am
9294 update English manual, add a new page
9295 updated by Francois Barriere <fbarriere@atmel.fr>
9300 update Bulgarian, Italian, and Serbian translations
9301 submitted by George Danchev, Alessandro Maestri, and
9304 2003-03-10 [paul] 0.8.10claws106
9307 src/gtk/prefswindow.c
9308 make some strings translatable
9310 2003-03-10 [darko] 0.8.10claws105
9313 code cleanup to make Hiro happy
9315 2003-03-10 [paul] 0.8.10claws104
9317 * sync with 0.8.11cvs2
9318 see ChangeLog 2003-03-10
9320 2003-03-09 [melvin] 0.8.10claws103
9323 textview_set_font(): fix for message display in
9324 UTF-8 locales (thanks to Sergey Vlasov).
9325 (was unintentionnaly reverted in 0.8.6claws6)
9327 2003-03-08 [darko] 0.8.10claws102
9330 fix infinite loop in wrapping as reported
9332 obsoletes patch #696482
9334 2003-03-08 [christoph] 0.8.10claws101
9337 add workaround for IMAP servers that do not
9338 support the "UID SEARCH UID" command
9340 2003-03-07 [christoph] 0.8.10claws100
9342 * src/plugins/spamassassin/spamassassin.[ch]
9343 * src/plugins/spamassassin/spamassassin_gtk.c
9346 2003-03-07 [paul] 0.8.10claws99
9349 updated Spanish translation, submitted by
9350 Ricardo Mones Lastra
9352 2003-03-07 [christoph] 0.8.10claws98
9355 fix in 0.8.10claws94 was wrong
9356 local delivery does not require escaping, remove escaping
9357 code to make signatures of mails with "." lines valid
9359 NOTE: requires that sendmail is executed with "-i" option,
9360 what is the default now, but has to be changed in all
9363 2003-03-07 [paul] 0.8.10claws97
9365 * sync with 0.8.11 release
9366 see ChangeLog 2003-03-07
9368 2003-03-06 [paul] 0.8.10claws96
9371 revert commit 0.8.10claws92
9373 2003-03-06 [paul] 0.8.10claws95
9376 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9379 fix bug 74, 'Crash opening editor window with pseudo-color
9382 Patches submitted by Kevin Vigor <kevin@vigor.nu>
9384 2003-03-06 [christoph] 0.8.10claws94
9387 fix rfc2821 (4.5.2) violation in SMTP data sending,
9388 all lines starting with a period get an extra period
9390 (found by Simon 'corecode' Schubert)
9392 2003-03-06 [paul] 0.8.10claws93
9395 if configured font can't be loaded fall back to gtk
9396 default. (with thanks to Christoph)
9398 closes long-standing bug 15 'Crashes on startup'
9400 2003-03-06 [paul] 0.8.10claws92
9403 freeze text before autosave and thaw afterwards
9404 fixes bug 67 'autosave make re-rediting message crazy'
9406 2003-03-06 [christoph] 0.8.10claws91
9409 ignore address comment in dupe check for Cc-list
9411 (closes reopened bug 47 Replying to message strips name part of
9412 e-mail addresses of Cc: lines)
9414 2003-03-06 [paul] 0.8.10claws90
9417 remove reference to gtkxtext.h as its no longer in
9420 2003-03-06 [paul] 0.8.10claws89
9422 * sync with 0.8.10cvs25
9423 see ChangeLog 2003-03-06
9425 2003-03-06 [oliver] 0.8.10claws88
9430 2003-03-06 [oliver] 0.8.10claws87
9433 remove changes introduced inclaws74
9435 another attempt to sanely delete and update
9436 messages deleted in separate messageview
9438 2003-03-05 [christoph] 0.8.10claws86
9441 check if "From" matches any account's address if
9442 addressbook completion of addresses is disabled too
9444 (closes Bug 70 "Display recipient in from" doesn't check
9445 folder's default account)
9447 2003-03-05 [christoph] 0.8.10claws85
9450 * src/common/utils.[ch]
9451 don't strip address comments when building Cc lists
9453 (closes Bug 47 Replying to message strips name part of e-mail addresses
9457 fix return value of copy function
9459 2003-03-05 [christoph] 0.8.10claws84
9462 don't ask imap server for non rfc822 headers
9464 (closes bug 71 IMAP FETCH asks for FROM header field twice)
9467 destroy session on socket error to allow reconnecting
9469 2003-03-05 [christoph] 0.8.10claws83
9472 fix building with gnome when no prefix is set
9474 (closes bug 66 Gnome directory is set to NONE)
9476 2003-03-05 [paul] 0.8.10claws82
9478 * sync with 0.8.10cvs23
9479 see ChangeLog 2003-03-05
9481 2003-03-04 [christoph] 0.8.10claws81
9484 o fix moving and copying when folder returns 0 for new
9486 o remove some code for single message copy and move
9487 operations and use functions for multiple messages
9489 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9492 remove unused include
9494 2003-03-04 [paul] 0.8.10claws80
9497 list 'Compiled plugins'
9499 2003-03-03 [christoph] 0.8.10claws79
9502 have to multiply the percentage of the current fetch with
9503 the percentage that it has of the total fetch operation
9506 2003-03-03 [christoph] 0.8.10claws78
9509 fix calculation of expected lines for progress indicator
9511 2003-03-03 [christoph] 0.8.10claws77
9514 * src/common/utils.c
9515 fix segfault when opening the root news folder
9517 2003-03-03 [christoph] 0.8.10claws76
9519 * src/mainwindow.[ch]
9520 * src/common/Makefile.am
9521 * src/common/progressindicator.[ch]
9522 add UI independent progress indicator handling
9525 use new progress indicator for message info fetching
9527 * src/common/hooks.h
9530 2003-03-03 [oliver] 0.8.10claws75
9534 removed commented code
9536 2003-03-03 [oliver] 0.8.10claws74
9539 cleanups and refactoring
9541 compose_reply_mode reply & forwarding interface for
9544 act on messages marked for deletion in folderview_selected
9545 based on prefs_common.immediate_exec since a message might
9546 have been deleted by messageview in a folder we are changing
9547 to (does anybody understand what I'm on about ?)
9549 2003-03-03 [oliver] 0.8.10claws73
9551 * src/messageview.[ch]
9553 - messageview_delete: delete message shown in messagview
9554 - messageview_update_view: update messageview to currently
9555 selected summaryview message
9556 - add separate messageview to msgview_list in order to update
9557 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9558 * src/summaryview.[ch]
9559 summary_get_selection returns a list of selected msgs
9562 toolbar reply refactoring
9564 2003-03-03 [paul] 0.8.10claws72
9566 * sync with 0.8.10cvs21
9567 see ChangeLog 2003-03-03
9569 2003-03-02 [christoph] 0.8.10claws71
9571 * src/common/passcrypt.c
9574 2003-03-02 [christoph] 0.8.10claws70
9577 * src/prefs_account.c
9578 * src/prefs_gtk.[ch]
9579 * src/common/.cvsignore
9580 * src/common/Makefile.am
9581 * src/common/passcrypt.c ** NEW **
9582 * src/common/passcrypt.h.in ** NEW **
9583 Implement password encryption in config files
9584 using unix encrypt and setkey functions. The crypt
9585 key can be set as a configure parameter. Old
9586 passwords will be converted if they do not begin
9589 2003-03-02 [paul] 0.8.10claws69
9591 * src/prefs_account.c
9594 2003-03-01 [thorsten] 0.8.10claws68
9602 corrected format strings
9605 (fix compile errors with GNU gettext-0.11.5)
9607 2003-03-01 [oliver] 0.8.10claws67
9610 menu callbacks call toolbar_menu_reply
9612 2003-03-01 [oliver] 0.8.10claws66
9616 menu callbacks call toolbar_menu_reply
9618 callbacks from menu handled by toolbar_menu_reply
9620 2003-03-01 [paul] 0.8.10claws65
9623 revert commit 0.8.10claws54 - breaks editing of
9627 update Bulgarian translation, submitted by
9630 2003-02-28 [christoph] 0.8.10claws64
9636 * src/gtkxtext.h ** REMOVE **
9642 * src/prefs_common.c
9643 * src/prefs_matcher.c
9644 * src/procheader.[ch]
9647 * src/common/ssl_certificate.c
9648 * src/gtk/colorlabel.c
9651 o remove code obsoleted by new cache and folder system rework
9653 2003-02-28 [oliver] 0.8.10claws63
9656 * fix bug where reply in Messageview replied to
9657 Message displayed in summaryview
9658 (reportedd via ML by chinatinte at gmx dot ch)
9659 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9660 didn't work in separate MessageView Toolbar
9661 (wondering if anybody uses this at all ?)
9662 * src/summaryview.[ch]
9663 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9664 (generalize reply and forward code);
9666 remove focus_in event which updated summaryview to messageview
9668 2003-02-28 [paul] 0.8.10claws62
9671 add the --check option
9672 Patch submitted by Ricardo Mones Lastra
9674 2003-02-28 [paul] 0.8.10claws61
9676 * src/prefs_account.c
9677 re-order 'Signature' items
9679 2003-02-28 [paul] 0.8.10claws60
9681 * sync with 0.8.10cvs20
9682 see ChangeLog 2003-02-28
9684 2003-02-28 [paul] 0.8.10claws59
9687 update to reflect recent movement of files
9689 2003-02-28 [paul] 0.8.10claws58
9691 * sync with 0.8.10cvs19
9692 see ChangeLog 2003-02-28
9694 2003-02-27 [martin] 0.8.10claws57
9696 * src/prefs_matcher.c
9697 fix segfault in prefs_matcher_ok() when the
9698 last entry is deleted and prevents that the
9699 message "entry not saved" comes up after deleting
9702 2003-02-27 [martin] 0.8.10claws56
9704 * src/prefs_filtering.c
9705 fix segfault in prefs_filtering_ok() when the
9706 last entry is deleted and prevents that the
9707 message "entry not saved" comes up after deleting
9710 2003-02-27 [paul] 0.8.10claws55
9712 * sync with 0.8.10cvs18
9713 see ChangeLog 2003-02-27
9715 2003-02-27 [paul] 0.8.10claws54
9718 fix bug where the address book crashes with
9720 Patch [687729] submitted by David Frager
9721 <dbfrager@users.sourceforge.net>
9723 2003-02-25 [christoph] 0.8.10claws53
9726 * src/colorlabel.[ch] ** REMOVE **
9727 * src/gtk/Makefile.am
9728 * src/gtk/colorlabel.[ch] ** NEW **
9729 move colorlabel files to gtk directory
9731 * src/esmtp.[ch] ** REMOVE **
9732 has been merged into smtp.[ch] in 0.7.5
9734 2003-02-25 [christoph] 0.8.10claws52
9737 * src/about.[ch] ** REMOVE **
9738 * src/gtk/Makefile.am
9739 * src/gtk/about.[ch] ** NEW **
9740 move about files to gtk directory
9742 2003-02-25 [christoph] 0.8.10claws51
9745 some code optimization of folder scanning code
9747 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9749 2003-02-25 [christoph] 0.8.10claws50
9752 * src/common/sylpheed.c
9753 add command line parameter parsing to common code
9755 2003-02-24 [christoph]
9759 fix gnome prefix problems, the configure script now removed
9760 `gnome-config --prefix` from `gnome-config --datadir`
9761 and adds $(prefix} instead
9763 (closes Bug 24 Makefile does not respect prefix when installing
9766 2003-02-24 [christoph] 0.8.10claws49
9769 check for valid session before trying to authenticate
9771 (closes Bug 60 crash if "authenticate on logon" is activated
9772 and newsserver-hostname is not valid)
9774 2003-02-24 [melvin] 0.8.10claws48
9776 * src/prefs_actions.c
9777 Make sure all user's input is sent to the action and then
9780 2003-02-23 [alfons] 0.8.10claws46
9783 also wait cursor when deleting files
9787 * tools/freshmeat_search.pl
9788 tools/google_search.pl
9789 scripts should now work for any browser/browser command line
9791 2003-02-22 [christoph] 0.8.10claws45
9794 fix IMAP flag setting, IMAP flag is not handled correctly
9795 anymore by the folder system and information about the
9796 folder should not be saved in the MsgInfo (in my opinion)
9798 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9800 2003-02-22 [christoph] 0.8.10claws44
9803 fix spelling of "label" ;-)
9805 2003-02-22 [thorsten] 0.8.10claws43
9808 src/prefs_common.[ch]
9810 do not use description as attachment name
9812 2003-02-22 [alfons] 0.8.10claws42
9815 freeze/thaw folder item updates when changing color labels,
9816 and put a wait cursors on
9818 2003-02-22 [thorsten] 0.8.10claws41
9821 save-all fixes: crash if invoked on multipart container,
9822 mimeinfo access, pathseparators, error dialog
9824 2003-02-21 [alfons] 0.8.10claws40
9829 2003-02-21 [colin] 0.8.10claws39
9834 2003-02-21 [colin] 0.8.10claws38
9837 Freeze/thaw folderItem updates when filtering messages
9838 via Tools/Filter messages
9840 2003-02-21 [paul] 0.8.10claws37
9843 revert commit 0.8.10claws26, there are ulterior motives
9844 for users to set a Reply-To header when posting to
9847 2003-02-21 [paul] 0.8.10claws36
9849 * sync with 0.8.10cvs17
9850 see ChangeLog 2003-02-21
9852 2003-02-20 [christoph] 0.8.10claws35
9855 IMAP UID fetch speedup using SEARCH
9857 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9860 fix problem with UIDs in IMAP UID cache that no longer existed
9862 2003-02-20 [christoph] 0.8.10claws34
9867 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9869 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9872 Rewrite imap_cmd_gen_recv use sock_getline instead
9873 of sock_gets to avoid problems with too long reply
9876 2003-02-20 [colin] 0.8.10claws33
9878 * src/prefs_account.c
9881 2003-02-20 [colin] 0.8.10claws32
9884 Remove useless '&& !to_sender'
9889 change my e-mail address
9891 2003-02-19 [colin] 0.8.10claws31
9893 * src/prefs_common.c
9894 X11 style colors for every configurable color
9896 2003-02-19 [alfons] 0.8.10claws30
9898 * src/prefs_gtk.[ch]
9899 * src/prefs_common.c
9900 for color_new accept both plain integers and X11 style color
9901 names (as found in /usr/lib/X11/rgb.txt)
9903 2003-02-19 [paul] 0.8.10claws29
9906 add tooltips to online/offline button and account selector
9909 2003-02-19 [paul] 0.8.10claws28
9913 src/prefs_account.[ch]
9914 src/prefs_common.[ch]
9915 move 'Maximum number of articles to download' to
9917 clean up account prefs gui a little by hiding entries
9918 rather then greying out entries
9920 2003-02-19 [hiro] 0.8.10claws27
9922 * src/common/utils.c
9923 fix bug #54 'yesterdays date is displayed in the message
9926 2003-02-19 [paul] 0.8.10claws26
9929 fix bug reported in Feature Request [688596]
9930 'Reply-to header in news'
9932 2003-02-18 [paul] 0.8.10claws25
9935 add a 'List all keys' button to key selection dialog
9937 2003-02-18 [colin] 0.8.10claws24
9939 * src/stock_pixmap.c
9942 2003-02-18 [colin] 0.8.10claws23
9944 * src/common/smtp.[ch]
9946 Try to starttls if it seems to be the only
9947 way to authenticate a user
9949 2003-02-18 [paul] 0.8.10claws22
9953 src/stock_pixmap.[ch]
9954 src/pixmaps/drafts_close.xpm ** NEW FILE **
9955 src/pixmaps/drafts_open.xpm ** NEW FILE **
9956 as a Drafts folder is a special folder allow it to have
9957 its own unique icons
9959 2003-02-18 [colin] 0.8.10claws21
9962 Fix port selection when using starttls
9964 2003-02-18 [paul] 0.8.10claws20
9967 src/prefs_common.[ch]
9968 make blue the default new mail colour
9970 2003-02-18 [paul] 0.8.10claws19
9972 * sync with 0.8.10cvs14
9973 see ChangeLog 2003-02-18
9975 2003-02-17 [jens] 0.8.10claws18
9978 fixed a compile problem with gcc 3.3
9979 works on 2.95.3 too (testet on PPC as it is big endian)
9981 2003-02-17 [paul] 0.8.10claws17
9983 * sync with 0.8.10cvs13
9984 see ChangeLog 2003-02-17
9986 2003-02-17 [paul] 0.8.10claws16
9988 * sync with 0.8.10cvs12
9989 see ChangeLog 2003-02-17
9991 2003-02-16 [match] 0.8.10claws15
9994 Eliminates reloading of address data when items
9995 deleted or added. Applied submitted by
9996 Luke Plant <lukeplant@softhome.net>
9998 2003-02-16 [paul] 0.8.10claws14
10001 when a 'protocol error' is encountered disconnect from
10002 the server. This means that the user can carry on viewing
10003 other articles and doesn't have to either wait until the
10004 server timesout or quit sylpheed.
10005 Fixes bug #53 'Unable to read messages in newsgroups,
10006 displayed message doesn't change'
10008 2003-02-15 [christoph] 0.8.10claws13
10011 fix bug that stopped scanning of folders when an
10012 IMAP folder was empty
10014 (closes bug 46 stop scan messages in folders after empty folder)
10018 * tools/Makefile.am
10020 tools/freshmeat_search.pl ** NEW FILE **
10021 tools/google_search.pl ** NEW FILE **
10022 Add 2 Actions scripts which search freshmeat/google
10023 for the selected text using the browser configured
10026 Note: These scripts are very dependent on the format of the
10027 browser command and may not work on every occasion. Testing
10030 2003-02-14 [alfons] 0.8.10claws12
10033 fix breakage because of uninitialized account pointer.
10036 2003-02-14 [paul] 0.8.10claws11
10039 src/prefs_account.[ch]
10040 src/prefs_common.[ch]
10041 move signature settings to Account Prefs
10043 2003-02-14 [paul] 0.8.10claws10
10045 * sync with 0.8.10cvs11
10046 see ChangeLog 2003-02-14
10048 2003-02-13 [thorsten] 0.8.10claws9
10051 revert news progressbar (GUI separation)
10053 2003-02-13 [paul] 0.8.10claws8
10056 make replies behave correctly, re: RFC 1036, Section 2.2.3,
10059 2003-02-13 [paul] 0.8.10claws7
10063 fix 'Follow-up and Reply-to' so that it creates a reply to
10064 the newsgroup and the sender. If the message has the keyword
10065 'poster' in the Followup-To header, all replies go to the
10066 sender, re: RFC 1036, Section 2.2.3
10067 rename all instances of 'ignore_replyto' to 'to_sender', both
10068 were previously used, now we use just one.
10070 2003-02-13 [paul] 0.8.10claws6
10072 * sync with 0.8.10cvs9
10073 see ChangeLog 2003-02-13
10075 2003-02-13 [paul] 0.8.10claws5
10078 show which plugins are configured in the configure
10081 2003-02-12 [thorsten] 0.8.10claws4
10084 show progress while fetching news headers
10086 2003-02-12 [christoph] 0.8.10claws3
10089 * src/plugins/Makefile.am
10090 use AM_CONDITIONAL to enable plugins, automake correctly
10091 manages this when creating distdir
10093 2003-02-12 [christoph] 0.8.10claws2
10095 * ac/spamassassin.m4
10096 * src/plugins/spamassassin/Makefile.am
10097 fix building SpamAssassin plugin without OpenSSL
10099 2003-02-12 [paul] 0.8.10claws1
10103 src/plugins/Makefile.am
10104 fix failure of 'make release'
10106 2003-02-12 [paul] 0.8.10claws
10108 * 0.8.10claws released
10110 2003-02-12 [paul] 0.8.9claws56
10117 updated translations by George Danchev, Ricardo Mones Lastra,
10118 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10121 Allow the building of RPMs by a regular user. Submitted
10124 2003-02-11 [alfons] 0.8.9claws55
10127 don't use pixmaps for label color rect but draw rectangles
10128 so we can respect the color map of palette based visuals
10129 (fixes the long time crashes on Suns - thanks to Andreas
10130 Engel and Steve O'Hara-Smith for testing)
10132 2003-02-11 [christoph] 0.8.9claws54
10134 * src/matcher_parser_parse.y
10135 correct bug where filering rules of not existing folders in
10136 matcherrc were added to global filtering
10138 (closes Debian Bug #180253 - Directory's filter-rules are merged with
10139 main filter-rules after removing directory, http://bugs.debian.org/180253)
10141 2003-02-11 [paul] 0.8.9claws53
10143 * sync with 0.8.10cvs7
10144 see ChangeLog 2003-02-09
10146 2003-02-11 [melvin] 0.8.9claws52
10149 Updated French tranlsations
10151 2003-02-10 [paul] 0.8.9claws51
10154 correct --enable-openssl
10155 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10157 2003-02-09 [martin] 0.8.9claws50
10159 * src/prefs_matcher.c
10160 fix segfault in prefs_matcher_substitute_cb() when
10163 2003-02-09 [paul] 0.8.9claws49
10166 fix bug where a newsgroup folder's processing rules were
10167 merged with the global filtering rules when the newsgroup
10168 folder was deleted, causing some seriously bad results,
10169 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10171 2003-02-08 [melvin] 0.8.9claws48
10174 Corrected and modified an alert message.
10176 2003-02-07 [paul] 0.8.9claws47
10179 fix bug where both an 'Account properties' window and a
10180 'Folder properties' window were opened when clicking on
10181 'Properties' in an NNTP or IMAP folder's popup menu.
10183 2003-02-07 [paul] 0.8.9claws46
10185 * sync with 0.8.10cvs6
10186 see ChangeLog 2003-02-06
10188 2003-02-06 [christoph] 0.8.9claws45
10191 freeze folder updates while importing mbox files
10192 (closes bug 43 importing mbox took hours)
10194 Patch submitted by Jens Rantil <jens.rantil@telia.com>
10196 2003-02-06 [thorsten] 0.8.9claws44
10199 Updated german translations
10201 2003-02-06 [thorsten] 0.8.9claws43
10204 use guint for message numbers (fix count in grouplist dialog)
10206 2003-02-05 [paul] 0.8.9claws42
10208 * sync with 0.8.10cvs2
10209 see ChangeLog 2003-02-05
10211 2003-02-04 [colin] 0.8.9claws41
10213 * src/prefs_common.[ch]
10216 Add an option to disable threading by subject
10218 2003-02-04 [christoph] 0.8.9claws40
10221 only abort fetching mails from multiple accounts when the
10222 error is fatal and does not allow to check any more accounts
10223 (currently only disk full error)
10225 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10226 receive mails for other accouts)
10228 2003-02-04 [christoph] 0.8.9claws39
10231 first add the new message to the cache, then
10232 send the update notification
10234 (closes bug 39 after sending message folderview doesnt get updated)
10236 2003-02-04 [colin] 0.8.9claws38
10239 _really_ fix this Connecting... status
10241 2003-02-04 [paul] 0.8.9claws37
10244 see ChangeLog 2003-02-04
10246 2003-02-04 [paul] 0.8.9claws36
10248 * sync with 0.8.9cvs6
10249 see ChangeLog 2003-02-03
10251 2003-02-04 [paul] 0.8.9claws35
10254 updated by André Filipe de Assunção e Brito
10255 <bedecko@netsite.com.br>
10257 2003-02-03 [thorsten] 0.8.9claws34
10260 Updated german translations
10262 2003-02-02 [paul] 0.8.9claws33
10265 updated by Ricardo Mones Lastra
10267 2003-02-02 [thorsten] 0.8.9claws32
10270 Fix mh_get_msginfo() segfault if file is inaccessible
10272 2003-01-31 [colin] 0.8.9claws31
10275 Fix last commit's bug
10277 2003-01-31 [colin] 0.8.9claws30
10280 Missing a change for gpg-signed messages
10282 2003-01-31 [paul] 0.8.9claws29
10284 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
10286 src/stock_pixmap.[ch]
10288 indicate GnuPG signed messages by displaying an icon
10289 in the Attachment column.
10291 2003-01-31 [paul] 0.8.9claws28
10293 * sync with 0.8.9cvs4
10294 see ChangeLog 2003-01-31
10296 2003-01-31 [alfons] 0.8.9claws27
10299 tune URI parser to accept mailto URLs with a '?'
10300 (patch from Ruslan Balkin)
10302 2003-01-31 [colin] 0.8.9claws26
10304 * src/summaryview.c
10305 Fix a leak introduced in claws24
10307 2003-01-31 [colin] 0.8.9claws25
10309 * src/summaryview.c
10310 Freeze/Thaw folder updates when deleting dups
10312 2003-01-31 [colin] 0.8.9claws24
10317 little speed improvements
10319 2003-01-31 [colin] 0.8.9claws23
10321 * src/summaryview.c
10322 Fix segfault when forwarding nothing
10323 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10325 2003-01-30 [paul] 0.8.9claws22
10327 * sync with 0.8.9cvs3
10328 see ChangeLog 2003-01-30
10330 2003-01-30 [paul] 0.8.9claws21
10332 * sync with 0.8.9cvs2
10333 see ChangeLog 2003-01-30
10335 2003-01-29 [paul] 0.8.9claws20
10337 * sync with 0.8.9cvs1
10338 see ChangeLog 2003-01-29
10340 2003-01-28 [paul] 0.8.9claws19
10343 update to reflect changes.
10344 thanks to Ricardo Mones Lastra
10346 2003-01-27 [christoph] 0.8.9claws18
10349 * ac/spamassassin.m4
10350 * src/plugins/spamassassin/README
10351 * src/plugins/spamassassin/libspamc.[ch]
10352 * src/plugins/spamassassin/utils.[ch]
10353 updated to latest libspamc
10355 2003-01-27 [christoph] 0.8.9claws17
10358 fix wrong use of procheader_get_header_fields
10360 2003-01-27 [christoph] 0.8.9claws16
10363 * src/prefs_account.[ch]
10364 * src/common/nntp.[ch]
10365 allow to force authentication for NNTP servers
10367 Patch submitted by Florian Mickler <dmk@d-labs.de>
10369 2003-01-26 [paul] 0.8.9claws15
10371 * src/summaryview.c
10372 speed up of marking messages as read
10373 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10375 2003-01-26 [christoph] 0.8.9claws14
10378 * src/mgutils.[ch] ** REMOVE **
10379 * src/xml.[ch] ** REMOVE **
10380 * src/xmlprops.[ch] ** REMOVE **
10381 * src/common/Makefile.am
10382 * src/common/mgutils.[ch] ** NEW **
10383 * src/common/xml.[ch] ** NEW **
10384 * src/common/xmlprops.[ch] ** NEW **
10385 move xml files to common directory
10387 2003-01-26 [christoph] 0.8.9claws13
10389 * src/plugins/spamassassin/spamassassin_gtk.c
10390 only set gtk entry text if string is available
10392 2003-01-26 [melvin] 0.8.9claws12
10394 * src/description_window.c
10395 Allow resizing of the window
10396 Allow automatic horizontal scroll bar
10397 Do not vertically expand and fill
10399 2003-01-26 [christoph] 0.8.9claws11
10402 * src/gtkutils.[ch] ** REMOVE **
10403 * src/common/sylpheed.c
10404 * src/gtk/Makefile.am
10405 * src/gtk/description_window.c
10406 * src/gtk/gtkutils.[ch] ** NEW **
10407 * src/gtk/prefswindow.c
10408 move gtkutils to gtk directory
10410 2003-01-26 [paul] 0.8.9claws10
10412 * src/summaryview.c
10413 rename summary_unread_clicked() to summary_status_clicked()
10415 2003-01-26 [melvin] 0.8.9claws9
10417 * src/prefs_actions.c
10418 Cosmetical changes to the help text
10420 2003-01-26 [paul] 0.8.9claws8
10425 src/prefs_sumamry_column.c
10427 rename the 'Unread' column to 'Status'
10429 2003-01-25 [match] 0.8.9claws7
10432 removed reference to LDAP constants. removed error2string.
10433 included functions to support LDAP dynamic queries.
10435 moved LDAP constants here.
10436 * src/addressbook.c
10439 removed references to LDAP constants and references to
10442 2003-01-25 [paul] 0.8.9claws6
10444 * src/summaryview.c
10445 summary_thread_build(), summary_thread_init(): remove
10446 unneeded reference to summaryview->folder_item
10448 2003-01-25 [christoph] 0.8.9claws5
10450 * src/gtk/description_window.c
10451 o allow description texts to expand over multiple columns
10452 o translate all columns
10453 * src/prefs_actions.c
10454 change syntax description to use new multi column feature
10456 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10458 2003-01-25 [match] 0.8.9claws4
10461 fixed bug with Quoted-Printable
10463 2003-01-25 [paul] 0.8.9claws3
10466 src/summaryview.[ch]
10467 implement per-folder collapsed/expanded threads setting
10469 * src/prefs_common.c
10470 remove global collapsed/expanded threads option
10472 2003-01-25 [christoph] 0.8.9claws2
10475 add pluginwindow and prefswindow
10477 make send respond correctly to messages that could be added
10478 to the queue folder, but the UID of the message is unknown
10481 don't return guessed UIDs in imap_add_msg anymore. We return
10482 0 to tell the folder system it was appened but the UID is
10483 unknown. Folder system now get's the UID by scaning the folder
10484 and searching the cache for the Message-ID
10485 (closes bug #29 Messages queued, but not sent)
10487 2003-01-25 [paul] 0.8.9claws1
10490 conv_encode_header(): fix bug when long headers with 8-bit
10491 characters are used, so that the encoded words are wrapped.
10492 If the space in the original text falls on the wrap boundary,
10494 Patch by Sergey Vlasov.
10497 fix bug where a change to the sorting method or thread view
10498 of a folder's messages is lost if simpify-subject is set and
10500 Patch by Luke Plant.
10502 2003-01-24 [paul] 0.8.9claws
10504 * sylpheed-0.8.9claws released
10508 remove reference to 'INSTALL.jp'
10510 2003-01-23 [paul] 0.8.8claws128
10516 updated translations. submitted by Ricardo Mones Lastra,
10517 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10519 2003-01-23 [colin] 0.8.8claws127
10522 Fix drafted and queued news articles re-edition
10524 2003-01-23 [melvin] 0.8.8claws126
10527 Updated French translations
10529 2003-01-23 [colin] 0.8.8claws125
10532 Fix "Connecting to..." status message
10534 2003-01-22 [paul] 0.8.8claws124
10537 updated by George Danchev
10540 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10541 and folder deletion
10543 2003-01-21 [paul] 0.8.8claws123
10546 updated by George Danchev
10552 don't translate 'Separator'
10554 * src/plugins/spamassassin/Makefile.am
10555 add aspell to CPPFLAGS
10557 * src/plugins/spamassassin/spamassassin.c
10558 src/plugins/spamassassin/spamassassin_gtk.c
10559 set correct default for spamassassin_receive_spam
10560 slightly re-word descriptions and some
10561 other minor changes
10563 2003-01-19 [alfons] 0.8.8claws122
10566 mimeview_save_as(): we might as well show the file name for
10567 the single case "Save As" too
10569 2003-01-19 [alfons] 0.8.8claws121
10572 change bug tracker URL to bugzilla URL
10574 2003-01-19 [alfons] 0.8.8claws120
10577 mimeview_save_all(): display name of file before overwriting;
10578 continue saving all, even when one overwrite was cancelled
10580 2003-01-19 [christoph] 0.8.8claws119
10582 * src/summaryview.c
10584 fix wrong usage of procmsg_find_children in summaryview
10585 by using procmsg_update_unread_children instead of
10586 summaryview_update_unread_children
10588 2003-01-19 [christoph] 0.8.8claws118
10591 fix infinite loop in procmsg_find_children
10592 (closes bug #25 sylpheed crashes on delete.)
10594 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10596 2003-01-19 [paul] 0.8.8claws117
10599 updated by Ivan Francolin Martinez
10601 2003-01-18 [melvin] 0.8.8claws116
10603 * src/prefs_actions.c
10604 Removed syntax limitation of only one '&' at the end of command.
10605 Now actions that contain '>/dev/null 2>&1' are possible.
10607 2003-01-18 [melvin] 0.8.8claws115
10609 * src/prefs_actions.c
10610 Actions IO dialog: when the action ends
10611 the "Close" button now has focus and [Escape] closes the
10614 2003-01-18 [christoph] 0.8.8claws114
10617 o add debug output when MsgInfos are really freed
10618 o free GSLists in procmsg_find_children and
10619 procmsg_update_unread_children
10621 2003-01-18 [christoph] 0.8.8claws113
10624 reorder Configuration menu
10626 2003-01-18 [christoph] 0.8.8claws112
10629 fix applying templates to forwarded messages
10631 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10633 2003-01-17 [christoph] 0.8.8claws111
10636 destroy folder items, when a folder item is removed
10638 2003-01-17 [christoph] 0.8.8claws110
10641 fix wrong folder stats update when ignored message is
10644 2003-01-17 [colin] 0.8.8claws109
10647 * src/summaryview.c
10648 Quicksearch bugfixes:
10649 - hide help button at startup if not extended
10650 - switch to extended when looking for replies
10654 * sync with 0.8.9 release
10656 2003-01-17 [paul] 0.8.8claws108
10658 * sync with 0.8.8cvs11
10659 see ChangeLog 2003-01-17
10661 2003-01-16 [colin] 0.8.8claws107
10664 Changed encryption test to re-ask passphrase
10665 if an encrypted message hasn't been decrypted
10668 2003-01-16 [christoph] 0.8.8claws106
10671 * src/prefs_toolbar.c
10672 * src/gtk/prefswindow.h
10673 * src/plugins/spamassassin/spamassassin_gtk.c
10674 remove page destroy function that is not used anymore
10676 2003-01-16 [paul] 0.8.8claws105
10678 * sync with 0.8.8cvs9
10679 see ChangeLog 2002-01-16
10681 2003-01-16 [colin] 0.8.8claws104
10684 Fix bug with autosaved drafts for IMAP, when draft
10685 folder is specified - fixes bugzilla bug #20
10687 2003-01-15 [paul] 0.8.8claws103
10691 store folder and message-id of message forwarding
10692 in queue header and set forward flag after sending
10694 2003-01-15 [paul] 0.8.8claws102
10696 * sync with 0.8.8cvs8
10697 see ChangeLog 2002-01-15
10699 2003-01-15 [colin] 0.8.8claws101
10702 Fix linking with GNU libiconv
10704 2003-01-15 [darko] 0.8.8claws100
10707 fix crash when importing pine address book
10708 entry with an empty name (reported by DY
10709 <dybulk at tri8.net>)
10711 2003-01-14 [paul] 0.8.8claws99
10713 * configure.in ** REMOVED **
10714 configure.ac ** NEW FILE **
10715 rename configure.in to configure.ac, as it is now
10718 2003-01-14 [melvin] 0.8.8claws98
10721 folderview_check_new(): More precise function description
10723 2003-01-14 [melvin] 0.8.8claws97
10726 folderview_check_new(): return the number of new messages
10729 inc_account_mail(): Disable counting of new messages for IMAP
10730 and NNTP until bug [19] and [14] are fixed.
10732 2003-01-14 [paul] 0.8.8claws96
10734 * sync with 0.8.8cvs6
10735 see ChangeLog 2003-01-14
10737 2003-01-13 [alfons] 0.8.8claws95
10740 tune email address validation (c. 0.8.8claws89): if . is
10741 just one char away from @, the address is invalid too
10742 (correctly rejects addresses like foo@.com)
10744 2003-01-13 [paul] 0.8.8claws94
10746 * src/messageview.c
10748 fixes to the Message View toolbar and menu:
10749 fix non-functioning Forward button
10750 make Reply button consider default_reply_list
10751 remove 'Follow-up...' menu entry
10752 add 'Forward' and 'Redirect' menu entries
10754 2003-01-13 [melvin] 0.8.8claws93
10757 Fixed typo that could make new messages count incorrect.
10759 2003-01-13 [melvin] 0.8.8claws92
10761 * src/folderview.[ch]
10762 folderview_check_new(): return the number of new messages.
10764 Should fix bug [14] where new mail notification worked
10765 incorrectly with IMAP accounts.
10766 inc_spool_account(): return number of new msgs, or -1 on error
10767 inc_all_spool(): return number of new msgs
10769 2003-01-13 [melvin] 0.8.8claws91
10771 * src/prefs_actions.c
10774 2003-01-12 [thorsten] 0.8.8claws90
10776 * src/common/prefs.c
10777 close file before rename
10779 2003-01-12 [alfons] 0.8.8claws89
10782 add Christian Mertes
10783 * src/common/utils.[ch]
10784 g_stricase_hash(), g_stricase_equal(): functions for
10785 case insensitive hash tables
10787 use top level domain names to validate email address, based
10788 on a patch by Christian Mertes (thanks!), but changed
10789 implementation to use a hash table
10791 2003-01-12 [paul] 0.8.8claws88
10794 updated by George Danchev
10796 2003-01-12 [alfons] 0.8.8claws87
10798 * src/summaryview.c
10799 delete / execute performance: use new style folder update
10801 2003-01-12 [paul] 0.8.8claws86
10803 * sync with 0.8.8cvs5
10804 see ChangeLog 2003-01-13 (!)
10806 2003-01-12 [alfons] 0.8.8claws85
10809 * src/matcher_parser_parse.y
10810 prepare change_score filtering action
10812 give up const-correctness on functions that call non-const-correct functions;
10813 several casts to gpointer in g_free();
10816 2003-01-12 [christoph] 0.8.8claws84
10821 * src/gtk/prefswindow.[ch]
10822 * src/plugins/spamassassin/spamassassin_gtk.c
10823 changed the call of the widget create function
10824 for PrefsPages, because sometimes the widget
10825 create function needs a widget that already has
10826 been attached to a window (to create GDK pixmaps
10827 for exmaple). So we simply pass the GtkWindow as
10828 the second parameter now.
10832 * src/prefs_toolbar.[ch]
10833 rewrite Toolbar Preferences using the new
10836 2003-01-11 [alfons] 0.8.8claws83
10839 fix crash when adding sender to addressbook because status bar
10840 isn't there (the status bar doesn't seem to be used though,
10841 but I'll let Match decide what to do with it)
10843 2003-01-11 [colin] 0.8.8claws82
10847 Two useless changes reversed
10849 2003-01-11 [colin] 0.8.8claws81
10853 Add mainwindow_get_mainwindow()
10856 Add alertpanel_error_log()
10863 Network errors get a View Log button
10865 2003-01-10 [alfons] 0.8.8claws80
10867 * src/prefs_toolbar.c
10869 use the translatable string for "Separator" as file name for
10870 separator toolbar items (probably make this uppercase?)
10872 2003-01-10 [alfons] 0.8.8claws79
10874 * src/prefs_toolbar.c
10875 put right A_SEPARATOR description string in "displayed
10876 toolbar items list" so manually added separators are
10877 saved correctly (bug #10, "Adding a separator to the main
10878 toolbar fails, entry in xml file is wrong")
10880 2003-01-10 [christoph] 0.8.8claws78
10884 o use CAPABILITY to check if NAMESPACE is available
10886 2003-01-10 [christoph] 0.8.8claws77
10889 apply UIDPLUS IMAP extension support patch
10891 Patch submitted by Simon 'corecode' Schubert
10893 2003-01-10 [paul] 0.8.8claws76
10896 a sync from main which fixes the news account folders'
10899 2003-01-10 [christoph] 0.8.8claws75
10902 don't accept 0 as a valid uid returned by copy and move
10903 functions. 0 means the message was copied or moved but the
10904 new uid could not be fetched. It is not an error condition
10905 for the copy or move operation.
10907 2003-01-10 [paul] 0.8.8claws74
10909 * src/prefs_filtering.c
10910 change English used in Alert when entry is not
10913 * sync with 0.8.8cvs4
10914 see ChangeLog 2003-01-10
10916 2003-01-10 [darko] 0.8.8claws73
10919 fix crash when importing address book entry
10920 without a valid address
10922 2003-01-09 [alfons] 0.8.8claws72
10925 filtering performance: use new style folder update
10927 2003-01-09 [christoph] 0.8.8claws71
10930 * src/gtk/menu.[ch]
10931 fix wrong selecting of mime encoding type, when
10932 opening property dialog of attachments in the
10933 compose window. 7bit was always selected and that
10934 destoryed files with 8bit data.
10935 (closes bug #9 Sylpheed-claws destroys attachments when
10936 changing MIME-types)
10938 2003-01-09 [paul] 0.8.8claws70
10940 * sync with 0.8.8cvs3
10941 see ChangeLog 2003-01-09
10943 2003-01-08 [alfons] 0.8.8claws69
10946 apply patch by Kim Schulz to fix build breakage
10947 because of missing variable
10949 2003-01-08 [paul] 0.8.8claws68
10951 * sync with 0.8.8cvs2
10952 see ChangeLog 2002-01-08
10954 2003-01-08 [paul] 0.8.8claws67
10957 updated by Alessandro Maestri
10960 when using 'Add sender to addressbook' allow
10961 name to be edited and remarks to be entered
10962 Patch submitted by Luke Plant
10964 2003-01-08 [darko] 0.8.8claws66
10966 * README.claws, src/summaryview.c
10967 fix description for marked messages
10971 * tools/Makefile.am
10972 tools/launch_phoenix ** NEW FILE **
10973 add script that enables using Phoenix as the default
10975 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10977 * tools/OOo2sylpheed.pl
10978 remove full path to sylpheed executable, just 'sylpheed'
10982 add launch_phoenix informtion and re-arrange and compress
10985 2003-01-07 [christoph] 0.8.8claws65
10988 fix update for source folder when moving messages
10990 * src/summaryview.c
10991 use function to set to_folder for message infos and
10992 automatically update the op_count for old and new
10995 2003-01-07 [melvin] 0.8.8claws64
10997 * src/prefs_actions.c
10998 Fixed bug where an '%p' Action on a displayed image crashed
11000 Code clean up (get rid of duplicated code and removed unnecessary
11003 2003-01-07 [christoph] 0.8.8claws63
11012 * src/messageview.c
11013 * src/prefs_folder_item.c
11015 * src/summaryview.c
11017 o remove all folder update triggering from the UI code. The folder
11018 system should know much better when a folder needs an update.
11019 o to prevent multiple updates in a row the folder updates can be
11020 frozen for some time.
11022 Note: - Please verify that no updates are missing
11023 - Check where freeze/thaws should be added
11025 2003-01-07 [christoph] 0.8.8claws62
11027 * src/prefs_actions.c
11028 don't translate empty strings
11030 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11032 2003-01-06 [christoph] 0.8.8claws61
11034 * src/prefs_actions.c
11035 mark strings for gettext
11036 * src/prefs_matcher.c
11037 use new description window for Execute action and
11038 match condition in Filtering
11040 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11042 2003-01-06 [alfons] 0.8.8claws60
11044 keep myself inspired to re-organize matcher part 8;
11045 yes, more to come (I need to move out the descriptive
11046 text for actions to matcher.c, or at least make it not
11047 depend on the wicked ordering)
11049 * src/prefs_matcher.c
11050 add documentation so others may comprehend the
11051 UI part of the conditions
11053 2003-01-06 [christoph] 0.8.8claws59
11055 * src/prefs_actions.c
11056 use new description window for syntax help
11057 * src/gtk/description_window.c
11058 fix display of descriptions with column count != 2
11060 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11062 2003-01-06 [christoph] 0.8.8claws58
11065 * src/summaryview.[ch]
11066 * src/gtk/Makefile.am
11067 * src/gtk/description_window.[ch] ** NEW **
11068 use a generic window to display syntax descriptions
11069 currently used in quote_fmt and summaryview (new description
11070 for extended quick search)
11072 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11074 2003-01-06 [paul] 0.8.8claws57
11076 * sync with 0.8.8cvs1
11077 see ChangeLog 2003-01-06
11079 2003-01-06 [christoph] 0.8.8claws56
11082 * src/prefs_gtk.[ch]
11083 * src/gtk/prefswindow.[ch]
11084 * src/plugins/spamassassin/spamassassin_gtk.c
11085 o remove page management from prefswindow, pages
11086 will be an argument to prefswindow_open
11087 o prefswindow_open gets a datapointer that is
11088 passed to the widget_create function to allow
11089 creation of prefswindow for specific items
11091 2003-01-06 [colin] 0.8.8claws55
11093 * src/summaryview.c
11094 We don't want regexp in the reply-finder,
11095 because MIDs can contain !,$,. and so on
11097 2003-01-06 [jens] 0.8.8claws54
11100 fixed a wrong free in jpilot_read_db_files
11102 2003-01-06 [alfons] 0.8.8claws53
11104 re-organize matcher part 8; more to come
11107 matcherprop_to_string(): put g_free()s before the
11108 switch-case break to fix memleaks
11110 2003-01-06 [colin] 0.8.8claws52
11112 * src/summaryview.c
11113 cleanup & reply-finder now displays the first
11116 2003-01-05 [alfons] 0.8.8claws51
11118 re-organize matcher part 7; more to come
11121 fixes for constant correctness;
11122 more documentation;
11124 2003-01-05 [alfons] 0.8.8claws50
11126 re-organize matcher part 6; more to come
11129 fixes for constant correctness;
11130 more documentation;
11132 fix for constant correctness
11134 2003-01-05 [colin] 0.8.8claws49
11137 Add account_get_reply_account function
11139 Use account_get_reply_account function
11140 * src/summaryview.c
11141 Basic reply-finder - click on the replied
11142 icon gets you to the outbox using quick-search
11144 2003-01-05 [paul] 0.8.8claws48
11146 * src/prefs_common.c
11147 small change to English
11149 * src/prefs_filtering.c
11150 prefs_filtering_action_select(): improve logic and uniformity
11153 2003-01-05 [alfons] 0.8.8claws47
11155 fine tune solution to focus problems (bug #7)
11158 mainwindow_focus_in_event(): remove grab event check
11159 * src/summaryview.c
11160 summary_button_pressed(): move selection on right-click
11161 too. we can't possibly move the selection back after
11162 canceling a dialog, because gtk's incomplete focus
11163 management. whether this is a good solution, only time
11166 2003-01-05 [christoph] 0.8.8claws46
11169 fix crash when no imap connection could be established
11171 2003-01-05 [paul] 0.8.8claws45
11176 fix bug 605957 'shortcuts in popup-menu'
11177 make user-defined shortcuts work
11178 show shortcuts that are already defined
11180 Patch submitted by Luke Plant
11182 2003-01-05 [alfons] 0.8.8claws44
11185 focus_in_event handler should not select summary view row
11186 when another window (menu, dialog) grabbed for events
11187 (bug #7, "[0.8.8claws42] Message summary focus")
11189 2003-01-04 [christoph] 0.8.8claws43
11192 update save folder after adding the sent message
11193 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11195 2003-01-02 [christoph] 0.8.8claws42
11197 * src/common/plugin.c
11198 fix unloading of all plugins and unload
11199 plugins in reverse order
11201 * src/gtk/pluginwindow.c
11202 implement function of load and unload button
11204 * src/gtk/prefswindow.c
11205 * src/gtk/prefswindow.h
11206 rename register function and add new unregister
11209 * src/plugins/spamassassin/spamassassin_gtk.c
11210 unregister prefs page and update for changes in
11211 src/gtk/prefswindow.c
11213 2003-01-02 [paul] 0.8.8claws41
11216 updated by Ricardo Mones Lastra
11220 * tools/tb2sylpheed
11221 fixes and improvements by Urke MMI
11223 2003-01-02 [thorsten] 0.8.8claws40
11226 fixed wrong return value
11228 2003-01-02 [thorsten] 0.8.8claws39
11231 fixed printing wrong variable
11233 2003-01-02 [thorsten] 0.8.8claws38
11236 fixed acessing members of freed pfile struct
11238 2003-01-02 [thorsten] 0.8.8claws37
11241 detect loops across several messages
11242 as suggested by Christoph Hohmann
11244 2003-01-01 [match] 0.8.8claws36
11247 fixed another memory leak.
11249 2003-01-01 [match] 0.8.8claws35
11252 fixed memory leaks. applied Doxygen comments.
11254 2003-01-01 [thorsten] 0.8.8claws34
11257 inhibit endless loop if msg references itself
11258 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11260 2003-01-01 [christoph] 0.8.8claws33
11263 * src/gtk/Makefile.am
11264 * src/gtk/pluginwindow.c ** NEW **
11265 * src/gtk/pluginwindow.h ** NEW **
11268 * src/plugins/demo/demo.c
11269 * src/plugins/spamassassin/spamassassin.c
11270 * src/plugins/spamassassin/spamassassin_gtk.c
11271 write better plugin descriptions
11273 2002-12-31 [christoph] 0.8.8claws32
11275 * src/gtk/prefswindow.c
11276 * src/plugins/spamassassin/spamassassin_gtk.c
11277 some small improvements to GTK code
11279 2002-12-31 [christoph] 0.8.8claws31
11281 * src/plugins/spamassassin/spamassassin_gtk.c
11282 enable folder select button
11284 2002-12-31 [christoph] 0.8.8claws30
11287 * src/gtk/Makefile.am
11288 * src/gtk/prefswindow.c ** NEW **
11289 * src/gtk/prefswindow.h ** NEW **
11290 add new prefs window
11292 * src/common/plugin.c
11293 don't try to load empty config lines
11295 * src/plugins/spamassassin/Makefile.am
11296 * src/plugins/spamassassin/spamassassin.c
11297 * src/plugins/spamassassin/spamassassin.h ** NEW **
11298 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
11299 GTK config for SpamAssassin Plugin using
11300 the new prefs window
11302 2002-12-31 [paul] 0.8.8claws29
11305 remove obsolete entry 'src/menu.c'
11307 2002-12-31 [alfons] 0.8.8claws28
11310 * src/matcher_parser_parse.y
11311 * src/prefs_matcher.c
11312 add "ignore_thread" and "~ignore_thread" condition so it's
11313 possible to make the actions / scoring operate on the ignore
11316 2002-12-31 [christoph] 0.8.8claws27
11322 * src/prefs_account.c
11323 * src/prefs_actions.c
11324 * src/prefs_customheader.c
11325 * src/prefs_display_header.c
11330 * src/common/prefs.[ch]
11331 extend prefs file handling for reading and automatic handling
11332 of blocks. When reading prefs_set_block_label will automatically
11333 move on to the block. When writing it will copy all other blocks
11336 * src/common/plugin.c
11337 Now loading plugin filenames from [Plugins] block in
11340 2002-12-30 [christoph] 0.8.8claws26
11342 * src/common/hooks.[ch]
11343 return abort status to caller of hooks_invoke
11346 invoke message filtering hook and stop
11347 default handling when filter returns abort
11349 * src/common/plugin.[ch]
11350 * src/plugins/demo/demo.c
11351 modify plugin loader, because resolving symbols for strings
11352 does not work correctly
11355 * ac/spamassassin.m4 ** NEW **
11356 * src/plugins/spamassassin/.cvsignore ** NEW **
11357 * src/plugins/spamassassin/Makefile.am ** NEW **
11358 * src/plugins/spamassassin/README ** NEW **
11359 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
11360 * src/plugins/spamassassin/spamassassin.c ** NEW **
11361 * src/plugins/spamassassin/utils.[ch] ** NEW **
11362 add spamassassin plugin, see src/plugins/spamassassin/README
11365 2002-12-29 [alfons] 0.8.8claws25
11368 when moving focus from a message view to the main
11369 window, don't forget to select the summary node
11370 of the displayed message. should fix "[ 659103 ]
11371 focus-follows-mouse confuses sylpheed"
11373 2002-12-29 [christoph] 0.8.8claws24
11376 * src/stringtable.[ch] ** REMOVE **
11377 * src/common/Makefile.am
11378 * src/common/stringtable.[ch] ** NEW **
11379 move stringtable files to common directory
11381 2002-12-29 [christoph] 0.8.8claws23
11384 * src/menu.[ch] ** REMOVE **
11385 * src/gtk/Makefile.am
11386 * src/gtk/menu.[ch] ** NEW **
11387 move menu files to gtk directory
11389 2002-12-29 [match] 0.8.8claws22
11391 * src/addressbook.c
11393 moved UI specific code out of LDAP code into addressbook
11394 UI code. fixed memory leak.
11396 2002-12-29 [christoph] 0.8.8claws21
11399 only check for IGNORED parent message when message is
11402 2002-12-29 [alfons] 0.8.8claws20
11404 * src/summaryview.c
11405 set gtksctree's anchor correct (immediate execute
11406 changes the tree's layout, and anchor points at
11407 the incorrect row). fixes "[ 657233 ] multiple msg
11408 delete sometimes off by 1".
11409 we probably have to look for more tree layout /
11412 2002-12-29 [paul] 0.8.8claws19
11414 * src/summaryview.c
11415 fix bug [ 659054 ] incorrect sorting of 'From' column
11416 when using 'display sender using address book'
11417 thanks to Alfons and Luke Plant
11419 2002-12-29 [christoph] 0.8.8claws18
11423 check parent messages for IGNORE THREAD flag, when adding,
11424 moving or copying messages to a folder
11426 2002-12-27 [alfons] 0.8.8claws17
11428 re-organize matcher part 5; more to come
11431 hash keywords in matchparser_tab
11433 2002-12-27 [alfons] 0.8.8claws16
11435 re-organize matcher part 4; more to come
11437 * src/matcher_parser.h
11438 * src/matcher_parser_lex.l
11439 * src/matcher_parser_parse.y
11442 2002-12-27 [alfons] 0.8.8claws15
11444 re-organize matcher part 3; more to come
11449 2002-12-27 [alfons] 0.8.8claws14
11451 re-organize matcher part 2; more to come but this should
11452 work. cc me if there are any regressions.
11455 add prototype for get_matchparser_tab_id()
11456 * src/matcher_parser_lex.l
11457 look up keywords using matchparser_tab_id();
11459 2002-12-27 [alfons] 0.8.8claws12
11461 re-organize matcher part 1
11464 map yacc generated constants to sylpheed matcher constants
11466 add function to find a matcher constant from a string
11468 2002-12-27 [christoph] 0.8.8claws11
11471 MENUITEM_ADD casts the 4th argument from integer to pointer
11472 so it probably should not be a pointer, this means we
11473 should use account id for it and not the account's pointer
11475 2002-12-27 [paul] 0.8.8claws10
11478 remove unneeded 'GtkWidget *vbox'
11480 * src/summaryview.c
11481 further sync with 0.8.8 - make sort
11482 by recipient work as expected
11487 2002-12-27 [paul] 0.8.8claws9
11490 updated by Ivan F. Martinez
11492 2002-12-27 [darko] 0.8.8claws8
11494 * src/common/utils.c
11495 added locked pattern to extended search
11497 2002-12-27 [alfons] 0.8.8claws7
11499 * src/prefs_matcher.[ch]
11502 2002-12-26 [alfons] 0.8.8claws6
11505 * src/matcher_parser_lex.l
11506 * src/matcher_parser_parse.y
11507 * src/prefs_matcher.c
11508 allow color label as a condition in the matcher
11510 2002-12-26 [oliver] 0.8.8claws5
11513 enable Addressbook for Main and Messageview
11514 * src/prefs_actions.c
11515 enable actions in Messageview
11517 2002-12-26 [christoph] 0.8.8claws4
11519 * src/common/plugin.c
11520 add a little debug output
11522 * src/plugins/demo/Makefile.am
11523 better use of automake
11525 2002-12-26 [christoph] 0.8.8claws3
11528 * src/common/Makefile.am
11531 2002-12-26 [christoph] 0.8.8claws2
11534 sort configure checks into common / gtk / plugins
11536 add src/prefs_gtk.c
11540 * src/common/sylpheed.[ch]
11541 added now sylpheed_done function for shutdown
11542 * src/common/Makefile.am
11543 * src/common/plugin.[ch] ** NEW **
11544 plugin loader and unloader
11545 * src/plugins/.cvsignore ** NEW **
11546 * src/plugins/Makefile.am ** NEW **
11548 * src/plugins/demo/.cvsignore ** NEW **
11549 * src/plugins/demo/Makefile.am ** NEW **
11550 * src/plugins/demo/demo.c ** NEW **
11551 small demo plugin that installs a logtext hook and
11552 outputs the log text to stdout
11554 2002-12-26 [paul] 0.8.8claws1
11557 updated by Ricardo Mones Lastra
11559 2002-12-26 [paul] 0.8.8claws
11561 * 0.8.8claws released
11563 2002-12-26 [paul] 0.8.7claws12
11566 updated by George Danchev
11568 2002-12-26 [paul] 0.8.7claws11
11571 remove unneeded 'src/prefs.c' entry
11573 2002-12-26 [paul] 0.8.7claws10
11577 sync with 0.8.8 release
11582 partial sync with 0.8.8 release
11585 2002-12-25 [alfons] 0.8.7claws9
11588 * src/matcher_parser_lex.l
11589 * src/matcher_parser_parse.y
11590 * src/prefs_matcher.c
11591 add locked flag to possible filtering / matcher
11592 conditions (also a good example what should be
11593 done to add a simple boolean condition)
11595 2002-12-25 [christoph] 0.8.7claws8
11600 * src/addressbook.c
11605 * src/prefs.[ch] ** REMOVE **
11606 * src/prefs_account.c
11607 * src/prefs_actions.c
11608 * src/prefs_common.c
11609 * src/prefs_customheader.c
11610 * src/prefs_display_header.c
11611 * src/prefs_filtering.c
11612 * src/prefs_folder_item.c
11613 * src/prefs_gtk.[ch] ** NEW **
11614 * src/prefs_matcher.c
11615 * src/prefs_scoring.c
11616 * src/prefs_summary_column.c
11618 * src/selective_download.c
11620 * src/common/Makefile.am
11621 * src/common/prefs.[ch] ** NEW **
11622 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11624 2002-12-24 [alfons] 0.8.7claws7
11626 * src/summaryview.c
11627 summary_thread_build(): fix real cause of the crash mentioned in
11628 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11629 this way we get meaningful ctree nodes
11631 2002-12-24 [oliver] 0.8.7claws6
11633 * src/mainwindow.[ch]
11634 * src/messageview.[ch]
11637 * src/summaryview.c
11638 changes to use updated toolbar handling
11640 2002-12-24 [oliver] 0.8.7claws5
11643 generic toolbar handling
11644 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11645 * src/prefs_toolbar.[ch]
11648 2002-12-24 [oliver] 0.8.7claws4
11650 * src/stock_pixmap.[ch]
11651 move SYLPHEED_LOGO to end of list in order
11652 to remove it from Custom Toolbar`s Icon View
11654 2002-12-24 [alfons] 0.8.7claws3
11656 * src/summaryview.c
11657 summary_thread_build(): fix crash because of focus != selection
11658 after threading. when deleting the selection, gtk tries but fails
11659 to find the correct focusable element. we now force the selection
11660 to be focused. this should solve the infamous bug reported by
11661 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
11662 a test case is available.
11664 2002-12-24 [darko] 0.8.7claws2
11666 * src/summaryview.c
11667 don't crash when unmarking message with unread children
11669 2002-12-23 [christoph] 0.8.7claws1
11672 * src/common/Makefile.am
11673 update Makefiles for moved intl.h, version.h and defs.h
11675 rewrite imap_session_get to avoid duplicate code
11677 2002-12-23 [paul] 0.8.7claws
11679 * Santa-Claws released
11683 squeeze in updated Hungarian and Russian translations.
11684 Submitted by Gál Zoltán and Ruslan N. Balkin
11686 2002-12-23 [paul] 0.8.6claws129
11689 updated by Witold Wladyslaw Wojciech Wilk
11691 2002-12-23 [paul] 0.8.6claws128
11693 * src/quote_fmt_parse.y
11694 fix typo and add licence header
11696 2002-12-23 [paul] 0.8.6claws127
11701 2002-12-23 [paul] 0.8.6claws126
11704 updated translation, submitted by Alessandro Maestri
11706 2002-12-23 [paul] 0.8.6claws125
11708 * src/quote_fmt_parse.y
11709 fix signature-stripping on replies bug. match
11710 '-- \n' and not '-- '.
11712 2002-12-22 [paul] 0.8.6claws124
11717 updated translations. submitted by George Danchev,
11718 Ricardo Mones Lastra, and Urke MMI respectively
11720 2002-12-21 [paul] 0.8.6claws123
11725 2002-12-21 [paul] 0.8.6claws122
11728 fix bug [643638] where if a person is in one or more
11729 addressbook groups editing that person's email
11730 address results in removal from those groups.
11731 Patch submitted by Luke Plant.
11733 2002-12-20 [christoph] 0.8.6claws121
11735 * src/common/utils.c
11736 * src/summaryview.c
11737 reimplement expand_search_string using GString to
11738 prevent crashs caused by miscalculated string
11739 lengths reported by Paul
11741 2002-12-20 [christoph] 0.8.6claws120
11743 * src/summaryview.c
11744 don't use "changed" to check if op_count has to be changed as it
11745 is also set when the message has unread children
11746 (closes bug [ 653221 ] crash while deleting duplicates)
11748 2002-12-20 [paul] 0.8.6claws119
11750 * sync with 0.8.6cvs27
11751 see ChangeLog 2002-12-20
11753 2002-12-20 [paul] 0.8.6claws118
11755 * sync with 0.8.6cvs26
11756 see ChangeLog 2002-12-19 and 2002-12-20
11758 2002-12-19 [alfons] 0.8.6claws117
11761 fix incorrect parsing of email addresses, submitted by
11762 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
11763 name display if it contains @".
11765 2002-12-18 [paul] 0.8.6claws116
11767 * sync with 0.8.6cvs23
11768 see ChangeLog 2002-12-18
11770 2002-12-18 [paul] 0.8.6claws115
11775 * src/gtkutils.[ch]
11777 sync with 0.8.6cvs22.
11778 see ChangeLog 2002-12-17 and 2002-12-18
11780 2002-12-17 [christoph] 0.8.6claws114
11783 o don't create a session if imap greeting fails
11784 o don't close socket when authentication fails
11785 this is done by imap_session_destroy
11787 2002-12-17 [thorsten] 0.8.6claws113
11789 * tools/Makefile.am
11791 tools/google_msgid.pl ** NEW FILE **
11792 Added "search for message-id" script and doc
11794 2002-12-17 [thorsten] 0.8.6claws112
11797 Updated hungarian translation
11798 (updated by Gal Zoltan)
11800 2002-12-16 [christoph] 0.8.6claws111
11803 remove stupid addressbook dump to debug output
11805 fix memory leak found by Hiro
11807 2002-12-14 [paul] 0.8.6claws110
11810 fix menubar sensitivity on send
11812 * src/prefs_filtering.c
11813 * src/prefs_matcher.c
11814 * src/prefs_scoring.c
11817 * src/common/quoted-printable.h
11820 2002-12-13 [christoph] 0.8.6claws109
11823 * src/manage_window.[ch] ** REMOVE **
11824 * src/gtk/Makefile.am
11825 * src/gtk/manage_window.[ch] ** NEW **
11826 move manage_window files to gtk directory
11828 2002-12-13 [christoph] 0.8.6claws108
11831 * src/gtkshruler.[ch] ** REMOVE **
11832 * src/gtk/Makefile.am
11833 * src/gtk/gtkshruler.[ch] ** NEW **
11834 move gtkshruler files to gtk directory
11836 2002-12-13 [christoph] 0.8.6claws107
11840 * src/gtkstext.[ch] ** REMOVE **
11841 * src/gtkutils.[ch]
11843 * src/gtk/gtkstext.[ch] ** NEW **
11844 * src/gtk/Makefile.am
11845 o move stext functions to gtkstext.c to remove
11846 dependency of gtkutils
11847 o move gtkstext files to gtk directory
11849 * src/gtk/Makefile.am
11850 * src/gtk/sslcertwindow.[ch]
11851 UI stuff can always depend on common code so
11852 it's ok to add ../common to include path
11854 2002-12-13 [colin] 0.8.6claws106
11856 * src/summaryview.c
11857 Disconnect sighandlers for mainwindow when
11858 quicksearch has the focus
11860 * src/mainwindow.[ch]
11861 Make key_pressed callback public, to be able
11864 2002-12-13 [christoph] 0.8.6claws105
11867 create .mh_sequences file in new MH folders
11868 (closes feature request [ 523162 ] MH folders should
11869 get a .mh_sequences)
11871 2002-12-13 [colin] 0.8.6claws104
11873 * src/summaryview.c
11874 Better handling of quicksearch show/hide
11875 (basically the button stays under the mouse
11878 2002-12-13 [paul] 0.8.6claws103
11880 * sync with 0.8.6cvs17
11881 see ChangeLog 2002-12-13
11883 2002-12-13 [paul] 0.8.6claws102
11886 updated by Ricardo Mones Lastra
11888 2002-12-11 [colin] 0.8.6claws101
11891 remove statusbar stuff
11893 set statusbar verbosity when moving folders
11895 2002-12-11 [colin] 0.8.6claws100
11896 * src/prefs_filtering.c
11897 * src/prefs_matcher.c
11898 * src/prefs_scoring.c
11901 2002-12-11 [colin] 0.8.6claws99
11903 * src/prefs_common.[ch]
11904 Add summary_quicksearch_type
11905 * src/summaryview.c
11906 Save last used quicksearch type
11908 2002-12-11 [jens] 0.8.6claws98
11909 * src/prefs_filtering.c
11910 * src/prefs_matcher.c
11911 * src/prefs_scoring.c
11912 added dialog for incomplete rules in scoring, filtering and
11913 matcher to ask wheather really close
11915 2002-12-11 [colin] 0.8.6claws97
11918 Fix folder dnd statusbar logging
11920 2002-12-10 [christoph] 0.8.6claws96
11930 * src/statusbar.[ch]
11931 * src/common/hooks.c
11932 * src/common/log.[ch]
11933 o handle verbose logging in statusbar directly in statusbar code
11934 and common code does not need any knowledge about a statusbar
11935 o remove direct calls to statusbar_(puts|pop)_all functions
11937 2002-12-10 [jens] 0.8.6claws95
11940 removed gettext from g_warnings
11942 cleaned and updated
11946 2002-12-10 [colin] 0.8.6claws94
11949 finish crash dialog fix
11951 2002-12-10 [colin] 0.8.6claws93
11954 "Fix" "sylpheed already running" instead of
11955 crash dialog appearing after a crash
11957 2002-12-10 [colin] 0.8.6claws92
11960 add src/gtk/sslcertwindow.c
11962 2002-12-10 [paul] 0.8.6claws91
11965 updated to reflect recent changes
11966 submitted by Alessandro Maestri
11968 2002-12-09 [christoph] 0.8.6claws90
11971 * src/smtp.[ch] ** REMOVE **
11972 * src/common/Makefile.am
11973 * src/common/smtp.[ch] ** NEW **
11974 move smtp files to common directory
11976 2002-12-09 [christoph] 0.8.6claws89
11979 * src/session.[ch] ** REMOVE **
11980 * src/common/Makefile.am
11981 * src/common/session.[ch] ** NEW **
11982 move session files to common directory
11984 2002-12-09 [paul] 0.8.6claws88
11987 fix bug [649746] edit accounts: move account reverted
11988 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11990 2002-12-09 [colin] 0.8.6claws87
11992 * src/ssl_certificate.c
11995 2002-12-09 [colin] 0.8.6claws86
11998 Try to open the cert.pem database and
11999 issue a warning if it isn't there
12001 2002-12-09 [colin] 0.8.6claws85
12003 * src/common/ssl_certificate.c
12004 * src/gtk/sslcertwindow.c
12007 2002-12-09 [colin] 0.8.6claws84
12009 * src/ssl_certificate.[ch] ** REMOVED **
12010 * src/common/ssl_certificate.[ch] ** NEW **
12012 * src/common/Makefile.am
12013 Moved ssl_certificate.[ch] to common
12015 Put back needed include
12016 * src/gtk/sslcertwindow.[ch]
12017 Changed ssl_certificate.h include
12019 2002-12-09 [colin] 0.8.6claws83
12021 * src/gtk/sslcertwindow.[ch]
12022 Implement hook for certificate acception
12023 * src/ssl_certificate.[ch]
12024 Implement hook for certificate acception
12026 Reenable certificate acception check
12028 Register sslcertwindow's hook
12030 2002-12-08 [christoph] 0.8.6claws82
12037 * src/common/utils.c
12038 o add missing includes
12041 * src/common/.cvsignore
12042 * src/common/version.h ** REMOVE **
12043 remove autogenerated file
12045 2002-12-08 [paul] 0.8.6claws81
12047 * src/stringtable.c
12048 put back needed include
12050 2002-12-08 [colin] 0.8.6claws80
12052 * src/gtk/sslcertwindow.c
12053 Cleaner popups when asking
12054 * src/ssl_certificate.c
12055 * src/prefs_common.[ch]
12056 remove ssl certificate pref
12057 put back needed include
12059 put back needed include
12061 2002-12-08 [christoph] 0.8.6claws79
12066 * src/summaryview.c
12067 only abort hook invokation if required data is missing not
12068 if our own data pointer is NULL, update hookfunction for
12071 2002-12-08 [paul] 0.8.6claws78
12089 * src/sourcewindow.c
12090 * src/stringtable.c
12092 clean up: remove unneccesary includes
12094 2002-12-08 [christoph] 0.8.6claws77
12098 * src/summaryview.c
12099 * src/common/hooks.[ch]
12100 hook functions now have a gboolean return value, if a hook
12101 returns TRUE it will stop executing of any more hooks in
12102 the same hooklist for this invokation
12104 2002-12-08 [colin] 0.8.6claws76
12107 put back argv0 for CRASH_DIALOG
12109 2002-12-08 [christoph] 0.8.6claws75
12122 * src/prefs_account.[ch]
12123 * src/prefs_common.[ch]
12126 * src/ssl_certificate.[ch]
12127 * src/ssl_manager.[ch]
12128 * src/common/Makefile.am
12130 * src/common/nntp.[ch]
12131 * src/common/socket.[ch]
12132 * src/common/ssl.[ch]
12133 * src/gtk/sslcertwindow.[ch]
12135 use new autoconf script to detect OpenSSL with extra parameters
12136 to specify the location of libs and includes, also remove USE_SSL
12139 * src/common/sylpheed.[ch]
12140 * src/common/version.h.in
12141 start seperation of common code initialization seperated from gui
12143 * src/summaryview.c
12144 The function that is called when a color label changes
12145 should not change the color lable again
12147 2002-12-08 [colin] 0.8.6claws74
12149 * src/gtk/sslcertwindow.c
12152 2002-12-08 [colin] 0.8.6claws73
12156 Register a hook for statusbar_puts_all
12158 invoke statusbar_puts_all's hook
12160 2002-12-08 [colin] 0.8.6claws72
12162 * src/ssl_certificate.c
12163 Put back a badly-removed include
12165 2002-12-08 [colin] 0.8.6claws71
12167 * src/gtk/sslcertwindow.[ch] ** NEW **
12168 new certificate presentation
12169 * src/gtk/Makefile.am
12171 * src/ssl_certificate.[ch]
12172 gtk cleanup, made utility functions public
12173 * src/ssl_manager.c
12174 use new cert presentation
12176 2002-12-07 [christoph] 0.8.6claws70
12179 * src/nntp.[ch] ** REMOVE **
12180 * src/common/Makefile.am
12181 * src/common/nntp.[ch] ** NEW **
12182 move nntp files to common directory
12184 2002-12-07 [christoph] 0.8.6claws69
12187 * src/summaryview.c
12188 implement msginfo update callback using sylpheed's new
12189 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12191 2002-12-06 [christoph] 0.8.6claws68
12194 This patch changes the 'Edit Group Details' dialog to
12195 allow extended selections in either pane, so that
12196 addresses can be added or removed from a group more
12197 quickly and easily. (it actually is a net decrease in
12198 file size, as some unnecessary functions have been
12200 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12202 2002-12-06 [christoph] 0.8.6claws67
12205 * src/template.[ch] ** REMOVE **
12206 * src/common/Makefile.am
12207 * src/common/template.[ch] ** NEW **
12208 move template files to common directory
12211 add missing log.h include
12213 2002-12-06 [melvin] 0.8.6claws66
12215 * src/prefs_actions.c
12216 Added the trailing ">" syntax to insert command's output
12217 without replacing old text (in contrast to trailing "|").
12219 2002-12-05 [colin] 0.8.6claws65
12221 * src/common/utils.c
12222 Don't modify original search_string or it'll change
12223 the next iterations in the for()
12225 2002-12-05 [darko] 0.8.6claws64
12227 * src/common/utils.c
12228 proper check for filtering commands, found by Colin
12230 2002-12-05 [darko] 0.8.6claws63
12232 * src/common/utils.c
12233 check proper string for NULL pointer, found by Colin
12235 2002-12-05 [darko] 0.8.6claws62
12237 * src/common/utils.[ch]
12238 expand_search_string(): new function
12239 converts Mutt-like patterns to Sylpheed's
12241 * src/summaryview.c
12242 use expand_search_string() to allow Mutt-like
12243 patterns in extended search
12245 document extended option in quick search
12247 2002-12-05 [paul] 0.8.6claws61
12249 * sync with 0.8.6cvs16
12250 see ChangeLog 2002-12-05
12255 2002-12-04 [christoph] 0.8.6claws60
12258 put imap authentication code into a new function and
12259 remove it from imap_session_new that will allow to
12260 send other commands before authentication
12262 2002-12-04 [christoph] 0.8.6claws59
12265 use already existing method to prevent unneeded IMAP
12266 folder selects. Set imap_select parameters to NULL
12267 in some functions if the values are not required.
12270 remove no longer required include
12272 2002-12-04 [paul] 0.8.6claws58
12275 updated by Ricardo Mones Lastra
12278 po/hu.po ** NEW FILE **
12279 initial Hungarian translation, submitted
12280 by Gál Zoltán <galzoli@hu.inter.net>
12282 2002-12-03 [christoph] 0.8.6claws57
12285 * src/gtksctree.[ch] ** REMOVE **
12286 * src/gtk/Makefile.am
12287 * src/gtk/gtksctree.[ch] ** NEW **
12288 move gtksctree files to gtk directory
12290 2002-12-03 [christoph] 0.8.6claws56
12293 * src/md5.[ch] ** REMOVE **
12294 * srm/common/Makefile.am
12295 * src/common/md5.[ch] ** NEW **
12296 move md5 files to common directory
12299 remove not required #include
12301 2002-12-03 [sergey] 0.8.6claws55
12305 gtkut_window_popup(): new function.
12307 main_window_popup(): use gtkut_window_popup() to raise
12308 window without changing its position.
12309 (see sylpheed-main ML message [sylpheed:17247])
12311 2002-12-03 [sergey] 0.8.6claws54
12314 send_message_local(): removed first-dot escaping
12315 (SMTP-only, not needed for sending through pipe)
12317 2002-12-03 [paul] 0.8.6claws53
12320 update to reflect recent changes (thanks
12321 to Ricardo Mones Lastra)
12323 * tools/filter_conv.pl
12324 fix problem with quoted strings. Patch submitted
12325 by Luke Plant <lukeplant@softhome.net>
12327 2002-12-03 [paul] 0.8.6claws52
12329 * sync with 0.8.6cvs15
12330 see ChangeLog 2002-12-03
12332 2002-12-02 [christoph] 0.8.6claws51
12334 * src/logwindow.[ch]
12335 * src/common/log.[ch]
12336 implement logging using a hook function
12340 define hooklist name in header file to avoid
12341 errors caused by wrong spelling of hooklist names
12346 2002-12-02 [christoph] 0.8.6claws50
12348 * src/common/Makefile.am
12349 add src/common/hooks.[ch]
12351 * src/common/hooks.[ch]
12352 implement a simple hook system using glib's hook functions
12356 use new hook system for folder item updates
12358 2002-12-02 [christoph] 0.8.6claws49
12360 * doc-src/ui_seperation.txt ** NEW **
12361 information for ui seperation
12364 remove files that were moved to common
12365 include common directory by default for the header files
12368 * src/common/socket.c
12369 * src/automaton.[ch]
12370 implement automaton using g_io_*-functions instead of
12371 gdk_input_add to make it ui independent
12381 remove common/ prefix because directory is now in
12388 * src/messageview.c
12389 * src/prefs_common.c
12400 * src/ssl_certificate.c
12401 add log.h header file for logging functions
12404 * src/common/utils.c
12405 * src/summaryview.c
12407 o move debug_mode to common/utils.c
12408 o add functions to set and get debug_mode
12410 * src/defs.h ** REMOVE **
12411 * src/intl.h ** REMOVE **
12412 * src/socket.[ch] ** REMOVE **
12413 * src/ssl.[ch] ** REMOVE **
12414 * src/utils.[ch] ** REMOVE **
12415 replaced by new files in src/common/
12417 * src/common/Makefile.am
12418 add new files in src/common/
12420 * src/common/defs.h ** NEW **
12421 * src/common/intl.h ** NEW **
12422 * src/common/log.[ch] ** NEW **
12423 * src/common/socket.[ch] ** NEW **
12424 * src/common/ssl.[ch] ** NEW **
12425 * src/common/utils.[ch] ** NEW **
12426 replacement for files in src/
12428 2002-12-02 [colin] 0.8.6claws48
12431 Scroll folderview if necessary during dnd
12433 2002-12-02 [colin] 0.8.6claws47
12436 Add check to verify a move is within a single mailbox
12438 Add specific error string for this check
12440 2002-12-02 [colin] 0.8.6claws46
12443 Add a test to folder moving, remove a statusbar_print
12445 Add Move folder... context-menu item
12446 Factorize folder moving code
12447 Enable folder DND for mbox
12449 2002-12-01 [christoph] 0.8.6claws45
12452 remove conf.aspelltest if the version check fails
12454 2002-11-30 [christoph] 0.8.6claws44
12457 run libtoolize --force in autogen to create missing
12460 2002-11-30 [christoph] 0.8.6claws43
12466 * src/uuencode.[ch] ** REMOVED **
12467 * src/common/Makefile.am
12468 * src/common/uuencode.[ch] ** NEW **
12469 move uuen/decoder to common directory
12471 2002-11-30 [christoph] 0.8.6claws42
12474 * src/base64.[ch] ** REMOVED **
12483 * src/common/Makefile.am
12484 * src/common/base64.[ch] ** NEW **
12485 move base64 en/decoder to common directory
12487 2002-11-30 [christoph] 0.8.6claws41
12489 * src/common ** NEW **
12490 new directory for UI independent code
12491 * src/gtk ** NEW **
12492 new directory for GTK frontend
12493 * src/common/.cvsignore ** NEW **
12494 * src/gtk/.cvsignore ** NEW **
12496 * src/common/Makefile.am ** NEW **
12497 * src/gtk/Makefile.am ** NEW **
12498 automake files to build new seperated stuff
12500 the binary will currently still be build with the
12501 files in src, so we include the code from the
12502 subdirs for now after building the libs there
12504 2002-11-30 [paul] 0.8.6claws40
12507 fix bug [642731] 'Wrong selected account with drafted mail'
12509 2002-11-29 [oliver] 0.8.6claws39
12511 * src/messageview.c
12512 o update summaryview when switching between different
12515 o check if messageview holds already removed msg
12519 2002-11-29 [oliver] 0.8.6claws38
12522 remove not needed variables and includes
12523 make messageview stay opened and move to next when msgs are deleted
12525 2002-11-29 [oliver] 0.8.6claws37
12528 disable compose button (messageview toolbar) by default
12529 deleted msgs are moved to trash
12531 2002-11-29 [melvin] 0.8.6claws36
12534 Increased minimal gpgme version to 0.3.10 (Zombies out)
12535 and to detect signatures expirations (gpgme 0.3.6)
12538 Use non obsolescent function for Gpgme engine checking.
12541 Inform about expired signatures or signatures which key
12542 has expired. Expiration date is displayed.
12545 Inform about expired signatures or signatures which key
12548 2002-11-28 [paul] 0.8.6claws35
12551 re-instate 'Check for new messages' in Newsgroup
12552 folders right-click menu, after a suggestion from
12553 Tim Mann <timmann@users.sourceforge.net>
12556 after a crash check only local folders for new
12559 2002-11-28 [paul] 0.8.6claws34
12562 apply patch that fixes the checking of GTK with XIM
12563 support on different OSs, such as FreeBSD. Patch
12564 submitted by Topia <topia@users.sourceforge.net>
12566 2002-11-28 [paul] 0.8.6claws33
12570 src/prefs_toolbar.c
12571 more changes to the English
12573 2002-11-28 [paul] 0.8.6claws32
12575 * sync with 0.8.6cvs13
12576 see ChangeLog 2002-11-28 (no sync needed
12579 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
12581 * src/mainwindow.[ch]
12582 add patch by Ivan F. Martinez introducing messageview Toolbar
12583 some changes and committed by oliver
12585 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
12587 * src/messageview.[ch]
12588 add patch by Ivan F. Martinez introducing messageview Toolbar
12589 some changes and committed by oliver
12591 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
12594 add patch by Ivan F. Martinez introducing messageview Toolbar
12595 some changes and committed by oliver
12597 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
12600 add patch by Ivan F. Martinez introducing messageview Toolbar
12601 some changes and committed by oliver
12603 2002-11-28 [oliver] 0.8.6claws27
12605 * src/prefs_toolbar.[ch]
12606 getting ready for messageview toolbar
12607 free mem allocated by gettext
12608 change prefs_toolbar to prefs_toolbar_open
12610 2002-11-28 [thorsten] 0.8.6claws26
12612 * src/imageview.[ch]
12613 cleaned up conflicting declarations of
12614 imageview_show_image()
12616 2002-11-28 [paul] 0.8.6claws25
12618 * src/grouplistdialog.c
12620 src/prefs_summary_column.c
12621 a few more improvements to the English
12623 2002-11-28 [colin] 0.8.6claws24
12626 A few updates to command-line parameters
12628 2002-11-28 [colin] 0.8.6claws23
12630 * src/prefs_filtering.c
12631 Fix problems with prefs_filtering_delete_path:
12632 a) if the first rule is removed, original pointers
12633 weren't updated (leading to segfaults)
12634 b) it was always global_processing updated in case
12635 of removed path was parent of rule path
12637 2002-11-27 [paul] 0.8.6claws22
12640 src/prefs_account.c
12641 src/prefs_actions.c
12643 src/prefs_customheader.c
12644 src/prefs_display_header.c
12645 src/prefs_filtering.c
12646 src/prefs_folder_item.c
12647 src/prefs_matcher.c
12648 src/prefs_scoring.c
12649 src/prefs_summary_column.c
12650 src/prefs_template.c
12651 src/prefs_toolbar.c
12652 improve the English in the GUI
12654 2002-11-27 [colin] 0.8.6claws21
12657 Fix processing renaming problems happening after
12660 2002-11-27 [colin] 0.8.6claws20
12663 recursive move now deletes src each subfolder after
12666 Use identifier instead of path during dnd (enables
12669 2002-11-27 [paul] 0.8.6claws19
12672 apply patch that does command-line processing
12673 BEFORE gtk_init, allowing claws to run from
12674 shell-scripts in non-X environment (e.g. crontab
12675 or ip-up, ip-down scripts). Patch submitted by
12676 Ruslan N. Balkin <baron@dartel.ru>
12679 updated by Alessandro Maestri
12681 2002-11-27 [paul] 0.8.6claws18
12683 * sync with 0.8.6cvs12
12685 Differences are that main uses a 'Receive dialog'
12686 frame on the Interface tab, whereas claws groups all
12687 the dialogs together in a 'Dialogs' frame.
12689 2002-11-27 [colin] 0.8.6claws17
12691 * src/prefs_matcher.c
12692 Fix Execute criteria's NOT flag
12695 2002-11-26 [christoph] 0.8.6claws16
12698 rewrite the ssl code a little bit, only use one
12699 SSL context, set default certificates' file/path
12701 2002-11-26 [thorsten] 0.8.6claws15
12704 default-reply-to didn't work for ml-reply
12706 2002-11-26 [melvin] 0.8.6claws14
12708 * src/prefs_actions.c
12709 Made pipe-actions ignore short headers in message view
12710 Made trailing-pipe-actions write in the message view with
12711 the same font as the original message
12713 2002-11-26 [paul] 0.8.6claws13
12716 this time commit the correct file
12718 2002-11-26 [paul] 0.8.6claws12
12720 * sync with 0.8.6cvs11
12721 src/quote_fmt_parse.y
12726 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12728 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
12731 see ChangeLog 2002-11-25 and 2002-11-26
12733 2002-11-26 [colin] 0.8.6claws11
12736 Fix collapsed folder not auto-expanding during
12737 mail dnd, if it was the source folder.
12739 2002-11-25 [colin] 0.8.6claws10
12741 * src/folderview.[ch]
12742 Variable renaming and cleaning (slist of nodes
12743 to be re-collapsed is stored in FolderView)
12745 2002-11-25 [paul] 0.8.6claws9
12747 * src/prefs_common.[ch]
12748 fix breakage caused by last commit
12750 2002-11-25 [paul] 0.8.6claws8
12752 * sync with 0.8.6cvs4
12753 see ChangeLog 2002-11-21
12755 2002-11-25 [paul] 0.8.6claws7
12757 * sync with 0.8.6cvs4
12758 see ChangeLog 2002-11-20
12760 2002-11-25 [paul] 0.8.6claws6
12762 * sync with 0.8.6cvs3
12763 see ChangeLog 2002-11-18
12765 2002-11-25 [colin] 0.8.6claws5
12767 * src/gtkutils.[ch]
12768 Add gtkut_ctree_node_is_parent()
12770 Spring-loaded folders
12772 2002-11-25 [colin] 0.8.6claws4
12775 Add slist_concat_unique(), function to merge
12776 two GSList filtering dups
12778 * src/summaryview.[ch]
12781 Add detection/update/display of unread answers
12784 Add procmsg_find_children()
12785 Add procmsg_msg_has_marked_parent()
12787 2002-11-25 [colin] 0.8.6claws3
12789 * src/ssl_certificate.[ch]
12790 Allow checking a certificate without a DNS
12792 Allow to forget a cert (by deleting it)
12793 Make ssl_certificate_destroy_public
12794 * src/ssl_manager.[ch] ** NEW FILES **
12795 Gui to manage (display/remove) certificates
12796 * src/prefs_common.[ch]
12797 Add a pref to allow silent acceptation of
12798 trusted certificates or not (based on the
12799 "I want to know what's going on" principle)
12801 Add SSL manager in Tools menu
12803 Add the new files to the build
12805 Add ssl_manager.c to translations
12807 2002-11-25 [colin] 0.8.6claws2
12809 * src/summaryview.[ch]
12810 Add S_SEARCH_EXTENDED to the quick search, which
12811 allows to search using filtering syntax.
12813 2002-11-25 [colin] 0.8.6claws1
12815 * src/summaryview.c
12816 Deletion of duplicates now prefer deleting
12817 the unread dup (fixes feature-request 638989).
12819 2002-11-24 [paul] 0.8.6claws
12825 updated by Ricardo Mones Lastra,
12826 Witold Wladyslaw Wojciech Wilk,
12827 Ruslan N. Balkin, and Urke MMI
12830 2002-11-24 [paul] 0.8.5claws182
12833 updated by George Danchev
12835 2002-11-23 [alfons] 0.8.5claws181
12838 tiny memory leak found by browsing Dimitar's
12841 2002-11-23 [paul] 0.8.5claws180
12844 updated by Alessandro Maestri
12846 2002-11-22 [christoph] 0.8.5claws179
12850 * src/prefs_filtering.c
12851 * src/summaryview.c
12854 2002-11-22 [alfons] 0.8.5claws178
12856 * src/summaryview.c
12857 summary_execute_delete_func(): if message is deleted, make
12858 sure to also remove its entry in the subject hash table.
12859 fixes a corner case bug.
12861 2002-11-22 [paul] 0.8.5claws177
12864 add 'autom4te.cache'
12866 * ltconfig ** REMOVED **
12869 2002-11-22 [paul] 0.8.5claws176
12872 textview_set_font(): fix for message display in
12873 UTF-8 locales (thanks to Sergey Vlasov).
12876 add new team members and contributors
12879 2002-11-21 [colin] 0.8.5claws175
12882 Add procmsg_remove_special_headers()
12884 Use procmsg_remove_special_headers() for
12887 2002-11-21 [colin] 0.8.5claws174
12890 Fix moving/copying from queue/draft folders
12893 2002-11-21 [christoph] 0.8.5claws173
12899 * src/matcher_parser_lex.[hl]
12901 * src/mbox_folder.[ch]
12902 * src/prefs_filtering.c
12904 * src/quote_fmt_lex.l
12906 fix all warnings except the warnings in lex and yacc files
12908 2002-11-20 [christoph] 0.8.5claws172
12911 fix MsgInfo retrieval for IMAP draft and queue folders
12912 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12914 2002-11-19 [christoph] 0.8.5claws171
12917 fix segfault, when draft saving does not get
12918 the MsgInfo of the new message
12919 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12921 2002-11-19 [christoph] 0.8.5claws170
12924 add parameter check for flag setting function
12925 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12927 2002-11-18 [paul] 0.8.5claws169
12930 more sensitivity fixes to redirect mode:
12931 * disable toolbar draft button
12932 * allow only Address book in the Tools menu
12933 * disable editing of message by the spell
12936 2002-11-18 [paul] 0.8.5claws168
12939 fix sensitivity of menu items in compose_redirect():
12940 allow only the necessary items
12942 2002-11-18 [paul] 0.8.5claws167
12945 fix bug [ 603259 ] 'attachment got lost on bounce'
12947 2002-11-18 [paul] 0.8.5claws166
12950 updated by Ruslan N. Balkin <baron@dartel.ru>
12952 2002-11-18 [colin] 0.8.5claws165
12956 Remove old filtering stuff
12959 2002-11-17 [oliver] 0.8.5claws164
12962 remove not needed typedef
12964 2002-11-17 [oliver] 0.8.5claws163
12967 make toolbar's on click events translatable
12969 2002-11-15 [colin] 0.8.5claws162
12971 * src/summaryview.c
12972 Revert too-soon integration of a feature
12974 2002-11-15 [christoph] 0.8.5claws161
12977 use main's implementation of imap_get_msginfo
12979 2002-11-15 [christoph] 0.8.5claws160
12984 * src/mbox_folder.c
12988 * src/summaryview.c
12989 replace claws' fetch_msginfo with main's get_msginfo
12990 (use main's implementation where possible)
12992 2002-11-15 [colin] 0.8.5claws159
12994 * src/ssl_certificate.c
12997 2002-11-16 [melvin] 0.8.5claws158
13000 Updated French translations.
13002 2002-11-16 [colin] 0.8.5claws157
13004 * src/ssl_certificate.c
13005 Check for missing parts in the certificates
13007 2002-11-15 [colin] 0.8.5claws156
13010 Preventive fix (missing check) found by
13016 sync with 0.8.6 release
13018 2002-11-15 [colin] 0.8.5claws155
13022 Fix error handling of folder_item_move_to()
13023 (thanks to Alfons!)
13025 2002-11-15 [colin] 0.8.5claws154
13029 folder_item_move_to() sets an error message instead
13030 of having GUI stuff in folder.c
13032 2002-11-15 [colin] 0.8.5claws153
13035 Implemented a callback for MsgInfo updates,
13036 heavily copy/pasted from Christoph's folder
13038 * src/summaryview.[ch]
13039 Register summary_update_msg as callback
13041 2002-11-14 [colin] 0.8.5claws152
13044 Update the FolderItem after sending (fixes 617593)
13046 2002-11-14 [christoph] 0.8.5claws151
13049 fix wrong position of NULL pointer check found
13052 2002-11-14 [christoph] 0.8.5claws150
13055 fix segfault when deleting messages from IMAP folders
13056 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
13058 2002-11-14 [colin] 0.8.5claws149
13061 Forwarding was also ignoring the folder's default account.
13063 2002-11-14 [colin] 0.8.5claws148
13066 Fix sent folder not set to folder properties when
13069 2002-11-14 [thorsten] 0.8.5claws147
13072 inc_start(): Files were not moved from .processing to inbox,
13073 if no global processing rule existed
13075 2002-11-14 [colin] 0.8.5claws146
13077 * src/ssl_certificate
13078 Fix file operations
13080 2002-11-14 [paul] 0.8.5claws145
13083 updated by Alessandro Maestri
13085 2002-11-13 [alfons] 0.8.5claws144
13088 folder_item_close(): only mark messages unread
13089 when a folder has new messages
13091 2002-11-13 [keith] 0.8.5claws143
13094 Fix problem moving or copying between
13097 2002-11-13 [colin] 0.8.5claws142
13099 * src/matcher_parser_parse.y
13100 Fix rule problem when " don't match
13102 2002-11-13 [christoph] 0.8.5claws141
13106 moved cache saving to folder_item_close
13107 the folderview should not have to deal with
13110 2002-11-13 [christoph] 0.8.5claws140
13112 * src/summaryview.c
13113 moved setting of important score to
13114 summary_set_prefs_from_folderitem
13116 2002-11-13 [colin] 0.8.5claws139
13118 * src/matcher_parser_parse.y
13119 Fix a segfault in the parser (happening when
13120 a good expression had been tested and a bad
13123 2002-11-13 [paul] 0.8.5claws138
13125 * sync with 0.8.5cvs24
13126 see ChangeLog 2002-11-13
13129 updated by Fabio Jr. Beneditto
13131 2002-11-13 [colin] 0.8.5claws137
13136 Revert last commit, problem
13138 2002-11-13 [colin] 0.8.5claws136
13141 Remove duplicated code
13143 Bumped CACHE_VERSION and MARK_VERSION
13145 Network endian for cache and mark files
13147 2002-11-12 [colin] 0.8.5claws135
13150 Fix the "socket error" dialog which disappeared
13152 2002-11-12 [colin] 0.8.5claws134
13155 Reverse last commit which had performance
13156 problems, but still reverse the list
13158 2002-11-12 [colin] 0.8.5claws133
13163 2002-11-12 [melvin] 0.8.5claws132
13166 Added a check for a NULL prefs_common.dictionary
13168 2002-11-12 [colin] 0.8.5claws131
13170 * src/ssl_certificate.[ch]
13173 2002-11-12 [colin] 0.8.5claws130
13175 * src/ssl_certificate.[ch]
13176 Take connection port into account for
13177 checking certificates (a single hostname
13178 could have multiple servers with multiple
13181 Pass the port to ssl_certificate_check
13183 2002-11-12 [paul] 0.8.5claws129
13186 fix a typo in last commit
13188 2002-11-12 [paul] 0.8.5claws128
13190 * sync with 0.8.5cvs23
13191 see ChangeLog entry 2002-11-12
13193 2002-11-11 [colin] 0.8.5claws127
13195 * src/ssl_certificate.c
13197 Don't popup, instead log error, if the
13198 corresponding pref is checked
13199 * src/ssl_certificate.h
13200 include <openssl/objects/h>
13202 2002-11-11 [colin] 0.8.5claws126
13204 * src/ssl_certificate.h
13207 2002-11-11 [colin] 0.8.5claws125
13209 * src/ssl_certificate.c
13212 2002-11-11 [colin] 0.8.5claws124
13216 * src/ssl_certificate.[ch]
13217 Cleaned a bit (better use of SSL API)
13218 (This will cause non-recognition of saved
13219 certificates of claws12[23]...)
13221 2002-11-11 [paul] 0.8.5claws123
13224 updated by Ricardo Mones Lastra
13226 2002-11-11 [colin] 0.8.5claws122
13231 2002-11-11 [colin] 0.8.5claws121
13233 * src/ssl_certificate.[ch] ** NEW FILES **
13235 Check SSL certificates presented to us
13237 Add ssl_certificate.[ch]
13239 Add ssl_certificate.c
13241 2002-11-11 [paul] 0.8.5claws120
13243 * sync with 0.8.5cvs22
13244 see ChangeLog 2002-11-11
13246 2002-11-11 [paul] 0.8.5claws119
13248 * sync with 0.8.5cvs21
13249 see ChangeLog 2002-11-11
13251 2002-11-10 [jens] 0.8.5claws118
13255 corrected some typing
13257 updated german translation
13259 cleaned up specfile and adjusted it for claws
13261 2002-11-10 [colin] 0.8.5claws117
13263 * src/summaryview.c
13264 a STATUSBAR_PUSH/POP fix
13266 2002-11-10 [colin] 0.8.5claws116
13268 * src/prefs_folder_item.c
13269 Fix hanging after opening folder properties
13271 2002-11-10 [hoa] 0.8.5claws115
13273 * src/matcher_parser_lex.l
13274 * src/matcher_parser_parse.y
13275 config file for scoring and filtering is no more trashed
13276 when there is a syntax error in a filtering rule when
13277 editing it in a dialog.
13279 2002-11-09 [colin] 0.8.5claws114
13281 * src/mbox_folder.c
13282 Added missing initialisation of folder->destroy()
13284 2002-11-09 [colin] 0.8.5claws113
13288 Fix the status bar messages
13290 2002-11-09 [colin] 0.8.5claws112
13293 Fix hangs after folder dnd, happening after
13296 2002-11-09 [christoph] 0.8.5claws111
13299 just changed order of calls (reverse order of
13302 lock inc when checking only one account, otherwise
13303 inc all could be executed at the same time
13305 2002-11-09 [christoph] 0.8.5claws110
13308 better unlock the mouse cursor before calling
13309 summary_show because it changes the cursor too
13311 2002-11-09 [christoph] 0.8.5claws109
13315 add functions to open and close a folder
13316 o opending will execute scanning for remote folders
13318 o closing will unset new flag for messages
13320 2002-11-09 [colin] 0.8.5claws108
13323 Add a call to prefs_matcher_write_config to
13324 avoid non-leaf folders filtering settings to be
13327 2002-11-09 [paul] 0.8.5claws107
13329 * src/prefs_account.c
13332 2002-11-09 [colin] 0.8.5claws106
13337 2002-11-09 [colin] 0.8.5claws105
13340 Fix prefs_filtering deletion for MH folders (same
13342 * src/prefs_filtering.c
13343 Fix prefs_filtering renaming and deletion for
13344 folder-based processing rules.
13346 2002-11-09 [christoph] 0.8.5claws104
13350 * src/folderview.[ch]
13355 * src/messageview.c
13356 * src/prefs_folder_item.c
13358 * src/summaryview.c
13359 implement a callback system for folder item updates
13361 2002-11-09 [colin] 0.8.5claws103
13364 Fix prefs_filtering renaming for MH folders (we
13365 shouldn't rename by path as another folder could
13366 have the same hierarchy).
13368 2002-11-09 [colin] 0.8.5claws102
13371 Fix a leak found by Christoph, use better variable
13374 2002-11-09 [colin] 0.8.5claws101
13377 One more fix for processing rules
13379 2002-11-08 [colin] 0.8.5claws100
13382 Don't copy the compiled regexp (will be reevaluated)
13384 Lock folderview while moving
13386 Provide info on what's happening to the user
13388 2002-11-08 [colin] 0.8.5claws99
13391 Fix folder reordering after a move if parent is
13394 Add function to copy a ScoringProp
13395 * src/prefs_folder_item.c
13396 Copy scoring rules when copying a folder prefs
13398 2002-11-08 [colin] 0.8.5claws98
13401 Fixes in case of failure
13402 * src/filtering.[ch]
13403 Add function to duplicate a FilteringProp
13405 Add function to duplicate a MatcherProp
13406 * src/prefs_folder_item.c
13407 Save folder's processing rules when copying
13410 2002-11-08 [colin] 0.8.5claws97
13415 Change a printf to debug_print
13417 2002-11-08 [colin] 0.8.5claws96
13421 Fix segfaults, call me stupido
13424 2002-11-08 [colin] 0.8.5claws95
13427 Added forgotten prefs to save when moving folders
13429 2002-11-08 [colin] 0.8.5claws94
13432 Fixes to folder DND (prefs copy)
13434 Optimization for folder DND (don't rescan whole tree)
13435 Added folderview_create_folder_node() for this
13436 optimization, so de-duped a bit the code
13437 * src/prefs_folder_item.[ch]
13438 Added prefs_folder_item_copy_prefs()
13440 2002-11-08 [paul] 0.8.5claws93
13442 * src/prefs_account.c
13444 tools/kmail2sylpheed_v2.pl
13447 2002-11-08 [paul] 0.8.5claws92
13450 src/prefs_account.[ch]
13451 remove account options 'clearsign' and 'ascii_armored',
13452 replace with 'default_gnupg_mode' to prevent mixed-mode
13455 2002-11-08 [paul] 0.8.5claws91
13458 re-implement GnuPG 'on-the-fly' mode selection,
13459 disallow mixed-mode
13461 2002-11-08 [colin] 0.8.5claws90
13464 src/prefs_folder_item.c
13465 Change "Property" to "Properties"
13467 2002-11-07 [colin] 0.8.5claws89
13471 Allow folder dropping to a root folder
13473 2002-11-07 [paul] 0.8.5claws88
13478 2002-11-07 [paul] 0.8.5claws87
13481 fix reply-to-list bug. closes bug report
13482 "[633382] reply-to-list broken in recent cvs"
13484 2002-11-07 [paul] 0.8.5claws86
13487 add a forgotten '#if USE_GPGME ... #endif'
13489 2002-11-07 [paul] 0.8.5claws85
13491 * sync with 0.8.5cvs20
13492 see ChangeLog 2002-11-07
13494 2002-11-07 [colin] 0.8.5claws84
13497 Change folder_item_move_to to return the newly
13498 created folderitem.
13500 Select the new folderitem after moving.
13502 2002-11-07 [colin] 0.8.5claws83
13504 * src/prefs_filtering.c
13505 Fix rule rewriting when moving a leaf folder to a
13508 2002-11-07 [colin] 0.8.5claws82
13510 * src/prefs_filtering.c
13513 2002-11-07 [colin] 0.8.5claws81
13516 Add folder_item_move_to() function to move a
13517 folderitem into another one (updates matcher etc)
13519 Add folder drag'n drop (context menu to come)
13520 [Should be dataloss free, but Please backup before
13523 2002-11-06 [colin] 0.8.5claws80
13526 mh_create_folder() returns NULL if can't create
13527 directory hierarchy
13529 2002-11-06 [paul] 0.8.5claws79
13532 allow 'on-the-fly' changing of the type of encryption
13533 and/or signing used (mime/ascii) via the compose window
13535 2002-11-06 [paul] 0.8.5claws78
13537 * sync with 0.8.5cvs19
13538 see ChangeLog 2002-11-06 for src/account.c:
13539 account_get_special_folder()
13541 2002-11-05 [alfons] 0.8.5claws77
13544 very minor cleanups: nothing to see here, move on. :-)
13546 2002-11-05 [colin] 0.8.5claws76
13549 Changes choices if compose windows are opened to
13550 Discard, Draft, Don't quit
13552 2002-11-05 [thorsten] 0.8.5claws75
13555 reenabled default_reply_to folder option
13557 2002-11-05 [colin] 0.8.5claws74
13560 add compose_draft()
13562 add SIGTERM handler
13564 add clean_quit() for the SIGTERM handler
13566 2002-11-05 [paul] 0.8.5claws73
13569 updated by Ricardo Mones Lastra
13571 2002-11-05 [melvin] 0.8.5claws72
13574 Fixed log-clipping bug #616795.
13575 To stop logging in the log window use 0 length.
13576 * src/prefs_common.c
13577 Added a label to inform about the 0 log length behaviour.
13579 2002-11-05 [paul] 0.8.5claws71
13581 * sync with 0.8.5cvs17
13582 see ChangeLog 2002-11-05
13584 2002-11-04 [paul] 0.8.5claws70
13586 * sylpheed-128x128.png
13589 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13590 <nikai@users.sourceforge.net>
13593 updated by George Danchev
13595 2002-11-03 [thorsten] 0.8.5claws69
13600 add check if gpg is active
13602 2002-11-03 [thorsten] 0.8.5claws68
13605 removed GSList declaration causing trouble on MacOS-X
13606 (submitted by alfons, reported by xfesty)
13608 2002-11-01 [paul] 0.8.5claws67
13611 remove last remnants of main's filter code
13613 2002-11-01 [paul] 0.8.5claws66
13615 * tools/filter_conv.pl
13616 fix bug where user-defined headers were ignored
13618 2002-11-01 [paul] 0.8.5claws65
13621 make a debug_print() not translatable
13623 2002-10-31 [melvin] 0.8.5claws64
13626 Fixed --disable-aspell-test. Now --disable-aspell-test will
13627 not run any GNU/aspell test. The dictionary path will
13628 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13629 was given, in which case, it will be $prefix/lib/aspell/
13631 Fixed typo in commentary (Aspell code).
13633 2002-10-31 [paul] 0.8.5claws63
13636 remove src/filter.c and src/prefs_filter.c
13637 thanks to Ricardo for reminding me
13639 2002-10-31 [colin] 0.8.5claws62
13641 * src/mbox_folder.c
13644 2002-10-31 [paul] 0.8.5claws61
13646 * src/prefs_filter.[ch] ** REMOVED **
13647 src/filter.[ch] ** REMOVED **
13656 src/prefs_filtering.c
13657 src/summaryview.[ch]
13658 remove main's 'filter' code
13661 update to reflect removal of main's filter
13663 2002-10-31 [paul] 0.8.5claws60
13665 * src/summaryview.c
13666 remove check for global_processing in summary_filter_open().
13667 This fixes the bug where if the user uses the right-click
13668 'Create filter rule...' and doesn't have any filter rules
13669 already defined in claws' advanced filtering, the newly
13670 created filter rule goes to main's filtering which is
13671 inaccessible through the gui. Now the filter rule gets added
13672 to claws' filtering by default.
13674 2002-10-28 [melvin] 0.8.5claws59
13676 * src/prefs_actions.c
13677 Fixed bug #627322 where MIME parts were not always
13678 correctly passed to a %p action
13679 Display an error dialog when message filename is not found.
13681 2002-10-28 [melvin] 0.8.5claws58
13683 * src/prefs_common.c
13684 Readded a missing function declaration lost in 0.8.3claws34
13686 2002-10-28 [paul] 0.8.5claws57
13688 * sync with 0.8.5cvs15
13689 see ChangeLog 2002-10-28 and 2002-10-25
13691 Note: ChangeLog entry 2002-10-24 is not sync'ed.
13693 2002-10-27 [oliver] 0.8.5claws56
13696 plug leak in pop3_top_recv
13698 2002-10-26 [christoph] 0.8.5claws55
13701 set need_update folder flag when messages are added
13702 (closes bug [ 626922 ] folder not updated after receiving)
13704 2002-10-25 [melvin] 0.8.5claws54
13707 Fixed a memleak introduced in the scaling code.
13709 2002-10-24 [alfons] 0.8.5claws53
13712 make filtering's forward message action forward from the
13714 (closes bug [628089 ] Filter -> Forward from address problem
13717 2002-10-24 [christoph] 0.8.5claws52
13721 o use manual of current locale or english if current
13722 locale is not available (and english is available)
13723 o also link to sylpheed doc project manuals
13725 2002-10-23 [paul] 0.8.5claws51
13728 tools/kmail2sylpheed_v2.pl
13729 add new version of kmail addressbook importer script.
13730 works with newer versions of Kmail/KAddressBook which
13731 have new and rearranged data.
13733 2002-10-23 [martin] 0.8.5claws50
13736 * src/summaryview.c
13739 added length parameter to get_abbrev_newsgroup_name()
13740 changed this function so that it abbreviates the newsgroup
13741 names only so long it is smaller than the length parameter
13742 (for better reading of some newsgroup names and space efficiency)
13744 2002-10-22 [colin] 0.8.5claws49
13747 Revert Alfons' last modification (after voting ;-))
13749 2002-10-21 [alfons] 0.8.5claws48
13752 folder view in folder selection dialog reflects state of
13753 folder view in main window
13755 2002-10-18 [alfons] 0.8.5claws47
13758 drop imported messages in folder selected by user,
13759 and not in the inbox
13760 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13762 2002-10-18 [alfons] 0.8.5claws46
13765 make automagic reply work correctly for email accounts
13766 (whether it's viable to do a full sync with Hiro's
13767 compose.c is still under discussion)
13769 2002-10-18 [melvin] 0.8.5claws45
13771 * src/prefs_actions.c
13772 Fixed bug #622275 where asynchroneous actions left
13774 Made (synchroneous) actions' input be displayed live.
13776 2002-10-18 [christoph] 0.8.5claws44
13779 don't add a newline in the textview in front of the
13780 first textpart if header display is disabled
13781 (closes bug [ 603385 ] disabled header display leaves blank
13784 2002-10-18 [christoph] 0.8.5claws43
13788 * src/mbox_folder.c
13791 folder->get_num_list now returns an error code
13792 (closes bug [ 609424 ] News cache cleared on failure)
13794 2002-10-17 [colin] 0.8.5claws42
13797 Changed a printf by debug_print
13801 * tools/OOo2sylpheed.pl
13802 allow for spaces in the name of the
13803 file to be attached.
13805 2002-10-16 [colin] 0.8.5claws41
13808 Use a tristate to change online mode
13810 2002-10-16 [paul] 0.8.5claws40
13813 updated by Ricardo Mones Lastra
13815 2002-10-16 [colin] 0.8.5claws39
13818 src/mainwindow.[ch]
13819 Added --online and --offline command-line
13822 2002-10-15 [christoph] 0.8.5claws38
13825 set mimeinfo->name to NULL after g_free to
13826 avoid double freeing with g_free
13828 2002-10-14 [christoph] 0.8.5claws37
13832 * src/summaryview.c
13833 remove calls to folder->change_flags that are now
13834 done by procmsg flag functions (seems it is not
13835 used by any foldertype anyway)
13837 init folder->change_flags with NULL
13839 2002-10-14 [christoph] 0.8.5claws36
13843 use virtual functions for folder item new and destroy
13846 2002-10-14 [melvin] 0.8.5claws35
13849 Added a test to not run the spell checker if no default
13850 dictionary is available. No dialog is displayed though.
13852 2002-10-14 [melvin] 0.8.5claws34
13855 Fixed bug in dictionary list context menu where
13856 "More..." pointed to an emtpy submenu if the
13857 number of dictionaries is a multiple of 15
13858 Removed unneeded code in suggestions list creation
13860 2002-10-14 [paul] 0.8.5claws33
13863 updated by George Danchev
13865 2002-10-13 [hoa] 0.8.5claws32
13868 src/matcher_parser_parser.y
13869 removed the escaped string from internal structure
13872 2002-10-12 [colin] 0.8.5claws31
13874 * src/gtksctree.[ch]
13876 Removed useless function gtksctree_reanchor
13878 2002-10-12 [alfons] 0.8.5claws30
13880 * sync with remaining main changes 2002-10-09 - 2002-10-11
13881 - drop changes to src/compose.c (requires claws specific changes)
13883 2002-10-12 [alfons] 0.8.5claws29
13885 * sync with main changes of 2002-10-08
13886 - drop changes to src/compose.c (requires claws specific changes)
13887 - drop changes to src/summaryview.c (requires changes to compose.c)
13889 2002-10-12 [alfons] 0.8.5claws28
13891 * sync with main changes of 2002-10-07
13893 2002-10-12 [alfons] 0.8.5claws27
13895 * sync with main changes of 2002-10-04
13896 - drop changes to src/compose.c (requires claws specific changes)
13897 - drop changes to src/prefs_folder_item.c (claws implementation
13898 seems to be working)
13900 2002-10-12 [colin] 0.8.5claws26
13903 Fix folder-flicker when space-reading, introduced
13906 2002-10-12 [colin] 0.8.5claws25
13909 Save account address when saving as draft.
13910 (closes bug 621838)
13912 2002-10-12 [colin] 0.8.5claws24
13914 * src/summaryview.c
13915 Fix the problem consisting of no message selected
13916 after the last message in a folder has been moved.
13918 2002-10-12 [paul] 0.8.5claws23
13921 src/prefs_template.c
13923 add Cc and Bcc to templates. Patch submitted by
13926 2002-10-12 [colin] 0.8.5claws22
13929 Fix a bug after "Check for new messages":
13930 If a folder was opened, it was still selected at
13931 the end of the check, but displayed empty.
13933 Remove unnecessary check
13938 be more verbose in the description of
13942 2002-10-11 [colin] 0.8.5claws21
13945 Make space work (better) when no mail is selected
13947 2002-10-11 [colin] 0.8.5claws20
13953 2002-10-11 [colin] 0.8.5claws19
13956 revert 0.8.5claws6 changes as i couldn't get to
13957 anything satisfying
13959 2002-10-11 [melvin] 0.8.5claws18
13962 Removed buggy and unused macro (should have been committed in
13965 2002-10-11 [melvin] 0.8.5claws17
13968 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13970 2002-10-11 [thorsten] 0.8.5claws16
13973 remove rescan warning
13975 2002-10-11 [colin] 0.8.5claws15
13978 fix a segfault that happens if conv_unmime_header
13979 fails (should be better to find out why it fails)
13981 2002-10-11 [christoph] 0.8.5claws14
13983 * src/summaryview.c
13984 update folderview stats after ignore/unignore thread
13986 2002-10-11 [hoa] 0.8.5claws13
13988 * src/quote_fmt_parse.y
13989 Fixed a yacc/bison syntax error
13991 Escaping of string is fixed.
13993 2002-10-11 [colin] 0.8.5claws12
13996 Resize images to fit
13998 2002-10-11 [paul] 0.8.5claws11
14001 updated by Ricardo Mones Lastra
14003 2002-10-10 [alfons] 0.8.5claws10
14006 allow dropping files by "moving" files from a file manager,
14007 not only by the more cumbersome "copying". the latter
14008 mostly implies holding down the Control button
14010 2002-10-10 [christoph] 0.8.5claws9
14012 * src/summaryview.c
14013 update folders after thread building for ignored threads
14015 2002-10-10 [christoph] 0.8.5claws8
14017 * config/.cvsignore
14019 * src/filtering.[ch]
14021 * src/folderview.[ch]
14026 * src/summaryview.[ch]
14027 o added new flag need_update to FolderItem
14028 o removed folder_table from various functions from tracking
14030 o set need_update flags in folder.c's move, copy and delete
14031 functions and procmsg's flags functions
14032 o added function folderview_update_items_when_required that
14033 updates all folders with need_update set
14034 o call folderview_update_items_when_required instead of
14035 folderview_update_item_foreach
14037 2002-10-09 [sergey] 0.8.5claws7
14040 Strip CRs whel loading the text into editor in reedit mode.
14042 2002-10-09 [colin] 0.8.5claws6
14045 Make Space work when no mail is selected
14047 2002-10-09 [colin] 0.8.5claws5
14049 * src/gtksctree.[ch]
14051 Add gtk_sctree_reanchor()
14052 * src/summaryview.c
14053 Use gtk_sctree_reanchor() - better fix for
14056 2002-10-09 [colin] 0.8.5claws4
14058 * src/summaryview.c
14059 Fix shift-click select after delete problem
14062 2002-10-08 [thorsten] 0.8.5claws3
14064 * src/summaryview.c
14065 exclude current msg from -hide read messages-
14067 2002-10-08 [colin] 0.8.5claws2
14072 Differentiate socket errors from disk full
14075 2002-10-08 [christoph] 0.8.5claws1
14079 modifications for new config directory
14081 * config.guess ** REMOVED **
14082 * config.sub ** REMOVED **
14083 * install-sh ** REMOVED **
14084 * ltmain.sh ** REMOVED **
14085 * missing ** REMOVED **
14086 * mkinstalldirs ** REMOVED **
14087 these files are autogenerated by automake
14088 when you run autogen.sh
14090 * config/.cvsignore ** NEW FILE **
14091 * config/Makefile.am ** NEW FILE **
14092 ignore autogenerated files
14093 create a Makefile in this directory
14095 2002-10-08 [paul] 0.8.5claws
14097 * 0.8.5claws release
14102 fix quote reply format for newsgroups reply bug
14107 updated by me and Witold Wladyslaw Wojciech Wilk
14110 2002-10-07 [paul] 0.8.3claws53
14115 updated messages catalogs, submitted by
14116 Alessandro Maestri, Fabio Jr.Beneditto
14117 and Urke MMI, respectively.
14119 2002-10-07 [christoph] 0.8.3claws52
14124 fix new folder ghost message bug
14125 (closes bug [ 619722 ] wrong count for newly created folders)
14127 2002-10-07 [christoph] 0.8.3claws51
14130 fix news posting problem
14132 2002-10-07 [melvin] 0.8.3claws50
14135 Updated French translation
14137 2002-10-05 [christoph] 0.8.3claws49
14140 check if line_start_cache is set in gtk_stext_update_text
14141 (closes bug [ 618119 ] crash while doing search in folder)
14143 2002-10-05 [christoph] 0.8.3claws48
14149 implement cache cleanups for claws' folder system
14150 (closes bug [ 595916 ] imapcache not cleaned up)
14152 2002-10-05 [melvin] 0.8.3claws47
14154 * src/prefs_actions.c
14155 Made the help text more clear for the %p token
14157 2002-10-04 [paul] 0.8.3claws46
14160 see ChangeLog 2002-10-02 and 2002-10-03
14162 2002-10-04 [christoph] 0.8.3claws45
14165 fix segfault caused by pop before smtp
14166 call to inc_account_mail with NULL
14167 pointer for mainwin
14169 2002-10-04 [paul] 0.8.3claws44
14172 sync the LDAP detection from 0.8.5cvs1
14174 2002-10-02 [christoph] 0.8.3claws43
14177 fix small spelling error
14179 2002-10-02 [melvin] 0.8.3claws42
14182 Behave better and say "no" when test program cannot be run.
14184 2002-10-02 [paul] 0.8.3claws41
14186 * sync with 0.8.4cvs1
14187 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14189 * src/summaryview.c
14190 toggle the behavior of Reply menuitem between
14191 normal reply and reply-to-list
14193 2002-10-01 [sergey] 0.8.3claws40
14196 Convert newlines in the message text to the canonical form
14197 before base64 encoding (RFC2045 compliance, fixes some
14198 interoperability issues with Evolution 1.0.3)
14200 2002-09-29 [colin] 0.8.3claws39
14202 * src/summaryview.c
14203 Fix an unwanted copy/paste
14205 2002-09-29 [colin] 0.8.3claws38
14208 Renamed "Custom toolbar" to "Customize toolbar"
14209 Renamed "Show all header" to "Show all headers"
14210 Renamed "Set diplay item" to "Set displayed items"
14211 * src/prefs_common.c
14212 Renamed "Show all header" to "Show all headers"
14213 * src/prefs_summary_column.c
14214 Renamed "diplay item" to "displayed items"
14216 2002-09-29 [colin] 0.8.3claws37
14218 * src/mainwindow.[ch]
14219 online/offline status pixmaps follow theme
14221 * src/summaryview.[ch]
14222 quicksearch pixmap follows theme changes
14224 2002-09-29 [thorsten] 0.8.3claws36
14227 src/prefs_folder_item.[ch]
14228 add default_reply_to folder option (closes patch 581044)
14230 2002-09-29 [christoph] 0.8.3claws35
14232 * acconfig.h ** REMOVED **
14236 * ac/gnupg-check-typedef.m4
14237 fix autoheader 2.50 warning
14239 2002-09-29 [christoph] 0.8.3claws34
14241 * major code cleanup (part 2)
14243 - unused variables removed
14244 - unused functions removed
14245 - uninitialized variables checked
14246 - missing return statements added
14247 - missing function return types added
14248 - added parentheses around assignment
14249 when suggested by gcc
14251 2002-09-29 [alfons] 0.8.3claws33
14254 log_window_clear(): only bracket gtk_text_forward_delete()
14255 with gtk_text_freeze() / gtk_text_thaw() (see if this
14256 works around GTK text bug)
14258 2002-09-29 [paul] 0.8.3claws32
14262 updated by George Danchev and Urke MMI
14265 2002-09-27 [christoph] 0.8.3claws31
14267 * doc-src/readme.txt
14268 * doc-src/rfc1806.txt ** REMOVED **
14269 * doc-src/rfc2183.txt ** NEW FILE **
14270 * doc-src/rfc2980.txt ** NEW FILE **
14273 2002-09-27 [melvin] 0.8.3claws30
14276 Fixed typo which could break linking
14278 2002-09-27 [melvin] 0.8.3claws29
14281 Improved GNU/aspell checking.
14284 2002-09-27 [paul] 0.8.3claws28
14286 * sync with 0.8.3cvs8
14287 see ChangeLog 2002-09-27
14289 2002-09-26 [colin] 0.8.3claws27
14292 src/mainwindow.[ch]
14293 Add "Reply to Mailing-list" to the toolbar
14295 2002-09-26 [christoph] 0.8.3claws26
14297 * src/summaryview.c
14298 Fix wrong message counts in summaryview status
14300 2002-09-26 [paul] 0.8.3claws25
14302 * sync with 0.8.3cvs7
14303 see ChangeLog 2002-09-26
14305 2002-09-26 [paul] 0.8.3claws24
14307 * sync with 0.8.3cvs6
14308 see ChangeLog 2002-09-25
14310 2002-09-25 [christoph] 0.8.3claws23
14312 * src/prefs_common.c
14313 * src/prefs_folder_item.c
14314 * src/prefs_scoring.c
14315 Renamed "kill score" to "hide score" in GUI
14318 2002-09-25 [paul] 0.8.3claws22
14320 * sync with 0.8.3cvs5
14321 see ChangeLog 2002-09-24
14323 2002-09-24 [alfons] 0.8.3claws21
14325 patch by Satoshi Nagayasu: allows appending / saving multiple
14326 selected files (closes "[ 612279 ] save multiple mesg(s) in
14330 add Satoshi Nagayasu
14331 * src/summaryview.c
14332 summary_save_as(): allow saving selected files to
14334 summary_set_menu_sensitive: enable "Save As..." when
14335 multiple files are selected
14337 append_file(): new function
14339 2002-09-24 [colin] 0.8.3claws20
14342 Fix segfault when mimeinfo doesn't have a
14345 2002-09-24 [colin] 0.8.3claws19
14347 * src/prefs_common.[ch]
14348 Add a preference to display send dialog or not
14350 Display send dialog according to preference
14352 2002-09-24 [colin] 0.8.3claws18
14355 Disable user actions when sending
14357 2002-09-24 [colin] 0.8.3claws17
14360 Do not display name or filename for attachments
14361 with an application/pgp-signature type
14362 (security flaw, see bug 537413)
14364 2002-09-23 [colin] 0.8.3claws16
14366 * src/editaddress.c
14367 Initialize entry_email, entry_alias and
14368 entry_remarks to first email address of the list
14370 2002-09-23 [colin] 0.83claws15
14373 Drop pgp-signature when reediting a signed queued
14376 2002-09-23 [melvin] 0.8.3claws14
14379 Updated French translation
14381 2002-09-23 [melvin] 0.8.3claws13
14384 Made custom toolbar menu labels more consistent
14385 * src/prefs_toolbar.c
14386 Made custom toolbar window title more consistent
14388 2002-09-22 [colin] 0.8.3claws12
14391 Initialize session type to normal before getting
14392 mail (fixes strange Get behaviour)
14393 * src/prefs_account.h
14394 Move STYPE_POP_BEFORE_SMTP to last position to
14395 avoid other side-effects
14397 2002-09-22 [colin] 0.8.3claws11
14399 * src/prefs_account.c
14400 Fix pop_bfr_smtp_tm_entry sensivity when switching
14401 from pop3 to apop or vice-versa
14403 2002-09-22 [colin] 0.8.3claws10
14405 * src/prefs_account.[ch]
14406 Add an option for the POP before SMTP timeout
14408 Remember time of last POP connection
14410 Do POP before SMTP only if timeout reached
14412 2002-09-22 [oliver] 0.8.3claws9
14415 explain custom toolbar
14417 2002-09-22 [oliver] 0.8.3claws8
14419 * src/prefs_actions.[ch]
14420 custom toolbar for compose
14421 actions callback from compose toolbar
14423 remove include toolbar.h
14425 2002-09-22 [oliver] 0.8.3claws7
14427 * src/prefs_toolbar.[ch]
14428 custom toolbar for compose
14429 - generic prefs_toolbar handles both
14430 Mainwin's toolbar as well as Compose toolbar
14432 2002-09-22 [oliver] 0.8.3claws6
14435 custom toolbar for compose
14436 restructure toolbar.[ch]
14438 2002-09-22 [oliver] 0.8.3claws5
14441 custom toolbar for compose
14443 2002-09-22 [oliver] 0.8.3claws4
14445 * src/mainwindow.[ch]
14446 custom toolbar for compose
14447 move mainwin toolbar back to mainwindow
14449 2002-09-22 [alfons] 0.8.3claws3
14453 :%sno/for(/for (/gc
14456 2002-09-22 [alfons] 0.8.3claws2
14459 procmsg_save_to_outbox(): don't unlink message file from queue;
14460 callers should do it using folder_item_remove_msg()
14462 2002-09-22 [colin] 0.8.3claws1
14464 * src/mimeview.[ch]
14465 Made mimeview_check_signature() public
14467 Made GPG signatures verifiable by clicking
14468 the [application/pgp-signature] in the Text
14471 2002-09-22 [paul] 0.8.3claws
14480 updated translations, submitted by George Danchev,
14481 me, Ricardo Mones Lastra, Alessandro Maestri,
14482 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
14483 and Urke MMI, respectively.
14485 2002-09-22 [alfons] 0.8.2claws65
14489 no furry valgrinds have been used to plug these memleaks
14491 2002-09-20 [paul] 0.8.2claws64
14493 * sync with 0.8.3cvs4
14494 'Select thread' re-implemented
14495 see ChangeLog 2002-09-20
14497 2002-09-21 [alfons] 0.8.2claws63
14500 compose_send(): plug unnoticed memleak
14502 2002-09-20 [alfons] 0.8.2claws62
14505 replace_address_in_edit(): strict check for NULL address to
14506 fix "[ 607348 ] Segfault in address completion". My guess is
14507 that this happens with an empty address book, but it's good
14508 to have this check here anyway
14510 completion_window_button_press(): free string returned
14511 from the internal cache
14513 2002-09-20 [christoph] 0.8.2claws61
14516 added ENC_BINARY to EncodingType
14518 the string returned by procmime_get_encoding_str
14519 should not depend on the order of values in the
14520 EncodingType definition
14521 * doc-src/rfc1806.txt ** NEW FILE **
14522 Added rfc1806 about MIME Content-Disposition
14525 2002-09-19 [paul] 0.8.2claws60
14527 * sync with 0.8.2cvs3
14528 see ChangeLog 2002-09-19
14530 2002-09-19 [paul] 0.8.2claws59
14532 * src/prefs_folder_item.c
14533 revert to Darko's original alignment of colour
14535 add a colon to folder_color label
14538 add Colin's patch (with Hiro's modifications) to
14539 force BASE64 encoding for 8-bit text when signing
14540 (sync with 0.8.3cvs2)
14542 2002-09-18 [alfons] 0.8.2claws58
14546 :%sno/for(/for (/gc
14547 (beautify a little bit)
14549 2002-09-18 [christoph] 0.8.2claws57
14552 fix handling of fgetc return value
14554 2002-09-17 [alfons] 0.8.2claws56
14556 * src/summaryview.c
14557 summary_sort(): check non-NULL summaryview->folder_item when no
14558 folder is selected at all
14559 (closes "[ 610344 ] sort label make syl Crash")
14561 2002-09-17 [alfons] 0.8.2claws55
14564 beautify a little bit
14566 2002-09-17 [christoph] 0.8.2claws54
14569 initialize max values for cache and folder
14570 when cache or folder is empty
14572 2002-09-15 [colin] 0.8.2claws53
14575 Fix a leak (thanks Alfons!) and cleaned
14576 variables names for custom headers
14578 2002-09-15 [colin] 0.8.2claws52
14581 Fix custom headers recognition when
14582 prefs_common.trans_hdr is on
14584 2002-09-15 [colin] 0.8.2claws51
14587 Allow dynamically-added custom headers
14588 Yet not reparsed if reedited
14590 2002-09-15 [alfons] 0.8.2claws50
14592 * src/prefs_account.c
14595 2002-09-15 [colin] 0.8.2claws49
14597 * src/prefs_account.c
14598 fix pop_before_smtp sensitivity
14600 2002-09-15 [colin] 0.8.2claws48
14603 add inc_pop_before_smtp()
14604 allow MainWindow to be undefined in
14605 inc_account_mail() and inc_start()
14607 src/prefs_account.h
14608 add STYPE_POP_BEFORE_SMTP session type
14609 * src/prefs_account.c
14610 activated pop before smtp option
14612 do pop before smtp if the relevant option
14615 2002-09-15 [paul] 0.8.2claws47
14618 see ChangeLog 2002-09-15
14620 2002-09-14 [paul] 0.8.2claws46
14623 updated Bulgarian translation, submitted by
14626 2002-09-13 [paul] 0.8.2claws45
14629 merge claws' select_account() with main's
14630 (new) compose_select_account(). [sync with
14631 0.8.2cvs15, see ChangeLog 2002-09-11]
14633 2002-09-12 [christoph] 0.8.2claws44
14636 allocate 1 elements of FolderItem not 0
14638 2002-09-12 [colin] 0.8.2claws43
14641 Fix bug #590825 (obey Follow-up: poster)
14643 2002-09-12 [colin] 0.8.2claws42
14646 Fix bug #557009 (wrong headers for messages
14647 forwarded as attachments)
14649 2002-09-11 [colin] 0.8.2claws41
14652 Put SCF: pseudo-header on top of message
14653 Set draft tmp_flag when saved as draft
14657 Skip after first \n\n for beginning of real message
14660 2002-09-11 [christoph] 0.8.2claws40
14663 use procmsg flag functions in filtering or processing
14664 will cause incorrect folder message counts
14666 2002-09-11 [colin] 0.8.2claws39
14669 Fix bug #550175 - wrong save folder when reediting
14672 2002-09-11 [paul] 0.8.2claws38
14674 * sync with 0.8.2cvs14
14675 see ChangeLog 2002-09-11
14677 2002-09-11 [colin] 0.8.2claws37
14680 Fix a typo (seeming to cause new/unread status to
14683 2002-09-10 [christoph] 0.8.2claws36
14686 compose_redirect should not use compose_generic_new
14687 because that does more stuff than expected including
14688 opening the external editor
14689 (closes bug "[ 526608 ] bounced messages appear blank
14692 2002-09-10 [christoph] 0.8.2claws35
14695 fix problem with too large message number range
14696 causing a crash in folder_item_scan
14698 2002-09-10 [paul] 0.8.2claws34
14700 * sync with 0.8.2cvs13
14701 see ChangeLog 2002-09-10
14703 2002-09-10 [christoph] 0.8.2claws33
14706 set MsgInfo TmpFlags for queue and draft folders
14707 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14709 2002-09-10 [paul] 0.8.2claws32
14712 po/bg.po ** NEW FILE **
14713 new Bulgarian translation submitted by
14714 George Danchev <danchev@spnet.net>
14716 * tools/Makefile.am
14718 tools/tb2sylpheed ** NEW FILE **
14719 add script that converts an addressbook exported
14720 from The Bat! into a Sylpheed addressbook. Submitted
14721 by Urke MMI <urke-kg@eunet.yu>
14723 2002-09-10 [paul] 0.8.2claws31
14725 * sync with 0.8.2cvs12
14726 see ChangeLog 2002-09-10
14728 2002-09-06 [paul] 0.8.2claws30
14730 * src/prefs_common.c
14731 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14733 * tools/Makefile.am
14735 tools/ldif-to-xml.py ** REMOVED **
14736 remove obsolete python script
14738 2002-09-06 [paul] 0.8.2claws29
14740 * sync with 0.8.2cvs10
14741 see ChangeLog 2002-09-06
14743 2002-09-04 [paul] 0.8.2claws28
14745 * sync with 0.8.2cvs9
14746 see ChangeLog 2002-08-04
14748 2002-09-04 [colin] 0.8.2claws27
14750 * src/prefs_common.[ch]
14751 Added signature color configuration
14753 Use user-specified signature color
14755 2002-09-03 [colin] 0.8.2claws26
14757 * src/prefs_common.[ch]
14758 Added autosave and autosave_length prefs
14760 Added compose_remove_draft()
14761 Auto-save drafts according to the prefs
14763 Added a crash-indicator file, allowing to check
14764 for new messages on startup if Sylpheed crashed
14765 (makes saved drafts "reappear")
14767 2002-09-03 [colin] 0.8.2claws25
14769 * src/textview.[ch]
14772 2002-09-03 [paul] 0.8.2claws24
14774 * sync with 0.8.2cvs8
14775 see ChangeLog 2002-09-02 and 2002-09-03
14777 2002-09-03 [darko] 0.8.2claws23
14780 use normal style when creating new folder to pick
14783 2002-09-02 [melvin] 0.8.2claws22
14786 removed some obsolete code
14788 2002-09-02 [melvin] 0.8.2claws21
14791 fixed test's equality sign (== to =)
14793 2002-09-02 [alfons] 0.8.2claws20
14797 revert change of 0.8.2claws16 and use the mh_folder_destroy
14798 as folder->destroy virtual as suggested by Hiro
14799 (the mh.c code seems to have been lost around mh.c.1.21)
14801 2002-09-02 [paul] 0.8.2claws19
14804 updated by Fabio Jr. Beneditto
14807 use 'http://claws.sylpheed.org' for homepage link.
14808 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14810 2002-09-01 [alfons] 0.8.2claws18
14813 plug memleak related to one Martin Kluge found
14815 2002-08-31 [paul] 0.8.2claws17
14817 * sync with 0.8.2cvs6
14818 see ChangeLog 2002-08-30
14820 2002-08-31 [alfons] 0.8.2claws16
14823 folder_destroy(): remove mailbox from folderlist even if it has
14826 2002-08-31 [alfons] 0.8.2claws15
14830 :%sno/for(/for (/gc
14831 (being pedantic I know)
14833 2002-08-31 [alfons] 0.8.2claws14
14836 check for NULL pointers returned from folder->fetch_msginfo virtual
14837 (should solve some reported crashes)
14839 2002-08-30 [alfons] 0.8.2claws13
14844 enable crash dialog on compilation time
14845 (--enable-crash-dialog configure option)
14847 2002-08-30 [alfons] 0.8.2claws12
14852 apply memory leak plug patch by Martin Kluge
14853 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14854 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14855 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14857 2002-08-30 [darko] 0.8.2claws11
14860 copy Gtk style from normal style to match
14861 font size for coloured folders
14863 2002-08-29 [alfons] 0.8.2claws10
14866 Type=Internet <- Type=Application
14867 (reported by Michael Schwendt, see:
14868 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14869 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14871 2002-08-29 [paul] 0.8.2claws9
14873 * sync with 0.8.2cvs5
14874 see ChangeLog 2002-08-29
14876 2002-08-29 [colin] 0.8.2claws8
14878 * src/summaryview.c
14879 Added a sanity check in summary_select_thread
14880 Should fix bug 601605
14882 2002-08-29 [colin] 0.8.2claws7
14885 Revert claws6 changes regarding bug #591676
14887 2002-08-28 [colin] 0.8.2claws6
14890 Ignore cache for queue folderitems
14893 2002-08-28 [melvin] 0.8.2claws5
14898 2002-08-28 [melvin] 0.8.2claws4
14901 Updated a bit the text concerning the spell checker
14903 2002-08-28 [melvin] 0.8.2claws3
14905 Merged the GNU_aspell_branch:
14906 Support of new GNU/aspell is now included and the old pspell
14907 is not supported anymore.
14911 Updated spell checker text to reflect the switch to GNU/aspell
14913 * ac/aspell.m4 *** NEW ***
14914 * src/gtkaspell.[ch] *** NEW ***
14915 * ac/pspell.m4 *** DELETED ***
14916 * src/gtkspell.[ch] *** DELETED ***
14919 Updated for GNU/aspell support
14922 Replaced gtkspell.c by gtkaspell.c
14930 * src/prefs_common.[ch]
14931 Updated for GNU/aspell support
14933 2002-08-28 [paul] 0.8.2claws2
14935 * sync with 0.8.2cvs4
14936 see ChangeLog 2002-08-27 and 2002-08-28
14938 2002-08-28 [colin] 0.8.2claws1
14940 * src/summary_search.c
14943 2002-08-28 [jens] 0.8.2claws
14946 Updated German translations
14948 2002-08-27 [melvin] 0.8.2claws
14951 Updated French translations
14953 2002-08-27 [paul] 0.8.2claws
14955 * sync with 0.8.2 main release
14963 updated message catalogs submitted by
14964 Ricardo Mones Lastra, Alessandro Maestri,
14965 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14966 Beneditto and Urke MMI
14968 2002-08-27 [hoa] 0.8.1claws123
14970 * src/mainwindow.[ch]
14971 * src/summaryview.[ch]
14972 removed the "filter setting" menu option.
14973 add a "cancel a news message" menu option.
14975 2002-08-26 [martin] 0.8.1claws122
14978 changed string under 0.8.1claws79 changed by myself
14979 i'm sorry alfons :(
14981 2002-08-26 [martin] 0.8.1claws121
14984 added kill command to debuggerrc to start crash dialog
14986 2002-08-26 [paul] 0.8.1claws120
14988 * sync with 0.8.1cvs31
14989 see ChangeLog 2002-08-26
14991 2002-08-25 [alfons] 0.8.1claws119
14994 fix bug that didn't send out correct headers to news server
14995 when sending news article and email from queue (bug reported
14996 and patch provided by Tim Mann; closes bug
14997 "[ 583196 ] 0.7.8claws can't post news")
14999 2002-08-25 [alfons] 0.8.1claws118
15001 * src/selective_download.c
15002 mark two strings as translatable
15003 (thanks to Urke MMI for pointing this out)
15005 2002-08-25 [alfons] 0.8.1claws117
15007 * src/summaryview.c
15008 treat sent boxes as special and allow sorting them by addressee
15009 (closes "[ 589418 ] Sent folder sorting misbehavior"
15010 submitted by Steve Lamb)
15012 2002-08-24 [alfons] 0.8.1claws116
15015 fix memleak reported by Martin Kluge
15016 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
15018 2002-08-24 [oliver] 0.8.1claws115
15020 * src/prefs_toolbar.c
15021 o code cleanup as suggested by Alfons
15024 2002-08-24 [alfons] 0.8.1claws114
15026 * src/summaryview.c
15027 o fix another memory leak reported by Martin Kluge
15028 (see "[ 599568 ] Small Memory Leak")
15029 o remove 'from' variable from 'summary_set_header()'; we can
15032 2002-08-24 [paul] 0.8.1claws113
15034 * sync with 0.8.1cvs30
15035 see ChangeLog 2002-08-23
15037 2002-08-24 [alfons] 0.8.1claws112
15039 * src/summaryview.c
15040 remove unnecessary allocations for search bar fixing leaks
15041 reported by Martin Kluge
15042 (see "[ 599451 ] Further memory leaks?")
15044 2002-08-24 [alfons] 0.8.1claws111
15047 make get_socket_name() public for crash.c
15049 o make report bug button work (goes to claws'
15050 bug tracker at sf.net)
15051 o introduce function for doing important stuff just
15052 before claws goes down
15055 2002-08-24 [alfons] 0.8.1claws110
15058 move cursor to "To" entry when forwarding as attachment
15059 (reported and solved by Steve Lamb, closes bug report
15060 "[ 592880 ] Forward as attachment; cursor not in to")
15062 2002-08-24 [colin] 0.8.1claws109
15065 fix quick search visibility after GUI (de)separations.
15067 2002-08-23 [colin] 0.8.1claws108
15070 fix header pane visibility after folderview or
15071 messageview (de)separation
15073 2002-08-23 [paul] 0.8.1claws107
15075 * src/mainwindow.[ch]
15077 give full control of display or non-display
15078 of the Execute icon to Custom toolbar settings.
15079 add new sensitivity condition to maninwindow.h:
15085 more sync with 0.8.1cvs29
15087 2002-08-23 [melvin] 0.8.1claws106
15090 Readded support for custom widget in alertpanel lost in last
15093 2002-08-23 [paul] 0.8.1claws105
15095 * sync with 0.8.1cvs29
15096 see ChangeLog 2002-08-23
15098 2002-08-23 [colin] 0.8.1claws104
15100 * src/summaryview.c
15101 Fix folder and search pixmaps exchanging positions
15102 after theme or toolbar changes. Thank to Oliver for
15105 2002-08-23 [colin] 0.8.1claws103
15108 src/messageview.[ch]
15109 src/noticeview.[ch]
15111 Changed messageview_create() and noticeview_create()
15112 to avoid the last gdk_warning
15114 2002-08-22 [colin] 0.8.1claws102
15116 * src/summaryview.c
15117 Fix my new `Creating pixmap from xpm' warning
15119 2002-08-22 [colin] 0.8.1claws101
15122 Fix some of the gdk warnings
15124 2002-08-22 [colin] 0.8.1claws100
15127 * src/stock_pixmap.c
15128 * src/stock_pixmap.h
15129 * src/pixmaps/quicksearch.xpm *ADDED*
15130 Add the quicksearch pixmap
15132 * src/summaryview.c
15133 * src/summaryview.h
15134 Make quicksearch bar visible/hidden via a button
15136 2002-08-22 [christoph] 0.8.1claws99
15139 fix folder update for newsgroups with message
15140 numbers below minimum number of articles to fetch
15141 (closes bug #598445)
15143 2002-08-22 [paul] 0.8.1claws98
15145 * sync with 0.8.1cvs28
15146 see ChangeLog 2002-08-22
15148 2002-08-21 [alfons] 0.8.1claws97
15151 use bt instead of bt full which seems to work
15152 better, and bt full doesn't give a great deal
15153 of information anyway
15155 2002-08-21 [colin] 0.8.1claws96
15157 * src/summaryview.c
15158 fix summaryview_searchtype_changed prototype
15160 2002-08-21 [christoph] 0.8.1claws95
15163 o fix broken menu update for sorting type, we have to
15164 get this info from the summaryview now
15165 o removed setting of threaded state in menu callback
15166 * src/summaryview.[ch]
15167 more summaryview/folderitem seperation for
15170 removed not required --with-compiler-flags option
15172 2002-08-21 [oliver] 0.8.1claws94
15175 o rename toolbar.xml to toolbar_main.xml
15176 since toolbar_compose.xml might come up
15181 2002-08-21 [darko] 0.8.1claws93
15184 don't reset tmp flags for messages copied
15187 2002-08-21 [colin] 0.8.1claws92
15189 * src/prefs_filtering.c
15190 fix renaming rules on folder rename
15191 when folder is not a leaf folder
15193 2002-08-21 [paul] 0.8.1claws91
15195 * src/prefs_folder_item.c
15196 fix alignment of colour selector
15198 2002-08-21 [paul] 0.8.1claws90
15200 * sync with 0.8.1cvs27
15201 see ChangeLog 2002-08-21
15203 2002-08-21 [paul] 0.8.1claws89
15205 * src/summaryview.c
15206 fix crash when changing field type in
15209 2002-08-21 [colin] 0.8.1claws88
15211 * src/summaryview.c
15212 Made quick search case-insensitive
15214 2002-08-21 [paul] 0.8.1claws87
15216 * sync with 0.8.1cvs26
15217 see ChangeLog 2002-08-21
15219 2002-08-20 [christoph] 0.8.1claws86
15223 * src/summaryview.[ch]
15224 more summaryview/folderitem seperation for
15225 sort_key and sort_type
15227 added missing return statement
15229 2002-08-20 [colin] 0.8.1claws85
15231 * src/summaryview.[ch]
15232 Added a quick search box
15234 * src/prefs_common.[ch]
15235 Added a show/hide option for the quick search
15237 2002-08-20 [oliver] 0.8.1claws84
15240 remove toolbar_create_popups
15242 o remove toolbar_create_popups
15243 o fix toolbar_set_sensitive
15244 (Bug reports #596834 and #596832)
15245 * src/prefs_toolbar.c
15246 o add "Set default" button
15247 o align label and text + combo widgets
15249 2002-08-20 [hoa] 0.8.1claws83bis
15252 fixed a bug in imap_fetch_msginfo() in case there is no
15255 2002-08-20 [darko] 0.8.1claws83
15258 copy the color style of folder view so it
15259 works with GTK themes
15261 2002-08-20 [darko] 0.8.1claws82
15265 * src/prefs_folder_item.[hc]
15266 don't use UI stuff in folder.h
15268 2002-08-20 [darko] 0.8.1claws81
15271 * src/prefs_folder_item.h
15273 * src/prefs_folder_item.c
15274 ability to set folder color in folderview
15276 2002-08-19 [alfons] 0.8.1claws80
15278 * src/summaryview.c
15279 fix one of the earlier memleaks reported by Martin Kluge
15281 2002-08-19 [alfons] 0.8.1claws79
15284 hide notice view when selecting seperate folder
15285 view (reported by Urke MMI)
15287 2002-08-19 [christoph] 0.8.1claws78
15290 * src/prefs_folder_item.h
15291 * src/summaryview.[ch]
15292 o add summary_set_prefs_from_folderitem to set
15293 summaryview prefs (first step to remove all
15294 references to the folderitem in summaryview)
15295 o moved compiled regex stuff from folderitem prefs
15296 to summaryview code
15298 2002-08-19 [paul] 0.8.1claws77
15301 add check for '.' to QUOTE_IF_REQUIRED
15303 2002-08-19 [paul] 0.8.1claws76
15306 sync with 0.8.1cvs25 (plug memory leak)
15308 * src/prefs_toolbar.c
15309 re-order prefs_toolbar_cancel()
15311 2002-08-18 [alfons] 0.8.1claws75
15315 plug other memleaks reported by Martin Kluge
15317 2002-08-18 [paul] 0.8.1claws74
15320 updated by Fabio Jr. Beneditto
15322 2002-08-18 [paul] 0.8.1claws73
15325 fix bug where tooltips were displayed untranslated
15327 * src/prefs_toolbar.c
15328 fix bug where clicking 'Cancel' creates an icon & text
15329 toolbar regardless of prefs
15332 2002-08-17 [oliver] 0.8.1claws72
15334 * src/prefs_toolbar.c
15335 update toolbar on CANCEL
15336 bug reported by Martin Kluge
15338 toolbar_destroy memleak fixed
15340 2002-08-17 [alfons] 0.8.1claws71
15343 plug another memleak reported by Martin Kluge
15345 2002-08-16 [alfons] 0.8.1claws70
15348 use execvp() correctly (suggested by wwp; thanks!)
15350 2002-08-16 [alfons] 0.8.1claws69
15353 plug memory leak reported by Kim Schultz & Martin Kluge
15355 2002-08-16 [paul] 0.8.1claws68
15358 updated by Ricardo Mones Lastra
15360 2002-08-16 [paul] 0.8.1claws67
15363 fix bug where 'Compose News' icon showed wrong
15366 2002-08-16 [paul] 0.8.1claws66
15368 * sync with 0.8.1cvs24
15369 see ChangeLog 2002-08-16
15372 updated by Alessandro Maestri
15374 2002-08-15 [paul] 0.8.1claws65
15377 updated by Urke MMI
15379 2002-08-15 [paul] 0.8.1claws64
15382 don't translate debug info
15387 2002-08-15 [paul] 0.8.1claws63
15389 * src/prefs_toolbar.c
15390 fix bug where clicking 'OK' creates an icon & text
15391 toolbar regardless of prefs
15393 2002-08-14 [alfons] 0.8.1claws62
15396 add global var that has the full argv[0]
15398 o execvp the correct sylpheed by using argv0
15399 and setting the correct work dir
15402 2002-08-14 [oliver] 0.8.1claws61
15404 * enable/disable Toolbar Action Buttons
15408 * src/prefs_toolbar.c
15410 2002-08-14 [melvin] 0.8.1claws60
15413 Updated French translations
15415 2002-08-14 [melvin] 0.8.1claws59
15418 Made bug report not translatable
15420 Fixed exporthtml_build_filespec() return value
15422 Fixed incorrect include file
15424 * src/prefs_actions.c
15425 * src/prefs_toolbar.c
15426 Made debug info not translatable
15429 Added missing includes
15430 * src/prefs_common.c
15433 2002-08-14 [paul] 0.8.1claws58
15435 * faq/es/sylpheed-faq.html
15436 faq/es/sylpheed-faq-[1-3].html
15437 faq/es/sylpheed-faq-4.html **NEW FILE **
15440 2002-08-13 [christoph] 0.8.1claws57
15443 ignore thread fix that did not mark all
15444 child nodes of a ignored thread as
15445 ignored. Does not work perfectly yet,
15446 but it is better now
15448 2002-08-13 [alfons] 0.8.1claws56
15451 o implement 'save crash log'
15454 2002-08-13 [melvin] 0.8.1claws55
15457 removed unrequired "execinfo.h" header
15459 2002-08-12 [paul] 0.8.1claws54
15461 * faq/en/sylpheed-faq.html
15462 faq/en/sylpheed-faq-[1-3].html
15463 faq/en/sylpheed-faq-4.html **NEW FILE **
15466 2002-08-12 [alfons] 0.8.1claws53
15469 add crash.c to translatables
15471 bring in Leandro's crash dialog
15473 2002-08-11 [alfons] 0.8.1claws52
15476 clean up some warnings
15478 2002-08-11 [alfons] 0.8.1claws51
15482 * src/crash.[ch] ** NEW FILES **
15484 initial gdb crash handler
15486 2002-08-11 [paul] 0.8.1claws50
15488 * src/prefs_toolbar.c
15489 replace Up/Down arrow pixmaps with text to be
15490 consistent across icon themes
15492 2002-08-11 [paul] 0.8.1claws49
15494 * src/prefs_common.c
15495 src/prefs_toolbar.c
15496 rename 'Pixmap' -> 'Icon'
15499 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15501 2002-08-10 [paul] 0.8.1claws48
15503 * src/prefs_toolbar.c
15506 2002-08-10 [paul] 0.8.1claws47
15509 don't write Processing progress to status bar
15510 patch submitted by Alexander Evseev
15512 * src/prefs_toolbar.c
15513 re-position and resize window
15514 make window assume correct size on first call
15516 2002-08-10 [paul] 0.8.1claws46
15519 src/prefs_toolbar.c
15523 follow UI text conventions
15525 2002-08-10 [alfons] 0.8.1claws45
15528 correct pixmap for delete action
15530 2002-08-10 [paul] 0.8.1claws44
15533 updated by Fabio Jr. Beneditto
15535 2002-08-10 [paul] 0.8.1claws43
15538 add custom toolbar files
15540 2002-08-10 [paul] 0.8.1claws42
15542 * sync with 0.8.1cvs22
15543 see ChangeLog 2002-08-09
15545 2002-08-09 [paul] 0.8.1claws41
15547 * tools/Makefile.am
15549 tools/outlook2sylpheed.pl ** NEW FILE **
15550 add script to convert exported Outlook
15551 contacts list to a Sylpheed addressbook.
15552 Submitted by Ricardo Mones Lastra.
15554 2002-08-09 [paul] 0.8.1claws40
15558 po/sr.po ** NEW FILE **
15559 add Serbian message catalog. Submitted by
15560 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
15562 2002-08-09 [paul] 0.8.1claws39
15564 * sync with 0.8.1cvs21
15565 see ChangeLog 2002-08-08
15567 2002-08-08 [oliver] 0.8.1claws38
15570 move Custom Toolbar to Configuration menu
15572 2002-08-08 [oliver] 0.8.1claws37
15574 * src/prefs_toolbar.c
15575 fix substitute pixmap bug
15577 2002-08-08 [paul] 0.8.1claws36
15579 * sync with 0.8.1cvs19
15580 see ChangeLog 2002-08-08
15582 2002-08-07 [christoph] 0.8.1claws35
15585 fixed a memory leak in new canonicalize_file_replace
15587 2002-08-07 [christoph] 0.8.1claws34
15590 o canonicalize_file_replace should create the temporary
15591 file in the same directory as the original file.
15592 o added get_tmpfile_in_dir that creates a temorary file
15593 in a specified directory.
15595 2002-08-07 [melvin] 0.8.1claws33
15598 fixed bug where 'Article' button acted as 'Email' button.
15600 2002-08-07 [paul] 0.8.1claws32
15602 * sync with 0.8.1.cvs17
15603 see ChangeLog 2002-08-07
15605 2002-08-07 [colin] 0.8.1claws31
15608 fix mass-cancel problem
15610 2002-08-07 [thorsten] 0.8.1claws30
15612 * src/prefs_toolbar.c
15613 fix: crash on replace or add new button
15615 fix: close xmlfile after reading
15617 fix: unlink() file before rename()
15619 2002-08-06 [paul] 0.8.1claws29
15621 * sync with 0.8.cvs15
15622 see ChangeLog 2002-08-06
15624 2002-08-06 [oliver] 0.8.1claws28
15627 * src/prefs_toolbar.c
15628 fixed empty toolbar issue
15630 2002-08-06 [oliver] 0.8.1claws27
15632 * Custom Toolbar Final
15635 * src/summaryview.c
15636 o toolbar stuff now lives in src/toolbar.[ch]
15637 o main_window_toolbar_* functions are renamed to
15638 toolbar_* reflecting their new source file
15639 * src/mainwindow.[ch]
15640 o remove toolbar stuff
15642 2002-08-06 [oliver] 0.8.1claws26
15645 * src/prefs_toolbar.[ch] **New File**
15646 * src/toolbar.[ch] **New File**
15647 o prefs_toolbar.[ch] custom toolbar frontend
15648 o toolbar.[ch] backend
15650 2002-08-06 [oliver] 0.8.1claws25
15652 * src/prefs_actions.[ch]
15653 o new exported function actions_execute
15655 2002-08-06 [paul] 0.8.1claws24
15657 * sync with 0.8.1cvs4
15658 see ChangeLog 2002-08-06
15660 2002-08-06 [paul] 0.8.1claws23
15662 * sync with 0.8.1cvs13
15663 see ChangeLog 2002-08-06
15665 2002-08-06 [paul] 0.8.1claws22
15667 * sync with 0.8.1cvs12
15668 see ChangeLog 2002-08-05 and 2002-08-06
15670 2002-08-06 [match] 0.8.1claws21
15673 improvements to cut/copy/paste address
15675 2002-08-05 [match] 0.8.1claws20
15677 * src/addritem.[ch]
15680 * src/editaddress.c
15681 * src/addressbook.c
15682 fixes to improve cut/copy/paste
15684 2002-08-06 [melvin] 0.8.1claws19
15687 account_find_all_from_address(): new function that returns the
15688 list of all accounts that are matched in an address.
15689 * src/alertpanel.[ch]
15690 alertpanel() now accepts a custom widget
15691 alertpanel_with_widget(): new function that pops up a panel with
15692 a custom widget in it
15693 * src/gtkutils.[ch]
15694 gtkut_account_menu_new(): new function that allows the selection
15695 of an account from a list of accounts.
15696 * src/messageview.c
15697 Extended Return Receipt notification to select the correct
15698 account and to make a security test on the Delivery-Notification
15699 address which should be the same as the Return-Path.
15701 2002-08-06 [thorsten] 0.8.1claws18
15704 attach_all: save unnamed as "noname.%d",
15705 dont free static dirname
15707 2002-08-05 [alfons] 0.8.1claws17
15710 detect XIM by trying to link rather than compile a XIM program
15712 2002-08-05 [oliver] 0.8.1claws16
15714 * src/stock_pixmap.[ch]
15715 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15716 o new func to retrieve pixmaps
15718 2002-08-05 [paul] 0.8.1claws15
15720 * sync with 0.8.1cvs10
15721 see ChangeLog 2002-08-05
15723 2002-08-04 [alfons] 0.8.1claws14
15726 see if this plugs memleak
15728 2002-08-04 [melvin] 0.8.1claws13
15731 fixed bug that could crash Sylpheed when highlighting
15732 all misspelled words.
15734 2002-08-03 [melvin] 0.8.1claws12
15736 * src/prefs_actions.c
15737 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15738 * src/messageview.c
15739 fixed bug where the Return Receipt was sent to
15740 Delivery-Notification-To address even if it was not present
15742 2002-08-02 [alfons] 0.8.1claws11
15744 * src/prefs_actions.c
15745 o more check for NULLs
15746 o put create_io_dialog() in right conditional block
15748 2002-08-02 [paul] 0.8.1claws10
15751 updated by Ricardo Mones Lastra
15753 2002-08-01 [christoph] 0.8.1claws9
15756 don't free the cache of the opened
15757 folder in the summaryview
15758 * src/summaryview.c
15759 don't unset flags, if it is not required
15761 2002-08-01 [paul] 0.8.1claws8
15763 * sync with 0.8.1cvs8
15764 see ChangeLog entry 2002-08-01
15766 2002-08-01 [paul] 0.8.1claws7
15768 * sync with 0.8.1cvs7
15769 see ChangeLog 2002-07-31 and 2002-08-01
15771 2002-07-31 [christoph] 0.8.1claws6
15774 forgot to update menu sensitivity
15775 function for new menu entry
15777 2002-07-31 [alfons] 0.8.1claws5
15780 check folder item and its path for NULL on
15783 2002-07-31 [christoph] 0.8.1claws4
15786 check if folder_item_get_msginfo in
15787 folder_item_remove_msg returned NULL
15789 better clear the uid cache in the
15790 uid validity check function and delete
15793 2002-07-31 [paul] 0.8.1claws3
15796 add the '--attach' option and a few other
15799 2002-07-31 [paul] 0.8.1claws2
15801 * sync with 0.8.1cvs5
15802 see ChangeLog 2002-07-31
15804 2002-07-31 [christoph] 0.8.1claws1
15806 * src/folderview.[ch]
15808 replace "Rescan all folders..." with
15809 "Check all folders for new messages..."
15811 2002-07-30 [paul] 0.8.1claws
15813 * version 0.8.1claws released
15815 2002-07-30 [paul] 0.8.0claws29
15817 * tools/OOo2sylpheed.pl ** NEW FILE **
15819 add script to enable sending documents as
15820 attachments from OpenOffice.org
15822 2002-07-30 [melvin] 0.8.0claws28
15824 * src/prefs_actions.c
15825 Made the actions' input/output dialog display
15828 2002-07-30 [christoph] 0.8.0claws27
15831 check if folder_item_get_msginfo in
15832 procmsg_save_to_outbox returned NULL
15834 2002-07-30 [paul] 0.8.0claws26
15836 * sync with 0.8.1cvs4
15837 see ChangeLog 2002-07-29
15839 2002-07-29 [thorsten] 0.8.0claws25
15842 added selective download, delete on server
15844 2002-07-29 [paul] 0.8.0claws24
15846 * sync with 0.8.1cvs3
15847 see ChangeLog 2002-07-29
15849 2002-07-27 [christoph] 0.8.0claws23
15852 add extra check if fetching the msginfo
15855 2002-07-27 [paul] 0.8.0claws22
15857 * sync with 0.8.1cvs2
15858 see ChangeLog 2002-07-26
15860 2002-07-27 [christoph] 0.8.0claws21
15863 add another check if a valid msginfo
15866 2002-07-26 [hoa] 0.8.0claws20
15869 Fixed a condition in folder_item_destroy()
15872 Fixed an error in IMAP protocol
15874 2002-07-26 [alfons] 0.8.0claws19
15877 ofcourse compare with identifier, not the path
15879 2002-07-26 [alfons] 0.8.0claws18
15882 use folder item identifier for saving / restoring
15883 preferences because folder->path might not be unique
15885 2002-07-26 [melvin] 0.8.0claws17
15888 Fixed a crash introduced in 0.8.0claws5 when log is
15889 cut under 80 characters.
15891 2002-07-26 [paul] 0.8.0claws16
15893 * sync with 0.8.1cvs1
15894 see ChangeLog 2002-07-26
15896 2002-07-26 [christoph] 0.8.0claws15
15899 imap folder now remembers the last selected
15900 folder and imap_fetch_msginfo skips selecting
15901 the folder if it is already selected
15903 2002-07-26 [christoph] 0.8.0claws14
15908 fix imap folder rescanning
15910 2002-07-25 [christoph] 0.8.0claws13
15917 * src/mbox_folder.c
15920 implement imap uid cache and uid validity check
15922 2002-07-25 [alfons] 0.8.0claws12
15924 * src/summaryview.c
15925 fix a brown paper bag bug, and also add some more
15928 2002-07-25 [christoph] 0.8.0claws11
15931 don't mix copy, fetch_msginfo and remove
15932 operations in folder item copy and move
15935 2002-07-25 [christoph] 0.8.0claws10
15939 * src/prefs_folder_item.c
15940 * src/summaryview.[ch]
15941 remove no longer required parameter update_cache from
15944 2002-07-25 [paul] 0.8.0claws9
15951 2002-07-24 [alfons] 0.8.0claws8
15953 * src/summaryview.c
15954 sort correctly when using simplified subject line
15955 (closes feature request "[ 585141 ] applying regexp to subject
15956 before sort" submitted by Alexandra Walford)
15958 2002-07-24 [paul] 0.8.0claws7
15960 * sync with 0.8.0cvs3
15961 see ChangeLog 2002-07-24
15963 2002-07-23 [christoph] 0.8.0claws6
15967 * src/summaryview.c
15968 * src/summaryview.h
15970 o separate processing and summaryview
15971 o removed summary_write_cache from summaryview
15972 o removed summaryview->killed_messages, because we don't have
15973 to keep a list of killed messages anymore. New cache will
15974 keep the hidden messages in cache anyway
15977 * src/selective_download.c
15978 o removed unnecessary summary_write_cache calls
15980 o don't set ignore thread flag in procmsg_get_thread_tree
15981 if it is already set
15984 o moved STATUSBAR_PUSH/POP to statusbar.h because
15985 they are used in different files
15987 2002-07-23 [melvin] 0.8.0claws5
15989 * src/addressbook.c
15991 * src/editaddress.c
15993 * src/editldap_basedn.c
15995 * src/prefs_common.c
15996 Fixed few memory leak (gtk_editable_get_chars returns
15997 an allocated string)
15999 Fixed few memory leak (gtk_editable_get_chars returns
16000 an allocated string) and modified a little the log cutting
16003 Replaced a call to an obsolete function gtk_entry_get_text()
16004 by gtk_editable_get_chars()
16006 Removed a debug printf
16008 2002-07-23 [christoph] 0.8.0claws4
16011 fix another g_dirname memory leak
16013 2002-07-23 [christoph] 0.8.0claws3
16016 fixed a memory leak in mh_fetch_msginfo
16017 fixed crash when message header could not be
16020 2002-07-23 [paul] 0.8.0claws2
16022 * sync with 0.8.0cvs2
16023 see ChangeLog 2002-07-23
16025 2002-07-23 [paul] 0.8.0claws1
16027 * sync with 0.8.0cvs1
16028 see ChangeLog 2002-07-23
16030 2002-07-23 [paul] 0.8.0claws
16032 * release of 0.8.0claws
16034 2002-07-23 [paul] 0.7.8claws99
16037 new Russian translation, submitted by
16038 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
16040 2002-07-22 [jens] 0.7.8claws98
16043 Updated German translations.
16045 2002-07-22 [paul] 0.7.8claws97
16051 updated translations by Ricardo Mones Lastra,
16052 Alessandro Maestri, Wilbert Berendsen and
16053 Fabio Jr. Beneditto respectively
16055 2002-07-22 [christoph] 0.7.8claws96
16058 fix memory leak caused by wrong g_dirname usage
16060 2002-07-22 [christoph] 0.7.8claws95
16062 * src/summaryview.c
16063 update new and unread message counts for summaryview
16064 summaryview does not get it from the folder anymore
16065 and has to update the values itself
16067 2002-07-22 [melvin] 0.7.8claws94
16070 Updated French translations.
16072 2002-07-22 [christoph] 0.7.8claws93
16075 set prop->preg pointer to NULL or following check
16076 will not fail and regexec will be called with
16079 2002-07-21 [alfons] 0.7.8claws92
16081 * src/prefs_common.[ch]
16082 remove option "Send return receipt on request"
16084 2002-07-21 [thorsten] 0.7.8claws91
16087 fixed memleaks, coding style as pointed out by alfons
16089 2002-07-21 [alfons] 0.7.8claws90
16091 * src/messageview.c
16092 * src/noticeview.[ch]
16093 o fix bug notice view being displayed when going to empty folder
16094 (noticed by Christoph)
16095 o allow RRR to be sent when restarting sylpheed, or changing folder
16096 (noticed by Thorsten)
16098 2002-07-21 [thorsten] 0.7.8claws89
16101 Included save_all patch from Xaview FACQ
16102 added support for pathnames
16104 2002-07-21 [alfons] 0.7.8claws88
16109 * src/messageview.[ch]
16110 * src/noticeview.c ** NEW FILE **
16111 * src/noticeview.h ** NEW FILE **
16112 make return receipts work again
16113 (UI idea by Leandro Pereira)
16115 2002-07-21 [paul] 0.7.8claws87
16117 * src/summaryview.c
16118 fix sensitivity of 'Select thread'
16120 2002-07-21 [paul] 0.7.8claws86
16122 * src/prefs_common.c
16123 add browser command line for Galeon
16125 2002-07-21 [paul] 0.7.8claws85
16128 fix 'EXTRA_DIST': remove README.README, add TODO
16131 2002-07-21 [alfons] 0.7.8claws84
16134 make enter clear selection
16135 (closes "[ 579888 ] Editor selection/entry error"
16136 reported by Steve Lamb)
16138 2002-07-21 [alfons] 0.7.8claws83
16140 * src/summaryview.c
16141 sort message list when selecting unthread messages
16142 (closes "[ 501593 ] switching threaded view doesn't sort"
16143 reported by Simon Schubert)
16145 2002-07-20 [alfons] 0.7.8claws82
16150 2002-07-20 [thorsten] 0.7.8claws81
16153 Fixed expansion of empty fields in matchactions
16155 2002-07-19 [melvin] 0.7.8claws80
16158 Removed a duplicate menu entry (fast mode) introduced during
16159 the new cache merge
16160 Added a menu separator between 'Use alternate' and 'Fast mode'
16162 2002-07-19 [paul] 0.7.8claws79
16164 * tools/Makefile.am
16168 2002-07-19 [thorsten] 0.7.8claws78
16170 * tools/calypso_convert.pl ** NEW FILE **
16173 script to import mbox files exported
16175 o generates folder structure
16176 o includes attachments
16178 2002-07-19 [melvin] 0.7.8claws77
16180 * src/selective_download.[ch]
16181 Fixed bug where closing the dialog with the window manager's
16182 close button will not unlock the summary
16183 Corrected some function declarations that missed a return value
16184 Made the source code comply better with coding style.
16185 * src/prefs_common.c
16186 Added new browser command line for Mozilla.
16188 2002-07-18 [paul] 0.7.8claws76
16191 src/selective_download.[ch]
16192 reflect theme changes, fix Gdk Warning when creating
16193 pixmap from NULL window, and minor clean up.
16194 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
16199 2002-07-17 [paul] 0.7.8claws75
16207 2002-07-16 [paul] 0.7.8claws74
16209 * tools/filter_conv.pl
16211 replace conversion script with reimplemented version,
16212 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
16214 2002-07-16 [colin] 0.7.8claws73
16216 * src/summaryview.c
16217 remove forgotten debug messages - sorry ;-)
16219 2002-07-16 [colin] 0.7.8claws72
16225 add the ability to select part of a text mime-part
16228 2002-07-15 [christoph] 0.7.8claws71
16231 fix folder message count for folders without
16232 msg_is_changed (includes news folders)
16234 2002-07-15 [martin] 0.7.8claws70
16236 * src/summaryview.c
16237 option "display recipient on 'From'..." now works
16238 without the need of enabling the option
16239 "display sender using address book".
16241 2002-07-15 [christoph] 0.7.8claws69
16243 * src/summaryview.c
16244 removed setting folder status from summaryview.
16245 folder.c should update all message counts correctly.
16247 2002-07-15 [paul] 0.7.8claws68
16250 updated by Fabio Junior Beneditto
16252 2002-07-15 [darko] 0.7.8claws67
16255 Fixed target folder colorization, don't decrease op
16258 2002-07-14 [paul] 0.7.8claws66
16260 * sync with main 0.8.0
16261 see ChangeLog 2002-07-14
16263 2002-07-13 [melvin] 0.7.8claws65
16266 * src/addressbook.c
16268 Replaced sprintf by g_snprintf to prevent possible buffer
16271 Corrected a log message output format.
16272 Added a missing "done" debug output.
16274 Added keyboard accelerator for Priority menu items
16275 Added missing \n in debug output
16279 Added missing \n in debug output
16281 2002-07-13 [paul] 0.7.8claws64
16284 change Sergey's email address to the sf address
16287 increase show_url_timeout (more useful for long
16290 2002-07-12 [sergey] 0.7.8claws63
16293 applied (with some modifications) patch to set the
16294 micalg parameter for signatures
16295 (2001-08-28 Werner Koch <wk@gnupg.org>)
16297 2002-07-12 [sergey] 0.7.8claws62
16301 fixed man page installation
16303 2002-07-12 [paul] 0.7.8claws61
16305 * sync with 0.7.8cvs26
16306 see ChangeLog 2002-07-11 and 2002-07-12
16308 2002-07-11 [christoph] 0.7.8claws60
16312 first use the message number to find the message
16313 to mark with a reply flag but check the
16314 message-id if we got the correct message, if not
16315 try to find it by message-id.
16316 use new string seperator that is not allowed
16319 2002-07-11 [paul] 0.7.8claws59
16321 * sync with 0.7.8cvs23
16322 see ChangeLog 2002-07-10
16324 2002-07-10 [christoph] 0.7.8claws58
16327 * src/msgcache.[ch]
16328 Added message-id table to the cache in memory
16329 and functions to msgcache.c and folder.c to
16330 fetch MsgInfos by message id
16333 store folder and message-id of message replying
16334 to in queue header and set reply flag after sending
16335 (Closes bug #469498)
16337 2002-07-10 [paul] 0.7.8claws57
16341 add Martin to the list of authors
16343 2002-07-09 [martin] 0.7.8claws56
16345 Added gtk_ctree_last_visible(), tree_update_level(),
16346 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
16347 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
16348 from gtk+ to gtksctree.c for the new sorting code
16349 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
16350 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
16352 Added declaration for gtk_sctree_sort_recursive() and
16353 gtk_sctree_sort_node
16354 * src/addressbook.c
16357 * src/summaryview.c
16358 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
16359 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
16361 2002-07-08 [paul] 0.7.8claws55
16363 * more sync with 0.7.8cvs21
16364 see ChangeLog 2002-07-08
16366 2002-07-08 [paul] 0.7.8claws54
16368 * sync with 0.7.8cvs21
16369 see ChangeLog 2002-07-08
16371 2002-07-07 [alfons] 0.7.8claws53
16374 * src/stock_pixmap.[ch]
16375 * src/pixmaps/notice_warn.xpm ** NEW FILE **
16376 * src/pixmaps/notice_error.xpm ** NEW FILE **
16377 * src/pixmaps/notice_note.xpm ** NEW FILE **
16378 add new pixmaps for upcoming notice pane
16380 2002-07-06 [melvin] 0.7.8claws52
16382 * src/gtkspell.[ch]
16383 Made them a bit closer to Sylpheed's coding style.
16385 Removed possible memory leaks when some errors occurs.
16387 2002-07-06 [melvin] 0.7.8claws51
16389 * po/Makefile.in.in
16390 Removed --no-location in xgettext command line to help
16391 translators that use Emacs' po-mode
16393 Removed unnecessary comments that messed up sylpheed.pot
16395 2002-07-06 [paul] 0.7.8claws50
16397 * sync with 0.7.8cvs19
16398 see ChangeLog 2002-07-05
16400 2002-07-06 [christoph] 0.7.8claws49
16404 fix folder_item_remove_all_msg and folderview
16405 status for trash folders after emptying trash
16407 2002-07-05 [paul] 0.7.8claws48
16409 * sync with 0.7.8cvs16
16410 see ChangeLog 2002-07-04 and 2002-07-05
16412 2002-07-04 [paul] 0.7.8claws47
16414 * sync with 0.7.8cvs14
16415 see ChangeLog 2002-07-04
16417 2002-07-03 [alfons] 0.7.8claws46
16420 dupe folder item's path because it's being reallocated
16421 by new folder scanning code
16423 2002-07-03 [christoph] 0.7.8claws45
16426 better IMAP uid fetching using 'FETCH 1:* (UID)'
16428 add missing return in msgcache_write
16430 2002-07-02 [thorsten] 0.7.8claws44
16435 use binary mode for file access
16437 2002-07-02 [christoph] 0.7.8claws43
16439 * major code cleanup (part 1)
16441 - unused variables removed
16442 - unused functions removed
16443 - uninitialized variables checked
16444 - missing return statements added
16445 - missing function return types added
16446 - added parentheses around assignment and
16447 && in || when suggested by gcc
16451 replaced direct calls to folder->scan_tree
16452 with folder_scan_tree and restore folder
16453 prefs in this function. The folder should
16454 not have to deal with them.
16455 ( Should now work for all folder types )
16457 2002-07-02 [paul] 0.7.8claws42
16459 * sync with 0.7.8cvs13
16460 see ChangeLog 2002-07-01 and 2002-07-02
16462 2002-07-01 [christoph] 0.7.8claws41
16464 * src/summaryview.c
16465 fix "goto next/prev unread message" with
16468 2002-07-01 [paul] 0.7.8claws40
16471 updated by Ricardo Mones Lastra
16473 2002-06-30 [match] 0.7.8claws39
16476 applied variation of leonerd's patch (566661) to
16477 allow multiple email addresses per JPilot entry.
16478 addresses may be separated by space, comma, pipe,
16479 semi-colon, new-line.
16481 2002-06-30 [alfons] 0.7.8claws38
16484 simple fix for putting older nodes before
16485 newer nodes when threading by subject
16487 2002-06-30 [christoph] 0.7.8claws37
16494 fix broken folder tree rescaning
16495 and don't use procmsg_get_mark_sum
16498 2002-06-30 [christoph] 0.7.8claws36
16500 * merge new cache branch
16502 fix new cache imap copy bug
16504 improved folder_item_scan
16505 it should now always set the correct
16506 new, unread and total message counts
16508 2002-06-29 [paul] 0.7.8claws35
16511 correct syntax error
16513 2002-06-29 [paul] 0.7.8claws34
16517 man/Makefile.am ** NEW FILE **
16518 man/sylpheed.1.gz ** NEW FILE **
16519 add Sylpheed man page
16521 2002-06-29 [paul] 0.7.8claws33
16524 updated by Fabio Junior Beneditto
16526 2002-06-28 [jens] 0.7.8claws32
16529 translation updated
16531 * src/selective_download.c
16532 removed gettext for space " "
16535 removed wrong space
16537 2002-06-28 [paul] 0.7.8claws31
16539 * sync with 0.7.8cvs11
16540 see ChangeLog 2002-06-28
16542 2002-06-28 [paul] 0.7.8claws30
16544 * sync with 0.7.8cvs10
16545 see ChangeLog 2002-06-27 and 2002-06-28
16547 2002-06-26 [paul] 0.7.8claws29
16550 src/selective_download.c
16551 don't gettextise empty strings.
16552 reserved by gettext. gettext("") returns
16553 the header entry with meta information,
16554 not the empty string
16559 2002-06-26 [paul] 0.7.8claws28
16561 * sync with 0.7.8cvs7
16562 see ChangeLog 2002-06-25
16564 * src/prefs_common.c
16565 ...and in the process, tweak the gui a little
16567 2002-06-25 [alfons] 0.7.8claws27
16571 fine tune ldap library detection
16573 2002-06-25 [alfons] 0.7.8claws26
16576 don't allow return receipts when composing a news article
16578 2002-06-25 [paul] 0.7.8claws25
16581 add '$(AMTAR)' to 'release' section to allow for
16582 new and older autotools
16584 2002-06-25 [paul] 0.7.8claws24
16586 * src/summaryview.c
16587 fix "No more unread messages" persistant pop-up
16590 2002-06-25 [paul] 0.7.8claws23
16593 updated by Alessandro Maestri
16595 2002-06-25 [paul] 0.7.8claws22
16597 * sync with 0.7.8cvs6
16598 see ChangeLog 2002-06-25
16600 2002-06-24 [paul] 0.7.8claws21
16603 add GPL copyright information
16605 2002-06-24 [paul] 0.7.8claws20
16607 * tools/Makefile.am
16609 tools/update-po ** NEW FILE **
16610 add script that eases the creation of *.po files
16611 Submitted by Wilbert Berendsen <wilbert@oswf.org>
16613 2002-06-23 [alfons] 0.7.8claws19
16615 * src/messageview.c
16616 make notification_convert_header obey const correctness
16617 (next step will be fixing the broken return receipt)
16619 2002-06-23 [paul] 0.7.8claws18
16621 * src/messageview.c
16622 fix bug introduced in last commit:
16623 removed too much code in last commit - put back what's
16626 2002-06-23 [paul] 0.7.8claws17
16628 * src/messageview.[ch]
16629 remove code committed in error from locally patched
16632 2002-06-23 [colin] 0.7.8claws16
16635 add compose_entry_select(), used to select the default_to
16636 email address - hopefully avoiding people sending mails to
16639 2002-06-22 [alfons] 0.7.8claws15
16642 add Bram Metsch & Stanislav Karchebny
16644 * src/prefs_account.[ch]
16646 - apply and adapt Bram's patch which allows user to set SMTP AUTH
16647 options. (see <http://sourceforge.net/tracker/index.php
16648 ?func=detail&aid=566937&group_id=25528&atid=384600>);
16650 - merge Stanislav's fix to make SMTP AUTH work with qmail
16651 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
16653 2002-06-22 [paul] 0.7.8claws14
16655 * sync with 0.7.8cvs5
16656 see ChangeLog 2002-06-19 and 2002-06-20
16658 2002-06-22 [alfons] 0.7.8claws13
16660 * src/selective_download.c
16661 fix a stupid mistake I made
16663 2002-06-22 [alfons] 0.7.8claws12
16665 * src/selective_download.[ch]
16666 fix another unnoticed leak; cleanup code
16668 2002-06-21 [alfons]
16670 * tools/Makefile.am
16671 gpg-sign <-- gpg-sign-syl
16673 2002-06-21 [alfons] 0.7.8claws11
16675 * src/selective_download.c
16676 * src/selective_download.h
16677 fix assorted mix of allocation errors (should solve
16678 problem reported by Philippe Gramoullé, see:
16679 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
16681 2002-06-20 [melvin] 0.7.8claws10
16683 * tools/gpg-sign *REMOVED*
16684 tools/gpg-sign-syl *ADDED*
16685 Replaced the gpg clearsigning script with the version using
16686 xterm instead of ssh-askpass and changed its name.
16689 Updated actions example to reflect the renaming of the
16690 gpg clearsigning script.
16692 2002-06-19 [paul] 0.7.8claws9
16694 * sync with 0.7.8claws9
16695 see ChangeLog 2002-06-18 and 2002-06-19
16697 2002-06-19 [paul] 0.7.8claws8
16699 * sync with 0.7.8cvs1
16700 see ChangeLog 2002-06-18
16702 2002-06-18 [alfons] 0.7.8claws7
16705 add omitted prototype
16707 2002-06-17 [paul] 0.7.8claws6
16710 fix hiding of exec_btn
16712 2002-06-17 [paul] 0.7.8claws5
16715 remove unneeded code: should_delete()
16716 and Pop3State::uidl_todelete_list
16718 2002-06-17 [paul] 0.7.8claws4
16721 see ChangeLog 2002-06-11 and 2002-06-13
16723 2002-06-16 [alfons] 0.7.8claws3
16726 make sure lock sort mode (claws specific) is
16727 also persists after a tree rescan
16729 2002-06-16 [alfons] 0.7.8claws2
16731 * src/prefs_folder_item.c
16733 fix persistence of folder sort mode (broken
16734 by adapting Hiro's new folder persistence code)
16736 2002-06-16 [alfons] 0.7.8claws1
16740 * src/prefscommon.[ch]
16741 control size of log text in log window;
16742 closes patch #569155 submitted by Mitko Haralanov.
16744 2002-06-15 [paul] 0.7.8claws
16746 * release of 0.7.8claws
16748 2002-06-15 [paul] 0.7.7claws
16751 updated by Fabio Junior Beneditto
16753 2002-06-14 [paul] 0.7.6claws49
16756 updated by Ricardo Mones Lastra
16758 2002-06-14 [paul] 0.7.6claws48
16761 updated translation by Wilbert Berendsen
16763 2002-06-14 [melvin] 0.7.6claws47
16766 Updated French translation
16768 2002-06-13 [paul] 0.7.6claws46
16771 allow filename to be typed in, rather than just
16772 selected by the mouse. Patch by Gustavo Noronha Silva.
16774 2002-06-13 [alfons] 0.7.6claws45
16776 * src/mainwindow.[ch]
16777 more cleanups (removing unnecessary menu items Expand
16778 summary / message view)
16780 2002-06-13 [melvin] 0.7.6claws44
16783 Added src/string_match.c
16784 * src/string_match.c
16785 Fixed possible buffer overflow.
16787 Added missing config.h header.
16788 * src/prefs_common.c
16789 src/prefs_matcher.c
16790 src/prefs_scoring.c
16791 Made some strings translatable (missing _(..)).
16793 2002-06-13 [melvin] 0.7.6claws43
16796 Corrected action example (verifying clearsigned mail).
16797 * src/prefs_account.c
16799 * src/prefs_common.c
16800 Removed incorrect line that generated a Gtk-CRITICAL msg.
16802 2002-06-12 [alfons] 0.7.6claws42
16804 * src/summaryview.c
16805 add init of score column lost in 0.7.6claws42
16807 2002-06-12 [paul] 0.7.6claws41
16809 * src/prefs_account.c
16810 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
16811 behavior of the radio buttons, (from 0.7.7cvs2)
16813 2002-06-11 [alfons] 0.7.6claws40
16815 * src/messageview.[ch]
16816 * src/summaryview.[ch]
16817 * src/summary_search.c
16819 perform a sync to bring in Hiro's separate view implementation
16821 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
16823 2002-06-11 [paul] 0.7.6claws39
16825 * src/prefs_account.c
16826 correct a typo on the Receive tab
16828 2002-06-10 [match] 0.7.6claws38
16830 * src/addressbook.c
16831 Included address completion patch from Gustavo Noronha.
16833 2002-06-10 [paul] 0.7.6claws37
16837 src/prefs_account.[ch]
16838 src/selective_download.[ch]
16839 apply PATCH #561712
16841 - check if POP Account
16842 - Receive Button renamed to Preview
16843 - Preview Button Popup: preview new/all messages
16845 - Account Preferences-->Receive tab checkbutton if you
16846 want to remove Mail after Download
16848 - Account Preferences-->Receive tab checkbutton use
16849 filtering rules on preview
16850 (think of delete_on_server)
16852 - Account selectable from SD dialog
16853 - checkbutton to show already downloaded messages if
16854 all messages are previewed
16855 - new clist column showing Date
16858 - play ball with UIDL
16859 - fault tolerant (?)
16860 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
16862 2002-06-10 [melvin] 0.7.6claws36
16865 Added a hint to ac/README in cvs instructions.
16867 * src/prefs_actions.c
16868 Made it possible to use a more elaborate command line
16869 for asynchronous actions, too.
16871 2002-06-10 [melvin] 0.7.6claws35
16873 * src/prefs_actions.c
16874 Make it possible to use a more elaborate command line
16875 (e.g. |foo|bar|cat>there;echo Done|)
16876 Corrected error message when calling %f, %F and %p commands
16877 from the compose window.
16879 2002-06-09 [colin] 0.7.6claws34
16881 * src/summaryview.c
16882 Automatically find unread messages in current folder
16883 before annoying the user.
16885 2002-06-08 [alfons] 0.7.6claws33
16888 remove bad formatting string in it.po translation
16889 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
16891 2002-06-08 [paul] 0.7.6claws32
16893 * sync with 0.7.6cvs25
16894 see ChangeLog 2002-06-07
16896 2002-06-05 [paul] 0.7.6claws31
16899 add 'Sort by locked' and 'Sort by score'
16901 2002-06-05 [paul] 0.7.6claws30
16903 * sync with 0.7.6cvs24
16904 see ChangeLog 2002-06-04
16906 2002-06-04 [paul] 0.7.6claws29
16909 updated by Fabio Junior Beneditto
16911 2002-06-03 [thorsten] 0.7.6claws28
16914 fclose() matcherrc after reading
16916 2002-06-03 [paul] 0.7.6claws27
16918 * sync with 0.7.6cvs21
16919 see ChangeLog 2002-05-31
16921 2002-05-31 [paul] 0.7.6claws26
16923 * sync with 0.7.6cvs20
16924 see ChangeLog 2002-05-29 and 2002-05-30
16926 2002-05-31 [paul] 0.7.6claws25
16929 hopefully fix last buggy sync
16932 correct typo in 'Actions' examples
16934 2002-05-29 [paul] 0.7.6claws24
16936 * sync with 0.7.6cvs18
16937 see ChangeLog 2002-05-28 and 2002-05-29
16943 2002-05-28 [paul] 0.7.6claws23
16945 * sync with 0.7.6cvs16
16946 see ChangeLog 2002-05-28
16948 2002-05-27 [thorsten] 0.7.6claws22
16950 * faq/it/sylpheed-faq-1.html
16951 faq/it/sylpheed-faq-2.html
16952 faq/it/sylpheed-faq-3.html
16953 faq/it/sylpheed-faq.html
16954 corrected DOS lineendings
16955 * faq/de/sylpheed-faq-1.html
16956 faq/de/sylpheed-faq-2.html
16957 faq/en/sylpheed-faq-1.html
16958 faq/en/sylpheed-faq-2.html
16959 faq/en/sylpheed-faq-3.html
16960 faq/es/sylpheed-faq-1.html
16961 faq/es/sylpheed-faq-2.html
16962 faq/es/sylpheed-faq-3.html
16963 faq/fr/sylpheed-faq-1.html
16964 faq/it/sylpheed-faq-1.html
16965 faq/it/sylpheed-faq-2.html
16966 faq/it/sylpheed-faq-3.html
16967 faq/it/sylpheed-faq.html
16968 changed ">" to "
16970 2002-05-27 [paul] 0.7.6claws21
16972 * sync with 0.7.6cvs15
16973 see ChangeLog 2002-05-27
16975 2002-05-27 [paul] 0.7.6claws20
16977 * src/prefs_account.c
16980 2002-05-26 [paul] 0.7.6claws19
16985 2002-05-25 [paul] 0.7.6claws18
16988 add description of kmail2sylpheed.pl
16990 2002-05-25 [paul] 0.7.6claws17
16992 * tools/kmail2sylpheed.pl ** NEW FILE **
16993 perl script that converts an exported Kmail address
16994 book, converts it to sylpheed addressbook file,
16995 writes the file to .sylpheed, and updates
16996 addrbook--index.xml
16998 2002-05-25 [paul] 0.7.6claws16
17000 * sync with 0.7.6cvs14
17001 see ChangeLog 2002-05-23
17003 2002-05-24 [paul] 0.7.6claws15
17006 make a correction and add some more info
17008 2002-05-24 [paul] 0.7.6claws14
17012 compose_redirect_write_headers_from_headerlist()
17013 add Subject and Resent-Message-ID to
17014 compose_redirect_write_headers()
17015 Received, Subject, and X-UIDL are filtered out in
17016 compose_redirect_write_to_file()
17018 2002-05-23 [paul] 0.7.6claws13
17024 src/matcher_parser_lex.l
17025 src/matcher_parser_parse.y
17026 src/prefs_common.[ch]
17027 src/prefs_filtering.c
17029 rename 'Bounce' to 'Redirect'
17031 2002-05-23 [paul] 0.7.6claws12
17033 * more sync with 0.7.6cvs13
17035 see ChangeLog 2002-05-22
17037 2002-05-22 [paul] 0.7.6claws11
17039 * sync with 0.7.6cvs13
17041 see ChangeLog 2002-05-20
17043 see ChangeLog 2002-05-22
17045 2002-05-21 [melvin] 0.7.6claws10
17048 Added missing filtering and scoring headers
17049 Fixed bad function call that showed garbage
17050 in Folder->Processing
17052 2002-05-21 [paul] 0.7.6claws9
17054 * tools/Makefile.am
17055 make all tools executable, (patch by Alfons).
17057 2002-05-20 [alfons] 0.7.6claws8
17060 don't forget to call mktime() so we have a valid week
17062 (Bug report by Roger Sondermann <mail@jumaros.de>)
17064 2002-05-20 [paul] 0.7.6claws7
17067 fix broken parsing of urls
17069 fix displaying of urls
17071 both fixes from the patch [547855] by Eugene
17074 2002-05-19 [alfons] 0.7.6claws6
17077 make sylpheed configure correctly with the latest
17078 and greatest of automake / autoconf / gettext
17080 2002-05-19 [alfons] 0.7.6claws5
17084 add function for returning ime zone offset
17086 * src/quote_fmt_parse.y
17087 better quotation formatting - does not convert
17088 to local time, but uses the original date string.
17090 Note: %z inserts the timezone offset (should
17091 work also on platforms where strftime does not
17094 2002-05-18 [christoph] 0.7.6claws4
17096 * src/summaryview.c
17097 fix indentation of some code
17098 * tools/Makefile.am
17102 correct path for ignorethread.xpm
17103 incorrect filename for sylpheed_logo.xpm
17104 add missing include matcher_parser_parse.h
17106 2002-05-18 [paul] 0.7.6claws3
17108 * sync with 0.7.6cvs8
17109 see ChangeLog 2002-05-16 and 2002-05-17
17111 2002-05-18 [melvin] 0.7.6claws2
17114 Corrected an action's definition and fixed some misspellings.
17116 2002-05-18 [paul] 0.7.6claws1
17118 * tools/Makefile.am
17119 tools/gpg-sign ** new file **
17120 tools/uudec ** new file **
17121 add Melvin's Actions scripts
17124 add Melvin's descriptions for Actions
17126 2002-05-18 [paul] 0.7.6claws
17128 * Version 0.7.6claws released
17130 2002-05-17 [paul] 0.7.5claws32
17133 updated by Ricardo Mones Lastra
17135 2002-05-17 [paul] 0.7.5claws31
17138 fix Account prefs default folder for sent/draft/deleted
17143 updated translation by Alessandro Maestri and
17146 2002-05-17 [melvin] 0.7.5claws30
17148 * src/prefs_actions.c
17149 Fixed bug where using %F not at the end of the command
17150 resulted in an additional empty argument being created.
17151 Thanks to Darko Koruga for reporting the bug.
17153 2002-05-17 [melvin] 0.7.5claws29
17156 Updated French translations.
17158 2002-05-15 [paul] 0.7.5claws28
17161 updated by Ricardo Mones Lastra
17163 2002-05-15 [paul] 0.7.5claws27
17165 * sync with 0.7.6cvs4
17166 see ChangeLog 2002-05-14 and 2002-05-15
17168 2002-05-14 [paul] 0.7.5claws26
17170 * sync with 0.7.6cvs1
17171 see ChangeLog 2002-05-13
17173 2002-05-13 [thorsten] 0.7.5claws25
17175 * src/messageview.c
17176 fix select_all and copy in multipart messages
17178 fix select_all and copy in multipart messages
17180 2002-05-12 [paul] 0.7.5claws24
17182 * src/summaryview.c
17183 reverse last commit, bug already fixed in 0.7.5claws3
17185 2002-05-12 [netztorte] 0.7.5claws23
17187 * src/summaryview.c
17188 dont parse empty addressbook (checked in before claws20)
17190 2002-05-12 [melvin] 0.7.5claws22
17193 Removed unneeded priority code introduced by the previous
17196 2002-05-12 [melvin] 0.7.5claws21
17199 Added possibility to set message's priority.
17201 Added possibility to set message's priority.
17202 Added missing headers
17204 2002-05-12 [melvin] 0.7.5claws20
17206 * src/prefs_actions.c
17207 Removed implicitely added quotes around the name
17208 of the temporary files of mime parts.
17210 2002-05-12 [paul] 0.7.5claws19
17212 * sync with 0.7.5cvs20
17213 see ChangeLog 2002-05-11
17215 2002-05-12 [alfons] 0.7.5claws18
17217 * src/quote_fmt_lex.l
17218 * src/quote_fmt_parse.y
17219 allow quote / reply date & time format to be set using
17220 %D{format}. format is a format string you'd pass to
17221 strftime() (see man strftime, or the Display tab |
17222 Date format setting).
17224 Currently %D converts the date to local time.
17226 2002-05-11 [paul] 0.7.5claws17
17228 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
17229 see ChangeLog 2002-05-10 and 2002-05-11
17231 2002-05-10 [paul] 0.7.5claws16
17233 * sync with 0.7.5cvs16
17234 see ChangeLog entries 2002-05-09 and
17237 2002-05-10 [colin] 0.7.5claws15
17240 Corrected a bug that prevented sylpheed to open
17241 double-clicked URIs.
17243 2002-05-09 [paul] 0.7.5claws14
17245 * sync with 0.7.5cvs14
17246 see ChangeLog 2002-05-08 and 2002-05-09
17248 2002-05-08 [paul] 0.7.5claws13
17250 * sync with 0.7.5cvs11
17251 see ChangeLog entry 2002-05-08
17253 2002-05-08 [paul] 0.7.5claws12
17257 fix segfault on View->Open in new window
17258 patch submitted by Thorsten Maerz <torte@netztorte.de>
17260 2002-05-07 [paul] 0.7.5claws11
17262 * sync with 0.7.5cvs9
17263 see ChangeLog entry 2002-05-07
17265 2002-05-06 [paul] 0.7.5claws10
17267 * src/messageview.c
17269 display url in statusbar on single-click
17270 patch submitted by Thorsten Maerz <torte@netztorte.de>
17272 2002-05-06 [match] 0.7.5claws9
17274 * src/addritem.[ch]
17278 * src/xmlprops.[ch]
17279 XML implementation of properties file.
17280 * src/exporthtml.[ch]
17281 * src/expthtmldlg.[ch]
17282 * src/addressbook.c
17285 2002-05-02 [sergey] 0.7.5claws8
17287 * src/mainwindow.c (mainwin_entries),
17288 src/prefs_common.c (prefs_send_create()),
17289 src/codeconv.c (locale_table):
17290 use charset name "Windows-1251" instead of "CP1251".
17292 2002-05-02 [colin] 0.7.5claws7
17296 src/prefs_folder_item.c
17297 Fixed cosmetics bugs due to Outbox renamed to Sent.
17299 2002-05-02 [hiro] 0.7.5claws6
17302 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
17304 2002-05-02 [paul] 0.7.5claws5
17307 more sync with 0.7.5cvs7, see ChangeLog entry
17310 2002-05-02 [hiro] 0.7.5claws4
17313 compose_queue_sub():
17314 check if queue folder exists (closes #550397).
17315 removed directory creation since it should be handled
17318 imap_add_msg(): return UID for appended message
17321 2002-04-30 [paul] 0.7.5claws3
17323 * src/summaryview.c
17324 fix account_find_from_address() bug
17326 2002-04-28 [colin] 0.7.5claws2
17330 src/prefs_common.[ch]
17332 Added user-definable quotation characters recognition.
17334 2002-04-28 [paul] 0.7.5claws1
17336 * sync with 0.7.5cvs4
17337 see ChangeLog entry 2002-04-25
17339 2002-04-28 [paul] 0.7.5claws
17344 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
17345 Fabio Junior Beneditto
17347 2002-04-27 [jens] 0.7.4claws103
17350 updated German translation.
17352 2002-04-27 [hiro] 0.7.4claws102
17354 * src/summaryview.c
17355 summary_write_cache(): fixed the mark loss of hidden messages.
17357 2002-04-26 [melvin] 0.7.4claws101
17360 fixed a second typo (same one)
17364 fixed the type again...
17366 2002-04-26 [melvin] 0.7.4claws100
17369 fixed a typo in an alert message ("temorary").
17372 corrected the typo described above.
17374 updated French translation.
17376 2002-04-26 [darko] 0.7.4claws99
17378 * src/summaryview.c
17379 fix target folder colorization
17381 2002-04-25 [paul] 0.7.4claws98
17384 updated by Alessandro Maestri
17386 2002-04-24 [colin] 0.7.4claws97
17389 Fixed double "subject is empty" question.
17391 2002-04-23 [colin] 0.7.4claws96
17394 Corrected issue when "automatically display images" was
17395 not set : first image remained after selecting second.
17397 2002-04-23 [melvin] 0.7.4claws95
17399 * src/prefs_actions.c
17400 Don't display in/out dialog if there is nothing to show.
17402 2002-04-23 [paul] 0.7.4claws94
17404 * sync with 0.7.5cvs3
17405 bug fixes: see ChangeLog entry 2002-04-23
17407 2002-04-22 [darko] 0.7.4claws93
17410 fix previous check-in which changed code after
17413 2002-04-22 [paul] 0.7.4claws92
17420 update English, Spanish and French FAQs
17423 add German and Spanish manuals
17426 update English and French manuals
17429 add to and re-arrange the pixmap entries
17431 2002-04-22 [darko] 0.7.4claws91
17434 fix sender initials recognition to only allow
17435 '>' after the initials
17437 2002-04-21 [paul] 0.7.4claws90
17439 * sync with 0.7.5 release
17440 see ChangeLog entry 2002-04-21
17442 2002-04-21 [alfons]
17445 add colin's new pixmaps to EXTRA_DIST
17447 2002-04-21 [colin] 0.7.4claws89
17450 * src/mainwindow.[ch]
17451 * src/prefs_common.[ch]
17452 * src/stock_pixmap.[ch]
17453 Added "Work offline" ability.
17455 2002-04-21 [colin] 0.7.4claws88
17458 * src/prefs_common.c
17459 * src/prefs_common.h
17460 * src/textview.c : Added an option to common preferences -> display
17461 to allow user not to automatically display images.
17463 2002-04-21 [paul] 0.7.4claws87
17465 * sync with 0.7.4cvs52
17466 see ChangeLog entry 2002-04-21 (src/imap.c)
17468 2002-04-21 [paul] 0.7.4claws86
17470 * sync with 0.7.4cvs51
17471 see ChangeLog entry 2002-04-21
17473 2002-04-21 [paul] 0.7.4claws85
17475 * sync with 0.7.4cvs49
17476 see ChangeLog entries 2002-04-20 and 2002-04-21
17479 clean up: remove old 'stock_' element from xpm
17482 2002-04-21 [alfons] 0.7.4claws84
17484 apply sync patch from Paul
17487 use old claws prefs_folder_item_create() for now
17489 2002-04-19 [match] 0.7.4claws83
17491 * src/addressbook.[ch]
17492 * src/addrharvest.[ch]
17493 * src/addrgather.[ch]
17496 * src/summaryview.[ch]
17497 change menu option.
17499 2002-04-19 [paul] 0.7.4claws82
17502 updated by Fabio Junior Beneditto
17504 2002-04-14 [alfons] 0.7.4claws81
17507 add #include <sys/types.h> for mode_t and off_t
17509 2002-04-13 [paul] 0.7.4claws80
17512 src/passphrase.[ch]
17514 src/prefs_common.[ch]
17516 enable storing of GnuPG passphrase for the whole
17517 session or a user-defined number of minutes. patch
17518 submitted by Ravemax <ravemax@dextrose.com>
17520 2002-04-13 [alfons] 0.7.4claws79
17523 make email parser also stop scanning when encountering separators
17524 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
17526 2002-04-13 [paul] 0.7.4claws78
17528 * sync with 0.7.4cvs39
17529 see ChangeLog entry 2002-04-12
17531 2002-04-11 [paul] 0.7.4claws77
17533 * sync with 0.7.4cvs37
17534 see ChangeLog entry 2002-04-11
17536 2002-04-11 [paul] 0.7.4claws76
17539 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
17540 the clause for OpenSSL). sync with sylpheed main
17542 2002-04-09 [melvin] 0.7.4claws75
17545 Made 'Ctrl-Enter' on send ignore some modifiers
17546 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
17547 to bind other *-Enter (but not Alt-Enter).
17549 2002-04-09 [paul] 0.7.4claws74
17551 * sync with 0.7.4cvs35
17552 see ChangeLog entries 2002-04-09
17554 2002-04-08 [paul] 0.7.4claws73
17556 * sync with 0.7.4cvs33
17557 see ChangeLog entry 200-04-08
17559 2002-04-07 [match] 0.7.4claws72
17561 * src/addrharvest.[ch]
17562 fixed to read all addresses in header, regardless
17563 of header size. improved name parsing. accommodate
17564 harvest from folders and selected message.
17565 * src/addritem.[ch]
17566 included new address parsing function.
17567 * src/addrgather.[ch]
17568 * src/addressbook.[ch]
17569 * src/summaryview.[ch]
17571 allow address harvest of folder as well as selected
17574 2002-04-07 [paul] 0.7.4claws71
17578 don't try to authenticate with CRAM-MD5 in SMTP when
17579 SMTP-AUTH enabled if MTA doesn't issue this
17580 auth-method in it's ehlo-response. bug item #531364,
17581 patch item #938910. patch submitted by Colin Leroy
17584 2002-04-07 [paul] 0.7.4claws70
17587 fix missing MODE_READER bug. patch submitted by
17588 Colin Leroy <colin@colino.net>
17590 2002-04-07 [alfons] 0.7.4claws69
17593 * src/prefs_filtering.c
17594 * src/summaryview.c
17595 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
17596 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
17598 2002-04-07 [paul] 0.7.4claws68
17600 * sync with 0.7.4cvs32
17601 see ChangeLog entry 2002-04-06
17603 * tools/filter_conv.pl
17606 2002-04-06 [paul] 0.7.4claws67
17608 * tools/filter_conv.pl
17609 modify to be able to find the name of the first
17610 mailbox and use that. main's filter does not
17611 record the full path to the mailbox and therefore
17612 can only filter to the first mailbox.
17614 2002-04-05 [paul] 0.7.4claws66
17616 * tools/filter_conv.pl
17617 attempt to make the script all-encompassing and
17618 be able to convert any main 'filter' rule thrown
17621 2002-04-05 [paul] 0.7.4claws65
17623 * tools/filter_conv.pl
17624 allow for collapsed folder trees
17626 2002-04-05 [paul] 0.7.4claws64
17628 * sync with 0.7.4cvs31
17629 see ChangeLog entries 2002-04-05
17631 2002-04-03 [paul] 0.7.4claws63
17633 * sync with 0.7.4cvs29
17634 see ChangeLog entries 2002-04-02 and 2002-04-03
17636 2002-04-02 [paul] 0.7.4claws62
17638 * sync with 0.7.4cvs26
17639 see ChangeLog entry 2002-04-01
17641 2002-04-02 [match] 0.7.4claws61
17644 * src/importpine.[ch]
17645 * src/addressbook.c
17646 import Pine address book.
17648 2002-04-02 [match] 0.7.4claws60
17650 * src/addrharvest.[ch]
17651 improve address parsing of funky addresses.
17653 2002-04-02 [darko] 0.7.4claws59
17656 wrap on send improvements, it now recognizes quoted
17657 initials as part of the quotation string, and it
17658 does not join lines separated by CR
17660 2002-04-01 [match] 0.7.4claws58
17663 added new functions.
17665 remove excessive duplicate address generation
17668 2002-04-01 [alfons] 0.7.4claws57
17670 * src/summaryview.c
17673 2002-04-01 [paul] 0.7.4claws56
17675 * sync with 0.7.4cvs25
17676 see ChangeLog entry 2002-04-01
17678 2002-04-01 [alfons] 0.7.4aprilfool55
17680 * src/summaryview.c
17681 honour feature request item #537427 to allow for
17682 displaying names from address book for sent mail also
17684 2002-03-29 [paul] 0.7.4claws54
17687 src/prefs_filtering.[ch]
17688 src/prefs_matcher.c
17690 add 'fast filter' for claws' filtering,
17691 /Tools/Create filter rule/... patch submitted
17692 by Neill Miller <neillm@thecodefactory.org>
17694 2002-03-29 [paul] 0.7.4claws53
17696 * sync with 0.7.4cvs24
17697 see ChangeLog entry 2002-03-29
17699 2002-03-28 [paul] 0.7.4claws52
17701 * sync with 0.7.4cvs23
17702 see ChangeLog entry 2002-03-28
17704 2002-03-27 [melvin] 0.7.4claws51
17706 * src/prefs_actions.c
17707 Added support to pass only one message part (as a
17708 file) to the command using '%p'. No quotes are needed
17709 because doubles quotes are automatically added.
17710 Fixed bug where Sylpheed could block when waiting for
17711 a child process to finish.
17712 Changed the help menu to remove quotes around symbols to
17713 avoid misinterpretation (they must not be used).
17715 2002-03-27 [melvin] 0.7.4claws50
17718 Made the new mail notification command always
17719 execute asynchronously.
17721 2002-03-27 [paul] 0.7.4claws49
17724 fix bug introduced in last commit
17726 2002-03-27 [paul] 0.7.4claws48
17728 * sync with 0.7.4cvs21
17729 see ChangeLog 2002-03-26 and 2002-03-27
17731 2002-03-26 [hoa] 0.7.4claws47
17733 * src/prefs_folder_item.c
17734 really fixed the bug #516442 with folder rescan.
17736 2002-03-26 [paul] 0.7.4claws46
17738 * sync with 0.7.4cvs19
17739 see ChangeLog entries 2002-03-25 and 2002-03-26
17741 2002-03-25 [hoa] 0.7.4claws45
17745 fix the bug #516442 with folder rescan.
17747 * src/prefs_common.[ch]
17749 added an option to enable two different behaviours
17753 2002-03-25 [paul] 0.7.4claws44
17756 src/selective_download.c
17757 correct a few menuitem labels
17759 2002-03-25 [christoph] 0.7.4claws43
17762 fix non deleted tmp message in
17763 procmsg_save_to_outbox
17764 fix problems caused by sync with
17765 main branch's procmsg_send_queue
17767 2002-03-25 [paul] 0.7.4claws42
17770 src/quote_fmt_lex.l
17771 src/quote_fmt_parse.y
17772 add Last name (%L) placeholder for quoting.
17773 patch submitted by Thorsten Thielen
17774 <thth@users.sourceforge.net>
17776 2002-03-25 [paul] 0.7.4claws41
17779 get full hostname. patch submitted by
17780 Bob Woodside <rwoodside1@comcast.net>
17782 2002-03-25 [paul] 0.7.4claws40
17787 src/prefs_account.[ch]
17788 enable NNTP over SSL. patch submitted by
17789 Pascal Jermini <pascal@infinity.hn.org>
17791 2002-03-24 [paul] 0.7.4claws39
17793 * src/prefs_common.c
17794 make the arrangement of the Compose tab more
17798 fix some irregularities of style
17801 updated by Kilian Krause
17803 2002-03-23 [paul] 0.7.4claws38
17806 updated by Fabio Junior Beneditto
17808 2002-03-23 [paul] 0.7.4claws37
17811 move 'Gather addresses' to 'Tools' menu
17812 make 'Selective download' sensitive
17814 2002-03-23 [paul] 0.7.4claws36
17816 * sync with 0.7.4cvs16
17817 see ChangeLog entries 2002-03-23
17819 2002-03-22 [christoph] 0.7.4claws35
17821 * src/quote_fmt_parse.y
17822 fix include program output
17824 2002-03-22 [alfons] 0.7.4claws34
17827 initialize GDate stack variable correctly (sorry!)
17829 2002-03-22 [paul] 0.7.4claws33
17833 src/prefs_actions.c
17835 rename 'Tool' to 'Tools'
17838 move 'Delete duplicated messages' from
17839 'Message/' to 'Tools/'
17840 re-arrange the order of 'Tools/' items
17842 2002-03-22 [paul] 0.7.4claws32
17845 src/addressbook.[ch]
17846 auto-address completion now also matches on
17847 Nickname. patch submitted by Bob Forsman
17848 <hammor@users.sourceforge.net>
17850 * src/editaddress.c
17851 correct a spelling mistake
17853 2002-03-22 [alfons] 0.7.4claws31
17856 fix getting uidl from incorrect string
17859 2002-03-21 [alfons] 0.7.4claws30
17862 more code refactoring
17863 plug mem leak introduced by delete on server
17865 2002-03-21 [paul] 0.7.4claws29
17867 * sync with 0.7.4cvs11
17868 see ChangeLog entries 2002-03-20
17870 2002-03-20 [alfons] 0.7.4claws28
17873 apply Colin's patch and refactor
17875 2002-03-20 [paul] 0.7.4claws27
17877 * sync with sylpheed 0.7.4cvs9
17878 see ChangeLog entry 2002-03-20
17880 2002-03-19 [christoph] 0.7.4claws26
17884 * src/summaryview.c
17885 revert changes for flag updates
17886 (does not work correctly and no time to debug)
17888 2002-03-20 [alfons] 0.7.4claws25
17891 refactor should_delete() a little bit
17893 2002-03-19 [paul] 0.7.4claws24
17897 src/prefs_account.[ch]
17898 allow the user to leave downloaded mail on the
17899 server for n days. Patch submitted by Colin Leroy
17902 2002-02-19 [paul] 0.7.4claws23
17904 * sync with sylpheed 0.7.4cvs8
17905 see ChangeLog entries 2002-03-19
17907 2002-03-18 [paul] 0.7.4claws22
17909 * sync with sylpheed 0.7.4cvs6
17910 see ChangeLog entry 2002-03-18
17912 2002-03-18 [paul] 0.7.4claws21
17915 add en_GB message catalogue
17917 * src/mbox_folder.c
17918 src/prefs_account.c
17919 src/prefs_actions.c
17920 correct a few spelling mistakes
17922 2002-03-17 [alfons] 0.7.4claws20
17925 more stringent checks for NULL params when writing
17926 filtering actions to a file
17928 2002-03-17 [hoa] 0.7.3claws20
17931 fixed the count of new messages
17934 fixed the "attachment properties" window
17936 2002-03-17 [paul] 0.7.4claws19
17941 src/prefs_account.[ch]
17944 automatically mark cross-posted messages as read
17945 and (optionally) give them a colour label
17946 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
17949 2002-03-17 [paul] 0.7.4claws18
17951 * sync with sylpheed 0.7.4cvs5
17952 see ChangeLog entry 2002-03-17
17954 2002-03-17 [melvin] 0.7.4claws17
17957 Worked around a gtktext 'bug': when searching for
17958 a text in a long message it was scrolling slowly
17959 line by line until it hit the searched text.
17961 Updated French translation
17963 2002-03-17 [melvin] 0.7.4claws16
17967 * src/prefs_actions.c
17968 Moved "Edit/Actions" to "Tool/Actions"
17969 Made mainwindow/compose window sensitive as soon as
17970 no child process is running anymore even if the io dialog
17972 Fixed a struct being initialized with a non constant char*
17974 2002-03-16 [christoph] 0.7.4claws15
17977 add --with-compiler-flags option
17978 (only for developer hacking)
17981 * src/summaryview.c
17982 try to make folder-stats and flag handling more
17983 independent from the summaryview. msgcounts
17984 are only set when the folder is opened and
17985 procmsg_msginfo_(un)set_flags will handle it
17986 later and summaryview will get the values
17989 2002-03-16 [paul] 0.7.4claws14
17991 * src/messageview.c
17992 fix Return-receipt. Patch submitted by Bob
17993 Woodside <rwoodside1@comcast.net>
17995 2002-03-16 [paul] 0.7.4claws13
17998 fix 'dynamic' signatures, make it work again
17999 broken during sync on 2002-03-14 (0.7.4claws2)
18001 2002-03-15 [match] 0.7.4claws12
18003 * src/addrharvest.[ch]
18004 * src/addrgather.[ch]
18005 * src/addressbook.[ch]
18007 included address harvester feature. still some
18008 issues with address parsing that I will fix.
18010 2002-03-15 [match] 0.7.4claws11
18012 * src/addrbook.[ch]
18013 * src/addrcache.[ch]
18014 * src/addressbook.[ch]
18023 tidy up. fix memory leaks. moved attribs and methods
18024 from individual interfaces to addrcache object. prep
18025 for new stuff to come in.
18027 2002-03-15 [alfons] 0.7.4claws10
18030 * src/matcher_parser_parse.y
18031 * src/matcher_parser_lex.l
18032 * src/prefs_matcher.c
18033 add filtering conditions message greater than, smaller
18034 than, and exactly matching a size in bytes
18035 (does not work with delete from POP3 server yet)
18037 this should also give others an idea what you should
18038 do to add new criterions to claws filtering system
18041 2002-03-15 [paul] 0.7.4claws9
18043 * tools/filter_conv.pl
18044 exit if there are no filter rules to convert
18045 rename filterrc to filterrc.old after completion
18047 2002-03-15 [paul] 0.7.4claws8
18049 * sync with sylpheed 0.7.4cvs3
18050 see ChangeLog entry 2002-03-14
18052 2002-03-14 [paul] 0.7.4claws7
18055 clean up the last commit (ahem)
18057 2002-03-14 [paul] 0.7.4claws6
18060 fix bug #515655. honour account preferences
18061 regarding gpg default signing/encryption when
18062 changing account from the compose window.
18064 2002-03-14 [paul] 0.7.4claws5
18067 remove unnecessary curly brackets
18069 2002-03-14 [paul] 0.7.4claws4
18072 src/prefs_filtering.[ch]
18073 add filter rename on folder rename and filter
18074 delete on folder delete. Patch submitted by
18075 Neill Miller <neillm@thecodefactory.org>
18077 2002-03-14 [christoph] 0.7.4claws3
18082 (patch submitted by "Simon 'corecode' Schubert")
18083 * src/prefs_common.c
18085 fix gcc 3.0 warning
18087 2002-03-14 [paul] 0.7.4claws2
18089 * sync with sylpheed 0.7.4cvs2
18090 see ChangeLog entry 2002-03-13
18092 2002-03-12 [darko] 0.7.4claws1
18095 fix what seems to be a copy and paste error
18096 when setting color for important messages
18099 2002-03-11 [paul] version 0.7.4claws released
18101 2002-03-11 [paul] 0.7.4claws
18107 update message catalogs. Submitted by Ricardo Mones
18108 Lastra, Alessandro Maestri, Wilbert Berendsen, and
18109 Fabio Junior Beneditto
18114 faq/it/sylpheed-faq*
18120 2002-03-11 [jens] 0.7.3claws7
18123 updated German translation
18125 2002-03-11 [melvin] 0.7.3claws6
18128 updated and corrected French translation
18130 2002-03-10 [hoa] 0.7.3claws5
18134 * src/prefs_account.c
18137 fixed the local account.
18138 you have to change the default "/usr/sbin/sendmail"
18139 to "/usr/sbin/sendmail -t" in the preferences of
18143 removed some debug display for renderer
18145 2002-03-10 [paul] 0.7.3claws4
18147 * faq/en/sylpheed-faq-1.html
18148 faq/en/sylpheed-faq-2.html
18151 2002-03-09 [paul] 0.7.3claws3
18153 * sync with sylpheed 0.7.4
18154 see ChangeLog entry 2002-03-09
18156 2002-03-08 [paul] 0.7.3claws2
18158 * faq/en/sylpheed-faq*
18159 faq/es/sylpheed-faq*
18160 faq/fr/sylpheed-faq*
18163 * manual/fr/.cvsignore
18164 manual/fr/Makefilea.am
18165 manual/fr/sylpheed*
18168 add the French manual
18170 2002-03-07 [paul] 0.7.3claws1
18172 * sync with sylpheed 0.7.3cvs4
18173 see ChangeLog entries 2002-03-06 and 2002-03-07
18176 updated by Wilbert Berendsen
18178 2002-03-07 [melvin] 0.7.2claws34
18180 * src/selective_download.c
18181 Changed the pixmap of the receive button to MAIL_RECEIVE.
18183 2002-03-06 [paul] 0.7.2claws33
18185 * sync with sylpheed 0.7.3cvs1
18186 bug fix, see ChangeLog entry 2002-03-05
18188 2002-03-05 [paul] 0.7.2claws32
18193 reverse the pgp ascii-armored code implemented in
18194 0.7.2claws16. removal of this code until it matures.
18195 this means that verifying ascii-armored pgp sigs and
18196 automatic decryption of ascii-armored encrypted
18197 messages no longer works.
18199 2002-03-05 [paul] 0.7.2claws31
18204 * faq/en/Makefile.am
18205 faq/en/sylpheed-faq.html
18206 faq/en/sylpheed-faq-1.html
18207 faq/en/sylpheed-faq-2.html
18208 faq/en/sylpheed-faq-3.html
18209 * faq/es/Makefile.am
18210 faq/es/sylpheed-faq.html
18211 faq/es/sylpheed-faq-1.html
18212 faq/es/sylpheed-faq-2.html
18213 faq/es/sylpheed-faq-3.html
18214 faq/es/sylpheed-faq-4.html
18215 * faq/fr/Makefile.am
18216 faq/fr/sylpheed-faq.html
18217 faq/fr/sylpheed-faq-1.html
18218 faq/fr/sylpheed-faq-2.html
18219 faq/fr/sylpheed-faq-3.html
18224 add FAQs in English, Spanish and French
18227 2002-03-05 [paul] 0.7.2claws30
18229 * manual/en/sylpheed.html
18230 manual/en/sylpheed-XX.html
18231 updated the English manual
18235 * src/summaryview.c
18236 dialog box pops up if the article can't be deleted.
18241 updated by Fabio Junior Benedito
18245 * removed ac/gpgme.m4
18246 to avoid autogen common problem
18247 developers have to install gpgme development package now
18250 encoding to 7bit or 8bit is enabled.
18252 2002-03-03 [alfons] 0.7.2claws29
18255 merge fix by Oliver Haertel for selective
18258 2002-03-03 [paul] 0.7.2claws28
18260 * sync with sylpheed 0.7.3
18262 2002-03-03 [paul] 0.7.2claws27
18264 * sync with sylpheed 0.7.2cvs24
18265 see ChangeLog entries 2002-03-02 and 2002-03-03
18267 2002-03-02 [melvin] 0.7.2claws26
18272 * src/prefs_common.[ch]
18273 Added user definable notification on new mail arrival.
18274 Removed unused variables in spell checker prefs code.
18276 2002-03-02 [melvin] 0.7.2claws25
18279 Removed unnecessary escape sequences.
18280 Changed 'Initial...' to 'Initials of Sender'
18282 2002-03-02 [paul] 0.7.2claws24
18284 * sync with sylpheed 0.7.2cvs22
18285 see ChangeLog entry 2002-03-01
18287 2002-03-01 [hoa] 0.7.2claws23
18290 Set sensitivity of delete actions to active
18291 even if the folder is a newsgroup.
18293 * src/summaryview.c
18294 - Set sensitivity of delete actions
18295 - Added function check_permission() that will check if the
18296 user is authorized to delete a message. For news, it
18297 will check if the author is the same.
18298 - Enabled deletion when there is no trash folder.
18301 - Added news_cancel_article() to cancel articles
18302 - Implemented news_remove_message() (public function)
18304 2002-03-01 [paul] 0.7.2claws22
18308 recognise urls that that don't include 'http://' and
18309 simply begin 'www.'
18312 remove duplicated name
18314 2002-02-28 [paul] 0.7.2claws21
18317 src/summaryview.[ch]
18318 add ability to 'Select thread'
18319 combines Melvin's "Select thread's head" patch (#510907)
18320 with Colin Leroy's <colin@colino.net> "Select whole thread"
18323 2002-02-28 [paul] 0.7.2claws20
18326 hopefully fix segfault on right-clicking a mime part
18327 that some people have experienced.
18328 fix submitted by Fredrik Olofsson <frol@linux.nu>
18330 2002-02-28 [paul] 0.7.2claws19
18332 * sync with sylpheed 0.7.2cvs21
18333 see ChangeLog entries 2002-02-27 and 2002-02-28
18335 2002-02-27 [paul] 0.7.2claws18
18337 * sync with sylpheed 0.7.2cvs18
18338 see ChangeLog entries 2002-02-26 and 2002-02-27
18340 2002-02-26 [alfons] 0.7.2claws17
18343 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
18344 (spotted by Chris Hessman <idatech@gmx.net>)
18346 2002-02-26 [paul] 0.7.2claws16
18351 make decryption of ascii-armored pgp encrypted messages
18352 and verification of ascii-armored signatures work again.
18353 slightly altered from the patch by Jens Jahnke
18357 * the checking of plaintext signatures always comes up in
18359 * it doesn't work for multipart messages
18360 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
18361 including the msg headers and these 2 line themselves, are
18365 "View/Folder Tree" becomes "View/Separate Folder Tree"
18366 "View/Message View" becomes "View/Separate Message View"
18367 because its less ambiguous.
18370 updated by Ricardo Mones Lastra
18372 2002-02-26 [paul] 0.7.2claws15
18374 * sync with sylpheed 0.7.2cvs17
18375 see ChangeLog entries 2002-02-25 and 2002-02-26
18377 2002-02-25 [christoph] 0.7.2claws14
18379 * src/filtering.[ch]
18381 do filtering stuff after all messages have been received
18382 1. drop all messages to .processing
18383 2. scan processing folder for messages
18384 3. filter messages or move to inbox
18385 this will also find old messages left in processing after
18386 a crash or something like that and we get a real msginfo
18387 from folder->get_msg_list and do not have to create our
18388 own in filter_message
18389 * src/matcher_parser_parse.y
18390 remove MIX/MAX warning (reordered includes)
18392 2002-02-25 [paul] 0.7.2claws13
18394 * sync with sylpheed 0.7.2cvs15
18395 see ChangeLog entry 2002-02-24
18397 2002-02-24 [alfons] 0.7.2claws12
18400 clear old color flags first when applying a new color to
18402 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
18404 2002-02-24 [alfons] 0.7.2.claws11
18407 * src/prefs_common.c
18408 add presets for Opera and Konqueror, closes patch #517261,
18409 submitted by Ville Skyttä <scop@users.sourceforge.net>
18411 2002-02-24 [alfons] 0.7.2.claws10
18414 * src/summaryview.c
18415 fix threading for null message ids, closes patch #521601,
18416 submitted by Bob Forsman <hammor@users.sourceforge.net>
18418 2002-02-24 [alfons] 0.7.2claws9
18420 * src/summaryview.c
18422 make Tool | Filter Message work with filtering system so
18423 setting flags also works
18427 - Processing uses the same function as Tool | Filter
18428 Message, but doesn't use the same update proc yet
18430 2002-02-23 [paul] 0.7.2claws8
18432 * sync with sylpheed 0.7.2cvs14
18433 see ChangeLog entries 2002-02-22 and 2002-02-23
18435 2002-02-22 [christoph] 0.7.2claws7
18438 Add column space to table
18439 * src/quote_fmt_parse.y
18442 2002-02-22 [paul] 0.7.2claws6
18450 src/matcher_parser_lex.l
18451 src/matcher_parser_parse.y
18453 src/prefs_account.h
18454 src/prefs_filtering.c
18455 src/selective_download.[ch] *** NEW FILES ***
18458 Selective Download added to 'Tool' menu.
18459 Retrieves email headers of the currently selected pop3
18460 account and allows the user to mark emails for deletion
18461 right on the pop3 server. Patch submitted by Oliver Haertel
18462 <oha@users.sourceforge.net>.
18465 add 'src/quote_fmt.c'
18467 2002-02-22 [christoph] 0.7.2claws5
18471 * src/prefs_common.[ch]
18472 * src/prefs_template.c
18473 * src/quote_fmt.c *** NEW FILE ***
18475 move quote format symbol description code
18476 to it's own file because it is used from
18477 differnent code parts
18478 Rewrote symbol description GUI
18481 + get data from array (no more long constant strings)
18482 * src/quote_fmt_lex.l
18483 * src/quote_fmt_parse.y
18484 Symbol for Literal % changed to \% instead of %%
18485 (More logical as \ is used for quoting for other symbols)
18486 Add |f and |p to include files and program output
18488 |f{/home/.../.signature}
18491 Correct wrong spelling for "Referenzen"
18493 2002-02-21 [paul] 0.7.2claws4
18496 forgotten during sync
18498 2002-02-21 [paul] 0.7.2claws3
18500 * sync with sylpheed 0.7.2cvs11
18501 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
18502 2002-02-20 and 2002-02-21
18504 2002-02-20 [melvin] 0.7.2claws2
18506 * src/prefs_actions.c
18507 Added error report when child cannot fork or when execvp
18508 returns with an error.
18510 2002-02-19 [christoph] 0.7.2claws1
18513 return unconverted text if conde conversion is not possible
18514 when libjconv is used.
18515 (patch submitted by "Simon 'corecode' Schubert")
18519 * version 0.7.2claws release
18521 2002-02-19 [paul] 0.7.2claws
18524 updated by Wilbert Berendsen
18527 2002-02-18 [alfons] 0.7.1claws13
18531 remove references to dlfcn and explicitly loading functions
18532 from dynalink libs, because libs linked anyway, and functions
18533 are loaded explicitly
18535 2002-02-17 [melvin] 0.7.1claws12
18537 * src/prefs_actions.c
18538 Replaced children wait loop with double fork technique.
18539 Now, input/output window updated at each new output.
18540 free_children(): Fixed a memory leak.
18541 Made input/output window non closable if running children
18543 Added missing <unistd.h> include.
18544 Added some --debug outputs.
18546 2002-02-17 [melvin] 0.7.1claws11
18548 * src/summaryview.c
18549 Fixed bug where descending sort order did not select top
18552 2002-02-17 [melvin] 0.7.1claws10
18555 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
18556 * src/prefs_common.c
18557 Pspell data package directory no more hard coded but
18558 set during configuration (PSPELL_PATH). (Thanks to
18559 Gustavo Noronha Silva.)
18561 2002-02-17 [melvin] 0.7.1claws9
18564 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
18566 Fixed compile-time warnings.
18568 2002-02-16 [alfons] 0.7.1claws8
18571 fix inadvertent free of NULL pointer which caused
18572 sylpheed to crash when closing the save-as dialog
18573 using the window close button
18575 2002-02-16 [carsten] 0.7.1claws7
18576 * src/mainwindow.[ch]
18579 fixes for pixmap theming code:
18580 - recently changed mail attributes shouldn't get
18582 - theme is only reloaded iff another theme was
18585 2002-02-16 [paul] 0.7.1claws6
18587 * sync with sylpheed 0.7.2 release
18588 see ChangeLog entry 2002-02-15 and 2002-02-16
18590 2002-02-15 [paul] 0.7.1claws5
18592 * sync with sylpheed 0.7.1cvs9
18593 see ChangeLog entry 2002-02-15
18596 remove unneeded headerwindow.c entry
18598 2002-02-14 [carsten] 0.7.1claws4
18599 * src/summaryview.c
18600 fixed a bug for "Go to next unread message": there was
18601 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
18602 in the prefs, because of doing "Search again" instead
18605 2002-02-14 [carsten] 0.7.1claws3
18606 * src/stock_pixmap.c
18607 removed 2 more mem leaks; following memprof,
18608 this code is "leak free" now :)
18610 2002-02-14 [carsten] 0.7.1claws2
18611 * src/stock_pixmap.c
18612 used opendir/readdir/closedir instead of scandir
18613 -> code should work now on Solaris
18615 2002-02-14 [paul] 0.7.1claws1
18617 * sync with sylpheed 0.7.1cvs8
18618 see ChangeLog entries 2002-02-13 and 2002-02-14
18621 add some description of Actions and Pixmap Themes
18625 * version 0.7.1claws release
18627 2002-02-13 [paul] 0.7.1claws
18632 updated translations, submitted by Ricardo Mones Lastra,
18633 Alessandro Maestri and Fabio Junior Beneditto
18635 2002-02-13 [melvin] 0.7.0claws75
18637 * src/prefs_actions.c
18638 Added missing "signal.h" include
18640 2002-02-13 [melvin] 0.7.0claws74
18642 * src/prefs_folder_item.c
18643 Added missing "config.h" include
18645 Updated French translation for folder propriety.
18647 2002-02-13 [jens] 0.7.0claws73
18650 Added missing src/prefs_folder_item.c [log added by melvin]
18652 Updated German translation.
18654 2002-02-13 [melvin] 0.7.0claws72
18657 Updated French translation.
18659 2002-02-13 [melvin] 0.7.0claws71
18662 Made gtkut_editable_get_selection return NULL if selection
18664 This fixes a bug where selecting part of message A then
18665 switching to message B and replying to it will not
18666 quote the message's body.
18668 2002-02-12 [paul] 0.7.0claws70
18671 cosmetic, relating to pixmap themes: on toolbar make
18672 updating of 'Exec' and 'Compose news/Compose email'
18675 2002-02-12 [carsten] 0.7.0claws69
18677 src/mainwindow.[ch]
18681 - refreshing after changing pixmap theme better
18683 - wanted to remove some mem leaks, but alfons was
18684 faster (and had the better solution ;)
18686 2002-02-12 [alfons] 0.7.0claws68
18688 * src/prefs_common.c
18689 * src/stock_pixmap.[ch]
18690 plug mem leaks, refactor code a little bit
18693 2002-02-12 [sergey] 0.7.0claws67
18696 Fixed problem with copying messages to IMAP folders when the
18697 server uses something other than '/' as a namespace separator
18698 (cyrus-imapd uses '.').
18700 2002-02-12 [jens] 0.7.0claws66
18703 Updated German Translation
18705 2002-02-12 [paul] 0.7.0claws65
18707 * sync with sylpheed 0.7.1cvs1
18708 see ChangeLog entry 2002-02-12
18710 2002-02-12 [melvin] 0.7.0claws64
18712 * src/prefs_actions.c
18713 Fixed "feature" where children's output was duplicated
18714 instead of refreshed while monitoring.
18715 Removed some debug code.
18717 2002-02-12 [christoph] 0.7.0claws63
18720 always delete message from queue after sending/send error
18721 (closes bug #509601)
18723 2002-02-12 [melvin] 0.7.0claws62
18725 * src/prefs_actions.c
18726 Children wait loop is now triggered with a timeout of 1s
18727 Added %F which is replaced with the list of filenames
18728 of all selected messages (as suggested by Ricardo Mones Lestra)
18729 Pipe syntax changed. Prefix with | to send selection, postfix
18730 with | to retrieve output. Prefix with > or * to send
18731 user definable input to the command (*: input is hidden)
18732 Old pipe action should now be postfixed with |, too.
18734 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
18735 * src/stock_pixmap.c
18736 fixed a bug: if there's no theme directory don't
18737 throw an error, just do "nothing" (thanks Alfons)
18739 2002-02-12 [carsten] 0.7.0claws60
18742 had to write the cache twice (nasty!); some marks would
18745 2002-02-11 [carsten] 0.7.0claws59
18748 doc-src/maintainer_guide.txt
18751 src/folderview.[ch]
18753 src/mainwindow.[ch]
18754 src/prefs_common.[ch]
18755 src/stock_pixmap.[ch]
18756 src/summaryview.[ch]
18757 pixmap theming and related work on pixmap
18758 handling on some other places
18759 (e.g. hrm features for all folder)
18760 src/pixmap/stock_*.xpm -> the stock_ was removed
18762 2002-02-11 [paul] 0.7.0claws58
18764 * sync with sylpheed 0.7.1 release
18765 see ChangeLog entries 2002-02-11
18767 2002-02-08 [paul] 0.7.0claws57
18769 * sync with sylpheed 0.7.0cvs39
18770 see ChangeLog entry 2002-02-07 (last entry)
18772 * src/prefs_actions.c
18773 src/prefs_filtering.c
18774 src/prefs_matcher.c
18775 src/prefs_scoring.c
18776 sync: made it compile with C compilers other than gcc
18778 2002-02-07 [paul] 0.7.0claws56
18780 * sync with sylpheed 0.7.0cvs38
18781 see ChangeLog entries 2002-02-06 (last 2 entries) and
18784 2002-02-07 [darko] 0.7.0claws55
18786 * src/gtkutils.[ch]
18787 * src/summaryview.c
18788 Fix const gchar */gchar * issue (thanks Hiro)
18790 2002-02-07 [darko] 0.7.0claws54
18794 * src/gtkutils.[ch]
18795 * src/prefs_template.c
18797 * src/quote_fmt_parse.y
18798 * src/summaryview.c
18800 When replying or forwarding an email don't quote the entire
18801 mail body but use the part of the message text that is selected
18803 2002-02-06 [melvin] 0.7.0claws53
18805 * src/prefs_common.[ch]
18806 * src/gtkspell.[ch]
18808 Made possible to switch quickly to last used dictionary
18809 which makes checking bilingual documents easier.
18811 2002-02-06 [melvin] 0.7.0claws52
18814 Added forgotten new file src/prefs_actions.c
18816 2002-02-06 [melvin] 0.7.0claws51
18818 * src/prefs_actions.c ** NEW FILE **
18819 * src/prefs_actions.h ** NEW FILE **
18820 Added actions to execute on message text view, or on the
18823 Added src/prefs_actions.[ch]
18825 Added new menu "Edit/Actions"
18827 Added new actionsrc file.
18829 Added actionsrc reading.
18831 Added new menus "Edit/Actions" and "Configuration/Actions..."
18832 * src/prefs_common.h
18833 Added new element actionslst element to prefs_common.
18835 2002-02-06 [paul] 0.7.0claws50
18837 * sync with sylpheed 0.7.0cvs36
18838 see ChangeLog entry 2002-02-06
18843 updated by Ricardo Mones Lastra
18845 2002-02-05 [paul] 0.7.0claws49
18847 * sync with sylpheed 0.7.0cvs33
18848 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
18850 2002-02-05 [paul] 0.7.0claws48
18853 re-add 'Edit/Advanced/Delete entire line', previously named
18856 2002-02-04 [paul] 0.7.0claws47
18860 fix bug #494993 (Reply All not taking Reply-To into consi)
18861 eliminate differences in behaviour of right-click 'Reply to all'
18862 in summary view and 'Reply to all' on the toolbar.
18863 fix bug where Reply-To gets ignored by 'Reply to all' in summary
18864 view and From gets ignored by 'Reply to all' on toolbar.
18865 fix bug where 'Reply to all' on toolbar uses To twice and ignores
18866 From when no Reply-To header is present.
18868 2002-02-04 [paul] 0.7.0claws46
18870 * sync with sylpheed 0.7.0cvs30
18871 see ChangeLog entries 2002-02-03 and 2002-02-04
18873 2002-02-03 [melvin] 0.7.0claws45
18875 * src/gtkspell.[ch]
18876 Readded function to highlight all misspelled words.
18877 Fixed bug where user-provided-words did not replace
18878 correctly the misspelled word when using the mouse.
18879 Fixed bug where checking a region selected from right to left did
18880 not check the region at all.
18881 Fixed bug where 'Check backwards' may not check at all.
18882 Fixed memory leaks where popup menus and accel_groups were not destroyed.
18883 Fixed possible buffer overflow when checking for long strings (>1k).
18884 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
18885 Accelerators code uses now gtk_widget_add_accel.
18886 Removed and disabled obsolete and unfinished code.
18890 Added menu item to Highlight all misspelled words.
18892 2002-02-01 [paul] 0.7.0claws44
18895 fix '/View/Hide read messages' sensitivity when all
18896 messages in a folder are hidden
18898 2002-02-01 [paul] 0.7.0claws43
18901 add --send option to command line interface, sends all
18902 queued mail. Patch submitted by Ricardo Mones Lastra.
18904 2002-01-31 [paul] 0.7.0claws42
18907 add '/View/Hide read messages' to main_window_set_menu_sensitive()
18909 2002-01-31 [paul] 0.7.0claws41
18911 * sync with sylpheed 0.7.0cvs27
18912 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
18916 comment out elements of textview_show_part() as temporary
18917 workaround for attachment 'Display as text' bug
18920 updated by Fabio Junior Beneditto
18922 2002-01-30 [paul] 0.7.0claws40
18924 * sync with sylpheed 0.7.0cvs24
18925 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
18929 add {N_("/_Spelling"), ... "<Branch>"} to
18930 GtkItemFactoryEntry compose_entries[]
18932 * src/prefs_common.c
18933 add claws menu items to prefs_keybind_apply_clicked()
18934 and remove non-claws menu items
18936 2002-01-29 [paul] 0.7.0claws39
18938 * sync with sylpheed 0.7.0cvs22
18939 see ChangeLog entries 2002-01-28 and 2002-01-29
18941 2002-01-28 [melvin] 0.7.0claws38
18944 Added the declartion of compose_send_control_enter.
18947 * src/gtkspell.[ch]
18948 Added in a 'Spelling' menu which includes the configuration menu.
18949 Added a real 'Check all' and got rid from the old one which only
18950 highlited misspelled word.
18951 Made 'Check while typing' a disableable option.
18952 Added a dialog when there are no more misspelled word.
18953 Added a dialog if error occurs when switching to a dictionary.
18955 * src/prefs_common.[ch]
18956 Added option for the default 'Check while typing' option.
18959 2002-01-28 [alfons] 0.7.0claws37
18962 fix buglet and make code comply with sylpheed code style
18964 2002-01-28 [paul] 0.7.0claws36
18966 * sync with sylpheed 0.7.0cvs19
18967 see ChangeLog entries for 2002-01-28
18969 2002-01-28 [hoa] 0.7.0claws35
18975 read the renderer config
18977 * src/procmime.[ch]
18978 use the renderer config to convert mime attachments
18981 don't use textview_show_html/ertf,
18982 use get_text_content instead
18984 2002-01-27 [alfons] 0.7.0claws34
18987 make sylpheed believe it can delete a news message...
18988 (messages are NOT deleted, maybe we should remove
18989 processing from the folder properties after all.)
18991 2002-01-27 [alfons] 0.7.0claws33
18996 implement remove_msg()
18998 2002-01-27 [alfons] 0.7.0claws32
19002 * src/messageview.c
19003 fix return receipt / disposition notification again. this
19004 stuff seems to break on _every_ major summary UI change, so
19005 it's now implemented using a flag which is saved in the
19008 2002-01-26 [alfons] 0.7.0claws31
19011 let import dialog show the destination folder identifier
19013 2002-01-26 [melvin] 0.7.0claws30
19016 * src/summaryview.c
19017 Readded 'Mark all read' into summary view popup menu
19018 Added 'Mark all read' in folder view popup menu for IMAP
19020 Made it insensitive if the selected folder is not the shown
19021 one to avoid 'Mark all read' on the wrong folder.
19023 2002-01-26 [paul] 0.7.0claws29
19027 move 'Mark all read' from summary view to folder view
19028 menu. (adapted from) patch submitted by Jeremy Andrews,
19029 <lists@kerneltrap.com>
19031 2002-01-25 [alfons] 0.7.0claws28
19034 put the gtk class name back so GtkSText adapts the
19035 settings of GtkText
19037 2002-01-25 [alfons] 0.7.0claws27
19040 assimilate Ricardo's patch that shows pixmaps instead of
19041 plain "new" and "unread" texts in the folder view column
19044 2002-01-25 [paul] 0.7.0claws26
19047 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
19048 be found in non-standard locations.
19049 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
19051 2002-01-25 [paul] 0.7.0claws25
19053 * sync with sylpheed 0.7.0cvs16
19054 see ChangeLog entry 2002-01-25
19056 2002-01-24 [paul] 0.7.0claws24
19058 * more sync with sylpheed 0.7.0cvs15
19059 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
19061 2002-01-23 [sergey] 0.7.0claws23
19064 Fixed segfault when closing LDIF import wizard with
19065 the window manager.
19068 * src/messageview.c
19070 Fixed wrong scrolling position after switching between
19071 text and image parts.
19073 2002-01-23 [paul] 0.7.0claws22
19075 * sync with sylpheed 0.7.0cvs15
19076 see ChangeLog entries 2002-01-22 and 2002-01-23
19078 2002-01-21 [melvin] 0.7.0claws21
19080 * src/prefs_scoring.c
19081 * src/prefs_filtering.c
19082 Fixed bug where scoring and filtering windows stopped
19085 2002-01-21 [paul] 0.7.0claws20
19087 * sync with sylpheed 0.7.0cvs12
19088 see ChangeLog entries 2002-01-20 and 2002-01-21
19090 2002-01-21 [carsten] 0.7.0claws19
19093 * src/messageview.[ch]
19094 * src/summaryview.[ch]
19095 changes to shortcuts handling again:
19096 + "Q" now controled by mainwin
19097 + v/V are now customizable and have slightly
19099 the "button" to minimize the messageview (and maximize
19100 the summary view) is a real button now
19102 "Delete Line+" added to Edit/Advanced (this will also
19105 2002-01-20 [melvin] 0.7.0claws18
19107 * src/addressbook.c
19108 Made "Bcc" sensitive when addressbook is called from
19109 compose window (it was a Claws only bug).
19111 2002-01-19 [alfons] 0.7.0claws17
19114 prevent unnecessary updates when currently selected folder has
19117 2002-01-19 [alfons] 0.7.0claws16
19119 * src/summaryview.c
19120 prevent writing the cache based on current message list in summary
19121 view when filtering also put messages in currently selected folder
19126 Italian translation submitted by Alessandro Maestri
19127 <a.maestri@cs.tin.it>
19129 2002-01-18 [melvin] 0.7.0claws15
19131 * src/prefs_filters.c
19132 fixed bug where 'cancel' from 'filters' window stops autochecking
19133 if the timer timed out when the window was open.
19135 2002-01-18 [match] 0.7.0claws14
19137 * src/addrclip.[ch] ** NEW FILE **
19138 * src/addrselect.[ch] ** NEW FILE **
19139 * src/adbookbase.h ** NEW FILE **
19140 addressbook cut, copy and paste
19141 * src/addrbook.[ch]
19142 * src/addrcache.[ch]
19143 * src/addressitem.h
19144 * src/addrindex.[ch]
19145 * src/addritem.[ch]
19156 support for copy/paste
19157 * src/addressbook.c
19158 support for copy/paste
19159 tidy up menu option processing
19160 correct address list function arguments
19161 * src/editaddress.c
19162 sort user attributes
19167 * src/addrbook.[ch]
19168 * src/addrbook.[ch]
19169 * src/addrbook.[ch]
19172 2002-01-18 [paul] 0.7.0claws13
19174 * sync with sylpheed 0.7.0cvs8
19175 configure.in: support Mac OS X (Darwin)
19177 2002-01-18 [carsten] 0.7.0claws12
19179 small hack to fix a segfault with an empty href
19180 (reported by Alexandra Walford <deeni@altern.org>)
19182 * src/summaryview.c
19183 the shortcuts for Mark und Mark as unread are hardcoded
19186 * src/gtkstext.[ch]
19187 readded the shortcuts in gtkstext but made them
19188 customizeable (simply by adding a menu plus a wrapper
19191 2002-01-17 [melvin] 0.7.0claws11
19194 fix default dictionary not being saved.
19196 2002-01-16 [darko] 0.7.0claws10
19199 fix wrapping crash with URL longer than wrapping margin
19201 2002-12-08 [hoa] 0.7.0claws10
19203 * src/matcher_parser_parse.y
19206 * src/prefs_filtering.c
19207 now, we can use bounce action in the dialog box.
19209 2002-01-16 [carsten] 0.7.0claws9
19211 removed the <control> and <alt> shortcuts because they're
19212 not needed and interefered with the "normal" shortcuts
19214 * src/summaryview.c
19215 removed most of the hardcoded shortcuts and assigned
19216 them to menu entries making them easy customizable by
19219 2002-01-16 |melvin] 0.7.0claws8
19222 fixed bug where using the mouse and when the compose
19223 window is not on top may result in a crash.
19225 2002-01-16 [melvin] 0.7.0claws7
19228 fixed a long standingspell checker bug which could
19229 cause a crash after sending a message.
19231 2002-01-16 [paul] 0.7.0claws6
19233 * sync with sylpheed 0.7.0cvs7
19234 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
19235 2002-01-15, and 2002-01-16
19237 2002-01-16 [melvin] 0.7.0claws5
19241 * src/gtkspell.[ch]
19243 Heavily modified spell checker code to work around
19244 ispell bug, to add keyboard shortcuts and for future
19245 enhancements. See README.claws for usage information.
19247 2002-01-15 [alfons] 0.7.0claws4
19249 * src/summaryview.c
19250 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
19251 so sorting within threads reflects sort mode
19253 2002-01-15 [christoph] 0.7.0claws3
19256 added alertpanel if mail sending failed
19258 2002-01-15 [alfons] 0.7.0claws2
19260 * src/prefs_filtering.c
19261 don't stop timer when prefs filtering dialog is opened
19263 2002-01-14 [alfons] 0.7.0claws1
19267 remove debug_print()s for privacy reasons
19269 2002-01-14 [darko] 0.7.0claws
19272 quotation wrapping is now also in the main branch
19276 * tools/filter_conv.pl
19277 allow for Boolean Op and case-sensitivity
19278 this file is included in the release and tagged
19281 2002-01-13 [paul] 0.7.0claws
19283 * release 0.7.0, with cvs tag 'rel_0_7_0'
19287 * tools/filter_conv.pl
19289 rewritten to output to matcherrc instead of filteringrc
19292 updated Spanish translation by Ricardo Mones Lastra
19294 2002-01-13 [alfons]
19297 update dutch translation
19302 Updated by Fabio Junior Beneditto
19304 2002-01-13 [melvin] 0.6.6claws53
19307 Updated french translation
19309 2002-01-12 [alfons] 0.6.6claws52
19312 plug mem leak that has been sitting there for ages
19314 2002-01-12 [alfons] 0.6.6claws51
19316 * src/summaryview.c
19317 undo melvin's changes from 0.6.6claws48 because summary
19318 view now refuses to select first unread message when
19321 2002-01-11 [alfons] 0.6.6claws50
19324 use claws' semantics for getting folder item when
19325 importing an mbox file into a folder
19326 (submitted by Dale P. Smith)
19328 2002-01-11 [christoph] 0.6.6claws49
19331 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
19332 toggle widget, because non static prefs can not use
19333 prefs_set_* functions
19334 * src/prefs_account.c
19335 toggle smtp auth password field sensitivity if
19336 user id is empty and add descrition of usage for
19338 * src/prefs_folder_item.c
19339 use SET_TOGGLE_SENSITIVITY macro to instead of extra
19342 2002-01-11 [melvin] 0.6.6claws48
19345 fix the 'Ctrl-Enter' feature for sending and test really
19346 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
19347 editables which was not documented in Gtk)
19349 * src/summaryview.c
19350 Made summaryview refresh after sorting and not before.
19352 2002-01-11 [christoph] 0.6.6claws47
19355 select account from account ids if possible and
19356 correctly set save folder for copy in reedit
19358 2002-01-10 [paul] 0.6.6claws46
19360 * sync with sylpheed 0.7.0 release
19361 see ChangeLog entries 2002-01-07, 2002-01-08 and
19364 2002-01-09 [alfons]
19366 * src/summaryview.c
19367 remove more dirt traces...
19369 2002-01-09 [alfons]
19371 * src/summaryview.c
19372 clean up some traces of my debugging stuff
19374 2002-01-09 [alfons] 0.6.6claws45
19377 break up filteringprop_apply() in three separate pieces
19378 so we can drop messages that failed processing in the
19381 * src/summaryview.c
19382 fix bug #469598 "no refresh of inbox after filter" which
19383 was introduced by the new summary view locking, and which
19384 prevented the summary view to update after a manual filter
19385 message. claw's filter message requires a summary_show().
19386 (aargh, summary_show() again! :-)
19388 2002-01-07 [alfons] 0.6.6claws44
19390 * src/headerwindow.c
19392 * src/messageview.c
19393 * src/sourcewindow.c
19394 bring in Hiro's last 0.7.0 wm class fixes
19396 * tools/sylprint.pl
19397 bring in Ricardo's fix for sylprint script
19401 * src/prefs_common.[ch]
19402 * src/prefs_account.[ch]
19404 clean up account preference poison in rfc2015,
19405 and preparation to fix double sign bug
19406 (patch submitted by Simon 'corecode' Schubert)
19408 2002-01-07 [christoph] 0.6.6claws43
19411 search for free message number, do not only rely
19414 fix smtp auth and use extra account information
19415 if available, if not use pop3 data instead
19416 (closes bug #500341)
19420 2002-01-06 [alfons] 0.6.6claws42
19423 try making the separate windows work again...
19425 2002-01-06 [alfons] 0.6.6claws41
19428 adapt Hiro's separate window menu (to get rid of the funny
19429 duplicate menu items), and make it work again
19431 2002-01-06 [alfons] 0.6.6claws40
19433 * tools/Makefile.am
19434 * tools/sylprint.rc
19435 * tools/sylprint.pl
19436 * tools/README.sylprint
19437 add sylprint script for printing mails from Sylpheed
19438 (contributed by Ricardo Mones Lastra)
19443 2002-01-06 [melvin] 0.6.6claws39
19446 * src/summaryview.c
19447 Fixed crash introduced in 0.6.6claws38 by the menu
19448 reorganisation (Hide read messages)
19451 Fixed typo (we are now in 2002, alfons ;) )
19453 2002-01-05 [alfons] 0.6.6claws38
19455 * sync with sylpheed 0.6.6cvs10-17
19456 (last stuff marked as LAST_STABLE)
19458 2002-01-04 [melvin] 0.6.6claws37
19461 Made account selection code use strcasestr again instead of
19462 g_strcasecmp (fixes bug where reediting queued messages
19463 did not select proper account reported by T. Link).
19466 Fix bug where folder icons are not shown when 'hide read messages'
19469 * src/stock_pixmaps.[ch]
19470 Added folder icons for 'hide read messages'.
19473 Fixed bug where 'Enter' in a header entry will send the message
19474 if 'CTL-Enter' was chosen as a shorcut for sendind.
19476 2002-01-03 [melvin] 0.6.6claws36
19479 Added popup menu for common preferences and
19480 account preferences (right click on tab displays
19481 a menu of all tabs.)
19483 2002-01-02 [melvin] 0.6.6claws35
19485 * src/gtkspell.[ch]
19486 Made spelling code compatible with undo/redo feature.
19487 Added creation of suggestion mode menu for the general
19490 * src/prefs_common.[ch]
19491 Added option menu for the speller's suggestion mode.
19492 Added missing spaces in "..." buttons and made a "..."
19493 button non translatable!
19496 Made speller use the default suggestion mode.
19497 Hack to make it possible to choose 'CTRL-Enter' as a
19498 shortcut for sending (and only for sending).
19500 * src/prefs_folder_item.c
19501 Changing subject simplification does not update cache
19502 anymore (because it is unnecessary).
19503 Fixed bug where changing subject simplification updated the
19504 summaryview even when the viewed folder is not the
19505 folder which properties are being changed. (E.g.
19506 viewing folder A and changing
19507 the subject simplification of
19508 folder B -not being viewed- updated the
19509 summaryview of folder A with data of
19510 folder B). (Hope this is clear... )
19512 2001-12-31 [alfons] 0.6.6claws34
19516 fgetc() returns a signed integer which doesn't
19517 fit in a char. so c truncates this to a char
19518 but we may lose significant bits. i.e. we may
19519 comparing 0xFF which may not be equal to -1
19520 unless properly casted to signed char which
19521 we won't do because fgetc() returns a signed
19522 integer which doesn't fit in a char. so c
19523 truncates this to a char but we may lose
19524 significat bits. (you got the idea, thanks
19525 to Gustavo Noronha Silva <kov@debian.org>
19526 and the Debian folks!)
19528 2001-12-30 [alfons] 0.6.6claws33
19530 * src/prefs_common.c
19531 add #ifdef USE_PSPELLs that Melvin forgot
19533 2001-12-30 [melvin] 0.6.6claws32
19535 * src/prefs_common.[ch]
19536 Added configurable color for misspelled words.
19538 * src/gtkspell.[ch]
19539 Fixed bug of foreground text color (reported by David
19541 Added configurable color for misspelled words.
19543 2001-12-30 [alfons] 0.6.6claws31
19546 remove unnecessary things someone put there
19550 make folder properties (like threading and sorting) persistent
19551 (closes bug #497424 "rescan folder tree resets proprieties")
19552 currently this is only for MH folders.
19554 2001-12-29 [melvin] 0.6.6claws30
19556 * src/string_match.[ch]
19557 Optimized a bit: regexp pattern buffer compiled only once, and
19558 one subroutine call removed. Fixed ^ regexp search: Now,
19559 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
19561 * src/summaryview.c
19562 Subject filtering changed to filter summary columns and
19563 not directly the messages subject cache. The loss in
19564 performance is balanced by the improvement of string_match.
19565 Added an alert panel if there is an error in the regexp.
19567 * src/src/prefs_folder_item.h
19568 Added a regexp pattern buffer.
19570 2001-12-28 [alfons] 0.6.6claws29
19572 * src/string_match.[ch]
19573 clean up name space
19574 allow compilation *BSD
19576 2001-12-27 [alfons] 0.6.6claws28
19579 sync the Hiro's bug fix for BSD
19581 2001-12-27 [melvin] 0.6.6claws27
19584 Simplify focus to subject entry code.
19586 2001-12-27 [darko] 0.6.6claws26
19589 * src/mbox_folder.c
19590 * src/messageview.c
19592 * src/procheader.[ch]
19594 * src/stock_pixmap.[ch]
19595 * src/summaryview.c
19596 Show key icon for encrypted mails in summary view
19598 * src/pixmaps/clip.xpm
19599 * src/pixmaps/clipkey.xpm
19600 * src/pixmaps/key.xpm
19601 New/modified icons for the above
19603 2001-12-27 [melvin] 0.6.6claws25
19605 * src/prefs_common.c
19606 Put spell checker options in a separate tab to decrease
19607 the Common Preferences window height.
19610 Update spell checker usage instruction about its options
19613 2001-12-27 [melvin] 0.6.6claws24
19616 Changed subject entry widget position. Initial focus is
19617 on the To header instead of the subject entry.
19618 Creating a new header scrolls the header list to make the
19619 created one visible. Nevertheless, when automatically filling
19620 headers, the first one is shown.
19621 A Tab key press in the last empty header entry zips the
19622 focus to the subject entry.
19623 (I did not change the combo boxes, yet)
19625 2001-12-26 [alfons] 0.6.6claws23
19627 * src/prefs_account.c
19629 allow default inbox to reside in another mailbox (only
19630 works for POP3 accounts)
19632 2001-12-26 [alfons] 0.6.6claws22
19635 make reply-on-click work with the account of the selected folder
19637 put a fixme here to remind me to fix finding correct default
19638 account for nested folders
19640 2001-12-25 [alfons] 0.6.6claws21
19642 * src/summaryview.c
19643 make column headers display locked and mark pixmaps (idea by Melvin)
19644 fix bug by adding score and locked column type to sort array
19646 2001-12-25 [alfons] 0.6.6claws20
19648 * src/summaryview.c
19649 catch a *potentially* inadvertent write back of
19650 the message cache(s) introduced by 0.6.5claws37
19652 2001-12-25 [christoph] 0.6.6claws19
19654 * src/stock_pixmap.[ch]
19655 * src/summaryview.c
19656 add ignore thread pixmap
19657 (can someone draw a better icon for this?)
19659 2001-12-24 [alfons] 0.6.6claws18
19661 * src/prefs_folder_item.c
19662 make address completion actually work for the
19663 Default To address in the Folder Property dialog.
19665 2001-12-24 [alfons] 0.6.6claws17
19667 * src/summaryview.c
19668 use new style regexp for subject stripping
19669 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
19671 2001-12-24 [darko] 0.6.6claws16
19675 move GPG related informational messages to debug mode
19677 2001-12-23 [alfons] 0.6.6claws15
19679 * src/stock_pixmap.[ch]
19680 * src/summaryview.c
19681 add the forgotten Claws' locked pixmap
19683 2001-12-23 [alfons] 0.6.6claws14
19686 accept file name typed in entry in multi file
19687 selector (patch submitted by Gustavo Noronha Silva
19690 2001-12-23 [alfons] 0.6.6claws13
19692 * src/prefs_filter.c
19693 * src/prefs_filtering.c
19696 clean up a little bit
19698 * src/string_match.c
19699 validate input strings a little bit more
19701 2001-12-23 [alfons] 0.6.6claws12
19704 * src/summaryview.c
19705 * src/string_match.[ch] ** NEW **
19706 * src/folderview.[ch]
19709 * src/prefs_folder_item.[ch]
19710 add subject simplification to strip out strings from
19711 a subject line (esp. handy for mailing lists).
19712 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
19713 but slightly changed things for better integration.)
19715 2001-12-23 [alfons] 0.6.6claws11
19718 fix bug introduced by submission included in 0.6.5claws52.
19719 ideally this submission should clean the trash if any trash
19720 folder has a message. however, the hasTrash variable was
19721 set to false whenever a trash folder was empty (discarding
19722 a previously found *filled* trash folder.)
19724 also edited the code a little bit and made it more safe.
19726 2001-12-22 [alfons] 0.6.6claws10
19729 quick fix for Martin Pool's omission of an account
19730 specific SSL setting
19732 2001-12-22 [alfons] 0.6.6claws9
19735 * src/messageview.c
19738 * src/procmime.[ch]
19739 better support for multipart/digest (submitted
19740 by Fredrik <e98fo@efd.lth.se>)
19742 2001-12-22 [alfons] 0.6.6claws8
19744 * src/addressbook.c
19745 correct function signature
19748 * src/prefs_account.[ch]
19749 allow IMAP over SSH tunnel (patch submitted by
19750 Martin Pool <mbp@samba.org>)
19752 2001-12-21 [alfons] 0.6.6claws7
19754 * sync with sylpheed 0.6.6cvs4-9
19755 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
19757 2001-12-21 [christoph] 0.6.6claws6
19760 * src/prefs_folder_item.[ch]
19761 implement saving of outgoing messages to current folder.
19762 fix segfault when no default outbox is available
19763 (closes bug #495683)
19765 2001-12-21 [carsten] 0.6.6claws5
19767 * src/summaryview.c
19768 pressing CTRL while DND does now the expected thing and
19769 copies the mail (moving is still the default, as this
19770 seam more appropriate for handling mails by DND)
19772 2001-12-18 [paul] 0.6.6claws4
19774 * sync with sylpheed 0.6.6cvs3
19775 see ChangeLog entries 2001-12-18
19777 2001-12-18 [hiro] 0.6.6claws3
19780 fix for multibyte characters (obtain the number of letters
19783 2001-12-17 [paul] 0.6.6claws2
19785 * sync with sylpheed 0.6.6cvs1
19786 see ChangeLog entry 2001-12-16
19788 2000-12-17 [alfons] 0.6.6claws1
19793 2001-12-16 [paul] 0.6.6claws
19796 * Release version 0.6.6claws, cvs tag: rel_0_6_6
19799 last minute sync with main 0.6.6
19802 updated by Ricardo Mones Lastra
19803 update for last minute sync
19806 update for last minute sync
19808 updated by Jens Oberender
19810 updated by Fabio Junior Beneditto
19812 * src/prefs_common.[ch]
19814 number of undo levels is user configurable
19815 (squeeze it into the release in the dying
19816 moments) Submitted by Jens Oberender
19818 2001-12-15 [melvin]
19821 updated french translation
19823 2001-12-15 [paul] 0.6.5claws92
19825 * sync with sylpheed 0.6.5cvs28
19826 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
19829 update to allow for sync
19831 2001-12-15 [alfons]
19834 update dutch translation
19836 2001-12-14 [carsten] 0.6.5claws91
19837 * src/summaryview.c
19838 fixed bug #473785; also after changing the column order
19839 the same message will be selected and displayed as before
19842 2001-12-14 [carsten] 0.6.5claws90
19844 probably found the bug reported by wwb opening or closing
19845 a folder tree just before dnd (found the solution in the
19846 balsa source -- thanks to them)
19848 2001-12-14 [carsten] 0.6.5claws89
19851 moved gtk_clist_moveto to the right place, so that
19852 only the accounts dialog is effected on opening
19854 2001-12-14 [carsten] 0.6.5claws88
19856 gtkut_clist_set_focus_row does a gtk_clist_moveto
19857 now, so that the focused row will be seen in any case
19858 (reported by wwp on sf-claws-user)
19860 2001-12-14 [darko] 0.6.5claws87
19863 remove unnecessary line
19865 2001-12-14 [paul] 0.6.5claws86
19867 * sync with sylpheed 0.6.5cvs27
19868 see ChangeLog entries 2001-12-14
19870 2001-12-14 [carsten] 0.6.5claws85
19872 following a suggestion of Melvin the rcoabm pops up
19873 right under the button now and the button is reliefed
19874 while the popup is open
19876 2001-12-14 [darko] 0.6.5claws84
19879 fix crash when wrapping long lines if linewrap quotation
19880 is disabled and wrapper encounters a word spanning more
19883 2001-12-13 [paul] 0.6.5claws83
19886 prefer 'Reply-To' header over mailing list header when
19887 replying to a message. Finally prevent all those confirmation
19888 messages being sent to the list itself.
19890 * src/summaryview.c
19891 remove unused summary_set_menu_sensitive() entry
19893 2001-12-13 [paul] 0.6.5claws82
19896 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
19897 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
19898 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
19899 improvements to 'Hide read messages': Inbox, Outbox,
19900 Trash, Queue, and Draft icons now reveal presence of hidden
19903 2001-12-12 [alfons] 0.6.5claws81
19905 0.6.5claws80 was tagged as LAST_STABLE
19907 * src/filtering.[ch]
19909 * src/matcher_parser_lex.c
19910 fix the filtering; my last attempt to get it right,
19911 if it does not work, it's Hoa's turn. ;-)
19913 for my honourable peers:
19915 the code now makes a clear distinction between
19916 rules as they are displayed (probably escaped),
19917 and as they are executed (probably unescaped). the
19918 parser does *NOT* do any unescaping, this is
19919 the task of the matcher.c (which breaks up a
19920 rule into condition) and the filtering.c (which
19921 breaks up the rule's action). to make this
19922 run happily we provide an unescaped copy of
19923 crucial strings to the MatcherProp and
19924 FilteringAction structures. note that the only
19925 exception to this is any REGEXP string. those
19926 are directly passed to regcomp() and regexp()
19927 (who have much more powerful unescape functions).
19931 you can escape tab (\t), carriage return (\r),
19932 linefeed (\n), form feed (\f), quote (\"),
19933 single quote (\'), bell (\b) in all the entry
19934 lines in the scoring & filtering dialogs.
19935 as an added bonus this should not affect
19936 existing filtering rules.
19938 2001-12-12 [carsten] 0.6.5claws80
19940 * src/summaryview.c
19942 "item(s) selected" is now sensitive to 1 or more
19943 than one selected (nice for language where simple
19944 adding of a "s" is not possible as German (Eintrag
19947 the "forward as attachment" entry from the right
19948 click menu removed, "forward" acts following the
19952 reverted my former changes; so compiler warning again
19953 but there's more GTK_TEXT/GTK_STEXT mixing on other places
19956 * src/messageview.c
19957 "search in message" does now *not* only work in MVIEW_TEXT
19958 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
19962 removed "/File/_Close" as it was the same as "/File/E_xit"
19963 and we don't need it two times
19965 the separate folder view and message view now get a distinct
19966 WMCLASS, just in case someone is using sawfish ;-)
19968 as the menu entries "/View/Message view" and "/View/Folder tree"
19969 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
19970 make them sensitive accordingly and as these two are "shown"
19971 after startup anytime check this menuitem at startup
19973 2001-12-12 [paul] 0.6.5claws79
19976 fix sensitivity of 'Search folder...', broken in
19982 2001-12-11 [carsten] 0.6.5claws78
19984 fixed two typos returning a wrong FALSE/TRUE
19985 * src/mainwindow.[ch]
19986 extra menu for email/news button removed
19988 2001-12-11 [alfons] 0.6.5claws77
19990 * src/matcher.c (1.3)
19991 * src/matcher_parser_lex.l (1.28)
19992 revert for another attempt
19993 mark 0.6.5claws77 as LAST_STABLE
19995 2001-12-11 [christoph] 0.6.5claws76
19998 fixed wrong translation for prev. unread msg
20000 2001-12-11 [paul] 0.6.5claws75
20005 * src/summaryview.[ch]
20006 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
20007 enable ability to hide read messages on per folder basis via
20008 '/Summary/Hide read messages'; when selected, a folder will
20009 have a red open folder icon, instead of a blue icon, if the
20010 folder contains hidden messges
20011 submitted by Thomas Link <t.link.tmp200101.gmx.net>
20014 remove '/Message/Forward as attachment' from
20015 main_window_set_menu_sensitive() to prevent debug warning
20019 Clean up some of the English
20021 * tools/newscache_clean.pl
20022 allow for new 'hidereadmsgs' entry in folderlist.xml
20025 updated translation, submitted by Ricardo Mones Lastra
20027 2001-12-11 [paul] 0.6.5claws74
20029 * sync with sylpheed 0.6.5cvs25
20030 see ChangeLog entry 2001-12-11
20032 2001-12-10 [alfons] 0.6.5claws73
20035 add more control characters
20036 * src/matcher_parser_lex.l
20037 make escaping / unescaping work again
20039 2001-12-10 [alfons] 0.6.5claws72
20042 clean up warnings "returning value for void function"
20043 * src/prefs_filtering.c
20044 make info button for execute action sensitive
20046 2001-12-10 [paul] 0.6.5claws71
20050 * src/summaryview.c
20051 fix: imap server now gets informed of MARKED, UNMARKED
20052 and REPLY events. Now people can use different IMAP-Mail
20053 clients and have the exact same information about MARKED,
20054 UNMARKED and REPLY status with all of them. Especially
20055 useful for imap servers with a web-frontend.
20056 submitted by Tobias Sandhaas <medlor@web.de>
20058 2001-12-09 [melvin] 0.6.5claws70
20060 * src/textview.[ch]
20061 fixed bug #490076 (hunted down by Alfons who implemented
20062 a workaround in 0.6.5claws65)
20064 2001-12-09 [christoph] 0.6.5claws69
20066 * src/summaryview.c
20067 set pointer to string in LOCKED column to NULL
20068 (might fix bug #490800)
20070 2001-12-09 [carsten] 0.6.5claws68
20073 resolved some cluttered menu shortcuts
20074 ('creating new email' and 'creating news message'
20077 wmclass now distinc from main window
20080 email/news and forward button functionality similar
20081 to the reply buttons; removed the ugly dropdown arrows
20082 and use instead the right mouse button
20084 2001-12-09 [paul] 0.6.5claws67
20088 allow spaces in imap folder names
20089 submitted by Willem van Engen <wvengen@stack.nl>
20091 2001-12-09 [paul] 0.6.5claws66
20093 * sync with sylpheed 0.6.5cvs24
20094 see ChangeLog entry 2001-12-09
20096 2001-12-08 [alfons] 0.6.5claws65
20099 prevent secondary selection claim after "add to sender" dialog
20100 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
20101 we trick GTK by simulating a click at (0, 0) in the textview.
20103 2001-12-08 [hoa] 0.6.5claws64
20106 fixed a bug about the .processing folder name while filtering
20108 2001-12-08 [alfons] 0.6.5claws63
20111 work around problem of not correctly updating folder stats
20112 when deleting messages. there's some folder scanning evil
20113 going so the folderview_update_msg_num() does not work
20114 correctly. need to investigate this.
20116 2001-12-08 [paul] 0.6.5claws62
20118 * sync with sylpheed 0.6.5cvs23
20119 see ChangeLog entry 2001-12-08
20121 2001-12-07 [christoph] 0.6.5claws61
20124 fix another header translation problem
20126 2001-12-07 [alfons] 0.6.5claws60
20129 make filtering also work on local spool mbox
20131 2001-12-07 [carsten] 0.6.5claws59
20132 * src/addressbook.c
20133 addressbook window gets a wmclass distinct from the main
20136 * src/mainwindow.[ch]
20137 forward menu item will use mode selected in prefs, forward
20138 as attatchment in menu removed (will be substituted in the
20139 toolbar similar to reply buttons)
20140 create news message menu entry and news button is now
20141 sensitive to the existance of a news account
20142 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
20143 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
20144 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
20145 these are removed because the toolbar buttons don't show
20146 the quoting modus any longer
20150 * tools/newscache_clean.pl ** NEW FILE **
20151 perl script to do some tidying up in the newscache directory
20153 * tools/sylpheed-switcher ** NEW FILE **
20154 perl script to enable easy switching between main and claws
20157 added descriptions of the two new perl scripts
20160 2001-12-07 [melvin] 0.6.5claws58
20162 * src/messageview.c
20163 fixed a warning during compilation introduced in 0.6.5claws56
20165 2001-12-07 [paul] 0.6.5claws57
20167 * src/mainwindow.[ch]
20169 further usability enhancements to replying with or without
20170 quoting via the toolbar, use of Ctrl key is replaced by
20172 Submitted by Carsten Schurig
20174 2001-12-07 [melvin] 0.6.5claws56
20176 * src/messageview.c
20177 hack to fix bug that prevented to make/paste selections
20178 after switching between MVIEW_TEXT and MVIEW_MIME views
20179 without deselecting the selection first.
20181 2001-12-06 [alfons] 0.6.5claws55
20183 * src/filtering.[ch]
20185 revise filtering a little bit more, and make sure
20186 messages are delivered to the appropriate inbox
20187 (perhaps set per account)
20189 2001-12-06 [paul] 0.6.5claws54
20191 * sync with sylpheed 0.6.5cvs22
20192 see ChangeLog entry 2001-12-06
20194 2001-12-05 [alfons] 0.6.5claws53
20200 more revisions of filtering system
20201 (last stable version is marked as LAST_STABLE)
20203 | NOTE 1): the filtering system now uses a local folder called
20204 | .processing. if filtering fails, check this directory
20205 | for missing messages.
20207 | NOTE 2): help us find the filtering actions still missing
20209 2001-12-05 [paul] 0.6.5claws52
20212 fix bug where 'Empty Trash?' pop-up window appears even
20213 when Trash is empty, submitted by Jesse Skinner
20215 2001-12-05 [melvin] 0.6.5claws51
20218 fixed bug #486106 to select correct account when reediting
20221 2001-12-04 [alfons] 0.6.5claws50
20224 declare markfile in appropriate functions when
20225 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
20228 2001-12-04 [paul] 0.6.5claws49
20230 * sync with sylpheed 0.6.5cvs21
20231 see ChangeLog entry 2001-12-04
20233 2001-12-03 [christoph] 0.6.5claws48
20236 changed translation of undo
20239 don't reinvent the wheel to traverse a GNode
20241 seperate code to create the compose gui into functions
20242 add "Others" page with folder selection for saving copy
20244 the folder identifier is saved to queue header
20246 save message to folder in queue header
20248 2001-12-03 [paul] 0.6.5claws47
20250 * sync with sylpheed 0.6.5cvs20
20251 see ChangeLog entry 2001-12-03
20255 * more sync with sylpheed 0.6.5cvs19
20256 see ChangeLog entry 2001-11-29
20258 2001-11-30 [paul] 0.6.5claws46
20261 remove conflicts introduced by Hoa's last commit
20264 make 'Message/Bounce' sensitive
20266 2001-11-30 [hoa] 0.6.5claws45
20269 slightly change bounce function to add
20270 information about the user that bounced the mail
20271 in the From header line.
20274 permit the use of processing in outbox folder.
20276 2001-11-29 [paul] 0.6.5claws44
20278 * src/mainwindow.[ch]
20279 * src/prefs_common.c
20280 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
20281 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
20282 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
20283 usability enhancements to the quoting, implements
20284 use of Ctrl key to toggle quoting settings
20285 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
20287 2001-11-29 [paul] 0.6.5claws43
20289 * sync with sylpheed 0.6.5cvs19
20290 see ChangeLog entry 2001-11-28
20292 2001-11-29 [melvin] 0.6.5claws42
20294 added enriched.[ch] to the list of files
20298 * src/procmime.[ch]
20299 * src/enriched.[ch]
20300 added support to view text/enriched
20301 added support to show headers in message view for text/enriched and text/html
20302 in non multipart messages
20304 2001-11-28 [paul] 0.6.5claws41
20306 * more sync with sylpheed 0.6.5cvs18
20307 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
20309 2001-11-27 [paul] 0.6.5claws40
20312 updated translation, submitted by Fabio Junior Beneditto
20314 * sync with sylpheed 0.6.5cvs18
20315 see ChangeLog entries 2001-11-26 (src/textview.c) and
20322 updated translation, submitted by Ricardo Mones Lastra
20324 2001-11-26 [alfons]
20327 add more translatable strings
20329 2001-11-26 [christoph] 0.6.5claws39
20332 fixed one more umlaut
20334 fix translated header when it should not be translated
20336 2001-11-26 [paul] 0.6.5claws38
20339 remove '/Message/Add Sender to address book' from
20340 main_window_set_menu_sensitive(), prevent debug warning
20341 add 'Message/Mark/Mark all read' to mainwin_entries[]
20343 2001-11-26 [paul] 0.6.5claws37
20345 * src/summaryview.c
20346 fix 'recurring unread state' bug
20349 * tools/filter_conv.pl
20350 read name of top level mailbox from folderlist.xml
20351 and presume nothing about its name
20353 2001-11-26 [darko] 0.6.5claws36
20355 * src/gtkstext.[ch]
20356 removed functions that are now in gtkutils.c
20357 use gtkut_text_is_uri_string() from gtkutils.c
20358 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
20360 2001-11-26 [paul] 0.6.5claws35
20362 * sync with sylpheed 0.6.5cvs16
20363 see ChangeLog entries 2001-11-25 and 2001-11-26
20365 2001-11-25 [alfons] 0.6.5claws34
20367 EXPERIMENTAL!!! Please checkout the last stable version using:
20369 % cvs update -r LAST_STABLE -dRAP
20371 (Or help us testing this stuff.)
20373 * src/filtering.c (1.14)
20374 * src/filtering.h (1.6)
20376 * src/matcher.c (1.20)
20378 * src/procmsg.h (1.14)
20379 * src/summaryview.c (1.59)
20380 * src/summaryview.h (dunno)
20381 revert/merge/sync to as it was before commit
20382 on Thu, 19 Jul 2001 10:15:51 -0700.
20384 2001-11-25 [hoa] 0.6.5claws33
20387 processing mails at startup
20390 * src/summaryview.[ch]
20391 processing mails when entering folder
20393 * src/prefs_filtering.c
20396 2001-11-24 [alfons] 0.6.5claws32
20398 * src/summaryview.[ch]
20399 make summary sort headers work, and also make
20400 sure the sort type is stored
20402 2001-11-23 [alfons] 0.6.5claws31
20404 * src/summaryview.[ch]
20405 make lock work like mark
20406 disallow deleting messages marked as locked
20408 2001-11-23 [alfons] 0.6.5claws30
20414 merge undo patch submitted by Jens
20416 2001-11-23 [christoph] 0.6.5claws29
20421 fixed gpg signing and encoding
20424 added --status option to get new, unread and total
20425 message count from a running sylpheed
20426 * src/prefs_common.c
20427 temporary fix for reply_with_quote problem
20428 (don't call functions for non existing widget)
20430 one more check for ignored threads but still not
20431 always working correctly. probably a recursive
20432 check for all parents is needed
20434 2001-11-23 [darko] 0.6.5claws28
20437 wrapping on send improvements
20438 * src/gtkutils.[ch]
20439 fix for GtkSText after last sync with main branch
20440 GTK_TEXT -> GTK_STEXT
20442 2001-11-23 [paul] 0.6.5claws27
20444 * sync with sylpheed 0.6.5cvs14
20445 see ChangeLog entries 2001-11-22 and 2001-11-23
20448 fixed the scrambled umlauts
20449 submitted by Carsten Schurig <Carsten.Schurig@web.de>
20451 2001-11-21 [paul] 0.6.5claws26
20453 * sync with sylpheed 0.6.5cvs12
20454 see 2nd ChangeLog entry dated 2001-11-20
20456 2001-11-20 [paul] 0.6.5claws25
20458 * sync with sylpheed 0.6.5cvs11
20459 see ChangeLog entry 2001-11-19 (src/utils.c)
20464 GTK_TEXT -> GTK_STEXT
20465 fix for wrong comment
20467 2001-11-20 [hiro] 0.6.5claws24
20470 more merges from main branch
20471 removed fatal warnings (uninitialized variables etc.)
20472 some coding style fix
20475 * src/addressbook.c
20479 2001-11-19 [hoa] 0.6.5claws23
20482 * src/prefs_scoring.c
20487 * src/matcher_parser_parse.y
20488 * src/prefs_filtering.c
20491 2001-11-19 [alfons] 0.6.5claws22
20493 more of my old things into claws
20496 * src/prefs_common.c
20498 * src/summaryview.[ch]
20499 * src/prefs_summary_column.c
20500 * src/pixmaps/locked.xpm
20501 add indicators for locking of message in summary view
20502 (does not work yet, only visual indicator)
20504 2001-11-19 [paul] 0.6.5claws21
20506 * sync with sylpheed 0.6.5cvs10
20507 see ChangeLog entry 2001-11-19
20509 2001-11-18 [alfons] 0.6.5claws20
20512 remove an inadvertent free I forgot in previous clean up
20514 2001-11-18 [alfons] 0.6.5claws19
20516 * src/filtering.[ch]
20517 clean up & plug leaks
20519 2001-11-18 [paul] 0.6.5claws18
20521 * sync with sylpheed 0.6.5cvs9
20522 see ChangeLog entries 2001-11-17 and 2001-11-18
20524 2001-11-16 [paul] 0.6.5claws17
20526 * sync with sylpheed 0.6.5cvs8
20527 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
20529 2001-11-16 [paul] 0.6.5claws16
20531 * sync with sylpheed 0.6.5cvs7
20532 see ChangeLog entries 2001-11-15 and 2001-11-16
20534 2001-11-15 [hoa] 0.6.5claws15
20537 fix bounce, mails we received couln't be bounced to ourself.
20540 * src/filtering.[ch]
20542 * src/matcher_parser.h
20543 * src/matcher_parser_lex.l
20544 * src/matcher_parser_parse.y
20548 * src/prefs_filtering.[ch]
20550 * src/prefs_matcher.c
20551 * src/prefs_scoring.c
20553 * src/summaryview.c
20554 new matcher/filter/score configuration file parser
20555 one unique configuration file => ~/.sylpheed/matcherrc
20556 import in currently automatic, then save are made
20558 one filter per folder and one global filter
20559 (filter of a folder will be used as folder processing)
20562 fix a bug in folder_item_get_identifier
20564 * src/messageview.c
20565 receive receipt return are fixed.
20567 2001-11-14 [alfons] 0.6.5claws14
20570 add things from main branch to make claws compile
20572 2001-11-14 [paul] 0.6.5claws13
20574 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
20575 see ChangeLog entries 2001-11-08 to 2001-11-14
20577 2001-11-14 [hoa] 0.6.5claws12
20581 * src/summaryview.c
20582 add "bounce mail" option
20584 2001-11-13 [christoph] 0.6.5claws11
20587 Cleanup a mess i add before commiting
20589 2001-11-13 [hoa] 0.6.5claws10
20592 some fixes when mail are sent or
20595 2001-11-13 [christoph] 0.6.5claws9
20598 Changed two string with the same translation
20602 New mailsending process:
20603 - Always queue message before sending
20604 (message will be saved if sylpheed crashed or
20605 freezes while sending)
20606 - Allow queuing of newspostings
20607 - No copy in outbox before sending
20608 (closes bug #469501)
20609 - No more redundant code for send and send_later
20610 * src/summaryview.c
20611 Applied wwp <subscript@free.fr>'s patch that fixes
20612 marks for multiple forwarded messages (+compose.c)
20614 2001-11-12 [alfons]
20617 remove things that are now in main branch
20620 update Dutch translation
20622 2001-11-12 [mhadasht] 0.6.5.claws8
20624 * src/prefs_common.c
20625 re-enabled account autoselection feature for forward
20626 and reedit lost during the branch point for SYNC-B4-REL
20628 gtkpspell_get_dict(): more readable code (even if function is
20631 added version number info to 2001-11-12 [hiro] comment.
20633 2001-11-12 [hiro] 0.6.5.claws7
20636 compose_forward(): fixed a bug that forward quote mark
20638 removed unnecessary code.
20639 * src/template_select.[ch]: removed.
20641 2001-11-11 [alfons]
20644 :%s/GTK_TEXT/GTK_STEXT/g
20649 revert the undo stuff (this is 0.6.6claws stuff)
20651 2001-11-11 [hoa] 0.6.5.claws6
20654 Insert signature at the end of the text.
20655 Added undo patch but currently disabled
20658 Threading by subject improved.
20660 * added src/undo.[ch]
20661 Undo module for compose dialog box.
20663 2001-11-11 [alfons] 0.6.5.claws5
20666 prevent threading by subject on nodes that have already been
20667 threaded by in-reply-to (as in "circular references in a tree
20668 result in a dead branch")
20670 2001-11-09 [hoa] 0.6.5.claws4
20673 allows creation of mbox folder item from any files.
20675 2001-11-09 [alfons] 0.6.5.claws3
20679 do what I mean and correct threading by subject so it really
20680 ignores attracting lines without "Re: "
20682 2001-11-07 [alfons] 0.6.5.claws2
20686 only attract by subject if a subject line starts with a "Re: "
20690 2001-11-07 [paul] 0.6.5claws1
20692 * sync with sylpheed 0.6.5. release
20693 see ChangeLog entry 2001-11-07
20695 2001-11-07 [paul] 0.6.4claws31
20697 * sync with sylpheed 0.6.4cvs18
20698 see ChangeLog entries 2001-10-30 to 2001-11-07
20699 prefs_templates.[ch] renamed prefs_template.[ch]
20701 2001-11-06 [alfons]
20704 add semicolon Hoa forgot ;-)
20707 2001-11-06 [hoa] 0.6.4claws30
20710 * src/summaryview.c
20713 threading by subject - empty subject are ignored
20715 2001-11-06 [christoph] 0.6.4claws29
20718 use SSL_peek for sock_gets
20720 removed unneeded pointer in extracting quoted
20721 names implementation
20723 2001-11-06 [melvin] 0.6.4claws28
20726 fixed bug #476792 Selection overtyping with spell checker
20727 fixed bug which could cause a buffer overflow
20728 fixed a memory leak
20730 2001-11-06 [hoa] 0.6.4claws27
20733 * src/summaryview.c
20734 threading by subject
20736 2001-11-05 [alfons] 0.6.4claws26
20739 Claws -> Sylpheed (vice versa)
20742 :%s/gtk_text/gtk_stext/g
20743 :%s/GTK_TEXT/GTK_STEXT/g
20744 (thanks to Jonathan Ware for spotting this)
20746 2001-11-04 [christoph] 0.6.4claws25
20748 * src/summaryview.c
20749 replace Xalloca + strdup with Xstrdup_a
20751 better implementation of extracting quoted names
20752 from addresses (remove backlashes and ignore
20755 2001-11-04 [alfons] 0.6.4claws24
20758 edit to comply more with coding style
20761 fix bug reported by Kim Schulz. introduced by the patch integrated
20762 in 0.6.4claws15. the code did not check the return value of
20766 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
20768 2001-11-04 [christoph] 0.6.4claws23
20771 * src/prefs_common.[ch]
20772 init some pointers that possibly caused a segfault
20773 reported in the claws-users ML
20775 2001-11-04 [hoa] 0.6.4claws22
20777 * src/grouplistdialog.c
20778 change the names of the nodes in the tree
20781 enhanced mailto syntax as described in
20782 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
20783 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
20786 encode and decode URI (useful when opening URL into
20789 2001-11-03 [hoa] 0.6.4claws21
20791 * src/grouplistdialog.c
20792 a new newsgroups list selection dialog box
20793 with a CTree instead of a CList
20795 2001-11-03 [hoa] 0.6.4claws20
20798 enable property and scoring options when right
20801 * src/summaryview.c
20802 fixed bug when nickname were displayed using
20805 2001-11-02 [darko] 0.6.4claws19
20808 new wrap quotation and URL/long words wrapping implementation
20809 * src/compose.c src/gtkstext.[ch]
20810 move gtkstext_strncmp() to gtkstext.c
20812 2001-11-01 [christoph] 0.6.4claws18
20814 * src/prefs_account.c
20815 fixed mess in account settings dialog
20816 * src/prefs_folder_item.c
20817 added label with folder path to dialog
20819 2001-10-31 [match] 0.6.4claws17
20824 fix generation of spurious address book file names.
20825 remove redundant functions.
20827 added missing file names.
20829 2001-10-30 [paul] 0.6.4claws16
20831 * sync with sylpheed 0.6.4cvs6
20832 see ChangeLog entries 2001-10-26 to 2001-10-30
20834 * tools/filter_conv.pl
20835 read folderlist.xml to discover whether the top-level
20836 folder is called 'Mailbox' or 'Mail'
20838 2001-10-29 [paul] 0.6.4claws15
20840 * src/html.c, src/textview.c
20841 activate links in html mail and fix clickable parts
20842 Submitted by Matthieu Dazy <dazy@t-surf.com>
20846 * po/de.po, po/es.po, po/pt_BR/po
20847 updated translations, submitted by Jens Oberender,
20848 Ricardo Mones Lastra, and Fabio Junior Beneditto
20850 2001-10-29 [darko] 0.6.4claws14
20853 fix wrapping for good
20858 undo previous change as it broke the smart wrapping
20860 2001-10-29 [darko] 0.6.4claws13
20863 fix infinite loop when long URL is quoted
20864 (closes bug #475122.
20868 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
20869 import Mutt address book
20870 * src/ldif.[ch] src/importldif.h
20871 modified import LDIF handle user attributes
20873 2001-10-28 [christoph] 0.6.4claws12
20875 * src/summaryview.c
20876 fixed that filtering did not work if there
20877 were no filter rules
20878 (closes bug #472003 and better implementation
20881 2001-10-27 [christoph] 0.6.4claws11
20884 make the folder's default account to be used when
20885 replying. (patch by wwp <subscript@free.fr>)
20887 code cleanup, nearly killed all of wwp's patch
20888 for folder's default account in compose
20890 error panel when a folder could not be created
20891 (closes bug #471080 new folder name & already
20894 2001-10-26 [alfons]
20897 change prototype of strstr2() that Christoph forgot about
20899 2001-10-26 [christoph] 0.6.4claws10
20902 made search for accounts by email address not case
20905 fixed memory leak in folder_item_get_identifier
20908 fixed wrong strstr2 (should work like strstr)
20910 2001-10-26 [darko] 0.6.4claws9
20912 * src/compose.c src/gtkstext.[ch]
20914 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
20916 2001-10-26 [paul] 0.6.4claws8
20919 ignore css and javascript tags in html mail
20920 case-insensitive, with or without double-quoted
20923 2001-10-26 [paul] 0.6.4claws7
20925 * sync with sylpheed 0.6.4cvs1
20926 see ChangeLog entry 2001-10-26
20928 * src/prefs_account.c, src/prefs_common.c,
20929 src/prefs_summary_column.c
20930 minor improvements to the English
20932 2001-10-25 [alfons] 0.6.4claws6
20936 make GtkSText follow style of GtkText (closes bug
20937 #469211 "text selection while writing message")
20939 do sync with GTK 1.2.10
20941 2001-10-25 [paul] 0.6.4claws5
20944 ignore css tags in html mail
20946 2001-10-25 [darko] 0.6.4claws4
20949 don't declare is_url_string as static function since
20950 we need it in gtkstext.c
20952 remove unused variable
20953 don't wrap long URLs while composing a message
20955 2001-10-24 [christoph] 0.6.4claws3
20958 fix ssl deadlock, when peer closes connection
20960 2001-10-24 [paul] 0.6.4claws2
20962 * src/prefs_common.c
20963 gettextize the gpg ascii-armored warning message
20966 insert a DOS/MAC file into the composed message
20969 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
20971 2001-10-22 [paul] 0.6.4claws1
20973 * sync with sylpheed 0.6.4 release
20974 see ChangeLog entries 2001-10-21
20976 * po/fr.po, po/pt_BR.po
20977 updated by Melvin Hadasht and Fabio Junior Beneditto
20979 2001-10-21 [paul] 0.6.3claws30
20982 insert a DOS text file from the compose window
20983 into the composed message text (removes CRs characters)
20984 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
20986 * tools/filter_conv.pl, tools/README
20987 automatically use ~/.sylpheed as working directory
20988 print out confirmation message on completion
20990 * correct Hoa's last ChangeLog.claws entry
20992 2001-10-20 [hoa] 0.6.3claws29
20994 * src/grouplistdialog.c
20995 bugfix (another ?) to give the right
20996 newsgroups list for each news server.
21000 improve the newsgroups list cache
21002 2001-10-20 [paul] 0.6.3claws28
21004 * sync with sylpheed 0.6.3cvs9
21005 see ChangeLog entry 2001-10-19
21007 * correct Alfons' last ChangeLog.claws entry
21009 2001-10-19 [alfons]
21012 fix compilation problems (part of bug #472895)
21014 2001-10-18 [hoa] 0.6.3claws27
21016 * src/grouplistdialog.c
21017 bugfix when we refresh was clicked (bug 472701)
21019 2001-10-19 [christoph] 0.6.3claws26
21022 last header entry should default to "To:" or
21023 "Newsgroups:" and not copy the last entry line
21024 in a new compose window
21025 (closes bug #472686, #470792)
21027 2001-10-19 [paul] 0.6.3claws25
21029 * sync with Sylpheed 0.6.3cvs8
21030 see ChangeLog entries 2001-10-18 and 2001-10-19
21032 2001-10-18 [christoph] 0.6.3claws24
21035 reimplement ignore thread
21037 2001-10-18 [hoa] 0.6.3claws23
21040 * src/grouplistdialog.[ch]
21041 enhanced news subscription interface (feature 469113)
21045 enchanced newsgroup listing,
21046 now, we can get groups informations
21049 2001-10-18 [paul] 0.6.3claws22
21051 * src/summaryview.c
21052 remove comment (sync with main branch)
21054 fix 'Re-edit' bug in 'Message' menu
21056 2001-10-17 [christoph] 0.6.3claws21
21059 ignore empty or whitespace only header lines
21061 2001-10-17 [paul] 0.6.3claws20
21063 * sync with sylpheed 0.6.3cvs7
21064 see ChangeLog entries 2001-10-14, 2001-10-16, and
21070 wrap long lines without spaces
21075 * po/es.po, po/nl.po, po/pt_BR.po
21076 updated by Ricardo Mones Lastra, Alfons,
21077 and Fabio Junior Beneditto
21079 * sylpheed-0.6.3claws released
21081 2001-10-15 [melvin] 0.6.3claws18
21084 added summary and detailed installation instructions
21087 Updated, corrected and completed french translation
21089 2001-10-15 [hoa] 0.6.3claws17
21090 * src/grouplistdialog.c
21091 we can choose the newsgroups to display with wildcards
21093 2001-10-15 [christoph] 0.6.3claws16
21097 * src/prefs_folder_item.[ch]
21098 applied wwp <subscript@free.fr>'s folder
21099 default account patch
21101 Fixed wrong translation
21103 2001-10-13 [alfons, christoph, melvin]
21106 solution #2 to solve MT-safety problems defers all GUI related calls
21107 to the main thread using a gtk_idle_add() callback. discussed on
21108 ircnet #sylpheed, with christoph spotting some issues with the
21109 original code, and melvin allowing us to lobotomize his sylpheed.
21111 * src/syldap.[ch], src/main.c
21112 fix race problem in ldap search thread by deferring GUI
21113 stuff to main thread using gtk_idle_add()
21115 2001-10-13 [paul] 0.6.3claws14
21117 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
21118 add Sergey's smtpcred.patch
21119 adds separate username/password setting for SMTP Auth
21120 needed by some servers
21121 (closes feature request #471659)
21123 2001-10-13 [paul] 0.6.3claws13
21125 * src/pgptext.[ch] **NEW FILES**
21126 * src/Makefile.am, src/messageview.c, src/mimeview.c
21127 decrypt ascii-armored gpg text embedded in
21129 Submitted by Jens Jahnke <jan0sch@gmx.net>
21131 2001-10-13 [christoph] 0.6.3claws12
21134 some more details on default to and
21137 init glib threading when ldap is used
21143 2001-10-12 [paul] 0.6.3claws11
21145 * src/prefs_common.[ch], src/rfc2015.c
21146 enable ascii-armored gpg text to be embedded in the
21147 message body, selectable through the 'Privacy'
21148 preferences. Supports encrypting only.
21149 Submitted by Ravemax <ravemax@dextrose.com>
21151 2001-10-12 [paul] 0.6.3claws10
21153 * sync with sylpheed 0.6.3cvs6
21154 see ChangeLog entries 2001-10-11 and 2001-11-12
21157 incorporated mbox folders, scoring, and folder
21158 properties into the sync
21160 2001-10-12 [darko] 0.6.3claws9
21163 describe quotation wrapping
21165 don't treat tab as space to calculate line length properly
21167 2001-10-11 [alfons]
21170 correct description of how to make new filtering system work,
21171 add some other things
21174 remove sched_yield() (not necessary / unportable)
21176 2001-10-11 [paul] 0.6.3claws8
21178 * sync with sylpheed 0.6.3cvs3
21179 see ChangeLog entry 2001-10-10
21181 2001-10-10 [christoph] 0.6.3claws7
21184 ignore 2 files created by newer autotools
21185 * src/prefs_folder_item.c
21186 using table for widget alignment
21187 fixed memory leak and broken octal display
21189 fixed segfault caused by lost filename
21190 workaround (closes bug #469551)
21192 2001-10-10 [paul] 0.6.3claws6
21194 * sync with sylpheed 0.6.3cvs2
21195 see ChangeLog entries 2001-10-09 and 2001-10-10
21197 2001-10-10 [darko] 0.6.3.claws5
21200 proper calculation of right margin if smart wrapping is enabled
21202 automatically wrap long lines if wrap quotation is enabled
21204 2001-10-09 [alfons] 0.6.3.claws4
21206 * src/summaryview.c
21207 select correct row when deleting last row in the summary view (and
21208 close bug "[ #469104 ] select second last in list when deleting")
21210 2001-10-09 [paul] 0.6.3claws3
21212 * sync with sylpheed 0.6.3cvs1
21213 updated some autotool scripts
21215 2001-10-09 [darko] 0.6.3claws2
21217 * src/gtkstext.[ch]
21218 new name and mark with Sylpheed comment
21220 smart quotation wrapping a-la VIM
21222 2001-10-08 [paul] 0.6.3claws1
21224 * sync with sylpheed 0.6.3 release
21225 see ChangeLog entry 2001-10-08
21227 2001-10-08 [paul] 0.6.2claws24
21229 * src/summaryview.c
21230 more sync with sylpheed 0.6.2cvs12
21231 Fixed the bug that didn't select the last row correctly
21234 2001-10-07 [paul] 0.6.2claws23
21236 * sync with sylpheed 0.6.2cvs12
21237 see ChangeLog entry 2001-10-07
21241 enable jpilot to read unsynch'ed addresses.
21243 * src/editldap_basedn.c
21244 fix segfault when opening dialog.
21246 2001-10-06 [alfons] 0.6.2.claws22
21248 * src/summaryview.c
21249 fix bug with summary view selecting last *inserted*
21250 node instead of last *visible* node. remember we
21253 2001-10-06 [paul] 0.6.2claws21
21256 updated translation, contains some fixes and new
21257 translations, submitted by Gustavo Noronha Silva
21260 * src/prefs_common.c
21261 change 'each' to 'every' - fix dubious English
21263 * sync with sylpheed 0.6.2cvs11
21265 2001-10-05 [alfons] 0.6.2claws20
21267 * src/mainwindow.[ch], src/folderview.c
21268 make composite tool button switch between "Compose News"
21269 and "Compose Mail" depending on selected folder
21270 (nifty idea by Kim Schulz <kim@schulz.dk>)
21272 2001-10-05 [paul] 0.6.2claws19
21274 * src/mainwindow.c, src/summaryview.c
21275 fix 'Message/Reply to all', broken in last commit
21278 fix X_BEENTHERE seg fault, thanks to Alfons
21280 2001-10-04 [paul] 0.6.2claws18
21282 * src/compose.[ch], src/mainwindow.c
21283 make "Message/Reply" reply to mailing lists; matches
21284 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
21285 based on portions of the patch submitted by
21286 Junichi Uekawa <dancer@netfort.gr.jp>
21288 2001-10-04 [darko] 0.6.2claws17
21291 better smart wrapping
21292 * src/gtkstext.[hc]
21293 a function to make text buffer contiguous
21295 2001-10-03 [paul] 0.6.2claws16
21297 * sync with sylpheed 0.6.2cvs10
21299 2001-10-02 [alfons]
21302 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
21303 close bug "[ #466566 ] compile error on mdk 8.0" by removing
21304 references to chinese translations (hope someone picks up
21307 2001-10-02 [christoph] 0.6.2claws15
21310 fixed non translated header bug
21312 fixed wrong date in alfons last entry ;)
21314 2001-10-02 [alfons] 0.6.2claws14
21316 * src/compose.c, src/prefs_common.[ch]
21317 add block cursor option
21319 2001-10-02 [paul] 0.6.2claws13
21321 * sync with sylpheed 0.6.2cvs9
21323 2001-09-30 [paul] 0.6.2claws12
21325 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
21326 updated translations
21329 add 'src/importldif.c'
21331 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
21332 added eudora-to-vCard conversion tool
21333 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
21335 * sync with sylpheed 0.6.2cvs8
21339 * sylpheed-0.6.2claws released
21341 2001-09-27 [melvin] 0.6.2claws11
21344 fixed crash when using default path (introduced
21346 fixed tiny bug for initial suggestion mode
21348 2001-09-27 [melvin] 0.6.2claws10
21351 fixed bug where gtkpspell didn't set the path correctly
21354 added a paragraph about spell checking
21358 2001-09-27 [paul] 0.6.2claws9
21360 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
21361 replace '// comments' with '/* comments */' to prevent
21362 some compiler warnings
21364 * sync with sylpheed 0.6.2cvs6
21366 2001-09-26 [alfons] 0.6.2claws8
21368 * src/messageview.c
21369 introduce return receipt request notification again,
21370 which was lost because of other semantics in
21371 procheader_parse() (???)
21373 2001-09-26 [christoph] 0.6.2claws7
21376 replace comments for old code with #if 0
21377 readded auto cc, bcc and reply-to
21378 * src/prefs_matcher.c
21379 * src/prefs_scoring.c
21380 removed some definition (was moved to
21383 2001-09-26 [paul] 0.6.2claws6
21386 make 'Follow-up and reply to' sensitive
21388 * more sync with sylpheed 0.6.2cvs5
21390 2001-09-25 [melvin]
21395 fixed bug for "US-ASCII" introduced by the encoding code
21401 * src/prefs_common.[ch], src/summaryview.c
21402 'next unread msg' 'go to next folder?' dialog can be
21403 given default behaviour, either always show dialog,
21404 or assume 'yes', or assume 'no'
21405 Submitted by wwp <subscript@free.fr>
21407 2001-09-25 [melvin]
21409 * src/compose.c src/gtkspell.[ch]
21410 added support for different encodings
21414 * more sync with sylpheed 0.6.2cvs5
21416 2001-09-24 [alfons]
21418 * src/prefs_folder_item.c
21419 add check for item->prefs->default_to string is NULL and
21420 add another check when freeing this string
21425 change to version 0.6.2claws3
21427 * sync with sylpheed 0.6.2cvs5
21430 * src/ldif.[ch], src/importldif.[ch], addressbook.c
21432 * src/addrcache.[ch], addrindex.[ch]
21433 small update for future
21437 2001-09-24 [melvin]
21438 * src/gtkspell.[ch]
21439 added 'Learn from mistakes' option
21440 better handling of quotes in checked words
21443 small update for spell checking stuff
21445 2001-09-23 [alfons]
21448 edit a little bit so it complies more with main coding style
21450 2001-09-23 [alfons]
21452 * src/folder.[ch], prefs_folder_item.c, compose.c
21453 migrate "request return receipt" folder property
21456 2001-09-22 [alfons]
21458 * README.claws **NEW**
21459 (add things of interest for users of main branch
21462 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
21463 re-implement threading per folder option, but store
21464 the setting in folderlist.xml (where it belongs)
21466 2001-09-21 [melvin]
21468 * src/gtkspell.[ch]
21469 fixed bug when compose window is under another window
21470 * src/prefs_common.[ch] src/compose.c
21471 changed 'dictionary_path' to 'dictionary' to be consistent
21472 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
21473 * ac/pspell.m4 src/Makefile.am
21474 dropped PSPELL_PATH macro
21476 updated translations
21478 2001-09-21 [christoph]
21481 added border around header fields
21482 keep header type when new field is added
21484 2001-09-20 [christoph]
21487 more portable debug_print with source filename
21490 more newlines after debug messages
21495 change to version 0.6.2claws2
21497 * sync with sylpheed 0.6.2cvs3
21499 2001-09-19 [melvin]
21502 fixed the post-right-click focus pb
21503 fixed crash when 'Spell check all' after dict change
21504 and when cursor is at the end of the text
21505 shift-right-click pops up config menu even on misspelled words.
21509 2001-09-19 [melvin]
21512 added pspell to compiled-in features list
21514 2001-09-18 [melvin]
21516 * switched to pspell and dropped ispell
21518 new file. autoconf macro for pspell
21520 * configure.in acconfig.h
21521 added pspell support
21523 * src/main.c src/compose.[ch] src/gtkspell.[ch]
21524 * src/prefs_common.[ch]
21525 added pspell support
21527 2001-09-18 [christoph]
21530 * src/template.[ch]
21531 replace LOG_MESSAGE with debug_print
21535 added newline after debug message
21537 using __VA_ARGS__ for debug_print macro
21539 ignore Makefile and Makefile.in
21544 change to version 0.6.2claws1
21545 * sync with sylpheed 0.6.2cvs1
21548 * src/prefs_matcher.c
21549 add 'score equal to' option, submitted by
21550 Paul Evans <nerd@freeuk.com>
21552 2001-09-15 [christoph]
21555 comment out menu entry not existing in claws
21557 add debug output for non existing menu entries
21558 * src/summaryview.c
21559 fix next/prev unread message for ignored threads
21561 add sourcefile and line number to debug output
21562 otherwise it is sometimes hard to find the
21563 source code part if debug messages are translated
21568 refresh target folder style after colour is changed
21573 change to version 0.6.1claws3
21575 * sync with sylpheed 0.6.1cvs6
21580 fix target folder colourization to use user selected colour
21584 * src/summaryview.c
21585 fix crash when message that is marked for copy/move is unmarked
21590 change to version 0.6.1claws2
21592 * sync with sylpheed 0.6.1cvs3
21594 2001-09-09 [alfons]
21597 fix bug with default font used for trash folder text
21601 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
21602 updated translations
21605 change to version 0.6.1claws1
21607 * sync with sylpheed 0.6.1cvs2
21612 add Match's new addressbook
21615 updated translation submitted by Jens Oberender
21620 change to 0.6.1claws
21621 * sync with sylpheed 0.6.1 release
21626 change to 0.6.0claws2
21628 * sync with sylpheed 0.6.0cvs4
21631 updated translation submitted by Fabio Junior Beneditto
21645 change to version 0.6.0claws1
21647 * sync with sylpheed 0.6.0cvs1
21650 updated translation submitted by Ricardo Mones Lastra
21653 add 'src/prefs_templates.c'
21655 * src/compose.c, src/summaryview.c
21656 fix segfault on 'Re_edit'
21658 2001-08-30 [alfons]
21660 * configure.in, Makefile.am
21661 * tools/Makefile.am
21662 add tools directory to source distribution
21667 change to version 0.6.0claws
21669 * sync with sylpheed 0.6.0 release
21671 2001-08-30 [christoph]
21674 removed autoconf version check
21678 * src/account.c, src/compose.c, src/prefs_common.[ch]
21679 * src/procheader.[ch] src/utils.[ch]
21680 Enhanced automatic account selection on replies
21681 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
21684 add LDAP and JPilot to the configuration results output.
21686 2001-08-29 [christoph]
21688 * src/summeryview.c
21689 no bold font for ignored threads
21694 change to version 0.5.3claws6
21696 * sync with sylpheed 0.5.3cvs10
21697 src/stringtable.[ch]: New Files
21699 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
21700 * src/pixmaps/sylpheed.xpm
21701 add mini-icons to windows (by Alfons)
21706 new functions: next_labeled_cb(), prev_labeled_cb()
21708 * src/summaryview.c
21709 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
21710 summary_select_next_labeled(), summary_select_prev_labeled()
21712 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
21713 give claws blue folders and a blue trash can
21718 change to version 0.5.3claws5
21720 * sync with sylpheed 0.5.3cvs9
21721 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
21723 2001-08-24 [christoph]
21726 keep filename when browsing directories
21727 (not working for user entered filename, but
21728 for default name and selected filename from
21731 fixed wrong spelling "Folllow-up"
21732 * src/mbox_folder.c
21734 * src/summaryview.c
21735 fixed new/unread message count with ignored
21736 threads (2 commits, first didn't notice no
21737 longer needed decreasing)
21739 readded scrolling of progress dialog
21745 change to 0.5.3claws4
21747 * sync with sylpheed 0.5.3cvs7
21749 2001-08-24 [christoph]
21752 set request return receipt when replying
21753 if it is set is the folder prefs of the
21756 disable final error popup if popups are
21757 disabled in config (again)
21762 Change version number to 0.5.3claws3
21764 * sync with sylpheed 0.5.3cvs5
21767 double quote '%s' in 'gedit %s' to fix bug when
21768 opening attachment with spaces in the name
21771 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
21772 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
21773 initial message templates support
21779 change version number to 0.5.3claws2
21781 * sync with sylpheed 0.5.3cvs4
21783 * src/procmsg.h src/summaryview.c
21784 re-implement (un)ignore thread
21788 * src/summaryview.c
21789 remove unnecessary code
21791 enable 'dynamic' signatures (submitted by
21792 Eric Limpens <eric@hscg-internet.nl>)
21796 clean up after sync with sylpheed 0.5.3 release
21799 fix re-introduced font mess, see Christoph's
21802 * src/summaryview.c
21804 use sylpheed's small font instead of
21805 gtk default font for summary view
21811 add pl to ALL_LINGUAS - sync with main branch
21813 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
21814 Updated. Translations by Jens Oberender, Ricardo Mones
21815 Lastra, Alfons, and Fabio Junior Beneditto respectively.
21817 * po/pl.po ** NEW FILE **
21818 sync with the main branch
21821 fix target folder colorizing and refresh problem
21824 2001-08-17 [christoph]
21827 claws uses 4 colors for target folder coloring.
21828 arrays were not long enough and destroyed the
21829 stack causing a segfault.
21830 target folder colorizing does not work anymore
21836 change to version 0.5.3claws1
21838 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
21839 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
21840 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
21842 sync with sylpheed 0.5.3 release, but keep claws method of
21843 configuring/saving fonts
21845 * src/addressbook.[ch]
21846 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
21847 in line with a similar change in Hiroyuki's branch
21849 * src/mainwindow.[ch]
21850 disable main_window_set_thread_option()
21851 * src/prefs_folder_item.c
21852 comment out &tmps_prefs.enable_thread,
21853 * src/mbox_folder.c, src/procmsg.[ch]
21854 comment out MSG_IS_IGNORE_THREAD
21855 * src/summaryview.c
21856 comment out summary_ignore_thread() and summary_unignore_thread()
21857 comment out MSG_IS_IGNORE_THREAD
21859 use Hiroyuki's threading instead.
21866 use Hiroyuki's 0.5.3 column scheme but also
21867 include the enable/disable button.
21868 * src/pixmaps/mark.xpm
21869 add Hiroyuki's amended pixmap
21871 2001-08-13 [christoph]
21874 receive at get all column showed wrong state for APOP
21875 button should only work for POP3 and APOP accounts
21876 * src/prefs_account.c
21877 added missing preprocessor statement for SSL
21882 add 'receive at get all' column and enable/disable
21885 2001-08-06 [christoph]
21888 show usage of SSL in protocol column
21892 renamed ssl options
21894 * src/prefs_account.[ch]
21895 moved ssl options to a new page
21900 renamed ssl options
21901 added support for SMTP STARTTLS command
21903 2001-08-05 [christoph]
21906 debian autoconf needs version check to find
21907 correct autoconf version. if the file is
21908 named configure.in 2.13 is used, which does
21909 not work with this configure.in script.
21910 other solution would be to rename the script
21911 to configure.ac as suggested in the autoconf
21915 disable final error popup if popups are
21920 fixes IMAP over SSL problem
21925 change to 0.5.2claws1
21927 * sync with sylpheed 0.5.2cvs1
21929 2001-08-02 [alfons]
21932 quick fix for ispell detection...
21937 change to 0.5.1claws4
21939 * sync with sylpheed 0.5.1cvs7
21941 2001-07-31 [alfons]
21943 * src/prefs_common.c, src/prefs_common.h,
21944 src/gtkspell.c, src/gtkspell.h
21945 add global spelling checker settings (compose tab) +
21946 selection of dictionary
21949 guess valid ispell location
21954 removal of 'src/quote_fmt_parse.c'
21957 (submitted by Jens Oberender <didge@suse.de>)
21962 * src/folderview.[ch]
21965 * src/prefs_common.[ch]
21966 * src/summaryview.c
21967 target folder colourization
21971 more sync with Sylpheed 0.5.1cvs6
21976 * src/prefs_folder_item.[hc]
21977 * src/summaryview.c
21978 shared folders support with a GUI
21984 * sync with Sylpheed 0.5.1cvs6
21990 (submitted by Fabio Junior Beneditto)
21996 patch to correct bad image mime headers
21997 (submitted by Don Quijote <dq@searchlores.org>)
22001 * tools/gif2xface.pl **NEW FILE**
22003 script to convert file.gif to file.xface for
22004 use in a custom header.
22005 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
22007 2001-07-27 [alfons]
22010 change macros for detecting JPilot and LDAP
22012 2001-07-27 [christoph]
22015 code cleanup (MIN / MAX warning, needed casting)
22017 2001-07-27 [alfons]
22020 disallow setting flags when detecting certain headers
22021 (X-Status, Status, Seen, X-Seen).
22023 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
22025 2001-07-27 [christoph]
22027 * src/prefs_filter.c
22028 * src/prefs_filtering.c
22029 * src/prefs_matcher.c
22030 * src/prefs_scoring.c
22031 scroll list when moving rows up or down
22035 * src/prefs_account.c
22036 * src/prefs_account.h
22038 SMTP over SSL (untested, feedback requested)
22044 2001-07-26 [alfons]
22046 * configure.in, acconfig.h
22047 define CLAWS (need this for main / claws detection)
22049 2001-07-25 [alfons]
22052 Sylpheed 0.5.1claws2
22054 * sync with Sylpheed 0.5.1cvs4
22056 2001-07-25 [christoph]
22060 item->prefs == NULL (don't know why)
22062 2001-07-25 [alfons]
22065 Sylpheed 0.5.1claws1
22067 * sync with Sylpheed 0.5.1cvs1-3
22069 2001-07-24 [christoph]
22072 * src/prefs_folder_item.[ch]
22073 added folderitem preferences dialog with
22074 default To: and auto request return receipt
22078 changes to handle new folderitem preferences
22081 * src/summaryview.c
22082 call compose new mail with current folderitem
22084 2001-07-24 [alfons]
22086 Release Sylpheed 0.5.1claws
22089 change to release version 0.5.1claws
22091 2001-07-24 [christoph]
22093 * src/summaryview.c
22094 fixed segfault that happend when the selected
22095 message was removed while retrieving new messages.
22098 updated translation
22099 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
22101 2001-07-22 [alfons]
22103 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
22104 this is a work in progress, for more information: http://nlpagan.net/sylman
22106 * configure.in, src/mainwindow.c, manual/Makefile.am
22107 add support for English manual
22110 add authors of user manuals
22112 * manual/en/sylpheed*.html
22113 add English documentation
22115 2001-07-22 [christoph]
22120 changed a wrong debug message
22122 2001-07-22 [alfons]
22125 update Dutch translation
22127 * src/prefs_filtering.c,
22128 src/prefs_matcher.c
22129 add more translatable strings
22131 2001-07-21 [alfons]
22138 * src/inc.c, src/summaryview.[ch]
22139 prevent update of mark file when filtering has done, by
22140 using a variable; this affects two functions:
22141 inc.c::inc_finished()
22142 summaryview.c::summary_show()
22144 2001-07-20 [alfons]
22146 * src/filtering.[ch], src/prefs_filtering.c,
22148 add filtering action for label coloring
22153 * added src/labelcolors.c
22154 * added src/labelcolors.h
22155 * src/Makefile.am, src/summaryview.c
22156 rearrange label coloring code
22159 add more parentheses so label colouring works correctly
22162 don't really delete message, but move it to Trash
22164 * src/prefs_matcher.c
22165 add quote options to info dialog
22167 2001-07-20 [christoph]
22173 * src/ssl.[ch] (new)
22174 moved ssl stuff to a seperate file
22178 * src/summaryview.c
22179 fix show sender using address book with no e-mail
22180 address in From: field
22182 2001-07-19 [alfons]
22184 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
22185 fix messy handling of escaping... now at least the
22186 execute command is useful. escape char is '\', we
22187 accept \n and \r too.
22191 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
22192 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
22194 2001-07-18 [alfons]
22198 * src/summaryview.c
22201 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
22203 revise filtering; currently move, copy, marking have
22204 been tested. if you like bleeding edge stuff, you
22205 should definitely go for this version :)
22207 * mark old working stuff as VERSION_0_5_0_CLAWS5
22209 2001-07-17 [christoph]
22214 2001-07-17 [alfons]
22218 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
22219 bits in the mark file, without affecting either branch. Lots of
22220 files changed, also in claws branch.
22222 UNTESTED: use of mbox folders
22224 * src/summaryview.c
22225 added mark all read; however this was a quick hack used for
22226 cleaning up mess after initial merge with Hiroyuki
22229 change claws version number back to 0.5.0claws5 to clear up
22230 confusion & pretension (recent release was technically
22231 0.5.0claws4, so we neatly align with Hiroyuki :-)
22233 2001-07-16 [alfons]
22235 sync with Hiroyuki's 0.5.0cvs4
22237 2001-07-16 [alfons]
22241 * src/filtering.[ch]
22242 remove invalid updating of mark files for
22243 filter actions MATCHING_ACTION_MOVE and
22244 MATCHING_ACTION_DELETE; this should fix the
22248 revert Christoph's stab at fixing the folder
22252 add missing files with translatable strings
22254 * src/summaryview.c
22257 2001-07-15 [alfons]
22259 * src/addr_compl.[ch], src/prefs_filtering.c
22260 make "filtering pref dialog's destination entry" an
22261 "address completable entry", if filter destination is
22266 sync with Hiroyuki's 0.5.0cvs2-3
22268 2001-07-15 [christoph]
22271 fixed folder stats update after incorporation
22273 2001-07-15 [alfons]
22275 * src/summaryview.c
22276 * finish label colouring stuff (for now)
22277 * fix incorrect colour bug (off by one)
22279 2001-07-14 [alfons]
22282 change text labels for news and mail message so there's
22283 plenty of toolbar estate left
22290 sync with Hiroyuki's 0.5.0cvs1
22292 * src/summaryview.c
22293 more rewrite label colouring
22295 2001-07-14 [alfons]
22297 * src/summaryview.[ch]
22298 * start rewrite label colouring
22299 * fix proper location "Add Sender To Addressbook" menu item
22303 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
22304 (actually this is 0.5.0claws4)
22306 2001-07-13 [alfons]
22309 * fix duplicate message
22310 * add updated Portugese / Brazilian translation
22311 submitted by Fabio Junior Beneditto
22313 2001-07-12 [alfons]
22319 add updated Dutch translation
22322 add updated German translation submitted by Jens
22324 2001-07-11 [alfons]
22326 Prerelease before 0.5.0claws. Please test.
22327 This version is temporarily tagged as VERSION_0_5_0_TEST
22329 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
22330 src/prefs_scoring.c, src/prefs_matcher.c,
22331 src/prefs_filtering.c, src/mbox.c,
22332 src/main.c, src/inc.c, src/filtering.[ch]
22333 revert new Hoa's new matcher (does not work yet)
22340 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
22343 2001-07-10 [alfons]
22346 add ChangeLog.claws to EXTRA_DIST
22348 add matcher_parser_parse.h to EXTRA_DIST
22350 2001-07-10 [christoph]
22353 add destination folder to table of
22354 folders that need to be updated after
22357 2001-07-10 [alfons]
22361 make collapse state of folders and folder items persistent, i.e.
22362 if you collapse a folder tree, the next time claws-mail starts
22363 up the folder tree remains collapsed.
22365 2001-07-10 [christoph]
22371 renamed MD5_CTX to MD5_CTX_syl
22372 conflicts with a struct in openssl
22375 * src/prefs_account.[ch]
22377 SSL support for POP
22379 fixed compose with current account
22380 broken by new compose button stuff
22385 changed my email address
22387 * src/matcher_parser_parse.y
22388 clean the parser to remove conflicts
22390 2001-07-09 [alfons]
22396 fix incorrect description of --enable-ldap parameter
22398 * src/prefs_common.[ch]
22400 add experimental option "smart wrapping" which makes the
22401 compose editor auto wrap.
22403 | TODO: the problem with the buggy cursor handling is caused |
22404 | by the GtkText. when deleting / backspacing text its |
22405 | wrapping algorithm does not take in account the previous |
22406 | line. should find a way to hack this in. |
22407 | or should perhaps combine this with the word wrapping |
22408 | patch i wrote in january. |
22411 show build parameters for LDAP and JPilot
22413 * src/summaryview.c
22414 revert Christoph's bugfix for selecting next unread message,
22415 because folder stats aren't updated correctly
22422 * src/matcher_parser_lex.l
22423 * src/matcher_parser_parse.y
22424 * src/prefs_filtering.c
22425 * src/prefs_scoring.c
22427 bugfix of the config file parser
22429 2001-07-08 [alfons]
22432 added generated matcher sources to BUILT_SOURCES
22438 added new config file parser
22441 * src/filtering.[ch]
22443 * src/prefs_filtering.c
22444 * src/prefs_matcher.c
22445 * src/prefs_scoring.c
22446 * added src/matcher_parser.h
22447 * added src/matcher_parser_lex.h
22448 * added src/matcher_parser_lex.l
22449 * added src/matcher_parser_parse.y
22450 lex & yacc config file parser
22455 changes prefs_filtering into global_filtering
22457 * src/summaryview.c
22458 build threads with subjects only if "Re: " is at the
22459 beginning of the subject
22465 sync with sylpheed 0.5.0
22466 change of version number only
22472 sync with sylpheed 0.5.0pre5
22476 sync with sylpheed 0.5.0pre4 release
22477 /po and /manual/ja not sync'ed
22481 more sync with sylpheed 0.5.0pre4
22483 2001-07-03 [christoph]
22485 * src/addressbook.c
22486 fixed address book broken by address book
22487 for VCard, JPilot, LDAP
22489 2001-07-03 [alfons]
22493 stopped memory leaks
22497 more sync with sylpheed 0.5.0pre4
22501 * included address book patch for VCard, JPilot, LDAP
22502 * pref_common.c - fixed Font options on Display tab (cosmetic)
22503 * alertpanel.c - fixed truncated message
22505 2001-07-02 [christoph]
22507 * src/mbox_folder.c
22509 * src/summaryview.c
22510 mark threads for ignoring
22516 * sync with sylpheed 0.5.0pre4
22517 updated gettext to 0.10.38.
22521 * src/ mainwindow.c
22523 * src/summaryview.[ch]
22524 new right-click option: Label.
22525 substitute for 'Mark-->Mark/Unmark', colours the line.
22526 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
22528 2001-07-01 [christoph]
22531 fixed font for trash
22532 * src/summaryview.c
22533 move ctree to unread message
22537 * sync with sylpheed 0.5.0pre3 release
22539 2001-06-30 [alfons]
22543 allow inserting / attaching multiple files in
22544 the composer window
22549 small change to Alfons' previous stuff so that it
22552 2001-06-30 [alfons]
22554 * lots of files changed; first attempt to merge the changes
22555 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
22560 updated and completed, translations by Fabio
22561 Junior Beneditto <fjbeneditto@yahoo.com.br>
22563 2001-06-29 [alfons]
22566 * src/mimeproc.[ch]
22567 allow selecting an attached files' mime type from a
22572 * more sync with sylpheed 0.5.0pre3
22577 merge with sylpheed.pot and pt_BR.po provided by
22578 Fabio Junior Beneditto.
22583 make MIME types case insensitive
22585 2001-06-28 [alfons]
22588 merge with sylpheed.pot and old nl.po; translations added.
22592 * more sync with sylpheed 0.5.0pre3
22594 2001-06-27 [alfons]
22596 * src/summaryview.c
22597 don't crash when removing parent node of messages
22598 attracted by subject. this was caused by not deleting
22599 the parent node from the subject line hash table.
22601 2001-06-27 [alfons]
22603 * src/summaryview.c
22606 if there are multiple messages selected, allow forwarding
22607 them as attachments.
22611 * more sync with sylpheed 0.5.0pre3
22617 * sync with sylpheed 0.5.0pre3
22622 fixed 'compose news article' bug
22623 from icon-and-text toolbar
22627 * sync with sylpheed 0.5.0pre2 release
22629 2001-06-24 [christoph]
22631 * src/prefs_common.c
22632 bug fix in font selection
22634 use sylpheed's normal font instead of
22635 gtk default font for folders without
22638 2001-06-24 [alfons]
22640 * src/mainwindow.[ch]
22641 added composite compose mail / news button (an idea by Leandro
22642 Pereira <leandro@linuxmag.com.br>)
22646 Added instructions for ldif-to-xml.py
22650 2001-06-23 [alfons]
22654 * src/pixmaps/stock_news_compose.xpm
22655 added pixmap by Leandro
22656 * src/prefs_common.c
22657 tested built-in spelling checker of GCC 3.0 :)
22659 merged dutch translation of sylpheed-main with
22664 Added tools directory and files.
22666 * tools/filter_conv.pl
22667 converts old filter system to new filtering system
22668 * tools/ldif-to-xml.py
22669 converts netscape addressbook to sylpheed addressbook
22671 descriptions/instructions for above two files
22673 2001-06-23 [christoph]
22676 * src/manage_window.[ch]
22677 * src/prefs_common.[ch]
22678 mail retrieval dialog can be enabled, disabled
22679 or hidden if non of sylpheed's windows is active
22685 * sync with sylpheed 0.5.0pre2
22687 2001-06-21 [christoph]
22689 * src/summaryview.c
22690 show recipient on 'from' for all accounts
22693 * src/prefs_common.[ch]
22694 disable error popup on mail receive errors
22696 2001-06-21 [alfons]
22699 made the ruler correctly appear and disappear.
22702 removed Hoa's work-in-progress-stuff (interesting!) so
22705 2001-06-20 [christoph]
22708 * src/progressdialog.c
22709 added scrolled window for list in progressdialog
22713 sync with sylpheed 0.5.0pre1 release
22715 2001-06-20 [christoph]
22717 * src/summeryview.c
22718 make building threads by subject work when
22719 thread view is enabled
22722 * src/prefs_common.[ch]
22723 automatically select account for mail replys
22725 2001-06-19 [sergey]
22727 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
22728 they are filled in from the account settings.
22732 * more sync with sylpheed 0.5.0pre1
22734 2001-06-18 [alfons]
22738 added --sysconfdir to CPPFLAGS for pointing to the correct
22739 location of mime.types.
22741 NOTE: make sure you use --sysconfdir when running ./autogen.sh
22746 * src/summaryview.c
22747 fixed some bug when building threads
22751 * src/prefs_account.c
22752 UI stuff: More changes to the English
22756 * src/pixmaps/stock_news_compose.xpm: new file
22759 * src/summaryview.c
22760 Added new icon for Hoa's 'compose a news
22761 message', plus minor improvements to the
22767 more sync with sylpheed 0.5.0pre1
22773 Follow-up and reply to
22775 * src/summaryview.[ch]
22776 Build threads also with subjects
22781 forwarding use the current account.
22784 the "compose message" button has been replaced with
22785 "new mail" and "new news" buttons
22787 * src/prefs_common.[ch]
22788 added a configuration option to use the forward button
22789 as "forward as attachment"
22790 changed reply and forward format description
22792 * src/quote_fmt_lex.l
22793 * src/quote_fmt_parse.y
22794 added message with no signature in format for reply
22802 * src/summaryview.c
22803 Improvements to the English
22805 * src/prefs_common.c
22806 Improvements to the English and some
22807 clarity/continuity improvements in the
22808 description of Quote symbols.
22814 * sync with sylpheed 0.5.0pre1
22819 Better interface for compose, displayed fields
22820 are updated whenever we change account.
22821 Newsgroups field is automatically filled.
22824 Newsgroups field is automatically filled.
22826 * src/prefs_account.c
22827 Some interface stuff when fields appear and
22834 * sync with sylpheed 0.4.99
22836 2001-06-16 [sergey]
22838 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
22839 base64_decoder_free, base64_decoder_decode): new object and
22840 functions for decoding base64 streams.
22841 * src/procmime.c (procmime_decode_content): modified to use the
22842 new base64 decoder.
22848 * sync with sylpheed 0.4.99cvs11
22854 * sync with sylpheed 0.4.99cvs9
22859 * src/prefs_account.c
22861 SMTP server can be defined in the news account
22862 mime type of attachment are kept.
22864 * src/summaryview.c
22866 now choose the highest important score between default
22867 and important score of folder.
22869 2001-06-09 [alfons]
22871 * src/prefs_common.c:
22873 (prefs_quote_description_create): corrected description of
22874 quote format characters
22880 * sync with sylpheed 0.4.99cvs8
22882 2001-06-08 [sergey]
22884 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
22885 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
22891 * sync with sylpheed 0.4.99cvs7
22893 2001-06-06 [sergey]
22895 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
22896 clashes with autogenerated header).
22897 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
22898 * src/Makefile.am: added quote_fmt.h.
22899 * src/.cvsignore: added lex/yacc autogenerated files
22900 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
22906 * sync with sylpheed 0.4.99cvs6
22910 * added src/quote_fmt_parse.h
22915 don't modify readonly configuration files
22917 * src/prefs_account.c
22918 * src/prefs_common.c
22919 * src/prefs_customheader.c
22920 * src/prefs_display_header.c
22921 * src/prefs_filter.c
22922 * src/prefs_filtering.c
22923 * src/prefs_scoring.c
22924 don't open dialog box when configuration files
22927 2001-06-05 [sergey]
22929 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
22931 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
22932 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
22933 BUILT_SOURCES to make all files rebuild properly.
22935 * src/compose.c: removed #include "quote_fmt.tab.h".
22937 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
22938 CHARACTER value in yylval.
22940 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
22941 receive CHARACTER value by documented means (yylval).
22943 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
22948 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
22953 * src/prefs_filtering.c
22954 now keep the configuration for execute action
22956 * src/mbox_folder.c
22961 * sync with sylpheed 0.4.99cvs5
22966 added quote_fmt.[ch]
22968 * added src/quote_fmt.y
22969 * added src/quote_fmt.l
22970 * added src/quote_fmt.tab.h
22971 * added src/quote_fmt.tab.c
22972 * added src/lex.quote_fmt.c
22973 parsing configuration for replying
22976 * src/prefs_common.[ch]
22977 added configuration UI for replying
22981 using configuration for replying
22989 * src/prefs_filtering.c
22990 * src/prefs_matcher.c
22991 * src/prefs_matcher.h
22992 action "run a command" for filtering
22993 and matching with a command.
22994 fixed the "whole message" matching
22996 * src/mbox_folder.c
22997 changed temporary filename for security
22999 * src/messageview.c
23000 queue the notification if it fails to send.
23002 * src/prefs_common.c
23003 * src/prefs_folder_item.c
23004 changed the default important score
23006 * src/prefs_scoring.c
23008 hide kill score input when the folder is not
23011 2001-06-03 [alfons]
23013 * src/prefs_common.c:
23015 (prefs_font_select): pass font name in font entry box to font
23018 2001-06-03 [sergey]
23020 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
23024 * sync with sylpheed 0.4.99cvs4
23026 2001-06-03 [alfons]
23028 * src/headerwindow.c:
23030 (headerwindow_show_cb): use the selected summary view item, not
23031 the displayed item.
23033 2001-06-02 [alfons]
23035 * src/headerwindow.c:
23037 (headerwindow_show_cb): always try to show msginfo
23042 keep attached parts when reediting or forwarding.
23047 * src/prefs_folder_item.[ch]
23048 * src/prefs_scoring.[ch]
23050 * src/summaryview.[ch]
23053 * src/prefs_common.[ch]
23054 support for folder scoring
23055 kill score and important score for messages
23057 * src/prefs_account.c
23058 some display bug fixed for local account
23061 2001-05-31 [alfons]
23063 * src/summaryview.c:
23065 (add_sender_to_cb): don't crash when no or invalid sender; the add
23066 sender to address book menu item is disabled.
23070 * src/filtering.[ch]
23071 * src/summaryview.c
23072 handling summary menu / filter messages
23078 imap folders now appears in list
23080 * src/mbox_folder.c
23081 doesn't crash if destination mail is not writeable
23086 removed some warnings
23090 * src/prefs_filtering.c
23091 global string to identify any folders
23092 removed some debug info
23093 filtering to mbox folders is now possible
23096 removed some warnings
23098 * src/mbox_folder.c
23099 permission on files are changed to read/write for user only,
23101 creation of subfolder is handled better.
23103 2001-05-28 [alfons]
23105 Verified the sync for src/prefs_common.[ch] and
23106 src/prefs_account.[ch]. I believe there were some
23107 minor indentation differences.
23113 * sync with 0.4.99cvs3
23118 handling flags for mbox format
23121 use of mark file only for MH format
23122 handling flags for mbox format
23123 filtering cannot yet move or copy mails to mbox folders.
23126 changed move_msg, copy_msg,
23127 move_msgs_with_dest, copy_msgs_with_dest functions
23128 uses only folder->copy_msg() function
23129 uses folder->finished_copy() to handle the destination
23130 folder at the end of the copy or move operation.
23133 included mbox directories.
23135 * src/folderview.[ch]
23137 handle folders operation for mbox format
23140 disable conversion of "From " header
23142 * src/mbox_folder.[ch]
23143 completion of mbox format handling
23146 changed mh_copy_msg() function and
23147 removed mh_move_msg(), mh_move_msgs_with_dest(),
23148 mh_copy_msgs_with_dest()
23150 * src/prefs_filtering.c
23151 removed some warnings
23153 * src/prefs_matcher.c
23154 default boolean operation is AND
23157 handling flags for mbox format
23158 handling of "From " header
23162 added MSG_REALLY_DELETED flags to handle deletion of
23163 messages in mbox format.
23165 * src/summaryview.c
23166 handling flags for mbox format
23167 disable the MSG_DELETED flags when messages
23168 are deleted in mbox format
23171 "From " headers display fixed.
23173 2001-05-27 [alfons]
23177 (get_email_part): skip quoted email addresses, like in e.g.
23178 "'alfons@proteus.demon.nl'".
23180 2001-05-26 [alfons]
23182 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
23183 and fixing the persistence troubles when using separate windows.
23185 * src/mainwindow.c:
23187 Added #define SEPARATE_ACTION used in the gtk item factory for
23188 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
23189 use gtk_item_factory_get_widget_by_action() to get the items.
23191 Removed separate_widget_cb from the gtk item factory data
23193 (mainwindow_create): connect separate_widget_cb() to check
23194 menu item "toggled" signal. also passing a MainWindow pointer
23195 as object data for both check menu items.
23197 (separate_widget_cb): definition of separate_widget_cb() to match
23198 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
23199 window using gtk_object_get_data(). The type of window separation
23200 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
23202 * src/prefs_filtering.c,
23203 src/prefs_matcher.c: added horizontal scrollbars
23208 fix segfault with invalid bold font
23209 * src/summaryview.c
23210 correctly display summary stats after row is marked
23212 2001-05-23 [sergey]
23214 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
23215 encodings with libjconv.
23220 added mbox_folder.[ch]
23222 mbox temporary folder
23224 * added src/mbox_folder.[ch]
23226 * src/procheader.[ch]
23229 bugfix for file incorporation filtering
23231 enable creation of MBOX
23232 * src/prefs_display_header.c
23233 enable use of headers like "From "
23234 something that should be fixed :
23235 displaying of such headers add an extra space
23236 * src/prefs_folder_item.c
23237 don't create folders because it is not necessary
23239 added data field to MsgInfo for mbox internal use
23240 * src/summaryview.c
23241 added some support for mbox
23243 added get_mbox_cache_dir() function
23245 2001-05-23 [hiroyuki]
23247 * src/headerwindow.c
23258 src/folderview.c: more sync with 0.4.99cvs2.
23260 * src/headerwindow.c: reverted.
23266 * sync with sylpheed 0.4.99cvs2
23272 2001-05-22 [alfons]
23274 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
23276 2001-05-21 [alfons]
23280 * configure.in: if gnome-config not found, "no" is displayed
23282 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
23284 * src/textview.c: now also possible to add mail addresses by right
23285 clicking in the text view
23287 * src/codeconv.c: merged patch which fixes endless loop when encountering
23288 invalid wide characters; from Alte <010@imis.ru>
23290 2001-05-20 [alfons]
23292 Added installation of gnome specific things:
23294 * Makefile.am: gnome conditional
23296 * configure.in: check for installed gnome
23298 * added sylpheed.png, sylpheed.desktop
23300 2001-05-20 [sergey]
23302 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
23304 * src/mainwindow.h (main_window_toolbar_create): created a button
23305 for "Reply to all".
23306 (main_window_set_toolbar_sensitive): enable/disable the new button
23308 (toolbar_reply_to_author_cb): handle the new button.
23310 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
23311 send_progress_dialog_destroy() on failure (fixes hang on SMTP
23314 2001-05-19 [sergey]
23316 * src/compose.h (ComposeReplyMode): new modes
23317 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
23318 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
23321 (compose_send): move some code into a new function:
23322 (compose_current_mail_account): new function.
23323 (compose_reply): new argument to_author, all callers changed; if
23324 to_author==TRUE and account->protocol==A_NNTP, find and use an
23325 appropriate mail account for replying.
23326 (compose_reply_set_entry): new argument to_author; ignore
23327 compose->replyto if to_author==TRUE.
23329 * src/mainwindow.c: new command "Message/Reply to author".
23330 (main_window_set_menu_sensitive): enable/disable it.
23331 (reply_cb): handle it.
23333 * src/summaryview.c: new command "Reply to author".
23334 (summary_set_menu_sensitive): enable/disable it.
23335 (summary_reply_cb): handle it.
23337 * src/account.c (account_find_mail_from_address): new function.
23343 * sync with sylpheed 0.4.99cvs1
23349 * src/summaryview.c
23350 new filtering action : forward and forward as attachment
23353 no need for $DISPLAY when we run sylpheed --help
23354 call to parse_cmd_opt() is moved
23356 * src/mainwindow.[ch]
23357 execute button is hidden when immediate execute
23362 * src/prefs_folder_item.c
23364 better handling of missing directories
23366 * src/summaryview.c
23367 reedit is enabled in outbox
23368 reedit is enabled in queue
23374 * src/prefs_filtering.c
23375 changed attachement into attachment
23377 2001-05-17 [alfons]
23381 * sync with sylpheed 0.4.67cvs9
23382 * sync with sylpheed 0.4.67cvs7-8
23387 added prefs_filtering.c
23389 * src/filtering.[ch]
23391 removed action : forward_news and forward_news_as_attachement
23392 (forward and forward_as_attachement can be used instead)
23395 added menu option to access filtering configuration
23397 * src/prefs_account.c
23398 changed mail_command default to /usr/sbin/sendmail
23400 * added src/prefs_filtering.[ch]
23401 dialog box for filtering configuration
23403 * src/prefs_matcher.c
23404 added function prefs_matcher_get_criteria_from_matching()
23406 * src/prefs_scoring.c
23407 reset the dialog when register or substitute is clicked
23412 added filtering.[ch]
23414 using filering.[ch] instead of filter.[ch]
23416 reading new filtering configuration
23418 added some filtering actions
23419 and fixed a bug for headers and mail body matching
23421 using filering.[ch] instead of filter.[ch]
23423 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
23424 * src/summaryview.c
23425 some fixes for filtering
23427 2001-05-14 [hiroyuki]
23429 * src/send.c: fixed some weird indentations.
23430 send_message_with_command(): call pclose() only if p != NULL.
23431 * src/textview.c: get_email_part(): modified the code for readability.
23433 2001-05-14 [hiroyuki]
23437 src/md5ify.h: removed from the cvs.
23439 2001-05-13 [sergey]
23441 * src/main.c: include rfc2015.h to avoid compiler warnings.
23442 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
23443 the panel is already on screen.
23444 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
23445 closing the alert window by ESC as "No".
23446 * src/prefs_common.c (prefs_interface_create): moved return
23447 receipt check button to the correct place.
23449 2001-03-13 [alfons]
23451 * src/prefs_common.c:
23452 moved return receipt check button to the Send tab. (prefs_send_create)
23453 removed the date format ui related globals. (prefs_display_create)
23457 * sync with sylpheed 0.4.67cvs5-6
23461 * added Alfons' font selection patch
23464 * src/headerwindow.c
23465 * src/prefs_common.c
23466 * src/prefs_common.h
23470 changed version of cache
23472 * src/prefs_matcher.c
23473 added additionnal matching criteria
23477 added references in MsgInfo
23482 prepared some things for new filtering
23484 added some matching properties
23485 inreplyto need to be enhanced
23486 prepared some things for new filtering
23487 * src/messageview.c
23488 added Return-Receipt-To handling
23489 * src/prefs_folder_item.c
23490 changed default value to TRUE
23491 * src/prefs_matcher.c
23492 added some matching properties
23493 * src/prefs_scoring.[ch]
23494 the scoring dialog is finished
23496 added Return-Receipt-To handling
23497 Reference need to be added
23499 added Return-Receipt-To handling
23500 added threadscore to get a better score sorting when
23501 threads are enabled
23502 * src/summaryview.c
23503 suppressed a bug when we sort the list
23504 when no folder is opened.
23505 better score sorting when threads are enabled
23507 2001-05-12 [alfons]
23509 * reverted previous patch because of potential errors
23513 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
23514 applied "toggle mail-retrieval dialog window" patch submitted
23515 by Eric Limpens <eric@qnt.net>
23517 * sync with sylpheed 0.4.67cvs4
23519 2001-05-12 [sergey]
23521 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
23522 some picky compilers.
23523 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
23524 * src/grouplist_dialog.c: include alertpanel.h.
23525 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
23526 fix compile warning.
23527 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
23528 #include "defs.h" before others to prevent the warning of `MIN'
23529 and `MAX' redefinition.
23534 * src/messageview.c
23535 * src/prefs_account.c
23536 * src/prefs_display_header.c
23539 added prefs_scoring.[ch]
23540 * src/grouplist_dialog.c
23541 display an error dialog box if the group list
23543 * src/mainwindow.[ch]
23544 added main_window_set_thread_option() function
23545 scoring dialog box enabled
23547 added flags matching unread /new / marked
23548 / deleted / replied / forwarded
23550 newsgroups are now finally in newscache
23551 * src/prefs_matcher.[ch]
23552 finished preferences for matching dialog
23553 * added src/prefs_scoring.[ch]
23554 scoring dialog box completed
23556 conversion to string : added scoringprop_to_string()
23557 write config for preferences :
23558 added prefs_scoring_write_config()
23559 * src/summaryview.c
23560 threads can be enabled/disabled independently
23563 2001-05-10 [alfons]
23568 thought it would be nice to have a list of all
23569 contributors (used Changelog as a reference)
23572 messed up version numbering...
23576 * sync with sylpheed 0.4.67cvs1-3
23580 * src/prefs_common.c:
23581 better UI for strftime format, double clicking
23582 on format now inserts the format in text entry
23583 replaced close button with standard OK/Cancel
23584 moved date format button to the right of the
23587 2001-05-09 [alfons]
23590 Ctrl-Home / Ctrl-End have proper cursor navigation
23594 * src/prefs_matcher.c
23595 finished UI to define matching properties
23596 added ok and cancel button
23597 * src/prefs_filter.c
23598 added ok and cancel button
23600 fixed some bug in xhdr parsing
23602 2001-05-08 [alfons]
23605 fixed a bug in textview_show_header(), which displayed two colons (':');
23606 cleaned up some warnings
23611 added prefs_matcher.[ch]
23612 compilation with -W -Wall
23614 ungrab the mouse events if grabbed - does it
23615 fix the bug for disposition notification ?
23617 added a menu option to open the matching dialog.
23619 added matcherprop_to_string() and matcherlist_to_string()
23620 fixed some bugs, changed the name of some options
23621 age_sup and age_inf becomes age_greater and age_lower,
23622 body and messageheaders becomes body_part and headers_part,
23623 changed the names of constants from SCORING_XXX to MATCHING_XXX
23624 * src/prefs_display_header.c
23625 * src/prefs_headers.c
23626 fixed a bug that accidentally destroyed dialogs
23627 when closed them with delete_event
23628 Added *_deleted() which handle delete_event signal correctly.
23629 * src/prefs_folder_item.[ch]
23630 added "enable_thread" field for future customization
23631 * added src/prefs_matcher.[ch]
23632 sample of the UI to define matching properties
23634 using procheader_headername_equal instead of str*cmp functions
23635 using procheader_parse_header() function
23637 using MATCHING_XXX instead of SCORING_XXX
23638 * src/summaryview.c
23639 display the sender of the news even if this is ourself
23640 when this is a news message.
23642 using headername_equal() instead of str*cmp functions
23644 2001-05-08 [alfons]
23648 * sync with sylpheed 0.4.66
23649 * src/gtkstext.c: trace logs added
23651 2001-05-08 [sergey]
23653 * src/prefs_common.[ch]: added option to enable/disable GnuPG
23654 signature check popup.
23655 * src/rfc2015.c (check_signature): show signature check popup only
23656 if it is enabled in preferences.
23658 2001-05-07 [alfons]
23662 * sync with sylpheed 0.4.66cvs6
23666 * src/prefs_common.[ch]: added option to enable/disable
23667 looking up sender name in address book for summary pane
23668 * src/summaryview.c: look up sender in the address book
23669 by using Alfons' address completion code
23671 2001-05-07 [hiroyuki]
23674 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
23675 member of Pop3State.
23676 * src/news.c: brought #include "defs.h" before #include <glib.h>
23677 to prevent the warning of `MIN' and `MAX' redefinition.
23681 * removed src/headers_display.[ch]
23682 * removed src/prefs_display_headers.[ch]
23684 use a temporary file in the user directory for mbox import
23686 added XHDR support to get "To" and "Cc" headers
23687 (in order to match news with to or cc field for
23689 added function news_parse_xhdr() to get XHDR response
23691 added function nntp_xhdr()
23693 fetch the message if necessary
23695 2001-05-06 [alfons]
23699 * sync with sylpheed 0.4.66cvs3-5
23704 added function itos_buf() to enable use of several buffers
23705 * src/summaryview.c
23706 use of itos_buf() instead of itos() in summary list
23707 to fix the broken display of message number.
23709 2001-05-06 [alfons]
23711 * src/gtkstext.c: bug in cursor up navigation fixed,
23712 fixed another unsigned / signed comparison (we're getting there :-)
23717 added scoring.c scoring.h
23718 prefs_folder_item.c prefs_folder_item.h
23719 matcher.c matcher.h
23721 added FOLDERITEM_RC SCORING_RC
23723 added prefs field in FolderItem :
23724 properties for each folder (PrefsFolderItem),
23725 sorting type and mode were added as the first properties.
23727 read config for scoring
23728 * added src/matcher.[ch]
23729 gives functions to parse configuration file to do
23730 matching on mails with a list of conditions.
23732 add option to sort by score
23733 * src/prefs_common.[ch]
23734 added preference option to show score and for
23735 the score column size
23736 * added src/prefs_folder_item.[ch]
23737 properties for each folder (PrefsFolderItem),
23738 sorting type and mode were added as the first properties.
23739 * src/procheader.[ch]
23740 added procheader_parse_header()
23741 added procheader_header_free()
23742 added procheader_headername_equal()
23743 and made modification to use them.
23745 added score field to MsgInfo structure
23746 * added src/scoring.[ch]
23747 gives functions to parse configuration file to do
23748 scoring on mails with a list of conditions.
23749 * src/summaryview.[ch]
23750 save the sorting type and mode for the folder
23751 added column to display the score of the mail
23752 added function summary_score_clicked()
23753 sorting type and mode are restored to the folder
23756 use procheader_parse_header(), procheader_headername_equal()
23757 removed memory leak in text_scan_header when freeing headers
23759 changed the function to match names of headers
23760 using procheader_headername_equal()
23762 Scoring functions are implemented, an interface is needed
23765 2001-05-04 [alfons]
23768 hopefully fixed the row up navigation bug,
23769 removed adding back / forward lines to cache
23771 2001-05-04 [sergey]
23773 * src/prefs_display_headers.c: user interface changes:
23774 (prefs_display_headers_create): remove unused "Show" check button;
23775 allow reordering of headers by dragging.
23776 (prefs_display_headers_write_config): remove unused variables.
23777 (prefs_display_headers_set_dialog): do not insert "(New)" at top
23778 of lists (not needed with the new UI).
23779 (prefs_display_headers_set_list): scan lists starting from row 0,
23780 not 1 (do not skip "(New)").
23781 (prefs_display_headers_find_header): new function.
23782 (prefs_display_headers_clist_set_row): do not allow duplicates.
23783 (prefs_display_headers_delete_cb): do not skip row 0; treat
23784 closing the alert window by ESC as "No".
23785 (prefs_display_headers_up): do not protect row 0.
23786 (prefs_display_headers_down): do not protect row 0.
23788 2001-05-04 [sergey]
23790 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
23793 * src/summaryview.c
23794 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
23795 summary_select_next_marked, summary_select_prev_marked): new
23798 2001-05-03 [sergey]
23800 * src/news.c: fixed a bug when no article can be fetched after
23801 server timeout if the connection was restored by news_post():
23802 (news_select_group): new function.
23803 (news_fetch_msg): call news_select_group() before fetching
23805 (news_get_uncached_articles): set session->group after successful
23813 changed version of cache, added cc field
23815 * src/prefs_display_headers.c
23816 the interface was changed
23818 * src/prefs_headers.c
23819 added cancel button
23821 2001-05-03 [alfons]
23823 * completed sync of sylpheed cvs2
23824 * src/gtkstext.c: updated row up / down cursor navigation
23825 * src/textview.c: re-edited, prepared for fixing the email address
23830 * src/prefs_common.c: use alfons' strftime ui code
23831 entry_datefmt and datefmt_sample widgets have to be
23832 global in this module because of this change
23836 * src/messageview.c
23837 * src/prefs_common.[ch] added option to activate the return receipt
23840 2001-05-02 [alfons]
23842 * src/gtkstext.c: fix for row up/down cursor navigation.
23846 * sync with 0.4.66cvs2
23850 added add-sender-to-addressbook patch
23852 * src/addressbook.c
23853 * src/addressbook.h
23854 * src/summaryview.c
23856 2001-05-02 [sergey]
23858 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
23861 * src/alertpanel.c (alertpanel_create): new argument can_disable,
23862 all existing callers changed to pass FALSE; create a check button
23863 to disable the message.
23864 (alertpanel_message_with_disable): new function.
23865 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
23866 (alertpanel_button_toggled): new function.
23867 (alertpanel_button_clicked, alertpanel_close): set value using
23868 G_ALERT_VALUE_MASK.
23870 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
23872 * src/prefs_common.c (prefs_privacy_create): new check button
23873 checkbtn_gpgme_warning.
23875 * src/main.c (main): moved preferences reading before gpgme
23876 initialization; check prefs_common.gpgme_warning before giving the
23877 GnuPG warning and set it to FALSE if the user wants to disable the
23880 2001-05-02 [hiroyuki]
23882 * src/prefs_display_headers.c: modified the layout and some labels.
23884 2001-05-02 [sergey]
23886 * src/prefs_account.c (prefs_account_fix_size): new function.
23887 (prefs_account_create): call prefs_account_fix_size(); use
23888 gtk_widget_show instead of gtk_widget_show_all (fixes too large
23889 size when the window is shown for the first time).
23890 (prefs_account_basic_create): changed layout of serv_table; moved
23891 localmbox_entry above smtpserv_entry (logically it replaces
23893 (prefs_account_protocol_activated): set sensitivity of
23894 nntpauth_chkbtn according to the protocol (in addition to
23895 hide/show); commented out gtk_table_set_row_spacing() calls.
23896 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
23897 not sensitive (fixes a bug with disabled username/password boxes
23898 when editing POP3 account after NNTP with authentication).
23904 * src/prefs_account.[ch]
23906 removed local account without SMTP server
23907 added option to use mail command instead of a connexion
23908 to SMTP server when a local account is used
23909 * src/prefs_headers.c
23912 fixed a bug when connexion immediately closed
23914 2001-05-01 [alfons]
23920 2001-05-01 [sergey]
23922 * src/prefs_account.c (Basic, prefs_account_basic_create): new
23923 widget nntpauth_chkbtn.
23924 (prefs_account_protocol_activated): handle nntpauth_chkbtn
23926 (prefs_account_nntpauth_toggled): new function.
23928 * src/news.c (news_session_new_for_folder): use NNTP
23929 authentication only if ac->use_nntp_auth is set.
23933 * src/Makefile.am changed headers.[ch] in customheader.[ch]
23934 * src/prefs_display_headers.c changed the UI
23935 * src/prefs_headers.c changed account_name to account_id
23936 * src/compose.c using customheader.h
23938 2001-05-01 [hiroyuki]
23942 src/nntp.c: changed sock_read() to sock_gets(), they've been left
23947 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
23948 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
23949 for displaying of headers
23950 * src/grouplist_dialog.[ch] minor changes to remove warnings
23951 * src/prefs_display_headers.[ch] dialog to choose the
23952 headers to display in the mail viewer.
23953 * src/headers.h correction of #define
23954 * src/headers_display.[ch] configuration for displaying of headers.
23955 * src/main.c read config of displaying of headers
23956 * src/prefs_common.c add a button to access the config dialog
23957 for displaying of headers
23958 * src/prefs_display_headers.[ch] dialog for configuration for
23959 displaying of the headers.
23960 * src/prefs_headers.c cleaning of code
23961 * src/procheader.c comments added to code
23962 * src/textview.c changes to reorder the headers depending
23963 on the config for displaying of headers
23965 2001-04-30 [alfons]
23969 * sync with 0.4.65cvs12
23971 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
23973 2001-04-30 [sergey]
23975 * src/nntp.h (NNTPSockInfo): new field auth_failed.
23977 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
23978 is set to force reconnection after authentication failure.
23979 (nntp_gen_command): set sock->auth_failed on authentication
23980 failure, or if sock->userid and sock->passwd are not set.
23982 * src/news.c (news_session_new_for_folder): set userid=NULL if
23983 password dialog is cancelled.
23985 2001-04-30 [sergey]
23987 * src/nntp.h (NNTPSockInfo): new type.
23989 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
23991 (nntp_open_auth, nntp_close): new functions.
23992 (nntp_gen_command): new function to handle authentication; all
23993 NNTP command functions updated to use it.
23994 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
23995 (nntp_list): removed old useless code.
23997 * src/news.h (NNTPSession): new field nntp_sock.
23999 * src/news.c: all functions updated to use NNTPSockInfo instead of
24001 (news_session_new): new arguments (userid, passwd); made static;
24002 use nntp_open_auth() if needed.
24003 (news_session_destroy): use nntp_close() instead of sock_close().
24004 (news_query_password): changed arguments.
24005 (news_session_new_for_folder): new function.
24006 (news_session_get): use news_session_new_for_folder().
24007 (news_authenticate): deleted.
24008 (news_get_uncached_articles): removed old authentication code.
24010 2001-04-30 [sergey]
24012 * src/news.c: reverted my previous changes (need to do NNTP
24013 authentication in a cleaner way).
24015 2001-04-29 [sergey]
24017 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
24018 news_nntp_post, news_nntp_mode): new functions (wrappers with
24019 authentication support).
24020 (news_get_article_cmd, news_get_article, news_get_header): new
24021 argument "folder"; all callers changed.
24022 (news_get_article_cmd): added authentication support.
24023 (news_session_get): use news_nntp_mode() instead of nntp_mode().
24024 (news_post): use news_nntp_post() instead of nntp_post().
24025 (news_get_uncached_articles): use news_nntp_group() instead of
24026 nntp_group() and news_nntp_xover() instead of nntp_xover();
24027 removed old authentication code.
24028 (news_get_group_list): use news_nntp_list() instead of nntp_list().
24030 * src/nntp.c (nntp_list): return real error code instead of
24031 hardcoded NN_ERROR.
24033 2001-04-29 [sergey]
24035 * configure.in: fixed wint_t typedef detection again
24039 * src/prefs_account.[ch], added A_LOCAL_CMD
24040 (send mail with mail command)
24041 * src/send.c added function send_message_with_command()
24042 * src/inc.c made a more secure get_spool() function with
24043 mktemp() but maybe mkstemp() or something more
24044 secure can be used.
24046 2001-04-28 [alfons]
24048 * src/textview.c, colorization of email addresses in headers
24052 * bug sync with sylpheed
24053 * prefs_common.c: created date format ui for darko
24054 * sync with 0.4.65cvs11
24055 * configure.in: corrected to have the new gpg checks
24057 2001-04-27 [alfons]
24059 * completed sync with 0.4.65cvs10
24060 * minor debug things added to gtkstext.c
24064 * configure.in: remove check for availability of
24065 strftime() as advised by Hiroyuki
24066 * src/prefs_common.[ch], src/procheader.c:
24067 synch strftime() code with Hiroyki's main branch
24069 2001-04-26 [sergey]
24071 * src/news.c: news_query_password(), news_authenticate(): new
24073 news_get_uncached_articles(): added NNTP authentication
24075 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
24077 * src/prefs_account.c: prefs_account_protocol_activated():
24078 enable userid and password fields for NNTP.
24082 * configure.in: check for availability of strftime()
24084 * src/prefs_common.[ch], src/procheader.c: use
24085 strftime() for displaying date in summary pane if it
24090 * more .cvsignore cleanups [alfons]
24094 * ac/sv-check-type.m4: new autoconf macro.
24095 * configure.in: fixed wint_t typedef detection (did not work
24100 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
24104 * modified gtkstext.c : buggy cursor navigation fixed,
24105 and font descent also taken in account when drawing
24109 * added comments in src/news.c src/nntp.c
24110 * added src/prefs_headers.[ch]
24111 * added src/headers.[ch]
24112 * modified compose.c to activate custom headers
24113 added function is_in_custom_headers
24114 * modified prefs_account.[ch]
24115 added function prefs_account_customhdr_edit
24116 * modified src/defs.h :
24117 added HEADERS_RC : name of the config file
24118 for the custom headers
24129 added gtkstext with configure.in patch by Hiroyuki which
24130 should fix the XIM detection [alfons]
24132 * more clean up of cvs [alfons]
24134 * removed all Makefile.in files to attic.
24136 * updated all .cvsignores to really ignore things that could
24137 be unintentionally committed by a recursive commit.
24140 * added src/grouplist_dialog.[ch]
24141 * changed src/folderview.c to call grouplist_dialog instead
24144 added functions news_reset_group_list
24145 and news_get_group_list
24147 added function nntp_list
24149 added GROUPLIST_FILE : name of the newsgroup list cache file
24153 * added option to warn about queued messages on exit [sergey]:
24155 * src/compose.c: compose_queue(): call folder_item_scan()
24156 and folderview_update_item() after queueing.
24157 * src/folderview.c: folderview_update_node(): draw the queue
24158 folder in bold font if there are queued messages.
24159 * src/mainwindow.c: queued_messages(): new function.
24160 app_exit_cb(): display warning if there are queued messages
24161 if warn_queued_on_exit is set.
24162 * prefs_common.[ch]: add warn_queued_on_exit option.
24164 * enhanced GnuPG key selection support [sergey]:
24166 * src/select-keys.c: updated to newer version from Win32
24167 branch with support for selecting arbitrary keys.
24168 * src/prefs_account.c: added the Privacy tab to the account
24170 prefs_account_privacy_create(),
24171 prefs_account_sign_key_set_data_from_radiobtn(),
24172 prefs_account_sign_key_set_radiobtn(): new functions.
24173 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
24174 * src/rfc2015.c: set_signers(): new function.
24175 pgp_sign(): add the account parameter, call set_signers().
24176 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
24177 * src/rfc2015.h: rfc2015_sign(): updated prototype.
24178 * src/compose.c: pass the current account to rfc2015_sign().
24180 * tag name claws added to prevent confusion with main branch [alfons]
24182 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
24184 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
24186 * sync with recent sylpheed cvs. Untested though. [alfons]