1 2006-06-07 [colin] 2.2.2cvs3
4 Fix catching cache read errors (guint instead of gint)
5 Prevent malloc'ing more than 8MB (means cache corruption)
7 2006-06-07 [paul] 2.2.2cvs2
15 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
17 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
20 2006-06-06 [paul] 2.2.2cvs1
23 Update version number following
26 2006-06-06 [paul] 2.2.1cvs6
29 fix implicit declaration of
31 Patch by Fabien Vantard
33 2006-06-06 [paul] 2.2.1cvs5
36 fix age_greater and age_lower so that they
37 mean what say and not '...or equal to'
40 2006-06-06 [paul] 2.2.1cvs4
47 2006-06-05 [wwp] 2.2.1cvs3
49 * manual/fr/account.xml
50 minor language fixes (thanks to Fabien Vantard).
52 2006-06-05 [colin] 2.2.1cvs2
54 * src/prefs_folder_item.c
56 Allow recursive setting of properties
59 Don't freeze on 'test' filtering rule
61 2006-06-05 [colin] 2.2.1cvs1
64 Update version number following
67 2006-06-04 [wwp] 2.2.0cvs82
71 * manual/fr/glossary.xml
72 * manual/fr/account.xml
73 added glossary section and references/links related to the Face custom header.
75 2006-06-04 [colin] 2.2.0cvs81
78 Skip to next message on move with no
81 2006-06-04 [wwp] 2.2.0cvs80
84 added sanity checks, exit when needed.
86 2006-06-03 [paul] 2.2.0cvs79
89 page name is now 'Receiving'
91 page name is now 'Sending'
93 2006-06-03 [colin] 2.2.0cvs78
95 * src/plugins/spamassassin/spamassassin_gtk.c
96 Autoswitch to Localhost if transport was previously
97 disabled. Else people had to check [] Enable, then
100 2006-06-03 [colin] 2.2.0cvs77
102 * src/plugins/pgpinline/pgpinline.c
103 * src/plugins/pgpmime/pgpmime.c
104 Check that gpg_data_release_and_get_mem
105 didn't fail (now, why this happens...)
107 2006-06-03 [colin] 2.2.0cvs76
110 Fix bug #962 (Manual and/or UI should
111 warn about incompatible locking
114 2006-06-02 [cleroy] 2.2.0cvs75
122 2006-06-02 [colin] 2.2.0cvs74
125 On exit, free caches after writing them
126 Shuts up some valgrind false positives
129 Fix races when reusing existing SMTP connections
130 Fix inexistant session timeout
132 Display alertpanel after all queues have
133 been processed, not after each
135 2006-06-02 [wwp] 2.2.0cvs73
137 * manual/fr/glossary.xml
140 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
142 2006-06-02 [wwp] 2.2.0cvs72
145 * manual/dist/pdf/Makefile.am
146 * manual/dtd/manual.xsl
147 * manual/fr/dist/pdf/Makefile.am
148 * manual/pl/dist/pdf/Makefile.am
149 we changed the procedure to generate the .pdf version of the manual.
150 The procedure is more modern and the .pdf we get now has a valid index.
151 Here are the new pre-requisites:
153 - JRE 1.x (1.4 here): there must be one from your distro
154 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
155 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
156 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
158 See my posts for further info about the installation of this toolchain:
160 Date: Fri, 19 May 2006 19:40:06 +0200
161 From: wwp <subscript@free.fr>
162 To: sylpheed-claws-devel@lists.sourceforge.net
163 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
167 Date: Wed, 24 May 2006 12:58:49 +0200
168 From: wwp <subscript@free.fr>
169 To: sylpheed-claws-devel@lists.sourceforge.net
170 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
172 2006-06-01 [colin] 2.2.0cvs71
175 Better guards against IMAP races
179 * src/common/ssl_certificate.c
180 * src/etpan/imap-thread.c
181 * src/etpan/imap-thread.h
182 * src/gtk/sslcertwindow.c
183 New hidden option ssl_skip_cert_check to
184 avoid dups of bug #959 (libetpan linked
185 against gnutls and gnutls buggy on 64bit)
186 Present expired warning only once per
188 * manual/advanced.xml
189 * manual/fr/advanced.xml
192 2006-06-01 [wwp] 2.2.0cvs70
195 fix for bug #961 (return receipt dialog
196 complains incorrectly about return-path
197 email adress being different), thanks
200 2006-05-31 [cleroy] 2.2.0cvs69
203 Guard against NULLs, although this
204 should never be an issue
206 2006-05-31 [colin] 2.2.0cvs68
211 Don't remove caches when destroying folder, it
212 could (should) be done at exit
214 free processing cache after incorporation
215 * src/etpan/imap-thread.c
216 Maybe fix bug #959 (Crash on moving to emails
217 to a imap account per ssl with a expired
220 2006-05-30 [colin] 2.2.0cvs67
223 Put back event flush when displaying message
224 It avoids reading a bunch of messages just
225 by hitting shift-n for too long ;)
227 2006-05-29 [colin] 2.2.0cvs66
230 Remove useless g_warnings
232 2006-05-29 [colin] 2.2.0cvs65
235 Fix g_slist_append()s for performance
237 2006-05-29 [colin] 2.2.0cvs64
241 Fix extraneous tab at start of addresses
243 Fix warnings (thanks to Fabien)
244 Fix crash at exit when composing messages
247 Fix progress bar when deleting expired mails
250 * src/gtk/gtksctree.c
251 Fix re-sorting slowness
253 2006-05-29 [paul] 2.2.0cvs63
256 fetch full message when moving mails
257 from another mailbox, (fixed data loss
258 when filtering from IMAP to MH, introduced
262 2006-05-29 [mones] 2.2.0cvs62
264 * src/gtk/gtksctree.c
265 Unselect faster (patch by Colin)
267 2006-05-26 [colin] 2.2.0cvs61
270 Unplug MSGINFO_UPDATE callback on delete too.
272 2006-05-26 [colin] 2.2.0cvs60
275 Fix bold in folder selection window with glib2.10
278 2006-05-26 [colin] 2.2.0cvs59
281 Convert date only if necessary (and don't
282 try to convert from utf8 to utf8, too)
284 Only set column's text if the column's
287 2006-05-26 [colin] 2.2.0cvs58
293 2006-05-26 [colin] 2.2.0cvs57
296 Make summaryview selectable as long as
299 Faster deletion (by implementing mh_remove_msgs)
300 Faster copy (avoid using mh_fetch_msg just to get
302 Faster move (using move_file instead of copy_file
304 No progressbar if total number of mails to cp/mv
307 Fix removal from subject_table when mail gets moved
308 Faster deletion (g_slist_prepend instead of append)
309 * src/gtk/gtksctree.c
312 2006-05-25 [colin] 2.2.0cvs56
314 * src/common/ssl_certificate.c
315 Fix leak in expired cert check
317 2006-05-25 [colin] 2.2.0cvs55
320 Disable flags syncing on .mh_sequences - it
321 is buggy and marks mails read under unknown
328 2006-05-24 [colin] 2.2.0cvs54
330 attention cvs users: if you manage to crash
331 Sylpheed-Claws while moving, copying or deleting
332 mails, we *are* interested in stack traces and
333 valgrind logs. It looks stable, but one never
337 Add progressbar for cache updates
339 Optimize Mark all read in the current
342 Add progressbar for copy/move
344 Optimize O(n^2) in copy/move
346 * src/gtk/gtksctree.c
347 Optimize O(n^2) algos
348 * src/common/timing.h
349 Display ms instead of us
351 2006-05-24 [wwp] 2.2.0cvs53
353 * manual/fr/advanced.xml
354 updates to the French manual.
356 2006-05-24 [wwp] 2.2.0cvs52
359 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
361 2006-05-24 [wwp] 2.2.0cvs51
364 fixed "mark all read" in MH folders (thanks to Colin).
366 2006-05-24 [paul] 2.2.0cvs50
368 * doc/man/sylpheed-claws.1
371 2006-05-23 [colin] 2.2.0cvs49
381 * src/gtk/sslcertwindow.c
382 alertpanel fixes, by Fabien
384 2006-05-23 [colin] 2.2.0cvs48
390 * src/gtk/gtksctree.c
391 * src/gtk/gtksctree.h
393 Fix slow loading problem, which was caused by the
394 use of some gtk_ctree funcs and their use of
395 g_list_position while gtk_ctree_(un)link'ing.
396 Reap more functions from gtkctree.c to be sure we
397 use our (fast) version instead of theirs.
399 Fix copy of unread mails
402 2006-05-22 [wwp] 2.2.0cvs47
404 * manual/fr/advanced.xml
407 2006-05-22 [colin] 2.2.0cvs46
410 Fix possible infinite loop. 'copy' is not a
411 final action, so when encountering a 'copy',
412 we have to check if a previous one was set
413 and do it. In the same way, if we encounter
414 a 'move' we have to perform a possibly
415 pending 'copy'. This will slow down filtering
416 on IMAP if move+copy or multiple copy actions
417 are to be done, but handling it via the batch
418 would be really too convoluted.
420 2006-05-22 [wwp] 2.2.0cvs45
422 * manual/fr/advanced.xml
424 * manual/fr/glossary.xml
425 * manual/fr/handling.xml
426 * manual/fr/intro.xml
427 * manual/fr/plugins.xml
428 * manual/fr/sylpheed-claws-manual.xml
429 sync w/ the english manual: updates URIs, documented mailing-list
430 support, better explanation about the enabled/disabled feature
431 in filtering/processing rules by Paul.
433 2006-05-21 [colin] 2.2.0cvs44
436 Don't expand after building threads, but during
438 2006-05-21 [colin] 2.2.0cvs43
442 More timing possibilities... For next time I have
443 to find out how the hell some 3GHz computer takes
444 one minute to open a 30k folder...
446 2006-05-21 [colin] 2.2.0cvs42
448 * manual/pl/advanced.xml
450 * manual/pl/glossary.xml
451 * manual/pl/handling.xml
452 * manual/pl/intro.xml
453 * manual/pl/plugins.xml
454 * manual/pl/sylpheed-claws-manual.xml
455 Polish manual updated by Pawel
461 2006-05-20 [colin] 2.2.0cvs41
465 - remove cache of moved messages from original folder
466 - apply new flags to messages even if they aren't appliable
473 2006-05-19 [colin] 2.2.0cvs40
476 Don't issue SELECT in imap_change_flags
477 before having checked that we indeed have
478 some flags to change. MSG_POSTFILTERED for
479 example can't be used on IMAP.
480 Fixes bug #955 (copying messages between
481 imap folders is extremely slow), which was
484 2006-05-19 [colin] 2.2.0cvs39
489 Try to fix bug #830 (Some unread messages
490 get marked read in IMAP inbox):
491 - Prevent scanning a folder if it's being
493 - Postpone opening via the GUI of a folder
497 2006-05-19 [wwp] 2.2.0cvs38
499 * manual/advanced.xml
500 fix English+typo (thanks to Paul).
502 2006-05-19 [wwp] 2.2.0cvs37
504 * manual/advanced.xml
505 * manual/fr/advanced.xml
506 * src/gtk/logwindow.c
509 added hidden prefs to allow customization of colors used in
510 protocol log window (useful for dark gtk+ themes).
512 2006-05-19 [wwp] 2.2.0cvs36
515 fix an old erroneous changelog entry (thanks to Fabien Vantard).
517 2006-05-19 [paul] 2.2.0cvs35
520 make Reply-To fully clickable
521 * src/gtk/logwindow.c
522 more colouring (SMTP ESMTP)
523 Both patches by Pawel Pekala
525 2006-05-19 [cleroy] 2.2.0cvs34
528 Don't update flags from current folder
529 Probably fixes bug #935 (Read Messages
530 Revert to Being Marked as Unread)
532 2006-05-18 [colin] 2.2.0cvs33
540 Allow replying to multiple emails
543 * src/etpan/imap-thread.c
546 2006-05-18 [paul] 2.2.0cvs32
549 keep Mailing-List menu refreshed
552 2006-05-18 [paul] 2.2.0cvs31
554 * manual/advanced.xml
556 * manual/glossary.xml
557 * manual/handling.xml
560 * manual/sylpheed-claws-manual.xml
562 add info about mailing-list support
567 * src/plugins/dillo_viewer/README
570 2006-05-17 [wwp] 2.2.0cvs30
572 * manual/handling.xml
573 * manual/fr/handling.xml
574 documented the ability to enabled/disable filtering/processing rules.
576 2006-05-17 [colin] 2.2.0cvs29
579 Don't initialize g_thread subsystem if it's
580 already done (thanks to Hiro)
582 Fix saving of parts when there name can't be
583 converted from UTF-8.
585 2006-05-17 [paul] 2.2.0cvs28
588 fix config.status warning with autoconf 2.60
590 2006-05-17 [paul] 2.2.0cvs27
595 2006-05-17 [wwp] 2.2.0cvs26
598 fix useless and potentially dangerous buffer walking (thanks to Colin).
600 2006-05-17 [wwp] 2.2.0cvs25
602 * src/plugins/demo/demo.c
603 updated product name in plugin demo (many plugins need to be
604 sync'ed w/ that change).
606 2006-05-17 [colin] 2.2.0cvs24
611 2006-05-16 [colin] 2.2.0cvs23
614 Stupid me hit again. Fix cvs22.
616 2006-05-16 [colin] 2.2.0cvs22
619 Fix bug #922 (sylpheed-claws crashed after
620 pushing on Inbox folder)
622 2006-05-16 [colin] 2.2.0cvs21
625 Make From header be copy/paste/select-able
627 2006-05-16 [wwp] 2.2.0cvs20
632 * src/etpan/imap-thread.c
633 fix some compiler warnings (thanks to Colin).
635 2006-05-16 [wwp] 2.2.0cvs19
645 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
647 2006-05-15 [colin] 2.2.0cvs18
650 Fix automatic rule creation with List-Post
652 2006-05-15 [paul] 2.2.0cvs17
654 * tools/filter_conv_new.pl
655 updated for rule enabling/disabling
656 claws version >= 2.3.x required
658 2006-05-15 [cleroy] 2.2.0cvs16
663 2006-05-15 [cleroy] 2.2.0cvs15
668 2006-05-15 [wwp] 2.2.0cvs14
670 * manual/pl/.cvsignore
671 ignore generated files.
673 2006-05-14 [wwp] 2.3.0-rc1
677 2006-05-13 [wwp] 2.2.0cvs13
682 * src/matcher_parser_lex.l
683 * src/matcher_parser_parse.y
684 * src/prefs_filtering.c
685 new feature: provide the ability to disable filtering and processing
686 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
689 2006-05-13 [colin] 2.2.0cvs12
692 Remove useless if (a) b; else b;
695 2006-05-13 [wwp] 2.2.0cvs11
703 no more silent failures (or at least less ones) when importing
704 or exporting from/to mbox. Also start importing/exporting if
705 the necessary info is set.
707 2006-05-13 [wwp] 2.2.0cvs10
710 restored up-to-date release notes.
712 2006-05-13 [paul] 2.2.0cvs9
716 updated by Tim Dijkstra and Pavlo Bohmat
718 2006-05-12 [colin] 2.2.0cvs8
720 * src/gtk/quicksearch.c
721 Add "k" as shortcut for "colorlabel". Patch
722 by ath42@users.sf.net.
724 2006-05-12 [paul] 2.2.0cvs7
727 * src/prefs_summaries.c
729 when entering a folder also allow
730 going directly to first Marked message
732 2006-05-12 [paul] 2.2.0cvs6
735 always obey 'confirm before marking all
738 2006-05-12 [paul] 2.2.0cvs5
741 make Sender fully clickable
743 2006-05-12 [colin] 2.2.0cvs4
750 Full support of .mh_sequences' Unseen seq
752 2006-05-12 [colin] 2.2.0cvs3
758 * src/prefs_spelling.c
765 Add contextual menu on Compose toolbar
766 button. Fixes bug #944 (Automatic
767 addresses not applied when changing account
769 add Mailing List support
770 based on the old 0.6.5claws25 patch by
771 Melvin Hadasht, with finishing touches
773 Fix "ignore thread" when mails are threaded by
774 subject (and weren't ignored although appearing
777 Both patches by Pawel.
779 2006-05-08 [paul] 2.2.0cvs2
788 add Mailing List support
789 based on the old 0.6.5claws25 patch by
790 Melvin Hadasht, with finishing touches
793 2006-05-08 [colin] 2.2.0cvs1
798 Add contextual menu on Compose toolbar
799 button. Fixes bug #944 (Automatic
800 addresses not applied when changing account
803 2006-05-08 [paul] 2.2.0
807 2006-05-08 [paul] 2.1.1cvs51
817 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
818 Fabien Vantard, Frederico Goncalves Guimaraes,
819 Aleksandar Urosevic, and Ralgh Young
821 2006-05-12 [colin] 2.1.1cvs50
832 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
833 Fabien Vantard, Frederico Goncalves Guimaraes,
834 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
836 2006-05-05 [colin] 2.1.1cvs49
839 * manual/pl/Makefile.am
840 * manual/pl/account.xml
842 * manual/pl/addrbook.xml
843 * manual/pl/advanced.xml
845 * manual/pl/glossary.xml
847 * manual/pl/handling.xml
848 * manual/pl/intro.xml
849 * manual/pl/keyboard.xml
850 * manual/pl/plugins.xml
851 * manual/pl/starting.xml
852 * manual/pl/sylpheed-claws-manual.xml
853 * manual/pl/dist/.cvsignore
854 * manual/pl/dist/Makefile.am
855 * manual/pl/dist/html/.cvsignore
856 * manual/pl/dist/html/Makefile.am
857 * manual/pl/dist/pdf/.cvsignore
858 * manual/pl/dist/pdf/Makefile.am
859 * manual/pl/dist/ps/.cvsignore
860 * manual/pl/dist/ps/Makefile.am
861 * manual/pl/dist/txt/.cvsignore
862 * manual/pl/dist/txt/Makefile.am
863 Add the polish translation of the manual,
864 Authored by Pawel Pekala.
866 2006-05-05 [cleroy] 2.1.1cvs48
869 Re-read matcherrc after loading plugins
870 if some of them add folders.
872 2006-05-03 [colin] 2.1.1cvs47
877 2006-05-03 [colin] 2.1.1cvs46
880 Be sure to have a session when
883 2006-05-03 [colin] 2.1.1cvs45
888 Fix preventing renaming with namespace
891 2006-05-01 [colin] 2.1.1cvs44
894 Don't reload messageview when result of
897 2006-04-29 [colin] 2.1.1cvs43
899 * src/prefs_receive.c
900 * src/plugins/spamassassin/spamassassin_gtk.c
901 * src/plugins/clamav/clamav_plugin_gtk.c
904 2006-04-29 [colin] 2.1.1cvs42
906 * src/prefs_compose_writing.c
908 Cleanups. Patch by Pawel
910 2006-04-28 [paul] 2.1.1cvs41
913 fix returned quick search results when search
914 term contains an underscore.
917 2006-04-28 [paul] 2.1.1cvs40
919 * src/prefs_message.c
920 * src/prefs_receive.c
922 Patches by Pawel Pekala
924 2006-04-27 [colin] 2.1.1cvs39
927 Differentiate subject Welcome from
928 window's title Welcome
934 2006-04-27 [paul] 2.1.1cvs38
936 * manual/advanced.xml
937 * manual/fr/advanced.xml
938 add info about compose_no_markup hidden pref
940 2006-04-27 [paul] 2.1.1cvs37
942 * src/prefs_account.c
943 improve privacy labels
944 * src/prefs_msg_colors.c
945 change some strings for translators' convenience
947 don't underline the link button text
949 2006-04-25 [colin] 2.1.1cvs36
952 Complete 2.1.1cvs33 (once more ;)
954 2006-04-25 [colin] 2.1.1cvs35
959 2006-04-25 [cleroy] 2.1.1cvs34
962 * src/gtk/gtkaspell.c
963 Fix crash on redirect (related to the return
964 of the aspell menu in compose's toolbar)
965 * src/prefs_msg_colors.c
966 Fix sensitivity widgets
968 * src/gtk/pluginwindow.c
969 * src/gtk/prefswindow.c
970 Change released signals to clicked (Fabien)
972 * src/common/socket.c
973 * src/plugins/spamassassin/spamassassin.c
974 Translate strings (Fabien)
976 2006-04-25 [paul] 2.1.1cvs33
981 complete the fix of bug #912
984 2006-04-25 [colin] 2.1.1cvs32
992 Patches by Pawel Pekala
994 2006-04-24 [colin] 2.1.1cvs31
997 Fix compilation warnings (Fabien)
999 2006-04-24 [colin] 2.1.1cvs30
1003 * src/editldap_basedn.c
1004 * src/editldap_basedn.h
1010 Fix bug #901 (LDAPS support)
1012 2006-04-24 [colin] 2.1.1cvs29
1015 Fix logic on error with send dialog on
1017 Fix compilation without libetpan, thanks
1020 Fix 'context-menu' key
1022 2006-04-23 [colin] 2.1.1cvs28
1025 Never free current's cache to free up
1026 memory. Fixes bug #912 (new count
1027 randomly set to message count)
1029 2006-04-23 [colin] 2.1.1cvs27
1031 * src/gtk/quicksearch.c
1032 And remove printf...
1034 2006-04-23 [colin] 2.1.1cvs26
1036 * src/gtk/quicksearch.c
1037 Fix replacing in quicksearch, and fix inserting
1038 in the middle of the string. (introduced at 2.1.0cvs22)
1040 2006-04-23 [colin] 2.1.1cvs25
1043 Make sure uidnext is initialized in get_num_list
1044 (not for stable, related to 2.1.1cvs8 and friends)
1046 2006-04-23 [colin] 2.1.1cvs24
1049 Output something when login is successful
1052 2006-04-23 [colin] 2.1.1cvs23
1054 * src/etpan/imap-thread.c
1055 Better logging (line-per-line, hide data in fetch)
1057 * src/gtk/logwindow.c
1058 * src/gtk/logwindow.h
1059 Better logging (color for input/output)
1061 2006-04-21 [colin] 2.1.1cvs22
1063 * src/gtk/quicksearch.c
1064 On gtk+-2.8, use stock buttons in quicksearch
1065 Based on a patch by Fabien and a design by Paul
1067 2006-04-21 [colin] 2.1.1cvs21
1071 Fix occasional flicker in folderview
1072 * src/common/utils.c
1073 Fix bug #943 (Incorrectly parsed email address
1074 list in short headers on message view and in
1077 2006-04-20 [colin] 2.1.1cvs20
1081 * src/prefs_account.c
1082 Add ANONYMOUS auth for IMAP
1084 2006-04-20 [paul] 2.1.1cvs19
1087 proper fix for 2.1.1cvs18
1090 2006-04-20 [paul] 2.1.1cvs18
1095 2006-04-20 [paul] 2.1.1cvs17
1097 * src/gtk/quicksearch.c
1098 fix standard, non-extended Quick search,
1099 was broken in 2.1.1cvs15.
1102 2006-04-20 [colin] 2.1.1cvs16
1104 * src/prefs_matcher.c
1105 Fix values when reselecting a ~test
1108 2006-04-19 [colin] 2.1.1cvs15
1112 * src/gtk/gtkaspell.c
1113 * src/gtk/gtkaspell.h
1114 Put back Options menu in Spelling/
1115 * src/gtk/quicksearch.c
1116 Don't search, and show error, if the
1117 advanced search has a syntax error
1119 2006-04-18 [colin] 2.1.1cvs14
1122 Fix gdk warnings on set_cursor when textview
1125 2006-04-18 [colin] 2.1.1cvs13
1127 * src/gtk/gtksctree.c
1128 Remove seemingly useless refresh that causes
1129 flicker - watch this commit in case of
1130 problems before planned backport to stable
1132 2006-04-18 [colin] 2.1.1cvs12
1135 Factorize get/set_xml code
1137 * src/prefs_account.c
1138 * src/prefs_account.h
1140 Add Encrypt to self option
1142 2006-04-17 [colin] 2.1.1cvs11
1145 Fix search on encrpyt function on dragonfly
1146 Patch by Jonathan Buschmann <jonthn@agmact.com>
1148 2006-04-17 [colin] 2.1.1cvs10
1150 * src/prefs_account.c
1151 Be safe by default: remove mails from POP3
1152 after 7 days, not immediately
1154 2006-04-17 [colin] 2.1.1cvs9
1156 * src/etpan/imap-thread.c
1157 Fix build on DragonFly - patch by
1158 Jonathan Buschmann <jonthn@agmact.com>
1160 2006-04-17 [colin] 2.1.1cvs8
1163 Save uidnext between sessions
1165 2006-04-17 [colin] 2.1.1cvs7
1168 scan is required when uid validity changes
1170 2006-04-17 [colin] 2.1.1cvs6
1173 Don't scan if not necessary, apart in current
1174 folder and INBOX to fetch flags.
1176 Scan is necessary if unread count changes
1178 2006-04-17 [colin] 2.1.1cvs5
1181 ...But always fetch ANSWERED and DELETED flags for
1182 INBOX, as filtering can happen on these flags.
1184 2006-04-17 [colin] 2.1.1cvs4
1187 Don't fetch REPLIED and DELETED flags when synchronising
1188 flags with a closed folder. We only need UNSEEN and FLAGGED
1189 to update the folderview.
1191 2006-04-17 [colin] 2.1.1cvs3
1194 Faster flag search when there are new mails
1195 in a folder. We can do a full search if the
1196 folder contains less messages than the new
1199 2006-04-17 [colin] 2.1.1cvs2
1206 Update translations from stable branch
1208 2006-04-17 [colin] 2.1.1cvs1
1211 Bump version to follow stable release
1213 2006-04-16 [mones] 2.1.0cvs50
1218 2006-04-16 [colin] 2.1.0cvs49
1221 Fix bgcolor not unset on gtk 2.8, while preventing warnings
1222 with gtk < 2.8. Thanks to Fabien Vantard.
1224 2006-04-15 [colin] 2.1.0cvs48
1226 * src/etpan/imap-thread.c
1227 Fix bug #919 (libetpan: SEGV when connecting
1230 2006-04-14 [colin] 2.1.0cvs47
1233 Fix race on --select (should be done better)
1235 2006-04-14 [wwp] 2.1.0cvs46
1237 * src/send_message.c
1238 enforce a check for domain in account prefs (a sending
1239 error could be faced if domain was checked but no value set),
1242 2006-04-14 [colin] 2.1.0cvs45
1245 when converting from unknown to unknown, if the
1246 string is UTF8, don't convert it to the locale
1249 2006-04-14 [colin] 2.1.0cvs44
1252 Don't try to use ASCII for converting headers
1255 2006-04-14 [paul] 2.1.0cvs43
1258 add locale/charset info to crash report
1261 replace 'e-mail' with preferred 'email'
1263 ensure contributors list is in alphabetical
1266 2006-04-13 [colin] 2.1.0cvs42
1269 Prevent gdk warnings
1271 2006-04-13 [colin] 2.1.0cvs41
1273 * src/common/ssl_certificate.c
1274 * src/common/ssl_certificate.h
1275 * src/gtk/sslcertwindow.c
1276 Warn on expired certs, and display the expiration date
1278 2006-04-13 [colin] 2.1.0cvs40
1280 * src/plugins/spamassassin/spamassassin_gtk.c
1281 Fix missing set_text on unix socket
1283 2006-04-13 [wwp] 2.1.0cvs39
1285 * manual/fr/advanced.xml
1286 * manual/fr/glossary.xml
1287 applied new spam/ham/email lexicon (pourriel, courriel)
1289 2006-04-13 [paul] 2.1.0cvs38
1291 * src/plugins/pgpmime/plugin.c
1292 remove the mention of S/MIME from the
1293 description. This is now handled by the
1296 2006-04-13 [paul] 2.1.0cvs37
1298 * src/prefs_msg_colors.c
1300 * src/prefs_folder_item.c
1301 * src/prefs_spelling.c
1302 add a tooltip to the colour selector buttons
1304 2006-04-13 [wwp] 2.1.0cvs36
1306 * manual/advanced.xml
1307 * manual/glossary.xml
1308 * manual/handling.xml
1309 * manual/keyboard.xml
1310 * manual/plugins.xml
1311 * manual/starting.xml
1312 * manual/fr/account.xml
1314 * manual/fr/addrbook.xml
1315 * manual/fr/advanced.xml
1317 * manual/fr/glossary.xml
1319 * manual/fr/handling.xml
1320 * manual/fr/intro.xml
1321 * manual/fr/keyboard.xml
1322 * manual/fr/plugins.xml
1323 * manual/fr/starting.xml
1324 * manual/fr/sylpheed-claws-manual.xml
1325 fixes to the manuals:
1326 - summaryview -> Message List (same in French)
1327 - translate key names
1328 - fix French punctuation, use non-breakable spaces when
1329 necessary, don't use   which is not portable
1330 - tell what maildir and mbox formats we support
1332 2006-04-12 [wwp] 2.1.0cvs35
1334 * src/prefs_toolbar.c
1335 unified a replace button more,
1336 patch by Fabien Vantard <fzzzzz@gmail.com>.
1338 2006-04-12 [wwp] 2.1.0cvs34
1340 * src/prefs_common.c
1341 * src/prefs_msg_colors.c
1342 make default color labels translatable,
1343 patch from Fabien Vantard <fzzzzz@gmail.com>,
1344 thanks to Tim <timbrain@post.cz> for reporting.
1346 2006-04-12 [wwp] 2.1.0cvs33
1348 * manual/glossary.xml
1350 * manual/plugins.xml
1351 * manual/starting.xml
1352 * manual/sylpheed-claws-manual.xml
1353 * manual/fr/.cvsignore
1354 * manual/fr/account.xml
1356 * manual/fr/addrbook.xml
1357 * manual/fr/advanced.xml
1359 * manual/fr/glossary.xml
1360 * manual/fr/handling.xml
1361 * manual/fr/intro.xml
1362 * manual/fr/keyboard.xml
1363 * manual/fr/plugins.xml
1364 * manual/fr/starting.xml
1365 * manual/fr/sylpheed-claws-manual.xml
1366 various fixes: typos, missing .fr translations, punctuation,
1367 capitalization, links, accents and some bad French more.
1369 2006-04-12 [wwp] 2.1.0cvs32
1372 fix for bug #935: always store prefs files in UTF-8 (thanks
1375 2006-04-11 [colin] 2.1.0cvs31
1378 Fix inserting files not in utf8 when locale is utf8
1380 2006-04-11 [colin] 2.1.0cvs30
1383 Don't show error dialog when cancelling connection
1386 2006-04-11 [cleroy] 2.1.0cvs29
1389 Implement multiple quote levels
1390 * src/prefs_common.c
1391 Change a little bit the quote bgcolor for 2nd level
1393 2006-04-11 [colin] 2.1.0cvs28
1396 Add locale and charset in the label
1398 2006-04-10 [colin] 2.1.0cvs27
1401 * src/prefs_common.c
1402 * src/prefs_common.h
1403 * src/prefs_msg_colors.c
1405 Allow optional background color in quotes
1406 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1409 2006-04-10 [colin] 2.1.0cvs26
1416 2006-04-10 [colin] 2.1.0cvs25
1418 * manual/plugins.xml
1419 * manual/fr/plugins.xml
1420 Document libcurl's proxy variables
1422 2006-04-09 [colin] 2.1.0cvs24
1424 * src/prefs_common.c
1425 gettext() returns statically allocated stuff. We have
1426 to strdup it in order to be able to free it.
1428 2006-04-09 [colin] 2.1.0cvs23
1434 2006-04-09 [colin] 2.1.0cvs22
1437 * src/gtk/quicksearch.c
1438 Fix bug #859 (problems with cyrilic input in
1439 search panel) - Patch by Alexey Illarionov
1440 <littlesavage@rambler.ru>
1442 2006-04-09 [colin] 2.1.0cvs21
1444 * src/prefs_customheader.c
1445 I prefer removing then freeing rather than the contrary
1446 (even if it doesn't change anything ;-)
1447 * src/prefs_account.c
1448 Fix bug #933 (Crash re-entering the custom headers list
1449 dialog in accounts prefs)
1450 The problem happened when cancelling the Account
1451 Preferences' dialogs - in which case we didn't do
1452 anything to the PrefsAccount * struct. In case of applying,
1453 the old ac_prefs was replaced with the tmp_ac_prefs we were
1454 working with in this dialog. The problem is that
1455 prefs_customheader.c, working on this tmp_ac_prefs, always
1456 changes the ->customhdr_list pointer, even when cancelled.
1457 So in case of cancelling the prefs_account dialog, we still
1458 have to update ->customhdr_list in the real account.
1460 2006-04-08 [colin] 2.1.0cvs20
1462 * manual/fr/glossary.xml
1463 * manual/fr/keyboard.xml
1464 Forgot some headers :)
1466 2006-04-08 [colin] 2.1.0cvs19
1468 * manual/Makefile.am
1469 * manual/fr/Makefile.am
1470 * manual/fr/account.xml
1472 * manual/fr/addrbook.xml
1473 * manual/fr/advanced.xml
1475 * manual/fr/glossary.xml
1477 * manual/fr/handling.xml
1478 * manual/fr/intro.xml
1479 * manual/fr/keyboard.xml
1480 * manual/fr/plugins.xml
1481 * manual/fr/starting.xml
1482 * manual/fr/sylpheed-claws-manual.xml
1483 * manual/fr/dist/.cvsignore
1484 * manual/fr/dist/Makefile.am
1485 * manual/fr/dist/html/.cvsignore
1486 * manual/fr/dist/html/Makefile.am
1487 * manual/fr/dist/pdf/.cvsignore
1488 * manual/fr/dist/pdf/Makefile.am
1489 * manual/fr/dist/ps/.cvsignore
1490 * manual/fr/dist/ps/Makefile.am
1491 * manual/fr/dist/txt/.cvsignore
1492 * manual/fr/dist/txt/Makefile.am
1493 Add the french translation of the manual. Thanks to
1494 Olivier Delhomme <olivier.delhomme@free.fr> for
1495 account.xml, ack.xml, addrbook.xml and advanced.xml
1497 2006-04-08 [colin] 2.1.0cvs18
1499 * manual/plugins.xml
1500 * manual/starting.xml
1503 2006-04-07 [colin] 2.1.0cvs17
1507 * manual/keyboard.xml
1510 2006-04-07 [colin] 2.1.0cvs16
1514 * src/prefs_common.c
1515 * src/prefs_common.h
1516 Add hidden compose_no_markup pref
1518 2006-04-07 [wwp] 2.1.0cvs15
1520 * src/summary_search.c
1522 Bugfix: stop button was sticky when searching in an empty folder.
1523 Applied curly brackets code style to the whole file (summary_search.c).
1524 More files to ignore.
1526 2006-04-07 [wwp] 2.1.0cvs14
1528 * src/message_search.c
1529 * src/summary_search.c
1530 changed default button when search bumps at file/folder
1531 beginning or end, for convenience (thanks to Colin).
1533 2006-04-07 [paul] 2.1.0cvs13
1535 * src/plugins/dillo_viewer/dillo_prefs.c
1536 avoid future potential for namespace collision
1539 2006-04-06 [wwp] 2.1.0cvs12
1541 * src/summary_search.c
1542 Unify extended/advanced searches names (and thus factorize labels),
1543 patch by Fabien Vantard <fzzzzz@gmail.com>.
1545 2006-04-06 [wwp] 2.1.0cvs11
1548 * src/prefs_themes.c
1550 Fixed some compilation warnings.
1552 2006-04-06 [colin] 2.1.0cvs10
1554 * manual/advanced.xml
1555 Document the wizard template and how to deploy
1556 Sylpheed-Claws effectively
1558 2006-04-06 [colin] 2.1.0cvs9
1561 gettext patch to tell translators about _("#"),
1564 2006-04-06 [colin] 2.1.0cvs8
1567 Fix invalid GtkTextBIter after clicking "Display as text"
1569 2006-04-06 [mones] 2.1.0cvs7
1578 * src/folder_item_prefs.c
1583 * src/prefs_msg_colors.c
1584 * src/prefs_spelling.c
1585 * src/prefs_themes.c
1588 * src/stock_pixmap.c
1592 * src/common/mgutils.c
1593 * src/common/prefs.c
1594 * src/common/ssl_certificate.c
1595 * src/gtk/colorlabel.c
1596 * src/gtk/quicksearch.c
1597 * src/plugins/pgpmime/pgpmime.c
1598 * src/plugins/spamassassin/spamassassin.c
1599 Removed redundant NULL checks for g_free() calls.
1600 Patch by Pawel Pekala.
1602 2006-04-06 [mones] 2.1.0cvs6
1604 * src/prefs_actions.c
1605 * src/prefs_filtering.c
1606 * src/prefs_filtering_action.c
1607 * src/prefs_matcher.c
1608 * src/prefs_template.c
1609 * src/gtk/gtkutils.c
1610 * src/gtk/gtkutils.h
1611 Have a nice replace button. Patch by Pawel Pekala
1613 2006-04-06 [colin] 2.1.0cvs5
1616 Fix crash with empty columns
1618 2006-04-05 [colin] 2.1.0cvs4
1622 Allow wizard customization with pre-filled values
1624 2006-04-05 [colin] 2.1.0cvs3
1629 Nicer messages in mimeview
1631 2006-04-05 [colin] 2.1.0cvs2
1634 * src/prefs_summaries.c
1637 2006-04-05 [colin] 2.1.0cvs1
1639 * src/plugins/pgpcore/plugin.c
1640 * src/plugins/pgpcore/select-keys.c
1641 * src/plugins/pgpcore/select-keys.h
1642 * src/plugins/pgpcore/sgpgme.c
1643 * src/plugins/pgpcore/sgpgme.h
1644 * src/plugins/pgpinline/pgpinline.c
1645 * src/plugins/pgpinline/plugin.c
1646 * src/plugins/pgpmime/pgpmime.c
1647 * src/plugins/pgpmime/plugin.c
1648 Factorize and generalize a bit
1649 Drop S/MIME signature verification from PGP/MIME
1650 (adding it as another, more complete plugin)
1652 2006-04-05 [paul] 2.1.0
1656 2006-04-05 [paul] 2.0.0cvs186
1658 * manual/advanced.xml
1659 add info on colour labels
1661 2006-04-05 [paul] 2.0.0cvs185
1676 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
1677 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
1678 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
1679 Guimaraes, Aleksandar Urosevic, Ralgh Young
1681 * tools/claws.i18n.status.pl
1682 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1683 and new Czech translator, Tim <timbrain@post.cz>
1685 2006-04-05 [mones] 2.0.0cvs184
1690 2006-04-05 [colin] 2.0.0cvs183
1692 * src/gtk/quicksearch.c
1693 Fix bug #929 (unnecessary reload in quick search bar)
1695 2006-04-05 [colin] 2.0.0cvs182
1698 Fix crash on Reply with no From:
1699 Show signature and conversion error on queuing
1704 Factorize threading code and make sure msginfo
1705 is not null when it comes from a GtkCTreeRow's
1707 * src/gtk/gtkaspell.c
1708 Check for necessary things
1709 * src/gtk/gtksctree.c
1710 * src/gtk/gtksctree.h
1711 Reset anchor if necessary when removing node
1713 2006-03-29 [colin] 2.0.0cvs181
1716 Warn for disabled IMAP accounts (due to lack of
1717 libetpan). Breaks string-freeze - sorry - but it
1718 is kind of important ;)
1720 2006-03-28 [colin] 2.0.0cvs180
1722 * src/gtk/gtkutils.c
1723 * src/gtk/gtkutils.h
1724 Add a gtkut_get_link_btn() function that
1725 creates a button which acts like an URI
1726 * src/prefs_themes.c
1728 Use this function (factorizes codes)
1730 * src/gtk/pluginwindow.c
1731 Add a "Get more..." in the plugins window
1733 2006-03-28 [colin] 2.0.0cvs179
1736 * src/common/passcrypt.c
1738 Warning fixes. Patch by Pawel Pekala
1740 2006-03-27 [colin] 2.0.0cvs178
1743 Fix undoing by blocks with spaces
1745 2006-03-27 [colin] 2.0.0cvs177
1748 Set margin to 3px for headers
1754 2006-03-27 [wwp] 2.0.0cvs176
1757 don't reset quicksearch when updating the message list.
1760 2006-03-26 [wwp] 2.0.0cvs175
1763 use a unified border width ('other' tab in the compose window,
1764 patch by Pawel Pekala).
1767 2006-03-26 [wwp] 2.0.0cvs174
1769 * src/common/quoted-printable.c
1771 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1773 2006-03-26 [colin] 2.0.0cvs173
1775 * src/quote_fmt_parse.y
1776 Fix non-UTF8 date formats messing up the whole quote a
1779 2006-03-26 [colin] 2.0.0cvs172
1782 Make sure the date is UTF8 valid, or try to make it
1783 so. IncrediMail is really IncrediStupid.
1785 Fix possible conversions.
1788 2006-03-26 [colin] 2.0.0cvs171
1791 Fix corner cases in body search. This is still a
1792 hack... It seems impossible to make it good and
1793 reasonably fast at the same time.
1795 2006-03-26 [colin] 2.0.0cvs170
1798 I think I killed the twilight zone bug!
1799 summary_select_node() flushes GTK events in order
1800 to be able to center the view. But this also
1801 flushes keypresses like Ctrl-Alt-U, so this can
1802 call summary_show from summary_select_node (itself
1803 called from summary_show, etc.). And the summaryview
1804 has to be unlocked in this function. So just locking
1805 while processing GTK events, and bailing if locked,
1807 Fixes bug #927 (SIGSEGV during Update Summary)
1809 2006-03-25 [colin] 2.0.0cvs169
1812 Fix search in QP-encoded bodies
1813 Fix utf-8 searches in bodies encoded in the
1815 * src/common/quoted-printable.c
1816 * src/common/quoted-printable.h
1817 Add a decode function that doesn't overwrite
1818 the original pointer
1821 2006-03-24 [colin] 2.0.0cvs168
1826 Update message cache after action
1827 Patch by H. Merijn Brand
1828 * src/prefs_msg_colors.c
1830 Patch by Fabien Vantard
1831 * src/plugins/spamassassin/spamassassin_gtk.c
1832 Remove useless translation
1833 Patch by Fabien Vantard
1835 2006-03-23 [colin] 2.0.0cvs167
1838 Let 30 seconds to SSL_connect
1840 2006-03-23 [wwp] 2.0.0cvs166
1843 * src/gtk/description_window.c
1844 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1845 and headers are translated; adjust description windows' width to fit their
1846 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1848 2006-03-23 [paul] 2.0.0cvs165
1850 * src/common/utils.c
1851 fix highlighting of URIs containing "()"
1852 (2.0.0cvs164's reversal fixed)
1855 2006-03-23 [paul] 2.0.0cvs164
1857 * src/common/utils.c
1858 revert patch, (postponing a fix), at 2.0.0cvs120
1859 as it breaks more URIs than it fixes.
1860 Allow '-' to be a terminating character in a URI
1862 2006-03-22 [colin] 2.0.0cvs163
1865 Require libetpan 0.45
1866 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1868 2006-03-22 [paul] 2.0.0cvs162
1871 replace '<-' and '->' buttons with GTK_STOCK graphical
1873 * src/summary_search.c
1874 don't offer '...' for translation
1875 add a tooltip to advanced search '...' button
1876 * src/gtk/quicksearch.c
1877 don't offer '...' for translation
1879 2006-03-21 [colin] 2.0.0cvs161
1882 Fix middle-click pasting (insert at click
1883 position instead of cursor position, don't
1884 remove existing selection and allow pasting
1887 "LDAP Server" -> "LDAP servers"
1889 2006-03-21 [wwp] 2.0.0cvs160
1891 * src/etpan/imap-thread.c
1892 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1894 2006-03-20 [colin] 2.0.0cvs159
1897 Don't reload summaryview after an execute with no
1900 2006-03-19 [colin] 2.0.0cvs158
1903 and put groups at the top, always
1905 2006-03-19 [colin] 2.0.0cvs157
1908 Order groups before names, as previously
1910 2006-03-19 [colin] 2.0.0cvs156
1913 - Sort case-unsensitive
1914 - Put the sort arrow at opening too
1916 2006-03-19 [wwp] 2.0.0cvs155
1919 allow sorting by name/email/remarks, ensure that right-pane's contents
1920 matches the left-pane selection (cleared when appropriate).
1921 Patch by Pawel Pekala <c0rn@o2.pl>.
1923 2006-03-18 [colin] 2.0.0cvs154
1928 2006-03-18 [colin] 2.0.0cvs153
1931 Make sure we hide the preview if we didn't get
1934 2006-03-18 [colin] 2.0.0cvs152
1937 Set cursor to watch for execution (fixes lack
1938 of watch-cursor when dnd'ing hundreds of mails)
1940 Check that mime type is 'image/*' before updating
1941 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1943 2006-03-18 [colin] 2.0.0cvs151
1948 Put a watch cursor in textview too when the mainwindow's
1951 2006-03-18 [colin] 2.0.0cvs150
1954 Change wrong asserts to simple tests
1956 2006-03-17 [colin] 2.0.0cvs149
1960 * src/prefs_msg_colors.c
1963 * src/gtk/colorlabel.c
1964 * src/gtk/colorlabel.h
1965 Add a color label menu in the main menubar
1966 Add (fixed) accels Ctrl-{0-7} to change the color
1967 They have to be fixed because the menu's dynamic,
1968 the items are complex widgets, hence we can't use
1972 2006-03-17 [wwp] 2.0.0cvs148
1975 rollback few lines from my previous commit (those lines come from
1976 a pending patch, accidentally commited, even if neutral as they are
1979 2006-03-17 [wwp] 2.0.0cvs147
1982 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1983 applied code style/indentation to the modified function.
1985 2006-03-17 [wwp] 2.0.0cvs146
1989 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1995 2006-03-17 [paul] 2.0.0cvs145
1998 addressbook_read_file() was called twice
2000 X-Mailer highlighting
2002 2006-03-16 [colin] 2.0.0cvs144
2004 * src/sourcewindow.c
2005 * src/sourcewindow.h
2006 And the last one, in source window.
2008 2006-03-16 [colin] 2.0.0cvs143
2012 Fix the same stuff in compose
2014 2006-03-16 [colin] 2.0.0cvs142
2017 Complete the previous messageview crash fix
2019 2006-03-16 [colin] 2.0.0cvs141
2024 Fix POSTPROCESSING hook
2025 Patch by H. Merijn Brand
2029 Parse Content-Location
2034 Don't crash when a top-level MessageView has
2035 been closed on us. Same problematic than
2036 yesterday's quicksearch issue.
2038 2006-03-15 [colin] 2.0.0cvs140
2040 * src/gtk/quicksearch.c
2041 Fix a bitchy race we didn't think about when we
2042 added quicksearch cancellation:
2043 If the search is not on cached fields, for example
2044 body_part matchcase "stuff"
2045 the matcher code has to get the whole message. If
2046 we're on IMAP, that can be slow, and in order to
2047 be non-blocking, the IMAP code idle loop processes
2048 gtk events too. So it is possible to cancel a
2049 quicksearch while the matcher is getting the mail's
2050 body. After matcher got its body, it will start to
2051 iterate over the matcher list that the Quicksearch's
2052 clear_search_cb() just freed via prepare_matcher().
2054 The fix consists of guarding the matcherlist_match()
2055 call with a boolean 'matching'. If we reset the
2056 quicksearch while matching is TRUE, we don't free
2057 the matcherlist anymore like we did, but we set
2058 another new flag, deferred_free, to TRUE. Then,
2059 in quicksearch_match(), just after returning from
2060 matcherlist_match() and unsetting the matching flag,
2061 we check the deferred_free flag and do the
2062 prepare_matcher() (which does the matcherlist_free)
2063 for real, so we free the matcherlist once it's not
2065 As all of this runs via the glib main loop, we
2066 luckily don't need a mutex.
2068 Also, show progress while searching.
2071 2006-03-14 [colin] 2.0.0cvs139
2074 Make alertpanel_is_open non-static
2076 2006-03-14 [colin] 2.0.0cvs138
2078 * src/prefs_spelling.c
2079 Cleanups - Fabien Vantard
2081 2006-03-14 [wwp] 2.0.0cvs137
2084 code style normalization (curly braces, indentation).
2086 2006-03-14 [wwp] 2.0.0cvs137
2089 code style (braces, indentation)
2091 2006-03-12 [paul] 2.0.0cvs136
2093 * src/prefs_common.c
2094 trans_hdr defaults to FALSE to be RFC-savvy
2095 * src/prefs_summaries.c
2096 add a tooltip to the trans_hdr option
2099 2006-03-12 [paul] 2.0.0cvs135
2101 * src/prefs_matcher.c
2102 give a little more width to the combos
2103 * src/prefs_display_header.c
2105 translate headers if prefs_common.trans_hdr
2108 Patches by Pawel Pekala
2110 2006-03-12 [paul] 2.0.0cvs134
2112 * src/plugins/clamav/clamav_plugin.c
2113 * src/plugins/dillo_viewer/dillo_viewer.c
2114 * src/plugins/pgpcore/plugin.c
2115 * src/plugins/pgpinline/plugin.c
2116 * src/plugins/pgpmime/plugin.c
2117 * src/plugins/spamassassin/spamassassin.c
2118 update/add to descriptions
2119 * src/plugins/spamassassin/spamassassin_gtk.c
2120 fixes to the english, remove superfluous
2121 tooltips, clean up a little
2123 2006-03-12 [paul] 2.0.0cvs133
2126 fix Bug 924, 'Account combo box shows up wrong
2127 if & is in account name'
2129 2006-03-11 [colin] 2.0.0cvs132
2132 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2133 messed up shift-selection because is slows down
2134 moving around summaryview. thanks -users
2136 2006-03-10 [colin] 2.0.0cvs131
2138 * src/plugins/spamassassin/spamassassin_gtk.c
2139 Put back Paul's engrish fixes
2141 2006-03-10 [colin] 2.0.0cvs130
2143 * src/plugins/spamassassin/spamassassin.c
2144 * src/plugins/spamassassin/spamassassin.h
2145 * src/plugins/spamassassin/spamassassin_gtk.c
2146 Cleanup SA prefs page (more)
2147 Patch by Fabien Vantard
2149 2006-03-10 [paul] 2.0.0cvs129
2151 * src/prefs_msg_colors.c
2152 * src/prefs_spelling.c
2155 2006-03-09 [mones] 2.0.0cvs128
2160 2006-03-09 [wwp] 2.0.0cvs127
2163 revert accidental commit (requirement for libetpan 0.43), this time
2166 2006-03-09 [wwp] 2.0.0cvs125
2169 revert accidental commit (requirement for libetpan 0.43)
2171 2006-03-09 [paul] 2.0.0cvs126
2173 * src/prefs_receive.c
2174 remove useless frame
2175 replace 'incorporation' with 'receiving'
2176 * src/plugins/clamav/clamav_plugin_gtk.c
2177 * src/plugins/spamassassin/spamassassin_gtk.c
2178 improve widget sensitivity
2179 fix a bit his engrish
2181 2006-03-09 [wwp] 2.0.0cvs125
2185 * src/prefs_common.c
2186 * src/prefs_common.h
2187 remember some more windows' sizes (add to addressbook and
2190 2006-03-09 [paul] 2.0.0cvs124
2192 * src/plugins/pgpcore/prefs_gpg.c
2193 normalise construction of dialogue
2195 2006-03-09 [paul] 2.0.0cvs123
2197 * src/plugins/trayicon/Makefile.am
2200 2006-03-08 [colin] 2.0.0cvs122
2202 * src/plugins/trayicon/Makefile.am
2203 Fix build in separate dir
2204 Patch by Bamanzi <bamanzi@gmail.com>
2206 2006-03-08 [colin] 2.0.0cvs121
2209 Batch move and copies from summaryview with delayed execution
2212 2006-03-07 [paul] 2.0.0cvs120
2214 * src/common/utils.c
2215 fix highlighting of URIs containing "()"
2216 Patch by Pawel Pekala
2218 2006-03-07 [paul] 2.0.0cvs119
2223 immediately do alphabetical resort when
2224 changing a folder's name
2225 Patch by Pawel Pekala
2227 2006-03-07 [paul] 2.0.0cvs118
2231 when unsubscribing a newsgroup, remove the
2232 folder and msgs in .sylpheed-claws/newscache
2233 Patch by Pawel Pekala <c0rn@gazeta.pl>
2235 2006-03-07 [paul] 2.0.0cvs117
2238 fix wrong Fake URL Warning
2241 2006-03-07 [colin] 2.0.0cvs116
2244 Return immediately when password dialog was
2246 * src/gtk/inputdialog.c
2247 Allow empty strings for passwords
2250 2006-03-06 [colin] 2.0.0cvs115
2253 Prevent double-timeouts when connection fails
2259 2006-03-06 [colin] 2.0.0cvs114
2262 Refresh session during potentially long
2265 2006-03-06 [wwp] 2.0.0cvs113
2267 * src/prefs_msg_colors.h
2268 forgot that one (custom color labels).
2270 2006-03-06 [wwp] 2.0.0cvs112
2272 * src/prefs_common.c
2273 * src/prefs_common.h
2274 * src/prefs_msg_colors.c
2277 * src/gtk/colorlabel.c
2278 * src/gtk/colorlabel.h
2279 colors in messages list are now customizable. Color values and names can
2280 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2281 Thanks to Paul and Colin for their help with this longstanding patch!
2283 2006-03-06 [wwp] 2.0.0cvs111
2286 don't crash if (x)face is bad.
2288 2006-03-05 [paul] 2.0.0cvs110
2293 * src/common/Makefile.am
2294 * src/common/utils.h
2295 * src/etpan/imap-thread.c
2297 * src/plugins/clamav/Makefile.am
2298 * src/plugins/demo/Makefile.am
2299 * src/plugins/dillo_viewer/Makefile.am
2300 * src/plugins/pgpcore/Makefile.am
2301 * src/plugins/pgpcore/passphrase.c
2302 * src/plugins/pgpinline/Makefile.am
2303 * src/plugins/pgpmime/Makefile.am
2304 * src/plugins/spamassassin/Makefile.am
2305 * src/plugins/trayicon/Makefile.am
2306 fix builiding on cygwin
2307 Patch by Ralgh Young <bamanzi@gmail.com>
2309 2006-03-04 [wwp] 2.0.0cvs109
2311 * manual/keyboard.xml
2312 fix mixed up/down keys.
2314 2006-03-04 [wwp] 2.0.0cvs108
2318 updated links to SpamAssassin.
2320 2006-03-04 [wwp] 2.0.0cvs107
2322 * manual/plugins.xml
2323 * src/plugins/spamassassin/README
2324 updated SpamAssassin plugin docs to reflect new functional additions
2325 (also fix/update/documents few technical stuff more, see the README).
2327 2006-03-04 [wwp] 2.0.0cvs106
2329 * src/prefs_message.c
2330 normalized capitalization of message-prefs paths.
2332 2006-03-04 [wwp] 2.0.0cvs105
2334 * manual/advanced.xml
2337 2006-03-03 [colin] 2.0.0cvs104
2339 * src/plugins/clamav/clamav_plugin_gtk.c
2340 Rework prefs page, patch by Fabien
2342 2006-03-03 [colin] 2.0.0cvs103
2344 * src/plugins/clamav/clamav_plugin.c
2345 Set error on all errors
2347 2006-03-03 [colin] 2.0.0cvs102
2349 * src/common/plugin.c
2350 Initialize error to avoid crashing when a plugin fails
2351 without setting error
2353 2006-03-02 [wwp] 2.0.0cvs101
2356 fixed linker flags for libetpan support on Cygwin
2357 (thanks to H.Merijn Brand).
2359 2006-03-02 [wwp] 2.0.0cvs100
2362 fix some AB error messages: one for punctuation and
2363 one wrongly duplicate (thanks, maxbritov).
2365 2006-03-02 [wwp] 2.0.0cvs99
2367 * src/plugins/spamassassin/spamassassin.c
2368 make sync calls to sa-learn/spamc to prevent
2369 system (whatever local or client/server) overload.
2371 2006-03-02 [colin] 2.0.0cvs98
2374 Put the spam icon in the status column instead of the
2377 2006-03-01 [colin] 2.0.0cvs97
2379 * src/plugins/spamassassin/spamassassin.c
2380 Fix segfault (g_file_set_contents fails for some
2381 reason and err==0x2f. Can't find out why with
2382 valgrind, using working function :-)
2384 2006-03-01 [colin] 2.0.0cvs96
2387 Offline overriding: let 'No' be cached only 3 seconds
2389 2006-03-01 [colin] 2.0.0cvs95
2395 * src/folder_item_prefs.c
2403 * src/prefs_common.h
2404 * src/prefs_msg_colors.c
2410 * src/send_message.h
2411 * src/simple-gettext.c
2417 * src/common/ssl_certificate.c
2418 * src/common/utils.c
2419 * src/gtk/colorsel.c
2420 * src/gtk/gtksctree.c
2421 * src/gtk/gtkshruler.c
2422 * src/plugins/trayicon/trayicon.c
2423 #if 0 goes to /dev/null
2425 2006-03-01 [colin] 2.0.0cvs94
2433 * src/plugins/spamassassin/spamassassin.c
2434 Allow to add information in the "working offline"
2437 2006-03-01 [wwp] 2.0.0cvs93
2439 * src/plugins/spamassassin/spamassassin.c
2440 fixed spamc invocation: use a tricky temporary mini shell wrapper
2441 'cause it seems that calling `spamc ... < inputfile` with
2442 g_spawn_(a)sync simply.. erm doesn't work :-).
2444 2006-03-01 [wwp] 2.0.0cvs92
2448 simplify the adding of spam/ham button to the messageview toolbar
2449 (it gets more clear now that the same button will be "Mark as spam"
2450 or "Mark as ham" according to the current message status,
2453 2006-03-01 [wwp] 2.0.0cvs91
2459 * src/plugins/spamassassin/spamassassin.c
2460 * src/plugins/spamassassin/spamassassin.h
2461 make learner callbacks return a status (0 for ok),
2462 handle it in main code to avoid setting flags when learning failed,
2463 don't learn on TCP if offline in spamassassin,
2468 2006-03-01 [wwp] 2.0.0cvs90
2471 some work around the compose window's account menu,
2472 patch by Fabien Vantard.
2474 2006-03-01 [wwp] 2.0.0cvs89
2476 * src/plugins/spamassassin/spamassassin.c
2477 fixed bad logics, was using spamc in local mode and sa-learn
2478 in remote mode (thanks, Colin).
2480 2006-03-01 [wwp] 2.0.0cvs88
2482 * src/plugins/spamassassin/spamassassin.c
2483 * src/plugins/spamassassin/spamassassin.h
2484 * src/plugins/spamassassin/spamassassin_gtk.c
2485 made processing of emails w/ sa-plugin an option (default is TRUE),
2486 fixed Engrish some tooltips, capitalization of some debug messages
2487 and warnings. The spamassassin plugin now provides two separate
2488 services: process emails upon incorporation and spamd training.
2489 Both services (un)register independently but use some common
2490 plugin settings (transport settings, spam storage location).
2492 2006-02-28 [wwp] 2.0.0cvs87
2494 * src/plugins/spamassassin/spamassassin.c
2495 fix async flag to spamc cmdline execution (batch exec should
2498 2006-02-27 [wwp] 2.0.0cvs86
2500 * src/plugins/spamassassin/spamassassin.c
2501 * src/plugins/spamassassin/spamassassin.h
2502 * src/plugins/spamassassin/spamassassin_gtk.c
2503 - added the ability to learn a remote spamassassin server (spamd),
2505 - added the spamassassin option 'username', that applies to all
2506 spamassassin operations (filtering, learning, local or remote).
2507 The default username is the current unix user (if left blank
2508 from gtk prefs or config file).
2509 - commented out some unused code (notebook widget), removed unused
2511 - make more widgets sensitive to the transport type.
2513 2006-02-27 [colin] 2.0.0cvs85
2515 * src/plugins/spamassassin/spamassassin.c
2516 Fix sa-learn call when offline
2518 2006-02-27 [colin] 2.0.0cvs84
2526 * src/prefs_toolbar.c
2528 * src/stock_pixmap.c
2529 * src/stock_pixmap.h
2533 * src/pixmaps/ham_btn.xpm
2534 * src/pixmaps/spam.xpm
2535 * src/pixmaps/spam_btn.xpm
2536 * src/plugins/spamassassin/spamassassin.c
2537 Add button in toolbar for spam learning
2538 Fix a few bugs from the last related commit
2539 Revert 1.9.6cvs23 which messed up shift-selection
2541 2006-02-24 [colin] 2.0.0cvs83
2546 * src/plugins/spamassassin/spamassassin.c
2547 * src/plugins/spamassassin/spamassassin.h
2548 * src/plugins/spamassassin/spamassassin_gtk.c
2549 Unregister learner when spamassassin is either
2550 disabled or over tcp
2552 2006-02-24 [colin] 2.0.0cvs82
2559 * src/stock_pixmap.c
2560 * src/stock_pixmap.h
2563 * src/gtk/icon_legend.c
2564 * src/pixmaps/spam.xpm ** NEW FILE **
2565 * src/plugins/spamassassin/spamassassin.c
2566 * src/plugins/spamassassin/spamassassin_gtk.c
2567 Add spam learning interface (Mark/Mark as
2570 2006-02-24 [wwp] 2.0.0cvs81
2575 hide compose window when sending message in batch mode
2576 (filtering: forward and redirect). Also fixed a wrong
2577 value returned when sending failed, neutral anyway.
2580 2006-02-24 [wwp] 2.0.0cvs80
2583 use GTK+'s stock quit button. Patch by Fabien Vantard.
2585 2006-02-24 [paul] 2.0.0cvs79
2590 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2593 2006-02-23 [colin] 2.0.0cvs78
2596 Change OK to Close in alertpanel with View log
2597 button; add accel to View log. Patch by Fabien
2600 2006-02-23 [wwp] 2.0.0cvs77
2603 silly me, there were much more tests to perform, since toolbars can
2604 really have down to 1 element only.
2606 2006-02-23 [wwp] 2.0.0cvs76
2609 fixed indentation from my previous commit. Fallback to VISUAL if
2610 EDITOR is not set (and to vi, at last resort).
2612 2006-02-23 [wwp] 2.0.0cvs75
2615 improved error detection (Colin, me).
2617 2006-02-23 [wwp] 2.0.0cvs74
2619 * src/prefs_toolbar.c
2620 simplify and fix prefs/toolbars layouting. Combos' contents can
2621 now be really displayed.
2623 2006-02-23 [wwp] 2.0.0cvs73
2624 simplifies and fix prefs/toolbars layouting. Combos' contents can now
2625 be really displayed.
2627 2006-02-22 [wwp] 2.0.0cvs72
2630 fix a typo in my previous commit (sorry!).
2632 2006-02-22 [wwp] 2.0.0cvs71
2634 * src/prefs_toolbar.c
2635 fix a crash when adding separators to toolbars,
2636 also fix some separator item information.
2638 2006-02-22 [wwp] 2.0.0cvs70
2641 fix a crash when redirecting (for instance) when compose window's
2642 toolbar contents has been customized (when some buttons have been
2645 2006-02-21 [wwp] 2.0.0cvs69
2648 * src/gtk/pluginwindow.c
2649 * src/plugins/pgpcore/prefs_gpg.c
2650 fix some compilation warnings (feat. remains of removed code).
2652 2006-02-21 [wwp] 2.0.0cvs68
2654 * src/gtk/gtkutils.c
2655 fix two compilation issues, thanks to Stephan Sachse.
2657 2006-02-20 [colin] 2.0.0cvs67
2660 Don't reselect displayed mail on refocus
2661 This fixes actions misbehaving
2663 2006-02-20 [wwp] 2.0.0cvs66
2666 * src/gtk/gtksctree.c
2667 * src/gtk/gtkshruler.c
2668 changed more runtime typecast checks.
2670 2006-02-20 [wwp] 2.0.0cvs65
2672 * src/summary_search.c
2673 find all - summaryview refresh issue fixed, thanks to Colin.
2675 2006-02-20 [wwp] 2.0.0cvs64
2677 * src/gtk/gtkutils.c
2678 better runtime typecast checks.
2680 2006-02-20 [wwp] 2.0.0cvs63
2682 * src/summary_search.c
2683 enhancements to the summary search:
2684 - add the ability to stop the running search
2685 (upon ESC-key press, new Stop button or when Clear button is pressed)
2686 - don't search if no criteria (From/To/Subject/Body) is set
2687 - ensure that a busy mouse pointer is always shown when searching,
2688 show it even a bit earlier
2690 2006-02-19 [colin] 2.0.0cvs62
2694 * src/etpan/imap-thread.c
2695 * src/etpan/imap-thread.h
2696 (Future) IMAP speed improvement on sending
2697 Will require a libetpan update
2699 * src/gtk/quicksearch.c
2700 Make quicksearch clearable while running.
2702 2006-02-17 [colin] 2.0.0cvs61
2705 * src/etpan/imap-thread.c
2706 * src/etpan/imap-thread.h
2707 Check for IMAP certificates
2708 ** Requires libetpan-0.42-cvs4
2709 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2711 2006-02-17 [colin] 2.0.0cvs60
2714 * src/prefs_common.c
2715 * src/prefs_common.h
2716 * src/prefs_message.c
2717 Add pref to display HTML-only mails with plugin,
2718 if possible (defaulting to FALSE of course).
2720 2006-02-16 [colin] 2.0.0cvs59
2723 * src/common/plugin.c
2724 * src/common/plugin.h
2725 * src/gtk/pluginwindow.c
2726 Keep track of requested (but unloaded) plugins
2727 in some error cases.
2729 2006-02-16 [wwp] 2.0.0cvs58
2731 * src/gtk/gtkaspell.c
2732 * src/gtk/gtkaspell.h
2733 * src/prefs_spelling.c
2735 * src/prefs_common.c
2736 * src/prefs_common.h
2737 implemented new optional spellchecker behaviour: re-check message when
2738 dictionary got changed (from compose-window/context-menu/Change dictionary).
2740 2006-02-16 [wwp] 2.0.0cvs57
2742 * src/quote_fmt_parse.y
2743 pclose popen'ed pipe.
2745 2006-02-15 [colin] 2.0.0cvs56
2749 Let MimeViewers know which MimeView they
2752 Swap From/To columns in Sent/Queue/Drafts
2754 * src/etpan/imap-thread.c
2755 Use mailstream_low_tls_open() for STARTTLS
2756 instead of mailstream_low_ssl_open()
2757 ** REQUIRES libetpan 0.42cvs3 **
2759 2006-02-15 [wwp] 2.0.0cvs55
2763 * src/message_search.c
2764 * src/message_search.h
2766 * src/gtk/gtkutils.c
2767 * src/gtk/gtkutils.h
2768 added the ability to Find text in the compose window (and a bit
2769 of code factorization).
2771 2006-02-15 [wwp] 2.0.0cvs54
2774 yet another one file was missing (fix for some widgets' sensitivity).
2777 2006-02-15 [wwp] 2.0.0cvs53
2780 oops forgot that file (fix for some widgets' sensitivity).
2782 2006-02-15 [wwp] 2.0.0cvs52
2784 * src/summary_search.c
2785 implemented advanced summary search options (added the ability
2786 to use matcher conditions in an advanced search mode).
2788 2006-02-15 [wwp] 2.0.0cvs51
2790 * src/plugins/pgpcore/prefs_gpg.c
2791 * src/prefs_account.c
2792 fix some widget sensitivity, mostly around some labels in
2795 2006-02-15 [paul] 2.0.0cvs50
2797 * manual/advanced.xml
2798 improve Templates info
2801 2006-02-14 [colin] 2.0.0cvs49
2803 * src/pixmaps/address_book.xpm
2804 * src/pixmaps/preferences.xpm
2805 * src/pixmaps/properties.xpm
2806 Fix pixmap size - patch by Fabien Vantard
2808 2006-02-13 [colin] 2.0.0cvs48
2811 Add missing fclose()s on error
2814 * src/common/utils.c
2815 Fix temp files not being deleted on windows
2816 Patches by Thomas Gilgin
2818 2006-02-13 [colin] 2.0.0cvs47
2823 2006-02-13 [wwp] 2.0.0cvs46
2825 * src/plugins/pgpcore/prefs_gpg.c
2826 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2828 2006-02-12 [colin] 2.0.0cvs45
2833 Fix "stuff" when quitting
2835 2006-02-12 [wwp] 2.0.0cvs44
2837 * src/prefs_themes.c
2838 fix typos in debug messages.
2840 2006-02-11 [colin] 2.0.0cvs43
2843 don't allow drag/drop from ourself
2845 2006-02-10 [wwp] 2.0.0cvs42
2852 renamed html_ prefixed functions and data structures to avoid
2853 namespace clashes w/ other software (gtkhtml2 for instance).
2857 2006-02-09 [colin] 2.0.0cvs41
2860 Fix shitty logic messed up. Thanks Ticho for the hint!
2862 2006-02-09 [wwp] 2.0.0cvs40
2866 * src/prefs_account.c
2869 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2870 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2871 Browse buttons in accounts prefs.
2873 2006-02-09 [colin] 2.0.0cvs39
2876 Check for pointer before using its members
2877 * src/gtk/gtksourceprintjob.c
2880 2006-02-09 [wwp] 2.0.0cvs38
2883 fix few compiler warnings (type mismatch).
2885 2006-02-09 [paul] 2.0.0cvs37
2888 updated by Fabien Vantard
2890 2006-02-08 [colin] 2.0.0cvs36
2892 * src/prefs_common.c
2894 * src/common/plugin.c
2895 allow windows and linux configurations to coexist
2896 patch by Thomas Gilgin
2898 2006-02-08 [colin] 2.0.0cvs35
2903 * src/matcher_parser_parse.y
2904 * src/prefs_filtering_action.c
2905 * src/prefs_matcher.c
2906 Add the "Ignore thread" filtering
2909 2006-02-08 [colin] 2.0.0cvs34
2914 Fix bug #905 (damaged attachment)
2915 text files with raw \0's aren't really text files
2918 2006-02-08 [colin] 2.0.0cvs33
2921 Fix crasher introduced yesterday
2923 2006-02-08 [wwp] 2.0.0cvs32
2927 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2929 2006-02-08 [wwp] 2.0.0cvs31
2931 * src/prefs_template.c
2932 templates enhancement: allow address completion for Cc and Bcc fields
2933 (it was currently possible for the To field only)
2935 2006-02-08 [colin] 2.0.0cvs30
2938 Don't unblock if not blocked
2941 2006-02-07 [colin] 2.0.0cvs29
2944 Forgot to refresh summaryview
2946 2006-02-07 [colin] 2.0.0cvs28
2949 Freeze/thaw message list and folder list while
2950 processing %as{} actions
2952 Fix auto-wrap disabling after a middle-click
2955 2006-02-07 [paul] 2.0.0cvs27
2958 fix freeing of uninitialised pointers
2961 2006-02-06 [colin] 2.0.0cvs26
2964 Use g_slist_prepend in potentially big list
2966 2006-02-06 [colin] 2.0.0cvs25
2969 Completely skip processing if it doesn't
2972 2006-02-06 [colin] 2.0.0cvs24
2976 Batch filtering in summaryview (from Tools menu)
2977 and pre/post//-processing too
2979 2006-02-06 [colin] 2.0.0cvs23
2983 Use a special field for batch filtering instead
2984 of stepping on deferred execution's toes
2986 2006-02-06 [colin] 2.0.0cvs22
2993 Fix filtering via menus and actions
2995 2006-02-06 [colin] 2.0.0cvs21
2998 Put the added file directly to cache if possible (will work
3006 Move and copy filtered messages by batches instead of one
3007 by one - faster on IMAP
3009 Add a function that'll possibly be useful later
3011 2006-02-06 [colin] 2.0.0cvs20
3014 Use internal mime-type instead of text/plain for d'n'd
3016 Allow attaching files from mimeview's icon list via d'n'd
3019 Use internal mime-type instead of text/plain for d'n'd
3020 Don't try to selected opened folder if none is
3021 Factorize d'n'd from other apps code
3024 * src/gtk/gtkutils.c
3025 * src/gtk/gtkutils.h
3026 Factorize Face/X-Face stuff
3028 Fix d'n'd to other apps
3029 * src/prefs_message.c
3030 Let the XFace pref be usable without libcompface as it also
3033 Fix d'n'd to other apps
3034 Factorize d'n'd from other apps code
3036 2006-02-06 [wwp] 2.0.0cvs19
3039 Italian translation fixes by Andrea Spadaccini (no more confusion
3040 between filtering and processing, and few changes in the About
3044 2006-02-06 [mones] 2.0.0cvs18
3046 * src/gtk/icon_legend.c
3047 Improved descriptions allowing better translations
3049 2006-02-05 [colin] 2.0.0cvs17
3052 Add the f*cking missing expunge that caused imap_fetch_env
3053 to fail after an add_msgs ! :-///
3054 * src/etpan/imap-thread.c
3058 2006-02-05 [colin] 2.0.0cvs16
3060 * src/common/utils.c
3061 Don't check for return-path (or we can't put
3062 back non-sent mails)
3064 2006-02-05 [colin] 2.0.0cvs15
3067 Don't try to display Face header in textview
3068 when teh headerview's active
3070 2006-02-05 [colin] 2.0.0cvs14
3072 * tools/tbird2syl.py
3074 Add script to import Thunderbird mails
3076 2006-02-05 [colin] 2.0.0cvs13
3083 Show Face headers - patch partially by Klaus Flittner
3085 2006-02-05 [colin] 2.0.0cvs12
3089 * src/common/utils.c
3090 * src/common/utils.h
3091 Let dnd work from mime icons to summaryview
3092 and to folderview too
3093 Add a crude test to avoid trying to add files
3094 drag'n'dropped when they're not mails
3096 2006-02-04 [colin] 2.0.0cvs11
3102 2006-02-04 [colin] 2.0.0cvs10
3109 Added various drag and drop capas:
3111 summaryview other apps
3112 mimeview icons other apps
3113 other apps summaryview
3114 other apps folderview
3116 This shouldn't have broken the existing:
3118 summaryview folderview
3119 folderview folderview
3120 summaryview compose's attachments
3124 2006-02-02 [paul] 2.0.0cvs9
3127 move global option 'Set displayed columns...' out
3128 of folder option grouping.
3129 fix sensitivity of 'harvest addresses'
3132 2006-02-01 [colin] 2.0.0cvs8
3135 Revert the alertpanel patch, it sucks (intrusive
3136 and gets in the way of "open")
3138 2006-02-01 [colin] 2.0.0cvs7
3141 * src/prefs_account.c
3142 * src/prefs_common.c
3144 * src/common/utils.c
3145 * src/common/utils.h
3146 Add ability to edit the signature file
3147 from the account preferences, and use
3148 a default for the text editor.
3149 Patch by Fabien Vantard
3151 2006-02-01 [colin] 2.0.0cvs6
3154 Try to get mime type by extension if it is
3155 application/octet-stream
3156 Display a window with possible choices when
3157 encountering unknown mime types
3161 Allow multiple selection in filtered filesel
3162 (patch by Fabien Vantard)
3163 * src/gtk/pluginwindow.c
3164 Use it (patch by Fabien Vantard)
3166 2006-02-01 [paul] 2.0.0cvs5
3169 fix crash on creating jpilot address book
3170 Thanks to Colin - FOR_STABLE
3171 * src/prefs_summaries.c
3172 * src/prefs_wrapping.c
3173 * src/gtk/icon_legend.c
3174 * src/gtk/quicksearch.c
3175 string fixes and additions
3177 2006-02-01 [paul] 2.0.0cvs4
3183 add Arabic encoding option
3184 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
3186 2006-01-31 [colin] 2.0.0cvs3
3188 * src/plugins/pgpcore/passphrase.c
3189 Convert passphrase to locale encoding
3191 Fix drafting on IMAP. Crappy bug sneaked in
3195 2006-01-30 [paul] 2.0.0cvs2
3197 * src/gtk/icon_legend.c
3198 show the new entries
3200 2006-01-30 [colin] 2.0.0cvs1
3203 Check for the file to be present before
3204 enabling the menu - FOR_STABLE
3205 * src/gtk/icon_legend.c
3206 Add folders icons (not all of them, there
3207 are too much, but the most intriguing ones)
3209 2006-01-30 [paul] 2.0.0
3211 version 2.0.0 released
3213 2006-01-30 [paul] 1.9.100cvs200
3218 * manual/starting.xml
3219 * manual/sylpheed-claws-manual.xml
3222 2006-01-29 [mones] 1.9.100cvs199
3224 * manual/account.xml
3225 * manual/advanced.xml
3226 * manual/glossary.xml
3227 Some typos fixed, added LDIF term to glossary
3229 Fixed leading plus symbol
3231 2006-01-29 [paul] 1.9.100cvs198
3235 updated by Tommi Pirinen and Andrej Kacian
3237 2006-01-29 [paul] 1.9.100cvs197
3242 2006-01-29 [paul] 1.9.100cvs196
3247 * tools/claws.i18n.status.pl
3248 nl translation updated by Tim Dijkstra
3250 2006-01-29 [paul] 1.9.100cvs195
3254 updated by Aleksandar Urosevic and Anders Troback
3256 2006-01-28 [colin] 1.9.100cvs194
3258 * src/gtk/gtksourceprintjob.c
3259 Don't fiddle with PangoLayout when we
3262 2006-01-28 [paul] 1.9.100cvs193
3268 * tools/claws.i18n.status.pl
3269 updated translations submitted by Stavros Giannouris
3272 2006-01-27 [colin] 1.9.100cvs192
3275 * src/gtk/gtksourceprintjob.c
3277 (libgnomeprint only, of course)
3279 2006-01-27 [paul] 1.9.100cvs191
3283 updated by Fabien Vantard and Andrea Spadaccini
3285 2006-01-26 [colin] 1.9.100cvs190
3287 * manual/Makefile.am
3289 Make building the manual optional
3292 2006-01-26 [paul] 1.9.100cvs189
3294 * manual/glossary.xml
3295 * manual/plugins.xml
3300 2006-01-26 [paul] 1.9.100cvs188
3302 * src/prefs_display_header.c
3303 * src/prefs_folder_column.c
3304 * src/prefs_msg_colors.c
3305 * src/prefs_summaries.c
3306 * src/prefs_summary_column.c
3309 2006-01-25 [colin] 1.9.100cvs187
3312 Don't allow moving/copying mails between
3313 queue/drafts and non-queue/drafts folders
3314 Fixes bug #897 (message header is resetted
3315 if one is copied to Drafts)
3317 2006-01-25 [colin] 1.9.100cvs186
3321 Fix subscribed folders not found
3323 Don't try to encode as original mail's charset
3326 2006-01-25 [paul] 1.9.100cvs185
3335 updates submitted by Stephan Sachse, Emilian Nowak
3336 and Quar, Frederico Goncalves Guimaraes, and
3338 Fix Bug 896, 'PT_BR locale broken'.
3342 2006-01-24 [mones] 1.9.100cvs184
3344 * manual/glossary.xml
3345 All current terms finished. Reviewers welcome ;-)
3346 * manual/keyboard.xml
3347 Fixed column width for pdf output.
3351 2006-01-24 [paul] 1.9.100cvs183
3353 * manual/glossary.xml
3355 * manual/dist/html/Makefile.am
3356 * manual/dist/pdf/Makefile.am
3357 * manual/dist/ps/Makefile.am
3358 * manual/dist/txt/Makefile.am
3362 2006-01-24 [mones] 1.9.100cvs182
3364 * manual/glossary.xml
3365 Nearly finished, some terms missing.
3367 2006-01-23 [paul] 1.9.100cvs181
3369 * manual/dist/html/Makefile.am
3370 * manual/dist/pdf/Makefile.am
3371 * manual/dist/ps/Makefile.am
3372 * manual/dist/txt/Makefile.am
3377 2006-01-22 [colin] 1.9.100cvs180
3380 * src/gtk/gtkaspell.c
3381 Don't deselect stuff before right-clicking, with aspell.
3382 (This prevented right-click Copy, for example).
3385 2006-01-22 [paul] 1.9.100cvs179
3387 * src/summary_search.c
3388 don't fix the widget size as it causes problems
3390 Thanks to Emilian Nowak
3392 2006-01-21 [paul] 1.9.100cvs178
3394 * src/prefs_themes.c
3395 fix broken underlining of label text
3396 with some translations
3398 2006-01-21 [colin] 1.9.100cvs177
3401 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3403 2006-01-20 [colin] 1.9.100cvs176
3408 * manual/dist/html/.cvsignore
3409 * manual/dist/html/Makefile.am
3410 * manual/dist/pdf/.cvsignore
3411 * manual/dist/pdf/Makefile.am
3412 * manual/dist/ps/.cvsignore
3413 * manual/dist/ps/Makefile.am
3414 * manual/dist/txt/.cvsignore
3415 * manual/dist/txt/Makefile.am
3418 2006-01-20 [paul] 1.9.100cvs175
3420 * manual/handling.xml
3421 make Filtering and Searching entries easier to find
3422 * manual/keyboard.xml
3423 add the remaining default keybinds
3424 * src/prefs_summaries.c
3425 update the default keybinds
3427 2006-01-20 [paul] 1.9.100cvs174
3439 replace 'e-mail' with 'email'
3440 * src/summary_search.c
3441 add mnemonic to "Find all" button
3443 2006-01-20 [wwp] 1.9.100cvs173
3447 touched mbox import/export buttons for HIG-compliance
3449 2006-01-19 [paul] 1.9.100cvs172
3451 * manual/account.xml
3452 * manual/addrbook.xml
3453 * manual/advanced.xml
3455 * manual/handling.xml
3457 * manual/plugins.xml
3458 * manual/starting.xml
3461 2006-01-19 [paul] 1.9.100cvs171
3464 allow use of trash button while receiving
3467 2006-01-19 [wwp] 1.9.100cvs170
3469 * src/gtk/quicksearch.c
3471 force text color to black when yellow background is set
3473 2006-01-19 [colin] 1.9.100cvs169
3475 * src/plugins/trayicon/trayicon.c
3476 Gray out Get Mail when already getting mail
3478 2006-01-18 [paul] 1.9.100cvs168
3481 give widget yellow background was To is
3482 set via folder prefs
3483 * src/gtk/quicksearch.c
3484 give widget yellow background when quick
3488 2006-01-18 [paul] 1.9.100cvs167
3490 * doc/man/sylpheed-claws.1
3491 add --subscribe option
3493 2006-01-18 [paul] 1.9.100cvs166
3495 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3496 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3497 use %U instead of %F (%F is broken for user installed
3500 2006-01-18 [colin] 1.9.100cvs165
3503 Default to Yes in "No more * messages" dialogs
3505 2006-01-17 [colin] 1.9.100cvs164
3508 Possibly fix an invalid iterator causing
3511 2006-01-17 [colin] 1.9.100cvs163
3514 Fix crash when the image disappears under the
3517 2006-01-16 [colin] 1.9.100cvs162
3520 Fix reenabling autowrap
3522 2006-01-16 [colin] 1.9.100cvs161
3525 reset quote_len before getting quote_str
3527 2006-01-16 [colin] 1.9.100cvs160
3534 Fix bug #883 (default inbox does not track folder move)
3536 2006-01-16 [colin] 1.9.100cvs159
3539 * src/plugins/pgpcore/passphrase.c
3542 2006-01-16 [paul] 1.9.100cvs158
3544 * src/prefs_actions.c
3545 * src/prefs_filtering_action.c
3546 * src/prefs_matcher.c
3548 * src/gtk/description_window.c
3549 * src/gtk/description_window.h
3550 * src/gtk/quicksearch.c
3551 description window cleanups
3553 2006-01-15 [colin] 1.9.100cvs157
3556 * src/prefs_filtering.c
3559 2006-01-15 [colin] 1.9.100cvs156
3563 Same for "Empty trash"
3565 2006-01-15 [colin] 1.9.100cvs155
3568 Override offline dialog had Yes by default
3570 2006-01-15 [colin] 1.9.100cvs154
3573 Delete selected messages? previously had Yes the default
3575 2006-01-15 [colin] 1.9.100cvs153
3580 Check if a mailbox is loaded after all
3583 2006-01-15 [colin] 1.9.100cvs152
3586 Don't start wizard when there are unloaded folders (will help
3587 people with only mbox or maildir mailboxes)
3589 2006-01-14 [colin] 1.9.100cvs151
3597 More HIG compliance and fixes
3599 2006-01-14 [colin] 1.9.100cvs150
3601 * src/prefs_filtering_action.c
3603 Two forgotten button order changes
3605 2006-01-14 [colin] 1.9.100cvs149
3615 * src/prefs_actions.c
3616 * src/prefs_customheader.c
3617 * src/prefs_filtering.c
3618 * src/prefs_matcher.c
3619 * src/prefs_template.c
3624 All deletion confirmations are now "Cancel, Delete"
3625 instead of "No, Yes"
3626 Clarified most of the other "No, Yes" to
3627 "Cancel, Descriptive_action"
3628 Rechanged the "Entry not saved" alerts to have
3629 "Close, Continue editing"
3634 * 2.0.0-rc4 released
3636 2006-01-14 [paul] 1.9.100cvs148
3651 * src/grouplistdialog.c
3658 * src/message_search.c
3663 * src/prefs_actions.c
3664 * src/prefs_customheader.c
3665 * src/prefs_filtering.c
3666 * src/prefs_matcher.c
3667 * src/prefs_template.c
3668 * src/prefs_themes.c
3670 * src/summary_search.c
3674 * src/gtk/foldersort.c
3675 * src/gtk/gtkaspell.c
3676 * src/gtk/inputdialog.c
3677 * src/gtk/prefswindow.c
3678 * src/plugins/pgpcore/select-keys.c
3679 * src/plugins/trayicon/trayicon.c
3680 HIG compliant button order
3682 2006-01-14 [mones] 1.9.100cvs147
3687 2006-01-13 [paul] 1.9.100cvs146
3692 add Joshua M. Kwan to contributors list
3694 2006-01-13 [colin] 1.9.100cvs145
3696 * src/gtk/quicksearch.c
3697 Don't refocus quick search after executing (Esc or Enter)
3698 Allows to '/'search something then move up/down in
3699 summaryview, and to Esc a search and be back in the
3702 2006-01-13 [paul] 1.9.100cvs144
3704 * src/plugins/pgpinline/pgpinline.c
3705 support Content-Type 'application/pgp'
3706 patch by Joshua M. Kwan <joshuak@users.sf.net>
3708 2006-01-13 [paul] 1.9.100cvs143
3710 * manual/account.xml
3711 make mention of partial retrieval
3714 2006-01-13 [paul] 1.9.100cvs142
3755 * src/customheader.c
3756 * src/customheader.h
3757 * src/displayheader.c
3758 * src/displayheader.h
3769 * src/editldap_basedn.c
3770 * src/editldap_basedn.h
3786 * src/folder_item_prefs.c
3787 * src/folder_item_prefs.h
3794 * src/grouplistdialog.c
3795 * src/grouplistdialog.h
3799 * src/image_viewer.c
3800 * src/image_viewer.h
3836 * src/message_search.c
3837 * src/message_search.h
3854 * src/partial_download.c
3855 * src/partial_download.h
3860 * src/prefs_account.c
3861 * src/prefs_account.h
3862 * src/prefs_actions.c
3863 * src/prefs_actions.h
3864 * src/prefs_common.c
3865 * src/prefs_common.h
3866 * src/prefs_compose_writing.c
3867 * src/prefs_compose_writing.h
3868 * src/prefs_customheader.c
3869 * src/prefs_customheader.h
3870 * src/prefs_display_header.c
3871 * src/prefs_display_header.h
3872 * src/prefs_filtering.c
3873 * src/prefs_filtering.h
3874 * src/prefs_filtering_action.c
3875 * src/prefs_filtering_action.h
3876 * src/prefs_folder_column.c
3877 * src/prefs_folder_column.h
3878 * src/prefs_folder_item.c
3879 * src/prefs_folder_item.h
3884 * src/prefs_image_viewer.c
3885 * src/prefs_image_viewer.h
3886 * src/prefs_matcher.c
3887 * src/prefs_matcher.h
3888 * src/prefs_message.c
3889 * src/prefs_msg_colors.c
3890 * src/prefs_msg_colors.h
3893 * src/prefs_receive.c
3895 * src/prefs_spelling.c
3896 * src/prefs_spelling.h
3897 * src/prefs_summaries.c
3898 * src/prefs_summaries.h
3899 * src/prefs_summary_column.c
3900 * src/prefs_summary_column.h
3901 * src/prefs_template.c
3902 * src/prefs_template.h
3903 * src/prefs_themes.c
3904 * src/prefs_themes.h
3905 * src/prefs_toolbar.c
3906 * src/prefs_toolbar.h
3907 * src/prefs_wrapping.c
3908 * src/prefs_wrapping.h
3918 * src/quote_fmt_parse.y
3921 * src/remotefolder.c
3922 * src/remotefolder.h
3923 * src/send_message.c
3924 * src/send_message.h
3927 * src/sourcewindow.c
3928 * src/sourcewindow.h
3933 * src/stock_pixmap.c
3934 * src/stock_pixmap.h
3935 * src/summary_search.c
3936 * src/summary_search.h
3953 * src/common/base64.c
3954 * src/common/base64.h
3956 * src/common/hooks.c
3957 * src/common/hooks.h
3960 * src/common/mgutils.c
3961 * src/common/mgutils.h
3964 * src/common/passcrypt.c
3965 * src/common/passcrypt.h.in
3966 * src/common/plugin.c
3967 * src/common/plugin.h
3968 * src/common/prefs.c
3969 * src/common/prefs.h
3970 * src/common/progressindicator.c
3971 * src/common/progressindicator.h
3972 * src/common/quoted-printable.c
3973 * src/common/quoted-printable.h
3974 * src/common/session.c
3975 * src/common/session.h
3978 * src/common/socket.c
3979 * src/common/socket.h
3982 * src/common/ssl_certificate.c
3983 * src/common/ssl_certificate.h
3984 * src/common/stringtable.c
3985 * src/common/stringtable.h
3986 * src/common/sylpheed.c
3987 * src/common/sylpheed.h
3988 * src/common/template.c
3989 * src/common/template.h
3990 * src/common/timing.h
3991 * src/common/utils.c
3992 * src/common/utils.h
3993 * src/common/version.h.in
3996 * src/common/xmlprops.c
3997 * src/common/xmlprops.h
3998 * src/gtk/colorlabel.c
3999 * src/gtk/colorsel.c
4000 * src/gtk/colorsel.h
4001 * src/gtk/description_window.c
4002 * src/gtk/description_window.h
4005 * src/gtk/foldersort.c
4006 * src/gtk/foldersort.h
4007 * src/gtk/gtkutils.c
4008 * src/gtk/gtkutils.h
4009 * src/gtk/inputdialog.c
4010 * src/gtk/inputdialog.h
4011 * src/gtk/logwindow.c
4012 * src/gtk/logwindow.h
4013 * src/gtk/manage_window.c
4014 * src/gtk/manage_window.h
4017 * src/gtk/pluginwindow.c
4018 * src/gtk/pluginwindow.h
4019 * src/gtk/prefswindow.c
4020 * src/gtk/prefswindow.h
4021 * src/gtk/progressdialog.c
4022 * src/gtk/progressdialog.h
4023 * src/gtk/sslcertwindow.c
4024 * src/gtk/sslcertwindow.h
4025 * src/plugins/clamav/clamav_plugin.c
4026 * src/plugins/clamav/clamav_plugin.h
4027 * src/plugins/clamav/clamav_plugin_gtk.c
4028 * src/plugins/demo/demo.c
4029 * src/plugins/dillo_viewer/dillo_prefs.c
4030 * src/plugins/dillo_viewer/dillo_prefs.h
4031 * src/plugins/dillo_viewer/dillo_viewer.c
4032 * src/plugins/pgpcore/passphrase.c
4033 * src/plugins/pgpcore/passphrase.h
4034 * src/plugins/pgpcore/plugin.c
4035 * src/plugins/pgpcore/select-keys.c
4036 * src/plugins/pgpcore/select-keys.h
4037 * src/plugins/pgpcore/sgpgme.c
4038 * src/plugins/pgpcore/sgpgme.h
4039 * src/plugins/pgpinline/pgpinline.c
4040 * src/plugins/pgpinline/pgpinline.h
4041 * src/plugins/pgpinline/plugin.c
4042 * src/plugins/pgpmime/pgpmime.c
4043 * src/plugins/pgpmime/pgpmime.h
4044 * src/plugins/pgpmime/plugin.c
4045 * src/plugins/spamassassin/spamassassin.c
4046 * src/plugins/spamassassin/spamassassin.h
4047 * src/plugins/spamassassin/spamassassin_gtk.c
4048 * src/plugins/trayicon/trayicon.c
4049 update copyright header
4051 2006-01-13 [paul] 1.9.100cvs141
4057 * src/prefs_account.c
4058 * src/prefs_display_header.c
4059 * src/prefs_receive.c
4061 * src/prefs_summaries.c
4062 * src/prefs_themes.c
4063 * src/prefs_toolbar.c
4067 2006-01-12 [colin] 1.9.100cvs140
4072 Add --subscribe option
4073 Let sylpheed-claws email@domain.com equivalent to --compose
4074 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4076 2006-01-12 [paul] 1.9.100cvs139
4079 append 'Change folder order' label with '...'
4080 * src/prefs_actions.c
4081 allow reordering of actions list by dnd
4082 * src/gtk/foldersort.c
4083 make the dialog nicer
4085 2006-01-11 [colin] 1.9.100cvs138
4088 Allow templates without text
4090 2006-01-11 [paul] 1.9.100cvs137
4093 * tools/filter_conv_new.pl
4095 also check .sylpheed for filter.xml
4096 be a bit informative to the user
4098 2006-01-11 [colin] 1.9.100cvs136
4101 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4103 2006-01-10 [paul] 1.9.100cvs135
4106 * tools/filter_conv_new.pl
4107 add script to convert new style Sylpheed
4108 filter rules (Sylpheed >= 0.9.99) to
4109 Claws filtering rules
4111 2006-01-10 [colin] 1.9.100cvs134
4114 Fix broken line joins in certain conditions
4115 (between two quoted lines: <enter><enter><up>
4116 <type a wrapped sentence><go in the first line>
4117 <insert more text><watch as line joining failed>)
4119 2006-01-10 [paul] 1.9.100cvs133
4122 don't report success in error dialog
4124 * src/common/utils.c
4125 include some trailing punctuations as URI
4128 2006-01-10 [paul] 1.9.100cvs132
4131 fix incompatible pointer type
4134 2006-01-10 [paul] 1.9.100cvs131
4137 change Subject in window title
4140 2006-01-09 [colin] 1.9.100cvs130
4149 Fix possible crashes on exit and in addressbook
4151 2006-01-09 [paul] 1.9.100cvs129
4153 * src/prefs_msg_colors.c
4154 some cleanups that I forgot last time
4156 2006-01-09 [paul] 1.9.100cvs128
4160 * src/prefs_msg_colors.c
4161 add previously hidden option, color_new, to
4163 move the page to Display/
4166 2006-01-09 [wwp] 1.9.100cvs127
4168 * src/prefs_themes.c
4169 made the prefs/display/themes layouts spacing less condensed
4170 (and so they match other prefs/pages' look).
4172 2006-01-09 [paul] 1.9.100cvs126
4175 * src/prefs_common.c
4176 * src/prefs_common.h
4177 * src/prefs_wrapping.c
4178 remove 'wrap at send' option
4180 2006-01-06 [colin] 1.9.100cvs125
4183 Just make completely sure we don't insert "manual line breaks"
4188 * 2.0.0-rc3 released
4190 2006-01-04 [paul] 1.9.100cvs124
4193 fix bug 882, 'quick scroll in folder list
4194 displays wrong folder contents'
4196 2006-01-04 [paul] 1.9.100cvs123
4198 * src/plugins/pgpmime/pgpmime.c
4199 better debug information when signing
4200 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4202 2006-01-03 [colin] 1.9.100cvs122
4205 We need to recheck for gpgme 1.0.0 after checking
4206 for 1.1.1, because if 1.1.1 isn't available,
4207 GPGME_LIBS and friends are blanked out by the
4210 2006-01-03 [colin] 1.9.100cvs121
4212 * src/common/prefs.c
4213 Windows unlink-before rename fix
4214 * src/plugins/pgpcore/sgpgme.c
4215 Add support for PKA info if available
4216 Both patches by Werner Koch
4218 2006-01-03 [paul] 1.9.100cvs120
4221 fix bug 884, 'Send receipt' button visible in queue
4224 2006-01-02 [colin] 1.9.100cvs119
4228 Fix autosave on IMAP and more generally try to
4229 return the correct ID on a newly added IMAP message
4231 2006-01-02 [paul] 1.9.100cvs118
4233 * manual/keyboard.xml
4236 2006-01-01 [paul] 1.9.100cvs117
4241 2005-12-30 [colin] 1.9.100cvs116
4243 * manual/advanced.xml
4244 Explain Pre/Post-processing differences.
4246 2005-12-30 [colin] 1.9.100cvs115
4249 Implement copy_msgs for a little optimization
4251 Finish yesterday's fix
4253 2005-12-29 [colin] 1.9.100cvs114
4256 Fix occasional failure in fetching a mail over
4259 2005-12-29 [colin] 1.9.100cvs113
4262 Don't remove a draft when sending it, if it is
4265 2005-12-28 [colin] 1.9.100cvs112
4270 2005-12-28 [wwp] 1.9.100cvs111
4272 * doc/faq/.cvsignore
4273 * doc/faq/de/.cvsignore
4274 * doc/faq/en/.cvsignore
4275 * doc/faq/es/.cvsignore
4276 * doc/faq/fr/.cvsignore
4277 * doc/faq/it/.cvsignore
4278 * doc/manual/.cvsignore
4279 * doc/manual/de/.cvsignore
4280 * doc/manual/en/.cvsignore
4281 * doc/manual/es/.cvsignore
4282 * doc/manual/fr/.cvsignore
4283 * doc/manual/ja/.cvsignore
4284 * src/plugins/mathml_viewer/.cvsignore
4285 rollback revival of those files (my bad, sorry for the noise).
4287 2005-12-28 [wwp] 1.9.100cvs110
4290 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
4292 2005-12-28 [wwp] 1.9.100cvs109
4294 * doc/faq/.cvsignore
4295 * doc/faq/de/.cvsignore
4296 * doc/faq/en/.cvsignore
4297 * doc/faq/es/.cvsignore
4298 * doc/faq/fr/.cvsignore
4299 * doc/faq/it/.cvsignore
4300 * doc/manual/.cvsignore
4301 * doc/manual/de/.cvsignore
4302 * doc/manual/en/.cvsignore
4303 * doc/manual/es/.cvsignore
4304 * doc/manual/fr/.cvsignore
4305 * doc/manual/ja/.cvsignore
4306 * src/plugins/mathml_viewer/.cvsignore
4308 more files to ignore.
4310 2005-12-24 [colin] 1.9.100cvs108
4316 2005-12-24 [colin] 1.9.100cvs107
4319 Allow NULL src_msginfo in
4320 procmsg_msginfo_new_from_mimeinfo
4322 2005-12-23 [paul] 1.9.100cvs106
4324 * src/plugins/pgpinline/mypgpcore.def
4325 add this forgotten file
4327 2005-12-23 [colin] 1.9.100cvs105
4332 2005-12-23 [colin] 1.9.100cvs104
4337 * src/common/plugin.c
4338 * src/common/socket.c
4339 * src/common/socket.h
4340 * src/common/utils.c
4341 * src/common/utils.h
4342 * src/gtk/pluginwindow.c
4343 * src/plugins/pgpcore/plugin.def
4344 * src/plugins/pgpcore/sylpheed.def
4345 * src/plugins/pgpinline/Makefile.am
4346 * src/plugins/pgpinline/plugin.def
4347 * src/plugins/pgpinline/sylpheed.def
4348 * src/plugins/pgpmime/plugin.def
4349 * src/plugins/pgpmime/sylpheed.def
4350 Various w32 fixes by Werner Koch
4352 2005-12-22 [paul] 1.9.100cvs103
4355 don't offer IMAP as 'server type' if
4356 libetpan isn't built in
4358 2005-12-22 [paul] 1.9.100cvs102
4365 support GTK_TOOLBAR_BOTH_HORIZ (text
4366 next to icon) Patch by Marien Zwart
4367 marienz@users.sf.net
4368 Also reword the text
4370 2005-12-21 [colin] 1.9.100cvs101
4375 Fix missing section and explicit the exception better
4377 Prevent mail from being lost without notice when an
4378 SMTP error happens on trying to send an unmodified
4380 * src/send_message.c
4382 Fix password remembering when wrong, and add return
4383 value checks where they should have been
4384 * src/plugins/pgpcore/sylpheed.def
4385 * src/plugins/pgpinline/sylpheed.def
4386 * src/plugins/pgpmime/sylpheed.def
4387 Add a few symbols needed
4389 2005-12-21 [paul] 1.9.100cvs100
4394 * m4/inttypes-pri.m4
4404 2005-12-21 [paul] 1.9.100cvs99
4409 2005-12-20 [paul] 1.9.100cvs98
4412 updated by Anders Trobäck
4414 2005-12-20 [colin] 1.9.100cvs97
4420 * config/config.rpath
4421 * config/mkinstalldirs
4429 * m4/printf-posix.m4
4473 * src/send_message.c
4474 * src/common/Makefile.am
4475 * src/common/fnmatch.c
4476 * src/common/fnmatch.h
4477 * src/common/fnmatch_loop.c
4479 * src/common/plugin.c
4481 * src/common/socket.c
4482 * src/common/string_match.c
4483 * src/common/sylpheed.c
4484 * src/common/utils.c
4485 * src/common/utils.h
4486 * src/common/w32_dirent.c
4487 * src/common/w32_reg.c
4488 * src/common/w32_signal.c
4489 * src/common/w32_stat.c
4490 * src/common/w32_stdio.c
4491 * src/common/w32_stdlib.c
4492 * src/common/w32_string.c
4493 * src/common/w32_time.c
4494 * src/common/w32_unistd.c
4495 * src/common/w32_wait.c
4496 * src/common/w32lib.h
4497 * src/etpan/Makefile.am
4498 * src/gtk/Makefile.am
4499 * src/plugins/clamav/Makefile.am
4500 * src/plugins/demo/Makefile.am
4501 * src/plugins/dillo_viewer/Makefile.am
4502 * src/plugins/pgpcore/Makefile.am
4503 * src/plugins/pgpcore/passphrase.c
4504 * src/plugins/pgpcore/plugin.def
4505 * src/plugins/pgpcore/sgpgme.c
4506 * src/plugins/pgpcore/sylpheed.def
4507 * src/plugins/pgpcore/version.rc
4508 * src/plugins/pgpinline/Makefile.am
4509 * src/plugins/pgpinline/plugin.def
4510 * src/plugins/pgpinline/sylpheed.def
4511 * src/plugins/pgpinline/version.rc
4512 * src/plugins/pgpmime/Makefile.am
4513 * src/plugins/pgpmime/mypgpcore.def
4514 * src/plugins/pgpmime/plugin.def
4515 * src/plugins/pgpmime/sylpheed.def
4516 * src/plugins/pgpmime/version.rc
4517 * src/plugins/spamassassin/Makefile.am
4518 Very little ;-) patch from Werner Koch, providing
4519 infrastructure for cross-compiling to Win32
4521 2005-12-20 [paul] 1.9.100cvs96
4529 add a combo to the Get All button, allowing
4530 quick retrieval from any account
4531 Patch by Fabien Vantard, slightly modified
4534 i18n fix. Patch by Fabien Vantard
4536 2005-12-19 [colin] 1.9.100cvs95
4540 Don't automatically join lines when they've
4541 been separated by the user and not automatically
4543 2005-12-19 [paul] 1.9.100cvs94
4545 * src/gtk/pluginwindow.c
4547 Patch by Fabien Vantard
4549 2005-12-15 [paul] 1.9.100cvs93
4551 * src/common/plugin.c
4552 * src/common/plugin.h
4553 * src/gtk/pluginwindow.c
4554 * src/plugins/clamav/clamav_plugin.c
4555 * src/plugins/demo/demo.c
4556 * src/plugins/dillo_viewer/dillo_viewer.c
4557 * src/plugins/pgpcore/plugin.c
4558 * src/plugins/pgpinline/plugin.c
4559 * src/plugins/pgpmime/plugin.c
4560 * src/plugins/spamassassin/spamassassin.c
4561 * src/plugins/trayicon/trayicon.c
4562 add plugin_version()
4564 2005-12-15 [colin] 1.9.100cvs92
4567 Further fix bug #875
4569 2005-12-15 [paul] 1.9.100cvs91
4572 fix attach_load_dir getting set to
4573 PLUGINDIR on plugin load
4575 2005-12-14 [mones] 1