1 2006-07-04 [colin] 2.3.1cvs55
4 Feedback when closing (for big folders)
6 * src/prefs_filtering.c
9 Fix default button when closing without
12 2006-07-04 [colin] 2.3.1cvs54
15 Delete local file on deletion
17 2006-07-03 [colin] 2.3.1cvs53
21 Don't freeze when rescanning after crash
23 2006-07-03 [wwp] 2.3.1cvs52
28 * src/plugins/pgpinline/pgpinline.c
29 * src/plugins/pgpmime/pgpmime.c
30 don't report an error when the user cancels the passphrase dialog.
32 2006-07-02 [colin] 2.3.1cvs51
35 Open message when crossing folders with Space,
36 goto next unread and friends
38 2006-07-01 [colin] 2.3.1cvs50
41 Typographic rules varying from language
42 to language (in french "Protocole :"),
45 2006-07-01 [ticho] 2.3.1cvs49
48 Only use one temporary gchar* variable in
49 prefs_account_protocol_set_optmenu().
51 2006-07-01 [ticho] 2.3.1cvs48
55 Use GtkLabel for existing account protocol name.
56 Created an array for protocol names and populate the
57 combobox from it in a for() cycle.
59 2006-06-30 [colin] 2.3.1cvs47
62 Block undo when changing signature (by changing
65 2006-06-30 [paul] 2.3.1cvs46
68 when editing From in the Compose window, use that address
69 in the Return-Path: header
72 2006-06-30 [colin] 2.3.1cvs45
75 Fix signature replacement:
76 - when no newline before separator
79 2006-06-29 [colin] 2.3.1cvs44
85 Let 'View/Go to/Next marked' work like
86 Next new & Next unread: across folders
87 Change the select_on_entry pref to do
88 what we want when changing folder
90 Fix single-quoted links
92 2006-06-29 [colin] 2.3.1cvs43
95 "Sylpheed" and "Sylpheed-Claws" do exist !
97 2006-06-29 [colin] 2.3.1cvs42
100 Forgot to remove debug
102 2006-06-29 [colin] 2.3.1cvs41
107 Disconnect from IMAP servers when going
108 offline. Fixes bug #978 (going to offline-mode
109 won't close connections)
111 2006-06-29 [colin] 2.3.1cvs40
114 Fix transient setting on failing plugins
116 * src/plugins/pgpcore/sgpgme.c
117 Only warn for OpenPGP. Most people don't
120 2006-06-29 [colin] 2.3.1cvs39
123 Fix Spelling menu (discrepancy between context menu
124 and top menu when folder's dictionary isn't the
126 * src/plugins/pgpcore/sgpgme.c
127 More error reporting about why gpgme can fail
129 2006-06-29 [wwp] 2.3.1cvs38
132 honor the display-header-pane setting even when the message view
133 is a separate window.
135 2006-06-29 [wwp] 2.3.1cvs37
137 * src/prefs_actions.c
138 forgot to commit that one (use of GTK_STOCK_INFO).
140 2006-06-29 [colin] 2.3.1cvs36
143 Better handling of login errors (ask the password
144 again once), alert in case of error. Fix three
147 2006-06-28 [wwp] 2.3.1cvs35
149 * src/prefs_template.c
150 * src/prefs_matcher.c
151 * src/prefs_filtering_action.c
153 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
154 patch by Fabien Vantard, slightly modified.
160 2006-06-28 [colin] 2.3.1cvs34
162 * src/prefs_account.c
163 Fix bug #977 (Can't add or edit imap accounts)
165 2006-06-28 [colin] 2.3.1cvs33
170 2006-06-28 [colin] 2.3.1cvs32
173 Save named inlined attachments with "Save all"
176 * src/common/plugin.c
177 * src/common/plugin.h
178 * src/common/sylpheed.c
180 * src/plugins/pgpcore/sylpheed.def
181 * src/plugins/pgpinline/sylpheed.def
182 * src/plugins/pgpmime/sylpheed.def
183 Win32 compatibility patch, by
186 2006-06-28 [wwp] 2.3.1cvs31
189 * src/prefs_folder_item.c
190 less compilation warnings (thanks to Fabien Vantard), less typos.
192 2006-06-28 [paul] 2.3.1cvs30
195 gtk_combo_box_set_focus_on_click() is only
196 available since gtk 2.6.0
198 2006-06-28 [paul] 2.3.1cvs29
200 * src/prefs_ext_prog.c
201 fix engrish and add a tooltip for the
202 'command for 'Display as text' option
208 2006-06-28 [paul] 2.3.1cvs28
212 include textviewer.pl in releases
214 2006-06-28 [paul] 2.3.1cvs27
216 * src/prefs_ext_prog.c
217 hide Print command option if libgnomeprint
220 2006-06-27 [colin] 2.3.1cvs26
223 Fix Esc handling in insert/attach dialog
224 Don't show this dialog if dragging something
225 else than text/uri-list
226 Thanks to Fabien Vantard
227 * tools/textviewer.pl
228 Filter script to display stuff as text
231 2006-06-27 [wwp] 2.3.1cvs25
234 use the exact product name (message view title), patch
237 2006-06-27 [ticho] 2.3.1cvs24
239 * src/prefs_account.c
242 * src/prefs_ext_prog.c
244 Add a preference (Preferences/External programs)
245 to allow "Display as text" to be done via a script
246 (patch by H.Merijn Brand).
247 Use GtkComboBox for protocol selection in account
249 Only include current choice for existing accounts, and
250 insensitivize the combobox.
252 2006-06-27 [paul] 2.3.1cvs23
255 fix crasher introduced in cvs21.
258 2006-06-26 [colin] 2.3.1cvs22
261 Fix double-frees when leaving folders
262 after exporting to mbox
264 2006-06-26 [colin] 2.3.1cvs21
267 More feedback (and optimisation)
270 Fix case when looking for mail addresses
272 Extra check for (X-)Face
274 2006-06-25 [ticho] 2.3.1cvs20
280 Added second argument to gtkut_sc_combobox_create() to
281 control focus-on-click for the widget.
282 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
284 2006-06-25 [ticho] 2.3.1cvs19
287 * src/gtk/Makefile.am
292 Use GtkComboBox instead of deprecated GtkOptionMenu
293 for account selector in compose window and for encoding
294 selector in attachment properties.
295 Also factorise working with the new GtkComboBox somewhat.
297 2006-06-24 [paul] 2.3.1cvs18
300 use the correct default value
302 2006-06-24 [paul] 2.3.1cvs17
307 * src/prefs_compose_writing.c
308 enable setting of default action when
309 dnd'ing files in the compose window.
310 (Collaborative effort with wwp)
312 2006-06-23 [wwp] 2.3.1cvs16
315 i18n fix (thanks to Fabien Vantard)
317 2006-06-22 [colin] 2.3.1cvs15
319 * src/prefs_customheader.c
320 Don't use filters in custom headers' file
321 selector. Remember, extensions mean nothing :)
323 2006-06-22 [paul] 2.3.1cvs14
326 allow setting of man directory location
328 2006-06-22 [colin] 2.3.1cvs13
331 Add 'View/Go to/Next unread folder'.
334 2006-06-22 [colin] 2.3.1cvs12
337 Add some subject prefixes
338 Patch by Bjorn T Johansen <btj@havleik.no>
340 2006-06-22 [colin] 2.3.1cvs11
342 * manual/advanced.xml
343 Forgotten hidden pref
345 2006-06-21 [paul] 2.3.1cvs10
347 * src/prefs_account.c
348 complete the removal of 'Add date header' option
350 2006-06-21 [paul] 2.3.1cvs9
354 * src/prefs_account.c
355 * src/prefs_account.h
356 remove option to add date header - always
358 * src/etpan/imap-thread.c
359 fix warnings (Thanks to Colin)
361 2006-06-21 [wwp] 2.3.1cvs8
364 set the attachment flag when inline text part are (file)named. This is more convenient
365 when receiving (for instance) inline source files or patches sent using thunderbird.
367 2006-06-21 [paul] 2.3.1cvs7
370 fix off-by-one count of current msg in
371 statusbar filtering progressbar
373 2006-06-21 [paul] 2.3.1cvs6
376 Show attachment icon even if the part is 'inline'
377 if the following conditions are met:
378 - content-type != 'text/plain'
379 - content-type != '*/pgp-signature'
380 - either 'name' or 'filename' parameter is not NULL
384 2006-06-21 [paul] 2.3.1cvs5
390 add an option to 'Never send Return
394 2006-06-20 [mones] 2.3.1cvs4
399 typo fixed (space after comma)
400 * tools/make.themes.project
401 remove exec mode from tarball files
403 2006-06-20 [colin] 2.3.1cvs3
408 Better fix for \n's in headers (don't
409 break Received: and others)
411 2006-06-20 [paul] 2.3.1cvs2
415 improve legibility of phishing attempt
418 2006-06-20 [paul] 2.3.1cvs1
423 Update version number following
426 2006-06-20 [colin] 2.3.0cvs26
429 When dragging a file to the text of the compose
430 window, ask whether we want to insert or attach
431 (I know lots of people who do that to attach)
433 2006-06-20 [colin] 2.3.0cvs25
435 * src/etpan/imap-thread.c
436 Fix threshold (the append command is often > 32 bytes)
438 2006-06-19 [colin] 2.3.0cvs24
441 * src/etpan/imap-thread.c
442 Workaround Rockliffe IMAP server bug: replace
443 "x UID SEARCH (ANSWERED UID 1:*)" with
444 "x UID SEARCH ANSWERED"
445 (Rockliffe doesn't handle the parenthesis)
447 2006-06-19 [colin] 2.3.0cvs23
451 * src/etpan/imap-thread.c
452 Probably fix bug #972 (Freezes when adding
453 an attachment to the message)
455 Modernize Firefox cmd
458 2006-06-18 [colin] 2.3.0cvs22
460 * src/prefs_customheader.c
461 Only allow correct filenames for various
464 2006-06-18 [colin] 2.3.0cvs21
466 * src/prefs_customheader.c
467 Add a 'From File...' button in custom headers prefs, which
468 try to do the right thing:
469 for normal headers, use file as plaintext,
470 for X-Face, calls compface,
471 for Face, encode to b64.
473 2006-06-17 [colin] 2.3.0cvs20
478 2006-06-16 [colin] 2.3.0cvs19
481 Recursive quicksearch: show message list
482 in current folder, *then* search children
485 2006-06-16 [colin] 2.3.0cvs18
488 Instead of ignoring SIGPIPE, save caches
489 when getting one. Will fix the fact that
490 hot caches are out-of-date when logging
493 * src/prefs_compose_writing.c
494 Only save text (not attachments) when
495 auto-saving to drafts
497 Always replace \n, \r and \t with spaces
499 * manual/dist/html/Makefile.am
500 * manual/dist/pdf/Makefile.am
501 * manual/dist/ps/Makefile.am
502 * manual/dist/txt/Makefile.am
503 * manual/fr/dist/html/Makefile.am
504 * manual/fr/dist/pdf/Makefile.am
505 * manual/fr/dist/ps/Makefile.am
506 * manual/fr/dist/txt/Makefile.am
507 * manual/pl/dist/html/Makefile.am
508 * manual/pl/dist/pdf/Makefile.am
509 * manual/pl/dist/ps/Makefile.am
510 * manual/pl/dist/txt/Makefile.am
511 Fix make clean removing pregenerated manuals
514 2006-06-16 [colin] 2.3.0cvs17
516 * src/plugins/pgpcore/sgpgme.c
517 * src/plugins/pgpmime/pgpmime.c
518 * src/plugins/pgpinline/pgpinline.c
519 Better error reporting in setup_signers.
520 Don't fallback to default key if specified
522 Don't allow signing if more than one secret
523 key matches the one specified in prefs.
525 2006-06-15 [colin] 2.3.0cvs16
528 Add "Send queue" in the folder's contextual
536 * src/plugins/pgpcore/passphrase.c
537 * src/plugins/pgpcore/sgpgme.c
538 * src/plugins/pgpinline/pgpinline.c
539 * src/plugins/pgpmime/pgpmime.c
540 Better error reporting
542 Probably fix bug #971 (2.2.3 cannot read mail
546 2006-06-15 [mones] 2.3.0cvs15
548 * tools/make.themes.project
549 creates the themes project from the web page
551 2006-06-15 [colin] 2.3.0cvs14
554 Better fix (avoid losing the folder if scan_tree
557 2006-06-15 [cleroy] 2.3.0cvs13
560 Probably fix Bug #969 (crash on rebuilding
563 2006-06-14 [colin] 2.3.0cvs12
565 * manual/dtd/manual.xsl
566 * manual/sylpheed-claws-manual.xml
567 * manual/fr/sylpheed-claws-manual.xml
568 * manual/pl/sylpheed-claws-manual.xml
569 Insert pagebreaks between sections
571 2006-06-14 [paul] 2.3.0cvs11
574 better fix than 2.3.0cvs10
576 2006-06-14 [paul] 2.3.0cvs10
579 fix setting of PACKAGE_DATA_DIR with newer autoconf
580 (backwards compatible)
582 2006-06-13 [colin] 2.3.0cvs9
585 Fix sending of return receipt with the new queue folders
587 2006-06-13 [wwp] 2.3.0cvs8
589 * src/quote_fmt_lex.l
590 fix wrong tokens returned in quote_fmt lexer, query not().
592 2006-06-13 [wwp] 2.3.0cvs7
595 * src/prefs_folder_item.c
596 allow changing folder type even when folder is not a top-level one,
599 2006-06-12 [colin] 2.3.0cvs6
602 Fix double-ask of "Do you want to mark all
605 2006-06-12 [colin] 2.3.0cvs5
616 * src/prefs_folder_item.c
624 Apply bug #964's patch (Queue and drafts aren't normal)
625 The Drafts and Queue folder now contain RFC-822 files,
626 allowing to move and copy mails from and to these
627 folders. Moving from Drafts to Queue will prepare the
628 mail for sending (PGP signature, encryption, etc).
629 This patch also rework sending errors handling to try
631 Also, allow redefining folder types via the GUI
632 (Folder type in its Properties)
634 2006-06-12 [colin] 2.3.0cvs4
640 Allow to define a specific print font - patch
641 by Bernhard Walle <bernhard.walle@gmx.de>
643 * manual/advanced.xml
644 * manual/fr/advanced.xml
645 Add a hidden pref to allow deletion without
648 2006-06-12 [wwp] 2.3.0cvs3
651 more files to ignore.
653 2006-06-12 [wwp] 2.3.0cvs2
656 * src/quote_fmt_lex.l
657 * src/quote_fmt_parse.y
658 extend the quote_fmt parser (templates and quotes):
659 - allow limited sub-expressions in |p{} and |f{} expressions,
660 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
661 - implemented/fixed missing implementation of query_references and show_references,
662 - completed, fixed contents and format of the symbols help dialog,
663 - fix some compilation warnings.
665 2006-06-12 [wwp] 2.3.0cvs1
667 * manual/advanced.xml
668 * manual/fr/advanced.xml
669 updates in the "templates" section of the manual (eng/fr):
670 - be more precise (both versions)
671 - completed to match the english reference (fr version)
672 - touchups (both versions)
674 2006-06-12 [paul] 2.3.0
678 2006-06-12 [paul] 2.2.3cvs14
689 updated by Miquel Oliete, Tim, Stephan Sachse,
690 Stavros Giannouris, Fabien Vantard, Andrea
691 Spadaccini, Frederico Goncalves Guimaraes,
692 Aleksandar Urosevic, and Ralgh Young
694 2006-06-12 [colin] 2.2.3cvs13
699 2006-06-11 [colin] 2.2.3cvs12
702 Verify that g_malloc() succeeded
704 2006-06-11 [colin] 2.2.3cvs11
707 Add Face header to welcome mail
709 2006-06-10 [colin] 2.2.3cvs10
712 Revert previous (Forgot it changes the
713 margin on the whole mail)
715 2006-06-10 [colin] 2.2.3cvs9
718 Don't overlap long headers under (X-)Face
720 2006-06-10 [mones] 2.2.3cvs8
723 allow generation of manual on systems lacking saxon binary
724 but with java and the saxon library installed
729 2006-06-09 [colin] 2.2.3cvs7
732 Fix leak when using Display Sender using Addressbook
734 2006-06-09 [colin] 2.2.3cvs6
743 2006-06-09 [paul] 2.2.3cvs5
747 * tools/claws.i18n.status.pl
748 updated with new info
750 2006-06-09 [paul] 2.2.3cvs4
755 add wwp to authors list
757 update mine and Colin's addresses
759 2006-06-08 [colin] 2.2.3cvs3
761 * src/etpan/imap-thread.c
762 Fix leak on SSL cert check
764 2006-06-08 [colin] 2.2.3cvs2
769 2006-06-08 [paul] 2.2.3cvs1
772 Update version number following
775 2006-06-07 [colin] 2.2.2cvs3
778 Fix catching cache read errors (guint instead of gint)
779 Prevent malloc'ing more than 8MB (means cache corruption)
781 2006-06-07 [paul] 2.2.2cvs2
789 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
791 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
794 2006-06-06 [paul] 2.2.2cvs1
797 Update version number following
800 2006-06-06 [paul] 2.2.1cvs6
803 fix implicit declaration of
805 Patch by Fabien Vantard
807 2006-06-06 [paul] 2.2.1cvs5
810 fix age_greater and age_lower so that they
811 mean what say and not '...or equal to'
814 2006-06-06 [paul] 2.2.1cvs4
821 2006-06-05 [wwp] 2.2.1cvs3
823 * manual/fr/account.xml
824 minor language fixes (thanks to Fabien Vantard).
826 2006-06-05 [colin] 2.2.1cvs2
828 * src/prefs_folder_item.c
830 Allow recursive setting of properties
833 Don't freeze on 'test' filtering rule
835 2006-06-05 [colin] 2.2.1cvs1
838 Update version number following
841 2006-06-04 [wwp] 2.2.0cvs82
843 * manual/glossary.xml
845 * manual/fr/glossary.xml
846 * manual/fr/account.xml
847 added glossary section and references/links related to the Face custom header.
849 2006-06-04 [colin] 2.2.0cvs81
852 Skip to next message on move with no
855 2006-06-04 [wwp] 2.2.0cvs80
858 added sanity checks, exit when needed.
860 2006-06-03 [paul] 2.2.0cvs79
862 * src/prefs_receive.c
863 page name is now 'Receiving'
865 page name is now 'Sending'
867 2006-06-03 [colin] 2.2.0cvs78
869 * src/plugins/spamassassin/spamassassin_gtk.c
870 Autoswitch to Localhost if transport was previously
871 disabled. Else people had to check [] Enable, then
872 *reselect* transport.
874 2006-06-03 [colin] 2.2.0cvs77
876 * src/plugins/pgpinline/pgpinline.c
877 * src/plugins/pgpmime/pgpmime.c
878 Check that gpg_data_release_and_get_mem
879 didn't fail (now, why this happens...)
881 2006-06-03 [colin] 2.2.0cvs76
884 Fix bug #962 (Manual and/or UI should
885 warn about incompatible locking
888 2006-06-02 [cleroy] 2.2.0cvs75
896 2006-06-02 [colin] 2.2.0cvs74
899 On exit, free caches after writing them
900 Shuts up some valgrind false positives
903 Fix races when reusing existing SMTP connections
904 Fix inexistant session timeout
906 Display alertpanel after all queues have
907 been processed, not after each
909 2006-06-02 [wwp] 2.2.0cvs73
911 * manual/fr/glossary.xml
914 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
916 2006-06-02 [wwp] 2.2.0cvs72
919 * manual/dist/pdf/Makefile.am
920 * manual/dtd/manual.xsl
921 * manual/fr/dist/pdf/Makefile.am
922 * manual/pl/dist/pdf/Makefile.am
923 we changed the procedure to generate the .pdf version of the manual.
924 The procedure is more modern and the .pdf we get now has a valid index.
925 Here are the new pre-requisites:
927 - JRE 1.x (1.4 here): there must be one from your distro
928 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
929 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
930 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
932 See my posts for further info about the installation of this toolchain:
934 Date: Fri, 19 May 2006 19:40:06 +0200
935 From: wwp <subscript@free.fr>
936 To: sylpheed-claws-devel@lists.sourceforge.net
937 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
941 Date: Wed, 24 May 2006 12:58:49 +0200
942 From: wwp <subscript@free.fr>
943 To: sylpheed-claws-devel@lists.sourceforge.net
944 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
946 2006-06-01 [colin] 2.2.0cvs71
949 Better guards against IMAP races
953 * src/common/ssl_certificate.c
954 * src/etpan/imap-thread.c
955 * src/etpan/imap-thread.h
956 * src/gtk/sslcertwindow.c
957 New hidden option ssl_skip_cert_check to
958 avoid dups of bug #959 (libetpan linked
959 against gnutls and gnutls buggy on 64bit)
960 Present expired warning only once per
962 * manual/advanced.xml
963 * manual/fr/advanced.xml
966 2006-06-01 [wwp] 2.2.0cvs70
969 fix for bug #961 (return receipt dialog
970 complains incorrectly about return-path
971 email adress being different), thanks
974 2006-05-31 [cleroy] 2.2.0cvs69
977 Guard against NULLs, although this
978 should never be an issue
980 2006-05-31 [colin] 2.2.0cvs68
985 Don't remove caches when destroying folder, it
986 could (should) be done at exit
988 free processing cache after incorporation
989 * src/etpan/imap-thread.c
990 Maybe fix bug #959 (Crash on moving to emails
991 to a imap account per ssl with a expired
994 2006-05-30 [colin] 2.2.0cvs67
997 Put back event flush when displaying message
998 It avoids reading a bunch of messages just
999 by hitting shift-n for too long ;)
1001 2006-05-29 [colin] 2.2.0cvs66
1004 Remove useless g_warnings
1006 2006-05-29 [colin] 2.2.0cvs65
1009 Fix g_slist_append()s for performance
1011 2006-05-29 [colin] 2.2.0cvs64
1014 * src/common/utils.c
1015 Fix extraneous tab at start of addresses
1017 Fix warnings (thanks to Fabien)
1018 Fix crash at exit when composing messages
1021 Fix progress bar when deleting expired mails
1024 * src/gtk/gtksctree.c
1025 Fix re-sorting slowness
1027 2006-05-29 [paul] 2.2.0cvs63
1030 fetch full message when moving mails
1031 from another mailbox, (fixed data loss
1032 when filtering from IMAP to MH, introduced
1036 2006-05-29 [mones] 2.2.0cvs62
1038 * src/gtk/gtksctree.c
1039 Unselect faster (patch by Colin)
1041 2006-05-26 [colin] 2.2.0cvs61
1044 Unplug MSGINFO_UPDATE callback on delete too.
1046 2006-05-26 [colin] 2.2.0cvs60
1049 Fix bold in folder selection window with glib2.10
1052 2006-05-26 [colin] 2.2.0cvs59
1055 Convert date only if necessary (and don't
1056 try to convert from utf8 to utf8, too)
1058 Only set column's text if the column's
1061 2006-05-26 [colin] 2.2.0cvs58
1064 * src/gtk/gtkutils.c
1067 2006-05-26 [colin] 2.2.0cvs57
1070 Make summaryview selectable as long as
1071 no message has focus
1073 Faster deletion (by implementing mh_remove_msgs)
1074 Faster copy (avoid using mh_fetch_msg just to get
1076 Faster move (using move_file instead of copy_file
1078 No progressbar if total number of mails to cp/mv
1081 Fix removal from subject_table when mail gets moved
1082 Faster deletion (g_slist_prepend instead of append)
1083 * src/gtk/gtksctree.c
1086 2006-05-25 [colin] 2.2.0cvs56
1088 * src/common/ssl_certificate.c
1089 Fix leak in expired cert check
1091 2006-05-25 [colin] 2.2.0cvs55
1094 Disable flags syncing on .mh_sequences - it
1095 is buggy and marks mails read under unknown
1100 * 2.3.0-rc4 released
1102 2006-05-24 [colin] 2.2.0cvs54
1104 attention cvs users: if you manage to crash
1105 Sylpheed-Claws while moving, copying or deleting
1106 mails, we *are* interested in stack traces and
1107 valgrind logs. It looks stable, but one never
1111 Add progressbar for cache updates
1113 Optimize Mark all read in the current
1116 Add progressbar for copy/move
1118 Optimize O(n^2) in copy/move
1120 * src/gtk/gtksctree.c
1121 Optimize O(n^2) algos
1122 * src/common/timing.h
1123 Display ms instead of us
1125 2006-05-24 [wwp] 2.2.0cvs53
1127 * manual/fr/advanced.xml
1128 updates to the French manual.
1130 2006-05-24 [wwp] 2.2.0cvs52
1132 * src/common/utils.c
1133 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1135 2006-05-24 [wwp] 2.2.0cvs51
1138 fixed "mark all read" in MH folders (thanks to Colin).
1140 2006-05-24 [paul] 2.2.0cvs50
1142 * doc/man/sylpheed-claws.1
1143 updated the man page
1145 2006-05-23 [colin] 2.2.0cvs49
1153 * src/send_message.c
1155 * src/gtk/sslcertwindow.c
1156 alertpanel fixes, by Fabien
1158 2006-05-23 [colin] 2.2.0cvs48
1164 * src/gtk/gtksctree.c
1165 * src/gtk/gtksctree.h
1167 Fix slow loading problem, which was caused by the
1168 use of some gtk_ctree funcs and their use of
1169 g_list_position while gtk_ctree_(un)link'ing.
1170 Reap more functions from gtkctree.c to be sure we
1171 use our (fast) version instead of theirs.
1173 Fix copy of unread mails
1176 2006-05-22 [wwp] 2.2.0cvs47
1178 * manual/fr/advanced.xml
1181 2006-05-22 [colin] 2.2.0cvs46
1184 Fix possible infinite loop. 'copy' is not a
1185 final action, so when encountering a 'copy',
1186 we have to check if a previous one was set
1187 and do it. In the same way, if we encounter
1188 a 'move' we have to perform a possibly
1189 pending 'copy'. This will slow down filtering
1190 on IMAP if move+copy or multiple copy actions
1191 are to be done, but handling it via the batch
1192 would be really too convoluted.
1194 2006-05-22 [wwp] 2.2.0cvs45
1196 * manual/fr/advanced.xml
1198 * manual/fr/glossary.xml
1199 * manual/fr/handling.xml
1200 * manual/fr/intro.xml
1201 * manual/fr/plugins.xml
1202 * manual/fr/sylpheed-claws-manual.xml
1203 sync w/ the english manual: updates URIs, documented mailing-list
1204 support, better explanation about the enabled/disabled feature
1205 in filtering/processing rules by Paul.
1207 2006-05-21 [colin] 2.2.0cvs44
1210 Don't expand after building threads, but during
1212 2006-05-21 [colin] 2.2.0cvs43
1216 More timing possibilities... For next time I have
1217 to find out how the hell some 3GHz computer takes
1218 one minute to open a 30k folder...
1220 2006-05-21 [colin] 2.2.0cvs42
1222 * manual/pl/advanced.xml
1224 * manual/pl/glossary.xml
1225 * manual/pl/handling.xml
1226 * manual/pl/intro.xml
1227 * manual/pl/plugins.xml
1228 * manual/pl/sylpheed-claws-manual.xml
1229 Polish manual updated by Pawel
1233 * 2.3.0-rc3 released
1235 2006-05-20 [colin] 2.2.0cvs41
1239 - remove cache of moved messages from original folder
1240 - apply new flags to messages even if they aren't appliable
1245 * 2.3.0-rc2 released
1247 2006-05-19 [colin] 2.2.0cvs40
1250 Don't issue SELECT in imap_change_flags
1251 before having checked that we indeed have
1252 some flags to change. MSG_POSTFILTERED for
1253 example can't be used on IMAP.
1254 Fixes bug #955 (copying messages between
1255 imap folders is extremely slow), which was
1258 2006-05-19 [colin] 2.2.0cvs39
1263 Try to fix bug #830 (Some unread messages
1264 get marked read in IMAP inbox):
1265 - Prevent scanning a folder if it's being
1267 - Postpone opening via the GUI of a folder
1271 2006-05-19 [wwp] 2.2.0cvs38
1273 * manual/advanced.xml
1274 fix English+typo (thanks to Paul).
1276 2006-05-19 [wwp] 2.2.0cvs37
1278 * manual/advanced.xml
1279 * manual/fr/advanced.xml
1280 * src/gtk/logwindow.c
1281 * src/prefs_common.c
1282 * src/prefs_common.h
1283 added hidden prefs to allow customization of colors used in
1284 protocol log window (useful for dark gtk+ themes).
1286 2006-05-19 [wwp] 2.2.0cvs36
1289 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1291 2006-05-19 [paul] 2.2.0cvs35
1294 make Reply-To fully clickable
1295 * src/gtk/logwindow.c
1296 more colouring (SMTP ESMTP)
1297 Both patches by Pawel Pekala
1299 2006-05-19 [cleroy] 2.2.0cvs34
1302 Don't update flags from current folder
1303 Probably fixes bug #935 (Read Messages
1304 Revert to Being Marked as Unread)
1306 2006-05-18 [colin] 2.2.0cvs33
1314 Allow replying to multiple emails
1317 * src/etpan/imap-thread.c
1320 2006-05-18 [paul] 2.2.0cvs32
1323 keep Mailing-List menu refreshed
1326 2006-05-18 [paul] 2.2.0cvs31
1328 * manual/advanced.xml
1330 * manual/glossary.xml
1331 * manual/handling.xml
1333 * manual/plugins.xml
1334 * manual/sylpheed-claws-manual.xml
1336 add info about mailing-list support
1341 * src/plugins/dillo_viewer/README
1344 2006-05-17 [wwp] 2.2.0cvs30
1346 * manual/handling.xml
1347 * manual/fr/handling.xml
1348 documented the ability to enabled/disable filtering/processing rules.
1350 2006-05-17 [colin] 2.2.0cvs29
1353 Don't initialize g_thread subsystem if it's
1354 already done (thanks to Hiro)
1356 Fix saving of parts when there name can't be
1357 converted from UTF-8.
1359 2006-05-17 [paul] 2.2.0cvs28
1362 fix config.status warning with autoconf 2.60
1364 2006-05-17 [paul] 2.2.0cvs27
1369 2006-05-17 [wwp] 2.2.0cvs26
1372 fix useless and potentially dangerous buffer walking (thanks to Colin).
1374 2006-05-17 [wwp] 2.2.0cvs25
1376 * src/plugins/demo/demo.c
1377 updated product name in plugin demo (many plugins need to be
1378 sync'ed w/ that change).
1380 2006-05-17 [colin] 2.2.0cvs24
1385 2006-05-16 [colin] 2.2.0cvs23
1388 Stupid me hit again. Fix cvs22.
1390 2006-05-16 [colin] 2.2.0cvs22
1393 Fix bug #922 (sylpheed-claws crashed after
1394 pushing on Inbox folder)
1396 2006-05-16 [colin] 2.2.0cvs21
1399 Make From header be copy/paste/select-able
1401 2006-05-16 [wwp] 2.2.0cvs20
1406 * src/etpan/imap-thread.c
1407 fix some compiler warnings (thanks to Colin).
1409 2006-05-16 [wwp] 2.2.0cvs19
1417 * src/send_message.c
1419 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1421 2006-05-15 [colin] 2.2.0cvs18
1424 Fix automatic rule creation with List-Post
1426 2006-05-15 [paul] 2.2.0cvs17
1428 * tools/filter_conv_new.pl
1429 updated for rule enabling/disabling
1430 claws version >= 2.3.x required
1432 2006-05-15 [cleroy] 2.2.0cvs16
1437 2006-05-15 [cleroy] 2.2.0cvs15
1442 2006-05-15 [wwp] 2.2.0cvs14
1444 * manual/pl/.cvsignore
1445 ignore generated files.
1447 2006-05-14 [wwp] 2.3.0-rc1
1449 * 2.3.0-rc1 released
1451 2006-05-13 [wwp] 2.2.0cvs13
1456 * src/matcher_parser_lex.l
1457 * src/matcher_parser_parse.y
1458 * src/prefs_filtering.c
1459 new feature: provide the ability to disable filtering and processing
1460 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1463 2006-05-13 [colin] 2.2.0cvs12
1466 Remove useless if (a) b; else b;
1469 2006-05-13 [wwp] 2.2.0cvs11
1477 no more silent failures (or at least less ones) when importing
1478 or exporting from/to mbox. Also start importing/exporting if
1479 the necessary info is set.
1481 2006-05-13 [wwp] 2.2.0cvs10
1484 restored up-to-date release notes.
1486 2006-05-13 [paul] 2.2.0cvs9
1490 updated by Tim Dijkstra and Pavlo Bohmat
1492 2006-05-12 [colin] 2.2.0cvs8
1494 * src/gtk/quicksearch.c
1495 Add "k" as shortcut for "colorlabel". Patch
1496 by ath42@users.sf.net.
1498 2006-05-12 [paul] 2.2.0cvs7
1500 * src/prefs_common.h
1501 * src/prefs_summaries.c
1503 when entering a folder also allow
1504 going directly to first Marked message
1506 2006-05-12 [paul] 2.2.0cvs6
1509 always obey 'confirm before marking all
1512 2006-05-12 [paul] 2.2.0cvs5
1515 make Sender fully clickable
1517 2006-05-12 [colin] 2.2.0cvs4
1521 Let From be editable
1524 Full support of .mh_sequences' Unseen seq
1526 2006-05-12 [colin] 2.2.0cvs3
1532 * src/prefs_spelling.c
1539 Add contextual menu on Compose toolbar
1540 button. Fixes bug #944 (Automatic
1541 addresses not applied when changing account
1542 from compose window)
1543 add Mailing List support
1544 based on the old 0.6.5claws25 patch by
1545 Melvin Hadasht, with finishing touches
1547 Fix "ignore thread" when mails are threaded by
1548 subject (and weren't ignored although appearing
1551 Both patches by Pawel.
1553 2006-05-08 [paul] 2.2.0cvs2
1562 add Mailing List support
1563 based on the old 0.6.5claws25 patch by
1564 Melvin Hadasht, with finishing touches
1567 2006-05-08 [colin] 2.2.0cvs1
1572 Add contextual menu on Compose toolbar
1573 button. Fixes bug #944 (Automatic
1574 addresses not applied when changing account
1575 from compose window)
1577 2006-05-08 [paul] 2.2.0
1581 2006-05-08 [paul] 2.1.1cvs51
1591 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1592 Fabien Vantard, Frederico Goncalves Guimaraes,
1593 Aleksandar Urosevic, and Ralgh Young
1595 2006-05-12 [colin] 2.1.1cvs50
1606 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1607 Fabien Vantard, Frederico Goncalves Guimaraes,
1608 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1610 2006-05-05 [colin] 2.1.1cvs49
1612 * manual/Makefile.am
1613 * manual/pl/Makefile.am
1614 * manual/pl/account.xml
1616 * manual/pl/addrbook.xml
1617 * manual/pl/advanced.xml
1619 * manual/pl/glossary.xml
1621 * manual/pl/handling.xml
1622 * manual/pl/intro.xml
1623 * manual/pl/keyboard.xml
1624 * manual/pl/plugins.xml
1625 * manual/pl/starting.xml
1626 * manual/pl/sylpheed-claws-manual.xml
1627 * manual/pl/dist/.cvsignore
1628 * manual/pl/dist/Makefile.am
1629 * manual/pl/dist/html/.cvsignore
1630 * manual/pl/dist/html/Makefile.am
1631 * manual/pl/dist/pdf/.cvsignore
1632 * manual/pl/dist/pdf/Makefile.am
1633 * manual/pl/dist/ps/.cvsignore
1634 * manual/pl/dist/ps/Makefile.am
1635 * manual/pl/dist/txt/.cvsignore
1636 * manual/pl/dist/txt/Makefile.am
1637 Add the polish translation of the manual,
1638 Authored by Pawel Pekala.
1640 2006-05-05 [cleroy] 2.1.1cvs48
1643 Re-read matcherrc after loading plugins
1644 if some of them add folders.
1646 2006-05-03 [colin] 2.1.1cvs47
1651 2006-05-03 [colin] 2.1.1cvs46
1654 Be sure to have a session when
1657 2006-05-03 [colin] 2.1.1cvs45
1662 Fix preventing renaming with namespace
1665 2006-05-01 [colin] 2.1.1cvs44
1668 Don't reload messageview when result of
1671 2006-04-29 [colin] 2.1.1cvs43
1673 * src/prefs_receive.c
1674 * src/plugins/spamassassin/spamassassin_gtk.c
1675 * src/plugins/clamav/clamav_plugin_gtk.c
1678 2006-04-29 [colin] 2.1.1cvs42
1680 * src/prefs_compose_writing.c
1682 Cleanups. Patch by Pawel
1684 2006-04-28 [paul] 2.1.1cvs41
1687 fix returned quick search results when search
1688 term contains an underscore.
1691 2006-04-28 [paul] 2.1.1cvs40
1693 * src/prefs_message.c
1694 * src/prefs_receive.c
1696 Patches by Pawel Pekala
1698 2006-04-27 [colin] 2.1.1cvs39
1701 Differentiate subject Welcome from
1702 window's title Welcome
1708 2006-04-27 [paul] 2.1.1cvs38
1710 * manual/advanced.xml
1711 * manual/fr/advanced.xml
1712 add info about compose_no_markup hidden pref
1714 2006-04-27 [paul] 2.1.1cvs37
1716 * src/prefs_account.c
1717 improve privacy labels
1718 * src/prefs_msg_colors.c
1719 change some strings for translators' convenience
1720 * src/gtk/gtkutils.c
1721 don't underline the link button text
1723 2006-04-25 [colin] 2.1.1cvs36
1726 Complete 2.1.1cvs33 (once more ;)
1728 2006-04-25 [colin] 2.1.1cvs35
1733 2006-04-25 [cleroy] 2.1.1cvs34
1736 * src/gtk/gtkaspell.c
1737 Fix crash on redirect (related to the return
1738 of the aspell menu in compose's toolbar)
1739 * src/prefs_msg_colors.c
1740 Fix sensitivity widgets
1741 * src/image_viewer.c
1742 * src/gtk/pluginwindow.c
1743 * src/gtk/prefswindow.c
1744 Change released signals to clicked (Fabien)
1746 * src/common/socket.c
1747 * src/plugins/spamassassin/spamassassin.c
1748 Translate strings (Fabien)
1750 2006-04-25 [paul] 2.1.1cvs33
1755 complete the fix of bug #912
1758 2006-04-25 [colin] 2.1.1cvs32
1766 Patches by Pawel Pekala
1768 2006-04-24 [colin] 2.1.1cvs31
1771 Fix compilation warnings (Fabien)
1773 2006-04-24 [colin] 2.1.1cvs30
1777 * src/editldap_basedn.c
1778 * src/editldap_basedn.h
1784 Fix bug #901 (LDAPS support)
1786 2006-04-24 [colin] 2.1.1cvs29
1789 Fix logic on error with send dialog on
1791 Fix compilation without libetpan, thanks
1794 Fix 'context-menu' key
1796 2006-04-23 [colin] 2.1.1cvs28
1799 Never free current's cache to free up
1800 memory. Fixes bug #912 (new count
1801 randomly set to message count)
1803 2006-04-23 [colin] 2.1.1cvs27
1805 * src/gtk/quicksearch.c
1806 And remove printf...
1808 2006-04-23 [colin] 2.1.1cvs26
1810 * src/gtk/quicksearch.c
1811 Fix replacing in quicksearch, and fix inserting
1812 in the middle of the string. (introduced at 2.1.0cvs22)
1814 2006-04-23 [colin] 2.1.1cvs25
1817 Make sure uidnext is initialized in get_num_list
1818 (not for stable, related to 2.1.1cvs8 and friends)
1820 2006-04-23 [colin] 2.1.1cvs24
1823 Output something when login is successful
1826 2006-04-23 [colin] 2.1.1cvs23
1828 * src/etpan/imap-thread.c
1829 Better logging (line-per-line, hide data in fetch)
1831 * src/gtk/logwindow.c
1832 * src/gtk/logwindow.h
1833 Better logging (color for input/output)
1835 2006-04-21 [colin] 2.1.1cvs22
1837 * src/gtk/quicksearch.c
1838 On gtk+-2.8, use stock buttons in quicksearch
1839 Based on a patch by Fabien and a design by Paul
1841 2006-04-21 [colin] 2.1.1cvs21
1845 Fix occasional flicker in folderview
1846 * src/common/utils.c
1847 Fix bug #943 (Incorrectly parsed email address
1848 list in short headers on message view and in
1851 2006-04-20 [colin] 2.1.1cvs20
1855 * src/prefs_account.c
1856 Add ANONYMOUS auth for IMAP
1858 2006-04-20 [paul] 2.1.1cvs19
1861 proper fix for 2.1.1cvs18
1864 2006-04-20 [paul] 2.1.1cvs18
1869 2006-04-20 [paul] 2.1.1cvs17
1871 * src/gtk/quicksearch.c
1872 fix standard, non-extended Quick search,
1873 was broken in 2.1.1cvs15.
1876 2006-04-20 [colin] 2.1.1cvs16
1878 * src/prefs_matcher.c
1879 Fix values when reselecting a ~test
1882 2006-04-19 [colin] 2.1.1cvs15
1886 * src/gtk/gtkaspell.c
1887 * src/gtk/gtkaspell.h
1888 Put back Options menu in Spelling/
1889 * src/gtk/quicksearch.c
1890 Don't search, and show error, if the
1891 advanced search has a syntax error
1893 2006-04-18 [colin] 2.1.1cvs14
1896 Fix gdk warnings on set_cursor when textview
1899 2006-04-18 [colin] 2.1.1cvs13
1901 * src/gtk/gtksctree.c
1902 Remove seemingly useless refresh that causes
1903 flicker - watch this commit in case of
1904 problems before planned backport to stable
1906 2006-04-18 [colin] 2.1.1cvs12
1909 Factorize get/set_xml code
1911 * src/prefs_account.c
1912 * src/prefs_account.h
1914 Add Encrypt to self option
1916 2006-04-17 [colin] 2.1.1cvs11
1919 Fix search on encrpyt function on dragonfly
1920 Patch by Jonathan Buschmann <jonthn@agmact.com>
1922 2006-04-17 [colin] 2.1.1cvs10
1924 * src/prefs_account.c
1925 Be safe by default: remove mails from POP3
1926 after 7 days, not immediately
1928 2006-04-17 [colin] 2.1.1cvs9
1930 * src/etpan/imap-thread.c
1931 Fix build on DragonFly - patch by
1932 Jonathan Buschmann <jonthn@agmact.com>
1934 2006-04-17 [colin] 2.1.1cvs8
1937 Save uidnext between sessions
1939 2006-04-17 [colin] 2.1.1cvs7
1942 scan is required when uid validity changes
1944 2006-04-17 [colin] 2.1.1cvs6
1947 Don't scan if not necessary, apart in current
1948 folder and INBOX to fetch flags.
1950 Scan is necessary if unread count changes
1952 2006-04-17 [colin] 2.1.1cvs5
1955 ...But always fetch ANSWERED and DELETED flags for
1956 INBOX, as filtering can happen on these flags.
1958 2006-04-17 [colin] 2.1.1cvs4
1961 Don't fetch REPLIED and DELETED flags when synchronising
1962 flags with a closed folder. We only need UNSEEN and FLAGGED
1963 to update the folderview.
1965 2006-04-17 [colin] 2.1.1cvs3
1968 Faster flag search when there are new mails
1969 in a folder. We can do a full search if the
1970 folder contains less messages than the new
1973 2006-04-17 [colin] 2.1.1cvs2
1980 Update translations from stable branch
1982 2006-04-17 [colin] 2.1.1cvs1
1985 Bump version to follow stable release
1987 2006-04-16 [mones] 2.1.0cvs50
1992 2006-04-16 [colin] 2.1.0cvs49
1995 Fix bgcolor not unset on gtk 2.8, while preventing warnings
1996 with gtk < 2.8. Thanks to Fabien Vantard.
1998 2006-04-15 [colin] 2.1.0cvs48
2000 * src/etpan/imap-thread.c
2001 Fix bug #919 (libetpan: SEGV when connecting
2004 2006-04-14 [colin] 2.1.0cvs47
2007 Fix race on --select (should be done better)
2009 2006-04-14 [wwp] 2.1.0cvs46
2011 * src/send_message.c
2012 enforce a check for domain in account prefs (a sending
2013 error could be faced if domain was checked but no value set),
2016 2006-04-14 [colin] 2.1.0cvs45
2019 when converting from unknown to unknown, if the
2020 string is UTF8, don't convert it to the locale
2023 2006-04-14 [colin] 2.1.0cvs44
2026 Don't try to use ASCII for converting headers
2029 2006-04-14 [paul] 2.1.0cvs43
2032 add locale/charset info to crash report
2035 replace 'e-mail' with preferred 'email'
2037 ensure contributors list is in alphabetical
2040 2006-04-13 [colin] 2.1.0cvs42
2043 Prevent gdk warnings
2045 2006-04-13 [colin] 2.1.0cvs41
2047 * src/common/ssl_certificate.c
2048 * src/common/ssl_certificate.h
2049 * src/gtk/sslcertwindow.c
2050 Warn on expired certs, and display the expiration date
2052 2006-04-13 [colin] 2.1.0cvs40
2054 * src/plugins/spamassassin/spamassassin_gtk.c
2055 Fix missing set_text on unix socket
2057 2006-04-13 [wwp] 2.1.0cvs39
2059 * manual/fr/advanced.xml
2060 * manual/fr/glossary.xml
2061 applied new spam/ham/email lexicon (pourriel, courriel)
2063 2006-04-13 [paul] 2.1.0cvs38
2065 * src/plugins/pgpmime/plugin.c
2066 remove the mention of S/MIME from the
2067 description. This is now handled by the
2070 2006-04-13 [paul] 2.1.0cvs37
2072 * src/prefs_msg_colors.c
2074 * src/prefs_folder_item.c
2075 * src/prefs_spelling.c
2076 add a tooltip to the colour selector buttons
2078 2006-04-13 [wwp] 2.1.0cvs36
2080 * manual/advanced.xml
2081 * manual/glossary.xml
2082 * manual/handling.xml
2083 * manual/keyboard.xml
2084 * manual/plugins.xml
2085 * manual/starting.xml
2086 * manual/fr/account.xml
2088 * manual/fr/addrbook.xml
2089 * manual/fr/advanced.xml
2091 * manual/fr/glossary.xml
2093 * manual/fr/handling.xml
2094 * manual/fr/intro.xml
2095 * manual/fr/keyboard.xml
2096 * manual/fr/plugins.xml
2097 * manual/fr/starting.xml
2098 * manual/fr/sylpheed-claws-manual.xml
2099 fixes to the manuals:
2100 - summaryview -> Message List (same in French)
2101 - translate key names
2102 - fix French punctuation, use non-breakable spaces when
2103 necessary, don't use   which is not portable
2104 - tell what maildir and mbox formats we support
2106 2006-04-12 [wwp] 2.1.0cvs35
2108 * src/prefs_toolbar.c
2109 unified a replace button more,
2110 patch by Fabien Vantard <fzzzzz@gmail.com>.
2112 2006-04-12 [wwp] 2.1.0cvs34
2114 * src/prefs_common.c
2115 * src/prefs_msg_colors.c
2116 make default color labels translatable,
2117 patch from Fabien Vantard <fzzzzz@gmail.com>,
2118 thanks to Tim <timbrain@post.cz> for reporting.
2120 2006-04-12 [wwp] 2.1.0cvs33
2122 * manual/glossary.xml
2124 * manual/plugins.xml
2125 * manual/starting.xml
2126 * manual/sylpheed-claws-manual.xml
2127 * manual/fr/.cvsignore
2128 * manual/fr/account.xml
2130 * manual/fr/addrbook.xml
2131 * manual/fr/advanced.xml
2133 * manual/fr/glossary.xml
2134 * manual/fr/handling.xml
2135 * manual/fr/intro.xml
2136 * manual/fr/keyboard.xml
2137 * manual/fr/plugins.xml
2138 * manual/fr/starting.xml
2139 * manual/fr/sylpheed-claws-manual.xml
2140 various fixes: typos, missing .fr translations, punctuation,
2141 capitalization, links, accents and some bad French more.
2143 2006-04-12 [wwp] 2.1.0cvs32
2146 fix for bug #935: always store prefs files in UTF-8 (thanks
2149 2006-04-11 [colin] 2.1.0cvs31
2152 Fix inserting files not in utf8 when locale is utf8
2154 2006-04-11 [colin] 2.1.0cvs30
2157 Don't show error dialog when cancelling connection
2160 2006-04-11 [cleroy] 2.1.0cvs29
2163 Implement multiple quote levels
2164 * src/prefs_common.c
2165 Change a little bit the quote bgcolor for 2nd level
2167 2006-04-11 [colin] 2.1.0cvs28
2170 Add locale and charset in the label
2172 2006-04-10 [colin] 2.1.0cvs27
2175 * src/prefs_common.c
2176 * src/prefs_common.h
2177 * src/prefs_msg_colors.c
2179 Allow optional background color in quotes
2180 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2183 2006-04-10 [colin] 2.1.0cvs26
2190 2006-04-10 [colin] 2.1.0cvs25
2192 * manual/plugins.xml
2193 * manual/fr/plugins.xml
2194 Document libcurl's proxy variables
2196 2006-04-09 [colin] 2.1.0cvs24
2198 * src/prefs_common.c
2199 gettext() returns statically allocated stuff. We have
2200 to strdup it in order to be able to free it.
2202 2006-04-09 [colin] 2.1.0cvs23
2208 2006-04-09 [colin] 2.1.0cvs22
2211 * src/gtk/quicksearch.c
2212 Fix bug #859 (problems with cyrilic input in
2213 search panel) - Patch by Alexey Illarionov
2214 <littlesavage@rambler.ru>
2216 2006-04-09 [colin] 2.1.0cvs21
2218 * src/prefs_customheader.c
2219 I prefer removing then freeing rather than the contrary
2220 (even if it doesn't change anything ;-)
2221 * src/prefs_account.c
2222 Fix bug #933 (Crash re-entering the custom headers list
2223 dialog in accounts prefs)
2224 The problem happened when cancelling the Account
2225 Preferences' dialogs - in which case we didn't do
2226 anything to the PrefsAccount * struct. In case of applying,
2227 the old ac_prefs was replaced with the tmp_ac_prefs we were
2228 working with in this dialog. The problem is that
2229 prefs_customheader.c, working on this tmp_ac_prefs, always
2230 changes the ->customhdr_list pointer, even when cancelled.
2231 So in case of cancelling the prefs_account dialog, we still
2232 have to update ->customhdr_list in the real account.
2234 2006-04-08 [colin] 2.1.0cvs20
2236 * manual/fr/glossary.xml
2237 * manual/fr/keyboard.xml
2238 Forgot some headers :)
2240 2006-04-08 [colin] 2.1.0cvs19
2242 * manual/Makefile.am
2243 * manual/fr/Makefile.am
2244 * manual/fr/account.xml
2246 * manual/fr/addrbook.xml
2247 * manual/fr/advanced.xml
2249 * manual/fr/glossary.xml
2251 * manual/fr/handling.xml
2252 * manual/fr/intro.xml
2253 * manual/fr/keyboard.xml
2254 * manual/fr/plugins.xml
2255 * manual/fr/starting.xml
2256 * manual/fr/sylpheed-claws-manual.xml
2257 * manual/fr/dist/.cvsignore
2258 * manual/fr/dist/Makefile.am
2259 * manual/fr/dist/html/.cvsignore
2260 * manual/fr/dist/html/Makefile.am
2261 * manual/fr/dist/pdf/.cvsignore
2262 * manual/fr/dist/pdf/Makefile.am
2263 * manual/fr/dist/ps/.cvsignore
2264 * manual/fr/dist/ps/Makefile.am
2265 * manual/fr/dist/txt/.cvsignore
2266 * manual/fr/dist/txt/Makefile.am
2267 Add the french translation of the manual. Thanks to
2268 Olivier Delhomme <olivier.delhomme@free.fr> for
2269 account.xml, ack.xml, addrbook.xml and advanced.xml
2271 2006-04-08 [colin] 2.1.0cvs18
2273 * manual/plugins.xml
2274 * manual/starting.xml
2277 2006-04-07 [colin] 2.1.0cvs17
2281 * manual/keyboard.xml
2284 2006-04-07 [colin] 2.1.0cvs16
2288 * src/prefs_common.c
2289 * src/prefs_common.h
2290 Add hidden compose_no_markup pref
2292 2006-04-07 [wwp] 2.1.0cvs15
2294 * src/summary_search.c
2296 Bugfix: stop button was sticky when searching in an empty folder.
2297 Applied curly brackets code style to the whole file (summary_search.c).
2298 More files to ignore.
2300 2006-04-07 [wwp] 2.1.0cvs14
2302 * src/message_search.c
2303 * src/summary_search.c
2304 changed default button when search bumps at file/folder
2305 beginning or end, for convenience (thanks to Colin).
2307 2006-04-07 [paul] 2.1.0cvs13
2309 * src/plugins/dillo_viewer/dillo_prefs.c
2310 avoid future potential for namespace collision
2313 2006-04-06 [wwp] 2.1.0cvs12
2315 * src/summary_search.c
2316 Unify extended/advanced searches names (and thus factorize labels),
2317 patch by Fabien Vantard <fzzzzz@gmail.com>.
2319 2006-04-06 [wwp] 2.1.0cvs11
2322 * src/prefs_themes.c
2324 Fixed some compilation warnings.
2326 2006-04-06 [colin] 2.1.0cvs10
2328 * manual/advanced.xml
2329 Document the wizard template and how to deploy
2330 Sylpheed-Claws effectively
2332 2006-04-06 [colin] 2.1.0cvs9
2335 gettext patch to tell translators about _("#"),
2338 2006-04-06 [colin] 2.1.0cvs8
2341 Fix invalid GtkTextBIter after clicking "Display as text"
2343 2006-04-06 [mones] 2.1.0cvs7
2352 * src/folder_item_prefs.c
2357 * src/prefs_msg_colors.c
2358 * src/prefs_spelling.c
2359 * src/prefs_themes.c
2362 * src/stock_pixmap.c
2366 * src/common/mgutils.c
2367 * src/common/prefs.c
2368 * src/common/ssl_certificate.c
2369 * src/gtk/colorlabel.c
2370 * src/gtk/quicksearch.c
2371 * src/plugins/pgpmime/pgpmime.c
2372 * src/plugins/spamassassin/spamassassin.c
2373 Removed redundant NULL checks for g_free() calls.
2374 Patch by Pawel Pekala.
2376 2006-04-06 [mones] 2.1.0cvs6
2378 * src/prefs_actions.c
2379 * src/prefs_filtering.c
2380 * src/prefs_filtering_action.c
2381 * src/prefs_matcher.c
2382 * src/prefs_template.c
2383 * src/gtk/gtkutils.c
2384 * src/gtk/gtkutils.h
2385 Have a nice replace button. Patch by Pawel Pekala
2387 2006-04-06 [colin] 2.1.0cvs5
2390 Fix crash with empty columns
2392 2006-04-05 [colin] 2.1.0cvs4
2396 Allow wizard customization with pre-filled values
2398 2006-04-05 [colin] 2.1.0cvs3
2403 Nicer messages in mimeview
2405 2006-04-05 [colin] 2.1.0cvs2
2408 * src/prefs_summaries.c
2411 2006-04-05 [colin] 2.1.0cvs1
2413 * src/plugins/pgpcore/plugin.c
2414 * src/plugins/pgpcore/select-keys.c
2415 * src/plugins/pgpcore/select-keys.h
2416 * src/plugins/pgpcore/sgpgme.c
2417 * src/plugins/pgpcore/sgpgme.h
2418 * src/plugins/pgpinline/pgpinline.c
2419 * src/plugins/pgpinline/plugin.c
2420 * src/plugins/pgpmime/pgpmime.c
2421 * src/plugins/pgpmime/plugin.c
2422 Factorize and generalize a bit
2423 Drop S/MIME signature verification from PGP/MIME
2424 (adding it as another, more complete plugin)
2426 2006-04-05 [paul] 2.1.0
2430 2006-04-05 [paul] 2.0.0cvs186
2432 * manual/advanced.xml
2433 add info on colour labels
2435 2006-04-05 [paul] 2.0.0cvs185
2450 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
2451 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
2452 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
2453 Guimaraes, Aleksandar Urosevic, Ralgh Young
2455 * tools/claws.i18n.status.pl
2456 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2457 and new Czech translator, Tim <timbrain@post.cz>
2459 2006-04-05 [mones] 2.0.0cvs184
2464 2006-04-05 [colin] 2.0.0cvs183
2466 * src/gtk/quicksearch.c
2467 Fix bug #929 (unnecessary reload in quick search bar)
2469 2006-04-05 [colin] 2.0.0cvs182
2472 Fix crash on Reply with no From:
2473 Show signature and conversion error on queuing
2478 Factorize threading code and make sure msginfo
2479 is not null when it comes from a GtkCTreeRow's
2481 * src/gtk/gtkaspell.c
2482 Check for necessary things
2483 * src/gtk/gtksctree.c
2484 * src/gtk/gtksctree.h
2485 Reset anchor if necessary when removing node
2487 2006-03-29 [colin] 2.0.0cvs181
2490 Warn for disabled IMAP accounts (due to lack of
2491 libetpan). Breaks string-freeze - sorry - but it
2492 is kind of important ;)
2494 2006-03-28 [colin] 2.0.0cvs180
2496 * src/gtk/gtkutils.c
2497 * src/gtk/gtkutils.h
2498 Add a gtkut_get_link_btn() function that
2499 creates a button which acts like an URI
2500 * src/prefs_themes.c
2502 Use this function (factorizes codes)
2504 * src/gtk/pluginwindow.c
2505 Add a "Get more..." in the plugins window
2507 2006-03-28 [colin] 2.0.0cvs179
2510 * src/common/passcrypt.c
2512 Warning fixes. Patch by Pawel Pekala
2514 2006-03-27 [colin] 2.0.0cvs178
2517 Fix undoing by blocks with spaces
2519 2006-03-27 [colin] 2.0.0cvs177
2522 Set margin to 3px for headers
2528 2006-03-27 [wwp] 2.0.0cvs176
2531 don't reset quicksearch when updating the message list.
2534 2006-03-26 [wwp] 2.0.0cvs175
2537 use a unified border width ('other' tab in the compose window,
2538 patch by Pawel Pekala).
2541 2006-03-26 [wwp] 2.0.0cvs174
2543 * src/common/quoted-printable.c
2545 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2547 2006-03-26 [colin] 2.0.0cvs173
2549 * src/quote_fmt_parse.y
2550 Fix non-UTF8 date formats messing up the whole quote a
2553 2006-03-26 [colin] 2.0.0cvs172
2556 Make sure the date is UTF8 valid, or try to make it
2557 so. IncrediMail is really IncrediStupid.
2559 Fix possible conversions.
2562 2006-03-26 [colin] 2.0.0cvs171
2565 Fix corner cases in body search. This is still a
2566 hack... It seems impossible to make it good and
2567 reasonably fast at the same time.
2569 2006-03-26 [colin] 2.0.0cvs170
2572 I think I killed the twilight zone bug!
2573 summary_select_node() flushes GTK events in order
2574 to be able to center the view. But this also
2575 flushes keypresses like Ctrl-Alt-U, so this can
2576 call summary_show from summary_select_node (itself
2577 called from summary_show, etc.). And the summaryview
2578 has to be unlocked in this function. So just locking
2579 while processing GTK events, and bailing if locked,
2581 Fixes bug #927 (SIGSEGV during Update Summary)
2583 2006-03-25 [colin] 2.0.0cvs169
2586 Fix search in QP-encoded bodies
2587 Fix utf-8 searches in bodies encoded in the
2589 * src/common/quoted-printable.c
2590 * src/common/quoted-printable.h
2591 Add a decode function that doesn't overwrite
2592 the original pointer
2595 2006-03-24 [colin] 2.0.0cvs168
2600 Update message cache after action
2601 Patch by H. Merijn Brand
2602 * src/prefs_msg_colors.c
2604 Patch by Fabien Vantard
2605 * src/plugins/spamassassin/spamassassin_gtk.c
2606 Remove useless translation
2607 Patch by Fabien Vantard
2609 2006-03-23 [colin] 2.0.0cvs167
2612 Let 30 seconds to SSL_connect
2614 2006-03-23 [wwp] 2.0.0cvs166
2617 * src/gtk/description_window.c
2618 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2619 and headers are translated; adjust description windows' width to fit their
2620 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2622 2006-03-23 [paul] 2.0.0cvs165
2624 * src/common/utils.c
2625 fix highlighting of URIs containing "()"
2626 (2.0.0cvs164's reversal fixed)
2629 2006-03-23 [paul] 2.0.0cvs164
2631 * src/common/utils.c
2632 revert patch, (postponing a fix), at 2.0.0cvs120
2633 as it breaks more URIs than it fixes.
2634 Allow '-' to be a terminating character in a URI
2636 2006-03-22 [colin] 2.0.0cvs163
2639 Require libetpan 0.45
2640 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2642 2006-03-22 [paul] 2.0.0cvs162
2645 replace '<-' and '->' buttons with GTK_STOCK graphical
2647 * src/summary_search.c
2648 don't offer '...' for translation
2649 add a tooltip to advanced search '...' button
2650 * src/gtk/quicksearch.c
2651 don't offer '...' for translation
2653 2006-03-21 [colin] 2.0.0cvs161
2656 Fix middle-click pasting (insert at click
2657 position instead of cursor position, don't
2658 remove existing selection and allow pasting
2661 "LDAP Server" -> "LDAP servers"
2663 2006-03-21 [wwp] 2.0.0cvs160
2665 * src/etpan/imap-thread.c
2666 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2668 2006-03-20 [colin] 2.0.0cvs159
2671 Don't reload summaryview after an execute with no
2674 2006-03-19 [colin] 2.0.0cvs158
2677 and put groups at the top, always
2679 2006-03-19 [colin] 2.0.0cvs157
2682 Order groups before names, as previously
2684 2006-03-19 [colin] 2.0.0cvs156
2687 - Sort case-unsensitive
2688 - Put the sort arrow at opening too
2690 2006-03-19 [wwp] 2.0.0cvs155
2693 allow sorting by name/email/remarks, ensure that right-pane's contents
2694 matches the left-pane selection (cleared when appropriate).
2695 Patch by Pawel Pekala <c0rn@o2.pl>.
2697 2006-03-18 [colin] 2.0.0cvs154
2702 2006-03-18 [colin] 2.0.0cvs153
2705 Make sure we hide the preview if we didn't get
2708 2006-03-18 [colin] 2.0.0cvs152
2711 Set cursor to watch for execution (fixes lack
2712 of watch-cursor when dnd'ing hundreds of mails)
2714 Check that mime type is 'image/*' before updating
2715 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2717 2006-03-18 [colin] 2.0.0cvs151
2722 Put a watch cursor in textview too when the mainwindow's
2725 2006-03-18 [colin] 2.0.0cvs150
2728 Change wrong asserts to simple tests
2730 2006-03-17 [colin] 2.0.0cvs149
2734 * src/prefs_msg_colors.c
2737 * src/gtk/colorlabel.c
2738 * src/gtk/colorlabel.h
2739 Add a color label menu in the main menubar
2740 Add (fixed) accels Ctrl-{0-7} to change the color
2741 They have to be fixed because the menu's dynamic,
2742 the items are complex widgets, hence we can't use
2746 2006-03-17 [wwp] 2.0.0cvs148
2749 rollback few lines from my previous commit (those lines come from
2750 a pending patch, accidentally commited, even if neutral as they are
2753 2006-03-17 [wwp] 2.0.0cvs147
2756 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2757 applied code style/indentation to the modified function.
2759 2006-03-17 [wwp] 2.0.0cvs146
2763 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2769 2006-03-17 [paul] 2.0.0cvs145
2772 addressbook_read_file() was called twice
2774 X-Mailer highlighting
2776 2006-03-16 [colin] 2.0.0cvs144
2778 * src/sourcewindow.c
2779 * src/sourcewindow.h
2780 And the last one, in source window.
2782 2006-03-16 [colin] 2.0.0cvs143
2786 Fix the same stuff in compose
2788 2006-03-16 [colin] 2.0.0cvs142
2791 Complete the previous messageview crash fix
2793 2006-03-16 [colin] 2.0.0cvs141
2798 Fix POSTPROCESSING hook
2799 Patch by H. Merijn Brand
2803 Parse Content-Location
2808 Don't crash when a top-level MessageView has
2809 been closed on us. Same problematic than
2810 yesterday's quicksearch issue.
2812 2006-03-15 [colin] 2.0.0cvs140
2814 * src/gtk/quicksearch.c
2815 Fix a bitchy race we didn't think about when we
2816 added quicksearch cancellation:
2817 If the search is not on cached fields, for example
2818 body_part matchcase "stuff"
2819 the matcher code has to get the whole message. If
2820 we're on IMAP, that can be slow, and in order to
2821 be non-blocking, the IMAP code idle loop processes
2822 gtk events too. So it is possible to cancel a
2823 quicksearch while the matcher is getting the mail's
2824 body. After matcher got its body, it will start to
2825 iterate over the matcher list that the Quicksearch's
2826 clear_search_cb() just freed via prepare_matcher().
2828 The fix consists of guarding the matcherlist_match()
2829 call with a boolean 'matching'. If we reset the
2830 quicksearch while matching is TRUE, we don't free
2831 the matcherlist anymore like we did, but we set
2832 another new flag, deferred_free, to TRUE. Then,
2833 in quicksearch_match(), just after returning from
2834 matcherlist_match() and unsetting the matching flag,
2835 we check the deferred_free flag and do the
2836 prepare_matcher() (which does the matcherlist_free)
2837 for real, so we free the matcherlist once it's not
2839 As all of this runs via the glib main loop, we
2840 luckily don't need a mutex.
2842 Also, show progress while searching.
2845 2006-03-14 [colin] 2.0.0cvs139
2848 Make alertpanel_is_open non-static
2850 2006-03-14 [colin] 2.0.0cvs138
2852 * src/prefs_spelling.c
2853 Cleanups - Fabien Vantard
2855 2006-03-14 [wwp] 2.0.0cvs137
2858 code style normalization (curly braces, indentation).
2860 2006-03-14 [wwp] 2.0.0cvs137
2863 code style (braces, indentation)
2865 2006-03-12 [paul] 2.0.0cvs136
2867 * src/prefs_common.c
2868 trans_hdr defaults to FALSE to be RFC-savvy
2869 * src/prefs_summaries.c
2870 add a tooltip to the trans_hdr option
2873 2006-03-12 [paul] 2.0.0cvs135
2875 * src/prefs_matcher.c
2876 give a little more width to the combos
2877 * src/prefs_display_header.c
2879 translate headers if prefs_common.trans_hdr
2882 Patches by Pawel Pekala
2884 2006-03-12 [paul] 2.0.0cvs134
2886 * src/plugins/clamav/clamav_plugin.c
2887 * src/plugins/dillo_viewer/dillo_viewer.c
2888 * src/plugins/pgpcore/plugin.c
2889 * src/plugins/pgpinline/plugin.c
2890 * src/plugins/pgpmime/plugin.c
2891 * src/plugins/spamassassin/spamassassin.c
2892 update/add to descriptions
2893 * src/plugins/spamassassin/spamassassin_gtk.c
2894 fixes to the english, remove superfluous
2895 tooltips, clean up a little
2897 2006-03-12 [paul] 2.0.0cvs133
2900 fix Bug 924, 'Account combo box shows up wrong
2901 if & is in account name'
2903 2006-03-11 [colin] 2.0.0cvs132
2906 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2907 messed up shift-selection because is slows down
2908 moving around summaryview. thanks -users
2910 2006-03-10 [colin] 2.0.0cvs131
2912 * src/plugins/spamassassin/spamassassin_gtk.c
2913 Put back Paul's engrish fixes
2915 2006-03-10 [colin] 2.0.0cvs130
2917 * src/plugins/spamassassin/spamassassin.c
2918 * src/plugins/spamassassin/spamassassin.h
2919 * src/plugins/spamassassin/spamassassin_gtk.c
2920 Cleanup SA prefs page (more)
2921 Patch by Fabien Vantard
2923 2006-03-10 [paul] 2.0.0cvs129
2925 * src/prefs_msg_colors.c
2926 * src/prefs_spelling.c
2929 2006-03-09 [mones] 2.0.0cvs128
2934 2006-03-09 [wwp] 2.0.0cvs127
2937 revert accidental commit (requirement for libetpan 0.43), this time
2940 2006-03-09 [wwp] 2.0.0cvs125
2943 revert accidental commit (requirement for libetpan 0.43)
2945 2006-03-09 [paul] 2.0.0cvs126
2947 * src/prefs_receive.c
2948 remove useless frame
2949 replace 'incorporation' with 'receiving'
2950 * src/plugins/clamav/clamav_plugin_gtk.c
2951 * src/plugins/spamassassin/spamassassin_gtk.c
2952 improve widget sensitivity
2953 fix a bit his engrish
2955 2006-03-09 [wwp] 2.0.0cvs125
2959 * src/prefs_common.c
2960 * src/prefs_common.h
2961 remember some more windows' sizes (add to addressbook and
2964 2006-03-09 [paul] 2.0.0cvs124
2966 * src/plugins/pgpcore/prefs_gpg.c
2967 normalise construction of dialogue
2969 2006-03-09 [paul] 2.0.0cvs123
2971 * src/plugins/trayicon/Makefile.am
2974 2006-03-08 [colin] 2.0.0cvs122
2976 * src/plugins/trayicon/Makefile.am
2977 Fix build in separate dir
2978 Patch by Bamanzi <bamanzi@gmail.com>
2980 2006-03-08 [colin] 2.0.0cvs121
2983 Batch move and copies from summaryview with delayed execution
2986 2006-03-07 [paul] 2.0.0cvs120
2988 * src/common/utils.c
2989 fix highlighting of URIs containing "()"
2990 Patch by Pawel Pekala
2992 2006-03-07 [paul] 2.0.0cvs119
2997 immediately do alphabetical resort when
2998 changing a folder's name
2999 Patch by Pawel Pekala
3001 2006-03-07 [paul] 2.0.0cvs118
3005 when unsubscribing a newsgroup, remove the
3006 folder and msgs in .sylpheed-claws/newscache
3007 Patch by Pawel Pekala <c0rn@gazeta.pl>
3009 2006-03-07 [paul] 2.0.0cvs117
3012 fix wrong Fake URL Warning
3015 2006-03-07 [colin] 2.0.0cvs116
3018 Return immediately when password dialog was
3020 * src/gtk/inputdialog.c
3021 Allow empty strings for passwords
3024 2006-03-06 [colin] 2.0.0cvs115
3027 Prevent double-timeouts when connection fails
3033 2006-03-06 [colin] 2.0.0cvs114
3036 Refresh session during potentially long
3039 2006-03-06 [wwp] 2.0.0cvs113
3041 * src/prefs_msg_colors.h
3042 forgot that one (custom color labels).
3044 2006-03-06 [wwp] 2.0.0cvs112
3046 * src/prefs_common.c
3047 * src/prefs_common.h
3048 * src/prefs_msg_colors.c
3051 * src/gtk/colorlabel.c
3052 * src/gtk/colorlabel.h
3053 colors in messages list are now customizable. Color values and names can
3054 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3055 Thanks to Paul and Colin for their help with this longstanding patch!
3057 2006-03-06 [wwp] 2.0.0cvs111
3060 don't crash if (x)face is bad.
3062 2006-03-05 [paul] 2.0.0cvs110
3067 * src/common/Makefile.am
3068 * src/common/utils.h
3069 * src/etpan/imap-thread.c
3071 * src/plugins/clamav/Makefile.am
3072 * src/plugins/demo/Makefile.am
3073 * src/plugins/dillo_viewer/Makefile.am
3074 * src/plugins/pgpcore/Makefile.am
3075 * src/plugins/pgpcore/passphrase.c
3076 * src/plugins/pgpinline/Makefile.am
3077 * src/plugins/pgpmime/Makefile.am
3078 * src/plugins/spamassassin/Makefile.am
3079 * src/plugins/trayicon/Makefile.am
3080 fix builiding on cygwin
3081 Patch by Ralgh Young <bamanzi@gmail.com>
3083 2006-03-04 [wwp] 2.0.0cvs109
3085 * manual/keyboard.xml
3086 fix mixed up/down keys.
3088 2006-03-04 [wwp] 2.0.0cvs108
3092 updated links to SpamAssassin.
3094 2006-03-04 [wwp] 2.0.0cvs107
3096 * manual/plugins.xml
3097 * src/plugins/spamassassin/README
3098 updated SpamAssassin plugin docs to reflect new functional additions
3099 (also fix/update/documents few technical stuff more, see the README).
3101 2006-03-04 [wwp] 2.0.0cvs106
3103 * src/prefs_message.c
3104 normalized capitalization of message-prefs paths.
3106 2006-03-04 [wwp] 2.0.0cvs105
3108 * manual/advanced.xml
3111 2006-03-03 [colin] 2.0.0cvs104
3113 * src/plugins/clamav/clamav_plugin_gtk.c
3114 Rework prefs page, patch by Fabien
3116 2006-03-03 [colin] 2.0.0cvs103
3118 * src/plugins/clamav/clamav_plugin.c
3119 Set error on all errors
3121 2006-03-03 [colin] 2.0.0cvs102
3123 * src/common/plugin.c
3124 Initialize error to avoid crashing when a plugin fails
3125 without setting error
3127 2006-03-02 [wwp] 2.0.0cvs101
3130 fixed linker flags for libetpan support on Cygwin
3131 (thanks to H.Merijn Brand).
3133 2006-03-02 [wwp] 2.0.0cvs100
3136 fix some AB error messages: one for punctuation and
3137 one wrongly duplicate (thanks, maxbritov).
3139 2006-03-02 [wwp] 2.0.0cvs99
3141 * src/plugins/spamassassin/spamassassin.c
3142 make sync calls to sa-learn/spamc to prevent
3143 system (whatever local or client/server) overload.
3145 2006-03-02 [colin] 2.0.0cvs98
3148 Put the spam icon in the status column instead of the
3151 2006-03-01 [colin] 2.0.0cvs97
3153 * src/plugins/spamassassin/spamassassin.c
3154 Fix segfault (g_file_set_contents fails for some
3155 reason and err==0x2f. Can't find out why with
3156 valgrind, using working function :-)
3158 2006-03-01 [colin] 2.0.0cvs96
3161 Offline overriding: let 'No' be cached only 3 seconds
3163 2006-03-01 [colin] 2.0.0cvs95
3169 * src/folder_item_prefs.c
3177 * src/prefs_common.h
3178 * src/prefs_msg_colors.c
3184 * src/send_message.h
3185 * src/simple-gettext.c
3191 * src/common/ssl_certificate.c
3192 * src/common/utils.c
3193 * src/gtk/colorsel.c
3194 * src/gtk/gtksctree.c
3195 * src/gtk/gtkshruler.c
3196 * src/plugins/trayicon/trayicon.c
3197 #if 0 goes to /dev/null
3199 2006-03-01 [colin] 2.0.0cvs94
3207 * src/plugins/spamassassin/spamassassin.c
3208 Allow to add information in the "working offline"
3211 2006-03-01 [wwp] 2.0.0cvs93
3213 * src/plugins/spamassassin/spamassassin.c
3214 fixed spamc invocation: use a tricky temporary mini shell wrapper
3215 'cause it seems that calling `spamc ... < inputfile` with
3216 g_spawn_(a)sync simply.. erm doesn't work :-).
3218 2006-03-01 [wwp] 2.0.0cvs92
3222 simplify the adding of spam/ham button to the messageview toolbar
3223 (it gets more clear now that the same button will be "Mark as spam"
3224 or "Mark as ham" according to the current message status,
3227 2006-03-01 [wwp] 2.0.0cvs91
3233 * src/plugins/spamassassin/spamassassin.c
3234 * src/plugins/spamassassin/spamassassin.h
3235 make learner callbacks return a status (0 for ok),
3236 handle it in main code to avoid setting flags when learning failed,
3237 don't learn on TCP if offline in spamassassin,
3242 2006-03-01 [wwp] 2.0.0cvs90
3245 some work around the compose window's account menu,
3246 patch by Fabien Vantard.
3248 2006-03-01 [wwp] 2.0.0cvs89
3250 * src/plugins/spamassassin/spamassassin.c
3251 fixed bad logics, was using spamc in local mode and sa-learn
3252 in remote mode (thanks, Colin).
3254 2006-03-01 [wwp] 2.0.0cvs88
3256 * src/plugins/spamassassin/spamassassin.c
3257 * src/plugins/spamassassin/spamassassin.h
3258 * src/plugins/spamassassin/spamassassin_gtk.c
3259 made processing of emails w/ sa-plugin an option (default is TRUE),
3260 fixed Engrish some tooltips, capitalization of some debug messages
3261 and warnings. The spamassassin plugin now provides two separate
3262 services: process emails upon incorporation and spamd training.
3263 Both services (un)register independently but use some common
3264 plugin settings (transport settings, spam storage location).
3266 2006-02-28 [wwp] 2.0.0cvs87
3268 * src/plugins/spamassassin/spamassassin.c
3269 fix async flag to spamc cmdline execution (batch exec should
3272 2006-02-27 [wwp] 2.0.0cvs86
3274 * src/plugins/spamassassin/spamassassin.c
3275 * src/plugins/spamassassin/spamassassin.h
3276 * src/plugins/spamassassin/spamassassin_gtk.c
3277 - added the ability to learn a remote spamassassin server (spamd),
3279 - added the spamassassin option 'username', that applies to all
3280 spamassassin operations (filtering, learning, local or remote).
3281 The default username is the current unix user (if left blank
3282 from gtk prefs or config file).
3283 - commented out some unused code (notebook widget), removed unused
3285 - make more widgets sensitive to the transport type.
3287 2006-02-27 [colin] 2.0.0cvs85
3289 * src/plugins/spamassassin/spamassassin.c
3290 Fix sa-learn call when offline
3292 2006-02-27 [colin] 2.0.0cvs84
3300 * src/prefs_toolbar.c
3302 * src/stock_pixmap.c
3303 * src/stock_pixmap.h
3307 * src/pixmaps/ham_btn.xpm
3308 * src/pixmaps/spam.xpm
3309 * src/pixmaps/spam_btn.xpm
3310 * src/plugins/spamassassin/spamassassin.c
3311 Add button in toolbar for spam learning
3312 Fix a few bugs from the last related commit
3313 Revert 1.9.6cvs23 which messed up shift-selection
3315 2006-02-24 [colin] 2.0.0cvs83
3320 * src/plugins/spamassassin/spamassassin.c
3321 * src/plugins/spamassassin/spamassassin.h
3322 * src/plugins/spamassassin/spamassassin_gtk.c
3323 Unregister learner when spamassassin is either
3324 disabled or over tcp
3326 2006-02-24 [colin] 2.0.0cvs82
3333 * src/stock_pixmap.c
3334 * src/stock_pixmap.h
3337 * src/gtk/icon_legend.c
3338 * src/pixmaps/spam.xpm ** NEW FILE **
3339 * src/plugins/spamassassin/spamassassin.c
3340 * src/plugins/spamassassin/spamassassin_gtk.c
3341 Add spam learning interface (Mark/Mark as
3344 2006-02-24 [wwp] 2.0.0cvs81
3349 hide compose window when sending message in batch mode
3350 (filtering: forward and redirect). Also fixed a wrong
3351 value returned when sending failed, neutral anyway.
3354 2006-02-24 [wwp] 2.0.0cvs80
3357 use GTK+'s stock quit button. Patch by Fabien Vantard.
3359 2006-02-24 [paul] 2.0.0cvs79
3364 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3367 2006-02-23 [colin] 2.0.0cvs78
3370 Change OK to Close in alertpanel with View log
3371 button; add accel to View log. Patch by Fabien
3374 2006-02-23 [wwp] 2.0.0cvs77
3377 silly me, there were much more tests to perform, since toolbars can
3378 really have down to 1 element only.
3380 2006-02-23 [wwp] 2.0.0cvs76
3383 fixed indentation from my previous commit. Fallback to VISUAL if
3384 EDITOR is not set (and to vi, at last resort).
3386 2006-02-23 [wwp] 2.0.0cvs75
3389 improved error detection (Colin, me).
3391 2006-02-23 [wwp] 2.0.0cvs74
3393 * src/prefs_toolbar.c
3394 simplify and fix prefs/toolbars layouting. Combos' contents can
3395 now be really displayed.
3397 2006-02-23 [wwp] 2.0.0cvs73
3398 simplifies and fix prefs/toolbars layouting. Combos' contents can now
3399 be really displayed.
3401 2006-02-22 [wwp] 2.0.0cvs72
3404 fix a typo in my previous commit (sorry!).
3406 2006-02-22 [wwp] 2.0.0cvs71
3408 * src/prefs_toolbar.c
3409 fix a crash when adding separators to toolbars,
3410 also fix some separator item information.
3412 2006-02-22 [wwp] 2.0.0cvs70
3415 fix a crash when redirecting (for instance) when compose window's
3416 toolbar contents has been customized (when some buttons have been
3419 2006-02-21 [wwp] 2.0.0cvs69
3422 * src/gtk/pluginwindow.c
3423 * src/plugins/pgpcore/prefs_gpg.c
3424 fix some compilation warnings (feat. remains of removed code).
3426 2006-02-21 [wwp] 2.0.0cvs68
3428 * src/gtk/gtkutils.c
3429 fix two compilation issues, thanks to Stephan Sachse.
3431 2006-02-20 [colin] 2.0.0cvs67
3434 Don't reselect displayed mail on refocus
3435 This fixes actions misbehaving
3437 2006-02-20 [wwp] 2.0.0cvs66
3440 * src/gtk/gtksctree.c
3441 * src/gtk/gtkshruler.c
3442 changed more runtime typecast checks.
3444 2006-02-20 [wwp] 2.0.0cvs65
3446 * src/summary_search.c
3447 find all - summaryview refresh issue fixed, thanks to Colin.
3449 2006-02-20 [wwp] 2.0.0cvs64
3451 * src/gtk/gtkutils.c
3452 better runtime typecast checks.
3454 2006-02-20 [wwp] 2.0.0cvs63
3456 * src/summary_search.c
3457 enhancements to the summary search:
3458 - add the ability to stop the running search
3459 (upon ESC-key press, new Stop button or when Clear button is pressed)
3460 - don't search if no criteria (From/To/Subject/Body) is set
3461 - ensure that a busy mouse pointer is always shown when searching,
3462 show it even a bit earlier
3464 2006-02-19 [colin] 2.0.0cvs62
3468 * src/etpan/imap-thread.c
3469 * src/etpan/imap-thread.h
3470 (Future) IMAP speed improvement on sending
3471 Will require a libetpan update
3473 * src/gtk/quicksearch.c
3474 Make quicksearch clearable while running.
3476 2006-02-17 [colin] 2.0.0cvs61
3479 * src/etpan/imap-thread.c
3480 * src/etpan/imap-thread.h
3481 Check for IMAP certificates
3482 ** Requires libetpan-0.42-cvs4
3483 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3485 2006-02-17 [colin] 2.0.0cvs60
3488 * src/prefs_common.c
3489 * src/prefs_common.h
3490 * src/prefs_message.c
3491 Add pref to display HTML-only mails with plugin,
3492 if possible (defaulting to FALSE of course).
3494 2006-02-16 [colin] 2.0.0cvs59
3497 * src/common/plugin.c
3498 * src/common/plugin.h
3499 * src/gtk/pluginwindow.c
3500 Keep track of requested (but unloaded) plugins
3501 in some error cases.
3503 2006-02-16 [wwp] 2.0.0cvs58
3505 * src/gtk/gtkaspell.c
3506 * src/gtk/gtkaspell.h
3507 * src/prefs_spelling.c
3509 * src/prefs_common.c
3510 * src/prefs_common.h
3511 implemented new optional spellchecker behaviour: re-check message when
3512 dictionary got changed (from compose-window/context-menu/Change dictionary).
3514 2006-02-16 [wwp] 2.0.0cvs57
3516 * src/quote_fmt_parse.y
3517 pclose popen'ed pipe.
3519 2006-02-15 [colin] 2.0.0cvs56
3523 Let MimeViewers know which MimeView they
3526 Swap From/To columns in Sent/Queue/Drafts
3528 * src/etpan/imap-thread.c
3529 Use mailstream_low_tls_open() for STARTTLS
3530 instead of mailstream_low_ssl_open()
3531 ** REQUIRES libetpan 0.42cvs3 **
3533 2006-02-15 [wwp] 2.0.0cvs55
3537 * src/message_search.c
3538 * src/message_search.h
3540 * src/gtk/gtkutils.c
3541 * src/gtk/gtkutils.h
3542 added the ability to Find text in the compose window (and a bit
3543 of code factorization).
3545 2006-02-15 [wwp] 2.0.0cvs54
3548 yet another one file was missing (fix for some widgets' sensitivity).
3551 2006-02-15 [wwp] 2.0.0cvs53
3554 oops forgot that file (fix for some widgets' sensitivity).
3556 2006-02-15 [wwp] 2.0.0cvs52
3558 * src/summary_search.c
3559 implemented advanced summary search options (added the ability
3560 to use matcher conditions in an advanced search mode).
3562 2006-02-15 [wwp] 2.0.0cvs51
3564 * src/plugins/pgpcore/prefs_gpg.c
3565 * src/prefs_account.c
3566 fix some widget sensitivity, mostly around some labels in
3569 2006-02-15 [paul] 2.0.0cvs50
3571 * manual/advanced.xml
3572 improve Templates info
3575 2006-02-14 [colin] 2.0.0cvs49
3577 * src/pixmaps/address_book.xpm
3578 * src/pixmaps/preferences.xpm
3579 * src/pixmaps/properties.xpm
3580 Fix pixmap size - patch by Fabien Vantard
3582 2006-02-13 [colin] 2.0.0cvs48
3585 Add missing fclose()s on error
3588 * src/common/utils.c
3589 Fix temp files not being deleted on windows
3590 Patches by Thomas Gilgin
3592 2006-02-13 [colin] 2.0.0cvs47
3597 2006-02-13 [wwp] 2.0.0cvs46
3599 * src/plugins/pgpcore/prefs_gpg.c
3600 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3602 2006-02-12 [colin] 2.0.0cvs45
3607 Fix "stuff" when quitting
3609 2006-02-12 [wwp] 2.0.0cvs44
3611 * src/prefs_themes.c
3612 fix typos in debug messages.
3614 2006-02-11 [colin] 2.0.0cvs43
3617 don't allow drag/drop from ourself
3619 2006-02-10 [wwp] 2.0.0cvs42
3626 renamed html_ prefixed functions and data structures to avoid
3627 namespace clashes w/ other software (gtkhtml2 for instance).
3631 2006-02-09 [colin] 2.0.0cvs41
3634 Fix shitty logic messed up. Thanks Ticho for the hint!
3636 2006-02-09 [wwp] 2.0.0cvs40
3640 * src/prefs_account.c
3643 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3644 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3645 Browse buttons in accounts prefs.
3647 2006-02-09 [colin] 2.0.0cvs39
3650 Check for pointer before using its members
3651 * src/gtk/gtksourceprintjob.c
3654 2006-02-09 [wwp] 2.0.0cvs38
3657 fix few compiler warnings (type mismatch).
3659 2006-02-09 [paul] 2.0.0cvs37
3662 updated by Fabien Vantard
3664 2006-02-08 [colin] 2.0.0cvs36
3666 * src/prefs_common.c
3668 * src/common/plugin.c
3669 allow windows and linux configurations to coexist
3670 patch by Thomas Gilgin
3672 2006-02-08 [colin] 2.0.0cvs35
3677 * src/matcher_parser_parse.y
3678 * src/prefs_filtering_action.c
3679 * src/prefs_matcher.c
3680 Add the "Ignore thread" filtering
3683 2006-02-08 [colin] 2.0.0cvs34
3688 Fix bug #905 (damaged attachment)
3689 text files with raw \0's aren't really text files
3692 2006-02-08 [colin] 2.0.0cvs33
3695 Fix crasher introduced yesterday
3697 2006-02-08 [wwp] 2.0.0cvs32
3701 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3703 2006-02-08 [wwp] 2.0.0cvs31
3705 * src/prefs_template.c
3706 templates enhancement: allow address completion for Cc and Bcc fields
3707 (it was currently possible for the To field only)
3709 2006-02-08 [colin] 2.0.0cvs30
3712 Don't unblock if not blocked
3715 2006-02-07 [colin] 2.0.0cvs29
3718 Forgot to refresh summaryview
3720 2006-02-07 [colin] 2.0.0cvs28
3723 Freeze/thaw message list and folder list while
3724 processing %as{} actions
3726 Fix auto-wrap disabling after a middle-click
3729 2006-02-07 [paul] 2.0.0cvs27
3732 fix freeing of uninitialised pointers
3735 2006-02-06 [colin] 2.0.0cvs26
3738 Use g_slist_prepend in potentially big list
3740 2006-02-06 [colin] 2.0.0cvs25
3743 Completely skip processing if it doesn't
3746 2006-02-06 [colin] 2.0.0cvs24
3750 Batch filtering in summaryview (from Tools menu)
3751 and pre/post//-processing too
3753 2006-02-06 [colin] 2.0.0cvs23
3757 Use a special field for batch filtering instead
3758 of stepping on deferred execution's toes
3760 2006-02-06 [colin] 2.0.0cvs22
3767 Fix filtering via menus and actions
3769 2006-02-06 [colin] 2.0.0cvs21
3772 Put the added file directly to cache if possible (will work
3780 Move and copy filtered messages by batches instead of one
3781 by one - faster on IMAP
3783 Add a function that'll possibly be useful later
3785 2006-02-06 [colin] 2.0.0cvs20
3788 Use internal mime-type instead of text/plain for d'n'd
3790 Allow attaching files from mimeview's icon list via d'n'd
3793 Use internal mime-type instead of text/plain for d'n'd
3794 Don't try to selected opened folder if none is
3795 Factorize d'n'd from other apps code
3798 * src/gtk/gtkutils.c
3799 * src/gtk/gtkutils.h
3800 Factorize Face/X-Face stuff
3802 Fix d'n'd to other apps
3803 * src/prefs_message.c
3804 Let the XFace pref be usable without libcompface as it also
3807 Fix d'n'd to other apps
3808 Factorize d'n'd from other apps code
3810 2006-02-06 [wwp] 2.0.0cvs19