1 2006-07-08 [colin] 2.3.1cvs74
4 Prevent bug #981 (sc 2.3.1 segfaults with
5 gtk+ 2.10) from being reported again:
6 if Sylpheed-Claws has been compiled against
7 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
8 of if Sylpheed-Claws has been compiled against
9 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12 2006-07-07 [colin] 2.3.1cvs73
17 2006-07-07 [colin] 2.3.1cvs72
20 Fix compile on gtk < 2.8. argh :)
22 2006-07-07 [paul] 2.3.1cvs71
27 2006-07-07 [colin] 2.3.1cvs70
32 * src/quote_fmt_parse.y
33 Add |i{var}, a way to insert user-entered
40 2006-07-07 [colin] 2.3.1cvs69
43 Don't consider inboxes of UNKNOWN folder
44 classes to be useable as default inboxes
46 2006-07-07 [paul] 2.3.1cvs68
49 add missing #include <errno.h>
50 Thanks to René J. Blokland
52 2006-07-07 [paul] 2.3.1cvs67
55 Return now Closes dialog
59 add contextual menu to mime parts listed
63 reversal: ' is a valid character in URLs
65 2006-07-06 [colin] 2.3.1cvs66
68 Forgotten in previous commit
70 2006-07-06 [colin] 2.3.1cvs65
73 Set summary update flag whenever
78 * src/etpan/imap-thread.c
79 Fix warnings, thanks to Fabien and
82 2006-07-06 [wwp] 2.3.1cvs64
85 GTK_STOCK_HELP exists in GTK+ 2.4.x.
87 2006-07-06 [wwp] 2.3.1cvs63
96 * src/message_search.c
98 * src/prefs_filtering.c
99 * src/prefs_filtering.h
100 * src/prefs_template.c
101 * src/summary_search.c
105 * src/gtk/pluginwindow.c
106 add help buttons to some dialogs. Clicking such buttons opens a
107 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
109 2006-07-06 [paul] 2.3.1cvs62
112 fix attachments contextual menu
115 2006-07-05 [colin] 2.3.1cvs61
121 2006-07-05 [paul] 2.3.1cvs60
124 grab save button by default
127 2006-07-05 [wwp] 2.3.1cvs59
130 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
132 2006-07-04 [colin] 2.3.1cvs58
136 Use left click to select, middle click to open
141 2006-07-04 [colin] 2.3.1cvs57
145 Warning fixes, thanks to Fabien
147 2006-07-04 [colin] 2.3.1cvs56
152 Allow parts to be selected via their text label
155 2006-07-04 [colin] 2.3.1cvs55
158 Feedback when closing (for big folders)
159 * src/prefs_actions.c
160 * src/prefs_filtering.c
161 * src/prefs_matcher.c
162 * src/prefs_template.c
163 Fix default button when closing without
166 2006-07-04 [colin] 2.3.1cvs54
169 Delete local file on deletion
171 2006-07-03 [colin] 2.3.1cvs53
175 Don't freeze when rescanning after crash
177 2006-07-03 [wwp] 2.3.1cvs52
182 * src/plugins/pgpinline/pgpinline.c
183 * src/plugins/pgpmime/pgpmime.c
184 don't report an error when the user cancels the passphrase dialog.
186 2006-07-02 [colin] 2.3.1cvs51
189 Open message when crossing folders with Space,
190 goto next unread and friends
192 2006-07-01 [colin] 2.3.1cvs50
194 * src/prefs_account.c
195 Typographic rules varying from language
196 to language (in french "Protocole :"),
197 we have to do that :)
199 2006-07-01 [ticho] 2.3.1cvs49
201 * src/prefs_account.c
202 Only use one temporary gchar* variable in
203 prefs_account_protocol_set_optmenu().
205 2006-07-01 [ticho] 2.3.1cvs48
207 * src/prefs_account.c
208 * src/prefs_account.h
209 Use GtkLabel for existing account protocol name.
210 Created an array for protocol names and populate the
211 combobox from it in a for() cycle.
213 2006-06-30 [colin] 2.3.1cvs47
216 Block undo when changing signature (by changing
219 2006-06-30 [paul] 2.3.1cvs46
222 when editing From in the Compose window, use that address
223 in the Return-Path: header
226 2006-06-30 [colin] 2.3.1cvs45
229 Fix signature replacement:
230 - when no newline before separator
233 2006-06-29 [colin] 2.3.1cvs44
239 Let 'View/Go to/Next marked' work like
240 Next new & Next unread: across folders
241 Change the select_on_entry pref to do
242 what we want when changing folder
244 Fix single-quoted links
246 2006-06-29 [colin] 2.3.1cvs43
248 * src/gtk/gtkaspell.c
249 "Sylpheed" and "Sylpheed-Claws" do exist !
251 2006-06-29 [colin] 2.3.1cvs42
254 Forgot to remove debug
256 2006-06-29 [colin] 2.3.1cvs41
261 Disconnect from IMAP servers when going
262 offline. Fixes bug #978 (going to offline-mode
263 won't close connections)
265 2006-06-29 [colin] 2.3.1cvs40
268 Fix transient setting on failing plugins
270 * src/plugins/pgpcore/sgpgme.c
271 Only warn for OpenPGP. Most people don't
274 2006-06-29 [colin] 2.3.1cvs39
277 Fix Spelling menu (discrepancy between context menu
278 and top menu when folder's dictionary isn't the
280 * src/plugins/pgpcore/sgpgme.c
281 More error reporting about why gpgme can fail
283 2006-06-29 [wwp] 2.3.1cvs38
286 honor the display-header-pane setting even when the message view
287 is a separate window.
289 2006-06-29 [wwp] 2.3.1cvs37
291 * src/prefs_actions.c
292 forgot to commit that one (use of GTK_STOCK_INFO).
294 2006-06-29 [colin] 2.3.1cvs36
297 Better handling of login errors (ask the password
298 again once), alert in case of error. Fix three
301 2006-06-28 [wwp] 2.3.1cvs35
303 * src/prefs_template.c
304 * src/prefs_matcher.c
305 * src/prefs_filtering_action.c
307 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
308 patch by Fabien Vantard, slightly modified.
314 2006-06-28 [colin] 2.3.1cvs34
316 * src/prefs_account.c
317 Fix bug #977 (Can't add or edit imap accounts)
319 2006-06-28 [colin] 2.3.1cvs33
324 2006-06-28 [colin] 2.3.1cvs32
327 Save named inlined attachments with "Save all"
330 * src/common/plugin.c
331 * src/common/plugin.h
332 * src/common/sylpheed.c
334 * src/plugins/pgpcore/sylpheed.def
335 * src/plugins/pgpinline/sylpheed.def
336 * src/plugins/pgpmime/sylpheed.def
337 Win32 compatibility patch, by
340 2006-06-28 [wwp] 2.3.1cvs31
343 * src/prefs_folder_item.c
344 less compilation warnings (thanks to Fabien Vantard), less typos.
346 2006-06-28 [paul] 2.3.1cvs30
349 gtk_combo_box_set_focus_on_click() is only
350 available since gtk 2.6.0
352 2006-06-28 [paul] 2.3.1cvs29
354 * src/prefs_ext_prog.c
355 fix engrish and add a tooltip for the
356 'command for 'Display as text' option
362 2006-06-28 [paul] 2.3.1cvs28
366 include textviewer.pl in releases
368 2006-06-28 [paul] 2.3.1cvs27
370 * src/prefs_ext_prog.c
371 hide Print command option if libgnomeprint
374 2006-06-27 [colin] 2.3.1cvs26
377 Fix Esc handling in insert/attach dialog
378 Don't show this dialog if dragging something
379 else than text/uri-list
380 Thanks to Fabien Vantard
381 * tools/textviewer.pl
382 Filter script to display stuff as text
385 2006-06-27 [wwp] 2.3.1cvs25
388 use the exact product name (message view title), patch
391 2006-06-27 [ticho] 2.3.1cvs24
393 * src/prefs_account.c
396 * src/prefs_ext_prog.c
398 Add a preference (Preferences/External programs)
399 to allow "Display as text" to be done via a script
400 (patch by H.Merijn Brand).
401 Use GtkComboBox for protocol selection in account
403 Only include current choice for existing accounts, and
404 insensitivize the combobox.
406 2006-06-27 [paul] 2.3.1cvs23
409 fix crasher introduced in cvs21.
412 2006-06-26 [colin] 2.3.1cvs22
415 Fix double-frees when leaving folders
416 after exporting to mbox
418 2006-06-26 [colin] 2.3.1cvs21
421 More feedback (and optimisation)
424 Fix case when looking for mail addresses
426 Extra check for (X-)Face
428 2006-06-25 [ticho] 2.3.1cvs20
434 Added second argument to gtkut_sc_combobox_create() to
435 control focus-on-click for the widget.
436 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
438 2006-06-25 [ticho] 2.3.1cvs19
441 * src/gtk/Makefile.am
446 Use GtkComboBox instead of deprecated GtkOptionMenu
447 for account selector in compose window and for encoding
448 selector in attachment properties.
449 Also factorise working with the new GtkComboBox somewhat.
451 2006-06-24 [paul] 2.3.1cvs18
454 use the correct default value
456 2006-06-24 [paul] 2.3.1cvs17
461 * src/prefs_compose_writing.c
462 enable setting of default action when
463 dnd'ing files in the compose window.
464 (Collaborative effort with wwp)
466 2006-06-23 [wwp] 2.3.1cvs16
469 i18n fix (thanks to Fabien Vantard)
471 2006-06-22 [colin] 2.3.1cvs15
473 * src/prefs_customheader.c
474 Don't use filters in custom headers' file
475 selector. Remember, extensions mean nothing :)
477 2006-06-22 [paul] 2.3.1cvs14
480 allow setting of man directory location
482 2006-06-22 [colin] 2.3.1cvs13
485 Add 'View/Go to/Next unread folder'.
488 2006-06-22 [colin] 2.3.1cvs12
491 Add some subject prefixes
492 Patch by Bjorn T Johansen <btj@havleik.no>
494 2006-06-22 [colin] 2.3.1cvs11
496 * manual/advanced.xml
497 Forgotten hidden pref
499 2006-06-21 [paul] 2.3.1cvs10
501 * src/prefs_account.c
502 complete the removal of 'Add date header' option
504 2006-06-21 [paul] 2.3.1cvs9
508 * src/prefs_account.c
509 * src/prefs_account.h
510 remove option to add date header - always
512 * src/etpan/imap-thread.c
513 fix warnings (Thanks to Colin)
515 2006-06-21 [wwp] 2.3.1cvs8
518 set the attachment flag when inline text part are (file)named. This is more convenient
519 when receiving (for instance) inline source files or patches sent using thunderbird.
521 2006-06-21 [paul] 2.3.1cvs7
524 fix off-by-one count of current msg in
525 statusbar filtering progressbar
527 2006-06-21 [paul] 2.3.1cvs6
530 Show attachment icon even if the part is 'inline'
531 if the following conditions are met:
532 - content-type != 'text/plain'
533 - content-type != '*/pgp-signature'
534 - either 'name' or 'filename' parameter is not NULL
538 2006-06-21 [paul] 2.3.1cvs5
544 add an option to 'Never send Return
548 2006-06-20 [mones] 2.3.1cvs4
553 typo fixed (space after comma)
554 * tools/make.themes.project
555 remove exec mode from tarball files
557 2006-06-20 [colin] 2.3.1cvs3
562 Better fix for \n's in headers (don't
563 break Received: and others)
565 2006-06-20 [paul] 2.3.1cvs2
569 improve legibility of phishing attempt
572 2006-06-20 [paul] 2.3.1cvs1
577 Update version number following
580 2006-06-20 [colin] 2.3.0cvs26
583 When dragging a file to the text of the compose
584 window, ask whether we want to insert or attach
585 (I know lots of people who do that to attach)
587 2006-06-20 [colin] 2.3.0cvs25
589 * src/etpan/imap-thread.c
590 Fix threshold (the append command is often > 32 bytes)
592 2006-06-19 [colin] 2.3.0cvs24
595 * src/etpan/imap-thread.c
596 Workaround Rockliffe IMAP server bug: replace
597 "x UID SEARCH (ANSWERED UID 1:*)" with
598 "x UID SEARCH ANSWERED"
599 (Rockliffe doesn't handle the parenthesis)
601 2006-06-19 [colin] 2.3.0cvs23
605 * src/etpan/imap-thread.c
606 Probably fix bug #972 (Freezes when adding
607 an attachment to the message)
609 Modernize Firefox cmd
612 2006-06-18 [colin] 2.3.0cvs22
614 * src/prefs_customheader.c
615 Only allow correct filenames for various
618 2006-06-18 [colin] 2.3.0cvs21
620 * src/prefs_customheader.c
621 Add a 'From File...' button in custom headers prefs, which
622 try to do the right thing:
623 for normal headers, use file as plaintext,
624 for X-Face, calls compface,
625 for Face, encode to b64.
627 2006-06-17 [colin] 2.3.0cvs20
632 2006-06-16 [colin] 2.3.0cvs19
635 Recursive quicksearch: show message list
636 in current folder, *then* search children
639 2006-06-16 [colin] 2.3.0cvs18
642 Instead of ignoring SIGPIPE, save caches
643 when getting one. Will fix the fact that
644 hot caches are out-of-date when logging
647 * src/prefs_compose_writing.c
648 Only save text (not attachments) when
649 auto-saving to drafts
651 Always replace \n, \r and \t with spaces
653 * manual/dist/html/Makefile.am
654 * manual/dist/pdf/Makefile.am
655 * manual/dist/ps/Makefile.am
656 * manual/dist/txt/Makefile.am
657 * manual/fr/dist/html/Makefile.am
658 * manual/fr/dist/pdf/Makefile.am
659 * manual/fr/dist/ps/Makefile.am
660 * manual/fr/dist/txt/Makefile.am
661 * manual/pl/dist/html/Makefile.am
662 * manual/pl/dist/pdf/Makefile.am
663 * manual/pl/dist/ps/Makefile.am
664 * manual/pl/dist/txt/Makefile.am
665 Fix make clean removing pregenerated manuals
668 2006-06-16 [colin] 2.3.0cvs17
670 * src/plugins/pgpcore/sgpgme.c
671 * src/plugins/pgpmime/pgpmime.c
672 * src/plugins/pgpinline/pgpinline.c
673 Better error reporting in setup_signers.
674 Don't fallback to default key if specified
676 Don't allow signing if more than one secret
677 key matches the one specified in prefs.
679 2006-06-15 [colin] 2.3.0cvs16
682 Add "Send queue" in the folder's contextual
690 * src/plugins/pgpcore/passphrase.c
691 * src/plugins/pgpcore/sgpgme.c
692 * src/plugins/pgpinline/pgpinline.c
693 * src/plugins/pgpmime/pgpmime.c
694 Better error reporting
696 Probably fix bug #971 (2.2.3 cannot read mail
700 2006-06-15 [mones] 2.3.0cvs15
702 * tools/make.themes.project
703 creates the themes project from the web page
705 2006-06-15 [colin] 2.3.0cvs14
708 Better fix (avoid losing the folder if scan_tree
711 2006-06-15 [cleroy] 2.3.0cvs13
714 Probably fix Bug #969 (crash on rebuilding
717 2006-06-14 [colin] 2.3.0cvs12
719 * manual/dtd/manual.xsl
720 * manual/sylpheed-claws-manual.xml
721 * manual/fr/sylpheed-claws-manual.xml
722 * manual/pl/sylpheed-claws-manual.xml
723 Insert pagebreaks between sections
725 2006-06-14 [paul] 2.3.0cvs11
728 better fix than 2.3.0cvs10
730 2006-06-14 [paul] 2.3.0cvs10
733 fix setting of PACKAGE_DATA_DIR with newer autoconf
734 (backwards compatible)
736 2006-06-13 [colin] 2.3.0cvs9
739 Fix sending of return receipt with the new queue folders
741 2006-06-13 [wwp] 2.3.0cvs8
743 * src/quote_fmt_lex.l
744 fix wrong tokens returned in quote_fmt lexer, query not().
746 2006-06-13 [wwp] 2.3.0cvs7
749 * src/prefs_folder_item.c
750 allow changing folder type even when folder is not a top-level one,
753 2006-06-12 [colin] 2.3.0cvs6
756 Fix double-ask of "Do you want to mark all
759 2006-06-12 [colin] 2.3.0cvs5
770 * src/prefs_folder_item.c
778 Apply bug #964's patch (Queue and drafts aren't normal)
779 The Drafts and Queue folder now contain RFC-822 files,
780 allowing to move and copy mails from and to these
781 folders. Moving from Drafts to Queue will prepare the
782 mail for sending (PGP signature, encryption, etc).
783 This patch also rework sending errors handling to try
785 Also, allow redefining folder types via the GUI
786 (Folder type in its Properties)
788 2006-06-12 [colin] 2.3.0cvs4
794 Allow to define a specific print font - patch
795 by Bernhard Walle <bernhard.walle@gmx.de>
797 * manual/advanced.xml
798 * manual/fr/advanced.xml
799 Add a hidden pref to allow deletion without
802 2006-06-12 [wwp] 2.3.0cvs3
805 more files to ignore.
807 2006-06-12 [wwp] 2.3.0cvs2
810 * src/quote_fmt_lex.l
811 * src/quote_fmt_parse.y
812 extend the quote_fmt parser (templates and quotes):
813 - allow limited sub-expressions in |p{} and |f{} expressions,
814 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
815 - implemented/fixed missing implementation of query_references and show_references,
816 - completed, fixed contents and format of the symbols help dialog,
817 - fix some compilation warnings.
819 2006-06-12 [wwp] 2.3.0cvs1
821 * manual/advanced.xml
822 * manual/fr/advanced.xml
823 updates in the "templates" section of the manual (eng/fr):
824 - be more precise (both versions)
825 - completed to match the english reference (fr version)
826 - touchups (both versions)
828 2006-06-12 [paul] 2.3.0
832 2006-06-12 [paul] 2.2.3cvs14
843 updated by Miquel Oliete, Tim, Stephan Sachse,
844 Stavros Giannouris, Fabien Vantard, Andrea
845 Spadaccini, Frederico Goncalves Guimaraes,
846 Aleksandar Urosevic, and Ralgh Young
848 2006-06-12 [colin] 2.2.3cvs13
853 2006-06-11 [colin] 2.2.3cvs12
856 Verify that g_malloc() succeeded
858 2006-06-11 [colin] 2.2.3cvs11
861 Add Face header to welcome mail
863 2006-06-10 [colin] 2.2.3cvs10
866 Revert previous (Forgot it changes the
867 margin on the whole mail)
869 2006-06-10 [colin] 2.2.3cvs9
872 Don't overlap long headers under (X-)Face
874 2006-06-10 [mones] 2.2.3cvs8
877 allow generation of manual on systems lacking saxon binary
878 but with java and the saxon library installed
883 2006-06-09 [colin] 2.2.3cvs7
886 Fix leak when using Display Sender using Addressbook
888 2006-06-09 [colin] 2.2.3cvs6
897 2006-06-09 [paul] 2.2.3cvs5
901 * tools/claws.i18n.status.pl
902 updated with new info
904 2006-06-09 [paul] 2.2.3cvs4
909 add wwp to authors list
911 update mine and Colin's addresses
913 2006-06-08 [colin] 2.2.3cvs3
915 * src/etpan/imap-thread.c
916 Fix leak on SSL cert check
918 2006-06-08 [colin] 2.2.3cvs2
923 2006-06-08 [paul] 2.2.3cvs1
926 Update version number following
929 2006-06-07 [colin] 2.2.2cvs3
932 Fix catching cache read errors (guint instead of gint)
933 Prevent malloc'ing more than 8MB (means cache corruption)
935 2006-06-07 [paul] 2.2.2cvs2
943 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
945 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
948 2006-06-06 [paul] 2.2.2cvs1
951 Update version number following
954 2006-06-06 [paul] 2.2.1cvs6
957 fix implicit declaration of
959 Patch by Fabien Vantard
961 2006-06-06 [paul] 2.2.1cvs5
964 fix age_greater and age_lower so that they
965 mean what say and not '...or equal to'
968 2006-06-06 [paul] 2.2.1cvs4
975 2006-06-05 [wwp] 2.2.1cvs3
977 * manual/fr/account.xml
978 minor language fixes (thanks to Fabien Vantard).
980 2006-06-05 [colin] 2.2.1cvs2
982 * src/prefs_folder_item.c
984 Allow recursive setting of properties
987 Don't freeze on 'test' filtering rule
989 2006-06-05 [colin] 2.2.1cvs1
992 Update version number following
995 2006-06-04 [wwp] 2.2.0cvs82
997 * manual/glossary.xml
999 * manual/fr/glossary.xml
1000 * manual/fr/account.xml
1001 added glossary section and references/links related to the Face custom header.
1003 2006-06-04 [colin] 2.2.0cvs81
1006 Skip to next message on move with no
1009 2006-06-04 [wwp] 2.2.0cvs80
1012 added sanity checks, exit when needed.
1014 2006-06-03 [paul] 2.2.0cvs79
1016 * src/prefs_receive.c
1017 page name is now 'Receiving'
1019 page name is now 'Sending'
1021 2006-06-03 [colin] 2.2.0cvs78
1023 * src/plugins/spamassassin/spamassassin_gtk.c
1024 Autoswitch to Localhost if transport was previously
1025 disabled. Else people had to check [] Enable, then
1026 *reselect* transport.
1028 2006-06-03 [colin] 2.2.0cvs77
1030 * src/plugins/pgpinline/pgpinline.c
1031 * src/plugins/pgpmime/pgpmime.c
1032 Check that gpg_data_release_and_get_mem
1033 didn't fail (now, why this happens...)
1035 2006-06-03 [colin] 2.2.0cvs76
1038 Fix bug #962 (Manual and/or UI should
1039 warn about incompatible locking
1042 2006-06-02 [cleroy] 2.2.0cvs75
1050 2006-06-02 [colin] 2.2.0cvs74
1053 On exit, free caches after writing them
1054 Shuts up some valgrind false positives
1056 * src/send_message.c
1057 Fix races when reusing existing SMTP connections
1058 Fix inexistant session timeout
1060 Display alertpanel after all queues have
1061 been processed, not after each
1063 2006-06-02 [wwp] 2.2.0cvs73
1065 * manual/fr/glossary.xml
1068 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1070 2006-06-02 [wwp] 2.2.0cvs72
1073 * manual/dist/pdf/Makefile.am
1074 * manual/dtd/manual.xsl
1075 * manual/fr/dist/pdf/Makefile.am
1076 * manual/pl/dist/pdf/Makefile.am
1077 we changed the procedure to generate the .pdf version of the manual.
1078 The procedure is more modern and the .pdf we get now has a valid index.
1079 Here are the new pre-requisites:
1081 - JRE 1.x (1.4 here): there must be one from your distro
1082 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1083 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1084 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1086 See my posts for further info about the installation of this toolchain:
1088 Date: Fri, 19 May 2006 19:40:06 +0200
1089 From: wwp <subscript@free.fr>
1090 To: sylpheed-claws-devel@lists.sourceforge.net
1091 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1095 Date: Wed, 24 May 2006 12:58:49 +0200
1096 From: wwp <subscript@free.fr>
1097 To: sylpheed-claws-devel@lists.sourceforge.net
1098 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1100 2006-06-01 [colin] 2.2.0cvs71
1103 Better guards against IMAP races
1105 * src/prefs_common.c
1106 * src/prefs_common.h
1107 * src/common/ssl_certificate.c
1108 * src/etpan/imap-thread.c
1109 * src/etpan/imap-thread.h
1110 * src/gtk/sslcertwindow.c
1111 New hidden option ssl_skip_cert_check to
1112 avoid dups of bug #959 (libetpan linked
1113 against gnutls and gnutls buggy on 64bit)
1114 Present expired warning only once per
1116 * manual/advanced.xml
1117 * manual/fr/advanced.xml
1120 2006-06-01 [wwp] 2.2.0cvs70
1123 fix for bug #961 (return receipt dialog
1124 complains incorrectly about return-path
1125 email adress being different), thanks
1128 2006-05-31 [cleroy] 2.2.0cvs69
1131 Guard against NULLs, although this
1132 should never be an issue
1134 2006-05-31 [colin] 2.2.0cvs68
1139 Don't remove caches when destroying folder, it
1140 could (should) be done at exit
1142 free processing cache after incorporation
1143 * src/etpan/imap-thread.c
1144 Maybe fix bug #959 (Crash on moving to emails
1145 to a imap account per ssl with a expired
1148 2006-05-30 [colin] 2.2.0cvs67
1151 Put back event flush when displaying message
1152 It avoids reading a bunch of messages just
1153 by hitting shift-n for too long ;)
1155 2006-05-29 [colin] 2.2.0cvs66
1158 Remove useless g_warnings
1160 2006-05-29 [colin] 2.2.0cvs65
1163 Fix g_slist_append()s for performance
1165 2006-05-29 [colin] 2.2.0cvs64
1168 * src/common/utils.c
1169 Fix extraneous tab at start of addresses
1171 Fix warnings (thanks to Fabien)
1172 Fix crash at exit when composing messages
1175 Fix progress bar when deleting expired mails
1178 * src/gtk/gtksctree.c
1179 Fix re-sorting slowness
1181 2006-05-29 [paul] 2.2.0cvs63
1184 fetch full message when moving mails
1185 from another mailbox, (fixed data loss
1186 when filtering from IMAP to MH, introduced
1190 2006-05-29 [mones] 2.2.0cvs62
1192 * src/gtk/gtksctree.c
1193 Unselect faster (patch by Colin)
1195 2006-05-26 [colin] 2.2.0cvs61
1198 Unplug MSGINFO_UPDATE callback on delete too.
1200 2006-05-26 [colin] 2.2.0cvs60
1203 Fix bold in folder selection window with glib2.10
1206 2006-05-26 [colin] 2.2.0cvs59
1209 Convert date only if necessary (and don't
1210 try to convert from utf8 to utf8, too)
1212 Only set column's text if the column's
1215 2006-05-26 [colin] 2.2.0cvs58
1218 * src/gtk/gtkutils.c
1221 2006-05-26 [colin] 2.2.0cvs57
1224 Make summaryview selectable as long as
1225 no message has focus
1227 Faster deletion (by implementing mh_remove_msgs)
1228 Faster copy (avoid using mh_fetch_msg just to get
1230 Faster move (using move_file instead of copy_file
1232 No progressbar if total number of mails to cp/mv
1235 Fix removal from subject_table when mail gets moved
1236 Faster deletion (g_slist_prepend instead of append)
1237 * src/gtk/gtksctree.c
1240 2006-05-25 [colin] 2.2.0cvs56
1242 * src/common/ssl_certificate.c
1243 Fix leak in expired cert check
1245 2006-05-25 [colin] 2.2.0cvs55
1248 Disable flags syncing on .mh_sequences - it
1249 is buggy and marks mails read under unknown
1254 * 2.3.0-rc4 released
1256 2006-05-24 [colin] 2.2.0cvs54
1258 attention cvs users: if you manage to crash
1259 Sylpheed-Claws while moving, copying or deleting
1260 mails, we *are* interested in stack traces and
1261 valgrind logs. It looks stable, but one never
1265 Add progressbar for cache updates
1267 Optimize Mark all read in the current
1270 Add progressbar for copy/move
1272 Optimize O(n^2) in copy/move
1274 * src/gtk/gtksctree.c
1275 Optimize O(n^2) algos
1276 * src/common/timing.h
1277 Display ms instead of us
1279 2006-05-24 [wwp] 2.2.0cvs53
1281 * manual/fr/advanced.xml
1282 updates to the French manual.
1284 2006-05-24 [wwp] 2.2.0cvs52
1286 * src/common/utils.c
1287 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1289 2006-05-24 [wwp] 2.2.0cvs51
1292 fixed "mark all read" in MH folders (thanks to Colin).
1294 2006-05-24 [paul] 2.2.0cvs50
1296 * doc/man/sylpheed-claws.1
1297 updated the man page
1299 2006-05-23 [colin] 2.2.0cvs49
1307 * src/send_message.c
1309 * src/gtk/sslcertwindow.c
1310 alertpanel fixes, by Fabien
1312 2006-05-23 [colin] 2.2.0cvs48
1318 * src/gtk/gtksctree.c
1319 * src/gtk/gtksctree.h
1321 Fix slow loading problem, which was caused by the
1322 use of some gtk_ctree funcs and their use of
1323 g_list_position while gtk_ctree_(un)link'ing.
1324 Reap more functions from gtkctree.c to be sure we
1325 use our (fast) version instead of theirs.
1327 Fix copy of unread mails
1330 2006-05-22 [wwp] 2.2.0cvs47
1332 * manual/fr/advanced.xml
1335 2006-05-22 [colin] 2.2.0cvs46
1338 Fix possible infinite loop. 'copy' is not a
1339 final action, so when encountering a 'copy',
1340 we have to check if a previous one was set
1341 and do it. In the same way, if we encounter
1342 a 'move' we have to perform a possibly
1343 pending 'copy'. This will slow down filtering
1344 on IMAP if move+copy or multiple copy actions
1345 are to be done, but handling it via the batch
1346 would be really too convoluted.
1348 2006-05-22 [wwp] 2.2.0cvs45
1350 * manual/fr/advanced.xml
1352 * manual/fr/glossary.xml
1353 * manual/fr/handling.xml
1354 * manual/fr/intro.xml
1355 * manual/fr/plugins.xml
1356 * manual/fr/sylpheed-claws-manual.xml
1357 sync w/ the english manual: updates URIs, documented mailing-list
1358 support, better explanation about the enabled/disabled feature
1359 in filtering/processing rules by Paul.
1361 2006-05-21 [colin] 2.2.0cvs44
1364 Don't expand after building threads, but during
1366 2006-05-21 [colin] 2.2.0cvs43
1370 More timing possibilities... For next time I have
1371 to find out how the hell some 3GHz computer takes
1372 one minute to open a 30k folder...
1374 2006-05-21 [colin] 2.2.0cvs42
1376 * manual/pl/advanced.xml
1378 * manual/pl/glossary.xml
1379 * manual/pl/handling.xml
1380 * manual/pl/intro.xml
1381 * manual/pl/plugins.xml
1382 * manual/pl/sylpheed-claws-manual.xml
1383 Polish manual updated by Pawel
1387 * 2.3.0-rc3 released
1389 2006-05-20 [colin] 2.2.0cvs41
1393 - remove cache of moved messages from original folder
1394 - apply new flags to messages even if they aren't appliable
1399 * 2.3.0-rc2 released
1401 2006-05-19 [colin] 2.2.0cvs40
1404 Don't issue SELECT in imap_change_flags
1405 before having checked that we indeed have
1406 some flags to change. MSG_POSTFILTERED for
1407 example can't be used on IMAP.
1408 Fixes bug #955 (copying messages between
1409 imap folders is extremely slow), which was
1412 2006-05-19 [colin] 2.2.0cvs39
1417 Try to fix bug #830 (Some unread messages
1418 get marked read in IMAP inbox):
1419 - Prevent scanning a folder if it's being
1421 - Postpone opening via the GUI of a folder
1425 2006-05-19 [wwp] 2.2.0cvs38
1427 * manual/advanced.xml
1428 fix English+typo (thanks to Paul).
1430 2006-05-19 [wwp] 2.2.0cvs37
1432 * manual/advanced.xml
1433 * manual/fr/advanced.xml
1434 * src/gtk/logwindow.c
1435 * src/prefs_common.c
1436 * src/prefs_common.h
1437 added hidden prefs to allow customization of colors used in
1438 protocol log window (useful for dark gtk+ themes).
1440 2006-05-19 [wwp] 2.2.0cvs36
1443 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1445 2006-05-19 [paul] 2.2.0cvs35
1448 make Reply-To fully clickable
1449 * src/gtk/logwindow.c
1450 more colouring (SMTP ESMTP)
1451 Both patches by Pawel Pekala
1453 2006-05-19 [cleroy] 2.2.0cvs34
1456 Don't update flags from current folder
1457 Probably fixes bug #935 (Read Messages
1458 Revert to Being Marked as Unread)
1460 2006-05-18 [colin] 2.2.0cvs33
1468 Allow replying to multiple emails
1471 * src/etpan/imap-thread.c
1474 2006-05-18 [paul] 2.2.0cvs32
1477 keep Mailing-List menu refreshed
1480 2006-05-18 [paul] 2.2.0cvs31
1482 * manual/advanced.xml
1484 * manual/glossary.xml
1485 * manual/handling.xml
1487 * manual/plugins.xml
1488 * manual/sylpheed-claws-manual.xml
1490 add info about mailing-list support
1495 * src/plugins/dillo_viewer/README
1498 2006-05-17 [wwp] 2.2.0cvs30
1500 * manual/handling.xml
1501 * manual/fr/handling.xml
1502 documented the ability to enabled/disable filtering/processing rules.
1504 2006-05-17 [colin] 2.2.0cvs29
1507 Don't initialize g_thread subsystem if it's
1508 already done (thanks to Hiro)
1510 Fix saving of parts when there name can't be
1511 converted from UTF-8.
1513 2006-05-17 [paul] 2.2.0cvs28
1516 fix config.status warning with autoconf 2.60
1518 2006-05-17 [paul] 2.2.0cvs27
1523 2006-05-17 [wwp] 2.2.0cvs26
1526 fix useless and potentially dangerous buffer walking (thanks to Colin).
1528 2006-05-17 [wwp] 2.2.0cvs25
1530 * src/plugins/demo/demo.c
1531 updated product name in plugin demo (many plugins need to be
1532 sync'ed w/ that change).
1534 2006-05-17 [colin] 2.2.0cvs24
1539 2006-05-16 [colin] 2.2.0cvs23
1542 Stupid me hit again. Fix cvs22.
1544 2006-05-16 [colin] 2.2.0cvs22
1547 Fix bug #922 (sylpheed-claws crashed after
1548 pushing on Inbox folder)
1550 2006-05-16 [colin] 2.2.0cvs21
1553 Make From header be copy/paste/select-able
1555 2006-05-16 [wwp] 2.2.0cvs20
1560 * src/etpan/imap-thread.c
1561 fix some compiler warnings (thanks to Colin).
1563 2006-05-16 [wwp] 2.2.0cvs19
1571 * src/send_message.c
1573 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1575 2006-05-15 [colin] 2.2.0cvs18
1578 Fix automatic rule creation with List-Post
1580 2006-05-15 [paul] 2.2.0cvs17
1582 * tools/filter_conv_new.pl
1583 updated for rule enabling/disabling
1584 claws version >= 2.3.x required
1586 2006-05-15 [cleroy] 2.2.0cvs16
1591 2006-05-15 [cleroy] 2.2.0cvs15
1596 2006-05-15 [wwp] 2.2.0cvs14
1598 * manual/pl/.cvsignore
1599 ignore generated files.
1601 2006-05-14 [wwp] 2.3.0-rc1
1603 * 2.3.0-rc1 released
1605 2006-05-13 [wwp] 2.2.0cvs13
1610 * src/matcher_parser_lex.l
1611 * src/matcher_parser_parse.y
1612 * src/prefs_filtering.c
1613 new feature: provide the ability to disable filtering and processing
1614 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1617 2006-05-13 [colin] 2.2.0cvs12
1620 Remove useless if (a) b; else b;
1623 2006-05-13 [wwp] 2.2.0cvs11
1631 no more silent failures (or at least less ones) when importing
1632 or exporting from/to mbox. Also start importing/exporting if
1633 the necessary info is set.
1635 2006-05-13 [wwp] 2.2.0cvs10
1638 restored up-to-date release notes.
1640 2006-05-13 [paul] 2.2.0cvs9
1644 updated by Tim Dijkstra and Pavlo Bohmat
1646 2006-05-12 [colin] 2.2.0cvs8
1648 * src/gtk/quicksearch.c
1649 Add "k" as shortcut for "colorlabel". Patch
1650 by ath42@users.sf.net.
1652 2006-05-12 [paul] 2.2.0cvs7
1654 * src/prefs_common.h
1655 * src/prefs_summaries.c
1657 when entering a folder also allow
1658 going directly to first Marked message
1660 2006-05-12 [paul] 2.2.0cvs6
1663 always obey 'confirm before marking all
1666 2006-05-12 [paul] 2.2.0cvs5
1669 make Sender fully clickable
1671 2006-05-12 [colin] 2.2.0cvs4
1675 Let From be editable
1678 Full support of .mh_sequences' Unseen seq
1680 2006-05-12 [colin] 2.2.0cvs3
1686 * src/prefs_spelling.c
1693 Add contextual menu on Compose toolbar
1694 button. Fixes bug #944 (Automatic
1695 addresses not applied when changing account
1696 from compose window)
1697 add Mailing List support
1698 based on the old 0.6.5claws25 patch by
1699 Melvin Hadasht, with finishing touches
1701 Fix "ignore thread" when mails are threaded by
1702 subject (and weren't ignored although appearing
1705 Both patches by Pawel.
1707 2006-05-08 [paul] 2.2.0cvs2
1716 add Mailing List support
1717 based on the old 0.6.5claws25 patch by
1718 Melvin Hadasht, with finishing touches
1721 2006-05-08 [colin] 2.2.0cvs1
1726 Add contextual menu on Compose toolbar
1727 button. Fixes bug #944 (Automatic
1728 addresses not applied when changing account
1729 from compose window)
1731 2006-05-08 [paul] 2.2.0
1735 2006-05-08 [paul] 2.1.1cvs51
1745 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1746 Fabien Vantard, Frederico Goncalves Guimaraes,
1747 Aleksandar Urosevic, and Ralgh Young
1749 2006-05-12 [colin] 2.1.1cvs50
1760 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1761 Fabien Vantard, Frederico Goncalves Guimaraes,
1762 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1764 2006-05-05 [colin] 2.1.1cvs49
1766 * manual/Makefile.am
1767 * manual/pl/Makefile.am
1768 * manual/pl/account.xml
1770 * manual/pl/addrbook.xml
1771 * manual/pl/advanced.xml
1773 * manual/pl/glossary.xml
1775 * manual/pl/handling.xml
1776 * manual/pl/intro.xml
1777 * manual/pl/keyboard.xml
1778 * manual/pl/plugins.xml
1779 * manual/pl/starting.xml
1780 * manual/pl/sylpheed-claws-manual.xml
1781 * manual/pl/dist/.cvsignore
1782 * manual/pl/dist/Makefile.am
1783 * manual/pl/dist/html/.cvsignore
1784 * manual/pl/dist/html/Makefile.am
1785 * manual/pl/dist/pdf/.cvsignore
1786 * manual/pl/dist/pdf/Makefile.am
1787 * manual/pl/dist/ps/.cvsignore
1788 * manual/pl/dist/ps/Makefile.am
1789 * manual/pl/dist/txt/.cvsignore
1790 * manual/pl/dist/txt/Makefile.am
1791 Add the polish translation of the manual,
1792 Authored by Pawel Pekala.
1794 2006-05-05 [cleroy] 2.1.1cvs48
1797 Re-read matcherrc after loading plugins
1798 if some of them add folders.
1800 2006-05-03 [colin] 2.1.1cvs47
1805 2006-05-03 [colin] 2.1.1cvs46
1808 Be sure to have a session when
1811 2006-05-03 [colin] 2.1.1cvs45
1816 Fix preventing renaming with namespace
1819 2006-05-01 [colin] 2.1.1cvs44
1822 Don't reload messageview when result of
1825 2006-04-29 [colin] 2.1.1cvs43
1827 * src/prefs_receive.c
1828 * src/plugins/spamassassin/spamassassin_gtk.c
1829 * src/plugins/clamav/clamav_plugin_gtk.c
1832 2006-04-29 [colin] 2.1.1cvs42
1834 * src/prefs_compose_writing.c
1836 Cleanups. Patch by Pawel
1838 2006-04-28 [paul] 2.1.1cvs41
1841 fix returned quick search results when search
1842 term contains an underscore.
1845 2006-04-28 [paul] 2.1.1cvs40
1847 * src/prefs_message.c
1848 * src/prefs_receive.c
1850 Patches by Pawel Pekala
1852 2006-04-27 [colin] 2.1.1cvs39
1855 Differentiate subject Welcome from
1856 window's title Welcome
1862 2006-04-27 [paul] 2.1.1cvs38
1864 * manual/advanced.xml
1865 * manual/fr/advanced.xml
1866 add info about compose_no_markup hidden pref
1868 2006-04-27 [paul] 2.1.1cvs37
1870 * src/prefs_account.c
1871 improve privacy labels
1872 * src/prefs_msg_colors.c
1873 change some strings for translators' convenience
1874 * src/gtk/gtkutils.c
1875 don't underline the link button text
1877 2006-04-25 [colin] 2.1.1cvs36
1880 Complete 2.1.1cvs33 (once more ;)
1882 2006-04-25 [colin] 2.1.1cvs35
1887 2006-04-25 [cleroy] 2.1.1cvs34
1890 * src/gtk/gtkaspell.c
1891 Fix crash on redirect (related to the return
1892 of the aspell menu in compose's toolbar)
1893 * src/prefs_msg_colors.c
1894 Fix sensitivity widgets
1895 * src/image_viewer.c
1896 * src/gtk/pluginwindow.c
1897 * src/gtk/prefswindow.c
1898 Change released signals to clicked (Fabien)
1900 * src/common/socket.c
1901 * src/plugins/spamassassin/spamassassin.c
1902 Translate strings (Fabien)
1904 2006-04-25 [paul] 2.1.1cvs33
1909 complete the fix of bug #912
1912 2006-04-25 [colin] 2.1.1cvs32
1920 Patches by Pawel Pekala
1922 2006-04-24 [colin] 2.1.1cvs31
1925 Fix compilation warnings (Fabien)
1927 2006-04-24 [colin] 2.1.1cvs30
1931 * src/editldap_basedn.c
1932 * src/editldap_basedn.h
1938 Fix bug #901 (LDAPS support)
1940 2006-04-24 [colin] 2.1.1cvs29
1943 Fix logic on error with send dialog on
1945 Fix compilation without libetpan, thanks
1948 Fix 'context-menu' key
1950 2006-04-23 [colin] 2.1.1cvs28
1953 Never free current's cache to free up
1954 memory. Fixes bug #912 (new count
1955 randomly set to message count)
1957 2006-04-23 [colin] 2.1.1cvs27
1959 * src/gtk/quicksearch.c
1960 And remove printf...
1962 2006-04-23 [colin] 2.1.1cvs26
1964 * src/gtk/quicksearch.c
1965 Fix replacing in quicksearch, and fix inserting
1966 in the middle of the string. (introduced at 2.1.0cvs22)
1968 2006-04-23 [colin] 2.1.1cvs25
1971 Make sure uidnext is initialized in get_num_list
1972 (not for stable, related to 2.1.1cvs8 and friends)
1974 2006-04-23 [colin] 2.1.1cvs24
1977 Output something when login is successful
1980 2006-04-23 [colin] 2.1.1cvs23
1982 * src/etpan/imap-thread.c
1983 Better logging (line-per-line, hide data in fetch)
1985 * src/gtk/logwindow.c
1986 * src/gtk/logwindow.h
1987 Better logging (color for input/output)
1989 2006-04-21 [colin] 2.1.1cvs22
1991 * src/gtk/quicksearch.c
1992 On gtk+-2.8, use stock buttons in quicksearch
1993 Based on a patch by Fabien and a design by Paul
1995 2006-04-21 [colin] 2.1.1cvs21
1999 Fix occasional flicker in folderview
2000 * src/common/utils.c
2001 Fix bug #943 (Incorrectly parsed email address
2002 list in short headers on message view and in
2005 2006-04-20 [colin] 2.1.1cvs20
2009 * src/prefs_account.c
2010 Add ANONYMOUS auth for IMAP
2012 2006-04-20 [paul] 2.1.1cvs19
2015 proper fix for 2.1.1cvs18
2018 2006-04-20 [paul] 2.1.1cvs18
2023 2006-04-20 [paul] 2.1.1cvs17
2025 * src/gtk/quicksearch.c
2026 fix standard, non-extended Quick search,
2027 was broken in 2.1.1cvs15.
2030 2006-04-20 [colin] 2.1.1cvs16
2032 * src/prefs_matcher.c
2033 Fix values when reselecting a ~test
2036 2006-04-19 [colin] 2.1.1cvs15
2040 * src/gtk/gtkaspell.c
2041 * src/gtk/gtkaspell.h
2042 Put back Options menu in Spelling/
2043 * src/gtk/quicksearch.c
2044 Don't search, and show error, if the
2045 advanced search has a syntax error
2047 2006-04-18 [colin] 2.1.1cvs14
2050 Fix gdk warnings on set_cursor when textview
2053 2006-04-18 [colin] 2.1.1cvs13
2055 * src/gtk/gtksctree.c
2056 Remove seemingly useless refresh that causes
2057 flicker - watch this commit in case of
2058 problems before planned backport to stable
2060 2006-04-18 [colin] 2.1.1cvs12
2063 Factorize get/set_xml code
2065 * src/prefs_account.c
2066 * src/prefs_account.h
2068 Add Encrypt to self option
2070 2006-04-17 [colin] 2.1.1cvs11
2073 Fix search on encrpyt function on dragonfly
2074 Patch by Jonathan Buschmann <jonthn@agmact.com>
2076 2006-04-17 [colin] 2.1.1cvs10
2078 * src/prefs_account.c
2079 Be safe by default: remove mails from POP3
2080 after 7 days, not immediately
2082 2006-04-17 [colin] 2.1.1cvs9
2084 * src/etpan/imap-thread.c
2085 Fix build on DragonFly - patch by
2086 Jonathan Buschmann <jonthn@agmact.com>
2088 2006-04-17 [colin] 2.1.1cvs8
2091 Save uidnext between sessions
2093 2006-04-17 [colin] 2.1.1cvs7
2096 scan is required when uid validity changes
2098 2006-04-17 [colin] 2.1.1cvs6
2101 Don't scan if not necessary, apart in current
2102 folder and INBOX to fetch flags.
2104 Scan is necessary if unread count changes
2106 2006-04-17 [colin] 2.1.1cvs5
2109 ...But always fetch ANSWERED and DELETED flags for
2110 INBOX, as filtering can happen on these flags.
2112 2006-04-17 [colin] 2.1.1cvs4
2115 Don't fetch REPLIED and DELETED flags when synchronising
2116 flags with a closed folder. We only need UNSEEN and FLAGGED
2117 to update the folderview.
2119 2006-04-17 [colin] 2.1.1cvs3
2122 Faster flag search when there are new mails
2123 in a folder. We can do a full search if the
2124 folder contains less messages than the new
2127 2006-04-17 [colin] 2.1.1cvs2
2134 Update translations from stable branch
2136 2006-04-17 [colin] 2.1.1cvs1
2139 Bump version to follow stable release
2141 2006-04-16 [mones] 2.1.0cvs50
2146 2006-04-16 [colin] 2.1.0cvs49
2149 Fix bgcolor not unset on gtk 2.8, while preventing warnings
2150 with gtk < 2.8. Thanks to Fabien Vantard.
2152 2006-04-15 [colin] 2.1.0cvs48
2154 * src/etpan/imap-thread.c
2155 Fix bug #919 (libetpan: SEGV when connecting
2158 2006-04-14 [colin] 2.1.0cvs47
2161 Fix race on --select (should be done better)
2163 2006-04-14 [wwp] 2.1.0cvs46
2165 * src/send_message.c
2166 enforce a check for domain in account prefs (a sending
2167 error could be faced if domain was checked but no value set),
2170 2006-04-14 [colin] 2.1.0cvs45
2173 when converting from unknown to unknown, if the
2174 string is UTF8, don't convert it to the locale
2177 2006-04-14 [colin] 2.1.0cvs44
2180 Don't try to use ASCII for converting headers
2183 2006-04-14 [paul] 2.1.0cvs43
2186 add locale/charset info to crash report
2189 replace 'e-mail' with preferred 'email'
2191 ensure contributors list is in alphabetical
2194 2006-04-13 [colin] 2.1.0cvs42
2197 Prevent gdk warnings
2199 2006-04-13 [colin] 2.1.0cvs41
2201 * src/common/ssl_certificate.c
2202 * src/common/ssl_certificate.h
2203 * src/gtk/sslcertwindow.c
2204 Warn on expired certs, and display the expiration date
2206 2006-04-13 [colin] 2.1.0cvs40
2208 * src/plugins/spamassassin/spamassassin_gtk.c
2209 Fix missing set_text on unix socket
2211 2006-04-13 [wwp] 2.1.0cvs39
2213 * manual/fr/advanced.xml
2214 * manual/fr/glossary.xml
2215 applied new spam/ham/email lexicon (pourriel, courriel)
2217 2006-04-13 [paul] 2.1.0cvs38
2219 * src/plugins/pgpmime/plugin.c
2220 remove the mention of S/MIME from the
2221 description. This is now handled by the
2224 2006-04-13 [paul] 2.1.0cvs37
2226 * src/prefs_msg_colors.c
2228 * src/prefs_folder_item.c
2229 * src/prefs_spelling.c
2230 add a tooltip to the colour selector buttons
2232 2006-04-13 [wwp] 2.1.0cvs36
2234 * manual/advanced.xml
2235 * manual/glossary.xml
2236 * manual/handling.xml
2237 * manual/keyboard.xml
2238 * manual/plugins.xml
2239 * manual/starting.xml
2240 * manual/fr/account.xml
2242 * manual/fr/addrbook.xml
2243 * manual/fr/advanced.xml
2245 * manual/fr/glossary.xml
2247 * manual/fr/handling.xml
2248 * manual/fr/intro.xml
2249 * manual/fr/keyboard.xml
2250 * manual/fr/plugins.xml
2251 * manual/fr/starting.xml
2252 * manual/fr/sylpheed-claws-manual.xml
2253 fixes to the manuals:
2254 - summaryview -> Message List (same in French)
2255 - translate key names
2256 - fix French punctuation, use non-breakable spaces when
2257 necessary, don't use   which is not portable
2258 - tell what maildir and mbox formats we support
2260 2006-04-12 [wwp] 2.1.0cvs35
2262 * src/prefs_toolbar.c
2263 unified a replace button more,
2264 patch by Fabien Vantard <fzzzzz@gmail.com>.
2266 2006-04-12 [wwp] 2.1.0cvs34
2268 * src/prefs_common.c
2269 * src/prefs_msg_colors.c
2270 make default color labels translatable,
2271 patch from Fabien Vantard <fzzzzz@gmail.com>,
2272 thanks to Tim <timbrain@post.cz> for reporting.
2274 2006-04-12 [wwp] 2.1.0cvs33
2276 * manual/glossary.xml
2278 * manual/plugins.xml
2279 * manual/starting.xml
2280 * manual/sylpheed-claws-manual.xml
2281 * manual/fr/.cvsignore
2282 * manual/fr/account.xml
2284 * manual/fr/addrbook.xml
2285 * manual/fr/advanced.xml
2287 * manual/fr/glossary.xml
2288 * manual/fr/handling.xml
2289 * manual/fr/intro.xml
2290 * manual/fr/keyboard.xml
2291 * manual/fr/plugins.xml
2292 * manual/fr/starting.xml
2293 * manual/fr/sylpheed-claws-manual.xml
2294 various fixes: typos, missing .fr translations, punctuation,
2295 capitalization, links, accents and some bad French more.
2297 2006-04-12 [wwp] 2.1.0cvs32
2300 fix for bug #935: always store prefs files in UTF-8 (thanks
2303 2006-04-11 [colin] 2.1.0cvs31
2306 Fix inserting files not in utf8 when locale is utf8
2308 2006-04-11 [colin] 2.1.0cvs30
2311 Don't show error dialog when cancelling connection
2314 2006-04-11 [cleroy] 2.1.0cvs29
2317 Implement multiple quote levels
2318 * src/prefs_common.c
2319 Change a little bit the quote bgcolor for 2nd level
2321 2006-04-11 [colin] 2.1.0cvs28
2324 Add locale and charset in the label
2326 2006-04-10 [colin] 2.1.0cvs27
2329 * src/prefs_common.c
2330 * src/prefs_common.h
2331 * src/prefs_msg_colors.c
2333 Allow optional background color in quotes
2334 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2337 2006-04-10 [colin] 2.1.0cvs26
2344 2006-04-10 [colin] 2.1.0cvs25
2346 * manual/plugins.xml
2347 * manual/fr/plugins.xml
2348 Document libcurl's proxy variables
2350 2006-04-09 [colin] 2.1.0cvs24
2352 * src/prefs_common.c
2353 gettext() returns statically allocated stuff. We have
2354 to strdup it in order to be able to free it.
2356 2006-04-09 [colin] 2.1.0cvs23
2362 2006-04-09 [colin] 2.1.0cvs22
2365 * src/gtk/quicksearch.c
2366 Fix bug #859 (problems with cyrilic input in
2367 search panel) - Patch by Alexey Illarionov
2368 <littlesavage@rambler.ru>
2370 2006-04-09 [colin] 2.1.0cvs21
2372 * src/prefs_customheader.c
2373 I prefer removing then freeing rather than the contrary
2374 (even if it doesn't change anything ;-)
2375 * src/prefs_account.c
2376 Fix bug #933 (Crash re-entering the custom headers list
2377 dialog in accounts prefs)
2378 The problem happened when cancelling the Account
2379 Preferences' dialogs - in which case we didn't do
2380 anything to the PrefsAccount * struct. In case of applying,
2381 the old ac_prefs was replaced with the tmp_ac_prefs we were
2382 working with in this dialog. The problem is that
2383 prefs_customheader.c, working on this tmp_ac_prefs, always
2384 changes the ->customhdr_list pointer, even when cancelled.
2385 So in case of cancelling the prefs_account dialog, we still
2386 have to update ->customhdr_list in the real account.
2388 2006-04-08 [colin] 2.1.0cvs20
2390 * manual/fr/glossary.xml
2391 * manual/fr/keyboard.xml
2392 Forgot some headers :)
2394 2006-04-08 [colin] 2.1.0cvs19
2396 * manual/Makefile.am
2397 * manual/fr/Makefile.am
2398 * manual/fr/account.xml
2400 * manual/fr/addrbook.xml
2401 * manual/fr/advanced.xml
2403 * manual/fr/glossary.xml
2405 * manual/fr/handling.xml
2406 * manual/fr/intro.xml
2407 * manual/fr/keyboard.xml
2408 * manual/fr/plugins.xml
2409 * manual/fr/starting.xml
2410 * manual/fr/sylpheed-claws-manual.xml
2411 * manual/fr/dist/.cvsignore
2412 * manual/fr/dist/Makefile.am
2413 * manual/fr/dist/html/.cvsignore
2414 * manual/fr/dist/html/Makefile.am
2415 * manual/fr/dist/pdf/.cvsignore
2416 * manual/fr/dist/pdf/Makefile.am
2417 * manual/fr/dist/ps/.cvsignore
2418 * manual/fr/dist/ps/Makefile.am
2419 * manual/fr/dist/txt/.cvsignore
2420 * manual/fr/dist/txt/Makefile.am
2421 Add the french translation of the manual. Thanks to
2422 Olivier Delhomme <olivier.delhomme@free.fr> for
2423 account.xml, ack.xml, addrbook.xml and advanced.xml
2425 2006-04-08 [colin] 2.1.0cvs18
2427 * manual/plugins.xml
2428 * manual/starting.xml
2431 2006-04-07 [colin] 2.1.0cvs17
2435 * manual/keyboard.xml
2438 2006-04-07 [colin] 2.1.0cvs16
2442 * src/prefs_common.c
2443 * src/prefs_common.h
2444 Add hidden compose_no_markup pref
2446 2006-04-07 [wwp] 2.1.0cvs15
2448 * src/summary_search.c
2450 Bugfix: stop button was sticky when searching in an empty folder.
2451 Applied curly brackets code style to the whole file (summary_search.c).
2452 More files to ignore.
2454 2006-04-07 [wwp] 2.1.0cvs14
2456 * src/message_search.c
2457 * src/summary_search.c
2458 changed default button when search bumps at file/folder
2459 beginning or end, for convenience (thanks to Colin).
2461 2006-04-07 [paul] 2.1.0cvs13
2463 * src/plugins/dillo_viewer/dillo_prefs.c
2464 avoid future potential for namespace collision
2467 2006-04-06 [wwp] 2.1.0cvs12
2469 * src/summary_search.c
2470 Unify extended/advanced searches names (and thus factorize labels),
2471 patch by Fabien Vantard <fzzzzz@gmail.com>.
2473 2006-04-06 [wwp] 2.1.0cvs11
2476 * src/prefs_themes.c
2478 Fixed some compilation warnings.
2480 2006-04-06 [colin] 2.1.0cvs10
2482 * manual/advanced.xml
2483 Document the wizard template and how to deploy
2484 Sylpheed-Claws effectively
2486 2006-04-06 [colin] 2.1.0cvs9
2489 gettext patch to tell translators about _("#"),
2492 2006-04-06 [colin] 2.1.0cvs8
2495 Fix invalid GtkTextBIter after clicking "Display as text"
2497 2006-04-06 [mones] 2.1.0cvs7
2506 * src/folder_item_prefs.c
2511 * src/prefs_msg_colors.c
2512 * src/prefs_spelling.c
2513 * src/prefs_themes.c
2516 * src/stock_pixmap.c
2520 * src/common/mgutils.c
2521 * src/common/prefs.c
2522 * src/common/ssl_certificate.c
2523 * src/gtk/colorlabel.c
2524 * src/gtk/quicksearch.c
2525 * src/plugins/pgpmime/pgpmime.c
2526 * src/plugins/spamassassin/spamassassin.c
2527 Removed redundant NULL checks for g_free() calls.
2528 Patch by Pawel Pekala.
2530 2006-04-06 [mones] 2.1.0cvs6
2532 * src/prefs_actions.c
2533 * src/prefs_filtering.c
2534 * src/prefs_filtering_action.c
2535 * src/prefs_matcher.c
2536 * src/prefs_template.c
2537 * src/gtk/gtkutils.c
2538 * src/gtk/gtkutils.h
2539 Have a nice replace button. Patch by Pawel Pekala
2541 2006-04-06 [colin] 2.1.0cvs5
2544 Fix crash with empty columns
2546 2006-04-05 [colin] 2.1.0cvs4
2550 Allow wizard customization with pre-filled values
2552 2006-04-05 [colin] 2.1.0cvs3
2557 Nicer messages in mimeview
2559 2006-04-05 [colin] 2.1.0cvs2
2562 * src/prefs_summaries.c
2565 2006-04-05 [colin] 2.1.0cvs1
2567 * src/plugins/pgpcore/plugin.c
2568 * src/plugins/pgpcore/select-keys.c
2569 * src/plugins/pgpcore/select-keys.h
2570 * src/plugins/pgpcore/sgpgme.c
2571 * src/plugins/pgpcore/sgpgme.h
2572 * src/plugins/pgpinline/pgpinline.c
2573 * src/plugins/pgpinline/plugin.c
2574 * src/plugins/pgpmime/pgpmime.c
2575 * src/plugins/pgpmime/plugin.c
2576 Factorize and generalize a bit
2577 Drop S/MIME signature verification from PGP/MIME
2578 (adding it as another, more complete plugin)
2580 2006-04-05 [paul] 2.1.0
2584 2006-04-05 [paul] 2.0.0cvs186
2586 * manual/advanced.xml
2587 add info on colour labels
2589 2006-04-05 [paul] 2.0.0cvs185
2604 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
2605 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
2606 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
2607 Guimaraes, Aleksandar Urosevic, Ralgh Young
2609 * tools/claws.i18n.status.pl
2610 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2611 and new Czech translator, Tim <timbrain@post.cz>
2613 2006-04-05 [mones] 2.0.0cvs184
2618 2006-04-05 [colin] 2.0.0cvs183
2620 * src/gtk/quicksearch.c
2621 Fix bug #929 (unnecessary reload in quick search bar)
2623 2006-04-05 [colin] 2.0.0cvs182
2626 Fix crash on Reply with no From:
2627 Show signature and conversion error on queuing
2632 Factorize threading code and make sure msginfo
2633 is not null when it comes from a GtkCTreeRow's
2635 * src/gtk/gtkaspell.c
2636 Check for necessary things
2637 * src/gtk/gtksctree.c
2638 * src/gtk/gtksctree.h
2639 Reset anchor if necessary when removing node
2641 2006-03-29 [colin] 2.0.0cvs181
2644 Warn for disabled IMAP accounts (due to lack of
2645 libetpan). Breaks string-freeze - sorry - but it
2646 is kind of important ;)
2648 2006-03-28 [colin] 2.0.0cvs180
2650 * src/gtk/gtkutils.c
2651 * src/gtk/gtkutils.h
2652 Add a gtkut_get_link_btn() function that
2653 creates a button which acts like an URI
2654 * src/prefs_themes.c
2656 Use this function (factorizes codes)
2658 * src/gtk/pluginwindow.c
2659 Add a "Get more..." in the plugins window
2661 2006-03-28 [colin] 2.0.0cvs179
2664 * src/common/passcrypt.c
2666 Warning fixes. Patch by Pawel Pekala
2668 2006-03-27 [colin] 2.0.0cvs178
2671 Fix undoing by blocks with spaces
2673 2006-03-27 [colin] 2.0.0cvs177
2676 Set margin to 3px for headers
2682 2006-03-27 [wwp] 2.0.0cvs176
2685 don't reset quicksearch when updating the message list.
2688 2006-03-26 [wwp] 2.0.0cvs175
2691 use a unified border width ('other' tab in the compose window,
2692 patch by Pawel Pekala).
2695 2006-03-26 [wwp] 2.0.0cvs174
2697 * src/common/quoted-printable.c
2699 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2701 2006-03-26 [colin] 2.0.0cvs173
2703 * src/quote_fmt_parse.y
2704 Fix non-UTF8 date formats messing up the whole quote a
2707 2006-03-26 [colin] 2.0.0cvs172
2710 Make sure the date is UTF8 valid, or try to make it
2711 so. IncrediMail is really IncrediStupid.
2713 Fix possible conversions.
2716 2006-03-26 [colin] 2.0.0cvs171
2719 Fix corner cases in body search. This is still a
2720 hack... It seems impossible to make it good and
2721 reasonably fast at the same time.
2723 2006-03-26 [colin] 2.0.0cvs170
2726 I think I killed the twilight zone bug!
2727 summary_select_node() flushes GTK events in order
2728 to be able to center the view. But this also
2729 flushes keypresses like Ctrl-Alt-U, so this can
2730 call summary_show from summary_select_node (itself
2731 called from summary_show, etc.). And the summaryview
2732 has to be unlocked in this function. So just locking
2733 while processing GTK events, and bailing if locked,
2735 Fixes bug #927 (SIGSEGV during Update Summary)
2737 2006-03-25 [colin] 2.0.0cvs169
2740 Fix search in QP-encoded bodies
2741 Fix utf-8 searches in bodies encoded in the
2743 * src/common/quoted-printable.c
2744 * src/common/quoted-printable.h
2745 Add a decode function that doesn't overwrite
2746 the original pointer
2749 2006-03-24 [colin] 2.0.0cvs168
2754 Update message cache after action
2755 Patch by H. Merijn Brand
2756 * src/prefs_msg_colors.c
2758 Patch by Fabien Vantard
2759 * src/plugins/spamassassin/spamassassin_gtk.c
2760 Remove useless translation
2761 Patch by Fabien Vantard
2763 2006-03-23 [colin] 2.0.0cvs167
2766 Let 30 seconds to SSL_connect
2768 2006-03-23 [wwp] 2.0.0cvs166
2771 * src/gtk/description_window.c
2772 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2773 and headers are translated; adjust description windows' width to fit their
2774 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2776 2006-03-23 [paul] 2.0.0cvs165
2778 * src/common/utils.c
2779 fix highlighting of URIs containing "()"
2780 (2.0.0cvs164's reversal fixed)
2783 2006-03-23 [paul] 2.0.0cvs164
2785 * src/common/utils.c
2786 revert patch, (postponing a fix), at 2.0.0cvs120
2787 as it breaks more URIs than it fixes.
2788 Allow '-' to be a terminating character in a URI
2790 2006-03-22 [colin] 2.0.0cvs163
2793 Require libetpan 0.45
2794 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2796 2006-03-22 [paul] 2.0.0cvs162
2799 replace '<-' and '->' buttons with GTK_STOCK graphical
2801 * src/summary_search.c
2802 don't offer '...' for translation
2803 add a tooltip to advanced search '...' button
2804 * src/gtk/quicksearch.c
2805 don't offer '...' for translation
2807 2006-03-21 [colin] 2.0.0cvs161
2810 Fix middle-click pasting (insert at click
2811 position instead of cursor position, don't
2812 remove existing selection and allow pasting
2815 "LDAP Server" -> "LDAP servers"
2817 2006-03-21 [wwp] 2.0.0cvs160
2819 * src/etpan/imap-thread.c
2820 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2822 2006-03-20 [colin] 2.0.0cvs159
2825 Don't reload summaryview after an execute with no
2828 2006-03-19 [colin] 2.0.0cvs158
2831 and put groups at the top, always
2833 2006-03-19 [colin] 2.0.0cvs157
2836 Order groups before names, as previously
2838 2006-03-19 [colin] 2.0.0cvs156
2841 - Sort case-unsensitive
2842 - Put the sort arrow at opening too
2844 2006-03-19 [wwp] 2.0.0cvs155
2847 allow sorting by name/email/remarks, ensure that right-pane's contents
2848 matches the left-pane selection (cleared when appropriate).
2849 Patch by Pawel Pekala <c0rn@o2.pl>.
2851 2006-03-18 [colin] 2.0.0cvs154
2856 2006-03-18 [colin] 2.0.0cvs153
2859 Make sure we hide the preview if we didn't get
2862 2006-03-18 [colin] 2.0.0cvs152
2865 Set cursor to watch for execution (fixes lack
2866 of watch-cursor when dnd'ing hundreds of mails)
2868 Check that mime type is 'image/*' before updating
2869 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2871 2006-03-18 [colin] 2.0.0cvs151
2876 Put a watch cursor in textview too when the mainwindow's
2879 2006-03-18 [colin] 2.0.0cvs150
2882 Change wrong asserts to simple tests
2884 2006-03-17 [colin] 2.0.0cvs149
2888 * src/prefs_msg_colors.c
2891 * src/gtk/colorlabel.c
2892 * src/gtk/colorlabel.h
2893 Add a color label menu in the main menubar
2894 Add (fixed) accels Ctrl-{0-7} to change the color
2895 They have to be fixed because the menu's dynamic,
2896 the items are complex widgets, hence we can't use
2900 2006-03-17 [wwp] 2.0.0cvs148
2903 rollback few lines from my previous commit (those lines come from
2904 a pending patch, accidentally commited, even if neutral as they are
2907 2006-03-17 [wwp] 2.0.0cvs147
2910 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2911 applied code style/indentation to the modified function.
2913 2006-03-17 [wwp] 2.0.0cvs146
2917 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2923 2006-03-17 [paul] 2.0.0cvs145
2926 addressbook_read_file() was called twice
2928 X-Mailer highlighting
2930 2006-03-16 [colin] 2.0.0cvs144
2932 * src/sourcewindow.c
2933 * src/sourcewindow.h
2934 And the last one, in source window.
2936 2006-03-16 [colin] 2.0.0cvs143
2940 Fix the same stuff in compose
2942 2006-03-16 [colin] 2.0.0cvs142
2945 Complete the previous messageview crash fix
2947 2006-03-16 [colin] 2.0.0cvs141
2952 Fix POSTPROCESSING hook
2953 Patch by H. Merijn Brand
2957 Parse Content-Location
2962 Don't crash when a top-level MessageView has
2963 been closed on us. Same problematic than
2964 yesterday's quicksearch issue.
2966 2006-03-15 [colin] 2.0.0cvs140
2968 * src/gtk/quicksearch.c
2969 Fix a bitchy race we didn't think about when we
2970 added quicksearch cancellation:
2971 If the search is not on cached fields, for example
2972 body_part matchcase "stuff"
2973 the matcher code has to get the whole message. If
2974 we're on IMAP, that can be slow, and in order to
2975 be non-blocking, the IMAP code idle loop processes
2976 gtk events too. So it is possible to cancel a
2977 quicksearch while the matcher is getting the mail's
2978 body. After matcher got its body, it will start to
2979 iterate over the matcher list that the Quicksearch's
2980 clear_search_cb() just freed via prepare_matcher().
2982 The fix consists of guarding the matcherlist_match()
2983 call with a boolean 'matching'. If we reset the
2984 quicksearch while matching is TRUE, we don't free
2985 the matcherlist anymore like we did, but we set
2986 another new flag, deferred_free, to TRUE. Then,
2987 in quicksearch_match(), just after returning from
2988 matcherlist_match() and unsetting the matching flag,
2989 we check the deferred_free flag and do the
2990 prepare_matcher() (which does the matcherlist_free)
2991 for real, so we free the matcherlist once it's not
2993 As all of this runs via the glib main loop, we
2994 luckily don't need a mutex.
2996 Also, show progress while searching.
2999 2006-03-14 [colin] 2.0.0cvs139
3002 Make alertpanel_is_open non-static
3004 2006-03-14 [colin] 2.0.0cvs138
3006 * src/prefs_spelling.c
3007 Cleanups - Fabien Vantard
3009 2006-03-14 [wwp] 2.0.0cvs137
3012 code style normalization (curly braces, indentation).
3014 2006-03-14 [wwp] 2.0.0cvs137
3017 code style (braces, indentation)
3019 2006-03-12 [paul] 2.0.0cvs136
3021 * src/prefs_common.c
3022 trans_hdr defaults to FALSE to be RFC-savvy
3023 * src/prefs_summaries.c
3024 add a tooltip to the trans_hdr option
3027 2006-03-12 [paul] 2.0.0cvs135
3029 * src/prefs_matcher.c
3030 give a little more width to the combos
3031 * src/prefs_display_header.c
3033 translate headers if prefs_common.trans_hdr
3036 Patches by Pawel Pekala
3038 2006-03-12 [paul] 2.0.0cvs134
3040 * src/plugins/clamav/clamav_plugin.c
3041 * src/plugins/dillo_viewer/dillo_viewer.c
3042 * src/plugins/pgpcore/plugin.c
3043 * src/plugins/pgpinline/plugin.c
3044 * src/plugins/pgpmime/plugin.c
3045 * src/plugins/spamassassin/spamassassin.c
3046 update/add to descriptions
3047 * src/plugins/spamassassin/spamassassin_gtk.c
3048 fixes to the english, remove superfluous
3049 tooltips, clean up a little
3051 2006-03-12 [paul] 2.0.0cvs133
3054 fix Bug 924, 'Account combo box shows up wrong
3055 if & is in account name'
3057 2006-03-11 [colin] 2.0.0cvs132
3060 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3061 messed up shift-selection because is slows down
3062 moving around summaryview. thanks -users
3064 2006-03-10 [colin] 2.0.0cvs131
3066 * src/plugins/spamassassin/spamassassin_gtk.c
3067 Put back Paul's engrish fixes
3069 2006-03-10 [colin] 2.0.0cvs130
3071 * src/plugins/spamassassin/spamassassin.c
3072 * src/plugins/spamassassin/spamassassin.h
3073 * src/plugins/spamassassin/spamassassin_gtk.c
3074 Cleanup SA prefs page (more)
3075 Patch by Fabien Vantard
3077 2006-03-10 [paul] 2.0.0cvs129
3079 * src/prefs_msg_colors.c
3080 * src/prefs_spelling.c
3083 2006-03-09 [mones] 2.0.0cvs128
3088 2006-03-09 [wwp] 2.0.0cvs127
3091 revert accidental commit (requirement for libetpan 0.43), this time
3094 2006-03-09 [wwp] 2.0.0cvs125
3097 revert accidental commit (requirement for libetpan 0.43)
3099 2006-03-09 [paul] 2.0.0cvs126
3101 * src/prefs_receive.c
3102 remove useless frame
3103 replace 'incorporation' with 'receiving'
3104 * src/plugins/clamav/clamav_plugin_gtk.c
3105 * src/plugins/spamassassin/spamassassin_gtk.c
3106 improve widget sensitivity
3107 fix a bit his engrish
3109 2006-03-09 [wwp] 2.0.0cvs125
3113 * src/prefs_common.c
3114 * src/prefs_common.h
3115 remember some more windows' sizes (add to addressbook and
3118 2006-03-09 [paul] 2.0.0cvs124
3120 * src/plugins/pgpcore/prefs_gpg.c
3121 normalise construction of dialogue
3123 2006-03-09 [paul] 2.0.0cvs123
3125 * src/plugins/trayicon/Makefile.am
3128 2006-03-08 [colin] 2.0.0cvs122
3130 * src/plugins/trayicon/Makefile.am
3131 Fix build in separate dir
3132 Patch by Bamanzi <bamanzi@gmail.com>
3134 2006-03-08 [colin] 2.0.0cvs121
3137 Batch move and copies from summaryview with delayed execution
3140 2006-03-07 [paul] 2.0.0cvs120
3142 * src/common/utils.c
3143 fix highlighting of URIs containing "()"
3144 Patch by Pawel Pekala
3146 2006-03-07 [paul] 2.0.0cvs119
3151 immediately do alphabetical resort when
3152 changing a folder's name
3153 Patch by Pawel Pekala
3155 2006-03-07 [paul] 2.0.0cvs118
3159 when unsubscribing a newsgroup, remove the
3160 folder and msgs in .sylpheed-claws/newscache
3161 Patch by Pawel Pekala <c0rn@gazeta.pl>
3163 2006-03-07 [paul] 2.0.0cvs117
3166 fix wrong Fake URL Warning
3169 2006-03-07 [colin] 2.0.0cvs116
3172 Return immediately when password dialog was
3174 * src/gtk/inputdialog.c
3175 Allow empty strings for passwords
3178 2006-03-06 [colin] 2.0.0cvs115
3181 Prevent double-timeouts when connection fails
3187 2006-03-06 [colin] 2.0.0cvs114
3190 Refresh session during potentially long
3193 2006-03-06 [wwp] 2.0.0cvs113
3195 * src/prefs_msg_colors.h
3196 forgot that one (custom color labels).
3198 2006-03-06 [wwp] 2.0.0cvs112
3200 * src/prefs_common.c
3201 * src/prefs_common.h
3202 * src/prefs_msg_colors.c
3205 * src/gtk/colorlabel.c
3206 * src/gtk/colorlabel.h
3207 colors in messages list are now customizable. Color values and names can
3208 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3209 Thanks to Paul and Colin for their help with this longstanding patch!
3211 2006-03-06 [wwp] 2.0.0cvs111
3214 don't crash if (x)face is bad.
3216 2006-03-05 [paul] 2.0.0cvs110
3221 * src/common/Makefile.am
3222 * src/common/utils.h
3223 * src/etpan/imap-thread.c
3225 * src/plugins/clamav/Makefile.am
3226 * src/plugins/demo/Makefile.am
3227 * src/plugins/dillo_viewer/Makefile.am
3228 * src/plugins/pgpcore/Makefile.am
3229 * src/plugins/pgpcore/passphrase.c
3230 * src/plugins/pgpinline/Makefile.am
3231 * src/plugins/pgpmime/Makefile.am
3232 * src/plugins/spamassassin/Makefile.am
3233 * src/plugins/trayicon/Makefile.am
3234 fix builiding on cygwin
3235 Patch by Ralgh Young <bamanzi@gmail.com>
3237 2006-03-04 [wwp] 2.0.0cvs109
3239 * manual/keyboard.xml
3240 fix mixed up/down keys.
3242 2006-03-04 [wwp] 2.0.0cvs108
3246 updated links to SpamAssassin.
3248 2006-03-04 [wwp] 2.0.0cvs107
3250 * manual/plugins.xml
3251 * src/plugins/spamassassin/README
3252 updated SpamAssassin plugin docs to reflect new functional additions
3253 (also fix/update/documents few technical stuff more, see the README).
3255 2006-03-04 [wwp] 2.0.0cvs106
3257 * src/prefs_message.c
3258 normalized capitalization of message-prefs paths.
3260 2006-03-04 [wwp] 2.0.0cvs105
3262 * manual/advanced.xml
3265 2006-03-03 [colin] 2.0.0cvs104
3267 * src/plugins/clamav/clamav_plugin_gtk.c
3268 Rework prefs page, patch by Fabien
3270 2006-03-03 [colin] 2.0.0cvs103
3272 * src/plugins/clamav/clamav_plugin.c
3273 Set error on all errors
3275 2006-03-03 [colin] 2.0.0cvs102
3277 * src/common/plugin.c
3278 Initialize error to avoid crashing when a plugin fails
3279 without setting error
3281 2006-03-02 [wwp] 2.0.0cvs101
3284 fixed linker flags for libetpan support on Cygwin
3285 (thanks to H.Merijn Brand).
3287 2006-03-02 [wwp] 2.0.0cvs100
3290 fix some AB error messages: one for punctuation and
3291 one wrongly duplicate (thanks, maxbritov).
3293 2006-03-02 [wwp] 2.0.0cvs99
3295 * src/plugins/spamassassin/spamassassin.c
3296 make sync calls to sa-learn/spamc to prevent
3297 system (whatever local or client/server) overload.
3299 2006-03-02 [colin] 2.0.0cvs98
3302 Put the spam icon in the status column instead of the
3305 2006-03-01 [colin] 2.0.0cvs97
3307 * src/plugins/spamassassin/spamassassin.c
3308 Fix segfault (g_file_set_contents fails for some
3309 reason and err==0x2f. Can't find out why with
3310 valgrind, using working function :-)
3312 2006-03-01 [colin] 2.0.0cvs96
3315 Offline overriding: let 'No' be cached only 3 seconds
3317 2006-03-01 [colin] 2.0.0cvs95
3323 * src/folder_item_prefs.c
3331 * src/prefs_common.h
3332 * src/prefs_msg_colors.c
3338 * src/send_message.h
3339 * src/simple-gettext.c
3345 * src/common/ssl_certificate.c
3346 * src/common/utils.c
3347 * src/gtk/colorsel.c
3348 * src/gtk/gtksctree.c
3349 * src/gtk/gtkshruler.c
3350 * src/plugins/trayicon/trayicon.c
3351 #if 0 goes to /dev/null
3353 2006-03-01 [colin] 2.0.0cvs94
3361 * src/plugins/spamassassin/spamassassin.c
3362 Allow to add information in the "working offline"
3365 2006-03-01 [wwp] 2.0.0cvs93
3367 * src/plugins/spamassassin/spamassassin.c
3368 fixed spamc invocation: use a tricky temporary mini shell wrapper
3369 'cause it seems that calling `spamc ... < inputfile` with
3370 g_spawn_(a)sync simply.. erm doesn't work :-).
3372 2006-03-01 [wwp] 2.0.0cvs92
3376 simplify the adding of spam/ham button to the messageview toolbar
3377 (it gets more clear now that the same button will be "Mark as spam"
3378 or "Mark as ham" according to the current message status,
3381 2006-03-01 [wwp] 2.0.0cvs91
3387 * src/plugins/spamassassin/spamassassin.c
3388 * src/plugins/spamassassin/spamassassin.h
3389 make learner callbacks return a status (0 for ok),
3390 handle it in main code to avoid setting flags when learning failed,
3391 don't learn on TCP if offline in spamassassin,
3396 2006-03-01 [wwp] 2.0.0cvs90
3399 some work around the compose window's account menu,
3400 patch by Fabien Vantard.
3402 2006-03-01 [wwp] 2.0.0cvs89
3404 * src/plugins/spamassassin/spamassassin.c
3405 fixed bad logics, was using spamc in local mode and sa-learn
3406 in remote mode (thanks, Colin).
3408 2006-03-01 [wwp] 2.0.0cvs88
3410 * src/plugins/spamassassin/spamassassin.c
3411 * src/plugins/spamassassin/spamassassin.h
3412 * src/plugins/spamassassin/spamassassin_gtk.c
3413 made processing of emails w/ sa-plugin an option (default is TRUE),
3414 fixed Engrish some tooltips, capitalization of some debug messages
3415 and warnings. The spamassassin plugin now provides two separate
3416 services: process emails upon incorporation and spamd training.
3417 Both services (un)register independently but use some common
3418 plugin settings (transport settings, spam storage location).
3420 2006-02-28 [wwp] 2.0.0cvs87
3422 * src/plugins/spamassassin/spamassassin.c
3423 fix async flag to spamc cmdline execution (batch exec should
3426 2006-02-27 [wwp] 2.0.0cvs86
3428 * src/plugins/spamassassin/spamassassin.c
3429 * src/plugins/spamassassin/spamassassin.h
3430 * src/plugins/spamassassin/spamassassin_gtk.c
3431 - added the ability to learn a remote spamassassin server (spamd),
3433 - added the spamassassin option 'username', that applies to all
3434 spamassassin operations (filtering, learning, local or remote).
3435 The default username is the current unix user (if left blank
3436 from gtk prefs or config file).
3437 - commented out some unused code (notebook widget), removed unused
3439 - make more widgets sensitive to the transport type.
3441 2006-02-27 [colin] 2.0.0cvs85
3443 * src/plugins/spamassassin/spamassassin.c
3444 Fix sa-learn call when offline
3446 2006-02-27 [colin] 2.0.0cvs84
3454 * src/prefs_toolbar.c
3456 * src/stock_pixmap.c
3457 * src/stock_pixmap.h
3461 * src/pixmaps/ham_btn.xpm
3462 * src/pixmaps/spam.xpm
3463 * src/pixmaps/spam_btn.xpm
3464 * src/plugins/spamassassin/spamassassin.c
3465 Add button in toolbar for spam learning
3466 Fix a few bugs from the last related commit
3467 Revert 1.9.6cvs23 which messed up shift-selection
3469 2006-02-24 [colin] 2.0.0cvs83
3474 * src/plugins/spamassassin/spamassassin.c
3475 * src/plugins/spamassassin/spamassassin.h
3476 * src/plugins/spamassassin/spamassassin_gtk.c
3477 Unregister learner when spamassassin is either
3478 disabled or over tcp
3480 2006-02-24 [colin] 2.0.0cvs82
3487 * src/stock_pixmap.c
3488 * src/stock_pixmap.h
3491 * src/gtk/icon_legend.c
3492 * src/pixmaps/spam.xpm ** NEW FILE **
3493 * src/plugins/spamassassin/spamassassin.c
3494 * src/plugins/spamassassin/spamassassin_gtk.c
3495 Add spam learning interface (Mark/Mark as
3498 2006-02-24 [wwp] 2.0.0cvs81
3503 hide compose window when sending message in batch mode
3504 (filtering: forward and redirect). Also fixed a wrong
3505 value returned when sending failed, neutral anyway.
3508 2006-02-24 [wwp] 2.0.0cvs80
3511 use GTK+'s stock quit button. Patch by Fabien Vantard.
3513 2006-02-24 [paul] 2.0.0cvs79
3518 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3521 2006-02-23 [colin] 2.0.0cvs78
3524 Change OK to Close in alertpanel with View log
3525 button; add accel to View log. Patch by Fabien
3528 2006-02-23 [wwp] 2.0.0cvs77
3531 silly me, there were much more tests to perform, since toolbars can
3532 really have down to 1 element only.
3534 2006-02-23 [wwp] 2.0.0cvs76
3537 fixed indentation from my previous commit. Fallback to VISUAL if
3538 EDITOR is not set (and to vi, at last resort).
3540 2006-02-23 [wwp] 2.0.0cvs75
3543 improved error detection (Colin, me).
3545 2006-02-23 [wwp] 2.0.0cvs74
3547 * src/prefs_toolbar.c
3548 simplify and fix prefs/toolbars layouting. Combos' contents can
3549 now be really displayed.
3551 2006-02-23 [wwp] 2.0.0cvs73
3552 simplifies and fix prefs/toolbars layouting. Combos' contents can now
3553 be really displayed.
3555 2006-02-22 [wwp] 2.0.0cvs72
3558 fix a typo in my previous commit (sorry!).
3560 2006-02-22 [wwp] 2.0.0cvs71
3562 * src/prefs_toolbar.c
3563 fix a crash when adding separators to toolbars,
3564 also fix some separator item information.
3566 2006-02-22 [wwp] 2.0.0cvs70
3569 fix a crash when redirecting (for instance) when compose window's
3570 toolbar contents has been customized (when some buttons have been
3573 2006-02-21 [wwp] 2.0.0cvs69
3576 * src/gtk/pluginwindow.c
3577 * src/plugins/pgpcore/prefs_gpg.c
3578 fix some compilation warnings (feat. remains of removed code).
3580 2006-02-21 [wwp] 2.0.0cvs68
3582 * src/gtk/gtkutils.c
3583 fix two compilation issues, thanks to Stephan Sachse.
3585 2006-02-20 [colin] 2.0.0cvs67
3588 Don't reselect displayed mail on refocus
3589 This fixes actions misbehaving
3591 2006-02-20 [wwp] 2.0.0cvs66
3594 * src/gtk/gtksctree.c
3595 * src/gtk/gtkshruler.c
3596 changed more runtime typecast checks.
3598 2006-02-20 [wwp] 2.0.0cvs65
3600 * src/summary_search.c
3601 find all - summaryview refresh issue fixed, thanks to Colin.
3603 2006-02-20 [wwp] 2.0.0cvs64
3605 * src/gtk/gtkutils.c
3606 better runtime typecast checks.
3608 2006-02-20 [wwp] 2.0.0cvs63
3610 * src/summary_search.c
3611 enhancements to the summary search:
3612 - add the ability to stop the running search
3613 (upon ESC-key press, new Stop button or when Clear button is pressed)
3614 - don't search if no criteria (From/To/Subject/Body) is set
3615 - ensure that a busy mouse pointer is always shown when searching,
3616 show it even a bit earlier
3618 2006-02-19 [colin] 2.0.0cvs62
3622 * src/etpan/imap-thread.c
3623 * src/etpan/imap-thread.h
3624 (Future) IMAP speed improvement on sending
3625 Will require a libetpan update
3627 * src/gtk/quicksearch.c
3628 Make quicksearch clearable while running.
3630 2006-02-17 [colin] 2.0.0cvs61
3633 * src/etpan/imap-thread.c
3634 * src/etpan/imap-thread.h
3635 Check for IMAP certificates
3636 ** Requires libetpan-0.42-cvs4
3637 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3639 2006-02-17 [colin] 2.0.0cvs60
3642 * src/prefs_common.c
3643 * src/prefs_common.h
3644 * src/prefs_message.c
3645 Add pref to display HTML-only mails with plugin,
3646 if possible (defaulting to FALSE of course).
3648 2006-02-16 [colin] 2.0.0cvs59
3651 * src/common/plugin.c
3652 * src/common/plugin.h
3653 * src/gtk/pluginwindow.c
3654 Keep track of requested (but unloaded) plugins
3655 in some error cases.
3657 2006-02-16 [wwp] 2.0.0cvs58
3659 * src/gtk/gtkaspell.c
3660 * src/gtk/gtkaspell.h
3661 * src/prefs_spelling.c
3663 * src/prefs_common.c
3664 * src/prefs_common.h
3665 implemented new optional spellchecker behaviour: re-check message when
3666 dictionary got changed (from compose-window/context-menu/Change dictionary).
3668 2006-02-16 [wwp] 2.0.0cvs57
3670 * src/quote_fmt_parse.y
3671 pclose popen'ed pipe.
3673 2006-02-15 [colin] 2.0.0cvs56
3677 Let MimeViewers know which MimeView they
3680 Swap From/To columns in Sent/Queue/Drafts
3682 * src/etpan/imap-thread.c
3683 Use mailstream_low_tls_open() for STARTTLS
3684 instead of mailstream_low_ssl_open()
3685 ** REQUIRES libetpan 0.42cvs3 **
3687 2006-02-15 [wwp] 2.0.0cvs55
3691 * src/message_search.c
3692 * src/message_search.h
3694 * src/gtk/gtkutils.c
3695 * src/gtk/gtkutils.h
3696 added the ability to Find text in the compose window (and a bit
3697 of code factorization).
3699 2006-02-15 [wwp] 2.0.0cvs54
3702 yet another one file was missing (fix for some widgets' sensitivity).
3705 2006-02-15 [wwp] 2.0.0cvs53
3708 oops forgot that file (fix for some widgets' sensitivity).
3710 2006-02-15 [wwp] 2.0.0cvs52
3712 * src/summary_search.c
3713 implemented advanced summary search options (added the ability
3714 to use matcher conditions in an advanced search mode).
3716 2006-02-15 [wwp] 2.0.0cvs51
3718 * src/plugins/pgpcore/prefs_gpg.c
3719 * src/prefs_account.c
3720 fix some widget sensitivity, mostly around some labels in
3723 2006-02-15 [paul] 2.0.0cvs50
3725 * manual/advanced.xml
3726 improve Templates info
3729 2006-02-14 [colin] 2.0.0cvs49
3731 * src/pixmaps/address_book.xpm
3732 * src/pixmaps/preferences.xpm
3733 * src/pixmaps/properties.xpm
3734 Fix pixmap size - patch by Fabien Vantard
3736 2006-02-13 [colin] 2.0.0cvs48
3739 Add missing fclose()s on error
3742 * src/common/utils.c
3743 Fix temp files not being deleted on windows
3744 Patches by Thomas Gilgin
3746 2006-02-13 [colin] 2.0.0cvs47
3751 2006-02-13 [wwp] 2.0.0cvs46
3753 * src/plugins/pgpcore/prefs_gpg.c
3754 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3756 2006-02-12 [colin] 2.0.0cvs45
3761 Fix "stuff" when quitting
3763 2006-02-12 [wwp] 2.0.0cvs44
3765 * src/prefs_themes.c
3766 fix typos in debug messages.
3768 2006-02-11 [colin] 2.0.0cvs43
3771 don't allow drag/drop from ourself
3773 2006-02-10 [wwp] 2.0.0cvs42
3780 renamed html_ prefixed functions and data structures to avoid
3781 namespace clashes w/ other software (gtkhtml2 for instance).
3785 2006-02-09 [colin] 2.0.0cvs41
3788 Fix shitty logic messed up. Thanks Ticho for the hint!
3790 2006-02-09 [wwp] 2.0.0cvs40
3794 * src/prefs_account.c
3797 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3798 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3799 Browse buttons in accounts prefs.
3801 2006-02-09 [colin] 2.0.0cvs39
3804 Check for pointer before using its members
3805 * src/gtk/gtksourceprintjob.c
3808 2006-02-09 [wwp] 2.0.0cvs38
3811 fix few compiler warnings (type mismatch).
3813 2006-02-09 [paul] 2.0.0cvs37