1 2010-12-21 [colin] 3.7.8cvs16
4 Check whether we should continue loading the
5 current textview after inserting a possibly
8 2010-12-20 [colin] 3.7.8cvs15
12 Removed. Dead code since ages!
14 * src/gtk/gtkcmclist.c
15 * src/gtk/gtkcmctree.c
17 undefine *_DISABLE_DEPRECATED in the files that
18 use deprecated interfaces. Implicit declarations
19 can lead to crashes as prototypes are unknown, as
20 evidenced by bug #2315.
22 2010-12-20 [colin] 3.7.8cvs14
25 Don't flush events when adding an header entry. This
26 can mess up the keypresses in the previous header.
27 Instead, make the scroll happen later (doing it on the
28 spot without flushing events doesn't work as the new
29 requisitions aren't set yet).
31 2010-12-20 [colin] 3.7.8cvs13
34 Don't iconify at start on w32. This un-iconifies in the
37 2010-12-20 [colin] 3.7.8cvs12
40 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
41 Patch by pochini at shiny.it
43 2010-12-19 [colin] 3.7.8cvs11
48 2010-12-18 [colin] 3.7.8cvs10
51 Fix bug #2148, "Attachment content-transfer-encoding
52 incorrectly set when signing emails". The RFC 2045
53 states that message/* and multipart/* encoding must
54 be either 7-bit, 8-bit or binary.
56 2010-12-18 [mones] 3.7.8cvs9
59 Fix crash when searching or adding a LDAP server
61 2010-12-17 [colin] 3.7.8cvs8
70 Better error logging. Disable LDAP SSL/TLS on
71 Windows, it's crashy/non-worky.
73 2010-12-17 [colin] 3.7.8cvs7
76 Fix bug #2325, "messages remains in folder cache after moving
77 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
79 2010-12-17 [colin] 3.7.8cvs6
91 Windows build fixes (w32 LDAP completely untested!)
93 2010-12-16 [colin] 3.7.8cvs5
103 Try to rationalize a bit LDAP connections
105 2010-12-16 [colin] 3.7.8cvs4
107 * src/prefs_spelling.c
109 Add a button to get dictionaries (win32)
111 2010-12-16 [colin] 3.7.8cvs3
113 * src/prefs_matcher.c
114 Fix bug #2279, "crash when clicking 'define' in filter
115 configuring". Thanks to Theodor Ciobanu for the hint at
118 2010-12-14 [colin] 3.7.8cvs2
120 * src/gtk/gtkaspell.c
121 Add missing guard for sys/wait.h
123 2010-12-05 [colin] 3.7.8cvs1
125 * tools/make.themes.project
126 Seems wget has changed naming of targets downloaded.
127 Fix it by always providing our own name.
128 [Pushing mones' patch again after messing with CVSROOT]
130 2010-12-04 [paul] 3.7.8
136 2010-12-03 [paul] 3.7.7cvs11
139 * manual/xml2pdf ** REMOVED **
140 * manual/dist/pdf/Makefile.am
141 * manual/es/dist/pdf/Makefile.am
142 * manual/fr/dist/pdf/Makefile.am
143 * manual/pl/dist/pdf/Makefile.am
144 simplify check for tools needed for manual building,
145 remove xml2pdf and use docbook2pdf instead
147 2010-12-03 [mir] 3.7.7cvs10
150 Fix bug so that configure option --disable-manual
151 actually disable building the manuals
153 2010-12-01 [pawel] 3.7.7cvs9
156 One more GTK+ 2.22 build fix
158 2010-11-30 [colin] 3.7.7cvs8
161 Fix bug #2317, 'Action results in "Bad file descriptor"'
162 Introduced in 3.7.6cvs57. In fact the error has been there
163 since ages, and only new thing is the verification of the
164 various functions return code. Let the stuff work as it
165 does, as it seems to do the right thing since ages.
167 2010-11-28 [colin] 3.7.7cvs7
169 * src/gtk/quicksearch.c
170 Fix bug #2313, 'CLI quicksearch sometimes returns
171 the same messages twice'. Patch by Sebastien Bigaret
173 2010-11-25 [paul] 3.7.7cvs6
176 make "gtk_can_change_accels" FALSE by default.
177 fixes bug #2309, 'Shortcuts should not be modifiable
180 2010-11-24 [mones] 3.7.7cvs5
183 Add missing shortcuts for marking as spam and ham
184 Fixes Debian bug #599547
186 2010-11-22 [colin] 3.7.7cvs4
189 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
190 five patches were needed to fix a corner case
191 is a good indicator that is was bound to break
194 2010-11-21 [colin] 3.7.7cvs3
196 * src/plugins/pgpcore/claws.def
199 2010-11-20 [wwp] 3.7.7cvs2
202 Fix either a typo or an irrelevant iff word there.
203 IMO type and recursive possible values should be changed to
204 smth simple and neat here, and help strings be really
207 2010-11-20 [colin] 3.7.7cvs1
210 Damn, forgot to commit this file twice.
212 2010-11-19 [paul] 3.7.7
218 2010-11-19 [paul] 3.7.6cvs66
231 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
232 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
233 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
235 2010-11-17 [colin] 3.7.6cvs65
238 Separate email address from timestamp with a dot.
241 2010-11-17 [colin] 3.7.6cvs64
244 Fix multiple @ in generated message-ids.
245 That's not allowed in RFC 2822.
247 2010-11-16 [mones] 3.7.6cvs63
249 * manual/es/advanced.xml
250 Synchronise with English version
252 2010-11-04 [wwp] 3.7.6cvs62
255 Fix bug 2293, "filtering: simplify expression", as simplifying
256 this expression doesn't make it less easy to understand and we
257 gain few cycles by making the logical expression more simple
258 by applying. Patch by Nicolas Kaiser.
260 2010-11-03 [colin] 3.7.6cvs61
263 Fix bug 2294, "addrindex.c: address index conversion always
264 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
266 2010-11-02 [wwp] 3.7.6cvs60
271 Enlarge the progress bar (main window) a bit when compiling
272 for UMPCs like maemo: this solves truncated text that might
273 appear in the progress bar while processing messages.
274 Also use a more compact string format when displaying
275 progress like 'number/total', still for UMPCs, this fixes
276 a previous inconsistency with these format strings where
277 no space around the / were used sometimes.
279 2010-10-26 [ticho] 3.7.6cvs59
282 Recreate NNTP session if server port setting has changed. Fixes
285 2010-10-26 [colin] 3.7.6cvs58
289 Fix copy-paste error, thanks to David Relson
292 2010-10-18 [colin] 3.7.6cvs57
303 * src/gtk/quicksearch.c
304 * src/gtk/quicksearch.h
305 * src/plugins/pgpcore/passphrase.c
306 * src/plugins/spamassassin/libspamc.c
309 2010-10-17 [colin] 3.7.6cvs56
312 * src/gtk/gtkaspell.c
315 * src/gtk/inputdialog.c
316 * src/gtk/progressdialog.c
317 Undeprecate a few things
319 2010-10-17 [colin] 3.7.6cvs55
323 * src/gtk/quicksearch.c
324 * src/gtk/quicksearch.h
325 Add ability to search from the command-line.
326 Closes bug 2249, ' Making QuickSearch independent from the GUI'
327 Patch by Sebastien Bigarret.
329 2010-10-04 [mones] 3.7.6cvs54
331 * manual/dist/pdf/Makefile.am
332 Fix build of English PDF manual
333 (sh: Can't open ../../../xml2pdf)
335 2010-10-03 [colin] 3.7.6cvs53
342 Get rid of GRelation which were, mostly, used as
343 GHashTables. Probably fixes bug #2277, 'Segfault when
344 loading inbox for the first time'
346 2010-10-03 [mir] 3.7.6cvs52
348 * manual/de/dist/html/Makefile.am
349 * manual/de/dist/pdf/Makefile.am
350 * manual/de/dist/ps/Makefile.am
351 * manual/de/dist/txt/Makefile.am
352 * manual/dist/html/Makefile.am
353 * manual/dist/pdf/Makefile.am
354 * manual/dist/ps/Makefile.am
355 * manual/dist/txt/Makefile.am
356 * manual/es/dist/html/Makefile.am
357 * manual/es/dist/pdf/Makefile.am
358 * manual/es/dist/ps/Makefile.am
359 * manual/es/dist/txt/Makefile.am
360 * manual/fr/dist/html/Makefile.am
361 * manual/fr/dist/pdf/Makefile.am
362 * manual/fr/dist/ps/Makefile.am
363 * manual/fr/dist/txt/Makefile.am
364 * manual/pl/dist/html/Makefile.am
365 * manual/pl/dist/pdf/Makefile.am
366 * manual/pl/dist/ps/Makefile.am
367 * manual/pl/dist/txt/Makefile.am
368 Missing Makefile.am's for 3.7.6cvs49
371 2010-10-03 [colin] 3.7.6cvs51
376 2010-10-02 [mir] 3.7.6cvs50
378 * manual/de/dist/html/Makefile.am
379 * manual/de/dist/pdf/Makefile.am
380 * manual/de/dist/ps/Makefile.am
381 * manual/de/dist/txt/Makefile.am
382 * manual/dist/html/Makefile.am
383 * manual/dist/pdf/Makefile.am
384 * manual/dist/ps/Makefile.am
385 * manual/dist/txt/Makefile.am
386 * manual/es/dist/html/Makefile.am
387 * manual/es/dist/pdf/Makefile.am
388 * manual/es/dist/ps/Makefile.am
389 * manual/es/dist/txt/Makefile.am
390 * manual/fr/dist/html/Makefile.am
391 * manual/fr/dist/pdf/Makefile.am
392 * manual/fr/dist/ps/Makefile.am
393 * manual/fr/dist/txt/Makefile.am
394 * manual/pl/dist/html/Makefile.am
395 * manual/pl/dist/pdf/Makefile.am
396 * manual/pl/dist/ps/Makefile.am
397 * manual/pl/dist/txt/Makefile.am
398 Part 2 of last commit which broke due to a permission error
399 Avoid claws trying to build manuals if the required
400 tools are not present.
402 2010-10-02 [mir] 3.7.6cvs49
405 * manual/de/dist/html/Makefile.am
406 * manual/de/dist/pdf/Makefile.am
407 * manual/de/dist/ps/Makefile.am
408 * manual/de/dist/txt/Makefile.am
409 * manual/dist/html/Makefile.am
410 * manual/dist/pdf/Makefile.am
411 * manual/dist/ps/Makefile.am
412 * manual/dist/txt/Makefile.am
413 * manual/es/dist/html/Makefile.am
414 * manual/es/dist/pdf/Makefile.am
415 * manual/es/dist/ps/Makefile.am
416 * manual/es/dist/txt/Makefile.am
417 * manual/fr/dist/html/Makefile.am
418 * manual/fr/dist/pdf/Makefile.am
419 * manual/fr/dist/ps/Makefile.am
420 * manual/fr/dist/txt/Makefile.am
421 * manual/pl/dist/html/Makefile.am
422 * manual/pl/dist/pdf/Makefile.am
423 * manual/pl/dist/ps/Makefile.am
424 * manual/pl/dist/txt/Makefile.am
425 1) Downgrade autoconf requirements to 2.59 to allow
426 building on oldest supported Linux distributions.
427 2) Only try to build manuals if the needed software
430 2010-10-02 [colin] 3.7.6cvs48
432 * src/plugins/trayicon/trayicon.c
433 And fix theme updating.
435 2010-10-02 [colin] 3.7.6cvs47
437 * src/plugins/trayicon/trayicon.c
438 Got burnt by wrong indentation!
440 2010-10-02 [colin] 3.7.6cvs46
443 Forgot to remove the directory from top-level
445 2010-10-02 [colin] 3.7.6cvs45
447 * src/plugins/trayicon/Makefile.am
448 * src/plugins/trayicon/trayicon.c
449 * src/plugins/trayicon/libeggtrayicon/.cvsignore
450 * src/plugins/trayicon/libeggtrayicon/Makefile.am
451 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
452 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
453 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
454 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
455 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
456 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
457 * src/plugins/trayicon/libeggtrayicon/xembed.h
458 Finally get rid of Eggtrayicon, use GtkStatusIcon
459 instead (which can be done safely now that we
462 2010-10-02 [colin] 3.7.6cvs44
470 * src/editaddress_other_attributes_ldap.c
473 * src/grouplistdialog.c
479 * src/message_search.c
482 * src/summary_search.c
485 * src/etpan/imap-thread.c
487 * src/gtk/gtkcmclist.c
488 * src/gtk/gtkcmoptionmenu.c
491 * src/gtk/gtkvscrollbutton.c
492 * src/plugins/pgpcore/select-keys.c
493 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
494 Undeprecate for GTK+2.22. Patch by Reed Loden.
495 Fixes bug #2276, 'Compile in maintainer mode
498 2010-10-02 [colin] 3.7.6cvs43
501 It's now time to remove the temporary enable-openssl
502 option that was used when we removed OpenSSL. See
503 bug #2276 comment #14.
505 2010-09-30 [wwp] 3.7.6cvs42
507 * src/prefs_account.c
508 * src/prefs_filtering_action.c
509 * src/prefs_matcher.c
510 Fix bug #2274, wrong color label index range
511 used w/ gtk_cmoption_menu (behaviour change
512 has been introduced w/ 3.5.0cvs49 apparently),
513 now it must be 1..N so let's use colorlabel value
517 2010-09-20 [pawel] 3.7.6cvs41
524 2010-09-19 [pawel] 3.7.6cvs40
529 Set ML menus sensitivity accordingly to
530 possibility of reply to ML
532 2010-09-19 [colin] 3.7.6cvs39
535 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
536 to newsgroups, and NNTP accounts *can* send email. We
537 should not force an email account when replying to_ml or
540 2010-09-19 [colin] 3.7.6cvs38
543 Revert previous commit (which breaks Reply to newsgroups)
545 2010-09-17 [pawel] 3.7.6cvs37
548 Respect reply_account_autosel when changing compose
549 account to email one while replying to NNTP post
551 2010-09-17 [wwp] 3.7.6cvs36
553 * doc/man/claws-mail.1
554 Update --compose documentation in `man claws-mail`.
556 2010-09-12 [pawel] 3.7.6cvs35
559 Add forgotten bit to previous commit,
560 select email account when replying to ML
562 2010-09-12 [pawel] 3.7.6cvs34
565 Fix bug #2247 "nntp reply-to-all broken?"
566 Make reply-to-all and reply-to-ml work as expected in
567 mailing list through NNTP case
569 2010-09-11 [pawel] 3.7.6cvs33
574 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
575 fixes build with GTK+ < 2.18
577 2010-09-10 [pawel] 3.7.6cvs32
582 Make Tab key switch between FolderView, MsgView and
583 SummaryView only, other widgets have/can have their own
586 2010-08-25 [colin] 3.7.6cvs31
591 * src/common/base64.c
592 * src/common/base64.h
593 Fix bug #2245, "base64 decoding fails with line breaks"
594 Patch by Yotam Medini
596 2010-08-25 [colin] 3.7.6cvs30
599 Fix bug #2241, "Empty trash on exit fails on scripted exit"
601 2010-08-23 [pawel] 3.7.6cvs29
607 Hide progressbar on statusbar when not needed
609 2010-08-17 [colin] 3.7.6cvs28
612 Fix previous patch (our own tmp dir is inside
615 2010-08-16 [colin] 3.7.6cvs27
618 Use temp dir to store logs in Windows. Avoids doing
619 get_rc_dir() early, which prevents set_rc_dir()
622 2010-07-31 [holger] 3.7.6cvs26
624 * src/gtk/gtkshruler.c
625 Yet more GdkGC to Cairo porting
627 2010-07-30 [holger] 3.7.6cvs25
630 More GdkGC to Cairo porting
632 2010-07-30 [holger] 3.7.6cvs24
634 * src/gtk/colorlabel.c
637 2010-07-29 [holger] 3.7.6cvs23
640 Replace some gdk drawing with cairo, as the former
641 is going towards deprecation.
643 2010-07-25 [colin] 3.7.6cvs22
646 And now for a real fix. g_list_remove() doesn't, of
647 course, free the data. But we have to have a solid
648 pointer to it in order to free it ourselves instead
649 of relying on the old freed list pointer.
650 Maybe that's the last patch on the subject now ? :)
652 2010-07-25 [colin] 3.7.6cvs21
655 Remove stupid and extraneous g_free() of elements
656 which have just been freed by g_list_remove(). (see
657 GList documentation). I don't know how it worked before
659 2010-07-25 [colin] 3.7.6cvs20
662 Reverse free/use with more logical and safe
663 use/free. Thanks to Michael Rasmussen !
665 2010-07-24 [colin] 3.7.6cvs19
667 * src/gtk/quicksearch.c
668 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
669 'freeze when using quick search'
671 2010-07-11 [iwkse] 3.7.6cvs18
673 * src/gtk/quicksearch.c
674 Add SMALL_LAYOUT to quicksearch_relayout
676 2010-07-10 [iwkse] 3.7.6cvs17
679 Remove forgotten variable from
680 the last bugfix #2224
682 2010-07-10 [colin] 3.7.6cvs16
685 * src/gtk/quicksearch.c
686 Clean fix for bug #2224: don't mess with GTK settings when
687 handling the layout ourselves is enough
689 2010-07-09 [iwkse] 3.7.6cvs15
693 Better fix for Bug #2224
695 2010-07-09 [iwkse] 3.7.6cvs14
699 Always use stock icons on buttons
701 2010-07-08 [colin] 3.7.6cvs13
704 Fix bug 2223, 'Compilation fails with GTK+
705 2.21.3'. Thanks to Jan Psota !
707 2010-06-29 [pawel] 3.7.6cvs12
710 Revert 3.7.5cvs41, it breaks templates that use %X
712 2010-06-23 [wwp] 3.7.6cvs11
714 * src/gtk/colorlabel.c
715 Silent up a warning by avoiding possible confusion
716 in logical expression evaluation, thanks to TuxCM.
718 2010-06-21 [iwkse] 3.7.6cvs10
720 * src/gtk/quicksearch.c
721 Do not add into quicksearch history
722 matching rules with bad syntax
724 2010-05-26 [holger] 3.7.6cvs9
728 Add function to select rows given a list of messages,
729 complementary to summary_get_selected_msg_list()
731 2010-05-22 [mir] 3.7.6cvs8
734 Fix bug 2208. Encode encrypted password to qouted
735 printable to avoid making invalid XML. Encoding
736 will be activated the first time the password is
739 2010-05-22 [paul] 3.7.6cvs7
741 * manual/advanced.xml
745 after using the compose margin for several days
746 I wanted the old style back - add a new hidden
747 pref 'show_compose_margin' to restore the old
748 behaviour (defaults to FALSE)
750 2010-05-14 [paul] 3.7.6cvs6
753 add a margin to the compose window text that matches
754 the margin in textview
756 2010-05-14 [colin] 3.7.6cvs5
758 * src/gtk/sslcertwindow.c
759 Fix dangling pointer. Thanks to Michael R!
761 2010-05-14 [colin] 3.7.6cvs4
763 * src/gtk/sslcertwindow.c
764 Fix bug 1993, 'Cannot send mail when SSL certificate is
765 expired but certificate check is skipped' and maybe
766 bug 2200, 'SSL is not working with POP3'
768 2010-05-14 [colin] 3.7.6cvs3
770 * src/plugins/pgpinline/pgpinline.c
771 Fix bug 2205, 'PGPInline: segfault on malformed mails'
773 2010-05-04 [iwkse] 3.7.6cvs2
775 * src/prefs_message.c
776 Get a generic name as 'Quotation' for
779 2010-05-04 [iwkse] 3.7.6cvs1
781 * src/prefs_message.c
786 Option for collapsing via double-click
788 2010-05-01 [paul] 3.7.6
794 2010-05-01 [paul] 3.7.5cvs55
796 * tools/claws.i18n.status.pl
799 2010-05-01 [paul] 3.7.5cvs54
802 add YUP, new Ukrainian translator
804 2010-04-30 [paul] 3.7.5cvs53
808 add Ukrainian translation, submitted by YUP
817 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
818 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
819 Tiago Faria, and Slavko
821 2010-04-26 [wwp] 3.7.5cvs52
826 2010-04-26 [mones] 3.7.5cvs51
831 2010-04-22 [pawel] 3.7.5cvs50
836 first NULL check pointer, then use it
838 2010-04-22 [colin] 3.7.5cvs49
841 Fix error message when session isn't established
843 Update translation and fix a typo in it
845 2010-04-15 [pawel] 3.7.5cvs48
847 * src/prefs_account.c
848 Fix Bug 2144 'When creating an account with IMAP4+SSL,
849 the port isn't configured properly'
850 When using SSL/TLS tunneling automatically use default
851 ports for encrypted connections: smtps, pop3s, imaps, nntps
853 2010-04-15 [pawel] 3.7.5cvs47
856 Fix crasher in actions using '%f' argument
857 on multiple files with external scripts which
858 don't return any output.
860 2010-04-14 [colin] 3.7.5cvs46
863 Fix hand cursor after error symbol appears
865 2010-04-12 [colin] 3.7.5cvs45
868 Fix bug 2162, 'configure check for libetpan
869 fails with libetpan 1.0'
872 2010-04-09 [mones] 3.7.5cvs44
874 * manual/de/glossary.xml
875 Fix encoding to match main document's
876 Also fixes make dist with Debian's openjade
878 2010-03-29 [pawel] 3.7.5cvs43
880 * src/matcher_parser.h
881 * src/matcher_parser_parse.y
882 * src/gtk/quicksearch.c
883 Disable matcher warnings when populating quicksearch
884 completion lists on startup
886 2010-03-27 [colin] 3.7.5cvs42
888 * src/gtk/quicksearch.c
889 Fix double-free later in code. Optimize
892 2010-03-27 [pawel] 3.7.5cvs41
895 Make sure that quote ends with new line char
897 2010-03-26 [pawel] 3.7.5cvs40
902 Fix Bug 1928 Add "reply to this address" pop menu
904 - Set composing account to email one when creating/replying
905 from NNTP folder by clicking link or choosing option
909 2010-03-25 [paul] 3.7.5cvs39
911 * src/gtk/gtkcmclist.c
912 Fix build with GTK+ 2.20
914 2010-03-24 [pawel] 3.7.5cvs38
919 * src/grouplistdialog.c
923 * src/prefs_account.c
924 * src/gtk/gtkcmclist.c
925 * src/gtk/gtkcmctree.c
926 * src/gtk/gtkcmoptionmenu.c
927 * src/gtk/gtksctree.c
928 * src/gtk/gtkshruler.c
931 * src/gtk/gtkvscrollbutton.c
932 * src/gtk/inputdialog.c
933 * src/gtk/spell_entry.c
934 * src/plugins/trayicon/trayicon.c
935 * src/plugins/trayicon/libeggtrayicon/Makefile.am
936 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
937 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
938 Fix build with GTK+ 2.19
940 2010-03-23 [pawel] 3.7.5cvs37
944 Respect view->show_col_headers option
945 * src/gtk/gtkcmctree.c
946 Fix GtkCmcTree column width calculation when it has
947 auto_resize set and new node is added
949 2010-03-22 [pawel] 3.7.5cvs36
951 * src/grouplistdialog.c
954 - remember newsgroups list dialog size
955 - respect use_dotted_lines hidden pref
956 - respect use_stripes_everywhere hidden pref
958 2010-03-21 [pawel] 3.7.5cvs35
961 Remove superfluous gtk_widget_show_all()
967 2010-03-21 [pawel] 3.7.5cvs34
970 * src/gtk/quicksearch.c
971 * src/gtk/quicksearch.h
972 Implement separate search phrase completion for
973 normal/extended quicksearch
975 2010-03-11 [paul] 3.7.5cvs33
978 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
979 submitted by Yuwei Yu
981 2010-03-09 [colin] 3.7.5cvs32
983 * manual/de/glossary.xml
986 2010-03-02 [colin] 3.7.5cvs31
988 * manual/de/glossary.xml
989 Sort alphabetically. Done by Volker Ribbert.
991 2010-03-02 [mones] 3.7.5cvs30
994 Fix mailing list archives location
995 Remove currently unavailable CVS webview
997 2010-03-01 [iwkse] 3.7.5cvs29
999 * src/common/plugin.c
1000 Other indentation issues
1002 2010-03-01 [iwkse] 3.7.5cvs28
1004 * src/common/plugin.c
1005 Fix indentation of the previous commit
1007 2010-03-01 [iwkse] 3.7.5cvs27
1009 * src/common/plugin.h
1010 * src/common/plugin.c
1011 Add API for getting a loaded Plugin from the
1012 plugin's name, plugin_get_loaded_by_name (const gchar *name)
1013 Thanks to Colin, Michael
1015 2010-02-27 [colin] 3.7.5cvs26
1020 * manual/Makefile.am
1021 * manual/de/Makefile.am
1022 * manual/de/account.xml
1024 * manual/de/addrbook.xml
1025 * manual/de/advanced.xml
1026 * manual/de/claws-mail-manual.xml
1028 * manual/de/glossary.xml
1030 * manual/de/handling.xml
1031 * manual/de/intro.xml
1032 * manual/de/keyboard.xml
1033 * manual/de/plugins.xml
1034 * manual/de/starting.xml
1035 * manual/de/dist/.cvsignore
1036 * manual/de/dist/Makefile.am
1037 * manual/de/dist/html/.cvsignore
1038 * manual/de/dist/html/Makefile.am
1039 * manual/de/dist/pdf/.cvsignore
1040 * manual/de/dist/pdf/Makefile.am
1041 * manual/de/dist/ps/.cvsignore
1042 * manual/de/dist/ps/Makefile.am
1043 * manual/de/dist/txt/.cvsignore
1044 * manual/de/dist/txt/Makefile.am
1045 Add the german translation of the manual, done by
1046 Volker Ribbert <thoraki@arcor.de>.
1048 2010-02-27 [holger] 3.7.5cvs25
1050 * src/prefs_toolbar.c
1051 Don't make toolbar item description for
1052 plugin registered items editable
1054 2010-02-26 [colin] 3.7.5cvs24
1057 Don't translate empty description
1059 2010-02-22 [colin] 3.7.5cvs23
1062 Don't make In-Reply-To visible when reediting
1063 a draft or sent mail.
1065 2010-02-20 [colin] 3.7.5cvs22
1071 * src/etpan/imap-thread.c
1072 * src/etpan/imap-thread.h
1073 * src/etpan/nntp-thread.c
1074 * src/etpan/nntp-thread.h
1075 When going offline from NetworkManager, just
1076 delete IMAP connections. That'll avoid timeouts
1077 when coming back online in certain cases when
1078 the TCP socket will have timed out.
1080 2010-02-20 [holger] 3.7.5cvs21
1083 More files to ignore
1085 2010-02-17 [ticho] 3.7.5cvs20
1092 2010-02-16 [ticho] 3.7.5cvs19
1097 Removed unused argument from summary_open_row().
1099 2010-02-10 [pawel] 3.7.5cvs18
1102 - fix headers filtering when prefs_common.trans_hdr is on
1103 - fix headers setting when changing composing account
1105 * src/prefs_template.c
1106 Re-add template's name for translation
1108 2010-02-10 [colin] 3.7.5cvs17
1110 * src/prefs_matcher.c
1111 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1112 Condition>Define>Header>Name combo box'. Patch by
1115 2010-02-10 [colin] 3.7.5cvs16
1125 Add the GB18030 Chinese charset, which is a superset
1126 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1128 2010-02-09 [holger] 3.7.5cvs15
1131 GTK+ 2.10 related cleanup
1133 2010-02-09 [pawel] 3.7.5cvs14
1135 * src/prefs_account.c
1136 * src/prefs_folder_item.c
1137 * src/prefs_template.c
1139 Respect prefs_common.trans_hdr in couple more places to avoid
1140 confusion with translated/non-translated header names
1142 2010-02-09 [colin] 3.7.5cvs13
1147 2010-02-09 [colin] 3.7.5cvs12
1150 And fix 2.10 build :)
1152 2010-02-09 [colin] 3.7.5cvs11
1155 Bump up GTK+ requirement to 2.10
1164 * src/prefs_actions.c
1165 * src/prefs_common.c
1166 * src/prefs_common.h
1167 * src/prefs_ext_prog.c
1168 * src/prefs_filtering_action.c
1170 * src/prefs_image_viewer.c
1171 * src/prefs_matcher.c
1172 * src/prefs_msg_colors.c
1173 * src/prefs_summaries.c
1174 * src/prefs_template.c
1180 * src/gtk/Makefile.am
1182 * src/gtk/gtkcmclist.c
1183 * src/gtk/gtkcmctree.c
1184 * src/gtk/gtkutils.c
1185 * src/gtk/quicksearch.c
1186 Remove all compile-time conditionals depending on
1190 * src/gtk/gtksourceprintjob.c
1191 * src/gtk/gtksourceprintjob.h
1192 Remove libgnomeprint-based printing system (and
1193 command-line-based printing system) as GTK+ 2.10
1194 ships with print support.
1196 2010-02-08 [mir] 3.7.5cvs10
1199 Avoid displaying Bcc headers in message sent
1200 to NNTP servers. Thanks to Henning Mersch.
1203 2010-02-08 [pawel] 3.7.5cvs9
1206 Make tooltips less cryptic
1207 * src/gtk/description_window.c
1208 Improve window size calculation
1210 2010-02-08 [pawel] 3.7.5cvs8
1214 * src/common/utils.c
1215 * src/common/utils.h
1217 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1218 Patch by Laurent Bigonville with slight modifications
1220 2010-02-03 [pawel] 3.7.5cvs7
1223 Add some libtool files to ignore
1225 2010-02-03 [pawel] 3.7.5cvs6
1227 * src/plugins/trayicon/trayicon.c
1228 Save and then restore focus when closing/minimizing to tray
1230 2010-02-03 [mir] 3.7.5cvs5
1238 Save LDAP password encrypted. See bug 2113.
1241 2010-02-03 [colin] 3.7.5cvs4
1244 Fix again decoding of encrypted parts. The
1245 reverting of the patch was wrong, as the
1246 double-decoding was fixed in smime itself.
1247 Thanks to Matthias Drochner again...
1249 2010-02-02 [colin] 3.7.5cvs3
1251 * src/plugins/smime/smime.c
1253 Revert 3.7.4cvs2 and make a better patch for bug
1254 2059 and 2076. Patch by Matthias Drochner
1256 2010-01-31 [pawel] 3.7.5cvs2
1259 Fix hungarian translator's name
1261 2010-01-31 [pawel] 3.7.5cvs1
1265 Fix Bug 2107 - Arrow keys don't work in message view window
1267 2010-01-31 [paul] 3.7.5
1274 2010-01-23 [pawel] 3.7.4cvs10
1277 Fix button sensitivity in compose mode
1279 2010-01-23 [pawel] 3.7.4cvs9
1282 * tools/kdeservicemenu/install.sh
1283 * tools/make.themes.project
1284 * tools/nautilus2claws-mail.sh
1285 * tools/popfile-link.sh
1286 * tools/textviewer.sh
1287 Not all systems have bash installed in /bin, use env(1) to find
1290 2010-01-22 [pawel] 3.7.4cvs8
1292 * src/prefs_account.c
1293 * src/prefs_filtering.c
1295 * src/gtk/colorlabel.c
1296 Add some separators in combos
1298 2010-01-22 [pawel] 3.7.4cvs7
1301 --disable-aspell -> --disable-enchant
1303 Fix options spacing in configure --help
1305 Make wizard's window centered on the screen
1307 2010-01-19 [holger] 3.7.4cvs6
1311 Introduce folder_get_item_from_identifier().
1312 In contrast to folder_find_item_from_identifier(), this
1313 function recursively creates the FolderItems in the id path.
1314 Useful for programmatically creating folders (e.g. by plugins)
1316 2010-01-17 [pawel] 3.7.4cvs5
1321 2010-01-16 [colin] 3.7.4cvs4
1323 * src/plugins/pgpcore/sgpgme.c
1324 Probably fix bug 2098, 'claws-mails crashes frequently
1325 with pgpcore'. Fix double-free.
1327 2010-01-16 [holger] 3.7.4cvs3
1329 * src/prefs_toolbar.h
1332 2010-01-15 [colin] 3.7.4cvs2
1335 Decode mimeinfo before decrypting it. Probably
1336 fixes bug 2059 'gpgme >=1.1.8 not compatible
1337 with S/MIME encryption' and bug 2076 'having
1338 worked 2 times properly CLAWS ceased to
1339 decrypt incoming PGP mails -displays base64
1340 instead - sucks completely'
1341 Let's hope complete suckage ends here!
1342 Thanks to Matthias Drochner.
1344 2010-01-08 [paul] 3.7.4cvs1
1346 * tools/claws.i18n.status.pl
1349 2010-01-08 [paul] 3.7.4
1356 2010-01-08 [paul] 3.7.3cvs57
1370 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1371 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1372 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1375 2010-01-08 [paul] 3.7.3cvs56
1377 * src/common/utils.c
1378 fix bug 2089, 'URLs ending with an underscore ('_')
1379 are not correctly parsed'. thanks to Johan
1381 2010-01-05 [colin] 3.7.3cvs55
1384 Update french translation
1386 2010-01-04 [mones] 3.7.3cvs54
1389 Update Spanish translation
1391 2010-01-04 [mones] 3.7.3cvs53
1393 * manual/plugins.xml
1395 * manual/es/claws-mail-manual.xml
1396 * manual/es/intro.xml
1397 * manual/es/plugins.xml
1398 Synchronise with English version
1400 2010-01-03 [paul] 3.7.3cvs52
1405 update TEAM_LIST, fix encoding
1407 2010-01-03 [mir] 3.7.3cvs51
1410 When composing to a NNTP list TO: will always be preset
1411 to the NNTP list unless user has chosen some other default
1412 in which case we will handle this the normal way. Therefore
1413 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1415 2010-01-01 [paul] 3.7.3cvs50
1418 bump copyright year whilst it's in mind
1420 2009-12-31 [paul] 3.7.3cvs49
1422 * manual/claws-mail-manual.xml
1424 * manual/plugins.xml
1425 fix links so that they make sense in the context of the
1426 text version of the manual
1428 2009-12-31 [paul] 3.7.3cvs48
1431 * manual/plugins.xml
1432 updates, improvements, corrections, additions
1434 2009-12-29 [pawel] 3.7.3cvs47
1436 * src/prefs_filtering_action.c
1437 Fix Bug 2082 'Wrong color rectangle position when replacing
1438 "color" processing rule'
1440 2009-12-29 [colin] 3.7.3cvs46
1443 Fix bug 2074, 'Remember sending account
1446 2009-12-20 [holger] 3.7.3cvs45
1449 Delay CREATED_HOOKLIST invokation until
1450 after the modifications to the compose window
1451 are done, to allow hooks to further modify the
1452 window without getting overridden again
1454 2009-12-20 [holger] 3.7.3cvs44
1456 * src/prefs_toolbar.h
1459 2009-12-20 [holger] 3.7.3cvs43
1461 * src/prefs_toolbar.c
1462 * src/prefs_toolbar.h
1464 Pass window struct to caller
1466 2009-12-20 [holger] 3.7.3cvs42
1470 Add hooklist after creation of a compose window
1472 2009-12-19 [holger] 3.7.3cvs41
1474 * src/prefs_toolbar.c
1475 * src/prefs_toolbar.h
1477 Allow plugins to choose to which toolbar they want
1478 to add actions (main window, compose window, or message view)
1480 2009-12-19 [paul] 3.7.3cvs40
1483 fix statusbar in GTK+ 2.19.1
1485 2009-12-10 [pawel] 3.7.3cvs39
1488 Better fix for cvs28 regression
1490 2009-12-10 [iwkse] 3.7.3cvs38
1493 Fix some indentation
1495 2009-12-10 [iwkse] 3.7.3cvs37
1498 Add missing checks for gtkaspell: avoid
1499 crashing in some cases when Enchant is
1500 enabled but the spell checker is disabled
1503 2009-12-09 [colin] 3.7.3cvs36
1506 Fix leak and unchecked accesses.
1508 2009-12-09 [mir] 3.7.3cvs35
1511 Fix Bug 2072 "template at folder properties is not working"
1512 introduced in cvs24.
1514 2009-12-08 [pawel] 3.7.3cvs34
1517 When 'Reply All' remove current compose address from
1518 Cc/Bcc list - fix for regression introduced in cvs28
1520 2009-12-05 [pawel] 3.7.3cvs33
1523 Fix memory management, duh!
1525 2009-12-04 [pawel] 3.7.3cvs32
1528 Use case insensitive comparison in search for
1531 Refresh scrollbars on every window open
1533 2009-12-04 [pawel] 3.7.3cvs31
1536 Highlight misspelled words when applying template and
1537 check_while_typing option is on
1539 2009-12-03 [pawel] 3.7.3cvs30
1542 Highlight misspelled words in text inserted from file(s)
1543 or pasted to message body when check_while_typing
1546 2009-12-02 [pawel] 3.7.3cvs29
1549 Revert first part of previous commit
1551 2009-12-02 [pawel] 3.7.3cvs28
1554 Fix Bug 2055 "duplicate mailing list reply if
1555 List-Post + Reply-To present"
1556 - Ignore Reply-To if answering to ML
1557 - Improve parsing of List-Post header
1559 2009-12-02 [pawel] 3.7.3cvs27
1563 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1564 email had user in "From" and "CC"
1565 Don't allow duplicate addresses in compose window headers
1567 2009-12-02 [mones] 3.7.3cvs26
1570 * manual/es/intro.xml
1571 * manual/fr/intro.xml
1572 * manual/it/intro.xml
1573 * manual/pl/intro.xml
1574 Make URL to point current site
1576 2009-12-01 [holger] 3.7.3cvs25
1580 Introduce new drag type "claws-mail/msg-path-list" for
1581 drag'n'drop of a message selection from the summaryview
1582 into other applications. The drag data gets set to the
1583 folder-item-id followed by message ids, separated by newlines.
1584 This enables other applications to back-link to Claws Mail
1585 via a "claws-mail --select" call after they received a drop.
1587 2009-11-30 [mir] 3.7.3cvs24
1590 Place cursor in compose window according to provided input
1591 If to: is present place cursor in subject field and if both
1592 to: and subject: is present place cursor in body. If body: is
1593 present insert a new line after text and place cursor there.
1595 2009-11-27 [mones] 3.7.3cvs23
1597 * src/gtk/quicksearch.c
1598 Allow viewing longer expressions if there's space
1600 2009-11-25 [holger] 3.7.3cvs22
1603 * src/common/Makefile.am
1604 * src/common/utils.c
1605 * src/common/utils.h
1606 Add a function to query the
1607 filepath of the .desktop file
1609 2009-11-25 [colin] 3.7.3cvs21
1612 Fix bug 2063, 'glib assertion in GRelation use in
1615 2009-11-24 [pawel] 3.7.3cvs20
1617 * src/common/utils.c
1618 Fix Bug 2053 'Inconsistent application of Coloration
1620 Don't allow '<' character between quotation marks
1622 2009-11-21 [holger] 3.7.3cvs19
1625 Modify cairo clip handling in preview windows,
1626 to prevent print preview windows from being blank
1627 with GTK+ 2.18. Follow recommendation of the GTK+
1628 documentation (section "Migrating to client side windows")
1629 and create a new cairo context for each expose event.
1631 2009-11-19 [pawel] 3.7.3cvs18
1634 complete 3.7.3cvs15 so install is DESTDIR safe
1635 remove icons with changed names on uninstall
1637 2009-11-18 [pawel] 3.7.3cvs17
1640 remove unneeded and code-duplicating function
1642 2009-11-18 [pawel] 3.7.3cvs16
1645 Fix Bug 2057 'Claws mail does not keep renamed names
1646 of nntp-subscribed groups'
1647 Check for already subscribed group using item->path for group
1648 comparision as folders item->path != item->name may be truth
1649 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1651 2009-11-17 [pawel] 3.7.3cvs15
1654 Fix Bug 2049 'some icons not copied?'
1655 Install additional 64x64 and 128x128 icons
1657 2009-11-17 [holger] 3.7.3cvs14
1659 * src/prefs_toolbar.c
1660 * src/prefs_toolbar.h
1663 Allow plugins to register toolbar items
1665 2009-11-11 [pawel] 3.7.3cvs13
1671 Fix Bug 1867 Changing account does not change BCC address
1672 Set account specific headers when changing account
1675 2009-11-07 [colin] 3.7.3cvs12
1677 * src/gtk/prefswindow.c
1678 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1681 2009-11-07 [colin] 3.7.3cvs11
1683 * src/gtk/spell_entry.c
1684 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1685 Patch by Pawel Pekala
1687 2009-10-27 [colin] 3.7.3cvs10
1690 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1691 Don't try to check whether the folder is up-to-date if
1692 the folder class doesn't implement set_mtime, as we don't
1693 care in this case. This code exists since a long time, but
1694 the bug was triggered by more scanning of queue folders
1695 since recently (when we added \Deleted handling).
1697 2009-10-27 [colin] 3.7.3cvs9
1700 Try to fix registering as default client
1703 2009-10-21 [wwp] 3.7.3cvs8
1705 * src/common/utils.c
1706 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1708 2009-10-21 [wwp] 3.7.3cvs7
1710 * src/common/utils.c
1711 Don't core dump when attempting to insert a non-existing
1712 file using a mailto: uri (g_error does core dump).
1714 2009-10-20 [colin] 3.7.3cvs6
1716 * src/common/utils.c
1717 Don't g_error on normal warnings...
1719 2009-10-20 [colin] 3.7.3cvs5
1721 * src/plugins/pgpcore/sgpgme.c
1722 Fix bug 1996, 'S/MIME key not selected'
1723 Check for S/MIME certs too
1725 2009-10-20 [colin] 3.7.3cvs4
1727 * src/common/w32lib.h
1728 Fix win32 build on latest mingw32
1730 2009-10-20 [colin] 3.7.3cvs3
1735 Fix LDIF export. Patch by Michael Rasmussen
1737 2009-10-18 [paul] 3.7.3cvs2
1739 * tools/claws.i18n.status.pl
1740 increase the value of $transolddays since we're relasing less
1742 rework the en_GB.po hack so that en_GB is always 100% translated
1743 and recently updated
1745 2009-10-17 [paul] 3.7.3cvs1
1747 * src/prefs_account.c
1748 * src/prefs_compose_writing.c
1749 * src/prefs_receive.c
1750 * src/prefs_summaries.c
1751 * src/prefs_wrapping.c
1752 reword a few labels. (this incorporates everything
1753 that seemed worthwhile from bug 2020)
1754 * src/prefs_customheader.c
1755 use a 'Browse' button instead of button with
1756 label 'From file...'
1760 * CVS repository change
1762 2009-10-09 [paul[ 3.7.3
1764 version 3.7.3 unleashed!!
1766 2009-10-07 [paul] 3.7.2cvs49
1771 fix Bug 1994 - Changing colors required restart.
1772 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1773 more accurate folderview_reinit_fonts()
1775 2009-10-07 [paul] 3.7.2cvs48
1778 * src/prefs_common.c
1779 * src/prefs_common.h
1780 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
1781 patch by Pawel Pekala
1783 2009-10-07 [paul] 3.7.2cvs47
1791 updated by David Vachulka, Stephan Sachse and Marc Arens,
1792 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1795 2009-10-06 [colin] 3.7.2cvs46
1798 French translation update
1800 2009-10-05 [paul] 3.7.2cvs45
1803 enable Page Size and Orientation in the print dialog,
1804 GTK+ >= 2.18.x only. Patch by Mark__T
1806 2009-10-05 [paul] 3.7.2cvs44
1808 * src/prefs_summaries.c
1809 fix label, startup --> start-up, to match other uses of the
1812 2009-10-05 [paul] 3.7.2cvs43
1815 updated by Emilian Nowak
1817 2009-10-03 [colin] 3.7.2cvs42
1821 * src/gtk/gtkcmclist.c
1822 * src/gtk/gtkvscrollbutton.c
1823 * src/gtk/logwindow.c
1825 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1826 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1827 Fix warning at start
1829 2009-09-28 [colin] 3.7.2cvs41
1833 * src/prefs_folder_item.c
1834 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1836 2009-09-28 [colin] 3.7.2cvs40
1838 * src/prefs_summaries.c
1839 * src/gtk/sslcertwindow.c
1840 Fix bug 2006, 'Non-utf8 strftime(3) date strings
1841 shows up garbled in GUI'. Patch by Pawel Pekala
1843 2009-09-24 [iwkse] 3.7.2cvs39
1846 That's only for statistics, of course :)
1848 2009-09-24 [iwkse] 3.7.2cvs38
1853 2009-09-24 [iwkse] 3.7.2cvs37
1856 Revert unwanted change
1858 2009-09-24 [iwkse] 3.7.2cvs36
1861 Fix issue with filtering actions and
1864 2009-09-20 [mones] 3.7.2cvs35
1866 * tools/convert_mbox.pl
1867 Add -R flag to support recursive conversions
1868 of arbitrary Evolution mail folders, based on
1869 bash script by Daniel Dickinson (fixes debian
1871 * tools/popfile-link.sh
1872 Set required shell for script (fixes debian
1875 2009-09-16 [colin] 3.7.2cvs34
1878 Go grab files in /etc/skel if they exist
1881 2009-09-15 [colin] 3.7.2cvs33
1884 Complete 3.7.1cvs42: only output directly to
1885 final file if we get NULL byes at the start.
1886 Still fixes saving UTF16 files, but also
1887 fixes displaying Base64 parts with decoding
1888 errors (parts without errors get displayed)
1890 2009-09-14 [colin] 3.7.2cvs32
1894 * src/matcher_parser_parse.y
1895 * src/prefs_matcher.c
1896 Add 'has_attachment' and 'signed' matcher
1897 expressions. Patch by Aleksei Miheev, fixes
1900 2009-09-14 [colin] 3.7.2cvs31
1902 * src/common/utils.c
1903 Add "Re :" prefix from french Yahoo mail.
1904 Patch by Didier Barvaux, fixes bug 1999
1906 2009-09-10 [mones] 3.7.2cvs30
1908 * manual/plugins.xml
1909 Fix sites supported by SpamReport
1910 * manual/es/plugins.xml
1911 Synchronise Spanish manual
1913 2009-09-07 [holger] 3.7.2cvs29
1916 Also update the icon cache on uninstall.
1917 This prevents possible problems when Claws Mail was
1918 uninstalled and installed again into a different location,
1919 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1920 and the blog post linked therein
1922 2009-09-07 [paul] 3.7.2cvs28
1924 * src/prefs_toolbar.c
1925 when updating the main toolbar icons just update
1926 the main toolbar (and consequently fix a bug where
1927 folderview icons would disappear)
1929 2009-08-30 [holger] 3.7.2cvs27
1932 Do case-insensitive comparison against
1933 header names when extracting recipients
1936 2009-08-23 [colin] 3.7.2cvs26
1939 Probably fix RH bug 512024, " folder.c:3543
1940 Condition msglist != NULL failed"
1942 2009-08-23 [colin] 3.7.2cvs25
1944 * src/prefs_compose_writing.c
1945 Make the maximum size warning bigger. Patch
1946 by Didier Barvaux on bug 1986.
1948 2009-08-21 [colin] 3.7.2cvs24
1951 Previous commit: move the function into compose_insert_file
1952 so that it's also used on drag-n-drop
1954 2009-08-21 [colin] 3.7.2cvs23
1957 Fix scrolling when adding an header
1959 2009-08-21 [colin] 3.7.2cvs22
1962 * src/prefs_common.c
1963 * src/prefs_common.h
1964 * src/prefs_compose_writing.c
1965 * src/common/utils.c
1966 Fix bug 1986, "New feature: warn user when inserting
1967 a large file in the message body". Patch by Didier
1970 2009-08-21 [colin] 3.7.2cvs21
1974 * src/common/utils.c
1975 Fix bug 1984: Add R�f. : reply prefix (french
1976 Lotus Notes); patch by Didier Barvaux
1978 2009-08-21 [colin] 3.7.2cvs20
1982 Fix bug 1969, 'Bad guess for outgoing encoding'
1983 Make sure the specific converters (japanese in
1984 this case) can return success/error in strict
1985 mode, instead of silently failing back to
1988 2009-08-20 [holger] 3.7.2cvs19
1992 Make it possible for code outside
1993 compose (e.g. plugins) to attach files
1995 2009-08-20 [colin] 3.7.2cvs18
1998 Fix crash when accessing IMAP soon
2000 2009-08-18 [colin] 3.7.2cvs17
2003 Maybe fix crash on non-existent LDAP server
2005 2009-08-04 [colin] 3.7.2cvs16
2008 Fix toolbar's spacing that breaks dark
2009 themes (patch from http://blogs.igalia.com/aperez/
2010 2009/07/making-claws-mail-look-better/)
2012 2009-07-28 [colin] 3.7.2cvs15
2015 * src/addrcustomattr.c
2017 * src/addressbook_foldersel.c
2025 * src/editldap_basedn.c
2036 * src/prefs_actions.c
2037 * src/prefs_customheader.c
2038 * src/prefs_display_header.c
2039 * src/prefs_filtering.c
2040 * src/prefs_folder_column.c
2041 * src/prefs_matcher.c
2042 * src/prefs_summary_column.c
2043 * src/prefs_summary_open.c
2044 * src/prefs_template.c
2047 Fix bug 1950, 'Program freeze up during folder selection'
2048 Don't leave hidden windows modal
2050 2009-07-28 [colin] 3.7.2cvs14
2053 Fix bug 1957, 'LDAP errs out after searching too
2056 2009-07-28 [colin] 3.7.2cvs13
2059 Fix bug 1966, '"Collapse all threads" slower than
2060 "Expand all threads"'
2062 2009-07-28 [colin] 3.7.2cvs12
2064 * src/common/session.c
2065 Fix bug 1967, 'Claws gets stuck after accepting
2066 a certificate warning dialog'
2068 2009-07-19 [paul] 3.7.2cvs11
2070 * manual/plugins.xml
2071 a few small changes to the English
2073 2009-07-18 [mones] 3.7.2cvs10
2075 * manual/plugins.xml
2076 Add new bsfilter and fancy plugins to the docs
2077 and a note about dealing with plugins of the same class
2078 * src/prefs_account.c
2079 Fix extra space at the end typo
2081 2009-07-16 [colin] 3.7.2cvs9
2084 Fix wrong return without unlocking; thanks
2087 2009-07-14 [colin] 3.7.2cvs8
2090 Fix bug 1954, 'Segfault on reading wrong STATUS'
2092 2009-07-10 [colin] 3.7.2cvs7
2094 * src/plugins/pgpcore/plugin.def
2095 * src/common/utils.h
2098 2009-07-10 [colin] 3.7.2cvs6
2100 * src/prefs_display_header.c
2101 Fix bug 1951, 'C-Mail dumps core when editing
2102 displayed headers'. Patch by Alexey Rusakov
2104 2009-07-10 [colin] 3.7.2cvs5
2107 Fix bug 1952, 'Deleted mails in Queue folder
2110 2009-07-09 [colin] 3.7.2cvs4
2112 * src/gtk/spell_entry.c
2113 Fix bug 1949, 'Spell checker doesn't recognise
2114 certain word in Subject header, but does in
2115 message body'. Patch by Pawel Pekala.
2117 2009-07-09 [paul] 3.7.2cvs3
2120 use pkgconfig to check for the minimum required
2123 2009-07-06 [colin] 3.7.2cvs2
2125 * src/prefs_customheader.c
2128 2009-07-04 [paul] 3.7.2cvs1
2130 * tools/claws.i18n.status.pl
2133 2009-07-03 [paul] 3.7.2
2140 2009-07-03 [paul] 3.7.1cvs85
2147 added new translations by Tiago Faria and Slavko
2160 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2161 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2162 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2163 Goncalves Guimaraes, Aleksei Miheev
2165 2009-07-01 [colin] 3.7.1cvs84
2167 * src/prefs_common.c
2168 Fix bug 1940, 'Doesn't open links in
2169 user's default browser'. Turn the preference
2170 to TRUE by default; that will only change the
2171 behaviour for new users.
2173 2009-06-29 [colin] 3.7.1cvs83
2177 * src/prefs_filtering_action.c
2178 Fix bug 1935, 'problems with very long filtering actions':
2179 Use a dynamic buffer in action to string, and a bigger
2180 buffer in string to action
2182 2009-06-29 [colin] 3.7.1cvs82
2184 * src/matcher_parser_lex.l
2185 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2187 2009-06-29 [colin] 3.7.1cvs81
2192 Fix crash (out-of-bounds tree column)
2193 * src/gtk/gtkcmctree.c
2194 * src/gtk/gtksctree.c
2195 Prevent using an out-of-bounds tree column
2197 2009-06-29 [colin] 3.7.1cvs80
2201 Leak fixes; patch by Pawel Pekala.
2203 2009-06-26 [colin] 3.7.1cvs79
2206 Sort by msgnum if dates are equal
2208 2009-06-24 [paul] 3.7.1cvs78
2211 make some (forgotten) strings translatable
2213 2009-06-19 [colin] 3.7.1cvs77
2216 Fix menu sensitiveness
2218 2009-06-18 [colin] 3.7.1cvs76
2221 * src/plugins/pgpcore/sgpgme.c
2222 * src/plugins/pgpcore/sgpgme.h
2223 * src/plugins/pgpmime/mypgpcore.def
2224 * src/plugins/pgpmime/pgpmime.c
2225 * src/plugins/smime/mypgpcore.def
2226 * src/plugins/smime/smime.c
2227 Use largefile support (and stop using our old GPGME
2228 hack on gpgme_data_seek/rewind)
2229 (See 1.9.12cvs44 to 46 - if this breaks things we
2232 2009-06-13 [colin] 3.7.1cvs75
2234 * src/gtk/spell_entry.c
2235 Fix assertion. We can put a NULL gtkaspell to
2236 an entry; it just means it won't be spell-checked.
2238 2009-06-12 [mones] 3.7.1cvs74
2242 * src/prefs_account.c
2243 * src/prefs_account.h
2244 * src/common/utils.c
2245 * src/common/utils.h
2246 Added preference to use account address in generated
2247 Message-Id. Fixes Debian bug #531052
2249 2009-06-12 [colin] 3.7.1cvs73
2252 Better fix, API-compatible with libgnutls13
2254 2009-06-12 [colin] 3.7.1cvs72
2257 Use compatibility mode in GnuTLS, and avoid problems with
2258 servers that don't comply 100% with the spec, but still
2261 2009-06-06 [iwkse] 3.7.1cvs71
2264 Ops..revert a mix with another patch
2266 2009-06-06 [iwkse] 3.7.1cvs70
2269 A better fix for the previous commit's issue
2271 2009-06-06 [iwkse] 3.7.1cvs69
2274 Fix shutting down of Claws Mail while a GTK_Return keypress
2275 event is sent to the Attach property window
2277 2009-06-05 [colin] 3.7.1cvs68
2280 Fix build on GTK+ 2.6
2282 2009-06-03 [mones] 3.7.1cvs67
2284 * tools/make.themes.project
2285 Oops! fix header, sorry Paul ;-)
2287 2009-06-03 [mones] 3.7.1cvs66
2289 * tools/make.themes.project
2290 Add support for PNG themes and other
2291 fixes i don't remember now... :)
2293 2009-06-02 [colin] 3.7.1cvs65
2296 * src/prefs_template.c
2298 Fix error messages in templates, and fix their
2301 2009-05-22 [colin] 3.7.1cvs64
2306 2009-05-22 [colin] 3.7.1cvs63
2309 Fix phantom button behind entry when
2310 changing fields via Tools/Reply mode.
2312 2009-05-22 [colin] 3.7.1cvs62
2317 2009-05-21 [mones] 3.7.1cvs61
2321 Add button to empty header lines with one click
2323 2009-05-21 [paul] 3.7.1cvs60
2327 * src/plugins/trayicon/trayicon.c
2328 when quitting from the trayicon, honour
2329 prefs_common.clean_on_exit
2331 2009-05-21 [paul] 3.7.1cvs59
2333 * src/gtk/Makefile.am
2334 remove duplicate entry
2335 thanks to Charles A Edwards
2337 2009-05-19 [paul] 3.7.1cvs58
2339 * src/send_message.c
2340 clear progressbar in the statusbar on 'Cancel'
2342 2009-05-16 [colin] 3.7.1cvs57
2348 2009-05-16 [colin] 3.7.1cvs56
2351 Remove msgnum>0 condition for removing messages
2352 from caches. There's no such condition on add.
2353 Fixes bug 1913, 'Allow to remove phantom
2354 messages from the cache'; patch by Fabian
2355 Keil <fk at fabiankeil.de>
2357 2009-05-12 [holger] 3.7.1cvs55
2361 Introduce hook after showing of the message view
2363 2009-05-11 [colin] 3.7.1cvs54
2366 Fix bug 1872, 'A: Cc: CCi: selector should
2367 default on same as preceding contact'
2369 2009-05-10 [holger] 3.7.1cvs53
2373 Add a hook to make it possible for plugins to
2374 modify the address completion list
2376 2009-05-06 [paul] 3.7.1cvs52
2380 fix bug 1915, 'Mails signed with smime.p7s
2381 display both signed and attachment icon.'
2383 2009-05-05 [colin] 3.7.1cvs51
2385 * src/common/utils.c
2388 2009-05-05 [colin] 3.7.1cvs50
2390 * src/common/utils.c
2391 Fix bug 1895, '(imap) cache issues when cache dir is on a
2392 different mountpoint than tempdir'
2394 2009-05-04 [colin] 3.7.1cvs49
2397 Probably fix bug 1914, 'Crash reading
2398 corrupted tags file'
2400 2009-04-26 [paul] 3.7.1cvs48
2403 * src/gtk/gtkaspell.h
2404 fix bug 1904, 'build mechanism looks for
2405 'enchant.h' in a wrong place'
2407 2009-04-25 [paul] 3.7.1cvs47
2410 gah! fix coding style!
2412 2009-04-25 [paul] 3.7.1cvs46
2416 if building with GTK+ >= 2.16 use
2417 gtk_orientable_set_orientation() instead of now
2418 deprecated gtk_toolbar_set_orientation()
2420 2009-04-24 [colin] 3.7.1cvs45
2423 Ask before sending if an attached file has
2426 2009-04-19 [paul] 3.7.1cvs44
2428 * src/prefs_common.c
2429 * src/prefs_common.h
2431 save About window size.
2432 patch by Pawel Pekala
2434 2009-04-12 [paul] 3.7.1cvs43
2436 * tools/csv2addressbook.pl
2437 add extra CSV fields that are now appended
2438 by thunderbird (version 2.0.0.21)
2440 2009-04-08 [colin] 3.7.1cvs42
2443 fix saving (but not displaying) of UTF-16
2446 2009-04-08 [colin] 3.7.1cvs41
2448 * src/gtk/manage_window.c
2449 Disable transient windows on win32 - seems to
2450 fix most focusing issues
2452 2009-04-05 [colin] 3.7.1cvs40
2455 Don't ask whether we want to send deleted mails in queue
2456 folders; also, don't send deleted mails when flushing
2459 2009-04-04 [paul] 3.7.1cvs39
2465 * tools/claws.i18n.status.pl
2466 add new Indonesian translation, by
2469 2009-04-03 [paul] 3.7.1cvs38
2475 2009-04-03 [colin] 3.7.1cvs37
2479 Fix bug 1891, 'Add support for gopher:// links'
2480 Patch by Jacob Head <clawsmail at jacob-head.com>
2481 Let's go back to the roots!
2483 2009-04-03 [paul] 3.7.1cvs36
2488 2009-04-03 [paul] 3.7.1cvs35
2491 add AC_CONFIG_MACRO_DIR([m4])
2492 remove CLAWS_ACLOCAL_INCLUDE(m4)
2493 * m4/aclocal-include.m4
2494 removed this now unneeded file
2496 2009-04-02 [colin] 3.7.1cvs34
2498 * src/common/utils.h
2499 Fix previous (thanks to Marcus :)
2501 2009-04-02 [colin] 3.7.1cvs33
2503 * src/common/utils.h
2504 * src/etpan/etpan-thread-manager.c
2505 pipe() was a macro from GLib on win32 until
2506 glib 2.13.2. It's undefined after that.
2507 Thanks to Marcus Brinkmann for the heads-up!
2509 2009-03-31 [colin] 3.7.1cvs32
2511 * src/folder_item_prefs.c
2512 Copy folder settings with prefs
2514 2009-03-31 [colin] 3.7.1cvs31
2516 * src/prefs_account.c
2517 Don't use un-sensitive checkboxes in Privacy tab
2518 when privacy system in None (makes unchecking
2519 painful when no privacy plugin is loaded)
2521 2009-03-30 [colin] 3.7.1cvs30
2528 * src/prefs_account.c
2529 * src/prefs_account.h
2532 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2533 Add an option on the Receive page of IMAP account preferences:
2534 "Move deleted mails to trash and expunge immediately". This
2535 option defaults to TRUE to avoid changing the existing behaviour.
2536 Setting it to FALSE prevents automatic expunging.
2537 Also, add Tools/Expunge and View/Hide deleted messages menu items
2538 (View/Hide deleted message being a per-folder setting, and behaving,
2539 like View/Hide read messages).
2541 2009-03-30 [colin] 3.7.1cvs29
2544 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2545 ask for IMAP password when using GSSAPI auth
2547 2009-03-27 [colin] 3.7.1cvs28
2550 Fix cvs14, make sure we mark non-existent caches dirty
2551 (or they never get written)
2553 2009-03-27 [colin] 3.7.1cvs27
2556 Fix tag update when all tags are removed
2559 2009-03-25 [colin] 3.7.1cvs26
2562 Fix configure.ac, thanks to Pawel
2564 2009-03-25 [colin] 3.7.1cvs25
2567 * src/etpan/nntp-thread.c
2568 Fix header fetching (NG/To/Cc). Fixes
2569 bug 1883, 'Message processing fails to
2570 act on Newsgroups: field'
2572 2009-03-23 [colin] 3.7.1cvs24
2575 Fix internal headers visible in queue/sent
2577 2009-03-23 [colin] 3.7.1cvs23
2580 Fix check for RC (resource compiler) used
2581 on win32 (AC_LIBTOOL_RC used to call it
2582 implicitely but stopped)
2584 2009-03-19 [colin] 3.7.1cvs22
2587 Put spam button in default toolbar even if
2588 bogofilter and spamassassin are not built.
2589 Other anti-spam plugin could exist! :)
2590 * src/common/utils.c
2591 Fix exit status fetch on win32
2593 2009-03-18 [paul] 3.7.1cvs21
2595 * src/gtk/spell_entry.c
2596 fix "[BUG] Wrong word replaced in 'Subject:'
2597 when spell-checking correction used"
2598 Patch by Pawel Pekala
2600 2009-03-17 [colin] 3.7.1cvs20
2602 * src/common/utils.c
2603 Fix win32 build (from cvs12)
2605 2009-03-17 [colin] 3.7.1cvs19
2608 Fix bug 1735, 'Change To: and Newsgroups:
2609 recipient field according account type'
2612 2009-03-17 [colin] 3.7.1cvs18
2615 * src/prefs_common.c
2616 * src/prefs_common.h
2618 * src/common/prefs.c
2619 Add preference for fsyncing metadata
2621 2009-03-16 [paul] 3.7.1cvs17
2623 * src/prefs_customheader.c
2624 add forgotten #if HAVE_LIBCOMPFACE
2626 2009-03-16 [paul] 3.7.1cvs16
2628 * src/prefs_customheader.c
2629 put the (X-)Face preview image below the up/down
2630 buttons so they don't jump around.
2631 make the list reorderable by drag'n'drop
2633 2009-03-16 [colin] 3.7.1cvs15
2635 * src/prefs_customheader.c
2636 Add a (X-)Face preview. Patch by iwkse.
2638 2009-03-16 [colin] 3.7.1cvs14
2644 * src/common/prefs.c
2645 Add fsync calls to make sure we don't
2646 lose data on system crashes. (to do:
2647 add a pref to allow people choosing raw
2650 2009-03-15 [colin] 3.7.1cvs13
2652 * src/gtk/gtkaspell.c
2653 Fix empty menu when there are no
2654 suggestions (using the Spelling menu)
2656 2009-03-14 [colin] 3.7.1cvs12
2658 * src/common/utils.c
2659 Win32: fix subject prefix length
2661 2009-03-11 [mones] 3.7.1cvs11
2664 fix encoding declared in header
2665 update translation now we're at it
2667 2009-03-10 [colin] 3.7.1cvs10
2670 Fix "wrong mime" message printed out multiple
2673 2009-03-10 [colin] 3.7.1cvs9
2675 * src/prefs_folder_item.c
2678 2009-03-09 [paul] 3.7.1cvs8
2680 * src/prefs_folder_item.c
2681 * src/send_message.c
2682 fixes to english text
2684 2009-03-08 [paul] 3.7.1cvs7
2687 correct errors in header
2689 2009-03-08 [paul] 3.7.1cvs6
2695 * tools/claws.i18n.status.pl
2696 add Japanese translation, submitted by kazken3
2698 2009-03-07 [colin] 3.7.1cvs5
2701 Don't let the invalid MIME warning hide
2702 other noticeview (Partial receive or
2705 2009-03-07 [colin] 3.7.1cvs4
2710 2009-03-07 [colin] 3.7.1cvs3
2715 Handle mimeparts that lack an end boundary.
2716 They're invalid but it's too annoying for
2717 normal users to fix.
2719 2009-03-06 [wwp] 3.7.1cvs2
2722 * src/folder_item_prefs.c
2723 * src/folder_item_prefs.h
2724 * src/prefs_folder_item.c
2725 Add per-folder default cc, bcc and reply-to.
2727 2009-03-06 [colin] 3.7.1cvs1
2730 * src/gtk/gtksourceprintjob.c
2731 Fix build with old print interface
2733 2009-03-06 [paul] 3.7.1
2740 2009-03-06 [paul] 3.7.0cvs78
2751 updated by David Vachulka, Stephan Sachse, Flammie
2752 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2753 Frederico Goncalves Guimaraes, Lars Persson Fink,
2756 2009-03-03 [colin] 3.7.0cvs77
2758 * src/prefs_filtering.c
2759 Win32: Fix bug 1865, 'IMAP account name changes
2760 are not followed at filter actions'
2762 2009-03-02 [colin] 3.7.0cvs76
2765 Fix Launchpad bug 335571: 'claws-mail crashed
2766 with SIGSEGV in strlen() while deleting
2767 large amount of e-mails on IMAP account
2769 2009-02-27 [mones] 3.7.0cvs75
2771 * manual/es/account.xml
2773 * manual/es/addrbook.xml
2774 * manual/es/advanced.xml
2775 * manual/es/claws-mail-manual.xml
2777 * manual/es/glossary.xml
2779 * manual/es/handling.xml
2780 * manual/es/intro.xml
2781 * manual/es/keyboard.xml
2782 * manual/es/plugins.xml
2783 * manual/es/starting.xml
2784 Sync with English version, fix some typos
2785 Changed encoding to UTF-8
2787 Update for release, changed encoding to UTF-8
2789 2009-02-24 [colin] 3.7.0cvs74
2792 Don't print separation line if there
2795 2009-02-23 [cleroy] 3.7.0cvs73
2804 * src/addrduplicates.c
2807 * src/addressbook_foldersel.c
2815 * src/customheader.c
2817 * src/editaddress_other_attributes_ldap.c
2855 * src/prefs_account.c
2856 * src/prefs_actions.c
2857 * src/prefs_common.c
2858 * src/prefs_filtering.c
2859 * src/prefs_filtering_action.c
2860 * src/prefs_folder_column.c
2861 * src/prefs_folder_item.c
2863 * src/prefs_matcher.c
2866 * src/prefs_summaries.c
2867 * src/prefs_summary_column.c
2868 * src/prefs_template.c
2869 * src/prefs_themes.c
2870 * src/prefs_toolbar.c
2877 * src/remotefolder.c
2878 * src/send_message.c
2879 * src/sourcewindow.c
2881 * src/stock_pixmap.c
2882 * src/summary_search.c
2889 * src/common/base64.c
2890 * src/common/claws.c
2891 * src/common/hooks.c
2892 * src/common/plugin.c
2893 * src/common/prefs.c
2894 * src/common/session.c
2896 * src/common/socket.c
2897 * src/common/string_match.c
2898 * src/common/stringtable.c
2899 * src/common/utils.c
2900 * src/common/utils.h
2902 * src/common/xmlprops.c
2903 * src/gtk/colorlabel.c
2904 * src/gtk/combobox.c
2905 * src/gtk/foldersort.c
2906 * src/gtk/gtkaspell.c
2907 * src/gtk/gtkcmclist.c
2908 * src/gtk/gtkcmctree.c
2909 * src/gtk/gtkcmoptionmenu.c
2910 * src/gtk/gtksctree.c
2911 * src/gtk/gtkshruler.c
2912 * src/gtk/gtksourceprintjob.c
2913 * src/gtk/gtkutils.c
2914 * src/gtk/gtkvscrollbutton.c
2915 * src/gtk/logwindow.c
2917 * src/gtk/pluginwindow.c
2918 * src/gtk/prefswindow.c
2919 * src/gtk/quicksearch.c
2920 * src/gtk/spell_entry.c
2921 * src/plugins/pgpcore/select-keys.c
2922 * src/plugins/pgpinline/pgpinline.c
2923 * src/plugins/pgpmime/pgpmime.c
2924 * src/plugins/smime/smime.c
2925 * src/plugins/spamassassin/spamassassin_gtk.c
2926 Mass commit changing g_return_* to cm_return_*
2927 and making these more interesting
2929 2009-02-23 [colin] 3.7.0cvs72
2932 Always initialise error code to no error
2934 2009-02-23 [colin] 3.7.0cvs71
2937 Fix separator substitution
2939 2009-02-23 [colin] 3.7.0cvs70
2941 * src/stock_pixmap.c
2942 * src/gtk/colorlabel.c
2943 don't use g_return on normal checks
2945 2009-02-22 [colin] 3.7.0cvs69
2951 2009-02-22 [colin] 3.7.0cvs68
2953 * src/addrduplicates.c
2969 * src/prefs_common.c
2970 * src/prefs_filtering.c
2981 * src/common/socket.c
2982 * src/common/template.c
2983 * src/etpan/imap-thread.c
2984 * src/gtk/gtkaspell.c
2985 * src/gtk/gtkcmctree.c
2986 * src/gtk/gtksctree.c
2987 * src/gtk/inputdialog.c
2988 * src/plugins/pgpcore/sgpgme.c
2989 * src/plugins/pgpmime/pgpmime.c
2990 * src/plugins/smime/smime.c
2991 * src/plugins/spamassassin/spamassassin.c
2992 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2993 uninitialised accesses
2995 2009-02-17 [colin] 3.7.0cvs67
2998 Disable controls during queuing
3000 2009-02-15 [colin] 3.7.0cvs66
3003 * src/plugins/pgpcore/select-keys.c
3004 * src/plugins/pgpcore/sgpgme.c
3005 Disable use of disabled keys
3007 2009-02-15 [colin] 3.7.0cvs65
3011 Fix font updating after changing
3012 prefs_common.derive_from_normal_font
3014 2009-02-12 [paul] 3.7.0cvs64
3020 * src/common/version.h.in
3024 more copyright header fixes
3026 2009-02-12 [paul] 3.7.0cvs63
3028 * src/gtk/progressdialog.c
3029 * src/gtk/progressdialog.h
3030 fix copyright header
3032 2009-02-12 [paul] 3.7.0cvs62
3034 * src/gtk/spell_entry.c
3035 * src/gtk/spell_entry.h
3036 better, more standard copyright header
3038 2009-02-12 [paul] 3.7.0cvs61
3040 * src/gtk/spell_entry.c
3041 * src/gtk/spell_entry.h
3042 changes to copyright header
3044 2009-02-12 [paul] 3.7.0cvs60
3046 * src/gtk/spell_entry.c
3047 * src/gtk/spell_entry.h
3050 2009-02-11 [colin] 3.7.0cvs59
3052 * src/gtk/spell_entry.c
3053 * src/gtk/spell_entry.h
3056 2009-02-11 [colin] 3.7.0cvs58
3059 * src/gtk/Makefile.am
3060 * src/gtk/gtkaspell.c
3061 * src/gtk/gtkaspell.h
3062 Add spellcheck to subject. Patch by
3065 2009-02-10 [holger] 3.7.0cvs57
3069 Move filename define for printing page setup cache to defs.h
3071 2009-02-08 [mones] 3.7.0cvs56
3074 Fix build for bison 2.4.1
3076 2009-02-06 [holger] 3.7.0cvs55
3078 * src/prefs_common.c
3079 * src/prefs_common.h
3081 Fix restoring of custom page setups for printing by
3082 temporarily caching the settings.
3083 This is a workaround for Gnome Bug #39018, and fixes
3084 Claws Mail Bug #1840.
3086 2009-02-06 [colin] 3.7.0cvs54
3089 Fix hardcoded Shift-Q quits. Fixes
3090 bug 1838, 'Claws-Mail sometimes quits
3091 when attempting to type a capital Q'
3093 2009-01-31 [paul] 3.7.0cvs53
3096 revert 3.7.0cvs49, until there is time to find out
3097 why it causes a nasty crash!
3099 2009-01-31 [paul] 3.7.0cvs52
3102 1 string that was forgotten for translation
3104 2009-01-31 [paul] 3.7.0cvs51
3107 2 strings that were forgotten for translation
3109 2009-01-31 [paul] 3.7.0cvs50
3111 * src/gtk/prefswindow.c
3112 build prefs tree in a slightly smarter way -
3113 fix bug where if path[0] had same name as
3114 path[1], (like in the de translation), path[1]
3115 was lost and not shown in the window
3117 2009-01-31 [paul] 3.7.0cvs49
3120 fix bug 1836, 'Quoted text still blue after
3121 removal of quote-character'
3122 comment out some debug_print's that needlessly
3125 comment out a debug_print that needlessly slows
3128 2009-01-31 [paul] 3.7.0cvs48
3131 fix bug 1834, '"semi"-selection when collapsing thread'
3133 2009-01-31 [paul] 3.7.0cvs47
3135 * src/prefs_compose_writing.c
3136 * src/prefs_message.c
3137 move 'quote_chars' pref to where it should be
3139 2009-01-30 [paul] 3.7.0cvs46
3142 fix updating of popup menu sensitivity
3144 2009-01-28 [paul] 3.7.0cvs45
3146 * tools/filter_conv_new.pl
3147 move 'move' and 'delete' to end of @actions
3148 so that they are always final actions in the
3149 generated filtering rule
3151 2009-01-27 [paul] 3.7.0cvs44
3154 always select text/calendar mimepart if suitable
3155 plugin (i.e. vCalendar) is available
3157 2009-01-27 [paul] 3.7.0cvs43
3160 fix crash when right-clicking in summaryview when
3161 processing is active
3163 2009-01-22 [colin] 3.7.0cvs42
3168 When replying to signed/encrypted mail and the
3169 preference to sign/encrypt in this case is set,
3170 choose the original mail's privacy system (if
3173 2009-01-21 [colin] 3.7.0cvs41
3176 Fix warning (on-the-fly theming of
3177 addressbook isn't complete yet)
3179 2009-01-21 [colin] 3.7.0cvs40
3183 Win32: Fix window placement
3185 2009-01-21 [paul] 3.7.0cvs39
3188 update timeout log msg
3190 2009-01-17 [colin] 3.7.0cvs38
3195 * src/common/utils.c
3196 * src/etpan/imap-thread.c
3197 Fix g_open calls (which don't ignore mode)
3199 2009-01-17 [colin] 3.7.0cvs37
3208 * src/common/ssl_certificate.c
3210 * src/common/utils.c
3211 * src/etpan/imap-thread.c
3212 * src/plugins/bogofilter/bogofilter.c
3213 * src/plugins/pgpinline/pgpinline.c
3214 * src/plugins/smime/smime.c
3215 Probably fix bug 1825, 'Unable to fetch messages from
3216 IMAP folders named with non-ASCII string'
3217 Change remaining occurences of fopen and open with
3220 2009-01-17 [paul] 3.7.0cvs36
3223 update an old, outdated piece of info
3225 2009-01-17 [paul] 3.7.0cvs35
3227 * src/prefs_folder_item.c
3228 fix bug where saving Folder Properties of a
3229 sub-folder of outbox, queue, draft or trash
3230 would change its parent's folder type to normal
3232 2009-01-12 [mones] 3.7.0cvs34
3237 2009-01-12 [wwp] 3.7.0cvs33
3240 * tools/popfile-link.sh
3241 * tools/textviewer.sh
3242 Fix bashisms and other portability glitches (thanks to
3243 Steven M. Bellovin).
3245 2009-01-11 [paul] 3.7.0cvs32
3248 clean up some build warnings
3250 2009-01-11 [colin] 3.7.0cvs31
3253 Revert part of patch 3.7.0cvs29
3254 This function is used when jpilot
3257 2009-01-11 [colin] 3.7.0cvs30
3260 folder_find_child_item_by_name():
3261 actually use name, not path's basename
3263 2009-01-11 [paul] 3.7.0cvs29
3270 * src/prefs_folder_item.c
3271 clean up some build warnings
3273 2009-01-11 [paul] 3.7.0cvs28
3276 don't even mention printing support, assume its
3277 presence, unless building with GTK+ < 2.10.0
3279 2009-01-10 [colin] 3.7.0cvs27
3282 Fix bug 1811, '[mime] Crash when there's no
3283 room for filename's start on the same line'
3284 When the mimetype of the attachment is very
3285 long, there's no room at all to start the
3286 name=... parameter on the same line. This
3287 caused an infinite loop as 0 characters of
3288 the filename could be appended.
3289 In such cases, insert linebreak before the
3292 2009-01-09 [colin] 3.7.0cvs26
3296 * src/common/utils.c
3297 Win32: Fix bug 1815, 'Drag-n-Drop of files on
3298 Compose Window does not attach'
3300 2009-01-09 [colin] 3.7.0cvs25
3303 Fix bug 1817, 'Changing Themes does not
3304 update the pixmaps in "Select folder"
3307 2009-01-09 [colin] 3.7.0cvs24
3310 Win32: Fix bug 1816, 'Attaching files with
3311 command-line generates error after attaching'
3313 2009-01-09 [paul] 3.7.0cvs23
3316 forgot this '2009' in last commit
3318 2009-01-09 [paul] 3.7.0cvs22
3322 update copyright headers
3324 2009-01-09 [paul] 3.7.0cvs21
3326 * doc/man/claws-mail.1
3329 2009-01-09 [colin] 3.7.0cvs20
3332 Fix bug 1814, 'Windows' WM badly places
3335 2009-01-09 [colin] 3.7.0cvs19
3337 * src/prefs_themes.c
3338 * src/stock_pixmap.c
3339 * src/stock_pixmap.h
3340 * src/common/utils.c
3341 * src/common/utils.h
3342 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3344 2009-01-08 [colin] 3.7.0cvs18
3347 Win32: Fix bug 1810, 'Pressing 'o' key
3350 2009-01-07 [colin] 3.7.0cvs17
3353 Fix bug 1432, '& not escaped in links (HTML
3356 2009-01-06 [colin] 3.7.0cvs16
3358 * src/plugins/pgpcore/select-keys.c
3359 Warn translators the usual way about
3362 2009-01-06 [colin] 3.7.0cvs15
3365 Fix synchronisation dialog that shouldn't
3366 appear when network goes down (Network
3370 Fix save as when attach_save_dir isn't set
3371 fixes bug 1804, 'attach_save_directory does
3372 not default to $HOME'
3373 * src/plugins/pgpcore/select-keys.c
3374 Add mnemonics to buttons - warn translators!
3376 2009-01-06 [wwp] 3.7.0cvs14
3378 * src/common/utils.c
3379 Fix cvs13, thanks to Colin.
3381 2009-01-06 [wwp] 3.7.0cvs13
3383 * src/common/utils.c
3384 Better support for Spanish Outlook replies (RES).
3386 2009-01-02 [colin] 3.7.0cvs12
3389 Fix (+) sign after collapsed folder names that
3390 have quicksearch-matching children.
3391 Fixes bug 1506, 'Recursive search in collapsed
3394 2009-01-02 [colin] 3.7.0cvs11
3396 * src/stock_pixmap.c
3397 * src/stock_pixmap.h
3398 Remove now-unused stock_pixmap_gdk
3400 2009-01-02 [colin] 3.7.0cvs10
3402 * src/gtk/gtkutils.c
3403 * src/pixmaps/claws-mail_icon.xpm
3404 Use pixbuf for app icon, and make the app icon
3407 2009-01-02 [colin] 3.7.0cvs9
3410 Show both link title and URI if possible
3412 2009-01-02 [colin] 3.7.0cvs8
3416 * src/addressbook_foldersel.c
3419 * src/grouplistdialog.c
3423 * src/gtk/gtkcmclist.c
3424 * src/gtk/gtkcmclist.h
3425 * src/gtk/gtkcmctree.c
3426 * src/gtk/gtkcmctree.h
3427 * src/gtk/gtksctree.c
3428 * src/gtk/gtksctree.h
3429 Implement pixbuf rendering in tree widgets
3431 * src/plugins/trayicon/trayicon.c
3433 * src/prefs_themes.c
3434 Use pixbuf rendering here too
3436 2008-12-30 [paul] 3.7.0cvs7
3439 no need to prematurely trim the uri in the statusbar
3441 2008-12-29 [paul] 3.7.0cvs6
3444 prefer List-Id header to X-* headers when creating
3445 filter rule automatically
3447 2008-12-28 [colin] 3.7.0cvs5
3450 Set minimum height to 440 instead of 480
3452 2008-12-22 [colin] 3.7.0cvs4
3455 Fix bug 1799, '"Discard message" deletes manually
3456 saved draft'. Switch rmode to REEDIT after
3459 2008-12-21 [paul] 3.7.0cvs3
3461 * tools/claws.i18n.status.pl
3464 2008-12-21 [paul] 3.7.0cvs2
3470 2008-12-21 [paul] 3.7.0cvs1
3476 2008-12-19 [paul] 3.7.0
3483 2008-12-19 [paul] 3.6.1cvs80
3486 remove unmaintained sk and sr from ALL_LINGUAS
3487 add newly maintained cs to ALL_LINGUAS
3498 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3499 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3500 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3503 2008-12-16 [colin] 3.6.1cvs79
3505 * src/plugins/pgpcore/sgpgme.c
3508 2008-12-15 [colin] 3.6.1cvs78
3513 * src/plugins/pgpcore/sgpgme.c
3514 * src/plugins/pgpcore/sgpgme.h
3515 * src/plugins/pgpinline/pgpinline.c
3516 * src/plugins/pgpmime/pgpmime.c
3517 * src/plugins/smime/smime.c
3518 Fix bug 1796, 'PGP/MIME setting: "select key by your
3519 email address" doesn't work'. Use custom from address
3522 2008-12-15 [colin] 3.6.1cvs77
3524 * src/common/utils.c
3525 Fix bug 1746, 'Makes a mailto link from several
3528 2008-12-15 [paul] 3.6.1cvs76
3530 * m4/spamassassin.m4
3531 fix warnings thrown up by autoconf-2.63
3533 2008-12-13 [colin] 3.6.1cvs75
3538 * src/common/utils.c
3539 * src/common/utils.h
3541 Finish previous patch
3543 2008-12-13 [colin] 3.6.1cvs74
3546 Only install certs on windows
3548 2008-12-13 [colin] 3.6.1cvs73
3551 * tools/ca-certificates.crt
3552 * src/common/Makefile.am
3554 First try to ship SSL certificates in Windows
3557 2008-12-12 [colin] 3.6.1cvs72
3560 * src/plugins/pgpinline/claws.def
3563 2008-12-12 [paul] 3.6.1cvs71
3567 * src/partial_download.c
3569 * src/common/claws.c
3570 * src/common/prefs.c
3571 * src/common/utils.c
3572 win32: fix unlinking, renaming and bug with
3576 2008-12-11 [colin] 3.6.1cvs70
3579 * manual/fr/advanced.xml
3580 Update french translations
3582 2008-12-10 [colin] 3.6.1cvs69
3585 Correct bug submission guidelines
3587 2008-12-10 [colin] 3.6.1cvs68
3589 * src/plugins/pgpcore/pgp_viewer.c
3590 Fix bug 1736, 'Key import does not work'
3591 Kill the correct pid (and not the parent
3592 shell), and increase the timeout a bit.
3594 2008-12-09 [paul] 3.6.1cvs67
3597 ensure that any stray noticeview buttons are hidden,
3598 as clicking them causes segfaults!
3600 2008-12-09 [colin] 3.6.1cvs66
3604 * src/folder_item_prefs.h
3605 * src/prefs_common.c
3606 * src/prefs_common.h
3608 Fix bug 1792, '"Save Message to" should
3609 retain list of recently selected folders'
3610 Also, make Enchant-related prefs stick
3611 even if the build doesn't enable enchant
3613 2008-12-09 [paul] 3.6.1cvs65
3616 fix bug 1787, 'Prevent automatic PGP inline
3617 decryption attempts' use the noticeview to display
3618 decryption failure messages instead of the irritating
3621 2008-12-09 [colin] 3.6.1cvs64
3623 * src/prefs_filtering.c
3624 Fix bug 1789, 'filtering account selection
3625 (regression)'. Filtering on sending-only
3626 accounts can be a little useful when using
3627 filtering via Tools menu.
3629 2008-12-07 [paul] 3.6.1cvs63
3631 * src/prefs_actions.c
3632 don't auto-select first entry (same as other
3634 * src/gtk/pluginwindow.c
3635 these parents don't have children so don't look
3638 2008-12-07 [paul] 3.6.1cvs62
3640 * src/prefs_account.c
3641 * src/gtk/pluginwindow.c
3642 * src/gtk/prefswindow.c
3643 * src/gtk/prefswindow.h
3644 auto-select first page
3646 2008-12-05 [colin] 3.6.1cvs61
3650 Fix bug 1788, 'CM crashes re-encoding
3651 encoded parameters' (introduced in cvs40)
3653 2008-12-05 [paul] 3.6.1cvs60
3655 * src/prefs_common.h
3656 remove gpg prefs that are no longer needed here
3658 2008-12-03 [colin] 3.6.1cvs59
3661 Speed up cache reading (about 10% gain)
3663 * src/gtk/gtksctree.c
3664 Speed up expand/collapse all threads
3667 2008-12-03 [paul] 3.6.1cvs58
3670 eradicate gcc4's signedness warnings
3671 fix building with gnuTLS on (Open)Solaris
3673 2008-12-01 [colin] 3.6.1cvs57
3675 * src/gtk/gtkcmclist.c
3678 2008-12-01 [colin] 3.6.1cvs56
3680 * src/plugins/pgpinline/pgpinline.c
3681 Fix bug 1779, 'PGP Inline badly handles
3682 multipart'. Properly dump the current part
3683 instead of running around with scissors
3685 2008-11-30 [paul] 3.6.1cvs55
3687 * manual/advanced.xml
3688 * manual/plugins.xml
3689 * src/prefs_toolbar.c
3690 remove the verb from the page title and
3691 update references in the manual
3693 2008-11-30 [paul] 3.6.1cvs54
3696 move Other/ page to Other/Miscellaneous
3697 * src/gtk/prefswindow.c
3698 make parent page unselectable
3700 2008-11-29 [paul] 3.6.1cvs53
3703 add the new 'primary_paste_unselects' hidden
3704 option, add missing 'log_[...]_color' options,
3705 and reformat the text
3706 * manual/advanced.xml
3707 add the new 'primary_paste_unselects' hidden
3708 option, add missing 'log_[...]_color' options
3710 2008-11-28 [colin] 3.6.1cvs52
3715 2008-11-28 [colin] 3.6.1cvs51
3720 2008-11-28 [colin] 3.6.1cvs50
3723 Fix account selection in Mailing list
3726 2008-11-28 [paul] 3.6.1cvs49
3729 automatically remove obsolete strings
3731 2008-11-28 [colin] 3.6.1cvs48
3733 * src/plugins/pgpcore/sgpgme.c
3734 Fix error message when key isn't available.
3736 2008-11-27 [colin] 3.6.1cvs47
3742 2008-11-26 [colin] 3.6.1cvs46
3747 2008-11-26 [colin] 3.6.1cvs45
3749 * src/plugins/pgpcore/select-keys.c
3750 * src/plugins/pgpcore/sgpgme.c
3751 Fix bug 1591, 'S/MIME: better key
3752 handling/selection dialog'
3753 Really ignore revoked/expired keys
3755 2008-11-26 [colin] 3.6.1cvs44
3758 * src/common/claws.c
3760 Make sure libgcrypt's threading is initialised
3761 before gnutls. See also old bug 1539.
3763 2008-11-26 [colin] 3.6.1cvs43
3767 * src/etpan/imap-thread.c
3768 Fix possible crashes due to clist_begin()
3769 not checking for NULLs (it should!)
3771 2008-11-25 [colin] 3.6.1cvs42
3774 Fix line length in MIME parameters
3776 2008-11-22 [paul] 3.6.1cvs41
3779 grab Return key press in attachments Properties
3782 2008-11-21 [colin] 3.6.1cvs40
3786 Fix bug 1776, 'use encoded name parameters
3787 for attachments instead of ascii'.
3788 Break the RFC 2047 by using B-encoded
3789 filename parameter, like everyone does,
3790 following advice from the RFC author.
3792 2008-11-21 [colin] 3.6.1cvs39
3794 * src/common/socket.c
3795 Rehandshake if server asks to
3797 2008-11-21 [colin] 3.6.1cvs38
3801 * src/common/session.h
3803 Move conditional-compilation members to
3806 2008-11-19 [wwp] 3.6.1cvs37
3808 * src/prefs_actions.c
3809 Fixed wrong behaviour when pressing Escape (was not cancelling
3812 2008-11-19 [wwp] 3.6.1cvs36
3818 * src/prefs_actions.c
3819 * src/prefs_filtering_action.c
3823 * src/common/utils.c
3824 Replace occurrences of "command line" with "command-line" everywhere.
3825 Enforce code style (mostly indentation) in prefs_actions.c.
3827 2008-11-19 [colin] 3.6.1cvs35
3830 * src/prefs_common.c
3831 * src/prefs_common.h
3832 Add primary_paste_unselects hidden preference
3833 to change how middle-click pasting changes
3834 the selection and insert point; defaults to
3837 2008-11-19 [colin] 3.6.1cvs34
3840 Always give focus to summaryview, even if
3841 the folder is empty, in small screen layout.
3842 Allows to go back to folderlist using the