1 2006-06-29 [colin] 2.3.1cvs42
6 2006-06-29 [colin] 2.3.1cvs41
11 Disconnect from IMAP servers when going
12 offline. Fixes bug #978 (going to offline-mode
13 won't close connections)
15 2006-06-29 [colin] 2.3.1cvs40
18 Fix transient setting on failing plugins
20 * src/plugins/pgpcore/sgpgme.c
21 Only warn for OpenPGP. Most people don't
24 2006-06-29 [colin] 2.3.1cvs39
27 Fix Spelling menu (discrepancy between context menu
28 and top menu when folder's dictionary isn't the
30 * src/plugins/pgpcore/sgpgme.c
31 More error reporting about why gpgme can fail
33 2006-06-29 [wwp] 2.3.1cvs38
36 honor the display-header-pane setting even when the message view
39 2006-06-29 [wwp] 2.3.1cvs37
42 forgot to commit that one (use of GTK_STOCK_INFO).
44 2006-06-29 [colin] 2.3.1cvs36
47 Better handling of login errors (ask the password
48 again once), alert in case of error. Fix three
51 2006-06-28 [wwp] 2.3.1cvs35
53 * src/prefs_template.c
55 * src/prefs_filtering_action.c
57 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
58 patch by Fabien Vantard, slightly modified.
64 2006-06-28 [colin] 2.3.1cvs34
67 Fix bug #977 (Can't add or edit imap accounts)
69 2006-06-28 [colin] 2.3.1cvs33
74 2006-06-28 [colin] 2.3.1cvs32
77 Save named inlined attachments with "Save all"
82 * src/common/sylpheed.c
84 * src/plugins/pgpcore/sylpheed.def
85 * src/plugins/pgpinline/sylpheed.def
86 * src/plugins/pgpmime/sylpheed.def
87 Win32 compatibility patch, by
90 2006-06-28 [wwp] 2.3.1cvs31
93 * src/prefs_folder_item.c
94 less compilation warnings (thanks to Fabien Vantard), less typos.
96 2006-06-28 [paul] 2.3.1cvs30
99 gtk_combo_box_set_focus_on_click() is only
100 available since gtk 2.6.0
102 2006-06-28 [paul] 2.3.1cvs29
104 * src/prefs_ext_prog.c
105 fix engrish and add a tooltip for the
106 'command for 'Display as text' option
112 2006-06-28 [paul] 2.3.1cvs28
116 include textviewer.pl in releases
118 2006-06-28 [paul] 2.3.1cvs27
120 * src/prefs_ext_prog.c
121 hide Print command option if libgnomeprint
124 2006-06-27 [colin] 2.3.1cvs26
127 Fix Esc handling in insert/attach dialog
128 Don't show this dialog if dragging something
129 else than text/uri-list
130 Thanks to Fabien Vantard
131 * tools/textviewer.pl
132 Filter script to display stuff as text
135 2006-06-27 [wwp] 2.3.1cvs25
138 use the exact product name (message view title), patch
141 2006-06-27 [ticho] 2.3.1cvs24
143 * src/prefs_account.c
146 * src/prefs_ext_prog.c
148 Add a preference (Preferences/External programs)
149 to allow "Display as text" to be done via a script
150 (patch by H.Merijn Brand).
151 Use GtkComboBox for protocol selection in account
153 Only include current choice for existing accounts, and
154 insensitivize the combobox.
156 2006-06-27 [paul] 2.3.1cvs23
159 fix crasher introduced in cvs21.
162 2006-06-26 [colin] 2.3.1cvs22
165 Fix double-frees when leaving folders
166 after exporting to mbox
168 2006-06-26 [colin] 2.3.1cvs21
171 More feedback (and optimisation)
174 Fix case when looking for mail addresses
176 Extra check for (X-)Face
178 2006-06-25 [ticho] 2.3.1cvs20
184 Added second argument to gtkut_sc_combobox_create() to
185 control focus-on-click for the widget.
186 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
188 2006-06-25 [ticho] 2.3.1cvs19
191 * src/gtk/Makefile.am
196 Use GtkComboBox instead of deprecated GtkOptionMenu
197 for account selector in compose window and for encoding
198 selector in attachment properties.
199 Also factorise working with the new GtkComboBox somewhat.
201 2006-06-24 [paul] 2.3.1cvs18
204 use the correct default value
206 2006-06-24 [paul] 2.3.1cvs17
211 * src/prefs_compose_writing.c
212 enable setting of default action when
213 dnd'ing files in the compose window.
214 (Collaborative effort with wwp)
216 2006-06-23 [wwp] 2.3.1cvs16
219 i18n fix (thanks to Fabien Vantard)
221 2006-06-22 [colin] 2.3.1cvs15
223 * src/prefs_customheader.c
224 Don't use filters in custom headers' file
225 selector. Remember, extensions mean nothing :)
227 2006-06-22 [paul] 2.3.1cvs14
230 allow setting of man directory location
232 2006-06-22 [colin] 2.3.1cvs13
235 Add 'View/Go to/Next unread folder'.
238 2006-06-22 [colin] 2.3.1cvs12
241 Add some subject prefixes
242 Patch by Bjorn T Johansen <btj@havleik.no>
244 2006-06-22 [colin] 2.3.1cvs11
246 * manual/advanced.xml
247 Forgotten hidden pref
249 2006-06-21 [paul] 2.3.1cvs10
251 * src/prefs_account.c
252 complete the removal of 'Add date header' option
254 2006-06-21 [paul] 2.3.1cvs9
258 * src/prefs_account.c
259 * src/prefs_account.h
260 remove option to add date header - always
262 * src/etpan/imap-thread.c
263 fix warnings (Thanks to Colin)
265 2006-06-21 [wwp] 2.3.1cvs8
268 set the attachment flag when inline text part are (file)named. This is more convenient
269 when receiving (for instance) inline source files or patches sent using thunderbird.
271 2006-06-21 [paul] 2.3.1cvs7
274 fix off-by-one count of current msg in
275 statusbar filtering progressbar
277 2006-06-21 [paul] 2.3.1cvs6
280 Show attachment icon even if the part is 'inline'
281 if the following conditions are met:
282 - content-type != 'text/plain'
283 - content-type != '*/pgp-signature'
284 - either 'name' or 'filename' parameter is not NULL
288 2006-06-21 [paul] 2.3.1cvs5
294 add an option to 'Never send Return
298 2006-06-20 [mones] 2.3.1cvs4
303 typo fixed (space after comma)
304 * tools/make.themes.project
305 remove exec mode from tarball files
307 2006-06-20 [colin] 2.3.1cvs3
312 Better fix for \n's in headers (don't
313 break Received: and others)
315 2006-06-20 [paul] 2.3.1cvs2
319 improve legibility of phishing attempt
322 2006-06-20 [paul] 2.3.1cvs1
327 Update version number following
330 2006-06-20 [colin] 2.3.0cvs26
333 When dragging a file to the text of the compose
334 window, ask whether we want to insert or attach
335 (I know lots of people who do that to attach)
337 2006-06-20 [colin] 2.3.0cvs25
339 * src/etpan/imap-thread.c
340 Fix threshold (the append command is often > 32 bytes)
342 2006-06-19 [colin] 2.3.0cvs24
345 * src/etpan/imap-thread.c
346 Workaround Rockliffe IMAP server bug: replace
347 "x UID SEARCH (ANSWERED UID 1:*)" with
348 "x UID SEARCH ANSWERED"
349 (Rockliffe doesn't handle the parenthesis)
351 2006-06-19 [colin] 2.3.0cvs23
355 * src/etpan/imap-thread.c
356 Probably fix bug #972 (Freezes when adding
357 an attachment to the message)
359 Modernize Firefox cmd
362 2006-06-18 [colin] 2.3.0cvs22
364 * src/prefs_customheader.c
365 Only allow correct filenames for various
368 2006-06-18 [colin] 2.3.0cvs21
370 * src/prefs_customheader.c
371 Add a 'From File...' button in custom headers prefs, which
372 try to do the right thing:
373 for normal headers, use file as plaintext,
374 for X-Face, calls compface,
375 for Face, encode to b64.
377 2006-06-17 [colin] 2.3.0cvs20
382 2006-06-16 [colin] 2.3.0cvs19
385 Recursive quicksearch: show message list
386 in current folder, *then* search children
389 2006-06-16 [colin] 2.3.0cvs18
392 Instead of ignoring SIGPIPE, save caches
393 when getting one. Will fix the fact that
394 hot caches are out-of-date when logging
397 * src/prefs_compose_writing.c
398 Only save text (not attachments) when
399 auto-saving to drafts
401 Always replace \n, \r and \t with spaces
403 * manual/dist/html/Makefile.am
404 * manual/dist/pdf/Makefile.am
405 * manual/dist/ps/Makefile.am
406 * manual/dist/txt/Makefile.am
407 * manual/fr/dist/html/Makefile.am
408 * manual/fr/dist/pdf/Makefile.am
409 * manual/fr/dist/ps/Makefile.am
410 * manual/fr/dist/txt/Makefile.am
411 * manual/pl/dist/html/Makefile.am
412 * manual/pl/dist/pdf/Makefile.am
413 * manual/pl/dist/ps/Makefile.am
414 * manual/pl/dist/txt/Makefile.am
415 Fix make clean removing pregenerated manuals
418 2006-06-16 [colin] 2.3.0cvs17
420 * src/plugins/pgpcore/sgpgme.c
421 * src/plugins/pgpmime/pgpmime.c
422 * src/plugins/pgpinline/pgpinline.c
423 Better error reporting in setup_signers.
424 Don't fallback to default key if specified
426 Don't allow signing if more than one secret
427 key matches the one specified in prefs.
429 2006-06-15 [colin] 2.3.0cvs16
432 Add "Send queue" in the folder's contextual
440 * src/plugins/pgpcore/passphrase.c
441 * src/plugins/pgpcore/sgpgme.c
442 * src/plugins/pgpinline/pgpinline.c
443 * src/plugins/pgpmime/pgpmime.c
444 Better error reporting
446 Probably fix bug #971 (2.2.3 cannot read mail
450 2006-06-15 [mones] 2.3.0cvs15
452 * tools/make.themes.project
453 creates the themes project from the web page
455 2006-06-15 [colin] 2.3.0cvs14
458 Better fix (avoid losing the folder if scan_tree
461 2006-06-15 [cleroy] 2.3.0cvs13
464 Probably fix Bug #969 (crash on rebuilding
467 2006-06-14 [colin] 2.3.0cvs12
469 * manual/dtd/manual.xsl
470 * manual/sylpheed-claws-manual.xml
471 * manual/fr/sylpheed-claws-manual.xml
472 * manual/pl/sylpheed-claws-manual.xml
473 Insert pagebreaks between sections
475 2006-06-14 [paul] 2.3.0cvs11
478 better fix than 2.3.0cvs10
480 2006-06-14 [paul] 2.3.0cvs10
483 fix setting of PACKAGE_DATA_DIR with newer autoconf
484 (backwards compatible)
486 2006-06-13 [colin] 2.3.0cvs9
489 Fix sending of return receipt with the new queue folders
491 2006-06-13 [wwp] 2.3.0cvs8
493 * src/quote_fmt_lex.l
494 fix wrong tokens returned in quote_fmt lexer, query not().
496 2006-06-13 [wwp] 2.3.0cvs7
499 * src/prefs_folder_item.c
500 allow changing folder type even when folder is not a top-level one,
503 2006-06-12 [colin] 2.3.0cvs6
506 Fix double-ask of "Do you want to mark all
509 2006-06-12 [colin] 2.3.0cvs5
520 * src/prefs_folder_item.c
528 Apply bug #964's patch (Queue and drafts aren't normal)
529 The Drafts and Queue folder now contain RFC-822 files,
530 allowing to move and copy mails from and to these
531 folders. Moving from Drafts to Queue will prepare the
532 mail for sending (PGP signature, encryption, etc).
533 This patch also rework sending errors handling to try
535 Also, allow redefining folder types via the GUI
536 (Folder type in its Properties)
538 2006-06-12 [colin] 2.3.0cvs4
544 Allow to define a specific print font - patch
545 by Bernhard Walle <bernhard.walle@gmx.de>
547 * manual/advanced.xml
548 * manual/fr/advanced.xml
549 Add a hidden pref to allow deletion without
552 2006-06-12 [wwp] 2.3.0cvs3
555 more files to ignore.
557 2006-06-12 [wwp] 2.3.0cvs2
560 * src/quote_fmt_lex.l
561 * src/quote_fmt_parse.y
562 extend the quote_fmt parser (templates and quotes):
563 - allow limited sub-expressions in |p{} and |f{} expressions,
564 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
565 - implemented/fixed missing implementation of query_references and show_references,
566 - completed, fixed contents and format of the symbols help dialog,
567 - fix some compilation warnings.
569 2006-06-12 [wwp] 2.3.0cvs1
571 * manual/advanced.xml
572 * manual/fr/advanced.xml
573 updates in the "templates" section of the manual (eng/fr):
574 - be more precise (both versions)
575 - completed to match the english reference (fr version)
576 - touchups (both versions)
578 2006-06-12 [paul] 2.3.0
582 2006-06-12 [paul] 2.2.3cvs14
593 updated by Miquel Oliete, Tim, Stephan Sachse,
594 Stavros Giannouris, Fabien Vantard, Andrea
595 Spadaccini, Frederico Goncalves Guimaraes,
596 Aleksandar Urosevic, and Ralgh Young
598 2006-06-12 [colin] 2.2.3cvs13
603 2006-06-11 [colin] 2.2.3cvs12
606 Verify that g_malloc() succeeded
608 2006-06-11 [colin] 2.2.3cvs11
611 Add Face header to welcome mail
613 2006-06-10 [colin] 2.2.3cvs10
616 Revert previous (Forgot it changes the
617 margin on the whole mail)
619 2006-06-10 [colin] 2.2.3cvs9
622 Don't overlap long headers under (X-)Face
624 2006-06-10 [mones] 2.2.3cvs8
627 allow generation of manual on systems lacking saxon binary
628 but with java and the saxon library installed
633 2006-06-09 [colin] 2.2.3cvs7
636 Fix leak when using Display Sender using Addressbook
638 2006-06-09 [colin] 2.2.3cvs6
647 2006-06-09 [paul] 2.2.3cvs5
651 * tools/claws.i18n.status.pl
652 updated with new info
654 2006-06-09 [paul] 2.2.3cvs4
659 add wwp to authors list
661 update mine and Colin's addresses
663 2006-06-08 [colin] 2.2.3cvs3
665 * src/etpan/imap-thread.c
666 Fix leak on SSL cert check
668 2006-06-08 [colin] 2.2.3cvs2
673 2006-06-08 [paul] 2.2.3cvs1
676 Update version number following
679 2006-06-07 [colin] 2.2.2cvs3
682 Fix catching cache read errors (guint instead of gint)
683 Prevent malloc'ing more than 8MB (means cache corruption)
685 2006-06-07 [paul] 2.2.2cvs2
693 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
695 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
698 2006-06-06 [paul] 2.2.2cvs1
701 Update version number following
704 2006-06-06 [paul] 2.2.1cvs6
707 fix implicit declaration of
709 Patch by Fabien Vantard
711 2006-06-06 [paul] 2.2.1cvs5
714 fix age_greater and age_lower so that they
715 mean what say and not '...or equal to'
718 2006-06-06 [paul] 2.2.1cvs4
725 2006-06-05 [wwp] 2.2.1cvs3
727 * manual/fr/account.xml
728 minor language fixes (thanks to Fabien Vantard).
730 2006-06-05 [colin] 2.2.1cvs2
732 * src/prefs_folder_item.c
734 Allow recursive setting of properties
737 Don't freeze on 'test' filtering rule
739 2006-06-05 [colin] 2.2.1cvs1
742 Update version number following
745 2006-06-04 [wwp] 2.2.0cvs82
747 * manual/glossary.xml
749 * manual/fr/glossary.xml
750 * manual/fr/account.xml
751 added glossary section and references/links related to the Face custom header.
753 2006-06-04 [colin] 2.2.0cvs81
756 Skip to next message on move with no
759 2006-06-04 [wwp] 2.2.0cvs80
762 added sanity checks, exit when needed.
764 2006-06-03 [paul] 2.2.0cvs79
766 * src/prefs_receive.c
767 page name is now 'Receiving'
769 page name is now 'Sending'
771 2006-06-03 [colin] 2.2.0cvs78
773 * src/plugins/spamassassin/spamassassin_gtk.c
774 Autoswitch to Localhost if transport was previously
775 disabled. Else people had to check [] Enable, then
776 *reselect* transport.
778 2006-06-03 [colin] 2.2.0cvs77
780 * src/plugins/pgpinline/pgpinline.c
781 * src/plugins/pgpmime/pgpmime.c
782 Check that gpg_data_release_and_get_mem
783 didn't fail (now, why this happens...)
785 2006-06-03 [colin] 2.2.0cvs76
788 Fix bug #962 (Manual and/or UI should
789 warn about incompatible locking
792 2006-06-02 [cleroy] 2.2.0cvs75
800 2006-06-02 [colin] 2.2.0cvs74
803 On exit, free caches after writing them
804 Shuts up some valgrind false positives
807 Fix races when reusing existing SMTP connections
808 Fix inexistant session timeout
810 Display alertpanel after all queues have
811 been processed, not after each
813 2006-06-02 [wwp] 2.2.0cvs73
815 * manual/fr/glossary.xml
818 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
820 2006-06-02 [wwp] 2.2.0cvs72
823 * manual/dist/pdf/Makefile.am
824 * manual/dtd/manual.xsl
825 * manual/fr/dist/pdf/Makefile.am
826 * manual/pl/dist/pdf/Makefile.am
827 we changed the procedure to generate the .pdf version of the manual.
828 The procedure is more modern and the .pdf we get now has a valid index.
829 Here are the new pre-requisites:
831 - JRE 1.x (1.4 here): there must be one from your distro
832 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
833 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
834 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
836 See my posts for further info about the installation of this toolchain:
838 Date: Fri, 19 May 2006 19:40:06 +0200
839 From: wwp <subscript@free.fr>
840 To: sylpheed-claws-devel@lists.sourceforge.net
841 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
845 Date: Wed, 24 May 2006 12:58:49 +0200
846 From: wwp <subscript@free.fr>
847 To: sylpheed-claws-devel@lists.sourceforge.net
848 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
850 2006-06-01 [colin] 2.2.0cvs71
853 Better guards against IMAP races
857 * src/common/ssl_certificate.c
858 * src/etpan/imap-thread.c
859 * src/etpan/imap-thread.h
860 * src/gtk/sslcertwindow.c
861 New hidden option ssl_skip_cert_check to
862 avoid dups of bug #959 (libetpan linked
863 against gnutls and gnutls buggy on 64bit)
864 Present expired warning only once per
866 * manual/advanced.xml
867 * manual/fr/advanced.xml
870 2006-06-01 [wwp] 2.2.0cvs70
873 fix for bug #961 (return receipt dialog
874 complains incorrectly about return-path
875 email adress being different), thanks
878 2006-05-31 [cleroy] 2.2.0cvs69
881 Guard against NULLs, although this
882 should never be an issue
884 2006-05-31 [colin] 2.2.0cvs68
889 Don't remove caches when destroying folder, it
890 could (should) be done at exit
892 free processing cache after incorporation
893 * src/etpan/imap-thread.c
894 Maybe fix bug #959 (Crash on moving to emails
895 to a imap account per ssl with a expired
898 2006-05-30 [colin] 2.2.0cvs67
901 Put back event flush when displaying message
902 It avoids reading a bunch of messages just
903 by hitting shift-n for too long ;)
905 2006-05-29 [colin] 2.2.0cvs66
908 Remove useless g_warnings
910 2006-05-29 [colin] 2.2.0cvs65
913 Fix g_slist_append()s for performance
915 2006-05-29 [colin] 2.2.0cvs64
919 Fix extraneous tab at start of addresses
921 Fix warnings (thanks to Fabien)
922 Fix crash at exit when composing messages
925 Fix progress bar when deleting expired mails
928 * src/gtk/gtksctree.c
929 Fix re-sorting slowness
931 2006-05-29 [paul] 2.2.0cvs63
934 fetch full message when moving mails
935 from another mailbox, (fixed data loss
936 when filtering from IMAP to MH, introduced
940 2006-05-29 [mones] 2.2.0cvs62
942 * src/gtk/gtksctree.c
943 Unselect faster (patch by Colin)
945 2006-05-26 [colin] 2.2.0cvs61
948 Unplug MSGINFO_UPDATE callback on delete too.
950 2006-05-26 [colin] 2.2.0cvs60
953 Fix bold in folder selection window with glib2.10
956 2006-05-26 [colin] 2.2.0cvs59
959 Convert date only if necessary (and don't
960 try to convert from utf8 to utf8, too)
962 Only set column's text if the column's
965 2006-05-26 [colin] 2.2.0cvs58
971 2006-05-26 [colin] 2.2.0cvs57
974 Make summaryview selectable as long as
977 Faster deletion (by implementing mh_remove_msgs)
978 Faster copy (avoid using mh_fetch_msg just to get
980 Faster move (using move_file instead of copy_file
982 No progressbar if total number of mails to cp/mv
985 Fix removal from subject_table when mail gets moved
986 Faster deletion (g_slist_prepend instead of append)
987 * src/gtk/gtksctree.c
990 2006-05-25 [colin] 2.2.0cvs56
992 * src/common/ssl_certificate.c
993 Fix leak in expired cert check
995 2006-05-25 [colin] 2.2.0cvs55
998 Disable flags syncing on .mh_sequences - it
999 is buggy and marks mails read under unknown
1004 * 2.3.0-rc4 released
1006 2006-05-24 [colin] 2.2.0cvs54
1008 attention cvs users: if you manage to crash
1009 Sylpheed-Claws while moving, copying or deleting
1010 mails, we *are* interested in stack traces and
1011 valgrind logs. It looks stable, but one never
1015 Add progressbar for cache updates
1017 Optimize Mark all read in the current
1020 Add progressbar for copy/move
1022 Optimize O(n^2) in copy/move
1024 * src/gtk/gtksctree.c
1025 Optimize O(n^2) algos
1026 * src/common/timing.h
1027 Display ms instead of us
1029 2006-05-24 [wwp] 2.2.0cvs53
1031 * manual/fr/advanced.xml
1032 updates to the French manual.
1034 2006-05-24 [wwp] 2.2.0cvs52
1036 * src/common/utils.c
1037 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1039 2006-05-24 [wwp] 2.2.0cvs51
1042 fixed "mark all read" in MH folders (thanks to Colin).
1044 2006-05-24 [paul] 2.2.0cvs50
1046 * doc/man/sylpheed-claws.1
1047 updated the man page
1049 2006-05-23 [colin] 2.2.0cvs49
1057 * src/send_message.c
1059 * src/gtk/sslcertwindow.c
1060 alertpanel fixes, by Fabien
1062 2006-05-23 [colin] 2.2.0cvs48
1068 * src/gtk/gtksctree.c
1069 * src/gtk/gtksctree.h
1071 Fix slow loading problem, which was caused by the
1072 use of some gtk_ctree funcs and their use of
1073 g_list_position while gtk_ctree_(un)link'ing.
1074 Reap more functions from gtkctree.c to be sure we
1075 use our (fast) version instead of theirs.
1077 Fix copy of unread mails
1080 2006-05-22 [wwp] 2.2.0cvs47
1082 * manual/fr/advanced.xml
1085 2006-05-22 [colin] 2.2.0cvs46
1088 Fix possible infinite loop. 'copy' is not a
1089 final action, so when encountering a 'copy',
1090 we have to check if a previous one was set
1091 and do it. In the same way, if we encounter
1092 a 'move' we have to perform a possibly
1093 pending 'copy'. This will slow down filtering
1094 on IMAP if move+copy or multiple copy actions
1095 are to be done, but handling it via the batch
1096 would be really too convoluted.
1098 2006-05-22 [wwp] 2.2.0cvs45
1100 * manual/fr/advanced.xml
1102 * manual/fr/glossary.xml
1103 * manual/fr/handling.xml
1104 * manual/fr/intro.xml
1105 * manual/fr/plugins.xml
1106 * manual/fr/sylpheed-claws-manual.xml
1107 sync w/ the english manual: updates URIs, documented mailing-list
1108 support, better explanation about the enabled/disabled feature
1109 in filtering/processing rules by Paul.
1111 2006-05-21 [colin] 2.2.0cvs44
1114 Don't expand after building threads, but during
1116 2006-05-21 [colin] 2.2.0cvs43
1120 More timing possibilities... For next time I have
1121 to find out how the hell some 3GHz computer takes
1122 one minute to open a 30k folder...
1124 2006-05-21 [colin] 2.2.0cvs42
1126 * manual/pl/advanced.xml
1128 * manual/pl/glossary.xml
1129 * manual/pl/handling.xml
1130 * manual/pl/intro.xml
1131 * manual/pl/plugins.xml
1132 * manual/pl/sylpheed-claws-manual.xml
1133 Polish manual updated by Pawel
1137 * 2.3.0-rc3 released
1139 2006-05-20 [colin] 2.2.0cvs41
1143 - remove cache of moved messages from original folder
1144 - apply new flags to messages even if they aren't appliable
1149 * 2.3.0-rc2 released
1151 2006-05-19 [colin] 2.2.0cvs40
1154 Don't issue SELECT in imap_change_flags
1155 before having checked that we indeed have
1156 some flags to change. MSG_POSTFILTERED for
1157 example can't be used on IMAP.
1158 Fixes bug #955 (copying messages between
1159 imap folders is extremely slow), which was
1162 2006-05-19 [colin] 2.2.0cvs39
1167 Try to fix bug #830 (Some unread messages
1168 get marked read in IMAP inbox):
1169 - Prevent scanning a folder if it's being
1171 - Postpone opening via the GUI of a folder
1175 2006-05-19 [wwp] 2.2.0cvs38
1177 * manual/advanced.xml
1178 fix English+typo (thanks to Paul).
1180 2006-05-19 [wwp] 2.2.0cvs37
1182 * manual/advanced.xml
1183 * manual/fr/advanced.xml
1184 * src/gtk/logwindow.c
1185 * src/prefs_common.c
1186 * src/prefs_common.h
1187 added hidden prefs to allow customization of colors used in
1188 protocol log window (useful for dark gtk+ themes).
1190 2006-05-19 [wwp] 2.2.0cvs36
1193 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1195 2006-05-19 [paul] 2.2.0cvs35
1198 make Reply-To fully clickable
1199 * src/gtk/logwindow.c
1200 more colouring (SMTP ESMTP)
1201 Both patches by Pawel Pekala
1203 2006-05-19 [cleroy] 2.2.0cvs34
1206 Don't update flags from current folder
1207 Probably fixes bug #935 (Read Messages
1208 Revert to Being Marked as Unread)
1210 2006-05-18 [colin] 2.2.0cvs33
1218 Allow replying to multiple emails
1221 * src/etpan/imap-thread.c
1224 2006-05-18 [paul] 2.2.0cvs32
1227 keep Mailing-List menu refreshed
1230 2006-05-18 [paul] 2.2.0cvs31
1232 * manual/advanced.xml
1234 * manual/glossary.xml
1235 * manual/handling.xml
1237 * manual/plugins.xml
1238 * manual/sylpheed-claws-manual.xml
1240 add info about mailing-list support
1245 * src/plugins/dillo_viewer/README
1248 2006-05-17 [wwp] 2.2.0cvs30
1250 * manual/handling.xml
1251 * manual/fr/handling.xml
1252 documented the ability to enabled/disable filtering/processing rules.
1254 2006-05-17 [colin] 2.2.0cvs29
1257 Don't initialize g_thread subsystem if it's
1258 already done (thanks to Hiro)
1260 Fix saving of parts when there name can't be
1261 converted from UTF-8.
1263 2006-05-17 [paul] 2.2.0cvs28
1266 fix config.status warning with autoconf 2.60
1268 2006-05-17 [paul] 2.2.0cvs27
1273 2006-05-17 [wwp] 2.2.0cvs26
1276 fix useless and potentially dangerous buffer walking (thanks to Colin).
1278 2006-05-17 [wwp] 2.2.0cvs25
1280 * src/plugins/demo/demo.c
1281 updated product name in plugin demo (many plugins need to be
1282 sync'ed w/ that change).
1284 2006-05-17 [colin] 2.2.0cvs24
1289 2006-05-16 [colin] 2.2.0cvs23
1292 Stupid me hit again. Fix cvs22.
1294 2006-05-16 [colin] 2.2.0cvs22
1297 Fix bug #922 (sylpheed-claws crashed after
1298 pushing on Inbox folder)
1300 2006-05-16 [colin] 2.2.0cvs21
1303 Make From header be copy/paste/select-able
1305 2006-05-16 [wwp] 2.2.0cvs20
1310 * src/etpan/imap-thread.c
1311 fix some compiler warnings (thanks to Colin).
1313 2006-05-16 [wwp] 2.2.0cvs19
1321 * src/send_message.c
1323 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1325 2006-05-15 [colin] 2.2.0cvs18
1328 Fix automatic rule creation with List-Post
1330 2006-05-15 [paul] 2.2.0cvs17
1332 * tools/filter_conv_new.pl
1333 updated for rule enabling/disabling
1334 claws version >= 2.3.x required
1336 2006-05-15 [cleroy] 2.2.0cvs16
1341 2006-05-15 [cleroy] 2.2.0cvs15
1346 2006-05-15 [wwp] 2.2.0cvs14
1348 * manual/pl/.cvsignore
1349 ignore generated files.
1351 2006-05-14 [wwp] 2.3.0-rc1
1353 * 2.3.0-rc1 released
1355 2006-05-13 [wwp] 2.2.0cvs13
1360 * src/matcher_parser_lex.l
1361 * src/matcher_parser_parse.y
1362 * src/prefs_filtering.c
1363 new feature: provide the ability to disable filtering and processing
1364 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1367 2006-05-13 [colin] 2.2.0cvs12
1370 Remove useless if (a) b; else b;
1373 2006-05-13 [wwp] 2.2.0cvs11
1381 no more silent failures (or at least less ones) when importing
1382 or exporting from/to mbox. Also start importing/exporting if
1383 the necessary info is set.
1385 2006-05-13 [wwp] 2.2.0cvs10
1388 restored up-to-date release notes.
1390 2006-05-13 [paul] 2.2.0cvs9
1394 updated by Tim Dijkstra and Pavlo Bohmat
1396 2006-05-12 [colin] 2.2.0cvs8
1398 * src/gtk/quicksearch.c
1399 Add "k" as shortcut for "colorlabel". Patch
1400 by ath42@users.sf.net.
1402 2006-05-12 [paul] 2.2.0cvs7
1404 * src/prefs_common.h
1405 * src/prefs_summaries.c
1407 when entering a folder also allow
1408 going directly to first Marked message
1410 2006-05-12 [paul] 2.2.0cvs6
1413 always obey 'confirm before marking all
1416 2006-05-12 [paul] 2.2.0cvs5
1419 make Sender fully clickable
1421 2006-05-12 [colin] 2.2.0cvs4
1425 Let From be editable
1428 Full support of .mh_sequences' Unseen seq
1430 2006-05-12 [colin] 2.2.0cvs3
1436 * src/prefs_spelling.c
1443 Add contextual menu on Compose toolbar
1444 button. Fixes bug #944 (Automatic
1445 addresses not applied when changing account
1446 from compose window)
1447 add Mailing List support
1448 based on the old 0.6.5claws25 patch by
1449 Melvin Hadasht, with finishing touches
1451 Fix "ignore thread" when mails are threaded by
1452 subject (and weren't ignored although appearing
1455 Both patches by Pawel.
1457 2006-05-08 [paul] 2.2.0cvs2
1466 add Mailing List support
1467 based on the old 0.6.5claws25 patch by
1468 Melvin Hadasht, with finishing touches
1471 2006-05-08 [colin] 2.2.0cvs1
1476 Add contextual menu on Compose toolbar
1477 button. Fixes bug #944 (Automatic
1478 addresses not applied when changing account
1479 from compose window)
1481 2006-05-08 [paul] 2.2.0
1485 2006-05-08 [paul] 2.1.1cvs51
1495 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1496 Fabien Vantard, Frederico Goncalves Guimaraes,
1497 Aleksandar Urosevic, and Ralgh Young
1499 2006-05-12 [colin] 2.1.1cvs50
1510 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1511 Fabien Vantard, Frederico Goncalves Guimaraes,
1512 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1514 2006-05-05 [colin] 2.1.1cvs49
1516 * manual/Makefile.am
1517 * manual/pl/Makefile.am
1518 * manual/pl/account.xml
1520 * manual/pl/addrbook.xml
1521 * manual/pl/advanced.xml
1523 * manual/pl/glossary.xml
1525 * manual/pl/handling.xml
1526 * manual/pl/intro.xml
1527 * manual/pl/keyboard.xml
1528 * manual/pl/plugins.xml
1529 * manual/pl/starting.xml
1530 * manual/pl/sylpheed-claws-manual.xml
1531 * manual/pl/dist/.cvsignore
1532 * manual/pl/dist/Makefile.am
1533 * manual/pl/dist/html/.cvsignore
1534 * manual/pl/dist/html/Makefile.am
1535 * manual/pl/dist/pdf/.cvsignore
1536 * manual/pl/dist/pdf/Makefile.am
1537 * manual/pl/dist/ps/.cvsignore
1538 * manual/pl/dist/ps/Makefile.am
1539 * manual/pl/dist/txt/.cvsignore
1540 * manual/pl/dist/txt/Makefile.am
1541 Add the polish translation of the manual,
1542 Authored by Pawel Pekala.
1544 2006-05-05 [cleroy] 2.1.1cvs48
1547 Re-read matcherrc after loading plugins
1548 if some of them add folders.
1550 2006-05-03 [colin] 2.1.1cvs47
1555 2006-05-03 [colin] 2.1.1cvs46
1558 Be sure to have a session when
1561 2006-05-03 [colin] 2.1.1cvs45
1566 Fix preventing renaming with namespace
1569 2006-05-01 [colin] 2.1.1cvs44
1572 Don't reload messageview when result of
1575 2006-04-29 [colin] 2.1.1cvs43
1577 * src/prefs_receive.c
1578 * src/plugins/spamassassin/spamassassin_gtk.c
1579 * src/plugins/clamav/clamav_plugin_gtk.c
1582 2006-04-29 [colin] 2.1.1cvs42
1584 * src/prefs_compose_writing.c
1586 Cleanups. Patch by Pawel
1588 2006-04-28 [paul] 2.1.1cvs41
1591 fix returned quick search results when search
1592 term contains an underscore.
1595 2006-04-28 [paul] 2.1.1cvs40
1597 * src/prefs_message.c
1598 * src/prefs_receive.c
1600 Patches by Pawel Pekala
1602 2006-04-27 [colin] 2.1.1cvs39
1605 Differentiate subject Welcome from
1606 window's title Welcome
1612 2006-04-27 [paul] 2.1.1cvs38
1614 * manual/advanced.xml
1615 * manual/fr/advanced.xml
1616 add info about compose_no_markup hidden pref
1618 2006-04-27 [paul] 2.1.1cvs37
1620 * src/prefs_account.c
1621 improve privacy labels
1622 * src/prefs_msg_colors.c
1623 change some strings for translators' convenience
1624 * src/gtk/gtkutils.c
1625 don't underline the link button text
1627 2006-04-25 [colin] 2.1.1cvs36
1630 Complete 2.1.1cvs33 (once more ;)
1632 2006-04-25 [colin] 2.1.1cvs35
1637 2006-04-25 [cleroy] 2.1.1cvs34
1640 * src/gtk/gtkaspell.c
1641 Fix crash on redirect (related to the return
1642 of the aspell menu in compose's toolbar)
1643 * src/prefs_msg_colors.c
1644 Fix sensitivity widgets
1645 * src/image_viewer.c
1646 * src/gtk/pluginwindow.c
1647 * src/gtk/prefswindow.c
1648 Change released signals to clicked (Fabien)
1650 * src/common/socket.c
1651 * src/plugins/spamassassin/spamassassin.c
1652 Translate strings (Fabien)
1654 2006-04-25 [paul] 2.1.1cvs33
1659 complete the fix of bug #912
1662 2006-04-25 [colin] 2.1.1cvs32
1670 Patches by Pawel Pekala
1672 2006-04-24 [colin] 2.1.1cvs31
1675 Fix compilation warnings (Fabien)
1677 2006-04-24 [colin] 2.1.1cvs30
1681 * src/editldap_basedn.c
1682 * src/editldap_basedn.h
1688 Fix bug #901 (LDAPS support)
1690 2006-04-24 [colin] 2.1.1cvs29
1693 Fix logic on error with send dialog on
1695 Fix compilation without libetpan, thanks
1698 Fix 'context-menu' key
1700 2006-04-23 [colin] 2.1.1cvs28
1703 Never free current's cache to free up
1704 memory. Fixes bug #912 (new count
1705 randomly set to message count)
1707 2006-04-23 [colin] 2.1.1cvs27
1709 * src/gtk/quicksearch.c
1710 And remove printf...
1712 2006-04-23 [colin] 2.1.1cvs26
1714 * src/gtk/quicksearch.c
1715 Fix replacing in quicksearch, and fix inserting
1716 in the middle of the string. (introduced at 2.1.0cvs22)
1718 2006-04-23 [colin] 2.1.1cvs25
1721 Make sure uidnext is initialized in get_num_list
1722 (not for stable, related to 2.1.1cvs8 and friends)
1724 2006-04-23 [colin] 2.1.1cvs24
1727 Output something when login is successful
1730 2006-04-23 [colin] 2.1.1cvs23
1732 * src/etpan/imap-thread.c
1733 Better logging (line-per-line, hide data in fetch)
1735 * src/gtk/logwindow.c
1736 * src/gtk/logwindow.h
1737 Better logging (color for input/output)
1739 2006-04-21 [colin] 2.1.1cvs22
1741 * src/gtk/quicksearch.c
1742 On gtk+-2.8, use stock buttons in quicksearch
1743 Based on a patch by Fabien and a design by Paul
1745 2006-04-21 [colin] 2.1.1cvs21
1749 Fix occasional flicker in folderview
1750 * src/common/utils.c
1751 Fix bug #943 (Incorrectly parsed email address
1752 list in short headers on message view and in
1755 2006-04-20 [colin] 2.1.1cvs20
1759 * src/prefs_account.c
1760 Add ANONYMOUS auth for IMAP
1762 2006-04-20 [paul] 2.1.1cvs19
1765 proper fix for 2.1.1cvs18
1768 2006-04-20 [paul] 2.1.1cvs18
1773 2006-04-20 [paul] 2.1.1cvs17
1775 * src/gtk/quicksearch.c
1776 fix standard, non-extended Quick search,
1777 was broken in 2.1.1cvs15.
1780 2006-04-20 [colin] 2.1.1cvs16
1782 * src/prefs_matcher.c
1783 Fix values when reselecting a ~test
1786 2006-04-19 [colin] 2.1.1cvs15
1790 * src/gtk/gtkaspell.c
1791 * src/gtk/gtkaspell.h
1792 Put back Options menu in Spelling/
1793 * src/gtk/quicksearch.c
1794 Don't search, and show error, if the
1795 advanced search has a syntax error
1797 2006-04-18 [colin] 2.1.1cvs14
1800 Fix gdk warnings on set_cursor when textview
1803 2006-04-18 [colin] 2.1.1cvs13
1805 * src/gtk/gtksctree.c
1806 Remove seemingly useless refresh that causes
1807 flicker - watch this commit in case of
1808 problems before planned backport to stable
1810 2006-04-18 [colin] 2.1.1cvs12
1813 Factorize get/set_xml code
1815 * src/prefs_account.c
1816 * src/prefs_account.h
1818 Add Encrypt to self option
1820 2006-04-17 [colin] 2.1.1cvs11
1823 Fix search on encrpyt function on dragonfly
1824 Patch by Jonathan Buschmann <jonthn@agmact.com>
1826 2006-04-17 [colin] 2.1.1cvs10
1828 * src/prefs_account.c
1829 Be safe by default: remove mails from POP3
1830 after 7 days, not immediately
1832 2006-04-17 [colin] 2.1.1cvs9
1834 * src/etpan/imap-thread.c
1835 Fix build on DragonFly - patch by
1836 Jonathan Buschmann <jonthn@agmact.com>
1838 2006-04-17 [colin] 2.1.1cvs8
1841 Save uidnext between sessions
1843 2006-04-17 [colin] 2.1.1cvs7
1846 scan is required when uid validity changes
1848 2006-04-17 [colin] 2.1.1cvs6
1851 Don't scan if not necessary, apart in current
1852 folder and INBOX to fetch flags.
1854 Scan is necessary if unread count changes
1856 2006-04-17 [colin] 2.1.1cvs5
1859 ...But always fetch ANSWERED and DELETED flags for
1860 INBOX, as filtering can happen on these flags.
1862 2006-04-17 [colin] 2.1.1cvs4
1865 Don't fetch REPLIED and DELETED flags when synchronising
1866 flags with a closed folder. We only need UNSEEN and FLAGGED
1867 to update the folderview.
1869 2006-04-17 [colin] 2.1.1cvs3
1872 Faster flag search when there are new mails
1873 in a folder. We can do a full search if the
1874 folder contains less messages than the new
1877 2006-04-17 [colin] 2.1.1cvs2
1884 Update translations from stable branch
1886 2006-04-17 [colin] 2.1.1cvs1
1889 Bump version to follow stable release
1891 2006-04-16 [mones] 2.1.0cvs50
1896 2006-04-16 [colin] 2.1.0cvs49
1899 Fix bgcolor not unset on gtk 2.8, while preventing warnings
1900 with gtk < 2.8. Thanks to Fabien Vantard.
1902 2006-04-15 [colin] 2.1.0cvs48
1904 * src/etpan/imap-thread.c
1905 Fix bug #919 (libetpan: SEGV when connecting
1908 2006-04-14 [colin] 2.1.0cvs47
1911 Fix race on --select (should be done better)
1913 2006-04-14 [wwp] 2.1.0cvs46
1915 * src/send_message.c
1916 enforce a check for domain in account prefs (a sending
1917 error could be faced if domain was checked but no value set),
1920 2006-04-14 [colin] 2.1.0cvs45
1923 when converting from unknown to unknown, if the
1924 string is UTF8, don't convert it to the locale
1927 2006-04-14 [colin] 2.1.0cvs44
1930 Don't try to use ASCII for converting headers
1933 2006-04-14 [paul] 2.1.0cvs43
1936 add locale/charset info to crash report
1939 replace 'e-mail' with preferred 'email'
1941 ensure contributors list is in alphabetical
1944 2006-04-13 [colin] 2.1.0cvs42
1947 Prevent gdk warnings
1949 2006-04-13 [colin] 2.1.0cvs41
1951 * src/common/ssl_certificate.c
1952 * src/common/ssl_certificate.h
1953 * src/gtk/sslcertwindow.c
1954 Warn on expired certs, and display the expiration date
1956 2006-04-13 [colin] 2.1.0cvs40
1958 * src/plugins/spamassassin/spamassassin_gtk.c
1959 Fix missing set_text on unix socket
1961 2006-04-13 [wwp] 2.1.0cvs39
1963 * manual/fr/advanced.xml
1964 * manual/fr/glossary.xml
1965 applied new spam/ham/email lexicon (pourriel, courriel)
1967 2006-04-13 [paul] 2.1.0cvs38
1969 * src/plugins/pgpmime/plugin.c
1970 remove the mention of S/MIME from the
1971 description. This is now handled by the
1974 2006-04-13 [paul] 2.1.0cvs37
1976 * src/prefs_msg_colors.c
1978 * src/prefs_folder_item.c
1979 * src/prefs_spelling.c
1980 add a tooltip to the colour selector buttons
1982 2006-04-13 [wwp] 2.1.0cvs36
1984 * manual/advanced.xml
1985 * manual/glossary.xml
1986 * manual/handling.xml
1987 * manual/keyboard.xml
1988 * manual/plugins.xml
1989 * manual/starting.xml
1990 * manual/fr/account.xml
1992 * manual/fr/addrbook.xml
1993 * manual/fr/advanced.xml
1995 * manual/fr/glossary.xml
1997 * manual/fr/handling.xml
1998 * manual/fr/intro.xml
1999 * manual/fr/keyboard.xml
2000 * manual/fr/plugins.xml
2001 * manual/fr/starting.xml
2002 * manual/fr/sylpheed-claws-manual.xml
2003 fixes to the manuals:
2004 - summaryview -> Message List (same in French)
2005 - translate key names
2006 - fix French punctuation, use non-breakable spaces when
2007 necessary, don't use   which is not portable
2008 - tell what maildir and mbox formats we support
2010 2006-04-12 [wwp] 2.1.0cvs35
2012 * src/prefs_toolbar.c
2013 unified a replace button more,
2014 patch by Fabien Vantard <fzzzzz@gmail.com>.
2016 2006-04-12 [wwp] 2.1.0cvs34
2018 * src/prefs_common.c
2019 * src/prefs_msg_colors.c
2020 make default color labels translatable,
2021 patch from Fabien Vantard <fzzzzz@gmail.com>,
2022 thanks to Tim <timbrain@post.cz> for reporting.
2024 2006-04-12 [wwp] 2.1.0cvs33
2026 * manual/glossary.xml
2028 * manual/plugins.xml
2029 * manual/starting.xml
2030 * manual/sylpheed-claws-manual.xml
2031 * manual/fr/.cvsignore
2032 * manual/fr/account.xml
2034 * manual/fr/addrbook.xml
2035 * manual/fr/advanced.xml
2037 * manual/fr/glossary.xml
2038 * manual/fr/handling.xml
2039 * manual/fr/intro.xml
2040 * manual/fr/keyboard.xml
2041 * manual/fr/plugins.xml
2042 * manual/fr/starting.xml
2043 * manual/fr/sylpheed-claws-manual.xml
2044 various fixes: typos, missing .fr translations, punctuation,
2045 capitalization, links, accents and some bad French more.
2047 2006-04-12 [wwp] 2.1.0cvs32
2050 fix for bug #935: always store prefs files in UTF-8 (thanks
2053 2006-04-11 [colin] 2.1.0cvs31
2056 Fix inserting files not in utf8 when locale is utf8
2058 2006-04-11 [colin] 2.1.0cvs30
2061 Don't show error dialog when cancelling connection
2064 2006-04-11 [cleroy] 2.1.0cvs29
2067 Implement multiple quote levels
2068 * src/prefs_common.c
2069 Change a little bit the quote bgcolor for 2nd level
2071 2006-04-11 [colin] 2.1.0cvs28
2074 Add locale and charset in the label
2076 2006-04-10 [colin] 2.1.0cvs27
2079 * src/prefs_common.c
2080 * src/prefs_common.h
2081 * src/prefs_msg_colors.c
2083 Allow optional background color in quotes
2084 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2087 2006-04-10 [colin] 2.1.0cvs26
2094 2006-04-10 [colin] 2.1.0cvs25
2096 * manual/plugins.xml
2097 * manual/fr/plugins.xml
2098 Document libcurl's proxy variables
2100 2006-04-09 [colin] 2.1.0cvs24
2102 * src/prefs_common.c
2103 gettext() returns statically allocated stuff. We have
2104 to strdup it in order to be able to free it.
2106 2006-04-09 [colin] 2.1.0cvs23
2112 2006-04-09 [colin] 2.1.0cvs22
2115 * src/gtk/quicksearch.c
2116 Fix bug #859 (problems with cyrilic input in
2117 search panel) - Patch by Alexey Illarionov
2118 <littlesavage@rambler.ru>
2120 2006-04-09 [colin] 2.1.0cvs21
2122 * src/prefs_customheader.c
2123 I prefer removing then freeing rather than the contrary
2124 (even if it doesn't change anything ;-)
2125 * src/prefs_account.c
2126 Fix bug #933 (Crash re-entering the custom headers list
2127 dialog in accounts prefs)
2128 The problem happened when cancelling the Account
2129 Preferences' dialogs - in which case we didn't do
2130 anything to the PrefsAccount * struct. In case of applying,
2131 the old ac_prefs was replaced with the tmp_ac_prefs we were
2132 working with in this dialog. The problem is that
2133 prefs_customheader.c, working on this tmp_ac_prefs, always
2134 changes the ->customhdr_list pointer, even when cancelled.
2135 So in case of cancelling the prefs_account dialog, we still
2136 have to update ->customhdr_list in the real account.
2138 2006-04-08 [colin] 2.1.0cvs20
2140 * manual/fr/glossary.xml
2141 * manual/fr/keyboard.xml
2142 Forgot some headers :)
2144 2006-04-08 [colin] 2.1.0cvs19
2146 * manual/Makefile.am
2147 * manual/fr/Makefile.am
2148 * manual/fr/account.xml
2150 * manual/fr/addrbook.xml
2151 * manual/fr/advanced.xml
2153 * manual/fr/glossary.xml
2155 * manual/fr/handling.xml
2156 * manual/fr/intro.xml
2157 * manual/fr/keyboard.xml
2158 * manual/fr/plugins.xml
2159 * manual/fr/starting.xml
2160 * manual/fr/sylpheed-claws-manual.xml
2161 * manual/fr/dist/.cvsignore
2162 * manual/fr/dist/Makefile.am
2163 * manual/fr/dist/html/.cvsignore
2164 * manual/fr/dist/html/Makefile.am
2165 * manual/fr/dist/pdf/.cvsignore
2166 * manual/fr/dist/pdf/Makefile.am
2167 * manual/fr/dist/ps/.cvsignore
2168 * manual/fr/dist/ps/Makefile.am
2169 * manual/fr/dist/txt/.cvsignore
2170 * manual/fr/dist/txt/Makefile.am
2171 Add the french translation of the manual. Thanks to
2172 Olivier Delhomme <olivier.delhomme@free.fr> for
2173 account.xml, ack.xml, addrbook.xml and advanced.xml
2175 2006-04-08 [colin] 2.1.0cvs18
2177 * manual/plugins.xml
2178 * manual/starting.xml
2181 2006-04-07 [colin] 2.1.0cvs17
2185 * manual/keyboard.xml
2188 2006-04-07 [colin] 2.1.0cvs16
2192 * src/prefs_common.c
2193 * src/prefs_common.h
2194 Add hidden compose_no_markup pref
2196 2006-04-07 [wwp] 2.1.0cvs15
2198 * src/summary_search.c
2200 Bugfix: stop button was sticky when searching in an empty folder.
2201 Applied curly brackets code style to the whole file (summary_search.c).
2202 More files to ignore.
2204 2006-04-07 [wwp] 2.1.0cvs14
2206 * src/message_search.c
2207 * src/summary_search.c
2208 changed default button when search bumps at file/folder
2209 beginning or end, for convenience (thanks to Colin).
2211 2006-04-07 [paul] 2.1.0cvs13
2213 * src/plugins/dillo_viewer/dillo_prefs.c
2214 avoid future potential for namespace collision
2217 2006-04-06 [wwp] 2.1.0cvs12
2219 * src/summary_search.c
2220 Unify extended/advanced searches names (and thus factorize labels),
2221 patch by Fabien Vantard <fzzzzz@gmail.com>.
2223 2006-04-06 [wwp] 2.1.0cvs11
2226 * src/prefs_themes.c
2228 Fixed some compilation warnings.
2230 2006-04-06 [colin] 2.1.0cvs10
2232 * manual/advanced.xml
2233 Document the wizard template and how to deploy
2234 Sylpheed-Claws effectively
2236 2006-04-06 [colin] 2.1.0cvs9
2239 gettext patch to tell translators about _("#"),
2242 2006-04-06 [colin] 2.1.0cvs8
2245 Fix invalid GtkTextBIter after clicking "Display as text"
2247 2006-04-06 [mones] 2.1.0cvs7
2256 * src/folder_item_prefs.c
2261 * src/prefs_msg_colors.c
2262 * src/prefs_spelling.c
2263 * src/prefs_themes.c
2266 * src/stock_pixmap.c
2270 * src/common/mgutils.c
2271 * src/common/prefs.c
2272 * src/common/ssl_certificate.c
2273 * src/gtk/colorlabel.c
2274 * src/gtk/quicksearch.c
2275 * src/plugins/pgpmime/pgpmime.c
2276 * src/plugins/spamassassin/spamassassin.c
2277 Removed redundant NULL checks for g_free() calls.
2278 Patch by Pawel Pekala.
2280 2006-04-06 [mones] 2.1.0cvs6
2282 * src/prefs_actions.c
2283 * src/prefs_filtering.c
2284 * src/prefs_filtering_action.c
2285 * src/prefs_matcher.c
2286 * src/prefs_template.c
2287 * src/gtk/gtkutils.c
2288 * src/gtk/gtkutils.h
2289 Have a nice replace button. Patch by Pawel Pekala
2291 2006-04-06 [colin] 2.1.0cvs5
2294 Fix crash with empty columns
2296 2006-04-05 [colin] 2.1.0cvs4
2300 Allow wizard customization with pre-filled values
2302 2006-04-05 [colin] 2.1.0cvs3
2307 Nicer messages in mimeview
2309 2006-04-05 [colin] 2.1.0cvs2
2312 * src/prefs_summaries.c
2315 2006-04-05 [colin] 2.1.0cvs1
2317 * src/plugins/pgpcore/plugin.c
2318 * src/plugins/pgpcore/select-keys.c
2319 * src/plugins/pgpcore/select-keys.h
2320 * src/plugins/pgpcore/sgpgme.c
2321 * src/plugins/pgpcore/sgpgme.h
2322 * src/plugins/pgpinline/pgpinline.c
2323 * src/plugins/pgpinline/plugin.c
2324 * src/plugins/pgpmime/pgpmime.c
2325 * src/plugins/pgpmime/plugin.c
2326 Factorize and generalize a bit
2327 Drop S/MIME signature verification from PGP/MIME
2328 (adding it as another, more complete plugin)
2330 2006-04-05 [paul] 2.1.0
2334 2006-04-05 [paul] 2.0.0cvs186
2336 * manual/advanced.xml
2337 add info on colour labels
2339 2006-04-05 [paul] 2.0.0cvs185
2354 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
2355 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
2356 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
2357 Guimaraes, Aleksandar Urosevic, Ralgh Young
2359 * tools/claws.i18n.status.pl
2360 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2361 and new Czech translator, Tim <timbrain@post.cz>
2363 2006-04-05 [mones] 2.0.0cvs184
2368 2006-04-05 [colin] 2.0.0cvs183
2370 * src/gtk/quicksearch.c
2371 Fix bug #929 (unnecessary reload in quick search bar)
2373 2006-04-05 [colin] 2.0.0cvs182
2376 Fix crash on Reply with no From:
2377 Show signature and conversion error on queuing
2382 Factorize threading code and make sure msginfo
2383 is not null when it comes from a GtkCTreeRow's
2385 * src/gtk/gtkaspell.c
2386 Check for necessary things
2387 * src/gtk/gtksctree.c
2388 * src/gtk/gtksctree.h
2389 Reset anchor if necessary when removing node
2391 2006-03-29 [colin] 2.0.0cvs181
2394 Warn for disabled IMAP accounts (due to lack of
2395 libetpan). Breaks string-freeze - sorry - but it
2396 is kind of important ;)
2398 2006-03-28 [colin] 2.0.0cvs180
2400 * src/gtk/gtkutils.c
2401 * src/gtk/gtkutils.h
2402 Add a gtkut_get_link_btn() function that
2403 creates a button which acts like an URI
2404 * src/prefs_themes.c
2406 Use this function (factorizes codes)
2408 * src/gtk/pluginwindow.c
2409 Add a "Get more..." in the plugins window
2411 2006-03-28 [colin] 2.0.0cvs179
2414 * src/common/passcrypt.c
2416 Warning fixes. Patch by Pawel Pekala
2418 2006-03-27 [colin] 2.0.0cvs178
2421 Fix undoing by blocks with spaces
2423 2006-03-27 [colin] 2.0.0cvs177
2426 Set margin to 3px for headers
2432 2006-03-27 [wwp] 2.0.0cvs176
2435 don't reset quicksearch when updating the message list.
2438 2006-03-26 [wwp] 2.0.0cvs175
2441 use a unified border width ('other' tab in the compose window,
2442 patch by Pawel Pekala).
2445 2006-03-26 [wwp] 2.0.0cvs174
2447 * src/common/quoted-printable.c
2449 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2451 2006-03-26 [colin] 2.0.0cvs173
2453 * src/quote_fmt_parse.y
2454 Fix non-UTF8 date formats messing up the whole quote a
2457 2006-03-26 [colin] 2.0.0cvs172
2460 Make sure the date is UTF8 valid, or try to make it
2461 so. IncrediMail is really IncrediStupid.
2463 Fix possible conversions.
2466 2006-03-26 [colin] 2.0.0cvs171
2469 Fix corner cases in body search. This is still a
2470 hack... It seems impossible to make it good and
2471 reasonably fast at the same time.
2473 2006-03-26 [colin] 2.0.0cvs170
2476 I think I killed the twilight zone bug!
2477 summary_select_node() flushes GTK events in order
2478 to be able to center the view. But this also
2479 flushes keypresses like Ctrl-Alt-U, so this can
2480 call summary_show from summary_select_node (itself
2481 called from summary_show, etc.). And the summaryview
2482 has to be unlocked in this function. So just locking
2483 while processing GTK events, and bailing if locked,
2485 Fixes bug #927 (SIGSEGV during Update Summary)
2487 2006-03-25 [colin] 2.0.0cvs169
2490 Fix search in QP-encoded bodies
2491 Fix utf-8 searches in bodies encoded in the
2493 * src/common/quoted-printable.c
2494 * src/common/quoted-printable.h
2495 Add a decode function that doesn't overwrite
2496 the original pointer
2499 2006-03-24 [colin] 2.0.0cvs168
2504 Update message cache after action
2505 Patch by H. Merijn Brand
2506 * src/prefs_msg_colors.c
2508 Patch by Fabien Vantard
2509 * src/plugins/spamassassin/spamassassin_gtk.c
2510 Remove useless translation
2511 Patch by Fabien Vantard
2513 2006-03-23 [colin] 2.0.0cvs167
2516 Let 30 seconds to SSL_connect
2518 2006-03-23 [wwp] 2.0.0cvs166
2521 * src/gtk/description_window.c
2522 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2523 and headers are translated; adjust description windows' width to fit their
2524 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2526 2006-03-23 [paul] 2.0.0cvs165
2528 * src/common/utils.c
2529 fix highlighting of URIs containing "()"
2530 (2.0.0cvs164's reversal fixed)
2533 2006-03-23 [paul] 2.0.0cvs164
2535 * src/common/utils.c
2536 revert patch, (postponing a fix), at 2.0.0cvs120
2537 as it breaks more URIs than it fixes.
2538 Allow '-' to be a terminating character in a URI
2540 2006-03-22 [colin] 2.0.0cvs163
2543 Require libetpan 0.45
2544 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2546 2006-03-22 [paul] 2.0.0cvs162
2549 replace '<-' and '->' buttons with GTK_STOCK graphical
2551 * src/summary_search.c
2552 don't offer '...' for translation
2553 add a tooltip to advanced search '...' button
2554 * src/gtk/quicksearch.c
2555 don't offer '...' for translation
2557 2006-03-21 [colin] 2.0.0cvs161
2560 Fix middle-click pasting (insert at click
2561 position instead of cursor position, don't
2562 remove existing selection and allow pasting
2565 "LDAP Server" -> "LDAP servers"
2567 2006-03-21 [wwp] 2.0.0cvs160
2569 * src/etpan/imap-thread.c
2570 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2572 2006-03-20 [colin] 2.0.0cvs159
2575 Don't reload summaryview after an execute with no
2578 2006-03-19 [colin] 2.0.0cvs158
2581 and put groups at the top, always
2583 2006-03-19 [colin] 2.0.0cvs157
2586 Order groups before names, as previously
2588 2006-03-19 [colin] 2.0.0cvs156
2591 - Sort case-unsensitive
2592 - Put the sort arrow at opening too
2594 2006-03-19 [wwp] 2.0.0cvs155
2597 allow sorting by name/email/remarks, ensure that right-pane's contents
2598 matches the left-pane selection (cleared when appropriate).
2599 Patch by Pawel Pekala <c0rn@o2.pl>.
2601 2006-03-18 [colin] 2.0.0cvs154
2606 2006-03-18 [colin] 2.0.0cvs153
2609 Make sure we hide the preview if we didn't get
2612 2006-03-18 [colin] 2.0.0cvs152
2615 Set cursor to watch for execution (fixes lack
2616 of watch-cursor when dnd'ing hundreds of mails)
2618 Check that mime type is 'image/*' before updating
2619 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2621 2006-03-18 [colin] 2.0.0cvs151
2626 Put a watch cursor in textview too when the mainwindow's
2629 2006-03-18 [colin] 2.0.0cvs150
2632 Change wrong asserts to simple tests
2634 2006-03-17 [colin] 2.0.0cvs149
2638 * src/prefs_msg_colors.c
2641 * src/gtk/colorlabel.c
2642 * src/gtk/colorlabel.h
2643 Add a color label menu in the main menubar
2644 Add (fixed) accels Ctrl-{0-7} to change the color
2645 They have to be fixed because the menu's dynamic,
2646 the items are complex widgets, hence we can't use
2650 2006-03-17 [wwp] 2.0.0cvs148
2653 rollback few lines from my previous commit (those lines come from
2654 a pending patch, accidentally commited, even if neutral as they are
2657 2006-03-17 [wwp] 2.0.0cvs147
2660 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2661 applied code style/indentation to the modified function.
2663 2006-03-17 [wwp] 2.0.0cvs146
2667 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2673 2006-03-17 [paul] 2.0.0cvs145
2676 addressbook_read_file() was called twice
2678 X-Mailer highlighting
2680 2006-03-16 [colin] 2.0.0cvs144
2682 * src/sourcewindow.c
2683 * src/sourcewindow.h
2684 And the last one, in source window.
2686 2006-03-16 [colin] 2.0.0cvs143
2690 Fix the same stuff in compose
2692 2006-03-16 [colin] 2.0.0cvs142
2695 Complete the previous messageview crash fix
2697 2006-03-16 [colin] 2.0.0cvs141
2702 Fix POSTPROCESSING hook
2703 Patch by H. Merijn Brand
2707 Parse Content-Location
2712 Don't crash when a top-level MessageView has
2713 been closed on us. Same problematic than
2714 yesterday's quicksearch issue.
2716 2006-03-15 [colin] 2.0.0cvs140
2718 * src/gtk/quicksearch.c
2719 Fix a bitchy race we didn't think about when we
2720 added quicksearch cancellation:
2721 If the search is not on cached fields, for example
2722 body_part matchcase "stuff"
2723 the matcher code has to get the whole message. If
2724 we're on IMAP, that can be slow, and in order to
2725 be non-blocking, the IMAP code idle loop processes
2726 gtk events too. So it is possible to cancel a
2727 quicksearch while the matcher is getting the mail's
2728 body. After matcher got its body, it will start to
2729 iterate over the matcher list that the Quicksearch's
2730 clear_search_cb() just freed via prepare_matcher().
2732 The fix consists of guarding the matcherlist_match()
2733 call with a boolean 'matching'. If we reset the
2734 quicksearch while matching is TRUE, we don't free
2735 the matcherlist anymore like we did, but we set
2736 another new flag, deferred_free, to TRUE. Then,
2737 in quicksearch_match(), just after returning from
2738 matcherlist_match() and unsetting the matching flag,
2739 we check the deferred_free flag and do the
2740 prepare_matcher() (which does the matcherlist_free)
2741 for real, so we free the matcherlist once it's not
2743 As all of this runs via the glib main loop, we
2744 luckily don't need a mutex.
2746 Also, show progress while searching.
2749 2006-03-14 [colin] 2.0.0cvs139
2752 Make alertpanel_is_open non-static
2754 2006-03-14 [colin] 2.0.0cvs138
2756 * src/prefs_spelling.c
2757 Cleanups - Fabien Vantard
2759 2006-03-14 [wwp] 2.0.0cvs137
2762 code style normalization (curly braces, indentation).
2764 2006-03-14 [wwp] 2.0.0cvs137
2767 code style (braces, indentation)
2769 2006-03-12 [paul] 2.0.0cvs136
2771 * src/prefs_common.c
2772 trans_hdr defaults to FALSE to be RFC-savvy
2773 * src/prefs_summaries.c
2774 add a tooltip to the trans_hdr option
2777 2006-03-12 [paul] 2.0.0cvs135
2779 * src/prefs_matcher.c
2780 give a little more width to the combos
2781 * src/prefs_display_header.c
2783 translate headers if prefs_common.trans_hdr
2786 Patches by Pawel Pekala
2788 2006-03-12 [paul] 2.0.0cvs134
2790 * src/plugins/clamav/clamav_plugin.c
2791 * src/plugins/dillo_viewer/dillo_viewer.c
2792 * src/plugins/pgpcore/plugin.c
2793 * src/plugins/pgpinline/plugin.c
2794 * src/plugins/pgpmime/plugin.c
2795 * src/plugins/spamassassin/spamassassin.c
2796 update/add to descriptions
2797 * src/plugins/spamassassin/spamassassin_gtk.c
2798 fixes to the english, remove superfluous
2799 tooltips, clean up a little
2801 2006-03-12 [paul] 2.0.0cvs133
2804 fix Bug 924, 'Account combo box shows up wrong
2805 if & is in account name'
2807 2006-03-11 [colin] 2.0.0cvs132
2810 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2811 messed up shift-selection because is slows down
2812 moving around summaryview. thanks -users
2814 2006-03-10 [colin] 2.0.0cvs131
2816 * src/plugins/spamassassin/spamassassin_gtk.c
2817 Put back Paul's engrish fixes
2819 2006-03-10 [colin] 2.0.0cvs130
2821 * src/plugins/spamassassin/spamassassin.c
2822 * src/plugins/spamassassin/spamassassin.h
2823 * src/plugins/spamassassin/spamassassin_gtk.c
2824 Cleanup SA prefs page (more)
2825 Patch by Fabien Vantard
2827 2006-03-10 [paul] 2.0.0cvs129
2829 * src/prefs_msg_colors.c
2830 * src/prefs_spelling.c
2833 2006-03-09 [mones] 2.0.0cvs128
2838 2006-03-09 [wwp] 2.0.0cvs127
2841 revert accidental commit (requirement for libetpan 0.43), this time
2844 2006-03-09 [wwp] 2.0.0cvs125
2847 revert accidental commit (requirement for libetpan 0.43)
2849 2006-03-09 [paul] 2.0.0cvs126
2851 * src/prefs_receive.c
2852 remove useless frame
2853 replace 'incorporation' with 'receiving'
2854 * src/plugins/clamav/clamav_plugin_gtk.c
2855 * src/plugins/spamassassin/spamassassin_gtk.c
2856 improve widget sensitivity
2857 fix a bit his engrish
2859 2006-03-09 [wwp] 2.0.0cvs125
2863 * src/prefs_common.c
2864 * src/prefs_common.h
2865 remember some more windows' sizes (add to addressbook and
2868 2006-03-09 [paul] 2.0.0cvs124
2870 * src/plugins/pgpcore/prefs_gpg.c
2871 normalise construction of dialogue
2873 2006-03-09 [paul] 2.0.0cvs123
2875 * src/plugins/trayicon/Makefile.am
2878 2006-03-08 [colin] 2.0.0cvs122
2880 * src/plugins/trayicon/Makefile.am
2881 Fix build in separate dir
2882 Patch by Bamanzi <bamanzi@gmail.com>
2884 2006-03-08 [colin] 2.0.0cvs121
2887 Batch move and copies from summaryview with delayed execution
2890 2006-03-07 [paul] 2.0.0cvs120
2892 * src/common/utils.c
2893 fix highlighting of URIs containing "()"
2894 Patch by Pawel Pekala
2896 2006-03-07 [paul] 2.0.0cvs119
2901 immediately do alphabetical resort when
2902 changing a folder's name
2903 Patch by Pawel Pekala
2905 2006-03-07 [paul] 2.0.0cvs118
2909 when unsubscribing a newsgroup, remove the
2910 folder and msgs in .sylpheed-claws/newscache
2911 Patch by Pawel Pekala <c0rn@gazeta.pl>
2913 2006-03-07 [paul] 2.0.0cvs117
2916 fix wrong Fake URL Warning
2919 2006-03-07 [colin] 2.0.0cvs116
2922 Return immediately when password dialog was
2924 * src/gtk/inputdialog.c
2925 Allow empty strings for passwords
2928 2006-03-06 [colin] 2.0.0cvs115
2931 Prevent double-timeouts when connection fails
2937 2006-03-06 [colin] 2.0.0cvs114
2940 Refresh session during potentially long
2943 2006-03-06 [wwp] 2.0.0cvs113
2945 * src/prefs_msg_colors.h
2946 forgot that one (custom color labels).
2948 2006-03-06 [wwp] 2.0.0cvs112
2950 * src/prefs_common.c
2951 * src/prefs_common.h
2952 * src/prefs_msg_colors.c
2955 * src/gtk/colorlabel.c
2956 * src/gtk/colorlabel.h
2957 colors in messages list are now customizable. Color values and names can
2958 be changed in "Configuration/Preferences/Display/Colors/Color labels".
2959 Thanks to Paul and Colin for their help with this longstanding patch!
2961 2006-03-06 [wwp] 2.0.0cvs111
2964 don't crash if (x)face is bad.
2966 2006-03-05 [paul] 2.0.0cvs110
2971 * src/common/Makefile.am
2972 * src/common/utils.h
2973 * src/etpan/imap-thread.c
2975 * src/plugins/clamav/Makefile.am
2976 * src/plugins/demo/Makefile.am
2977 * src/plugins/dillo_viewer/Makefile.am
2978 * src/plugins/pgpcore/Makefile.am
2979 * src/plugins/pgpcore/passphrase.c
2980 * src/plugins/pgpinline/Makefile.am
2981 * src/plugins/pgpmime/Makefile.am
2982 * src/plugins/spamassassin/Makefile.am
2983 * src/plugins/trayicon/Makefile.am
2984 fix builiding on cygwin
2985 Patch by Ralgh Young <bamanzi@gmail.com>
2987 2006-03-04 [wwp] 2.0.0cvs109
2989 * manual/keyboard.xml
2990 fix mixed up/down keys.
2992 2006-03-04 [wwp] 2.0.0cvs108
2996 updated links to SpamAssassin.
2998 2006-03-04 [wwp] 2.0.0cvs107
3000 * manual/plugins.xml
3001 * src/plugins/spamassassin/README
3002 updated SpamAssassin plugin docs to reflect new functional additions
3003 (also fix/update/documents few technical stuff more, see the README).
3005 2006-03-04 [wwp] 2.0.0cvs106
3007 * src/prefs_message.c
3008 normalized capitalization of message-prefs paths.
3010 2006-03-04 [wwp] 2.0.0cvs105
3012 * manual/advanced.xml
3015 2006-03-03 [colin] 2.0.0cvs104
3017 * src/plugins/clamav/clamav_plugin_gtk.c
3018 Rework prefs page, patch by Fabien
3020 2006-03-03 [colin] 2.0.0cvs103
3022 * src/plugins/clamav/clamav_plugin.c
3023 Set error on all errors
3025 2006-03-03 [colin] 2.0.0cvs102
3027 * src/common/plugin.c
3028 Initialize error to avoid crashing when a plugin fails
3029 without setting error
3031 2006-03-02 [wwp] 2.0.0cvs101
3034 fixed linker flags for libetpan support on Cygwin
3035 (thanks to H.Merijn Brand).
3037 2006-03-02 [wwp] 2.0.0cvs100
3040 fix some AB error messages: one for punctuation and
3041 one wrongly duplicate (thanks, maxbritov).
3043 2006-03-02 [wwp] 2.0.0cvs99
3045 * src/plugins/spamassassin/spamassassin.c
3046 make sync calls to sa-learn/spamc to prevent
3047 system (whatever local or client/server) overload.
3049 2006-03-02 [colin] 2.0.0cvs98
3052 Put the spam icon in the status column instead of the
3055 2006-03-01 [colin] 2.0.0cvs97
3057 * src/plugins/spamassassin/spamassassin.c
3058 Fix segfault (g_file_set_contents fails for some
3059 reason and err==0x2f. Can't find out why with
3060 valgrind, using working function :-)
3062 2006-03-01 [colin] 2.0.0cvs96
3065 Offline overriding: let 'No' be cached only 3 seconds
3067 2006-03-01 [colin] 2.0.0cvs95
3073 * src/folder_item_prefs.c
3081 * src/prefs_common.h
3082 * src/prefs_msg_colors.c
3088 * src/send_message.h
3089 * src/simple-gettext.c
3095 * src/common/ssl_certificate.c
3096 * src/common/utils.c
3097 * src/gtk/colorsel.c
3098 * src/gtk/gtksctree.c
3099 * src/gtk/gtkshruler.c
3100 * src/plugins/trayicon/trayicon.c
3101 #if 0 goes to /dev/null
3103 2006-03-01 [colin] 2.0.0cvs94
3111 * src/plugins/spamassassin/spamassassin.c
3112 Allow to add information in the "working offline"
3115 2006-03-01 [wwp] 2.0.0cvs93
3117 * src/plugins/spamassassin/spamassassin.c
3118 fixed spamc invocation: use a tricky temporary mini shell wrapper
3119 'cause it seems that calling `spamc ... < inputfile` with
3120 g_spawn_(a)sync simply.. erm doesn't work :-).
3122 2006-03-01 [wwp] 2.0.0cvs92
3126 simplify the adding of spam/ham button to the messageview toolbar
3127 (it gets more clear now that the same button will be "Mark as spam"
3128 or "Mark as ham" according to the current message status,
3131 2006-03-01 [wwp] 2.0.0cvs91
3137 * src/plugins/spamassassin/spamassassin.c
3138 * src/plugins/spamassassin/spamassassin.h
3139 make learner callbacks return a status (0 for ok),
3140 handle it in main code to avoid setting flags when learning failed,
3141 don't learn on TCP if offline in spamassassin,
3146 2006-03-01 [wwp] 2.0.0cvs90
3149 some work around the compose window's account menu,
3150 patch by Fabien Vantard.
3152 2006-03-01 [wwp] 2.0.0cvs89
3154 * src/plugins/spamassassin/spamassassin.c
3155 fixed bad logics, was using spamc in local mode and sa-learn
3156 in remote mode (thanks, Colin).
3158 2006-03-01 [wwp] 2.0.0cvs88
3160 * src/plugins/spamassassin/spamassassin.c
3161 * src/plugins/spamassassin/spamassassin.h
3162 * src/plugins/spamassassin/spamassassin_gtk.c
3163 made processing of emails w/ sa-plugin an option (default is TRUE),
3164 fixed Engrish some tooltips, capitalization of some debug messages
3165 and warnings. The spamassassin plugin now provides two separate
3166 services: process emails upon incorporation and spamd training.
3167 Both services (un)register independently but use some common
3168 plugin settings (transport settings, spam storage location).
3170 2006-02-28 [wwp] 2.0.0cvs87
3172 * src/plugins/spamassassin/spamassassin.c
3173 fix async flag to spamc cmdline execution (batch exec should
3176 2006-02-27 [wwp] 2.0.0cvs86
3178 * src/plugins/spamassassin/spamassassin.c
3179 * src/plugins/spamassassin/spamassassin.h
3180 * src/plugins/spamassassin/spamassassin_gtk.c
3181 - added the ability to learn a remote spamassassin server (spamd),
3183 - added the spamassassin option 'username', that applies to all
3184 spamassassin operations (filtering, learning, local or remote).
3185 The default username is the current unix user (if left blank
3186 from gtk prefs or config file).
3187 - commented out some unused code (notebook widget), removed unused
3189 - make more widgets sensitive to the transport type.
3191 2006-02-27 [colin] 2.0.0cvs85
3193 * src/plugins/spamassassin/spamassassin.c
3194 Fix sa-learn call when offline
3196 2006-02-27 [colin] 2.0.0cvs84
3204 * src/prefs_toolbar.c
3206 * src/stock_pixmap.c
3207 * src/stock_pixmap.h
3211 * src/pixmaps/ham_btn.xpm
3212 * src/pixmaps/spam.xpm
3213 * src/pixmaps/spam_btn.xpm
3214 * src/plugins/spamassassin/spamassassin.c
3215 Add button in toolbar for spam learning
3216 Fix a few bugs from the last related commit
3217 Revert 1.9.6cvs23 which messed up shift-selection
3219 2006-02-24 [colin] 2.0.0cvs83
3224 * src/plugins/spamassassin/spamassassin.c
3225 * src/plugins/spamassassin/spamassassin.h
3226 * src/plugins/spamassassin/spamassassin_gtk.c
3227 Unregister learner when spamassassin is either
3228 disabled or over tcp
3230 2006-02-24 [colin] 2.0.0cvs82
3237 * src/stock_pixmap.c
3238 * src/stock_pixmap.h
3241 * src/gtk/icon_legend.c
3242 * src/pixmaps/spam.xpm ** NEW FILE **
3243 * src/plugins/spamassassin/spamassassin.c
3244 * src/plugins/spamassassin/spamassassin_gtk.c
3245 Add spam learning interface (Mark/Mark as
3248 2006-02-24 [wwp] 2.0.0cvs81
3253 hide compose window when sending message in batch mode
3254 (filtering: forward and redirect). Also fixed a wrong
3255 value returned when sending failed, neutral anyway.
3258 2006-02-24 [wwp] 2.0.0cvs80
3261 use GTK+'s stock quit button. Patch by Fabien Vantard.
3263 2006-02-24 [paul] 2.0.0cvs79
3268 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3271 2006-02-23 [colin] 2.0.0cvs78
3274 Change OK to Close in alertpanel with View log
3275 button; add accel to View log. Patch by Fabien
3278 2006-02-23 [wwp] 2.0.0cvs77
3281 silly me, there were much more tests to perform, since toolbars can
3282 really have down to 1 element only.
3284 2006-02-23 [wwp] 2.0.0cvs76
3287 fixed indentation from my previous commit. Fallback to VISUAL if
3288 EDITOR is not set (and to vi, at last resort).
3290 2006-02-23 [wwp] 2.0.0cvs75
3293 improved error detection (Colin, me).
3295 2006-02-23 [wwp] 2.0.0cvs74
3297 * src/prefs_toolbar.c
3298 simplify and fix prefs/toolbars layouting. Combos' contents can
3299 now be really displayed.
3301 2006-02-23 [wwp] 2.0.0cvs73
3302 simplifies and fix prefs/toolbars layouting. Combos' contents can now
3303 be really displayed.
3305 2006-02-22 [wwp] 2.0.0cvs72
3308 fix a typo in my previous commit (sorry!).
3310 2006-02-22 [wwp] 2.0.0cvs71
3312 * src/prefs_toolbar.c
3313 fix a crash when adding separators to toolbars,
3314 also fix some separator item information.
3316 2006-02-22 [wwp] 2.0.0cvs70
3319 fix a crash when redirecting (for instance) when compose window's
3320 toolbar contents has been customized (when some buttons have been
3323 2006-02-21 [wwp] 2.0.0cvs69
3326 * src/gtk/pluginwindow.c
3327 * src/plugins/pgpcore/prefs_gpg.c
3328 fix some compilation warnings (feat. remains of removed code).
3330 2006-02-21 [wwp] 2.0.0cvs68
3332 * src/gtk/gtkutils.c
3333 fix two compilation issues, thanks to Stephan Sachse.
3335 2006-02-20 [colin] 2.0.0cvs67
3338 Don't reselect displayed mail on refocus
3339 This fixes actions misbehaving
3341 2006-02-20 [wwp] 2.0.0cvs66
3344 * src/gtk/gtksctree.c
3345 * src/gtk/gtkshruler.c
3346 changed more runtime typecast checks.
3348 2006-02-20 [wwp] 2.0.0cvs65
3350 * src/summary_search.c
3351 find all - summaryview refresh issue fixed, thanks to Colin.
3353 2006-02-20 [wwp] 2.0.0cvs64
3355 * src/gtk/gtkutils.c
3356 better runtime typecast checks.
3358 2006-02-20 [wwp] 2.0.0cvs63
3360 * src/summary_search.c
3361 enhancements to the summary search:
3362 - add the ability to stop the running search
3363 (upon ESC-key press, new Stop button or when Clear button is pressed)
3364 - don't search if no criteria (From/To/Subject/Body) is set
3365 - ensure that a busy mouse pointer is always shown when searching,
3366 show it even a bit earlier
3368 2006-02-19 [colin] 2.0.0cvs62
3372 * src/etpan/imap-thread.c
3373 * src/etpan/imap-thread.h
3374 (Future) IMAP speed improvement on sending
3375 Will require a libetpan update
3377 * src/gtk/quicksearch.c
3378 Make quicksearch clearable while running.
3380 2006-02-17 [colin] 2.0.0cvs61
3383 * src/etpan/imap-thread.c
3384 * src/etpan/imap-thread.h
3385 Check for IMAP certificates
3386 ** Requires libetpan-0.42-cvs4
3387 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3389 2006-02-17 [colin] 2.0.0cvs60
3392 * src/prefs_common.c
3393 * src/prefs_common.h
3394 * src/prefs_message.c
3395 Add pref to display HTML-only mails with plugin,
3396 if possible (defaulting to FALSE of course).
3398 2006-02-16 [colin] 2.0.0cvs59
3401 * src/common/plugin.c
3402 * src/common/plugin.h
3403 * src/gtk/pluginwindow.c
3404 Keep track of requested (but unloaded) plugins
3405 in some error cases.
3407 2006-02-16 [wwp] 2.0.0cvs58
3409 * src/gtk/gtkaspell.c
3410 * src/gtk/gtkaspell.h
3411 * src/prefs_spelling.c
3413 * src/prefs_common.c
3414 * src/prefs_common.h
3415 implemented new optional spellchecker behaviour: re-check message when
3416 dictionary got changed (from compose-window/context-menu/Change dictionary).
3418 2006-02-16 [wwp] 2.0.0cvs57
3420 * src/quote_fmt_parse.y
3421 pclose popen'ed pipe.
3423 2006-02-15 [colin] 2.0.0cvs56
3427 Let MimeViewers know which MimeView they
3430 Swap From/To columns in Sent/Queue/Drafts
3432 * src/etpan/imap-thread.c
3433 Use mailstream_low_tls_open() for STARTTLS
3434 instead of mailstream_low_ssl_open()
3435 ** REQUIRES libetpan 0.42cvs3 **
3437 2006-02-15 [wwp] 2.0.0cvs55
3441 * src/message_search.c
3442 * src/message_search.h
3444 * src/gtk/gtkutils.c
3445 * src/gtk/gtkutils.h
3446 added the ability to Find text in the compose window (and a bit
3447 of code factorization).
3449 2006-02-15 [wwp] 2.0.0cvs54
3452 yet another one file was missing (fix for some widgets' sensitivity).
3455 2006-02-15 [wwp] 2.0.0cvs53
3458 oops forgot that file (fix for some widgets' sensitivity).
3460 2006-02-15 [wwp] 2.0.0cvs52
3462 * src/summary_search.c
3463 implemented advanced summary search options (added the ability
3464 to use matcher conditions in an advanced search mode).
3466 2006-02-15 [wwp] 2.0.0cvs51
3468 * src/plugins/pgpcore/prefs_gpg.c
3469 * src/prefs_account.c
3470 fix some widget sensitivity, mostly around some labels in
3473 2006-02-15 [paul] 2.0.0cvs50
3475 * manual/advanced.xml
3476 improve Templates info
3479 2006-02-14 [colin] 2.0.0cvs49
3481 * src/pixmaps/address_book.xpm
3482 * src/pixmaps/preferences.xpm
3483 * src/pixmaps/properties.xpm
3484 Fix pixmap size - patch by Fabien Vantard
3486 2006-02-13 [colin] 2.0.0cvs48
3489 Add missing fclose()s on error
3492 * src/common/utils.c
3493 Fix temp files not being deleted on windows
3494 Patches by Thomas Gilgin
3496 2006-02-13 [colin] 2.0.0cvs47
3501 2006-02-13 [wwp] 2.0.0cvs46
3503 * src/plugins/pgpcore/prefs_gpg.c
3504 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3506 2006-02-12 [colin] 2.0.0cvs45
3511 Fix "stuff" when quitting
3513 2006-02-12 [wwp] 2.0.0cvs44
3515 * src/prefs_themes.c
3516 fix typos in debug messages.
3518 2006-02-11 [colin] 2.0.0cvs43
3521 don't allow drag/drop from ourself
3523 2006-02-10 [wwp] 2.0.0cvs42
3530 renamed html_ prefixed functions and data structures to avoid
3531 namespace clashes w/ other software (gtkhtml2 for instance).
3535 2006-02-09 [colin] 2.0.0cvs41
3538 Fix shitty logic messed up. Thanks Ticho for the hint!
3540 2006-02-09 [wwp] 2.0.0cvs40
3544 * src/prefs_account.c
3547 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3548 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3549 Browse buttons in accounts prefs.
3551 2006-02-09 [colin] 2.0.0cvs39
3554 Check for pointer before using its members
3555 * src/gtk/gtksourceprintjob.c
3558 2006-02-09 [wwp] 2.0.0cvs38
3561 fix few compiler warnings (type mismatch).
3563 2006-02-09 [paul] 2.0.0cvs37
3566 updated by Fabien Vantard
3568 2006-02-08 [colin] 2.0.0cvs36
3570 * src/prefs_common.c
3572 * src/common/plugin.c
3573 allow windows and linux configurations to coexist
3574 patch by Thomas Gilgin
3576 2006-02-08 [colin] 2.0.0cvs35
3581 * src/matcher_parser_parse.y
3582 * src/prefs_filtering_action.c
3583 * src/prefs_matcher.c
3584 Add the "Ignore thread" filtering
3587 2006-02-08 [colin] 2.0.0cvs34
3592 Fix bug #905 (damaged attachment)
3593 text files with raw \0's aren't really text files
3596 2006-02-08 [colin] 2.0.0cvs33
3599 Fix crasher introduced yesterday
3601 2006-02-08 [wwp] 2.0.0cvs32
3605 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3607 2006-02-08 [wwp] 2.0.0cvs31
3609 * src/prefs_template.c
3610 templates enhancement: allow address completion for Cc and Bcc fields
3611 (it was currently possible for the To field only)
3613 2006-02-08 [colin] 2.0.0cvs30
3616 Don't unblock if not blocked
3619 2006-02-07 [colin] 2.0.0cvs29
3622 Forgot to refresh summaryview
3624 2006-02-07 [colin] 2.0.0cvs28
3627 Freeze/thaw message list and folder list while
3628 processing %as{} actions
3630 Fix auto-wrap disabling after a middle-click
3633 2006-02-07 [paul] 2.0.0cvs27
3636 fix freeing of uninitialised pointers
3639 2006-02-06 [colin] 2.0.0cvs26
3642 Use g_slist_prepend in potentially big list
3644 2006-02-06 [colin] 2.0.0cvs25
3647 Completely skip processing if it doesn't
3650 2006-02-06 [colin] 2.0.0cvs24
3654 Batch filtering in summaryview (from Tools menu)
3655 and pre/post//-processing too
3657 2006-02-06 [colin] 2.0.0cvs23
3661 Use a special field for batch filtering instead
3662 of stepping on deferred execution's toes
3664 2006-02-06 [colin] 2.0.0cvs22
3671 Fix filtering via menus and actions
3673 2006-02-06 [colin] 2.0.0cvs21
3676 Put the added file directly to cache if possible (will work
3684 Move and copy filtered messages by batches instead of one
3685 by one - faster on IMAP
3687 Add a function that'll possibly be useful later
3689 2006-02-06 [colin] 2.0.0cvs20
3692 Use internal mime-type instead of text/plain for d'n'd
3694 Allow attaching files from mimeview's icon list via d'n'd
3697 Use internal mime-type instead of text/plain for d'n'd
3698 Don't try to selected opened folder if none is
3699 Factorize d'n'd from other apps code
3702 * src/gtk/gtkutils.c
3703 * src/gtk/gtkutils.h
3704 Factorize Face/X-Face stuff
3706 Fix d'n'd to other apps
3707 * src/prefs_message.c
3708 Let the XFace pref be usable without libcompface as it also
3711 Fix d'n'd to other apps
3712 Factorize d'n'd from other apps code
3714 2006-02-06 [wwp] 2.0.0cvs19
3717 Italian translation fixes by Andrea Spadaccini (no more confusion
3718 between filtering and processing, and few changes in the About
3722 2006-02-06 [mones] 2.0.0cvs18
3724 * src/gtk/icon_legend.c
3725 Improved descriptions allowing better translations
3727 2006-02-05 [colin] 2.0.0cvs17
3730 Add the f*cking missing expunge that caused imap_fetch_env
3731 to fail after an add_msgs ! :-///
3732 * src/etpan/imap-thread.c
3736 2006-02-05 [colin] 2.0.0cvs16
3738 * src/common/utils.c
3739 Don't check for return-path (or we can't put
3740 back non-sent mails)
3742 2006-02-05 [colin] 2.0.0cvs15
3745 Don't try to display Face header in textview
3746 when teh headerview's active
3748 2006-02-05 [colin] 2.0.0cvs14
3750 * tools/tbird2syl.py
3752 Add script to import Thunderbird mails
3754 2006-02-05 [colin] 2.0.0cvs13
3761 Show Face headers - patch partially by Klaus Flittner
3763 2006-02-05 [colin] 2.0.0cvs12
3767 * src/common/utils.c
3768 * src/common/utils.h
3769 Let dnd work from mime icons to summaryview
3770 and to folderview too
3771 Add a crude test to avoid trying to add files
3772 drag'n'dropped when they're not mails
3774 2006-02-04 [colin] 2.0.0cvs11
3780 2006-02-04 [colin] 2.0.0cvs10
3787 Added various drag and drop capas:
3789 summaryview other apps
3790 mimeview icons other apps
3791 other apps summaryview
3792 other apps folderview
3794 This shouldn't have broken the existing:
3796 summaryview folderview
3797 folderview folderview
3798 summaryview compose's attachments
3802 2006-02-02 [paul] 2.0.0cvs9
3805 move global option 'Set displayed columns...' out
3806 of folder option grouping.
3807 fix sensitivity of 'harvest addresses'
3810 2006-02-01 [colin] 2.0.0cvs8
3813 Revert the alertpanel patch, it sucks (intrusive
3814 and gets in the way of "open")
3816 2006-02-01 [colin] 2.0.0cvs7
3819 * src/prefs_account.c
3820 * src/prefs_common.c
3822 * src/common/utils.c
3823 * src/common/utils.h
3824 Add ability to edit the signature file
3825 from the account preferences, and use
3826 a default for the text editor.
3827 Patch by Fabien Vantard
3829 2006-02-01 [colin] 2.0.0cvs6
3832 Try to get mime type by extension if it is
3833 application/octet-stream
3834 Display a window with possible choices when
3835 encountering unknown mime types
3839 Allow multiple selection in filtered filesel
3840 (patch by Fabien Vantard)
3841 * src/gtk/pluginwindow.c
3842 Use it (patch by Fabien Vantard)
3844 2006-02-01 [paul] 2.0.0cvs5
3847 fix crash on creating jpilot address book
3848 Thanks to Colin - FOR_STABLE
3849 * src/prefs_summaries.c
3850 * src/prefs_wrapping.c
3851 * src/gtk/icon_legend.c
3852 * src/gtk/quicksearch.c
3853 string fixes and additions
3855 2006-02-01 [paul] 2.0.0cvs4
3861 add Arabic encoding option
3862 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
3864 2006-01-31 [colin] 2.0.0cvs3
3866 * src/plugins/pgpcore/passphrase.c
3867 Convert passphrase to locale encoding
3869 Fix drafting on IMAP. Crappy bug sneaked in
3873 2006-01-30 [paul] 2.0.0cvs2
3875 * src/gtk/icon_legend.c
3876 show the new entries
3878 2006-01-30 [colin] 2.0.0cvs1
3881 Check for the file to be present before
3882 enabling the menu - FOR_STABLE
3883 * src/gtk/icon_legend.c
3884 Add folders icons (not all of them, there
3885 are too much, but the most intriguing ones)
3887 2006-01-30 [paul] 2.0.0
3889 version 2.0.0 released
3891 2006-01-30 [paul] 1.9.100cvs200
3896 * manual/starting.xml
3897 * manual/sylpheed-claws-manual.xml
3900 2006-01-29 [mones] 1.9.100cvs199
3902 * manual/account.xml
3903 * manual/advanced.xml
3904 * manual/glossary.xml
3905 Some typos fixed, added LDIF term to glossary
3907 Fixed leading plus symbol
3909 2006-01-29 [paul] 1.9.100cvs198
3913 updated by Tommi Pirinen and Andrej Kacian
3915 2006-01-29 [paul] 1.9.100cvs197
3920 2006-01-29 [paul] 1.9.100cvs196
3925 * tools/claws.i18n.status.pl
3926 nl translation updated by Tim Dijkstra
3928 2006-01-29 [paul] 1.9.100cvs195
3932 updated by Aleksandar Urosevic and Anders Troback
3934 2006-01-28 [colin] 1.9.100cvs194
3936 * src/gtk/gtksourceprintjob.c
3937 Don't fiddle with PangoLayout when we
3940 2006-01-28 [paul] 1.9.100cvs193
3946 * tools/claws.i18n.status.pl
3947 updated translations submitted by Stavros Giannouris
3950 2006-01-27 [colin] 1.9.100cvs192
3953 * src/gtk/gtksourceprintjob.c
3955 (libgnomeprint only, of course)
3957 2006-01-27 [paul] 1.9.100cvs191
3961 updated by Fabien Vantard and Andrea Spadaccini
3963 2006-01-26 [colin] 1.9.100cvs190
3965 * manual/Makefile.am
3967 Make building the manual optional
3970 2006-01-26 [paul] 1.9.100cvs189
3972 * manual/glossary.xml
3973 * manual/plugins.xml
3978 2006-01-26 [paul] 1.9.100cvs188
3980 * src/prefs_display_header.c
3981 * src/prefs_folder_column.c
3982 * src/prefs_msg_colors.c
3983 * src/prefs_summaries.c
3984 * src/prefs_summary_column.c
3987 2006-01-25 [colin] 1.9.100cvs187
3990 Don't allow moving/copying mails between
3991 queue/drafts and non-queue/drafts folders
3992 Fixes bug #897 (message header is resetted
3993 if one is copied to Drafts)
3995 2006-01-25 [colin] 1.9.100cvs186
3999 Fix subscribed folders not found
4001 Don't try to encode as original mail's charset
4004 2006-01-25 [paul] 1.9.100cvs185
4013 updates submitted by Stephan Sachse, Emilian Nowak
4014 and Quar, Frederico Goncalves Guimaraes, and
4016 Fix Bug 896, 'PT_BR locale broken'.
4020 2006-01-24 [mones] 1.9.100cvs184
4022 * manual/glossary.xml
4023 All current terms finished. Reviewers welcome ;-)
4024 * manual/keyboard.xml
4025 Fixed column width for pdf output.
4029 2006-01-24 [paul] 1.9.100cvs183
4031 * manual/glossary.xml
4033 * manual/dist/html/Makefile.am
4034 * manual/dist/pdf/Makefile.am
4035 * manual/dist/ps/Makefile.am
4036 * manual/dist/txt/Makefile.am
4040 2006-01-24 [mones] 1.9.100cvs182
4042 * manual/glossary.xml
4043 Nearly finished, some terms missing.
4045 2006-01-23 [paul] 1.9.100cvs181
4047 * manual/dist/html/Makefile.am
4048 * manual/dist/pdf/Makefile.am
4049 * manual/dist/ps/Makefile.am
4050 * manual/dist/txt/Makefile.am
4055 2006-01-22 [colin] 1.9.100cvs180
4058 * src/gtk/gtkaspell.c
4059 Don't deselect stuff before right-clicking, with aspell.
4060 (This prevented right-click Copy, for example).
4063 2006-01-22 [paul] 1.9.100cvs179
4065 * src/summary_search.c
4066 don't fix the widget size as it causes problems
4068 Thanks to Emilian Nowak
4070 2006-01-21 [paul] 1.9.100cvs178
4072 * src/prefs_themes.c
4073 fix broken underlining of label text
4074 with some translations
4076 2006-01-21 [colin] 1.9.100cvs177
4079 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4081 2006-01-20 [colin] 1.9.100cvs176
4086 * manual/dist/html/.cvsignore
4087 * manual/dist/html/Makefile.am
4088 * manual/dist/pdf/.cvsignore
4089 * manual/dist/pdf/Makefile.am
4090 * manual/dist/ps/.cvsignore
4091 * manual/dist/ps/Makefile.am
4092 * manual/dist/txt/.cvsignore
4093 * manual/dist/txt/Makefile.am
4096 2006-01-20 [paul] 1.9.100cvs175
4098 * manual/handling.xml
4099 make Filtering and Searching entries easier to find
4100 * manual/keyboard.xml
4101 add the remaining default keybinds
4102 * src/prefs_summaries.c
4103 update the default keybinds
4105 2006-01-20 [paul] 1.9.100cvs174
4117 replace 'e-mail' with 'email'
4118 * src/summary_search.c
4119 add mnemonic to "Find all" button
4121 2006-01-20 [wwp] 1.9.100cvs173
4125 touched mbox import/export buttons for HIG-compliance
4127 2006-01-19 [paul] 1.9.100cvs172
4129 * manual/account.xml
4130 * manual/addrbook.xml
4131 * manual/advanced.xml
4133 * manual/handling.xml
4135 * manual/plugins.xml
4136 * manual/starting.xml
4139 2006-01-19 [paul] 1.9.100cvs171
4142 allow use of trash button while receiving
4145 2006-01-19 [wwp] 1.9.100cvs170
4147 * src/gtk/quicksearch.c
4149 force text color to black when yellow background is set
4151 2006-01-19 [colin] 1.9.100cvs169
4153 * src/plugins/trayicon/trayicon.c
4154 Gray out Get Mail when already getting mail
4156 2006-01-18 [paul] 1.9.100cvs168
4159 give widget yellow background was To is
4160 set via folder prefs
4161 * src/gtk/quicksearch.c
4162 give widget yellow background when quick
4166 2006-01-18 [paul] 1.9.100cvs167
4168 * doc/man/sylpheed-claws.1
4169 add --subscribe option
4171 2006-01-18 [paul] 1.9.100cvs166
4173 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4174 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4175 use %U instead of %F (%F is broken for user installed
4178 2006-01-18 [colin] 1.9.100cvs165
4181 Default to Yes in "No more * messages" dialogs
4183 2006-01-17 [colin] 1.9.100cvs164
4186 Possibly fix an invalid iterator causing
4189 2006-01-17 [colin] 1.9.100cvs163
4192 Fix crash when the image disappears under the
4195 2006-01-16 [colin] 1.9.100cvs162
4198 Fix reenabling autowrap
4200 2006-01-16 [colin] 1.9.100cvs161
4203 reset quote_len before getting quote_str
4205 2006-01-16 [colin] 1.9.100cvs160
4212 Fix bug #883 (default inbox does not track folder move)
4214 2006-01-16 [colin] 1.9.100cvs159
4217 * src/plugins/pgpcore/passphrase.c
4220 2006-01-16 [paul] 1.9.100cvs158
4222 * src/prefs_actions.c
4223 * src/prefs_filtering_action.c
4224 * src/prefs_matcher.c
4226 * src/gtk/description_window.c
4227 * src/gtk/description_window.h
4228 * src/gtk/quicksearch.c
4229 description window cleanups
4231 2006-01-15 [colin] 1.9.100cvs157
4234 * src/prefs_filtering.c
4237 2006-01-15 [colin] 1.9.100cvs156
4241 Same for "Empty trash"
4243 2006-01-15 [colin] 1.9.100cvs155
4246 Override offline dialog had Yes by default
4248 2006-01-15 [colin] 1.9.100cvs154
4251 Delete selected messages? previously had Yes the default
4253 2006-01-15 [colin] 1.9.100cvs153
4258 Check if a mailbox is loaded after all
4261 2006-01-15 [colin] 1.9.100cvs152
4264 Don't start wizard when there are unloaded folders (will help
4265 people with only mbox or maildir mailboxes)
4267 2006-01-14 [colin] 1.9.100cvs151
4275 More HIG compliance and fixes
4277 2006-01-14 [colin] 1.9.100cvs150
4279 * src/prefs_filtering_action.c
4281 Two forgotten button order changes
4283 2006-01-14 [colin] 1.9.100cvs149
4293 * src/prefs_actions.c
4294 * src/prefs_customheader.c
4295 * src/prefs_filtering.c
4296 * src/prefs_matcher.c
4297 * src/prefs_template.c
4302 All deletion confirmations are now "Cancel, Delete"
4303 instead of "No, Yes"
4304 Clarified most of the other "No, Yes" to
4305 "Cancel, Descriptive_action"
4306 Rechanged the "Entry not saved" alerts to have
4307 "Close, Continue editing"
4312 * 2.0.0-rc4 released
4314 2006-01-14 [paul] 1.9.100cvs148
4329 * src/grouplistdialog.c
4336 * src/message_search.c
4341 * src/prefs_actions.c
4342 * src/prefs_customheader.c
4343 * src/prefs_filtering.c
4344 * src/prefs_matcher.c
4345 * src/prefs_template.c
4346 * src/prefs_themes.c
4348 * src/summary_search.c
4352 * src/gtk/foldersort.c
4353 * src/gtk/gtkaspell.c
4354 * src/gtk/inputdialog.c
4355 * src/gtk/prefswindow.c
4356 * src/plugins/pgpcore/select-keys.c
4357 * src/plugins/trayicon/trayicon.c
4358 HIG compliant button order
4360 2006-01-14 [mones] 1.9.100cvs147
4365 2006-01-13 [paul] 1.9.100cvs146
4370 add Joshua M. Kwan to contributors list
4372 2006-01-13 [colin] 1.9.100cvs145
4374 * src/gtk/quicksearch.c
4375 Don't refocus quick search after executing (Esc or Enter)
4376 Allows to '/'search something then move up/down in
4377 summaryview, and to Esc a search and be back in the
4380 2006-01-13 [paul] 1.9.100cvs144
4382 * src/plugins/pgpinline/pgpinline.c
4383 support Content-Type 'application/pgp'
4384 patch by Joshua M. Kwan <joshuak@users.sf.net>
4386 2006-01-13 [paul] 1.9.100cvs143
4388 * manual/account.xml
4389 make mention of partial retrieval
4392 2006-01-13 [paul] 1.9.100cvs142
4433 * src/customheader.c
4434 * src/customheader.h
4435 * src/displayheader.c
4436 * src/displayheader.h
4447 * src/editldap_basedn.c
4448 * src/editldap_basedn.h
4464 * src/folder_item_prefs.c
4465 * src/folder_item_prefs.h
4472 * src/grouplistdialog.c
4473 * src/grouplistdialog.h
4477 * src/image_viewer.c
4478 * src/image_viewer.h
4514 * src/message_search.c
4515 * src/message_search.h
4532 * src/partial_download.c
4533 * src/partial_download.h
4538 * src/prefs_account.c
4539 * src/prefs_account.h
4540 * src/prefs_actions.c
4541 * src/prefs_actions.h
4542 * src/prefs_common.c
4543 * src/prefs_common.h
4544 * src/prefs_compose_writing.c
4545 * src/prefs_compose_writing.h
4546 * src/prefs_customheader.c
4547 * src/prefs_customheader.h
4548 * src/prefs_display_header.c
4549 * src/prefs_display_header.h
4550 * src/prefs_filtering.c
4551 * src/prefs_filtering.h
4552 * src/prefs_filtering_action.c
4553 * src/prefs_filtering_action.h
4554 * src/prefs_folder_column.c
4555 * src/prefs_folder_column.h
4556 * src/prefs_folder_item.c
4557 * src/prefs_folder_item.h