1 2010-09-19 [colin] 3.7.6cvs39
4 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5 to newsgroups, and NNTP accounts *can* send email. We
6 should not force an email account when replying to_ml or
9 2010-09-19 [colin] 3.7.6cvs38
12 Revert previous commit (which breaks Reply to newsgroups)
14 2010-09-17 [pawel] 3.7.6cvs37
17 Respect reply_account_autosel when changing compose
18 account to email one while replying to NNTP post
20 2010-09-17 [wwp] 3.7.6cvs36
22 * doc/man/claws-mail.1
23 Update --compose documentation in `man claws-mail`.
25 2010-09-12 [pawel] 3.7.6cvs35
28 Add forgotten bit to previous commit,
29 select email account when replying to ML
31 2010-09-12 [pawel] 3.7.6cvs34
34 Fix bug #2247 "nntp reply-to-all broken?"
35 Make reply-to-all and reply-to-ml work as expected in
36 mailing list through NNTP case
38 2010-09-11 [pawel] 3.7.6cvs33
43 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
44 fixes build with GTK+ < 2.18
46 2010-09-10 [pawel] 3.7.6cvs32
51 Make Tab key switch between FolderView, MsgView and
52 SummaryView only, other widgets have/can have their own
55 2010-08-25 [colin] 3.7.6cvs31
62 Fix bug #2245, "base64 decoding fails with line breaks"
65 2010-08-25 [colin] 3.7.6cvs30
68 Fix bug #2241, "Empty trash on exit fails on scripted exit"
70 2010-08-23 [pawel] 3.7.6cvs29
76 Hide progressbar on statusbar when not needed
78 2010-08-17 [colin] 3.7.6cvs28
81 Fix previous patch (our own tmp dir is inside
84 2010-08-16 [colin] 3.7.6cvs27
87 Use temp dir to store logs in Windows. Avoids doing
88 get_rc_dir() early, which prevents set_rc_dir()
91 2010-07-31 [holger] 3.7.6cvs26
93 * src/gtk/gtkshruler.c
94 Yet more GdkGC to Cairo porting
96 2010-07-30 [holger] 3.7.6cvs25
99 More GdkGC to Cairo porting
101 2010-07-30 [holger] 3.7.6cvs24
103 * src/gtk/colorlabel.c
106 2010-07-29 [holger] 3.7.6cvs23
109 Replace some gdk drawing with cairo, as the former
110 is going towards deprecation.
112 2010-07-25 [colin] 3.7.6cvs22
115 And now for a real fix. g_list_remove() doesn't, of
116 course, free the data. But we have to have a solid
117 pointer to it in order to free it ourselves instead
118 of relying on the old freed list pointer.
119 Maybe that's the last patch on the subject now ? :)
121 2010-07-25 [colin] 3.7.6cvs21
124 Remove stupid and extraneous g_free() of elements
125 which have just been freed by g_list_remove(). (see
126 GList documentation). I don't know how it worked before
128 2010-07-25 [colin] 3.7.6cvs20
131 Reverse free/use with more logical and safe
132 use/free. Thanks to Michael Rasmussen !
134 2010-07-24 [colin] 3.7.6cvs19
136 * src/gtk/quicksearch.c
137 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
138 'freeze when using quick search'
140 2010-07-11 [iwkse] 3.7.6cvs18
142 * src/gtk/quicksearch.c
143 Add SMALL_LAYOUT to quicksearch_relayout
145 2010-07-10 [iwkse] 3.7.6cvs17
148 Remove forgotten variable from
149 the last bugfix #2224
151 2010-07-10 [colin] 3.7.6cvs16
154 * src/gtk/quicksearch.c
155 Clean fix for bug #2224: don't mess with GTK settings when
156 handling the layout ourselves is enough
158 2010-07-09 [iwkse] 3.7.6cvs15
162 Better fix for Bug #2224
164 2010-07-09 [iwkse] 3.7.6cvs14
168 Always use stock icons on buttons
170 2010-07-08 [colin] 3.7.6cvs13
173 Fix bug 2223, 'Compilation fails with GTK+
174 2.21.3'. Thanks to Jan Psota !
176 2010-06-29 [pawel] 3.7.6cvs12
179 Revert 3.7.5cvs41, it breaks templates that use %X
181 2010-06-23 [wwp] 3.7.6cvs11
183 * src/gtk/colorlabel.c
184 Silent up a warning by avoiding possible confusion
185 in logical expression evaluation, thanks to TuxCM.
187 2010-06-21 [iwkse] 3.7.6cvs10
189 * src/gtk/quicksearch.c
190 Do not add into quicksearch history
191 matching rules with bad syntax
193 2010-05-26 [holger] 3.7.6cvs9
197 Add function to select rows given a list of messages,
198 complementary to summary_get_selected_msg_list()
200 2010-05-22 [mir] 3.7.6cvs8
203 Fix bug 2208. Encode encrypted password to qouted
204 printable to avoid making invalid XML. Encoding
205 will be activated the first time the password is
208 2010-05-22 [paul] 3.7.6cvs7
210 * manual/advanced.xml
214 after using the compose margin for several days
215 I wanted the old style back - add a new hidden
216 pref 'show_compose_margin' to restore the old
217 behaviour (defaults to FALSE)
219 2010-05-14 [paul] 3.7.6cvs6
222 add a margin to the compose window text that matches
223 the margin in textview
225 2010-05-14 [colin] 3.7.6cvs5
227 * src/gtk/sslcertwindow.c
228 Fix dangling pointer. Thanks to Michael R!
230 2010-05-14 [colin] 3.7.6cvs4
232 * src/gtk/sslcertwindow.c
233 Fix bug 1993, 'Cannot send mail when SSL certificate is
234 expired but certificate check is skipped' and maybe
235 bug 2200, 'SSL is not working with POP3'
237 2010-05-14 [colin] 3.7.6cvs3
239 * src/plugins/pgpinline/pgpinline.c
240 Fix bug 2205, 'PGPInline: segfault on malformed mails'
242 2010-05-04 [iwkse] 3.7.6cvs2
244 * src/prefs_message.c
245 Get a generic name as 'Quotation' for
248 2010-05-04 [iwkse] 3.7.6cvs1
250 * src/prefs_message.c
255 Option for collapsing via double-click
257 2010-05-01 [paul] 3.7.6
263 2010-05-01 [paul] 3.7.5cvs55
265 * tools/claws.i18n.status.pl
268 2010-05-01 [paul] 3.7.5cvs54
271 add YUP, new Ukrainian translator
273 2010-04-30 [paul] 3.7.5cvs53
277 add Ukrainian translation, submitted by YUP
286 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
287 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
288 Tiago Faria, and Slavko
290 2010-04-26 [wwp] 3.7.5cvs52
295 2010-04-26 [mones] 3.7.5cvs51
300 2010-04-22 [pawel] 3.7.5cvs50
305 first NULL check pointer, then use it
307 2010-04-22 [colin] 3.7.5cvs49
310 Fix error message when session isn't established
312 Update translation and fix a typo in it
314 2010-04-15 [pawel] 3.7.5cvs48
316 * src/prefs_account.c
317 Fix Bug 2144 'When creating an account with IMAP4+SSL,
318 the port isn't configured properly'
319 When using SSL/TLS tunneling automatically use default
320 ports for encrypted connections: smtps, pop3s, imaps, nntps
322 2010-04-15 [pawel] 3.7.5cvs47
325 Fix crasher in actions using '%f' argument
326 on multiple files with external scripts which
327 don't return any output.
329 2010-04-14 [colin] 3.7.5cvs46
332 Fix hand cursor after error symbol appears
334 2010-04-12 [colin] 3.7.5cvs45
337 Fix bug 2162, 'configure check for libetpan
338 fails with libetpan 1.0'
341 2010-04-09 [mones] 3.7.5cvs44
343 * manual/de/glossary.xml
344 Fix encoding to match main document's
345 Also fixes make dist with Debian's openjade
347 2010-03-29 [pawel] 3.7.5cvs43
349 * src/matcher_parser.h
350 * src/matcher_parser_parse.y
351 * src/gtk/quicksearch.c
352 Disable matcher warnings when populating quicksearch
353 completion lists on startup
355 2010-03-27 [colin] 3.7.5cvs42
357 * src/gtk/quicksearch.c
358 Fix double-free later in code. Optimize
361 2010-03-27 [pawel] 3.7.5cvs41
364 Make sure that quote ends with new line char
366 2010-03-26 [pawel] 3.7.5cvs40
371 Fix Bug 1928 Add "reply to this address" pop menu
373 - Set composing account to email one when creating/replying
374 from NNTP folder by clicking link or choosing option
378 2010-03-25 [paul] 3.7.5cvs39
380 * src/gtk/gtkcmclist.c
381 Fix build with GTK+ 2.20
383 2010-03-24 [pawel] 3.7.5cvs38
388 * src/grouplistdialog.c
392 * src/prefs_account.c
393 * src/gtk/gtkcmclist.c
394 * src/gtk/gtkcmctree.c
395 * src/gtk/gtkcmoptionmenu.c
396 * src/gtk/gtksctree.c
397 * src/gtk/gtkshruler.c
400 * src/gtk/gtkvscrollbutton.c
401 * src/gtk/inputdialog.c
402 * src/gtk/spell_entry.c
403 * src/plugins/trayicon/trayicon.c
404 * src/plugins/trayicon/libeggtrayicon/Makefile.am
405 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
406 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
407 Fix build with GTK+ 2.19
409 2010-03-23 [pawel] 3.7.5cvs37
413 Respect view->show_col_headers option
414 * src/gtk/gtkcmctree.c
415 Fix GtkCmcTree column width calculation when it has
416 auto_resize set and new node is added
418 2010-03-22 [pawel] 3.7.5cvs36
420 * src/grouplistdialog.c
423 - remember newsgroups list dialog size
424 - respect use_dotted_lines hidden pref
425 - respect use_stripes_everywhere hidden pref
427 2010-03-21 [pawel] 3.7.5cvs35
430 Remove superfluous gtk_widget_show_all()
436 2010-03-21 [pawel] 3.7.5cvs34
439 * src/gtk/quicksearch.c
440 * src/gtk/quicksearch.h
441 Implement separate search phrase completion for
442 normal/extended quicksearch
444 2010-03-11 [paul] 3.7.5cvs33
447 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
448 submitted by Yuwei Yu
450 2010-03-09 [colin] 3.7.5cvs32
452 * manual/de/glossary.xml
455 2010-03-02 [colin] 3.7.5cvs31
457 * manual/de/glossary.xml
458 Sort alphabetically. Done by Volker Ribbert.
460 2010-03-02 [mones] 3.7.5cvs30
463 Fix mailing list archives location
464 Remove currently unavailable CVS webview
466 2010-03-01 [iwkse] 3.7.5cvs29
468 * src/common/plugin.c
469 Other indentation issues
471 2010-03-01 [iwkse] 3.7.5cvs28
473 * src/common/plugin.c
474 Fix indentation of the previous commit
476 2010-03-01 [iwkse] 3.7.5cvs27
478 * src/common/plugin.h
479 * src/common/plugin.c
480 Add API for getting a loaded Plugin from the
481 plugin's name, plugin_get_loaded_by_name (const gchar *name)
482 Thanks to Colin, Michael
484 2010-02-27 [colin] 3.7.5cvs26
490 * manual/de/Makefile.am
491 * manual/de/account.xml
493 * manual/de/addrbook.xml
494 * manual/de/advanced.xml
495 * manual/de/claws-mail-manual.xml
497 * manual/de/glossary.xml
499 * manual/de/handling.xml
500 * manual/de/intro.xml
501 * manual/de/keyboard.xml
502 * manual/de/plugins.xml
503 * manual/de/starting.xml
504 * manual/de/dist/.cvsignore
505 * manual/de/dist/Makefile.am
506 * manual/de/dist/html/.cvsignore
507 * manual/de/dist/html/Makefile.am
508 * manual/de/dist/pdf/.cvsignore
509 * manual/de/dist/pdf/Makefile.am
510 * manual/de/dist/ps/.cvsignore
511 * manual/de/dist/ps/Makefile.am
512 * manual/de/dist/txt/.cvsignore
513 * manual/de/dist/txt/Makefile.am
514 Add the german translation of the manual, done by
515 Volker Ribbert <thoraki@arcor.de>.
517 2010-02-27 [holger] 3.7.5cvs25
519 * src/prefs_toolbar.c
520 Don't make toolbar item description for
521 plugin registered items editable
523 2010-02-26 [colin] 3.7.5cvs24
526 Don't translate empty description
528 2010-02-22 [colin] 3.7.5cvs23
531 Don't make In-Reply-To visible when reediting
532 a draft or sent mail.
534 2010-02-20 [colin] 3.7.5cvs22
540 * src/etpan/imap-thread.c
541 * src/etpan/imap-thread.h
542 * src/etpan/nntp-thread.c
543 * src/etpan/nntp-thread.h
544 When going offline from NetworkManager, just
545 delete IMAP connections. That'll avoid timeouts
546 when coming back online in certain cases when
547 the TCP socket will have timed out.
549 2010-02-20 [holger] 3.7.5cvs21
554 2010-02-17 [ticho] 3.7.5cvs20
561 2010-02-16 [ticho] 3.7.5cvs19
566 Removed unused argument from summary_open_row().
568 2010-02-10 [pawel] 3.7.5cvs18
571 - fix headers filtering when prefs_common.trans_hdr is on
572 - fix headers setting when changing composing account
574 * src/prefs_template.c
575 Re-add template's name for translation
577 2010-02-10 [colin] 3.7.5cvs17
579 * src/prefs_matcher.c
580 Fix bug 2099, 'add List-Id in Configuration>Filtering>
581 Condition>Define>Header>Name combo box'. Patch by
584 2010-02-10 [colin] 3.7.5cvs16
594 Add the GB18030 Chinese charset, which is a superset
595 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
597 2010-02-09 [holger] 3.7.5cvs15
600 GTK+ 2.10 related cleanup
602 2010-02-09 [pawel] 3.7.5cvs14
604 * src/prefs_account.c
605 * src/prefs_folder_item.c
606 * src/prefs_template.c
608 Respect prefs_common.trans_hdr in couple more places to avoid
609 confusion with translated/non-translated header names
611 2010-02-09 [colin] 3.7.5cvs13
616 2010-02-09 [colin] 3.7.5cvs12
619 And fix 2.10 build :)
621 2010-02-09 [colin] 3.7.5cvs11
624 Bump up GTK+ requirement to 2.10
633 * src/prefs_actions.c
636 * src/prefs_ext_prog.c
637 * src/prefs_filtering_action.c
639 * src/prefs_image_viewer.c
640 * src/prefs_matcher.c
641 * src/prefs_msg_colors.c
642 * src/prefs_summaries.c
643 * src/prefs_template.c
649 * src/gtk/Makefile.am
651 * src/gtk/gtkcmclist.c
652 * src/gtk/gtkcmctree.c
654 * src/gtk/quicksearch.c
655 Remove all compile-time conditionals depending on
659 * src/gtk/gtksourceprintjob.c
660 * src/gtk/gtksourceprintjob.h
661 Remove libgnomeprint-based printing system (and
662 command-line-based printing system) as GTK+ 2.10
663 ships with print support.
665 2010-02-08 [mir] 3.7.5cvs10
668 Avoid displaying Bcc headers in message sent
669 to NNTP servers. Thanks to Henning Mersch.
672 2010-02-08 [pawel] 3.7.5cvs9
675 Make tooltips less cryptic
676 * src/gtk/description_window.c
677 Improve window size calculation
679 2010-02-08 [pawel] 3.7.5cvs8
686 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
687 Patch by Laurent Bigonville with slight modifications
689 2010-02-03 [pawel] 3.7.5cvs7
692 Add some libtool files to ignore
694 2010-02-03 [pawel] 3.7.5cvs6
696 * src/plugins/trayicon/trayicon.c
697 Save and then restore focus when closing/minimizing to tray
699 2010-02-03 [mir] 3.7.5cvs5
707 Save LDAP password encrypted. See bug 2113.
710 2010-02-03 [colin] 3.7.5cvs4
713 Fix again decoding of encrypted parts. The
714 reverting of the patch was wrong, as the
715 double-decoding was fixed in smime itself.
716 Thanks to Matthias Drochner again...
718 2010-02-02 [colin] 3.7.5cvs3
720 * src/plugins/smime/smime.c
722 Revert 3.7.4cvs2 and make a better patch for bug
723 2059 and 2076. Patch by Matthias Drochner
725 2010-01-31 [pawel] 3.7.5cvs2
728 Fix hungarian translator's name
730 2010-01-31 [pawel] 3.7.5cvs1
734 Fix Bug 2107 - Arrow keys don't work in message view window
736 2010-01-31 [paul] 3.7.5
743 2010-01-23 [pawel] 3.7.4cvs10
746 Fix button sensitivity in compose mode
748 2010-01-23 [pawel] 3.7.4cvs9
751 * tools/kdeservicemenu/install.sh
752 * tools/make.themes.project
753 * tools/nautilus2claws-mail.sh
754 * tools/popfile-link.sh
755 * tools/textviewer.sh
756 Not all systems have bash installed in /bin, use env(1) to find
759 2010-01-22 [pawel] 3.7.4cvs8
761 * src/prefs_account.c
762 * src/prefs_filtering.c
764 * src/gtk/colorlabel.c
765 Add some separators in combos
767 2010-01-22 [pawel] 3.7.4cvs7
770 --disable-aspell -> --disable-enchant
772 Fix options spacing in configure --help
774 Make wizard's window centered on the screen
776 2010-01-19 [holger] 3.7.4cvs6
780 Introduce folder_get_item_from_identifier().
781 In contrast to folder_find_item_from_identifier(), this
782 function recursively creates the FolderItems in the id path.
783 Useful for programmatically creating folders (e.g. by plugins)
785 2010-01-17 [pawel] 3.7.4cvs5
790 2010-01-16 [colin] 3.7.4cvs4
792 * src/plugins/pgpcore/sgpgme.c
793 Probably fix bug 2098, 'claws-mails crashes frequently
794 with pgpcore'. Fix double-free.
796 2010-01-16 [holger] 3.7.4cvs3
798 * src/prefs_toolbar.h
801 2010-01-15 [colin] 3.7.4cvs2
804 Decode mimeinfo before decrypting it. Probably
805 fixes bug 2059 'gpgme >=1.1.8 not compatible
806 with S/MIME encryption' and bug 2076 'having
807 worked 2 times properly CLAWS ceased to
808 decrypt incoming PGP mails -displays base64
809 instead - sucks completely'
810 Let's hope complete suckage ends here!
811 Thanks to Matthias Drochner.
813 2010-01-08 [paul] 3.7.4cvs1
815 * tools/claws.i18n.status.pl
818 2010-01-08 [paul] 3.7.4
825 2010-01-08 [paul] 3.7.3cvs57
839 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
840 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
841 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
844 2010-01-08 [paul] 3.7.3cvs56
847 fix bug 2089, 'URLs ending with an underscore ('_')
848 are not correctly parsed'. thanks to Johan
850 2010-01-05 [colin] 3.7.3cvs55
853 Update french translation
855 2010-01-04 [mones] 3.7.3cvs54
858 Update Spanish translation
860 2010-01-04 [mones] 3.7.3cvs53
864 * manual/es/claws-mail-manual.xml
865 * manual/es/intro.xml
866 * manual/es/plugins.xml
867 Synchronise with English version
869 2010-01-03 [paul] 3.7.3cvs52
874 update TEAM_LIST, fix encoding
876 2010-01-03 [mir] 3.7.3cvs51
879 When composing to a NNTP list TO: will always be preset
880 to the NNTP list unless user has chosen some other default
881 in which case we will handle this the normal way. Therefore
882 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
884 2010-01-01 [paul] 3.7.3cvs50
887 bump copyright year whilst it's in mind
889 2009-12-31 [paul] 3.7.3cvs49
891 * manual/claws-mail-manual.xml
894 fix links so that they make sense in the context of the
895 text version of the manual
897 2009-12-31 [paul] 3.7.3cvs48
901 updates, improvements, corrections, additions
903 2009-12-29 [pawel] 3.7.3cvs47
905 * src/prefs_filtering_action.c
906 Fix Bug 2082 'Wrong color rectangle position when replacing
907 "color" processing rule'
909 2009-12-29 [colin] 3.7.3cvs46
912 Fix bug 2074, 'Remember sending account
915 2009-12-20 [holger] 3.7.3cvs45
918 Delay CREATED_HOOKLIST invokation until
919 after the modifications to the compose window
920 are done, to allow hooks to further modify the
921 window without getting overridden again
923 2009-12-20 [holger] 3.7.3cvs44
925 * src/prefs_toolbar.h
928 2009-12-20 [holger] 3.7.3cvs43
930 * src/prefs_toolbar.c
931 * src/prefs_toolbar.h
933 Pass window struct to caller
935 2009-12-20 [holger] 3.7.3cvs42
939 Add hooklist after creation of a compose window
941 2009-12-19 [holger] 3.7.3cvs41
943 * src/prefs_toolbar.c
944 * src/prefs_toolbar.h
946 Allow plugins to choose to which toolbar they want
947 to add actions (main window, compose window, or message view)
949 2009-12-19 [paul] 3.7.3cvs40
952 fix statusbar in GTK+ 2.19.1
954 2009-12-10 [pawel] 3.7.3cvs39
957 Better fix for cvs28 regression
959 2009-12-10 [iwkse] 3.7.3cvs38
964 2009-12-10 [iwkse] 3.7.3cvs37
967 Add missing checks for gtkaspell: avoid
968 crashing in some cases when Enchant is
969 enabled but the spell checker is disabled
972 2009-12-09 [colin] 3.7.3cvs36
975 Fix leak and unchecked accesses.
977 2009-12-09 [mir] 3.7.3cvs35
980 Fix Bug 2072 "template at folder properties is not working"
983 2009-12-08 [pawel] 3.7.3cvs34
986 When 'Reply All' remove current compose address from
987 Cc/Bcc list - fix for regression introduced in cvs28
989 2009-12-05 [pawel] 3.7.3cvs33
992 Fix memory management, duh!
994 2009-12-04 [pawel] 3.7.3cvs32
997 Use case insensitive comparison in search for
1000 Refresh scrollbars on every window open
1002 2009-12-04 [pawel] 3.7.3cvs31
1005 Highlight misspelled words when applying template and
1006 check_while_typing option is on
1008 2009-12-03 [pawel] 3.7.3cvs30
1011 Highlight misspelled words in text inserted from file(s)
1012 or pasted to message body when check_while_typing
1015 2009-12-02 [pawel] 3.7.3cvs29
1018 Revert first part of previous commit
1020 2009-12-02 [pawel] 3.7.3cvs28
1023 Fix Bug 2055 "duplicate mailing list reply if
1024 List-Post + Reply-To present"
1025 - Ignore Reply-To if answering to ML
1026 - Improve parsing of List-Post header
1028 2009-12-02 [pawel] 3.7.3cvs27
1032 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1033 email had user in "From" and "CC"
1034 Don't allow duplicate addresses in compose window headers
1036 2009-12-02 [mones] 3.7.3cvs26
1039 * manual/es/intro.xml
1040 * manual/fr/intro.xml
1041 * manual/it/intro.xml
1042 * manual/pl/intro.xml
1043 Make URL to point current site
1045 2009-12-01 [holger] 3.7.3cvs25
1049 Introduce new drag type "claws-mail/msg-path-list" for
1050 drag'n'drop of a message selection from the summaryview
1051 into other applications. The drag data gets set to the
1052 folder-item-id followed by message ids, separated by newlines.
1053 This enables other applications to back-link to Claws Mail
1054 via a "claws-mail --select" call after they received a drop.
1056 2009-11-30 [mir] 3.7.3cvs24
1059 Place cursor in compose window according to provided input
1060 If to: is present place cursor in subject field and if both
1061 to: and subject: is present place cursor in body. If body: is
1062 present insert a new line after text and place cursor there.
1064 2009-11-27 [mones] 3.7.3cvs23
1066 * src/gtk/quicksearch.c
1067 Allow viewing longer expressions if there's space
1069 2009-11-25 [holger] 3.7.3cvs22
1072 * src/common/Makefile.am
1073 * src/common/utils.c
1074 * src/common/utils.h
1075 Add a function to query the
1076 filepath of the .desktop file
1078 2009-11-25 [colin] 3.7.3cvs21
1081 Fix bug 2063, 'glib assertion in GRelation use in
1084 2009-11-24 [pawel] 3.7.3cvs20
1086 * src/common/utils.c
1087 Fix Bug 2053 'Inconsistent application of Coloration
1089 Don't allow '<' character between quotation marks
1091 2009-11-21 [holger] 3.7.3cvs19
1094 Modify cairo clip handling in preview windows,
1095 to prevent print preview windows from being blank
1096 with GTK+ 2.18. Follow recommendation of the GTK+
1097 documentation (section "Migrating to client side windows")
1098 and create a new cairo context for each expose event.
1100 2009-11-19 [pawel] 3.7.3cvs18
1103 complete 3.7.3cvs15 so install is DESTDIR safe
1104 remove icons with changed names on uninstall
1106 2009-11-18 [pawel] 3.7.3cvs17
1109 remove unneeded and code-duplicating function
1111 2009-11-18 [pawel] 3.7.3cvs16
1114 Fix Bug 2057 'Claws mail does not keep renamed names
1115 of nntp-subscribed groups'
1116 Check for already subscribed group using item->path for group
1117 comparision as folders item->path != item->name may be truth
1118 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1120 2009-11-17 [pawel] 3.7.3cvs15
1123 Fix Bug 2049 'some icons not copied?'
1124 Install additional 64x64 and 128x128 icons
1126 2009-11-17 [holger] 3.7.3cvs14
1128 * src/prefs_toolbar.c
1129 * src/prefs_toolbar.h
1132 Allow plugins to register toolbar items
1134 2009-11-11 [pawel] 3.7.3cvs13
1140 Fix Bug 1867 Changing account does not change BCC address
1141 Set account specific headers when changing account
1144 2009-11-07 [colin] 3.7.3cvs12
1146 * src/gtk/prefswindow.c
1147 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1150 2009-11-07 [colin] 3.7.3cvs11
1152 * src/gtk/spell_entry.c
1153 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1154 Patch by Pawel Pekala
1156 2009-10-27 [colin] 3.7.3cvs10
1159 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1160 Don't try to check whether the folder is up-to-date if
1161 the folder class doesn't implement set_mtime, as we don't
1162 care in this case. This code exists since a long time, but
1163 the bug was triggered by more scanning of queue folders
1164 since recently (when we added \Deleted handling).
1166 2009-10-27 [colin] 3.7.3cvs9
1169 Try to fix registering as default client
1172 2009-10-21 [wwp] 3.7.3cvs8
1174 * src/common/utils.c
1175 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1177 2009-10-21 [wwp] 3.7.3cvs7
1179 * src/common/utils.c
1180 Don't core dump when attempting to insert a non-existing
1181 file using a mailto: uri (g_error does core dump).
1183 2009-10-20 [colin] 3.7.3cvs6
1185 * src/common/utils.c
1186 Don't g_error on normal warnings...
1188 2009-10-20 [colin] 3.7.3cvs5
1190 * src/plugins/pgpcore/sgpgme.c
1191 Fix bug 1996, 'S/MIME key not selected'
1192 Check for S/MIME certs too
1194 2009-10-20 [colin] 3.7.3cvs4
1196 * src/common/w32lib.h
1197 Fix win32 build on latest mingw32
1199 2009-10-20 [colin] 3.7.3cvs3
1204 Fix LDIF export. Patch by Michael Rasmussen
1206 2009-10-18 [paul] 3.7.3cvs2
1208 * tools/claws.i18n.status.pl
1209 increase the value of $transolddays since we're relasing less
1211 rework the en_GB.po hack so that en_GB is always 100% translated
1212 and recently updated
1214 2009-10-17 [paul] 3.7.3cvs1
1216 * src/prefs_account.c
1217 * src/prefs_compose_writing.c
1218 * src/prefs_receive.c
1219 * src/prefs_summaries.c
1220 * src/prefs_wrapping.c
1221 reword a few labels. (this incorporates everything
1222 that seemed worthwhile from bug 2020)
1223 * src/prefs_customheader.c
1224 use a 'Browse' button instead of button with
1225 label 'From file...'
1229 * CVS repository change
1231 2009-10-09 [paul[ 3.7.3
1233 version 3.7.3 unleashed!!
1235 2009-10-07 [paul] 3.7.2cvs49
1240 fix Bug 1994 - Changing colors required restart.
1241 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1242 more accurate folderview_reinit_fonts()
1244 2009-10-07 [paul] 3.7.2cvs48
1247 * src/prefs_common.c
1248 * src/prefs_common.h
1249 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
1250 patch by Pawel Pekala
1252 2009-10-07 [paul] 3.7.2cvs47
1260 updated by David Vachulka, Stephan Sachse and Marc Arens,
1261 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1264 2009-10-06 [colin] 3.7.2cvs46
1267 French translation update
1269 2009-10-05 [paul] 3.7.2cvs45
1272 enable Page Size and Orientation in the print dialog,
1273 GTK+ >= 2.18.x only. Patch by Mark__T
1275 2009-10-05 [paul] 3.7.2cvs44
1277 * src/prefs_summaries.c
1278 fix label, startup --> start-up, to match other uses of the
1281 2009-10-05 [paul] 3.7.2cvs43
1284 updated by Emilian Nowak
1286 2009-10-03 [colin] 3.7.2cvs42
1290 * src/gtk/gtkcmclist.c
1291 * src/gtk/gtkvscrollbutton.c
1292 * src/gtk/logwindow.c
1294 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1295 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1296 Fix warning at start
1298 2009-09-28 [colin] 3.7.2cvs41
1302 * src/prefs_folder_item.c
1303 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1305 2009-09-28 [colin] 3.7.2cvs40
1307 * src/prefs_summaries.c
1308 * src/gtk/sslcertwindow.c
1309 Fix bug 2006, 'Non-utf8 strftime(3) date strings
1310 shows up garbled in GUI'. Patch by Pawel Pekala
1312 2009-09-24 [iwkse] 3.7.2cvs39
1315 That's only for statistics, of course :)
1317 2009-09-24 [iwkse] 3.7.2cvs38
1322 2009-09-24 [iwkse] 3.7.2cvs37
1325 Revert unwanted change
1327 2009-09-24 [iwkse] 3.7.2cvs36
1330 Fix issue with filtering actions and
1333 2009-09-20 [mones] 3.7.2cvs35
1335 * tools/convert_mbox.pl
1336 Add -R flag to support recursive conversions
1337 of arbitrary Evolution mail folders, based on
1338 bash script by Daniel Dickinson (fixes debian
1340 * tools/popfile-link.sh
1341 Set required shell for script (fixes debian
1344 2009-09-16 [colin] 3.7.2cvs34
1347 Go grab files in /etc/skel if they exist
1350 2009-09-15 [colin] 3.7.2cvs33
1353 Complete 3.7.1cvs42: only output directly to
1354 final file if we get NULL byes at the start.
1355 Still fixes saving UTF16 files, but also
1356 fixes displaying Base64 parts with decoding
1357 errors (parts without errors get displayed)
1359 2009-09-14 [colin] 3.7.2cvs32
1363 * src/matcher_parser_parse.y
1364 * src/prefs_matcher.c
1365 Add 'has_attachment' and 'signed' matcher
1366 expressions. Patch by Aleksei Miheev, fixes
1369 2009-09-14 [colin] 3.7.2cvs31
1371 * src/common/utils.c
1372 Add "Re :" prefix from french Yahoo mail.
1373 Patch by Didier Barvaux, fixes bug 1999
1375 2009-09-10 [mones] 3.7.2cvs30
1377 * manual/plugins.xml
1378 Fix sites supported by SpamReport
1379 * manual/es/plugins.xml
1380 Synchronise Spanish manual
1382 2009-09-07 [holger] 3.7.2cvs29
1385 Also update the icon cache on uninstall.
1386 This prevents possible problems when Claws Mail was
1387 uninstalled and installed again into a different location,
1388 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1389 and the blog post linked therein
1391 2009-09-07 [paul] 3.7.2cvs28
1393 * src/prefs_toolbar.c
1394 when updating the main toolbar icons just update
1395 the main toolbar (and consequently fix a bug where
1396 folderview icons would disappear)
1398 2009-08-30 [holger] 3.7.2cvs27
1401 Do case-insensitive comparison against
1402 header names when extracting recipients
1405 2009-08-23 [colin] 3.7.2cvs26
1408 Probably fix RH bug 512024, " folder.c:3543
1409 Condition msglist != NULL failed"
1411 2009-08-23 [colin] 3.7.2cvs25
1413 * src/prefs_compose_writing.c
1414 Make the maximum size warning bigger. Patch
1415 by Didier Barvaux on bug 1986.
1417 2009-08-21 [colin] 3.7.2cvs24
1420 Previous commit: move the function into compose_insert_file
1421 so that it's also used on drag-n-drop
1423 2009-08-21 [colin] 3.7.2cvs23
1426 Fix scrolling when adding an header
1428 2009-08-21 [colin] 3.7.2cvs22
1431 * src/prefs_common.c
1432 * src/prefs_common.h
1433 * src/prefs_compose_writing.c
1434 * src/common/utils.c
1435 Fix bug 1986, "New feature: warn user when inserting
1436 a large file in the message body". Patch by Didier
1439 2009-08-21 [colin] 3.7.2cvs21
1443 * src/common/utils.c
1444 Fix bug 1984: Add R�f. : reply prefix (french
1445 Lotus Notes); patch by Didier Barvaux
1447 2009-08-21 [colin] 3.7.2cvs20
1451 Fix bug 1969, 'Bad guess for outgoing encoding'
1452 Make sure the specific converters (japanese in
1453 this case) can return success/error in strict
1454 mode, instead of silently failing back to
1457 2009-08-20 [holger] 3.7.2cvs19
1461 Make it possible for code outside
1462 compose (e.g. plugins) to attach files
1464 2009-08-20 [colin] 3.7.2cvs18
1467 Fix crash when accessing IMAP soon
1469 2009-08-18 [colin] 3.7.2cvs17
1472 Maybe fix crash on non-existent LDAP server
1474 2009-08-04 [colin] 3.7.2cvs16
1477 Fix toolbar's spacing that breaks dark
1478 themes (patch from http://blogs.igalia.com/aperez/
1479 2009/07/making-claws-mail-look-better/)
1481 2009-07-28 [colin] 3.7.2cvs15
1484 * src/addrcustomattr.c
1486 * src/addressbook_foldersel.c
1494 * src/editldap_basedn.c
1505 * src/prefs_actions.c
1506 * src/prefs_customheader.c
1507 * src/prefs_display_header.c
1508 * src/prefs_filtering.c
1509 * src/prefs_folder_column.c
1510 * src/prefs_matcher.c
1511 * src/prefs_summary_column.c
1512 * src/prefs_summary_open.c
1513 * src/prefs_template.c
1516 Fix bug 1950, 'Program freeze up during folder selection'
1517 Don't leave hidden windows modal
1519 2009-07-28 [colin] 3.7.2cvs14
1522 Fix bug 1957, 'LDAP errs out after searching too
1525 2009-07-28 [colin] 3.7.2cvs13
1528 Fix bug 1966, '"Collapse all threads" slower than
1529 "Expand all threads"'
1531 2009-07-28 [colin] 3.7.2cvs12
1533 * src/common/session.c
1534 Fix bug 1967, 'Claws gets stuck after accepting
1535 a certificate warning dialog'
1537 2009-07-19 [paul] 3.7.2cvs11
1539 * manual/plugins.xml
1540 a few small changes to the English
1542 2009-07-18 [mones] 3.7.2cvs10
1544 * manual/plugins.xml
1545 Add new bsfilter and fancy plugins to the docs
1546 and a note about dealing with plugins of the same class
1547 * src/prefs_account.c
1548 Fix extra space at the end typo
1550 2009-07-16 [colin] 3.7.2cvs9
1553 Fix wrong return without unlocking; thanks
1556 2009-07-14 [colin] 3.7.2cvs8
1559 Fix bug 1954, 'Segfault on reading wrong STATUS'
1561 2009-07-10 [colin] 3.7.2cvs7
1563 * src/plugins/pgpcore/plugin.def
1564 * src/common/utils.h
1567 2009-07-10 [colin] 3.7.2cvs6
1569 * src/prefs_display_header.c
1570 Fix bug 1951, 'C-Mail dumps core when editing
1571 displayed headers'. Patch by Alexey Rusakov
1573 2009-07-10 [colin] 3.7.2cvs5
1576 Fix bug 1952, 'Deleted mails in Queue folder
1579 2009-07-09 [colin] 3.7.2cvs4
1581 * src/gtk/spell_entry.c
1582 Fix bug 1949, 'Spell checker doesn't recognise
1583 certain word in Subject header, but does in
1584 message body'. Patch by Pawel Pekala.
1586 2009-07-09 [paul] 3.7.2cvs3
1589 use pkgconfig to check for the minimum required
1592 2009-07-06 [colin] 3.7.2cvs2
1594 * src/prefs_customheader.c
1597 2009-07-04 [paul] 3.7.2cvs1
1599 * tools/claws.i18n.status.pl
1602 2009-07-03 [paul] 3.7.2
1609 2009-07-03 [paul] 3.7.1cvs85
1616 added new translations by Tiago Faria and Slavko
1629 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
1630 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
1631 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
1632 Goncalves Guimaraes, Aleksei Miheev
1634 2009-07-01 [colin] 3.7.1cvs84
1636 * src/prefs_common.c
1637 Fix bug 1940, 'Doesn't open links in
1638 user's default browser'. Turn the preference
1639 to TRUE by default; that will only change the
1640 behaviour for new users.
1642 2009-06-29 [colin] 3.7.1cvs83
1646 * src/prefs_filtering_action.c
1647 Fix bug 1935, 'problems with very long filtering actions':
1648 Use a dynamic buffer in action to string, and a bigger
1649 buffer in string to action
1651 2009-06-29 [colin] 3.7.1cvs82
1653 * src/matcher_parser_lex.l
1654 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
1656 2009-06-29 [colin] 3.7.1cvs81
1661 Fix crash (out-of-bounds tree column)
1662 * src/gtk/gtkcmctree.c
1663 * src/gtk/gtksctree.c
1664 Prevent using an out-of-bounds tree column
1666 2009-06-29 [colin] 3.7.1cvs80
1670 Leak fixes; patch by Pawel Pekala.
1672 2009-06-26 [colin] 3.7.1cvs79
1675 Sort by msgnum if dates are equal
1677 2009-06-24 [paul] 3.7.1cvs78
1680 make some (forgotten) strings translatable
1682 2009-06-19 [colin] 3.7.1cvs77
1685 Fix menu sensitiveness
1687 2009-06-18 [colin] 3.7.1cvs76
1690 * src/plugins/pgpcore/sgpgme.c
1691 * src/plugins/pgpcore/sgpgme.h
1692 * src/plugins/pgpmime/mypgpcore.def
1693 * src/plugins/pgpmime/pgpmime.c
1694 * src/plugins/smime/mypgpcore.def
1695 * src/plugins/smime/smime.c
1696 Use largefile support (and stop using our old GPGME
1697 hack on gpgme_data_seek/rewind)
1698 (See 1.9.12cvs44 to 46 - if this breaks things we
1701 2009-06-13 [colin] 3.7.1cvs75
1703 * src/gtk/spell_entry.c
1704 Fix assertion. We can put a NULL gtkaspell to
1705 an entry; it just means it won't be spell-checked.
1707 2009-06-12 [mones] 3.7.1cvs74
1711 * src/prefs_account.c
1712 * src/prefs_account.h
1713 * src/common/utils.c
1714 * src/common/utils.h
1715 Added preference to use account address in generated
1716 Message-Id. Fixes Debian bug #531052
1718 2009-06-12 [colin] 3.7.1cvs73
1721 Better fix, API-compatible with libgnutls13
1723 2009-06-12 [colin] 3.7.1cvs72
1726 Use compatibility mode in GnuTLS, and avoid problems with
1727 servers that don't comply 100% with the spec, but still
1730 2009-06-06 [iwkse] 3.7.1cvs71
1733 Ops..revert a mix with another patch
1735 2009-06-06 [iwkse] 3.7.1cvs70
1738 A better fix for the previous commit's issue
1740 2009-06-06 [iwkse] 3.7.1cvs69
1743 Fix shutting down of Claws Mail while a GTK_Return keypress
1744 event is sent to the Attach property window
1746 2009-06-05 [colin] 3.7.1cvs68
1749 Fix build on GTK+ 2.6
1751 2009-06-03 [mones] 3.7.1cvs67
1753 * tools/make.themes.project
1754 Oops! fix header, sorry Paul ;-)
1756 2009-06-03 [mones] 3.7.1cvs66
1758 * tools/make.themes.project
1759 Add support for PNG themes and other
1760 fixes i don't remember now... :)
1762 2009-06-02 [colin] 3.7.1cvs65
1765 * src/prefs_template.c
1767 Fix error messages in templates, and fix their
1770 2009-05-22 [colin] 3.7.1cvs64
1775 2009-05-22 [colin] 3.7.1cvs63
1778 Fix phantom button behind entry when
1779 changing fields via Tools/Reply mode.
1781 2009-05-22 [colin] 3.7.1cvs62
1786 2009-05-21 [mones] 3.7.1cvs61
1790 Add button to empty header lines with one click
1792 2009-05-21 [paul] 3.7.1cvs60
1796 * src/plugins/trayicon/trayicon.c
1797 when quitting from the trayicon, honour
1798 prefs_common.clean_on_exit
1800 2009-05-21 [paul] 3.7.1cvs59
1802 * src/gtk/Makefile.am
1803 remove duplicate entry
1804 thanks to Charles A Edwards
1806 2009-05-19 [paul] 3.7.1cvs58
1808 * src/send_message.c
1809 clear progressbar in the statusbar on 'Cancel'
1811 2009-05-16 [colin] 3.7.1cvs57
1817 2009-05-16 [colin] 3.7.1cvs56
1820 Remove msgnum>0 condition for removing messages
1821 from caches. There's no such condition on add.
1822 Fixes bug 1913, 'Allow to remove phantom
1823 messages from the cache'; patch by Fabian
1824 Keil <fk at fabiankeil.de>
1826 2009-05-12 [holger] 3.7.1cvs55
1830 Introduce hook after showing of the message view
1832 2009-05-11 [colin] 3.7.1cvs54
1835 Fix bug 1872, 'A: Cc: CCi: selector should
1836 default on same as preceding contact'
1838 2009-05-10 [holger] 3.7.1cvs53
1842 Add a hook to make it possible for plugins to
1843 modify the address completion list
1845 2009-05-06 [paul] 3.7.1cvs52
1849 fix bug 1915, 'Mails signed with smime.p7s
1850 display both signed and attachment icon.'
1852 2009-05-05 [colin] 3.7.1cvs51
1854 * src/common/utils.c
1857 2009-05-05 [colin] 3.7.1cvs50
1859 * src/common/utils.c
1860 Fix bug 1895, '(imap) cache issues when cache dir is on a
1861 different mountpoint than tempdir'
1863 2009-05-04 [colin] 3.7.1cvs49
1866 Probably fix bug 1914, 'Crash reading
1867 corrupted tags file'
1869 2009-04-26 [paul] 3.7.1cvs48
1872 * src/gtk/gtkaspell.h
1873 fix bug 1904, 'build mechanism looks for
1874 'enchant.h' in a wrong place'
1876 2009-04-25 [paul] 3.7.1cvs47
1879 gah! fix coding style!
1881 2009-04-25 [paul] 3.7.1cvs46
1885 if building with GTK+ >= 2.16 use
1886 gtk_orientable_set_orientation() instead of now
1887 deprecated gtk_toolbar_set_orientation()
1889 2009-04-24 [colin] 3.7.1cvs45
1892 Ask before sending if an attached file has
1895 2009-04-19 [paul] 3.7.1cvs44
1897 * src/prefs_common.c
1898 * src/prefs_common.h
1900 save About window size.
1901 patch by Pawel Pekala
1903 2009-04-12 [paul] 3.7.1cvs43
1905 * tools/csv2addressbook.pl
1906 add extra CSV fields that are now appended
1907 by thunderbird (version 2.0.0.21)
1909 2009-04-08 [colin] 3.7.1cvs42
1912 fix saving (but not displaying) of UTF-16
1915 2009-04-08 [colin] 3.7.1cvs41
1917 * src/gtk/manage_window.c
1918 Disable transient windows on win32 - seems to
1919 fix most focusing issues
1921 2009-04-05 [colin] 3.7.1cvs40
1924 Don't ask whether we want to send deleted mails in queue
1925 folders; also, don't send deleted mails when flushing
1928 2009-04-04 [paul] 3.7.1cvs39
1934 * tools/claws.i18n.status.pl
1935 add new Indonesian translation, by
1938 2009-04-03 [paul] 3.7.1cvs38
1944 2009-04-03 [colin] 3.7.1cvs37
1948 Fix bug 1891, 'Add support for gopher:// links'
1949 Patch by Jacob Head <clawsmail at jacob-head.com>
1950 Let's go back to the roots!
1952 2009-04-03 [paul] 3.7.1cvs36
1957 2009-04-03 [paul] 3.7.1cvs35
1960 add AC_CONFIG_MACRO_DIR([m4])
1961 remove CLAWS_ACLOCAL_INCLUDE(m4)
1962 * m4/aclocal-include.m4
1963 removed this now unneeded file
1965 2009-04-02 [colin] 3.7.1cvs34
1967 * src/common/utils.h
1968 Fix previous (thanks to Marcus :)
1970 2009-04-02 [colin] 3.7.1cvs33
1972 * src/common/utils.h
1973 * src/etpan/etpan-thread-manager.c
1974 pipe() was a macro from GLib on win32 until
1975 glib 2.13.2. It's undefined after that.
1976 Thanks to Marcus Brinkmann for the heads-up!
1978 2009-03-31 [colin] 3.7.1cvs32
1980 * src/folder_item_prefs.c
1981 Copy folder settings with prefs
1983 2009-03-31 [colin] 3.7.1cvs31
1985 * src/prefs_account.c
1986 Don't use un-sensitive checkboxes in Privacy tab
1987 when privacy system in None (makes unchecking
1988 painful when no privacy plugin is loaded)
1990 2009-03-30 [colin] 3.7.1cvs30
1997 * src/prefs_account.c
1998 * src/prefs_account.h
2001 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2002 Add an option on the Receive page of IMAP account preferences:
2003 "Move deleted mails to trash and expunge immediately". This
2004 option defaults to TRUE to avoid changing the existing behaviour.
2005 Setting it to FALSE prevents automatic expunging.
2006 Also, add Tools/Expunge and View/Hide deleted messages menu items
2007 (View/Hide deleted message being a per-folder setting, and behaving,
2008 like View/Hide read messages).
2010 2009-03-30 [colin] 3.7.1cvs29
2013 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2014 ask for IMAP password when using GSSAPI auth
2016 2009-03-27 [colin] 3.7.1cvs28
2019 Fix cvs14, make sure we mark non-existent caches dirty
2020 (or they never get written)
2022 2009-03-27 [colin] 3.7.1cvs27
2025 Fix tag update when all tags are removed
2028 2009-03-25 [colin] 3.7.1cvs26
2031 Fix configure.ac, thanks to Pawel
2033 2009-03-25 [colin] 3.7.1cvs25
2036 * src/etpan/nntp-thread.c
2037 Fix header fetching (NG/To/Cc). Fixes
2038 bug 1883, 'Message processing fails to
2039 act on Newsgroups: field'
2041 2009-03-23 [colin] 3.7.1cvs24
2044 Fix internal headers visible in queue/sent
2046 2009-03-23 [colin] 3.7.1cvs23
2049 Fix check for RC (resource compiler) used
2050 on win32 (AC_LIBTOOL_RC used to call it
2051 implicitely but stopped)
2053 2009-03-19 [colin] 3.7.1cvs22
2056 Put spam button in default toolbar even if
2057 bogofilter and spamassassin are not built.
2058 Other anti-spam plugin could exist! :)
2059 * src/common/utils.c
2060 Fix exit status fetch on win32
2062 2009-03-18 [paul] 3.7.1cvs21
2064 * src/gtk/spell_entry.c
2065 fix "[BUG] Wrong word replaced in 'Subject:'
2066 when spell-checking correction used"
2067 Patch by Pawel Pekala
2069 2009-03-17 [colin] 3.7.1cvs20
2071 * src/common/utils.c
2072 Fix win32 build (from cvs12)
2074 2009-03-17 [colin] 3.7.1cvs19
2077 Fix bug 1735, 'Change To: and Newsgroups:
2078 recipient field according account type'
2081 2009-03-17 [colin] 3.7.1cvs18
2084 * src/prefs_common.c
2085 * src/prefs_common.h
2087 * src/common/prefs.c
2088 Add preference for fsyncing metadata
2090 2009-03-16 [paul] 3.7.1cvs17
2092 * src/prefs_customheader.c
2093 add forgotten #if HAVE_LIBCOMPFACE
2095 2009-03-16 [paul] 3.7.1cvs16
2097 * src/prefs_customheader.c
2098 put the (X-)Face preview image below the up/down
2099 buttons so they don't jump around.
2100 make the list reorderable by drag'n'drop
2102 2009-03-16 [colin] 3.7.1cvs15
2104 * src/prefs_customheader.c
2105 Add a (X-)Face preview. Patch by iwkse.
2107 2009-03-16 [colin] 3.7.1cvs14
2113 * src/common/prefs.c
2114 Add fsync calls to make sure we don't
2115 lose data on system crashes. (to do:
2116 add a pref to allow people choosing raw
2119 2009-03-15 [colin] 3.7.1cvs13
2121 * src/gtk/gtkaspell.c
2122 Fix empty menu when there are no
2123 suggestions (using the Spelling menu)
2125 2009-03-14 [colin] 3.7.1cvs12
2127 * src/common/utils.c
2128 Win32: fix subject prefix length
2130 2009-03-11 [mones] 3.7.1cvs11
2133 fix encoding declared in header
2134 update translation now we're at it
2136 2009-03-10 [colin] 3.7.1cvs10
2139 Fix "wrong mime" message printed out multiple
2142 2009-03-10 [colin] 3.7.1cvs9
2144 * src/prefs_folder_item.c
2147 2009-03-09 [paul] 3.7.1cvs8
2149 * src/prefs_folder_item.c
2150 * src/send_message.c
2151 fixes to english text
2153 2009-03-08 [paul] 3.7.1cvs7
2156 correct errors in header
2158 2009-03-08 [paul] 3.7.1cvs6
2164 * tools/claws.i18n.status.pl
2165 add Japanese translation, submitted by kazken3
2167 2009-03-07 [colin] 3.7.1cvs5
2170 Don't let the invalid MIME warning hide
2171 other noticeview (Partial receive or
2174 2009-03-07 [colin] 3.7.1cvs4
2179 2009-03-07 [colin] 3.7.1cvs3
2184 Handle mimeparts that lack an end boundary.
2185 They're invalid but it's too annoying for
2186 normal users to fix.
2188 2009-03-06 [wwp] 3.7.1cvs2
2191 * src/folder_item_prefs.c
2192 * src/folder_item_prefs.h
2193 * src/prefs_folder_item.c
2194 Add per-folder default cc, bcc and reply-to.
2196 2009-03-06 [colin] 3.7.1cvs1
2199 * src/gtk/gtksourceprintjob.c
2200 Fix build with old print interface
2202 2009-03-06 [paul] 3.7.1
2209 2009-03-06 [paul] 3.7.0cvs78
2220 updated by David Vachulka, Stephan Sachse, Flammie
2221 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2222 Frederico Goncalves Guimaraes, Lars Persson Fink,
2225 2009-03-03 [colin] 3.7.0cvs77
2227 * src/prefs_filtering.c
2228 Win32: Fix bug 1865, 'IMAP account name changes
2229 are not followed at filter actions'
2231 2009-03-02 [colin] 3.7.0cvs76
2234 Fix Launchpad bug 335571: 'claws-mail crashed
2235 with SIGSEGV in strlen() while deleting
2236 large amount of e-mails on IMAP account
2238 2009-02-27 [mones] 3.7.0cvs75
2240 * manual/es/account.xml
2242 * manual/es/addrbook.xml
2243 * manual/es/advanced.xml
2244 * manual/es/claws-mail-manual.xml
2246 * manual/es/glossary.xml
2248 * manual/es/handling.xml
2249 * manual/es/intro.xml
2250 * manual/es/keyboard.xml
2251 * manual/es/plugins.xml
2252 * manual/es/starting.xml
2253 Sync with English version, fix some typos
2254 Changed encoding to UTF-8
2256 Update for release, changed encoding to UTF-8
2258 2009-02-24 [colin] 3.7.0cvs74
2261 Don't print separation line if there
2264 2009-02-23 [cleroy] 3.7.0cvs73
2273 * src/addrduplicates.c
2276 * src/addressbook_foldersel.c
2284 * src/customheader.c
2286 * src/editaddress_other_attributes_ldap.c
2324 * src/prefs_account.c
2325 * src/prefs_actions.c
2326 * src/prefs_common.c
2327 * src/prefs_filtering.c
2328 * src/prefs_filtering_action.c
2329 * src/prefs_folder_column.c
2330 * src/prefs_folder_item.c
2332 * src/prefs_matcher.c
2335 * src/prefs_summaries.c
2336 * src/prefs_summary_column.c
2337 * src/prefs_template.c
2338 * src/prefs_themes.c
2339 * src/prefs_toolbar.c
2346 * src/remotefolder.c
2347 * src/send_message.c
2348 * src/sourcewindow.c
2350 * src/stock_pixmap.c
2351 * src/summary_search.c
2358 * src/common/base64.c
2359 * src/common/claws.c
2360 * src/common/hooks.c
2361 * src/common/plugin.c
2362 * src/common/prefs.c
2363 * src/common/session.c
2365 * src/common/socket.c
2366 * src/common/string_match.c
2367 * src/common/stringtable.c
2368 * src/common/utils.c
2369 * src/common/utils.h
2371 * src/common/xmlprops.c
2372 * src/gtk/colorlabel.c
2373 * src/gtk/combobox.c
2374 * src/gtk/foldersort.c
2375 * src/gtk/gtkaspell.c
2376 * src/gtk/gtkcmclist.c
2377 * src/gtk/gtkcmctree.c
2378 * src/gtk/gtkcmoptionmenu.c
2379 * src/gtk/gtksctree.c
2380 * src/gtk/gtkshruler.c
2381 * src/gtk/gtksourceprintjob.c
2382 * src/gtk/gtkutils.c
2383 * src/gtk/gtkvscrollbutton.c
2384 * src/gtk/logwindow.c
2386 * src/gtk/pluginwindow.c
2387 * src/gtk/prefswindow.c
2388 * src/gtk/quicksearch.c
2389 * src/gtk/spell_entry.c
2390 * src/plugins/pgpcore/select-keys.c
2391 * src/plugins/pgpinline/pgpinline.c
2392 * src/plugins/pgpmime/pgpmime.c
2393 * src/plugins/smime/smime.c
2394 * src/plugins/spamassassin/spamassassin_gtk.c
2395 Mass commit changing g_return_* to cm_return_*
2396 and making these more interesting
2398 2009-02-23 [colin] 3.7.0cvs72
2401 Always initialise error code to no error
2403 2009-02-23 [colin] 3.7.0cvs71
2406 Fix separator substitution
2408 2009-02-23 [colin] 3.7.0cvs70
2410 * src/stock_pixmap.c
2411 * src/gtk/colorlabel.c
2412 don't use g_return on normal checks
2414 2009-02-22 [colin] 3.7.0cvs69
2420 2009-02-22 [colin] 3.7.0cvs68
2422 * src/addrduplicates.c
2438 * src/prefs_common.c
2439 * src/prefs_filtering.c
2450 * src/common/socket.c
2451 * src/common/template.c
2452 * src/etpan/imap-thread.c
2453 * src/gtk/gtkaspell.c
2454 * src/gtk/gtkcmctree.c
2455 * src/gtk/gtksctree.c
2456 * src/gtk/inputdialog.c
2457 * src/plugins/pgpcore/sgpgme.c
2458 * src/plugins/pgpmime/pgpmime.c
2459 * src/plugins/smime/smime.c
2460 * src/plugins/spamassassin/spamassassin.c
2461 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2462 uninitialised accesses
2464 2009-02-17 [colin] 3.7.0cvs67
2467 Disable controls during queuing
2469 2009-02-15 [colin] 3.7.0cvs66
2472 * src/plugins/pgpcore/select-keys.c
2473 * src/plugins/pgpcore/sgpgme.c
2474 Disable use of disabled keys
2476 2009-02-15 [colin] 3.7.0cvs65
2480 Fix font updating after changing
2481 prefs_common.derive_from_normal_font
2483 2009-02-12 [paul] 3.7.0cvs64
2489 * src/common/version.h.in
2493 more copyright header fixes
2495 2009-02-12 [paul] 3.7.0cvs63
2497 * src/gtk/progressdialog.c
2498 * src/gtk/progressdialog.h
2499 fix copyright header
2501 2009-02-12 [paul] 3.7.0cvs62
2503 * src/gtk/spell_entry.c
2504 * src/gtk/spell_entry.h
2505 better, more standard copyright header
2507 2009-02-12 [paul] 3.7.0cvs61
2509 * src/gtk/spell_entry.c
2510 * src/gtk/spell_entry.h
2511 changes to copyright header
2513 2009-02-12 [paul] 3.7.0cvs60
2515 * src/gtk/spell_entry.c
2516 * src/gtk/spell_entry.h
2519 2009-02-11 [colin] 3.7.0cvs59
2521 * src/gtk/spell_entry.c
2522 * src/gtk/spell_entry.h
2525 2009-02-11 [colin] 3.7.0cvs58
2528 * src/gtk/Makefile.am
2529 * src/gtk/gtkaspell.c
2530 * src/gtk/gtkaspell.h
2531 Add spellcheck to subject. Patch by
2534 2009-02-10 [holger] 3.7.0cvs57
2538 Move filename define for printing page setup cache to defs.h
2540 2009-02-08 [mones] 3.7.0cvs56
2543 Fix build for bison 2.4.1
2545 2009-02-06 [holger] 3.7.0cvs55
2547 * src/prefs_common.c
2548 * src/prefs_common.h
2550 Fix restoring of custom page setups for printing by
2551 temporarily caching the settings.
2552 This is a workaround for Gnome Bug #39018, and fixes
2553 Claws Mail Bug #1840.
2555 2009-02-06 [colin] 3.7.0cvs54
2558 Fix hardcoded Shift-Q quits. Fixes
2559 bug 1838, 'Claws-Mail sometimes quits
2560 when attempting to type a capital Q'
2562 2009-01-31 [paul] 3.7.0cvs53
2565 revert 3.7.0cvs49, until there is time to find out
2566 why it causes a nasty crash!
2568 2009-01-31 [paul] 3.7.0cvs52
2571 1 string that was forgotten for translation
2573 2009-01-31 [paul] 3.7.0cvs51
2576 2 strings that were forgotten for translation
2578 2009-01-31 [paul] 3.7.0cvs50
2580 * src/gtk/prefswindow.c
2581 build prefs tree in a slightly smarter way -
2582 fix bug where if path[0] had same name as
2583 path[1], (like in the de translation), path[1]
2584 was lost and not shown in the window
2586 2009-01-31 [paul] 3.7.0cvs49
2589 fix bug 1836, 'Quoted text still blue after
2590 removal of quote-character'
2591 comment out some debug_print's that needlessly
2594 comment out a debug_print that needlessly slows
2597 2009-01-31 [paul] 3.7.0cvs48
2600 fix bug 1834, '"semi"-selection when collapsing thread'
2602 2009-01-31 [paul] 3.7.0cvs47
2604 * src/prefs_compose_writing.c
2605 * src/prefs_message.c
2606 move 'quote_chars' pref to where it should be
2608 2009-01-30 [paul] 3.7.0cvs46
2611 fix updating of popup menu sensitivity
2613 2009-01-28 [paul] 3.7.0cvs45
2615 * tools/filter_conv_new.pl
2616 move 'move' and 'delete' to end of @actions
2617 so that they are always final actions in the
2618 generated filtering rule
2620 2009-01-27 [paul] 3.7.0cvs44
2623 always select text/calendar mimepart if suitable
2624 plugin (i.e. vCalendar) is available
2626 2009-01-27 [paul] 3.7.0cvs43
2629 fix crash when right-clicking in summaryview when
2630 processing is active
2632 2009-01-22 [colin] 3.7.0cvs42
2637 When replying to signed/encrypted mail and the
2638 preference to sign/encrypt in this case is set,
2639 choose the original mail's privacy system (if
2642 2009-01-21 [colin] 3.7.0cvs41
2645 Fix warning (on-the-fly theming of
2646 addressbook isn't complete yet)
2648 2009-01-21 [colin] 3.7.0cvs40
2652 Win32: Fix window placement
2654 2009-01-21 [paul] 3.7.0cvs39
2657 update timeout log msg
2659 2009-01-17 [colin] 3.7.0cvs38
2664 * src/common/utils.c
2665 * src/etpan/imap-thread.c
2666 Fix g_open calls (which don't ignore mode)
2668 2009-01-17 [colin] 3.7.0cvs37
2677 * src/common/ssl_certificate.c
2679 * src/common/utils.c
2680 * src/etpan/imap-thread.c
2681 * src/plugins/bogofilter/bogofilter.c
2682 * src/plugins/pgpinline/pgpinline.c
2683 * src/plugins/smime/smime.c
2684 Probably fix bug 1825, 'Unable to fetch messages from
2685 IMAP folders named with non-ASCII string'
2686 Change remaining occurences of fopen and open with
2689 2009-01-17 [paul] 3.7.0cvs36
2692 update an old, outdated piece of info
2694 2009-01-17 [paul] 3.7.0cvs35
2696 * src/prefs_folder_item.c
2697 fix bug where saving Folder Properties of a
2698 sub-folder of outbox, queue, draft or trash
2699 would change its parent's folder type to normal
2701 2009-01-12 [mones] 3.7.0cvs34
2706 2009-01-12 [wwp] 3.7.0cvs33
2709 * tools/popfile-link.sh
2710 * tools/textviewer.sh
2711 Fix bashisms and other portability glitches (thanks to
2712 Steven M. Bellovin).
2714 2009-01-11 [paul] 3.7.0cvs32
2717 clean up some build warnings
2719 2009-01-11 [colin] 3.7.0cvs31
2722 Revert part of patch 3.7.0cvs29
2723 This function is used when jpilot
2726 2009-01-11 [colin] 3.7.0cvs30
2729 folder_find_child_item_by_name():
2730 actually use name, not path's basename
2732 2009-01-11 [paul] 3.7.0cvs29
2739 * src/prefs_folder_item.c
2740 clean up some build warnings
2742 2009-01-11 [paul] 3.7.0cvs28
2745 don't even mention printing support, assume its
2746 presence, unless building with GTK+ < 2.10.0
2748 2009-01-10 [colin] 3.7.0cvs27
2751 Fix bug 1811, '[mime] Crash when there's no
2752 room for filename's start on the same line'
2753 When the mimetype of the attachment is very
2754 long, there's no room at all to start the
2755 name=... parameter on the same line. This
2756 caused an infinite loop as 0 characters of
2757 the filename could be appended.
2758 In such cases, insert linebreak before the
2761 2009-01-09 [colin] 3.7.0cvs26
2765 * src/common/utils.c
2766 Win32: Fix bug 1815, 'Drag-n-Drop of files on
2767 Compose Window does not attach'
2769 2009-01-09 [colin] 3.7.0cvs25
2772 Fix bug 1817, 'Changing Themes does not
2773 update the pixmaps in "Select folder"
2776 2009-01-09 [colin] 3.7.0cvs24
2779 Win32: Fix bug 1816, 'Attaching files with
2780 command-line generates error after attaching'
2782 2009-01-09 [paul] 3.7.0cvs23
2785 forgot this '2009' in last commit
2787 2009-01-09 [paul] 3.7.0cvs22
2791 update copyright headers
2793 2009-01-09 [paul] 3.7.0cvs21
2795 * doc/man/claws-mail.1
2798 2009-01-09 [colin] 3.7.0cvs20
2801 Fix bug 1814, 'Windows' WM badly places
2804 2009-01-09 [colin] 3.7.0cvs19
2806 * src/prefs_themes.c
2807 * src/stock_pixmap.c
2808 * src/stock_pixmap.h
2809 * src/common/utils.c
2810 * src/common/utils.h
2811 Win32: Fix bug 1813, 'Installing Theme Creates Error'
2813 2009-01-08 [colin] 3.7.0cvs18
2816 Win32: Fix bug 1810, 'Pressing 'o' key
2819 2009-01-07 [colin] 3.7.0cvs17
2822 Fix bug 1432, '& not escaped in links (HTML
2825 2009-01-06 [colin] 3.7.0cvs16
2827 * src/plugins/pgpcore/select-keys.c
2828 Warn translators the usual way about
2831 2009-01-06 [colin] 3.7.0cvs15
2834 Fix synchronisation dialog that shouldn't
2835 appear when network goes down (Network
2839 Fix save as when attach_save_dir isn't set
2840 fixes bug 1804, 'attach_save_directory does
2841 not default to $HOME'
2842 * src/plugins/pgpcore/select-keys.c
2843 Add mnemonics to buttons - warn translators!
2845 2009-01-06 [wwp] 3.7.0cvs14
2847 * src/common/utils.c
2848 Fix cvs13, thanks to Colin.
2850 2009-01-06 [wwp] 3.7.0cvs13
2852 * src/common/utils.c
2853 Better support for Spanish Outlook replies (RES).
2855 2009-01-02 [colin] 3.7.0cvs12
2858 Fix (+) sign after collapsed folder names that
2859 have quicksearch-matching children.
2860 Fixes bug 1506, 'Recursive search in collapsed
2863 2009-01-02 [colin] 3.7.0cvs11
2865 * src/stock_pixmap.c
2866 * src/stock_pixmap.h
2867 Remove now-unused stock_pixmap_gdk
2869 2009-01-02 [colin] 3.7.0cvs10
2871 * src/gtk/gtkutils.c
2872 * src/pixmaps/claws-mail_icon.xpm
2873 Use pixbuf for app icon, and make the app icon
2876 2009-01-02 [colin] 3.7.0cvs9
2879 Show both link title and URI if possible
2881 2009-01-02 [colin] 3.7.0cvs8
2885 * src/addressbook_foldersel.c
2888 * src/grouplistdialog.c
2892 * src/gtk/gtkcmclist.c
2893 * src/gtk/gtkcmclist.h
2894 * src/gtk/gtkcmctree.c
2895 * src/gtk/gtkcmctree.h
2896 * src/gtk/gtksctree.c
2897 * src/gtk/gtksctree.h
2898 Implement pixbuf rendering in tree widgets
2900 * src/plugins/trayicon/trayicon.c
2902 * src/prefs_themes.c
2903 Use pixbuf rendering here too
2905 2008-12-30 [paul] 3.7.0cvs7
2908 no need to prematurely trim the uri in the statusbar
2910 2008-12-29 [paul] 3.7.0cvs6
2913 prefer List-Id header to X-* headers when creating
2914 filter rule automatically
2916 2008-12-28 [colin] 3.7.0cvs5
2919 Set minimum height to 440 instead of 480
2921 2008-12-22 [colin] 3.7.0cvs4
2924 Fix bug 1799, '"Discard message" deletes manually
2925 saved draft'. Switch rmode to REEDIT after
2928 2008-12-21 [paul] 3.7.0cvs3
2930 * tools/claws.i18n.status.pl
2933 2008-12-21 [paul] 3.7.0cvs2
2939 2008-12-21 [paul] 3.7.0cvs1
2945 2008-12-19 [paul] 3.7.0
2952 2008-12-19 [paul] 3.6.1cvs80
2955 remove unmaintained sk and sr from ALL_LINGUAS
2956 add newly maintained cs to ALL_LINGUAS
2967 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
2968 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
2969 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
2972 2008-12-16 [colin] 3.6.1cvs79
2974 * src/plugins/pgpcore/sgpgme.c
2977 2008-12-15 [colin] 3.6.1cvs78
2982 * src/plugins/pgpcore/sgpgme.c
2983 * src/plugins/pgpcore/sgpgme.h
2984 * src/plugins/pgpinline/pgpinline.c
2985 * src/plugins/pgpmime/pgpmime.c
2986 * src/plugins/smime/smime.c
2987 Fix bug 1796, 'PGP/MIME setting: "select key by your
2988 email address" doesn't work'. Use custom from address
2991 2008-12-15 [colin] 3.6.1cvs77
2993 * src/common/utils.c
2994 Fix bug 1746, 'Makes a mailto link from several
2997 2008-12-15 [paul] 3.6.1cvs76
2999 * m4/spamassassin.m4
3000 fix warnings thrown up by autoconf-2.63
3002 2008-12-13 [colin] 3.6.1cvs75
3007 * src/common/utils.c
3008 * src/common/utils.h
3010 Finish previous patch
3012 2008-12-13 [colin] 3.6.1cvs74
3015 Only install certs on windows
3017 2008-12-13 [colin] 3.6.1cvs73
3020 * tools/ca-certificates.crt
3021 * src/common/Makefile.am
3023 First try to ship SSL certificates in Windows
3026 2008-12-12 [colin] 3.6.1cvs72
3029 * src/plugins/pgpinline/claws.def
3032 2008-12-12 [paul] 3.6.1cvs71
3036 * src/partial_download.c
3038 * src/common/claws.c
3039 * src/common/prefs.c
3040 * src/common/utils.c
3041 win32: fix unlinking, renaming and bug with
3045 2008-12-11 [colin] 3.6.1cvs70
3048 * manual/fr/advanced.xml
3049 Update french translations
3051 2008-12-10 [colin] 3.6.1cvs69
3054 Correct bug submission guidelines
3056 2008-12-10 [colin] 3.6.1cvs68
3058 * src/plugins/pgpcore/pgp_viewer.c
3059 Fix bug 1736, 'Key import does not work'
3060 Kill the correct pid (and not the parent
3061 shell), and increase the timeout a bit.
3063 2008-12-09 [paul] 3.6.1cvs67
3066 ensure that any stray noticeview buttons are hidden,
3067 as clicking them causes segfaults!
3069 2008-12-09 [colin] 3.6.1cvs66
3073 * src/folder_item_prefs.h
3074 * src/prefs_common.c
3075 * src/prefs_common.h
3077 Fix bug 1792, '"Save Message to" should
3078 retain list of recently selected folders'
3079 Also, make Enchant-related prefs stick
3080 even if the build doesn't enable enchant
3082 2008-12-09 [paul] 3.6.1cvs65
3085 fix bug 1787, 'Prevent automatic PGP inline
3086 decryption attempts' use the noticeview to display
3087 decryption failure messages instead of the irritating
3090 2008-12-09 [colin] 3.6.1cvs64
3092 * src/prefs_filtering.c
3093 Fix bug 1789, 'filtering account selection
3094 (regression)'. Filtering on sending-only
3095 accounts can be a little useful when using
3096 filtering via Tools menu.
3098 2008-12-07 [paul] 3.6.1cvs63
3100 * src/prefs_actions.c
3101 don't auto-select first entry (same as other
3103 * src/gtk/pluginwindow.c
3104 these parents don't have children so don't look
3107 2008-12-07 [paul] 3.6.1cvs62
3109 * src/prefs_account.c
3110 * src/gtk/pluginwindow.c
3111 * src/gtk/prefswindow.c
3112 * src/gtk/prefswindow.h
3113 auto-select first page
3115 2008-12-05 [colin] 3.6.1cvs61
3119 Fix bug 1788, 'CM crashes re-encoding
3120 encoded parameters' (introduced in cvs40)
3122 2008-12-05 [paul] 3.6.1cvs60
3124 * src/prefs_common.h
3125 remove gpg prefs that are no longer needed here
3127 2008-12-03 [colin] 3.6.1cvs59
3130 Speed up cache reading (about 10% gain)
3132 * src/gtk/gtksctree.c
3133 Speed up expand/collapse all threads
3136 2008-12-03 [paul] 3.6.1cvs58
3139 eradicate gcc4's signedness warnings
3140 fix building with gnuTLS on (Open)Solaris
3142 2008-12-01 [colin] 3.6.1cvs57
3144 * src/gtk/gtkcmclist.c
3147 2008-12-01 [colin] 3.6.1cvs56
3149 * src/plugins/pgpinline/pgpinline.c
3150 Fix bug 1779, 'PGP Inline badly handles
3151 multipart'. Properly dump the current part
3152 instead of running around with scissors
3154 2008-11-30 [paul] 3.6.1cvs55
3156 * manual/advanced.xml
3157 * manual/plugins.xml
3158 * src/prefs_toolbar.c
3159 remove the verb from the page title and
3160 update references in the manual
3162 2008-11-30 [paul] 3.6.1cvs54
3165 move Other/ page to Other/Miscellaneous
3166 * src/gtk/prefswindow.c
3167 make parent page unselectable
3169 2008-11-29 [paul] 3.6.1cvs53
3172 add the new 'primary_paste_unselects' hidden
3173 option, add missing 'log_[...]_color' options,
3174 and reformat the text
3175 * manual/advanced.xml
3176 add the new 'primary_paste_unselects' hidden
3177 option, add missing 'log_[...]_color' options
3179 2008-11-28 [colin] 3.6.1cvs52
3184 2008-11-28 [colin] 3.6.1cvs51
3189 2008-11-28 [colin] 3.6.1cvs50
3192 Fix account selection in Mailing list
3195 2008-11-28 [paul] 3.6.1cvs49
3198 automatically remove obsolete strings
3200 2008-11-28 [colin] 3.6.1cvs48
3202 * src/plugins/pgpcore/sgpgme.c
3203 Fix error message when key isn't available.
3205 2008-11-27 [colin] 3.6.1cvs47
3211 2008-11-26 [colin] 3.6.1cvs46
3216 2008-11-26 [colin] 3.6.1cvs45
3218 * src/plugins/pgpcore/select-keys.c
3219 * src/plugins/pgpcore/sgpgme.c
3220 Fix bug 1591, 'S/MIME: better key
3221 handling/selection dialog'
3222 Really ignore revoked/expired keys
3224 2008-11-26 [colin] 3.6.1cvs44
3227 * src/common/claws.c
3229 Make sure libgcrypt's threading is initialised
3230 before gnutls. See also old bug 1539.
3232 2008-11-26 [colin] 3.6.1cvs43
3236 * src/etpan/imap-thread.c
3237 Fix possible crashes due to clist_begin()
3238 not checking for NULLs (it should!)
3240 2008-11-25 [colin] 3.6.1cvs42
3243 Fix line length in MIME parameters
3245 2008-11-22 [paul] 3.6.1cvs41
3248 grab Return key press in attachments Properties
3251 2008-11-21 [colin] 3.6.1cvs40
3255 Fix bug 1776, 'use encoded name parameters
3256 for attachments instead of ascii'.
3257 Break the RFC 2047 by using B-encoded
3258 filename parameter, like everyone does,
3259 following advice from the RFC author.
3261 2008-11-21 [colin] 3.6.1cvs39
3263 * src/common/socket.c
3264 Rehandshake if server asks to
3266 2008-11-21 [colin] 3.6.1cvs38
3270 * src/common/session.h
3272 Move conditional-compilation members to
3275 2008-11-19 [wwp] 3.6.1cvs37
3277 * src/prefs_actions.c
3278 Fixed wrong behaviour when pressing Escape (was not cancelling
3281 2008-11-19 [wwp] 3.6.1cvs36
3287 * src/prefs_actions.c
3288 * src/prefs_filtering_action.c
3292 * src/common/utils.c
3293 Replace occurrences of "command line" with "command-line" everywhere.
3294 Enforce code style (mostly indentation) in prefs_actions.c.
3296 2008-11-19 [colin] 3.6.1cvs35
3299 * src/prefs_common.c
3300 * src/prefs_common.h
3301 Add primary_paste_unselects hidden preference
3302 to change how middle-click pasting changes
3303 the selection and insert point; defaults to
3306 2008-11-19 [colin] 3.6.1cvs34
3309 Always give focus to summaryview, even if
3310 the folder is empty, in small screen layout.
3311 Allows to go back to folderlist using the
3314 2008-11-18 [colin] 3.6.1cvs33
3317 Put back conditional at the end of struct
3319 2008-11-18 [colin] 3.6.1cvs32
3322 * src/common/w32_reg.c
3323 Fix crash on win32 when browsing to a
3326 2008-11-15 [colin] 3.6.1cvs31
3329 After a mid-click paste, deselect selection
3330 and go to end of paste.
3332 2008-11-15 [colin] 3.6.1cvs30
3335 Auto-save draft after external editor quits
3337 2008-11-15 [colin] 3.6.1cvs29
3339 * src/plugins/pgpcore/sgpgme.c
3340 Fix wrong error display, thanks to
3343 2008-11-14 [colin] 3.6.1cvs28
3345 * src/prefs_actions.c
3346 Comment out bogus (IMO) warning
3348 2008-11-14 [colin] 3.6.1cvs27
3355 Share summaryview's context menu actions with
3356 the equivalent menu items of the main menu;
3357 this allows to share accelerators and de-
3360 2008-11-14 [colin] 3.6.1cvs26
3362 * src/plugins/pgpcore/sgpgme.c
3363 Fix bug 1768, 'claws-mail crashes while
3364 checking smime bad signature'
3366 2008-11-13 [colin] 3.6.1cvs25
3370 Fix redefinition of PREFSBUFSIZE
3372 2008-11-13 [wwp] 3.6.1cvs24
3374 * tools/popfile-link.sh
3375 Add support for reusing existing POPFile session ID.
3377 2008-11-12 [colin] 3.6.1cvs23
3380 Fix bug 1771, 'Folder template gets
3381 truncated when exiting the application'
3382 Use a 32k buffer for string preferences
3384 2008-11-11 [colin] 3.6.1cvs22
3387 Fix "display sender using addressbook" when
3388 prefs_common.swap_from is in use. Patch by
3391 2008-11-11 [colin] 3.6.1cvs21
3396 Make a few functions static
3398 2008-11-07 [colin] 3.6.1cvs20
3402 Fix crash when rebuilding colorlabel
3406 * src/prefs_account.c
3407 * src/prefs_compose_writing.c
3408 * src/prefs_logging.c
3409 * src/prefs_message.c
3411 * src/prefs_receive.c
3412 * src/prefs_summaries.c
3413 * src/prefs_wrapping.c
3414 * src/plugins/bogofilter/bogofilter_gtk.c
3415 * src/plugins/pgpcore/prefs_gpg.c
3416 * src/plugins/spamassassin/spamassassin_gtk.c
3417 Fix deprecated use of page_size in
3418 gtkspinbutton adjustments
3420 2008-11-06 [mones] 3.6.1cvs19
3423 Fix missing "About" in Help menu
3424 * tools/claws.i18n.status.pl
3427 2008-11-05 [colin] 3.6.1cvs18
3432 * src/common/socket.c
3433 * src/common/socket.h
3434 * src/gtk/gtkutils.c
3435 * src/gtk/gtkutils.h
3436 w32: Implement single launch (lock
3437 socket); always put debug log to
3438 the rc_dir; fix Start menu update
3439 after registering as default Mail
3442 2008-11-05 [colin] 3.6.1cvs17
3445 Setting the Mail start menu item in HKCU
3446 confuses the Internet Options dialog. Do
3447 it in HKLM as this dialog does.
3449 2008-11-04 [colin] 3.6.1cvs16
3451 * src/common/w32_reg.c
3454 2008-11-04 [colin] 3.6.1cvs15
3457 w32: Fix getting content-type
3459 * src/prefs_common.c
3460 * src/prefs_common.h
3461 * src/prefs_ext_prog.c
3463 w32: better integration (use the
3464 standard file associations instead
3465 of our platform-unadapted open
3468 * src/common/utils.c
3469 * src/common/w32_reg.c
3470 * src/common/w32lib.h
3471 w32: better integration (allow
3472 setting Claws as default MUA)
3474 2008-11-01 [colin] 3.6.1cvs14
3477 Fix wrongly converted non-ascii characters
3478 when locale's charset is US-ASCII (strict-mode
3479 was failing in this case)
3481 2008-10-30 [colin] 3.6.1cvs13
3487 Use one UI Manager per mimeview, instead of
3488 the global one -- else user_data pointer gets
3489 broken if opening and closing another message-
3490 view, then using right-click on a mimeview's
3491 mimepart. Probably fixes bug 1711, 'Save-as
3494 2008-10-24 [paul] 3.6.1cvs12
3497 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
3498 * tools/kdeservicemenu/install.sh
3499 another, possibly the final?, attempt on getting this
3502 2008-10-24 [paul] 3.6.1cvs11
3504 * tools/kdeservicemenu/install.sh
3505 fix servicemenu installation directory on kde4
3507 2008-10-24 [paul] 3.6.1cvs10
3509 * tools/kdeservicemenu/README
3510 * tools/kdeservicemenu/install.sh
3511 add support for kde4 in addition to kde3.
3512 a rework involving checking for kde4-config, then
3513 kde-config, finally prompting the user for the
3514 location of either if they cannot be found
3517 2008-10-18 [paul] 3.6.1cvs9
3519 * tools/claws.i18n.status.pl
3520 updated with latest translator info.
3521 only print for languages defined in %langname
3523 2008-10-17 [paul] 3.6.1cvs8
3525 * src/plugins/pgpcore/sgpgme.c
3526 when listing the uid's, show the uid validity
3528 2008-10-16 [paul] 3.6.1cvs7
3533 2008-10-13 [wwp] 3.6.1cvs6
3536 Updated French translation.
3538 2008-10-11 [colin] 3.6.1cvs5
3541 Fix bug 1756, "Outdated translators list in About
3542 dialogue". Patch by Aleksei Miheev.
3544 2008-10-11 [colin] 3.6.1cvs4
3554 * src/prefs_account.c
3555 * src/send_message.c
3556 * src/send_message.h
3560 * src/common/claws.c
3562 * src/common/session.c
3563 * src/common/session.h
3566 * src/common/socket.c
3567 * src/common/socket.h
3570 * src/common/ssl_certificate.c
3571 * src/common/ssl_certificate.h
3573 * src/gtk/sslcertwindow.c
3574 * src/gtk/sslcertwindow.h
3577 2008-10-11 [colin] 3.6.1cvs3
3579 * src/common/ssl_certificate.c
3580 Make local function static
3582 2008-10-10 [colin] 3.6.1cvs2
3585 * src/common/ssl_certificate.c
3586 * src/gtk/sslcertwindow.c
3587 Add offline certificate verification,
3588 thanks to Nikos Mavrogiannopoulos for the
3591 2008-10-10 [colin] 3.6.1cvs1
3593 * src/common/ssl_certificate.c
3594 * src/gtk/sslcertwindow.c
3597 2008-10-10 [paul] 3.6.1
3599 * m4/spamassassin.m4
3600 remove openssl dross
3607 2008-10-10 [colin] 3.6.0cvs25
3610 Tell libetpan it doesn't need to init
3613 2008-10-10 [colin] 3.6.0cvs24
3616 Remove references to openssl
3618 2008-10-09 [colin] 3.6.0cvs23
3623 2008-10-09 [colin] 3.6.0cvs22
3626 Error out when building against openssl
3628 2008-10-09 [colin] 3.6.0cvs21
3635 Disable OpenSSL due to requirement of
3636 OpenSSL exception. Code not removed yet,
3637 just in case, but disabled.
3639 2008-10-09 [colin] 3.6.0cvs20
3649 * src/prefs_ext_prog.c
3651 * src/prefs_image_viewer.c
3655 * src/gtk/Makefile.am
3657 * src/gtk/gtksourceprintjob.c
3658 * src/gtk/gtksourceprintjob.h
3659 Revert previous patch. It'd be better to remove
3660 OpenSSL instead, as GnuTLS works as well.
3662 2008-10-09 [colin] 3.6.0cvs19
3672 * src/prefs_ext_prog.c
3674 * src/prefs_image_viewer.c
3678 * src/gtk/Makefile.am
3680 * src/gtk/gtksourceprintjob.c
3681 * src/gtk/gtksourceprintjob.h
3682 Remove the libgnomeprint interface (deprecated,
3683 and fixes Debian's #501570, 'Copyright confusion')
3685 2008-10-09 [colin] 3.6.0cvs18
3688 Require libetpan 0.57 (important fixes)
3690 2008-10-08 [paul] 3.6.0cvs17
3692 * src/prefs_filtering_action.c
3693 * src/prefs_matcher.c
3694 enable re-ordering of the filtering/processing
3695 condition and actions lists by drag'n'drop
3697 2008-10-08 [colin] 3.6.0cvs16
3700 Fix wrong menu title
3702 2008-10-07 [colin] 3.6.0cvs15
3705 After thinking, revert this. It's only a minor
3706 annoyance to GSSAPI users, and I can't test this
3707 right now. Postponed until after next good release.
3709 2008-10-07 [colin] 3.6.0cvs14
3712 Don't ask for a password when using GSSAPI
3714 2008-10-07 [colin] 3.6.0cvs13
3717 Fix build with GTK+ < 2.14
3719 2008-10-07 [colin] 3.6.0cvs12
3723 * src/prefs_common.c
3724 * src/prefs_common.h
3726 * src/gtk/colorlabel.c
3727 Fix bug 1749, 'Shortcut keys for color labels
3729 Make fullscreen a setting remembered between
3732 2008-10-07 [colin] 3.6.0cvs11
3735 Fix bug 1747, 'Wanderlust keybindings no longer
3736 working (regression)'
3738 2008-10-07 [colin] 3.6.0cvs10
3741 Make fullscreen a real menu item
3743 2008-10-07 [colin] 3.6.0cvs9
3746 Make sure we won't save size when
3749 2008-10-06 [colin] 3.6.0cvs8
3753 Handle fullscreen via F11. Patch by
3756 2008-10-06 [colin] 3.6.0cvs7
3759 Fix return value when setting client cert
3761 2008-10-04 [colin] 3.6.0cvs6
3764 Fix bug 1742, 'Attachment list contents not
3767 2008-10-04 [paul] 3.6.0cvs5
3770 fix failure of Hide toolbar option on restart
3772 2008-10-04 [colin] 3.6.0cvs4
3779 Maemo: Fix bug 1737, Crashes upon opening
3781 2008-10-04 [paul] 3.6.0cvs3
3784 submitted (just a little late) by Frederico
3787 2008-10-03 [wwp] 3.6.0cvs2
3790 Many fixes, mostly in menus and accelerators.
3792 2008-10-03 [colin] 3.6.0cvs1
3795 Allow network mounts with new GTKs: they're
3796 available via FUSE mounts and we don't need
3799 2008-10-03 [paul] 3.6.0
3806 2008-10-03 [paul] 3.5.0cvs145
3813 new translations. added by Yasen Pramatarov,
3814 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
3823 updated translations. submitted by Miquel Oliete,
3824 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
3825 Andrea Spadaccini, Emilian Nowak, and Ralph Young
3827 2008-10-02 [colin] 3.5.0cvs144
3829 * src/common/session.c
3830 Fix crash when connection fails on windows
3832 2008-10-01 [colin] 3.5.0cvs143
3835 Real fix for FS-unsafe chars on win32
3837 2008-10-01 [colin] 3.5.0cvs142
3840 Encode prohibited filenames on win32
3842 2008-09-30 [mones] 3.5.0cvs141
3846 * src/prefs_themes.c
3848 Fix output of some debug messages
3850 2008-09-30 [colin] 3.5.0cvs140
3857 * src/prefs_themes.c
3861 * src/common/utils.c