1 2010-10-02 [colin] 3.7.6cvs46
4 Forgot to remove the directory from top-level
6 2010-10-02 [colin] 3.7.6cvs45
8 * src/plugins/trayicon/Makefile.am
9 * src/plugins/trayicon/trayicon.c
10 * src/plugins/trayicon/libeggtrayicon/.cvsignore
11 * src/plugins/trayicon/libeggtrayicon/Makefile.am
12 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
14 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
15 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
16 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
18 * src/plugins/trayicon/libeggtrayicon/xembed.h
19 Finally get rid of Eggtrayicon, use GtkStatusIcon
20 instead (which can be done safely now that we
23 2010-10-02 [colin] 3.7.6cvs44
31 * src/editaddress_other_attributes_ldap.c
34 * src/grouplistdialog.c
40 * src/message_search.c
43 * src/summary_search.c
46 * src/etpan/imap-thread.c
48 * src/gtk/gtkcmclist.c
49 * src/gtk/gtkcmoptionmenu.c
52 * src/gtk/gtkvscrollbutton.c
53 * src/plugins/pgpcore/select-keys.c
54 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
55 Undeprecate for GTK+2.22. Patch by Reed Loden.
56 Fixes bug #2276, 'Compile in maintainer mode
59 2010-10-02 [colin] 3.7.6cvs43
62 It's now time to remove the temporary enable-openssl
63 option that was used when we removed OpenSSL. See
64 bug #2276 comment #14.
66 2010-09-30 [wwp] 3.7.6cvs42
69 * src/prefs_filtering_action.c
71 Fix bug #2274, wrong color label index range
72 used w/ gtk_cmoption_menu (behaviour change
73 has been introduced w/ 3.5.0cvs49 apparently),
74 now it must be 1..N so let's use colorlabel value
78 2010-09-20 [pawel] 3.7.6cvs41
85 2010-09-19 [pawel] 3.7.6cvs40
90 Set ML menus sensitivity accordingly to
91 possibility of reply to ML
93 2010-09-19 [colin] 3.7.6cvs39
96 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
97 to newsgroups, and NNTP accounts *can* send email. We
98 should not force an email account when replying to_ml or
101 2010-09-19 [colin] 3.7.6cvs38
104 Revert previous commit (which breaks Reply to newsgroups)
106 2010-09-17 [pawel] 3.7.6cvs37
109 Respect reply_account_autosel when changing compose
110 account to email one while replying to NNTP post
112 2010-09-17 [wwp] 3.7.6cvs36
114 * doc/man/claws-mail.1
115 Update --compose documentation in `man claws-mail`.
117 2010-09-12 [pawel] 3.7.6cvs35
120 Add forgotten bit to previous commit,
121 select email account when replying to ML
123 2010-09-12 [pawel] 3.7.6cvs34
126 Fix bug #2247 "nntp reply-to-all broken?"
127 Make reply-to-all and reply-to-ml work as expected in
128 mailing list through NNTP case
130 2010-09-11 [pawel] 3.7.6cvs33
135 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
136 fixes build with GTK+ < 2.18
138 2010-09-10 [pawel] 3.7.6cvs32
143 Make Tab key switch between FolderView, MsgView and
144 SummaryView only, other widgets have/can have their own
147 2010-08-25 [colin] 3.7.6cvs31
152 * src/common/base64.c
153 * src/common/base64.h
154 Fix bug #2245, "base64 decoding fails with line breaks"
155 Patch by Yotam Medini
157 2010-08-25 [colin] 3.7.6cvs30
160 Fix bug #2241, "Empty trash on exit fails on scripted exit"
162 2010-08-23 [pawel] 3.7.6cvs29
168 Hide progressbar on statusbar when not needed
170 2010-08-17 [colin] 3.7.6cvs28
173 Fix previous patch (our own tmp dir is inside
176 2010-08-16 [colin] 3.7.6cvs27
179 Use temp dir to store logs in Windows. Avoids doing
180 get_rc_dir() early, which prevents set_rc_dir()
183 2010-07-31 [holger] 3.7.6cvs26
185 * src/gtk/gtkshruler.c
186 Yet more GdkGC to Cairo porting
188 2010-07-30 [holger] 3.7.6cvs25
191 More GdkGC to Cairo porting
193 2010-07-30 [holger] 3.7.6cvs24
195 * src/gtk/colorlabel.c
198 2010-07-29 [holger] 3.7.6cvs23
201 Replace some gdk drawing with cairo, as the former
202 is going towards deprecation.
204 2010-07-25 [colin] 3.7.6cvs22
207 And now for a real fix. g_list_remove() doesn't, of
208 course, free the data. But we have to have a solid
209 pointer to it in order to free it ourselves instead
210 of relying on the old freed list pointer.
211 Maybe that's the last patch on the subject now ? :)
213 2010-07-25 [colin] 3.7.6cvs21
216 Remove stupid and extraneous g_free() of elements
217 which have just been freed by g_list_remove(). (see
218 GList documentation). I don't know how it worked before
220 2010-07-25 [colin] 3.7.6cvs20
223 Reverse free/use with more logical and safe
224 use/free. Thanks to Michael Rasmussen !
226 2010-07-24 [colin] 3.7.6cvs19
228 * src/gtk/quicksearch.c
229 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
230 'freeze when using quick search'
232 2010-07-11 [iwkse] 3.7.6cvs18
234 * src/gtk/quicksearch.c
235 Add SMALL_LAYOUT to quicksearch_relayout
237 2010-07-10 [iwkse] 3.7.6cvs17
240 Remove forgotten variable from
241 the last bugfix #2224
243 2010-07-10 [colin] 3.7.6cvs16
246 * src/gtk/quicksearch.c
247 Clean fix for bug #2224: don't mess with GTK settings when
248 handling the layout ourselves is enough
250 2010-07-09 [iwkse] 3.7.6cvs15
254 Better fix for Bug #2224
256 2010-07-09 [iwkse] 3.7.6cvs14
260 Always use stock icons on buttons
262 2010-07-08 [colin] 3.7.6cvs13
265 Fix bug 2223, 'Compilation fails with GTK+
266 2.21.3'. Thanks to Jan Psota !
268 2010-06-29 [pawel] 3.7.6cvs12
271 Revert 3.7.5cvs41, it breaks templates that use %X
273 2010-06-23 [wwp] 3.7.6cvs11
275 * src/gtk/colorlabel.c
276 Silent up a warning by avoiding possible confusion
277 in logical expression evaluation, thanks to TuxCM.
279 2010-06-21 [iwkse] 3.7.6cvs10
281 * src/gtk/quicksearch.c
282 Do not add into quicksearch history
283 matching rules with bad syntax
285 2010-05-26 [holger] 3.7.6cvs9
289 Add function to select rows given a list of messages,
290 complementary to summary_get_selected_msg_list()
292 2010-05-22 [mir] 3.7.6cvs8
295 Fix bug 2208. Encode encrypted password to qouted
296 printable to avoid making invalid XML. Encoding
297 will be activated the first time the password is
300 2010-05-22 [paul] 3.7.6cvs7
302 * manual/advanced.xml
306 after using the compose margin for several days
307 I wanted the old style back - add a new hidden
308 pref 'show_compose_margin' to restore the old
309 behaviour (defaults to FALSE)
311 2010-05-14 [paul] 3.7.6cvs6
314 add a margin to the compose window text that matches
315 the margin in textview
317 2010-05-14 [colin] 3.7.6cvs5
319 * src/gtk/sslcertwindow.c
320 Fix dangling pointer. Thanks to Michael R!
322 2010-05-14 [colin] 3.7.6cvs4
324 * src/gtk/sslcertwindow.c
325 Fix bug 1993, 'Cannot send mail when SSL certificate is
326 expired but certificate check is skipped' and maybe
327 bug 2200, 'SSL is not working with POP3'
329 2010-05-14 [colin] 3.7.6cvs3
331 * src/plugins/pgpinline/pgpinline.c
332 Fix bug 2205, 'PGPInline: segfault on malformed mails'
334 2010-05-04 [iwkse] 3.7.6cvs2
336 * src/prefs_message.c
337 Get a generic name as 'Quotation' for
340 2010-05-04 [iwkse] 3.7.6cvs1
342 * src/prefs_message.c
347 Option for collapsing via double-click
349 2010-05-01 [paul] 3.7.6
355 2010-05-01 [paul] 3.7.5cvs55
357 * tools/claws.i18n.status.pl
360 2010-05-01 [paul] 3.7.5cvs54
363 add YUP, new Ukrainian translator
365 2010-04-30 [paul] 3.7.5cvs53
369 add Ukrainian translation, submitted by YUP
378 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
379 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
380 Tiago Faria, and Slavko
382 2010-04-26 [wwp] 3.7.5cvs52
387 2010-04-26 [mones] 3.7.5cvs51
392 2010-04-22 [pawel] 3.7.5cvs50
397 first NULL check pointer, then use it
399 2010-04-22 [colin] 3.7.5cvs49
402 Fix error message when session isn't established
404 Update translation and fix a typo in it
406 2010-04-15 [pawel] 3.7.5cvs48
408 * src/prefs_account.c
409 Fix Bug 2144 'When creating an account with IMAP4+SSL,
410 the port isn't configured properly'
411 When using SSL/TLS tunneling automatically use default
412 ports for encrypted connections: smtps, pop3s, imaps, nntps
414 2010-04-15 [pawel] 3.7.5cvs47
417 Fix crasher in actions using '%f' argument
418 on multiple files with external scripts which
419 don't return any output.
421 2010-04-14 [colin] 3.7.5cvs46
424 Fix hand cursor after error symbol appears
426 2010-04-12 [colin] 3.7.5cvs45
429 Fix bug 2162, 'configure check for libetpan
430 fails with libetpan 1.0'
433 2010-04-09 [mones] 3.7.5cvs44
435 * manual/de/glossary.xml
436 Fix encoding to match main document's
437 Also fixes make dist with Debian's openjade
439 2010-03-29 [pawel] 3.7.5cvs43
441 * src/matcher_parser.h
442 * src/matcher_parser_parse.y
443 * src/gtk/quicksearch.c
444 Disable matcher warnings when populating quicksearch
445 completion lists on startup
447 2010-03-27 [colin] 3.7.5cvs42
449 * src/gtk/quicksearch.c
450 Fix double-free later in code. Optimize
453 2010-03-27 [pawel] 3.7.5cvs41
456 Make sure that quote ends with new line char
458 2010-03-26 [pawel] 3.7.5cvs40
463 Fix Bug 1928 Add "reply to this address" pop menu
465 - Set composing account to email one when creating/replying
466 from NNTP folder by clicking link or choosing option
470 2010-03-25 [paul] 3.7.5cvs39
472 * src/gtk/gtkcmclist.c
473 Fix build with GTK+ 2.20
475 2010-03-24 [pawel] 3.7.5cvs38
480 * src/grouplistdialog.c
484 * src/prefs_account.c
485 * src/gtk/gtkcmclist.c
486 * src/gtk/gtkcmctree.c
487 * src/gtk/gtkcmoptionmenu.c
488 * src/gtk/gtksctree.c
489 * src/gtk/gtkshruler.c
492 * src/gtk/gtkvscrollbutton.c
493 * src/gtk/inputdialog.c
494 * src/gtk/spell_entry.c
495 * src/plugins/trayicon/trayicon.c
496 * src/plugins/trayicon/libeggtrayicon/Makefile.am
497 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
498 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
499 Fix build with GTK+ 2.19
501 2010-03-23 [pawel] 3.7.5cvs37
505 Respect view->show_col_headers option
506 * src/gtk/gtkcmctree.c
507 Fix GtkCmcTree column width calculation when it has
508 auto_resize set and new node is added
510 2010-03-22 [pawel] 3.7.5cvs36
512 * src/grouplistdialog.c
515 - remember newsgroups list dialog size
516 - respect use_dotted_lines hidden pref
517 - respect use_stripes_everywhere hidden pref
519 2010-03-21 [pawel] 3.7.5cvs35
522 Remove superfluous gtk_widget_show_all()
528 2010-03-21 [pawel] 3.7.5cvs34
531 * src/gtk/quicksearch.c
532 * src/gtk/quicksearch.h
533 Implement separate search phrase completion for
534 normal/extended quicksearch
536 2010-03-11 [paul] 3.7.5cvs33
539 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
540 submitted by Yuwei Yu
542 2010-03-09 [colin] 3.7.5cvs32
544 * manual/de/glossary.xml
547 2010-03-02 [colin] 3.7.5cvs31
549 * manual/de/glossary.xml
550 Sort alphabetically. Done by Volker Ribbert.
552 2010-03-02 [mones] 3.7.5cvs30
555 Fix mailing list archives location
556 Remove currently unavailable CVS webview
558 2010-03-01 [iwkse] 3.7.5cvs29
560 * src/common/plugin.c
561 Other indentation issues
563 2010-03-01 [iwkse] 3.7.5cvs28
565 * src/common/plugin.c
566 Fix indentation of the previous commit
568 2010-03-01 [iwkse] 3.7.5cvs27
570 * src/common/plugin.h
571 * src/common/plugin.c
572 Add API for getting a loaded Plugin from the
573 plugin's name, plugin_get_loaded_by_name (const gchar *name)
574 Thanks to Colin, Michael
576 2010-02-27 [colin] 3.7.5cvs26
582 * manual/de/Makefile.am
583 * manual/de/account.xml
585 * manual/de/addrbook.xml
586 * manual/de/advanced.xml
587 * manual/de/claws-mail-manual.xml
589 * manual/de/glossary.xml
591 * manual/de/handling.xml
592 * manual/de/intro.xml
593 * manual/de/keyboard.xml
594 * manual/de/plugins.xml
595 * manual/de/starting.xml
596 * manual/de/dist/.cvsignore
597 * manual/de/dist/Makefile.am
598 * manual/de/dist/html/.cvsignore
599 * manual/de/dist/html/Makefile.am
600 * manual/de/dist/pdf/.cvsignore
601 * manual/de/dist/pdf/Makefile.am
602 * manual/de/dist/ps/.cvsignore
603 * manual/de/dist/ps/Makefile.am
604 * manual/de/dist/txt/.cvsignore
605 * manual/de/dist/txt/Makefile.am
606 Add the german translation of the manual, done by
607 Volker Ribbert <thoraki@arcor.de>.
609 2010-02-27 [holger] 3.7.5cvs25
611 * src/prefs_toolbar.c
612 Don't make toolbar item description for
613 plugin registered items editable
615 2010-02-26 [colin] 3.7.5cvs24
618 Don't translate empty description
620 2010-02-22 [colin] 3.7.5cvs23
623 Don't make In-Reply-To visible when reediting
624 a draft or sent mail.
626 2010-02-20 [colin] 3.7.5cvs22
632 * src/etpan/imap-thread.c
633 * src/etpan/imap-thread.h
634 * src/etpan/nntp-thread.c
635 * src/etpan/nntp-thread.h
636 When going offline from NetworkManager, just
637 delete IMAP connections. That'll avoid timeouts
638 when coming back online in certain cases when
639 the TCP socket will have timed out.
641 2010-02-20 [holger] 3.7.5cvs21
646 2010-02-17 [ticho] 3.7.5cvs20
653 2010-02-16 [ticho] 3.7.5cvs19
658 Removed unused argument from summary_open_row().
660 2010-02-10 [pawel] 3.7.5cvs18
663 - fix headers filtering when prefs_common.trans_hdr is on
664 - fix headers setting when changing composing account
666 * src/prefs_template.c
667 Re-add template's name for translation
669 2010-02-10 [colin] 3.7.5cvs17
671 * src/prefs_matcher.c
672 Fix bug 2099, 'add List-Id in Configuration>Filtering>
673 Condition>Define>Header>Name combo box'. Patch by
676 2010-02-10 [colin] 3.7.5cvs16
686 Add the GB18030 Chinese charset, which is a superset
687 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
689 2010-02-09 [holger] 3.7.5cvs15
692 GTK+ 2.10 related cleanup
694 2010-02-09 [pawel] 3.7.5cvs14
696 * src/prefs_account.c
697 * src/prefs_folder_item.c
698 * src/prefs_template.c
700 Respect prefs_common.trans_hdr in couple more places to avoid
701 confusion with translated/non-translated header names
703 2010-02-09 [colin] 3.7.5cvs13
708 2010-02-09 [colin] 3.7.5cvs12
711 And fix 2.10 build :)
713 2010-02-09 [colin] 3.7.5cvs11
716 Bump up GTK+ requirement to 2.10
725 * src/prefs_actions.c
728 * src/prefs_ext_prog.c
729 * src/prefs_filtering_action.c
731 * src/prefs_image_viewer.c
732 * src/prefs_matcher.c
733 * src/prefs_msg_colors.c
734 * src/prefs_summaries.c
735 * src/prefs_template.c
741 * src/gtk/Makefile.am
743 * src/gtk/gtkcmclist.c
744 * src/gtk/gtkcmctree.c
746 * src/gtk/quicksearch.c
747 Remove all compile-time conditionals depending on
751 * src/gtk/gtksourceprintjob.c
752 * src/gtk/gtksourceprintjob.h
753 Remove libgnomeprint-based printing system (and
754 command-line-based printing system) as GTK+ 2.10
755 ships with print support.
757 2010-02-08 [mir] 3.7.5cvs10
760 Avoid displaying Bcc headers in message sent
761 to NNTP servers. Thanks to Henning Mersch.
764 2010-02-08 [pawel] 3.7.5cvs9
767 Make tooltips less cryptic
768 * src/gtk/description_window.c
769 Improve window size calculation
771 2010-02-08 [pawel] 3.7.5cvs8
778 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
779 Patch by Laurent Bigonville with slight modifications
781 2010-02-03 [pawel] 3.7.5cvs7
784 Add some libtool files to ignore
786 2010-02-03 [pawel] 3.7.5cvs6
788 * src/plugins/trayicon/trayicon.c
789 Save and then restore focus when closing/minimizing to tray
791 2010-02-03 [mir] 3.7.5cvs5
799 Save LDAP password encrypted. See bug 2113.
802 2010-02-03 [colin] 3.7.5cvs4
805 Fix again decoding of encrypted parts. The
806 reverting of the patch was wrong, as the
807 double-decoding was fixed in smime itself.
808 Thanks to Matthias Drochner again...
810 2010-02-02 [colin] 3.7.5cvs3
812 * src/plugins/smime/smime.c
814 Revert 3.7.4cvs2 and make a better patch for bug
815 2059 and 2076. Patch by Matthias Drochner
817 2010-01-31 [pawel] 3.7.5cvs2
820 Fix hungarian translator's name
822 2010-01-31 [pawel] 3.7.5cvs1
826 Fix Bug 2107 - Arrow keys don't work in message view window
828 2010-01-31 [paul] 3.7.5
835 2010-01-23 [pawel] 3.7.4cvs10
838 Fix button sensitivity in compose mode
840 2010-01-23 [pawel] 3.7.4cvs9
843 * tools/kdeservicemenu/install.sh
844 * tools/make.themes.project
845 * tools/nautilus2claws-mail.sh
846 * tools/popfile-link.sh
847 * tools/textviewer.sh
848 Not all systems have bash installed in /bin, use env(1) to find
851 2010-01-22 [pawel] 3.7.4cvs8
853 * src/prefs_account.c
854 * src/prefs_filtering.c
856 * src/gtk/colorlabel.c
857 Add some separators in combos
859 2010-01-22 [pawel] 3.7.4cvs7
862 --disable-aspell -> --disable-enchant
864 Fix options spacing in configure --help
866 Make wizard's window centered on the screen
868 2010-01-19 [holger] 3.7.4cvs6
872 Introduce folder_get_item_from_identifier().
873 In contrast to folder_find_item_from_identifier(), this
874 function recursively creates the FolderItems in the id path.
875 Useful for programmatically creating folders (e.g. by plugins)
877 2010-01-17 [pawel] 3.7.4cvs5
882 2010-01-16 [colin] 3.7.4cvs4
884 * src/plugins/pgpcore/sgpgme.c
885 Probably fix bug 2098, 'claws-mails crashes frequently
886 with pgpcore'. Fix double-free.
888 2010-01-16 [holger] 3.7.4cvs3
890 * src/prefs_toolbar.h
893 2010-01-15 [colin] 3.7.4cvs2
896 Decode mimeinfo before decrypting it. Probably
897 fixes bug 2059 'gpgme >=1.1.8 not compatible
898 with S/MIME encryption' and bug 2076 'having
899 worked 2 times properly CLAWS ceased to
900 decrypt incoming PGP mails -displays base64
901 instead - sucks completely'
902 Let's hope complete suckage ends here!
903 Thanks to Matthias Drochner.
905 2010-01-08 [paul] 3.7.4cvs1
907 * tools/claws.i18n.status.pl
910 2010-01-08 [paul] 3.7.4
917 2010-01-08 [paul] 3.7.3cvs57
931 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
932 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
933 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
936 2010-01-08 [paul] 3.7.3cvs56
939 fix bug 2089, 'URLs ending with an underscore ('_')
940 are not correctly parsed'. thanks to Johan
942 2010-01-05 [colin] 3.7.3cvs55
945 Update french translation
947 2010-01-04 [mones] 3.7.3cvs54
950 Update Spanish translation
952 2010-01-04 [mones] 3.7.3cvs53
956 * manual/es/claws-mail-manual.xml
957 * manual/es/intro.xml
958 * manual/es/plugins.xml
959 Synchronise with English version
961 2010-01-03 [paul] 3.7.3cvs52
966 update TEAM_LIST, fix encoding
968 2010-01-03 [mir] 3.7.3cvs51
971 When composing to a NNTP list TO: will always be preset
972 to the NNTP list unless user has chosen some other default
973 in which case we will handle this the normal way. Therefore
974 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
976 2010-01-01 [paul] 3.7.3cvs50
979 bump copyright year whilst it's in mind
981 2009-12-31 [paul] 3.7.3cvs49
983 * manual/claws-mail-manual.xml
986 fix links so that they make sense in the context of the
987 text version of the manual
989 2009-12-31 [paul] 3.7.3cvs48
993 updates, improvements, corrections, additions
995 2009-12-29 [pawel] 3.7.3cvs47
997 * src/prefs_filtering_action.c
998 Fix Bug 2082 'Wrong color rectangle position when replacing
999 "color" processing rule'
1001 2009-12-29 [colin] 3.7.3cvs46
1004 Fix bug 2074, 'Remember sending account
1007 2009-12-20 [holger] 3.7.3cvs45
1010 Delay CREATED_HOOKLIST invokation until
1011 after the modifications to the compose window
1012 are done, to allow hooks to further modify the
1013 window without getting overridden again
1015 2009-12-20 [holger] 3.7.3cvs44
1017 * src/prefs_toolbar.h
1020 2009-12-20 [holger] 3.7.3cvs43
1022 * src/prefs_toolbar.c
1023 * src/prefs_toolbar.h
1025 Pass window struct to caller
1027 2009-12-20 [holger] 3.7.3cvs42
1031 Add hooklist after creation of a compose window
1033 2009-12-19 [holger] 3.7.3cvs41
1035 * src/prefs_toolbar.c
1036 * src/prefs_toolbar.h
1038 Allow plugins to choose to which toolbar they want
1039 to add actions (main window, compose window, or message view)
1041 2009-12-19 [paul] 3.7.3cvs40
1044 fix statusbar in GTK+ 2.19.1
1046 2009-12-10 [pawel] 3.7.3cvs39
1049 Better fix for cvs28 regression
1051 2009-12-10 [iwkse] 3.7.3cvs38
1054 Fix some indentation
1056 2009-12-10 [iwkse] 3.7.3cvs37
1059 Add missing checks for gtkaspell: avoid
1060 crashing in some cases when Enchant is
1061 enabled but the spell checker is disabled
1064 2009-12-09 [colin] 3.7.3cvs36
1067 Fix leak and unchecked accesses.
1069 2009-12-09 [mir] 3.7.3cvs35
1072 Fix Bug 2072 "template at folder properties is not working"
1073 introduced in cvs24.
1075 2009-12-08 [pawel] 3.7.3cvs34
1078 When 'Reply All' remove current compose address from
1079 Cc/Bcc list - fix for regression introduced in cvs28
1081 2009-12-05 [pawel] 3.7.3cvs33
1084 Fix memory management, duh!
1086 2009-12-04 [pawel] 3.7.3cvs32
1089 Use case insensitive comparison in search for
1092 Refresh scrollbars on every window open
1094 2009-12-04 [pawel] 3.7.3cvs31
1097 Highlight misspelled words when applying template and
1098 check_while_typing option is on
1100 2009-12-03 [pawel] 3.7.3cvs30
1103 Highlight misspelled words in text inserted from file(s)
1104 or pasted to message body when check_while_typing
1107 2009-12-02 [pawel] 3.7.3cvs29
1110 Revert first part of previous commit
1112 2009-12-02 [pawel] 3.7.3cvs28
1115 Fix Bug 2055 "duplicate mailing list reply if
1116 List-Post + Reply-To present"
1117 - Ignore Reply-To if answering to ML
1118 - Improve parsing of List-Post header
1120 2009-12-02 [pawel] 3.7.3cvs27
1124 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1125 email had user in "From" and "CC"
1126 Don't allow duplicate addresses in compose window headers
1128 2009-12-02 [mones] 3.7.3cvs26
1131 * manual/es/intro.xml
1132 * manual/fr/intro.xml
1133 * manual/it/intro.xml
1134 * manual/pl/intro.xml
1135 Make URL to point current site
1137 2009-12-01 [holger] 3.7.3cvs25
1141 Introduce new drag type "claws-mail/msg-path-list" for
1142 drag'n'drop of a message selection from the summaryview
1143 into other applications. The drag data gets set to the
1144 folder-item-id followed by message ids, separated by newlines.
1145 This enables other applications to back-link to Claws Mail
1146 via a "claws-mail --select" call after they received a drop.
1148 2009-11-30 [mir] 3.7.3cvs24
1151 Place cursor in compose window according to provided input
1152 If to: is present place cursor in subject field and if both
1153 to: and subject: is present place cursor in body. If body: is
1154 present insert a new line after text and place cursor there.
1156 2009-11-27 [mones] 3.7.3cvs23
1158 * src/gtk/quicksearch.c
1159 Allow viewing longer expressions if there's space
1161 2009-11-25 [holger] 3.7.3cvs22
1164 * src/common/Makefile.am
1165 * src/common/utils.c
1166 * src/common/utils.h
1167 Add a function to query the
1168 filepath of the .desktop file
1170 2009-11-25 [colin] 3.7.3cvs21
1173 Fix bug 2063, 'glib assertion in GRelation use in
1176 2009-11-24 [pawel] 3.7.3cvs20
1178 * src/common/utils.c
1179 Fix Bug 2053 'Inconsistent application of Coloration
1181 Don't allow '<' character between quotation marks
1183 2009-11-21 [holger] 3.7.3cvs19
1186 Modify cairo clip handling in preview windows,
1187 to prevent print preview windows from being blank
1188 with GTK+ 2.18. Follow recommendation of the GTK+
1189 documentation (section "Migrating to client side windows")
1190 and create a new cairo context for each expose event.
1192 2009-11-19 [pawel] 3.7.3cvs18
1195 complete 3.7.3cvs15 so install is DESTDIR safe
1196 remove icons with changed names on uninstall
1198 2009-11-18 [pawel] 3.7.3cvs17
1201 remove unneeded and code-duplicating function
1203 2009-11-18 [pawel] 3.7.3cvs16
1206 Fix Bug 2057 'Claws mail does not keep renamed names
1207 of nntp-subscribed groups'
1208 Check for already subscribed group using item->path for group
1209 comparision as folders item->path != item->name may be truth
1210 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1212 2009-11-17 [pawel] 3.7.3cvs15
1215 Fix Bug 2049 'some icons not copied?'
1216 Install additional 64x64 and 128x128 icons
1218 2009-11-17 [holger] 3.7.3cvs14
1220 * src/prefs_toolbar.c
1221 * src/prefs_toolbar.h
1224 Allow plugins to register toolbar items
1226 2009-11-11 [pawel] 3.7.3cvs13
1232 Fix Bug 1867 Changing account does not change BCC address
1233 Set account specific headers when changing account
1236 2009-11-07 [colin] 3.7.3cvs12
1238 * src/gtk/prefswindow.c
1239 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1242 2009-11-07 [colin] 3.7.3cvs11
1244 * src/gtk/spell_entry.c
1245 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1246 Patch by Pawel Pekala
1248 2009-10-27 [colin] 3.7.3cvs10
1251 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1252 Don't try to check whether the folder is up-to-date if
1253 the folder class doesn't implement set_mtime, as we don't
1254 care in this case. This code exists since a long time, but
1255 the bug was triggered by more scanning of queue folders
1256 since recently (when we added \Deleted handling).
1258 2009-10-27 [colin] 3.7.3cvs9
1261 Try to fix registering as default client
1264 2009-10-21 [wwp] 3.7.3cvs8
1266 * src/common/utils.c
1267 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1269 2009-10-21 [wwp] 3.7.3cvs7
1271 * src/common/utils.c
1272 Don't core dump when attempting to insert a non-existing
1273 file using a mailto: uri (g_error does core dump).
1275 2009-10-20 [colin] 3.7.3cvs6
1277 * src/common/utils.c
1278 Don't g_error on normal warnings...
1280 2009-10-20 [colin] 3.7.3cvs5
1282 * src/plugins/pgpcore/sgpgme.c
1283 Fix bug 1996, 'S/MIME key not selected'
1284 Check for S/MIME certs too
1286 2009-10-20 [colin] 3.7.3cvs4
1288 * src/common/w32lib.h
1289 Fix win32 build on latest mingw32
1291 2009-10-20 [colin] 3.7.3cvs3
1296 Fix LDIF export. Patch by Michael Rasmussen
1298 2009-10-18 [paul] 3.7.3cvs2
1300 * tools/claws.i18n.status.pl
1301 increase the value of $transolddays since we're relasing less
1303 rework the en_GB.po hack so that en_GB is always 100% translated
1304 and recently updated
1306 2009-10-17 [paul] 3.7.3cvs1
1308 * src/prefs_account.c
1309 * src/prefs_compose_writing.c
1310 * src/prefs_receive.c
1311 * src/prefs_summaries.c
1312 * src/prefs_wrapping.c
1313 reword a few labels. (this incorporates everything
1314 that seemed worthwhile from bug 2020)
1315 * src/prefs_customheader.c
1316 use a 'Browse' button instead of button with
1317 label 'From file...'
1321 * CVS repository change
1323 2009-10-09 [paul[ 3.7.3
1325 version 3.7.3 unleashed!!
1327 2009-10-07 [paul] 3.7.2cvs49
1332 fix Bug 1994 - Changing colors required restart.
1333 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1334 more accurate folderview_reinit_fonts()
1336 2009-10-07 [paul] 3.7.2cvs48
1339 * src/prefs_common.c
1340 * src/prefs_common.h
1341 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
1342 patch by Pawel Pekala
1344 2009-10-07 [paul] 3.7.2cvs47
1352 updated by David Vachulka, Stephan Sachse and Marc Arens,
1353 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1356 2009-10-06 [colin] 3.7.2cvs46
1359 French translation update
1361 2009-10-05 [paul] 3.7.2cvs45
1364 enable Page Size and Orientation in the print dialog,
1365 GTK+ >= 2.18.x only. Patch by Mark__T
1367 2009-10-05 [paul] 3.7.2cvs44
1369 * src/prefs_summaries.c
1370 fix label, startup --> start-up, to match other uses of the
1373 2009-10-05 [paul] 3.7.2cvs43
1376 updated by Emilian Nowak
1378 2009-10-03 [colin] 3.7.2cvs42
1382 * src/gtk/gtkcmclist.c
1383 * src/gtk/gtkvscrollbutton.c
1384 * src/gtk/logwindow.c
1386 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1387 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1388 Fix warning at start
1390 2009-09-28 [colin] 3.7.2cvs41
1394 * src/prefs_folder_item.c
1395 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1397 2009-09-28 [colin] 3.7.2cvs40
1399 * src/prefs_summaries.c
1400 * src/gtk/sslcertwindow.c
1401 Fix bug 2006, 'Non-utf8 strftime(3) date strings
1402 shows up garbled in GUI'. Patch by Pawel Pekala
1404 2009-09-24 [iwkse] 3.7.2cvs39
1407 That's only for statistics, of course :)
1409 2009-09-24 [iwkse] 3.7.2cvs38
1414 2009-09-24 [iwkse] 3.7.2cvs37
1417 Revert unwanted change
1419 2009-09-24 [iwkse] 3.7.2cvs36
1422 Fix issue with filtering actions and
1425 2009-09-20 [mones] 3.7.2cvs35
1427 * tools/convert_mbox.pl
1428 Add -R flag to support recursive conversions
1429 of arbitrary Evolution mail folders, based on
1430 bash script by Daniel Dickinson (fixes debian
1432 * tools/popfile-link.sh
1433 Set required shell for script (fixes debian
1436 2009-09-16 [colin] 3.7.2cvs34
1439 Go grab files in /etc/skel if they exist
1442 2009-09-15 [colin] 3.7.2cvs33
1445 Complete 3.7.1cvs42: only output directly to
1446 final file if we get NULL byes at the start.
1447 Still fixes saving UTF16 files, but also
1448 fixes displaying Base64 parts with decoding
1449 errors (parts without errors get displayed)
1451 2009-09-14 [colin] 3.7.2cvs32
1455 * src/matcher_parser_parse.y
1456 * src/prefs_matcher.c
1457 Add 'has_attachment' and 'signed' matcher
1458 expressions. Patch by Aleksei Miheev, fixes
1461 2009-09-14 [colin] 3.7.2cvs31
1463 * src/common/utils.c
1464 Add "Re :" prefix from french Yahoo mail.
1465 Patch by Didier Barvaux, fixes bug 1999
1467 2009-09-10 [mones] 3.7.2cvs30
1469 * manual/plugins.xml
1470 Fix sites supported by SpamReport
1471 * manual/es/plugins.xml
1472 Synchronise Spanish manual
1474 2009-09-07 [holger] 3.7.2cvs29
1477 Also update the icon cache on uninstall.
1478 This prevents possible problems when Claws Mail was
1479 uninstalled and installed again into a different location,
1480 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1481 and the blog post linked therein
1483 2009-09-07 [paul] 3.7.2cvs28
1485 * src/prefs_toolbar.c
1486 when updating the main toolbar icons just update
1487 the main toolbar (and consequently fix a bug where
1488 folderview icons would disappear)
1490 2009-08-30 [holger] 3.7.2cvs27
1493 Do case-insensitive comparison against
1494 header names when extracting recipients
1497 2009-08-23 [colin] 3.7.2cvs26
1500 Probably fix RH bug 512024, " folder.c:3543
1501 Condition msglist != NULL failed"
1503 2009-08-23 [colin] 3.7.2cvs25
1505 * src/prefs_compose_writing.c
1506 Make the maximum size warning bigger. Patch
1507 by Didier Barvaux on bug 1986.
1509 2009-08-21 [colin] 3.7.2cvs24
1512 Previous commit: move the function into compose_insert_file
1513 so that it's also used on drag-n-drop
1515 2009-08-21 [colin] 3.7.2cvs23
1518 Fix scrolling when adding an header
1520 2009-08-21 [colin] 3.7.2cvs22
1523 * src/prefs_common.c
1524 * src/prefs_common.h
1525 * src/prefs_compose_writing.c
1526 * src/common/utils.c
1527 Fix bug 1986, "New feature: warn user when inserting
1528 a large file in the message body". Patch by Didier
1531 2009-08-21 [colin] 3.7.2cvs21
1535 * src/common/utils.c
1536 Fix bug 1984: Add R�f. : reply prefix (french
1537 Lotus Notes); patch by Didier Barvaux
1539 2009-08-21 [colin] 3.7.2cvs20
1543 Fix bug 1969, 'Bad guess for outgoing encoding'
1544 Make sure the specific converters (japanese in
1545 this case) can return success/error in strict
1546 mode, instead of silently failing back to
1549 2009-08-20 [holger] 3.7.2cvs19
1553 Make it possible for code outside
1554 compose (e.g. plugins) to attach files
1556 2009-08-20 [colin] 3.7.2cvs18
1559 Fix crash when accessing IMAP soon
1561 2009-08-18 [colin] 3.7.2cvs17
1564 Maybe fix crash on non-existent LDAP server
1566 2009-08-04 [colin] 3.7.2cvs16
1569 Fix toolbar's spacing that breaks dark
1570 themes (patch from http://blogs.igalia.com/aperez/
1571 2009/07/making-claws-mail-look-better/)
1573 2009-07-28 [colin] 3.7.2cvs15
1576 * src/addrcustomattr.c
1578 * src/addressbook_foldersel.c
1586 * src/editldap_basedn.c
1597 * src/prefs_actions.c
1598 * src/prefs_customheader.c
1599 * src/prefs_display_header.c
1600 * src/prefs_filtering.c
1601 * src/prefs_folder_column.c
1602 * src/prefs_matcher.c
1603 * src/prefs_summary_column.c
1604 * src/prefs_summary_open.c
1605 * src/prefs_template.c
1608 Fix bug 1950, 'Program freeze up during folder selection'
1609 Don't leave hidden windows modal
1611 2009-07-28 [colin] 3.7.2cvs14
1614 Fix bug 1957, 'LDAP errs out after searching too
1617 2009-07-28 [colin] 3.7.2cvs13
1620 Fix bug 1966, '"Collapse all threads" slower than
1621 "Expand all threads"'
1623 2009-07-28 [colin] 3.7.2cvs12
1625 * src/common/session.c
1626 Fix bug 1967, 'Claws gets stuck after accepting
1627 a certificate warning dialog'
1629 2009-07-19 [paul] 3.7.2cvs11
1631 * manual/plugins.xml
1632 a few small changes to the English
1634 2009-07-18 [mones] 3.7.2cvs10
1636 * manual/plugins.xml
1637 Add new bsfilter and fancy plugins to the docs
1638 and a note about dealing with plugins of the same class
1639 * src/prefs_account.c
1640 Fix extra space at the end typo
1642 2009-07-16 [colin] 3.7.2cvs9
1645 Fix wrong return without unlocking; thanks
1648 2009-07-14 [colin] 3.7.2cvs8
1651 Fix bug 1954, 'Segfault on reading wrong STATUS'
1653 2009-07-10 [colin] 3.7.2cvs7
1655 * src/plugins/pgpcore/plugin.def
1656 * src/common/utils.h
1659 2009-07-10 [colin] 3.7.2cvs6
1661 * src/prefs_display_header.c
1662 Fix bug 1951, 'C-Mail dumps core when editing
1663 displayed headers'. Patch by Alexey Rusakov
1665 2009-07-10 [colin] 3.7.2cvs5
1668 Fix bug 1952, 'Deleted mails in Queue folder
1671 2009-07-09 [colin] 3.7.2cvs4
1673 * src/gtk/spell_entry.c
1674 Fix bug 1949, 'Spell checker doesn't recognise
1675 certain word in Subject header, but does in
1676 message body'. Patch by Pawel Pekala.
1678 2009-07-09 [paul] 3.7.2cvs3
1681 use pkgconfig to check for the minimum required
1684 2009-07-06 [colin] 3.7.2cvs2
1686 * src/prefs_customheader.c
1689 2009-07-04 [paul] 3.7.2cvs1
1691 * tools/claws.i18n.status.pl
1694 2009-07-03 [paul] 3.7.2
1701 2009-07-03 [paul] 3.7.1cvs85
1708 added new translations by Tiago Faria and Slavko
1721 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
1722 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
1723 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
1724 Goncalves Guimaraes, Aleksei Miheev
1726 2009-07-01 [colin] 3.7.1cvs84
1728 * src/prefs_common.c
1729 Fix bug 1940, 'Doesn't open links in
1730 user's default browser'. Turn the preference
1731 to TRUE by default; that will only change the
1732 behaviour for new users.
1734 2009-06-29 [colin] 3.7.1cvs83
1738 * src/prefs_filtering_action.c
1739 Fix bug 1935, 'problems with very long filtering actions':
1740 Use a dynamic buffer in action to string, and a bigger
1741 buffer in string to action
1743 2009-06-29 [colin] 3.7.1cvs82
1745 * src/matcher_parser_lex.l
1746 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
1748 2009-06-29 [colin] 3.7.1cvs81
1753 Fix crash (out-of-bounds tree column)
1754 * src/gtk/gtkcmctree.c
1755 * src/gtk/gtksctree.c
1756 Prevent using an out-of-bounds tree column
1758 2009-06-29 [colin] 3.7.1cvs80
1762 Leak fixes; patch by Pawel Pekala.
1764 2009-06-26 [colin] 3.7.1cvs79
1767 Sort by msgnum if dates are equal
1769 2009-06-24 [paul] 3.7.1cvs78
1772 make some (forgotten) strings translatable
1774 2009-06-19 [colin] 3.7.1cvs77
1777 Fix menu sensitiveness
1779 2009-06-18 [colin] 3.7.1cvs76
1782 * src/plugins/pgpcore/sgpgme.c
1783 * src/plugins/pgpcore/sgpgme.h
1784 * src/plugins/pgpmime/mypgpcore.def
1785 * src/plugins/pgpmime/pgpmime.c
1786 * src/plugins/smime/mypgpcore.def
1787 * src/plugins/smime/smime.c
1788 Use largefile support (and stop using our old GPGME
1789 hack on gpgme_data_seek/rewind)
1790 (See 1.9.12cvs44 to 46 - if this breaks things we
1793 2009-06-13 [colin] 3.7.1cvs75
1795 * src/gtk/spell_entry.c
1796 Fix assertion. We can put a NULL gtkaspell to
1797 an entry; it just means it won't be spell-checked.
1799 2009-06-12 [mones] 3.7.1cvs74
1803 * src/prefs_account.c
1804 * src/prefs_account.h
1805 * src/common/utils.c
1806 * src/common/utils.h
1807 Added preference to use account address in generated
1808 Message-Id. Fixes Debian bug #531052
1810 2009-06-12 [colin] 3.7.1cvs73
1813 Better fix, API-compatible with libgnutls13
1815 2009-06-12 [colin] 3.7.1cvs72
1818 Use compatibility mode in GnuTLS, and avoid problems with
1819 servers that don't comply 100% with the spec, but still
1822 2009-06-06 [iwkse] 3.7.1cvs71
1825 Ops..revert a mix with another patch
1827 2009-06-06 [iwkse] 3.7.1cvs70
1830 A better fix for the previous commit's issue
1832 2009-06-06 [iwkse] 3.7.1cvs69
1835 Fix shutting down of Claws Mail while a GTK_Return keypress
1836 event is sent to the Attach property window
1838 2009-06-05 [colin] 3.7.1cvs68
1841 Fix build on GTK+ 2.6
1843 2009-06-03 [mones] 3.7.1cvs67
1845 * tools/make.themes.project
1846 Oops! fix header, sorry Paul ;-)
1848 2009-06-03 [mones] 3.7.1cvs66
1850 * tools/make.themes.project
1851 Add support for PNG themes and other
1852 fixes i don't remember now... :)
1854 2009-06-02 [colin] 3.7.1cvs65
1857 * src/prefs_template.c
1859 Fix error messages in templates, and fix their
1862 2009-05-22 [colin] 3.7.1cvs64
1867 2009-05-22 [colin] 3.7.1cvs63
1870 Fix phantom button behind entry when
1871 changing fields via Tools/Reply mode.
1873 2009-05-22 [colin] 3.7.1cvs62
1878 2009-05-21 [mones] 3.7.1cvs61
1882 Add button to empty header lines with one click
1884 2009-05-21 [paul] 3.7.1cvs60
1888 * src/plugins/trayicon/trayicon.c
1889 when quitting from the trayicon, honour
1890 prefs_common.clean_on_exit
1892 2009-05-21 [paul] 3.7.1cvs59
1894 * src/gtk/Makefile.am
1895 remove duplicate entry
1896 thanks to Charles A Edwards
1898 2009-05-19 [paul] 3.7.1cvs58
1900 * src/send_message.c
1901 clear progressbar in the statusbar on 'Cancel'
1903 2009-05-16 [colin] 3.7.1cvs57
1909 2009-05-16 [colin] 3.7.1cvs56
1912 Remove msgnum>0 condition for removing messages
1913 from caches. There's no such condition on add.
1914 Fixes bug 1913, 'Allow to remove phantom
1915 messages from the cache'; patch by Fabian
1916 Keil <fk at fabiankeil.de>
1918 2009-05-12 [holger] 3.7.1cvs55
1922 Introduce hook after showing of the message view
1924 2009-05-11 [colin] 3.7.1cvs54
1927 Fix bug 1872, 'A: Cc: CCi: selector should
1928 default on same as preceding contact'
1930 2009-05-10 [holger] 3.7.1cvs53
1934 Add a hook to make it possible for plugins to
1935 modify the address completion list
1937 2009-05-06 [paul] 3.7.1cvs52
1941 fix bug 1915, 'Mails signed with smime.p7s
1942 display both signed and attachment icon.'
1944 2009-05-05 [colin] 3.7.1cvs51
1946 * src/common/utils.c
1949 2009-05-05 [colin] 3.7.1cvs50
1951 * src/common/utils.c
1952 Fix bug 1895, '(imap) cache issues when cache dir is on a
1953 different mountpoint than tempdir'
1955 2009-05-04 [colin] 3.7.1cvs49
1958 Probably fix bug 1914, 'Crash reading
1959 corrupted tags file'
1961 2009-04-26 [paul] 3.7.1cvs48
1964 * src/gtk/gtkaspell.h
1965 fix bug 1904, 'build mechanism looks for
1966 'enchant.h' in a wrong place'
1968 2009-04-25 [paul] 3.7.1cvs47
1971 gah! fix coding style!
1973 2009-04-25 [paul] 3.7.1cvs46
1977 if building with GTK+ >= 2.16 use
1978 gtk_orientable_set_orientation() instead of now
1979 deprecated gtk_toolbar_set_orientation()
1981 2009-04-24 [colin] 3.7.1cvs45
1984 Ask before sending if an attached file has
1987 2009-04-19 [paul] 3.7.1cvs44
1989 * src/prefs_common.c
1990 * src/prefs_common.h
1992 save About window size.
1993 patch by Pawel Pekala
1995 2009-04-12 [paul] 3.7.1cvs43
1997 * tools/csv2addressbook.pl
1998 add extra CSV fields that are now appended
1999 by thunderbird (version 2.0.0.21)
2001 2009-04-08 [colin] 3.7.1cvs42
2004 fix saving (but not displaying) of UTF-16
2007 2009-04-08 [colin] 3.7.1cvs41
2009 * src/gtk/manage_window.c
2010 Disable transient windows on win32 - seems to
2011 fix most focusing issues
2013 2009-04-05 [colin] 3.7.1cvs40
2016 Don't ask whether we want to send deleted mails in queue
2017 folders; also, don't send deleted mails when flushing
2020 2009-04-04 [paul] 3.7.1cvs39
2026 * tools/claws.i18n.status.pl
2027 add new Indonesian translation, by
2030 2009-04-03 [paul] 3.7.1cvs38
2036 2009-04-03 [colin] 3.7.1cvs37
2040 Fix bug 1891, 'Add support for gopher:// links'
2041 Patch by Jacob Head <clawsmail at jacob-head.com>
2042 Let's go back to the roots!
2044 2009-04-03 [paul] 3.7.1cvs36
2049 2009-04-03 [paul] 3.7.1cvs35
2052 add AC_CONFIG_MACRO_DIR([m4])
2053 remove CLAWS_ACLOCAL_INCLUDE(m4)
2054 * m4/aclocal-include.m4
2055 removed this now unneeded file
2057 2009-04-02 [colin] 3.7.1cvs34
2059 * src/common/utils.h
2060 Fix previous (thanks to Marcus :)
2062 2009-04-02 [colin] 3.7.1cvs33
2064 * src/common/utils.h
2065 * src/etpan/etpan-thread-manager.c
2066 pipe() was a macro from GLib on win32 until
2067 glib 2.13.2. It's undefined after that.
2068 Thanks to Marcus Brinkmann for the heads-up!
2070 2009-03-31 [colin] 3.7.1cvs32
2072 * src/folder_item_prefs.c
2073 Copy folder settings with prefs
2075 2009-03-31 [colin] 3.7.1cvs31
2077 * src/prefs_account.c
2078 Don't use un-sensitive checkboxes in Privacy tab
2079 when privacy system in None (makes unchecking
2080 painful when no privacy plugin is loaded)
2082 2009-03-30 [colin] 3.7.1cvs30
2089 * src/prefs_account.c
2090 * src/prefs_account.h
2093 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2094 Add an option on the Receive page of IMAP account preferences:
2095 "Move deleted mails to trash and expunge immediately". This
2096 option defaults to TRUE to avoid changing the existing behaviour.
2097 Setting it to FALSE prevents automatic expunging.
2098 Also, add Tools/Expunge and View/Hide deleted messages menu items
2099 (View/Hide deleted message being a per-folder setting, and behaving,
2100 like View/Hide read messages).
2102 2009-03-30 [colin] 3.7.1cvs29
2105 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2106 ask for IMAP password when using GSSAPI auth
2108 2009-03-27 [colin] 3.7.1cvs28
2111 Fix cvs14, make sure we mark non-existent caches dirty
2112 (or they never get written)
2114 2009-03-27 [colin] 3.7.1cvs27
2117 Fix tag update when all tags are removed
2120 2009-03-25 [colin] 3.7.1cvs26
2123 Fix configure.ac, thanks to Pawel
2125 2009-03-25 [colin] 3.7.1cvs25
2128 * src/etpan/nntp-thread.c
2129 Fix header fetching (NG/To/Cc). Fixes
2130 bug 1883, 'Message processing fails to
2131 act on Newsgroups: field'
2133 2009-03-23 [colin] 3.7.1cvs24
2136 Fix internal headers visible in queue/sent
2138 2009-03-23 [colin] 3.7.1cvs23
2141 Fix check for RC (resource compiler) used
2142 on win32 (AC_LIBTOOL_RC used to call it
2143 implicitely but stopped)
2145 2009-03-19 [colin] 3.7.1cvs22
2148 Put spam button in default toolbar even if
2149 bogofilter and spamassassin are not built.
2150 Other anti-spam plugin could exist! :)
2151 * src/common/utils.c
2152 Fix exit status fetch on win32
2154 2009-03-18 [paul] 3.7.1cvs21
2156 * src/gtk/spell_entry.c
2157 fix "[BUG] Wrong word replaced in 'Subject:'
2158 when spell-checking correction used"
2159 Patch by Pawel Pekala
2161 2009-03-17 [colin] 3.7.1cvs20
2163 * src/common/utils.c
2164 Fix win32 build (from cvs12)
2166 2009-03-17 [colin] 3.7.1cvs19
2169 Fix bug 1735, 'Change To: and Newsgroups:
2170 recipient field according account type'
2173 2009-03-17 [colin] 3.7.1cvs18
2176 * src/prefs_common.c
2177 * src/prefs_common.h
2179 * src/common/prefs.c
2180 Add preference for fsyncing metadata
2182 2009-03-16 [paul] 3.7.1cvs17
2184 * src/prefs_customheader.c
2185 add forgotten #if HAVE_LIBCOMPFACE
2187 2009-03-16 [paul] 3.7.1cvs16
2189 * src/prefs_customheader.c
2190 put the (X-)Face preview image below the up/down
2191 buttons so they don't jump around.
2192 make the list reorderable by drag'n'drop
2194 2009-03-16 [colin] 3.7.1cvs15
2196 * src/prefs_customheader.c
2197 Add a (X-)Face preview. Patch by iwkse.
2199 2009-03-16 [colin] 3.7.1cvs14
2205 * src/common/prefs.c
2206 Add fsync calls to make sure we don't
2207 lose data on system crashes. (to do:
2208 add a pref to allow people choosing raw
2211 2009-03-15 [colin] 3.7.1cvs13
2213 * src/gtk/gtkaspell.c
2214 Fix empty menu when there are no
2215 suggestions (using the Spelling menu)
2217 2009-03-14 [colin] 3.7.1cvs12
2219 * src/common/utils.c
2220 Win32: fix subject prefix length
2222 2009-03-11 [mones] 3.7.1cvs11
2225 fix encoding declared in header
2226 update translation now we're at it
2228 2009-03-10 [colin] 3.7.1cvs10
2231 Fix "wrong mime" message printed out multiple
2234 2009-03-10 [colin] 3.7.1cvs9
2236 * src/prefs_folder_item.c
2239 2009-03-09 [paul] 3.7.1cvs8
2241 * src/prefs_folder_item.c
2242 * src/send_message.c
2243 fixes to english text
2245 2009-03-08 [paul] 3.7.1cvs7
2248 correct errors in header
2250 2009-03-08 [paul] 3.7.1cvs6
2256 * tools/claws.i18n.status.pl
2257 add Japanese translation, submitted by kazken3
2259 2009-03-07 [colin] 3.7.1cvs5
2262 Don't let the invalid MIME warning hide
2263 other noticeview (Partial receive or
2266 2009-03-07 [colin] 3.7.1cvs4
2271 2009-03-07 [colin] 3.7.1cvs3
2276 Handle mimeparts that lack an end boundary.
2277 They're invalid but it's too annoying for
2278 normal users to fix.
2280 2009-03-06 [wwp] 3.7.1cvs2
2283 * src/folder_item_prefs.c
2284 * src/folder_item_prefs.h
2285 * src/prefs_folder_item.c
2286 Add per-folder default cc, bcc and reply-to.
2288 2009-03-06 [colin] 3.7.1cvs1
2291 * src/gtk/gtksourceprintjob.c
2292 Fix build with old print interface
2294 2009-03-06 [paul] 3.7.1
2301 2009-03-06 [paul] 3.7.0cvs78
2312 updated by David Vachulka, Stephan Sachse, Flammie
2313 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2314 Frederico Goncalves Guimaraes, Lars Persson Fink,
2317 2009-03-03 [colin] 3.7.0cvs77
2319 * src/prefs_filtering.c
2320 Win32: Fix bug 1865, 'IMAP account name changes
2321 are not followed at filter actions'
2323 2009-03-02 [colin] 3.7.0cvs76
2326 Fix Launchpad bug 335571: 'claws-mail crashed
2327 with SIGSEGV in strlen() while deleting
2328 large amount of e-mails on IMAP account
2330 2009-02-27 [mones] 3.7.0cvs75
2332 * manual/es/account.xml
2334 * manual/es/addrbook.xml
2335 * manual/es/advanced.xml
2336 * manual/es/claws-mail-manual.xml
2338 * manual/es/glossary.xml
2340 * manual/es/handling.xml
2341 * manual/es/intro.xml
2342 * manual/es/keyboard.xml
2343 * manual/es/plugins.xml
2344 * manual/es/starting.xml
2345 Sync with English version, fix some typos
2346 Changed encoding to UTF-8
2348 Update for release, changed encoding to UTF-8
2350 2009-02-24 [colin] 3.7.0cvs74
2353 Don't print separation line if there
2356 2009-02-23 [cleroy] 3.7.0cvs73
2365 * src/addrduplicates.c
2368 * src/addressbook_foldersel.c
2376 * src/customheader.c
2378 * src/editaddress_other_attributes_ldap.c
2416 * src/prefs_account.c
2417 * src/prefs_actions.c
2418 * src/prefs_common.c
2419 * src/prefs_filtering.c
2420 * src/prefs_filtering_action.c
2421 * src/prefs_folder_column.c
2422 * src/prefs_folder_item.c
2424 * src/prefs_matcher.c
2427 * src/prefs_summaries.c
2428 * src/prefs_summary_column.c
2429 * src/prefs_template.c
2430 * src/prefs_themes.c
2431 * src/prefs_toolbar.c
2438 * src/remotefolder.c
2439 * src/send_message.c
2440 * src/sourcewindow.c
2442 * src/stock_pixmap.c
2443 * src/summary_search.c
2450 * src/common/base64.c
2451 * src/common/claws.c
2452 * src/common/hooks.c
2453 * src/common/plugin.c
2454 * src/common/prefs.c
2455 * src/common/session.c
2457 * src/common/socket.c
2458 * src/common/string_match.c
2459 * src/common/stringtable.c
2460 * src/common/utils.c
2461 * src/common/utils.h
2463 * src/common/xmlprops.c
2464 * src/gtk/colorlabel.c
2465 * src/gtk/combobox.c
2466 * src/gtk/foldersort.c
2467 * src/gtk/gtkaspell.c
2468 * src/gtk/gtkcmclist.c
2469 * src/gtk/gtkcmctree.c
2470 * src/gtk/gtkcmoptionmenu.c
2471 * src/gtk/gtksctree.c
2472 * src/gtk/gtkshruler.c
2473 * src/gtk/gtksourceprintjob.c
2474 * src/gtk/gtkutils.c
2475 * src/gtk/gtkvscrollbutton.c
2476 * src/gtk/logwindow.c
2478 * src/gtk/pluginwindow.c
2479 * src/gtk/prefswindow.c
2480 * src/gtk/quicksearch.c
2481 * src/gtk/spell_entry.c
2482 * src/plugins/pgpcore/select-keys.c
2483 * src/plugins/pgpinline/pgpinline.c
2484 * src/plugins/pgpmime/pgpmime.c
2485 * src/plugins/smime/smime.c
2486 * src/plugins/spamassassin/spamassassin_gtk.c
2487 Mass commit changing g_return_* to cm_return_*
2488 and making these more interesting
2490 2009-02-23 [colin] 3.7.0cvs72
2493 Always initialise error code to no error
2495 2009-02-23 [colin] 3.7.0cvs71
2498 Fix separator substitution
2500 2009-02-23 [colin] 3.7.0cvs70
2502 * src/stock_pixmap.c
2503 * src/gtk/colorlabel.c
2504 don't use g_return on normal checks
2506 2009-02-22 [colin] 3.7.0cvs69
2512 2009-02-22 [colin] 3.7.0cvs68
2514 * src/addrduplicates.c
2530 * src/prefs_common.c
2531 * src/prefs_filtering.c
2542 * src/common/socket.c
2543 * src/common/template.c
2544 * src/etpan/imap-thread.c
2545 * src/gtk/gtkaspell.c
2546 * src/gtk/gtkcmctree.c
2547 * src/gtk/gtksctree.c
2548 * src/gtk/inputdialog.c
2549 * src/plugins/pgpcore/sgpgme.c
2550 * src/plugins/pgpmime/pgpmime.c
2551 * src/plugins/smime/smime.c
2552 * src/plugins/spamassassin/spamassassin.c
2553 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2554 uninitialised accesses
2556 2009-02-17 [colin] 3.7.0cvs67
2559 Disable controls during queuing
2561 2009-02-15 [colin] 3.7.0cvs66
2564 * src/plugins/pgpcore/select-keys.c
2565 * src/plugins/pgpcore/sgpgme.c
2566 Disable use of disabled keys
2568 2009-02-15 [colin] 3.7.0cvs65
2572 Fix font updating after changing
2573 prefs_common.derive_from_normal_font
2575 2009-02-12 [paul] 3.7.0cvs64
2581 * src/common/version.h.in
2585 more copyright header fixes
2587 2009-02-12 [paul] 3.7.0cvs63
2589 * src/gtk/progressdialog.c
2590 * src/gtk/progressdialog.h
2591 fix copyright header
2593 2009-02-12 [paul] 3.7.0cvs62
2595 * src/gtk/spell_entry.c
2596 * src/gtk/spell_entry.h
2597 better, more standard copyright header
2599 2009-02-12 [paul] 3.7.0cvs61
2601 * src/gtk/spell_entry.c
2602 * src/gtk/spell_entry.h
2603 changes to copyright header
2605 2009-02-12 [paul] 3.7.0cvs60
2607 * src/gtk/spell_entry.c
2608 * src/gtk/spell_entry.h
2611 2009-02-11 [colin] 3.7.0cvs59
2613 * src/gtk/spell_entry.c
2614 * src/gtk/spell_entry.h
2617 2009-02-11 [colin] 3.7.0cvs58
2620 * src/gtk/Makefile.am
2621 * src/gtk/gtkaspell.c
2622 * src/gtk/gtkaspell.h
2623 Add spellcheck to subject. Patch by
2626 2009-02-10 [holger] 3.7.0cvs57
2630 Move filename define for printing page setup cache to defs.h
2632 2009-02-08 [mones] 3.7.0cvs56
2635 Fix build for bison 2.4.1
2637 2009-02-06 [holger] 3.7.0cvs55
2639 * src/prefs_common.c
2640 * src/prefs_common.h
2642 Fix restoring of custom page setups for printing by
2643 temporarily caching the settings.
2644 This is a workaround for Gnome Bug #39018, and fixes
2645 Claws Mail Bug #1840.
2647 2009-02-06 [colin] 3.7.0cvs54
2650 Fix hardcoded Shift-Q quits. Fixes
2651 bug 1838, 'Claws-Mail sometimes quits
2652 when attempting to type a capital Q'
2654 2009-01-31 [paul] 3.7.0cvs53
2657 revert 3.7.0cvs49, until there is time to find out
2658 why it causes a nasty crash!
2660 2009-01-31 [paul] 3.7.0cvs52
2663 1 string that was forgotten for translation
2665 2009-01-31 [paul] 3.7.0cvs51
2668 2 strings that were forgotten for translation
2670 2009-01-31 [paul] 3.7.0cvs50
2672 * src/gtk/prefswindow.c
2673 build prefs tree in a slightly smarter way -
2674 fix bug where if path[0] had same name as
2675 path[1], (like in the de translation), path[1]
2676 was lost and not shown in the window
2678 2009-01-31 [paul] 3.7.0cvs49
2681 fix bug 1836, 'Quoted text still blue after
2682 removal of quote-character'
2683 comment out some debug_print's that needlessly
2686 comment out a debug_print that needlessly slows
2689 2009-01-31 [paul] 3.7.0cvs48
2692 fix bug 1834, '"semi"-selection when collapsing thread'
2694 2009-01-31 [paul] 3.7.0cvs47
2696 * src/prefs_compose_writing.c
2697 * src/prefs_message.c
2698 move 'quote_chars' pref to where it should be
2700 2009-01-30 [paul] 3.7.0cvs46
2703 fix updating of popup menu sensitivity
2705 2009-01-28 [paul] 3.7.0cvs45
2707 * tools/filter_conv_new.pl
2708 move 'move' and 'delete' to end of @actions
2709 so that they are always final actions in the
2710 generated filtering rule
2712 2009-01-27 [paul] 3.7.0cvs44
2715 always select text/calendar mimepart if suitable
2716 plugin (i.e. vCalendar) is available
2718 2009-01-27 [paul] 3.7.0cvs43
2721 fix crash when right-clicking in summaryview when
2722 processing is active
2724 2009-01-22 [colin] 3.7.0cvs42
2729 When replying to signed/encrypted mail and the
2730 preference to sign/encrypt in this case is set,
2731 choose the original mail's privacy system (if
2734 2009-01-21 [colin] 3.7.0cvs41
2737 Fix warning (on-the-fly theming of
2738 addressbook isn't complete yet)
2740 2009-01-21 [colin] 3.7.0cvs40
2744 Win32: Fix window placement
2746 2009-01-21 [paul] 3.7.0cvs39
2749 update timeout log msg
2751 2009-01-17 [colin] 3.7.0cvs38
2756 * src/common/utils.c
2757 * src/etpan/imap-thread.c
2758 Fix g_open calls (which don't ignore mode)
2760 2009-01-17 [colin] 3.7.0cvs37
2769 * src/common/ssl_certificate.c
2771 * src/common/utils.c
2772 * src/etpan/imap-thread.c
2773 * src/plugins/bogofilter/bogofilter.c
2774 * src/plugins/pgpinline/pgpinline.c
2775 * src/plugins/smime/smime.c
2776 Probably fix bug 1825, 'Unable to fetch messages from
2777 IMAP folders named with non-ASCII string'
2778 Change remaining occurences of fopen and open with
2781 2009-01-17 [paul] 3.7.0cvs36
2784 update an old, outdated piece of info
2786 2009-01-17 [paul] 3.7.0cvs35
2788 * src/prefs_folder_item.c
2789 fix bug where saving Folder Properties of a
2790 sub-folder of outbox, queue, draft or trash
2791 would change its parent's folder type to normal
2793 2009-01-12 [mones] 3.7.0cvs34
2798 2009-01-12 [wwp] 3.7.0cvs33
2801 * tools/popfile-link.sh
2802 * tools/textviewer.sh
2803 Fix bashisms and other portability glitches (thanks to
2804 Steven M. Bellovin).
2806 2009-01-11 [paul] 3.7.0cvs32
2809 clean up some build warnings
2811 2009-01-11 [colin] 3.7.0cvs31
2814 Revert part of patch 3.7.0cvs29
2815 This function is used when jpilot
2818 2009-01-11 [colin] 3.7.0cvs30
2821 folder_find_child_item_by_name():
2822 actually use name, not path's basename
2824 2009-01-11 [paul] 3.7.0cvs29
2831 * src/prefs_folder_item.c
2832 clean up some build warnings
2834 2009-01-11 [paul] 3.7.0cvs28
2837 don't even mention printing support, assume its
2838 presence, unless building with GTK+ < 2.10.0
2840 2009-01-10 [colin] 3.7.0cvs27
2843 Fix bug 1811, '[mime] Crash when there's no
2844 room for filename's start on the same line'
2845 When the mimetype of the attachment is very
2846 long, there's no room at all to start the
2847 name=... parameter on the same line. This
2848 caused an infinite loop as 0 characters of
2849 the filename could be appended.
2850 In such cases, insert linebreak before the
2853 2009-01-09 [colin] 3.7.0cvs26
2857 * src/common/utils.c
2858 Win32: Fix bug 1815, 'Drag-n-Drop of files on
2859 Compose Window does not attach'
2861 2009-01-09 [colin] 3.7.0cvs25
2864 Fix bug 1817, 'Changing Themes does not
2865 update the pixmaps in "Select folder"
2868 2009-01-09 [colin] 3.7.0cvs24
2871 Win32: Fix bug 1816, 'Attaching files with
2872 command-line generates error after attaching'
2874 2009-01-09 [paul] 3.7.0cvs23
2877 forgot this '2009' in last commit
2879 2009-01-09 [paul] 3.7.0cvs22
2883 update copyright headers
2885 2009-01-09 [paul] 3.7.0cvs21
2887 * doc/man/claws-mail.1
2890 2009-01-09 [colin] 3.7.0cvs20
2893 Fix bug 1814, 'Windows' WM badly places
2896 2009-01-09 [colin] 3.7.0cvs19
2898 * src/prefs_themes.c
2899 * src/stock_pixmap.c
2900 * src/stock_pixmap.h
2901 * src/common/utils.c
2902 * src/common/utils.h
2903 Win32: Fix bug 1813, 'Installing Theme Creates Error'
2905 2009-01-08 [colin] 3.7.0cvs18
2908 Win32: Fix bug 1810, 'Pressing 'o' key
2911 2009-01-07 [colin] 3.7.0cvs17
2914 Fix bug 1432, '& not escaped in links (HTML
2917 2009-01-06 [colin] 3.7.0cvs16
2919 * src/plugins/pgpcore/select-keys.c
2920 Warn translators the usual way about
2923 2009-01-06 [colin] 3.7.0cvs15
2926 Fix synchronisation dialog that shouldn't
2927 appear when network goes down (Network
2931 Fix save as when attach_save_dir isn't set
2932 fixes bug 1804, 'attach_save_directory does
2933 not default to $HOME'
2934 * src/plugins/pgpcore/select-keys.c
2935 Add mnemonics to buttons - warn translators!
2937 2009-01-06 [wwp] 3.7.0cvs14
2939 * src/common/utils.c
2940 Fix cvs13, thanks to Colin.
2942 2009-01-06 [wwp] 3.7.0cvs13
2944 * src/common/utils.c
2945 Better support for Spanish Outlook replies (RES).
2947 2009-01-02 [colin] 3.7.0cvs12
2950 Fix (+) sign after collapsed folder names that
2951 have quicksearch-matching children.
2952 Fixes bug 1506, 'Recursive search in collapsed
2955 2009-01-02 [colin] 3.7.0cvs11
2957 * src/stock_pixmap.c
2958 * src/stock_pixmap.h
2959 Remove now-unused stock_pixmap_gdk
2961 2009-01-02 [colin] 3.7.0cvs10
2963 * src/gtk/gtkutils.c
2964 * src/pixmaps/claws-mail_icon.xpm
2965 Use pixbuf for app icon, and make the app icon
2968 2009-01-02 [colin] 3.7.0cvs9
2971 Show both link title and URI if possible
2973 2009-01-02 [colin] 3.7.0cvs8
2977 * src/addressbook_foldersel.c
2980 * src/grouplistdialog.c
2984 * src/gtk/gtkcmclist.c
2985 * src/gtk/gtkcmclist.h
2986 * src/gtk/gtkcmctree.c
2987 * src/gtk/gtkcmctree.h
2988 * src/gtk/gtksctree.c
2989 * src/gtk/gtksctree.h
2990 Implement pixbuf rendering in tree widgets
2992 * src/plugins/trayicon/trayicon.c
2994 * src/prefs_themes.c
2995 Use pixbuf rendering here too
2997 2008-12-30 [paul] 3.7.0cvs7
3000 no need to prematurely trim the uri in the statusbar
3002 2008-12-29 [paul] 3.7.0cvs6
3005 prefer List-Id header to X-* headers when creating
3006 filter rule automatically
3008 2008-12-28 [colin] 3.7.0cvs5
3011 Set minimum height to 440 instead of 480
3013 2008-12-22 [colin] 3.7.0cvs4
3016 Fix bug 1799, '"Discard message" deletes manually
3017 saved draft'. Switch rmode to REEDIT after
3020 2008-12-21 [paul] 3.7.0cvs3
3022 * tools/claws.i18n.status.pl
3025 2008-12-21 [paul] 3.7.0cvs2
3031 2008-12-21 [paul] 3.7.0cvs1
3037 2008-12-19 [paul] 3.7.0
3044 2008-12-19 [paul] 3.6.1cvs80
3047 remove unmaintained sk and sr from ALL_LINGUAS
3048 add newly maintained cs to ALL_LINGUAS
3059 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3060 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3061 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3064 2008-12-16 [colin] 3.6.1cvs79
3066 * src/plugins/pgpcore/sgpgme.c
3069 2008-12-15 [colin] 3.6.1cvs78
3074 * src/plugins/pgpcore/sgpgme.c
3075 * src/plugins/pgpcore/sgpgme.h
3076 * src/plugins/pgpinline/pgpinline.c
3077 * src/plugins/pgpmime/pgpmime.c
3078 * src/plugins/smime/smime.c
3079 Fix bug 1796, 'PGP/MIME setting: "select key by your
3080 email address" doesn't work'. Use custom from address
3083 2008-12-15 [colin] 3.6.1cvs77
3085 * src/common/utils.c
3086 Fix bug 1746, 'Makes a mailto link from several
3089 2008-12-15 [paul] 3.6.1cvs76
3091 * m4/spamassassin.m4
3092 fix warnings thrown up by autoconf-2.63
3094 2008-12-13 [colin] 3.6.1cvs75
3099 * src/common/utils.c
3100 * src/common/utils.h
3102 Finish previous patch
3104 2008-12-13 [colin] 3.6.1cvs74
3107 Only install certs on windows
3109 2008-12-13 [colin] 3.6.1cvs73
3112 * tools/ca-certificates.crt
3113 * src/common/Makefile.am
3115 First try to ship SSL certificates in Windows
3118 2008-12-12 [colin] 3.6.1cvs72
3121 * src/plugins/pgpinline/claws.def
3124 2008-12-12 [paul] 3.6.1cvs71
3128 * src/partial_download.c
3130 * src/common/claws.c
3131 * src/common/prefs.c
3132 * src/common/utils.c
3133 win32: fix unlinking, renaming and bug with
3137 2008-12-11 [colin] 3.6.1cvs70
3140 * manual/fr/advanced.xml
3141 Update french translations
3143 2008-12-10 [colin] 3.6.1cvs69
3146 Correct bug submission guidelines
3148 2008-12-10 [colin] 3.6.1cvs68
3150 * src/plugins/pgpcore/pgp_viewer.c
3151 Fix bug 1736, 'Key import does not work'
3152 Kill the correct pid (and not the parent
3153 shell), and increase the timeout a bit.
3155 2008-12-09 [paul] 3.6.1cvs67
3158 ensure that any stray noticeview buttons are hidden,
3159 as clicking them causes segfaults!
3161 2008-12-09 [colin] 3.6.1cvs66
3165 * src/folder_item_prefs.h
3166 * src/prefs_common.c
3167 * src/prefs_common.h
3169 Fix bug 1792, '"Save Message to" should
3170 retain list of recently selected folders'
3171 Also, make Enchant-related prefs stick
3172 even if the build doesn't enable enchant
3174 2008-12-09 [paul] 3.6.1cvs65
3177 fix bug 1787, 'Prevent automatic PGP inline
3178 decryption attempts' use the noticeview to display
3179 decryption failure messages instead of the irritating
3182 2008-12-09 [colin] 3.6.1cvs64
3184 * src/prefs_filtering.c
3185 Fix bug 1789, 'filtering account selection
3186 (regression)'. Filtering on sending-only
3187 accounts can be a little useful when using
3188 filtering via Tools menu.
3190 2008-12-07 [paul] 3.6.1cvs63
3192 * src/prefs_actions.c
3193 don't auto-select first entry (same as other
3195 * src/gtk/pluginwindow.c
3196 these parents don't have children so don't look
3199 2008-12-07 [paul] 3.6.1cvs62
3201 * src/prefs_account.c
3202 * src/gtk/pluginwindow.c
3203 * src/gtk/prefswindow.c
3204 * src/gtk/prefswindow.h
3205 auto-select first page
3207 2008-12-05 [colin] 3.6.1cvs61
3211 Fix bug 1788, 'CM crashes re-encoding
3212 encoded parameters' (introduced in cvs40)
3214 2008-12-05 [paul] 3.6.1cvs60
3216 * src/prefs_common.h
3217 remove gpg prefs that are no longer needed here
3219 2008-12-03 [colin] 3.6.1cvs59
3222 Speed up cache reading (about 10% gain)
3224 * src/gtk/gtksctree.c
3225 Speed up expand/collapse all threads
3228 2008-12-03 [paul] 3.6.1cvs58
3231 eradicate gcc4's signedness warnings
3232 fix building with gnuTLS on (Open)Solaris
3234 2008-12-01 [colin] 3.6.1cvs57
3236 * src/gtk/gtkcmclist.c
3239 2008-12-01 [colin] 3.6.1cvs56
3241 * src/plugins/pgpinline/pgpinline.c
3242 Fix bug 1779, 'PGP Inline badly handles
3243 multipart'. Properly dump the current part
3244 instead of running around with scissors
3246 2008-11-30 [paul] 3.6.1cvs55
3248 * manual/advanced.xml
3249 * manual/plugins.xml
3250 * src/prefs_toolbar.c
3251 remove the verb from the page title and
3252 update references in the manual
3254 2008-11-30 [paul] 3.6.1cvs54
3257 move Other/ page to Other/Miscellaneous
3258 * src/gtk/prefswindow.c
3259 make parent page unselectable
3261 2008-11-29 [paul] 3.6.1cvs53
3264 add the new 'primary_paste_unselects' hidden
3265 option, add missing 'log_[...]_color' options,
3266 and reformat the text
3267 * manual/advanced.xml
3268 add the new 'primary_paste_unselects' hidden
3269 option, add missing 'log_[...]_color' options
3271 2008-11-28 [colin] 3.6.1cvs52
3276 2008-11-28 [colin] 3.6.1cvs51
3281 2008-11-28 [colin] 3.6.1cvs50
3284 Fix account selection in Mailing list
3287 2008-11-28 [paul] 3.6.1cvs49
3290 automatically remove obsolete strings
3292 2008-11-28 [colin] 3.6.1cvs48
3294 * src/plugins/pgpcore/sgpgme.c
3295 Fix error message when key isn't available.
3297 2008-11-27 [colin] 3.6.1cvs47
3303 2008-11-26 [colin] 3.6.1cvs46
3308 2008-11-26 [colin] 3.6.1cvs45
3310 * src/plugins/pgpcore/select-keys.c
3311 * src/plugins/pgpcore/sgpgme.c
3312 Fix bug 1591, 'S/MIME: better key
3313 handling/selection dialog'
3314 Really ignore revoked/expired keys
3316 2008-11-26 [colin] 3.6.1cvs44
3319 * src/common/claws.c
3321 Make sure libgcrypt's threading is initialised
3322 before gnutls. See also old bug 1539.
3324 2008-11-26 [colin] 3.6.1cvs43
3328 * src/etpan/imap-thread.c
3329 Fix possible crashes due to clist_begin()
3330 not checking for NULLs (it should!)
3332 2008-11-25 [colin] 3.6.1cvs42
3335 Fix line length in MIME parameters
3337 2008-11-22 [paul] 3.6.1cvs41
3340 grab Return key press in attachments Properties
3343 2008-11-21 [colin] 3.6.1cvs40
3347 Fix bug 1776, 'use encoded name parameters
3348 for attachments instead of ascii'.
3349 Break the RFC 2047 by using B-encoded
3350 filename parameter, like everyone does,
3351 following advice from the RFC author.
3353 2008-11-21 [colin] 3.6.1cvs39
3355 * src/common/socket.c
3356 Rehandshake if server asks to
3358 2008-11-21 [colin] 3.6.1cvs38
3362 * src/common/session.h
3364 Move conditional-compilation members to
3367 2008-11-19 [wwp] 3.6.1cvs37
3369 * src/prefs_actions.c
3370 Fixed wrong behaviour when pressing Escape (was not cancelling
3373 2008-11-19 [wwp] 3.6.1cvs36
3379 * src/prefs_actions.c
3380 * src/prefs_filtering_action.c
3384 * src/common/utils.c
3385 Replace occurrences of "command line" with "command-line" everywhere.
3386 Enforce code style (mostly indentation) in prefs_actions.c.
3388 2008-11-19 [colin] 3.6.1cvs35
3391 * src/prefs_common.c
3392 * src/prefs_common.h
3393 Add primary_paste_unselects hidden preference
3394 to change how middle-click pasting changes
3395 the selection and insert point; defaults to
3398 2008-11-19 [colin] 3.6.1cvs34
3401 Always give focus to summaryview, even if
3402 the folder is empty, in small screen layout.
3403 Allows to go back to folderlist using the
3406 2008-11-18 [colin] 3.6.1cvs33
3409 Put back conditional at the end of struct
3411 2008-11-18 [colin] 3.6.1cvs32
3414 * src/common/w32_reg.c
3415 Fix crash on win32 when browsing to a
3418 2008-11-15 [colin] 3.6.1cvs31
3421 After a mid-click paste, deselect selection
3422 and go to end of paste.
3424 2008-11-15 [colin] 3.6.1cvs30
3427 Auto-save draft after external editor quits
3429 2008-11-15 [colin] 3.6.1cvs29
3431 * src/plugins/pgpcore/sgpgme.c
3432 Fix wrong error display, thanks to
3435 2008-11-14 [colin] 3.6.1cvs28
3437 * src/prefs_actions.c
3438 Comment out bogus (IMO) warning
3440 2008-11-14 [colin] 3.6.1cvs27
3447 Share summaryview's context menu actions with
3448 the equivalent menu items of the main menu;
3449 this allows to share accelerators and de-
3452 2008-11-14 [colin] 3.6.1cvs26
3454 * src/plugins/pgpcore/sgpgme.c
3455 Fix bug 1768, 'claws-mail crashes while
3456 checking smime bad signature'
3458 2008-11-13 [colin] 3.6.1cvs25
3462 Fix redefinition of PREFSBUFSIZE
3464 2008-11-13 [wwp] 3.6.1cvs24
3466 * tools/popfile-link.sh
3467 Add support for reusing existing POPFile session ID.
3469 2008-11-12 [colin] 3.6.1cvs23
3472 Fix bug 1771, 'Folder template gets
3473 truncated when exiting the application'
3474 Use a 32k buffer for string preferences
3476 2008-11-11 [colin] 3.6.1cvs22
3479 Fix "display sender using addressbook" when
3480 prefs_common.swap_from is in use. Patch by
3483 2008-11-11 [colin] 3.6.1cvs21
3488 Make a few functions static
3490 2008-11-07 [colin] 3.6.1cvs20
3494 Fix crash when rebuilding colorlabel
3498 * src/prefs_account.c
3499 * src/prefs_compose_writing.c
3500 * src/prefs_logging.c
3501 * src/prefs_message.c
3503 * src/prefs_receive.c
3504 * src/prefs_summaries.c
3505 * src/prefs_wrapping.c
3506 * src/plugins/bogofilter/bogofilter_gtk.c
3507 * src/plugins/pgpcore/prefs_gpg.c
3508 * src/plugins/spamassassin/spamassassin_gtk.c
3509 Fix deprecated use of page_size in
3510 gtkspinbutton adjustments
3512 2008-11-06 [mones] 3.6.1cvs19
3515 Fix missing "About" in Help menu
3516 * tools/claws.i18n.status.pl
3519 2008-11-05 [colin] 3.6.1cvs18
3524 * src/common/socket.c
3525 * src/common/socket.h
3526 * src/gtk/gtkutils.c
3527 * src/gtk/gtkutils.h
3528 w32: Implement single launch (lock
3529 socket); always put debug log to
3530 the rc_dir; fix Start menu update
3531 after registering as default Mail
3534 2008-11-05 [colin] 3.6.1cvs17
3537 Setting the Mail start menu item in HKCU
3538 confuses the Internet Options dialog. Do
3539 it in HKLM as this dialog does.
3541 2008-11-04 [colin] 3.6.1cvs16
3543 * src/common/w32_reg.c
3546 2008-11-04 [colin] 3.6.1cvs15
3549 w32: Fix getting content-type
3551 * src/prefs_common.c
3552 * src/prefs_common.h
3553 * src/prefs_ext_prog.c
3555 w32: better integration (use the
3556 standard file associations instead
3557 of our platform-unadapted open
3560 * src/common/utils.c
3561 * src/common/w32_reg.c
3562 * src/common/w32lib.h
3563 w32: better integration (allow
3564 setting Claws as default MUA)
3566 2008-11-01 [colin] 3.6.1cvs14
3569 Fix wrongly converted non-ascii characters
3570 when locale's charset is US-ASCII (strict-mode
3571 was failing in this case)
3573 2008-10-30 [colin] 3.6.1cvs13
3579 Use one UI Manager per mimeview, instead of
3580 the global one -- else user_data pointer gets
3581 broken if opening and closing another message-
3582 view, then using right-click on a mimeview's
3583 mimepart. Probably fixes bug 1711, 'Save-as
3586 2008-10-24 [paul] 3.6.1cvs12
3589 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
3590 * tools/kdeservicemenu/install.sh
3591 another, possibly the final?, attempt on getting this
3594 2008-10-24 [paul] 3.6.1cvs11
3596 * tools/kdeservicemenu/install.sh
3597 fix servicemenu installation directory on kde4
3599 2008-10-24 [paul] 3.6.1cvs10
3601 * tools/kdeservicemenu/README
3602 * tools/kdeservicemenu/install.sh
3603 add support for kde4 in addition to kde3.
3604 a rework involving checking for kde4-config, then
3605 kde-config, finally prompting the user for the
3606 location of either if they cannot be found
3609 2008-10-18 [paul] 3.6.1cvs9
3611 * tools/claws.i18n.status.pl
3612 updated with latest translator info.
3613 only print for languages defined in %langname
3615 2008-10-17 [paul] 3.6.1cvs8
3617 * src/plugins/pgpcore/sgpgme.c
3618 when listing the uid's, show the uid validity
3620 2008-10-16 [paul] 3.6.1cvs7
3625 2008-10-13 [wwp] 3.6.1cvs6
3628 Updated French translation.
3630 2008-10-11 [colin] 3.6.1cvs5
3633 Fix bug 1756, "Outdated translators list in About
3634 dialogue". Patch by Aleksei Miheev.
3636 2008-10-11 [colin] 3.6.1cvs4
3646 * src/prefs_account.c
3647 * src/send_message.c
3648 * src/send_message.h
3652 * src/common/claws.c
3654 * src/common/session.c
3655 * src/common/session.h
3658 * src/common/socket.c
3659 * src/common/socket.h
3662 * src/common/ssl_certificate.c
3663 * src/common/ssl_certificate.h
3665 * src/gtk/sslcertwindow.c
3666 * src/gtk/sslcertwindow.h
3669 2008-10-11 [colin] 3.6.1cvs3
3671 * src/common/ssl_certificate.c
3672 Make local function static
3674 2008-10-10 [colin] 3.6.1cvs2
3677 * src/common/ssl_certificate.c
3678 * src/gtk/sslcertwindow.c
3679 Add offline certificate verification,
3680 thanks to Nikos Mavrogiannopoulos for the
3683 2008-10-10 [colin] 3.6.1cvs1
3685 * src/common/ssl_certificate.c
3686 * src/gtk/sslcertwindow.c
3689 2008-10-10 [paul] 3.6.1
3691 * m4/spamassassin.m4
3692 remove openssl dross
3699 2008-10-10 [colin] 3.6.0cvs25
3702 Tell libetpan it doesn't need to init
3705 2008-10-10 [colin] 3.6.0cvs24
3708 Remove references to openssl
3710 2008-10-09 [colin] 3.6.0cvs23
3715 2008-10-09 [colin] 3.6.0cvs22
3718 Error out when building against openssl
3720 2008-10-09 [colin] 3.6.0cvs21
3727 Disable OpenSSL due to requirement of
3728 OpenSSL exception. Code not removed yet,
3729 just in case, but disabled.
3731 2008-10-09 [colin] 3.6.0cvs20
3741 * src/prefs_ext_prog.c
3743 * src/prefs_image_viewer.c
3747 * src/gtk/Makefile.am
3749 * src/gtk/gtksourceprintjob.c
3750 * src/gtk/gtksourceprintjob.h
3751 Revert previous patch. It'd be better to remove
3752 OpenSSL instead, as GnuTLS works as well.
3754 2008-10-09 [colin] 3.6.0cvs19
3764 * src/prefs_ext_prog.c
3766 * src/prefs_image_viewer.c
3770 * src/gtk/Makefile.am
3772 * src/gtk/gtksourceprintjob.c
3773 * src/gtk/gtksourceprintjob.h
3774 Remove the libgnomeprint interface (deprecated,
3775 and fixes Debian's #501570, 'Copyright confusion')
3777 2008-10-09 [colin] 3.6.0cvs18
3780 Require libetpan 0.57 (important fixes)
3782 2008-10-08 [paul] 3.6.0cvs17
3784 * src/prefs_filtering_action.c
3785 * src/prefs_matcher.c
3786 enable re-ordering of the filtering/processing
3787 condition and actions lists by drag'n'drop
3789 2008-10-08 [colin] 3.6.0cvs16
3792 Fix wrong menu title
3794 2008-10-07 [colin] 3.6.0cvs15
3797 After thinking, revert this. It's only a minor
3798 annoyance to GSSAPI users, and I can't test this
3799 right now. Postponed until after next good release.
3801 2008-10-07 [colin] 3.6.0cvs14
3804 Don't ask for a password when using GSSAPI
3806 2008-10-07 [colin] 3.6.0cvs13
3809 Fix build with GTK+ < 2.14
3811 2008-10-07 [colin] 3.6.0cvs12
3815 * src/prefs_common.c
3816 * src/prefs_common.h
3818 * src/gtk/colorlabel.c
3819 Fix bug 1749, 'Shortcut keys for color labels
3821 Make fullscreen a setting remembered between
3824 2008-10-07 [colin] 3.6.0cvs11
3827 Fix bug 1747, 'Wanderlust keybindings no longer
3828 working (regression)'
3830 2008-10-07 [colin] 3.6.0cvs10
3833 Make fullscreen a real menu item
3835 2008-10-07 [colin] 3.6.0cvs9
3838 Make sure we won't save size when
3841 2008-10-06 [colin] 3.6.0cvs8
3845 Handle fullscreen via F11. Patch by
3848 2008-10-06 [colin] 3.6.0cvs7
3851 Fix return value when setting client cert
3853 2008-10-04 [colin] 3.6.0cvs6