1 2006-08-01 [wwp] 2.4.0cvs9
4 * src/prefs_filtering.c
6 allow context-dependent translations for "All",
7 patch by Fabien Vantard <fzzzzz@gmail.com>.
9 2006-07-31 [colin] 2.4.0cvs8
15 2006-07-31 [colin] 2.4.0cvs7
23 Add 'View/Hide quotes'. Patch based on a patch
26 2006-07-31 [colin] 2.4.0cvs6
29 Fix problem with "> stuff >" actions
31 2006-07-31 [paul] 2.4.0cvs5
34 updated by Geir Helland
36 2006-07-31 [wwp] 2.4.0cvs4
41 add "View/Go to/Parent message" and "View/Go to/Last read message",
44 2006-07-31 [wwp] 2.4.0cvs3
51 * src/addressbook_foldersel.c
52 * src/addressbook_foldersel.h
57 * src/matcher_parser_lex.l
58 * src/matcher_parser_parse.y
61 * src/prefs_filtering.c
65 introduce filtering against the address book. It's now possible to add
66 matched conditions to determine if any email address in a message matches
67 or doesn't match any or all books or folders in the address book.
69 2006-07-31 [wwp] 2.4.0cvs2
79 * src/matcher_parser_lex.l
80 * src/matcher_parser_parse.y
82 * src/prefs_filtering.c
83 * src/prefs_filtering.h
87 introduce per-account filtering rules. Each filtering rule can now be assigned
88 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
89 when applying filtering rules manually, as all rules will apply - even the ones
90 assigned to an account. This issue will be addressed soon.
94 2006-07-31 [wwp] 2.4.0cvs1
97 make more strings translatable.
99 2006-07-31 [paul] 2.4.0
103 2006-07-31 [paul] 2.3.1cvs91
106 updated by Miquel Oliete
108 2006-07-31 [paul] 2.3.1cvs90
118 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
119 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
120 Aleksandar Urosevic, and Ralgh Young
122 2006-07-31 [paul] 2.3.1cvs89
128 Fix a race condition when, after an SC crash, rescanning
129 folders took more than 0.5 seconds
132 2006-07-31 [paul] 2.3.1cvs88
135 don't translate separator strings
137 2006-07-30 [mones] 2.3.1cvs87
139 * doc/man/sylpheed-claws.1
140 Fixed non-ASCII chars in Hoa's name
144 2006-07-27 [colin] 2.3.1cvs86
147 Don't include the leading \n in links
150 2006-07-25 [colin] 2.3.1cvs85
153 * src/common/socket.h
154 * src/etpan/imap-thread.c
155 Refresh resolvers before connecting
156 to IMAP servers, and after switching
157 to online. Thanks to Paul.
163 2006-07-17 [colin] 2.3.1cvs84
166 Show connection attempt in statusbar before
167 connecting (previously first message was
168 "Retrieving messages from ..." after the
169 connection succeeded.
171 2006-07-16 [wwp] 2.3.1cvs83
174 Added .ico file (windows multi-size icon file, generated).
176 2006-07-12 [wwp] 2.3.1cvs82
179 remove Message/Re-edit menu entry from messageview window,
180 as sent/draft/queued messages are opened in compose window when
181 re-edited and it's not possible to re-edit other msgs.
183 2006-07-12 [paul] 2.3.1cvs81
188 check online state before resetting
189 mailcheck timer. Useful if some program
190 verifies connection state and updates
192 Patch by Leonid Evdokimov <darkk@users.sf.net>
194 2006-07-12 [paul] 2.3.1cvs80
196 * sylpheed-claws-128x128.png
197 * sylpheed-claws-64x64.png
201 * src/prefs_toolbar.c
207 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
208 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
209 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
210 * src/pixmaps/sylpheed.xpm ** REMOVED **
211 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
212 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
213 updated and renamed logo/icon files and related
214 logo by Jesper Schultz
216 2006-07-11 [paul] 2.3.1cvs79
219 fix the labels a smidgin
221 2006-07-09 [colin] 2.3.1cvs78
224 Show errors in textviewer's command
225 Patch by H. Merijn Brand
227 2006-07-09 [colin] 2.3.1cvs77
230 Save FMID in drafts too
232 2006-07-08 [colin] 2.3.1cvs76
235 Svae RMID in drafted mails too
236 Save quote_fmt vars for whole mails,
237 don't reset at each quote_fmt_init:
238 allows to use the same |i{var} in
239 various template fields
240 * src/prefs_template.c
242 * src/quote_fmt_parse.y
245 2006-07-08 [colin] 2.3.1cvs75
248 Fix highlighting of attached parts URIs
250 2006-07-08 [colin] 2.3.1cvs74
253 Prevent bug #981 (sc 2.3.1 segfaults with
254 gtk+ 2.10) from being reported again:
255 if Sylpheed-Claws has been compiled against
256 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
257 of if Sylpheed-Claws has been compiled against
258 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
261 2006-07-07 [colin] 2.3.1cvs73
263 * src/prefs_actions.c
266 2006-07-07 [colin] 2.3.1cvs72
268 * src/prefs_actions.c
269 Fix compile on gtk < 2.8. argh :)
271 2006-07-07 [paul] 2.3.1cvs71
276 2006-07-07 [colin] 2.3.1cvs70
280 * src/quote_fmt_lex.l
281 * src/quote_fmt_parse.y
282 Add |i{var}, a way to insert user-entered
289 2006-07-07 [colin] 2.3.1cvs69
292 Don't consider inboxes of UNKNOWN folder
293 classes to be useable as default inboxes
295 2006-07-07 [paul] 2.3.1cvs68
298 add missing #include <errno.h>
299 Thanks to René J. Blokland
301 2006-07-07 [paul] 2.3.1cvs67
304 Return now Closes dialog
308 add contextual menu to mime parts listed
312 reversal: ' is a valid character in URLs
314 2006-07-06 [colin] 2.3.1cvs66
317 Forgotten in previous commit
319 2006-07-06 [colin] 2.3.1cvs65
322 Set summary update flag whenever
325 * src/prefs_account.c
327 * src/etpan/imap-thread.c
328 Fix warnings, thanks to Fabien and
331 2006-07-06 [wwp] 2.3.1cvs64
334 GTK_STOCK_HELP exists in GTK+ 2.4.x.
336 2006-07-06 [wwp] 2.3.1cvs63
345 * src/message_search.c
346 * src/prefs_actions.c
347 * src/prefs_filtering.c
348 * src/prefs_filtering.h
349 * src/prefs_template.c
350 * src/summary_search.c
354 * src/gtk/pluginwindow.c
355 add help buttons to some dialogs. Clicking such buttons opens a
356 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
358 2006-07-06 [paul] 2.3.1cvs62
361 fix attachments contextual menu
364 2006-07-05 [colin] 2.3.1cvs61
370 2006-07-05 [paul] 2.3.1cvs60
373 grab save button by default
376 2006-07-05 [wwp] 2.3.1cvs59
379 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
381 2006-07-04 [colin] 2.3.1cvs58
385 Use left click to select, middle click to open
390 2006-07-04 [colin] 2.3.1cvs57
394 Warning fixes, thanks to Fabien
396 2006-07-04 [colin] 2.3.1cvs56
401 Allow parts to be selected via their text label
404 2006-07-04 [colin] 2.3.1cvs55
407 Feedback when closing (for big folders)
408 * src/prefs_actions.c
409 * src/prefs_filtering.c
410 * src/prefs_matcher.c
411 * src/prefs_template.c
412 Fix default button when closing without
415 2006-07-04 [colin] 2.3.1cvs54
418 Delete local file on deletion
420 2006-07-03 [colin] 2.3.1cvs53
424 Don't freeze when rescanning after crash
426 2006-07-03 [wwp] 2.3.1cvs52
431 * src/plugins/pgpinline/pgpinline.c
432 * src/plugins/pgpmime/pgpmime.c
433 don't report an error when the user cancels the passphrase dialog.
435 2006-07-02 [colin] 2.3.1cvs51
438 Open message when crossing folders with Space,
439 goto next unread and friends
441 2006-07-01 [colin] 2.3.1cvs50
443 * src/prefs_account.c
444 Typographic rules varying from language
445 to language (in french "Protocole :"),
446 we have to do that :)
448 2006-07-01 [ticho] 2.3.1cvs49
450 * src/prefs_account.c
451 Only use one temporary gchar* variable in
452 prefs_account_protocol_set_optmenu().
454 2006-07-01 [ticho] 2.3.1cvs48
456 * src/prefs_account.c
457 * src/prefs_account.h
458 Use GtkLabel for existing account protocol name.
459 Created an array for protocol names and populate the
460 combobox from it in a for() cycle.
462 2006-06-30 [colin] 2.3.1cvs47
465 Block undo when changing signature (by changing
468 2006-06-30 [paul] 2.3.1cvs46
471 when editing From in the Compose window, use that address
472 in the Return-Path: header
475 2006-06-30 [colin] 2.3.1cvs45
478 Fix signature replacement:
479 - when no newline before separator
482 2006-06-29 [colin] 2.3.1cvs44
488 Let 'View/Go to/Next marked' work like
489 Next new & Next unread: across folders
490 Change the select_on_entry pref to do
491 what we want when changing folder
493 Fix single-quoted links
495 2006-06-29 [colin] 2.3.1cvs43
497 * src/gtk/gtkaspell.c
498 "Sylpheed" and "Sylpheed-Claws" do exist !
500 2006-06-29 [colin] 2.3.1cvs42
503 Forgot to remove debug
505 2006-06-29 [colin] 2.3.1cvs41
510 Disconnect from IMAP servers when going
511 offline. Fixes bug #978 (going to offline-mode
512 won't close connections)
514 2006-06-29 [colin] 2.3.1cvs40
517 Fix transient setting on failing plugins
519 * src/plugins/pgpcore/sgpgme.c
520 Only warn for OpenPGP. Most people don't
523 2006-06-29 [colin] 2.3.1cvs39
526 Fix Spelling menu (discrepancy between context menu
527 and top menu when folder's dictionary isn't the
529 * src/plugins/pgpcore/sgpgme.c
530 More error reporting about why gpgme can fail
532 2006-06-29 [wwp] 2.3.1cvs38
535 honor the display-header-pane setting even when the message view
536 is a separate window.
538 2006-06-29 [wwp] 2.3.1cvs37
540 * src/prefs_actions.c
541 forgot to commit that one (use of GTK_STOCK_INFO).
543 2006-06-29 [colin] 2.3.1cvs36
546 Better handling of login errors (ask the password
547 again once), alert in case of error. Fix three
550 2006-06-28 [wwp] 2.3.1cvs35
552 * src/prefs_template.c
553 * src/prefs_matcher.c
554 * src/prefs_filtering_action.c
556 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
557 patch by Fabien Vantard, slightly modified.
563 2006-06-28 [colin] 2.3.1cvs34
565 * src/prefs_account.c
566 Fix bug #977 (Can't add or edit imap accounts)
568 2006-06-28 [colin] 2.3.1cvs33
573 2006-06-28 [colin] 2.3.1cvs32
576 Save named inlined attachments with "Save all"
579 * src/common/plugin.c
580 * src/common/plugin.h
581 * src/common/sylpheed.c
583 * src/plugins/pgpcore/sylpheed.def
584 * src/plugins/pgpinline/sylpheed.def
585 * src/plugins/pgpmime/sylpheed.def
586 Win32 compatibility patch, by
589 2006-06-28 [wwp] 2.3.1cvs31
592 * src/prefs_folder_item.c
593 less compilation warnings (thanks to Fabien Vantard), less typos.
595 2006-06-28 [paul] 2.3.1cvs30
598 gtk_combo_box_set_focus_on_click() is only
599 available since gtk 2.6.0
601 2006-06-28 [paul] 2.3.1cvs29
603 * src/prefs_ext_prog.c
604 fix engrish and add a tooltip for the
605 'command for 'Display as text' option
611 2006-06-28 [paul] 2.3.1cvs28
615 include textviewer.pl in releases
617 2006-06-28 [paul] 2.3.1cvs27
619 * src/prefs_ext_prog.c
620 hide Print command option if libgnomeprint
623 2006-06-27 [colin] 2.3.1cvs26
626 Fix Esc handling in insert/attach dialog
627 Don't show this dialog if dragging something
628 else than text/uri-list
629 Thanks to Fabien Vantard
630 * tools/textviewer.pl
631 Filter script to display stuff as text
634 2006-06-27 [wwp] 2.3.1cvs25
637 use the exact product name (message view title), patch
640 2006-06-27 [ticho] 2.3.1cvs24
642 * src/prefs_account.c
645 * src/prefs_ext_prog.c
647 Add a preference (Preferences/External programs)
648 to allow "Display as text" to be done via a script
649 (patch by H.Merijn Brand).
650 Use GtkComboBox for protocol selection in account
652 Only include current choice for existing accounts, and
653 insensitivize the combobox.
655 2006-06-27 [paul] 2.3.1cvs23
658 fix crasher introduced in cvs21.
661 2006-06-26 [colin] 2.3.1cvs22
664 Fix double-frees when leaving folders
665 after exporting to mbox
667 2006-06-26 [colin] 2.3.1cvs21
670 More feedback (and optimisation)
673 Fix case when looking for mail addresses
675 Extra check for (X-)Face
677 2006-06-25 [ticho] 2.3.1cvs20
683 Added second argument to gtkut_sc_combobox_create() to
684 control focus-on-click for the widget.
685 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
687 2006-06-25 [ticho] 2.3.1cvs19
690 * src/gtk/Makefile.am
695 Use GtkComboBox instead of deprecated GtkOptionMenu
696 for account selector in compose window and for encoding
697 selector in attachment properties.
698 Also factorise working with the new GtkComboBox somewhat.
700 2006-06-24 [paul] 2.3.1cvs18
703 use the correct default value
705 2006-06-24 [paul] 2.3.1cvs17
710 * src/prefs_compose_writing.c
711 enable setting of default action when
712 dnd'ing files in the compose window.
713 (Collaborative effort with wwp)
715 2006-06-23 [wwp] 2.3.1cvs16
718 i18n fix (thanks to Fabien Vantard)
720 2006-06-22 [colin] 2.3.1cvs15
722 * src/prefs_customheader.c
723 Don't use filters in custom headers' file
724 selector. Remember, extensions mean nothing :)
726 2006-06-22 [paul] 2.3.1cvs14
729 allow setting of man directory location
731 2006-06-22 [colin] 2.3.1cvs13
734 Add 'View/Go to/Next unread folder'.
737 2006-06-22 [colin] 2.3.1cvs12
740 Add some subject prefixes
741 Patch by Bjorn T Johansen <btj@havleik.no>
743 2006-06-22 [colin] 2.3.1cvs11
745 * manual/advanced.xml
746 Forgotten hidden pref
748 2006-06-21 [paul] 2.3.1cvs10
750 * src/prefs_account.c
751 complete the removal of 'Add date header' option
753 2006-06-21 [paul] 2.3.1cvs9
757 * src/prefs_account.c
758 * src/prefs_account.h
759 remove option to add date header - always
761 * src/etpan/imap-thread.c
762 fix warnings (Thanks to Colin)
764 2006-06-21 [wwp] 2.3.1cvs8
767 set the attachment flag when inline text part are (file)named. This is more convenient
768 when receiving (for instance) inline source files or patches sent using thunderbird.
770 2006-06-21 [paul] 2.3.1cvs7
773 fix off-by-one count of current msg in
774 statusbar filtering progressbar
776 2006-06-21 [paul] 2.3.1cvs6
779 Show attachment icon even if the part is 'inline'
780 if the following conditions are met:
781 - content-type != 'text/plain'
782 - content-type != '*/pgp-signature'
783 - either 'name' or 'filename' parameter is not NULL
787 2006-06-21 [paul] 2.3.1cvs5
793 add an option to 'Never send Return
797 2006-06-20 [mones] 2.3.1cvs4
802 typo fixed (space after comma)
803 * tools/make.themes.project
804 remove exec mode from tarball files
806 2006-06-20 [colin] 2.3.1cvs3
811 Better fix for \n's in headers (don't
812 break Received: and others)
814 2006-06-20 [paul] 2.3.1cvs2
818 improve legibility of phishing attempt
821 2006-06-20 [paul] 2.3.1cvs1
826 Update version number following
829 2006-06-20 [colin] 2.3.0cvs26
832 When dragging a file to the text of the compose
833 window, ask whether we want to insert or attach
834 (I know lots of people who do that to attach)
836 2006-06-20 [colin] 2.3.0cvs25
838 * src/etpan/imap-thread.c
839 Fix threshold (the append command is often > 32 bytes)
841 2006-06-19 [colin] 2.3.0cvs24
844 * src/etpan/imap-thread.c
845 Workaround Rockliffe IMAP server bug: replace
846 "x UID SEARCH (ANSWERED UID 1:*)" with
847 "x UID SEARCH ANSWERED"
848 (Rockliffe doesn't handle the parenthesis)
850 2006-06-19 [colin] 2.3.0cvs23
854 * src/etpan/imap-thread.c
855 Probably fix bug #972 (Freezes when adding
856 an attachment to the message)
858 Modernize Firefox cmd
861 2006-06-18 [colin] 2.3.0cvs22
863 * src/prefs_customheader.c
864 Only allow correct filenames for various
867 2006-06-18 [colin] 2.3.0cvs21
869 * src/prefs_customheader.c
870 Add a 'From File...' button in custom headers prefs, which
871 try to do the right thing:
872 for normal headers, use file as plaintext,
873 for X-Face, calls compface,
874 for Face, encode to b64.
876 2006-06-17 [colin] 2.3.0cvs20
881 2006-06-16 [colin] 2.3.0cvs19
884 Recursive quicksearch: show message list
885 in current folder, *then* search children
888 2006-06-16 [colin] 2.3.0cvs18
891 Instead of ignoring SIGPIPE, save caches
892 when getting one. Will fix the fact that
893 hot caches are out-of-date when logging
896 * src/prefs_compose_writing.c
897 Only save text (not attachments) when
898 auto-saving to drafts
900 Always replace \n, \r and \t with spaces
902 * manual/dist/html/Makefile.am
903 * manual/dist/pdf/Makefile.am
904 * manual/dist/ps/Makefile.am
905 * manual/dist/txt/Makefile.am
906 * manual/fr/dist/html/Makefile.am
907 * manual/fr/dist/pdf/Makefile.am
908 * manual/fr/dist/ps/Makefile.am
909 * manual/fr/dist/txt/Makefile.am
910 * manual/pl/dist/html/Makefile.am
911 * manual/pl/dist/pdf/Makefile.am
912 * manual/pl/dist/ps/Makefile.am
913 * manual/pl/dist/txt/Makefile.am
914 Fix make clean removing pregenerated manuals
917 2006-06-16 [colin] 2.3.0cvs17
919 * src/plugins/pgpcore/sgpgme.c
920 * src/plugins/pgpmime/pgpmime.c
921 * src/plugins/pgpinline/pgpinline.c
922 Better error reporting in setup_signers.
923 Don't fallback to default key if specified
925 Don't allow signing if more than one secret
926 key matches the one specified in prefs.
928 2006-06-15 [colin] 2.3.0cvs16
931 Add "Send queue" in the folder's contextual
939 * src/plugins/pgpcore/passphrase.c
940 * src/plugins/pgpcore/sgpgme.c
941 * src/plugins/pgpinline/pgpinline.c
942 * src/plugins/pgpmime/pgpmime.c
943 Better error reporting
945 Probably fix bug #971 (2.2.3 cannot read mail
949 2006-06-15 [mones] 2.3.0cvs15
951 * tools/make.themes.project
952 creates the themes project from the web page
954 2006-06-15 [colin] 2.3.0cvs14
957 Better fix (avoid losing the folder if scan_tree
960 2006-06-15 [cleroy] 2.3.0cvs13
963 Probably fix Bug #969 (crash on rebuilding
966 2006-06-14 [colin] 2.3.0cvs12
968 * manual/dtd/manual.xsl
969 * manual/sylpheed-claws-manual.xml
970 * manual/fr/sylpheed-claws-manual.xml
971 * manual/pl/sylpheed-claws-manual.xml
972 Insert pagebreaks between sections
974 2006-06-14 [paul] 2.3.0cvs11
977 better fix than 2.3.0cvs10
979 2006-06-14 [paul] 2.3.0cvs10
982 fix setting of PACKAGE_DATA_DIR with newer autoconf
983 (backwards compatible)
985 2006-06-13 [colin] 2.3.0cvs9
988 Fix sending of return receipt with the new queue folders
990 2006-06-13 [wwp] 2.3.0cvs8
992 * src/quote_fmt_lex.l
993 fix wrong tokens returned in quote_fmt lexer, query not().
995 2006-06-13 [wwp] 2.3.0cvs7
998 * src/prefs_folder_item.c
999 allow changing folder type even when folder is not a top-level one,
1002 2006-06-12 [colin] 2.3.0cvs6
1005 Fix double-ask of "Do you want to mark all
1008 2006-06-12 [colin] 2.3.0cvs5
1019 * src/prefs_folder_item.c
1024 * src/send_message.c
1027 Apply bug #964's patch (Queue and drafts aren't normal)
1028 The Drafts and Queue folder now contain RFC-822 files,
1029 allowing to move and copy mails from and to these
1030 folders. Moving from Drafts to Queue will prepare the
1031 mail for sending (PGP signature, encryption, etc).
1032 This patch also rework sending errors handling to try
1034 Also, allow redefining folder types via the GUI
1035 (Folder type in its Properties)
1037 2006-06-12 [colin] 2.3.0cvs4
1040 * src/prefs_common.c
1041 * src/prefs_common.h
1043 Allow to define a specific print font - patch
1044 by Bernhard Walle <bernhard.walle@gmx.de>
1046 * manual/advanced.xml
1047 * manual/fr/advanced.xml
1048 Add a hidden pref to allow deletion without
1051 2006-06-12 [wwp] 2.3.0cvs3
1054 more files to ignore.
1056 2006-06-12 [wwp] 2.3.0cvs2
1059 * src/quote_fmt_lex.l
1060 * src/quote_fmt_parse.y
1061 extend the quote_fmt parser (templates and quotes):
1062 - allow limited sub-expressions in |p{} and |f{} expressions,
1063 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1064 - implemented/fixed missing implementation of query_references and show_references,
1065 - completed, fixed contents and format of the symbols help dialog,
1066 - fix some compilation warnings.
1068 2006-06-12 [wwp] 2.3.0cvs1
1070 * manual/advanced.xml
1071 * manual/fr/advanced.xml
1072 updates in the "templates" section of the manual (eng/fr):
1073 - be more precise (both versions)
1074 - completed to match the english reference (fr version)
1075 - touchups (both versions)
1077 2006-06-12 [paul] 2.3.0
1081 2006-06-12 [paul] 2.2.3cvs14
1092 updated by Miquel Oliete, Tim, Stephan Sachse,
1093 Stavros Giannouris, Fabien Vantard, Andrea
1094 Spadaccini, Frederico Goncalves Guimaraes,
1095 Aleksandar Urosevic, and Ralgh Young
1097 2006-06-12 [colin] 2.2.3cvs13
1102 2006-06-11 [colin] 2.2.3cvs12
1105 Verify that g_malloc() succeeded
1107 2006-06-11 [colin] 2.2.3cvs11
1110 Add Face header to welcome mail
1112 2006-06-10 [colin] 2.2.3cvs10
1115 Revert previous (Forgot it changes the
1116 margin on the whole mail)
1118 2006-06-10 [colin] 2.2.3cvs9
1121 Don't overlap long headers under (X-)Face
1123 2006-06-10 [mones] 2.2.3cvs8
1126 allow generation of manual on systems lacking saxon binary
1127 but with java and the saxon library installed
1132 2006-06-09 [colin] 2.2.3cvs7
1135 Fix leak when using Display Sender using Addressbook
1137 2006-06-09 [colin] 2.2.3cvs6
1146 2006-06-09 [paul] 2.2.3cvs5
1150 * tools/claws.i18n.status.pl
1151 updated with new info
1153 2006-06-09 [paul] 2.2.3cvs4
1158 add wwp to authors list
1160 update mine and Colin's addresses
1162 2006-06-08 [colin] 2.2.3cvs3
1164 * src/etpan/imap-thread.c
1165 Fix leak on SSL cert check
1167 2006-06-08 [colin] 2.2.3cvs2
1169 * src/common/utils.c
1172 2006-06-08 [paul] 2.2.3cvs1
1175 Update version number following
1178 2006-06-07 [colin] 2.2.2cvs3
1181 Fix catching cache read errors (guint instead of gint)
1182 Prevent malloc'ing more than 8MB (means cache corruption)
1184 2006-06-07 [paul] 2.2.2cvs2
1191 * src/common/utils.c
1192 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1194 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1197 2006-06-06 [paul] 2.2.2cvs1
1200 Update version number following
1203 2006-06-06 [paul] 2.2.1cvs6
1206 fix implicit declaration of
1208 Patch by Fabien Vantard
1210 2006-06-06 [paul] 2.2.1cvs5
1213 fix age_greater and age_lower so that they
1214 mean what say and not '...or equal to'
1217 2006-06-06 [paul] 2.2.1cvs4
1220 * src/common/utils.c
1224 2006-06-05 [wwp] 2.2.1cvs3
1226 * manual/fr/account.xml
1227 minor language fixes (thanks to Fabien Vantard).
1229 2006-06-05 [colin] 2.2.1cvs2
1231 * src/prefs_folder_item.c
1233 Allow recursive setting of properties
1236 Don't freeze on 'test' filtering rule
1238 2006-06-05 [colin] 2.2.1cvs1
1241 Update version number following
1244 2006-06-04 [wwp] 2.2.0cvs82
1246 * manual/glossary.xml
1247 * manual/account.xml
1248 * manual/fr/glossary.xml
1249 * manual/fr/account.xml
1250 added glossary section and references/links related to the Face custom header.
1252 2006-06-04 [colin] 2.2.0cvs81
1255 Skip to next message on move with no
1258 2006-06-04 [wwp] 2.2.0cvs80
1261 added sanity checks, exit when needed.
1263 2006-06-03 [paul] 2.2.0cvs79
1265 * src/prefs_receive.c
1266 page name is now 'Receiving'
1268 page name is now 'Sending'
1270 2006-06-03 [colin] 2.2.0cvs78
1272 * src/plugins/spamassassin/spamassassin_gtk.c
1273 Autoswitch to Localhost if transport was previously
1274 disabled. Else people had to check [] Enable, then
1275 *reselect* transport.
1277 2006-06-03 [colin] 2.2.0cvs77
1279 * src/plugins/pgpinline/pgpinline.c
1280 * src/plugins/pgpmime/pgpmime.c
1281 Check that gpg_data_release_and_get_mem
1282 didn't fail (now, why this happens...)
1284 2006-06-03 [colin] 2.2.0cvs76
1287 Fix bug #962 (Manual and/or UI should
1288 warn about incompatible locking
1291 2006-06-02 [cleroy] 2.2.0cvs75
1299 2006-06-02 [colin] 2.2.0cvs74
1302 On exit, free caches after writing them
1303 Shuts up some valgrind false positives
1305 * src/send_message.c
1306 Fix races when reusing existing SMTP connections
1307 Fix inexistant session timeout
1309 Display alertpanel after all queues have
1310 been processed, not after each
1312 2006-06-02 [wwp] 2.2.0cvs73
1314 * manual/fr/glossary.xml
1317 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1319 2006-06-02 [wwp] 2.2.0cvs72
1322 * manual/dist/pdf/Makefile.am
1323 * manual/dtd/manual.xsl
1324 * manual/fr/dist/pdf/Makefile.am
1325 * manual/pl/dist/pdf/Makefile.am
1326 we changed the procedure to generate the .pdf version of the manual.
1327 The procedure is more modern and the .pdf we get now has a valid index.
1328 Here are the new pre-requisites:
1330 - JRE 1.x (1.4 here): there must be one from your distro
1331 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1332 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1333 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1335 See my posts for further info about the installation of this toolchain:
1337 Date: Fri, 19 May 2006 19:40:06 +0200
1338 From: wwp <subscript@free.fr>
1339 To: sylpheed-claws-devel@lists.sourceforge.net
1340 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1344 Date: Wed, 24 May 2006 12:58:49 +0200
1345 From: wwp <subscript@free.fr>
1346 To: sylpheed-claws-devel@lists.sourceforge.net
1347 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1349 2006-06-01 [colin] 2.2.0cvs71
1352 Better guards against IMAP races
1354 * src/prefs_common.c
1355 * src/prefs_common.h
1356 * src/common/ssl_certificate.c
1357 * src/etpan/imap-thread.c
1358 * src/etpan/imap-thread.h
1359 * src/gtk/sslcertwindow.c
1360 New hidden option ssl_skip_cert_check to
1361 avoid dups of bug #959 (libetpan linked
1362 against gnutls and gnutls buggy on 64bit)
1363 Present expired warning only once per
1365 * manual/advanced.xml
1366 * manual/fr/advanced.xml
1369 2006-06-01 [wwp] 2.2.0cvs70
1372 fix for bug #961 (return receipt dialog
1373 complains incorrectly about return-path
1374 email adress being different), thanks
1377 2006-05-31 [cleroy] 2.2.0cvs69
1380 Guard against NULLs, although this
1381 should never be an issue
1383 2006-05-31 [colin] 2.2.0cvs68
1388 Don't remove caches when destroying folder, it
1389 could (should) be done at exit
1391 free processing cache after incorporation
1392 * src/etpan/imap-thread.c
1393 Maybe fix bug #959 (Crash on moving to emails
1394 to a imap account per ssl with a expired
1397 2006-05-30 [colin] 2.2.0cvs67
1400 Put back event flush when displaying message
1401 It avoids reading a bunch of messages just
1402 by hitting shift-n for too long ;)
1404 2006-05-29 [colin] 2.2.0cvs66
1407 Remove useless g_warnings
1409 2006-05-29 [colin] 2.2.0cvs65
1412 Fix g_slist_append()s for performance
1414 2006-05-29 [colin] 2.2.0cvs64
1417 * src/common/utils.c
1418 Fix extraneous tab at start of addresses
1420 Fix warnings (thanks to Fabien)
1421 Fix crash at exit when composing messages
1424 Fix progress bar when deleting expired mails
1427 * src/gtk/gtksctree.c
1428 Fix re-sorting slowness
1430 2006-05-29 [paul] 2.2.0cvs63
1433 fetch full message when moving mails
1434 from another mailbox, (fixed data loss
1435 when filtering from IMAP to MH, introduced
1439 2006-05-29 [mones] 2.2.0cvs62
1441 * src/gtk/gtksctree.c
1442 Unselect faster (patch by Colin)
1444 2006-05-26 [colin] 2.2.0cvs61
1447 Unplug MSGINFO_UPDATE callback on delete too.
1449 2006-05-26 [colin] 2.2.0cvs60
1452 Fix bold in folder selection window with glib2.10
1455 2006-05-26 [colin] 2.2.0cvs59
1458 Convert date only if necessary (and don't
1459 try to convert from utf8 to utf8, too)
1461 Only set column's text if the column's
1464 2006-05-26 [colin] 2.2.0cvs58
1467 * src/gtk/gtkutils.c
1470 2006-05-26 [colin] 2.2.0cvs57
1473 Make summaryview selectable as long as
1474 no message has focus
1476 Faster deletion (by implementing mh_remove_msgs)
1477 Faster copy (avoid using mh_fetch_msg just to get
1479 Faster move (using move_file instead of copy_file
1481 No progressbar if total number of mails to cp/mv
1484 Fix removal from subject_table when mail gets moved
1485 Faster deletion (g_slist_prepend instead of append)
1486 * src/gtk/gtksctree.c
1489 2006-05-25 [colin] 2.2.0cvs56
1491 * src/common/ssl_certificate.c
1492 Fix leak in expired cert check
1494 2006-05-25 [colin] 2.2.0cvs55
1497 Disable flags syncing on .mh_sequences - it
1498 is buggy and marks mails read under unknown
1503 * 2.3.0-rc4 released
1505 2006-05-24 [colin] 2.2.0cvs54
1507 attention cvs users: if you manage to crash
1508 Sylpheed-Claws while moving, copying or deleting
1509 mails, we *are* interested in stack traces and
1510 valgrind logs. It looks stable, but one never
1514 Add progressbar for cache updates
1516 Optimize Mark all read in the current
1519 Add progressbar for copy/move
1521 Optimize O(n^2) in copy/move
1523 * src/gtk/gtksctree.c
1524 Optimize O(n^2) algos
1525 * src/common/timing.h
1526 Display ms instead of us
1528 2006-05-24 [wwp] 2.2.0cvs53
1530 * manual/fr/advanced.xml
1531 updates to the French manual.
1533 2006-05-24 [wwp] 2.2.0cvs52
1535 * src/common/utils.c
1536 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1538 2006-05-24 [wwp] 2.2.0cvs51
1541 fixed "mark all read" in MH folders (thanks to Colin).
1543 2006-05-24 [paul] 2.2.0cvs50
1545 * doc/man/sylpheed-claws.1
1546 updated the man page
1548 2006-05-23 [colin] 2.2.0cvs49
1556 * src/send_message.c
1558 * src/gtk/sslcertwindow.c
1559 alertpanel fixes, by Fabien
1561 2006-05-23 [colin] 2.2.0cvs48
1567 * src/gtk/gtksctree.c
1568 * src/gtk/gtksctree.h
1570 Fix slow loading problem, which was caused by the
1571 use of some gtk_ctree funcs and their use of
1572 g_list_position while gtk_ctree_(un)link'ing.
1573 Reap more functions from gtkctree.c to be sure we
1574 use our (fast) version instead of theirs.
1576 Fix copy of unread mails
1579 2006-05-22 [wwp] 2.2.0cvs47
1581 * manual/fr/advanced.xml
1584 2006-05-22 [colin] 2.2.0cvs46
1587 Fix possible infinite loop. 'copy' is not a
1588 final action, so when encountering a 'copy',
1589 we have to check if a previous one was set
1590 and do it. In the same way, if we encounter
1591 a 'move' we have to perform a possibly
1592 pending 'copy'. This will slow down filtering
1593 on IMAP if move+copy or multiple copy actions
1594 are to be done, but handling it via the batch
1595 would be really too convoluted.
1597 2006-05-22 [wwp] 2.2.0cvs45
1599 * manual/fr/advanced.xml
1601 * manual/fr/glossary.xml
1602 * manual/fr/handling.xml
1603 * manual/fr/intro.xml
1604 * manual/fr/plugins.xml
1605 * manual/fr/sylpheed-claws-manual.xml
1606 sync w/ the english manual: updates URIs, documented mailing-list
1607 support, better explanation about the enabled/disabled feature
1608 in filtering/processing rules by Paul.
1610 2006-05-21 [colin] 2.2.0cvs44
1613 Don't expand after building threads, but during
1615 2006-05-21 [colin] 2.2.0cvs43
1619 More timing possibilities... For next time I have
1620 to find out how the hell some 3GHz computer takes
1621 one minute to open a 30k folder...
1623 2006-05-21 [colin] 2.2.0cvs42
1625 * manual/pl/advanced.xml
1627 * manual/pl/glossary.xml
1628 * manual/pl/handling.xml
1629 * manual/pl/intro.xml
1630 * manual/pl/plugins.xml
1631 * manual/pl/sylpheed-claws-manual.xml
1632 Polish manual updated by Pawel
1636 * 2.3.0-rc3 released
1638 2006-05-20 [colin] 2.2.0cvs41
1642 - remove cache of moved messages from original folder
1643 - apply new flags to messages even if they aren't appliable
1648 * 2.3.0-rc2 released
1650 2006-05-19 [colin] 2.2.0cvs40
1653 Don't issue SELECT in imap_change_flags
1654 before having checked that we indeed have
1655 some flags to change. MSG_POSTFILTERED for
1656 example can't be used on IMAP.
1657 Fixes bug #955 (copying messages between
1658 imap folders is extremely slow), which was
1661 2006-05-19 [colin] 2.2.0cvs39
1666 Try to fix bug #830 (Some unread messages
1667 get marked read in IMAP inbox):
1668 - Prevent scanning a folder if it's being
1670 - Postpone opening via the GUI of a folder
1674 2006-05-19 [wwp] 2.2.0cvs38
1676 * manual/advanced.xml
1677 fix English+typo (thanks to Paul).
1679 2006-05-19 [wwp] 2.2.0cvs37
1681 * manual/advanced.xml
1682 * manual/fr/advanced.xml
1683 * src/gtk/logwindow.c
1684 * src/prefs_common.c
1685 * src/prefs_common.h
1686 added hidden prefs to allow customization of colors used in
1687 protocol log window (useful for dark gtk+ themes).
1689 2006-05-19 [wwp] 2.2.0cvs36
1692 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1694 2006-05-19 [paul] 2.2.0cvs35
1697 make Reply-To fully clickable
1698 * src/gtk/logwindow.c
1699 more colouring (SMTP ESMTP)
1700 Both patches by Pawel Pekala
1702 2006-05-19 [cleroy] 2.2.0cvs34
1705 Don't update flags from current folder
1706 Probably fixes bug #935 (Read Messages
1707 Revert to Being Marked as Unread)
1709 2006-05-18 [colin] 2.2.0cvs33
1717 Allow replying to multiple emails
1720 * src/etpan/imap-thread.c
1723 2006-05-18 [paul] 2.2.0cvs32
1726 keep Mailing-List menu refreshed
1729 2006-05-18 [paul] 2.2.0cvs31
1731 * manual/advanced.xml
1733 * manual/glossary.xml
1734 * manual/handling.xml
1736 * manual/plugins.xml
1737 * manual/sylpheed-claws-manual.xml
1739 add info about mailing-list support
1744 * src/plugins/dillo_viewer/README
1747 2006-05-17 [wwp] 2.2.0cvs30
1749 * manual/handling.xml
1750 * manual/fr/handling.xml
1751 documented the ability to enabled/disable filtering/processing rules.
1753 2006-05-17 [colin] 2.2.0cvs29
1756 Don't initialize g_thread subsystem if it's
1757 already done (thanks to Hiro)
1759 Fix saving of parts when there name can't be
1760 converted from UTF-8.
1762 2006-05-17 [paul] 2.2.0cvs28
1765 fix config.status warning with autoconf 2.60
1767 2006-05-17 [paul] 2.2.0cvs27
1772 2006-05-17 [wwp] 2.2.0cvs26
1775 fix useless and potentially dangerous buffer walking (thanks to Colin).
1777 2006-05-17 [wwp] 2.2.0cvs25
1779 * src/plugins/demo/demo.c
1780 updated product name in plugin demo (many plugins need to be
1781 sync'ed w/ that change).
1783 2006-05-17 [colin] 2.2.0cvs24
1788 2006-05-16 [colin] 2.2.0cvs23
1791 Stupid me hit again. Fix cvs22.
1793 2006-05-16 [colin] 2.2.0cvs22
1796 Fix bug #922 (sylpheed-claws crashed after
1797 pushing on Inbox folder)
1799 2006-05-16 [colin] 2.2.0cvs21
1802 Make From header be copy/paste/select-able
1804 2006-05-16 [wwp] 2.2.0cvs20
1809 * src/etpan/imap-thread.c
1810 fix some compiler warnings (thanks to Colin).
1812 2006-05-16 [wwp] 2.2.0cvs19
1820 * src/send_message.c
1822 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1824 2006-05-15 [colin] 2.2.0cvs18
1827 Fix automatic rule creation with List-Post
1829 2006-05-15 [paul] 2.2.0cvs17
1831 * tools/filter_conv_new.pl
1832 updated for rule enabling/disabling
1833 claws version >= 2.3.x required
1835 2006-05-15 [cleroy] 2.2.0cvs16
1840 2006-05-15 [cleroy] 2.2.0cvs15
1845 2006-05-15 [wwp] 2.2.0cvs14
1847 * manual/pl/.cvsignore
1848 ignore generated files.
1850 2006-05-14 [wwp] 2.3.0-rc1
1852 * 2.3.0-rc1 released
1854 2006-05-13 [wwp] 2.2.0cvs13
1859 * src/matcher_parser_lex.l
1860 * src/matcher_parser_parse.y
1861 * src/prefs_filtering.c
1862 new feature: provide the ability to disable filtering and processing
1863 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1866 2006-05-13 [colin] 2.2.0cvs12
1869 Remove useless if (a) b; else b;
1872 2006-05-13 [wwp] 2.2.0cvs11
1880 no more silent failures (or at least less ones) when importing
1881 or exporting from/to mbox. Also start importing/exporting if
1882 the necessary info is set.
1884 2006-05-13 [wwp] 2.2.0cvs10
1887 restored up-to-date release notes.
1889 2006-05-13 [paul] 2.2.0cvs9
1893 updated by Tim Dijkstra and Pavlo Bohmat
1895 2006-05-12 [colin] 2.2.0cvs8
1897 * src/gtk/quicksearch.c
1898 Add "k" as shortcut for "colorlabel". Patch
1899 by ath42@users.sf.net.
1901 2006-05-12 [paul] 2.2.0cvs7
1903 * src/prefs_common.h
1904 * src/prefs_summaries.c
1906 when entering a folder also allow
1907 going directly to first Marked message
1909 2006-05-12 [paul] 2.2.0cvs6
1912 always obey 'confirm before marking all
1915 2006-05-12 [paul] 2.2.0cvs5
1918 make Sender fully clickable
1920 2006-05-12 [colin] 2.2.0cvs4
1924 Let From be editable
1927 Full support of .mh_sequences' Unseen seq
1929 2006-05-12 [colin] 2.2.0cvs3
1935 * src/prefs_spelling.c
1942 Add contextual menu on Compose toolbar
1943 button. Fixes bug #944 (Automatic
1944 addresses not applied when changing account
1945 from compose window)
1946 add Mailing List support
1947 based on the old 0.6.5claws25 patch by
1948 Melvin Hadasht, with finishing touches
1950 Fix "ignore thread" when mails are threaded by
1951 subject (and weren't ignored although appearing
1954 Both patches by Pawel.
1956 2006-05-08 [paul] 2.2.0cvs2
1965 add Mailing List support
1966 based on the old 0.6.5claws25 patch by
1967 Melvin Hadasht, with finishing touches
1970 2006-05-08 [colin] 2.2.0cvs1
1975 Add contextual menu on Compose toolbar
1976 button. Fixes bug #944 (Automatic
1977 addresses not applied when changing account
1978 from compose window)
1980 2006-05-08 [paul] 2.2.0
1984 2006-05-08 [paul] 2.1.1cvs51
1994 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1995 Fabien Vantard, Frederico Goncalves Guimaraes,
1996 Aleksandar Urosevic, and Ralgh Young
1998 2006-05-12 [colin] 2.1.1cvs50
2009 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2010 Fabien Vantard, Frederico Goncalves Guimaraes,
2011 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2013 2006-05-05 [colin] 2.1.1cvs49
2015 * manual/Makefile.am
2016 * manual/pl/Makefile.am
2017 * manual/pl/account.xml
2019 * manual/pl/addrbook.xml
2020 * manual/pl/advanced.xml
2022 * manual/pl/glossary.xml
2024 * manual/pl/handling.xml
2025 * manual/pl/intro.xml
2026 * manual/pl/keyboard.xml
2027 * manual/pl/plugins.xml
2028 * manual/pl/starting.xml
2029 * manual/pl/sylpheed-claws-manual.xml
2030 * manual/pl/dist/.cvsignore
2031 * manual/pl/dist/Makefile.am
2032 * manual/pl/dist/html/.cvsignore
2033 * manual/pl/dist/html/Makefile.am
2034 * manual/pl/dist/pdf/.cvsignore
2035 * manual/pl/dist/pdf/Makefile.am
2036 * manual/pl/dist/ps/.cvsignore
2037 * manual/pl/dist/ps/Makefile.am
2038 * manual/pl/dist/txt/.cvsignore
2039 * manual/pl/dist/txt/Makefile.am
2040 Add the polish translation of the manual,
2041 Authored by Pawel Pekala.
2043 2006-05-05 [cleroy] 2.1.1cvs48
2046 Re-read matcherrc after loading plugins
2047 if some of them add folders.
2049 2006-05-03 [colin] 2.1.1cvs47
2054 2006-05-03 [colin] 2.1.1cvs46
2057 Be sure to have a session when
2060 2006-05-03 [colin] 2.1.1cvs45
2065 Fix preventing renaming with namespace
2068 2006-05-01 [colin] 2.1.1cvs44
2071 Don't reload messageview when result of
2074 2006-04-29 [colin] 2.1.1cvs43
2076 * src/prefs_receive.c
2077 * src/plugins/spamassassin/spamassassin_gtk.c
2078 * src/plugins/clamav/clamav_plugin_gtk.c
2081 2006-04-29 [colin] 2.1.1cvs42
2083 * src/prefs_compose_writing.c
2085 Cleanups. Patch by Pawel
2087 2006-04-28 [paul] 2.1.1cvs41
2090 fix returned quick search results when search
2091 term contains an underscore.
2094 2006-04-28 [paul] 2.1.1cvs40
2096 * src/prefs_message.c
2097 * src/prefs_receive.c
2099 Patches by Pawel Pekala
2101 2006-04-27 [colin] 2.1.1cvs39
2104 Differentiate subject Welcome from
2105 window's title Welcome
2111 2006-04-27 [paul] 2.1.1cvs38
2113 * manual/advanced.xml
2114 * manual/fr/advanced.xml
2115 add info about compose_no_markup hidden pref
2117 2006-04-27 [paul] 2.1.1cvs37
2119 * src/prefs_account.c
2120 improve privacy labels
2121 * src/prefs_msg_colors.c
2122 change some strings for translators' convenience
2123 * src/gtk/gtkutils.c
2124 don't underline the link button text
2126 2006-04-25 [colin] 2.1.1cvs36
2129 Complete 2.1.1cvs33 (once more ;)
2131 2006-04-25 [colin] 2.1.1cvs35
2136 2006-04-25 [cleroy] 2.1.1cvs34
2139 * src/gtk/gtkaspell.c
2140 Fix crash on redirect (related to the return
2141 of the aspell menu in compose's toolbar)
2142 * src/prefs_msg_colors.c
2143 Fix sensitivity widgets
2144 * src/image_viewer.c
2145 * src/gtk/pluginwindow.c
2146 * src/gtk/prefswindow.c
2147 Change released signals to clicked (Fabien)
2149 * src/common/socket.c
2150 * src/plugins/spamassassin/spamassassin.c
2151 Translate strings (Fabien)
2153 2006-04-25 [paul] 2.1.1cvs33
2158 complete the fix of bug #912
2161 2006-04-25 [colin] 2.1.1cvs32
2169 Patches by Pawel Pekala
2171 2006-04-24 [colin] 2.1.1cvs31
2174 Fix compilation warnings (Fabien)
2176 2006-04-24 [colin] 2.1.1cvs30
2180 * src/editldap_basedn.c
2181 * src/editldap_basedn.h
2187 Fix bug #901 (LDAPS support)
2189 2006-04-24 [colin] 2.1.1cvs29
2192 Fix logic on error with send dialog on
2194 Fix compilation without libetpan, thanks
2197 Fix 'context-menu' key
2199 2006-04-23 [colin] 2.1.1cvs28
2202 Never free current's cache to free up
2203 memory. Fixes bug #912 (new count
2204 randomly set to message count)
2206 2006-04-23 [colin] 2.1.1cvs27
2208 * src/gtk/quicksearch.c
2209 And remove printf...
2211 2006-04-23 [colin] 2.1.1cvs26
2213 * src/gtk/quicksearch.c
2214 Fix replacing in quicksearch, and fix inserting
2215 in the middle of the string. (introduced at 2.1.0cvs22)
2217 2006-04-23 [colin] 2.1.1cvs25
2220 Make sure uidnext is initialized in get_num_list
2221 (not for stable, related to 2.1.1cvs8 and friends)
2223 2006-04-23 [colin] 2.1.1cvs24
2226 Output something when login is successful
2229 2006-04-23 [colin] 2.1.1cvs23
2231 * src/etpan/imap-thread.c
2232 Better logging (line-per-line, hide data in fetch)
2234 * src/gtk/logwindow.c
2235 * src/gtk/logwindow.h
2236 Better logging (color for input/output)
2238 2006-04-21 [colin] 2.1.1cvs22
2240 * src/gtk/quicksearch.c
2241 On gtk+-2.8, use stock buttons in quicksearch
2242 Based on a patch by Fabien and a design by Paul
2244 2006-04-21 [colin] 2.1.1cvs21
2248 Fix occasional flicker in folderview
2249 * src/common/utils.c
2250 Fix bug #943 (Incorrectly parsed email address
2251 list in short headers on message view and in
2254 2006-04-20 [colin] 2.1.1cvs20
2258 * src/prefs_account.c
2259 Add ANONYMOUS auth for IMAP
2261 2006-04-20 [paul] 2.1.1cvs19
2264 proper fix for 2.1.1cvs18
2267 2006-04-20 [paul] 2.1.1cvs18
2272 2006-04-20 [paul] 2.1.1cvs17
2274 * src/gtk/quicksearch.c
2275 fix standard, non-extended Quick search,
2276 was broken in 2.1.1cvs15.
2279 2006-04-20 [colin] 2.1.1cvs16
2281 * src/prefs_matcher.c
2282 Fix values when reselecting a ~test
2285 2006-04-19 [colin] 2.1.1cvs15
2289 * src/gtk/gtkaspell.c
2290 * src/gtk/gtkaspell.h
2291 Put back Options menu in Spelling/
2292 * src/gtk/quicksearch.c
2293 Don't search, and show error, if the
2294 advanced search has a syntax error
2296 2006-04-18 [colin] 2.1.1cvs14
2299 Fix gdk warnings on set_cursor when textview
2302 2006-04-18 [colin] 2.1.1cvs13
2304 * src/gtk/gtksctree.c
2305 Remove seemingly useless refresh that causes
2306 flicker - watch this commit in case of
2307 problems before planned backport to stable
2309 2006-04-18 [colin] 2.1.1cvs12
2312 Factorize get/set_xml code
2314 * src/prefs_account.c
2315 * src/prefs_account.h
2317 Add Encrypt to self option
2319 2006-04-17 [colin] 2.1.1cvs11
2322 Fix search on encrpyt function on dragonfly
2323 Patch by Jonathan Buschmann <jonthn@agmact.com>
2325 2006-04-17 [colin] 2.1.1cvs10
2327 * src/prefs_account.c
2328 Be safe by default: remove mails from POP3
2329 after 7 days, not immediately
2331 2006-04-17 [colin] 2.1.1cvs9
2333 * src/etpan/imap-thread.c
2334 Fix build on DragonFly - patch by
2335 Jonathan Buschmann <jonthn@agmact.com>
2337 2006-04-17 [colin] 2.1.1cvs8
2340 Save uidnext between sessions
2342 2006-04-17 [colin] 2.1.1cvs7
2345 scan is required when uid validity changes
2347 2006-04-17 [colin] 2.1.1cvs6
2350 Don't scan if not necessary, apart in current
2351 folder and INBOX to fetch flags.
2353 Scan is necessary if unread count changes
2355 2006-04-17 [colin] 2.1.1cvs5
2358 ...But always fetch ANSWERED and DELETED flags for
2359 INBOX, as filtering can happen on these flags.
2361 2006-04-17 [colin] 2.1.1cvs4
2364 Don't fetch REPLIED and DELETED flags when synchronising
2365 flags with a closed folder. We only need UNSEEN and FLAGGED
2366 to update the folderview.
2368 2006-04-17 [colin] 2.1.1cvs3
2371 Faster flag search when there are new mails
2372 in a folder. We can do a full search if the
2373 folder contains less messages than the new
2376 2006-04-17 [colin] 2.1.1cvs2
2383 Update translations from stable branch
2385 2006-04-17 [colin] 2.1.1cvs1
2388 Bump version to follow stable release
2390 2006-04-16 [mones] 2.1.0cvs50
2395 2006-04-16 [colin] 2.1.0cvs49
2398 Fix bgcolor not unset on gtk 2.8, while preventing warnings
2399 with gtk < 2.8. Thanks to Fabien Vantard.
2401 2006-04-15 [colin] 2.1.0cvs48
2403 * src/etpan/imap-thread.c
2404 Fix bug #919 (libetpan: SEGV when connecting
2407 2006-04-14 [colin] 2.1.0cvs47
2410 Fix race on --select (should be done better)
2412 2006-04-14 [wwp] 2.1.0cvs46
2414 * src/send_message.c
2415 enforce a check for domain in account prefs (a sending
2416 error could be faced if domain was checked but no value set),
2419 2006-04-14 [colin] 2.1.0cvs45
2422 when converting from unknown to unknown, if the
2423 string is UTF8, don't convert it to the locale
2426 2006-04-14 [colin] 2.1.0cvs44
2429 Don't try to use ASCII for converting headers
2432 2006-04-14 [paul] 2.1.0cvs43
2435 add locale/charset info to crash report
2438 replace 'e-mail' with preferred 'email'
2440 ensure contributors list is in alphabetical
2443 2006-04-13 [colin] 2.1.0cvs42
2446 Prevent gdk warnings
2448 2006-04-13 [colin] 2.1.0cvs41
2450 * src/common/ssl_certificate.c
2451 * src/common/ssl_certificate.h
2452 * src/gtk/sslcertwindow.c
2453 Warn on expired certs, and display the expiration date
2455 2006-04-13 [colin] 2.1.0cvs40
2457 * src/plugins/spamassassin/spamassassin_gtk.c
2458 Fix missing set_text on unix socket
2460 2006-04-13 [wwp] 2.1.0cvs39
2462 * manual/fr/advanced.xml
2463 * manual/fr/glossary.xml
2464 applied new spam/ham/email lexicon (pourriel, courriel)
2466 2006-04-13 [paul] 2.1.0cvs38
2468 * src/plugins/pgpmime/plugin.c
2469 remove the mention of S/MIME from the
2470 description. This is now handled by the
2473 2006-04-13 [paul] 2.1.0cvs37
2475 * src/prefs_msg_colors.c
2477 * src/prefs_folder_item.c
2478 * src/prefs_spelling.c
2479 add a tooltip to the colour selector buttons
2481 2006-04-13 [wwp] 2.1.0cvs36
2483 * manual/advanced.xml
2484 * manual/glossary.xml
2485 * manual/handling.xml
2486 * manual/keyboard.xml
2487 * manual/plugins.xml
2488 * manual/starting.xml
2489 * manual/fr/account.xml
2491 * manual/fr/addrbook.xml
2492 * manual/fr/advanced.xml
2494 * manual/fr/glossary.xml
2496 * manual/fr/handling.xml
2497 * manual/fr/intro.xml
2498 * manual/fr/keyboard.xml
2499 * manual/fr/plugins.xml
2500 * manual/fr/starting.xml
2501 * manual/fr/sylpheed-claws-manual.xml
2502 fixes to the manuals:
2503 - summaryview -> Message List (same in French)
2504 - translate key names
2505 - fix French punctuation, use non-breakable spaces when
2506 necessary, don't use   which is not portable
2507 - tell what maildir and mbox formats we support
2509 2006-04-12 [wwp] 2.1.0cvs35
2511 * src/prefs_toolbar.c
2512 unified a replace button more,
2513 patch by Fabien Vantard <fzzzzz@gmail.com>.
2515 2006-04-12 [wwp] 2.1.0cvs34
2517 * src/prefs_common.c
2518 * src/prefs_msg_colors.c
2519 make default color labels translatable,
2520 patch from Fabien Vantard <fzzzzz@gmail.com>,
2521 thanks to Tim <timbrain@post.cz> for reporting.
2523 2006-04-12 [wwp] 2.1.0cvs33
2525 * manual/glossary.xml
2527 * manual/plugins.xml
2528 * manual/starting.xml
2529 * manual/sylpheed-claws-manual.xml
2530 * manual/fr/.cvsignore
2531 * manual/fr/account.xml
2533 * manual/fr/addrbook.xml
2534 * manual/fr/advanced.xml
2536 * manual/fr/glossary.xml
2537 * manual/fr/handling.xml
2538 * manual/fr/intro.xml
2539 * manual/fr/keyboard.xml
2540 * manual/fr/plugins.xml
2541 * manual/fr/starting.xml
2542 * manual/fr/sylpheed-claws-manual.xml
2543 various fixes: typos, missing .fr translations, punctuation,
2544 capitalization, links, accents and some bad French more.
2546 2006-04-12 [wwp] 2.1.0cvs32
2549 fix for bug #935: always store prefs files in UTF-8 (thanks
2552 2006-04-11 [colin] 2.1.0cvs31
2555 Fix inserting files not in utf8 when locale is utf8
2557 2006-04-11 [colin] 2.1.0cvs30
2560 Don't show error dialog when cancelling connection
2563 2006-04-11 [cleroy] 2.1.0cvs29
2566 Implement multiple quote levels
2567 * src/prefs_common.c
2568 Change a little bit the quote bgcolor for 2nd level
2570 2006-04-11 [colin] 2.1.0cvs28
2573 Add locale and charset in the label
2575 2006-04-10 [colin] 2.1.0cvs27
2578 * src/prefs_common.c
2579 * src/prefs_common.h
2580 * src/prefs_msg_colors.c
2582 Allow optional background color in quotes
2583 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2586 2006-04-10 [colin] 2.1.0cvs26
2593 2006-04-10 [colin] 2.1.0cvs25
2595 * manual/plugins.xml
2596 * manual/fr/plugins.xml
2597 Document libcurl's proxy variables
2599 2006-04-09 [colin] 2.1.0cvs24
2601 * src/prefs_common.c
2602 gettext() returns statically allocated stuff. We have
2603 to strdup it in order to be able to free it.
2605 2006-04-09 [colin] 2.1.0cvs23
2611 2006-04-09 [colin] 2.1.0cvs22
2614 * src/gtk/quicksearch.c
2615 Fix bug #859 (problems with cyrilic input in
2616 search panel) - Patch by Alexey Illarionov
2617 <littlesavage@rambler.ru>
2619 2006-04-09 [colin] 2.1.0cvs21
2621 * src/prefs_customheader.c
2622 I prefer removing then freeing rather than the contrary
2623 (even if it doesn't change anything ;-)
2624 * src/prefs_account.c
2625 Fix bug #933 (Crash re-entering the custom headers list
2626 dialog in accounts prefs)
2627 The problem happened when cancelling the Account
2628 Preferences' dialogs - in which case we didn't do
2629 anything to the PrefsAccount * struct. In case of applying,
2630 the old ac_prefs was replaced with the tmp_ac_prefs we were
2631 working with in this dialog. The problem is that
2632 prefs_customheader.c, working on this tmp_ac_prefs, always
2633 changes the ->customhdr_list pointer, even when cancelled.
2634 So in case of cancelling the prefs_account dialog, we still
2635 have to update ->customhdr_list in the real account.
2637 2006-04-08 [colin] 2.1.0cvs20
2639 * manual/fr/glossary.xml
2640 * manual/fr/keyboard.xml
2641 Forgot some headers :)
2643 2006-04-08 [colin] 2.1.0cvs19
2645 * manual/Makefile.am
2646 * manual/fr/Makefile.am
2647 * manual/fr/account.xml
2649 * manual/fr/addrbook.xml
2650 * manual/fr/advanced.xml
2652 * manual/fr/glossary.xml
2654 * manual/fr/handling.xml
2655 * manual/fr/intro.xml
2656 * manual/fr/keyboard.xml
2657 * manual/fr/plugins.xml
2658 * manual/fr/starting.xml
2659 * manual/fr/sylpheed-claws-manual.xml
2660 * manual/fr/dist/.cvsignore
2661 * manual/fr/dist/Makefile.am
2662 * manual/fr/dist/html/.cvsignore
2663 * manual/fr/dist/html/Makefile.am
2664 * manual/fr/dist/pdf/.cvsignore
2665 * manual/fr/dist/pdf/Makefile.am
2666 * manual/fr/dist/ps/.cvsignore
2667 * manual/fr/dist/ps/Makefile.am
2668 * manual/fr/dist/txt/.cvsignore
2669 * manual/fr/dist/txt/Makefile.am
2670 Add the french translation of the manual. Thanks to
2671 Olivier Delhomme <olivier.delhomme@free.fr> for
2672 account.xml, ack.xml, addrbook.xml and advanced.xml
2674 2006-04-08 [colin] 2.1.0cvs18
2676 * manual/plugins.xml
2677 * manual/starting.xml
2680 2006-04-07 [colin] 2.1.0cvs17
2684 * manual/keyboard.xml
2687 2006-04-07 [colin] 2.1.0cvs16
2691 * src/prefs_common.c
2692 * src/prefs_common.h
2693 Add hidden compose_no_markup pref
2695 2006-04-07 [wwp] 2.1.0cvs15
2697 * src/summary_search.c
2699 Bugfix: stop button was sticky when searching in an empty folder.
2700 Applied curly brackets code style to the whole file (summary_search.c).
2701 More files to ignore.
2703 2006-04-07 [wwp] 2.1.0cvs14
2705 * src/message_search.c
2706 * src/summary_search.c
2707 changed default button when search bumps at file/folder
2708 beginning or end, for convenience (thanks to Colin).
2710 2006-04-07 [paul] 2.1.0cvs13
2712 * src/plugins/dillo_viewer/dillo_prefs.c
2713 avoid future potential for namespace collision
2716 2006-04-06 [wwp] 2.1.0cvs12
2718 * src/summary_search.c
2719 Unify extended/advanced searches names (and thus factorize labels),
2720 patch by Fabien Vantard <fzzzzz@gmail.com>.
2722 2006-04-06 [wwp] 2.1.0cvs11
2725 * src/prefs_themes.c
2727 Fixed some compilation warnings.
2729 2006-04-06 [colin] 2.1.0cvs10
2731 * manual/advanced.xml
2732 Document the wizard template and how to deploy
2733 Sylpheed-Claws effectively
2735 2006-04-06 [colin] 2.1.0cvs9
2738 gettext patch to tell translators about _("#"),
2741 2006-04-06 [colin] 2.1.0cvs8
2744 Fix invalid GtkTextBIter after clicking "Display as text"
2746 2006-04-06 [mones] 2.1.0cvs7
2755 * src/folder_item_prefs.c
2760 * src/prefs_msg_colors.c
2761 * src/prefs_spelling.c
2762 * src/prefs_themes.c
2765 * src/stock_pixmap.c
2769 * src/common/mgutils.c
2770 * src/common/prefs.c
2771 * src/common/ssl_certificate.c
2772 * src/gtk/colorlabel.c
2773 * src/gtk/quicksearch.c
2774 * src/plugins/pgpmime/pgpmime.c
2775 * src/plugins/spamassassin/spamassassin.c
2776 Removed redundant NULL checks for g_free() calls.
2777 Patch by Pawel Pekala.
2779 2006-04-06 [mones] 2.1.0cvs6
2781 * src/prefs_actions.c
2782 * src/prefs_filtering.c
2783 * src/prefs_filtering_action.c
2784 * src/prefs_matcher.c
2785 * src/prefs_template.c
2786 * src/gtk/gtkutils.c
2787 * src/gtk/gtkutils.h
2788 Have a nice replace button. Patch by Pawel Pekala
2790 2006-04-06 [colin] 2.1.0cvs5
2793 Fix crash with empty columns
2795 2006-04-05 [colin] 2.1.0cvs4
2799 Allow wizard customization with pre-filled values
2801 2006-04-05 [colin] 2.1.0cvs3
2806 Nicer messages in mimeview
2808 2006-04-05 [colin] 2.1.0cvs2
2811 * src/prefs_summaries.c
2814 2006-04-05 [colin] 2.1.0cvs1
2816 * src/plugins/pgpcore/plugin.c
2817 * src/plugins/pgpcore/select-keys.c
2818 * src/plugins/pgpcore/select-keys.h
2819 * src/plugins/pgpcore/sgpgme.c
2820 * src/plugins/pgpcore/sgpgme.h
2821 * src/plugins/pgpinline/pgpinline.c
2822 * src/plugins/pgpinline/plugin.c
2823 * src/plugins/pgpmime/pgpmime.c
2824 * src/plugins/pgpmime/plugin.c
2825 Factorize and generalize a bit
2826 Drop S/MIME signature verification from PGP/MIME
2827 (adding it as another, more complete plugin)
2829 2006-04-05 [paul] 2.1.0
2833 2006-04-05 [paul] 2.0.0cvs186
2835 * manual/advanced.xml
2836 add info on colour labels
2838 2006-04-05 [paul] 2.0.0cvs185
2853 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
2854 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
2855 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
2856 Guimaraes, Aleksandar Urosevic, Ralgh Young
2858 * tools/claws.i18n.status.pl
2859 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2860 and new Czech translator, Tim <timbrain@post.cz>
2862 2006-04-05 [mones] 2.0.0cvs184
2867 2006-04-05 [colin] 2.0.0cvs183
2869 * src/gtk/quicksearch.c
2870 Fix bug #929 (unnecessary reload in quick search bar)
2872 2006-04-05 [colin] 2.0.0cvs182
2875 Fix crash on Reply with no From:
2876 Show signature and conversion error on queuing
2881 Factorize threading code and make sure msginfo
2882 is not null when it comes from a GtkCTreeRow's
2884 * src/gtk/gtkaspell.c
2885 Check for necessary things
2886 * src/gtk/gtksctree.c
2887 * src/gtk/gtksctree.h
2888 Reset anchor if necessary when removing node
2890 2006-03-29 [colin] 2.0.0cvs181
2893 Warn for disabled IMAP accounts (due to lack of
2894 libetpan). Breaks string-freeze - sorry - but it
2895 is kind of important ;)
2897 2006-03-28 [colin] 2.0.0cvs180
2899 * src/gtk/gtkutils.c
2900 * src/gtk/gtkutils.h
2901 Add a gtkut_get_link_btn() function that
2902 creates a button which acts like an URI
2903 * src/prefs_themes.c
2905 Use this function (factorizes codes)
2907 * src/gtk/pluginwindow.c
2908 Add a "Get more..." in the plugins window
2910 2006-03-28 [colin] 2.0.0cvs179
2913 * src/common/passcrypt.c
2915 Warning fixes. Patch by Pawel Pekala
2917 2006-03-27 [colin] 2.0.0cvs178
2920 Fix undoing by blocks with spaces
2922 2006-03-27 [colin] 2.0.0cvs177
2925 Set margin to 3px for headers
2931 2006-03-27 [wwp] 2.0.0cvs176
2934 don't reset quicksearch when updating the message list.
2937 2006-03-26 [wwp] 2.0.0cvs175
2940 use a unified border width ('other' tab in the compose window,
2941 patch by Pawel Pekala).
2944 2006-03-26 [wwp] 2.0.0cvs174
2946 * src/common/quoted-printable.c
2948 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2950 2006-03-26 [colin] 2.0.0cvs173
2952 * src/quote_fmt_parse.y
2953 Fix non-UTF8 date formats messing up the whole quote a
2956 2006-03-26 [colin] 2.0.0cvs172
2959 Make sure the date is UTF8 valid, or try to make it
2960 so. IncrediMail is really IncrediStupid.
2962 Fix possible conversions.
2965 2006-03-26 [colin] 2.0.0cvs171
2968 Fix corner cases in body search. This is still a
2969 hack... It seems impossible to make it good and
2970 reasonably fast at the same time.
2972 2006-03-26 [colin] 2.0.0cvs170
2975 I think I killed the twilight zone bug!
2976 summary_select_node() flushes GTK events in order
2977 to be able to center the view. But this also
2978 flushes keypresses like Ctrl-Alt-U, so this can
2979 call summary_show from summary_select_node (itself
2980 called from summary_show, etc.). And the summaryview
2981 has to be unlocked in this function. So just locking
2982 while processing GTK events, and bailing if locked,
2984 Fixes bug #927 (SIGSEGV during Update Summary)
2986 2006-03-25 [colin] 2.0.0cvs169
2989 Fix search in QP-encoded bodies
2990 Fix utf-8 searches in bodies encoded in the
2992 * src/common/quoted-printable.c
2993 * src/common/quoted-printable.h
2994 Add a decode function that doesn't overwrite
2995 the original pointer
2998 2006-03-24 [colin] 2.0.0cvs168
3003 Update message cache after action
3004 Patch by H. Merijn Brand
3005 * src/prefs_msg_colors.c
3007 Patch by Fabien Vantard
3008 * src/plugins/spamassassin/spamassassin_gtk.c
3009 Remove useless translation
3010 Patch by Fabien Vantard
3012 2006-03-23 [colin] 2.0.0cvs167
3015 Let 30 seconds to SSL_connect
3017 2006-03-23 [wwp] 2.0.0cvs166
3020 * src/gtk/description_window.c
3021 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3022 and headers are translated; adjust description windows' width to fit their
3023 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3025 2006-03-23 [paul] 2.0.0cvs165
3027 * src/common/utils.c
3028 fix highlighting of URIs containing "()"
3029 (2.0.0cvs164's reversal fixed)
3032 2006-03-23 [paul] 2.0.0cvs164
3034 * src/common/utils.c
3035 revert patch, (postponing a fix), at 2.0.0cvs120
3036 as it breaks more URIs than it fixes.
3037 Allow '-' to be a terminating character in a URI
3039 2006-03-22 [colin] 2.0.0cvs163
3042 Require libetpan 0.45
3043 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3045 2006-03-22 [paul] 2.0.0cvs162
3048 replace '<-' and '->' buttons with GTK_STOCK graphical
3050 * src/summary_search.c
3051 don't offer '...' for translation
3052 add a tooltip to advanced search '...' button
3053 * src/gtk/quicksearch.c
3054 don't offer '...' for translation
3056 2006-03-21 [colin] 2.0.0cvs161
3059 Fix middle-click pasting (insert at click
3060 position instead of cursor position, don't
3061 remove existing selection and allow pasting
3064 "LDAP Server" -> "LDAP servers"
3066 2006-03-21 [wwp] 2.0.0cvs160
3068 * src/etpan/imap-thread.c
3069 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3071 2006-03-20 [colin] 2.0.0cvs159
3074 Don't reload summaryview after an execute with no
3077 2006-03-19 [colin] 2.0.0cvs158
3080 and put groups at the top, always
3082 2006-03-19 [colin] 2.0.0cvs157
3085 Order groups before names, as previously
3087 2006-03-19 [colin] 2.0.0cvs156
3090 - Sort case-unsensitive
3091 - Put the sort arrow at opening too
3093 2006-03-19 [wwp] 2.0.0cvs155
3096 allow sorting by name/email/remarks, ensure that right-pane's contents
3097 matches the left-pane selection (cleared when appropriate).
3098 Patch by Pawel Pekala <c0rn@o2.pl>.
3100 2006-03-18 [colin] 2.0.0cvs154
3105 2006-03-18 [colin] 2.0.0cvs153
3108 Make sure we hide the preview if we didn't get
3111 2006-03-18 [colin] 2.0.0cvs152
3114 Set cursor to watch for execution (fixes lack
3115 of watch-cursor when dnd'ing hundreds of mails)
3117 Check that mime type is 'image/*' before updating
3118 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3120 2006-03-18 [colin] 2.0.0cvs151
3125 Put a watch cursor in textview too when the mainwindow's
3128 2006-03-18 [colin] 2.0.0cvs150
3131 Change wrong asserts to simple tests
3133 2006-03-17 [colin] 2.0.0cvs149
3137 * src/prefs_msg_colors.c
3140 * src/gtk/colorlabel.c
3141 * src/gtk/colorlabel.h
3142 Add a color label menu in the main menubar
3143 Add (fixed) accels Ctrl-{0-7} to change the color
3144 They have to be fixed because the menu's dynamic,
3145 the items are complex widgets, hence we can't use
3149 2006-03-17 [wwp] 2.0.0cvs148
3152 rollback few lines from my previous commit (those lines come from
3153 a pending patch, accidentally commited, even if neutral as they are
3156 2006-03-17 [wwp] 2.0.0cvs147
3159 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3160 applied code style/indentation to the modified function.
3162 2006-03-17 [wwp] 2.0.0cvs146
3166 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3172 2006-03-17 [paul] 2.0.0cvs145
3175 addressbook_read_file() was called twice
3177 X-Mailer highlighting
3179 2006-03-16 [colin] 2.0.0cvs144
3181 * src/sourcewindow.c
3182 * src/sourcewindow.h
3183 And the last one, in source window.
3185 2006-03-16 [colin] 2.0.0cvs143
3189 Fix the same stuff in compose
3191 2006-03-16 [colin] 2.0.0cvs142
3194 Complete the previous messageview crash fix
3196 2006-03-16 [colin] 2.0.0cvs141
3201 Fix POSTPROCESSING hook
3202 Patch by H. Merijn Brand
3206 Parse Content-Location
3211 Don't crash when a top-level MessageView has
3212 been closed on us. Same problematic than
3213 yesterday's quicksearch issue.
3215 2006-03-15 [colin] 2.0.0cvs140
3217 * src/gtk/quicksearch.c
3218 Fix a bitchy race we didn't think about when we
3219 added quicksearch cancellation:
3220 If the search is not on cached fields, for example
3221 body_part matchcase "stuff"
3222 the matcher code has to get the whole message. If
3223 we're on IMAP, that can be slow, and in order to
3224 be non-blocking, the IMAP code idle loop processes
3225 gtk events too. So it is possible to cancel a
3226 quicksearch while the matcher is getting the mail's
3227 body. After matcher got its body, it will start to
3228 iterate over the matcher list that the Quicksearch's
3229 clear_search_cb() just freed via prepare_matcher().
3231 The fix consists of guarding the matcherlist_match()
3232 call with a boolean 'matching'. If we reset the
3233 quicksearch while matching is TRUE, we don't free
3234 the matcherlist anymore like we did, but we set
3235 another new flag, deferred_free, to TRUE. Then,
3236 in quicksearch_match(), just after returning from
3237 matcherlist_match() and unsetting the matching flag,
3238 we check the deferred_free flag and do the
3239 prepare_matcher() (which does the matcherlist_free)
3240 for real, so we free the matcherlist once it's not
3242 As all of this runs via the glib main loop, we
3243 luckily don't need a mutex.
3245 Also, show progress while searching.
3248 2006-03-14 [colin] 2.0.0cvs139
3251 Make alertpanel_is_open non-static
3253 2006-03-14 [colin] 2.0.0cvs138
3255 * src/prefs_spelling.c
3256 Cleanups - Fabien Vantard
3258 2006-03-14 [wwp] 2.0.0cvs137
3261 code style normalization (curly braces, indentation).
3263 2006-03-14 [wwp] 2.0.0cvs137
3266 code style (braces, indentation)
3268 2006-03-12 [paul] 2.0.0cvs136
3270 * src/prefs_common.c
3271 trans_hdr defaults to FALSE to be RFC-savvy
3272 * src/prefs_summaries.c
3273 add a tooltip to the trans_hdr option
3276 2006-03-12 [paul] 2.0.0cvs135
3278 * src/prefs_matcher.c
3279 give a little more width to the combos
3280 * src/prefs_display_header.c
3282 translate headers if prefs_common.trans_hdr
3285 Patches by Pawel Pekala
3287 2006-03-12 [paul] 2.0.0cvs134
3289 * src/plugins/clamav/clamav_plugin.c
3290 * src/plugins/dillo_viewer/dillo_viewer.c
3291 * src/plugins/pgpcore/plugin.c
3292 * src/plugins/pgpinline/plugin.c
3293 * src/plugins/pgpmime/plugin.c
3294 * src/plugins/spamassassin/spamassassin.c
3295 update/add to descriptions
3296 * src/plugins/spamassassin/spamassassin_gtk.c
3297 fixes to the english, remove superfluous
3298 tooltips, clean up a little
3300 2006-03-12 [paul] 2.0.0cvs133
3303 fix Bug 924, 'Account combo box shows up wrong
3304 if & is in account name'
3306 2006-03-11 [colin] 2.0.0cvs132
3309 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3310 messed up shift-selection because is slows down
3311 moving around summaryview. thanks -users
3313 2006-03-10 [colin] 2.0.0cvs131
3315 * src/plugins/spamassassin/spamassassin_gtk.c
3316 Put back Paul's engrish fixes
3318 2006-03-10 [colin] 2.0.0cvs130
3320 * src/plugins/spamassassin/spamassassin.c
3321 * src/plugins/spamassassin/spamassassin.h
3322 * src/plugins/spamassassin/spamassassin_gtk.c
3323 Cleanup SA prefs page (more)
3324 Patch by Fabien Vantard
3326 2006-03-10 [paul] 2.0.0cvs129
3328 * src/prefs_msg_colors.c
3329 * src/prefs_spelling.c
3332 2006-03-09 [mones] 2.0.0cvs128
3337 2006-03-09 [wwp] 2.0.0cvs127
3340 revert accidental commit (requirement for libetpan 0.43), this time
3343 2006-03-09 [wwp] 2.0.0cvs125
3346 revert accidental commit (requirement for libetpan 0.43)
3348 2006-03-09 [paul] 2.0.0cvs126
3350 * src/prefs_receive.c
3351 remove useless frame
3352 replace 'incorporation' with 'receiving'
3353 * src/plugins/clamav/clamav_plugin_gtk.c
3354 * src/plugins/spamassassin/spamassassin_gtk.c
3355 improve widget sensitivity
3356 fix a bit his engrish
3358 2006-03-09 [wwp] 2.0.0cvs125
3362 * src/prefs_common.c
3363 * src/prefs_common.h
3364 remember some more windows' sizes (add to addressbook and
3367 2006-03-09 [paul] 2.0.0cvs124
3369 * src/plugins/pgpcore/prefs_gpg.c
3370 normalise construction of dialogue
3372 2006-03-09 [paul] 2.0.0cvs123
3374 * src/plugins/trayicon/Makefile.am
3377 2006-03-08 [colin] 2.0.0cvs122
3379 * src/plugins/trayicon/Makefile.am
3380 Fix build in separate dir
3381 Patch by Bamanzi <bamanzi@gmail.com>
3383 2006-03-08 [colin] 2.0.0cvs121
3386 Batch move and copies from summaryview with delayed execution
3389 2006-03-07 [paul] 2.0.0cvs120
3391 * src/common/utils.c
3392 fix highlighting of URIs containing "()"
3393 Patch by Pawel Pekala
3395 2006-03-07 [paul] 2.0.0cvs119
3400 immediately do alphabetical resort when
3401 changing a folder's name
3402 Patch by Pawel Pekala
3404 2006-03-07 [paul] 2.0.0cvs118
3408 when unsubscribing a newsgroup, remove the
3409 folder and msgs in .sylpheed-claws/newscache
3410 Patch by Pawel Pekala <c0rn@gazeta.pl>
3412 2006-03-07 [paul] 2.0.0cvs117
3415 fix wrong Fake URL Warning
3418 2006-03-07 [colin] 2.0.0cvs116
3421 Return immediately when password dialog was
3423 * src/gtk/inputdialog.c
3424 Allow empty strings for passwords
3427 2006-03-06 [colin] 2.0.0cvs115
3430 Prevent double-timeouts when connection fails
3436 2006-03-06 [colin] 2.0.0cvs114
3439 Refresh session during potentially long
3442 2006-03-06 [wwp] 2.0.0cvs113
3444 * src/prefs_msg_colors.h
3445 forgot that one (custom color labels).
3447 2006-03-06 [wwp] 2.0.0cvs112
3449 * src/prefs_common.c
3450 * src/prefs_common.h
3451 * src/prefs_msg_colors.c
3454 * src/gtk/colorlabel.c
3455 * src/gtk/colorlabel.h
3456 colors in messages list are now customizable. Color values and names can
3457 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3458 Thanks to Paul and Colin for their help with this longstanding patch!
3460 2006-03-06 [wwp] 2.0.0cvs111
3463 don't crash if (x)face is bad.
3465 2006-03-05 [paul] 2.0.0cvs110
3470 * src/common/Makefile.am
3471 * src/common/utils.h
3472 * src/etpan/imap-thread.c
3474 * src/plugins/clamav/Makefile.am
3475 * src/plugins/demo/Makefile.am
3476 * src/plugins/dillo_viewer/Makefile.am
3477 * src/plugins/pgpcore/Makefile.am
3478 * src/plugins/pgpcore/passphrase.c
3479 * src/plugins/pgpinline/Makefile.am
3480 * src/plugins/pgpmime/Makefile.am
3481 * src/plugins/spamassassin/Makefile.am
3482 * src/plugins/trayicon/Makefile.am
3483 fix builiding on cygwin
3484 Patch by Ralgh Young <bamanzi@gmail.com>
3486 2006-03-04 [wwp] 2.0.0cvs109
3488 * manual/keyboard.xml
3489 fix mixed up/down keys.
3491 2006-03-04 [wwp] 2.0.0cvs108
3495 updated links to SpamAssassin.
3497 2006-03-04 [wwp] 2.0.0cvs107
3499 * manual/plugins.xml
3500 * src/plugins/spamassassin/README
3501 updated SpamAssassin plugin docs to reflect new functional additions
3502 (also fix/update/documents few technical stuff more, see the README).
3504 2006-03-04 [wwp] 2.0.0cvs106
3506 * src/prefs_message.c
3507 normalized capitalization of message-prefs paths.
3509 2006-03-04 [wwp] 2.0.0cvs105
3511 * manual/advanced.xml
3514 2006-03-03 [colin] 2.0.0cvs104
3516 * src/plugins/clamav/clamav_plugin_gtk.c
3517 Rework prefs page, patch by Fabien
3519 2006-03-03 [colin] 2.0.0cvs103
3521 * src/plugins/clamav/clamav_plugin.c
3522 Set error on all errors
3524 2006-03-03 [colin] 2.0.0cvs102
3526 * src/common/plugin.c
3527 Initialize error to avoid crashing when a plugin fails
3528 without setting error
3530 2006-03-02 [wwp] 2.0.0cvs101
3533 fixed linker flags for libetpan support on Cygwin
3534 (thanks to H.Merijn Brand).
3536 2006-03-02 [wwp] 2.0.0cvs100
3539 fix some AB error messages: one for punctuation and
3540 one wrongly duplicate (thanks, maxbritov).
3542 2006-03-02 [wwp] 2.0.0cvs99
3544 * src/plugins/spamassassin/spamassassin.c
3545 make sync calls to sa-learn/spamc to prevent
3546 system (whatever local or client/server) overload.
3548 2006-03-02 [colin] 2.0.0cvs98
3551 Put the spam icon in the status column instead of the
3554 2006-03-01 [colin] 2.0.0cvs97
3556 * src/plugins/spamassassin/spamassassin.c
3557 Fix segfault (g_file_set_contents fails for some
3558 reason and err==0x2f. Can't find out why with
3559 valgrind, using working function :-)
3561 2006-03-01 [colin] 2.0.0cvs96
3564 Offline overriding: let 'No' be cached only 3 seconds
3566 2006-03-01 [colin] 2.0.0cvs95
3572 * src/folder_item_prefs.c
3580 * src/prefs_common.h
3581 * src/prefs_msg_colors.c
3587 * src/send_message.h
3588 * src/simple-gettext.c
3594 * src/common/ssl_certificate.c
3595 * src/common/utils.c
3596 * src/gtk/colorsel.c
3597 * src/gtk/gtksctree.c
3598 * src/gtk/gtkshruler.c
3599 * src/plugins/trayicon/trayicon.c
3600 #if 0 goes to /dev/null
3602 2006-03-01 [colin] 2.0.0cvs94
3610 * src/plugins/spamassassin/spamassassin.c
3611 Allow to add information in the "working offline"
3614 2006-03-01 [wwp] 2.0.0cvs93
3616 * src/plugins/spamassassin/spamassassin.c
3617 fixed spamc invocation: use a tricky temporary mini shell wrapper
3618 'cause it seems that calling `spamc ... < inputfile` with
3619 g_spawn_(a)sync simply.. erm doesn't work :-).
3621 2006-03-01 [wwp] 2.0.0cvs92
3625 simplify the adding of spam/ham button to the messageview toolbar
3626 (it gets more clear now that the same button will be "Mark as spam"
3627 or "Mark as ham" according to the current message status,
3630 2006-03-01 [wwp] 2.0.0cvs91
3636 * src/plugins/spamassassin/spamassassin.c
3637 * src/plugins/spamassassin/spamassassin.h
3638 make learner callbacks return a status (0 for ok),
3639 handle it in main code to avoid setting flags when learning failed,
3640 don't learn on TCP if offline in spamassassin,
3645 2006-03-01 [wwp] 2.0.0cvs90
3648 some work around the compose window's account menu,
3649 patch by Fabien Vantard.
3651 2006-03-01 [wwp] 2.0.0cvs89
3653 * src/plugins/spamassassin/spamassassin.c
3654 fixed bad logics, was using spamc in local mode and sa-learn
3655 in remote mode (thanks, Colin).
3657 2006-03-01 [wwp] 2.0.0cvs88
3659 * src/plugins/spamassassin/spamassassin.c
3660 * src/plugins/spamassassin/spamassassin.h
3661 * src/plugins/spamassassin/spamassassin_gtk.c
3662 made processing of emails w/ sa-plugin an option (default is TRUE),
3663 fixed Engrish some tooltips, capitalization of some debug messages
3664 and warnings. The spamassassin plugin now provides two separate
3665 services: process emails upon incorporation and spamd training.
3666 Both services (un)register independently but use some common
3667 plugin settings (transport settings, spam storage location).
3669 2006-02-28 [wwp] 2.0.0cvs87
3671 * src/plugins/spamassassin/spamassassin.c
3672 fix async flag to spamc cmdline execution (batch exec should
3675 2006-02-27 [wwp] 2.0.0cvs86
3677 * src/plugins/spamassassin/spamassassin.c
3678 * src/plugins/spamassassin/spamassassin.h
3679 * src/plugins/spamassassin/spamassassin_gtk.c
3680 - added the ability to learn a remote spamassassin server (spamd),
3682 - added the spamassassin option 'username', that applies to all
3683 spamassassin operations (filtering, learning, local or remote).
3684 The default username is the current unix user (if left blank
3685 from gtk prefs or config file).
3686 - commented out some unused code (notebook widget), removed unused
3688 - make more widgets sensitive to the transport type.
3690 2006-02-27 [colin] 2.0.0cvs85
3692 * src/plugins/spamassassin/spamassassin.c
3693 Fix sa-learn call when offline
3695 2006-02-27 [colin] 2.0.0cvs84
3703 * src/prefs_toolbar.c
3705 * src/stock_pixmap.c
3706 * src/stock_pixmap.h
3710 * src/pixmaps/ham_btn.xpm
3711 * src/pixmaps/spam.xpm
3712 * src/pixmaps/spam_btn.xpm
3713 * src/plugins/spamassassin/spamassassin.c
3714 Add button in toolbar for spam learning
3715 Fix a few bugs from the last related commit
3716 Revert 1.9.6cvs23 which messed up shift-selection
3718 2006-02-24 [colin] 2.0.0cvs83
3723 * src/plugins/spamassassin/spamassassin.c
3724 * src/plugins/spamassassin/spamassassin.h
3725 * src/plugins/spamassassin/spamassassin_gtk.c
3726 Unregister learner when spamassassin is either
3727 disabled or over tcp
3729 2006-02-24 [colin] 2.0.0cvs82
3736 * src/stock_pixmap.c
3737 * src/stock_pixmap.h
3740 * src/gtk/icon_legend.c
3741 * src/pixmaps/spam.xpm ** NEW FILE **
3742 * src/plugins/spamassassin/spamassassin.c
3743 * src/plugins/spamassassin/spamassassin_gtk.c
3744 Add spam learning interface (Mark/Mark as
3747 2006-02-24 [wwp] 2.0.0cvs81
3752 hide compose window when sending message in batch mode
3753 (filtering: forward and redirect). Also fixed a wrong
3754 value returned when sending failed, neutral anyway.
3757 2006-02-24 [wwp] 2.0.0cvs80
3760 use GTK+'s stock quit button. Patch by Fabien Vantard.
3762 2006-02-24 [paul] 2.0.0cvs79
3767 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3770 2006-02-23 [colin] 2.0.0cvs78
3773 Change OK to Close in alertpanel with View log
3774 button; add accel to View log. Patch by Fabien
3777 2006-02-23 [wwp] 2.0.0cvs77
3780 silly me, there were much more tests to perform, since toolbars can
3781 really have down to 1 element only.
3783 2006-02-23 [wwp] 2.0.0cvs76
3786 fixed indentation from my previous commit. Fallback to VISUAL if
3787 EDITOR is not set (and to vi, at last resort).
3789 2006-02-23 [wwp] 2.0.0cvs75
3792 improved error detection (Colin, me).
3794 2006-02-23 [wwp] 2.0.0cvs74
3796 * src/prefs_toolbar.c
3797 simplify and fix prefs/toolbars layouting. Combos' contents can
3798 now be really displayed.
3800 2006-02-23 [wwp] 2.0.0cvs73
3801 simplifies and fix prefs/toolbars layouting. Combos' contents can now
3802 be really displayed.
3804 2006-02-22 [wwp] 2.0.0cvs72
3807 fix a typo in my previous commit (sorry!).
3809 2006-02-22 [wwp] 2.0.0cvs71
3811 * src/prefs_toolbar.c
3812 fix a crash when adding separators to toolbars,
3813 also fix some separator item information.
3815 2006-02-22 [wwp] 2.0.0cvs70