1 2006-07-08 [colin] 2.3.1cvs75
4 Fix highlighting of attached parts URIs
6 2006-07-08 [colin] 2.3.1cvs74
9 Prevent bug #981 (sc 2.3.1 segfaults with
10 gtk+ 2.10) from being reported again:
11 if Sylpheed-Claws has been compiled against
12 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
13 of if Sylpheed-Claws has been compiled against
14 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
17 2006-07-07 [colin] 2.3.1cvs73
22 2006-07-07 [colin] 2.3.1cvs72
25 Fix compile on gtk < 2.8. argh :)
27 2006-07-07 [paul] 2.3.1cvs71
32 2006-07-07 [colin] 2.3.1cvs70
37 * src/quote_fmt_parse.y
38 Add |i{var}, a way to insert user-entered
45 2006-07-07 [colin] 2.3.1cvs69
48 Don't consider inboxes of UNKNOWN folder
49 classes to be useable as default inboxes
51 2006-07-07 [paul] 2.3.1cvs68
54 add missing #include <errno.h>
55 Thanks to René J. Blokland
57 2006-07-07 [paul] 2.3.1cvs67
60 Return now Closes dialog
64 add contextual menu to mime parts listed
68 reversal: ' is a valid character in URLs
70 2006-07-06 [colin] 2.3.1cvs66
73 Forgotten in previous commit
75 2006-07-06 [colin] 2.3.1cvs65
78 Set summary update flag whenever
83 * src/etpan/imap-thread.c
84 Fix warnings, thanks to Fabien and
87 2006-07-06 [wwp] 2.3.1cvs64
90 GTK_STOCK_HELP exists in GTK+ 2.4.x.
92 2006-07-06 [wwp] 2.3.1cvs63
101 * src/message_search.c
102 * src/prefs_actions.c
103 * src/prefs_filtering.c
104 * src/prefs_filtering.h
105 * src/prefs_template.c
106 * src/summary_search.c
110 * src/gtk/pluginwindow.c
111 add help buttons to some dialogs. Clicking such buttons opens a
112 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
114 2006-07-06 [paul] 2.3.1cvs62
117 fix attachments contextual menu
120 2006-07-05 [colin] 2.3.1cvs61
126 2006-07-05 [paul] 2.3.1cvs60
129 grab save button by default
132 2006-07-05 [wwp] 2.3.1cvs59
135 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
137 2006-07-04 [colin] 2.3.1cvs58
141 Use left click to select, middle click to open
146 2006-07-04 [colin] 2.3.1cvs57
150 Warning fixes, thanks to Fabien
152 2006-07-04 [colin] 2.3.1cvs56
157 Allow parts to be selected via their text label
160 2006-07-04 [colin] 2.3.1cvs55
163 Feedback when closing (for big folders)
164 * src/prefs_actions.c
165 * src/prefs_filtering.c
166 * src/prefs_matcher.c
167 * src/prefs_template.c
168 Fix default button when closing without
171 2006-07-04 [colin] 2.3.1cvs54
174 Delete local file on deletion
176 2006-07-03 [colin] 2.3.1cvs53
180 Don't freeze when rescanning after crash
182 2006-07-03 [wwp] 2.3.1cvs52
187 * src/plugins/pgpinline/pgpinline.c
188 * src/plugins/pgpmime/pgpmime.c
189 don't report an error when the user cancels the passphrase dialog.
191 2006-07-02 [colin] 2.3.1cvs51
194 Open message when crossing folders with Space,
195 goto next unread and friends
197 2006-07-01 [colin] 2.3.1cvs50
199 * src/prefs_account.c
200 Typographic rules varying from language
201 to language (in french "Protocole :"),
202 we have to do that :)
204 2006-07-01 [ticho] 2.3.1cvs49
206 * src/prefs_account.c
207 Only use one temporary gchar* variable in
208 prefs_account_protocol_set_optmenu().
210 2006-07-01 [ticho] 2.3.1cvs48
212 * src/prefs_account.c
213 * src/prefs_account.h
214 Use GtkLabel for existing account protocol name.
215 Created an array for protocol names and populate the
216 combobox from it in a for() cycle.
218 2006-06-30 [colin] 2.3.1cvs47
221 Block undo when changing signature (by changing
224 2006-06-30 [paul] 2.3.1cvs46
227 when editing From in the Compose window, use that address
228 in the Return-Path: header
231 2006-06-30 [colin] 2.3.1cvs45
234 Fix signature replacement:
235 - when no newline before separator
238 2006-06-29 [colin] 2.3.1cvs44
244 Let 'View/Go to/Next marked' work like
245 Next new & Next unread: across folders
246 Change the select_on_entry pref to do
247 what we want when changing folder
249 Fix single-quoted links
251 2006-06-29 [colin] 2.3.1cvs43
253 * src/gtk/gtkaspell.c
254 "Sylpheed" and "Sylpheed-Claws" do exist !
256 2006-06-29 [colin] 2.3.1cvs42
259 Forgot to remove debug
261 2006-06-29 [colin] 2.3.1cvs41
266 Disconnect from IMAP servers when going
267 offline. Fixes bug #978 (going to offline-mode
268 won't close connections)
270 2006-06-29 [colin] 2.3.1cvs40
273 Fix transient setting on failing plugins
275 * src/plugins/pgpcore/sgpgme.c
276 Only warn for OpenPGP. Most people don't
279 2006-06-29 [colin] 2.3.1cvs39
282 Fix Spelling menu (discrepancy between context menu
283 and top menu when folder's dictionary isn't the
285 * src/plugins/pgpcore/sgpgme.c
286 More error reporting about why gpgme can fail
288 2006-06-29 [wwp] 2.3.1cvs38
291 honor the display-header-pane setting even when the message view
292 is a separate window.
294 2006-06-29 [wwp] 2.3.1cvs37
296 * src/prefs_actions.c
297 forgot to commit that one (use of GTK_STOCK_INFO).
299 2006-06-29 [colin] 2.3.1cvs36
302 Better handling of login errors (ask the password
303 again once), alert in case of error. Fix three
306 2006-06-28 [wwp] 2.3.1cvs35
308 * src/prefs_template.c
309 * src/prefs_matcher.c
310 * src/prefs_filtering_action.c
312 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
313 patch by Fabien Vantard, slightly modified.
319 2006-06-28 [colin] 2.3.1cvs34
321 * src/prefs_account.c
322 Fix bug #977 (Can't add or edit imap accounts)
324 2006-06-28 [colin] 2.3.1cvs33
329 2006-06-28 [colin] 2.3.1cvs32
332 Save named inlined attachments with "Save all"
335 * src/common/plugin.c
336 * src/common/plugin.h
337 * src/common/sylpheed.c
339 * src/plugins/pgpcore/sylpheed.def
340 * src/plugins/pgpinline/sylpheed.def
341 * src/plugins/pgpmime/sylpheed.def
342 Win32 compatibility patch, by
345 2006-06-28 [wwp] 2.3.1cvs31
348 * src/prefs_folder_item.c
349 less compilation warnings (thanks to Fabien Vantard), less typos.
351 2006-06-28 [paul] 2.3.1cvs30
354 gtk_combo_box_set_focus_on_click() is only
355 available since gtk 2.6.0
357 2006-06-28 [paul] 2.3.1cvs29
359 * src/prefs_ext_prog.c
360 fix engrish and add a tooltip for the
361 'command for 'Display as text' option
367 2006-06-28 [paul] 2.3.1cvs28
371 include textviewer.pl in releases
373 2006-06-28 [paul] 2.3.1cvs27
375 * src/prefs_ext_prog.c
376 hide Print command option if libgnomeprint
379 2006-06-27 [colin] 2.3.1cvs26
382 Fix Esc handling in insert/attach dialog
383 Don't show this dialog if dragging something
384 else than text/uri-list
385 Thanks to Fabien Vantard
386 * tools/textviewer.pl
387 Filter script to display stuff as text
390 2006-06-27 [wwp] 2.3.1cvs25
393 use the exact product name (message view title), patch
396 2006-06-27 [ticho] 2.3.1cvs24
398 * src/prefs_account.c
401 * src/prefs_ext_prog.c
403 Add a preference (Preferences/External programs)
404 to allow "Display as text" to be done via a script
405 (patch by H.Merijn Brand).
406 Use GtkComboBox for protocol selection in account
408 Only include current choice for existing accounts, and
409 insensitivize the combobox.
411 2006-06-27 [paul] 2.3.1cvs23
414 fix crasher introduced in cvs21.
417 2006-06-26 [colin] 2.3.1cvs22
420 Fix double-frees when leaving folders
421 after exporting to mbox
423 2006-06-26 [colin] 2.3.1cvs21
426 More feedback (and optimisation)
429 Fix case when looking for mail addresses
431 Extra check for (X-)Face
433 2006-06-25 [ticho] 2.3.1cvs20
439 Added second argument to gtkut_sc_combobox_create() to
440 control focus-on-click for the widget.
441 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
443 2006-06-25 [ticho] 2.3.1cvs19
446 * src/gtk/Makefile.am
451 Use GtkComboBox instead of deprecated GtkOptionMenu
452 for account selector in compose window and for encoding
453 selector in attachment properties.
454 Also factorise working with the new GtkComboBox somewhat.
456 2006-06-24 [paul] 2.3.1cvs18
459 use the correct default value
461 2006-06-24 [paul] 2.3.1cvs17
466 * src/prefs_compose_writing.c
467 enable setting of default action when
468 dnd'ing files in the compose window.
469 (Collaborative effort with wwp)
471 2006-06-23 [wwp] 2.3.1cvs16
474 i18n fix (thanks to Fabien Vantard)
476 2006-06-22 [colin] 2.3.1cvs15
478 * src/prefs_customheader.c
479 Don't use filters in custom headers' file
480 selector. Remember, extensions mean nothing :)
482 2006-06-22 [paul] 2.3.1cvs14
485 allow setting of man directory location
487 2006-06-22 [colin] 2.3.1cvs13
490 Add 'View/Go to/Next unread folder'.
493 2006-06-22 [colin] 2.3.1cvs12
496 Add some subject prefixes
497 Patch by Bjorn T Johansen <btj@havleik.no>
499 2006-06-22 [colin] 2.3.1cvs11
501 * manual/advanced.xml
502 Forgotten hidden pref
504 2006-06-21 [paul] 2.3.1cvs10
506 * src/prefs_account.c
507 complete the removal of 'Add date header' option
509 2006-06-21 [paul] 2.3.1cvs9
513 * src/prefs_account.c
514 * src/prefs_account.h
515 remove option to add date header - always
517 * src/etpan/imap-thread.c
518 fix warnings (Thanks to Colin)
520 2006-06-21 [wwp] 2.3.1cvs8
523 set the attachment flag when inline text part are (file)named. This is more convenient
524 when receiving (for instance) inline source files or patches sent using thunderbird.
526 2006-06-21 [paul] 2.3.1cvs7
529 fix off-by-one count of current msg in
530 statusbar filtering progressbar
532 2006-06-21 [paul] 2.3.1cvs6
535 Show attachment icon even if the part is 'inline'
536 if the following conditions are met:
537 - content-type != 'text/plain'
538 - content-type != '*/pgp-signature'
539 - either 'name' or 'filename' parameter is not NULL
543 2006-06-21 [paul] 2.3.1cvs5
549 add an option to 'Never send Return
553 2006-06-20 [mones] 2.3.1cvs4
558 typo fixed (space after comma)
559 * tools/make.themes.project
560 remove exec mode from tarball files
562 2006-06-20 [colin] 2.3.1cvs3
567 Better fix for \n's in headers (don't
568 break Received: and others)
570 2006-06-20 [paul] 2.3.1cvs2
574 improve legibility of phishing attempt
577 2006-06-20 [paul] 2.3.1cvs1
582 Update version number following
585 2006-06-20 [colin] 2.3.0cvs26
588 When dragging a file to the text of the compose
589 window, ask whether we want to insert or attach
590 (I know lots of people who do that to attach)
592 2006-06-20 [colin] 2.3.0cvs25
594 * src/etpan/imap-thread.c
595 Fix threshold (the append command is often > 32 bytes)
597 2006-06-19 [colin] 2.3.0cvs24
600 * src/etpan/imap-thread.c
601 Workaround Rockliffe IMAP server bug: replace
602 "x UID SEARCH (ANSWERED UID 1:*)" with
603 "x UID SEARCH ANSWERED"
604 (Rockliffe doesn't handle the parenthesis)
606 2006-06-19 [colin] 2.3.0cvs23
610 * src/etpan/imap-thread.c
611 Probably fix bug #972 (Freezes when adding
612 an attachment to the message)
614 Modernize Firefox cmd
617 2006-06-18 [colin] 2.3.0cvs22
619 * src/prefs_customheader.c
620 Only allow correct filenames for various
623 2006-06-18 [colin] 2.3.0cvs21
625 * src/prefs_customheader.c
626 Add a 'From File...' button in custom headers prefs, which
627 try to do the right thing:
628 for normal headers, use file as plaintext,
629 for X-Face, calls compface,
630 for Face, encode to b64.
632 2006-06-17 [colin] 2.3.0cvs20
637 2006-06-16 [colin] 2.3.0cvs19
640 Recursive quicksearch: show message list
641 in current folder, *then* search children
644 2006-06-16 [colin] 2.3.0cvs18
647 Instead of ignoring SIGPIPE, save caches
648 when getting one. Will fix the fact that
649 hot caches are out-of-date when logging
652 * src/prefs_compose_writing.c
653 Only save text (not attachments) when
654 auto-saving to drafts
656 Always replace \n, \r and \t with spaces
658 * manual/dist/html/Makefile.am
659 * manual/dist/pdf/Makefile.am
660 * manual/dist/ps/Makefile.am
661 * manual/dist/txt/Makefile.am
662 * manual/fr/dist/html/Makefile.am
663 * manual/fr/dist/pdf/Makefile.am
664 * manual/fr/dist/ps/Makefile.am
665 * manual/fr/dist/txt/Makefile.am
666 * manual/pl/dist/html/Makefile.am
667 * manual/pl/dist/pdf/Makefile.am
668 * manual/pl/dist/ps/Makefile.am
669 * manual/pl/dist/txt/Makefile.am
670 Fix make clean removing pregenerated manuals
673 2006-06-16 [colin] 2.3.0cvs17
675 * src/plugins/pgpcore/sgpgme.c
676 * src/plugins/pgpmime/pgpmime.c
677 * src/plugins/pgpinline/pgpinline.c
678 Better error reporting in setup_signers.
679 Don't fallback to default key if specified
681 Don't allow signing if more than one secret
682 key matches the one specified in prefs.
684 2006-06-15 [colin] 2.3.0cvs16
687 Add "Send queue" in the folder's contextual
695 * src/plugins/pgpcore/passphrase.c
696 * src/plugins/pgpcore/sgpgme.c
697 * src/plugins/pgpinline/pgpinline.c
698 * src/plugins/pgpmime/pgpmime.c
699 Better error reporting
701 Probably fix bug #971 (2.2.3 cannot read mail
705 2006-06-15 [mones] 2.3.0cvs15
707 * tools/make.themes.project
708 creates the themes project from the web page
710 2006-06-15 [colin] 2.3.0cvs14
713 Better fix (avoid losing the folder if scan_tree
716 2006-06-15 [cleroy] 2.3.0cvs13
719 Probably fix Bug #969 (crash on rebuilding
722 2006-06-14 [colin] 2.3.0cvs12
724 * manual/dtd/manual.xsl
725 * manual/sylpheed-claws-manual.xml
726 * manual/fr/sylpheed-claws-manual.xml
727 * manual/pl/sylpheed-claws-manual.xml
728 Insert pagebreaks between sections
730 2006-06-14 [paul] 2.3.0cvs11
733 better fix than 2.3.0cvs10
735 2006-06-14 [paul] 2.3.0cvs10
738 fix setting of PACKAGE_DATA_DIR with newer autoconf
739 (backwards compatible)
741 2006-06-13 [colin] 2.3.0cvs9
744 Fix sending of return receipt with the new queue folders
746 2006-06-13 [wwp] 2.3.0cvs8
748 * src/quote_fmt_lex.l
749 fix wrong tokens returned in quote_fmt lexer, query not().
751 2006-06-13 [wwp] 2.3.0cvs7
754 * src/prefs_folder_item.c
755 allow changing folder type even when folder is not a top-level one,
758 2006-06-12 [colin] 2.3.0cvs6
761 Fix double-ask of "Do you want to mark all
764 2006-06-12 [colin] 2.3.0cvs5
775 * src/prefs_folder_item.c
783 Apply bug #964's patch (Queue and drafts aren't normal)
784 The Drafts and Queue folder now contain RFC-822 files,
785 allowing to move and copy mails from and to these
786 folders. Moving from Drafts to Queue will prepare the
787 mail for sending (PGP signature, encryption, etc).
788 This patch also rework sending errors handling to try
790 Also, allow redefining folder types via the GUI
791 (Folder type in its Properties)
793 2006-06-12 [colin] 2.3.0cvs4
799 Allow to define a specific print font - patch
800 by Bernhard Walle <bernhard.walle@gmx.de>
802 * manual/advanced.xml
803 * manual/fr/advanced.xml
804 Add a hidden pref to allow deletion without
807 2006-06-12 [wwp] 2.3.0cvs3
810 more files to ignore.
812 2006-06-12 [wwp] 2.3.0cvs2
815 * src/quote_fmt_lex.l
816 * src/quote_fmt_parse.y
817 extend the quote_fmt parser (templates and quotes):
818 - allow limited sub-expressions in |p{} and |f{} expressions,
819 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
820 - implemented/fixed missing implementation of query_references and show_references,
821 - completed, fixed contents and format of the symbols help dialog,
822 - fix some compilation warnings.
824 2006-06-12 [wwp] 2.3.0cvs1
826 * manual/advanced.xml
827 * manual/fr/advanced.xml
828 updates in the "templates" section of the manual (eng/fr):
829 - be more precise (both versions)
830 - completed to match the english reference (fr version)
831 - touchups (both versions)
833 2006-06-12 [paul] 2.3.0
837 2006-06-12 [paul] 2.2.3cvs14
848 updated by Miquel Oliete, Tim, Stephan Sachse,
849 Stavros Giannouris, Fabien Vantard, Andrea
850 Spadaccini, Frederico Goncalves Guimaraes,
851 Aleksandar Urosevic, and Ralgh Young
853 2006-06-12 [colin] 2.2.3cvs13
858 2006-06-11 [colin] 2.2.3cvs12
861 Verify that g_malloc() succeeded
863 2006-06-11 [colin] 2.2.3cvs11
866 Add Face header to welcome mail
868 2006-06-10 [colin] 2.2.3cvs10
871 Revert previous (Forgot it changes the
872 margin on the whole mail)
874 2006-06-10 [colin] 2.2.3cvs9
877 Don't overlap long headers under (X-)Face
879 2006-06-10 [mones] 2.2.3cvs8
882 allow generation of manual on systems lacking saxon binary
883 but with java and the saxon library installed
888 2006-06-09 [colin] 2.2.3cvs7
891 Fix leak when using Display Sender using Addressbook
893 2006-06-09 [colin] 2.2.3cvs6
902 2006-06-09 [paul] 2.2.3cvs5
906 * tools/claws.i18n.status.pl
907 updated with new info
909 2006-06-09 [paul] 2.2.3cvs4
914 add wwp to authors list
916 update mine and Colin's addresses
918 2006-06-08 [colin] 2.2.3cvs3
920 * src/etpan/imap-thread.c
921 Fix leak on SSL cert check
923 2006-06-08 [colin] 2.2.3cvs2
928 2006-06-08 [paul] 2.2.3cvs1
931 Update version number following
934 2006-06-07 [colin] 2.2.2cvs3
937 Fix catching cache read errors (guint instead of gint)
938 Prevent malloc'ing more than 8MB (means cache corruption)
940 2006-06-07 [paul] 2.2.2cvs2
948 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
950 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
953 2006-06-06 [paul] 2.2.2cvs1
956 Update version number following
959 2006-06-06 [paul] 2.2.1cvs6
962 fix implicit declaration of
964 Patch by Fabien Vantard
966 2006-06-06 [paul] 2.2.1cvs5
969 fix age_greater and age_lower so that they
970 mean what say and not '...or equal to'
973 2006-06-06 [paul] 2.2.1cvs4
980 2006-06-05 [wwp] 2.2.1cvs3
982 * manual/fr/account.xml
983 minor language fixes (thanks to Fabien Vantard).
985 2006-06-05 [colin] 2.2.1cvs2
987 * src/prefs_folder_item.c
989 Allow recursive setting of properties
992 Don't freeze on 'test' filtering rule
994 2006-06-05 [colin] 2.2.1cvs1
997 Update version number following
1000 2006-06-04 [wwp] 2.2.0cvs82
1002 * manual/glossary.xml
1003 * manual/account.xml
1004 * manual/fr/glossary.xml
1005 * manual/fr/account.xml
1006 added glossary section and references/links related to the Face custom header.
1008 2006-06-04 [colin] 2.2.0cvs81
1011 Skip to next message on move with no
1014 2006-06-04 [wwp] 2.2.0cvs80
1017 added sanity checks, exit when needed.
1019 2006-06-03 [paul] 2.2.0cvs79
1021 * src/prefs_receive.c
1022 page name is now 'Receiving'
1024 page name is now 'Sending'
1026 2006-06-03 [colin] 2.2.0cvs78
1028 * src/plugins/spamassassin/spamassassin_gtk.c
1029 Autoswitch to Localhost if transport was previously
1030 disabled. Else people had to check [] Enable, then
1031 *reselect* transport.
1033 2006-06-03 [colin] 2.2.0cvs77
1035 * src/plugins/pgpinline/pgpinline.c
1036 * src/plugins/pgpmime/pgpmime.c
1037 Check that gpg_data_release_and_get_mem
1038 didn't fail (now, why this happens...)
1040 2006-06-03 [colin] 2.2.0cvs76
1043 Fix bug #962 (Manual and/or UI should
1044 warn about incompatible locking
1047 2006-06-02 [cleroy] 2.2.0cvs75
1055 2006-06-02 [colin] 2.2.0cvs74
1058 On exit, free caches after writing them
1059 Shuts up some valgrind false positives
1061 * src/send_message.c
1062 Fix races when reusing existing SMTP connections
1063 Fix inexistant session timeout
1065 Display alertpanel after all queues have
1066 been processed, not after each
1068 2006-06-02 [wwp] 2.2.0cvs73
1070 * manual/fr/glossary.xml
1073 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1075 2006-06-02 [wwp] 2.2.0cvs72
1078 * manual/dist/pdf/Makefile.am
1079 * manual/dtd/manual.xsl
1080 * manual/fr/dist/pdf/Makefile.am
1081 * manual/pl/dist/pdf/Makefile.am
1082 we changed the procedure to generate the .pdf version of the manual.
1083 The procedure is more modern and the .pdf we get now has a valid index.
1084 Here are the new pre-requisites:
1086 - JRE 1.x (1.4 here): there must be one from your distro
1087 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1088 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1089 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1091 See my posts for further info about the installation of this toolchain:
1093 Date: Fri, 19 May 2006 19:40:06 +0200
1094 From: wwp <subscript@free.fr>
1095 To: sylpheed-claws-devel@lists.sourceforge.net
1096 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1100 Date: Wed, 24 May 2006 12:58:49 +0200
1101 From: wwp <subscript@free.fr>
1102 To: sylpheed-claws-devel@lists.sourceforge.net
1103 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1105 2006-06-01 [colin] 2.2.0cvs71
1108 Better guards against IMAP races
1110 * src/prefs_common.c
1111 * src/prefs_common.h
1112 * src/common/ssl_certificate.c
1113 * src/etpan/imap-thread.c
1114 * src/etpan/imap-thread.h
1115 * src/gtk/sslcertwindow.c
1116 New hidden option ssl_skip_cert_check to
1117 avoid dups of bug #959 (libetpan linked
1118 against gnutls and gnutls buggy on 64bit)
1119 Present expired warning only once per
1121 * manual/advanced.xml
1122 * manual/fr/advanced.xml
1125 2006-06-01 [wwp] 2.2.0cvs70
1128 fix for bug #961 (return receipt dialog
1129 complains incorrectly about return-path
1130 email adress being different), thanks
1133 2006-05-31 [cleroy] 2.2.0cvs69
1136 Guard against NULLs, although this
1137 should never be an issue
1139 2006-05-31 [colin] 2.2.0cvs68
1144 Don't remove caches when destroying folder, it
1145 could (should) be done at exit
1147 free processing cache after incorporation
1148 * src/etpan/imap-thread.c
1149 Maybe fix bug #959 (Crash on moving to emails
1150 to a imap account per ssl with a expired
1153 2006-05-30 [colin] 2.2.0cvs67
1156 Put back event flush when displaying message
1157 It avoids reading a bunch of messages just
1158 by hitting shift-n for too long ;)
1160 2006-05-29 [colin] 2.2.0cvs66
1163 Remove useless g_warnings
1165 2006-05-29 [colin] 2.2.0cvs65
1168 Fix g_slist_append()s for performance
1170 2006-05-29 [colin] 2.2.0cvs64
1173 * src/common/utils.c
1174 Fix extraneous tab at start of addresses
1176 Fix warnings (thanks to Fabien)
1177 Fix crash at exit when composing messages
1180 Fix progress bar when deleting expired mails
1183 * src/gtk/gtksctree.c
1184 Fix re-sorting slowness
1186 2006-05-29 [paul] 2.2.0cvs63
1189 fetch full message when moving mails
1190 from another mailbox, (fixed data loss
1191 when filtering from IMAP to MH, introduced
1195 2006-05-29 [mones] 2.2.0cvs62
1197 * src/gtk/gtksctree.c
1198 Unselect faster (patch by Colin)
1200 2006-05-26 [colin] 2.2.0cvs61
1203 Unplug MSGINFO_UPDATE callback on delete too.
1205 2006-05-26 [colin] 2.2.0cvs60
1208 Fix bold in folder selection window with glib2.10
1211 2006-05-26 [colin] 2.2.0cvs59
1214 Convert date only if necessary (and don't
1215 try to convert from utf8 to utf8, too)
1217 Only set column's text if the column's
1220 2006-05-26 [colin] 2.2.0cvs58
1223 * src/gtk/gtkutils.c
1226 2006-05-26 [colin] 2.2.0cvs57
1229 Make summaryview selectable as long as
1230 no message has focus
1232 Faster deletion (by implementing mh_remove_msgs)
1233 Faster copy (avoid using mh_fetch_msg just to get
1235 Faster move (using move_file instead of copy_file
1237 No progressbar if total number of mails to cp/mv
1240 Fix removal from subject_table when mail gets moved
1241 Faster deletion (g_slist_prepend instead of append)
1242 * src/gtk/gtksctree.c
1245 2006-05-25 [colin] 2.2.0cvs56
1247 * src/common/ssl_certificate.c
1248 Fix leak in expired cert check
1250 2006-05-25 [colin] 2.2.0cvs55
1253 Disable flags syncing on .mh_sequences - it
1254 is buggy and marks mails read under unknown
1259 * 2.3.0-rc4 released
1261 2006-05-24 [colin] 2.2.0cvs54
1263 attention cvs users: if you manage to crash
1264 Sylpheed-Claws while moving, copying or deleting
1265 mails, we *are* interested in stack traces and
1266 valgrind logs. It looks stable, but one never
1270 Add progressbar for cache updates
1272 Optimize Mark all read in the current
1275 Add progressbar for copy/move
1277 Optimize O(n^2) in copy/move
1279 * src/gtk/gtksctree.c
1280 Optimize O(n^2) algos
1281 * src/common/timing.h
1282 Display ms instead of us
1284 2006-05-24 [wwp] 2.2.0cvs53
1286 * manual/fr/advanced.xml
1287 updates to the French manual.
1289 2006-05-24 [wwp] 2.2.0cvs52
1291 * src/common/utils.c
1292 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1294 2006-05-24 [wwp] 2.2.0cvs51
1297 fixed "mark all read" in MH folders (thanks to Colin).
1299 2006-05-24 [paul] 2.2.0cvs50
1301 * doc/man/sylpheed-claws.1
1302 updated the man page
1304 2006-05-23 [colin] 2.2.0cvs49
1312 * src/send_message.c
1314 * src/gtk/sslcertwindow.c
1315 alertpanel fixes, by Fabien
1317 2006-05-23 [colin] 2.2.0cvs48
1323 * src/gtk/gtksctree.c
1324 * src/gtk/gtksctree.h
1326 Fix slow loading problem, which was caused by the
1327 use of some gtk_ctree funcs and their use of
1328 g_list_position while gtk_ctree_(un)link'ing.
1329 Reap more functions from gtkctree.c to be sure we
1330 use our (fast) version instead of theirs.
1332 Fix copy of unread mails
1335 2006-05-22 [wwp] 2.2.0cvs47
1337 * manual/fr/advanced.xml
1340 2006-05-22 [colin] 2.2.0cvs46
1343 Fix possible infinite loop. 'copy' is not a
1344 final action, so when encountering a 'copy',
1345 we have to check if a previous one was set
1346 and do it. In the same way, if we encounter
1347 a 'move' we have to perform a possibly
1348 pending 'copy'. This will slow down filtering
1349 on IMAP if move+copy or multiple copy actions
1350 are to be done, but handling it via the batch
1351 would be really too convoluted.
1353 2006-05-22 [wwp] 2.2.0cvs45
1355 * manual/fr/advanced.xml
1357 * manual/fr/glossary.xml
1358 * manual/fr/handling.xml
1359 * manual/fr/intro.xml
1360 * manual/fr/plugins.xml
1361 * manual/fr/sylpheed-claws-manual.xml
1362 sync w/ the english manual: updates URIs, documented mailing-list
1363 support, better explanation about the enabled/disabled feature
1364 in filtering/processing rules by Paul.
1366 2006-05-21 [colin] 2.2.0cvs44
1369 Don't expand after building threads, but during
1371 2006-05-21 [colin] 2.2.0cvs43
1375 More timing possibilities... For next time I have
1376 to find out how the hell some 3GHz computer takes
1377 one minute to open a 30k folder...
1379 2006-05-21 [colin] 2.2.0cvs42
1381 * manual/pl/advanced.xml
1383 * manual/pl/glossary.xml
1384 * manual/pl/handling.xml
1385 * manual/pl/intro.xml
1386 * manual/pl/plugins.xml
1387 * manual/pl/sylpheed-claws-manual.xml
1388 Polish manual updated by Pawel
1392 * 2.3.0-rc3 released
1394 2006-05-20 [colin] 2.2.0cvs41
1398 - remove cache of moved messages from original folder
1399 - apply new flags to messages even if they aren't appliable
1404 * 2.3.0-rc2 released
1406 2006-05-19 [colin] 2.2.0cvs40
1409 Don't issue SELECT in imap_change_flags
1410 before having checked that we indeed have
1411 some flags to change. MSG_POSTFILTERED for
1412 example can't be used on IMAP.
1413 Fixes bug #955 (copying messages between
1414 imap folders is extremely slow), which was
1417 2006-05-19 [colin] 2.2.0cvs39
1422 Try to fix bug #830 (Some unread messages
1423 get marked read in IMAP inbox):
1424 - Prevent scanning a folder if it's being
1426 - Postpone opening via the GUI of a folder
1430 2006-05-19 [wwp] 2.2.0cvs38
1432 * manual/advanced.xml
1433 fix English+typo (thanks to Paul).
1435 2006-05-19 [wwp] 2.2.0cvs37
1437 * manual/advanced.xml
1438 * manual/fr/advanced.xml
1439 * src/gtk/logwindow.c
1440 * src/prefs_common.c
1441 * src/prefs_common.h
1442 added hidden prefs to allow customization of colors used in
1443 protocol log window (useful for dark gtk+ themes).
1445 2006-05-19 [wwp] 2.2.0cvs36
1448 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1450 2006-05-19 [paul] 2.2.0cvs35
1453 make Reply-To fully clickable
1454 * src/gtk/logwindow.c
1455 more colouring (SMTP ESMTP)
1456 Both patches by Pawel Pekala
1458 2006-05-19 [cleroy] 2.2.0cvs34
1461 Don't update flags from current folder
1462 Probably fixes bug #935 (Read Messages
1463 Revert to Being Marked as Unread)
1465 2006-05-18 [colin] 2.2.0cvs33
1473 Allow replying to multiple emails
1476 * src/etpan/imap-thread.c
1479 2006-05-18 [paul] 2.2.0cvs32
1482 keep Mailing-List menu refreshed
1485 2006-05-18 [paul] 2.2.0cvs31
1487 * manual/advanced.xml
1489 * manual/glossary.xml
1490 * manual/handling.xml
1492 * manual/plugins.xml
1493 * manual/sylpheed-claws-manual.xml
1495 add info about mailing-list support
1500 * src/plugins/dillo_viewer/README
1503 2006-05-17 [wwp] 2.2.0cvs30
1505 * manual/handling.xml
1506 * manual/fr/handling.xml
1507 documented the ability to enabled/disable filtering/processing rules.
1509 2006-05-17 [colin] 2.2.0cvs29
1512 Don't initialize g_thread subsystem if it's
1513 already done (thanks to Hiro)
1515 Fix saving of parts when there name can't be
1516 converted from UTF-8.
1518 2006-05-17 [paul] 2.2.0cvs28
1521 fix config.status warning with autoconf 2.60
1523 2006-05-17 [paul] 2.2.0cvs27
1528 2006-05-17 [wwp] 2.2.0cvs26
1531 fix useless and potentially dangerous buffer walking (thanks to Colin).
1533 2006-05-17 [wwp] 2.2.0cvs25
1535 * src/plugins/demo/demo.c
1536 updated product name in plugin demo (many plugins need to be
1537 sync'ed w/ that change).
1539 2006-05-17 [colin] 2.2.0cvs24
1544 2006-05-16 [colin] 2.2.0cvs23
1547 Stupid me hit again. Fix cvs22.
1549 2006-05-16 [colin] 2.2.0cvs22
1552 Fix bug #922 (sylpheed-claws crashed after
1553 pushing on Inbox folder)
1555 2006-05-16 [colin] 2.2.0cvs21
1558 Make From header be copy/paste/select-able
1560 2006-05-16 [wwp] 2.2.0cvs20
1565 * src/etpan/imap-thread.c
1566 fix some compiler warnings (thanks to Colin).
1568 2006-05-16 [wwp] 2.2.0cvs19
1576 * src/send_message.c
1578 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1580 2006-05-15 [colin] 2.2.0cvs18
1583 Fix automatic rule creation with List-Post
1585 2006-05-15 [paul] 2.2.0cvs17
1587 * tools/filter_conv_new.pl
1588 updated for rule enabling/disabling
1589 claws version >= 2.3.x required
1591 2006-05-15 [cleroy] 2.2.0cvs16
1596 2006-05-15 [cleroy] 2.2.0cvs15
1601 2006-05-15 [wwp] 2.2.0cvs14
1603 * manual/pl/.cvsignore
1604 ignore generated files.
1606 2006-05-14 [wwp] 2.3.0-rc1
1608 * 2.3.0-rc1 released
1610 2006-05-13 [wwp] 2.2.0cvs13
1615 * src/matcher_parser_lex.l
1616 * src/matcher_parser_parse.y
1617 * src/prefs_filtering.c
1618 new feature: provide the ability to disable filtering and processing
1619 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1622 2006-05-13 [colin] 2.2.0cvs12
1625 Remove useless if (a) b; else b;
1628 2006-05-13 [wwp] 2.2.0cvs11
1636 no more silent failures (or at least less ones) when importing
1637 or exporting from/to mbox. Also start importing/exporting if
1638 the necessary info is set.
1640 2006-05-13 [wwp] 2.2.0cvs10
1643 restored up-to-date release notes.
1645 2006-05-13 [paul] 2.2.0cvs9
1649 updated by Tim Dijkstra and Pavlo Bohmat
1651 2006-05-12 [colin] 2.2.0cvs8
1653 * src/gtk/quicksearch.c
1654 Add "k" as shortcut for "colorlabel". Patch
1655 by ath42@users.sf.net.
1657 2006-05-12 [paul] 2.2.0cvs7
1659 * src/prefs_common.h
1660 * src/prefs_summaries.c
1662 when entering a folder also allow
1663 going directly to first Marked message
1665 2006-05-12 [paul] 2.2.0cvs6
1668 always obey 'confirm before marking all
1671 2006-05-12 [paul] 2.2.0cvs5
1674 make Sender fully clickable
1676 2006-05-12 [colin] 2.2.0cvs4
1680 Let From be editable
1683 Full support of .mh_sequences' Unseen seq
1685 2006-05-12 [colin] 2.2.0cvs3
1691 * src/prefs_spelling.c
1698 Add contextual menu on Compose toolbar
1699 button. Fixes bug #944 (Automatic
1700 addresses not applied when changing account
1701 from compose window)
1702 add Mailing List support
1703 based on the old 0.6.5claws25 patch by
1704 Melvin Hadasht, with finishing touches
1706 Fix "ignore thread" when mails are threaded by
1707 subject (and weren't ignored although appearing
1710 Both patches by Pawel.
1712 2006-05-08 [paul] 2.2.0cvs2
1721 add Mailing List support
1722 based on the old 0.6.5claws25 patch by
1723 Melvin Hadasht, with finishing touches
1726 2006-05-08 [colin] 2.2.0cvs1
1731 Add contextual menu on Compose toolbar
1732 button. Fixes bug #944 (Automatic
1733 addresses not applied when changing account
1734 from compose window)
1736 2006-05-08 [paul] 2.2.0
1740 2006-05-08 [paul] 2.1.1cvs51
1750 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1751 Fabien Vantard, Frederico Goncalves Guimaraes,
1752 Aleksandar Urosevic, and Ralgh Young
1754 2006-05-12 [colin] 2.1.1cvs50
1765 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1766 Fabien Vantard, Frederico Goncalves Guimaraes,
1767 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1769 2006-05-05 [colin] 2.1.1cvs49
1771 * manual/Makefile.am
1772 * manual/pl/Makefile.am
1773 * manual/pl/account.xml
1775 * manual/pl/addrbook.xml
1776 * manual/pl/advanced.xml
1778 * manual/pl/glossary.xml
1780 * manual/pl/handling.xml
1781 * manual/pl/intro.xml
1782 * manual/pl/keyboard.xml
1783 * manual/pl/plugins.xml
1784 * manual/pl/starting.xml
1785 * manual/pl/sylpheed-claws-manual.xml
1786 * manual/pl/dist/.cvsignore
1787 * manual/pl/dist/Makefile.am
1788 * manual/pl/dist/html/.cvsignore
1789 * manual/pl/dist/html/Makefile.am
1790 * manual/pl/dist/pdf/.cvsignore
1791 * manual/pl/dist/pdf/Makefile.am
1792 * manual/pl/dist/ps/.cvsignore
1793 * manual/pl/dist/ps/Makefile.am
1794 * manual/pl/dist/txt/.cvsignore
1795 * manual/pl/dist/txt/Makefile.am
1796 Add the polish translation of the manual,
1797 Authored by Pawel Pekala.
1799 2006-05-05 [cleroy] 2.1.1cvs48
1802 Re-read matcherrc after loading plugins
1803 if some of them add folders.
1805 2006-05-03 [colin] 2.1.1cvs47
1810 2006-05-03 [colin] 2.1.1cvs46
1813 Be sure to have a session when
1816 2006-05-03 [colin] 2.1.1cvs45
1821 Fix preventing renaming with namespace
1824 2006-05-01 [colin] 2.1.1cvs44
1827 Don't reload messageview when result of
1830 2006-04-29 [colin] 2.1.1cvs43
1832 * src/prefs_receive.c
1833 * src/plugins/spamassassin/spamassassin_gtk.c
1834 * src/plugins/clamav/clamav_plugin_gtk.c
1837 2006-04-29 [colin] 2.1.1cvs42
1839 * src/prefs_compose_writing.c
1841 Cleanups. Patch by Pawel
1843 2006-04-28 [paul] 2.1.1cvs41
1846 fix returned quick search results when search
1847 term contains an underscore.
1850 2006-04-28 [paul] 2.1.1cvs40
1852 * src/prefs_message.c
1853 * src/prefs_receive.c
1855 Patches by Pawel Pekala
1857 2006-04-27 [colin] 2.1.1cvs39
1860 Differentiate subject Welcome from
1861 window's title Welcome
1867 2006-04-27 [paul] 2.1.1cvs38
1869 * manual/advanced.xml
1870 * manual/fr/advanced.xml
1871 add info about compose_no_markup hidden pref
1873 2006-04-27 [paul] 2.1.1cvs37
1875 * src/prefs_account.c
1876 improve privacy labels
1877 * src/prefs_msg_colors.c
1878 change some strings for translators' convenience
1879 * src/gtk/gtkutils.c
1880 don't underline the link button text
1882 2006-04-25 [colin] 2.1.1cvs36
1885 Complete 2.1.1cvs33 (once more ;)
1887 2006-04-25 [colin] 2.1.1cvs35
1892 2006-04-25 [cleroy] 2.1.1cvs34
1895 * src/gtk/gtkaspell.c
1896 Fix crash on redirect (related to the return
1897 of the aspell menu in compose's toolbar)
1898 * src/prefs_msg_colors.c
1899 Fix sensitivity widgets
1900 * src/image_viewer.c
1901 * src/gtk/pluginwindow.c
1902 * src/gtk/prefswindow.c
1903 Change released signals to clicked (Fabien)
1905 * src/common/socket.c
1906 * src/plugins/spamassassin/spamassassin.c
1907 Translate strings (Fabien)
1909 2006-04-25 [paul] 2.1.1cvs33
1914 complete the fix of bug #912
1917 2006-04-25 [colin] 2.1.1cvs32
1925 Patches by Pawel Pekala
1927 2006-04-24 [colin] 2.1.1cvs31
1930 Fix compilation warnings (Fabien)
1932 2006-04-24 [colin] 2.1.1cvs30
1936 * src/editldap_basedn.c
1937 * src/editldap_basedn.h
1943 Fix bug #901 (LDAPS support)
1945 2006-04-24 [colin] 2.1.1cvs29
1948 Fix logic on error with send dialog on
1950 Fix compilation without libetpan, thanks
1953 Fix 'context-menu' key
1955 2006-04-23 [colin] 2.1.1cvs28
1958 Never free current's cache to free up
1959 memory. Fixes bug #912 (new count
1960 randomly set to message count)
1962 2006-04-23 [colin] 2.1.1cvs27
1964 * src/gtk/quicksearch.c
1965 And remove printf...
1967 2006-04-23 [colin] 2.1.1cvs26
1969 * src/gtk/quicksearch.c
1970 Fix replacing in quicksearch, and fix inserting
1971 in the middle of the string. (introduced at 2.1.0cvs22)
1973 2006-04-23 [colin] 2.1.1cvs25
1976 Make sure uidnext is initialized in get_num_list
1977 (not for stable, related to 2.1.1cvs8 and friends)
1979 2006-04-23 [colin] 2.1.1cvs24
1982 Output something when login is successful
1985 2006-04-23 [colin] 2.1.1cvs23
1987 * src/etpan/imap-thread.c
1988 Better logging (line-per-line, hide data in fetch)
1990 * src/gtk/logwindow.c
1991 * src/gtk/logwindow.h
1992 Better logging (color for input/output)
1994 2006-04-21 [colin] 2.1.1cvs22
1996 * src/gtk/quicksearch.c
1997 On gtk+-2.8, use stock buttons in quicksearch
1998 Based on a patch by Fabien and a design by Paul
2000 2006-04-21 [colin] 2.1.1cvs21
2004 Fix occasional flicker in folderview
2005 * src/common/utils.c
2006 Fix bug #943 (Incorrectly parsed email address
2007 list in short headers on message view and in
2010 2006-04-20 [colin] 2.1.1cvs20
2014 * src/prefs_account.c
2015 Add ANONYMOUS auth for IMAP
2017 2006-04-20 [paul] 2.1.1cvs19
2020 proper fix for 2.1.1cvs18
2023 2006-04-20 [paul] 2.1.1cvs18
2028 2006-04-20 [paul] 2.1.1cvs17
2030 * src/gtk/quicksearch.c
2031 fix standard, non-extended Quick search,
2032 was broken in 2.1.1cvs15.
2035 2006-04-20 [colin] 2.1.1cvs16
2037 * src/prefs_matcher.c
2038 Fix values when reselecting a ~test
2041 2006-04-19 [colin] 2.1.1cvs15
2045 * src/gtk/gtkaspell.c
2046 * src/gtk/gtkaspell.h
2047 Put back Options menu in Spelling/
2048 * src/gtk/quicksearch.c
2049 Don't search, and show error, if the
2050 advanced search has a syntax error
2052 2006-04-18 [colin] 2.1.1cvs14
2055 Fix gdk warnings on set_cursor when textview
2058 2006-04-18 [colin] 2.1.1cvs13
2060 * src/gtk/gtksctree.c
2061 Remove seemingly useless refresh that causes
2062 flicker - watch this commit in case of
2063 problems before planned backport to stable
2065 2006-04-18 [colin] 2.1.1cvs12
2068 Factorize get/set_xml code
2070 * src/prefs_account.c
2071 * src/prefs_account.h
2073 Add Encrypt to self option
2075 2006-04-17 [colin] 2.1.1cvs11
2078 Fix search on encrpyt function on dragonfly
2079 Patch by Jonathan Buschmann <jonthn@agmact.com>
2081 2006-04-17 [colin] 2.1.1cvs10
2083 * src/prefs_account.c
2084 Be safe by default: remove mails from POP3
2085 after 7 days, not immediately
2087 2006-04-17 [colin] 2.1.1cvs9
2089 * src/etpan/imap-thread.c
2090 Fix build on DragonFly - patch by
2091 Jonathan Buschmann <jonthn@agmact.com>
2093 2006-04-17 [colin] 2.1.1cvs8
2096 Save uidnext between sessions
2098 2006-04-17 [colin] 2.1.1cvs7
2101 scan is required when uid validity changes
2103 2006-04-17 [colin] 2.1.1cvs6
2106 Don't scan if not necessary, apart in current
2107 folder and INBOX to fetch flags.
2109 Scan is necessary if unread count changes
2111 2006-04-17 [colin] 2.1.1cvs5
2114 ...But always fetch ANSWERED and DELETED flags for
2115 INBOX, as filtering can happen on these flags.
2117 2006-04-17 [colin] 2.1.1cvs4
2120 Don't fetch REPLIED and DELETED flags when synchronising
2121 flags with a closed folder. We only need UNSEEN and FLAGGED
2122 to update the folderview.
2124 2006-04-17 [colin] 2.1.1cvs3
2127 Faster flag search when there are new mails
2128 in a folder. We can do a full search if the
2129 folder contains less messages than the new
2132 2006-04-17 [colin] 2.1.1cvs2
2139 Update translations from stable branch
2141 2006-04-17 [colin] 2.1.1cvs1
2144 Bump version to follow stable release
2146 2006-04-16 [mones] 2.1.0cvs50
2151 2006-04-16 [colin] 2.1.0cvs49
2154 Fix bgcolor not unset on gtk 2.8, while preventing warnings
2155 with gtk < 2.8. Thanks to Fabien Vantard.
2157 2006-04-15 [colin] 2.1.0cvs48
2159 * src/etpan/imap-thread.c
2160 Fix bug #919 (libetpan: SEGV when connecting
2163 2006-04-14 [colin] 2.1.0cvs47
2166 Fix race on --select (should be done better)
2168 2006-04-14 [wwp] 2.1.0cvs46
2170 * src/send_message.c
2171 enforce a check for domain in account prefs (a sending
2172 error could be faced if domain was checked but no value set),
2175 2006-04-14 [colin] 2.1.0cvs45
2178 when converting from unknown to unknown, if the
2179 string is UTF8, don't convert it to the locale
2182 2006-04-14 [colin] 2.1.0cvs44
2185 Don't try to use ASCII for converting headers
2188 2006-04-14 [paul] 2.1.0cvs43
2191 add locale/charset info to crash report
2194 replace 'e-mail' with preferred 'email'
2196 ensure contributors list is in alphabetical
2199 2006-04-13 [colin] 2.1.0cvs42
2202 Prevent gdk warnings
2204 2006-04-13 [colin] 2.1.0cvs41
2206 * src/common/ssl_certificate.c
2207 * src/common/ssl_certificate.h
2208 * src/gtk/sslcertwindow.c
2209 Warn on expired certs, and display the expiration date
2211 2006-04-13 [colin] 2.1.0cvs40
2213 * src/plugins/spamassassin/spamassassin_gtk.c
2214 Fix missing set_text on unix socket
2216 2006-04-13 [wwp] 2.1.0cvs39
2218 * manual/fr/advanced.xml
2219 * manual/fr/glossary.xml
2220 applied new spam/ham/email lexicon (pourriel, courriel)
2222 2006-04-13 [paul] 2.1.0cvs38
2224 * src/plugins/pgpmime/plugin.c
2225 remove the mention of S/MIME from the
2226 description. This is now handled by the
2229 2006-04-13 [paul] 2.1.0cvs37
2231 * src/prefs_msg_colors.c
2233 * src/prefs_folder_item.c
2234 * src/prefs_spelling.c
2235 add a tooltip to the colour selector buttons
2237 2006-04-13 [wwp] 2.1.0cvs36
2239 * manual/advanced.xml
2240 * manual/glossary.xml
2241 * manual/handling.xml
2242 * manual/keyboard.xml
2243 * manual/plugins.xml
2244 * manual/starting.xml
2245 * manual/fr/account.xml
2247 * manual/fr/addrbook.xml
2248 * manual/fr/advanced.xml
2250 * manual/fr/glossary.xml
2252 * manual/fr/handling.xml
2253 * manual/fr/intro.xml
2254 * manual/fr/keyboard.xml
2255 * manual/fr/plugins.xml
2256 * manual/fr/starting.xml
2257 * manual/fr/sylpheed-claws-manual.xml
2258 fixes to the manuals:
2259 - summaryview -> Message List (same in French)
2260 - translate key names
2261 - fix French punctuation, use non-breakable spaces when
2262 necessary, don't use   which is not portable
2263 - tell what maildir and mbox formats we support
2265 2006-04-12 [wwp] 2.1.0cvs35
2267 * src/prefs_toolbar.c
2268 unified a replace button more,
2269 patch by Fabien Vantard <fzzzzz@gmail.com>.
2271 2006-04-12 [wwp] 2.1.0cvs34
2273 * src/prefs_common.c
2274 * src/prefs_msg_colors.c
2275 make default color labels translatable,
2276 patch from Fabien Vantard <fzzzzz@gmail.com>,
2277 thanks to Tim <timbrain@post.cz> for reporting.
2279 2006-04-12 [wwp] 2.1.0cvs33
2281 * manual/glossary.xml
2283 * manual/plugins.xml
2284 * manual/starting.xml
2285 * manual/sylpheed-claws-manual.xml
2286 * manual/fr/.cvsignore
2287 * manual/fr/account.xml
2289 * manual/fr/addrbook.xml
2290 * manual/fr/advanced.xml
2292 * manual/fr/glossary.xml
2293 * manual/fr/handling.xml
2294 * manual/fr/intro.xml
2295 * manual/fr/keyboard.xml
2296 * manual/fr/plugins.xml
2297 * manual/fr/starting.xml
2298 * manual/fr/sylpheed-claws-manual.xml
2299 various fixes: typos, missing .fr translations, punctuation,
2300 capitalization, links, accents and some bad French more.
2302 2006-04-12 [wwp] 2.1.0cvs32
2305 fix for bug #935: always store prefs files in UTF-8 (thanks
2308 2006-04-11 [colin] 2.1.0cvs31
2311 Fix inserting files not in utf8 when locale is utf8
2313 2006-04-11 [colin] 2.1.0cvs30
2316 Don't show error dialog when cancelling connection
2319 2006-04-11 [cleroy] 2.1.0cvs29
2322 Implement multiple quote levels
2323 * src/prefs_common.c
2324 Change a little bit the quote bgcolor for 2nd level
2326 2006-04-11 [colin] 2.1.0cvs28
2329 Add locale and charset in the label
2331 2006-04-10 [colin] 2.1.0cvs27
2334 * src/prefs_common.c
2335 * src/prefs_common.h
2336 * src/prefs_msg_colors.c
2338 Allow optional background color in quotes
2339 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2342 2006-04-10 [colin] 2.1.0cvs26
2349 2006-04-10 [colin] 2.1.0cvs25
2351 * manual/plugins.xml
2352 * manual/fr/plugins.xml
2353 Document libcurl's proxy variables
2355 2006-04-09 [colin] 2.1.0cvs24
2357 * src/prefs_common.c
2358 gettext() returns statically allocated stuff. We have
2359 to strdup it in order to be able to free it.
2361 2006-04-09 [colin] 2.1.0cvs23
2367 2006-04-09 [colin] 2.1.0cvs22
2370 * src/gtk/quicksearch.c
2371 Fix bug #859 (problems with cyrilic input in
2372 search panel) - Patch by Alexey Illarionov
2373 <littlesavage@rambler.ru>
2375 2006-04-09 [colin] 2.1.0cvs21
2377 * src/prefs_customheader.c
2378 I prefer removing then freeing rather than the contrary
2379 (even if it doesn't change anything ;-)
2380 * src/prefs_account.c
2381 Fix bug #933 (Crash re-entering the custom headers list
2382 dialog in accounts prefs)
2383 The problem happened when cancelling the Account
2384 Preferences' dialogs - in which case we didn't do
2385 anything to the PrefsAccount * struct. In case of applying,
2386 the old ac_prefs was replaced with the tmp_ac_prefs we were
2387 working with in this dialog. The problem is that
2388 prefs_customheader.c, working on this tmp_ac_prefs, always
2389 changes the ->customhdr_list pointer, even when cancelled.
2390 So in case of cancelling the prefs_account dialog, we still
2391 have to update ->customhdr_list in the real account.
2393 2006-04-08 [colin] 2.1.0cvs20
2395 * manual/fr/glossary.xml
2396 * manual/fr/keyboard.xml
2397 Forgot some headers :)
2399 2006-04-08 [colin] 2.1.0cvs19
2401 * manual/Makefile.am
2402 * manual/fr/Makefile.am
2403 * manual/fr/account.xml
2405 * manual/fr/addrbook.xml
2406 * manual/fr/advanced.xml
2408 * manual/fr/glossary.xml
2410 * manual/fr/handling.xml
2411 * manual/fr/intro.xml
2412 * manual/fr/keyboard.xml
2413 * manual/fr/plugins.xml
2414 * manual/fr/starting.xml
2415 * manual/fr/sylpheed-claws-manual.xml
2416 * manual/fr/dist/.cvsignore
2417 * manual/fr/dist/Makefile.am
2418 * manual/fr/dist/html/.cvsignore
2419 * manual/fr/dist/html/Makefile.am
2420 * manual/fr/dist/pdf/.cvsignore
2421 * manual/fr/dist/pdf/Makefile.am
2422 * manual/fr/dist/ps/.cvsignore
2423 * manual/fr/dist/ps/Makefile.am
2424 * manual/fr/dist/txt/.cvsignore
2425 * manual/fr/dist/txt/Makefile.am
2426 Add the french translation of the manual. Thanks to
2427 Olivier Delhomme <olivier.delhomme@free.fr> for
2428 account.xml, ack.xml, addrbook.xml and advanced.xml
2430 2006-04-08 [colin] 2.1.0cvs18
2432 * manual/plugins.xml
2433 * manual/starting.xml
2436 2006-04-07 [colin] 2.1.0cvs17
2440 * manual/keyboard.xml
2443 2006-04-07 [colin] 2.1.0cvs16
2447 * src/prefs_common.c
2448 * src/prefs_common.h
2449 Add hidden compose_no_markup pref
2451 2006-04-07 [wwp] 2.1.0cvs15
2453 * src/summary_search.c
2455 Bugfix: stop button was sticky when searching in an empty folder.
2456 Applied curly brackets code style to the whole file (summary_search.c).
2457 More files to ignore.
2459 2006-04-07 [wwp] 2.1.0cvs14
2461 * src/message_search.c
2462 * src/summary_search.c
2463 changed default button when search bumps at file/folder
2464 beginning or end, for convenience (thanks to Colin).
2466 2006-04-07 [paul] 2.1.0cvs13
2468 * src/plugins/dillo_viewer/dillo_prefs.c
2469 avoid future potential for namespace collision
2472 2006-04-06 [wwp] 2.1.0cvs12
2474 * src/summary_search.c
2475 Unify extended/advanced searches names (and thus factorize labels),
2476 patch by Fabien Vantard <fzzzzz@gmail.com>.
2478 2006-04-06 [wwp] 2.1.0cvs11
2481 * src/prefs_themes.c
2483 Fixed some compilation warnings.
2485 2006-04-06 [colin] 2.1.0cvs10
2487 * manual/advanced.xml
2488 Document the wizard template and how to deploy
2489 Sylpheed-Claws effectively
2491 2006-04-06 [colin] 2.1.0cvs9
2494 gettext patch to tell translators about _("#"),
2497 2006-04-06 [colin] 2.1.0cvs8
2500 Fix invalid GtkTextBIter after clicking "Display as text"
2502 2006-04-06 [mones] 2.1.0cvs7
2511 * src/folder_item_prefs.c
2516 * src/prefs_msg_colors.c
2517 * src/prefs_spelling.c
2518 * src/prefs_themes.c
2521 * src/stock_pixmap.c
2525 * src/common/mgutils.c
2526 * src/common/prefs.c
2527 * src/common/ssl_certificate.c
2528 * src/gtk/colorlabel.c
2529 * src/gtk/quicksearch.c
2530 * src/plugins/pgpmime/pgpmime.c
2531 * src/plugins/spamassassin/spamassassin.c
2532 Removed redundant NULL checks for g_free() calls.
2533 Patch by Pawel Pekala.
2535 2006-04-06 [mones] 2.1.0cvs6
2537 * src/prefs_actions.c
2538 * src/prefs_filtering.c
2539 * src/prefs_filtering_action.c
2540 * src/prefs_matcher.c
2541 * src/prefs_template.c
2542 * src/gtk/gtkutils.c
2543 * src/gtk/gtkutils.h
2544 Have a nice replace button. Patch by Pawel Pekala
2546 2006-04-06 [colin] 2.1.0cvs5
2549 Fix crash with empty columns
2551 2006-04-05 [colin] 2.1.0cvs4
2555 Allow wizard customization with pre-filled values
2557 2006-04-05 [colin] 2.1.0cvs3
2562 Nicer messages in mimeview
2564 2006-04-05 [colin] 2.1.0cvs2
2567 * src/prefs_summaries.c
2570 2006-04-05 [colin] 2.1.0cvs1
2572 * src/plugins/pgpcore/plugin.c
2573 * src/plugins/pgpcore/select-keys.c
2574 * src/plugins/pgpcore/select-keys.h
2575 * src/plugins/pgpcore/sgpgme.c
2576 * src/plugins/pgpcore/sgpgme.h
2577 * src/plugins/pgpinline/pgpinline.c
2578 * src/plugins/pgpinline/plugin.c
2579 * src/plugins/pgpmime/pgpmime.c
2580 * src/plugins/pgpmime/plugin.c
2581 Factorize and generalize a bit
2582 Drop S/MIME signature verification from PGP/MIME
2583 (adding it as another, more complete plugin)
2585 2006-04-05 [paul] 2.1.0
2589 2006-04-05 [paul] 2.0.0cvs186
2591 * manual/advanced.xml
2592 add info on colour labels
2594 2006-04-05 [paul] 2.0.0cvs185
2609 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
2610 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
2611 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
2612 Guimaraes, Aleksandar Urosevic, Ralgh Young
2614 * tools/claws.i18n.status.pl
2615 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2616 and new Czech translator, Tim <timbrain@post.cz>
2618 2006-04-05 [mones] 2.0.0cvs184
2623 2006-04-05 [colin] 2.0.0cvs183
2625 * src/gtk/quicksearch.c
2626 Fix bug #929 (unnecessary reload in quick search bar)
2628 2006-04-05 [colin] 2.0.0cvs182
2631 Fix crash on Reply with no From:
2632 Show signature and conversion error on queuing
2637 Factorize threading code and make sure msginfo
2638 is not null when it comes from a GtkCTreeRow's
2640 * src/gtk/gtkaspell.c
2641 Check for necessary things
2642 * src/gtk/gtksctree.c
2643 * src/gtk/gtksctree.h
2644 Reset anchor if necessary when removing node
2646 2006-03-29 [colin] 2.0.0cvs181
2649 Warn for disabled IMAP accounts (due to lack of
2650 libetpan). Breaks string-freeze - sorry - but it
2651 is kind of important ;)
2653 2006-03-28 [colin] 2.0.0cvs180
2655 * src/gtk/gtkutils.c
2656 * src/gtk/gtkutils.h
2657 Add a gtkut_get_link_btn() function that
2658 creates a button which acts like an URI
2659 * src/prefs_themes.c
2661 Use this function (factorizes codes)
2663 * src/gtk/pluginwindow.c
2664 Add a "Get more..." in the plugins window
2666 2006-03-28 [colin] 2.0.0cvs179
2669 * src/common/passcrypt.c
2671 Warning fixes. Patch by Pawel Pekala
2673 2006-03-27 [colin] 2.0.0cvs178
2676 Fix undoing by blocks with spaces
2678 2006-03-27 [colin] 2.0.0cvs177
2681 Set margin to 3px for headers
2687 2006-03-27 [wwp] 2.0.0cvs176
2690 don't reset quicksearch when updating the message list.
2693 2006-03-26 [wwp] 2.0.0cvs175
2696 use a unified border width ('other' tab in the compose window,
2697 patch by Pawel Pekala).
2700 2006-03-26 [wwp] 2.0.0cvs174
2702 * src/common/quoted-printable.c
2704 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2706 2006-03-26 [colin] 2.0.0cvs173
2708 * src/quote_fmt_parse.y
2709 Fix non-UTF8 date formats messing up the whole quote a
2712 2006-03-26 [colin] 2.0.0cvs172
2715 Make sure the date is UTF8 valid, or try to make it
2716 so. IncrediMail is really IncrediStupid.
2718 Fix possible conversions.
2721 2006-03-26 [colin] 2.0.0cvs171
2724 Fix corner cases in body search. This is still a
2725 hack... It seems impossible to make it good and
2726 reasonably fast at the same time.
2728 2006-03-26 [colin] 2.0.0cvs170
2731 I think I killed the twilight zone bug!
2732 summary_select_node() flushes GTK events in order
2733 to be able to center the view. But this also
2734 flushes keypresses like Ctrl-Alt-U, so this can
2735 call summary_show from summary_select_node (itself
2736 called from summary_show, etc.). And the summaryview
2737 has to be unlocked in this function. So just locking
2738 while processing GTK events, and bailing if locked,
2740 Fixes bug #927 (SIGSEGV during Update Summary)
2742 2006-03-25 [colin] 2.0.0cvs169
2745 Fix search in QP-encoded bodies
2746 Fix utf-8 searches in bodies encoded in the
2748 * src/common/quoted-printable.c
2749 * src/common/quoted-printable.h
2750 Add a decode function that doesn't overwrite
2751 the original pointer
2754 2006-03-24 [colin] 2.0.0cvs168
2759 Update message cache after action
2760 Patch by H. Merijn Brand
2761 * src/prefs_msg_colors.c
2763 Patch by Fabien Vantard
2764 * src/plugins/spamassassin/spamassassin_gtk.c
2765 Remove useless translation
2766 Patch by Fabien Vantard
2768 2006-03-23 [colin] 2.0.0cvs167
2771 Let 30 seconds to SSL_connect
2773 2006-03-23 [wwp] 2.0.0cvs166
2776 * src/gtk/description_window.c
2777 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2778 and headers are translated; adjust description windows' width to fit their
2779 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2781 2006-03-23 [paul] 2.0.0cvs165
2783 * src/common/utils.c
2784 fix highlighting of URIs containing "()"
2785 (2.0.0cvs164's reversal fixed)
2788 2006-03-23 [paul] 2.0.0cvs164
2790 * src/common/utils.c
2791 revert patch, (postponing a fix), at 2.0.0cvs120
2792 as it breaks more URIs than it fixes.
2793 Allow '-' to be a terminating character in a URI
2795 2006-03-22 [colin] 2.0.0cvs163
2798 Require libetpan 0.45
2799 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2801 2006-03-22 [paul] 2.0.0cvs162
2804 replace '<-' and '->' buttons with GTK_STOCK graphical
2806 * src/summary_search.c
2807 don't offer '...' for translation
2808 add a tooltip to advanced search '...' button
2809 * src/gtk/quicksearch.c
2810 don't offer '...' for translation
2812 2006-03-21 [colin] 2.0.0cvs161
2815 Fix middle-click pasting (insert at click
2816 position instead of cursor position, don't
2817 remove existing selection and allow pasting
2820 "LDAP Server" -> "LDAP servers"
2822 2006-03-21 [wwp] 2.0.0cvs160
2824 * src/etpan/imap-thread.c
2825 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2827 2006-03-20 [colin] 2.0.0cvs159
2830 Don't reload summaryview after an execute with no
2833 2006-03-19 [colin] 2.0.0cvs158
2836 and put groups at the top, always
2838 2006-03-19 [colin] 2.0.0cvs157
2841 Order groups before names, as previously
2843 2006-03-19 [colin] 2.0.0cvs156
2846 - Sort case-unsensitive
2847 - Put the sort arrow at opening too
2849 2006-03-19 [wwp] 2.0.0cvs155
2852 allow sorting by name/email/remarks, ensure that right-pane's contents
2853 matches the left-pane selection (cleared when appropriate).
2854 Patch by Pawel Pekala <c0rn@o2.pl>.
2856 2006-03-18 [colin] 2.0.0cvs154
2861 2006-03-18 [colin] 2.0.0cvs153
2864 Make sure we hide the preview if we didn't get
2867 2006-03-18 [colin] 2.0.0cvs152
2870 Set cursor to watch for execution (fixes lack
2871 of watch-cursor when dnd'ing hundreds of mails)
2873 Check that mime type is 'image/*' before updating
2874 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2876 2006-03-18 [colin] 2.0.0cvs151
2881 Put a watch cursor in textview too when the mainwindow's
2884 2006-03-18 [colin] 2.0.0cvs150
2887 Change wrong asserts to simple tests
2889 2006-03-17 [colin] 2.0.0cvs149
2893 * src/prefs_msg_colors.c
2896 * src/gtk/colorlabel.c
2897 * src/gtk/colorlabel.h
2898 Add a color label menu in the main menubar
2899 Add (fixed) accels Ctrl-{0-7} to change the color
2900 They have to be fixed because the menu's dynamic,
2901 the items are complex widgets, hence we can't use
2905 2006-03-17 [wwp] 2.0.0cvs148
2908 rollback few lines from my previous commit (those lines come from
2909 a pending patch, accidentally commited, even if neutral as they are
2912 2006-03-17 [wwp] 2.0.0cvs147
2915 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2916 applied code style/indentation to the modified function.
2918 2006-03-17 [wwp] 2.0.0cvs146
2922 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2928 2006-03-17 [paul] 2.0.0cvs145
2931 addressbook_read_file() was called twice
2933 X-Mailer highlighting
2935 2006-03-16 [colin] 2.0.0cvs144
2937 * src/sourcewindow.c
2938 * src/sourcewindow.h
2939 And the last one, in source window.
2941 2006-03-16 [colin] 2.0.0cvs143
2945 Fix the same stuff in compose
2947 2006-03-16 [colin] 2.0.0cvs142
2950 Complete the previous messageview crash fix
2952 2006-03-16 [colin] 2.0.0cvs141
2957 Fix POSTPROCESSING hook
2958 Patch by H. Merijn Brand
2962 Parse Content-Location
2967 Don't crash when a top-level MessageView has
2968 been closed on us. Same problematic than
2969 yesterday's quicksearch issue.
2971 2006-03-15 [colin] 2.0.0cvs140
2973 * src/gtk/quicksearch.c
2974 Fix a bitchy race we didn't think about when we
2975 added quicksearch cancellation:
2976 If the search is not on cached fields, for example
2977 body_part matchcase "stuff"
2978 the matcher code has to get the whole message. If
2979 we're on IMAP, that can be slow, and in order to
2980 be non-blocking, the IMAP code idle loop processes
2981 gtk events too. So it is possible to cancel a
2982 quicksearch while the matcher is getting the mail's
2983 body. After matcher got its body, it will start to
2984 iterate over the matcher list that the Quicksearch's
2985 clear_search_cb() just freed via prepare_matcher().
2987 The fix consists of guarding the matcherlist_match()
2988 call with a boolean 'matching'. If we reset the
2989 quicksearch while matching is TRUE, we don't free
2990 the matcherlist anymore like we did, but we set
2991 another new flag, deferred_free, to TRUE. Then,
2992 in quicksearch_match(), just after returning from
2993 matcherlist_match() and unsetting the matching flag,
2994 we check the deferred_free flag and do the
2995 prepare_matcher() (which does the matcherlist_free)
2996 for real, so we free the matcherlist once it's not
2998 As all of this runs via the glib main loop, we
2999 luckily don't need a mutex.
3001 Also, show progress while searching.
3004 2006-03-14 [colin] 2.0.0cvs139
3007 Make alertpanel_is_open non-static
3009 2006-03-14 [colin] 2.0.0cvs138
3011 * src/prefs_spelling.c
3012 Cleanups - Fabien Vantard
3014 2006-03-14 [wwp] 2.0.0cvs137
3017 code style normalization (curly braces, indentation).
3019 2006-03-14 [wwp] 2.0.0cvs137
3022 code style (braces, indentation)
3024 2006-03-12 [paul] 2.0.0cvs136
3026 * src/prefs_common.c
3027 trans_hdr defaults to FALSE to be RFC-savvy
3028 * src/prefs_summaries.c
3029 add a tooltip to the trans_hdr option
3032 2006-03-12 [paul] 2.0.0cvs135
3034 * src/prefs_matcher.c
3035 give a little more width to the combos
3036 * src/prefs_display_header.c
3038 translate headers if prefs_common.trans_hdr
3041 Patches by Pawel Pekala
3043 2006-03-12 [paul] 2.0.0cvs134
3045 * src/plugins/clamav/clamav_plugin.c
3046 * src/plugins/dillo_viewer/dillo_viewer.c
3047 * src/plugins/pgpcore/plugin.c
3048 * src/plugins/pgpinline/plugin.c
3049 * src/plugins/pgpmime/plugin.c
3050 * src/plugins/spamassassin/spamassassin.c
3051 update/add to descriptions
3052 * src/plugins/spamassassin/spamassassin_gtk.c
3053 fixes to the english, remove superfluous
3054 tooltips, clean up a little
3056 2006-03-12 [paul] 2.0.0cvs133
3059 fix Bug 924, 'Account combo box shows up wrong
3060 if & is in account name'
3062 2006-03-11 [colin] 2.0.0cvs132
3065 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3066 messed up shift-selection because is slows down
3067 moving around summaryview. thanks -users
3069 2006-03-10 [colin] 2.0.0cvs131
3071 * src/plugins/spamassassin/spamassassin_gtk.c
3072 Put back Paul's engrish fixes
3074 2006-03-10 [colin] 2.0.0cvs130
3076 * src/plugins/spamassassin/spamassassin.c
3077 * src/plugins/spamassassin/spamassassin.h
3078 * src/plugins/spamassassin/spamassassin_gtk.c
3079 Cleanup SA prefs page (more)
3080 Patch by Fabien Vantard
3082 2006-03-10 [paul] 2.0.0cvs129
3084 * src/prefs_msg_colors.c
3085 * src/prefs_spelling.c
3088 2006-03-09 [mones] 2.0.0cvs128
3093 2006-03-09 [wwp] 2.0.0cvs127
3096 revert accidental commit (requirement for libetpan 0.43), this time
3099 2006-03-09 [wwp] 2.0.0cvs125
3102 revert accidental commit (requirement for libetpan 0.43)
3104 2006-03-09 [paul] 2.0.0cvs126
3106 * src/prefs_receive.c
3107 remove useless frame
3108 replace 'incorporation' with 'receiving'
3109 * src/plugins/clamav/clamav_plugin_gtk.c
3110 * src/plugins/spamassassin/spamassassin_gtk.c
3111 improve widget sensitivity
3112 fix a bit his engrish
3114 2006-03-09 [wwp] 2.0.0cvs125
3118 * src/prefs_common.c
3119 * src/prefs_common.h
3120 remember some more windows' sizes (add to addressbook and
3123 2006-03-09 [paul] 2.0.0cvs124
3125 * src/plugins/pgpcore/prefs_gpg.c
3126 normalise construction of dialogue
3128 2006-03-09 [paul] 2.0.0cvs123
3130 * src/plugins/trayicon/Makefile.am
3133 2006-03-08 [colin] 2.0.0cvs122
3135 * src/plugins/trayicon/Makefile.am
3136 Fix build in separate dir
3137 Patch by Bamanzi <bamanzi@gmail.com>
3139 2006-03-08 [colin] 2.0.0cvs121
3142 Batch move and copies from summaryview with delayed execution
3145 2006-03-07 [paul] 2.0.0cvs120
3147 * src/common/utils.c
3148 fix highlighting of URIs containing "()"
3149 Patch by Pawel Pekala
3151 2006-03-07 [paul] 2.0.0cvs119
3156 immediately do alphabetical resort when
3157 changing a folder's name
3158 Patch by Pawel Pekala
3160 2006-03-07 [paul] 2.0.0cvs118
3164 when unsubscribing a newsgroup, remove the
3165 folder and msgs in .sylpheed-claws/newscache
3166 Patch by Pawel Pekala <c0rn@gazeta.pl>
3168 2006-03-07 [paul] 2.0.0cvs117
3171 fix wrong Fake URL Warning
3174 2006-03-07 [colin] 2.0.0cvs116
3177 Return immediately when password dialog was
3179 * src/gtk/inputdialog.c
3180 Allow empty strings for passwords
3183 2006-03-06 [colin] 2.0.0cvs115
3186 Prevent double-timeouts when connection fails
3192 2006-03-06 [colin] 2.0.0cvs114
3195 Refresh session during potentially long
3198 2006-03-06 [wwp] 2.0.0cvs113
3200 * src/prefs_msg_colors.h
3201 forgot that one (custom color labels).
3203 2006-03-06 [wwp] 2.0.0cvs112
3205 * src/prefs_common.c
3206 * src/prefs_common.h
3207 * src/prefs_msg_colors.c
3210 * src/gtk/colorlabel.c
3211 * src/gtk/colorlabel.h
3212 colors in messages list are now customizable. Color values and names can
3213 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3214 Thanks to Paul and Colin for their help with this longstanding patch!
3216 2006-03-06 [wwp] 2.0.0cvs111
3219 don't crash if (x)face is bad.
3221 2006-03-05 [paul] 2.0.0cvs110
3226 * src/common/Makefile.am
3227 * src/common/utils.h
3228 * src/etpan/imap-thread.c
3230 * src/plugins/clamav/Makefile.am
3231 * src/plugins/demo/Makefile.am
3232 * src/plugins/dillo_viewer/Makefile.am
3233 * src/plugins/pgpcore/Makefile.am
3234 * src/plugins/pgpcore/passphrase.c
3235 * src/plugins/pgpinline/Makefile.am
3236 * src/plugins/pgpmime/Makefile.am
3237 * src/plugins/spamassassin/Makefile.am
3238 * src/plugins/trayicon/Makefile.am
3239 fix builiding on cygwin
3240 Patch by Ralgh Young <bamanzi@gmail.com>
3242 2006-03-04 [wwp] 2.0.0cvs109
3244 * manual/keyboard.xml
3245 fix mixed up/down keys.
3247 2006-03-04 [wwp] 2.0.0cvs108
3251 updated links to SpamAssassin.
3253 2006-03-04 [wwp] 2.0.0cvs107
3255 * manual/plugins.xml
3256 * src/plugins/spamassassin/README
3257 updated SpamAssassin plugin docs to reflect new functional additions
3258 (also fix/update/documents few technical stuff more, see the README).
3260 2006-03-04 [wwp] 2.0.0cvs106
3262 * src/prefs_message.c
3263 normalized capitalization of message-prefs paths.
3265 2006-03-04 [wwp] 2.0.0cvs105
3267 * manual/advanced.xml
3270 2006-03-03 [colin] 2.0.0cvs104
3272 * src/plugins/clamav/clamav_plugin_gtk.c
3273 Rework prefs page, patch by Fabien
3275 2006-03-03 [colin] 2.0.0cvs103
3277 * src/plugins/clamav/clamav_plugin.c
3278 Set error on all errors
3280 2006-03-03 [colin] 2.0.0cvs102
3282 * src/common/plugin.c
3283 Initialize error to avoid crashing when a plugin fails
3284 without setting error
3286 2006-03-02 [wwp] 2.0.0cvs101
3289 fixed linker flags for libetpan support on Cygwin
3290 (thanks to H.Merijn Brand).
3292 2006-03-02 [wwp] 2.0.0cvs100
3295 fix some AB error messages: one for punctuation and
3296 one wrongly duplicate (thanks, maxbritov).
3298 2006-03-02 [wwp] 2.0.0cvs99
3300 * src/plugins/spamassassin/spamassassin.c
3301 make sync calls to sa-learn/spamc to prevent
3302 system (whatever local or client/server) overload.
3304 2006-03-02 [colin] 2.0.0cvs98
3307 Put the spam icon in the status column instead of the
3310 2006-03-01 [colin] 2.0.0cvs97
3312 * src/plugins/spamassassin/spamassassin.c
3313 Fix segfault (g_file_set_contents fails for some
3314 reason and err==0x2f. Can't find out why with
3315 valgrind, using working function :-)
3317 2006-03-01 [colin] 2.0.0cvs96
3320 Offline overriding: let 'No' be cached only 3 seconds
3322 2006-03-01 [colin] 2.0.0cvs95
3328 * src/folder_item_prefs.c
3336 * src/prefs_common.h
3337 * src/prefs_msg_colors.c
3343 * src/send_message.h
3344 * src/simple-gettext.c
3350 * src/common/ssl_certificate.c
3351 * src/common/utils.c
3352 * src/gtk/colorsel.c
3353 * src/gtk/gtksctree.c
3354 * src/gtk/gtkshruler.c
3355 * src/plugins/trayicon/trayicon.c
3356 #if 0 goes to /dev/null
3358 2006-03-01 [colin] 2.0.0cvs94
3366 * src/plugins/spamassassin/spamassassin.c
3367 Allow to add information in the "working offline"
3370 2006-03-01 [wwp] 2.0.0cvs93
3372 * src/plugins/spamassassin/spamassassin.c
3373 fixed spamc invocation: use a tricky temporary mini shell wrapper
3374 'cause it seems that calling `spamc ... < inputfile` with
3375 g_spawn_(a)sync simply.. erm doesn't work :-).
3377 2006-03-01 [wwp] 2.0.0cvs92
3381 simplify the adding of spam/ham button to the messageview toolbar
3382 (it gets more clear now that the same button will be "Mark as spam"
3383 or "Mark as ham" according to the current message status,
3386 2006-03-01 [wwp] 2.0.0cvs91
3392 * src/plugins/spamassassin/spamassassin.c
3393 * src/plugins/spamassassin/spamassassin.h
3394 make learner callbacks return a status (0 for ok),
3395 handle it in main code to avoid setting flags when learning failed,
3396 don't learn on TCP if offline in spamassassin,
3401 2006-03-01 [wwp] 2.0.0cvs90
3404 some work around the compose window's account menu,
3405 patch by Fabien Vantard.
3407 2006-03-01 [wwp] 2.0.0cvs89
3409 * src/plugins/spamassassin/spamassassin.c
3410 fixed bad logics, was using spamc in local mode and sa-learn
3411 in remote mode (thanks, Colin).
3413 2006-03-01 [wwp] 2.0.0cvs88
3415 * src/plugins/spamassassin/spamassassin.c
3416 * src/plugins/spamassassin/spamassassin.h
3417 * src/plugins/spamassassin/spamassassin_gtk.c
3418 made processing of emails w/ sa-plugin an option (default is TRUE),
3419 fixed Engrish some tooltips, capitalization of some debug messages
3420 and warnings. The spamassassin plugin now provides two separate
3421 services: process emails upon incorporation and spamd training.
3422 Both services (un)register independently but use some common
3423 plugin settings (transport settings, spam storage location).
3425 2006-02-28 [wwp] 2.0.0cvs87
3427 * src/plugins/spamassassin/spamassassin.c
3428 fix async flag to spamc cmdline execution (batch exec should
3431 2006-02-27 [wwp] 2.0.0cvs86
3433 * src/plugins/spamassassin/spamassassin.c
3434 * src/plugins/spamassassin/spamassassin.h
3435 * src/plugins/spamassassin/spamassassin_gtk.c
3436 - added the ability to learn a remote spamassassin server (spamd),
3438 - added the spamassassin option 'username', that applies to all
3439 spamassassin operations (filtering, learning, local or remote).
3440 The default username is the current unix user (if left blank
3441 from gtk prefs or config file).
3442 - commented out some unused code (notebook widget), removed unused
3444 - make more widgets sensitive to the transport type.
3446 2006-02-27 [colin] 2.0.0cvs85
3448 * src/plugins/spamassassin/spamassassin.c
3449 Fix sa-learn call when offline
3451 2006-02-27 [colin] 2.0.0cvs84
3459 * src/prefs_toolbar.c
3461 * src/stock_pixmap.c
3462 * src/stock_pixmap.h
3466 * src/pixmaps/ham_btn.xpm
3467 * src/pixmaps/spam.xpm
3468 * src/pixmaps/spam_btn.xpm
3469 * src/plugins/spamassassin/spamassassin.c
3470 Add button in toolbar for spam learning
3471 Fix a few bugs from the last related commit
3472 Revert 1.9.6cvs23 which messed up shift-selection
3474 2006-02-24 [colin] 2.0.0cvs83
3479 * src/plugins/spamassassin/spamassassin.c
3480 * src/plugins/spamassassin/spamassassin.h
3481 * src/plugins/spamassassin/spamassassin_gtk.c
3482 Unregister learner when spamassassin is either
3483 disabled or over tcp
3485 2006-02-24 [colin] 2.0.0cvs82
3492 * src/stock_pixmap.c
3493 * src/stock_pixmap.h
3496 * src/gtk/icon_legend.c
3497 * src/pixmaps/spam.xpm ** NEW FILE **
3498 * src/plugins/spamassassin/spamassassin.c
3499 * src/plugins/spamassassin/spamassassin_gtk.c
3500 Add spam learning interface (Mark/Mark as
3503 2006-02-24 [wwp] 2.0.0cvs81
3508 hide compose window when sending message in batch mode
3509 (filtering: forward and redirect). Also fixed a wrong
3510 value returned when sending failed, neutral anyway.
3513 2006-02-24 [wwp] 2.0.0cvs80
3516 use GTK+'s stock quit button. Patch by Fabien Vantard.
3518 2006-02-24 [paul] 2.0.0cvs79
3523 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3526 2006-02-23 [colin] 2.0.0cvs78
3529 Change OK to Close in alertpanel with View log
3530 button; add accel to View log. Patch by Fabien
3533 2006-02-23 [wwp] 2.0.0cvs77
3536 silly me, there were much more tests to perform, since toolbars can
3537 really have down to 1 element only.
3539 2006-02-23 [wwp] 2.0.0cvs76
3542 fixed indentation from my previous commit. Fallback to VISUAL if
3543 EDITOR is not set (and to vi, at last resort).
3545 2006-02-23 [wwp] 2.0.0cvs75
3548 improved error detection (Colin, me).
3550 2006-02-23 [wwp] 2.0.0cvs74
3552 * src/prefs_toolbar.c
3553 simplify and fix prefs/toolbars layouting. Combos' contents can
3554 now be really displayed.
3556 2006-02-23 [wwp] 2.0.0cvs73
3557 simplifies and fix prefs/toolbars layouting. Combos' contents can now
3558 be really displayed.
3560 2006-02-22 [wwp] 2.0.0cvs72
3563 fix a typo in my previous commit (sorry!).
3565 2006-02-22 [wwp] 2.0.0cvs71
3567 * src/prefs_toolbar.c
3568 fix a crash when adding separators to toolbars,
3569 also fix some separator item information.
3571 2006-02-22 [wwp] 2.0.0cvs70
3574 fix a crash when redirecting (for instance) when compose window's
3575 toolbar contents has been customized (when some buttons have been
3578 2006-02-21 [wwp] 2.0.0cvs69
3581 * src/gtk/pluginwindow.c
3582 * src/plugins/pgpcore/prefs_gpg.c
3583 fix some compilation warnings (feat. remains of removed code).
3585 2006-02-21 [wwp] 2.0.0cvs68
3587 * src/gtk/gtkutils.c
3588 fix two compilation issues, thanks to Stephan Sachse.
3590 2006-02-20 [colin] 2.0.0cvs67
3593 Don't reselect displayed mail on refocus
3594 This fixes actions misbehaving
3596 2006-02-20 [wwp] 2.0.0cvs66
3599 * src/gtk/gtksctree.c
3600 * src/gtk/gtkshruler.c
3601 changed more runtime typecast checks.
3603 2006-02-20 [wwp] 2.0.0cvs65
3605 * src/summary_search.c
3606 find all - summaryview refresh issue fixed, thanks to Colin.
3608 2006-02-20 [wwp] 2.0.0cvs64
3610 * src/gtk/gtkutils.c
3611 better runtime typecast checks.
3613 2006-02-20 [wwp] 2.0.0cvs63
3615 * src/summary_search.c
3616 enhancements to the summary search:
3617 - add the ability to stop the running search
3618 (upon ESC-key press, new Stop button or when Clear button is pressed)
3619 - don't search if no criteria (From/To/Subject/Body) is set
3620 - ensure that a busy mouse pointer is always shown when searching,
3621 show it even a bit earlier
3623 2006-02-19 [colin] 2.0.0cvs62
3627 * src/etpan/imap-thread.c
3628 * src/etpan/imap-thread.h
3629 (Future) IMAP speed improvement on sending
3630 Will require a libetpan update
3632 * src/gtk/quicksearch.c
3633 Make quicksearch clearable while running.
3635 2006-02-17 [colin] 2.0.0cvs61
3638 * src/etpan/imap-thread.c
3639 * src/etpan/imap-thread.h
3640 Check for IMAP certificates
3641 ** Requires libetpan-0.42-cvs4
3642 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3644 2006-02-17 [colin] 2.0.0cvs60
3647 * src/prefs_common.c
3648 * src/prefs_common.h
3649 * src/prefs_message.c
3650 Add pref to display HTML-only mails with plugin,
3651 if possible (defaulting to FALSE of course).
3653 2006-02-16 [colin] 2.0.0cvs59
3656 * src/common/plugin.c
3657 * src/common/plugin.h
3658 * src/gtk/pluginwindow.c
3659 Keep track of requested (but unloaded) plugins
3660 in some error cases.
3662 2006-02-16 [wwp] 2.0.0cvs58
3664 * src/gtk/gtkaspell.c
3665 * src/gtk/gtkaspell.h
3666 * src/prefs_spelling.c
3668 * src/prefs_common.c
3669 * src/prefs_common.h
3670 implemented new optional spellchecker behaviour: re-check message when
3671 dictionary got changed (from compose-window/context-menu/Change dictionary).
3673 2006-02-16 [wwp] 2.0.0cvs57
3675 * src/quote_fmt_parse.y
3676 pclose popen'ed pipe.
3678 2006-02-15 [colin] 2.0.0cvs56
3682 Let MimeViewers know which MimeView they
3685 Swap From/To columns in Sent/Queue/Drafts
3687 * src/etpan/imap-thread.c
3688 Use mailstream_low_tls_open() for STARTTLS
3689 instead of mailstream_low_ssl_open()
3690 ** REQUIRES libetpan 0.42cvs3 **
3692 2006-02-15 [wwp] 2.0.0cvs55
3696 * src/message_search.c
3697 * src/message_search.h
3699 * src/gtk/gtkutils.c
3700 * src/gtk/gtkutils.h
3701 added the ability to Find text in the compose window (and a bit
3702 of code factorization).
3704 2006-02-15 [wwp] 2.0.0cvs54
3707 yet another one file was missing (fix for some widgets' sensitivity).
3710 2006-02-15 [wwp] 2.0.0cvs53
3713 oops forgot that file (fix for some widgets' sensitivity).
3715 2006-02-15 [wwp] 2.0.0cvs52
3717 * src/summary_search.c
3718 implemented advanced summary search options (added the ability
3719 to use matcher conditions in an advanced search mode).
3721 2006-02-15 [wwp] 2.0.0cvs51
3723 * src/plugins/pgpcore/prefs_gpg.c
3724 * src/prefs_account.c
3725 fix some widget sensitivity, mostly around some labels in
3728 2006-02-15 [paul] 2.0.0cvs50
3730 * manual/advanced.xml
3731 improve Templates info
3734 2006-02-14 [colin] 2.0.0cvs49
3736 * src/pixmaps/address_book.xpm
3737 * src/pixmaps/preferences.xpm
3738 * src/pixmaps/properties.xpm
3739 Fix pixmap size - patch by Fabien Vantard
3741 2006-02-13 [colin] 2.0.0cvs48
3744 Add missing fclose()s on error
3747 * src/common/utils.c
3748 Fix temp files not being deleted on windows
3749 Patches by Thomas Gilgin
3751 2006-02-13 [colin] 2.0.0cvs47
3756 2006-02-13 [wwp] 2.0.0cvs46
3758 * src/plugins/pgpcore/prefs_gpg.c
3759 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3761 2006-02-12 [colin] 2.0.0cvs45
3766 Fix "stuff" when quitting
3768 2006-02-12 [wwp] 2.0.0cvs44
3770 * src/prefs_themes.c
3771 fix typos in debug messages.
3773 2006-02-11 [colin] 2.0.0cvs43
3776 don't allow drag/drop from ourself
3778 2006-02-10 [wwp] 2.0.0cvs42
3785 renamed html_ prefixed functions and data structures to avoid
3786 namespace clashes w/ other software (gtkhtml2 for instance).
3790 2006-02-09 [colin] 2.0.0cvs41
3793 Fix shitty logic messed up. Thanks Ticho for the hint!
3795 2006-02-09 [wwp] 2.0.0cvs40
3799 * src/prefs_account.c
3802 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3803 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3804 Browse buttons in accounts prefs.
3806 2006-02-09 [colin] 2.0.0cvs39
3809 Check for pointer before using its members
3810 * src/gtk/gtksourceprintjob.c
3813 2006-02-09 [wwp] 2.0.0cvs38