1 2011-01-03 [colin] 3.7.8cvs24
6 2010-12-23 [colin] 3.7.8cvs23
9 Finish fixing bug #2203: When forwarding (inline) and there
10 are some text/* parts with no name, set them a name and
11 set their disposition to attachment, so that recipients with
12 MUAs preferring HTML parts don't show them by default.
14 2010-12-22 [paul] 3.7.8cvs22
17 fix missing file in 3.7.8cvs20
19 2010-12-22 [colin] 3.7.8cvs21
23 Implement a nicer scroll when drag and dropping
25 2010-12-22 [colin] 3.7.8cvs20
28 Store charset if available when attaching text/* parts
29 Fixes bug #2203, 'Problems in forwarding multipart/
30 alternative messages with HTML part'
32 2010-12-22 [colin] 3.7.8cvs19
37 2010-12-21 [colin] 3.7.8cvs18
41 * src/common/session.c
42 * src/common/session.h
43 Differentiate between running sessions and connected
44 sessions. Fixes bug #2332, "Crash when hitting cancel
45 on the SMTP status window"
47 2010-12-21 [colin] 3.7.8cvs17
49 * src/etpan/etpan-thread-manager.c
52 2010-12-21 [colin] 3.7.8cvs16
55 Check whether we should continue loading the
56 current textview after inserting a possibly
59 2010-12-20 [colin] 3.7.8cvs15
63 Removed. Dead code since ages!
65 * src/gtk/gtkcmclist.c
66 * src/gtk/gtkcmctree.c
68 undefine *_DISABLE_DEPRECATED in the files that
69 use deprecated interfaces. Implicit declarations
70 can lead to crashes as prototypes are unknown, as
71 evidenced by bug #2315.
73 2010-12-20 [colin] 3.7.8cvs14
76 Don't flush events when adding an header entry. This
77 can mess up the keypresses in the previous header.
78 Instead, make the scroll happen later (doing it on the
79 spot without flushing events doesn't work as the new
80 requisitions aren't set yet).
82 2010-12-20 [colin] 3.7.8cvs13
85 Don't iconify at start on w32. This un-iconifies in the
88 2010-12-20 [colin] 3.7.8cvs12
91 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
92 Patch by pochini at shiny.it
94 2010-12-19 [colin] 3.7.8cvs11
99 2010-12-18 [colin] 3.7.8cvs10
102 Fix bug #2148, "Attachment content-transfer-encoding
103 incorrectly set when signing emails". The RFC 2045
104 states that message/* and multipart/* encoding must
105 be either 7-bit, 8-bit or binary.
107 2010-12-18 [mones] 3.7.8cvs9
110 Fix crash when searching or adding a LDAP server
112 2010-12-17 [colin] 3.7.8cvs8
121 Better error logging. Disable LDAP SSL/TLS on
122 Windows, it's crashy/non-worky.
124 2010-12-17 [colin] 3.7.8cvs7
127 Fix bug #2325, "messages remains in folder cache after moving
128 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
130 2010-12-17 [colin] 3.7.8cvs6
142 Windows build fixes (w32 LDAP completely untested!)
144 2010-12-16 [colin] 3.7.8cvs5
154 Try to rationalize a bit LDAP connections
156 2010-12-16 [colin] 3.7.8cvs4
158 * src/prefs_spelling.c
160 Add a button to get dictionaries (win32)
162 2010-12-16 [colin] 3.7.8cvs3
164 * src/prefs_matcher.c
165 Fix bug #2279, "crash when clicking 'define' in filter
166 configuring". Thanks to Theodor Ciobanu for the hint at
169 2010-12-14 [colin] 3.7.8cvs2
171 * src/gtk/gtkaspell.c
172 Add missing guard for sys/wait.h
174 2010-12-05 [colin] 3.7.8cvs1
176 * tools/make.themes.project
177 Seems wget has changed naming of targets downloaded.
178 Fix it by always providing our own name.
179 [Pushing mones' patch again after messing with CVSROOT]
181 2010-12-04 [paul] 3.7.8
187 2010-12-03 [paul] 3.7.7cvs11
190 * manual/xml2pdf ** REMOVED **
191 * manual/dist/pdf/Makefile.am
192 * manual/es/dist/pdf/Makefile.am
193 * manual/fr/dist/pdf/Makefile.am
194 * manual/pl/dist/pdf/Makefile.am
195 simplify check for tools needed for manual building,
196 remove xml2pdf and use docbook2pdf instead
198 2010-12-03 [mir] 3.7.7cvs10
201 Fix bug so that configure option --disable-manual
202 actually disable building the manuals
204 2010-12-01 [pawel] 3.7.7cvs9
207 One more GTK+ 2.22 build fix
209 2010-11-30 [colin] 3.7.7cvs8
212 Fix bug #2317, 'Action results in "Bad file descriptor"'
213 Introduced in 3.7.6cvs57. In fact the error has been there
214 since ages, and only new thing is the verification of the
215 various functions return code. Let the stuff work as it
216 does, as it seems to do the right thing since ages.
218 2010-11-28 [colin] 3.7.7cvs7
220 * src/gtk/quicksearch.c
221 Fix bug #2313, 'CLI quicksearch sometimes returns
222 the same messages twice'. Patch by Sebastien Bigaret
224 2010-11-25 [paul] 3.7.7cvs6
227 make "gtk_can_change_accels" FALSE by default.
228 fixes bug #2309, 'Shortcuts should not be modifiable
231 2010-11-24 [mones] 3.7.7cvs5
234 Add missing shortcuts for marking as spam and ham
235 Fixes Debian bug #599547
237 2010-11-22 [colin] 3.7.7cvs4
240 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
241 five patches were needed to fix a corner case
242 is a good indicator that is was bound to break
245 2010-11-21 [colin] 3.7.7cvs3
247 * src/plugins/pgpcore/claws.def
250 2010-11-20 [wwp] 3.7.7cvs2
253 Fix either a typo or an irrelevant iff word there.
254 IMO type and recursive possible values should be changed to
255 smth simple and neat here, and help strings be really
258 2010-11-20 [colin] 3.7.7cvs1
261 Damn, forgot to commit this file twice.
263 2010-11-19 [paul] 3.7.7
269 2010-11-19 [paul] 3.7.6cvs66
282 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
283 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
284 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
286 2010-11-17 [colin] 3.7.6cvs65
289 Separate email address from timestamp with a dot.
292 2010-11-17 [colin] 3.7.6cvs64
295 Fix multiple @ in generated message-ids.
296 That's not allowed in RFC 2822.
298 2010-11-16 [mones] 3.7.6cvs63
300 * manual/es/advanced.xml
301 Synchronise with English version
303 2010-11-04 [wwp] 3.7.6cvs62
306 Fix bug 2293, "filtering: simplify expression", as simplifying
307 this expression doesn't make it less easy to understand and we
308 gain few cycles by making the logical expression more simple
309 by applying. Patch by Nicolas Kaiser.
311 2010-11-03 [colin] 3.7.6cvs61
314 Fix bug 2294, "addrindex.c: address index conversion always
315 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
317 2010-11-02 [wwp] 3.7.6cvs60
322 Enlarge the progress bar (main window) a bit when compiling
323 for UMPCs like maemo: this solves truncated text that might
324 appear in the progress bar while processing messages.
325 Also use a more compact string format when displaying
326 progress like 'number/total', still for UMPCs, this fixes
327 a previous inconsistency with these format strings where
328 no space around the / were used sometimes.
330 2010-10-26 [ticho] 3.7.6cvs59
333 Recreate NNTP session if server port setting has changed. Fixes
336 2010-10-26 [colin] 3.7.6cvs58
340 Fix copy-paste error, thanks to David Relson
343 2010-10-18 [colin] 3.7.6cvs57
354 * src/gtk/quicksearch.c
355 * src/gtk/quicksearch.h
356 * src/plugins/pgpcore/passphrase.c
357 * src/plugins/spamassassin/libspamc.c
360 2010-10-17 [colin] 3.7.6cvs56
363 * src/gtk/gtkaspell.c
366 * src/gtk/inputdialog.c
367 * src/gtk/progressdialog.c
368 Undeprecate a few things
370 2010-10-17 [colin] 3.7.6cvs55
374 * src/gtk/quicksearch.c
375 * src/gtk/quicksearch.h
376 Add ability to search from the command-line.
377 Closes bug 2249, ' Making QuickSearch independent from the GUI'
378 Patch by Sebastien Bigarret.
380 2010-10-04 [mones] 3.7.6cvs54
382 * manual/dist/pdf/Makefile.am
383 Fix build of English PDF manual
384 (sh: Can't open ../../../xml2pdf)
386 2010-10-03 [colin] 3.7.6cvs53
393 Get rid of GRelation which were, mostly, used as
394 GHashTables. Probably fixes bug #2277, 'Segfault when
395 loading inbox for the first time'
397 2010-10-03 [mir] 3.7.6cvs52
399 * manual/de/dist/html/Makefile.am
400 * manual/de/dist/pdf/Makefile.am
401 * manual/de/dist/ps/Makefile.am
402 * manual/de/dist/txt/Makefile.am
403 * manual/dist/html/Makefile.am
404 * manual/dist/pdf/Makefile.am
405 * manual/dist/ps/Makefile.am
406 * manual/dist/txt/Makefile.am
407 * manual/es/dist/html/Makefile.am
408 * manual/es/dist/pdf/Makefile.am
409 * manual/es/dist/ps/Makefile.am
410 * manual/es/dist/txt/Makefile.am
411 * manual/fr/dist/html/Makefile.am
412 * manual/fr/dist/pdf/Makefile.am
413 * manual/fr/dist/ps/Makefile.am
414 * manual/fr/dist/txt/Makefile.am
415 * manual/pl/dist/html/Makefile.am
416 * manual/pl/dist/pdf/Makefile.am
417 * manual/pl/dist/ps/Makefile.am
418 * manual/pl/dist/txt/Makefile.am
419 Missing Makefile.am's for 3.7.6cvs49
422 2010-10-03 [colin] 3.7.6cvs51
427 2010-10-02 [mir] 3.7.6cvs50
429 * manual/de/dist/html/Makefile.am
430 * manual/de/dist/pdf/Makefile.am
431 * manual/de/dist/ps/Makefile.am
432 * manual/de/dist/txt/Makefile.am
433 * manual/dist/html/Makefile.am
434 * manual/dist/pdf/Makefile.am
435 * manual/dist/ps/Makefile.am
436 * manual/dist/txt/Makefile.am
437 * manual/es/dist/html/Makefile.am
438 * manual/es/dist/pdf/Makefile.am
439 * manual/es/dist/ps/Makefile.am
440 * manual/es/dist/txt/Makefile.am
441 * manual/fr/dist/html/Makefile.am
442 * manual/fr/dist/pdf/Makefile.am
443 * manual/fr/dist/ps/Makefile.am
444 * manual/fr/dist/txt/Makefile.am
445 * manual/pl/dist/html/Makefile.am
446 * manual/pl/dist/pdf/Makefile.am
447 * manual/pl/dist/ps/Makefile.am
448 * manual/pl/dist/txt/Makefile.am
449 Part 2 of last commit which broke due to a permission error
450 Avoid claws trying to build manuals if the required
451 tools are not present.
453 2010-10-02 [mir] 3.7.6cvs49
456 * manual/de/dist/html/Makefile.am
457 * manual/de/dist/pdf/Makefile.am
458 * manual/de/dist/ps/Makefile.am
459 * manual/de/dist/txt/Makefile.am
460 * manual/dist/html/Makefile.am
461 * manual/dist/pdf/Makefile.am
462 * manual/dist/ps/Makefile.am
463 * manual/dist/txt/Makefile.am
464 * manual/es/dist/html/Makefile.am
465 * manual/es/dist/pdf/Makefile.am
466 * manual/es/dist/ps/Makefile.am
467 * manual/es/dist/txt/Makefile.am
468 * manual/fr/dist/html/Makefile.am
469 * manual/fr/dist/pdf/Makefile.am
470 * manual/fr/dist/ps/Makefile.am
471 * manual/fr/dist/txt/Makefile.am
472 * manual/pl/dist/html/Makefile.am
473 * manual/pl/dist/pdf/Makefile.am
474 * manual/pl/dist/ps/Makefile.am
475 * manual/pl/dist/txt/Makefile.am
476 1) Downgrade autoconf requirements to 2.59 to allow
477 building on oldest supported Linux distributions.
478 2) Only try to build manuals if the needed software
481 2010-10-02 [colin] 3.7.6cvs48
483 * src/plugins/trayicon/trayicon.c
484 And fix theme updating.
486 2010-10-02 [colin] 3.7.6cvs47
488 * src/plugins/trayicon/trayicon.c
489 Got burnt by wrong indentation!
491 2010-10-02 [colin] 3.7.6cvs46
494 Forgot to remove the directory from top-level
496 2010-10-02 [colin] 3.7.6cvs45
498 * src/plugins/trayicon/Makefile.am
499 * src/plugins/trayicon/trayicon.c
500 * src/plugins/trayicon/libeggtrayicon/.cvsignore
501 * src/plugins/trayicon/libeggtrayicon/Makefile.am
502 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
503 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
504 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
505 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
506 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
507 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
508 * src/plugins/trayicon/libeggtrayicon/xembed.h
509 Finally get rid of Eggtrayicon, use GtkStatusIcon
510 instead (which can be done safely now that we
513 2010-10-02 [colin] 3.7.6cvs44
521 * src/editaddress_other_attributes_ldap.c
524 * src/grouplistdialog.c
530 * src/message_search.c
533 * src/summary_search.c
536 * src/etpan/imap-thread.c
538 * src/gtk/gtkcmclist.c
539 * src/gtk/gtkcmoptionmenu.c
542 * src/gtk/gtkvscrollbutton.c
543 * src/plugins/pgpcore/select-keys.c
544 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
545 Undeprecate for GTK+2.22. Patch by Reed Loden.
546 Fixes bug #2276, 'Compile in maintainer mode
549 2010-10-02 [colin] 3.7.6cvs43
552 It's now time to remove the temporary enable-openssl
553 option that was used when we removed OpenSSL. See
554 bug #2276 comment #14.
556 2010-09-30 [wwp] 3.7.6cvs42
558 * src/prefs_account.c
559 * src/prefs_filtering_action.c
560 * src/prefs_matcher.c
561 Fix bug #2274, wrong color label index range
562 used w/ gtk_cmoption_menu (behaviour change
563 has been introduced w/ 3.5.0cvs49 apparently),
564 now it must be 1..N so let's use colorlabel value
568 2010-09-20 [pawel] 3.7.6cvs41
575 2010-09-19 [pawel] 3.7.6cvs40
580 Set ML menus sensitivity accordingly to
581 possibility of reply to ML
583 2010-09-19 [colin] 3.7.6cvs39
586 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
587 to newsgroups, and NNTP accounts *can* send email. We
588 should not force an email account when replying to_ml or
591 2010-09-19 [colin] 3.7.6cvs38
594 Revert previous commit (which breaks Reply to newsgroups)
596 2010-09-17 [pawel] 3.7.6cvs37
599 Respect reply_account_autosel when changing compose
600 account to email one while replying to NNTP post
602 2010-09-17 [wwp] 3.7.6cvs36
604 * doc/man/claws-mail.1
605 Update --compose documentation in `man claws-mail`.
607 2010-09-12 [pawel] 3.7.6cvs35
610 Add forgotten bit to previous commit,
611 select email account when replying to ML
613 2010-09-12 [pawel] 3.7.6cvs34
616 Fix bug #2247 "nntp reply-to-all broken?"
617 Make reply-to-all and reply-to-ml work as expected in
618 mailing list through NNTP case
620 2010-09-11 [pawel] 3.7.6cvs33
625 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
626 fixes build with GTK+ < 2.18
628 2010-09-10 [pawel] 3.7.6cvs32
633 Make Tab key switch between FolderView, MsgView and
634 SummaryView only, other widgets have/can have their own
637 2010-08-25 [colin] 3.7.6cvs31
642 * src/common/base64.c
643 * src/common/base64.h
644 Fix bug #2245, "base64 decoding fails with line breaks"
645 Patch by Yotam Medini
647 2010-08-25 [colin] 3.7.6cvs30
650 Fix bug #2241, "Empty trash on exit fails on scripted exit"
652 2010-08-23 [pawel] 3.7.6cvs29
658 Hide progressbar on statusbar when not needed
660 2010-08-17 [colin] 3.7.6cvs28
663 Fix previous patch (our own tmp dir is inside
666 2010-08-16 [colin] 3.7.6cvs27
669 Use temp dir to store logs in Windows. Avoids doing
670 get_rc_dir() early, which prevents set_rc_dir()
673 2010-07-31 [holger] 3.7.6cvs26
675 * src/gtk/gtkshruler.c
676 Yet more GdkGC to Cairo porting
678 2010-07-30 [holger] 3.7.6cvs25
681 More GdkGC to Cairo porting
683 2010-07-30 [holger] 3.7.6cvs24
685 * src/gtk/colorlabel.c
688 2010-07-29 [holger] 3.7.6cvs23
691 Replace some gdk drawing with cairo, as the former
692 is going towards deprecation.
694 2010-07-25 [colin] 3.7.6cvs22
697 And now for a real fix. g_list_remove() doesn't, of
698 course, free the data. But we have to have a solid
699 pointer to it in order to free it ourselves instead
700 of relying on the old freed list pointer.
701 Maybe that's the last patch on the subject now ? :)
703 2010-07-25 [colin] 3.7.6cvs21
706 Remove stupid and extraneous g_free() of elements
707 which have just been freed by g_list_remove(). (see
708 GList documentation). I don't know how it worked before
710 2010-07-25 [colin] 3.7.6cvs20
713 Reverse free/use with more logical and safe
714 use/free. Thanks to Michael Rasmussen !
716 2010-07-24 [colin] 3.7.6cvs19
718 * src/gtk/quicksearch.c
719 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
720 'freeze when using quick search'
722 2010-07-11 [iwkse] 3.7.6cvs18
724 * src/gtk/quicksearch.c
725 Add SMALL_LAYOUT to quicksearch_relayout
727 2010-07-10 [iwkse] 3.7.6cvs17
730 Remove forgotten variable from
731 the last bugfix #2224
733 2010-07-10 [colin] 3.7.6cvs16
736 * src/gtk/quicksearch.c
737 Clean fix for bug #2224: don't mess with GTK settings when
738 handling the layout ourselves is enough
740 2010-07-09 [iwkse] 3.7.6cvs15
744 Better fix for Bug #2224
746 2010-07-09 [iwkse] 3.7.6cvs14
750 Always use stock icons on buttons
752 2010-07-08 [colin] 3.7.6cvs13
755 Fix bug 2223, 'Compilation fails with GTK+
756 2.21.3'. Thanks to Jan Psota !
758 2010-06-29 [pawel] 3.7.6cvs12
761 Revert 3.7.5cvs41, it breaks templates that use %X
763 2010-06-23 [wwp] 3.7.6cvs11
765 * src/gtk/colorlabel.c
766 Silent up a warning by avoiding possible confusion
767 in logical expression evaluation, thanks to TuxCM.
769 2010-06-21 [iwkse] 3.7.6cvs10
771 * src/gtk/quicksearch.c
772 Do not add into quicksearch history
773 matching rules with bad syntax
775 2010-05-26 [holger] 3.7.6cvs9
779 Add function to select rows given a list of messages,
780 complementary to summary_get_selected_msg_list()
782 2010-05-22 [mir] 3.7.6cvs8
785 Fix bug 2208. Encode encrypted password to qouted
786 printable to avoid making invalid XML. Encoding
787 will be activated the first time the password is
790 2010-05-22 [paul] 3.7.6cvs7
792 * manual/advanced.xml
796 after using the compose margin for several days
797 I wanted the old style back - add a new hidden
798 pref 'show_compose_margin' to restore the old
799 behaviour (defaults to FALSE)
801 2010-05-14 [paul] 3.7.6cvs6
804 add a margin to the compose window text that matches
805 the margin in textview
807 2010-05-14 [colin] 3.7.6cvs5
809 * src/gtk/sslcertwindow.c
810 Fix dangling pointer. Thanks to Michael R!
812 2010-05-14 [colin] 3.7.6cvs4
814 * src/gtk/sslcertwindow.c
815 Fix bug 1993, 'Cannot send mail when SSL certificate is
816 expired but certificate check is skipped' and maybe
817 bug 2200, 'SSL is not working with POP3'
819 2010-05-14 [colin] 3.7.6cvs3
821 * src/plugins/pgpinline/pgpinline.c
822 Fix bug 2205, 'PGPInline: segfault on malformed mails'
824 2010-05-04 [iwkse] 3.7.6cvs2
826 * src/prefs_message.c
827 Get a generic name as 'Quotation' for
830 2010-05-04 [iwkse] 3.7.6cvs1
832 * src/prefs_message.c
837 Option for collapsing via double-click
839 2010-05-01 [paul] 3.7.6
845 2010-05-01 [paul] 3.7.5cvs55
847 * tools/claws.i18n.status.pl
850 2010-05-01 [paul] 3.7.5cvs54
853 add YUP, new Ukrainian translator
855 2010-04-30 [paul] 3.7.5cvs53
859 add Ukrainian translation, submitted by YUP
868 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
869 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
870 Tiago Faria, and Slavko
872 2010-04-26 [wwp] 3.7.5cvs52
877 2010-04-26 [mones] 3.7.5cvs51
882 2010-04-22 [pawel] 3.7.5cvs50
887 first NULL check pointer, then use it
889 2010-04-22 [colin] 3.7.5cvs49
892 Fix error message when session isn't established
894 Update translation and fix a typo in it
896 2010-04-15 [pawel] 3.7.5cvs48
898 * src/prefs_account.c
899 Fix Bug 2144 'When creating an account with IMAP4+SSL,
900 the port isn't configured properly'
901 When using SSL/TLS tunneling automatically use default
902 ports for encrypted connections: smtps, pop3s, imaps, nntps
904 2010-04-15 [pawel] 3.7.5cvs47
907 Fix crasher in actions using '%f' argument
908 on multiple files with external scripts which
909 don't return any output.
911 2010-04-14 [colin] 3.7.5cvs46
914 Fix hand cursor after error symbol appears
916 2010-04-12 [colin] 3.7.5cvs45
919 Fix bug 2162, 'configure check for libetpan
920 fails with libetpan 1.0'
923 2010-04-09 [mones] 3.7.5cvs44
925 * manual/de/glossary.xml
926 Fix encoding to match main document's
927 Also fixes make dist with Debian's openjade
929 2010-03-29 [pawel] 3.7.5cvs43
931 * src/matcher_parser.h
932 * src/matcher_parser_parse.y
933 * src/gtk/quicksearch.c
934 Disable matcher warnings when populating quicksearch
935 completion lists on startup
937 2010-03-27 [colin] 3.7.5cvs42
939 * src/gtk/quicksearch.c
940 Fix double-free later in code. Optimize
943 2010-03-27 [pawel] 3.7.5cvs41
946 Make sure that quote ends with new line char
948 2010-03-26 [pawel] 3.7.5cvs40
953 Fix Bug 1928 Add "reply to this address" pop menu
955 - Set composing account to email one when creating/replying
956 from NNTP folder by clicking link or choosing option
960 2010-03-25 [paul] 3.7.5cvs39
962 * src/gtk/gtkcmclist.c
963 Fix build with GTK+ 2.20
965 2010-03-24 [pawel] 3.7.5cvs38
970 * src/grouplistdialog.c
974 * src/prefs_account.c
975 * src/gtk/gtkcmclist.c
976 * src/gtk/gtkcmctree.c
977 * src/gtk/gtkcmoptionmenu.c
978 * src/gtk/gtksctree.c
979 * src/gtk/gtkshruler.c
982 * src/gtk/gtkvscrollbutton.c
983 * src/gtk/inputdialog.c
984 * src/gtk/spell_entry.c
985 * src/plugins/trayicon/trayicon.c
986 * src/plugins/trayicon/libeggtrayicon/Makefile.am
987 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
988 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
989 Fix build with GTK+ 2.19
991 2010-03-23 [pawel] 3.7.5cvs37
995 Respect view->show_col_headers option
996 * src/gtk/gtkcmctree.c
997 Fix GtkCmcTree column width calculation when it has
998 auto_resize set and new node is added
1000 2010-03-22 [pawel] 3.7.5cvs36
1002 * src/grouplistdialog.c
1003 * src/prefs_common.c
1004 * src/prefs_common.h
1005 - remember newsgroups list dialog size
1006 - respect use_dotted_lines hidden pref
1007 - respect use_stripes_everywhere hidden pref
1009 2010-03-21 [pawel] 3.7.5cvs35
1012 Remove superfluous gtk_widget_show_all()
1015 * src/common/utils.c
1018 2010-03-21 [pawel] 3.7.5cvs34
1021 * src/gtk/quicksearch.c
1022 * src/gtk/quicksearch.h
1023 Implement separate search phrase completion for
1024 normal/extended quicksearch
1026 2010-03-11 [paul] 3.7.5cvs33
1029 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1030 submitted by Yuwei Yu
1032 2010-03-09 [colin] 3.7.5cvs32
1034 * manual/de/glossary.xml
1037 2010-03-02 [colin] 3.7.5cvs31
1039 * manual/de/glossary.xml
1040 Sort alphabetically. Done by Volker Ribbert.
1042 2010-03-02 [mones] 3.7.5cvs30
1045 Fix mailing list archives location
1046 Remove currently unavailable CVS webview
1048 2010-03-01 [iwkse] 3.7.5cvs29
1050 * src/common/plugin.c
1051 Other indentation issues
1053 2010-03-01 [iwkse] 3.7.5cvs28
1055 * src/common/plugin.c
1056 Fix indentation of the previous commit
1058 2010-03-01 [iwkse] 3.7.5cvs27
1060 * src/common/plugin.h
1061 * src/common/plugin.c
1062 Add API for getting a loaded Plugin from the
1063 plugin's name, plugin_get_loaded_by_name (const gchar *name)
1064 Thanks to Colin, Michael
1066 2010-02-27 [colin] 3.7.5cvs26
1071 * manual/Makefile.am
1072 * manual/de/Makefile.am
1073 * manual/de/account.xml
1075 * manual/de/addrbook.xml
1076 * manual/de/advanced.xml
1077 * manual/de/claws-mail-manual.xml
1079 * manual/de/glossary.xml
1081 * manual/de/handling.xml
1082 * manual/de/intro.xml
1083 * manual/de/keyboard.xml
1084 * manual/de/plugins.xml
1085 * manual/de/starting.xml
1086 * manual/de/dist/.cvsignore
1087 * manual/de/dist/Makefile.am
1088 * manual/de/dist/html/.cvsignore
1089 * manual/de/dist/html/Makefile.am
1090 * manual/de/dist/pdf/.cvsignore
1091 * manual/de/dist/pdf/Makefile.am
1092 * manual/de/dist/ps/.cvsignore
1093 * manual/de/dist/ps/Makefile.am
1094 * manual/de/dist/txt/.cvsignore
1095 * manual/de/dist/txt/Makefile.am
1096 Add the german translation of the manual, done by
1097 Volker Ribbert <thoraki@arcor.de>.
1099 2010-02-27 [holger] 3.7.5cvs25
1101 * src/prefs_toolbar.c
1102 Don't make toolbar item description for
1103 plugin registered items editable
1105 2010-02-26 [colin] 3.7.5cvs24
1108 Don't translate empty description
1110 2010-02-22 [colin] 3.7.5cvs23
1113 Don't make In-Reply-To visible when reediting
1114 a draft or sent mail.
1116 2010-02-20 [colin] 3.7.5cvs22
1122 * src/etpan/imap-thread.c
1123 * src/etpan/imap-thread.h
1124 * src/etpan/nntp-thread.c
1125 * src/etpan/nntp-thread.h
1126 When going offline from NetworkManager, just
1127 delete IMAP connections. That'll avoid timeouts
1128 when coming back online in certain cases when
1129 the TCP socket will have timed out.
1131 2010-02-20 [holger] 3.7.5cvs21
1134 More files to ignore
1136 2010-02-17 [ticho] 3.7.5cvs20
1143 2010-02-16 [ticho] 3.7.5cvs19
1148 Removed unused argument from summary_open_row().
1150 2010-02-10 [pawel] 3.7.5cvs18
1153 - fix headers filtering when prefs_common.trans_hdr is on
1154 - fix headers setting when changing composing account
1156 * src/prefs_template.c
1157 Re-add template's name for translation
1159 2010-02-10 [colin] 3.7.5cvs17
1161 * src/prefs_matcher.c
1162 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1163 Condition>Define>Header>Name combo box'. Patch by
1166 2010-02-10 [colin] 3.7.5cvs16
1176 Add the GB18030 Chinese charset, which is a superset
1177 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1179 2010-02-09 [holger] 3.7.5cvs15
1182 GTK+ 2.10 related cleanup
1184 2010-02-09 [pawel] 3.7.5cvs14
1186 * src/prefs_account.c
1187 * src/prefs_folder_item.c
1188 * src/prefs_template.c
1190 Respect prefs_common.trans_hdr in couple more places to avoid
1191 confusion with translated/non-translated header names
1193 2010-02-09 [colin] 3.7.5cvs13
1198 2010-02-09 [colin] 3.7.5cvs12
1201 And fix 2.10 build :)
1203 2010-02-09 [colin] 3.7.5cvs11
1206 Bump up GTK+ requirement to 2.10
1215 * src/prefs_actions.c
1216 * src/prefs_common.c
1217 * src/prefs_common.h
1218 * src/prefs_ext_prog.c
1219 * src/prefs_filtering_action.c
1221 * src/prefs_image_viewer.c
1222 * src/prefs_matcher.c
1223 * src/prefs_msg_colors.c
1224 * src/prefs_summaries.c
1225 * src/prefs_template.c
1231 * src/gtk/Makefile.am
1233 * src/gtk/gtkcmclist.c
1234 * src/gtk/gtkcmctree.c
1235 * src/gtk/gtkutils.c
1236 * src/gtk/quicksearch.c
1237 Remove all compile-time conditionals depending on
1241 * src/gtk/gtksourceprintjob.c
1242 * src/gtk/gtksourceprintjob.h
1243 Remove libgnomeprint-based printing system (and
1244 command-line-based printing system) as GTK+ 2.10
1245 ships with print support.
1247 2010-02-08 [mir] 3.7.5cvs10
1250 Avoid displaying Bcc headers in message sent
1251 to NNTP servers. Thanks to Henning Mersch.
1254 2010-02-08 [pawel] 3.7.5cvs9
1257 Make tooltips less cryptic
1258 * src/gtk/description_window.c
1259 Improve window size calculation
1261 2010-02-08 [pawel] 3.7.5cvs8
1265 * src/common/utils.c
1266 * src/common/utils.h
1268 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1269 Patch by Laurent Bigonville with slight modifications
1271 2010-02-03 [pawel] 3.7.5cvs7
1274 Add some libtool files to ignore
1276 2010-02-03 [pawel] 3.7.5cvs6
1278 * src/plugins/trayicon/trayicon.c
1279 Save and then restore focus when closing/minimizing to tray
1281 2010-02-03 [mir] 3.7.5cvs5
1289 Save LDAP password encrypted. See bug 2113.
1292 2010-02-03 [colin] 3.7.5cvs4
1295 Fix again decoding of encrypted parts. The
1296 reverting of the patch was wrong, as the
1297 double-decoding was fixed in smime itself.
1298 Thanks to Matthias Drochner again...
1300 2010-02-02 [colin] 3.7.5cvs3
1302 * src/plugins/smime/smime.c
1304 Revert 3.7.4cvs2 and make a better patch for bug
1305 2059 and 2076. Patch by Matthias Drochner
1307 2010-01-31 [pawel] 3.7.5cvs2
1310 Fix hungarian translator's name
1312 2010-01-31 [pawel] 3.7.5cvs1
1316 Fix Bug 2107 - Arrow keys don't work in message view window
1318 2010-01-31 [paul] 3.7.5
1325 2010-01-23 [pawel] 3.7.4cvs10
1328 Fix button sensitivity in compose mode
1330 2010-01-23 [pawel] 3.7.4cvs9
1333 * tools/kdeservicemenu/install.sh
1334 * tools/make.themes.project
1335 * tools/nautilus2claws-mail.sh
1336 * tools/popfile-link.sh
1337 * tools/textviewer.sh
1338 Not all systems have bash installed in /bin, use env(1) to find
1341 2010-01-22 [pawel] 3.7.4cvs8
1343 * src/prefs_account.c
1344 * src/prefs_filtering.c
1346 * src/gtk/colorlabel.c
1347 Add some separators in combos
1349 2010-01-22 [pawel] 3.7.4cvs7
1352 --disable-aspell -> --disable-enchant
1354 Fix options spacing in configure --help
1356 Make wizard's window centered on the screen
1358 2010-01-19 [holger] 3.7.4cvs6
1362 Introduce folder_get_item_from_identifier().
1363 In contrast to folder_find_item_from_identifier(), this
1364 function recursively creates the FolderItems in the id path.
1365 Useful for programmatically creating folders (e.g. by plugins)
1367 2010-01-17 [pawel] 3.7.4cvs5
1372 2010-01-16 [colin] 3.7.4cvs4
1374 * src/plugins/pgpcore/sgpgme.c
1375 Probably fix bug 2098, 'claws-mails crashes frequently
1376 with pgpcore'. Fix double-free.
1378 2010-01-16 [holger] 3.7.4cvs3
1380 * src/prefs_toolbar.h
1383 2010-01-15 [colin] 3.7.4cvs2
1386 Decode mimeinfo before decrypting it. Probably
1387 fixes bug 2059 'gpgme >=1.1.8 not compatible
1388 with S/MIME encryption' and bug 2076 'having
1389 worked 2 times properly CLAWS ceased to
1390 decrypt incoming PGP mails -displays base64
1391 instead - sucks completely'
1392 Let's hope complete suckage ends here!
1393 Thanks to Matthias Drochner.
1395 2010-01-08 [paul] 3.7.4cvs1
1397 * tools/claws.i18n.status.pl
1400 2010-01-08 [paul] 3.7.4
1407 2010-01-08 [paul] 3.7.3cvs57
1421 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1422 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1423 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1426 2010-01-08 [paul] 3.7.3cvs56
1428 * src/common/utils.c
1429 fix bug 2089, 'URLs ending with an underscore ('_')
1430 are not correctly parsed'. thanks to Johan
1432 2010-01-05 [colin] 3.7.3cvs55
1435 Update french translation
1437 2010-01-04 [mones] 3.7.3cvs54
1440 Update Spanish translation
1442 2010-01-04 [mones] 3.7.3cvs53
1444 * manual/plugins.xml
1446 * manual/es/claws-mail-manual.xml
1447 * manual/es/intro.xml
1448 * manual/es/plugins.xml
1449 Synchronise with English version
1451 2010-01-03 [paul] 3.7.3cvs52
1456 update TEAM_LIST, fix encoding
1458 2010-01-03 [mir] 3.7.3cvs51
1461 When composing to a NNTP list TO: will always be preset
1462 to the NNTP list unless user has chosen some other default
1463 in which case we will handle this the normal way. Therefore
1464 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1466 2010-01-01 [paul] 3.7.3cvs50
1469 bump copyright year whilst it's in mind
1471 2009-12-31 [paul] 3.7.3cvs49
1473 * manual/claws-mail-manual.xml
1475 * manual/plugins.xml
1476 fix links so that they make sense in the context of the
1477 text version of the manual
1479 2009-12-31 [paul] 3.7.3cvs48
1482 * manual/plugins.xml
1483 updates, improvements, corrections, additions
1485 2009-12-29 [pawel] 3.7.3cvs47
1487 * src/prefs_filtering_action.c
1488 Fix Bug 2082 'Wrong color rectangle position when replacing
1489 "color" processing rule'
1491 2009-12-29 [colin] 3.7.3cvs46
1494 Fix bug 2074, 'Remember sending account
1497 2009-12-20 [holger] 3.7.3cvs45
1500 Delay CREATED_HOOKLIST invokation until
1501 after the modifications to the compose window
1502 are done, to allow hooks to further modify the
1503 window without getting overridden again
1505 2009-12-20 [holger] 3.7.3cvs44
1507 * src/prefs_toolbar.h
1510 2009-12-20 [holger] 3.7.3cvs43
1512 * src/prefs_toolbar.c
1513 * src/prefs_toolbar.h
1515 Pass window struct to caller
1517 2009-12-20 [holger] 3.7.3cvs42
1521 Add hooklist after creation of a compose window
1523 2009-12-19 [holger] 3.7.3cvs41
1525 * src/prefs_toolbar.c
1526 * src/prefs_toolbar.h
1528 Allow plugins to choose to which toolbar they want
1529 to add actions (main window, compose window, or message view)
1531 2009-12-19 [paul] 3.7.3cvs40
1534 fix statusbar in GTK+ 2.19.1
1536 2009-12-10 [pawel] 3.7.3cvs39
1539 Better fix for cvs28 regression
1541 2009-12-10 [iwkse] 3.7.3cvs38
1544 Fix some indentation
1546 2009-12-10 [iwkse] 3.7.3cvs37
1549 Add missing checks for gtkaspell: avoid
1550 crashing in some cases when Enchant is
1551 enabled but the spell checker is disabled
1554 2009-12-09 [colin] 3.7.3cvs36
1557 Fix leak and unchecked accesses.
1559 2009-12-09 [mir] 3.7.3cvs35
1562 Fix Bug 2072 "template at folder properties is not working"
1563 introduced in cvs24.
1565 2009-12-08 [pawel] 3.7.3cvs34
1568 When 'Reply All' remove current compose address from
1569 Cc/Bcc list - fix for regression introduced in cvs28
1571 2009-12-05 [pawel] 3.7.3cvs33
1574 Fix memory management, duh!
1576 2009-12-04 [pawel] 3.7.3cvs32
1579 Use case insensitive comparison in search for
1582 Refresh scrollbars on every window open
1584 2009-12-04 [pawel] 3.7.3cvs31
1587 Highlight misspelled words when applying template and
1588 check_while_typing option is on
1590 2009-12-03 [pawel] 3.7.3cvs30
1593 Highlight misspelled words in text inserted from file(s)
1594 or pasted to message body when check_while_typing
1597 2009-12-02 [pawel] 3.7.3cvs29
1600 Revert first part of previous commit
1602 2009-12-02 [pawel] 3.7.3cvs28
1605 Fix Bug 2055 "duplicate mailing list reply if
1606 List-Post + Reply-To present"
1607 - Ignore Reply-To if answering to ML
1608 - Improve parsing of List-Post header
1610 2009-12-02 [pawel] 3.7.3cvs27
1614 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1615 email had user in "From" and "CC"
1616 Don't allow duplicate addresses in compose window headers
1618 2009-12-02 [mones] 3.7.3cvs26
1621 * manual/es/intro.xml
1622 * manual/fr/intro.xml
1623 * manual/it/intro.xml
1624 * manual/pl/intro.xml
1625 Make URL to point current site
1627 2009-12-01 [holger] 3.7.3cvs25
1631 Introduce new drag type "claws-mail/msg-path-list" for
1632 drag'n'drop of a message selection from the summaryview
1633 into other applications. The drag data gets set to the
1634 folder-item-id followed by message ids, separated by newlines.
1635 This enables other applications to back-link to Claws Mail
1636 via a "claws-mail --select" call after they received a drop.
1638 2009-11-30 [mir] 3.7.3cvs24
1641 Place cursor in compose window according to provided input
1642 If to: is present place cursor in subject field and if both
1643 to: and subject: is present place cursor in body. If body: is
1644 present insert a new line after text and place cursor there.
1646 2009-11-27 [mones] 3.7.3cvs23
1648 * src/gtk/quicksearch.c
1649 Allow viewing longer expressions if there's space
1651 2009-11-25 [holger] 3.7.3cvs22
1654 * src/common/Makefile.am
1655 * src/common/utils.c
1656 * src/common/utils.h
1657 Add a function to query the
1658 filepath of the .desktop file
1660 2009-11-25 [colin] 3.7.3cvs21
1663 Fix bug 2063, 'glib assertion in GRelation use in
1666 2009-11-24 [pawel] 3.7.3cvs20
1668 * src/common/utils.c
1669 Fix Bug 2053 'Inconsistent application of Coloration
1671 Don't allow '<' character between quotation marks
1673 2009-11-21 [holger] 3.7.3cvs19
1676 Modify cairo clip handling in preview windows,
1677 to prevent print preview windows from being blank
1678 with GTK+ 2.18. Follow recommendation of the GTK+
1679 documentation (section "Migrating to client side windows")
1680 and create a new cairo context for each expose event.
1682 2009-11-19 [pawel] 3.7.3cvs18
1685 complete 3.7.3cvs15 so install is DESTDIR safe
1686 remove icons with changed names on uninstall
1688 2009-11-18 [pawel] 3.7.3cvs17
1691 remove unneeded and code-duplicating function
1693 2009-11-18 [pawel] 3.7.3cvs16
1696 Fix Bug 2057 'Claws mail does not keep renamed names
1697 of nntp-subscribed groups'
1698 Check for already subscribed group using item->path for group
1699 comparision as folders item->path != item->name may be truth
1700 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1702 2009-11-17 [pawel] 3.7.3cvs15
1705 Fix Bug 2049 'some icons not copied?'
1706 Install additional 64x64 and 128x128 icons
1708 2009-11-17 [holger] 3.7.3cvs14
1710 * src/prefs_toolbar.c
1711 * src/prefs_toolbar.h
1714 Allow plugins to register toolbar items
1716 2009-11-11 [pawel] 3.7.3cvs13
1722 Fix Bug 1867 Changing account does not change BCC address
1723 Set account specific headers when changing account
1726 2009-11-07 [colin] 3.7.3cvs12
1728 * src/gtk/prefswindow.c
1729 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1732 2009-11-07 [colin] 3.7.3cvs11
1734 * src/gtk/spell_entry.c
1735 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1736 Patch by Pawel Pekala
1738 2009-10-27 [colin] 3.7.3cvs10
1741 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1742 Don't try to check whether the folder is up-to-date if
1743 the folder class doesn't implement set_mtime, as we don't
1744 care in this case. This code exists since a long time, but
1745 the bug was triggered by more scanning of queue folders
1746 since recently (when we added \Deleted handling).
1748 2009-10-27 [colin] 3.7.3cvs9
1751 Try to fix registering as default client
1754 2009-10-21 [wwp] 3.7.3cvs8
1756 * src/common/utils.c
1757 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1759 2009-10-21 [wwp] 3.7.3cvs7
1761 * src/common/utils.c
1762 Don't core dump when attempting to insert a non-existing
1763 file using a mailto: uri (g_error does core dump).
1765 2009-10-20 [colin] 3.7.3cvs6
1767 * src/common/utils.c
1768 Don't g_error on normal warnings...
1770 2009-10-20 [colin] 3.7.3cvs5
1772 * src/plugins/pgpcore/sgpgme.c
1773 Fix bug 1996, 'S/MIME key not selected'
1774 Check for S/MIME certs too
1776 2009-10-20 [colin] 3.7.3cvs4
1778 * src/common/w32lib.h
1779 Fix win32 build on latest mingw32
1781 2009-10-20 [colin] 3.7.3cvs3
1786 Fix LDIF export. Patch by Michael Rasmussen
1788 2009-10-18 [paul] 3.7.3cvs2
1790 * tools/claws.i18n.status.pl
1791 increase the value of $transolddays since we're relasing less
1793 rework the en_GB.po hack so that en_GB is always 100% translated
1794 and recently updated
1796 2009-10-17 [paul] 3.7.3cvs1
1798 * src/prefs_account.c
1799 * src/prefs_compose_writing.c
1800 * src/prefs_receive.c
1801 * src/prefs_summaries.c
1802 * src/prefs_wrapping.c
1803 reword a few labels. (this incorporates everything
1804 that seemed worthwhile from bug 2020)
1805 * src/prefs_customheader.c
1806 use a 'Browse' button instead of button with
1807 label 'From file...'
1811 * CVS repository change
1813 2009-10-09 [paul[ 3.7.3
1815 version 3.7.3 unleashed!!
1817 2009-10-07 [paul] 3.7.2cvs49
1822 fix Bug 1994 - Changing colors required restart.
1823 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1824 more accurate folderview_reinit_fonts()
1826 2009-10-07 [paul] 3.7.2cvs48
1829 * src/prefs_common.c
1830 * src/prefs_common.h
1831 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
1832 patch by Pawel Pekala
1834 2009-10-07 [paul] 3.7.2cvs47
1842 updated by David Vachulka, Stephan Sachse and Marc Arens,
1843 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1846 2009-10-06 [colin] 3.7.2cvs46
1849 French translation update
1851 2009-10-05 [paul] 3.7.2cvs45
1854 enable Page Size and Orientation in the print dialog,
1855 GTK+ >= 2.18.x only. Patch by Mark__T
1857 2009-10-05 [paul] 3.7.2cvs44
1859 * src/prefs_summaries.c
1860 fix label, startup --> start-up, to match other uses of the
1863 2009-10-05 [paul] 3.7.2cvs43
1866 updated by Emilian Nowak
1868 2009-10-03 [colin] 3.7.2cvs42
1872 * src/gtk/gtkcmclist.c
1873 * src/gtk/gtkvscrollbutton.c
1874 * src/gtk/logwindow.c
1876 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1877 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1878 Fix warning at start
1880 2009-09-28 [colin] 3.7.2cvs41
1884 * src/prefs_folder_item.c
1885 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1887 2009-09-28 [colin] 3.7.2cvs40
1889 * src/prefs_summaries.c
1890 * src/gtk/sslcertwindow.c
1891 Fix bug 2006, 'Non-utf8 strftime(3) date strings
1892 shows up garbled in GUI'. Patch by Pawel Pekala
1894 2009-09-24 [iwkse] 3.7.2cvs39
1897 That's only for statistics, of course :)
1899 2009-09-24 [iwkse] 3.7.2cvs38
1904 2009-09-24 [iwkse] 3.7.2cvs37
1907 Revert unwanted change
1909 2009-09-24 [iwkse] 3.7.2cvs36
1912 Fix issue with filtering actions and
1915 2009-09-20 [mones] 3.7.2cvs35
1917 * tools/convert_mbox.pl
1918 Add -R flag to support recursive conversions
1919 of arbitrary Evolution mail folders, based on
1920 bash script by Daniel Dickinson (fixes debian
1922 * tools/popfile-link.sh
1923 Set required shell for script (fixes debian
1926 2009-09-16 [colin] 3.7.2cvs34
1929 Go grab files in /etc/skel if they exist
1932 2009-09-15 [colin] 3.7.2cvs33
1935 Complete 3.7.1cvs42: only output directly to
1936 final file if we get NULL byes at the start.
1937 Still fixes saving UTF16 files, but also
1938 fixes displaying Base64 parts with decoding
1939 errors (parts without errors get displayed)
1941 2009-09-14 [colin] 3.7.2cvs32
1945 * src/matcher_parser_parse.y
1946 * src/prefs_matcher.c
1947 Add 'has_attachment' and 'signed' matcher
1948 expressions. Patch by Aleksei Miheev, fixes
1951 2009-09-14 [colin] 3.7.2cvs31
1953 * src/common/utils.c
1954 Add "Re :" prefix from french Yahoo mail.
1955 Patch by Didier Barvaux, fixes bug 1999
1957 2009-09-10 [mones] 3.7.2cvs30
1959 * manual/plugins.xml
1960 Fix sites supported by SpamReport
1961 * manual/es/plugins.xml
1962 Synchronise Spanish manual
1964 2009-09-07 [holger] 3.7.2cvs29
1967 Also update the icon cache on uninstall.
1968 This prevents possible problems when Claws Mail was
1969 uninstalled and installed again into a different location,
1970 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1971 and the blog post linked therein
1973 2009-09-07 [paul] 3.7.2cvs28
1975 * src/prefs_toolbar.c
1976 when updating the main toolbar icons just update
1977 the main toolbar (and consequently fix a bug where
1978 folderview icons would disappear)
1980 2009-08-30 [holger] 3.7.2cvs27
1983 Do case-insensitive comparison against
1984 header names when extracting recipients
1987 2009-08-23 [colin] 3.7.2cvs26
1990 Probably fix RH bug 512024, " folder.c:3543
1991 Condition msglist != NULL failed"
1993 2009-08-23 [colin] 3.7.2cvs25
1995 * src/prefs_compose_writing.c
1996 Make the maximum size warning bigger. Patch
1997 by Didier Barvaux on bug 1986.
1999 2009-08-21 [colin] 3.7.2cvs24
2002 Previous commit: move the function into compose_insert_file
2003 so that it's also used on drag-n-drop
2005 2009-08-21 [colin] 3.7.2cvs23
2008 Fix scrolling when adding an header
2010 2009-08-21 [colin] 3.7.2cvs22
2013 * src/prefs_common.c
2014 * src/prefs_common.h
2015 * src/prefs_compose_writing.c
2016 * src/common/utils.c
2017 Fix bug 1986, "New feature: warn user when inserting
2018 a large file in the message body". Patch by Didier
2021 2009-08-21 [colin] 3.7.2cvs21
2025 * src/common/utils.c
2026 Fix bug 1984: Add R�f. : reply prefix (french
2027 Lotus Notes); patch by Didier Barvaux
2029 2009-08-21 [colin] 3.7.2cvs20
2033 Fix bug 1969, 'Bad guess for outgoing encoding'
2034 Make sure the specific converters (japanese in
2035 this case) can return success/error in strict
2036 mode, instead of silently failing back to
2039 2009-08-20 [holger] 3.7.2cvs19
2043 Make it possible for code outside
2044 compose (e.g. plugins) to attach files
2046 2009-08-20 [colin] 3.7.2cvs18
2049 Fix crash when accessing IMAP soon
2051 2009-08-18 [colin] 3.7.2cvs17
2054 Maybe fix crash on non-existent LDAP server
2056 2009-08-04 [colin] 3.7.2cvs16
2059 Fix toolbar's spacing that breaks dark
2060 themes (patch from http://blogs.igalia.com/aperez/
2061 2009/07/making-claws-mail-look-better/)
2063 2009-07-28 [colin] 3.7.2cvs15
2066 * src/addrcustomattr.c
2068 * src/addressbook_foldersel.c
2076 * src/editldap_basedn.c
2087 * src/prefs_actions.c
2088 * src/prefs_customheader.c
2089 * src/prefs_display_header.c
2090 * src/prefs_filtering.c
2091 * src/prefs_folder_column.c
2092 * src/prefs_matcher.c
2093 * src/prefs_summary_column.c
2094 * src/prefs_summary_open.c
2095 * src/prefs_template.c
2098 Fix bug 1950, 'Program freeze up during folder selection'
2099 Don't leave hidden windows modal
2101 2009-07-28 [colin] 3.7.2cvs14
2104 Fix bug 1957, 'LDAP errs out after searching too
2107 2009-07-28 [colin] 3.7.2cvs13
2110 Fix bug 1966, '"Collapse all threads" slower than
2111 "Expand all threads"'
2113 2009-07-28 [colin] 3.7.2cvs12
2115 * src/common/session.c
2116 Fix bug 1967, 'Claws gets stuck after accepting
2117 a certificate warning dialog'
2119 2009-07-19 [paul] 3.7.2cvs11
2121 * manual/plugins.xml
2122 a few small changes to the English
2124 2009-07-18 [mones] 3.7.2cvs10
2126 * manual/plugins.xml
2127 Add new bsfilter and fancy plugins to the docs
2128 and a note about dealing with plugins of the same class
2129 * src/prefs_account.c
2130 Fix extra space at the end typo
2132 2009-07-16 [colin] 3.7.2cvs9
2135 Fix wrong return without unlocking; thanks
2138 2009-07-14 [colin] 3.7.2cvs8
2141 Fix bug 1954, 'Segfault on reading wrong STATUS'
2143 2009-07-10 [colin] 3.7.2cvs7
2145 * src/plugins/pgpcore/plugin.def
2146 * src/common/utils.h
2149 2009-07-10 [colin] 3.7.2cvs6
2151 * src/prefs_display_header.c
2152 Fix bug 1951, 'C-Mail dumps core when editing
2153 displayed headers'. Patch by Alexey Rusakov
2155 2009-07-10 [colin] 3.7.2cvs5
2158 Fix bug 1952, 'Deleted mails in Queue folder
2161 2009-07-09 [colin] 3.7.2cvs4
2163 * src/gtk/spell_entry.c
2164 Fix bug 1949, 'Spell checker doesn't recognise
2165 certain word in Subject header, but does in
2166 message body'. Patch by Pawel Pekala.
2168 2009-07-09 [paul] 3.7.2cvs3
2171 use pkgconfig to check for the minimum required
2174 2009-07-06 [colin] 3.7.2cvs2
2176 * src/prefs_customheader.c
2179 2009-07-04 [paul] 3.7.2cvs1
2181 * tools/claws.i18n.status.pl
2184 2009-07-03 [paul] 3.7.2
2191 2009-07-03 [paul] 3.7.1cvs85
2198 added new translations by Tiago Faria and Slavko
2211 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2212 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2213 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2214 Goncalves Guimaraes, Aleksei Miheev
2216 2009-07-01 [colin] 3.7.1cvs84
2218 * src/prefs_common.c
2219 Fix bug 1940, 'Doesn't open links in
2220 user's default browser'. Turn the preference
2221 to TRUE by default; that will only change the
2222 behaviour for new users.
2224 2009-06-29 [colin] 3.7.1cvs83
2228 * src/prefs_filtering_action.c
2229 Fix bug 1935, 'problems with very long filtering actions':
2230 Use a dynamic buffer in action to string, and a bigger
2231 buffer in string to action
2233 2009-06-29 [colin] 3.7.1cvs82
2235 * src/matcher_parser_lex.l
2236 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2238 2009-06-29 [colin] 3.7.1cvs81
2243 Fix crash (out-of-bounds tree column)
2244 * src/gtk/gtkcmctree.c
2245 * src/gtk/gtksctree.c
2246 Prevent using an out-of-bounds tree column
2248 2009-06-29 [colin] 3.7.1cvs80
2252 Leak fixes; patch by Pawel Pekala.
2254 2009-06-26 [colin] 3.7.1cvs79
2257 Sort by msgnum if dates are equal
2259 2009-06-24 [paul] 3.7.1cvs78
2262 make some (forgotten) strings translatable
2264 2009-06-19 [colin] 3.7.1cvs77
2267 Fix menu sensitiveness
2269 2009-06-18 [colin] 3.7.1cvs76
2272 * src/plugins/pgpcore/sgpgme.c
2273 * src/plugins/pgpcore/sgpgme.h
2274 * src/plugins/pgpmime/mypgpcore.def
2275 * src/plugins/pgpmime/pgpmime.c
2276 * src/plugins/smime/mypgpcore.def
2277 * src/plugins/smime/smime.c
2278 Use largefile support (and stop using our old GPGME
2279 hack on gpgme_data_seek/rewind)
2280 (See 1.9.12cvs44 to 46 - if this breaks things we
2283 2009-06-13 [colin] 3.7.1cvs75
2285 * src/gtk/spell_entry.c
2286 Fix assertion. We can put a NULL gtkaspell to
2287 an entry; it just means it won't be spell-checked.
2289 2009-06-12 [mones] 3.7.1cvs74
2293 * src/prefs_account.c
2294 * src/prefs_account.h
2295 * src/common/utils.c
2296 * src/common/utils.h
2297 Added preference to use account address in generated
2298 Message-Id. Fixes Debian bug #531052
2300 2009-06-12 [colin] 3.7.1cvs73
2303 Better fix, API-compatible with libgnutls13
2305 2009-06-12 [colin] 3.7.1cvs72
2308 Use compatibility mode in GnuTLS, and avoid problems with
2309 servers that don't comply 100% with the spec, but still
2312 2009-06-06 [iwkse] 3.7.1cvs71
2315 Ops..revert a mix with another patch
2317 2009-06-06 [iwkse] 3.7.1cvs70
2320 A better fix for the previous commit's issue
2322 2009-06-06 [iwkse] 3.7.1cvs69
2325 Fix shutting down of Claws Mail while a GTK_Return keypress
2326 event is sent to the Attach property window
2328 2009-06-05 [colin] 3.7.1cvs68
2331 Fix build on GTK+ 2.6
2333 2009-06-03 [mones] 3.7.1cvs67
2335 * tools/make.themes.project
2336 Oops! fix header, sorry Paul ;-)
2338 2009-06-03 [mones] 3.7.1cvs66
2340 * tools/make.themes.project
2341 Add support for PNG themes and other
2342 fixes i don't remember now... :)
2344 2009-06-02 [colin] 3.7.1cvs65
2347 * src/prefs_template.c
2349 Fix error messages in templates, and fix their
2352 2009-05-22 [colin] 3.7.1cvs64
2357 2009-05-22 [colin] 3.7.1cvs63
2360 Fix phantom button behind entry when
2361 changing fields via Tools/Reply mode.
2363 2009-05-22 [colin] 3.7.1cvs62
2368 2009-05-21 [mones] 3.7.1cvs61
2372 Add button to empty header lines with one click
2374 2009-05-21 [paul] 3.7.1cvs60
2378 * src/plugins/trayicon/trayicon.c
2379 when quitting from the trayicon, honour
2380 prefs_common.clean_on_exit
2382 2009-05-21 [paul] 3.7.1cvs59
2384 * src/gtk/Makefile.am
2385 remove duplicate entry
2386 thanks to Charles A Edwards
2388 2009-05-19 [paul] 3.7.1cvs58
2390 * src/send_message.c
2391 clear progressbar in the statusbar on 'Cancel'
2393 2009-05-16 [colin] 3.7.1cvs57
2399 2009-05-16 [colin] 3.7.1cvs56
2402 Remove msgnum>0 condition for removing messages
2403 from caches. There's no such condition on add.
2404 Fixes bug 1913, 'Allow to remove phantom
2405 messages from the cache'; patch by Fabian
2406 Keil <fk at fabiankeil.de>
2408 2009-05-12 [holger] 3.7.1cvs55
2412 Introduce hook after showing of the message view
2414 2009-05-11 [colin] 3.7.1cvs54
2417 Fix bug 1872, 'A: Cc: CCi: selector should
2418 default on same as preceding contact'
2420 2009-05-10 [holger] 3.7.1cvs53
2424 Add a hook to make it possible for plugins to
2425 modify the address completion list
2427 2009-05-06 [paul] 3.7.1cvs52
2431 fix bug 1915, 'Mails signed with smime.p7s
2432 display both signed and attachment icon.'
2434 2009-05-05 [colin] 3.7.1cvs51
2436 * src/common/utils.c
2439 2009-05-05 [colin] 3.7.1cvs50
2441 * src/common/utils.c
2442 Fix bug 1895, '(imap) cache issues when cache dir is on a
2443 different mountpoint than tempdir'
2445 2009-05-04 [colin] 3.7.1cvs49
2448 Probably fix bug 1914, 'Crash reading
2449 corrupted tags file'
2451 2009-04-26 [paul] 3.7.1cvs48
2454 * src/gtk/gtkaspell.h
2455 fix bug 1904, 'build mechanism looks for
2456 'enchant.h' in a wrong place'
2458 2009-04-25 [paul] 3.7.1cvs47
2461 gah! fix coding style!
2463 2009-04-25 [paul] 3.7.1cvs46
2467 if building with GTK+ >= 2.16 use
2468 gtk_orientable_set_orientation() instead of now
2469 deprecated gtk_toolbar_set_orientation()
2471 2009-04-24 [colin] 3.7.1cvs45
2474 Ask before sending if an attached file has
2477 2009-04-19 [paul] 3.7.1cvs44
2479 * src/prefs_common.c
2480 * src/prefs_common.h
2482 save About window size.
2483 patch by Pawel Pekala
2485 2009-04-12 [paul] 3.7.1cvs43
2487 * tools/csv2addressbook.pl
2488 add extra CSV fields that are now appended
2489 by thunderbird (version 2.0.0.21)
2491 2009-04-08 [colin] 3.7.1cvs42
2494 fix saving (but not displaying) of UTF-16
2497 2009-04-08 [colin] 3.7.1cvs41
2499 * src/gtk/manage_window.c
2500 Disable transient windows on win32 - seems to
2501 fix most focusing issues
2503 2009-04-05 [colin] 3.7.1cvs40
2506 Don't ask whether we want to send deleted mails in queue
2507 folders; also, don't send deleted mails when flushing
2510 2009-04-04 [paul] 3.7.1cvs39
2516 * tools/claws.i18n.status.pl
2517 add new Indonesian translation, by
2520 2009-04-03 [paul] 3.7.1cvs38
2526 2009-04-03 [colin] 3.7.1cvs37
2530 Fix bug 1891, 'Add support for gopher:// links'
2531 Patch by Jacob Head <clawsmail at jacob-head.com>
2532 Let's go back to the roots!
2534 2009-04-03 [paul] 3.7.1cvs36
2539 2009-04-03 [paul] 3.7.1cvs35
2542 add AC_CONFIG_MACRO_DIR([m4])
2543 remove CLAWS_ACLOCAL_INCLUDE(m4)
2544 * m4/aclocal-include.m4
2545 removed this now unneeded file
2547 2009-04-02 [colin] 3.7.1cvs34
2549 * src/common/utils.h
2550 Fix previous (thanks to Marcus :)
2552 2009-04-02 [colin] 3.7.1cvs33
2554 * src/common/utils.h
2555 * src/etpan/etpan-thread-manager.c
2556 pipe() was a macro from GLib on win32 until
2557 glib 2.13.2. It's undefined after that.
2558 Thanks to Marcus Brinkmann for the heads-up!
2560 2009-03-31 [colin] 3.7.1cvs32
2562 * src/folder_item_prefs.c
2563 Copy folder settings with prefs
2565 2009-03-31 [colin] 3.7.1cvs31
2567 * src/prefs_account.c
2568 Don't use un-sensitive checkboxes in Privacy tab
2569 when privacy system in None (makes unchecking
2570 painful when no privacy plugin is loaded)
2572 2009-03-30 [colin] 3.7.1cvs30
2579 * src/prefs_account.c
2580 * src/prefs_account.h
2583 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2584 Add an option on the Receive page of IMAP account preferences:
2585 "Move deleted mails to trash and expunge immediately". This
2586 option defaults to TRUE to avoid changing the existing behaviour.
2587 Setting it to FALSE prevents automatic expunging.
2588 Also, add Tools/Expunge and View/Hide deleted messages menu items
2589 (View/Hide deleted message being a per-folder setting, and behaving,
2590 like View/Hide read messages).
2592 2009-03-30 [colin] 3.7.1cvs29
2595 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2596 ask for IMAP password when using GSSAPI auth
2598 2009-03-27 [colin] 3.7.1cvs28
2601 Fix cvs14, make sure we mark non-existent caches dirty
2602 (or they never get written)
2604 2009-03-27 [colin] 3.7.1cvs27
2607 Fix tag update when all tags are removed
2610 2009-03-25 [colin] 3.7.1cvs26
2613 Fix configure.ac, thanks to Pawel
2615 2009-03-25 [colin] 3.7.1cvs25
2618 * src/etpan/nntp-thread.c
2619 Fix header fetching (NG/To/Cc). Fixes
2620 bug 1883, 'Message processing fails to
2621 act on Newsgroups: field'
2623 2009-03-23 [colin] 3.7.1cvs24
2626 Fix internal headers visible in queue/sent
2628 2009-03-23 [colin] 3.7.1cvs23
2631 Fix check for RC (resource compiler) used
2632 on win32 (AC_LIBTOOL_RC used to call it
2633 implicitely but stopped)
2635 2009-03-19 [colin] 3.7.1cvs22
2638 Put spam button in default toolbar even if
2639 bogofilter and spamassassin are not built.
2640 Other anti-spam plugin could exist! :)
2641 * src/common/utils.c
2642 Fix exit status fetch on win32
2644 2009-03-18 [paul] 3.7.1cvs21
2646 * src/gtk/spell_entry.c
2647 fix "[BUG] Wrong word replaced in 'Subject:'
2648 when spell-checking correction used"
2649 Patch by Pawel Pekala
2651 2009-03-17 [colin] 3.7.1cvs20
2653 * src/common/utils.c
2654 Fix win32 build (from cvs12)
2656 2009-03-17 [colin] 3.7.1cvs19
2659 Fix bug 1735, 'Change To: and Newsgroups:
2660 recipient field according account type'
2663 2009-03-17 [colin] 3.7.1cvs18
2666 * src/prefs_common.c
2667 * src/prefs_common.h
2669 * src/common/prefs.c
2670 Add preference for fsyncing metadata
2672 2009-03-16 [paul] 3.7.1cvs17
2674 * src/prefs_customheader.c
2675 add forgotten #if HAVE_LIBCOMPFACE
2677 2009-03-16 [paul] 3.7.1cvs16
2679 * src/prefs_customheader.c
2680 put the (X-)Face preview image below the up/down
2681 buttons so they don't jump around.
2682 make the list reorderable by drag'n'drop
2684 2009-03-16 [colin] 3.7.1cvs15
2686 * src/prefs_customheader.c
2687 Add a (X-)Face preview. Patch by iwkse.
2689 2009-03-16 [colin] 3.7.1cvs14
2695 * src/common/prefs.c
2696 Add fsync calls to make sure we don't
2697 lose data on system crashes. (to do:
2698 add a pref to allow people choosing raw
2701 2009-03-15 [colin] 3.7.1cvs13
2703 * src/gtk/gtkaspell.c
2704 Fix empty menu when there are no
2705 suggestions (using the Spelling menu)
2707 2009-03-14 [colin] 3.7.1cvs12
2709 * src/common/utils.c
2710 Win32: fix subject prefix length
2712 2009-03-11 [mones] 3.7.1cvs11
2715 fix encoding declared in header
2716 update translation now we're at it
2718 2009-03-10 [colin] 3.7.1cvs10
2721 Fix "wrong mime" message printed out multiple
2724 2009-03-10 [colin] 3.7.1cvs9
2726 * src/prefs_folder_item.c
2729 2009-03-09 [paul] 3.7.1cvs8
2731 * src/prefs_folder_item.c
2732 * src/send_message.c
2733 fixes to english text
2735 2009-03-08 [paul] 3.7.1cvs7
2738 correct errors in header
2740 2009-03-08 [paul] 3.7.1cvs6
2746 * tools/claws.i18n.status.pl
2747 add Japanese translation, submitted by kazken3
2749 2009-03-07 [colin] 3.7.1cvs5
2752 Don't let the invalid MIME warning hide
2753 other noticeview (Partial receive or
2756 2009-03-07 [colin] 3.7.1cvs4
2761 2009-03-07 [colin] 3.7.1cvs3
2766 Handle mimeparts that lack an end boundary.
2767 They're invalid but it's too annoying for
2768 normal users to fix.
2770 2009-03-06 [wwp] 3.7.1cvs2
2773 * src/folder_item_prefs.c
2774 * src/folder_item_prefs.h
2775 * src/prefs_folder_item.c
2776 Add per-folder default cc, bcc and reply-to.
2778 2009-03-06 [colin] 3.7.1cvs1
2781 * src/gtk/gtksourceprintjob.c
2782 Fix build with old print interface
2784 2009-03-06 [paul] 3.7.1
2791 2009-03-06 [paul] 3.7.0cvs78
2802 updated by David Vachulka, Stephan Sachse, Flammie
2803 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2804 Frederico Goncalves Guimaraes, Lars Persson Fink,
2807 2009-03-03 [colin] 3.7.0cvs77
2809 * src/prefs_filtering.c
2810 Win32: Fix bug 1865, 'IMAP account name changes
2811 are not followed at filter actions'
2813 2009-03-02 [colin] 3.7.0cvs76
2816 Fix Launchpad bug 335571: 'claws-mail crashed
2817 with SIGSEGV in strlen() while deleting
2818 large amount of e-mails on IMAP account
2820 2009-02-27 [mones] 3.7.0cvs75
2822 * manual/es/account.xml
2824 * manual/es/addrbook.xml
2825 * manual/es/advanced.xml
2826 * manual/es/claws-mail-manual.xml
2828 * manual/es/glossary.xml
2830 * manual/es/handling.xml
2831 * manual/es/intro.xml
2832 * manual/es/keyboard.xml
2833 * manual/es/plugins.xml
2834 * manual/es/starting.xml
2835 Sync with English version, fix some typos
2836 Changed encoding to UTF-8
2838 Update for release, changed encoding to UTF-8
2840 2009-02-24 [colin] 3.7.0cvs74
2843 Don't print separation line if there
2846 2009-02-23 [cleroy] 3.7.0cvs73
2855 * src/addrduplicates.c
2858 * src/addressbook_foldersel.c
2866 * src/customheader.c
2868 * src/editaddress_other_attributes_ldap.c
2906 * src/prefs_account.c
2907 * src/prefs_actions.c
2908 * src/prefs_common.c
2909 * src/prefs_filtering.c
2910 * src/prefs_filtering_action.c
2911 * src/prefs_folder_column.c
2912 * src/prefs_folder_item.c
2914 * src/prefs_matcher.c
2917 * src/prefs_summaries.c
2918 * src/prefs_summary_column.c
2919 * src/prefs_template.c
2920 * src/prefs_themes.c
2921 * src/prefs_toolbar.c
2928 * src/remotefolder.c
2929 * src/send_message.c
2930 * src/sourcewindow.c
2932 * src/stock_pixmap.c
2933 * src/summary_search.c
2940 * src/common/base64.c
2941 * src/common/claws.c
2942 * src/common/hooks.c
2943 * src/common/plugin.c
2944 * src/common/prefs.c
2945 * src/common/session.c
2947 * src/common/socket.c
2948 * src/common/string_match.c
2949 * src/common/stringtable.c
2950 * src/common/utils.c
2951 * src/common/utils.h
2953 * src/common/xmlprops.c
2954 * src/gtk/colorlabel.c
2955 * src/gtk/combobox.c
2956 * src/gtk/foldersort.c
2957 * src/gtk/gtkaspell.c
2958 * src/gtk/gtkcmclist.c
2959 * src/gtk/gtkcmctree.c
2960 * src/gtk/gtkcmoptionmenu.c
2961 * src/gtk/gtksctree.c
2962 * src/gtk/gtkshruler.c
2963 * src/gtk/gtksourceprintjob.c
2964 * src/gtk/gtkutils.c
2965 * src/gtk/gtkvscrollbutton.c
2966 * src/gtk/logwindow.c
2968 * src/gtk/pluginwindow.c
2969 * src/gtk/prefswindow.c
2970 * src/gtk/quicksearch.c
2971 * src/gtk/spell_entry.c
2972 * src/plugins/pgpcore/select-keys.c
2973 * src/plugins/pgpinline/pgpinline.c
2974 * src/plugins/pgpmime/pgpmime.c
2975 * src/plugins/smime/smime.c
2976 * src/plugins/spamassassin/spamassassin_gtk.c
2977 Mass commit changing g_return_* to cm_return_*
2978 and making these more interesting
2980 2009-02-23 [colin] 3.7.0cvs72
2983 Always initialise error code to no error
2985 2009-02-23 [colin] 3.7.0cvs71
2988 Fix separator substitution
2990 2009-02-23 [colin] 3.7.0cvs70
2992 * src/stock_pixmap.c
2993 * src/gtk/colorlabel.c
2994 don't use g_return on normal checks
2996 2009-02-22 [colin] 3.7.0cvs69
3002 2009-02-22 [colin] 3.7.0cvs68
3004 * src/addrduplicates.c
3020 * src/prefs_common.c
3021 * src/prefs_filtering.c
3032 * src/common/socket.c
3033 * src/common/template.c
3034 * src/etpan/imap-thread.c
3035 * src/gtk/gtkaspell.c
3036 * src/gtk/gtkcmctree.c
3037 * src/gtk/gtksctree.c
3038 * src/gtk/inputdialog.c
3039 * src/plugins/pgpcore/sgpgme.c
3040 * src/plugins/pgpmime/pgpmime.c
3041 * src/plugins/smime/smime.c
3042 * src/plugins/spamassassin/spamassassin.c
3043 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3044 uninitialised accesses
3046 2009-02-17 [colin] 3.7.0cvs67
3049 Disable controls during queuing
3051 2009-02-15 [colin] 3.7.0cvs66
3054 * src/plugins/pgpcore/select-keys.c
3055 * src/plugins/pgpcore/sgpgme.c
3056 Disable use of disabled keys
3058 2009-02-15 [colin] 3.7.0cvs65
3062 Fix font updating after changing
3063 prefs_common.derive_from_normal_font
3065 2009-02-12 [paul] 3.7.0cvs64
3071 * src/common/version.h.in
3075 more copyright header fixes
3077 2009-02-12 [paul] 3.7.0cvs63
3079 * src/gtk/progressdialog.c
3080 * src/gtk/progressdialog.h
3081 fix copyright header
3083 2009-02-12 [paul] 3.7.0cvs62
3085 * src/gtk/spell_entry.c
3086 * src/gtk/spell_entry.h
3087 better, more standard copyright header
3089 2009-02-12 [paul] 3.7.0cvs61
3091 * src/gtk/spell_entry.c
3092 * src/gtk/spell_entry.h
3093 changes to copyright header
3095 2009-02-12 [paul] 3.7.0cvs60
3097 * src/gtk/spell_entry.c
3098 * src/gtk/spell_entry.h
3101 2009-02-11 [colin] 3.7.0cvs59
3103 * src/gtk/spell_entry.c
3104 * src/gtk/spell_entry.h
3107 2009-02-11 [colin] 3.7.0cvs58
3110 * src/gtk/Makefile.am
3111 * src/gtk/gtkaspell.c
3112 * src/gtk/gtkaspell.h
3113 Add spellcheck to subject. Patch by
3116 2009-02-10 [holger] 3.7.0cvs57
3120 Move filename define for printing page setup cache to defs.h
3122 2009-02-08 [mones] 3.7.0cvs56
3125 Fix build for bison 2.4.1
3127 2009-02-06 [holger] 3.7.0cvs55
3129 * src/prefs_common.c
3130 * src/prefs_common.h
3132 Fix restoring of custom page setups for printing by
3133 temporarily caching the settings.
3134 This is a workaround for Gnome Bug #39018, and fixes
3135 Claws Mail Bug #1840.
3137 2009-02-06 [colin] 3.7.0cvs54
3140 Fix hardcoded Shift-Q quits. Fixes
3141 bug 1838, 'Claws-Mail sometimes quits
3142 when attempting to type a capital Q'
3144 2009-01-31 [paul] 3.7.0cvs53
3147 revert 3.7.0cvs49, until there is time to find out
3148 why it causes a nasty crash!
3150 2009-01-31 [paul] 3.7.0cvs52
3153 1 string that was forgotten for translation
3155 2009-01-31 [paul] 3.7.0cvs51
3158 2 strings that were forgotten for translation
3160 2009-01-31 [paul] 3.7.0cvs50
3162 * src/gtk/prefswindow.c
3163 build prefs tree in a slightly smarter way -
3164 fix bug where if path[0] had same name as
3165 path[1], (like in the de translation), path[1]
3166 was lost and not shown in the window
3168 2009-01-31 [paul] 3.7.0cvs49
3171 fix bug 1836, 'Quoted text still blue after
3172 removal of quote-character'
3173 comment out some debug_print's that needlessly
3176 comment out a debug_print that needlessly slows
3179 2009-01-31 [paul] 3.7.0cvs48
3182 fix bug 1834, '"semi"-selection when collapsing thread'
3184 2009-01-31 [paul] 3.7.0cvs47
3186 * src/prefs_compose_writing.c
3187 * src/prefs_message.c
3188 move 'quote_chars' pref to where it should be
3190 2009-01-30 [paul] 3.7.0cvs46
3193 fix updating of popup menu sensitivity
3195 2009-01-28 [paul] 3.7.0cvs45
3197 * tools/filter_conv_new.pl
3198 move 'move' and 'delete' to end of @actions
3199 so that they are always final actions in the
3200 generated filtering rule
3202 2009-01-27 [paul] 3.7.0cvs44
3205 always select text/calendar mimepart if suitable
3206 plugin (i.e. vCalendar) is available
3208 2009-01-27 [paul] 3.7.0cvs43
3211 fix crash when right-clicking in summaryview when
3212 processing is active
3214 2009-01-22 [colin] 3.7.0cvs42
3219 When replying to signed/encrypted mail and the
3220 preference to sign/encrypt in this case is set,
3221 choose the original mail's privacy system (if
3224 2009-01-21 [colin] 3.7.0cvs41
3227 Fix warning (on-the-fly theming of
3228 addressbook isn't complete yet)
3230 2009-01-21 [colin] 3.7.0cvs40
3234 Win32: Fix window placement
3236 2009-01-21 [paul] 3.7.0cvs39
3239 update timeout log msg
3241 2009-01-17 [colin] 3.7.0cvs38
3246 * src/common/utils.c
3247 * src/etpan/imap-thread.c
3248 Fix g_open calls (which don't ignore mode)
3250 2009-01-17 [colin] 3.7.0cvs37
3259 * src/common/ssl_certificate.c
3261 * src/common/utils.c
3262 * src/etpan/imap-thread.c
3263 * src/plugins/bogofilter/bogofilter.c
3264 * src/plugins/pgpinline/pgpinline.c
3265 * src/plugins/smime/smime.c
3266 Probably fix bug 1825, 'Unable to fetch messages from
3267 IMAP folders named with non-ASCII string'
3268 Change remaining occurences of fopen and open with
3271 2009-01-17 [paul] 3.7.0cvs36
3274 update an old, outdated piece of info
3276 2009-01-17 [paul] 3.7.0cvs35
3278 * src/prefs_folder_item.c
3279 fix bug where saving Folder Properties of a
3280 sub-folder of outbox, queue, draft or trash
3281 would change its parent's folder type to normal
3283 2009-01-12 [mones] 3.7.0cvs34
3288 2009-01-12 [wwp] 3.7.0cvs33
3291 * tools/popfile-link.sh
3292 * tools/textviewer.sh
3293 Fix bashisms and other portability glitches (thanks to
3294 Steven M. Bellovin).
3296 2009-01-11 [paul] 3.7.0cvs32
3299 clean up some build warnings
3301 2009-01-11 [colin] 3.7.0cvs31
3304 Revert part of patch 3.7.0cvs29
3305 This function is used when jpilot
3308 2009-01-11 [colin] 3.7.0cvs30
3311 folder_find_child_item_by_name():
3312 actually use name, not path's basename
3314 2009-01-11 [paul] 3.7.0cvs29
3321 * src/prefs_folder_item.c
3322 clean up some build warnings
3324 2009-01-11 [paul] 3.7.0cvs28
3327 don't even mention printing support, assume its
3328 presence, unless building with GTK+ < 2.10.0
3330 2009-01-10 [colin] 3.7.0cvs27
3333 Fix bug 1811, '[mime] Crash when there's no
3334 room for filename's start on the same line'
3335 When the mimetype of the attachment is very
3336 long, there's no room at all to start the
3337 name=... parameter on the same line. This
3338 caused an infinite loop as 0 characters of
3339 the filename could be appended.
3340 In such cases, insert linebreak before the
3343 2009-01-09 [colin] 3.7.0cvs26
3347 * src/common/utils.c
3348 Win32: Fix bug 1815, 'Drag-n-Drop of files on
3349 Compose Window does not attach'
3351 2009-01-09 [colin] 3.7.0cvs25
3354 Fix bug 1817, 'Changing Themes does not
3355 update the pixmaps in "Select folder"
3358 2009-01-09 [colin] 3.7.0cvs24
3361 Win32: Fix bug 1816, 'Attaching files with
3362 command-line generates error after attaching'
3364 2009-01-09 [paul] 3.7.0cvs23
3367 forgot this '2009' in last commit
3369 2009-01-09 [paul] 3.7.0cvs22
3373 update copyright headers
3375 2009-01-09 [paul] 3.7.0cvs21
3377 * doc/man/claws-mail.1
3380 2009-01-09 [colin] 3.7.0cvs20
3383 Fix bug 1814, 'Windows' WM badly places
3386 2009-01-09 [colin] 3.7.0cvs19
3388 * src/prefs_themes.c
3389 * src/stock_pixmap.c
3390 * src/stock_pixmap.h
3391 * src/common/utils.c
3392 * src/common/utils.h
3393 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3395 2009-01-08 [colin] 3.7.0cvs18
3398 Win32: Fix bug 1810, 'Pressing 'o' key
3401 2009-01-07 [colin] 3.7.0cvs17
3404 Fix bug 1432, '& not escaped in links (HTML
3407 2009-01-06 [colin] 3.7.0cvs16
3409 * src/plugins/pgpcore/select-keys.c
3410 Warn translators the usual way about
3413 2009-01-06 [colin] 3.7.0cvs15
3416 Fix synchronisation dialog that shouldn't
3417 appear when network goes down (Network
3421 Fix save as when attach_save_dir isn't set
3422 fixes bug 1804, 'attach_save_directory does
3423 not default to $HOME'
3424 * src/plugins/pgpcore/select-keys.c
3425 Add mnemonics to buttons - warn translators!
3427 2009-01-06 [wwp] 3.7.0cvs14
3429 * src/common/utils.c
3430 Fix cvs13, thanks to Colin.
3432 2009-01-06 [wwp] 3.7.0cvs13
3434 * src/common/utils.c
3435 Better support for Spanish Outlook replies (RES).
3437 2009-01-02 [colin] 3.7.0cvs12
3440 Fix (+) sign after collapsed folder names that
3441 have quicksearch-matching children.
3442 Fixes bug 1506, 'Recursive search in collapsed
3445 2009-01-02 [colin] 3.7.0cvs11
3447 * src/stock_pixmap.c
3448 * src/stock_pixmap.h
3449 Remove now-unused stock_pixmap_gdk
3451 2009-01-02 [colin] 3.7.0cvs10
3453 * src/gtk/gtkutils.c
3454 * src/pixmaps/claws-mail_icon.xpm
3455 Use pixbuf for app icon, and make the app icon
3458 2009-01-02 [colin] 3.7.0cvs9
3461 Show both link title and URI if possible
3463 2009-01-02 [colin] 3.7.0cvs8
3467 * src/addressbook_foldersel.c
3470 * src/grouplistdialog.c
3474 * src/gtk/gtkcmclist.c
3475 * src/gtk/gtkcmclist.h
3476 * src/gtk/gtkcmctree.c
3477 * src/gtk/gtkcmctree.h
3478 * src/gtk/gtksctree.c
3479 * src/gtk/gtksctree.h
3480 Implement pixbuf rendering in tree widgets
3482 * src/plugins/trayicon/trayicon.c
3484 * src/prefs_themes.c
3485 Use pixbuf rendering here too
3487 2008-12-30 [paul] 3.7.0cvs7
3490 no need to prematurely trim the uri in the statusbar
3492 2008-12-29 [paul] 3.7.0cvs6
3495 prefer List-Id header to X-* headers when creating
3496 filter rule automatically
3498 2008-12-28 [colin] 3.7.0cvs5
3501 Set minimum height to 440 instead of 480
3503 2008-12-22 [colin] 3.7.0cvs4
3506 Fix bug 1799, '"Discard message" deletes manually
3507 saved draft'. Switch rmode to REEDIT after
3510 2008-12-21 [paul] 3.7.0cvs3
3512 * tools/claws.i18n.status.pl
3515 2008-12-21 [paul] 3.7.0cvs2
3521 2008-12-21 [paul] 3.7.0cvs1
3527 2008-12-19 [paul] 3.7.0
3534 2008-12-19 [paul] 3.6.1cvs80
3537 remove unmaintained sk and sr from ALL_LINGUAS
3538 add newly maintained cs to ALL_LINGUAS
3549 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3550 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3551 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3554 2008-12-16 [colin] 3.6.1cvs79
3556 * src/plugins/pgpcore/sgpgme.c
3559 2008-12-15 [colin] 3.6.1cvs78
3564 * src/plugins/pgpcore/sgpgme.c
3565 * src/plugins/pgpcore/sgpgme.h
3566 * src/plugins/pgpinline/pgpinline.c
3567 * src/plugins/pgpmime/pgpmime.c
3568 * src/plugins/smime/smime.c
3569 Fix bug 1796, 'PGP/MIME setting: "select key by your
3570 email address" doesn't work'. Use custom from address
3573 2008-12-15 [colin] 3.6.1cvs77
3575 * src/common/utils.c
3576 Fix bug 1746, 'Makes a mailto link from several
3579 2008-12-15 [paul] 3.6.1cvs76
3581 * m4/spamassassin.m4
3582 fix warnings thrown up by autoconf-2.63
3584 2008-12-13 [colin] 3.6.1cvs75
3589 * src/common/utils.c
3590 * src/common/utils.h
3592 Finish previous patch
3594 2008-12-13 [colin] 3.6.1cvs74
3597 Only install certs on windows
3599 2008-12-13 [colin] 3.6.1cvs73
3602 * tools/ca-certificates.crt
3603 * src/common/Makefile.am
3605 First try to ship SSL certificates in Windows
3608 2008-12-12 [colin] 3.6.1cvs72
3611 * src/plugins/pgpinline/claws.def
3614 2008-12-12 [paul] 3.6.1cvs71
3618 * src/partial_download.c
3620 * src/common/claws.c
3621 * src/common/prefs.c
3622 * src/common/utils.c
3623 win32: fix unlinking, renaming and bug with
3627 2008-12-11 [colin] 3.6.1cvs70
3630 * manual/fr/advanced.xml
3631 Update french translations
3633 2008-12-10 [colin] 3.6.1cvs69
3636 Correct bug submission guidelines
3638 2008-12-10 [colin] 3.6.1cvs68
3640 * src/plugins/pgpcore/pgp_viewer.c
3641 Fix bug 1736, 'Key import does not work'
3642 Kill the correct pid (and not the parent
3643 shell), and increase the timeout a bit.
3645 2008-12-09 [paul] 3.6.1cvs67
3648 ensure that any stray noticeview buttons are hidden,
3649 as clicking them causes segfaults!
3651 2008-12-09 [colin] 3.6.1cvs66
3655 * src/folder_item_prefs.h
3656 * src/prefs_common.c
3657 * src/prefs_common.h
3659 Fix bug 1792, '"Save Message to" should
3660 retain list of recently selected folders'
3661 Also, make Enchant-related prefs stick
3662 even if the build doesn't enable enchant
3664 2008-12-09 [paul] 3.6.1cvs65
3667 fix bug 1787, 'Prevent automatic PGP inline
3668 decryption attempts' use the noticeview to display
3669 decryption failure messages instead of the irritating
3672 2008-12-09 [colin] 3.6.1cvs64
3674 * src/prefs_filtering.c
3675 Fix bug 1789, 'filtering account selection
3676 (regression)'. Filtering on sending-only
3677 accounts can be a little useful when using
3678 filtering via Tools menu.
3680 2008-12-07 [paul] 3.6.1cvs63
3682 * src/prefs_actions.c
3683 don't auto-select first entry (same as other
3685 * src/gtk/pluginwindow.c
3686 these parents don't have children so don't look
3689 2008-12-07 [paul] 3.6.1cvs62
3691 * src/prefs_account.c
3692 * src/gtk/pluginwindow.c
3693 * src/gtk/prefswindow.c
3694 * src/gtk/prefswindow.h
3695 auto-select first page
3697 2008-12-05 [colin] 3.6.1cvs61
3701 Fix bug 1788, 'CM crashes re-encoding
3702 encoded parameters' (introduced in cvs40)
3704 2008-12-05 [paul] 3.6.1cvs60
3706 * src/prefs_common.h
3707 remove gpg prefs that are no longer needed here
3709 2008-12-03 [colin] 3.6.1cvs59
3712 Speed up cache reading (about 10% gain)
3714 * src/gtk/gtksctree.c
3715 Speed up expand/collapse all threads
3718 2008-12-03 [paul] 3.6.1cvs58
3721 eradicate gcc4's signedness warnings
3722 fix building with gnuTLS on (Open)Solaris
3724 2008-12-01 [colin] 3.6.1cvs57
3726 * src/gtk/gtkcmclist.c
3729 2008-12-01 [colin] 3.6.1cvs56
3731 * src/plugins/pgpinline/pgpinline.c
3732 Fix bug 1779, 'PGP Inline badly handles
3733 multipart'. Properly dump the current part
3734 instead of running around with scissors
3736 2008-11-30 [paul] 3.6.1cvs55
3738 * manual/advanced.xml
3739 * manual/plugins.xml
3740 * src/prefs_toolbar.c
3741 remove the verb from the page title and
3742 update references in the manual
3744 2008-11-30 [paul] 3.6.1cvs54
3747 move Other/ page to Other/Miscellaneous
3748 * src/gtk/prefswindow.c
3749 make parent page unselectable
3751 2008-11-29 [paul] 3.6.1cvs53
3754 add the new 'primary_paste_unselects' hidden
3755 option, add missing 'log_[...]_color' options,
3756 and reformat the text
3757 * manual/advanced.xml
3758 add the new 'primary_paste_unselects' hidden
3759 option, add missing 'log_[...]_color' options
3761 2008-11-28 [colin] 3.6.1cvs52
3766 2008-11-28 [colin] 3.6.1cvs51
3771 2008-11-28 [colin] 3.6.1cvs50
3774 Fix account selection in Mailing list
3777 2008-11-28 [paul] 3.6.1cvs49
3780 automatically remove obsolete strings
3782 2008-11-28 [colin] 3.6.1cvs48
3784 * src/plugins/pgpcore/sgpgme.c
3785 Fix error message when key isn't available.
3787 2008-11-27 [colin] 3.6.1cvs47
3793 2008-11-26 [colin] 3.6.1cvs46
3798 2008-11-26 [colin] 3.6.1cvs45
3800 * src/plugins/pgpcore/select-keys.c
3801 * src/plugins/pgpcore/sgpgme.c
3802 Fix bug 1591, 'S/MIME: better key
3803 handling/selection dialog'
3804 Really ignore revoked/expired keys
3806 2008-11-26 [colin] 3.6.1cvs44
3809 * src/common/claws.c
3811 Make sure libgcrypt's threading is initialised
3812 before gnutls. See also old bug 1539.
3814 2008-11-26 [colin] 3.6.1cvs43
3818 * src/etpan/imap-thread.c
3819 Fix possible crashes due to clist_begin()
3820 not checking for NULLs (it should!)
3822 2008-11-25 [colin] 3.6.1cvs42
3825 Fix line length in MIME parameters
3827 2008-11-22 [paul] 3.6.1cvs41
3830 grab Return key press in attachments Properties
3833 2008-11-21 [colin] 3.6.1cvs40
3837 Fix bug 1776, 'use encoded name parameters
3838 for attachments instead of ascii'.
3839 Break the RFC 2047 by using B-encoded
3840 filename parameter, like everyone does,
3841 following advice from the RFC author.
3843 2008-11-21 [colin] 3.6.1cvs39
3845 * src/common/socket.c