1 2006-07-31 [wwp] 2.4.0cvs3
8 * src/addressbook_foldersel.c
9 * src/addressbook_foldersel.h
14 * src/matcher_parser_lex.l
15 * src/matcher_parser_parse.y
18 * src/prefs_filtering.c
22 introduce filtering against the address book. It's now possible to add
23 matched conditions to determine if any email address in a message matches
24 or doesn't match any or all books or folders in the address book.
26 2006-07-31 [wwp] 2.4.0cvs2
36 * src/matcher_parser_lex.l
37 * src/matcher_parser_parse.y
39 * src/prefs_filtering.c
40 * src/prefs_filtering.h
44 introduce per-account filtering rules. Each filtering rule can now be assigned
45 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
46 when applying filtering rules manually, as all rules will apply - even the ones
47 assigned to an account. This issue will be addressed soon.
51 2006-07-31 [wwp] 2.4.0cvs1
54 make more strings translatable.
56 2006-07-31 [paul] 2.4.0
60 2006-07-31 [paul] 2.3.1cvs91
63 updated by Miquel Oliete
65 2006-07-31 [paul] 2.3.1cvs90
75 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
76 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
77 Aleksandar Urosevic, and Ralgh Young
79 2006-07-31 [paul] 2.3.1cvs89
85 Fix a race condition when, after an SC crash, rescanning
86 folders took more than 0.5 seconds
89 2006-07-31 [paul] 2.3.1cvs88
92 don't translate separator strings
94 2006-07-30 [mones] 2.3.1cvs87
96 * doc/man/sylpheed-claws.1
97 Fixed non-ASCII chars in Hoa's name
101 2006-07-27 [colin] 2.3.1cvs86
104 Don't include the leading \n in links
107 2006-07-25 [colin] 2.3.1cvs85
110 * src/common/socket.h
111 * src/etpan/imap-thread.c
112 Refresh resolvers before connecting
113 to IMAP servers, and after switching
114 to online. Thanks to Paul.
120 2006-07-17 [colin] 2.3.1cvs84
123 Show connection attempt in statusbar before
124 connecting (previously first message was
125 "Retrieving messages from ..." after the
126 connection succeeded.
128 2006-07-16 [wwp] 2.3.1cvs83
131 Added .ico file (windows multi-size icon file, generated).
133 2006-07-12 [wwp] 2.3.1cvs82
136 remove Message/Re-edit menu entry from messageview window,
137 as sent/draft/queued messages are opened in compose window when
138 re-edited and it's not possible to re-edit other msgs.
140 2006-07-12 [paul] 2.3.1cvs81
145 check online state before resetting
146 mailcheck timer. Useful if some program
147 verifies connection state and updates
149 Patch by Leonid Evdokimov <darkk@users.sf.net>
151 2006-07-12 [paul] 2.3.1cvs80
153 * sylpheed-claws-128x128.png
154 * sylpheed-claws-64x64.png
158 * src/prefs_toolbar.c
164 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
165 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
166 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
167 * src/pixmaps/sylpheed.xpm ** REMOVED **
168 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
169 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
170 updated and renamed logo/icon files and related
171 logo by Jesper Schultz
173 2006-07-11 [paul] 2.3.1cvs79
176 fix the labels a smidgin
178 2006-07-09 [colin] 2.3.1cvs78
181 Show errors in textviewer's command
182 Patch by H. Merijn Brand
184 2006-07-09 [colin] 2.3.1cvs77
187 Save FMID in drafts too
189 2006-07-08 [colin] 2.3.1cvs76
192 Svae RMID in drafted mails too
193 Save quote_fmt vars for whole mails,
194 don't reset at each quote_fmt_init:
195 allows to use the same |i{var} in
196 various template fields
197 * src/prefs_template.c
199 * src/quote_fmt_parse.y
202 2006-07-08 [colin] 2.3.1cvs75
205 Fix highlighting of attached parts URIs
207 2006-07-08 [colin] 2.3.1cvs74
210 Prevent bug #981 (sc 2.3.1 segfaults with
211 gtk+ 2.10) from being reported again:
212 if Sylpheed-Claws has been compiled against
213 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
214 of if Sylpheed-Claws has been compiled against
215 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
218 2006-07-07 [colin] 2.3.1cvs73
220 * src/prefs_actions.c
223 2006-07-07 [colin] 2.3.1cvs72
225 * src/prefs_actions.c
226 Fix compile on gtk < 2.8. argh :)
228 2006-07-07 [paul] 2.3.1cvs71
233 2006-07-07 [colin] 2.3.1cvs70
237 * src/quote_fmt_lex.l
238 * src/quote_fmt_parse.y
239 Add |i{var}, a way to insert user-entered
246 2006-07-07 [colin] 2.3.1cvs69
249 Don't consider inboxes of UNKNOWN folder
250 classes to be useable as default inboxes
252 2006-07-07 [paul] 2.3.1cvs68
255 add missing #include <errno.h>
256 Thanks to René J. Blokland
258 2006-07-07 [paul] 2.3.1cvs67
261 Return now Closes dialog
265 add contextual menu to mime parts listed
269 reversal: ' is a valid character in URLs
271 2006-07-06 [colin] 2.3.1cvs66
274 Forgotten in previous commit
276 2006-07-06 [colin] 2.3.1cvs65
279 Set summary update flag whenever
282 * src/prefs_account.c
284 * src/etpan/imap-thread.c
285 Fix warnings, thanks to Fabien and
288 2006-07-06 [wwp] 2.3.1cvs64
291 GTK_STOCK_HELP exists in GTK+ 2.4.x.
293 2006-07-06 [wwp] 2.3.1cvs63
302 * src/message_search.c
303 * src/prefs_actions.c
304 * src/prefs_filtering.c
305 * src/prefs_filtering.h
306 * src/prefs_template.c
307 * src/summary_search.c
311 * src/gtk/pluginwindow.c
312 add help buttons to some dialogs. Clicking such buttons opens a
313 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
315 2006-07-06 [paul] 2.3.1cvs62
318 fix attachments contextual menu
321 2006-07-05 [colin] 2.3.1cvs61
327 2006-07-05 [paul] 2.3.1cvs60
330 grab save button by default
333 2006-07-05 [wwp] 2.3.1cvs59
336 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
338 2006-07-04 [colin] 2.3.1cvs58
342 Use left click to select, middle click to open
347 2006-07-04 [colin] 2.3.1cvs57
351 Warning fixes, thanks to Fabien
353 2006-07-04 [colin] 2.3.1cvs56
358 Allow parts to be selected via their text label
361 2006-07-04 [colin] 2.3.1cvs55
364 Feedback when closing (for big folders)
365 * src/prefs_actions.c
366 * src/prefs_filtering.c
367 * src/prefs_matcher.c
368 * src/prefs_template.c
369 Fix default button when closing without
372 2006-07-04 [colin] 2.3.1cvs54
375 Delete local file on deletion
377 2006-07-03 [colin] 2.3.1cvs53
381 Don't freeze when rescanning after crash
383 2006-07-03 [wwp] 2.3.1cvs52
388 * src/plugins/pgpinline/pgpinline.c
389 * src/plugins/pgpmime/pgpmime.c
390 don't report an error when the user cancels the passphrase dialog.
392 2006-07-02 [colin] 2.3.1cvs51
395 Open message when crossing folders with Space,
396 goto next unread and friends
398 2006-07-01 [colin] 2.3.1cvs50
400 * src/prefs_account.c
401 Typographic rules varying from language
402 to language (in french "Protocole :"),
403 we have to do that :)
405 2006-07-01 [ticho] 2.3.1cvs49
407 * src/prefs_account.c
408 Only use one temporary gchar* variable in
409 prefs_account_protocol_set_optmenu().
411 2006-07-01 [ticho] 2.3.1cvs48
413 * src/prefs_account.c
414 * src/prefs_account.h
415 Use GtkLabel for existing account protocol name.
416 Created an array for protocol names and populate the
417 combobox from it in a for() cycle.
419 2006-06-30 [colin] 2.3.1cvs47
422 Block undo when changing signature (by changing
425 2006-06-30 [paul] 2.3.1cvs46
428 when editing From in the Compose window, use that address
429 in the Return-Path: header
432 2006-06-30 [colin] 2.3.1cvs45
435 Fix signature replacement:
436 - when no newline before separator
439 2006-06-29 [colin] 2.3.1cvs44
445 Let 'View/Go to/Next marked' work like
446 Next new & Next unread: across folders
447 Change the select_on_entry pref to do
448 what we want when changing folder
450 Fix single-quoted links
452 2006-06-29 [colin] 2.3.1cvs43
454 * src/gtk/gtkaspell.c
455 "Sylpheed" and "Sylpheed-Claws" do exist !
457 2006-06-29 [colin] 2.3.1cvs42
460 Forgot to remove debug
462 2006-06-29 [colin] 2.3.1cvs41
467 Disconnect from IMAP servers when going
468 offline. Fixes bug #978 (going to offline-mode
469 won't close connections)
471 2006-06-29 [colin] 2.3.1cvs40
474 Fix transient setting on failing plugins
476 * src/plugins/pgpcore/sgpgme.c
477 Only warn for OpenPGP. Most people don't
480 2006-06-29 [colin] 2.3.1cvs39
483 Fix Spelling menu (discrepancy between context menu
484 and top menu when folder's dictionary isn't the
486 * src/plugins/pgpcore/sgpgme.c
487 More error reporting about why gpgme can fail
489 2006-06-29 [wwp] 2.3.1cvs38
492 honor the display-header-pane setting even when the message view
493 is a separate window.
495 2006-06-29 [wwp] 2.3.1cvs37
497 * src/prefs_actions.c
498 forgot to commit that one (use of GTK_STOCK_INFO).
500 2006-06-29 [colin] 2.3.1cvs36
503 Better handling of login errors (ask the password
504 again once), alert in case of error. Fix three
507 2006-06-28 [wwp] 2.3.1cvs35
509 * src/prefs_template.c
510 * src/prefs_matcher.c
511 * src/prefs_filtering_action.c
513 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
514 patch by Fabien Vantard, slightly modified.
520 2006-06-28 [colin] 2.3.1cvs34
522 * src/prefs_account.c
523 Fix bug #977 (Can't add or edit imap accounts)
525 2006-06-28 [colin] 2.3.1cvs33
530 2006-06-28 [colin] 2.3.1cvs32
533 Save named inlined attachments with "Save all"
536 * src/common/plugin.c
537 * src/common/plugin.h
538 * src/common/sylpheed.c
540 * src/plugins/pgpcore/sylpheed.def
541 * src/plugins/pgpinline/sylpheed.def
542 * src/plugins/pgpmime/sylpheed.def
543 Win32 compatibility patch, by
546 2006-06-28 [wwp] 2.3.1cvs31
549 * src/prefs_folder_item.c
550 less compilation warnings (thanks to Fabien Vantard), less typos.
552 2006-06-28 [paul] 2.3.1cvs30
555 gtk_combo_box_set_focus_on_click() is only
556 available since gtk 2.6.0
558 2006-06-28 [paul] 2.3.1cvs29
560 * src/prefs_ext_prog.c
561 fix engrish and add a tooltip for the
562 'command for 'Display as text' option
568 2006-06-28 [paul] 2.3.1cvs28
572 include textviewer.pl in releases
574 2006-06-28 [paul] 2.3.1cvs27
576 * src/prefs_ext_prog.c
577 hide Print command option if libgnomeprint
580 2006-06-27 [colin] 2.3.1cvs26
583 Fix Esc handling in insert/attach dialog
584 Don't show this dialog if dragging something
585 else than text/uri-list
586 Thanks to Fabien Vantard
587 * tools/textviewer.pl
588 Filter script to display stuff as text
591 2006-06-27 [wwp] 2.3.1cvs25
594 use the exact product name (message view title), patch
597 2006-06-27 [ticho] 2.3.1cvs24
599 * src/prefs_account.c
602 * src/prefs_ext_prog.c
604 Add a preference (Preferences/External programs)
605 to allow "Display as text" to be done via a script
606 (patch by H.Merijn Brand).
607 Use GtkComboBox for protocol selection in account
609 Only include current choice for existing accounts, and
610 insensitivize the combobox.
612 2006-06-27 [paul] 2.3.1cvs23
615 fix crasher introduced in cvs21.
618 2006-06-26 [colin] 2.3.1cvs22
621 Fix double-frees when leaving folders
622 after exporting to mbox
624 2006-06-26 [colin] 2.3.1cvs21
627 More feedback (and optimisation)
630 Fix case when looking for mail addresses
632 Extra check for (X-)Face
634 2006-06-25 [ticho] 2.3.1cvs20
640 Added second argument to gtkut_sc_combobox_create() to
641 control focus-on-click for the widget.
642 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
644 2006-06-25 [ticho] 2.3.1cvs19
647 * src/gtk/Makefile.am
652 Use GtkComboBox instead of deprecated GtkOptionMenu
653 for account selector in compose window and for encoding
654 selector in attachment properties.
655 Also factorise working with the new GtkComboBox somewhat.
657 2006-06-24 [paul] 2.3.1cvs18
660 use the correct default value
662 2006-06-24 [paul] 2.3.1cvs17
667 * src/prefs_compose_writing.c
668 enable setting of default action when
669 dnd'ing files in the compose window.
670 (Collaborative effort with wwp)
672 2006-06-23 [wwp] 2.3.1cvs16
675 i18n fix (thanks to Fabien Vantard)
677 2006-06-22 [colin] 2.3.1cvs15
679 * src/prefs_customheader.c
680 Don't use filters in custom headers' file
681 selector. Remember, extensions mean nothing :)
683 2006-06-22 [paul] 2.3.1cvs14
686 allow setting of man directory location
688 2006-06-22 [colin] 2.3.1cvs13
691 Add 'View/Go to/Next unread folder'.
694 2006-06-22 [colin] 2.3.1cvs12
697 Add some subject prefixes
698 Patch by Bjorn T Johansen <btj@havleik.no>
700 2006-06-22 [colin] 2.3.1cvs11
702 * manual/advanced.xml
703 Forgotten hidden pref
705 2006-06-21 [paul] 2.3.1cvs10
707 * src/prefs_account.c
708 complete the removal of 'Add date header' option
710 2006-06-21 [paul] 2.3.1cvs9
714 * src/prefs_account.c
715 * src/prefs_account.h
716 remove option to add date header - always
718 * src/etpan/imap-thread.c
719 fix warnings (Thanks to Colin)
721 2006-06-21 [wwp] 2.3.1cvs8
724 set the attachment flag when inline text part are (file)named. This is more convenient
725 when receiving (for instance) inline source files or patches sent using thunderbird.
727 2006-06-21 [paul] 2.3.1cvs7
730 fix off-by-one count of current msg in
731 statusbar filtering progressbar
733 2006-06-21 [paul] 2.3.1cvs6
736 Show attachment icon even if the part is 'inline'
737 if the following conditions are met:
738 - content-type != 'text/plain'
739 - content-type != '*/pgp-signature'
740 - either 'name' or 'filename' parameter is not NULL
744 2006-06-21 [paul] 2.3.1cvs5
750 add an option to 'Never send Return
754 2006-06-20 [mones] 2.3.1cvs4
759 typo fixed (space after comma)
760 * tools/make.themes.project
761 remove exec mode from tarball files
763 2006-06-20 [colin] 2.3.1cvs3
768 Better fix for \n's in headers (don't
769 break Received: and others)
771 2006-06-20 [paul] 2.3.1cvs2
775 improve legibility of phishing attempt
778 2006-06-20 [paul] 2.3.1cvs1
783 Update version number following
786 2006-06-20 [colin] 2.3.0cvs26
789 When dragging a file to the text of the compose
790 window, ask whether we want to insert or attach
791 (I know lots of people who do that to attach)
793 2006-06-20 [colin] 2.3.0cvs25
795 * src/etpan/imap-thread.c
796 Fix threshold (the append command is often > 32 bytes)
798 2006-06-19 [colin] 2.3.0cvs24
801 * src/etpan/imap-thread.c
802 Workaround Rockliffe IMAP server bug: replace
803 "x UID SEARCH (ANSWERED UID 1:*)" with
804 "x UID SEARCH ANSWERED"
805 (Rockliffe doesn't handle the parenthesis)
807 2006-06-19 [colin] 2.3.0cvs23
811 * src/etpan/imap-thread.c
812 Probably fix bug #972 (Freezes when adding
813 an attachment to the message)
815 Modernize Firefox cmd
818 2006-06-18 [colin] 2.3.0cvs22
820 * src/prefs_customheader.c
821 Only allow correct filenames for various
824 2006-06-18 [colin] 2.3.0cvs21
826 * src/prefs_customheader.c
827 Add a 'From File...' button in custom headers prefs, which
828 try to do the right thing:
829 for normal headers, use file as plaintext,
830 for X-Face, calls compface,
831 for Face, encode to b64.
833 2006-06-17 [colin] 2.3.0cvs20
838 2006-06-16 [colin] 2.3.0cvs19
841 Recursive quicksearch: show message list
842 in current folder, *then* search children
845 2006-06-16 [colin] 2.3.0cvs18
848 Instead of ignoring SIGPIPE, save caches
849 when getting one. Will fix the fact that
850 hot caches are out-of-date when logging
853 * src/prefs_compose_writing.c
854 Only save text (not attachments) when
855 auto-saving to drafts
857 Always replace \n, \r and \t with spaces
859 * manual/dist/html/Makefile.am
860 * manual/dist/pdf/Makefile.am
861 * manual/dist/ps/Makefile.am
862 * manual/dist/txt/Makefile.am
863 * manual/fr/dist/html/Makefile.am
864 * manual/fr/dist/pdf/Makefile.am
865 * manual/fr/dist/ps/Makefile.am
866 * manual/fr/dist/txt/Makefile.am
867 * manual/pl/dist/html/Makefile.am
868 * manual/pl/dist/pdf/Makefile.am
869 * manual/pl/dist/ps/Makefile.am
870 * manual/pl/dist/txt/Makefile.am
871 Fix make clean removing pregenerated manuals
874 2006-06-16 [colin] 2.3.0cvs17
876 * src/plugins/pgpcore/sgpgme.c
877 * src/plugins/pgpmime/pgpmime.c
878 * src/plugins/pgpinline/pgpinline.c
879 Better error reporting in setup_signers.
880 Don't fallback to default key if specified
882 Don't allow signing if more than one secret
883 key matches the one specified in prefs.
885 2006-06-15 [colin] 2.3.0cvs16
888 Add "Send queue" in the folder's contextual
896 * src/plugins/pgpcore/passphrase.c
897 * src/plugins/pgpcore/sgpgme.c
898 * src/plugins/pgpinline/pgpinline.c
899 * src/plugins/pgpmime/pgpmime.c
900 Better error reporting
902 Probably fix bug #971 (2.2.3 cannot read mail
906 2006-06-15 [mones] 2.3.0cvs15
908 * tools/make.themes.project
909 creates the themes project from the web page
911 2006-06-15 [colin] 2.3.0cvs14
914 Better fix (avoid losing the folder if scan_tree
917 2006-06-15 [cleroy] 2.3.0cvs13
920 Probably fix Bug #969 (crash on rebuilding
923 2006-06-14 [colin] 2.3.0cvs12
925 * manual/dtd/manual.xsl
926 * manual/sylpheed-claws-manual.xml
927 * manual/fr/sylpheed-claws-manual.xml
928 * manual/pl/sylpheed-claws-manual.xml
929 Insert pagebreaks between sections
931 2006-06-14 [paul] 2.3.0cvs11
934 better fix than 2.3.0cvs10
936 2006-06-14 [paul] 2.3.0cvs10
939 fix setting of PACKAGE_DATA_DIR with newer autoconf
940 (backwards compatible)
942 2006-06-13 [colin] 2.3.0cvs9
945 Fix sending of return receipt with the new queue folders
947 2006-06-13 [wwp] 2.3.0cvs8
949 * src/quote_fmt_lex.l
950 fix wrong tokens returned in quote_fmt lexer, query not().
952 2006-06-13 [wwp] 2.3.0cvs7
955 * src/prefs_folder_item.c
956 allow changing folder type even when folder is not a top-level one,
959 2006-06-12 [colin] 2.3.0cvs6
962 Fix double-ask of "Do you want to mark all
965 2006-06-12 [colin] 2.3.0cvs5
976 * src/prefs_folder_item.c
984 Apply bug #964's patch (Queue and drafts aren't normal)
985 The Drafts and Queue folder now contain RFC-822 files,
986 allowing to move and copy mails from and to these
987 folders. Moving from Drafts to Queue will prepare the
988 mail for sending (PGP signature, encryption, etc).
989 This patch also rework sending errors handling to try
991 Also, allow redefining folder types via the GUI
992 (Folder type in its Properties)
994 2006-06-12 [colin] 2.3.0cvs4
1000 Allow to define a specific print font - patch
1001 by Bernhard Walle <bernhard.walle@gmx.de>
1003 * manual/advanced.xml
1004 * manual/fr/advanced.xml
1005 Add a hidden pref to allow deletion without
1008 2006-06-12 [wwp] 2.3.0cvs3
1011 more files to ignore.
1013 2006-06-12 [wwp] 2.3.0cvs2
1016 * src/quote_fmt_lex.l
1017 * src/quote_fmt_parse.y
1018 extend the quote_fmt parser (templates and quotes):
1019 - allow limited sub-expressions in |p{} and |f{} expressions,
1020 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1021 - implemented/fixed missing implementation of query_references and show_references,
1022 - completed, fixed contents and format of the symbols help dialog,
1023 - fix some compilation warnings.
1025 2006-06-12 [wwp] 2.3.0cvs1
1027 * manual/advanced.xml
1028 * manual/fr/advanced.xml
1029 updates in the "templates" section of the manual (eng/fr):
1030 - be more precise (both versions)
1031 - completed to match the english reference (fr version)
1032 - touchups (both versions)
1034 2006-06-12 [paul] 2.3.0
1038 2006-06-12 [paul] 2.2.3cvs14
1049 updated by Miquel Oliete, Tim, Stephan Sachse,
1050 Stavros Giannouris, Fabien Vantard, Andrea
1051 Spadaccini, Frederico Goncalves Guimaraes,
1052 Aleksandar Urosevic, and Ralgh Young
1054 2006-06-12 [colin] 2.2.3cvs13
1059 2006-06-11 [colin] 2.2.3cvs12
1062 Verify that g_malloc() succeeded
1064 2006-06-11 [colin] 2.2.3cvs11
1067 Add Face header to welcome mail
1069 2006-06-10 [colin] 2.2.3cvs10
1072 Revert previous (Forgot it changes the
1073 margin on the whole mail)
1075 2006-06-10 [colin] 2.2.3cvs9
1078 Don't overlap long headers under (X-)Face
1080 2006-06-10 [mones] 2.2.3cvs8
1083 allow generation of manual on systems lacking saxon binary
1084 but with java and the saxon library installed
1089 2006-06-09 [colin] 2.2.3cvs7
1092 Fix leak when using Display Sender using Addressbook
1094 2006-06-09 [colin] 2.2.3cvs6
1103 2006-06-09 [paul] 2.2.3cvs5
1107 * tools/claws.i18n.status.pl
1108 updated with new info
1110 2006-06-09 [paul] 2.2.3cvs4
1115 add wwp to authors list
1117 update mine and Colin's addresses
1119 2006-06-08 [colin] 2.2.3cvs3
1121 * src/etpan/imap-thread.c
1122 Fix leak on SSL cert check
1124 2006-06-08 [colin] 2.2.3cvs2
1126 * src/common/utils.c
1129 2006-06-08 [paul] 2.2.3cvs1
1132 Update version number following
1135 2006-06-07 [colin] 2.2.2cvs3
1138 Fix catching cache read errors (guint instead of gint)
1139 Prevent malloc'ing more than 8MB (means cache corruption)
1141 2006-06-07 [paul] 2.2.2cvs2
1148 * src/common/utils.c
1149 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1151 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1154 2006-06-06 [paul] 2.2.2cvs1
1157 Update version number following
1160 2006-06-06 [paul] 2.2.1cvs6
1163 fix implicit declaration of
1165 Patch by Fabien Vantard
1167 2006-06-06 [paul] 2.2.1cvs5
1170 fix age_greater and age_lower so that they
1171 mean what say and not '...or equal to'
1174 2006-06-06 [paul] 2.2.1cvs4
1177 * src/common/utils.c
1181 2006-06-05 [wwp] 2.2.1cvs3
1183 * manual/fr/account.xml
1184 minor language fixes (thanks to Fabien Vantard).
1186 2006-06-05 [colin] 2.2.1cvs2
1188 * src/prefs_folder_item.c
1190 Allow recursive setting of properties
1193 Don't freeze on 'test' filtering rule
1195 2006-06-05 [colin] 2.2.1cvs1
1198 Update version number following
1201 2006-06-04 [wwp] 2.2.0cvs82
1203 * manual/glossary.xml
1204 * manual/account.xml
1205 * manual/fr/glossary.xml
1206 * manual/fr/account.xml
1207 added glossary section and references/links related to the Face custom header.
1209 2006-06-04 [colin] 2.2.0cvs81
1212 Skip to next message on move with no
1215 2006-06-04 [wwp] 2.2.0cvs80
1218 added sanity checks, exit when needed.
1220 2006-06-03 [paul] 2.2.0cvs79
1222 * src/prefs_receive.c
1223 page name is now 'Receiving'
1225 page name is now 'Sending'
1227 2006-06-03 [colin] 2.2.0cvs78
1229 * src/plugins/spamassassin/spamassassin_gtk.c
1230 Autoswitch to Localhost if transport was previously
1231 disabled. Else people had to check [] Enable, then
1232 *reselect* transport.
1234 2006-06-03 [colin] 2.2.0cvs77
1236 * src/plugins/pgpinline/pgpinline.c
1237 * src/plugins/pgpmime/pgpmime.c
1238 Check that gpg_data_release_and_get_mem
1239 didn't fail (now, why this happens...)
1241 2006-06-03 [colin] 2.2.0cvs76
1244 Fix bug #962 (Manual and/or UI should
1245 warn about incompatible locking
1248 2006-06-02 [cleroy] 2.2.0cvs75
1256 2006-06-02 [colin] 2.2.0cvs74
1259 On exit, free caches after writing them
1260 Shuts up some valgrind false positives
1262 * src/send_message.c
1263 Fix races when reusing existing SMTP connections
1264 Fix inexistant session timeout
1266 Display alertpanel after all queues have
1267 been processed, not after each
1269 2006-06-02 [wwp] 2.2.0cvs73
1271 * manual/fr/glossary.xml
1274 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1276 2006-06-02 [wwp] 2.2.0cvs72
1279 * manual/dist/pdf/Makefile.am
1280 * manual/dtd/manual.xsl
1281 * manual/fr/dist/pdf/Makefile.am
1282 * manual/pl/dist/pdf/Makefile.am
1283 we changed the procedure to generate the .pdf version of the manual.
1284 The procedure is more modern and the .pdf we get now has a valid index.
1285 Here are the new pre-requisites:
1287 - JRE 1.x (1.4 here): there must be one from your distro
1288 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1289 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1290 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1292 See my posts for further info about the installation of this toolchain:
1294 Date: Fri, 19 May 2006 19:40:06 +0200
1295 From: wwp <subscript@free.fr>
1296 To: sylpheed-claws-devel@lists.sourceforge.net
1297 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1301 Date: Wed, 24 May 2006 12:58:49 +0200
1302 From: wwp <subscript@free.fr>
1303 To: sylpheed-claws-devel@lists.sourceforge.net
1304 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1306 2006-06-01 [colin] 2.2.0cvs71
1309 Better guards against IMAP races
1311 * src/prefs_common.c
1312 * src/prefs_common.h
1313 * src/common/ssl_certificate.c
1314 * src/etpan/imap-thread.c
1315 * src/etpan/imap-thread.h
1316 * src/gtk/sslcertwindow.c
1317 New hidden option ssl_skip_cert_check to
1318 avoid dups of bug #959 (libetpan linked
1319 against gnutls and gnutls buggy on 64bit)
1320 Present expired warning only once per
1322 * manual/advanced.xml
1323 * manual/fr/advanced.xml
1326 2006-06-01 [wwp] 2.2.0cvs70
1329 fix for bug #961 (return receipt dialog
1330 complains incorrectly about return-path
1331 email adress being different), thanks
1334 2006-05-31 [cleroy] 2.2.0cvs69
1337 Guard against NULLs, although this
1338 should never be an issue
1340 2006-05-31 [colin] 2.2.0cvs68
1345 Don't remove caches when destroying folder, it
1346 could (should) be done at exit
1348 free processing cache after incorporation
1349 * src/etpan/imap-thread.c
1350 Maybe fix bug #959 (Crash on moving to emails
1351 to a imap account per ssl with a expired
1354 2006-05-30 [colin] 2.2.0cvs67
1357 Put back event flush when displaying message
1358 It avoids reading a bunch of messages just
1359 by hitting shift-n for too long ;)
1361 2006-05-29 [colin] 2.2.0cvs66
1364 Remove useless g_warnings
1366 2006-05-29 [colin] 2.2.0cvs65
1369 Fix g_slist_append()s for performance
1371 2006-05-29 [colin] 2.2.0cvs64
1374 * src/common/utils.c
1375 Fix extraneous tab at start of addresses
1377 Fix warnings (thanks to Fabien)
1378 Fix crash at exit when composing messages
1381 Fix progress bar when deleting expired mails
1384 * src/gtk/gtksctree.c
1385 Fix re-sorting slowness
1387 2006-05-29 [paul] 2.2.0cvs63
1390 fetch full message when moving mails
1391 from another mailbox, (fixed data loss
1392 when filtering from IMAP to MH, introduced
1396 2006-05-29 [mones] 2.2.0cvs62
1398 * src/gtk/gtksctree.c
1399 Unselect faster (patch by Colin)
1401 2006-05-26 [colin] 2.2.0cvs61
1404 Unplug MSGINFO_UPDATE callback on delete too.
1406 2006-05-26 [colin] 2.2.0cvs60
1409 Fix bold in folder selection window with glib2.10
1412 2006-05-26 [colin] 2.2.0cvs59
1415 Convert date only if necessary (and don't
1416 try to convert from utf8 to utf8, too)
1418 Only set column's text if the column's
1421 2006-05-26 [colin] 2.2.0cvs58
1424 * src/gtk/gtkutils.c
1427 2006-05-26 [colin] 2.2.0cvs57
1430 Make summaryview selectable as long as
1431 no message has focus
1433 Faster deletion (by implementing mh_remove_msgs)
1434 Faster copy (avoid using mh_fetch_msg just to get
1436 Faster move (using move_file instead of copy_file
1438 No progressbar if total number of mails to cp/mv
1441 Fix removal from subject_table when mail gets moved
1442 Faster deletion (g_slist_prepend instead of append)
1443 * src/gtk/gtksctree.c
1446 2006-05-25 [colin] 2.2.0cvs56
1448 * src/common/ssl_certificate.c
1449 Fix leak in expired cert check
1451 2006-05-25 [colin] 2.2.0cvs55
1454 Disable flags syncing on .mh_sequences - it
1455 is buggy and marks mails read under unknown
1460 * 2.3.0-rc4 released
1462 2006-05-24 [colin] 2.2.0cvs54
1464 attention cvs users: if you manage to crash
1465 Sylpheed-Claws while moving, copying or deleting
1466 mails, we *are* interested in stack traces and
1467 valgrind logs. It looks stable, but one never
1471 Add progressbar for cache updates
1473 Optimize Mark all read in the current
1476 Add progressbar for copy/move
1478 Optimize O(n^2) in copy/move
1480 * src/gtk/gtksctree.c
1481 Optimize O(n^2) algos
1482 * src/common/timing.h
1483 Display ms instead of us
1485 2006-05-24 [wwp] 2.2.0cvs53
1487 * manual/fr/advanced.xml
1488 updates to the French manual.
1490 2006-05-24 [wwp] 2.2.0cvs52
1492 * src/common/utils.c
1493 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1495 2006-05-24 [wwp] 2.2.0cvs51
1498 fixed "mark all read" in MH folders (thanks to Colin).
1500 2006-05-24 [paul] 2.2.0cvs50
1502 * doc/man/sylpheed-claws.1
1503 updated the man page
1505 2006-05-23 [colin] 2.2.0cvs49
1513 * src/send_message.c
1515 * src/gtk/sslcertwindow.c
1516 alertpanel fixes, by Fabien
1518 2006-05-23 [colin] 2.2.0cvs48
1524 * src/gtk/gtksctree.c
1525 * src/gtk/gtksctree.h
1527 Fix slow loading problem, which was caused by the
1528 use of some gtk_ctree funcs and their use of
1529 g_list_position while gtk_ctree_(un)link'ing.
1530 Reap more functions from gtkctree.c to be sure we
1531 use our (fast) version instead of theirs.
1533 Fix copy of unread mails
1536 2006-05-22 [wwp] 2.2.0cvs47
1538 * manual/fr/advanced.xml
1541 2006-05-22 [colin] 2.2.0cvs46
1544 Fix possible infinite loop. 'copy' is not a
1545 final action, so when encountering a 'copy',
1546 we have to check if a previous one was set
1547 and do it. In the same way, if we encounter
1548 a 'move' we have to perform a possibly
1549 pending 'copy'. This will slow down filtering
1550 on IMAP if move+copy or multiple copy actions
1551 are to be done, but handling it via the batch
1552 would be really too convoluted.
1554 2006-05-22 [wwp] 2.2.0cvs45
1556 * manual/fr/advanced.xml
1558 * manual/fr/glossary.xml
1559 * manual/fr/handling.xml
1560 * manual/fr/intro.xml
1561 * manual/fr/plugins.xml
1562 * manual/fr/sylpheed-claws-manual.xml
1563 sync w/ the english manual: updates URIs, documented mailing-list
1564 support, better explanation about the enabled/disabled feature
1565 in filtering/processing rules by Paul.
1567 2006-05-21 [colin] 2.2.0cvs44
1570 Don't expand after building threads, but during
1572 2006-05-21 [colin] 2.2.0cvs43
1576 More timing possibilities... For next time I have
1577 to find out how the hell some 3GHz computer takes
1578 one minute to open a 30k folder...
1580 2006-05-21 [colin] 2.2.0cvs42
1582 * manual/pl/advanced.xml
1584 * manual/pl/glossary.xml
1585 * manual/pl/handling.xml
1586 * manual/pl/intro.xml
1587 * manual/pl/plugins.xml
1588 * manual/pl/sylpheed-claws-manual.xml
1589 Polish manual updated by Pawel
1593 * 2.3.0-rc3 released
1595 2006-05-20 [colin] 2.2.0cvs41
1599 - remove cache of moved messages from original folder
1600 - apply new flags to messages even if they aren't appliable
1605 * 2.3.0-rc2 released
1607 2006-05-19 [colin] 2.2.0cvs40
1610 Don't issue SELECT in imap_change_flags
1611 before having checked that we indeed have
1612 some flags to change. MSG_POSTFILTERED for
1613 example can't be used on IMAP.
1614 Fixes bug #955 (copying messages between
1615 imap folders is extremely slow), which was
1618 2006-05-19 [colin] 2.2.0cvs39
1623 Try to fix bug #830 (Some unread messages
1624 get marked read in IMAP inbox):
1625 - Prevent scanning a folder if it's being
1627 - Postpone opening via the GUI of a folder
1631 2006-05-19 [wwp] 2.2.0cvs38
1633 * manual/advanced.xml
1634 fix English+typo (thanks to Paul).
1636 2006-05-19 [wwp] 2.2.0cvs37
1638 * manual/advanced.xml
1639 * manual/fr/advanced.xml
1640 * src/gtk/logwindow.c
1641 * src/prefs_common.c
1642 * src/prefs_common.h
1643 added hidden prefs to allow customization of colors used in
1644 protocol log window (useful for dark gtk+ themes).
1646 2006-05-19 [wwp] 2.2.0cvs36
1649 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1651 2006-05-19 [paul] 2.2.0cvs35
1654 make Reply-To fully clickable
1655 * src/gtk/logwindow.c
1656 more colouring (SMTP ESMTP)
1657 Both patches by Pawel Pekala
1659 2006-05-19 [cleroy] 2.2.0cvs34
1662 Don't update flags from current folder
1663 Probably fixes bug #935 (Read Messages
1664 Revert to Being Marked as Unread)
1666 2006-05-18 [colin] 2.2.0cvs33
1674 Allow replying to multiple emails
1677 * src/etpan/imap-thread.c
1680 2006-05-18 [paul] 2.2.0cvs32
1683 keep Mailing-List menu refreshed
1686 2006-05-18 [paul] 2.2.0cvs31
1688 * manual/advanced.xml
1690 * manual/glossary.xml
1691 * manual/handling.xml
1693 * manual/plugins.xml
1694 * manual/sylpheed-claws-manual.xml
1696 add info about mailing-list support
1701 * src/plugins/dillo_viewer/README
1704 2006-05-17 [wwp] 2.2.0cvs30
1706 * manual/handling.xml
1707 * manual/fr/handling.xml
1708 documented the ability to enabled/disable filtering/processing rules.
1710 2006-05-17 [colin] 2.2.0cvs29
1713 Don't initialize g_thread subsystem if it's
1714 already done (thanks to Hiro)
1716 Fix saving of parts when there name can't be
1717 converted from UTF-8.
1719 2006-05-17 [paul] 2.2.0cvs28
1722 fix config.status warning with autoconf 2.60
1724 2006-05-17 [paul] 2.2.0cvs27
1729 2006-05-17 [wwp] 2.2.0cvs26
1732 fix useless and potentially dangerous buffer walking (thanks to Colin).
1734 2006-05-17 [wwp] 2.2.0cvs25
1736 * src/plugins/demo/demo.c
1737 updated product name in plugin demo (many plugins need to be
1738 sync'ed w/ that change).
1740 2006-05-17 [colin] 2.2.0cvs24
1745 2006-05-16 [colin] 2.2.0cvs23
1748 Stupid me hit again. Fix cvs22.
1750 2006-05-16 [colin] 2.2.0cvs22
1753 Fix bug #922 (sylpheed-claws crashed after
1754 pushing on Inbox folder)
1756 2006-05-16 [colin] 2.2.0cvs21
1759 Make From header be copy/paste/select-able
1761 2006-05-16 [wwp] 2.2.0cvs20
1766 * src/etpan/imap-thread.c
1767 fix some compiler warnings (thanks to Colin).
1769 2006-05-16 [wwp] 2.2.0cvs19
1777 * src/send_message.c
1779 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1781 2006-05-15 [colin] 2.2.0cvs18
1784 Fix automatic rule creation with List-Post
1786 2006-05-15 [paul] 2.2.0cvs17
1788 * tools/filter_conv_new.pl
1789 updated for rule enabling/disabling
1790 claws version >= 2.3.x required
1792 2006-05-15 [cleroy] 2.2.0cvs16
1797 2006-05-15 [cleroy] 2.2.0cvs15
1802 2006-05-15 [wwp] 2.2.0cvs14
1804 * manual/pl/.cvsignore
1805 ignore generated files.
1807 2006-05-14 [wwp] 2.3.0-rc1
1809 * 2.3.0-rc1 released
1811 2006-05-13 [wwp] 2.2.0cvs13
1816 * src/matcher_parser_lex.l
1817 * src/matcher_parser_parse.y
1818 * src/prefs_filtering.c
1819 new feature: provide the ability to disable filtering and processing
1820 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1823 2006-05-13 [colin] 2.2.0cvs12
1826 Remove useless if (a) b; else b;
1829 2006-05-13 [wwp] 2.2.0cvs11
1837 no more silent failures (or at least less ones) when importing
1838 or exporting from/to mbox. Also start importing/exporting if
1839 the necessary info is set.
1841 2006-05-13 [wwp] 2.2.0cvs10
1844 restored up-to-date release notes.
1846 2006-05-13 [paul] 2.2.0cvs9
1850 updated by Tim Dijkstra and Pavlo Bohmat
1852 2006-05-12 [colin] 2.2.0cvs8
1854 * src/gtk/quicksearch.c
1855 Add "k" as shortcut for "colorlabel". Patch
1856 by ath42@users.sf.net.
1858 2006-05-12 [paul] 2.2.0cvs7
1860 * src/prefs_common.h
1861 * src/prefs_summaries.c
1863 when entering a folder also allow
1864 going directly to first Marked message
1866 2006-05-12 [paul] 2.2.0cvs6
1869 always obey 'confirm before marking all
1872 2006-05-12 [paul] 2.2.0cvs5
1875 make Sender fully clickable
1877 2006-05-12 [colin] 2.2.0cvs4
1881 Let From be editable
1884 Full support of .mh_sequences' Unseen seq
1886 2006-05-12 [colin] 2.2.0cvs3
1892 * src/prefs_spelling.c
1899 Add contextual menu on Compose toolbar
1900 button. Fixes bug #944 (Automatic
1901 addresses not applied when changing account
1902 from compose window)
1903 add Mailing List support
1904 based on the old 0.6.5claws25 patch by
1905 Melvin Hadasht, with finishing touches
1907 Fix "ignore thread" when mails are threaded by
1908 subject (and weren't ignored although appearing
1911 Both patches by Pawel.
1913 2006-05-08 [paul] 2.2.0cvs2
1922 add Mailing List support
1923 based on the old 0.6.5claws25 patch by
1924 Melvin Hadasht, with finishing touches
1927 2006-05-08 [colin] 2.2.0cvs1
1932 Add contextual menu on Compose toolbar
1933 button. Fixes bug #944 (Automatic
1934 addresses not applied when changing account
1935 from compose window)
1937 2006-05-08 [paul] 2.2.0
1941 2006-05-08 [paul] 2.1.1cvs51
1951 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1952 Fabien Vantard, Frederico Goncalves Guimaraes,
1953 Aleksandar Urosevic, and Ralgh Young
1955 2006-05-12 [colin] 2.1.1cvs50
1966 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1967 Fabien Vantard, Frederico Goncalves Guimaraes,
1968 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1970 2006-05-05 [colin] 2.1.1cvs49
1972 * manual/Makefile.am
1973 * manual/pl/Makefile.am
1974 * manual/pl/account.xml
1976 * manual/pl/addrbook.xml
1977 * manual/pl/advanced.xml
1979 * manual/pl/glossary.xml
1981 * manual/pl/handling.xml
1982 * manual/pl/intro.xml
1983 * manual/pl/keyboard.xml
1984 * manual/pl/plugins.xml
1985 * manual/pl/starting.xml
1986 * manual/pl/sylpheed-claws-manual.xml
1987 * manual/pl/dist/.cvsignore
1988 * manual/pl/dist/Makefile.am
1989 * manual/pl/dist/html/.cvsignore
1990 * manual/pl/dist/html/Makefile.am
1991 * manual/pl/dist/pdf/.cvsignore
1992 * manual/pl/dist/pdf/Makefile.am
1993 * manual/pl/dist/ps/.cvsignore
1994 * manual/pl/dist/ps/Makefile.am
1995 * manual/pl/dist/txt/.cvsignore
1996 * manual/pl/dist/txt/Makefile.am
1997 Add the polish translation of the manual,
1998 Authored by Pawel Pekala.
2000 2006-05-05 [cleroy] 2.1.1cvs48
2003 Re-read matcherrc after loading plugins
2004 if some of them add folders.
2006 2006-05-03 [colin] 2.1.1cvs47
2011 2006-05-03 [colin] 2.1.1cvs46
2014 Be sure to have a session when
2017 2006-05-03 [colin] 2.1.1cvs45
2022 Fix preventing renaming with namespace
2025 2006-05-01 [colin] 2.1.1cvs44
2028 Don't reload messageview when result of
2031 2006-04-29 [colin] 2.1.1cvs43
2033 * src/prefs_receive.c
2034 * src/plugins/spamassassin/spamassassin_gtk.c
2035 * src/plugins/clamav/clamav_plugin_gtk.c
2038 2006-04-29 [colin] 2.1.1cvs42
2040 * src/prefs_compose_writing.c
2042 Cleanups. Patch by Pawel
2044 2006-04-28 [paul] 2.1.1cvs41
2047 fix returned quick search results when search
2048 term contains an underscore.
2051 2006-04-28 [paul] 2.1.1cvs40
2053 * src/prefs_message.c
2054 * src/prefs_receive.c
2056 Patches by Pawel Pekala
2058 2006-04-27 [colin] 2.1.1cvs39
2061 Differentiate subject Welcome from
2062 window's title Welcome
2068 2006-04-27 [paul] 2.1.1cvs38
2070 * manual/advanced.xml
2071 * manual/fr/advanced.xml
2072 add info about compose_no_markup hidden pref
2074 2006-04-27 [paul] 2.1.1cvs37
2076 * src/prefs_account.c
2077 improve privacy labels
2078 * src/prefs_msg_colors.c
2079 change some strings for translators' convenience
2080 * src/gtk/gtkutils.c
2081 don't underline the link button text
2083 2006-04-25 [colin] 2.1.1cvs36
2086 Complete 2.1.1cvs33 (once more ;)
2088 2006-04-25 [colin] 2.1.1cvs35
2093 2006-04-25 [cleroy] 2.1.1cvs34
2096 * src/gtk/gtkaspell.c
2097 Fix crash on redirect (related to the return
2098 of the aspell menu in compose's toolbar)
2099 * src/prefs_msg_colors.c
2100 Fix sensitivity widgets
2101 * src/image_viewer.c
2102 * src/gtk/pluginwindow.c
2103 * src/gtk/prefswindow.c
2104 Change released signals to clicked (Fabien)
2106 * src/common/socket.c
2107 * src/plugins/spamassassin/spamassassin.c
2108 Translate strings (Fabien)
2110 2006-04-25 [paul] 2.1.1cvs33
2115 complete the fix of bug #912
2118 2006-04-25 [colin] 2.1.1cvs32
2126 Patches by Pawel Pekala
2128 2006-04-24 [colin] 2.1.1cvs31
2131 Fix compilation warnings (Fabien)
2133 2006-04-24 [colin] 2.1.1cvs30
2137 * src/editldap_basedn.c
2138 * src/editldap_basedn.h
2144 Fix bug #901 (LDAPS support)
2146 2006-04-24 [colin] 2.1.1cvs29
2149 Fix logic on error with send dialog on
2151 Fix compilation without libetpan, thanks
2154 Fix 'context-menu' key
2156 2006-04-23 [colin] 2.1.1cvs28
2159 Never free current's cache to free up
2160 memory. Fixes bug #912 (new count
2161 randomly set to message count)
2163 2006-04-23 [colin] 2.1.1cvs27
2165 * src/gtk/quicksearch.c
2166 And remove printf...
2168 2006-04-23 [colin] 2.1.1cvs26
2170 * src/gtk/quicksearch.c
2171 Fix replacing in quicksearch, and fix inserting
2172 in the middle of the string. (introduced at 2.1.0cvs22)
2174 2006-04-23 [colin] 2.1.1cvs25
2177 Make sure uidnext is initialized in get_num_list
2178 (not for stable, related to 2.1.1cvs8 and friends)
2180 2006-04-23 [colin] 2.1.1cvs24
2183 Output something when login is successful
2186 2006-04-23 [colin] 2.1.1cvs23
2188 * src/etpan/imap-thread.c
2189 Better logging (line-per-line, hide data in fetch)
2191 * src/gtk/logwindow.c
2192 * src/gtk/logwindow.h
2193 Better logging (color for input/output)
2195 2006-04-21 [colin] 2.1.1cvs22
2197 * src/gtk/quicksearch.c
2198 On gtk+-2.8, use stock buttons in quicksearch
2199 Based on a patch by Fabien and a design by Paul
2201 2006-04-21 [colin] 2.1.1cvs21
2205 Fix occasional flicker in folderview
2206 * src/common/utils.c
2207 Fix bug #943 (Incorrectly parsed email address
2208 list in short headers on message view and in
2211 2006-04-20 [colin] 2.1.1cvs20
2215 * src/prefs_account.c
2216 Add ANONYMOUS auth for IMAP
2218 2006-04-20 [paul] 2.1.1cvs19
2221 proper fix for 2.1.1cvs18
2224 2006-04-20 [paul] 2.1.1cvs18
2229 2006-04-20 [paul] 2.1.1cvs17
2231 * src/gtk/quicksearch.c
2232 fix standard, non-extended Quick search,
2233 was broken in 2.1.1cvs15.
2236 2006-04-20 [colin] 2.1.1cvs16
2238 * src/prefs_matcher.c
2239 Fix values when reselecting a ~test
2242 2006-04-19 [colin] 2.1.1cvs15
2246 * src/gtk/gtkaspell.c
2247 * src/gtk/gtkaspell.h
2248 Put back Options menu in Spelling/
2249 * src/gtk/quicksearch.c
2250 Don't search, and show error, if the
2251 advanced search has a syntax error
2253 2006-04-18 [colin] 2.1.1cvs14
2256 Fix gdk warnings on set_cursor when textview
2259 2006-04-18 [colin] 2.1.1cvs13
2261 * src/gtk/gtksctree.c
2262 Remove seemingly useless refresh that causes
2263 flicker - watch this commit in case of
2264 problems before planned backport to stable
2266 2006-04-18 [colin] 2.1.1cvs12
2269 Factorize get/set_xml code
2271 * src/prefs_account.c
2272 * src/prefs_account.h
2274 Add Encrypt to self option
2276 2006-04-17 [colin] 2.1.1cvs11
2279 Fix search on encrpyt function on dragonfly
2280 Patch by Jonathan Buschmann <jonthn@agmact.com>
2282 2006-04-17 [colin] 2.1.1cvs10
2284 * src/prefs_account.c
2285 Be safe by default: remove mails from POP3
2286 after 7 days, not immediately
2288 2006-04-17 [colin] 2.1.1cvs9
2290 * src/etpan/imap-thread.c
2291 Fix build on DragonFly - patch by
2292 Jonathan Buschmann <jonthn@agmact.com>
2294 2006-04-17 [colin] 2.1.1cvs8
2297 Save uidnext between sessions
2299 2006-04-17 [colin] 2.1.1cvs7
2302 scan is required when uid validity changes
2304 2006-04-17 [colin] 2.1.1cvs6
2307 Don't scan if not necessary, apart in current
2308 folder and INBOX to fetch flags.
2310 Scan is necessary if unread count changes
2312 2006-04-17 [colin] 2.1.1cvs5
2315 ...But always fetch ANSWERED and DELETED flags for
2316 INBOX, as filtering can happen on these flags.
2318 2006-04-17 [colin] 2.1.1cvs4
2321 Don't fetch REPLIED and DELETED flags when synchronising
2322 flags with a closed folder. We only need UNSEEN and FLAGGED
2323 to update the folderview.
2325 2006-04-17 [colin] 2.1.1cvs3
2328 Faster flag search when there are new mails
2329 in a folder. We can do a full search if the
2330 folder contains less messages than the new
2333 2006-04-17 [colin] 2.1.1cvs2
2340 Update translations from stable branch
2342 2006-04-17 [colin] 2.1.1cvs1
2345 Bump version to follow stable release
2347 2006-04-16 [mones] 2.1.0cvs50
2352 2006-04-16 [colin] 2.1.0cvs49
2355 Fix bgcolor not unset on gtk 2.8, while preventing warnings
2356 with gtk < 2.8. Thanks to Fabien Vantard.
2358 2006-04-15 [colin] 2.1.0cvs48
2360 * src/etpan/imap-thread.c
2361 Fix bug #919 (libetpan: SEGV when connecting
2364 2006-04-14 [colin] 2.1.0cvs47
2367 Fix race on --select (should be done better)
2369 2006-04-14 [wwp] 2.1.0cvs46
2371 * src/send_message.c
2372 enforce a check for domain in account prefs (a sending
2373 error could be faced if domain was checked but no value set),
2376 2006-04-14 [colin] 2.1.0cvs45
2379 when converting from unknown to unknown, if the
2380 string is UTF8, don't convert it to the locale
2383 2006-04-14 [colin] 2.1.0cvs44
2386 Don't try to use ASCII for converting headers
2389 2006-04-14 [paul] 2.1.0cvs43
2392 add locale/charset info to crash report
2395 replace 'e-mail' with preferred 'email'
2397 ensure contributors list is in alphabetical
2400 2006-04-13 [colin] 2.1.0cvs42
2403 Prevent gdk warnings
2405 2006-04-13 [colin] 2.1.0cvs41
2407 * src/common/ssl_certificate.c
2408 * src/common/ssl_certificate.h
2409 * src/gtk/sslcertwindow.c
2410 Warn on expired certs, and display the expiration date
2412 2006-04-13 [colin] 2.1.0cvs40
2414 * src/plugins/spamassassin/spamassassin_gtk.c
2415 Fix missing set_text on unix socket
2417 2006-04-13 [wwp] 2.1.0cvs39
2419 * manual/fr/advanced.xml
2420 * manual/fr/glossary.xml
2421 applied new spam/ham/email lexicon (pourriel, courriel)
2423 2006-04-13 [paul] 2.1.0cvs38
2425 * src/plugins/pgpmime/plugin.c
2426 remove the mention of S/MIME from the
2427 description. This is now handled by the
2430 2006-04-13 [paul] 2.1.0cvs37
2432 * src/prefs_msg_colors.c
2434 * src/prefs_folder_item.c
2435 * src/prefs_spelling.c
2436 add a tooltip to the colour selector buttons
2438 2006-04-13 [wwp] 2.1.0cvs36
2440 * manual/advanced.xml
2441 * manual/glossary.xml
2442 * manual/handling.xml
2443 * manual/keyboard.xml
2444 * manual/plugins.xml
2445 * manual/starting.xml
2446 * manual/fr/account.xml
2448 * manual/fr/addrbook.xml
2449 * manual/fr/advanced.xml
2451 * manual/fr/glossary.xml
2453 * manual/fr/handling.xml
2454 * manual/fr/intro.xml
2455 * manual/fr/keyboard.xml
2456 * manual/fr/plugins.xml
2457 * manual/fr/starting.xml
2458 * manual/fr/sylpheed-claws-manual.xml
2459 fixes to the manuals:
2460 - summaryview -> Message List (same in French)
2461 - translate key names
2462 - fix French punctuation, use non-breakable spaces when
2463 necessary, don't use   which is not portable
2464 - tell what maildir and mbox formats we support
2466 2006-04-12 [wwp] 2.1.0cvs35
2468 * src/prefs_toolbar.c
2469 unified a replace button more,
2470 patch by Fabien Vantard <fzzzzz@gmail.com>.
2472 2006-04-12 [wwp] 2.1.0cvs34
2474 * src/prefs_common.c
2475 * src/prefs_msg_colors.c
2476 make default color labels translatable,
2477 patch from Fabien Vantard <fzzzzz@gmail.com>,
2478 thanks to Tim <timbrain@post.cz> for reporting.
2480 2006-04-12 [wwp] 2.1.0cvs33
2482 * manual/glossary.xml
2484 * manual/plugins.xml
2485 * manual/starting.xml
2486 * manual/sylpheed-claws-manual.xml
2487 * manual/fr/.cvsignore
2488 * manual/fr/account.xml
2490 * manual/fr/addrbook.xml
2491 * manual/fr/advanced.xml
2493 * manual/fr/glossary.xml
2494 * manual/fr/handling.xml
2495 * manual/fr/intro.xml
2496 * manual/fr/keyboard.xml
2497 * manual/fr/plugins.xml
2498 * manual/fr/starting.xml
2499 * manual/fr/sylpheed-claws-manual.xml
2500 various fixes: typos, missing .fr translations, punctuation,
2501 capitalization, links, accents and some bad French more.
2503 2006-04-12 [wwp] 2.1.0cvs32
2506 fix for bug #935: always store prefs files in UTF-8 (thanks
2509 2006-04-11 [colin] 2.1.0cvs31
2512 Fix inserting files not in utf8 when locale is utf8
2514 2006-04-11 [colin] 2.1.0cvs30
2517 Don't show error dialog when cancelling connection
2520 2006-04-11 [cleroy] 2.1.0cvs29
2523 Implement multiple quote levels
2524 * src/prefs_common.c
2525 Change a little bit the quote bgcolor for 2nd level
2527 2006-04-11 [colin] 2.1.0cvs28
2530 Add locale and charset in the label
2532 2006-04-10 [colin] 2.1.0cvs27
2535 * src/prefs_common.c
2536 * src/prefs_common.h
2537 * src/prefs_msg_colors.c
2539 Allow optional background color in quotes
2540 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2543 2006-04-10 [colin] 2.1.0cvs26
2550 2006-04-10 [colin] 2.1.0cvs25
2552 * manual/plugins.xml
2553 * manual/fr/plugins.xml
2554 Document libcurl's proxy variables
2556 2006-04-09 [colin] 2.1.0cvs24
2558 * src/prefs_common.c
2559 gettext() returns statically allocated stuff. We have
2560 to strdup it in order to be able to free it.
2562 2006-04-09 [colin] 2.1.0cvs23
2568 2006-04-09 [colin] 2.1.0cvs22
2571 * src/gtk/quicksearch.c
2572 Fix bug #859 (problems with cyrilic input in
2573 search panel) - Patch by Alexey Illarionov
2574 <littlesavage@rambler.ru>
2576 2006-04-09 [colin] 2.1.0cvs21
2578 * src/prefs_customheader.c
2579 I prefer removing then freeing rather than the contrary
2580 (even if it doesn't change anything ;-)
2581 * src/prefs_account.c
2582 Fix bug #933 (Crash re-entering the custom headers list
2583 dialog in accounts prefs)
2584 The problem happened when cancelling the Account
2585 Preferences' dialogs - in which case we didn't do
2586 anything to the PrefsAccount * struct. In case of applying,
2587 the old ac_prefs was replaced with the tmp_ac_prefs we were
2588 working with in this dialog. The problem is that
2589 prefs_customheader.c, working on this tmp_ac_prefs, always
2590 changes the ->customhdr_list pointer, even when cancelled.
2591 So in case of cancelling the prefs_account dialog, we still
2592 have to update ->customhdr_list in the real account.
2594 2006-04-08 [colin] 2.1.0cvs20
2596 * manual/fr/glossary.xml
2597 * manual/fr/keyboard.xml
2598 Forgot some headers :)
2600 2006-04-08 [colin] 2.1.0cvs19
2602 * manual/Makefile.am
2603 * manual/fr/Makefile.am
2604 * manual/fr/account.xml
2606 * manual/fr/addrbook.xml
2607 * manual/fr/advanced.xml
2609 * manual/fr/glossary.xml
2611 * manual/fr/handling.xml
2612 * manual/fr/intro.xml
2613 * manual/fr/keyboard.xml
2614 * manual/fr/plugins.xml
2615 * manual/fr/starting.xml
2616 * manual/fr/sylpheed-claws-manual.xml
2617 * manual/fr/dist/.cvsignore
2618 * manual/fr/dist/Makefile.am
2619 * manual/fr/dist/html/.cvsignore
2620 * manual/fr/dist/html/Makefile.am
2621 * manual/fr/dist/pdf/.cvsignore
2622 * manual/fr/dist/pdf/Makefile.am
2623 * manual/fr/dist/ps/.cvsignore
2624 * manual/fr/dist/ps/Makefile.am
2625 * manual/fr/dist/txt/.cvsignore
2626 * manual/fr/dist/txt/Makefile.am
2627 Add the french translation of the manual. Thanks to
2628 Olivier Delhomme <olivier.delhomme@free.fr> for
2629 account.xml, ack.xml, addrbook.xml and advanced.xml
2631 2006-04-08 [colin] 2.1.0cvs18
2633 * manual/plugins.xml
2634 * manual/starting.xml
2637 2006-04-07 [colin] 2.1.0cvs17
2641 * manual/keyboard.xml
2644 2006-04-07 [colin] 2.1.0cvs16
2648 * src/prefs_common.c
2649 * src/prefs_common.h
2650 Add hidden compose_no_markup pref
2652 2006-04-07 [wwp] 2.1.0cvs15
2654 * src/summary_search.c
2656 Bugfix: stop button was sticky when searching in an empty folder.
2657 Applied curly brackets code style to the whole file (summary_search.c).
2658 More files to ignore.
2660 2006-04-07 [wwp] 2.1.0cvs14
2662 * src/message_search.c
2663 * src/summary_search.c
2664 changed default button when search bumps at file/folder
2665 beginning or end, for convenience (thanks to Colin).
2667 2006-04-07 [paul] 2.1.0cvs13
2669 * src/plugins/dillo_viewer/dillo_prefs.c
2670 avoid future potential for namespace collision
2673 2006-04-06 [wwp] 2.1.0cvs12
2675 * src/summary_search.c
2676 Unify extended/advanced searches names (and thus factorize labels),
2677 patch by Fabien Vantard <fzzzzz@gmail.com>.
2679 2006-04-06 [wwp] 2.1.0cvs11
2682 * src/prefs_themes.c
2684 Fixed some compilation warnings.
2686 2006-04-06 [colin] 2.1.0cvs10
2688 * manual/advanced.xml
2689 Document the wizard template and how to deploy
2690 Sylpheed-Claws effectively
2692 2006-04-06 [colin] 2.1.0cvs9
2695 gettext patch to tell translators about _("#"),
2698 2006-04-06 [colin] 2.1.0cvs8
2701 Fix invalid GtkTextBIter after clicking "Display as text"
2703 2006-04-06 [mones] 2.1.0cvs7
2712 * src/folder_item_prefs.c
2717 * src/prefs_msg_colors.c
2718 * src/prefs_spelling.c
2719 * src/prefs_themes.c
2722 * src/stock_pixmap.c
2726 * src/common/mgutils.c
2727 * src/common/prefs.c
2728 * src/common/ssl_certificate.c
2729 * src/gtk/colorlabel.c
2730 * src/gtk/quicksearch.c
2731 * src/plugins/pgpmime/pgpmime.c
2732 * src/plugins/spamassassin/spamassassin.c
2733 Removed redundant NULL checks for g_free() calls.
2734 Patch by Pawel Pekala.
2736 2006-04-06 [mones] 2.1.0cvs6
2738 * src/prefs_actions.c
2739 * src/prefs_filtering.c
2740 * src/prefs_filtering_action.c
2741 * src/prefs_matcher.c
2742 * src/prefs_template.c
2743 * src/gtk/gtkutils.c
2744 * src/gtk/gtkutils.h
2745 Have a nice replace button. Patch by Pawel Pekala
2747 2006-04-06 [colin] 2.1.0cvs5
2750 Fix crash with empty columns
2752 2006-04-05 [colin] 2.1.0cvs4
2756 Allow wizard customization with pre-filled values
2758 2006-04-05 [colin] 2.1.0cvs3
2763 Nicer messages in mimeview
2765 2006-04-05 [colin] 2.1.0cvs2
2768 * src/prefs_summaries.c
2771 2006-04-05 [colin] 2.1.0cvs1
2773 * src/plugins/pgpcore/plugin.c
2774 * src/plugins/pgpcore/select-keys.c
2775 * src/plugins/pgpcore/select-keys.h
2776 * src/plugins/pgpcore/sgpgme.c
2777 * src/plugins/pgpcore/sgpgme.h
2778 * src/plugins/pgpinline/pgpinline.c
2779 * src/plugins/pgpinline/plugin.c
2780 * src/plugins/pgpmime/pgpmime.c
2781 * src/plugins/pgpmime/plugin.c
2782 Factorize and generalize a bit
2783 Drop S/MIME signature verification from PGP/MIME
2784 (adding it as another, more complete plugin)
2786 2006-04-05 [paul] 2.1.0
2790 2006-04-05 [paul] 2.0.0cvs186
2792 * manual/advanced.xml
2793 add info on colour labels
2795 2006-04-05 [paul] 2.0.0cvs185
2810 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
2811 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
2812 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
2813 Guimaraes, Aleksandar Urosevic, Ralgh Young
2815 * tools/claws.i18n.status.pl
2816 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2817 and new Czech translator, Tim <timbrain@post.cz>
2819 2006-04-05 [mones] 2.0.0cvs184
2824 2006-04-05 [colin] 2.0.0cvs183
2826 * src/gtk/quicksearch.c
2827 Fix bug #929 (unnecessary reload in quick search bar)
2829 2006-04-05 [colin] 2.0.0cvs182
2832 Fix crash on Reply with no From:
2833 Show signature and conversion error on queuing
2838 Factorize threading code and make sure msginfo
2839 is not null when it comes from a GtkCTreeRow's
2841 * src/gtk/gtkaspell.c
2842 Check for necessary things
2843 * src/gtk/gtksctree.c
2844 * src/gtk/gtksctree.h
2845 Reset anchor if necessary when removing node
2847 2006-03-29 [colin] 2.0.0cvs181
2850 Warn for disabled IMAP accounts (due to lack of
2851 libetpan). Breaks string-freeze - sorry - but it
2852 is kind of important ;)
2854 2006-03-28 [colin] 2.0.0cvs180
2856 * src/gtk/gtkutils.c
2857 * src/gtk/gtkutils.h
2858 Add a gtkut_get_link_btn() function that
2859 creates a button which acts like an URI
2860 * src/prefs_themes.c
2862 Use this function (factorizes codes)
2864 * src/gtk/pluginwindow.c
2865 Add a "Get more..." in the plugins window
2867 2006-03-28 [colin] 2.0.0cvs179
2870 * src/common/passcrypt.c
2872 Warning fixes. Patch by Pawel Pekala
2874 2006-03-27 [colin] 2.0.0cvs178
2877 Fix undoing by blocks with spaces
2879 2006-03-27 [colin] 2.0.0cvs177
2882 Set margin to 3px for headers
2888 2006-03-27 [wwp] 2.0.0cvs176
2891 don't reset quicksearch when updating the message list.
2894 2006-03-26 [wwp] 2.0.0cvs175
2897 use a unified border width ('other' tab in the compose window,
2898 patch by Pawel Pekala).
2901 2006-03-26 [wwp] 2.0.0cvs174
2903 * src/common/quoted-printable.c
2905 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2907 2006-03-26 [colin] 2.0.0cvs173
2909 * src/quote_fmt_parse.y
2910 Fix non-UTF8 date formats messing up the whole quote a
2913 2006-03-26 [colin] 2.0.0cvs172
2916 Make sure the date is UTF8 valid, or try to make it
2917 so. IncrediMail is really IncrediStupid.
2919 Fix possible conversions.
2922 2006-03-26 [colin] 2.0.0cvs171
2925 Fix corner cases in body search. This is still a
2926 hack... It seems impossible to make it good and
2927 reasonably fast at the same time.
2929 2006-03-26 [colin] 2.0.0cvs170
2932 I think I killed the twilight zone bug!
2933 summary_select_node() flushes GTK events in order
2934 to be able to center the view. But this also
2935 flushes keypresses like Ctrl-Alt-U, so this can
2936 call summary_show from summary_select_node (itself
2937 called from summary_show, etc.). And the summaryview
2938 has to be unlocked in this function. So just locking
2939 while processing GTK events, and bailing if locked,
2941 Fixes bug #927 (SIGSEGV during Update Summary)
2943 2006-03-25 [colin] 2.0.0cvs169
2946 Fix search in QP-encoded bodies
2947 Fix utf-8 searches in bodies encoded in the
2949 * src/common/quoted-printable.c
2950 * src/common/quoted-printable.h
2951 Add a decode function that doesn't overwrite
2952 the original pointer
2955 2006-03-24 [colin] 2.0.0cvs168
2960 Update message cache after action
2961 Patch by H. Merijn Brand
2962 * src/prefs_msg_colors.c
2964 Patch by Fabien Vantard
2965 * src/plugins/spamassassin/spamassassin_gtk.c
2966 Remove useless translation
2967 Patch by Fabien Vantard
2969 2006-03-23 [colin] 2.0.0cvs167
2972 Let 30 seconds to SSL_connect
2974 2006-03-23 [wwp] 2.0.0cvs166
2977 * src/gtk/description_window.c
2978 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2979 and headers are translated; adjust description windows' width to fit their
2980 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2982 2006-03-23 [paul] 2.0.0cvs165
2984 * src/common/utils.c
2985 fix highlighting of URIs containing "()"
2986 (2.0.0cvs164's reversal fixed)
2989 2006-03-23 [paul] 2.0.0cvs164
2991 * src/common/utils.c
2992 revert patch, (postponing a fix), at 2.0.0cvs120
2993 as it breaks more URIs than it fixes.
2994 Allow '-' to be a terminating character in a URI
2996 2006-03-22 [colin] 2.0.0cvs163
2999 Require libetpan 0.45
3000 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3002 2006-03-22 [paul] 2.0.0cvs162
3005 replace '<-' and '->' buttons with GTK_STOCK graphical
3007 * src/summary_search.c
3008 don't offer '...' for translation
3009 add a tooltip to advanced search '...' button
3010 * src/gtk/quicksearch.c
3011 don't offer '...' for translation
3013 2006-03-21 [colin] 2.0.0cvs161
3016 Fix middle-click pasting (insert at click
3017 position instead of cursor position, don't
3018 remove existing selection and allow pasting
3021 "LDAP Server" -> "LDAP servers"
3023 2006-03-21 [wwp] 2.0.0cvs160
3025 * src/etpan/imap-thread.c
3026 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3028 2006-03-20 [colin] 2.0.0cvs159
3031 Don't reload summaryview after an execute with no
3034 2006-03-19 [colin] 2.0.0cvs158
3037 and put groups at the top, always
3039 2006-03-19 [colin] 2.0.0cvs157
3042 Order groups before names, as previously
3044 2006-03-19 [colin] 2.0.0cvs156
3047 - Sort case-unsensitive
3048 - Put the sort arrow at opening too
3050 2006-03-19 [wwp] 2.0.0cvs155
3053 allow sorting by name/email/remarks, ensure that right-pane's contents
3054 matches the left-pane selection (cleared when appropriate).
3055 Patch by Pawel Pekala <c0rn@o2.pl>.
3057 2006-03-18 [colin] 2.0.0cvs154
3062 2006-03-18 [colin] 2.0.0cvs153
3065 Make sure we hide the preview if we didn't get
3068 2006-03-18 [colin] 2.0.0cvs152
3071 Set cursor to watch for execution (fixes lack
3072 of watch-cursor when dnd'ing hundreds of mails)
3074 Check that mime type is 'image/*' before updating
3075 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3077 2006-03-18 [colin] 2.0.0cvs151
3082 Put a watch cursor in textview too when the mainwindow's
3085 2006-03-18 [colin] 2.0.0cvs150
3088 Change wrong asserts to simple tests
3090 2006-03-17 [colin] 2.0.0cvs149
3094 * src/prefs_msg_colors.c
3097 * src/gtk/colorlabel.c
3098 * src/gtk/colorlabel.h
3099 Add a color label menu in the main menubar
3100 Add (fixed) accels Ctrl-{0-7} to change the color
3101 They have to be fixed because the menu's dynamic,
3102 the items are complex widgets, hence we can't use
3106 2006-03-17 [wwp] 2.0.0cvs148
3109 rollback few lines from my previous commit (those lines come from
3110 a pending patch, accidentally commited, even if neutral as they are
3113 2006-03-17 [wwp] 2.0.0cvs147
3116 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3117 applied code style/indentation to the modified function.
3119 2006-03-17 [wwp] 2.0.0cvs146
3123 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3129 2006-03-17 [paul] 2.0.0cvs145
3132 addressbook_read_file() was called twice
3134 X-Mailer highlighting
3136 2006-03-16 [colin] 2.0.0cvs144
3138 * src/sourcewindow.c
3139 * src/sourcewindow.h
3140 And the last one, in source window.
3142 2006-03-16 [colin] 2.0.0cvs143
3146 Fix the same stuff in compose
3148 2006-03-16 [colin] 2.0.0cvs142
3151 Complete the previous messageview crash fix
3153 2006-03-16 [colin] 2.0.0cvs141
3158 Fix POSTPROCESSING hook
3159 Patch by H. Merijn Brand
3163 Parse Content-Location
3168 Don't crash when a top-level MessageView has
3169 been closed on us. Same problematic than
3170 yesterday's quicksearch issue.
3172 2006-03-15 [colin] 2.0.0cvs140
3174 * src/gtk/quicksearch.c
3175 Fix a bitchy race we didn't think about when we
3176 added quicksearch cancellation:
3177 If the search is not on cached fields, for example
3178 body_part matchcase "stuff"
3179 the matcher code has to get the whole message. If
3180 we're on IMAP, that can be slow, and in order to
3181 be non-blocking, the IMAP code idle loop processes
3182 gtk events too. So it is possible to cancel a
3183 quicksearch while the matcher is getting the mail's
3184 body. After matcher got its body, it will start to
3185 iterate over the matcher list that the Quicksearch's
3186 clear_search_cb() just freed via prepare_matcher().
3188 The fix consists of guarding the matcherlist_match()
3189 call with a boolean 'matching'. If we reset the
3190 quicksearch while matching is TRUE, we don't free
3191 the matcherlist anymore like we did, but we set
3192 another new flag, deferred_free, to TRUE. Then,
3193 in quicksearch_match(), just after returning from
3194 matcherlist_match() and unsetting the matching flag,
3195 we check the deferred_free flag and do the
3196 prepare_matcher() (which does the matcherlist_free)
3197 for real, so we free the matcherlist once it's not
3199 As all of this runs via the glib main loop, we
3200 luckily don't need a mutex.
3202 Also, show progress while searching.
3205 2006-03-14 [colin] 2.0.0cvs139
3208 Make alertpanel_is_open non-static
3210 2006-03-14 [colin] 2.0.0cvs138
3212 * src/prefs_spelling.c
3213 Cleanups - Fabien Vantard
3215 2006-03-14 [wwp] 2.0.0cvs137
3218 code style normalization (curly braces, indentation).
3220 2006-03-14 [wwp] 2.0.0cvs137
3223 code style (braces, indentation)
3225 2006-03-12 [paul] 2.0.0cvs136
3227 * src/prefs_common.c
3228 trans_hdr defaults to FALSE to be RFC-savvy
3229 * src/prefs_summaries.c
3230 add a tooltip to the trans_hdr option
3233 2006-03-12 [paul] 2.0.0cvs135
3235 * src/prefs_matcher.c
3236 give a little more width to the combos
3237 * src/prefs_display_header.c
3239 translate headers if prefs_common.trans_hdr
3242 Patches by Pawel Pekala
3244 2006-03-12 [paul] 2.0.0cvs134
3246 * src/plugins/clamav/clamav_plugin.c
3247 * src/plugins/dillo_viewer/dillo_viewer.c
3248 * src/plugins/pgpcore/plugin.c
3249 * src/plugins/pgpinline/plugin.c
3250 * src/plugins/pgpmime/plugin.c
3251 * src/plugins/spamassassin/spamassassin.c
3252 update/add to descriptions
3253 * src/plugins/spamassassin/spamassassin_gtk.c
3254 fixes to the english, remove superfluous
3255 tooltips, clean up a little
3257 2006-03-12 [paul] 2.0.0cvs133
3260 fix Bug 924, 'Account combo box shows up wrong
3261 if & is in account name'
3263 2006-03-11 [colin] 2.0.0cvs132
3266 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3267 messed up shift-selection because is slows down
3268 moving around summaryview. thanks -users
3270 2006-03-10 [colin] 2.0.0cvs131
3272 * src/plugins/spamassassin/spamassassin_gtk.c
3273 Put back Paul's engrish fixes
3275 2006-03-10 [colin] 2.0.0cvs130
3277 * src/plugins/spamassassin/spamassassin.c
3278 * src/plugins/spamassassin/spamassassin.h
3279 * src/plugins/spamassassin/spamassassin_gtk.c
3280 Cleanup SA prefs page (more)
3281 Patch by Fabien Vantard
3283 2006-03-10 [paul] 2.0.0cvs129
3285 * src/prefs_msg_colors.c
3286 * src/prefs_spelling.c
3289 2006-03-09 [mones] 2.0.0cvs128
3294 2006-03-09 [wwp] 2.0.0cvs127
3297 revert accidental commit (requirement for libetpan 0.43), this time
3300 2006-03-09 [wwp] 2.0.0cvs125
3303 revert accidental commit (requirement for libetpan 0.43)
3305 2006-03-09 [paul] 2.0.0cvs126
3307 * src/prefs_receive.c
3308 remove useless frame
3309 replace 'incorporation' with 'receiving'
3310 * src/plugins/clamav/clamav_plugin_gtk.c
3311 * src/plugins/spamassassin/spamassassin_gtk.c
3312 improve widget sensitivity
3313 fix a bit his engrish
3315 2006-03-09 [wwp] 2.0.0cvs125
3319 * src/prefs_common.c
3320 * src/prefs_common.h
3321 remember some more windows' sizes (add to addressbook and
3324 2006-03-09 [paul] 2.0.0cvs124
3326 * src/plugins/pgpcore/prefs_gpg.c
3327 normalise construction of dialogue
3329 2006-03-09 [paul] 2.0.0cvs123
3331 * src/plugins/trayicon/Makefile.am
3334 2006-03-08 [colin] 2.0.0cvs122
3336 * src/plugins/trayicon/Makefile.am
3337 Fix build in separate dir
3338 Patch by Bamanzi <bamanzi@gmail.com>
3340 2006-03-08 [colin] 2.0.0cvs121
3343 Batch move and copies from summaryview with delayed execution
3346 2006-03-07 [paul] 2.0.0cvs120
3348 * src/common/utils.c
3349 fix highlighting of URIs containing "()"
3350 Patch by Pawel Pekala
3352 2006-03-07 [paul] 2.0.0cvs119
3357 immediately do alphabetical resort when
3358 changing a folder's name
3359 Patch by Pawel Pekala
3361 2006-03-07 [paul] 2.0.0cvs118
3365 when unsubscribing a newsgroup, remove the
3366 folder and msgs in .sylpheed-claws/newscache
3367 Patch by Pawel Pekala <c0rn@gazeta.pl>
3369 2006-03-07 [paul] 2.0.0cvs117
3372 fix wrong Fake URL Warning
3375 2006-03-07 [colin] 2.0.0cvs116
3378 Return immediately when password dialog was
3380 * src/gtk/inputdialog.c
3381 Allow empty strings for passwords
3384 2006-03-06 [colin] 2.0.0cvs115
3387 Prevent double-timeouts when connection fails
3393 2006-03-06 [colin] 2.0.0cvs114
3396 Refresh session during potentially long
3399 2006-03-06 [wwp] 2.0.0cvs113
3401 * src/prefs_msg_colors.h
3402 forgot that one (custom color labels).
3404 2006-03-06 [wwp] 2.0.0cvs112
3406 * src/prefs_common.c
3407 * src/prefs_common.h
3408 * src/prefs_msg_colors.c
3411 * src/gtk/colorlabel.c
3412 * src/gtk/colorlabel.h
3413 colors in messages list are now customizable. Color values and names can
3414 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3415 Thanks to Paul and Colin for their help with this longstanding patch!
3417 2006-03-06 [wwp] 2.0.0cvs111
3420 don't crash if (x)face is bad.
3422 2006-03-05 [paul] 2.0.0cvs110
3427 * src/common/Makefile.am
3428 * src/common/utils.h
3429 * src/etpan/imap-thread.c
3431 * src/plugins/clamav/Makefile.am
3432 * src/plugins/demo/Makefile.am
3433 * src/plugins/dillo_viewer/Makefile.am
3434 * src/plugins/pgpcore/Makefile.am
3435 * src/plugins/pgpcore/passphrase.c
3436 * src/plugins/pgpinline/Makefile.am
3437 * src/plugins/pgpmime/Makefile.am
3438 * src/plugins/spamassassin/Makefile.am
3439 * src/plugins/trayicon/Makefile.am
3440 fix builiding on cygwin
3441 Patch by Ralgh Young <bamanzi@gmail.com>
3443 2006-03-04 [wwp] 2.0.0cvs109
3445 * manual/keyboard.xml
3446 fix mixed up/down keys.
3448 2006-03-04 [wwp] 2.0.0cvs108
3452 updated links to SpamAssassin.
3454 2006-03-04 [wwp] 2.0.0cvs107
3456 * manual/plugins.xml
3457 * src/plugins/spamassassin/README
3458 updated SpamAssassin plugin docs to reflect new functional additions
3459 (also fix/update/documents few technical stuff more, see the README).
3461 2006-03-04 [wwp] 2.0.0cvs106
3463 * src/prefs_message.c
3464 normalized capitalization of message-prefs paths.
3466 2006-03-04 [wwp] 2.0.0cvs105
3468 * manual/advanced.xml
3471 2006-03-03 [colin] 2.0.0cvs104
3473 * src/plugins/clamav/clamav_plugin_gtk.c
3474 Rework prefs page, patch by Fabien
3476 2006-03-03 [colin] 2.0.0cvs103
3478 * src/plugins/clamav/clamav_plugin.c
3479 Set error on all errors
3481 2006-03-03 [colin] 2.0.0cvs102
3483 * src/common/plugin.c
3484 Initialize error to avoid crashing when a plugin fails
3485 without setting error
3487 2006-03-02 [wwp] 2.0.0cvs101
3490 fixed linker flags for libetpan support on Cygwin
3491 (thanks to H.Merijn Brand).
3493 2006-03-02 [wwp] 2.0.0cvs100
3496 fix some AB error messages: one for punctuation and
3497 one wrongly duplicate (thanks, maxbritov).
3499 2006-03-02 [wwp] 2.0.0cvs99
3501 * src/plugins/spamassassin/spamassassin.c
3502 make sync calls to sa-learn/spamc to prevent
3503 system (whatever local or client/server) overload.
3505 2006-03-02 [colin] 2.0.0cvs98
3508 Put the spam icon in the status column instead of the
3511 2006-03-01 [colin] 2.0.0cvs97
3513 * src/plugins/spamassassin/spamassassin.c
3514 Fix segfault (g_file_set_contents fails for some
3515 reason and err==0x2f. Can't find out why with
3516 valgrind, using working function :-)
3518 2006-03-01 [colin] 2.0.0cvs96
3521 Offline overriding: let 'No' be cached only 3 seconds
3523 2006-03-01 [colin] 2.0.0cvs95
3529 * src/folder_item_prefs.c
3537 * src/prefs_common.h
3538 * src/prefs_msg_colors.c
3544 * src/send_message.h
3545 * src/simple-gettext.c
3551 * src/common/ssl_certificate.c
3552 * src/common/utils.c
3553 * src/gtk/colorsel.c
3554 * src/gtk/gtksctree.c
3555 * src/gtk/gtkshruler.c
3556 * src/plugins/trayicon/trayicon.c
3557 #if 0 goes to /dev/null
3559 2006-03-01 [colin] 2.0.0cvs94
3567 * src/plugins/spamassassin/spamassassin.c
3568 Allow to add information in the "working offline"
3571 2006-03-01 [wwp] 2.0.0cvs93
3573 * src/plugins/spamassassin/spamassassin.c
3574 fixed spamc invocation: use a tricky temporary mini shell wrapper
3575 'cause it seems that calling `spamc ... < inputfile` with
3576 g_spawn_(a)sync simply.. erm doesn't work :-).
3578 2006-03-01 [wwp] 2.0.0cvs92
3582 simplify the adding of spam/ham button to the messageview toolbar
3583 (it gets more clear now that the same button will be "Mark as spam"
3584 or "Mark as ham" according to the current message status,
3587 2006-03-01 [wwp] 2.0.0cvs91
3593 * src/plugins/spamassassin/spamassassin.c
3594 * src/plugins/spamassassin/spamassassin.h
3595 make learner callbacks return a status (0 for ok),
3596 handle it in main code to avoid setting flags when learning failed,
3597 don't learn on TCP if offline in spamassassin,
3602 2006-03-01 [wwp] 2.0.0cvs90
3605 some work around the compose window's account menu,
3606 patch by Fabien Vantard.
3608 2006-03-01 [wwp] 2.0.0cvs89
3610 * src/plugins/spamassassin/spamassassin.c
3611 fixed bad logics, was using spamc in local mode and sa-learn
3612 in remote mode (thanks, Colin).
3614 2006-03-01 [wwp] 2.0.0cvs88
3616 * src/plugins/spamassassin/spamassassin.c
3617 * src/plugins/spamassassin/spamassassin.h
3618 * src/plugins/spamassassin/spamassassin_gtk.c
3619 made processing of emails w/ sa-plugin an option (default is TRUE),
3620 fixed Engrish some tooltips, capitalization of some debug messages
3621 and warnings. The spamassassin plugin now provides two separate
3622 services: process emails upon incorporation and spamd training.
3623 Both services (un)register independently but use some common
3624 plugin settings (transport settings, spam storage location).
3626 2006-02-28 [wwp] 2.0.0cvs87
3628 * src/plugins/spamassassin/spamassassin.c
3629 fix async flag to spamc cmdline execution (batch exec should
3632 2006-02-27 [wwp] 2.0.0cvs86
3634 * src/plugins/spamassassin/spamassassin.c
3635 * src/plugins/spamassassin/spamassassin.h
3636 * src/plugins/spamassassin/spamassassin_gtk.c
3637 - added the ability to learn a remote spamassassin server (spamd),
3639 - added the spamassassin option 'username', that applies to all
3640 spamassassin operations (filtering, learning, local or remote).
3641 The default username is the current unix user (if left blank
3642 from gtk prefs or config file).
3643 - commented out some unused code (notebook widget), removed unused
3645 - make more widgets sensitive to the transport type.
3647 2006-02-27 [colin] 2.0.0cvs85
3649 * src/plugins/spamassassin/spamassassin.c
3650 Fix sa-learn call when offline
3652 2006-02-27 [colin] 2.0.0cvs84
3660 * src/prefs_toolbar.c
3662 * src/stock_pixmap.c
3663 * src/stock_pixmap.h
3667 * src/pixmaps/ham_btn.xpm
3668 * src/pixmaps/spam.xpm
3669 * src/pixmaps/spam_btn.xpm
3670 * src/plugins/spamassassin/spamassassin.c
3671 Add button in toolbar for spam learning
3672 Fix a few bugs from the last related commit
3673 Revert 1.9.6cvs23 which messed up shift-selection
3675 2006-02-24 [colin] 2.0.0cvs83
3680 * src/plugins/spamassassin/spamassassin.c
3681 * src/plugins/spamassassin/spamassassin.h
3682 * src/plugins/spamassassin/spamassassin_gtk.c
3683 Unregister learner when spamassassin is either
3684 disabled or over tcp
3686 2006-02-24 [colin] 2.0.0cvs82
3693 * src/stock_pixmap.c
3694 * src/stock_pixmap.h
3697 * src/gtk/icon_legend.c
3698 * src/pixmaps/spam.xpm ** NEW FILE **
3699 * src/plugins/spamassassin/spamassassin.c
3700 * src/plugins/spamassassin/spamassassin_gtk.c
3701 Add spam learning interface (Mark/Mark as
3704 2006-02-24 [wwp] 2.0.0cvs81
3709 hide compose window when sending message in batch mode
3710 (filtering: forward and redirect). Also fixed a wrong
3711 value returned when sending failed, neutral anyway.
3714 2006-02-24 [wwp] 2.0.0cvs80
3717 use GTK+'s stock quit button. Patch by Fabien Vantard.
3719 2006-02-24 [paul] 2.0.0cvs79
3724 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3727 2006-02-23 [colin] 2.0.0cvs78
3730 Change OK to Close in alertpanel with View log
3731 button; add accel to View log. Patch by Fabien
3734 2006-02-23 [wwp] 2.0.0cvs77
3737 silly me, there were much more tests to perform, since toolbars can
3738 really have down to 1 element only.
3740 2006-02-23 [wwp] 2.0.0cvs76
3743 fixed indentation from my previous commit. Fallback to VISUAL if
3744 EDITOR is not set (and to vi, at last resort).
3746 2006-02-23 [wwp] 2.0.0cvs75
3749 improved error detection (Colin, me).
3751 2006-02-23 [wwp] 2.0.0cvs74
3753 * src/prefs_toolbar.c
3754 simplify and fix prefs/toolbars layouting. Combos' contents can
3755 now be really displayed.
3757 2006-02-23 [wwp] 2.0.0cvs73
3758 simplifies and fix prefs/toolbars layouting. Combos' contents can now
3759 be really displayed.
3761 2006-02-22 [wwp] 2.0.0cvs72
3764 fix a typo in my previous commit (sorry!).
3766 2006-02-22 [wwp] 2.0.0cvs71
3768 * src/prefs_toolbar.c
3769 fix a crash when adding separators to toolbars,
3770 also fix some separator item information.
3772 2006-02-22 [wwp] 2.0.0cvs70
3775 fix a crash when redirecting (for instance) when compose window's
3776 toolbar contents has been customized (when some buttons have been
3779 2006-02-21 [wwp] 2.0.0cvs69
3782 * src/gtk/pluginwindow.c
3783 * src/plugins/pgpcore/prefs_gpg.c
3784 fix some compilation warnings (feat. remains of removed code).
3786 2006-02-21 [wwp] 2.0.0cvs68
3788 * src/gtk/gtkutils.c
3789 fix two compilation issues, thanks to Stephan Sachse.
3791 2006-02-20 [colin] 2.0.0cvs67
3794 Don't reselect displayed mail on refocus
3795 This fixes actions misbehaving
3797 2006-02-20 [wwp] 2.0.0cvs66
3800 * src/gtk/gtksctree.c
3801 * src/gtk/gtkshruler.c
3802 changed more runtime typecast checks.
3804 2006-02-20 [wwp] 2.0.0cvs65
3806 * src/summary_search.c
3807 find all - summaryview refresh issue fixed, thanks to Colin.
3809 2006-02-20 [wwp] 2.0.0cvs64
3811 * src/gtk/gtkutils.c
3812 better runtime typecast checks.
3814 2006-02-20 [wwp] 2.0.0cvs63