1 2006-07-31 [wwp] 2.4.0cvs2
11 * src/matcher_parser_lex.l
12 * src/matcher_parser_parse.y
14 * src/prefs_filtering.c
15 * src/prefs_filtering.h
19 introduce per-account filtering rules. Each filtering rule can now be assigned
20 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
21 when applying filtering rules manually, as all rules will apply - even the ones
22 assigned to an account. This issue will be addressed soon.
26 2006-07-31 [wwp] 2.4.0cvs1
29 make more strings translatable.
31 2006-07-31 [paul] 2.4.0
35 2006-07-31 [paul] 2.3.1cvs91
38 updated by Miquel Oliete
40 2006-07-31 [paul] 2.3.1cvs90
50 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
51 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
52 Aleksandar Urosevic, and Ralgh Young
54 2006-07-31 [paul] 2.3.1cvs89
60 Fix a race condition when, after an SC crash, rescanning
61 folders took more than 0.5 seconds
64 2006-07-31 [paul] 2.3.1cvs88
67 don't translate separator strings
69 2006-07-30 [mones] 2.3.1cvs87
71 * doc/man/sylpheed-claws.1
72 Fixed non-ASCII chars in Hoa's name
76 2006-07-27 [colin] 2.3.1cvs86
79 Don't include the leading \n in links
82 2006-07-25 [colin] 2.3.1cvs85
86 * src/etpan/imap-thread.c
87 Refresh resolvers before connecting
88 to IMAP servers, and after switching
89 to online. Thanks to Paul.
95 2006-07-17 [colin] 2.3.1cvs84
98 Show connection attempt in statusbar before
99 connecting (previously first message was
100 "Retrieving messages from ..." after the
101 connection succeeded.
103 2006-07-16 [wwp] 2.3.1cvs83
106 Added .ico file (windows multi-size icon file, generated).
108 2006-07-12 [wwp] 2.3.1cvs82
111 remove Message/Re-edit menu entry from messageview window,
112 as sent/draft/queued messages are opened in compose window when
113 re-edited and it's not possible to re-edit other msgs.
115 2006-07-12 [paul] 2.3.1cvs81
120 check online state before resetting
121 mailcheck timer. Useful if some program
122 verifies connection state and updates
124 Patch by Leonid Evdokimov <darkk@users.sf.net>
126 2006-07-12 [paul] 2.3.1cvs80
128 * sylpheed-claws-128x128.png
129 * sylpheed-claws-64x64.png
133 * src/prefs_toolbar.c
139 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
140 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
141 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
142 * src/pixmaps/sylpheed.xpm ** REMOVED **
143 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
144 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
145 updated and renamed logo/icon files and related
146 logo by Jesper Schultz
148 2006-07-11 [paul] 2.3.1cvs79
151 fix the labels a smidgin
153 2006-07-09 [colin] 2.3.1cvs78
156 Show errors in textviewer's command
157 Patch by H. Merijn Brand
159 2006-07-09 [colin] 2.3.1cvs77
162 Save FMID in drafts too
164 2006-07-08 [colin] 2.3.1cvs76
167 Svae RMID in drafted mails too
168 Save quote_fmt vars for whole mails,
169 don't reset at each quote_fmt_init:
170 allows to use the same |i{var} in
171 various template fields
172 * src/prefs_template.c
174 * src/quote_fmt_parse.y
177 2006-07-08 [colin] 2.3.1cvs75
180 Fix highlighting of attached parts URIs
182 2006-07-08 [colin] 2.3.1cvs74
185 Prevent bug #981 (sc 2.3.1 segfaults with
186 gtk+ 2.10) from being reported again:
187 if Sylpheed-Claws has been compiled against
188 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
189 of if Sylpheed-Claws has been compiled against
190 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
193 2006-07-07 [colin] 2.3.1cvs73
195 * src/prefs_actions.c
198 2006-07-07 [colin] 2.3.1cvs72
200 * src/prefs_actions.c
201 Fix compile on gtk < 2.8. argh :)
203 2006-07-07 [paul] 2.3.1cvs71
208 2006-07-07 [colin] 2.3.1cvs70
212 * src/quote_fmt_lex.l
213 * src/quote_fmt_parse.y
214 Add |i{var}, a way to insert user-entered
221 2006-07-07 [colin] 2.3.1cvs69
224 Don't consider inboxes of UNKNOWN folder
225 classes to be useable as default inboxes
227 2006-07-07 [paul] 2.3.1cvs68
230 add missing #include <errno.h>
231 Thanks to René J. Blokland
233 2006-07-07 [paul] 2.3.1cvs67
236 Return now Closes dialog
240 add contextual menu to mime parts listed
244 reversal: ' is a valid character in URLs
246 2006-07-06 [colin] 2.3.1cvs66
249 Forgotten in previous commit
251 2006-07-06 [colin] 2.3.1cvs65
254 Set summary update flag whenever
257 * src/prefs_account.c
259 * src/etpan/imap-thread.c
260 Fix warnings, thanks to Fabien and
263 2006-07-06 [wwp] 2.3.1cvs64
266 GTK_STOCK_HELP exists in GTK+ 2.4.x.
268 2006-07-06 [wwp] 2.3.1cvs63
277 * src/message_search.c
278 * src/prefs_actions.c
279 * src/prefs_filtering.c
280 * src/prefs_filtering.h
281 * src/prefs_template.c
282 * src/summary_search.c
286 * src/gtk/pluginwindow.c
287 add help buttons to some dialogs. Clicking such buttons opens a
288 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
290 2006-07-06 [paul] 2.3.1cvs62
293 fix attachments contextual menu
296 2006-07-05 [colin] 2.3.1cvs61
302 2006-07-05 [paul] 2.3.1cvs60
305 grab save button by default
308 2006-07-05 [wwp] 2.3.1cvs59
311 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
313 2006-07-04 [colin] 2.3.1cvs58
317 Use left click to select, middle click to open
322 2006-07-04 [colin] 2.3.1cvs57
326 Warning fixes, thanks to Fabien
328 2006-07-04 [colin] 2.3.1cvs56
333 Allow parts to be selected via their text label
336 2006-07-04 [colin] 2.3.1cvs55
339 Feedback when closing (for big folders)
340 * src/prefs_actions.c
341 * src/prefs_filtering.c
342 * src/prefs_matcher.c
343 * src/prefs_template.c
344 Fix default button when closing without
347 2006-07-04 [colin] 2.3.1cvs54
350 Delete local file on deletion
352 2006-07-03 [colin] 2.3.1cvs53
356 Don't freeze when rescanning after crash
358 2006-07-03 [wwp] 2.3.1cvs52
363 * src/plugins/pgpinline/pgpinline.c
364 * src/plugins/pgpmime/pgpmime.c
365 don't report an error when the user cancels the passphrase dialog.
367 2006-07-02 [colin] 2.3.1cvs51
370 Open message when crossing folders with Space,
371 goto next unread and friends
373 2006-07-01 [colin] 2.3.1cvs50
375 * src/prefs_account.c
376 Typographic rules varying from language
377 to language (in french "Protocole :"),
378 we have to do that :)
380 2006-07-01 [ticho] 2.3.1cvs49
382 * src/prefs_account.c
383 Only use one temporary gchar* variable in
384 prefs_account_protocol_set_optmenu().
386 2006-07-01 [ticho] 2.3.1cvs48
388 * src/prefs_account.c
389 * src/prefs_account.h
390 Use GtkLabel for existing account protocol name.
391 Created an array for protocol names and populate the
392 combobox from it in a for() cycle.
394 2006-06-30 [colin] 2.3.1cvs47
397 Block undo when changing signature (by changing
400 2006-06-30 [paul] 2.3.1cvs46
403 when editing From in the Compose window, use that address
404 in the Return-Path: header
407 2006-06-30 [colin] 2.3.1cvs45
410 Fix signature replacement:
411 - when no newline before separator
414 2006-06-29 [colin] 2.3.1cvs44
420 Let 'View/Go to/Next marked' work like
421 Next new & Next unread: across folders
422 Change the select_on_entry pref to do
423 what we want when changing folder
425 Fix single-quoted links
427 2006-06-29 [colin] 2.3.1cvs43
429 * src/gtk/gtkaspell.c
430 "Sylpheed" and "Sylpheed-Claws" do exist !
432 2006-06-29 [colin] 2.3.1cvs42
435 Forgot to remove debug
437 2006-06-29 [colin] 2.3.1cvs41
442 Disconnect from IMAP servers when going
443 offline. Fixes bug #978 (going to offline-mode
444 won't close connections)
446 2006-06-29 [colin] 2.3.1cvs40
449 Fix transient setting on failing plugins
451 * src/plugins/pgpcore/sgpgme.c
452 Only warn for OpenPGP. Most people don't
455 2006-06-29 [colin] 2.3.1cvs39
458 Fix Spelling menu (discrepancy between context menu
459 and top menu when folder's dictionary isn't the
461 * src/plugins/pgpcore/sgpgme.c
462 More error reporting about why gpgme can fail
464 2006-06-29 [wwp] 2.3.1cvs38
467 honor the display-header-pane setting even when the message view
468 is a separate window.
470 2006-06-29 [wwp] 2.3.1cvs37
472 * src/prefs_actions.c
473 forgot to commit that one (use of GTK_STOCK_INFO).
475 2006-06-29 [colin] 2.3.1cvs36
478 Better handling of login errors (ask the password
479 again once), alert in case of error. Fix three
482 2006-06-28 [wwp] 2.3.1cvs35
484 * src/prefs_template.c
485 * src/prefs_matcher.c
486 * src/prefs_filtering_action.c
488 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
489 patch by Fabien Vantard, slightly modified.
495 2006-06-28 [colin] 2.3.1cvs34
497 * src/prefs_account.c
498 Fix bug #977 (Can't add or edit imap accounts)
500 2006-06-28 [colin] 2.3.1cvs33
505 2006-06-28 [colin] 2.3.1cvs32
508 Save named inlined attachments with "Save all"
511 * src/common/plugin.c
512 * src/common/plugin.h
513 * src/common/sylpheed.c
515 * src/plugins/pgpcore/sylpheed.def
516 * src/plugins/pgpinline/sylpheed.def
517 * src/plugins/pgpmime/sylpheed.def
518 Win32 compatibility patch, by
521 2006-06-28 [wwp] 2.3.1cvs31
524 * src/prefs_folder_item.c
525 less compilation warnings (thanks to Fabien Vantard), less typos.
527 2006-06-28 [paul] 2.3.1cvs30
530 gtk_combo_box_set_focus_on_click() is only
531 available since gtk 2.6.0
533 2006-06-28 [paul] 2.3.1cvs29
535 * src/prefs_ext_prog.c
536 fix engrish and add a tooltip for the
537 'command for 'Display as text' option
543 2006-06-28 [paul] 2.3.1cvs28
547 include textviewer.pl in releases
549 2006-06-28 [paul] 2.3.1cvs27
551 * src/prefs_ext_prog.c
552 hide Print command option if libgnomeprint
555 2006-06-27 [colin] 2.3.1cvs26
558 Fix Esc handling in insert/attach dialog
559 Don't show this dialog if dragging something
560 else than text/uri-list
561 Thanks to Fabien Vantard
562 * tools/textviewer.pl
563 Filter script to display stuff as text
566 2006-06-27 [wwp] 2.3.1cvs25
569 use the exact product name (message view title), patch
572 2006-06-27 [ticho] 2.3.1cvs24
574 * src/prefs_account.c
577 * src/prefs_ext_prog.c
579 Add a preference (Preferences/External programs)
580 to allow "Display as text" to be done via a script
581 (patch by H.Merijn Brand).
582 Use GtkComboBox for protocol selection in account
584 Only include current choice for existing accounts, and
585 insensitivize the combobox.
587 2006-06-27 [paul] 2.3.1cvs23
590 fix crasher introduced in cvs21.
593 2006-06-26 [colin] 2.3.1cvs22
596 Fix double-frees when leaving folders
597 after exporting to mbox
599 2006-06-26 [colin] 2.3.1cvs21
602 More feedback (and optimisation)
605 Fix case when looking for mail addresses
607 Extra check for (X-)Face
609 2006-06-25 [ticho] 2.3.1cvs20
615 Added second argument to gtkut_sc_combobox_create() to
616 control focus-on-click for the widget.
617 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
619 2006-06-25 [ticho] 2.3.1cvs19
622 * src/gtk/Makefile.am
627 Use GtkComboBox instead of deprecated GtkOptionMenu
628 for account selector in compose window and for encoding
629 selector in attachment properties.
630 Also factorise working with the new GtkComboBox somewhat.
632 2006-06-24 [paul] 2.3.1cvs18
635 use the correct default value
637 2006-06-24 [paul] 2.3.1cvs17
642 * src/prefs_compose_writing.c
643 enable setting of default action when
644 dnd'ing files in the compose window.
645 (Collaborative effort with wwp)
647 2006-06-23 [wwp] 2.3.1cvs16
650 i18n fix (thanks to Fabien Vantard)
652 2006-06-22 [colin] 2.3.1cvs15
654 * src/prefs_customheader.c
655 Don't use filters in custom headers' file
656 selector. Remember, extensions mean nothing :)
658 2006-06-22 [paul] 2.3.1cvs14
661 allow setting of man directory location
663 2006-06-22 [colin] 2.3.1cvs13
666 Add 'View/Go to/Next unread folder'.
669 2006-06-22 [colin] 2.3.1cvs12
672 Add some subject prefixes
673 Patch by Bjorn T Johansen <btj@havleik.no>
675 2006-06-22 [colin] 2.3.1cvs11
677 * manual/advanced.xml
678 Forgotten hidden pref
680 2006-06-21 [paul] 2.3.1cvs10
682 * src/prefs_account.c
683 complete the removal of 'Add date header' option
685 2006-06-21 [paul] 2.3.1cvs9
689 * src/prefs_account.c
690 * src/prefs_account.h
691 remove option to add date header - always
693 * src/etpan/imap-thread.c
694 fix warnings (Thanks to Colin)
696 2006-06-21 [wwp] 2.3.1cvs8
699 set the attachment flag when inline text part are (file)named. This is more convenient
700 when receiving (for instance) inline source files or patches sent using thunderbird.
702 2006-06-21 [paul] 2.3.1cvs7
705 fix off-by-one count of current msg in
706 statusbar filtering progressbar
708 2006-06-21 [paul] 2.3.1cvs6
711 Show attachment icon even if the part is 'inline'
712 if the following conditions are met:
713 - content-type != 'text/plain'
714 - content-type != '*/pgp-signature'
715 - either 'name' or 'filename' parameter is not NULL
719 2006-06-21 [paul] 2.3.1cvs5
725 add an option to 'Never send Return
729 2006-06-20 [mones] 2.3.1cvs4
734 typo fixed (space after comma)
735 * tools/make.themes.project
736 remove exec mode from tarball files
738 2006-06-20 [colin] 2.3.1cvs3
743 Better fix for \n's in headers (don't
744 break Received: and others)
746 2006-06-20 [paul] 2.3.1cvs2
750 improve legibility of phishing attempt
753 2006-06-20 [paul] 2.3.1cvs1
758 Update version number following
761 2006-06-20 [colin] 2.3.0cvs26
764 When dragging a file to the text of the compose
765 window, ask whether we want to insert or attach
766 (I know lots of people who do that to attach)
768 2006-06-20 [colin] 2.3.0cvs25
770 * src/etpan/imap-thread.c
771 Fix threshold (the append command is often > 32 bytes)
773 2006-06-19 [colin] 2.3.0cvs24
776 * src/etpan/imap-thread.c
777 Workaround Rockliffe IMAP server bug: replace
778 "x UID SEARCH (ANSWERED UID 1:*)" with
779 "x UID SEARCH ANSWERED"
780 (Rockliffe doesn't handle the parenthesis)
782 2006-06-19 [colin] 2.3.0cvs23
786 * src/etpan/imap-thread.c
787 Probably fix bug #972 (Freezes when adding
788 an attachment to the message)
790 Modernize Firefox cmd
793 2006-06-18 [colin] 2.3.0cvs22
795 * src/prefs_customheader.c
796 Only allow correct filenames for various
799 2006-06-18 [colin] 2.3.0cvs21
801 * src/prefs_customheader.c
802 Add a 'From File...' button in custom headers prefs, which
803 try to do the right thing:
804 for normal headers, use file as plaintext,
805 for X-Face, calls compface,
806 for Face, encode to b64.
808 2006-06-17 [colin] 2.3.0cvs20
813 2006-06-16 [colin] 2.3.0cvs19
816 Recursive quicksearch: show message list
817 in current folder, *then* search children
820 2006-06-16 [colin] 2.3.0cvs18
823 Instead of ignoring SIGPIPE, save caches
824 when getting one. Will fix the fact that
825 hot caches are out-of-date when logging
828 * src/prefs_compose_writing.c
829 Only save text (not attachments) when
830 auto-saving to drafts
832 Always replace \n, \r and \t with spaces
834 * manual/dist/html/Makefile.am
835 * manual/dist/pdf/Makefile.am
836 * manual/dist/ps/Makefile.am
837 * manual/dist/txt/Makefile.am
838 * manual/fr/dist/html/Makefile.am
839 * manual/fr/dist/pdf/Makefile.am
840 * manual/fr/dist/ps/Makefile.am
841 * manual/fr/dist/txt/Makefile.am
842 * manual/pl/dist/html/Makefile.am
843 * manual/pl/dist/pdf/Makefile.am
844 * manual/pl/dist/ps/Makefile.am
845 * manual/pl/dist/txt/Makefile.am
846 Fix make clean removing pregenerated manuals
849 2006-06-16 [colin] 2.3.0cvs17
851 * src/plugins/pgpcore/sgpgme.c
852 * src/plugins/pgpmime/pgpmime.c
853 * src/plugins/pgpinline/pgpinline.c
854 Better error reporting in setup_signers.
855 Don't fallback to default key if specified
857 Don't allow signing if more than one secret
858 key matches the one specified in prefs.
860 2006-06-15 [colin] 2.3.0cvs16
863 Add "Send queue" in the folder's contextual
871 * src/plugins/pgpcore/passphrase.c
872 * src/plugins/pgpcore/sgpgme.c
873 * src/plugins/pgpinline/pgpinline.c
874 * src/plugins/pgpmime/pgpmime.c
875 Better error reporting
877 Probably fix bug #971 (2.2.3 cannot read mail
881 2006-06-15 [mones] 2.3.0cvs15
883 * tools/make.themes.project
884 creates the themes project from the web page
886 2006-06-15 [colin] 2.3.0cvs14
889 Better fix (avoid losing the folder if scan_tree
892 2006-06-15 [cleroy] 2.3.0cvs13
895 Probably fix Bug #969 (crash on rebuilding
898 2006-06-14 [colin] 2.3.0cvs12
900 * manual/dtd/manual.xsl
901 * manual/sylpheed-claws-manual.xml
902 * manual/fr/sylpheed-claws-manual.xml
903 * manual/pl/sylpheed-claws-manual.xml
904 Insert pagebreaks between sections
906 2006-06-14 [paul] 2.3.0cvs11
909 better fix than 2.3.0cvs10
911 2006-06-14 [paul] 2.3.0cvs10
914 fix setting of PACKAGE_DATA_DIR with newer autoconf
915 (backwards compatible)
917 2006-06-13 [colin] 2.3.0cvs9
920 Fix sending of return receipt with the new queue folders
922 2006-06-13 [wwp] 2.3.0cvs8
924 * src/quote_fmt_lex.l
925 fix wrong tokens returned in quote_fmt lexer, query not().
927 2006-06-13 [wwp] 2.3.0cvs7
930 * src/prefs_folder_item.c
931 allow changing folder type even when folder is not a top-level one,
934 2006-06-12 [colin] 2.3.0cvs6
937 Fix double-ask of "Do you want to mark all
940 2006-06-12 [colin] 2.3.0cvs5
951 * src/prefs_folder_item.c
959 Apply bug #964's patch (Queue and drafts aren't normal)
960 The Drafts and Queue folder now contain RFC-822 files,
961 allowing to move and copy mails from and to these
962 folders. Moving from Drafts to Queue will prepare the
963 mail for sending (PGP signature, encryption, etc).
964 This patch also rework sending errors handling to try
966 Also, allow redefining folder types via the GUI
967 (Folder type in its Properties)
969 2006-06-12 [colin] 2.3.0cvs4
975 Allow to define a specific print font - patch
976 by Bernhard Walle <bernhard.walle@gmx.de>
978 * manual/advanced.xml
979 * manual/fr/advanced.xml
980 Add a hidden pref to allow deletion without
983 2006-06-12 [wwp] 2.3.0cvs3
986 more files to ignore.
988 2006-06-12 [wwp] 2.3.0cvs2
991 * src/quote_fmt_lex.l
992 * src/quote_fmt_parse.y
993 extend the quote_fmt parser (templates and quotes):
994 - allow limited sub-expressions in |p{} and |f{} expressions,
995 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
996 - implemented/fixed missing implementation of query_references and show_references,
997 - completed, fixed contents and format of the symbols help dialog,
998 - fix some compilation warnings.
1000 2006-06-12 [wwp] 2.3.0cvs1
1002 * manual/advanced.xml
1003 * manual/fr/advanced.xml
1004 updates in the "templates" section of the manual (eng/fr):
1005 - be more precise (both versions)
1006 - completed to match the english reference (fr version)
1007 - touchups (both versions)
1009 2006-06-12 [paul] 2.3.0
1013 2006-06-12 [paul] 2.2.3cvs14
1024 updated by Miquel Oliete, Tim, Stephan Sachse,
1025 Stavros Giannouris, Fabien Vantard, Andrea
1026 Spadaccini, Frederico Goncalves Guimaraes,
1027 Aleksandar Urosevic, and Ralgh Young
1029 2006-06-12 [colin] 2.2.3cvs13
1034 2006-06-11 [colin] 2.2.3cvs12
1037 Verify that g_malloc() succeeded
1039 2006-06-11 [colin] 2.2.3cvs11
1042 Add Face header to welcome mail
1044 2006-06-10 [colin] 2.2.3cvs10
1047 Revert previous (Forgot it changes the
1048 margin on the whole mail)
1050 2006-06-10 [colin] 2.2.3cvs9
1053 Don't overlap long headers under (X-)Face
1055 2006-06-10 [mones] 2.2.3cvs8
1058 allow generation of manual on systems lacking saxon binary
1059 but with java and the saxon library installed
1064 2006-06-09 [colin] 2.2.3cvs7
1067 Fix leak when using Display Sender using Addressbook
1069 2006-06-09 [colin] 2.2.3cvs6
1078 2006-06-09 [paul] 2.2.3cvs5
1082 * tools/claws.i18n.status.pl
1083 updated with new info
1085 2006-06-09 [paul] 2.2.3cvs4
1090 add wwp to authors list
1092 update mine and Colin's addresses
1094 2006-06-08 [colin] 2.2.3cvs3
1096 * src/etpan/imap-thread.c
1097 Fix leak on SSL cert check
1099 2006-06-08 [colin] 2.2.3cvs2
1101 * src/common/utils.c
1104 2006-06-08 [paul] 2.2.3cvs1
1107 Update version number following
1110 2006-06-07 [colin] 2.2.2cvs3
1113 Fix catching cache read errors (guint instead of gint)
1114 Prevent malloc'ing more than 8MB (means cache corruption)
1116 2006-06-07 [paul] 2.2.2cvs2
1123 * src/common/utils.c
1124 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1126 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1129 2006-06-06 [paul] 2.2.2cvs1
1132 Update version number following
1135 2006-06-06 [paul] 2.2.1cvs6
1138 fix implicit declaration of
1140 Patch by Fabien Vantard
1142 2006-06-06 [paul] 2.2.1cvs5
1145 fix age_greater and age_lower so that they
1146 mean what say and not '...or equal to'
1149 2006-06-06 [paul] 2.2.1cvs4
1152 * src/common/utils.c
1156 2006-06-05 [wwp] 2.2.1cvs3
1158 * manual/fr/account.xml
1159 minor language fixes (thanks to Fabien Vantard).
1161 2006-06-05 [colin] 2.2.1cvs2
1163 * src/prefs_folder_item.c
1165 Allow recursive setting of properties
1168 Don't freeze on 'test' filtering rule
1170 2006-06-05 [colin] 2.2.1cvs1
1173 Update version number following
1176 2006-06-04 [wwp] 2.2.0cvs82
1178 * manual/glossary.xml
1179 * manual/account.xml
1180 * manual/fr/glossary.xml
1181 * manual/fr/account.xml
1182 added glossary section and references/links related to the Face custom header.
1184 2006-06-04 [colin] 2.2.0cvs81
1187 Skip to next message on move with no
1190 2006-06-04 [wwp] 2.2.0cvs80
1193 added sanity checks, exit when needed.
1195 2006-06-03 [paul] 2.2.0cvs79
1197 * src/prefs_receive.c
1198 page name is now 'Receiving'
1200 page name is now 'Sending'
1202 2006-06-03 [colin] 2.2.0cvs78
1204 * src/plugins/spamassassin/spamassassin_gtk.c
1205 Autoswitch to Localhost if transport was previously
1206 disabled. Else people had to check [] Enable, then
1207 *reselect* transport.
1209 2006-06-03 [colin] 2.2.0cvs77
1211 * src/plugins/pgpinline/pgpinline.c
1212 * src/plugins/pgpmime/pgpmime.c
1213 Check that gpg_data_release_and_get_mem
1214 didn't fail (now, why this happens...)
1216 2006-06-03 [colin] 2.2.0cvs76
1219 Fix bug #962 (Manual and/or UI should
1220 warn about incompatible locking
1223 2006-06-02 [cleroy] 2.2.0cvs75
1231 2006-06-02 [colin] 2.2.0cvs74
1234 On exit, free caches after writing them
1235 Shuts up some valgrind false positives
1237 * src/send_message.c
1238 Fix races when reusing existing SMTP connections
1239 Fix inexistant session timeout
1241 Display alertpanel after all queues have
1242 been processed, not after each
1244 2006-06-02 [wwp] 2.2.0cvs73
1246 * manual/fr/glossary.xml
1249 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1251 2006-06-02 [wwp] 2.2.0cvs72
1254 * manual/dist/pdf/Makefile.am
1255 * manual/dtd/manual.xsl
1256 * manual/fr/dist/pdf/Makefile.am
1257 * manual/pl/dist/pdf/Makefile.am
1258 we changed the procedure to generate the .pdf version of the manual.
1259 The procedure is more modern and the .pdf we get now has a valid index.
1260 Here are the new pre-requisites:
1262 - JRE 1.x (1.4 here): there must be one from your distro
1263 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1264 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1265 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1267 See my posts for further info about the installation of this toolchain:
1269 Date: Fri, 19 May 2006 19:40:06 +0200
1270 From: wwp <subscript@free.fr>
1271 To: sylpheed-claws-devel@lists.sourceforge.net
1272 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1276 Date: Wed, 24 May 2006 12:58:49 +0200
1277 From: wwp <subscript@free.fr>
1278 To: sylpheed-claws-devel@lists.sourceforge.net
1279 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1281 2006-06-01 [colin] 2.2.0cvs71
1284 Better guards against IMAP races
1286 * src/prefs_common.c
1287 * src/prefs_common.h
1288 * src/common/ssl_certificate.c
1289 * src/etpan/imap-thread.c
1290 * src/etpan/imap-thread.h
1291 * src/gtk/sslcertwindow.c
1292 New hidden option ssl_skip_cert_check to
1293 avoid dups of bug #959 (libetpan linked
1294 against gnutls and gnutls buggy on 64bit)
1295 Present expired warning only once per
1297 * manual/advanced.xml
1298 * manual/fr/advanced.xml
1301 2006-06-01 [wwp] 2.2.0cvs70
1304 fix for bug #961 (return receipt dialog
1305 complains incorrectly about return-path
1306 email adress being different), thanks
1309 2006-05-31 [cleroy] 2.2.0cvs69
1312 Guard against NULLs, although this
1313 should never be an issue
1315 2006-05-31 [colin] 2.2.0cvs68
1320 Don't remove caches when destroying folder, it
1321 could (should) be done at exit
1323 free processing cache after incorporation
1324 * src/etpan/imap-thread.c
1325 Maybe fix bug #959 (Crash on moving to emails
1326 to a imap account per ssl with a expired
1329 2006-05-30 [colin] 2.2.0cvs67
1332 Put back event flush when displaying message
1333 It avoids reading a bunch of messages just
1334 by hitting shift-n for too long ;)
1336 2006-05-29 [colin] 2.2.0cvs66
1339 Remove useless g_warnings
1341 2006-05-29 [colin] 2.2.0cvs65
1344 Fix g_slist_append()s for performance
1346 2006-05-29 [colin] 2.2.0cvs64
1349 * src/common/utils.c
1350 Fix extraneous tab at start of addresses
1352 Fix warnings (thanks to Fabien)
1353 Fix crash at exit when composing messages
1356 Fix progress bar when deleting expired mails
1359 * src/gtk/gtksctree.c
1360 Fix re-sorting slowness
1362 2006-05-29 [paul] 2.2.0cvs63
1365 fetch full message when moving mails
1366 from another mailbox, (fixed data loss
1367 when filtering from IMAP to MH, introduced
1371 2006-05-29 [mones] 2.2.0cvs62
1373 * src/gtk/gtksctree.c
1374 Unselect faster (patch by Colin)
1376 2006-05-26 [colin] 2.2.0cvs61
1379 Unplug MSGINFO_UPDATE callback on delete too.
1381 2006-05-26 [colin] 2.2.0cvs60
1384 Fix bold in folder selection window with glib2.10
1387 2006-05-26 [colin] 2.2.0cvs59
1390 Convert date only if necessary (and don't
1391 try to convert from utf8 to utf8, too)
1393 Only set column's text if the column's
1396 2006-05-26 [colin] 2.2.0cvs58
1399 * src/gtk/gtkutils.c
1402 2006-05-26 [colin] 2.2.0cvs57
1405 Make summaryview selectable as long as
1406 no message has focus
1408 Faster deletion (by implementing mh_remove_msgs)
1409 Faster copy (avoid using mh_fetch_msg just to get
1411 Faster move (using move_file instead of copy_file
1413 No progressbar if total number of mails to cp/mv
1416 Fix removal from subject_table when mail gets moved
1417 Faster deletion (g_slist_prepend instead of append)
1418 * src/gtk/gtksctree.c
1421 2006-05-25 [colin] 2.2.0cvs56
1423 * src/common/ssl_certificate.c
1424 Fix leak in expired cert check
1426 2006-05-25 [colin] 2.2.0cvs55
1429 Disable flags syncing on .mh_sequences - it
1430 is buggy and marks mails read under unknown
1435 * 2.3.0-rc4 released
1437 2006-05-24 [colin] 2.2.0cvs54
1439 attention cvs users: if you manage to crash
1440 Sylpheed-Claws while moving, copying or deleting
1441 mails, we *are* interested in stack traces and
1442 valgrind logs. It looks stable, but one never
1446 Add progressbar for cache updates
1448 Optimize Mark all read in the current
1451 Add progressbar for copy/move
1453 Optimize O(n^2) in copy/move
1455 * src/gtk/gtksctree.c
1456 Optimize O(n^2) algos
1457 * src/common/timing.h
1458 Display ms instead of us
1460 2006-05-24 [wwp] 2.2.0cvs53
1462 * manual/fr/advanced.xml
1463 updates to the French manual.
1465 2006-05-24 [wwp] 2.2.0cvs52
1467 * src/common/utils.c
1468 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1470 2006-05-24 [wwp] 2.2.0cvs51
1473 fixed "mark all read" in MH folders (thanks to Colin).
1475 2006-05-24 [paul] 2.2.0cvs50
1477 * doc/man/sylpheed-claws.1
1478 updated the man page
1480 2006-05-23 [colin] 2.2.0cvs49
1488 * src/send_message.c
1490 * src/gtk/sslcertwindow.c
1491 alertpanel fixes, by Fabien
1493 2006-05-23 [colin] 2.2.0cvs48
1499 * src/gtk/gtksctree.c
1500 * src/gtk/gtksctree.h
1502 Fix slow loading problem, which was caused by the
1503 use of some gtk_ctree funcs and their use of
1504 g_list_position while gtk_ctree_(un)link'ing.
1505 Reap more functions from gtkctree.c to be sure we
1506 use our (fast) version instead of theirs.
1508 Fix copy of unread mails
1511 2006-05-22 [wwp] 2.2.0cvs47
1513 * manual/fr/advanced.xml
1516 2006-05-22 [colin] 2.2.0cvs46
1519 Fix possible infinite loop. 'copy' is not a
1520 final action, so when encountering a 'copy',
1521 we have to check if a previous one was set
1522 and do it. In the same way, if we encounter
1523 a 'move' we have to perform a possibly
1524 pending 'copy'. This will slow down filtering
1525 on IMAP if move+copy or multiple copy actions
1526 are to be done, but handling it via the batch
1527 would be really too convoluted.
1529 2006-05-22 [wwp] 2.2.0cvs45
1531 * manual/fr/advanced.xml
1533 * manual/fr/glossary.xml
1534 * manual/fr/handling.xml
1535 * manual/fr/intro.xml
1536 * manual/fr/plugins.xml
1537 * manual/fr/sylpheed-claws-manual.xml
1538 sync w/ the english manual: updates URIs, documented mailing-list
1539 support, better explanation about the enabled/disabled feature
1540 in filtering/processing rules by Paul.
1542 2006-05-21 [colin] 2.2.0cvs44
1545 Don't expand after building threads, but during
1547 2006-05-21 [colin] 2.2.0cvs43
1551 More timing possibilities... For next time I have
1552 to find out how the hell some 3GHz computer takes
1553 one minute to open a 30k folder...
1555 2006-05-21 [colin] 2.2.0cvs42
1557 * manual/pl/advanced.xml
1559 * manual/pl/glossary.xml
1560 * manual/pl/handling.xml
1561 * manual/pl/intro.xml
1562 * manual/pl/plugins.xml
1563 * manual/pl/sylpheed-claws-manual.xml
1564 Polish manual updated by Pawel
1568 * 2.3.0-rc3 released
1570 2006-05-20 [colin] 2.2.0cvs41
1574 - remove cache of moved messages from original folder
1575 - apply new flags to messages even if they aren't appliable
1580 * 2.3.0-rc2 released
1582 2006-05-19 [colin] 2.2.0cvs40
1585 Don't issue SELECT in imap_change_flags
1586 before having checked that we indeed have
1587 some flags to change. MSG_POSTFILTERED for
1588 example can't be used on IMAP.
1589 Fixes bug #955 (copying messages between
1590 imap folders is extremely slow), which was
1593 2006-05-19 [colin] 2.2.0cvs39
1598 Try to fix bug #830 (Some unread messages
1599 get marked read in IMAP inbox):
1600 - Prevent scanning a folder if it's being
1602 - Postpone opening via the GUI of a folder
1606 2006-05-19 [wwp] 2.2.0cvs38
1608 * manual/advanced.xml
1609 fix English+typo (thanks to Paul).
1611 2006-05-19 [wwp] 2.2.0cvs37
1613 * manual/advanced.xml
1614 * manual/fr/advanced.xml
1615 * src/gtk/logwindow.c
1616 * src/prefs_common.c
1617 * src/prefs_common.h
1618 added hidden prefs to allow customization of colors used in
1619 protocol log window (useful for dark gtk+ themes).
1621 2006-05-19 [wwp] 2.2.0cvs36
1624 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1626 2006-05-19 [paul] 2.2.0cvs35
1629 make Reply-To fully clickable
1630 * src/gtk/logwindow.c
1631 more colouring (SMTP ESMTP)
1632 Both patches by Pawel Pekala
1634 2006-05-19 [cleroy] 2.2.0cvs34
1637 Don't update flags from current folder
1638 Probably fixes bug #935 (Read Messages
1639 Revert to Being Marked as Unread)
1641 2006-05-18 [colin] 2.2.0cvs33
1649 Allow replying to multiple emails
1652 * src/etpan/imap-thread.c
1655 2006-05-18 [paul] 2.2.0cvs32
1658 keep Mailing-List menu refreshed
1661 2006-05-18 [paul] 2.2.0cvs31
1663 * manual/advanced.xml
1665 * manual/glossary.xml
1666 * manual/handling.xml
1668 * manual/plugins.xml
1669 * manual/sylpheed-claws-manual.xml
1671 add info about mailing-list support
1676 * src/plugins/dillo_viewer/README
1679 2006-05-17 [wwp] 2.2.0cvs30
1681 * manual/handling.xml
1682 * manual/fr/handling.xml
1683 documented the ability to enabled/disable filtering/processing rules.
1685 2006-05-17 [colin] 2.2.0cvs29
1688 Don't initialize g_thread subsystem if it's
1689 already done (thanks to Hiro)
1691 Fix saving of parts when there name can't be
1692 converted from UTF-8.
1694 2006-05-17 [paul] 2.2.0cvs28
1697 fix config.status warning with autoconf 2.60
1699 2006-05-17 [paul] 2.2.0cvs27
1704 2006-05-17 [wwp] 2.2.0cvs26
1707 fix useless and potentially dangerous buffer walking (thanks to Colin).
1709 2006-05-17 [wwp] 2.2.0cvs25
1711 * src/plugins/demo/demo.c
1712 updated product name in plugin demo (many plugins need to be
1713 sync'ed w/ that change).
1715 2006-05-17 [colin] 2.2.0cvs24
1720 2006-05-16 [colin] 2.2.0cvs23
1723 Stupid me hit again. Fix cvs22.
1725 2006-05-16 [colin] 2.2.0cvs22
1728 Fix bug #922 (sylpheed-claws crashed after
1729 pushing on Inbox folder)
1731 2006-05-16 [colin] 2.2.0cvs21
1734 Make From header be copy/paste/select-able
1736 2006-05-16 [wwp] 2.2.0cvs20
1741 * src/etpan/imap-thread.c
1742 fix some compiler warnings (thanks to Colin).
1744 2006-05-16 [wwp] 2.2.0cvs19
1752 * src/send_message.c
1754 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1756 2006-05-15 [colin] 2.2.0cvs18
1759 Fix automatic rule creation with List-Post
1761 2006-05-15 [paul] 2.2.0cvs17
1763 * tools/filter_conv_new.pl
1764 updated for rule enabling/disabling
1765 claws version >= 2.3.x required
1767 2006-05-15 [cleroy] 2.2.0cvs16
1772 2006-05-15 [cleroy] 2.2.0cvs15
1777 2006-05-15 [wwp] 2.2.0cvs14
1779 * manual/pl/.cvsignore
1780 ignore generated files.
1782 2006-05-14 [wwp] 2.3.0-rc1
1784 * 2.3.0-rc1 released
1786 2006-05-13 [wwp] 2.2.0cvs13
1791 * src/matcher_parser_lex.l
1792 * src/matcher_parser_parse.y
1793 * src/prefs_filtering.c
1794 new feature: provide the ability to disable filtering and processing
1795 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1798 2006-05-13 [colin] 2.2.0cvs12
1801 Remove useless if (a) b; else b;
1804 2006-05-13 [wwp] 2.2.0cvs11
1812 no more silent failures (or at least less ones) when importing
1813 or exporting from/to mbox. Also start importing/exporting if
1814 the necessary info is set.
1816 2006-05-13 [wwp] 2.2.0cvs10
1819 restored up-to-date release notes.
1821 2006-05-13 [paul] 2.2.0cvs9
1825 updated by Tim Dijkstra and Pavlo Bohmat
1827 2006-05-12 [colin] 2.2.0cvs8
1829 * src/gtk/quicksearch.c
1830 Add "k" as shortcut for "colorlabel". Patch
1831 by ath42@users.sf.net.
1833 2006-05-12 [paul] 2.2.0cvs7
1835 * src/prefs_common.h
1836 * src/prefs_summaries.c
1838 when entering a folder also allow
1839 going directly to first Marked message
1841 2006-05-12 [paul] 2.2.0cvs6
1844 always obey 'confirm before marking all
1847 2006-05-12 [paul] 2.2.0cvs5
1850 make Sender fully clickable
1852 2006-05-12 [colin] 2.2.0cvs4
1856 Let From be editable
1859 Full support of .mh_sequences' Unseen seq
1861 2006-05-12 [colin] 2.2.0cvs3
1867 * src/prefs_spelling.c
1874 Add contextual menu on Compose toolbar
1875 button. Fixes bug #944 (Automatic
1876 addresses not applied when changing account
1877 from compose window)
1878 add Mailing List support
1879 based on the old 0.6.5claws25 patch by
1880 Melvin Hadasht, with finishing touches
1882 Fix "ignore thread" when mails are threaded by
1883 subject (and weren't ignored although appearing
1886 Both patches by Pawel.
1888 2006-05-08 [paul] 2.2.0cvs2
1897 add Mailing List support
1898 based on the old 0.6.5claws25 patch by
1899 Melvin Hadasht, with finishing touches
1902 2006-05-08 [colin] 2.2.0cvs1
1907 Add contextual menu on Compose toolbar
1908 button. Fixes bug #944 (Automatic
1909 addresses not applied when changing account
1910 from compose window)
1912 2006-05-08 [paul] 2.2.0
1916 2006-05-08 [paul] 2.1.1cvs51
1926 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1927 Fabien Vantard, Frederico Goncalves Guimaraes,
1928 Aleksandar Urosevic, and Ralgh Young
1930 2006-05-12 [colin] 2.1.1cvs50
1941 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1942 Fabien Vantard, Frederico Goncalves Guimaraes,
1943 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1945 2006-05-05 [colin] 2.1.1cvs49
1947 * manual/Makefile.am
1948 * manual/pl/Makefile.am
1949 * manual/pl/account.xml
1951 * manual/pl/addrbook.xml
1952 * manual/pl/advanced.xml
1954 * manual/pl/glossary.xml
1956 * manual/pl/handling.xml
1957 * manual/pl/intro.xml
1958 * manual/pl/keyboard.xml
1959 * manual/pl/plugins.xml
1960 * manual/pl/starting.xml
1961 * manual/pl/sylpheed-claws-manual.xml
1962 * manual/pl/dist/.cvsignore
1963 * manual/pl/dist/Makefile.am
1964 * manual/pl/dist/html/.cvsignore
1965 * manual/pl/dist/html/Makefile.am
1966 * manual/pl/dist/pdf/.cvsignore
1967 * manual/pl/dist/pdf/Makefile.am
1968 * manual/pl/dist/ps/.cvsignore
1969 * manual/pl/dist/ps/Makefile.am
1970 * manual/pl/dist/txt/.cvsignore
1971 * manual/pl/dist/txt/Makefile.am
1972 Add the polish translation of the manual,
1973 Authored by Pawel Pekala.
1975 2006-05-05 [cleroy] 2.1.1cvs48
1978 Re-read matcherrc after loading plugins
1979 if some of them add folders.
1981 2006-05-03 [colin] 2.1.1cvs47
1986 2006-05-03 [colin] 2.1.1cvs46
1989 Be sure to have a session when
1992 2006-05-03 [colin] 2.1.1cvs45
1997 Fix preventing renaming with namespace
2000 2006-05-01 [colin] 2.1.1cvs44
2003 Don't reload messageview when result of
2006 2006-04-29 [colin] 2.1.1cvs43
2008 * src/prefs_receive.c
2009 * src/plugins/spamassassin/spamassassin_gtk.c
2010 * src/plugins/clamav/clamav_plugin_gtk.c
2013 2006-04-29 [colin] 2.1.1cvs42
2015 * src/prefs_compose_writing.c
2017 Cleanups. Patch by Pawel
2019 2006-04-28 [paul] 2.1.1cvs41
2022 fix returned quick search results when search
2023 term contains an underscore.
2026 2006-04-28 [paul] 2.1.1cvs40
2028 * src/prefs_message.c
2029 * src/prefs_receive.c
2031 Patches by Pawel Pekala
2033 2006-04-27 [colin] 2.1.1cvs39
2036 Differentiate subject Welcome from
2037 window's title Welcome
2043 2006-04-27 [paul] 2.1.1cvs38
2045 * manual/advanced.xml
2046 * manual/fr/advanced.xml
2047 add info about compose_no_markup hidden pref
2049 2006-04-27 [paul] 2.1.1cvs37
2051 * src/prefs_account.c
2052 improve privacy labels
2053 * src/prefs_msg_colors.c
2054 change some strings for translators' convenience
2055 * src/gtk/gtkutils.c
2056 don't underline the link button text
2058 2006-04-25 [colin] 2.1.1cvs36
2061 Complete 2.1.1cvs33 (once more ;)
2063 2006-04-25 [colin] 2.1.1cvs35
2068 2006-04-25 [cleroy] 2.1.1cvs34
2071 * src/gtk/gtkaspell.c
2072 Fix crash on redirect (related to the return
2073 of the aspell menu in compose's toolbar)
2074 * src/prefs_msg_colors.c
2075 Fix sensitivity widgets
2076 * src/image_viewer.c
2077 * src/gtk/pluginwindow.c
2078 * src/gtk/prefswindow.c
2079 Change released signals to clicked (Fabien)
2081 * src/common/socket.c
2082 * src/plugins/spamassassin/spamassassin.c
2083 Translate strings (Fabien)
2085 2006-04-25 [paul] 2.1.1cvs33
2090 complete the fix of bug #912
2093 2006-04-25 [colin] 2.1.1cvs32
2101 Patches by Pawel Pekala
2103 2006-04-24 [colin] 2.1.1cvs31
2106 Fix compilation warnings (Fabien)
2108 2006-04-24 [colin] 2.1.1cvs30
2112 * src/editldap_basedn.c
2113 * src/editldap_basedn.h
2119 Fix bug #901 (LDAPS support)
2121 2006-04-24 [colin] 2.1.1cvs29
2124 Fix logic on error with send dialog on
2126 Fix compilation without libetpan, thanks
2129 Fix 'context-menu' key
2131 2006-04-23 [colin] 2.1.1cvs28
2134 Never free current's cache to free up
2135 memory. Fixes bug #912 (new count
2136 randomly set to message count)
2138 2006-04-23 [colin] 2.1.1cvs27
2140 * src/gtk/quicksearch.c
2141 And remove printf...
2143 2006-04-23 [colin] 2.1.1cvs26
2145 * src/gtk/quicksearch.c
2146 Fix replacing in quicksearch, and fix inserting
2147 in the middle of the string. (introduced at 2.1.0cvs22)
2149 2006-04-23 [colin] 2.1.1cvs25
2152 Make sure uidnext is initialized in get_num_list
2153 (not for stable, related to 2.1.1cvs8 and friends)
2155 2006-04-23 [colin] 2.1.1cvs24
2158 Output something when login is successful
2161 2006-04-23 [colin] 2.1.1cvs23
2163 * src/etpan/imap-thread.c
2164 Better logging (line-per-line, hide data in fetch)
2166 * src/gtk/logwindow.c
2167 * src/gtk/logwindow.h
2168 Better logging (color for input/output)
2170 2006-04-21 [colin] 2.1.1cvs22
2172 * src/gtk/quicksearch.c
2173 On gtk+-2.8, use stock buttons in quicksearch
2174 Based on a patch by Fabien and a design by Paul
2176 2006-04-21 [colin] 2.1.1cvs21
2180 Fix occasional flicker in folderview
2181 * src/common/utils.c
2182 Fix bug #943 (Incorrectly parsed email address
2183 list in short headers on message view and in
2186 2006-04-20 [colin] 2.1.1cvs20
2190 * src/prefs_account.c
2191 Add ANONYMOUS auth for IMAP
2193 2006-04-20 [paul] 2.1.1cvs19
2196 proper fix for 2.1.1cvs18
2199 2006-04-20 [paul] 2.1.1cvs18
2204 2006-04-20 [paul] 2.1.1cvs17
2206 * src/gtk/quicksearch.c
2207 fix standard, non-extended Quick search,
2208 was broken in 2.1.1cvs15.
2211 2006-04-20 [colin] 2.1.1cvs16
2213 * src/prefs_matcher.c
2214 Fix values when reselecting a ~test
2217 2006-04-19 [colin] 2.1.1cvs15
2221 * src/gtk/gtkaspell.c
2222 * src/gtk/gtkaspell.h
2223 Put back Options menu in Spelling/
2224 * src/gtk/quicksearch.c
2225 Don't search, and show error, if the
2226 advanced search has a syntax error
2228 2006-04-18 [colin] 2.1.1cvs14
2231 Fix gdk warnings on set_cursor when textview
2234 2006-04-18 [colin] 2.1.1cvs13
2236 * src/gtk/gtksctree.c
2237 Remove seemingly useless refresh that causes
2238 flicker - watch this commit in case of
2239 problems before planned backport to stable
2241 2006-04-18 [colin] 2.1.1cvs12
2244 Factorize get/set_xml code
2246 * src/prefs_account.c
2247 * src/prefs_account.h
2249 Add Encrypt to self option
2251 2006-04-17 [colin] 2.1.1cvs11
2254 Fix search on encrpyt function on dragonfly
2255 Patch by Jonathan Buschmann <jonthn@agmact.com>
2257 2006-04-17 [colin] 2.1.1cvs10
2259 * src/prefs_account.c
2260 Be safe by default: remove mails from POP3
2261 after 7 days, not immediately
2263 2006-04-17 [colin] 2.1.1cvs9
2265 * src/etpan/imap-thread.c
2266 Fix build on DragonFly - patch by
2267 Jonathan Buschmann <jonthn@agmact.com>
2269 2006-04-17 [colin] 2.1.1cvs8
2272 Save uidnext between sessions
2274 2006-04-17 [colin] 2.1.1cvs7
2277 scan is required when uid validity changes
2279 2006-04-17 [colin] 2.1.1cvs6
2282 Don't scan if not necessary, apart in current
2283 folder and INBOX to fetch flags.
2285 Scan is necessary if unread count changes
2287 2006-04-17 [colin] 2.1.1cvs5
2290 ...But always fetch ANSWERED and DELETED flags for
2291 INBOX, as filtering can happen on these flags.
2293 2006-04-17 [colin] 2.1.1cvs4
2296 Don't fetch REPLIED and DELETED flags when synchronising
2297 flags with a closed folder. We only need UNSEEN and FLAGGED
2298 to update the folderview.
2300 2006-04-17 [colin] 2.1.1cvs3
2303 Faster flag search when there are new mails
2304 in a folder. We can do a full search if the
2305 folder contains less messages than the new
2308 2006-04-17 [colin] 2.1.1cvs2
2315 Update translations from stable branch
2317 2006-04-17 [colin] 2.1.1cvs1
2320 Bump version to follow stable release
2322 2006-04-16 [mones] 2.1.0cvs50
2327 2006-04-16 [colin] 2.1.0cvs49
2330 Fix bgcolor not unset on gtk 2.8, while preventing warnings
2331 with gtk < 2.8. Thanks to Fabien Vantard.
2333 2006-04-15 [colin] 2.1.0cvs48
2335 * src/etpan/imap-thread.c
2336 Fix bug #919 (libetpan: SEGV when connecting
2339 2006-04-14 [colin] 2.1.0cvs47
2342 Fix race on --select (should be done better)
2344 2006-04-14 [wwp] 2.1.0cvs46
2346 * src/send_message.c
2347 enforce a check for domain in account prefs (a sending
2348 error could be faced if domain was checked but no value set),
2351 2006-04-14 [colin] 2.1.0cvs45
2354 when converting from unknown to unknown, if the
2355 string is UTF8, don't convert it to the locale
2358 2006-04-14 [colin] 2.1.0cvs44
2361 Don't try to use ASCII for converting headers
2364 2006-04-14 [paul] 2.1.0cvs43
2367 add locale/charset info to crash report
2370 replace 'e-mail' with preferred 'email'
2372 ensure contributors list is in alphabetical
2375 2006-04-13 [colin] 2.1.0cvs42
2378 Prevent gdk warnings
2380 2006-04-13 [colin] 2.1.0cvs41
2382 * src/common/ssl_certificate.c
2383 * src/common/ssl_certificate.h
2384 * src/gtk/sslcertwindow.c
2385 Warn on expired certs, and display the expiration date
2387 2006-04-13 [colin] 2.1.0cvs40
2389 * src/plugins/spamassassin/spamassassin_gtk.c
2390 Fix missing set_text on unix socket
2392 2006-04-13 [wwp] 2.1.0cvs39
2394 * manual/fr/advanced.xml
2395 * manual/fr/glossary.xml
2396 applied new spam/ham/email lexicon (pourriel, courriel)
2398 2006-04-13 [paul] 2.1.0cvs38
2400 * src/plugins/pgpmime/plugin.c
2401 remove the mention of S/MIME from the
2402 description. This is now handled by the
2405 2006-04-13 [paul] 2.1.0cvs37
2407 * src/prefs_msg_colors.c
2409 * src/prefs_folder_item.c
2410 * src/prefs_spelling.c
2411 add a tooltip to the colour selector buttons
2413 2006-04-13 [wwp] 2.1.0cvs36
2415 * manual/advanced.xml
2416 * manual/glossary.xml
2417 * manual/handling.xml
2418 * manual/keyboard.xml
2419 * manual/plugins.xml
2420 * manual/starting.xml
2421 * manual/fr/account.xml
2423 * manual/fr/addrbook.xml
2424 * manual/fr/advanced.xml
2426 * manual/fr/glossary.xml
2428 * manual/fr/handling.xml
2429 * manual/fr/intro.xml
2430 * manual/fr/keyboard.xml
2431 * manual/fr/plugins.xml
2432 * manual/fr/starting.xml
2433 * manual/fr/sylpheed-claws-manual.xml
2434 fixes to the manuals:
2435 - summaryview -> Message List (same in French)
2436 - translate key names
2437 - fix French punctuation, use non-breakable spaces when
2438 necessary, don't use   which is not portable
2439 - tell what maildir and mbox formats we support
2441 2006-04-12 [wwp] 2.1.0cvs35
2443 * src/prefs_toolbar.c
2444 unified a replace button more,
2445 patch by Fabien Vantard <fzzzzz@gmail.com>.
2447 2006-04-12 [wwp] 2.1.0cvs34
2449 * src/prefs_common.c
2450 * src/prefs_msg_colors.c
2451 make default color labels translatable,
2452 patch from Fabien Vantard <fzzzzz@gmail.com>,
2453 thanks to Tim <timbrain@post.cz> for reporting.
2455 2006-04-12 [wwp] 2.1.0cvs33
2457 * manual/glossary.xml
2459 * manual/plugins.xml
2460 * manual/starting.xml
2461 * manual/sylpheed-claws-manual.xml
2462 * manual/fr/.cvsignore
2463 * manual/fr/account.xml
2465 * manual/fr/addrbook.xml
2466 * manual/fr/advanced.xml
2468 * manual/fr/glossary.xml
2469 * manual/fr/handling.xml
2470 * manual/fr/intro.xml
2471 * manual/fr/keyboard.xml
2472 * manual/fr/plugins.xml
2473 * manual/fr/starting.xml
2474 * manual/fr/sylpheed-claws-manual.xml
2475 various fixes: typos, missing .fr translations, punctuation,
2476 capitalization, links, accents and some bad French more.
2478 2006-04-12 [wwp] 2.1.0cvs32
2481 fix for bug #935: always store prefs files in UTF-8 (thanks
2484 2006-04-11 [colin] 2.1.0cvs31
2487 Fix inserting files not in utf8 when locale is utf8
2489 2006-04-11 [colin] 2.1.0cvs30
2492 Don't show error dialog when cancelling connection
2495 2006-04-11 [cleroy] 2.1.0cvs29
2498 Implement multiple quote levels
2499 * src/prefs_common.c
2500 Change a little bit the quote bgcolor for 2nd level
2502 2006-04-11 [colin] 2.1.0cvs28
2505 Add locale and charset in the label
2507 2006-04-10 [colin] 2.1.0cvs27
2510 * src/prefs_common.c
2511 * src/prefs_common.h
2512 * src/prefs_msg_colors.c
2514 Allow optional background color in quotes
2515 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2518 2006-04-10 [colin] 2.1.0cvs26
2525 2006-04-10 [colin] 2.1.0cvs25
2527 * manual/plugins.xml
2528 * manual/fr/plugins.xml
2529 Document libcurl's proxy variables
2531 2006-04-09 [colin] 2.1.0cvs24
2533 * src/prefs_common.c
2534 gettext() returns statically allocated stuff. We have
2535 to strdup it in order to be able to free it.
2537 2006-04-09 [colin] 2.1.0cvs23
2543 2006-04-09 [colin] 2.1.0cvs22
2546 * src/gtk/quicksearch.c
2547 Fix bug #859 (problems with cyrilic input in
2548 search panel) - Patch by Alexey Illarionov
2549 <littlesavage@rambler.ru>
2551 2006-04-09 [colin] 2.1.0cvs21
2553 * src/prefs_customheader.c
2554 I prefer removing then freeing rather than the contrary
2555 (even if it doesn't change anything ;-)
2556 * src/prefs_account.c
2557 Fix bug #933 (Crash re-entering the custom headers list
2558 dialog in accounts prefs)
2559 The problem happened when cancelling the Account
2560 Preferences' dialogs - in which case we didn't do
2561 anything to the PrefsAccount * struct. In case of applying,
2562 the old ac_prefs was replaced with the tmp_ac_prefs we were
2563 working with in this dialog. The problem is that
2564 prefs_customheader.c, working on this tmp_ac_prefs, always
2565 changes the ->customhdr_list pointer, even when cancelled.
2566 So in case of cancelling the prefs_account dialog, we still
2567 have to update ->customhdr_list in the real account.
2569 2006-04-08 [colin] 2.1.0cvs20
2571 * manual/fr/glossary.xml
2572 * manual/fr/keyboard.xml
2573 Forgot some headers :)
2575 2006-04-08 [colin] 2.1.0cvs19
2577 * manual/Makefile.am
2578 * manual/fr/Makefile.am
2579 * manual/fr/account.xml
2581 * manual/fr/addrbook.xml
2582 * manual/fr/advanced.xml
2584 * manual/fr/glossary.xml
2586 * manual/fr/handling.xml
2587 * manual/fr/intro.xml
2588 * manual/fr/keyboard.xml
2589 * manual/fr/plugins.xml
2590 * manual/fr/starting.xml
2591 * manual/fr/sylpheed-claws-manual.xml
2592 * manual/fr/dist/.cvsignore
2593 * manual/fr/dist/Makefile.am
2594 * manual/fr/dist/html/.cvsignore
2595 * manual/fr/dist/html/Makefile.am
2596 * manual/fr/dist/pdf/.cvsignore
2597 * manual/fr/dist/pdf/Makefile.am
2598 * manual/fr/dist/ps/.cvsignore
2599 * manual/fr/dist/ps/Makefile.am
2600 * manual/fr/dist/txt/.cvsignore
2601 * manual/fr/dist/txt/Makefile.am
2602 Add the french translation of the manual. Thanks to
2603 Olivier Delhomme <olivier.delhomme@free.fr> for
2604 account.xml, ack.xml, addrbook.xml and advanced.xml
2606 2006-04-08 [colin] 2.1.0cvs18
2608 * manual/plugins.xml
2609 * manual/starting.xml
2612 2006-04-07 [colin] 2.1.0cvs17
2616 * manual/keyboard.xml
2619 2006-04-07 [colin] 2.1.0cvs16
2623 * src/prefs_common.c
2624 * src/prefs_common.h
2625 Add hidden compose_no_markup pref
2627 2006-04-07 [wwp] 2.1.0cvs15
2629 * src/summary_search.c
2631 Bugfix: stop button was sticky when searching in an empty folder.
2632 Applied curly brackets code style to the whole file (summary_search.c).
2633 More files to ignore.
2635 2006-04-07 [wwp] 2.1.0cvs14
2637 * src/message_search.c
2638 * src/summary_search.c
2639 changed default button when search bumps at file/folder
2640 beginning or end, for convenience (thanks to Colin).
2642 2006-04-07 [paul] 2.1.0cvs13
2644 * src/plugins/dillo_viewer/dillo_prefs.c
2645 avoid future potential for namespace collision
2648 2006-04-06 [wwp] 2.1.0cvs12
2650 * src/summary_search.c
2651 Unify extended/advanced searches names (and thus factorize labels),
2652 patch by Fabien Vantard <fzzzzz@gmail.com>.
2654 2006-04-06 [wwp] 2.1.0cvs11
2657 * src/prefs_themes.c
2659 Fixed some compilation warnings.
2661 2006-04-06 [colin] 2.1.0cvs10
2663 * manual/advanced.xml
2664 Document the wizard template and how to deploy
2665 Sylpheed-Claws effectively
2667 2006-04-06 [colin] 2.1.0cvs9
2670 gettext patch to tell translators about _("#"),
2673 2006-04-06 [colin] 2.1.0cvs8
2676 Fix invalid GtkTextBIter after clicking "Display as text"
2678 2006-04-06 [mones] 2.1.0cvs7
2687 * src/folder_item_prefs.c
2692 * src/prefs_msg_colors.c
2693 * src/prefs_spelling.c
2694 * src/prefs_themes.c
2697 * src/stock_pixmap.c
2701 * src/common/mgutils.c
2702 * src/common/prefs.c
2703 * src/common/ssl_certificate.c
2704 * src/gtk/colorlabel.c
2705 * src/gtk/quicksearch.c
2706 * src/plugins/pgpmime/pgpmime.c
2707 * src/plugins/spamassassin/spamassassin.c
2708 Removed redundant NULL checks for g_free() calls.
2709 Patch by Pawel Pekala.
2711 2006-04-06 [mones] 2.1.0cvs6
2713 * src/prefs_actions.c
2714 * src/prefs_filtering.c
2715 * src/prefs_filtering_action.c
2716 * src/prefs_matcher.c
2717 * src/prefs_template.c
2718 * src/gtk/gtkutils.c
2719 * src/gtk/gtkutils.h
2720 Have a nice replace button. Patch by Pawel Pekala
2722 2006-04-06 [colin] 2.1.0cvs5
2725 Fix crash with empty columns
2727 2006-04-05 [colin] 2.1.0cvs4
2731 Allow wizard customization with pre-filled values
2733 2006-04-05 [colin] 2.1.0cvs3
2738 Nicer messages in mimeview
2740 2006-04-05 [colin] 2.1.0cvs2
2743 * src/prefs_summaries.c
2746 2006-04-05 [colin] 2.1.0cvs1
2748 * src/plugins/pgpcore/plugin.c
2749 * src/plugins/pgpcore/select-keys.c
2750 * src/plugins/pgpcore/select-keys.h
2751 * src/plugins/pgpcore/sgpgme.c
2752 * src/plugins/pgpcore/sgpgme.h
2753 * src/plugins/pgpinline/pgpinline.c
2754 * src/plugins/pgpinline/plugin.c
2755 * src/plugins/pgpmime/pgpmime.c
2756 * src/plugins/pgpmime/plugin.c
2757 Factorize and generalize a bit
2758 Drop S/MIME signature verification from PGP/MIME
2759 (adding it as another, more complete plugin)
2761 2006-04-05 [paul] 2.1.0
2765 2006-04-05 [paul] 2.0.0cvs186
2767 * manual/advanced.xml
2768 add info on colour labels
2770 2006-04-05 [paul] 2.0.0cvs185
2785 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
2786 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
2787 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
2788 Guimaraes, Aleksandar Urosevic, Ralgh Young
2790 * tools/claws.i18n.status.pl
2791 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2792 and new Czech translator, Tim <timbrain@post.cz>
2794 2006-04-05 [mones] 2.0.0cvs184
2799 2006-04-05 [colin] 2.0.0cvs183
2801 * src/gtk/quicksearch.c
2802 Fix bug #929 (unnecessary reload in quick search bar)
2804 2006-04-05 [colin] 2.0.0cvs182
2807 Fix crash on Reply with no From:
2808 Show signature and conversion error on queuing
2813 Factorize threading code and make sure msginfo
2814 is not null when it comes from a GtkCTreeRow's
2816 * src/gtk/gtkaspell.c
2817 Check for necessary things
2818 * src/gtk/gtksctree.c
2819 * src/gtk/gtksctree.h
2820 Reset anchor if necessary when removing node
2822 2006-03-29 [colin] 2.0.0cvs181
2825 Warn for disabled IMAP accounts (due to lack of
2826 libetpan). Breaks string-freeze - sorry - but it
2827 is kind of important ;)
2829 2006-03-28 [colin] 2.0.0cvs180
2831 * src/gtk/gtkutils.c
2832 * src/gtk/gtkutils.h
2833 Add a gtkut_get_link_btn() function that
2834 creates a button which acts like an URI
2835 * src/prefs_themes.c
2837 Use this function (factorizes codes)
2839 * src/gtk/pluginwindow.c
2840 Add a "Get more..." in the plugins window
2842 2006-03-28 [colin] 2.0.0cvs179
2845 * src/common/passcrypt.c
2847 Warning fixes. Patch by Pawel Pekala
2849 2006-03-27 [colin] 2.0.0cvs178
2852 Fix undoing by blocks with spaces
2854 2006-03-27 [colin] 2.0.0cvs177
2857 Set margin to 3px for headers
2863 2006-03-27 [wwp] 2.0.0cvs176
2866 don't reset quicksearch when updating the message list.
2869 2006-03-26 [wwp] 2.0.0cvs175
2872 use a unified border width ('other' tab in the compose window,
2873 patch by Pawel Pekala).
2876 2006-03-26 [wwp] 2.0.0cvs174
2878 * src/common/quoted-printable.c
2880 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2882 2006-03-26 [colin] 2.0.0cvs173
2884 * src/quote_fmt_parse.y
2885 Fix non-UTF8 date formats messing up the whole quote a
2888 2006-03-26 [colin] 2.0.0cvs172
2891 Make sure the date is UTF8 valid, or try to make it
2892 so. IncrediMail is really IncrediStupid.
2894 Fix possible conversions.
2897 2006-03-26 [colin] 2.0.0cvs171
2900 Fix corner cases in body search. This is still a
2901 hack... It seems impossible to make it good and
2902 reasonably fast at the same time.
2904 2006-03-26 [colin] 2.0.0cvs170
2907 I think I killed the twilight zone bug!
2908 summary_select_node() flushes GTK events in order
2909 to be able to center the view. But this also
2910 flushes keypresses like Ctrl-Alt-U, so this can
2911 call summary_show from summary_select_node (itself
2912 called from summary_show, etc.). And the summaryview
2913 has to be unlocked in this function. So just locking
2914 while processing GTK events, and bailing if locked,
2916 Fixes bug #927 (SIGSEGV during Update Summary)
2918 2006-03-25 [colin] 2.0.0cvs169
2921 Fix search in QP-encoded bodies
2922 Fix utf-8 searches in bodies encoded in the
2924 * src/common/quoted-printable.c
2925 * src/common/quoted-printable.h
2926 Add a decode function that doesn't overwrite
2927 the original pointer
2930 2006-03-24 [colin] 2.0.0cvs168
2935 Update message cache after action
2936 Patch by H. Merijn Brand
2937 * src/prefs_msg_colors.c
2939 Patch by Fabien Vantard
2940 * src/plugins/spamassassin/spamassassin_gtk.c
2941 Remove useless translation
2942 Patch by Fabien Vantard
2944 2006-03-23 [colin] 2.0.0cvs167
2947 Let 30 seconds to SSL_connect
2949 2006-03-23 [wwp] 2.0.0cvs166
2952 * src/gtk/description_window.c
2953 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2954 and headers are translated; adjust description windows' width to fit their
2955 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2957 2006-03-23 [paul] 2.0.0cvs165
2959 * src/common/utils.c
2960 fix highlighting of URIs containing "()"
2961 (2.0.0cvs164's reversal fixed)
2964 2006-03-23 [paul] 2.0.0cvs164
2966 * src/common/utils.c
2967 revert patch, (postponing a fix), at 2.0.0cvs120
2968 as it breaks more URIs than it fixes.
2969 Allow '-' to be a terminating character in a URI
2971 2006-03-22 [colin] 2.0.0cvs163
2974 Require libetpan 0.45
2975 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2977 2006-03-22 [paul] 2.0.0cvs162
2980 replace '<-' and '->' buttons with GTK_STOCK graphical
2982 * src/summary_search.c
2983 don't offer '...' for translation
2984 add a tooltip to advanced search '...' button
2985 * src/gtk/quicksearch.c
2986 don't offer '...' for translation
2988 2006-03-21 [colin] 2.0.0cvs161
2991 Fix middle-click pasting (insert at click
2992 position instead of cursor position, don't
2993 remove existing selection and allow pasting
2996 "LDAP Server" -> "LDAP servers"
2998 2006-03-21 [wwp] 2.0.0cvs160
3000 * src/etpan/imap-thread.c
3001 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3003 2006-03-20 [colin] 2.0.0cvs159
3006 Don't reload summaryview after an execute with no
3009 2006-03-19 [colin] 2.0.0cvs158
3012 and put groups at the top, always
3014 2006-03-19 [colin] 2.0.0cvs157
3017 Order groups before names, as previously
3019 2006-03-19 [colin] 2.0.0cvs156
3022 - Sort case-unsensitive
3023 - Put the sort arrow at opening too
3025 2006-03-19 [wwp] 2.0.0cvs155
3028 allow sorting by name/email/remarks, ensure that right-pane's contents
3029 matches the left-pane selection (cleared when appropriate).
3030 Patch by Pawel Pekala <c0rn@o2.pl>.
3032 2006-03-18 [colin] 2.0.0cvs154
3037 2006-03-18 [colin] 2.0.0cvs153
3040 Make sure we hide the preview if we didn't get
3043 2006-03-18 [colin] 2.0.0cvs152
3046 Set cursor to watch for execution (fixes lack
3047 of watch-cursor when dnd'ing hundreds of mails)
3049 Check that mime type is 'image/*' before updating
3050 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3052 2006-03-18 [colin] 2.0.0cvs151
3057 Put a watch cursor in textview too when the mainwindow's
3060 2006-03-18 [colin] 2.0.0cvs150
3063 Change wrong asserts to simple tests
3065 2006-03-17 [colin] 2.0.0cvs149
3069 * src/prefs_msg_colors.c
3072 * src/gtk/colorlabel.c
3073 * src/gtk/colorlabel.h
3074 Add a color label menu in the main menubar
3075 Add (fixed) accels Ctrl-{0-7} to change the color
3076 They have to be fixed because the menu's dynamic,
3077 the items are complex widgets, hence we can't use
3081 2006-03-17 [wwp] 2.0.0cvs148
3084 rollback few lines from my previous commit (those lines come from
3085 a pending patch, accidentally commited, even if neutral as they are
3088 2006-03-17 [wwp] 2.0.0cvs147
3091 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3092 applied code style/indentation to the modified function.
3094 2006-03-17 [wwp] 2.0.0cvs146
3098 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3104 2006-03-17 [paul] 2.0.0cvs145
3107 addressbook_read_file() was called twice
3109 X-Mailer highlighting
3111 2006-03-16 [colin] 2.0.0cvs144
3113 * src/sourcewindow.c
3114 * src/sourcewindow.h
3115 And the last one, in source window.
3117 2006-03-16 [colin] 2.0.0cvs143
3121 Fix the same stuff in compose
3123 2006-03-16 [colin] 2.0.0cvs142
3126 Complete the previous messageview crash fix
3128 2006-03-16 [colin] 2.0.0cvs141
3133 Fix POSTPROCESSING hook
3134 Patch by H. Merijn Brand
3138 Parse Content-Location
3143 Don't crash when a top-level MessageView has
3144 been closed on us. Same problematic than
3145 yesterday's quicksearch issue.
3147 2006-03-15 [colin] 2.0.0cvs140
3149 * src/gtk/quicksearch.c
3150 Fix a bitchy race we didn't think about when we
3151 added quicksearch cancellation:
3152 If the search is not on cached fields, for example
3153 body_part matchcase "stuff"
3154 the matcher code has to get the whole message. If
3155 we're on IMAP, that can be slow, and in order to
3156 be non-blocking, the IMAP code idle loop processes
3157 gtk events too. So it is possible to cancel a
3158 quicksearch while the matcher is getting the mail's
3159 body. After matcher got its body, it will start to
3160 iterate over the matcher list that the Quicksearch's
3161 clear_search_cb() just freed via prepare_matcher().
3163 The fix consists of guarding the matcherlist_match()
3164 call with a boolean 'matching'. If we reset the
3165 quicksearch while matching is TRUE, we don't free
3166 the matcherlist anymore like we did, but we set
3167 another new flag, deferred_free, to TRUE. Then,
3168 in quicksearch_match(), just after returning from
3169 matcherlist_match() and unsetting the matching flag,
3170 we check the deferred_free flag and do the
3171 prepare_matcher() (which does the matcherlist_free)
3172 for real, so we free the matcherlist once it's not
3174 As all of this runs via the glib main loop, we
3175 luckily don't need a mutex.
3177 Also, show progress while searching.
3180 2006-03-14 [colin] 2.0.0cvs139
3183 Make alertpanel_is_open non-static
3185 2006-03-14 [colin] 2.0.0cvs138
3187 * src/prefs_spelling.c
3188 Cleanups - Fabien Vantard
3190 2006-03-14 [wwp] 2.0.0cvs137
3193 code style normalization (curly braces, indentation).
3195 2006-03-14 [wwp] 2.0.0cvs137
3198 code style (braces, indentation)
3200 2006-03-12 [paul] 2.0.0cvs136
3202 * src/prefs_common.c
3203 trans_hdr defaults to FALSE to be RFC-savvy
3204 * src/prefs_summaries.c
3205 add a tooltip to the trans_hdr option
3208 2006-03-12 [paul] 2.0.0cvs135
3210 * src/prefs_matcher.c
3211 give a little more width to the combos
3212 * src/prefs_display_header.c
3214 translate headers if prefs_common.trans_hdr
3217 Patches by Pawel Pekala
3219 2006-03-12 [paul] 2.0.0cvs134
3221 * src/plugins/clamav/clamav_plugin.c
3222 * src/plugins/dillo_viewer/dillo_viewer.c
3223 * src/plugins/pgpcore/plugin.c
3224 * src/plugins/pgpinline/plugin.c
3225 * src/plugins/pgpmime/plugin.c
3226 * src/plugins/spamassassin/spamassassin.c
3227 update/add to descriptions
3228 * src/plugins/spamassassin/spamassassin_gtk.c
3229 fixes to the english, remove superfluous
3230 tooltips, clean up a little
3232 2006-03-12 [paul] 2.0.0cvs133
3235 fix Bug 924, 'Account combo box shows up wrong
3236 if & is in account name'
3238 2006-03-11 [colin] 2.0.0cvs132
3241 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3242 messed up shift-selection because is slows down
3243 moving around summaryview. thanks -users
3245 2006-03-10 [colin] 2.0.0cvs131
3247 * src/plugins/spamassassin/spamassassin_gtk.c
3248 Put back Paul's engrish fixes
3250 2006-03-10 [colin] 2.0.0cvs130
3252 * src/plugins/spamassassin/spamassassin.c
3253 * src/plugins/spamassassin/spamassassin.h
3254 * src/plugins/spamassassin/spamassassin_gtk.c
3255 Cleanup SA prefs page (more)
3256 Patch by Fabien Vantard
3258 2006-03-10 [paul] 2.0.0cvs129
3260 * src/prefs_msg_colors.c
3261 * src/prefs_spelling.c
3264 2006-03-09 [mones] 2.0.0cvs128
3269 2006-03-09 [wwp] 2.0.0cvs127
3272 revert accidental commit (requirement for libetpan 0.43), this time
3275 2006-03-09 [wwp] 2.0.0cvs125
3278 revert accidental commit (requirement for libetpan 0.43)
3280 2006-03-09 [paul] 2.0.0cvs126
3282 * src/prefs_receive.c
3283 remove useless frame
3284 replace 'incorporation' with 'receiving'
3285 * src/plugins/clamav/clamav_plugin_gtk.c
3286 * src/plugins/spamassassin/spamassassin_gtk.c
3287 improve widget sensitivity
3288 fix a bit his engrish
3290 2006-03-09 [wwp] 2.0.0cvs125
3294 * src/prefs_common.c
3295 * src/prefs_common.h
3296 remember some more windows' sizes (add to addressbook and
3299 2006-03-09 [paul] 2.0.0cvs124
3301 * src/plugins/pgpcore/prefs_gpg.c
3302 normalise construction of dialogue
3304 2006-03-09 [paul] 2.0.0cvs123
3306 * src/plugins/trayicon/Makefile.am
3309 2006-03-08 [colin] 2.0.0cvs122
3311 * src/plugins/trayicon/Makefile.am
3312 Fix build in separate dir
3313 Patch by Bamanzi <bamanzi@gmail.com>
3315 2006-03-08 [colin] 2.0.0cvs121
3318 Batch move and copies from summaryview with delayed execution
3321 2006-03-07 [paul] 2.0.0cvs120
3323 * src/common/utils.c
3324 fix highlighting of URIs containing "()"
3325 Patch by Pawel Pekala
3327 2006-03-07 [paul] 2.0.0cvs119
3332 immediately do alphabetical resort when
3333 changing a folder's name
3334 Patch by Pawel Pekala
3336 2006-03-07 [paul] 2.0.0cvs118
3340 when unsubscribing a newsgroup, remove the
3341 folder and msgs in .sylpheed-claws/newscache
3342 Patch by Pawel Pekala <c0rn@gazeta.pl>
3344 2006-03-07 [paul] 2.0.0cvs117
3347 fix wrong Fake URL Warning
3350 2006-03-07 [colin] 2.0.0cvs116
3353 Return immediately when password dialog was
3355 * src/gtk/inputdialog.c
3356 Allow empty strings for passwords
3359 2006-03-06 [colin] 2.0.0cvs115
3362 Prevent double-timeouts when connection fails
3368 2006-03-06 [colin] 2.0.0cvs114
3371 Refresh session during potentially long
3374 2006-03-06 [wwp] 2.0.0cvs113
3376 * src/prefs_msg_colors.h
3377 forgot that one (custom color labels).
3379 2006-03-06 [wwp] 2.0.0cvs112
3381 * src/prefs_common.c
3382 * src/prefs_common.h
3383 * src/prefs_msg_colors.c
3386 * src/gtk/colorlabel.c
3387 * src/gtk/colorlabel.h
3388 colors in messages list are now customizable. Color values and names can
3389 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3390 Thanks to Paul and Colin for their help with this longstanding patch!
3392 2006-03-06 [wwp] 2.0.0cvs111
3395 don't crash if (x)face is bad.
3397 2006-03-05 [paul] 2.0.0cvs110
3402 * src/common/Makefile.am
3403 * src/common/utils.h
3404 * src/etpan/imap-thread.c
3406 * src/plugins/clamav/Makefile.am
3407 * src/plugins/demo/Makefile.am
3408 * src/plugins/dillo_viewer/Makefile.am
3409 * src/plugins/pgpcore/Makefile.am
3410 * src/plugins/pgpcore/passphrase.c
3411 * src/plugins/pgpinline/Makefile.am
3412 * src/plugins/pgpmime/Makefile.am
3413 * src/plugins/spamassassin/Makefile.am
3414 * src/plugins/trayicon/Makefile.am
3415 fix builiding on cygwin
3416 Patch by Ralgh Young <bamanzi@gmail.com>
3418 2006-03-04 [wwp] 2.0.0cvs109
3420 * manual/keyboard.xml
3421 fix mixed up/down keys.
3423 2006-03-04 [wwp] 2.0.0cvs108
3427 updated links to SpamAssassin.
3429 2006-03-04 [wwp] 2.0.0cvs107
3431 * manual/plugins.xml
3432 * src/plugins/spamassassin/README
3433 updated SpamAssassin plugin docs to reflect new functional additions
3434 (also fix/update/documents few technical stuff more, see the README).
3436 2006-03-04 [wwp] 2.0.0cvs106
3438 * src/prefs_message.c
3439 normalized capitalization of message-prefs paths.
3441 2006-03-04 [wwp] 2.0.0cvs105
3443 * manual/advanced.xml
3446 2006-03-03 [colin] 2.0.0cvs104
3448 * src/plugins/clamav/clamav_plugin_gtk.c
3449 Rework prefs page, patch by Fabien
3451 2006-03-03 [colin] 2.0.0cvs103
3453 * src/plugins/clamav/clamav_plugin.c
3454 Set error on all errors
3456 2006-03-03 [colin] 2.0.0cvs102
3458 * src/common/plugin.c
3459 Initialize error to avoid crashing when a plugin fails
3460 without setting error
3462 2006-03-02 [wwp] 2.0.0cvs101
3465 fixed linker flags for libetpan support on Cygwin
3466 (thanks to H.Merijn Brand).
3468 2006-03-02 [wwp] 2.0.0cvs100
3471 fix some AB error messages: one for punctuation and
3472 one wrongly duplicate (thanks, maxbritov).
3474 2006-03-02 [wwp] 2.0.0cvs99
3476 * src/plugins/spamassassin/spamassassin.c
3477 make sync calls to sa-learn/spamc to prevent
3478 system (whatever local or client/server) overload.
3480 2006-03-02 [colin] 2.0.0cvs98
3483 Put the spam icon in the status column instead of the
3486 2006-03-01 [colin] 2.0.0cvs97
3488 * src/plugins/spamassassin/spamassassin.c
3489 Fix segfault (g_file_set_contents fails for some
3490 reason and err==0x2f. Can't find out why with
3491 valgrind, using working function :-)
3493 2006-03-01 [colin] 2.0.0cvs96
3496 Offline overriding: let 'No' be cached only 3 seconds
3498 2006-03-01 [colin] 2.0.0cvs95
3504 * src/folder_item_prefs.c
3512 * src/prefs_common.h
3513 * src/prefs_msg_colors.c
3519 * src/send_message.h
3520 * src/simple-gettext.c
3526 * src/common/ssl_certificate.c
3527 * src/common/utils.c
3528 * src/gtk/colorsel.c
3529 * src/gtk/gtksctree.c
3530 * src/gtk/gtkshruler.c
3531 * src/plugins/trayicon/trayicon.c
3532 #if 0 goes to /dev/null
3534 2006-03-01 [colin] 2.0.0cvs94
3542 * src/plugins/spamassassin/spamassassin.c
3543 Allow to add information in the "working offline"
3546 2006-03-01 [wwp] 2.0.0cvs93
3548 * src/plugins/spamassassin/spamassassin.c
3549 fixed spamc invocation: use a tricky temporary mini shell wrapper
3550 'cause it seems that calling `spamc ... < inputfile` with
3551 g_spawn_(a)sync simply.. erm doesn't work :-).
3553 2006-03-01 [wwp] 2.0.0cvs92
3557 simplify the adding of spam/ham button to the messageview toolbar
3558 (it gets more clear now that the same button will be "Mark as spam"
3559 or "Mark as ham" according to the current message status,
3562 2006-03-01 [wwp] 2.0.0cvs91
3568 * src/plugins/spamassassin/spamassassin.c
3569 * src/plugins/spamassassin/spamassassin.h
3570 make learner callbacks return a status (0 for ok),
3571 handle it in main code to avoid setting flags when learning failed,
3572 don't learn on TCP if offline in spamassassin,
3577 2006-03-01 [wwp] 2.0.0cvs90
3580 some work around the compose window's account menu,
3581 patch by Fabien Vantard.
3583 2006-03-01 [wwp] 2.0.0cvs89
3585 * src/plugins/spamassassin/spamassassin.c
3586 fixed bad logics, was using spamc in local mode and sa-learn
3587 in remote mode (thanks, Colin).
3589 2006-03-01 [wwp] 2.0.0cvs88
3591 * src/plugins/spamassassin/spamassassin.c
3592 * src/plugins/spamassassin/spamassassin.h
3593 * src/plugins/spamassassin/spamassassin_gtk.c
3594 made processing of emails w/ sa-plugin an option (default is TRUE),
3595 fixed Engrish some tooltips, capitalization of some debug messages
3596 and warnings. The spamassassin plugin now provides two separate
3597 services: process emails upon incorporation and spamd training.
3598 Both services (un)register independently but use some common
3599 plugin settings (transport settings, spam storage location).
3601 2006-02-28 [wwp] 2.0.0cvs87
3603 * src/plugins/spamassassin/spamassassin.c
3604 fix async flag to spamc cmdline execution (batch exec should
3607 2006-02-27 [wwp] 2.0.0cvs86
3609 * src/plugins/spamassassin/spamassassin.c
3610 * src/plugins/spamassassin/spamassassin.h
3611 * src/plugins/spamassassin/spamassassin_gtk.c
3612 - added the ability to learn a remote spamassassin server (spamd),
3614 - added the spamassassin option 'username', that applies to all
3615 spamassassin operations (filtering, learning, local or remote).
3616 The default username is the current unix user (if left blank
3617 from gtk prefs or config file).
3618 - commented out some unused code (notebook widget), removed unused
3620 - make more widgets sensitive to the transport type.
3622 2006-02-27 [colin] 2.0.0cvs85
3624 * src/plugins/spamassassin/spamassassin.c
3625 Fix sa-learn call when offline
3627 2006-02-27 [colin] 2.0.0cvs84
3635 * src/prefs_toolbar.c
3637 * src/stock_pixmap.c
3638 * src/stock_pixmap.h
3642 * src/pixmaps/ham_btn.xpm
3643 * src/pixmaps/spam.xpm
3644 * src/pixmaps/spam_btn.xpm
3645 * src/plugins/spamassassin/spamassassin.c
3646 Add button in toolbar for spam learning
3647 Fix a few bugs from the last related commit
3648 Revert 1.9.6cvs23 which messed up shift-selection
3650 2006-02-24 [colin] 2.0.0cvs83
3655 * src/plugins/spamassassin/spamassassin.c
3656 * src/plugins/spamassassin/spamassassin.h
3657 * src/plugins/spamassassin/spamassassin_gtk.c
3658 Unregister learner when spamassassin is either
3659 disabled or over tcp
3661 2006-02-24 [colin] 2.0.0cvs82
3668 * src/stock_pixmap.c
3669 * src/stock_pixmap.h
3672 * src/gtk/icon_legend.c
3673 * src/pixmaps/spam.xpm ** NEW FILE **
3674 * src/plugins/spamassassin/spamassassin.c
3675 * src/plugins/spamassassin/spamassassin_gtk.c
3676 Add spam learning interface (Mark/Mark as
3679 2006-02-24 [wwp] 2.0.0cvs81
3684 hide compose window when sending message in batch mode
3685 (filtering: forward and redirect). Also fixed a wrong
3686 value returned when sending failed, neutral anyway.
3689 2006-02-24 [wwp] 2.0.0cvs80
3692 use GTK+'s stock quit button. Patch by Fabien Vantard.
3694 2006-02-24 [paul] 2.0.0cvs79
3699 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3702 2006-02-23 [colin] 2.0.0cvs78
3705 Change OK to Close in alertpanel with View log
3706 button; add accel to View log. Patch by Fabien
3709 2006-02-23 [wwp] 2.0.0cvs77
3712 silly me, there were much more tests to perform, since toolbars can
3713 really have down to 1 element only.
3715 2006-02-23 [wwp] 2.0.0cvs76
3718 fixed indentation from my previous commit. Fallback to VISUAL if
3719 EDITOR is not set (and to vi, at last resort).
3721 2006-02-23 [wwp] 2.0.0cvs75
3724 improved error detection (Colin, me).
3726 2006-02-23 [wwp] 2.0.0cvs74
3728 * src/prefs_toolbar.c
3729 simplify and fix prefs/toolbars layouting. Combos' contents can
3730 now be really displayed.
3732 2006-02-23 [wwp] 2.0.0cvs73
3733 simplifies and fix prefs/toolbars layouting. Combos' contents can now
3734 be really displayed.
3736 2006-02-22 [wwp] 2.0.0cvs72
3739 fix a typo in my previous commit (sorry!).
3741 2006-02-22 [wwp] 2.0.0cvs71
3743 * src/prefs_toolbar.c
3744 fix a crash when adding separators to toolbars,
3745 also fix some separator item information.
3747 2006-02-22 [wwp] 2.0.0cvs70
3750 fix a crash when redirecting (for instance) when compose window's
3751 toolbar contents has been customized (when some buttons have been
3754 2006-02-21 [wwp] 2.0.0cvs69
3757 * src/gtk/pluginwindow.c
3758 * src/plugins/pgpcore/prefs_gpg.c
3759 fix some compilation warnings (feat. remains of removed code).
3761 2006-02-21 [wwp] 2.0.0cvs68
3763 * src/gtk/gtkutils.c
3764 fix two compilation issues, thanks to Stephan Sachse.
3766 2006-02-20 [colin] 2.0.0cvs67
3769 Don't reselect displayed mail on refocus
3770 This fixes actions misbehaving
3772 2006-02-20 [wwp] 2.0.0cvs66
3775 * src/gtk/gtksctree.c
3776 * src/gtk/gtkshruler.c
3777 changed more runtime typecast checks.
3779 2006-02-20 [wwp] 2.0.0cvs65
3781 * src/summary_search.c
3782 find all - summaryview refresh issue fixed, thanks to Colin.
3784 2006-02-20 [wwp] 2.0.0cvs64
3786 * src/gtk/gtkutils.c
3787 better runtime typecast checks.
3789 2006-02-20 [wwp] 2.0.0cvs63
3791 * src/summary_search.c
3792 enhancements to the summary search:
3793 - add the ability to stop the running search
3794 (upon ESC-key press, new Stop button or when Clear button is pressed)
3795 - don't search if no criteria (From/To/Subject/Body) is set
3796 - ensure that a busy mouse pointer is always shown when searching,
3797 show it even a bit earlier
3799 2006-02-19 [colin] 2.0.0cvs62
3803 * src/etpan/imap-thread.c
3804 * src/etpan/imap-thread.h
3805 (Future) IMAP speed improvement on sending
3806 Will require a libetpan update
3808 * src/gtk/quicksearch.c
3809 Make quicksearch clearable while running.
3811 2006-02-17 [colin] 2.0.0cvs61
3814 * src/etpan/imap-thread.c
3815 * src/etpan/imap-thread.h
3816 Check for IMAP certificates
3817 ** Requires libetpan-0.42-cvs4
3818 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3820 2006-02-17 [colin] 2.0.0cvs60
3823 * src/prefs_common.c
3824 * src/prefs_common.h
3825 * src/prefs_message.c
3826 Add pref to display HTML-only mails with plugin,
3827 if possible (defaulting to FALSE of course).
3829 2006-02-16 [colin] 2.0.0cvs59
3832 * src/common/plugin.c
3833 * src/common/plugin.h
3834 * src/gtk/pluginwindow.c
3835 Keep track of requested (but unloaded) plugins
3836 in some error cases.
3838 2006-02-16 [wwp] 2.0.0cvs58
3840 * src/gtk/gtkaspell.c
3841 * src/gtk/gtkaspell.h
3842 * src/prefs_spelling.c
3844 * src/prefs_common.c
3845 * src/prefs_common.h
3846 implemented new optional spellchecker behaviour: re-check message when
3847 dictionary got changed (from compose-window/context-menu/Change dictionary).
3849 2006-02-16 [wwp] 2.0.0cvs57
3851 * src/quote_fmt_parse.y
3852 pclose popen'ed pipe.
3854 2006-02-15 [colin] 2.0.0cvs56
3858 Let MimeViewers know which MimeView they
3861 Swap From/To columns in Sent/Queue/Drafts
3863 * src/etpan/imap-thread.c
3864 Use mailstream_low_tls_open() for STARTTLS
3865 instead of mailstream_low_ssl_open()
3866 ** REQUIRES libetpan 0.42cvs3 **
3868 2006-02-15 [wwp] 2.0.0cvs55
3872 * src/message_search.c
3873 * src/message_search.h
3875 * src/gtk/gtkutils.c
3876 * src/gtk/gtkutils.h
3877 added the ability to Find text in the compose window (and a bit
3878 of code factorization).
3880 2006-02-15 [wwp] 2.0.0cvs54
3883 yet another one file was missing (fix for some widgets' sensitivity).
3886 2006-02-15 [wwp] 2.0.0cvs53
3889 oops forgot that file (fix for some widgets' sensitivity).
3891 2006-02-15 [wwp] 2.0.0cvs52
3893 * src/summary_search.c
3894 implemented advanced summary search options (added the ability
3895 to use matcher conditions in an advanced search mode).
3897 2006-02-15 [wwp] 2.0.0cvs51
3899 * src/plugins/pgpcore/prefs_gpg.c
3900 * src/prefs_account.c
3901 fix some widget sensitivity, mostly around some labels in
3904 2006-02-15 [paul] 2.0.0cvs50
3906 * manual/advanced.xml
3907 improve Templates info
3910 2006-02-14 [colin] 2.0.0cvs49
3912 * src/pixmaps/address_book.xpm
3913 * src/pixmaps/preferences.xpm
3914 * src/pixmaps/properties.xpm
3915 Fix pixmap size - patch by Fabien Vantard
3917 2006-02-13 [colin] 2.0.0cvs48
3920 Add missing fclose()s on error
3923 * src/common/utils.c
3924 Fix temp files not being deleted on windows
3925 Patches by Thomas Gilgin
3927 2006-02-13 [colin] 2.0.0cvs47
3932 2006-02-13 [wwp] 2.0.0cvs46
3934 * src/plugins/pgpcore/prefs_gpg.c
3935 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3937 2006-02-12 [colin] 2.0.0cvs45
3942 Fix "stuff" when quitting
3944 2006-02-12 [wwp] 2.0.0cvs44
3946 * src/prefs_themes.c
3947 fix typos in debug messages.
3949 2006-02-11 [colin] 2.0.0cvs43
3952 don't allow drag/drop from ourself
3954 2006-02-10 [wwp] 2.0.0cvs42
3961 renamed html_ prefixed functions and data structures to avoid
3962 namespace clashes w/ other software (gtkhtml2 for instance).
3966 2006-02-09 [colin] 2.0.0cvs41
3969 Fix shitty logic messed up. Thanks Ticho for the hint!
3971 2006-02-09 [wwp] 2.0.0cvs40
3975 * src/prefs_account.c
3978 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3979 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3980 Browse buttons in accounts prefs.
3982 2006-02-09 [colin] 2.0.0cvs39
3985 Check for pointer before using its members
3986 * src/gtk/gtksourceprintjob.c
3989 2006-02-09 [wwp] 2.0.0cvs38
3992 fix few compiler warnings (type mismatch).
3994 2006-02-09 [paul] 2.0.0cvs37
3997 updated by Fabien Vantard
3999 2006-02-08 [colin] 2.0.0cvs36
4001 * src/prefs_common.c
4003 * src/common/plugin.c
4004 allow windows and linux configurations to coexist
4005 patch by Thomas Gilgin
4007 2006-02-08 [colin] 2.0.0cvs35
4012 * src/matcher_parser_parse.y
4013 * src/prefs_filtering_action.c
4014 * src/prefs_matcher.c
4015 Add the "Ignore thread" filtering
4018 2006-02-08 [colin] 2.0.0cvs34
4023 Fix bug #905 (damaged attachment)
4024 text files with raw \0's aren't really text files
4027 2006-02-08 [colin] 2.0.0cvs33
4030 Fix crasher introduced yesterday
4032 2006-02-08 [wwp] 2.0.0cvs32
4036 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4038 2006-02-08 [wwp] 2.0.0cvs31
4040 * src/prefs_template.c
4041 templates enhancement: allow address completion for Cc and Bcc fields
4042 (it was currently possible for the To field only)
4044 2006-02-08 [colin] 2.0.0cvs30
4047 Don't unblock if not blocked
4050 2006-02-07 [colin] 2.0.0cvs29
4053 Forgot to refresh summaryview
4055 2006-02-07 [colin] 2.0.0cvs28
4058 Freeze/thaw message list and folder list while
4059 processing %as{} actions
4061 Fix auto-wrap disabling after a middle-click
4064 2006-02-07 [paul] 2.0.0cvs27
4067 fix freeing of uninitialised pointers
4070 2006-02-06 [colin] 2.0.0cvs26
4073 Use g_slist_prepend in potentially big list
4075 2006-02-06 [colin] 2.0.0cvs25
4078 Completely skip processing if it doesn't
4081 2006-02-06 [colin] 2.0.0cvs24
4085 Batch filtering in summaryview (from Tools menu)
4086 and pre/post//-processing too
4088 2006-02-06 [colin] 2.0.0cvs23
4092 Use a special field for batch filtering instead
4093 of stepping on deferred execution's toes
4095 2006-02-06 [colin] 2.0.0cvs22
4102 Fix filtering via menus and actions
4104 2006-02-06 [colin] 2.0.0cvs21
4107 Put the added file directly to cache if possible (will work
4115 Move and copy filtered messages by batches instead of one
4116 by one - faster on IMAP
4118 Add a function that'll possibly be useful later
4120 2006-02-06 [colin] 2.0.0cvs20
4123 Use internal mime-type instead of text/plain for d'n'd
4125 Allow attaching files from mimeview's icon list via d'n'd
4128 Use internal mime-type instead of text/plain for d'n'd
4129 Don't try to selected opened folder if none is
4130 Factorize d'n'd from other apps code
4133 * src/gtk/gtkutils.c
4134 * src/gtk/gtkutils.h
4135 Factorize Face/X-Face stuff
4137 Fix d'n'd to other apps
4138 * src/prefs_message.c
4139 Let the XFace pref be usable without libcompface as it also
4142 Fix d'n'd to other apps
4143 Factorize d'n'd from other apps code
4145 2006-02-06 [wwp] 2.0.0cvs19
4148 Italian translation fixes by Andrea Spadaccini (no more confusion
4149 between filtering and processing, and few changes in the About
4153 2006-02-06 [mones] 2.0.0cvs18
4155 * src/gtk/icon_legend.c
4156 Improved descriptions allowing better translations
4158 2006-02-05 [colin] 2.0.0cvs17
4161 Add the f*cking missing expunge that caused imap_fetch_env
4162 to fail after an add_msgs ! :-///
4163 * src/etpan/imap-thread.c
4167 2006-02-05 [colin] 2.0.0cvs16
4169 * src/common/utils.c
4170 Don't check for return-path (or we can't put
4171 back non-sent mails)
4173 2006-02-05 [colin] 2.0.0cvs15
4176 Don't try to display Face header in textview
4177 when teh headerview's active
4179 2006-02-05 [colin] 2.0.0cvs14
4181 * tools/tbird2syl.py
4183 Add script to import Thunderbird mails
4185 2006-02-05 [colin] 2.0.0cvs13
4192 Show Face headers - patch partially by Klaus Flittner
4194 2006-02-05 [colin] 2.0.0cvs12
4198 * src/common/utils.c
4199 * src/common/utils.h
4200 Let dnd work from mime icons to summaryview
4201 and to folderview too
4202 Add a crude test to avoid trying to add files
4203 drag'n'dropped when they're not mails
4205 2006-02-04 [colin] 2.0.0cvs11
4211 2006-02-04 [colin] 2.0.0cvs10
4218 Added various drag and drop capas:
4220 summaryview other apps
4221 mimeview icons other apps
4222 other apps summaryview
4223 other apps folderview
4225 This shouldn't have broken the existing:
4227 summaryview folderview
4228 folderview folderview
4229 summaryview compose's attachments
4233 2006-02-02 [paul] 2.0.0cvs9
4236 move global option 'Set displayed columns...' out
4237 of folder option grouping.
4238 fix sensitivity of 'harvest addresses'
4241 2006-02-01 [colin] 2.0.0cvs8
4244 Revert the alertpanel patch, it sucks (intrusive
4245 and gets in the way of "open")
4247 2006-02-01 [colin] 2.0.0cvs7
4250 * src/prefs_account.c
4251 * src/prefs_common.c
4253 * src/common/utils.c
4254 * src/common/utils.h
4255 Add ability to edit the signature file
4256 from the account preferences, and use
4257 a default for the text editor.
4258 Patch by Fabien Vantard
4260 2006-02-01 [colin] 2.0.0cvs6
4263 Try to get mime type by extension if it is
4264 application/octet-stream
4265 Display a window with possible choices when
4266 encountering unknown mime types
4270 Allow multiple selection in filtered filesel
4271 (patch by Fabien Vantard)
4272 * src/gtk/pluginwindow.c
4273 Use it (patch by Fabien Vantard)
4275 2006-02-01 [paul] 2.0.0cvs5
4278 fix crash on creating jpilot address book
4279 Thanks to Colin - FOR_STABLE
4280 * src/prefs_summaries.c
4281 * src/prefs_wrapping.c
4282 * src/gtk/icon_legend.c
4283 * src/gtk/quicksearch.c
4284 string fixes and additions
4286 2006-02-01 [paul] 2.0.0cvs4
4292 add Arabic encoding option
4293 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
4295 2006-01-31 [colin] 2.0.0cvs3
4297 * src/plugins/pgpcore/passphrase.c
4298 Convert passphrase to locale encoding
4300 Fix drafting on IMAP. Crappy bug sneaked in
4304 2006-01-30 [paul] 2.0.0cvs2
4306 * src/gtk/icon_legend.c
4307 show the new entries
4309 2006-01-30 [colin] 2.0.0cvs1
4312 Check for the file to be present before
4313 enabling the menu - FOR_STABLE
4314 * src/gtk/icon_legend.c
4315 Add folders icons (not all of them, there
4316 are too much, but the most intriguing ones)
4318 2006-01-30 [paul] 2.0.0
4320 version 2.0.0 released
4322 2006-01-30 [paul] 1.9.100cvs200
4327 * manual/starting.xml
4328 * manual/sylpheed-claws-manual.xml
4331 2006-01-29 [mones] 1.9.100cvs199
4333 * manual/account.xml
4334 * manual/advanced.xml
4335 * manual/glossary.xml
4336 Some typos fixed, added LDIF term to glossary
4338 Fixed leading plus symbol
4340 2006-01-29 [paul] 1.9.100cvs198
4344 updated by Tommi Pirinen and Andrej Kacian
4346 2006-01-29 [paul] 1.9.100cvs197
4351 2006-01-29 [paul] 1.9.100cvs196
4356 * tools/claws.i18n.status.pl
4357 nl translation updated by Tim Dijkstra
4359 2006-01-29 [paul] 1.9.100cvs195
4363 updated by Aleksandar Urosevic and Anders Troback
4365 2006-01-28 [colin] 1.9.100cvs194
4367 * src/gtk/gtksourceprintjob.c
4368 Don't fiddle with PangoLayout when we
4371 2006-01-28 [paul] 1.9.100cvs193
4377 * tools/claws.i18n.status.pl
4378 updated translations submitted by Stavros Giannouris
4381 2006-01-27 [colin] 1.9.100cvs192
4384 * src/gtk/gtksourceprintjob.c
4386 (libgnomeprint only, of course)
4388 2006-01-27 [paul] 1.9.100cvs191
4392 updated by Fabien Vantard and Andrea Spadaccini
4394 2006-01-26 [colin] 1.9.100cvs190
4396 * manual/Makefile.am
4398 Make building the manual optional
4401 2006-01-26 [paul] 1.9.100cvs189
4403 * manual/glossary.xml
4404 * manual/plugins.xml
4409 2006-01-26 [paul] 1.9.100cvs188
4411 * src/prefs_display_header.c
4412 * src/prefs_folder_column.c
4413 * src/prefs_msg_colors.c
4414 * src/prefs_summaries.c
4415 * src/prefs_summary_column.c
4418 2006-01-25 [colin] 1.9.100cvs187
4421 Don't allow moving/copying mails between
4422 queue/drafts and non-queue/drafts folders
4423 Fixes bug #897 (message header is resetted
4424 if one is copied to Drafts)
4426 2006-01-25 [colin] 1.9.100cvs186
4430 Fix subscribed folders not found
4432 Don't try to encode as original mail's charset
4435 2006-01-25 [paul] 1.9.100cvs185
4444 updates submitted by Stephan Sachse, Emilian Nowak
4445 and Quar, Frederico Goncalves Guimaraes, and
4447 Fix Bug 896, 'PT_BR locale broken'.
4451 2006-01-24 [mones] 1.9.100cvs184
4453 * manual/glossary.xml
4454 All current terms finished. Reviewers welcome ;-)
4455 * manual/keyboard.xml
4456 Fixed column width for pdf output.
4460 2006-01-24 [paul] 1.9.100cvs183
4462 * manual/glossary.xml
4464 * manual/dist/html/Makefile.am
4465 * manual/dist/pdf/Makefile.am
4466 * manual/dist/ps/Makefile.am
4467 * manual/dist/txt/Makefile.am
4471 2006-01-24 [mones] 1.9.100cvs182
4473 * manual/glossary.xml
4474 Nearly finished, some terms missing.
4476 2006-01-23 [paul] 1.9.100cvs181
4478 * manual/dist/html/Makefile.am
4479 * manual/dist/pdf/Makefile.am
4480 * manual/dist/ps/Makefile.am
4481 * manual/dist/txt/Makefile.am
4486 2006-01-22 [colin] 1.9.100cvs180
4489 * src/gtk/gtkaspell.c
4490 Don't deselect stuff before right-clicking, with aspell.
4491 (This prevented right-click Copy, for example).
4494 2006-01-22 [paul] 1.9.100cvs179
4496 * src/summary_search.c
4497 don't fix the widget size as it causes problems
4499 Thanks to Emilian Nowak
4501 2006-01-21 [paul] 1.9.100cvs178
4503 * src/prefs_themes.c
4504 fix broken underlining of label text
4505 with some translations
4507 2006-01-21 [colin] 1.9.100cvs177
4510 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4512 2006-01-20 [colin] 1.9.100cvs176
4517 * manual/dist/html/.cvsignore
4518 * manual/dist/html/Makefile.am
4519 * manual/dist/pdf/.cvsignore
4520 * manual/dist/pdf/Makefile.am
4521 * manual/dist/ps/.cvsignore
4522 * manual/dist/ps/Makefile.am
4523 * manual/dist/txt/.cvsignore
4524 * manual/dist/txt/Makefile.am
4527 2006-01-20 [paul] 1.9.100cvs175
4529 * manual/handling.xml
4530 make Filtering and Searching entries easier to find
4531 * manual/keyboard.xml
4532 add the remaining default keybinds
4533 * src/prefs_summaries.c
4534 update the default keybinds
4536 2006-01-20 [paul] 1.9.100cvs174
4548 replace 'e-mail' with 'email'
4549 * src/summary_search.c