1 2010-12-23 [colin] 3.7.8cvs23
4 Finish fixing bug #2203: When forwarding (inline) and there
5 are some text/* parts with no name, set them a name and
6 set their disposition to attachment, so that recipients with
7 MUAs preferring HTML parts don't show them by default.
9 2010-12-22 [paul] 3.7.8cvs22
12 fix missing file in 3.7.8cvs20
14 2010-12-22 [colin] 3.7.8cvs21
18 Implement a nicer scroll when drag and dropping
20 2010-12-22 [colin] 3.7.8cvs20
23 Store charset if available when attaching text/* parts
24 Fixes bug #2203, 'Problems in forwarding multipart/
25 alternative messages with HTML part'
27 2010-12-22 [colin] 3.7.8cvs19
32 2010-12-21 [colin] 3.7.8cvs18
36 * src/common/session.c
37 * src/common/session.h
38 Differentiate between running sessions and connected
39 sessions. Fixes bug #2332, "Crash when hitting cancel
40 on the SMTP status window"
42 2010-12-21 [colin] 3.7.8cvs17
44 * src/etpan/etpan-thread-manager.c
47 2010-12-21 [colin] 3.7.8cvs16
50 Check whether we should continue loading the
51 current textview after inserting a possibly
54 2010-12-20 [colin] 3.7.8cvs15
58 Removed. Dead code since ages!
60 * src/gtk/gtkcmclist.c
61 * src/gtk/gtkcmctree.c
63 undefine *_DISABLE_DEPRECATED in the files that
64 use deprecated interfaces. Implicit declarations
65 can lead to crashes as prototypes are unknown, as
66 evidenced by bug #2315.
68 2010-12-20 [colin] 3.7.8cvs14
71 Don't flush events when adding an header entry. This
72 can mess up the keypresses in the previous header.
73 Instead, make the scroll happen later (doing it on the
74 spot without flushing events doesn't work as the new
75 requisitions aren't set yet).
77 2010-12-20 [colin] 3.7.8cvs13
80 Don't iconify at start on w32. This un-iconifies in the
83 2010-12-20 [colin] 3.7.8cvs12
86 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
87 Patch by pochini at shiny.it
89 2010-12-19 [colin] 3.7.8cvs11
94 2010-12-18 [colin] 3.7.8cvs10
97 Fix bug #2148, "Attachment content-transfer-encoding
98 incorrectly set when signing emails". The RFC 2045
99 states that message/* and multipart/* encoding must
100 be either 7-bit, 8-bit or binary.
102 2010-12-18 [mones] 3.7.8cvs9
105 Fix crash when searching or adding a LDAP server
107 2010-12-17 [colin] 3.7.8cvs8
116 Better error logging. Disable LDAP SSL/TLS on
117 Windows, it's crashy/non-worky.
119 2010-12-17 [colin] 3.7.8cvs7
122 Fix bug #2325, "messages remains in folder cache after moving
123 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
125 2010-12-17 [colin] 3.7.8cvs6
137 Windows build fixes (w32 LDAP completely untested!)
139 2010-12-16 [colin] 3.7.8cvs5
149 Try to rationalize a bit LDAP connections
151 2010-12-16 [colin] 3.7.8cvs4
153 * src/prefs_spelling.c
155 Add a button to get dictionaries (win32)
157 2010-12-16 [colin] 3.7.8cvs3
159 * src/prefs_matcher.c
160 Fix bug #2279, "crash when clicking 'define' in filter
161 configuring". Thanks to Theodor Ciobanu for the hint at
164 2010-12-14 [colin] 3.7.8cvs2
166 * src/gtk/gtkaspell.c
167 Add missing guard for sys/wait.h
169 2010-12-05 [colin] 3.7.8cvs1
171 * tools/make.themes.project
172 Seems wget has changed naming of targets downloaded.
173 Fix it by always providing our own name.
174 [Pushing mones' patch again after messing with CVSROOT]
176 2010-12-04 [paul] 3.7.8
182 2010-12-03 [paul] 3.7.7cvs11
185 * manual/xml2pdf ** REMOVED **
186 * manual/dist/pdf/Makefile.am
187 * manual/es/dist/pdf/Makefile.am
188 * manual/fr/dist/pdf/Makefile.am
189 * manual/pl/dist/pdf/Makefile.am
190 simplify check for tools needed for manual building,
191 remove xml2pdf and use docbook2pdf instead
193 2010-12-03 [mir] 3.7.7cvs10
196 Fix bug so that configure option --disable-manual
197 actually disable building the manuals
199 2010-12-01 [pawel] 3.7.7cvs9
202 One more GTK+ 2.22 build fix
204 2010-11-30 [colin] 3.7.7cvs8
207 Fix bug #2317, 'Action results in "Bad file descriptor"'
208 Introduced in 3.7.6cvs57. In fact the error has been there
209 since ages, and only new thing is the verification of the
210 various functions return code. Let the stuff work as it
211 does, as it seems to do the right thing since ages.
213 2010-11-28 [colin] 3.7.7cvs7
215 * src/gtk/quicksearch.c
216 Fix bug #2313, 'CLI quicksearch sometimes returns
217 the same messages twice'. Patch by Sebastien Bigaret
219 2010-11-25 [paul] 3.7.7cvs6
222 make "gtk_can_change_accels" FALSE by default.
223 fixes bug #2309, 'Shortcuts should not be modifiable
226 2010-11-24 [mones] 3.7.7cvs5
229 Add missing shortcuts for marking as spam and ham
230 Fixes Debian bug #599547
232 2010-11-22 [colin] 3.7.7cvs4
235 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
236 five patches were needed to fix a corner case
237 is a good indicator that is was bound to break
240 2010-11-21 [colin] 3.7.7cvs3
242 * src/plugins/pgpcore/claws.def
245 2010-11-20 [wwp] 3.7.7cvs2
248 Fix either a typo or an irrelevant iff word there.
249 IMO type and recursive possible values should be changed to
250 smth simple and neat here, and help strings be really
253 2010-11-20 [colin] 3.7.7cvs1
256 Damn, forgot to commit this file twice.
258 2010-11-19 [paul] 3.7.7
264 2010-11-19 [paul] 3.7.6cvs66
277 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
278 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
279 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
281 2010-11-17 [colin] 3.7.6cvs65
284 Separate email address from timestamp with a dot.
287 2010-11-17 [colin] 3.7.6cvs64
290 Fix multiple @ in generated message-ids.
291 That's not allowed in RFC 2822.
293 2010-11-16 [mones] 3.7.6cvs63
295 * manual/es/advanced.xml
296 Synchronise with English version
298 2010-11-04 [wwp] 3.7.6cvs62
301 Fix bug 2293, "filtering: simplify expression", as simplifying
302 this expression doesn't make it less easy to understand and we
303 gain few cycles by making the logical expression more simple
304 by applying. Patch by Nicolas Kaiser.
306 2010-11-03 [colin] 3.7.6cvs61
309 Fix bug 2294, "addrindex.c: address index conversion always
310 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
312 2010-11-02 [wwp] 3.7.6cvs60
317 Enlarge the progress bar (main window) a bit when compiling
318 for UMPCs like maemo: this solves truncated text that might
319 appear in the progress bar while processing messages.
320 Also use a more compact string format when displaying
321 progress like 'number/total', still for UMPCs, this fixes
322 a previous inconsistency with these format strings where
323 no space around the / were used sometimes.
325 2010-10-26 [ticho] 3.7.6cvs59
328 Recreate NNTP session if server port setting has changed. Fixes
331 2010-10-26 [colin] 3.7.6cvs58
335 Fix copy-paste error, thanks to David Relson
338 2010-10-18 [colin] 3.7.6cvs57
349 * src/gtk/quicksearch.c
350 * src/gtk/quicksearch.h
351 * src/plugins/pgpcore/passphrase.c
352 * src/plugins/spamassassin/libspamc.c
355 2010-10-17 [colin] 3.7.6cvs56
358 * src/gtk/gtkaspell.c
361 * src/gtk/inputdialog.c
362 * src/gtk/progressdialog.c
363 Undeprecate a few things
365 2010-10-17 [colin] 3.7.6cvs55
369 * src/gtk/quicksearch.c
370 * src/gtk/quicksearch.h
371 Add ability to search from the command-line.
372 Closes bug 2249, ' Making QuickSearch independent from the GUI'
373 Patch by Sebastien Bigarret.
375 2010-10-04 [mones] 3.7.6cvs54
377 * manual/dist/pdf/Makefile.am
378 Fix build of English PDF manual
379 (sh: Can't open ../../../xml2pdf)
381 2010-10-03 [colin] 3.7.6cvs53
388 Get rid of GRelation which were, mostly, used as
389 GHashTables. Probably fixes bug #2277, 'Segfault when
390 loading inbox for the first time'
392 2010-10-03 [mir] 3.7.6cvs52
394 * manual/de/dist/html/Makefile.am
395 * manual/de/dist/pdf/Makefile.am
396 * manual/de/dist/ps/Makefile.am
397 * manual/de/dist/txt/Makefile.am
398 * manual/dist/html/Makefile.am
399 * manual/dist/pdf/Makefile.am
400 * manual/dist/ps/Makefile.am
401 * manual/dist/txt/Makefile.am
402 * manual/es/dist/html/Makefile.am
403 * manual/es/dist/pdf/Makefile.am
404 * manual/es/dist/ps/Makefile.am
405 * manual/es/dist/txt/Makefile.am
406 * manual/fr/dist/html/Makefile.am
407 * manual/fr/dist/pdf/Makefile.am
408 * manual/fr/dist/ps/Makefile.am
409 * manual/fr/dist/txt/Makefile.am
410 * manual/pl/dist/html/Makefile.am
411 * manual/pl/dist/pdf/Makefile.am
412 * manual/pl/dist/ps/Makefile.am
413 * manual/pl/dist/txt/Makefile.am
414 Missing Makefile.am's for 3.7.6cvs49
417 2010-10-03 [colin] 3.7.6cvs51
422 2010-10-02 [mir] 3.7.6cvs50
424 * manual/de/dist/html/Makefile.am
425 * manual/de/dist/pdf/Makefile.am
426 * manual/de/dist/ps/Makefile.am
427 * manual/de/dist/txt/Makefile.am
428 * manual/dist/html/Makefile.am
429 * manual/dist/pdf/Makefile.am
430 * manual/dist/ps/Makefile.am
431 * manual/dist/txt/Makefile.am
432 * manual/es/dist/html/Makefile.am
433 * manual/es/dist/pdf/Makefile.am
434 * manual/es/dist/ps/Makefile.am
435 * manual/es/dist/txt/Makefile.am
436 * manual/fr/dist/html/Makefile.am
437 * manual/fr/dist/pdf/Makefile.am
438 * manual/fr/dist/ps/Makefile.am
439 * manual/fr/dist/txt/Makefile.am
440 * manual/pl/dist/html/Makefile.am
441 * manual/pl/dist/pdf/Makefile.am
442 * manual/pl/dist/ps/Makefile.am
443 * manual/pl/dist/txt/Makefile.am
444 Part 2 of last commit which broke due to a permission error
445 Avoid claws trying to build manuals if the required
446 tools are not present.
448 2010-10-02 [mir] 3.7.6cvs49
451 * manual/de/dist/html/Makefile.am
452 * manual/de/dist/pdf/Makefile.am
453 * manual/de/dist/ps/Makefile.am
454 * manual/de/dist/txt/Makefile.am
455 * manual/dist/html/Makefile.am
456 * manual/dist/pdf/Makefile.am
457 * manual/dist/ps/Makefile.am
458 * manual/dist/txt/Makefile.am
459 * manual/es/dist/html/Makefile.am
460 * manual/es/dist/pdf/Makefile.am
461 * manual/es/dist/ps/Makefile.am
462 * manual/es/dist/txt/Makefile.am
463 * manual/fr/dist/html/Makefile.am
464 * manual/fr/dist/pdf/Makefile.am
465 * manual/fr/dist/ps/Makefile.am
466 * manual/fr/dist/txt/Makefile.am
467 * manual/pl/dist/html/Makefile.am
468 * manual/pl/dist/pdf/Makefile.am
469 * manual/pl/dist/ps/Makefile.am
470 * manual/pl/dist/txt/Makefile.am
471 1) Downgrade autoconf requirements to 2.59 to allow
472 building on oldest supported Linux distributions.
473 2) Only try to build manuals if the needed software
476 2010-10-02 [colin] 3.7.6cvs48
478 * src/plugins/trayicon/trayicon.c
479 And fix theme updating.
481 2010-10-02 [colin] 3.7.6cvs47
483 * src/plugins/trayicon/trayicon.c
484 Got burnt by wrong indentation!
486 2010-10-02 [colin] 3.7.6cvs46
489 Forgot to remove the directory from top-level
491 2010-10-02 [colin] 3.7.6cvs45
493 * src/plugins/trayicon/Makefile.am
494 * src/plugins/trayicon/trayicon.c
495 * src/plugins/trayicon/libeggtrayicon/.cvsignore
496 * src/plugins/trayicon/libeggtrayicon/Makefile.am
497 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
498 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
499 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
500 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
501 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
502 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
503 * src/plugins/trayicon/libeggtrayicon/xembed.h
504 Finally get rid of Eggtrayicon, use GtkStatusIcon
505 instead (which can be done safely now that we
508 2010-10-02 [colin] 3.7.6cvs44
516 * src/editaddress_other_attributes_ldap.c
519 * src/grouplistdialog.c
525 * src/message_search.c
528 * src/summary_search.c
531 * src/etpan/imap-thread.c
533 * src/gtk/gtkcmclist.c
534 * src/gtk/gtkcmoptionmenu.c
537 * src/gtk/gtkvscrollbutton.c
538 * src/plugins/pgpcore/select-keys.c
539 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
540 Undeprecate for GTK+2.22. Patch by Reed Loden.
541 Fixes bug #2276, 'Compile in maintainer mode
544 2010-10-02 [colin] 3.7.6cvs43
547 It's now time to remove the temporary enable-openssl
548 option that was used when we removed OpenSSL. See
549 bug #2276 comment #14.
551 2010-09-30 [wwp] 3.7.6cvs42
553 * src/prefs_account.c
554 * src/prefs_filtering_action.c
555 * src/prefs_matcher.c
556 Fix bug #2274, wrong color label index range
557 used w/ gtk_cmoption_menu (behaviour change
558 has been introduced w/ 3.5.0cvs49 apparently),
559 now it must be 1..N so let's use colorlabel value
563 2010-09-20 [pawel] 3.7.6cvs41
570 2010-09-19 [pawel] 3.7.6cvs40
575 Set ML menus sensitivity accordingly to
576 possibility of reply to ML
578 2010-09-19 [colin] 3.7.6cvs39
581 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
582 to newsgroups, and NNTP accounts *can* send email. We
583 should not force an email account when replying to_ml or
586 2010-09-19 [colin] 3.7.6cvs38
589 Revert previous commit (which breaks Reply to newsgroups)
591 2010-09-17 [pawel] 3.7.6cvs37
594 Respect reply_account_autosel when changing compose
595 account to email one while replying to NNTP post
597 2010-09-17 [wwp] 3.7.6cvs36
599 * doc/man/claws-mail.1
600 Update --compose documentation in `man claws-mail`.
602 2010-09-12 [pawel] 3.7.6cvs35
605 Add forgotten bit to previous commit,
606 select email account when replying to ML
608 2010-09-12 [pawel] 3.7.6cvs34
611 Fix bug #2247 "nntp reply-to-all broken?"
612 Make reply-to-all and reply-to-ml work as expected in
613 mailing list through NNTP case
615 2010-09-11 [pawel] 3.7.6cvs33
620 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
621 fixes build with GTK+ < 2.18
623 2010-09-10 [pawel] 3.7.6cvs32
628 Make Tab key switch between FolderView, MsgView and
629 SummaryView only, other widgets have/can have their own
632 2010-08-25 [colin] 3.7.6cvs31
637 * src/common/base64.c
638 * src/common/base64.h
639 Fix bug #2245, "base64 decoding fails with line breaks"
640 Patch by Yotam Medini
642 2010-08-25 [colin] 3.7.6cvs30
645 Fix bug #2241, "Empty trash on exit fails on scripted exit"
647 2010-08-23 [pawel] 3.7.6cvs29
653 Hide progressbar on statusbar when not needed
655 2010-08-17 [colin] 3.7.6cvs28
658 Fix previous patch (our own tmp dir is inside
661 2010-08-16 [colin] 3.7.6cvs27
664 Use temp dir to store logs in Windows. Avoids doing
665 get_rc_dir() early, which prevents set_rc_dir()
668 2010-07-31 [holger] 3.7.6cvs26
670 * src/gtk/gtkshruler.c
671 Yet more GdkGC to Cairo porting
673 2010-07-30 [holger] 3.7.6cvs25
676 More GdkGC to Cairo porting
678 2010-07-30 [holger] 3.7.6cvs24
680 * src/gtk/colorlabel.c
683 2010-07-29 [holger] 3.7.6cvs23
686 Replace some gdk drawing with cairo, as the former
687 is going towards deprecation.
689 2010-07-25 [colin] 3.7.6cvs22
692 And now for a real fix. g_list_remove() doesn't, of
693 course, free the data. But we have to have a solid
694 pointer to it in order to free it ourselves instead
695 of relying on the old freed list pointer.
696 Maybe that's the last patch on the subject now ? :)
698 2010-07-25 [colin] 3.7.6cvs21
701 Remove stupid and extraneous g_free() of elements
702 which have just been freed by g_list_remove(). (see
703 GList documentation). I don't know how it worked before
705 2010-07-25 [colin] 3.7.6cvs20
708 Reverse free/use with more logical and safe
709 use/free. Thanks to Michael Rasmussen !
711 2010-07-24 [colin] 3.7.6cvs19
713 * src/gtk/quicksearch.c
714 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
715 'freeze when using quick search'
717 2010-07-11 [iwkse] 3.7.6cvs18
719 * src/gtk/quicksearch.c
720 Add SMALL_LAYOUT to quicksearch_relayout
722 2010-07-10 [iwkse] 3.7.6cvs17
725 Remove forgotten variable from
726 the last bugfix #2224
728 2010-07-10 [colin] 3.7.6cvs16
731 * src/gtk/quicksearch.c
732 Clean fix for bug #2224: don't mess with GTK settings when
733 handling the layout ourselves is enough
735 2010-07-09 [iwkse] 3.7.6cvs15
739 Better fix for Bug #2224
741 2010-07-09 [iwkse] 3.7.6cvs14
745 Always use stock icons on buttons
747 2010-07-08 [colin] 3.7.6cvs13
750 Fix bug 2223, 'Compilation fails with GTK+
751 2.21.3'. Thanks to Jan Psota !
753 2010-06-29 [pawel] 3.7.6cvs12
756 Revert 3.7.5cvs41, it breaks templates that use %X
758 2010-06-23 [wwp] 3.7.6cvs11
760 * src/gtk/colorlabel.c
761 Silent up a warning by avoiding possible confusion
762 in logical expression evaluation, thanks to TuxCM.
764 2010-06-21 [iwkse] 3.7.6cvs10
766 * src/gtk/quicksearch.c
767 Do not add into quicksearch history
768 matching rules with bad syntax
770 2010-05-26 [holger] 3.7.6cvs9
774 Add function to select rows given a list of messages,
775 complementary to summary_get_selected_msg_list()
777 2010-05-22 [mir] 3.7.6cvs8
780 Fix bug 2208. Encode encrypted password to qouted
781 printable to avoid making invalid XML. Encoding
782 will be activated the first time the password is
785 2010-05-22 [paul] 3.7.6cvs7
787 * manual/advanced.xml
791 after using the compose margin for several days
792 I wanted the old style back - add a new hidden
793 pref 'show_compose_margin' to restore the old
794 behaviour (defaults to FALSE)
796 2010-05-14 [paul] 3.7.6cvs6
799 add a margin to the compose window text that matches
800 the margin in textview
802 2010-05-14 [colin] 3.7.6cvs5
804 * src/gtk/sslcertwindow.c
805 Fix dangling pointer. Thanks to Michael R!
807 2010-05-14 [colin] 3.7.6cvs4
809 * src/gtk/sslcertwindow.c
810 Fix bug 1993, 'Cannot send mail when SSL certificate is
811 expired but certificate check is skipped' and maybe
812 bug 2200, 'SSL is not working with POP3'
814 2010-05-14 [colin] 3.7.6cvs3
816 * src/plugins/pgpinline/pgpinline.c
817 Fix bug 2205, 'PGPInline: segfault on malformed mails'
819 2010-05-04 [iwkse] 3.7.6cvs2
821 * src/prefs_message.c
822 Get a generic name as 'Quotation' for
825 2010-05-04 [iwkse] 3.7.6cvs1
827 * src/prefs_message.c
832 Option for collapsing via double-click
834 2010-05-01 [paul] 3.7.6
840 2010-05-01 [paul] 3.7.5cvs55
842 * tools/claws.i18n.status.pl
845 2010-05-01 [paul] 3.7.5cvs54
848 add YUP, new Ukrainian translator
850 2010-04-30 [paul] 3.7.5cvs53
854 add Ukrainian translation, submitted by YUP
863 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
864 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
865 Tiago Faria, and Slavko
867 2010-04-26 [wwp] 3.7.5cvs52
872 2010-04-26 [mones] 3.7.5cvs51
877 2010-04-22 [pawel] 3.7.5cvs50
882 first NULL check pointer, then use it
884 2010-04-22 [colin] 3.7.5cvs49
887 Fix error message when session isn't established
889 Update translation and fix a typo in it
891 2010-04-15 [pawel] 3.7.5cvs48
893 * src/prefs_account.c
894 Fix Bug 2144 'When creating an account with IMAP4+SSL,
895 the port isn't configured properly'
896 When using SSL/TLS tunneling automatically use default
897 ports for encrypted connections: smtps, pop3s, imaps, nntps
899 2010-04-15 [pawel] 3.7.5cvs47
902 Fix crasher in actions using '%f' argument
903 on multiple files with external scripts which
904 don't return any output.
906 2010-04-14 [colin] 3.7.5cvs46
909 Fix hand cursor after error symbol appears
911 2010-04-12 [colin] 3.7.5cvs45
914 Fix bug 2162, 'configure check for libetpan
915 fails with libetpan 1.0'
918 2010-04-09 [mones] 3.7.5cvs44
920 * manual/de/glossary.xml
921 Fix encoding to match main document's
922 Also fixes make dist with Debian's openjade
924 2010-03-29 [pawel] 3.7.5cvs43
926 * src/matcher_parser.h
927 * src/matcher_parser_parse.y
928 * src/gtk/quicksearch.c
929 Disable matcher warnings when populating quicksearch
930 completion lists on startup
932 2010-03-27 [colin] 3.7.5cvs42
934 * src/gtk/quicksearch.c
935 Fix double-free later in code. Optimize
938 2010-03-27 [pawel] 3.7.5cvs41
941 Make sure that quote ends with new line char
943 2010-03-26 [pawel] 3.7.5cvs40
948 Fix Bug 1928 Add "reply to this address" pop menu
950 - Set composing account to email one when creating/replying
951 from NNTP folder by clicking link or choosing option
955 2010-03-25 [paul] 3.7.5cvs39
957 * src/gtk/gtkcmclist.c
958 Fix build with GTK+ 2.20
960 2010-03-24 [pawel] 3.7.5cvs38
965 * src/grouplistdialog.c
969 * src/prefs_account.c
970 * src/gtk/gtkcmclist.c
971 * src/gtk/gtkcmctree.c
972 * src/gtk/gtkcmoptionmenu.c
973 * src/gtk/gtksctree.c
974 * src/gtk/gtkshruler.c
977 * src/gtk/gtkvscrollbutton.c
978 * src/gtk/inputdialog.c
979 * src/gtk/spell_entry.c
980 * src/plugins/trayicon/trayicon.c
981 * src/plugins/trayicon/libeggtrayicon/Makefile.am
982 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
983 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
984 Fix build with GTK+ 2.19
986 2010-03-23 [pawel] 3.7.5cvs37
990 Respect view->show_col_headers option
991 * src/gtk/gtkcmctree.c
992 Fix GtkCmcTree column width calculation when it has
993 auto_resize set and new node is added
995 2010-03-22 [pawel] 3.7.5cvs36
997 * src/grouplistdialog.c
1000 - remember newsgroups list dialog size
1001 - respect use_dotted_lines hidden pref
1002 - respect use_stripes_everywhere hidden pref
1004 2010-03-21 [pawel] 3.7.5cvs35
1007 Remove superfluous gtk_widget_show_all()
1010 * src/common/utils.c
1013 2010-03-21 [pawel] 3.7.5cvs34
1016 * src/gtk/quicksearch.c
1017 * src/gtk/quicksearch.h
1018 Implement separate search phrase completion for
1019 normal/extended quicksearch
1021 2010-03-11 [paul] 3.7.5cvs33
1024 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1025 submitted by Yuwei Yu
1027 2010-03-09 [colin] 3.7.5cvs32
1029 * manual/de/glossary.xml
1032 2010-03-02 [colin] 3.7.5cvs31
1034 * manual/de/glossary.xml
1035 Sort alphabetically. Done by Volker Ribbert.
1037 2010-03-02 [mones] 3.7.5cvs30
1040 Fix mailing list archives location
1041 Remove currently unavailable CVS webview
1043 2010-03-01 [iwkse] 3.7.5cvs29
1045 * src/common/plugin.c
1046 Other indentation issues
1048 2010-03-01 [iwkse] 3.7.5cvs28
1050 * src/common/plugin.c
1051 Fix indentation of the previous commit
1053 2010-03-01 [iwkse] 3.7.5cvs27
1055 * src/common/plugin.h
1056 * src/common/plugin.c
1057 Add API for getting a loaded Plugin from the
1058 plugin's name, plugin_get_loaded_by_name (const gchar *name)
1059 Thanks to Colin, Michael
1061 2010-02-27 [colin] 3.7.5cvs26
1066 * manual/Makefile.am
1067 * manual/de/Makefile.am
1068 * manual/de/account.xml
1070 * manual/de/addrbook.xml
1071 * manual/de/advanced.xml
1072 * manual/de/claws-mail-manual.xml
1074 * manual/de/glossary.xml
1076 * manual/de/handling.xml
1077 * manual/de/intro.xml
1078 * manual/de/keyboard.xml
1079 * manual/de/plugins.xml
1080 * manual/de/starting.xml
1081 * manual/de/dist/.cvsignore
1082 * manual/de/dist/Makefile.am
1083 * manual/de/dist/html/.cvsignore
1084 * manual/de/dist/html/Makefile.am
1085 * manual/de/dist/pdf/.cvsignore
1086 * manual/de/dist/pdf/Makefile.am
1087 * manual/de/dist/ps/.cvsignore
1088 * manual/de/dist/ps/Makefile.am
1089 * manual/de/dist/txt/.cvsignore
1090 * manual/de/dist/txt/Makefile.am
1091 Add the german translation of the manual, done by
1092 Volker Ribbert <thoraki@arcor.de>.
1094 2010-02-27 [holger] 3.7.5cvs25
1096 * src/prefs_toolbar.c
1097 Don't make toolbar item description for
1098 plugin registered items editable
1100 2010-02-26 [colin] 3.7.5cvs24
1103 Don't translate empty description
1105 2010-02-22 [colin] 3.7.5cvs23
1108 Don't make In-Reply-To visible when reediting
1109 a draft or sent mail.
1111 2010-02-20 [colin] 3.7.5cvs22
1117 * src/etpan/imap-thread.c
1118 * src/etpan/imap-thread.h
1119 * src/etpan/nntp-thread.c
1120 * src/etpan/nntp-thread.h
1121 When going offline from NetworkManager, just
1122 delete IMAP connections. That'll avoid timeouts
1123 when coming back online in certain cases when
1124 the TCP socket will have timed out.
1126 2010-02-20 [holger] 3.7.5cvs21
1129 More files to ignore
1131 2010-02-17 [ticho] 3.7.5cvs20
1138 2010-02-16 [ticho] 3.7.5cvs19
1143 Removed unused argument from summary_open_row().
1145 2010-02-10 [pawel] 3.7.5cvs18
1148 - fix headers filtering when prefs_common.trans_hdr is on
1149 - fix headers setting when changing composing account
1151 * src/prefs_template.c
1152 Re-add template's name for translation
1154 2010-02-10 [colin] 3.7.5cvs17
1156 * src/prefs_matcher.c
1157 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1158 Condition>Define>Header>Name combo box'. Patch by
1161 2010-02-10 [colin] 3.7.5cvs16
1171 Add the GB18030 Chinese charset, which is a superset
1172 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1174 2010-02-09 [holger] 3.7.5cvs15
1177 GTK+ 2.10 related cleanup
1179 2010-02-09 [pawel] 3.7.5cvs14
1181 * src/prefs_account.c
1182 * src/prefs_folder_item.c
1183 * src/prefs_template.c
1185 Respect prefs_common.trans_hdr in couple more places to avoid
1186 confusion with translated/non-translated header names
1188 2010-02-09 [colin] 3.7.5cvs13
1193 2010-02-09 [colin] 3.7.5cvs12
1196 And fix 2.10 build :)
1198 2010-02-09 [colin] 3.7.5cvs11
1201 Bump up GTK+ requirement to 2.10
1210 * src/prefs_actions.c
1211 * src/prefs_common.c
1212 * src/prefs_common.h
1213 * src/prefs_ext_prog.c
1214 * src/prefs_filtering_action.c
1216 * src/prefs_image_viewer.c
1217 * src/prefs_matcher.c
1218 * src/prefs_msg_colors.c
1219 * src/prefs_summaries.c
1220 * src/prefs_template.c
1226 * src/gtk/Makefile.am
1228 * src/gtk/gtkcmclist.c
1229 * src/gtk/gtkcmctree.c
1230 * src/gtk/gtkutils.c
1231 * src/gtk/quicksearch.c
1232 Remove all compile-time conditionals depending on
1236 * src/gtk/gtksourceprintjob.c
1237 * src/gtk/gtksourceprintjob.h
1238 Remove libgnomeprint-based printing system (and
1239 command-line-based printing system) as GTK+ 2.10
1240 ships with print support.
1242 2010-02-08 [mir] 3.7.5cvs10
1245 Avoid displaying Bcc headers in message sent
1246 to NNTP servers. Thanks to Henning Mersch.
1249 2010-02-08 [pawel] 3.7.5cvs9
1252 Make tooltips less cryptic
1253 * src/gtk/description_window.c
1254 Improve window size calculation
1256 2010-02-08 [pawel] 3.7.5cvs8
1260 * src/common/utils.c
1261 * src/common/utils.h
1263 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1264 Patch by Laurent Bigonville with slight modifications
1266 2010-02-03 [pawel] 3.7.5cvs7
1269 Add some libtool files to ignore
1271 2010-02-03 [pawel] 3.7.5cvs6
1273 * src/plugins/trayicon/trayicon.c
1274 Save and then restore focus when closing/minimizing to tray
1276 2010-02-03 [mir] 3.7.5cvs5
1284 Save LDAP password encrypted. See bug 2113.
1287 2010-02-03 [colin] 3.7.5cvs4
1290 Fix again decoding of encrypted parts. The
1291 reverting of the patch was wrong, as the
1292 double-decoding was fixed in smime itself.
1293 Thanks to Matthias Drochner again...
1295 2010-02-02 [colin] 3.7.5cvs3
1297 * src/plugins/smime/smime.c
1299 Revert 3.7.4cvs2 and make a better patch for bug
1300 2059 and 2076. Patch by Matthias Drochner
1302 2010-01-31 [pawel] 3.7.5cvs2
1305 Fix hungarian translator's name
1307 2010-01-31 [pawel] 3.7.5cvs1
1311 Fix Bug 2107 - Arrow keys don't work in message view window
1313 2010-01-31 [paul] 3.7.5
1320 2010-01-23 [pawel] 3.7.4cvs10
1323 Fix button sensitivity in compose mode
1325 2010-01-23 [pawel] 3.7.4cvs9
1328 * tools/kdeservicemenu/install.sh
1329 * tools/make.themes.project
1330 * tools/nautilus2claws-mail.sh
1331 * tools/popfile-link.sh
1332 * tools/textviewer.sh
1333 Not all systems have bash installed in /bin, use env(1) to find
1336 2010-01-22 [pawel] 3.7.4cvs8
1338 * src/prefs_account.c
1339 * src/prefs_filtering.c
1341 * src/gtk/colorlabel.c
1342 Add some separators in combos
1344 2010-01-22 [pawel] 3.7.4cvs7
1347 --disable-aspell -> --disable-enchant
1349 Fix options spacing in configure --help
1351 Make wizard's window centered on the screen
1353 2010-01-19 [holger] 3.7.4cvs6
1357 Introduce folder_get_item_from_identifier().
1358 In contrast to folder_find_item_from_identifier(), this
1359 function recursively creates the FolderItems in the id path.
1360 Useful for programmatically creating folders (e.g. by plugins)
1362 2010-01-17 [pawel] 3.7.4cvs5
1367 2010-01-16 [colin] 3.7.4cvs4
1369 * src/plugins/pgpcore/sgpgme.c
1370 Probably fix bug 2098, 'claws-mails crashes frequently
1371 with pgpcore'. Fix double-free.
1373 2010-01-16 [holger] 3.7.4cvs3
1375 * src/prefs_toolbar.h
1378 2010-01-15 [colin] 3.7.4cvs2
1381 Decode mimeinfo before decrypting it. Probably
1382 fixes bug 2059 'gpgme >=1.1.8 not compatible
1383 with S/MIME encryption' and bug 2076 'having
1384 worked 2 times properly CLAWS ceased to
1385 decrypt incoming PGP mails -displays base64
1386 instead - sucks completely'
1387 Let's hope complete suckage ends here!
1388 Thanks to Matthias Drochner.
1390 2010-01-08 [paul] 3.7.4cvs1
1392 * tools/claws.i18n.status.pl
1395 2010-01-08 [paul] 3.7.4
1402 2010-01-08 [paul] 3.7.3cvs57
1416 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1417 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1418 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1421 2010-01-08 [paul] 3.7.3cvs56
1423 * src/common/utils.c
1424 fix bug 2089, 'URLs ending with an underscore ('_')
1425 are not correctly parsed'. thanks to Johan
1427 2010-01-05 [colin] 3.7.3cvs55
1430 Update french translation
1432 2010-01-04 [mones] 3.7.3cvs54
1435 Update Spanish translation
1437 2010-01-04 [mones] 3.7.3cvs53
1439 * manual/plugins.xml
1441 * manual/es/claws-mail-manual.xml
1442 * manual/es/intro.xml
1443 * manual/es/plugins.xml
1444 Synchronise with English version
1446 2010-01-03 [paul] 3.7.3cvs52
1451 update TEAM_LIST, fix encoding
1453 2010-01-03 [mir] 3.7.3cvs51
1456 When composing to a NNTP list TO: will always be preset
1457 to the NNTP list unless user has chosen some other default
1458 in which case we will handle this the normal way. Therefore
1459 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1461 2010-01-01 [paul] 3.7.3cvs50
1464 bump copyright year whilst it's in mind
1466 2009-12-31 [paul] 3.7.3cvs49
1468 * manual/claws-mail-manual.xml
1470 * manual/plugins.xml
1471 fix links so that they make sense in the context of the
1472 text version of the manual
1474 2009-12-31 [paul] 3.7.3cvs48
1477 * manual/plugins.xml
1478 updates, improvements, corrections, additions
1480 2009-12-29 [pawel] 3.7.3cvs47
1482 * src/prefs_filtering_action.c
1483 Fix Bug 2082 'Wrong color rectangle position when replacing
1484 "color" processing rule'
1486 2009-12-29 [colin] 3.7.3cvs46
1489 Fix bug 2074, 'Remember sending account
1492 2009-12-20 [holger] 3.7.3cvs45
1495 Delay CREATED_HOOKLIST invokation until
1496 after the modifications to the compose window
1497 are done, to allow hooks to further modify the
1498 window without getting overridden again
1500 2009-12-20 [holger] 3.7.3cvs44
1502 * src/prefs_toolbar.h
1505 2009-12-20 [holger] 3.7.3cvs43
1507 * src/prefs_toolbar.c
1508 * src/prefs_toolbar.h
1510 Pass window struct to caller
1512 2009-12-20 [holger] 3.7.3cvs42
1516 Add hooklist after creation of a compose window
1518 2009-12-19 [holger] 3.7.3cvs41
1520 * src/prefs_toolbar.c
1521 * src/prefs_toolbar.h
1523 Allow plugins to choose to which toolbar they want
1524 to add actions (main window, compose window, or message view)
1526 2009-12-19 [paul] 3.7.3cvs40
1529 fix statusbar in GTK+ 2.19.1
1531 2009-12-10 [pawel] 3.7.3cvs39
1534 Better fix for cvs28 regression
1536 2009-12-10 [iwkse] 3.7.3cvs38
1539 Fix some indentation
1541 2009-12-10 [iwkse] 3.7.3cvs37
1544 Add missing checks for gtkaspell: avoid
1545 crashing in some cases when Enchant is
1546 enabled but the spell checker is disabled
1549 2009-12-09 [colin] 3.7.3cvs36
1552 Fix leak and unchecked accesses.
1554 2009-12-09 [mir] 3.7.3cvs35
1557 Fix Bug 2072 "template at folder properties is not working"
1558 introduced in cvs24.
1560 2009-12-08 [pawel] 3.7.3cvs34
1563 When 'Reply All' remove current compose address from
1564 Cc/Bcc list - fix for regression introduced in cvs28
1566 2009-12-05 [pawel] 3.7.3cvs33
1569 Fix memory management, duh!
1571 2009-12-04 [pawel] 3.7.3cvs32
1574 Use case insensitive comparison in search for
1577 Refresh scrollbars on every window open
1579 2009-12-04 [pawel] 3.7.3cvs31
1582 Highlight misspelled words when applying template and
1583 check_while_typing option is on
1585 2009-12-03 [pawel] 3.7.3cvs30
1588 Highlight misspelled words in text inserted from file(s)
1589 or pasted to message body when check_while_typing
1592 2009-12-02 [pawel] 3.7.3cvs29
1595 Revert first part of previous commit
1597 2009-12-02 [pawel] 3.7.3cvs28
1600 Fix Bug 2055 "duplicate mailing list reply if
1601 List-Post + Reply-To present"
1602 - Ignore Reply-To if answering to ML
1603 - Improve parsing of List-Post header
1605 2009-12-02 [pawel] 3.7.3cvs27
1609 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1610 email had user in "From" and "CC"
1611 Don't allow duplicate addresses in compose window headers
1613 2009-12-02 [mones] 3.7.3cvs26
1616 * manual/es/intro.xml
1617 * manual/fr/intro.xml
1618 * manual/it/intro.xml
1619 * manual/pl/intro.xml
1620 Make URL to point current site
1622 2009-12-01 [holger] 3.7.3cvs25
1626 Introduce new drag type "claws-mail/msg-path-list" for
1627 drag'n'drop of a message selection from the summaryview
1628 into other applications. The drag data gets set to the
1629 folder-item-id followed by message ids, separated by newlines.
1630 This enables other applications to back-link to Claws Mail
1631 via a "claws-mail --select" call after they received a drop.
1633 2009-11-30 [mir] 3.7.3cvs24
1636 Place cursor in compose window according to provided input
1637 If to: is present place cursor in subject field and if both
1638 to: and subject: is present place cursor in body. If body: is
1639 present insert a new line after text and place cursor there.
1641 2009-11-27 [mones] 3.7.3cvs23
1643 * src/gtk/quicksearch.c
1644 Allow viewing longer expressions if there's space
1646 2009-11-25 [holger] 3.7.3cvs22
1649 * src/common/Makefile.am
1650 * src/common/utils.c
1651 * src/common/utils.h
1652 Add a function to query the
1653 filepath of the .desktop file
1655 2009-11-25 [colin] 3.7.3cvs21
1658 Fix bug 2063, 'glib assertion in GRelation use in
1661 2009-11-24 [pawel] 3.7.3cvs20
1663 * src/common/utils.c
1664 Fix Bug 2053 'Inconsistent application of Coloration
1666 Don't allow '<' character between quotation marks
1668 2009-11-21 [holger] 3.7.3cvs19
1671 Modify cairo clip handling in preview windows,
1672 to prevent print preview windows from being blank
1673 with GTK+ 2.18. Follow recommendation of the GTK+
1674 documentation (section "Migrating to client side windows")
1675 and create a new cairo context for each expose event.
1677 2009-11-19 [pawel] 3.7.3cvs18
1680 complete 3.7.3cvs15 so install is DESTDIR safe
1681 remove icons with changed names on uninstall
1683 2009-11-18 [pawel] 3.7.3cvs17
1686 remove unneeded and code-duplicating function
1688 2009-11-18 [pawel] 3.7.3cvs16
1691 Fix Bug 2057 'Claws mail does not keep renamed names
1692 of nntp-subscribed groups'
1693 Check for already subscribed group using item->path for group
1694 comparision as folders item->path != item->name may be truth
1695 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1697 2009-11-17 [pawel] 3.7.3cvs15
1700 Fix Bug 2049 'some icons not copied?'
1701 Install additional 64x64 and 128x128 icons
1703 2009-11-17 [holger] 3.7.3cvs14
1705 * src/prefs_toolbar.c
1706 * src/prefs_toolbar.h
1709 Allow plugins to register toolbar items
1711 2009-11-11 [pawel] 3.7.3cvs13
1717 Fix Bug 1867 Changing account does not change BCC address
1718 Set account specific headers when changing account
1721 2009-11-07 [colin] 3.7.3cvs12
1723 * src/gtk/prefswindow.c
1724 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1727 2009-11-07 [colin] 3.7.3cvs11
1729 * src/gtk/spell_entry.c
1730 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1731 Patch by Pawel Pekala
1733 2009-10-27 [colin] 3.7.3cvs10
1736 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1737 Don't try to check whether the folder is up-to-date if
1738 the folder class doesn't implement set_mtime, as we don't
1739 care in this case. This code exists since a long time, but
1740 the bug was triggered by more scanning of queue folders
1741 since recently (when we added \Deleted handling).
1743 2009-10-27 [colin] 3.7.3cvs9
1746 Try to fix registering as default client
1749 2009-10-21 [wwp] 3.7.3cvs8
1751 * src/common/utils.c
1752 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1754 2009-10-21 [wwp] 3.7.3cvs7
1756 * src/common/utils.c
1757 Don't core dump when attempting to insert a non-existing
1758 file using a mailto: uri (g_error does core dump).
1760 2009-10-20 [colin] 3.7.3cvs6
1762 * src/common/utils.c
1763 Don't g_error on normal warnings...
1765 2009-10-20 [colin] 3.7.3cvs5
1767 * src/plugins/pgpcore/sgpgme.c
1768 Fix bug 1996, 'S/MIME key not selected'
1769 Check for S/MIME certs too
1771 2009-10-20 [colin] 3.7.3cvs4
1773 * src/common/w32lib.h
1774 Fix win32 build on latest mingw32
1776 2009-10-20 [colin] 3.7.3cvs3
1781 Fix LDIF export. Patch by Michael Rasmussen
1783 2009-10-18 [paul] 3.7.3cvs2
1785 * tools/claws.i18n.status.pl
1786 increase the value of $transolddays since we're relasing less
1788 rework the en_GB.po hack so that en_GB is always 100% translated
1789 and recently updated
1791 2009-10-17 [paul] 3.7.3cvs1
1793 * src/prefs_account.c
1794 * src/prefs_compose_writing.c
1795 * src/prefs_receive.c
1796 * src/prefs_summaries.c
1797 * src/prefs_wrapping.c
1798 reword a few labels. (this incorporates everything
1799 that seemed worthwhile from bug 2020)
1800 * src/prefs_customheader.c
1801 use a 'Browse' button instead of button with
1802 label 'From file...'
1806 * CVS repository change
1808 2009-10-09 [paul[ 3.7.3
1810 version 3.7.3 unleashed!!
1812 2009-10-07 [paul] 3.7.2cvs49
1817 fix Bug 1994 - Changing colors required restart.
1818 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1819 more accurate folderview_reinit_fonts()
1821 2009-10-07 [paul] 3.7.2cvs48
1824 * src/prefs_common.c
1825 * src/prefs_common.h
1826 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
1827 patch by Pawel Pekala
1829 2009-10-07 [paul] 3.7.2cvs47
1837 updated by David Vachulka, Stephan Sachse and Marc Arens,
1838 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1841 2009-10-06 [colin] 3.7.2cvs46
1844 French translation update
1846 2009-10-05 [paul] 3.7.2cvs45
1849 enable Page Size and Orientation in the print dialog,
1850 GTK+ >= 2.18.x only. Patch by Mark__T
1852 2009-10-05 [paul] 3.7.2cvs44
1854 * src/prefs_summaries.c
1855 fix label, startup --> start-up, to match other uses of the
1858 2009-10-05 [paul] 3.7.2cvs43
1861 updated by Emilian Nowak
1863 2009-10-03 [colin] 3.7.2cvs42
1867 * src/gtk/gtkcmclist.c
1868 * src/gtk/gtkvscrollbutton.c
1869 * src/gtk/logwindow.c
1871 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1872 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1873 Fix warning at start
1875 2009-09-28 [colin] 3.7.2cvs41
1879 * src/prefs_folder_item.c
1880 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1882 2009-09-28 [colin] 3.7.2cvs40
1884 * src/prefs_summaries.c
1885 * src/gtk/sslcertwindow.c
1886 Fix bug 2006, 'Non-utf8 strftime(3) date strings
1887 shows up garbled in GUI'. Patch by Pawel Pekala
1889 2009-09-24 [iwkse] 3.7.2cvs39
1892 That's only for statistics, of course :)
1894 2009-09-24 [iwkse] 3.7.2cvs38
1899 2009-09-24 [iwkse] 3.7.2cvs37
1902 Revert unwanted change
1904 2009-09-24 [iwkse] 3.7.2cvs36
1907 Fix issue with filtering actions and
1910 2009-09-20 [mones] 3.7.2cvs35
1912 * tools/convert_mbox.pl
1913 Add -R flag to support recursive conversions
1914 of arbitrary Evolution mail folders, based on
1915 bash script by Daniel Dickinson (fixes debian
1917 * tools/popfile-link.sh
1918 Set required shell for script (fixes debian
1921 2009-09-16 [colin] 3.7.2cvs34
1924 Go grab files in /etc/skel if they exist
1927 2009-09-15 [colin] 3.7.2cvs33
1930 Complete 3.7.1cvs42: only output directly to
1931 final file if we get NULL byes at the start.
1932 Still fixes saving UTF16 files, but also
1933 fixes displaying Base64 parts with decoding
1934 errors (parts without errors get displayed)
1936 2009-09-14 [colin] 3.7.2cvs32
1940 * src/matcher_parser_parse.y
1941 * src/prefs_matcher.c
1942 Add 'has_attachment' and 'signed' matcher
1943 expressions. Patch by Aleksei Miheev, fixes
1946 2009-09-14 [colin] 3.7.2cvs31
1948 * src/common/utils.c
1949 Add "Re :" prefix from french Yahoo mail.
1950 Patch by Didier Barvaux, fixes bug 1999
1952 2009-09-10 [mones] 3.7.2cvs30
1954 * manual/plugins.xml
1955 Fix sites supported by SpamReport
1956 * manual/es/plugins.xml
1957 Synchronise Spanish manual
1959 2009-09-07 [holger] 3.7.2cvs29
1962 Also update the icon cache on uninstall.
1963 This prevents possible problems when Claws Mail was
1964 uninstalled and installed again into a different location,
1965 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1966 and the blog post linked therein
1968 2009-09-07 [paul] 3.7.2cvs28
1970 * src/prefs_toolbar.c
1971 when updating the main toolbar icons just update
1972 the main toolbar (and consequently fix a bug where
1973 folderview icons would disappear)
1975 2009-08-30 [holger] 3.7.2cvs27
1978 Do case-insensitive comparison against
1979 header names when extracting recipients
1982 2009-08-23 [colin] 3.7.2cvs26
1985 Probably fix RH bug 512024, " folder.c:3543
1986 Condition msglist != NULL failed"
1988 2009-08-23 [colin] 3.7.2cvs25
1990 * src/prefs_compose_writing.c
1991 Make the maximum size warning bigger. Patch
1992 by Didier Barvaux on bug 1986.
1994 2009-08-21 [colin] 3.7.2cvs24
1997 Previous commit: move the function into compose_insert_file
1998 so that it's also used on drag-n-drop
2000 2009-08-21 [colin] 3.7.2cvs23
2003 Fix scrolling when adding an header
2005 2009-08-21 [colin] 3.7.2cvs22
2008 * src/prefs_common.c
2009 * src/prefs_common.h
2010 * src/prefs_compose_writing.c
2011 * src/common/utils.c
2012 Fix bug 1986, "New feature: warn user when inserting
2013 a large file in the message body". Patch by Didier
2016 2009-08-21 [colin] 3.7.2cvs21
2020 * src/common/utils.c
2021 Fix bug 1984: Add R�f. : reply prefix (french
2022 Lotus Notes); patch by Didier Barvaux
2024 2009-08-21 [colin] 3.7.2cvs20
2028 Fix bug 1969, 'Bad guess for outgoing encoding'
2029 Make sure the specific converters (japanese in
2030 this case) can return success/error in strict
2031 mode, instead of silently failing back to
2034 2009-08-20 [holger] 3.7.2cvs19
2038 Make it possible for code outside
2039 compose (e.g. plugins) to attach files
2041 2009-08-20 [colin] 3.7.2cvs18
2044 Fix crash when accessing IMAP soon
2046 2009-08-18 [colin] 3.7.2cvs17
2049 Maybe fix crash on non-existent LDAP server
2051 2009-08-04 [colin] 3.7.2cvs16
2054 Fix toolbar's spacing that breaks dark
2055 themes (patch from http://blogs.igalia.com/aperez/
2056 2009/07/making-claws-mail-look-better/)
2058 2009-07-28 [colin] 3.7.2cvs15
2061 * src/addrcustomattr.c
2063 * src/addressbook_foldersel.c
2071 * src/editldap_basedn.c
2082 * src/prefs_actions.c
2083 * src/prefs_customheader.c
2084 * src/prefs_display_header.c
2085 * src/prefs_filtering.c
2086 * src/prefs_folder_column.c
2087 * src/prefs_matcher.c
2088 * src/prefs_summary_column.c
2089 * src/prefs_summary_open.c
2090 * src/prefs_template.c
2093 Fix bug 1950, 'Program freeze up during folder selection'
2094 Don't leave hidden windows modal
2096 2009-07-28 [colin] 3.7.2cvs14
2099 Fix bug 1957, 'LDAP errs out after searching too
2102 2009-07-28 [colin] 3.7.2cvs13
2105 Fix bug 1966, '"Collapse all threads" slower than
2106 "Expand all threads"'
2108 2009-07-28 [colin] 3.7.2cvs12
2110 * src/common/session.c
2111 Fix bug 1967, 'Claws gets stuck after accepting
2112 a certificate warning dialog'
2114 2009-07-19 [paul] 3.7.2cvs11
2116 * manual/plugins.xml
2117 a few small changes to the English
2119 2009-07-18 [mones] 3.7.2cvs10
2121 * manual/plugins.xml
2122 Add new bsfilter and fancy plugins to the docs
2123 and a note about dealing with plugins of the same class
2124 * src/prefs_account.c
2125 Fix extra space at the end typo
2127 2009-07-16 [colin] 3.7.2cvs9
2130 Fix wrong return without unlocking; thanks
2133 2009-07-14 [colin] 3.7.2cvs8
2136 Fix bug 1954, 'Segfault on reading wrong STATUS'
2138 2009-07-10 [colin] 3.7.2cvs7
2140 * src/plugins/pgpcore/plugin.def
2141 * src/common/utils.h
2144 2009-07-10 [colin] 3.7.2cvs6
2146 * src/prefs_display_header.c
2147 Fix bug 1951, 'C-Mail dumps core when editing
2148 displayed headers'. Patch by Alexey Rusakov
2150 2009-07-10 [colin] 3.7.2cvs5
2153 Fix bug 1952, 'Deleted mails in Queue folder
2156 2009-07-09 [colin] 3.7.2cvs4
2158 * src/gtk/spell_entry.c
2159 Fix bug 1949, 'Spell checker doesn't recognise
2160 certain word in Subject header, but does in
2161 message body'. Patch by Pawel Pekala.
2163 2009-07-09 [paul] 3.7.2cvs3
2166 use pkgconfig to check for the minimum required
2169 2009-07-06 [colin] 3.7.2cvs2
2171 * src/prefs_customheader.c
2174 2009-07-04 [paul] 3.7.2cvs1
2176 * tools/claws.i18n.status.pl
2179 2009-07-03 [paul] 3.7.2
2186 2009-07-03 [paul] 3.7.1cvs85
2193 added new translations by Tiago Faria and Slavko
2206 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2207 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2208 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2209 Goncalves Guimaraes, Aleksei Miheev
2211 2009-07-01 [colin] 3.7.1cvs84
2213 * src/prefs_common.c
2214 Fix bug 1940, 'Doesn't open links in
2215 user's default browser'. Turn the preference
2216 to TRUE by default; that will only change the
2217 behaviour for new users.
2219 2009-06-29 [colin] 3.7.1cvs83
2223 * src/prefs_filtering_action.c
2224 Fix bug 1935, 'problems with very long filtering actions':
2225 Use a dynamic buffer in action to string, and a bigger
2226 buffer in string to action
2228 2009-06-29 [colin] 3.7.1cvs82
2230 * src/matcher_parser_lex.l
2231 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2233 2009-06-29 [colin] 3.7.1cvs81
2238 Fix crash (out-of-bounds tree column)
2239 * src/gtk/gtkcmctree.c
2240 * src/gtk/gtksctree.c
2241 Prevent using an out-of-bounds tree column
2243 2009-06-29 [colin] 3.7.1cvs80
2247 Leak fixes; patch by Pawel Pekala.
2249 2009-06-26 [colin] 3.7.1cvs79
2252 Sort by msgnum if dates are equal
2254 2009-06-24 [paul] 3.7.1cvs78
2257 make some (forgotten) strings translatable
2259 2009-06-19 [colin] 3.7.1cvs77
2262 Fix menu sensitiveness
2264 2009-06-18 [colin] 3.7.1cvs76
2267 * src/plugins/pgpcore/sgpgme.c
2268 * src/plugins/pgpcore/sgpgme.h
2269 * src/plugins/pgpmime/mypgpcore.def
2270 * src/plugins/pgpmime/pgpmime.c
2271 * src/plugins/smime/mypgpcore.def
2272 * src/plugins/smime/smime.c
2273 Use largefile support (and stop using our old GPGME
2274 hack on gpgme_data_seek/rewind)
2275 (See 1.9.12cvs44 to 46 - if this breaks things we
2278 2009-06-13 [colin] 3.7.1cvs75
2280 * src/gtk/spell_entry.c
2281 Fix assertion. We can put a NULL gtkaspell to
2282 an entry; it just means it won't be spell-checked.
2284 2009-06-12 [mones] 3.7.1cvs74
2288 * src/prefs_account.c
2289 * src/prefs_account.h
2290 * src/common/utils.c
2291 * src/common/utils.h
2292 Added preference to use account address in generated
2293 Message-Id. Fixes Debian bug #531052
2295 2009-06-12 [colin] 3.7.1cvs73
2298 Better fix, API-compatible with libgnutls13
2300 2009-06-12 [colin] 3.7.1cvs72
2303 Use compatibility mode in GnuTLS, and avoid problems with
2304 servers that don't comply 100% with the spec, but still
2307 2009-06-06 [iwkse] 3.7.1cvs71
2310 Ops..revert a mix with another patch
2312 2009-06-06 [iwkse] 3.7.1cvs70
2315 A better fix for the previous commit's issue
2317 2009-06-06 [iwkse] 3.7.1cvs69
2320 Fix shutting down of Claws Mail while a GTK_Return keypress
2321 event is sent to the Attach property window
2323 2009-06-05 [colin] 3.7.1cvs68
2326 Fix build on GTK+ 2.6
2328 2009-06-03 [mones] 3.7.1cvs67
2330 * tools/make.themes.project
2331 Oops! fix header, sorry Paul ;-)
2333 2009-06-03 [mones] 3.7.1cvs66
2335 * tools/make.themes.project
2336 Add support for PNG themes and other
2337 fixes i don't remember now... :)
2339 2009-06-02 [colin] 3.7.1cvs65
2342 * src/prefs_template.c
2344 Fix error messages in templates, and fix their
2347 2009-05-22 [colin] 3.7.1cvs64
2352 2009-05-22 [colin] 3.7.1cvs63
2355 Fix phantom button behind entry when
2356 changing fields via Tools/Reply mode.
2358 2009-05-22 [colin] 3.7.1cvs62
2363 2009-05-21 [mones] 3.7.1cvs61
2367 Add button to empty header lines with one click
2369 2009-05-21 [paul] 3.7.1cvs60
2373 * src/plugins/trayicon/trayicon.c
2374 when quitting from the trayicon, honour
2375 prefs_common.clean_on_exit
2377 2009-05-21 [paul] 3.7.1cvs59
2379 * src/gtk/Makefile.am
2380 remove duplicate entry
2381 thanks to Charles A Edwards
2383 2009-05-19 [paul] 3.7.1cvs58
2385 * src/send_message.c
2386 clear progressbar in the statusbar on 'Cancel'
2388 2009-05-16 [colin] 3.7.1cvs57
2394 2009-05-16 [colin] 3.7.1cvs56
2397 Remove msgnum>0 condition for removing messages
2398 from caches. There's no such condition on add.
2399 Fixes bug 1913, 'Allow to remove phantom
2400 messages from the cache'; patch by Fabian
2401 Keil <fk at fabiankeil.de>
2403 2009-05-12 [holger] 3.7.1cvs55
2407 Introduce hook after showing of the message view
2409 2009-05-11 [colin] 3.7.1cvs54
2412 Fix bug 1872, 'A: Cc: CCi: selector should
2413 default on same as preceding contact'
2415 2009-05-10 [holger] 3.7.1cvs53
2419 Add a hook to make it possible for plugins to
2420 modify the address completion list
2422 2009-05-06 [paul] 3.7.1cvs52
2426 fix bug 1915, 'Mails signed with smime.p7s
2427 display both signed and attachment icon.'
2429 2009-05-05 [colin] 3.7.1cvs51
2431 * src/common/utils.c
2434 2009-05-05 [colin] 3.7.1cvs50
2436 * src/common/utils.c
2437 Fix bug 1895, '(imap) cache issues when cache dir is on a
2438 different mountpoint than tempdir'
2440 2009-05-04 [colin] 3.7.1cvs49
2443 Probably fix bug 1914, 'Crash reading
2444 corrupted tags file'
2446 2009-04-26 [paul] 3.7.1cvs48
2449 * src/gtk/gtkaspell.h
2450 fix bug 1904, 'build mechanism looks for
2451 'enchant.h' in a wrong place'
2453 2009-04-25 [paul] 3.7.1cvs47
2456 gah! fix coding style!
2458 2009-04-25 [paul] 3.7.1cvs46
2462 if building with GTK+ >= 2.16 use
2463 gtk_orientable_set_orientation() instead of now
2464 deprecated gtk_toolbar_set_orientation()
2466 2009-04-24 [colin] 3.7.1cvs45
2469 Ask before sending if an attached file has
2472 2009-04-19 [paul] 3.7.1cvs44
2474 * src/prefs_common.c
2475 * src/prefs_common.h
2477 save About window size.
2478 patch by Pawel Pekala
2480 2009-04-12 [paul] 3.7.1cvs43
2482 * tools/csv2addressbook.pl
2483 add extra CSV fields that are now appended
2484 by thunderbird (version 2.0.0.21)
2486 2009-04-08 [colin] 3.7.1cvs42
2489 fix saving (but not displaying) of UTF-16
2492 2009-04-08 [colin] 3.7.1cvs41
2494 * src/gtk/manage_window.c
2495 Disable transient windows on win32 - seems to
2496 fix most focusing issues
2498 2009-04-05 [colin] 3.7.1cvs40
2501 Don't ask whether we want to send deleted mails in queue
2502 folders; also, don't send deleted mails when flushing
2505 2009-04-04 [paul] 3.7.1cvs39
2511 * tools/claws.i18n.status.pl
2512 add new Indonesian translation, by
2515 2009-04-03 [paul] 3.7.1cvs38
2521 2009-04-03 [colin] 3.7.1cvs37
2525 Fix bug 1891, 'Add support for gopher:// links'
2526 Patch by Jacob Head <clawsmail at jacob-head.com>
2527 Let's go back to the roots!
2529 2009-04-03 [paul] 3.7.1cvs36
2534 2009-04-03 [paul] 3.7.1cvs35
2537 add AC_CONFIG_MACRO_DIR([m4])
2538 remove CLAWS_ACLOCAL_INCLUDE(m4)
2539 * m4/aclocal-include.m4
2540 removed this now unneeded file
2542 2009-04-02 [colin] 3.7.1cvs34
2544 * src/common/utils.h
2545 Fix previous (thanks to Marcus :)
2547 2009-04-02 [colin] 3.7.1cvs33
2549 * src/common/utils.h
2550 * src/etpan/etpan-thread-manager.c
2551 pipe() was a macro from GLib on win32 until
2552 glib 2.13.2. It's undefined after that.
2553 Thanks to Marcus Brinkmann for the heads-up!
2555 2009-03-31 [colin] 3.7.1cvs32
2557 * src/folder_item_prefs.c
2558 Copy folder settings with prefs
2560 2009-03-31 [colin] 3.7.1cvs31
2562 * src/prefs_account.c
2563 Don't use un-sensitive checkboxes in Privacy tab
2564 when privacy system in None (makes unchecking
2565 painful when no privacy plugin is loaded)
2567 2009-03-30 [colin] 3.7.1cvs30
2574 * src/prefs_account.c
2575 * src/prefs_account.h
2578 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2579 Add an option on the Receive page of IMAP account preferences:
2580 "Move deleted mails to trash and expunge immediately". This
2581 option defaults to TRUE to avoid changing the existing behaviour.
2582 Setting it to FALSE prevents automatic expunging.
2583 Also, add Tools/Expunge and View/Hide deleted messages menu items
2584 (View/Hide deleted message being a per-folder setting, and behaving,
2585 like View/Hide read messages).
2587 2009-03-30 [colin] 3.7.1cvs29
2590 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2591 ask for IMAP password when using GSSAPI auth
2593 2009-03-27 [colin] 3.7.1cvs28
2596 Fix cvs14, make sure we mark non-existent caches dirty
2597 (or they never get written)
2599 2009-03-27 [colin] 3.7.1cvs27
2602 Fix tag update when all tags are removed
2605 2009-03-25 [colin] 3.7.1cvs26
2608 Fix configure.ac, thanks to Pawel
2610 2009-03-25 [colin] 3.7.1cvs25
2613 * src/etpan/nntp-thread.c
2614 Fix header fetching (NG/To/Cc). Fixes
2615 bug 1883, 'Message processing fails to
2616 act on Newsgroups: field'
2618 2009-03-23 [colin] 3.7.1cvs24
2621 Fix internal headers visible in queue/sent
2623 2009-03-23 [colin] 3.7.1cvs23
2626 Fix check for RC (resource compiler) used
2627 on win32 (AC_LIBTOOL_RC used to call it
2628 implicitely but stopped)
2630 2009-03-19 [colin] 3.7.1cvs22
2633 Put spam button in default toolbar even if
2634 bogofilter and spamassassin are not built.
2635 Other anti-spam plugin could exist! :)
2636 * src/common/utils.c
2637 Fix exit status fetch on win32
2639 2009-03-18 [paul] 3.7.1cvs21
2641 * src/gtk/spell_entry.c
2642 fix "[BUG] Wrong word replaced in 'Subject:'
2643 when spell-checking correction used"
2644 Patch by Pawel Pekala
2646 2009-03-17 [colin] 3.7.1cvs20
2648 * src/common/utils.c
2649 Fix win32 build (from cvs12)
2651 2009-03-17 [colin] 3.7.1cvs19
2654 Fix bug 1735, 'Change To: and Newsgroups:
2655 recipient field according account type'
2658 2009-03-17 [colin] 3.7.1cvs18
2661 * src/prefs_common.c
2662 * src/prefs_common.h
2664 * src/common/prefs.c
2665 Add preference for fsyncing metadata
2667 2009-03-16 [paul] 3.7.1cvs17
2669 * src/prefs_customheader.c
2670 add forgotten #if HAVE_LIBCOMPFACE
2672 2009-03-16 [paul] 3.7.1cvs16
2674 * src/prefs_customheader.c
2675 put the (X-)Face preview image below the up/down
2676 buttons so they don't jump around.
2677 make the list reorderable by drag'n'drop
2679 2009-03-16 [colin] 3.7.1cvs15
2681 * src/prefs_customheader.c
2682 Add a (X-)Face preview. Patch by iwkse.
2684 2009-03-16 [colin] 3.7.1cvs14
2690 * src/common/prefs.c
2691 Add fsync calls to make sure we don't
2692 lose data on system crashes. (to do:
2693 add a pref to allow people choosing raw
2696 2009-03-15 [colin] 3.7.1cvs13
2698 * src/gtk/gtkaspell.c
2699 Fix empty menu when there are no
2700 suggestions (using the Spelling menu)
2702 2009-03-14 [colin] 3.7.1cvs12
2704 * src/common/utils.c
2705 Win32: fix subject prefix length
2707 2009-03-11 [mones] 3.7.1cvs11
2710 fix encoding declared in header
2711 update translation now we're at it
2713 2009-03-10 [colin] 3.7.1cvs10
2716 Fix "wrong mime" message printed out multiple
2719 2009-03-10 [colin] 3.7.1cvs9
2721 * src/prefs_folder_item.c
2724 2009-03-09 [paul] 3.7.1cvs8
2726 * src/prefs_folder_item.c
2727 * src/send_message.c
2728 fixes to english text
2730 2009-03-08 [paul] 3.7.1cvs7
2733 correct errors in header
2735 2009-03-08 [paul] 3.7.1cvs6
2741 * tools/claws.i18n.status.pl
2742 add Japanese translation, submitted by kazken3
2744 2009-03-07 [colin] 3.7.1cvs5
2747 Don't let the invalid MIME warning hide
2748 other noticeview (Partial receive or
2751 2009-03-07 [colin] 3.7.1cvs4
2756 2009-03-07 [colin] 3.7.1cvs3
2761 Handle mimeparts that lack an end boundary.
2762 They're invalid but it's too annoying for
2763 normal users to fix.
2765 2009-03-06 [wwp] 3.7.1cvs2
2768 * src/folder_item_prefs.c
2769 * src/folder_item_prefs.h
2770 * src/prefs_folder_item.c
2771 Add per-folder default cc, bcc and reply-to.
2773 2009-03-06 [colin] 3.7.1cvs1
2776 * src/gtk/gtksourceprintjob.c
2777 Fix build with old print interface
2779 2009-03-06 [paul] 3.7.1
2786 2009-03-06 [paul] 3.7.0cvs78
2797 updated by David Vachulka, Stephan Sachse, Flammie
2798 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2799 Frederico Goncalves Guimaraes, Lars Persson Fink,
2802 2009-03-03 [colin] 3.7.0cvs77
2804 * src/prefs_filtering.c
2805 Win32: Fix bug 1865, 'IMAP account name changes
2806 are not followed at filter actions'
2808 2009-03-02 [colin] 3.7.0cvs76
2811 Fix Launchpad bug 335571: 'claws-mail crashed
2812 with SIGSEGV in strlen() while deleting
2813 large amount of e-mails on IMAP account
2815 2009-02-27 [mones] 3.7.0cvs75
2817 * manual/es/account.xml
2819 * manual/es/addrbook.xml
2820 * manual/es/advanced.xml
2821 * manual/es/claws-mail-manual.xml
2823 * manual/es/glossary.xml
2825 * manual/es/handling.xml
2826 * manual/es/intro.xml
2827 * manual/es/keyboard.xml
2828 * manual/es/plugins.xml
2829 * manual/es/starting.xml
2830 Sync with English version, fix some typos
2831 Changed encoding to UTF-8
2833 Update for release, changed encoding to UTF-8
2835 2009-02-24 [colin] 3.7.0cvs74
2838 Don't print separation line if there
2841 2009-02-23 [cleroy] 3.7.0cvs73
2850 * src/addrduplicates.c
2853 * src/addressbook_foldersel.c
2861 * src/customheader.c
2863 * src/editaddress_other_attributes_ldap.c
2901 * src/prefs_account.c
2902 * src/prefs_actions.c
2903 * src/prefs_common.c
2904 * src/prefs_filtering.c
2905 * src/prefs_filtering_action.c
2906 * src/prefs_folder_column.c
2907 * src/prefs_folder_item.c
2909 * src/prefs_matcher.c
2912 * src/prefs_summaries.c
2913 * src/prefs_summary_column.c
2914 * src/prefs_template.c
2915 * src/prefs_themes.c
2916 * src/prefs_toolbar.c
2923 * src/remotefolder.c
2924 * src/send_message.c
2925 * src/sourcewindow.c
2927 * src/stock_pixmap.c
2928 * src/summary_search.c
2935 * src/common/base64.c
2936 * src/common/claws.c
2937 * src/common/hooks.c
2938 * src/common/plugin.c
2939 * src/common/prefs.c
2940 * src/common/session.c
2942 * src/common/socket.c
2943 * src/common/string_match.c
2944 * src/common/stringtable.c
2945 * src/common/utils.c
2946 * src/common/utils.h
2948 * src/common/xmlprops.c
2949 * src/gtk/colorlabel.c
2950 * src/gtk/combobox.c
2951 * src/gtk/foldersort.c
2952 * src/gtk/gtkaspell.c
2953 * src/gtk/gtkcmclist.c
2954 * src/gtk/gtkcmctree.c
2955 * src/gtk/gtkcmoptionmenu.c
2956 * src/gtk/gtksctree.c
2957 * src/gtk/gtkshruler.c
2958 * src/gtk/gtksourceprintjob.c
2959 * src/gtk/gtkutils.c
2960 * src/gtk/gtkvscrollbutton.c
2961 * src/gtk/logwindow.c
2963 * src/gtk/pluginwindow.c
2964 * src/gtk/prefswindow.c
2965 * src/gtk/quicksearch.c
2966 * src/gtk/spell_entry.c
2967 * src/plugins/pgpcore/select-keys.c
2968 * src/plugins/pgpinline/pgpinline.c
2969 * src/plugins/pgpmime/pgpmime.c
2970 * src/plugins/smime/smime.c
2971 * src/plugins/spamassassin/spamassassin_gtk.c
2972 Mass commit changing g_return_* to cm_return_*
2973 and making these more interesting
2975 2009-02-23 [colin] 3.7.0cvs72
2978 Always initialise error code to no error
2980 2009-02-23 [colin] 3.7.0cvs71
2983 Fix separator substitution
2985 2009-02-23 [colin] 3.7.0cvs70
2987 * src/stock_pixmap.c
2988 * src/gtk/colorlabel.c
2989 don't use g_return on normal checks
2991 2009-02-22 [colin] 3.7.0cvs69
2997 2009-02-22 [colin] 3.7.0cvs68
2999 * src/addrduplicates.c
3015 * src/prefs_common.c
3016 * src/prefs_filtering.c
3027 * src/common/socket.c
3028 * src/common/template.c
3029 * src/etpan/imap-thread.c
3030 * src/gtk/gtkaspell.c
3031 * src/gtk/gtkcmctree.c
3032 * src/gtk/gtksctree.c
3033 * src/gtk/inputdialog.c
3034 * src/plugins/pgpcore/sgpgme.c
3035 * src/plugins/pgpmime/pgpmime.c
3036 * src/plugins/smime/smime.c
3037 * src/plugins/spamassassin/spamassassin.c
3038 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3039 uninitialised accesses
3041 2009-02-17 [colin] 3.7.0cvs67
3044 Disable controls during queuing
3046 2009-02-15 [colin] 3.7.0cvs66
3049 * src/plugins/pgpcore/select-keys.c
3050 * src/plugins/pgpcore/sgpgme.c
3051 Disable use of disabled keys
3053 2009-02-15 [colin] 3.7.0cvs65
3057 Fix font updating after changing
3058 prefs_common.derive_from_normal_font
3060 2009-02-12 [paul] 3.7.0cvs64
3066 * src/common/version.h.in
3070 more copyright header fixes
3072 2009-02-12 [paul] 3.7.0cvs63
3074 * src/gtk/progressdialog.c
3075 * src/gtk/progressdialog.h
3076 fix copyright header
3078 2009-02-12 [paul] 3.7.0cvs62
3080 * src/gtk/spell_entry.c
3081 * src/gtk/spell_entry.h
3082 better, more standard copyright header
3084 2009-02-12 [paul] 3.7.0cvs61
3086 * src/gtk/spell_entry.c
3087 * src/gtk/spell_entry.h
3088 changes to copyright header
3090 2009-02-12 [paul] 3.7.0cvs60
3092 * src/gtk/spell_entry.c
3093 * src/gtk/spell_entry.h
3096 2009-02-11 [colin] 3.7.0cvs59
3098 * src/gtk/spell_entry.c
3099 * src/gtk/spell_entry.h
3102 2009-02-11 [colin] 3.7.0cvs58
3105 * src/gtk/Makefile.am
3106 * src/gtk/gtkaspell.c
3107 * src/gtk/gtkaspell.h
3108 Add spellcheck to subject. Patch by
3111 2009-02-10 [holger] 3.7.0cvs57
3115 Move filename define for printing page setup cache to defs.h
3117 2009-02-08 [mones] 3.7.0cvs56
3120 Fix build for bison 2.4.1
3122 2009-02-06 [holger] 3.7.0cvs55
3124 * src/prefs_common.c
3125 * src/prefs_common.h
3127 Fix restoring of custom page setups for printing by
3128 temporarily caching the settings.
3129 This is a workaround for Gnome Bug #39018, and fixes
3130 Claws Mail Bug #1840.
3132 2009-02-06 [colin] 3.7.0cvs54
3135 Fix hardcoded Shift-Q quits. Fixes
3136 bug 1838, 'Claws-Mail sometimes quits
3137 when attempting to type a capital Q'
3139 2009-01-31 [paul] 3.7.0cvs53
3142 revert 3.7.0cvs49, until there is time to find out
3143 why it causes a nasty crash!
3145 2009-01-31 [paul] 3.7.0cvs52
3148 1 string that was forgotten for translation
3150 2009-01-31 [paul] 3.7.0cvs51
3153 2 strings that were forgotten for translation
3155 2009-01-31 [paul] 3.7.0cvs50
3157 * src/gtk/prefswindow.c
3158 build prefs tree in a slightly smarter way -
3159 fix bug where if path[0] had same name as
3160 path[1], (like in the de translation), path[1]
3161 was lost and not shown in the window
3163 2009-01-31 [paul] 3.7.0cvs49
3166 fix bug 1836, 'Quoted text still blue after
3167 removal of quote-character'
3168 comment out some debug_print's that needlessly
3171 comment out a debug_print that needlessly slows
3174 2009-01-31 [paul] 3.7.0cvs48
3177 fix bug 1834, '"semi"-selection when collapsing thread'
3179 2009-01-31 [paul] 3.7.0cvs47
3181 * src/prefs_compose_writing.c
3182 * src/prefs_message.c
3183 move 'quote_chars' pref to where it should be
3185 2009-01-30 [paul] 3.7.0cvs46
3188 fix updating of popup menu sensitivity
3190 2009-01-28 [paul] 3.7.0cvs45
3192 * tools/filter_conv_new.pl
3193 move 'move' and 'delete' to end of @actions
3194 so that they are always final actions in the
3195 generated filtering rule
3197 2009-01-27 [paul] 3.7.0cvs44
3200 always select text/calendar mimepart if suitable
3201 plugin (i.e. vCalendar) is available
3203 2009-01-27 [paul] 3.7.0cvs43
3206 fix crash when right-clicking in summaryview when
3207 processing is active
3209 2009-01-22 [colin] 3.7.0cvs42
3214 When replying to signed/encrypted mail and the
3215 preference to sign/encrypt in this case is set,
3216 choose the original mail's privacy system (if
3219 2009-01-21 [colin] 3.7.0cvs41
3222 Fix warning (on-the-fly theming of
3223 addressbook isn't complete yet)
3225 2009-01-21 [colin] 3.7.0cvs40
3229 Win32: Fix window placement
3231 2009-01-21 [paul] 3.7.0cvs39
3234 update timeout log msg
3236 2009-01-17 [colin] 3.7.0cvs38
3241 * src/common/utils.c
3242 * src/etpan/imap-thread.c
3243 Fix g_open calls (which don't ignore mode)
3245 2009-01-17 [colin] 3.7.0cvs37
3254 * src/common/ssl_certificate.c
3256 * src/common/utils.c
3257 * src/etpan/imap-thread.c
3258 * src/plugins/bogofilter/bogofilter.c
3259 * src/plugins/pgpinline/pgpinline.c
3260 * src/plugins/smime/smime.c
3261 Probably fix bug 1825, 'Unable to fetch messages from
3262 IMAP folders named with non-ASCII string'
3263 Change remaining occurences of fopen and open with
3266 2009-01-17 [paul] 3.7.0cvs36
3269 update an old, outdated piece of info
3271 2009-01-17 [paul] 3.7.0cvs35
3273 * src/prefs_folder_item.c
3274 fix bug where saving Folder Properties of a
3275 sub-folder of outbox, queue, draft or trash
3276 would change its parent's folder type to normal
3278 2009-01-12 [mones] 3.7.0cvs34
3283 2009-01-12 [wwp] 3.7.0cvs33
3286 * tools/popfile-link.sh
3287 * tools/textviewer.sh
3288 Fix bashisms and other portability glitches (thanks to
3289 Steven M. Bellovin).
3291 2009-01-11 [paul] 3.7.0cvs32
3294 clean up some build warnings
3296 2009-01-11 [colin] 3.7.0cvs31
3299 Revert part of patch 3.7.0cvs29
3300 This function is used when jpilot
3303 2009-01-11 [colin] 3.7.0cvs30
3306 folder_find_child_item_by_name():
3307 actually use name, not path's basename
3309 2009-01-11 [paul] 3.7.0cvs29
3316 * src/prefs_folder_item.c
3317 clean up some build warnings
3319 2009-01-11 [paul] 3.7.0cvs28
3322 don't even mention printing support, assume its
3323 presence, unless building with GTK+ < 2.10.0
3325 2009-01-10 [colin] 3.7.0cvs27
3328 Fix bug 1811, '[mime] Crash when there's no
3329 room for filename's start on the same line'
3330 When the mimetype of the attachment is very
3331 long, there's no room at all to start the
3332 name=... parameter on the same line. This
3333 caused an infinite loop as 0 characters of
3334 the filename could be appended.
3335 In such cases, insert linebreak before the
3338 2009-01-09 [colin] 3.7.0cvs26
3342 * src/common/utils.c
3343 Win32: Fix bug 1815, 'Drag-n-Drop of files on
3344 Compose Window does not attach'
3346 2009-01-09 [colin] 3.7.0cvs25
3349 Fix bug 1817, 'Changing Themes does not
3350 update the pixmaps in "Select folder"
3353 2009-01-09 [colin] 3.7.0cvs24
3356 Win32: Fix bug 1816, 'Attaching files with
3357 command-line generates error after attaching'
3359 2009-01-09 [paul] 3.7.0cvs23
3362 forgot this '2009' in last commit
3364 2009-01-09 [paul] 3.7.0cvs22
3368 update copyright headers
3370 2009-01-09 [paul] 3.7.0cvs21
3372 * doc/man/claws-mail.1
3375 2009-01-09 [colin] 3.7.0cvs20
3378 Fix bug 1814, 'Windows' WM badly places
3381 2009-01-09 [colin] 3.7.0cvs19
3383 * src/prefs_themes.c
3384 * src/stock_pixmap.c
3385 * src/stock_pixmap.h
3386 * src/common/utils.c
3387 * src/common/utils.h
3388 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3390 2009-01-08 [colin] 3.7.0cvs18
3393 Win32: Fix bug 1810, 'Pressing 'o' key
3396 2009-01-07 [colin] 3.7.0cvs17
3399 Fix bug 1432, '& not escaped in links (HTML
3402 2009-01-06 [colin] 3.7.0cvs16
3404 * src/plugins/pgpcore/select-keys.c
3405 Warn translators the usual way about
3408 2009-01-06 [colin] 3.7.0cvs15
3411 Fix synchronisation dialog that shouldn't
3412 appear when network goes down (Network
3416 Fix save as when attach_save_dir isn't set
3417 fixes bug 1804, 'attach_save_directory does
3418 not default to $HOME'
3419 * src/plugins/pgpcore/select-keys.c
3420 Add mnemonics to buttons - warn translators!
3422 2009-01-06 [wwp] 3.7.0cvs14
3424 * src/common/utils.c
3425 Fix cvs13, thanks to Colin.
3427 2009-01-06 [wwp] 3.7.0cvs13
3429 * src/common/utils.c
3430 Better support for Spanish Outlook replies (RES).
3432 2009-01-02 [colin] 3.7.0cvs12
3435 Fix (+) sign after collapsed folder names that
3436 have quicksearch-matching children.
3437 Fixes bug 1506, 'Recursive search in collapsed
3440 2009-01-02 [colin] 3.7.0cvs11
3442 * src/stock_pixmap.c
3443 * src/stock_pixmap.h
3444 Remove now-unused stock_pixmap_gdk
3446 2009-01-02 [colin] 3.7.0cvs10
3448 * src/gtk/gtkutils.c
3449 * src/pixmaps/claws-mail_icon.xpm
3450 Use pixbuf for app icon, and make the app icon
3453 2009-01-02 [colin] 3.7.0cvs9
3456 Show both link title and URI if possible
3458 2009-01-02 [colin] 3.7.0cvs8
3462 * src/addressbook_foldersel.c
3465 * src/grouplistdialog.c
3469 * src/gtk/gtkcmclist.c
3470 * src/gtk/gtkcmclist.h
3471 * src/gtk/gtkcmctree.c
3472 * src/gtk/gtkcmctree.h
3473 * src/gtk/gtksctree.c
3474 * src/gtk/gtksctree.h
3475 Implement pixbuf rendering in tree widgets
3477 * src/plugins/trayicon/trayicon.c
3479 * src/prefs_themes.c
3480 Use pixbuf rendering here too
3482 2008-12-30 [paul] 3.7.0cvs7
3485 no need to prematurely trim the uri in the statusbar
3487 2008-12-29 [paul] 3.7.0cvs6
3490 prefer List-Id header to X-* headers when creating
3491 filter rule automatically
3493 2008-12-28 [colin] 3.7.0cvs5
3496 Set minimum height to 440 instead of 480
3498 2008-12-22 [colin] 3.7.0cvs4
3501 Fix bug 1799, '"Discard message" deletes manually
3502 saved draft'. Switch rmode to REEDIT after
3505 2008-12-21 [paul] 3.7.0cvs3
3507 * tools/claws.i18n.status.pl
3510 2008-12-21 [paul] 3.7.0cvs2
3516 2008-12-21 [paul] 3.7.0cvs1
3522 2008-12-19 [paul] 3.7.0
3529 2008-12-19 [paul] 3.6.1cvs80
3532 remove unmaintained sk and sr from ALL_LINGUAS
3533 add newly maintained cs to ALL_LINGUAS
3544 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3545 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3546 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3549 2008-12-16 [colin] 3.6.1cvs79
3551 * src/plugins/pgpcore/sgpgme.c
3554 2008-12-15 [colin] 3.6.1cvs78
3559 * src/plugins/pgpcore/sgpgme.c
3560 * src/plugins/pgpcore/sgpgme.h
3561 * src/plugins/pgpinline/pgpinline.c
3562 * src/plugins/pgpmime/pgpmime.c
3563 * src/plugins/smime/smime.c
3564 Fix bug 1796, 'PGP/MIME setting: "select key by your
3565 email address" doesn't work'. Use custom from address
3568 2008-12-15 [colin] 3.6.1cvs77
3570 * src/common/utils.c
3571 Fix bug 1746, 'Makes a mailto link from several
3574 2008-12-15 [paul] 3.6.1cvs76
3576 * m4/spamassassin.m4
3577 fix warnings thrown up by autoconf-2.63
3579 2008-12-13 [colin] 3.6.1cvs75
3584 * src/common/utils.c
3585 * src/common/utils.h
3587 Finish previous patch
3589 2008-12-13 [colin] 3.6.1cvs74
3592 Only install certs on windows
3594 2008-12-13 [colin] 3.6.1cvs73
3597 * tools/ca-certificates.crt
3598 * src/common/Makefile.am
3600 First try to ship SSL certificates in Windows
3603 2008-12-12 [colin] 3.6.1cvs72
3606 * src/plugins/pgpinline/claws.def
3609 2008-12-12 [paul] 3.6.1cvs71
3613 * src/partial_download.c
3615 * src/common/claws.c
3616 * src/common/prefs.c
3617 * src/common/utils.c
3618 win32: fix unlinking, renaming and bug with
3622 2008-12-11 [colin] 3.6.1cvs70
3625 * manual/fr/advanced.xml
3626 Update french translations
3628 2008-12-10 [colin] 3.6.1cvs69
3631 Correct bug submission guidelines
3633 2008-12-10 [colin] 3.6.1cvs68
3635 * src/plugins/pgpcore/pgp_viewer.c
3636 Fix bug 1736, 'Key import does not work'
3637 Kill the correct pid (and not the parent
3638 shell), and increase the timeout a bit.
3640 2008-12-09 [paul] 3.6.1cvs67
3643 ensure that any stray noticeview buttons are hidden,
3644 as clicking them causes segfaults!
3646 2008-12-09 [colin] 3.6.1cvs66
3650 * src/folder_item_prefs.h
3651 * src/prefs_common.c
3652 * src/prefs_common.h
3654 Fix bug 1792, '"Save Message to" should
3655 retain list of recently selected folders'
3656 Also, make Enchant-related prefs stick
3657 even if the build doesn't enable enchant
3659 2008-12-09 [paul] 3.6.1cvs65
3662 fix bug 1787, 'Prevent automatic PGP inline
3663 decryption attempts' use the noticeview to display
3664 decryption failure messages instead of the irritating
3667 2008-12-09 [colin] 3.6.1cvs64
3669 * src/prefs_filtering.c
3670 Fix bug 1789, 'filtering account selection
3671 (regression)'. Filtering on sending-only
3672 accounts can be a little useful when using
3673 filtering via Tools menu.
3675 2008-12-07 [paul] 3.6.1cvs63
3677 * src/prefs_actions.c
3678 don't auto-select first entry (same as other
3680 * src/gtk/pluginwindow.c
3681 these parents don't have children so don't look
3684 2008-12-07 [paul] 3.6.1cvs62
3686 * src/prefs_account.c
3687 * src/gtk/pluginwindow.c
3688 * src/gtk/prefswindow.c
3689 * src/gtk/prefswindow.h
3690 auto-select first page
3692 2008-12-05 [colin] 3.6.1cvs61
3696 Fix bug 1788, 'CM crashes re-encoding
3697 encoded parameters' (introduced in cvs40)
3699 2008-12-05 [paul] 3.6.1cvs60
3701 * src/prefs_common.h
3702 remove gpg prefs that are no longer needed here
3704 2008-12-03 [colin] 3.6.1cvs59
3707 Speed up cache reading (about 10% gain)
3709 * src/gtk/gtksctree.c
3710 Speed up expand/collapse all threads
3713 2008-12-03 [paul] 3.6.1cvs58
3716 eradicate gcc4's signedness warnings
3717 fix building with gnuTLS on (Open)Solaris
3719 2008-12-01 [colin] 3.6.1cvs57
3721 * src/gtk/gtkcmclist.c
3724 2008-12-01 [colin] 3.6.1cvs56
3726 * src/plugins/pgpinline/pgpinline.c
3727 Fix bug 1779, 'PGP Inline badly handles
3728 multipart'. Properly dump the current part
3729 instead of running around with scissors
3731 2008-11-30 [paul] 3.6.1cvs55
3733 * manual/advanced.xml
3734 * manual/plugins.xml
3735 * src/prefs_toolbar.c
3736 remove the verb from the page title and
3737 update references in the manual
3739 2008-11-30 [paul] 3.6.1cvs54
3742 move Other/ page to Other/Miscellaneous
3743 * src/gtk/prefswindow.c
3744 make parent page unselectable
3746 2008-11-29 [paul] 3.6.1cvs53
3749 add the new 'primary_paste_unselects' hidden
3750 option, add missing 'log_[...]_color' options,
3751 and reformat the text
3752 * manual/advanced.xml
3753 add the new 'primary_paste_unselects' hidden
3754 option, add missing 'log_[...]_color' options
3756 2008-11-28 [colin] 3.6.1cvs52
3761 2008-11-28 [colin] 3.6.1cvs51
3766 2008-11-28 [colin] 3.6.1cvs50
3769 Fix account selection in Mailing list
3772 2008-11-28 [paul] 3.6.1cvs49
3775 automatically remove obsolete strings
3777 2008-11-28 [colin] 3.6.1cvs48
3779 * src/plugins/pgpcore/sgpgme.c
3780 Fix error message when key isn't available.
3782 2008-11-27 [colin] 3.6.1cvs47
3788 2008-11-26 [colin] 3.6.1cvs46
3793 2008-11-26 [colin] 3.6.1cvs45
3795 * src/plugins/pgpcore/select-keys.c
3796 * src/plugins/pgpcore/sgpgme.c
3797 Fix bug 1591, 'S/MIME: better key
3798 handling/selection dialog'
3799 Really ignore revoked/expired keys
3801 2008-11-26 [colin] 3.6.1cvs44
3804 * src/common/claws.c
3806 Make sure libgcrypt's threading is initialised
3807 before gnutls. See also old bug 1539.
3809 2008-11-26 [colin] 3.6.1cvs43
3813 * src/etpan/imap-thread.c
3814 Fix possible crashes due to clist_begin()
3815 not checking for NULLs (it should!)
3817 2008-11-25 [colin] 3.6.1cvs42
3820 Fix line length in MIME parameters
3822 2008-11-22 [paul] 3.6.1cvs41
3825 grab Return key press in attachments Properties
3828 2008-11-21 [colin] 3.6.1cvs40
3832 Fix bug 1776, 'use encoded name parameters
3833 for attachments instead of ascii'.
3834 Break the RFC 2047 by using B-encoded
3835 filename parameter, like everyone does,
3836 following advice from the RFC author.
3838 2008-11-21 [colin] 3.6.1cvs39
3840 * src/common/socket.c
3841 Rehandshake if server asks to
3843 2008-11-21 [colin] 3.6.1cvs38