1 2010-12-21 [colin] 3.7.8cvs18
7 Differentiate between running sessions and connected
8 sessions. Fixes bug #2332, "Crash when hitting cancel
9 on the SMTP status window"
11 2010-12-21 [colin] 3.7.8cvs17
13 * src/etpan/etpan-thread-manager.c
16 2010-12-21 [colin] 3.7.8cvs16
19 Check whether we should continue loading the
20 current textview after inserting a possibly
23 2010-12-20 [colin] 3.7.8cvs15
27 Removed. Dead code since ages!
29 * src/gtk/gtkcmclist.c
30 * src/gtk/gtkcmctree.c
32 undefine *_DISABLE_DEPRECATED in the files that
33 use deprecated interfaces. Implicit declarations
34 can lead to crashes as prototypes are unknown, as
35 evidenced by bug #2315.
37 2010-12-20 [colin] 3.7.8cvs14
40 Don't flush events when adding an header entry. This
41 can mess up the keypresses in the previous header.
42 Instead, make the scroll happen later (doing it on the
43 spot without flushing events doesn't work as the new
44 requisitions aren't set yet).
46 2010-12-20 [colin] 3.7.8cvs13
49 Don't iconify at start on w32. This un-iconifies in the
52 2010-12-20 [colin] 3.7.8cvs12
55 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
56 Patch by pochini at shiny.it
58 2010-12-19 [colin] 3.7.8cvs11
63 2010-12-18 [colin] 3.7.8cvs10
66 Fix bug #2148, "Attachment content-transfer-encoding
67 incorrectly set when signing emails". The RFC 2045
68 states that message/* and multipart/* encoding must
69 be either 7-bit, 8-bit or binary.
71 2010-12-18 [mones] 3.7.8cvs9
74 Fix crash when searching or adding a LDAP server
76 2010-12-17 [colin] 3.7.8cvs8
85 Better error logging. Disable LDAP SSL/TLS on
86 Windows, it's crashy/non-worky.
88 2010-12-17 [colin] 3.7.8cvs7
91 Fix bug #2325, "messages remains in folder cache after moving
92 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
94 2010-12-17 [colin] 3.7.8cvs6
106 Windows build fixes (w32 LDAP completely untested!)
108 2010-12-16 [colin] 3.7.8cvs5
118 Try to rationalize a bit LDAP connections
120 2010-12-16 [colin] 3.7.8cvs4
122 * src/prefs_spelling.c
124 Add a button to get dictionaries (win32)
126 2010-12-16 [colin] 3.7.8cvs3
128 * src/prefs_matcher.c
129 Fix bug #2279, "crash when clicking 'define' in filter
130 configuring". Thanks to Theodor Ciobanu for the hint at
133 2010-12-14 [colin] 3.7.8cvs2
135 * src/gtk/gtkaspell.c
136 Add missing guard for sys/wait.h
138 2010-12-05 [colin] 3.7.8cvs1
140 * tools/make.themes.project
141 Seems wget has changed naming of targets downloaded.
142 Fix it by always providing our own name.
143 [Pushing mones' patch again after messing with CVSROOT]
145 2010-12-04 [paul] 3.7.8
151 2010-12-03 [paul] 3.7.7cvs11
154 * manual/xml2pdf ** REMOVED **
155 * manual/dist/pdf/Makefile.am
156 * manual/es/dist/pdf/Makefile.am
157 * manual/fr/dist/pdf/Makefile.am
158 * manual/pl/dist/pdf/Makefile.am
159 simplify check for tools needed for manual building,
160 remove xml2pdf and use docbook2pdf instead
162 2010-12-03 [mir] 3.7.7cvs10
165 Fix bug so that configure option --disable-manual
166 actually disable building the manuals
168 2010-12-01 [pawel] 3.7.7cvs9
171 One more GTK+ 2.22 build fix
173 2010-11-30 [colin] 3.7.7cvs8
176 Fix bug #2317, 'Action results in "Bad file descriptor"'
177 Introduced in 3.7.6cvs57. In fact the error has been there
178 since ages, and only new thing is the verification of the
179 various functions return code. Let the stuff work as it
180 does, as it seems to do the right thing since ages.
182 2010-11-28 [colin] 3.7.7cvs7
184 * src/gtk/quicksearch.c
185 Fix bug #2313, 'CLI quicksearch sometimes returns
186 the same messages twice'. Patch by Sebastien Bigaret
188 2010-11-25 [paul] 3.7.7cvs6
191 make "gtk_can_change_accels" FALSE by default.
192 fixes bug #2309, 'Shortcuts should not be modifiable
195 2010-11-24 [mones] 3.7.7cvs5
198 Add missing shortcuts for marking as spam and ham
199 Fixes Debian bug #599547
201 2010-11-22 [colin] 3.7.7cvs4
204 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
205 five patches were needed to fix a corner case
206 is a good indicator that is was bound to break
209 2010-11-21 [colin] 3.7.7cvs3
211 * src/plugins/pgpcore/claws.def
214 2010-11-20 [wwp] 3.7.7cvs2
217 Fix either a typo or an irrelevant iff word there.
218 IMO type and recursive possible values should be changed to
219 smth simple and neat here, and help strings be really
222 2010-11-20 [colin] 3.7.7cvs1
225 Damn, forgot to commit this file twice.
227 2010-11-19 [paul] 3.7.7
233 2010-11-19 [paul] 3.7.6cvs66
246 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
247 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
248 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
250 2010-11-17 [colin] 3.7.6cvs65
253 Separate email address from timestamp with a dot.
256 2010-11-17 [colin] 3.7.6cvs64
259 Fix multiple @ in generated message-ids.
260 That's not allowed in RFC 2822.
262 2010-11-16 [mones] 3.7.6cvs63
264 * manual/es/advanced.xml
265 Synchronise with English version
267 2010-11-04 [wwp] 3.7.6cvs62
270 Fix bug 2293, "filtering: simplify expression", as simplifying
271 this expression doesn't make it less easy to understand and we
272 gain few cycles by making the logical expression more simple
273 by applying. Patch by Nicolas Kaiser.
275 2010-11-03 [colin] 3.7.6cvs61
278 Fix bug 2294, "addrindex.c: address index conversion always
279 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
281 2010-11-02 [wwp] 3.7.6cvs60
286 Enlarge the progress bar (main window) a bit when compiling
287 for UMPCs like maemo: this solves truncated text that might
288 appear in the progress bar while processing messages.
289 Also use a more compact string format when displaying
290 progress like 'number/total', still for UMPCs, this fixes
291 a previous inconsistency with these format strings where
292 no space around the / were used sometimes.
294 2010-10-26 [ticho] 3.7.6cvs59
297 Recreate NNTP session if server port setting has changed. Fixes
300 2010-10-26 [colin] 3.7.6cvs58
304 Fix copy-paste error, thanks to David Relson
307 2010-10-18 [colin] 3.7.6cvs57
318 * src/gtk/quicksearch.c
319 * src/gtk/quicksearch.h
320 * src/plugins/pgpcore/passphrase.c
321 * src/plugins/spamassassin/libspamc.c
324 2010-10-17 [colin] 3.7.6cvs56
327 * src/gtk/gtkaspell.c
330 * src/gtk/inputdialog.c
331 * src/gtk/progressdialog.c
332 Undeprecate a few things
334 2010-10-17 [colin] 3.7.6cvs55
338 * src/gtk/quicksearch.c
339 * src/gtk/quicksearch.h
340 Add ability to search from the command-line.
341 Closes bug 2249, ' Making QuickSearch independent from the GUI'
342 Patch by Sebastien Bigarret.
344 2010-10-04 [mones] 3.7.6cvs54
346 * manual/dist/pdf/Makefile.am
347 Fix build of English PDF manual
348 (sh: Can't open ../../../xml2pdf)
350 2010-10-03 [colin] 3.7.6cvs53
357 Get rid of GRelation which were, mostly, used as
358 GHashTables. Probably fixes bug #2277, 'Segfault when
359 loading inbox for the first time'
361 2010-10-03 [mir] 3.7.6cvs52
363 * manual/de/dist/html/Makefile.am
364 * manual/de/dist/pdf/Makefile.am
365 * manual/de/dist/ps/Makefile.am
366 * manual/de/dist/txt/Makefile.am
367 * manual/dist/html/Makefile.am
368 * manual/dist/pdf/Makefile.am
369 * manual/dist/ps/Makefile.am
370 * manual/dist/txt/Makefile.am
371 * manual/es/dist/html/Makefile.am
372 * manual/es/dist/pdf/Makefile.am
373 * manual/es/dist/ps/Makefile.am
374 * manual/es/dist/txt/Makefile.am
375 * manual/fr/dist/html/Makefile.am
376 * manual/fr/dist/pdf/Makefile.am
377 * manual/fr/dist/ps/Makefile.am
378 * manual/fr/dist/txt/Makefile.am
379 * manual/pl/dist/html/Makefile.am
380 * manual/pl/dist/pdf/Makefile.am
381 * manual/pl/dist/ps/Makefile.am
382 * manual/pl/dist/txt/Makefile.am
383 Missing Makefile.am's for 3.7.6cvs49
386 2010-10-03 [colin] 3.7.6cvs51
391 2010-10-02 [mir] 3.7.6cvs50
393 * manual/de/dist/html/Makefile.am
394 * manual/de/dist/pdf/Makefile.am
395 * manual/de/dist/ps/Makefile.am
396 * manual/de/dist/txt/Makefile.am
397 * manual/dist/html/Makefile.am
398 * manual/dist/pdf/Makefile.am
399 * manual/dist/ps/Makefile.am
400 * manual/dist/txt/Makefile.am
401 * manual/es/dist/html/Makefile.am
402 * manual/es/dist/pdf/Makefile.am
403 * manual/es/dist/ps/Makefile.am
404 * manual/es/dist/txt/Makefile.am
405 * manual/fr/dist/html/Makefile.am
406 * manual/fr/dist/pdf/Makefile.am
407 * manual/fr/dist/ps/Makefile.am
408 * manual/fr/dist/txt/Makefile.am
409 * manual/pl/dist/html/Makefile.am
410 * manual/pl/dist/pdf/Makefile.am
411 * manual/pl/dist/ps/Makefile.am
412 * manual/pl/dist/txt/Makefile.am
413 Part 2 of last commit which broke due to a permission error
414 Avoid claws trying to build manuals if the required
415 tools are not present.
417 2010-10-02 [mir] 3.7.6cvs49
420 * manual/de/dist/html/Makefile.am
421 * manual/de/dist/pdf/Makefile.am
422 * manual/de/dist/ps/Makefile.am
423 * manual/de/dist/txt/Makefile.am
424 * manual/dist/html/Makefile.am
425 * manual/dist/pdf/Makefile.am
426 * manual/dist/ps/Makefile.am
427 * manual/dist/txt/Makefile.am
428 * manual/es/dist/html/Makefile.am
429 * manual/es/dist/pdf/Makefile.am
430 * manual/es/dist/ps/Makefile.am
431 * manual/es/dist/txt/Makefile.am
432 * manual/fr/dist/html/Makefile.am
433 * manual/fr/dist/pdf/Makefile.am
434 * manual/fr/dist/ps/Makefile.am
435 * manual/fr/dist/txt/Makefile.am
436 * manual/pl/dist/html/Makefile.am
437 * manual/pl/dist/pdf/Makefile.am
438 * manual/pl/dist/ps/Makefile.am
439 * manual/pl/dist/txt/Makefile.am
440 1) Downgrade autoconf requirements to 2.59 to allow
441 building on oldest supported Linux distributions.
442 2) Only try to build manuals if the needed software
445 2010-10-02 [colin] 3.7.6cvs48
447 * src/plugins/trayicon/trayicon.c
448 And fix theme updating.
450 2010-10-02 [colin] 3.7.6cvs47
452 * src/plugins/trayicon/trayicon.c
453 Got burnt by wrong indentation!
455 2010-10-02 [colin] 3.7.6cvs46
458 Forgot to remove the directory from top-level
460 2010-10-02 [colin] 3.7.6cvs45
462 * src/plugins/trayicon/Makefile.am
463 * src/plugins/trayicon/trayicon.c
464 * src/plugins/trayicon/libeggtrayicon/.cvsignore
465 * src/plugins/trayicon/libeggtrayicon/Makefile.am
466 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
467 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
468 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
469 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
470 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
471 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
472 * src/plugins/trayicon/libeggtrayicon/xembed.h
473 Finally get rid of Eggtrayicon, use GtkStatusIcon
474 instead (which can be done safely now that we
477 2010-10-02 [colin] 3.7.6cvs44
485 * src/editaddress_other_attributes_ldap.c
488 * src/grouplistdialog.c
494 * src/message_search.c
497 * src/summary_search.c
500 * src/etpan/imap-thread.c
502 * src/gtk/gtkcmclist.c
503 * src/gtk/gtkcmoptionmenu.c
506 * src/gtk/gtkvscrollbutton.c
507 * src/plugins/pgpcore/select-keys.c
508 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
509 Undeprecate for GTK+2.22. Patch by Reed Loden.
510 Fixes bug #2276, 'Compile in maintainer mode
513 2010-10-02 [colin] 3.7.6cvs43
516 It's now time to remove the temporary enable-openssl
517 option that was used when we removed OpenSSL. See
518 bug #2276 comment #14.
520 2010-09-30 [wwp] 3.7.6cvs42
522 * src/prefs_account.c
523 * src/prefs_filtering_action.c
524 * src/prefs_matcher.c
525 Fix bug #2274, wrong color label index range
526 used w/ gtk_cmoption_menu (behaviour change
527 has been introduced w/ 3.5.0cvs49 apparently),
528 now it must be 1..N so let's use colorlabel value
532 2010-09-20 [pawel] 3.7.6cvs41
539 2010-09-19 [pawel] 3.7.6cvs40
544 Set ML menus sensitivity accordingly to
545 possibility of reply to ML
547 2010-09-19 [colin] 3.7.6cvs39
550 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
551 to newsgroups, and NNTP accounts *can* send email. We
552 should not force an email account when replying to_ml or
555 2010-09-19 [colin] 3.7.6cvs38
558 Revert previous commit (which breaks Reply to newsgroups)
560 2010-09-17 [pawel] 3.7.6cvs37
563 Respect reply_account_autosel when changing compose
564 account to email one while replying to NNTP post
566 2010-09-17 [wwp] 3.7.6cvs36
568 * doc/man/claws-mail.1
569 Update --compose documentation in `man claws-mail`.
571 2010-09-12 [pawel] 3.7.6cvs35
574 Add forgotten bit to previous commit,
575 select email account when replying to ML
577 2010-09-12 [pawel] 3.7.6cvs34
580 Fix bug #2247 "nntp reply-to-all broken?"
581 Make reply-to-all and reply-to-ml work as expected in
582 mailing list through NNTP case
584 2010-09-11 [pawel] 3.7.6cvs33
589 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
590 fixes build with GTK+ < 2.18
592 2010-09-10 [pawel] 3.7.6cvs32
597 Make Tab key switch between FolderView, MsgView and
598 SummaryView only, other widgets have/can have their own
601 2010-08-25 [colin] 3.7.6cvs31
606 * src/common/base64.c
607 * src/common/base64.h
608 Fix bug #2245, "base64 decoding fails with line breaks"
609 Patch by Yotam Medini
611 2010-08-25 [colin] 3.7.6cvs30
614 Fix bug #2241, "Empty trash on exit fails on scripted exit"
616 2010-08-23 [pawel] 3.7.6cvs29
622 Hide progressbar on statusbar when not needed
624 2010-08-17 [colin] 3.7.6cvs28
627 Fix previous patch (our own tmp dir is inside
630 2010-08-16 [colin] 3.7.6cvs27
633 Use temp dir to store logs in Windows. Avoids doing
634 get_rc_dir() early, which prevents set_rc_dir()
637 2010-07-31 [holger] 3.7.6cvs26
639 * src/gtk/gtkshruler.c
640 Yet more GdkGC to Cairo porting
642 2010-07-30 [holger] 3.7.6cvs25
645 More GdkGC to Cairo porting
647 2010-07-30 [holger] 3.7.6cvs24
649 * src/gtk/colorlabel.c
652 2010-07-29 [holger] 3.7.6cvs23
655 Replace some gdk drawing with cairo, as the former
656 is going towards deprecation.
658 2010-07-25 [colin] 3.7.6cvs22
661 And now for a real fix. g_list_remove() doesn't, of
662 course, free the data. But we have to have a solid
663 pointer to it in order to free it ourselves instead
664 of relying on the old freed list pointer.
665 Maybe that's the last patch on the subject now ? :)
667 2010-07-25 [colin] 3.7.6cvs21
670 Remove stupid and extraneous g_free() of elements
671 which have just been freed by g_list_remove(). (see
672 GList documentation). I don't know how it worked before
674 2010-07-25 [colin] 3.7.6cvs20
677 Reverse free/use with more logical and safe
678 use/free. Thanks to Michael Rasmussen !
680 2010-07-24 [colin] 3.7.6cvs19
682 * src/gtk/quicksearch.c
683 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
684 'freeze when using quick search'
686 2010-07-11 [iwkse] 3.7.6cvs18
688 * src/gtk/quicksearch.c
689 Add SMALL_LAYOUT to quicksearch_relayout
691 2010-07-10 [iwkse] 3.7.6cvs17
694 Remove forgotten variable from
695 the last bugfix #2224
697 2010-07-10 [colin] 3.7.6cvs16
700 * src/gtk/quicksearch.c
701 Clean fix for bug #2224: don't mess with GTK settings when
702 handling the layout ourselves is enough
704 2010-07-09 [iwkse] 3.7.6cvs15
708 Better fix for Bug #2224
710 2010-07-09 [iwkse] 3.7.6cvs14
714 Always use stock icons on buttons
716 2010-07-08 [colin] 3.7.6cvs13
719 Fix bug 2223, 'Compilation fails with GTK+
720 2.21.3'. Thanks to Jan Psota !
722 2010-06-29 [pawel] 3.7.6cvs12
725 Revert 3.7.5cvs41, it breaks templates that use %X
727 2010-06-23 [wwp] 3.7.6cvs11
729 * src/gtk/colorlabel.c
730 Silent up a warning by avoiding possible confusion
731 in logical expression evaluation, thanks to TuxCM.
733 2010-06-21 [iwkse] 3.7.6cvs10
735 * src/gtk/quicksearch.c
736 Do not add into quicksearch history
737 matching rules with bad syntax
739 2010-05-26 [holger] 3.7.6cvs9
743 Add function to select rows given a list of messages,
744 complementary to summary_get_selected_msg_list()
746 2010-05-22 [mir] 3.7.6cvs8
749 Fix bug 2208. Encode encrypted password to qouted
750 printable to avoid making invalid XML. Encoding
751 will be activated the first time the password is
754 2010-05-22 [paul] 3.7.6cvs7
756 * manual/advanced.xml
760 after using the compose margin for several days
761 I wanted the old style back - add a new hidden
762 pref 'show_compose_margin' to restore the old
763 behaviour (defaults to FALSE)
765 2010-05-14 [paul] 3.7.6cvs6
768 add a margin to the compose window text that matches
769 the margin in textview
771 2010-05-14 [colin] 3.7.6cvs5
773 * src/gtk/sslcertwindow.c
774 Fix dangling pointer. Thanks to Michael R!
776 2010-05-14 [colin] 3.7.6cvs4
778 * src/gtk/sslcertwindow.c
779 Fix bug 1993, 'Cannot send mail when SSL certificate is
780 expired but certificate check is skipped' and maybe
781 bug 2200, 'SSL is not working with POP3'
783 2010-05-14 [colin] 3.7.6cvs3
785 * src/plugins/pgpinline/pgpinline.c
786 Fix bug 2205, 'PGPInline: segfault on malformed mails'
788 2010-05-04 [iwkse] 3.7.6cvs2
790 * src/prefs_message.c
791 Get a generic name as 'Quotation' for
794 2010-05-04 [iwkse] 3.7.6cvs1
796 * src/prefs_message.c
801 Option for collapsing via double-click
803 2010-05-01 [paul] 3.7.6
809 2010-05-01 [paul] 3.7.5cvs55
811 * tools/claws.i18n.status.pl
814 2010-05-01 [paul] 3.7.5cvs54
817 add YUP, new Ukrainian translator
819 2010-04-30 [paul] 3.7.5cvs53
823 add Ukrainian translation, submitted by YUP
832 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
833 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
834 Tiago Faria, and Slavko
836 2010-04-26 [wwp] 3.7.5cvs52
841 2010-04-26 [mones] 3.7.5cvs51
846 2010-04-22 [pawel] 3.7.5cvs50
851 first NULL check pointer, then use it
853 2010-04-22 [colin] 3.7.5cvs49
856 Fix error message when session isn't established
858 Update translation and fix a typo in it
860 2010-04-15 [pawel] 3.7.5cvs48
862 * src/prefs_account.c
863 Fix Bug 2144 'When creating an account with IMAP4+SSL,
864 the port isn't configured properly'
865 When using SSL/TLS tunneling automatically use default
866 ports for encrypted connections: smtps, pop3s, imaps, nntps
868 2010-04-15 [pawel] 3.7.5cvs47
871 Fix crasher in actions using '%f' argument
872 on multiple files with external scripts which
873 don't return any output.
875 2010-04-14 [colin] 3.7.5cvs46
878 Fix hand cursor after error symbol appears
880 2010-04-12 [colin] 3.7.5cvs45
883 Fix bug 2162, 'configure check for libetpan
884 fails with libetpan 1.0'
887 2010-04-09 [mones] 3.7.5cvs44
889 * manual/de/glossary.xml
890 Fix encoding to match main document's
891 Also fixes make dist with Debian's openjade
893 2010-03-29 [pawel] 3.7.5cvs43
895 * src/matcher_parser.h
896 * src/matcher_parser_parse.y
897 * src/gtk/quicksearch.c
898 Disable matcher warnings when populating quicksearch
899 completion lists on startup
901 2010-03-27 [colin] 3.7.5cvs42
903 * src/gtk/quicksearch.c
904 Fix double-free later in code. Optimize
907 2010-03-27 [pawel] 3.7.5cvs41
910 Make sure that quote ends with new line char
912 2010-03-26 [pawel] 3.7.5cvs40
917 Fix Bug 1928 Add "reply to this address" pop menu
919 - Set composing account to email one when creating/replying
920 from NNTP folder by clicking link or choosing option
924 2010-03-25 [paul] 3.7.5cvs39
926 * src/gtk/gtkcmclist.c
927 Fix build with GTK+ 2.20
929 2010-03-24 [pawel] 3.7.5cvs38
934 * src/grouplistdialog.c
938 * src/prefs_account.c
939 * src/gtk/gtkcmclist.c
940 * src/gtk/gtkcmctree.c
941 * src/gtk/gtkcmoptionmenu.c
942 * src/gtk/gtksctree.c
943 * src/gtk/gtkshruler.c
946 * src/gtk/gtkvscrollbutton.c
947 * src/gtk/inputdialog.c
948 * src/gtk/spell_entry.c
949 * src/plugins/trayicon/trayicon.c
950 * src/plugins/trayicon/libeggtrayicon/Makefile.am
951 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
952 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
953 Fix build with GTK+ 2.19
955 2010-03-23 [pawel] 3.7.5cvs37
959 Respect view->show_col_headers option
960 * src/gtk/gtkcmctree.c
961 Fix GtkCmcTree column width calculation when it has
962 auto_resize set and new node is added
964 2010-03-22 [pawel] 3.7.5cvs36
966 * src/grouplistdialog.c
969 - remember newsgroups list dialog size
970 - respect use_dotted_lines hidden pref
971 - respect use_stripes_everywhere hidden pref
973 2010-03-21 [pawel] 3.7.5cvs35
976 Remove superfluous gtk_widget_show_all()
982 2010-03-21 [pawel] 3.7.5cvs34
985 * src/gtk/quicksearch.c
986 * src/gtk/quicksearch.h
987 Implement separate search phrase completion for
988 normal/extended quicksearch
990 2010-03-11 [paul] 3.7.5cvs33
993 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
994 submitted by Yuwei Yu
996 2010-03-09 [colin] 3.7.5cvs32
998 * manual/de/glossary.xml
1001 2010-03-02 [colin] 3.7.5cvs31
1003 * manual/de/glossary.xml
1004 Sort alphabetically. Done by Volker Ribbert.
1006 2010-03-02 [mones] 3.7.5cvs30
1009 Fix mailing list archives location
1010 Remove currently unavailable CVS webview
1012 2010-03-01 [iwkse] 3.7.5cvs29
1014 * src/common/plugin.c
1015 Other indentation issues
1017 2010-03-01 [iwkse] 3.7.5cvs28
1019 * src/common/plugin.c
1020 Fix indentation of the previous commit
1022 2010-03-01 [iwkse] 3.7.5cvs27
1024 * src/common/plugin.h
1025 * src/common/plugin.c
1026 Add API for getting a loaded Plugin from the
1027 plugin's name, plugin_get_loaded_by_name (const gchar *name)
1028 Thanks to Colin, Michael
1030 2010-02-27 [colin] 3.7.5cvs26
1035 * manual/Makefile.am
1036 * manual/de/Makefile.am
1037 * manual/de/account.xml
1039 * manual/de/addrbook.xml
1040 * manual/de/advanced.xml
1041 * manual/de/claws-mail-manual.xml
1043 * manual/de/glossary.xml
1045 * manual/de/handling.xml
1046 * manual/de/intro.xml
1047 * manual/de/keyboard.xml
1048 * manual/de/plugins.xml
1049 * manual/de/starting.xml
1050 * manual/de/dist/.cvsignore
1051 * manual/de/dist/Makefile.am
1052 * manual/de/dist/html/.cvsignore
1053 * manual/de/dist/html/Makefile.am
1054 * manual/de/dist/pdf/.cvsignore
1055 * manual/de/dist/pdf/Makefile.am
1056 * manual/de/dist/ps/.cvsignore
1057 * manual/de/dist/ps/Makefile.am
1058 * manual/de/dist/txt/.cvsignore
1059 * manual/de/dist/txt/Makefile.am
1060 Add the german translation of the manual, done by
1061 Volker Ribbert <thoraki@arcor.de>.
1063 2010-02-27 [holger] 3.7.5cvs25
1065 * src/prefs_toolbar.c
1066 Don't make toolbar item description for
1067 plugin registered items editable
1069 2010-02-26 [colin] 3.7.5cvs24
1072 Don't translate empty description
1074 2010-02-22 [colin] 3.7.5cvs23
1077 Don't make In-Reply-To visible when reediting
1078 a draft or sent mail.
1080 2010-02-20 [colin] 3.7.5cvs22
1086 * src/etpan/imap-thread.c
1087 * src/etpan/imap-thread.h
1088 * src/etpan/nntp-thread.c
1089 * src/etpan/nntp-thread.h
1090 When going offline from NetworkManager, just
1091 delete IMAP connections. That'll avoid timeouts
1092 when coming back online in certain cases when
1093 the TCP socket will have timed out.
1095 2010-02-20 [holger] 3.7.5cvs21
1098 More files to ignore
1100 2010-02-17 [ticho] 3.7.5cvs20
1107 2010-02-16 [ticho] 3.7.5cvs19
1112 Removed unused argument from summary_open_row().
1114 2010-02-10 [pawel] 3.7.5cvs18
1117 - fix headers filtering when prefs_common.trans_hdr is on
1118 - fix headers setting when changing composing account
1120 * src/prefs_template.c
1121 Re-add template's name for translation
1123 2010-02-10 [colin] 3.7.5cvs17
1125 * src/prefs_matcher.c
1126 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1127 Condition>Define>Header>Name combo box'. Patch by
1130 2010-02-10 [colin] 3.7.5cvs16
1140 Add the GB18030 Chinese charset, which is a superset
1141 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1143 2010-02-09 [holger] 3.7.5cvs15
1146 GTK+ 2.10 related cleanup
1148 2010-02-09 [pawel] 3.7.5cvs14
1150 * src/prefs_account.c
1151 * src/prefs_folder_item.c
1152 * src/prefs_template.c
1154 Respect prefs_common.trans_hdr in couple more places to avoid
1155 confusion with translated/non-translated header names
1157 2010-02-09 [colin] 3.7.5cvs13
1162 2010-02-09 [colin] 3.7.5cvs12
1165 And fix 2.10 build :)
1167 2010-02-09 [colin] 3.7.5cvs11
1170 Bump up GTK+ requirement to 2.10
1179 * src/prefs_actions.c
1180 * src/prefs_common.c
1181 * src/prefs_common.h
1182 * src/prefs_ext_prog.c
1183 * src/prefs_filtering_action.c
1185 * src/prefs_image_viewer.c
1186 * src/prefs_matcher.c
1187 * src/prefs_msg_colors.c
1188 * src/prefs_summaries.c
1189 * src/prefs_template.c
1195 * src/gtk/Makefile.am
1197 * src/gtk/gtkcmclist.c
1198 * src/gtk/gtkcmctree.c
1199 * src/gtk/gtkutils.c
1200 * src/gtk/quicksearch.c
1201 Remove all compile-time conditionals depending on
1205 * src/gtk/gtksourceprintjob.c
1206 * src/gtk/gtksourceprintjob.h
1207 Remove libgnomeprint-based printing system (and
1208 command-line-based printing system) as GTK+ 2.10
1209 ships with print support.
1211 2010-02-08 [mir] 3.7.5cvs10
1214 Avoid displaying Bcc headers in message sent
1215 to NNTP servers. Thanks to Henning Mersch.
1218 2010-02-08 [pawel] 3.7.5cvs9
1221 Make tooltips less cryptic
1222 * src/gtk/description_window.c
1223 Improve window size calculation
1225 2010-02-08 [pawel] 3.7.5cvs8
1229 * src/common/utils.c
1230 * src/common/utils.h
1232 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1233 Patch by Laurent Bigonville with slight modifications
1235 2010-02-03 [pawel] 3.7.5cvs7
1238 Add some libtool files to ignore
1240 2010-02-03 [pawel] 3.7.5cvs6
1242 * src/plugins/trayicon/trayicon.c
1243 Save and then restore focus when closing/minimizing to tray
1245 2010-02-03 [mir] 3.7.5cvs5
1253 Save LDAP password encrypted. See bug 2113.
1256 2010-02-03 [colin] 3.7.5cvs4
1259 Fix again decoding of encrypted parts. The
1260 reverting of the patch was wrong, as the
1261 double-decoding was fixed in smime itself.
1262 Thanks to Matthias Drochner again...
1264 2010-02-02 [colin] 3.7.5cvs3
1266 * src/plugins/smime/smime.c
1268 Revert 3.7.4cvs2 and make a better patch for bug
1269 2059 and 2076. Patch by Matthias Drochner
1271 2010-01-31 [pawel] 3.7.5cvs2
1274 Fix hungarian translator's name
1276 2010-01-31 [pawel] 3.7.5cvs1
1280 Fix Bug 2107 - Arrow keys don't work in message view window
1282 2010-01-31 [paul] 3.7.5
1289 2010-01-23 [pawel] 3.7.4cvs10
1292 Fix button sensitivity in compose mode
1294 2010-01-23 [pawel] 3.7.4cvs9
1297 * tools/kdeservicemenu/install.sh
1298 * tools/make.themes.project
1299 * tools/nautilus2claws-mail.sh
1300 * tools/popfile-link.sh
1301 * tools/textviewer.sh
1302 Not all systems have bash installed in /bin, use env(1) to find
1305 2010-01-22 [pawel] 3.7.4cvs8
1307 * src/prefs_account.c
1308 * src/prefs_filtering.c
1310 * src/gtk/colorlabel.c
1311 Add some separators in combos
1313 2010-01-22 [pawel] 3.7.4cvs7
1316 --disable-aspell -> --disable-enchant
1318 Fix options spacing in configure --help
1320 Make wizard's window centered on the screen
1322 2010-01-19 [holger] 3.7.4cvs6
1326 Introduce folder_get_item_from_identifier().
1327 In contrast to folder_find_item_from_identifier(), this
1328 function recursively creates the FolderItems in the id path.
1329 Useful for programmatically creating folders (e.g. by plugins)
1331 2010-01-17 [pawel] 3.7.4cvs5
1336 2010-01-16 [colin] 3.7.4cvs4
1338 * src/plugins/pgpcore/sgpgme.c
1339 Probably fix bug 2098, 'claws-mails crashes frequently
1340 with pgpcore'. Fix double-free.
1342 2010-01-16 [holger] 3.7.4cvs3
1344 * src/prefs_toolbar.h
1347 2010-01-15 [colin] 3.7.4cvs2
1350 Decode mimeinfo before decrypting it. Probably
1351 fixes bug 2059 'gpgme >=1.1.8 not compatible
1352 with S/MIME encryption' and bug 2076 'having
1353 worked 2 times properly CLAWS ceased to
1354 decrypt incoming PGP mails -displays base64
1355 instead - sucks completely'
1356 Let's hope complete suckage ends here!
1357 Thanks to Matthias Drochner.
1359 2010-01-08 [paul] 3.7.4cvs1
1361 * tools/claws.i18n.status.pl
1364 2010-01-08 [paul] 3.7.4
1371 2010-01-08 [paul] 3.7.3cvs57
1385 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1386 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1387 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1390 2010-01-08 [paul] 3.7.3cvs56
1392 * src/common/utils.c
1393 fix bug 2089, 'URLs ending with an underscore ('_')
1394 are not correctly parsed'. thanks to Johan
1396 2010-01-05 [colin] 3.7.3cvs55
1399 Update french translation
1401 2010-01-04 [mones] 3.7.3cvs54
1404 Update Spanish translation
1406 2010-01-04 [mones] 3.7.3cvs53
1408 * manual/plugins.xml
1410 * manual/es/claws-mail-manual.xml
1411 * manual/es/intro.xml
1412 * manual/es/plugins.xml
1413 Synchronise with English version
1415 2010-01-03 [paul] 3.7.3cvs52
1420 update TEAM_LIST, fix encoding
1422 2010-01-03 [mir] 3.7.3cvs51
1425 When composing to a NNTP list TO: will always be preset
1426 to the NNTP list unless user has chosen some other default
1427 in which case we will handle this the normal way. Therefore
1428 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1430 2010-01-01 [paul] 3.7.3cvs50
1433 bump copyright year whilst it's in mind
1435 2009-12-31 [paul] 3.7.3cvs49
1437 * manual/claws-mail-manual.xml
1439 * manual/plugins.xml
1440 fix links so that they make sense in the context of the
1441 text version of the manual
1443 2009-12-31 [paul] 3.7.3cvs48
1446 * manual/plugins.xml
1447 updates, improvements, corrections, additions
1449 2009-12-29 [pawel] 3.7.3cvs47
1451 * src/prefs_filtering_action.c
1452 Fix Bug 2082 'Wrong color rectangle position when replacing
1453 "color" processing rule'
1455 2009-12-29 [colin] 3.7.3cvs46
1458 Fix bug 2074, 'Remember sending account
1461 2009-12-20 [holger] 3.7.3cvs45
1464 Delay CREATED_HOOKLIST invokation until
1465 after the modifications to the compose window
1466 are done, to allow hooks to further modify the
1467 window without getting overridden again
1469 2009-12-20 [holger] 3.7.3cvs44
1471 * src/prefs_toolbar.h
1474 2009-12-20 [holger] 3.7.3cvs43
1476 * src/prefs_toolbar.c
1477 * src/prefs_toolbar.h
1479 Pass window struct to caller
1481 2009-12-20 [holger] 3.7.3cvs42
1485 Add hooklist after creation of a compose window
1487 2009-12-19 [holger] 3.7.3cvs41
1489 * src/prefs_toolbar.c
1490 * src/prefs_toolbar.h
1492 Allow plugins to choose to which toolbar they want
1493 to add actions (main window, compose window, or message view)
1495 2009-12-19 [paul] 3.7.3cvs40
1498 fix statusbar in GTK+ 2.19.1
1500 2009-12-10 [pawel] 3.7.3cvs39
1503 Better fix for cvs28 regression
1505 2009-12-10 [iwkse] 3.7.3cvs38
1508 Fix some indentation
1510 2009-12-10 [iwkse] 3.7.3cvs37
1513 Add missing checks for gtkaspell: avoid
1514 crashing in some cases when Enchant is
1515 enabled but the spell checker is disabled
1518 2009-12-09 [colin] 3.7.3cvs36
1521 Fix leak and unchecked accesses.
1523 2009-12-09 [mir] 3.7.3cvs35
1526 Fix Bug 2072 "template at folder properties is not working"
1527 introduced in cvs24.
1529 2009-12-08 [pawel] 3.7.3cvs34
1532 When 'Reply All' remove current compose address from
1533 Cc/Bcc list - fix for regression introduced in cvs28
1535 2009-12-05 [pawel] 3.7.3cvs33
1538 Fix memory management, duh!
1540 2009-12-04 [pawel] 3.7.3cvs32
1543 Use case insensitive comparison in search for
1546 Refresh scrollbars on every window open
1548 2009-12-04 [pawel] 3.7.3cvs31
1551 Highlight misspelled words when applying template and
1552 check_while_typing option is on
1554 2009-12-03 [pawel] 3.7.3cvs30
1557 Highlight misspelled words in text inserted from file(s)
1558 or pasted to message body when check_while_typing
1561 2009-12-02 [pawel] 3.7.3cvs29
1564 Revert first part of previous commit
1566 2009-12-02 [pawel] 3.7.3cvs28
1569 Fix Bug 2055 "duplicate mailing list reply if
1570 List-Post + Reply-To present"
1571 - Ignore Reply-To if answering to ML
1572 - Improve parsing of List-Post header
1574 2009-12-02 [pawel] 3.7.3cvs27
1578 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1579 email had user in "From" and "CC"
1580 Don't allow duplicate addresses in compose window headers
1582 2009-12-02 [mones] 3.7.3cvs26
1585 * manual/es/intro.xml
1586 * manual/fr/intro.xml
1587 * manual/it/intro.xml
1588 * manual/pl/intro.xml
1589 Make URL to point current site
1591 2009-12-01 [holger] 3.7.3cvs25
1595 Introduce new drag type "claws-mail/msg-path-list" for
1596 drag'n'drop of a message selection from the summaryview
1597 into other applications. The drag data gets set to the
1598 folder-item-id followed by message ids, separated by newlines.
1599 This enables other applications to back-link to Claws Mail
1600 via a "claws-mail --select" call after they received a drop.
1602 2009-11-30 [mir] 3.7.3cvs24
1605 Place cursor in compose window according to provided input
1606 If to: is present place cursor in subject field and if both
1607 to: and subject: is present place cursor in body. If body: is
1608 present insert a new line after text and place cursor there.
1610 2009-11-27 [mones] 3.7.3cvs23
1612 * src/gtk/quicksearch.c
1613 Allow viewing longer expressions if there's space
1615 2009-11-25 [holger] 3.7.3cvs22
1618 * src/common/Makefile.am
1619 * src/common/utils.c
1620 * src/common/utils.h
1621 Add a function to query the
1622 filepath of the .desktop file
1624 2009-11-25 [colin] 3.7.3cvs21
1627 Fix bug 2063, 'glib assertion in GRelation use in
1630 2009-11-24 [pawel] 3.7.3cvs20
1632 * src/common/utils.c
1633 Fix Bug 2053 'Inconsistent application of Coloration
1635 Don't allow '<' character between quotation marks
1637 2009-11-21 [holger] 3.7.3cvs19
1640 Modify cairo clip handling in preview windows,
1641 to prevent print preview windows from being blank
1642 with GTK+ 2.18. Follow recommendation of the GTK+
1643 documentation (section "Migrating to client side windows")
1644 and create a new cairo context for each expose event.
1646 2009-11-19 [pawel] 3.7.3cvs18
1649 complete 3.7.3cvs15 so install is DESTDIR safe
1650 remove icons with changed names on uninstall
1652 2009-11-18 [pawel] 3.7.3cvs17
1655 remove unneeded and code-duplicating function
1657 2009-11-18 [pawel] 3.7.3cvs16
1660 Fix Bug 2057 'Claws mail does not keep renamed names
1661 of nntp-subscribed groups'
1662 Check for already subscribed group using item->path for group
1663 comparision as folders item->path != item->name may be truth
1664 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1666 2009-11-17 [pawel] 3.7.3cvs15
1669 Fix Bug 2049 'some icons not copied?'
1670 Install additional 64x64 and 128x128 icons
1672 2009-11-17 [holger] 3.7.3cvs14
1674 * src/prefs_toolbar.c
1675 * src/prefs_toolbar.h
1678 Allow plugins to register toolbar items
1680 2009-11-11 [pawel] 3.7.3cvs13
1686 Fix Bug 1867 Changing account does not change BCC address
1687 Set account specific headers when changing account
1690 2009-11-07 [colin] 3.7.3cvs12
1692 * src/gtk/prefswindow.c
1693 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1696 2009-11-07 [colin] 3.7.3cvs11
1698 * src/gtk/spell_entry.c
1699 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1700 Patch by Pawel Pekala
1702 2009-10-27 [colin] 3.7.3cvs10
1705 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1706 Don't try to check whether the folder is up-to-date if
1707 the folder class doesn't implement set_mtime, as we don't
1708 care in this case. This code exists since a long time, but
1709 the bug was triggered by more scanning of queue folders
1710 since recently (when we added \Deleted handling).
1712 2009-10-27 [colin] 3.7.3cvs9
1715 Try to fix registering as default client
1718 2009-10-21 [wwp] 3.7.3cvs8
1720 * src/common/utils.c
1721 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1723 2009-10-21 [wwp] 3.7.3cvs7
1725 * src/common/utils.c
1726 Don't core dump when attempting to insert a non-existing
1727 file using a mailto: uri (g_error does core dump).
1729 2009-10-20 [colin] 3.7.3cvs6
1731 * src/common/utils.c
1732 Don't g_error on normal warnings...
1734 2009-10-20 [colin] 3.7.3cvs5
1736 * src/plugins/pgpcore/sgpgme.c
1737 Fix bug 1996, 'S/MIME key not selected'
1738 Check for S/MIME certs too
1740 2009-10-20 [colin] 3.7.3cvs4
1742 * src/common/w32lib.h
1743 Fix win32 build on latest mingw32
1745 2009-10-20 [colin] 3.7.3cvs3
1750 Fix LDIF export. Patch by Michael Rasmussen
1752 2009-10-18 [paul] 3.7.3cvs2
1754 * tools/claws.i18n.status.pl
1755 increase the value of $transolddays since we're relasing less
1757 rework the en_GB.po hack so that en_GB is always 100% translated
1758 and recently updated
1760 2009-10-17 [paul] 3.7.3cvs1
1762 * src/prefs_account.c
1763 * src/prefs_compose_writing.c
1764 * src/prefs_receive.c
1765 * src/prefs_summaries.c
1766 * src/prefs_wrapping.c
1767 reword a few labels. (this incorporates everything
1768 that seemed worthwhile from bug 2020)
1769 * src/prefs_customheader.c
1770 use a 'Browse' button instead of button with
1771 label 'From file...'
1775 * CVS repository change
1777 2009-10-09 [paul[ 3.7.3
1779 version 3.7.3 unleashed!!
1781 2009-10-07 [paul] 3.7.2cvs49
1786 fix Bug 1994 - Changing colors required restart.
1787 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1788 more accurate folderview_reinit_fonts()
1790 2009-10-07 [paul] 3.7.2cvs48
1793 * src/prefs_common.c
1794 * src/prefs_common.h
1795 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
1796 patch by Pawel Pekala
1798 2009-10-07 [paul] 3.7.2cvs47
1806 updated by David Vachulka, Stephan Sachse and Marc Arens,
1807 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1810 2009-10-06 [colin] 3.7.2cvs46
1813 French translation update
1815 2009-10-05 [paul] 3.7.2cvs45
1818 enable Page Size and Orientation in the print dialog,
1819 GTK+ >= 2.18.x only. Patch by Mark__T
1821 2009-10-05 [paul] 3.7.2cvs44
1823 * src/prefs_summaries.c
1824 fix label, startup --> start-up, to match other uses of the
1827 2009-10-05 [paul] 3.7.2cvs43
1830 updated by Emilian Nowak
1832 2009-10-03 [colin] 3.7.2cvs42
1836 * src/gtk/gtkcmclist.c
1837 * src/gtk/gtkvscrollbutton.c
1838 * src/gtk/logwindow.c
1840 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1841 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1842 Fix warning at start
1844 2009-09-28 [colin] 3.7.2cvs41
1848 * src/prefs_folder_item.c
1849 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1851 2009-09-28 [colin] 3.7.2cvs40
1853 * src/prefs_summaries.c
1854 * src/gtk/sslcertwindow.c
1855 Fix bug 2006, 'Non-utf8 strftime(3) date strings
1856 shows up garbled in GUI'. Patch by Pawel Pekala
1858 2009-09-24 [iwkse] 3.7.2cvs39
1861 That's only for statistics, of course :)
1863 2009-09-24 [iwkse] 3.7.2cvs38
1868 2009-09-24 [iwkse] 3.7.2cvs37
1871 Revert unwanted change
1873 2009-09-24 [iwkse] 3.7.2cvs36
1876 Fix issue with filtering actions and
1879 2009-09-20 [mones] 3.7.2cvs35
1881 * tools/convert_mbox.pl
1882 Add -R flag to support recursive conversions
1883 of arbitrary Evolution mail folders, based on
1884 bash script by Daniel Dickinson (fixes debian
1886 * tools/popfile-link.sh
1887 Set required shell for script (fixes debian
1890 2009-09-16 [colin] 3.7.2cvs34
1893 Go grab files in /etc/skel if they exist
1896 2009-09-15 [colin] 3.7.2cvs33
1899 Complete 3.7.1cvs42: only output directly to
1900 final file if we get NULL byes at the start.
1901 Still fixes saving UTF16 files, but also
1902 fixes displaying Base64 parts with decoding
1903 errors (parts without errors get displayed)
1905 2009-09-14 [colin] 3.7.2cvs32
1909 * src/matcher_parser_parse.y
1910 * src/prefs_matcher.c
1911 Add 'has_attachment' and 'signed' matcher
1912 expressions. Patch by Aleksei Miheev, fixes
1915 2009-09-14 [colin] 3.7.2cvs31
1917 * src/common/utils.c
1918 Add "Re :" prefix from french Yahoo mail.
1919 Patch by Didier Barvaux, fixes bug 1999
1921 2009-09-10 [mones] 3.7.2cvs30
1923 * manual/plugins.xml
1924 Fix sites supported by SpamReport
1925 * manual/es/plugins.xml
1926 Synchronise Spanish manual
1928 2009-09-07 [holger] 3.7.2cvs29
1931 Also update the icon cache on uninstall.
1932 This prevents possible problems when Claws Mail was
1933 uninstalled and installed again into a different location,
1934 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1935 and the blog post linked therein
1937 2009-09-07 [paul] 3.7.2cvs28
1939 * src/prefs_toolbar.c
1940 when updating the main toolbar icons just update
1941 the main toolbar (and consequently fix a bug where
1942 folderview icons would disappear)
1944 2009-08-30 [holger] 3.7.2cvs27
1947 Do case-insensitive comparison against
1948 header names when extracting recipients
1951 2009-08-23 [colin] 3.7.2cvs26
1954 Probably fix RH bug 512024, " folder.c:3543
1955 Condition msglist != NULL failed"
1957 2009-08-23 [colin] 3.7.2cvs25
1959 * src/prefs_compose_writing.c
1960 Make the maximum size warning bigger. Patch
1961 by Didier Barvaux on bug 1986.
1963 2009-08-21 [colin] 3.7.2cvs24
1966 Previous commit: move the function into compose_insert_file
1967 so that it's also used on drag-n-drop
1969 2009-08-21 [colin] 3.7.2cvs23
1972 Fix scrolling when adding an header
1974 2009-08-21 [colin] 3.7.2cvs22
1977 * src/prefs_common.c
1978 * src/prefs_common.h
1979 * src/prefs_compose_writing.c
1980 * src/common/utils.c
1981 Fix bug 1986, "New feature: warn user when inserting
1982 a large file in the message body". Patch by Didier
1985 2009-08-21 [colin] 3.7.2cvs21
1989 * src/common/utils.c
1990 Fix bug 1984: Add R�f. : reply prefix (french
1991 Lotus Notes); patch by Didier Barvaux
1993 2009-08-21 [colin] 3.7.2cvs20
1997 Fix bug 1969, 'Bad guess for outgoing encoding'
1998 Make sure the specific converters (japanese in
1999 this case) can return success/error in strict
2000 mode, instead of silently failing back to
2003 2009-08-20 [holger] 3.7.2cvs19
2007 Make it possible for code outside
2008 compose (e.g. plugins) to attach files
2010 2009-08-20 [colin] 3.7.2cvs18
2013 Fix crash when accessing IMAP soon
2015 2009-08-18 [colin] 3.7.2cvs17
2018 Maybe fix crash on non-existent LDAP server
2020 2009-08-04 [colin] 3.7.2cvs16
2023 Fix toolbar's spacing that breaks dark
2024 themes (patch from http://blogs.igalia.com/aperez/
2025 2009/07/making-claws-mail-look-better/)
2027 2009-07-28 [colin] 3.7.2cvs15
2030 * src/addrcustomattr.c
2032 * src/addressbook_foldersel.c
2040 * src/editldap_basedn.c
2051 * src/prefs_actions.c
2052 * src/prefs_customheader.c
2053 * src/prefs_display_header.c
2054 * src/prefs_filtering.c
2055 * src/prefs_folder_column.c
2056 * src/prefs_matcher.c
2057 * src/prefs_summary_column.c
2058 * src/prefs_summary_open.c
2059 * src/prefs_template.c
2062 Fix bug 1950, 'Program freeze up during folder selection'
2063 Don't leave hidden windows modal
2065 2009-07-28 [colin] 3.7.2cvs14
2068 Fix bug 1957, 'LDAP errs out after searching too
2071 2009-07-28 [colin] 3.7.2cvs13
2074 Fix bug 1966, '"Collapse all threads" slower than
2075 "Expand all threads"'
2077 2009-07-28 [colin] 3.7.2cvs12
2079 * src/common/session.c
2080 Fix bug 1967, 'Claws gets stuck after accepting
2081 a certificate warning dialog'
2083 2009-07-19 [paul] 3.7.2cvs11
2085 * manual/plugins.xml
2086 a few small changes to the English
2088 2009-07-18 [mones] 3.7.2cvs10
2090 * manual/plugins.xml
2091 Add new bsfilter and fancy plugins to the docs
2092 and a note about dealing with plugins of the same class
2093 * src/prefs_account.c
2094 Fix extra space at the end typo
2096 2009-07-16 [colin] 3.7.2cvs9
2099 Fix wrong return without unlocking; thanks
2102 2009-07-14 [colin] 3.7.2cvs8
2105 Fix bug 1954, 'Segfault on reading wrong STATUS'
2107 2009-07-10 [colin] 3.7.2cvs7
2109 * src/plugins/pgpcore/plugin.def
2110 * src/common/utils.h
2113 2009-07-10 [colin] 3.7.2cvs6
2115 * src/prefs_display_header.c
2116 Fix bug 1951, 'C-Mail dumps core when editing
2117 displayed headers'. Patch by Alexey Rusakov
2119 2009-07-10 [colin] 3.7.2cvs5
2122 Fix bug 1952, 'Deleted mails in Queue folder
2125 2009-07-09 [colin] 3.7.2cvs4
2127 * src/gtk/spell_entry.c
2128 Fix bug 1949, 'Spell checker doesn't recognise
2129 certain word in Subject header, but does in
2130 message body'. Patch by Pawel Pekala.
2132 2009-07-09 [paul] 3.7.2cvs3
2135 use pkgconfig to check for the minimum required
2138 2009-07-06 [colin] 3.7.2cvs2
2140 * src/prefs_customheader.c
2143 2009-07-04 [paul] 3.7.2cvs1
2145 * tools/claws.i18n.status.pl
2148 2009-07-03 [paul] 3.7.2
2155 2009-07-03 [paul] 3.7.1cvs85
2162 added new translations by Tiago Faria and Slavko
2175 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2176 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2177 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2178 Goncalves Guimaraes, Aleksei Miheev
2180 2009-07-01 [colin] 3.7.1cvs84
2182 * src/prefs_common.c
2183 Fix bug 1940, 'Doesn't open links in
2184 user's default browser'. Turn the preference
2185 to TRUE by default; that will only change the
2186 behaviour for new users.
2188 2009-06-29 [colin] 3.7.1cvs83
2192 * src/prefs_filtering_action.c
2193 Fix bug 1935, 'problems with very long filtering actions':
2194 Use a dynamic buffer in action to string, and a bigger
2195 buffer in string to action
2197 2009-06-29 [colin] 3.7.1cvs82
2199 * src/matcher_parser_lex.l
2200 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2202 2009-06-29 [colin] 3.7.1cvs81
2207 Fix crash (out-of-bounds tree column)
2208 * src/gtk/gtkcmctree.c
2209 * src/gtk/gtksctree.c
2210 Prevent using an out-of-bounds tree column
2212 2009-06-29 [colin] 3.7.1cvs80
2216 Leak fixes; patch by Pawel Pekala.
2218 2009-06-26 [colin] 3.7.1cvs79
2221 Sort by msgnum if dates are equal
2223 2009-06-24 [paul] 3.7.1cvs78
2226 make some (forgotten) strings translatable
2228 2009-06-19 [colin] 3.7.1cvs77
2231 Fix menu sensitiveness
2233 2009-06-18 [colin] 3.7.1cvs76
2236 * src/plugins/pgpcore/sgpgme.c
2237 * src/plugins/pgpcore/sgpgme.h
2238 * src/plugins/pgpmime/mypgpcore.def
2239 * src/plugins/pgpmime/pgpmime.c
2240 * src/plugins/smime/mypgpcore.def
2241 * src/plugins/smime/smime.c
2242 Use largefile support (and stop using our old GPGME
2243 hack on gpgme_data_seek/rewind)
2244 (See 1.9.12cvs44 to 46 - if this breaks things we
2247 2009-06-13 [colin] 3.7.1cvs75
2249 * src/gtk/spell_entry.c
2250 Fix assertion. We can put a NULL gtkaspell to
2251 an entry; it just means it won't be spell-checked.
2253 2009-06-12 [mones] 3.7.1cvs74
2257 * src/prefs_account.c
2258 * src/prefs_account.h
2259 * src/common/utils.c
2260 * src/common/utils.h
2261 Added preference to use account address in generated
2262 Message-Id. Fixes Debian bug #531052
2264 2009-06-12 [colin] 3.7.1cvs73
2267 Better fix, API-compatible with libgnutls13
2269 2009-06-12 [colin] 3.7.1cvs72
2272 Use compatibility mode in GnuTLS, and avoid problems with
2273 servers that don't comply 100% with the spec, but still
2276 2009-06-06 [iwkse] 3.7.1cvs71
2279 Ops..revert a mix with another patch
2281 2009-06-06 [iwkse] 3.7.1cvs70
2284 A better fix for the previous commit's issue
2286 2009-06-06 [iwkse] 3.7.1cvs69
2289 Fix shutting down of Claws Mail while a GTK_Return keypress
2290 event is sent to the Attach property window
2292 2009-06-05 [colin] 3.7.1cvs68
2295 Fix build on GTK+ 2.6
2297 2009-06-03 [mones] 3.7.1cvs67
2299 * tools/make.themes.project
2300 Oops! fix header, sorry Paul ;-)
2302 2009-06-03 [mones] 3.7.1cvs66
2304 * tools/make.themes.project
2305 Add support for PNG themes and other
2306 fixes i don't remember now... :)
2308 2009-06-02 [colin] 3.7.1cvs65
2311 * src/prefs_template.c
2313 Fix error messages in templates, and fix their
2316 2009-05-22 [colin] 3.7.1cvs64
2321 2009-05-22 [colin] 3.7.1cvs63
2324 Fix phantom button behind entry when
2325 changing fields via Tools/Reply mode.
2327 2009-05-22 [colin] 3.7.1cvs62
2332 2009-05-21 [mones] 3.7.1cvs61
2336 Add button to empty header lines with one click
2338 2009-05-21 [paul] 3.7.1cvs60
2342 * src/plugins/trayicon/trayicon.c
2343 when quitting from the trayicon, honour
2344 prefs_common.clean_on_exit
2346 2009-05-21 [paul] 3.7.1cvs59
2348 * src/gtk/Makefile.am
2349 remove duplicate entry
2350 thanks to Charles A Edwards
2352 2009-05-19 [paul] 3.7.1cvs58
2354 * src/send_message.c
2355 clear progressbar in the statusbar on 'Cancel'
2357 2009-05-16 [colin] 3.7.1cvs57
2363 2009-05-16 [colin] 3.7.1cvs56
2366 Remove msgnum>0 condition for removing messages
2367 from caches. There's no such condition on add.
2368 Fixes bug 1913, 'Allow to remove phantom
2369 messages from the cache'; patch by Fabian
2370 Keil <fk at fabiankeil.de>
2372 2009-05-12 [holger] 3.7.1cvs55
2376 Introduce hook after showing of the message view
2378 2009-05-11 [colin] 3.7.1cvs54
2381 Fix bug 1872, 'A: Cc: CCi: selector should
2382 default on same as preceding contact'
2384 2009-05-10 [holger] 3.7.1cvs53
2388 Add a hook to make it possible for plugins to
2389 modify the address completion list
2391 2009-05-06 [paul] 3.7.1cvs52
2395 fix bug 1915, 'Mails signed with smime.p7s
2396 display both signed and attachment icon.'
2398 2009-05-05 [colin] 3.7.1cvs51
2400 * src/common/utils.c
2403 2009-05-05 [colin] 3.7.1cvs50
2405 * src/common/utils.c
2406 Fix bug 1895, '(imap) cache issues when cache dir is on a
2407 different mountpoint than tempdir'
2409 2009-05-04 [colin] 3.7.1cvs49
2412 Probably fix bug 1914, 'Crash reading
2413 corrupted tags file'
2415 2009-04-26 [paul] 3.7.1cvs48
2418 * src/gtk/gtkaspell.h
2419 fix bug 1904, 'build mechanism looks for
2420 'enchant.h' in a wrong place'
2422 2009-04-25 [paul] 3.7.1cvs47
2425 gah! fix coding style!
2427 2009-04-25 [paul] 3.7.1cvs46
2431 if building with GTK+ >= 2.16 use
2432 gtk_orientable_set_orientation() instead of now
2433 deprecated gtk_toolbar_set_orientation()
2435 2009-04-24 [colin] 3.7.1cvs45
2438 Ask before sending if an attached file has
2441 2009-04-19 [paul] 3.7.1cvs44
2443 * src/prefs_common.c
2444 * src/prefs_common.h
2446 save About window size.
2447 patch by Pawel Pekala
2449 2009-04-12 [paul] 3.7.1cvs43
2451 * tools/csv2addressbook.pl
2452 add extra CSV fields that are now appended
2453 by thunderbird (version 2.0.0.21)
2455 2009-04-08 [colin] 3.7.1cvs42
2458 fix saving (but not displaying) of UTF-16
2461 2009-04-08 [colin] 3.7.1cvs41
2463 * src/gtk/manage_window.c
2464 Disable transient windows on win32 - seems to
2465 fix most focusing issues
2467 2009-04-05 [colin] 3.7.1cvs40
2470 Don't ask whether we want to send deleted mails in queue
2471 folders; also, don't send deleted mails when flushing
2474 2009-04-04 [paul] 3.7.1cvs39
2480 * tools/claws.i18n.status.pl
2481 add new Indonesian translation, by
2484 2009-04-03 [paul] 3.7.1cvs38
2490 2009-04-03 [colin] 3.7.1cvs37
2494 Fix bug 1891, 'Add support for gopher:// links'
2495 Patch by Jacob Head <clawsmail at jacob-head.com>
2496 Let's go back to the roots!
2498 2009-04-03 [paul] 3.7.1cvs36
2503 2009-04-03 [paul] 3.7.1cvs35
2506 add AC_CONFIG_MACRO_DIR([m4])
2507 remove CLAWS_ACLOCAL_INCLUDE(m4)
2508 * m4/aclocal-include.m4
2509 removed this now unneeded file
2511 2009-04-02 [colin] 3.7.1cvs34
2513 * src/common/utils.h
2514 Fix previous (thanks to Marcus :)
2516 2009-04-02 [colin] 3.7.1cvs33
2518 * src/common/utils.h
2519 * src/etpan/etpan-thread-manager.c
2520 pipe() was a macro from GLib on win32 until
2521 glib 2.13.2. It's undefined after that.
2522 Thanks to Marcus Brinkmann for the heads-up!
2524 2009-03-31 [colin] 3.7.1cvs32
2526 * src/folder_item_prefs.c
2527 Copy folder settings with prefs
2529 2009-03-31 [colin] 3.7.1cvs31
2531 * src/prefs_account.c
2532 Don't use un-sensitive checkboxes in Privacy tab
2533 when privacy system in None (makes unchecking
2534 painful when no privacy plugin is loaded)
2536 2009-03-30 [colin] 3.7.1cvs30
2543 * src/prefs_account.c
2544 * src/prefs_account.h
2547 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2548 Add an option on the Receive page of IMAP account preferences:
2549 "Move deleted mails to trash and expunge immediately". This
2550 option defaults to TRUE to avoid changing the existing behaviour.
2551 Setting it to FALSE prevents automatic expunging.
2552 Also, add Tools/Expunge and View/Hide deleted messages menu items
2553 (View/Hide deleted message being a per-folder setting, and behaving,
2554 like View/Hide read messages).
2556 2009-03-30 [colin] 3.7.1cvs29
2559 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2560 ask for IMAP password when using GSSAPI auth
2562 2009-03-27 [colin] 3.7.1cvs28
2565 Fix cvs14, make sure we mark non-existent caches dirty
2566 (or they never get written)
2568 2009-03-27 [colin] 3.7.1cvs27
2571 Fix tag update when all tags are removed
2574 2009-03-25 [colin] 3.7.1cvs26
2577 Fix configure.ac, thanks to Pawel
2579 2009-03-25 [colin] 3.7.1cvs25
2582 * src/etpan/nntp-thread.c
2583 Fix header fetching (NG/To/Cc). Fixes
2584 bug 1883, 'Message processing fails to
2585 act on Newsgroups: field'
2587 2009-03-23 [colin] 3.7.1cvs24
2590 Fix internal headers visible in queue/sent
2592 2009-03-23 [colin] 3.7.1cvs23
2595 Fix check for RC (resource compiler) used
2596 on win32 (AC_LIBTOOL_RC used to call it
2597 implicitely but stopped)
2599 2009-03-19 [colin] 3.7.1cvs22
2602 Put spam button in default toolbar even if
2603 bogofilter and spamassassin are not built.
2604 Other anti-spam plugin could exist! :)
2605 * src/common/utils.c
2606 Fix exit status fetch on win32
2608 2009-03-18 [paul] 3.7.1cvs21
2610 * src/gtk/spell_entry.c
2611 fix "[BUG] Wrong word replaced in 'Subject:'
2612 when spell-checking correction used"
2613 Patch by Pawel Pekala
2615 2009-03-17 [colin] 3.7.1cvs20
2617 * src/common/utils.c
2618 Fix win32 build (from cvs12)
2620 2009-03-17 [colin] 3.7.1cvs19
2623 Fix bug 1735, 'Change To: and Newsgroups:
2624 recipient field according account type'
2627 2009-03-17 [colin] 3.7.1cvs18
2630 * src/prefs_common.c
2631 * src/prefs_common.h
2633 * src/common/prefs.c
2634 Add preference for fsyncing metadata
2636 2009-03-16 [paul] 3.7.1cvs17
2638 * src/prefs_customheader.c
2639 add forgotten #if HAVE_LIBCOMPFACE
2641 2009-03-16 [paul] 3.7.1cvs16
2643 * src/prefs_customheader.c
2644 put the (X-)Face preview image below the up/down
2645 buttons so they don't jump around.
2646 make the list reorderable by drag'n'drop
2648 2009-03-16 [colin] 3.7.1cvs15
2650 * src/prefs_customheader.c
2651 Add a (X-)Face preview. Patch by iwkse.
2653 2009-03-16 [colin] 3.7.1cvs14
2659 * src/common/prefs.c
2660 Add fsync calls to make sure we don't
2661 lose data on system crashes. (to do:
2662 add a pref to allow people choosing raw
2665 2009-03-15 [colin] 3.7.1cvs13
2667 * src/gtk/gtkaspell.c
2668 Fix empty menu when there are no
2669 suggestions (using the Spelling menu)
2671 2009-03-14 [colin] 3.7.1cvs12
2673 * src/common/utils.c
2674 Win32: fix subject prefix length
2676 2009-03-11 [mones] 3.7.1cvs11
2679 fix encoding declared in header
2680 update translation now we're at it
2682 2009-03-10 [colin] 3.7.1cvs10
2685 Fix "wrong mime" message printed out multiple
2688 2009-03-10 [colin] 3.7.1cvs9
2690 * src/prefs_folder_item.c
2693 2009-03-09 [paul] 3.7.1cvs8
2695 * src/prefs_folder_item.c
2696 * src/send_message.c
2697 fixes to english text
2699 2009-03-08 [paul] 3.7.1cvs7
2702 correct errors in header
2704 2009-03-08 [paul] 3.7.1cvs6
2710 * tools/claws.i18n.status.pl
2711 add Japanese translation, submitted by kazken3
2713 2009-03-07 [colin] 3.7.1cvs5
2716 Don't let the invalid MIME warning hide
2717 other noticeview (Partial receive or
2720 2009-03-07 [colin] 3.7.1cvs4
2725 2009-03-07 [colin] 3.7.1cvs3
2730 Handle mimeparts that lack an end boundary.
2731 They're invalid but it's too annoying for
2732 normal users to fix.
2734 2009-03-06 [wwp] 3.7.1cvs2
2737 * src/folder_item_prefs.c
2738 * src/folder_item_prefs.h
2739 * src/prefs_folder_item.c
2740 Add per-folder default cc, bcc and reply-to.
2742 2009-03-06 [colin] 3.7.1cvs1
2745 * src/gtk/gtksourceprintjob.c
2746 Fix build with old print interface
2748 2009-03-06 [paul] 3.7.1
2755 2009-03-06 [paul] 3.7.0cvs78
2766 updated by David Vachulka, Stephan Sachse, Flammie
2767 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2768 Frederico Goncalves Guimaraes, Lars Persson Fink,
2771 2009-03-03 [colin] 3.7.0cvs77
2773 * src/prefs_filtering.c
2774 Win32: Fix bug 1865, 'IMAP account name changes
2775 are not followed at filter actions'
2777 2009-03-02 [colin] 3.7.0cvs76
2780 Fix Launchpad bug 335571: 'claws-mail crashed
2781 with SIGSEGV in strlen() while deleting
2782 large amount of e-mails on IMAP account
2784 2009-02-27 [mones] 3.7.0cvs75
2786 * manual/es/account.xml
2788 * manual/es/addrbook.xml
2789 * manual/es/advanced.xml
2790 * manual/es/claws-mail-manual.xml
2792 * manual/es/glossary.xml
2794 * manual/es/handling.xml
2795 * manual/es/intro.xml
2796 * manual/es/keyboard.xml
2797 * manual/es/plugins.xml
2798 * manual/es/starting.xml
2799 Sync with English version, fix some typos
2800 Changed encoding to UTF-8
2802 Update for release, changed encoding to UTF-8
2804 2009-02-24 [colin] 3.7.0cvs74
2807 Don't print separation line if there
2810 2009-02-23 [cleroy] 3.7.0cvs73
2819 * src/addrduplicates.c
2822 * src/addressbook_foldersel.c
2830 * src/customheader.c
2832 * src/editaddress_other_attributes_ldap.c
2870 * src/prefs_account.c
2871 * src/prefs_actions.c
2872 * src/prefs_common.c
2873 * src/prefs_filtering.c
2874 * src/prefs_filtering_action.c
2875 * src/prefs_folder_column.c
2876 * src/prefs_folder_item.c
2878 * src/prefs_matcher.c
2881 * src/prefs_summaries.c
2882 * src/prefs_summary_column.c
2883 * src/prefs_template.c
2884 * src/prefs_themes.c
2885 * src/prefs_toolbar.c
2892 * src/remotefolder.c
2893 * src/send_message.c
2894 * src/sourcewindow.c
2896 * src/stock_pixmap.c
2897 * src/summary_search.c
2904 * src/common/base64.c
2905 * src/common/claws.c
2906 * src/common/hooks.c
2907 * src/common/plugin.c
2908 * src/common/prefs.c
2909 * src/common/session.c
2911 * src/common/socket.c
2912 * src/common/string_match.c
2913 * src/common/stringtable.c
2914 * src/common/utils.c
2915 * src/common/utils.h
2917 * src/common/xmlprops.c
2918 * src/gtk/colorlabel.c
2919 * src/gtk/combobox.c
2920 * src/gtk/foldersort.c
2921 * src/gtk/gtkaspell.c
2922 * src/gtk/gtkcmclist.c
2923 * src/gtk/gtkcmctree.c
2924 * src/gtk/gtkcmoptionmenu.c
2925 * src/gtk/gtksctree.c
2926 * src/gtk/gtkshruler.c
2927 * src/gtk/gtksourceprintjob.c
2928 * src/gtk/gtkutils.c
2929 * src/gtk/gtkvscrollbutton.c
2930 * src/gtk/logwindow.c
2932 * src/gtk/pluginwindow.c
2933 * src/gtk/prefswindow.c
2934 * src/gtk/quicksearch.c
2935 * src/gtk/spell_entry.c
2936 * src/plugins/pgpcore/select-keys.c
2937 * src/plugins/pgpinline/pgpinline.c
2938 * src/plugins/pgpmime/pgpmime.c
2939 * src/plugins/smime/smime.c
2940 * src/plugins/spamassassin/spamassassin_gtk.c
2941 Mass commit changing g_return_* to cm_return_*
2942 and making these more interesting
2944 2009-02-23 [colin] 3.7.0cvs72
2947 Always initialise error code to no error
2949 2009-02-23 [colin] 3.7.0cvs71
2952 Fix separator substitution
2954 2009-02-23 [colin] 3.7.0cvs70
2956 * src/stock_pixmap.c
2957 * src/gtk/colorlabel.c
2958 don't use g_return on normal checks
2960 2009-02-22 [colin] 3.7.0cvs69
2966 2009-02-22 [colin] 3.7.0cvs68
2968 * src/addrduplicates.c
2984 * src/prefs_common.c
2985 * src/prefs_filtering.c
2996 * src/common/socket.c
2997 * src/common/template.c
2998 * src/etpan/imap-thread.c
2999 * src/gtk/gtkaspell.c
3000 * src/gtk/gtkcmctree.c
3001 * src/gtk/gtksctree.c
3002 * src/gtk/inputdialog.c
3003 * src/plugins/pgpcore/sgpgme.c
3004 * src/plugins/pgpmime/pgpmime.c
3005 * src/plugins/smime/smime.c
3006 * src/plugins/spamassassin/spamassassin.c
3007 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3008 uninitialised accesses
3010 2009-02-17 [colin] 3.7.0cvs67
3013 Disable controls during queuing
3015 2009-02-15 [colin] 3.7.0cvs66
3018 * src/plugins/pgpcore/select-keys.c
3019 * src/plugins/pgpcore/sgpgme.c
3020 Disable use of disabled keys
3022 2009-02-15 [colin] 3.7.0cvs65
3026 Fix font updating after changing
3027 prefs_common.derive_from_normal_font
3029 2009-02-12 [paul] 3.7.0cvs64
3035 * src/common/version.h.in
3039 more copyright header fixes
3041 2009-02-12 [paul] 3.7.0cvs63
3043 * src/gtk/progressdialog.c
3044 * src/gtk/progressdialog.h
3045 fix copyright header
3047 2009-02-12 [paul] 3.7.0cvs62
3049 * src/gtk/spell_entry.c
3050 * src/gtk/spell_entry.h
3051 better, more standard copyright header
3053 2009-02-12 [paul] 3.7.0cvs61
3055 * src/gtk/spell_entry.c
3056 * src/gtk/spell_entry.h
3057 changes to copyright header
3059 2009-02-12 [paul] 3.7.0cvs60
3061 * src/gtk/spell_entry.c
3062 * src/gtk/spell_entry.h
3065 2009-02-11 [colin] 3.7.0cvs59
3067 * src/gtk/spell_entry.c
3068 * src/gtk/spell_entry.h
3071 2009-02-11 [colin] 3.7.0cvs58
3074 * src/gtk/Makefile.am
3075 * src/gtk/gtkaspell.c
3076 * src/gtk/gtkaspell.h
3077 Add spellcheck to subject. Patch by
3080 2009-02-10 [holger] 3.7.0cvs57
3084 Move filename define for printing page setup cache to defs.h
3086 2009-02-08 [mones] 3.7.0cvs56
3089 Fix build for bison 2.4.1
3091 2009-02-06 [holger] 3.7.0cvs55
3093 * src/prefs_common.c
3094 * src/prefs_common.h
3096 Fix restoring of custom page setups for printing by
3097 temporarily caching the settings.
3098 This is a workaround for Gnome Bug #39018, and fixes
3099 Claws Mail Bug #1840.
3101 2009-02-06 [colin] 3.7.0cvs54
3104 Fix hardcoded Shift-Q quits. Fixes
3105 bug 1838, 'Claws-Mail sometimes quits
3106 when attempting to type a capital Q'
3108 2009-01-31 [paul] 3.7.0cvs53
3111 revert 3.7.0cvs49, until there is time to find out
3112 why it causes a nasty crash!
3114 2009-01-31 [paul] 3.7.0cvs52
3117 1 string that was forgotten for translation
3119 2009-01-31 [paul] 3.7.0cvs51
3122 2 strings that were forgotten for translation
3124 2009-01-31 [paul] 3.7.0cvs50
3126 * src/gtk/prefswindow.c
3127 build prefs tree in a slightly smarter way -
3128 fix bug where if path[0] had same name as
3129 path[1], (like in the de translation), path[1]
3130 was lost and not shown in the window
3132 2009-01-31 [paul] 3.7.0cvs49
3135 fix bug 1836, 'Quoted text still blue after
3136 removal of quote-character'
3137 comment out some debug_print's that needlessly
3140 comment out a debug_print that needlessly slows
3143 2009-01-31 [paul] 3.7.0cvs48
3146 fix bug 1834, '"semi"-selection when collapsing thread'
3148 2009-01-31 [paul] 3.7.0cvs47
3150 * src/prefs_compose_writing.c
3151 * src/prefs_message.c
3152 move 'quote_chars' pref to where it should be
3154 2009-01-30 [paul] 3.7.0cvs46
3157 fix updating of popup menu sensitivity
3159 2009-01-28 [paul] 3.7.0cvs45
3161 * tools/filter_conv_new.pl
3162 move 'move' and 'delete' to end of @actions
3163 so that they are always final actions in the
3164 generated filtering rule
3166 2009-01-27 [paul] 3.7.0cvs44
3169 always select text/calendar mimepart if suitable
3170 plugin (i.e. vCalendar) is available
3172 2009-01-27 [paul] 3.7.0cvs43
3175 fix crash when right-clicking in summaryview when
3176 processing is active
3178 2009-01-22 [colin] 3.7.0cvs42
3183 When replying to signed/encrypted mail and the
3184 preference to sign/encrypt in this case is set,
3185 choose the original mail's privacy system (if
3188 2009-01-21 [colin] 3.7.0cvs41
3191 Fix warning (on-the-fly theming of
3192 addressbook isn't complete yet)
3194 2009-01-21 [colin] 3.7.0cvs40
3198 Win32: Fix window placement
3200 2009-01-21 [paul] 3.7.0cvs39
3203 update timeout log msg
3205 2009-01-17 [colin] 3.7.0cvs38
3210 * src/common/utils.c
3211 * src/etpan/imap-thread.c
3212 Fix g_open calls (which don't ignore mode)
3214 2009-01-17 [colin] 3.7.0cvs37
3223 * src/common/ssl_certificate.c
3225 * src/common/utils.c
3226 * src/etpan/imap-thread.c
3227 * src/plugins/bogofilter/bogofilter.c
3228 * src/plugins/pgpinline/pgpinline.c
3229 * src/plugins/smime/smime.c
3230 Probably fix bug 1825, 'Unable to fetch messages from
3231 IMAP folders named with non-ASCII string'
3232 Change remaining occurences of fopen and open with
3235 2009-01-17 [paul] 3.7.0cvs36
3238 update an old, outdated piece of info
3240 2009-01-17 [paul] 3.7.0cvs35
3242 * src/prefs_folder_item.c
3243 fix bug where saving Folder Properties of a
3244 sub-folder of outbox, queue, draft or trash
3245 would change its parent's folder type to normal
3247 2009-01-12 [mones] 3.7.0cvs34
3252 2009-01-12 [wwp] 3.7.0cvs33
3255 * tools/popfile-link.sh
3256 * tools/textviewer.sh
3257 Fix bashisms and other portability glitches (thanks to
3258 Steven M. Bellovin).
3260 2009-01-11 [paul] 3.7.0cvs32
3263 clean up some build warnings
3265 2009-01-11 [colin] 3.7.0cvs31
3268 Revert part of patch 3.7.0cvs29
3269 This function is used when jpilot
3272 2009-01-11 [colin] 3.7.0cvs30
3275 folder_find_child_item_by_name():
3276 actually use name, not path's basename
3278 2009-01-11 [paul] 3.7.0cvs29
3285 * src/prefs_folder_item.c
3286 clean up some build warnings
3288 2009-01-11 [paul] 3.7.0cvs28
3291 don't even mention printing support, assume its
3292 presence, unless building with GTK+ < 2.10.0
3294 2009-01-10 [colin] 3.7.0cvs27
3297 Fix bug 1811, '[mime] Crash when there's no
3298 room for filename's start on the same line'
3299 When the mimetype of the attachment is very
3300 long, there's no room at all to start the
3301 name=... parameter on the same line. This
3302 caused an infinite loop as 0 characters of
3303 the filename could be appended.
3304 In such cases, insert linebreak before the
3307 2009-01-09 [colin] 3.7.0cvs26
3311 * src/common/utils.c
3312 Win32: Fix bug 1815, 'Drag-n-Drop of files on
3313 Compose Window does not attach'
3315 2009-01-09 [colin] 3.7.0cvs25
3318 Fix bug 1817, 'Changing Themes does not
3319 update the pixmaps in "Select folder"
3322 2009-01-09 [colin] 3.7.0cvs24
3325 Win32: Fix bug 1816, 'Attaching files with
3326 command-line generates error after attaching'
3328 2009-01-09 [paul] 3.7.0cvs23
3331 forgot this '2009' in last commit
3333 2009-01-09 [paul] 3.7.0cvs22
3337 update copyright headers
3339 2009-01-09 [paul] 3.7.0cvs21
3341 * doc/man/claws-mail.1
3344 2009-01-09 [colin] 3.7.0cvs20
3347 Fix bug 1814, 'Windows' WM badly places
3350 2009-01-09 [colin] 3.7.0cvs19
3352 * src/prefs_themes.c
3353 * src/stock_pixmap.c
3354 * src/stock_pixmap.h
3355 * src/common/utils.c
3356 * src/common/utils.h
3357 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3359 2009-01-08 [colin] 3.7.0cvs18
3362 Win32: Fix bug 1810, 'Pressing 'o' key
3365 2009-01-07 [colin] 3.7.0cvs17
3368 Fix bug 1432, '& not escaped in links (HTML
3371 2009-01-06 [colin] 3.7.0cvs16
3373 * src/plugins/pgpcore/select-keys.c
3374 Warn translators the usual way about
3377 2009-01-06 [colin] 3.7.0cvs15
3380 Fix synchronisation dialog that shouldn't
3381 appear when network goes down (Network
3385 Fix save as when attach_save_dir isn't set
3386 fixes bug 1804, 'attach_save_directory does
3387 not default to $HOME'
3388 * src/plugins/pgpcore/select-keys.c
3389 Add mnemonics to buttons - warn translators!
3391 2009-01-06 [wwp] 3.7.0cvs14
3393 * src/common/utils.c
3394 Fix cvs13, thanks to Colin.
3396 2009-01-06 [wwp] 3.7.0cvs13
3398 * src/common/utils.c
3399 Better support for Spanish Outlook replies (RES).
3401 2009-01-02 [colin] 3.7.0cvs12
3404 Fix (+) sign after collapsed folder names that
3405 have quicksearch-matching children.
3406 Fixes bug 1506, 'Recursive search in collapsed
3409 2009-01-02 [colin] 3.7.0cvs11
3411 * src/stock_pixmap.c
3412 * src/stock_pixmap.h
3413 Remove now-unused stock_pixmap_gdk
3415 2009-01-02 [colin] 3.7.0cvs10
3417 * src/gtk/gtkutils.c
3418 * src/pixmaps/claws-mail_icon.xpm
3419 Use pixbuf for app icon, and make the app icon
3422 2009-01-02 [colin] 3.7.0cvs9
3425 Show both link title and URI if possible
3427 2009-01-02 [colin] 3.7.0cvs8
3431 * src/addressbook_foldersel.c
3434 * src/grouplistdialog.c
3438 * src/gtk/gtkcmclist.c
3439 * src/gtk/gtkcmclist.h
3440 * src/gtk/gtkcmctree.c
3441 * src/gtk/gtkcmctree.h
3442 * src/gtk/gtksctree.c
3443 * src/gtk/gtksctree.h
3444 Implement pixbuf rendering in tree widgets
3446 * src/plugins/trayicon/trayicon.c
3448 * src/prefs_themes.c
3449 Use pixbuf rendering here too
3451 2008-12-30 [paul] 3.7.0cvs7
3454 no need to prematurely trim the uri in the statusbar
3456 2008-12-29 [paul] 3.7.0cvs6
3459 prefer List-Id header to X-* headers when creating
3460 filter rule automatically
3462 2008-12-28 [colin] 3.7.0cvs5
3465 Set minimum height to 440 instead of 480
3467 2008-12-22 [colin] 3.7.0cvs4
3470 Fix bug 1799, '"Discard message" deletes manually
3471 saved draft'. Switch rmode to REEDIT after
3474 2008-12-21 [paul] 3.7.0cvs3
3476 * tools/claws.i18n.status.pl
3479 2008-12-21 [paul] 3.7.0cvs2
3485 2008-12-21 [paul] 3.7.0cvs1
3491 2008-12-19 [paul] 3.7.0
3498 2008-12-19 [paul] 3.6.1cvs80
3501 remove unmaintained sk and sr from ALL_LINGUAS
3502 add newly maintained cs to ALL_LINGUAS
3513 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3514 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3515 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3518 2008-12-16 [colin] 3.6.1cvs79
3520 * src/plugins/pgpcore/sgpgme.c
3523 2008-12-15 [colin] 3.6.1cvs78
3528 * src/plugins/pgpcore/sgpgme.c
3529 * src/plugins/pgpcore/sgpgme.h
3530 * src/plugins/pgpinline/pgpinline.c
3531 * src/plugins/pgpmime/pgpmime.c
3532 * src/plugins/smime/smime.c
3533 Fix bug 1796, 'PGP/MIME setting: "select key by your
3534 email address" doesn't work'. Use custom from address
3537 2008-12-15 [colin] 3.6.1cvs77
3539 * src/common/utils.c
3540 Fix bug 1746, 'Makes a mailto link from several
3543 2008-12-15 [paul] 3.6.1cvs76
3545 * m4/spamassassin.m4
3546 fix warnings thrown up by autoconf-2.63
3548 2008-12-13 [colin] 3.6.1cvs75
3553 * src/common/utils.c
3554 * src/common/utils.h
3556 Finish previous patch
3558 2008-12-13 [colin] 3.6.1cvs74
3561 Only install certs on windows
3563 2008-12-13 [colin] 3.6.1cvs73
3566 * tools/ca-certificates.crt
3567 * src/common/Makefile.am
3569 First try to ship SSL certificates in Windows
3572 2008-12-12 [colin] 3.6.1cvs72
3575 * src/plugins/pgpinline/claws.def
3578 2008-12-12 [paul] 3.6.1cvs71
3582 * src/partial_download.c
3584 * src/common/claws.c
3585 * src/common/prefs.c
3586 * src/common/utils.c
3587 win32: fix unlinking, renaming and bug with
3591 2008-12-11 [colin] 3.6.1cvs70
3594 * manual/fr/advanced.xml
3595 Update french translations
3597 2008-12-10 [colin] 3.6.1cvs69
3600 Correct bug submission guidelines
3602 2008-12-10 [colin] 3.6.1cvs68
3604 * src/plugins/pgpcore/pgp_viewer.c
3605 Fix bug 1736, 'Key import does not work'
3606 Kill the correct pid (and not the parent
3607 shell), and increase the timeout a bit.
3609 2008-12-09 [paul] 3.6.1cvs67
3612 ensure that any stray noticeview buttons are hidden,
3613 as clicking them causes segfaults!
3615 2008-12-09 [colin] 3.6.1cvs66
3619 * src/folder_item_prefs.h
3620 * src/prefs_common.c
3621 * src/prefs_common.h
3623 Fix bug 1792, '"Save Message to" should
3624 retain list of recently selected folders'
3625 Also, make Enchant-related prefs stick
3626 even if the build doesn't enable enchant
3628 2008-12-09 [paul] 3.6.1cvs65
3631 fix bug 1787, 'Prevent automatic PGP inline
3632 decryption attempts' use the noticeview to display
3633 decryption failure messages instead of the irritating
3636 2008-12-09 [colin] 3.6.1cvs64
3638 * src/prefs_filtering.c
3639 Fix bug 1789, 'filtering account selection
3640 (regression)'. Filtering on sending-only
3641 accounts can be a little useful when using
3642 filtering via Tools menu.
3644 2008-12-07 [paul] 3.6.1cvs63
3646 * src/prefs_actions.c
3647 don't auto-select first entry (same as other
3649 * src/gtk/pluginwindow.c
3650 these parents don't have children so don't look
3653 2008-12-07 [paul] 3.6.1cvs62
3655 * src/prefs_account.c
3656 * src/gtk/pluginwindow.c
3657 * src/gtk/prefswindow.c
3658 * src/gtk/prefswindow.h
3659 auto-select first page
3661 2008-12-05 [colin] 3.6.1cvs61
3665 Fix bug 1788, 'CM crashes re-encoding
3666 encoded parameters' (introduced in cvs40)
3668 2008-12-05 [paul] 3.6.1cvs60
3670 * src/prefs_common.h
3671 remove gpg prefs that are no longer needed here
3673 2008-12-03 [colin] 3.6.1cvs59
3676 Speed up cache reading (about 10% gain)
3678 * src/gtk/gtksctree.c
3679 Speed up expand/collapse all threads
3682 2008-12-03 [paul] 3.6.1cvs58
3685 eradicate gcc4's signedness warnings
3686 fix building with gnuTLS on (Open)Solaris
3688 2008-12-01 [colin] 3.6.1cvs57
3690 * src/gtk/gtkcmclist.c
3693 2008-12-01 [colin] 3.6.1cvs56
3695 * src/plugins/pgpinline/pgpinline.c
3696 Fix bug 1779, 'PGP Inline badly handles
3697 multipart'. Properly dump the current part
3698 instead of running around with scissors
3700 2008-11-30 [paul] 3.6.1cvs55
3702 * manual/advanced.xml
3703 * manual/plugins.xml
3704 * src/prefs_toolbar.c
3705 remove the verb from the page title and
3706 update references in the manual
3708 2008-11-30 [paul] 3.6.1cvs54
3711 move Other/ page to Other/Miscellaneous
3712 * src/gtk/prefswindow.c
3713 make parent page unselectable
3715 2008-11-29 [paul] 3.6.1cvs53
3718 add the new 'primary_paste_unselects' hidden
3719 option, add missing 'log_[...]_color' options,
3720 and reformat the text
3721 * manual/advanced.xml
3722 add the new 'primary_paste_unselects' hidden
3723 option, add missing 'log_[...]_color' options
3725 2008-11-28 [colin] 3.6.1cvs52
3730 2008-11-28 [colin] 3.6.1cvs51
3735 2008-11-28 [colin] 3.6.1cvs50
3738 Fix account selection in Mailing list
3741 2008-11-28 [paul] 3.6.1cvs49
3744 automatically remove obsolete strings
3746 2008-11-28 [colin] 3.6.1cvs48
3748 * src/plugins/pgpcore/sgpgme.c
3749 Fix error message when key isn't available.
3751 2008-11-27 [colin] 3.6.1cvs47
3757 2008-11-26 [colin] 3.6.1cvs46
3762 2008-11-26 [colin] 3.6.1cvs45
3764 * src/plugins/pgpcore/select-keys.c
3765 * src/plugins/pgpcore/sgpgme.c
3766 Fix bug 1591, 'S/MIME: better key
3767 handling/selection dialog'
3768 Really ignore revoked/expired keys
3770 2008-11-26 [colin] 3.6.1cvs44
3773 * src/common/claws.c
3775 Make sure libgcrypt's threading is initialised
3776 before gnutls. See also old bug 1539.
3778 2008-11-26 [colin] 3.6.1cvs43
3782 * src/etpan/imap-thread.c
3783 Fix possible crashes due to clist_begin()
3784 not checking for NULLs (it should!)
3786 2008-11-25 [colin] 3.6.1cvs42
3789 Fix line length in MIME parameters
3791 2008-11-22 [paul] 3.6.1cvs41
3794 grab Return key press in attachments Properties
3797 2008-11-21 [colin] 3.6.1cvs40
3801 Fix bug 1776, 'use encoded name parameters
3802 for attachments instead of ascii'.
3803 Break the RFC 2047 by using B-encoded
3804 filename parameter, like everyone does,
3805 following advice from the RFC author.
3807 2008-11-21 [colin] 3.6.1cvs39
3809 * src/common/socket.c
3810 Rehandshake if server asks to
3812 2008-11-21 [colin] 3.6.1cvs38
3816 * src/common/session.h
3818 Move conditional-compilation members to
3821 2008-11-19 [wwp] 3.6.1cvs37
3823 * src/prefs_actions.c
3824 Fixed wrong behaviour when pressing Escape (was not cancelling
3827 2008-11-19 [wwp] 3.6.1cvs36
3833 * src/prefs_actions.c
3834 * src/prefs_filtering_action.c
3838 * src/common/utils.c
3839 Replace occurrences of "command line" with "command-line" everywhere.
3840 Enforce code style (mostly indentation) in prefs_actions.c.
3842 2008-11-19 [colin] 3.6.1cvs35
3845 * src/prefs_common.c
3846 * src/prefs_common.h
3847 Add primary_paste_unselects hidden preference
3848 to change how middle-click pasting changes
3849 the selection and insert point; defaults to
3852 2008-11-19 [colin] 3.6.1cvs34
3855 Always give focus to summaryview, even if
3856 the folder is empty, in small screen layout.
3857 Allows to go back to folderlist using the
3860 2008-11-18 [colin] 3.6.1cvs33
3863 Put back conditional at the end of struct
3865 2008-11-18 [colin] 3.6.1cvs32
3868 * src/common/w32_reg.c
3869 Fix crash on win32 when browsing to a
3872 2008-11-15 [colin] 3.6.1cvs31
3875 After a mid-click paste, deselect selection
3876 and go to end of paste.
3878 2008-11-15 [colin] 3.6.1cvs30
3881 Auto-save draft after external editor quits
3883 2008-11-15 [colin] 3.6.1cvs29
3885 * src/plugins/pgpcore/sgpgme.c
3886 Fix wrong error display, thanks to
3889 2008-11-14 [colin] 3.6.1cvs28
3891 * src/prefs_actions.c
3892 Comment out bogus (IMO) warning
3894 2008-11-14 [colin] 3.6.1cvs27
3901 Share summaryview's context menu actions with
3902 the equivalent menu items of the main menu;
3903 this allows to share accelerators and de-
3906 2008-11-14 [colin] 3.6.1cvs26
3908 * src/plugins/pgpcore/sgpgme.c
3909 Fix bug 1768, 'claws-mail crashes while
3910 checking smime bad signature'
3912 2008-11-13 [colin] 3.6.1cvs25
3916 Fix redefinition of PREFSBUFSIZE
3918 2008-11-13 [wwp] 3.6.1cvs24
3920 * tools/popfile-link.sh
3921 Add support for reusing existing POPFile session ID.
3923 2008-11-12 [colin] 3.6.1cvs23
3926 Fix bug 1771, 'Folder template gets
3927 truncated when exiting the application'
3928 Use a 32k buffer for string preferences
3930 2008-11-11 [colin] 3.6.1cvs22
3933 Fix "display sender using addressbook" when
3934 prefs_common.swap_from is in use. Patch by
3937 2008-11-11 [colin] 3.6.1cvs21
3942 Make a few functions static
3944 2008-11-07 [colin] 3.6.1cvs20
3948 Fix crash when rebuilding colorlabel
3952 * src/prefs_account.c
3953 * src/prefs_compose_writing.c
3954 * src/prefs_logging.c
3955 * src/prefs_message.c
3957 * src/prefs_receive.c
3958 * src/prefs_summaries.c
3959 * src/prefs_wrapping.c
3960 * src/plugins/bogofilter/bogofilter_gtk.c
3961 * src/plugins/pgpcore/prefs_gpg.c
3962 * src/plugins/spamassassin/spamassassin_gtk.c
3963 Fix deprecated use of page_size in
3964 gtkspinbutton adjustments
3966 2008-11-06 [mones] 3.6.1cvs19
3969 Fix missing "About" in Help menu
3970 * tools/claws.i18n.status.pl
3973 2008-11-05 [colin] 3.6.1cvs18
3978 * src/common/socket.c
3979 * src/common/socket.h
3980 * src/gtk/gtkutils.c
3981 * src/gtk/gtkutils.h
3982 w32: Implement single launch (lock
3983 socket); always put debug log to
3984 the rc_dir; fix Start menu update
3985 after registering as default Mail
3988 2008-11-05 [colin] 3.6.1cvs17
3991 Setting the Mail start menu item in HKCU
3992 confuses the Internet Options dialog. Do
3993 it in HKLM as this dialog does.
3995 2008-11-04 [colin] 3.6.1cvs16
3997 * src/common/w32_reg.c
4000 2008-11-04 [colin] 3.6.1cvs15
4003 w32: Fix getting content-type
4005 * src/prefs_common.c
4006 * src/prefs_common.h
4007 * src/prefs_ext_prog.c
4009 w32: better integration (use the
4010 standard file associations instead
4011 of our platform-unadapted open
4014 * src/common/utils.c
4015 * src/common/w32_reg.c
4016 * src/common/w32lib.h
4017 w32: better integration (allow
4018 setting Claws as default MUA)
4020 2008-11-01 [colin] 3.6.1cvs14
4023 Fix wrongly converted non-ascii characters
4024 when locale's charset is US-ASCII (strict-mode
4025 was failing in this case)
4027 2008-10-30 [colin] 3.6.1cvs13
4033 Use one UI Manager per mimeview, instead of
4034 the global one -- else user_data pointer gets
4035 broken if opening and closing another message-
4036 view, then using right-click on a mimeview's
4037 mimepart. Probably fixes bug 1711, 'Save-as
4040 2008-10-24 [paul] 3.6.1cvs12
4043 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
4044 * tools/kdeservicemenu/install.sh
4045 another, possibly the final?, attempt on getting this
4048 2008-10-24 [paul] 3.6.1cvs11
4050 * tools/kdeservicemenu/install.sh
4051 fix servicemenu installation directory on kde4
4053 2008-10-24 [paul] 3.6.1cvs10
4055 * tools/kdeservicemenu/README
4056 * tools/kdeservicemenu/install.sh
4057 add support for kde4 in addition to kde3.
4058 a rework involving checking for kde4-config, then
4059 kde-config, finally prompting the user for the
4060 location of either if they cannot be found
4063 2008-10-18 [paul] 3.6.1cvs9
4065 * tools/claws.i18n.status.pl
4066 updated with latest translator info.
4067 only print for languages defined in %langname
4069 2008-10-17 [paul] 3.6.1cvs8
4071 * src/plugins/pgpcore/sgpgme.c
4072 when listing the uid's, show the uid validity
4074 2008-10-16 [paul] 3.6.1cvs7
4079 2008-10-13 [wwp] 3.6.1cvs6
4082 Updated French translation.
4084 2008-10-11 [colin] 3.6.1cvs5
4087 Fix bug 1756, "Outdated translators list in About
4088 dialogue". Patch by Aleksei Miheev.
4090 2008-10-11 [colin] 3.6.1cvs4
4100 * src/prefs_account.c
4101 * src/send_message.c
4102 * src/send_message.h
4106 * src/common/claws.c
4108 * src/common/session.c
4109 * src/common/session.h
4112 * src/common/socket.c
4113 * src/common/socket.h
4116 * src/common/ssl_certificate.c
4117 * src/common/ssl_certificate.h
4119 * src/gtk/sslcertwindow.c
4120 * src/gtk/sslcertwindow.h
4123 2008-10-11 [colin] 3.6.1cvs3
4125 * src/common/ssl_certificate.c
4126 Make local function static
4128 2008-10-10 [colin] 3.6.1cvs2
4131 * src/common/ssl_certificate.c
4132 * src/gtk/sslcertwindow.c
4133 Add offline certificate verification,
4134 thanks to Nikos Mavrogiannopoulos for the
4137 2008-10-10 [colin] 3.6.1cvs1
4139 * src/common/ssl_certificate.c
4140 * src/gtk/sslcertwindow.c
4143 2008-10-10 [paul] 3.6.1
4145 * m4/spamassassin.m4
4146 remove openssl dross
4153 2008-10-10 [colin] 3.6.0cvs25
4156 Tell libetpan it doesn't need to init
4159 2008-10-10 [colin] 3.6.0cvs24
4162 Remove references to openssl
4164 2008-10-09 [colin] 3.6.0cvs23
4169 2008-10-09 [colin] 3.6.0cvs22
4172 Error out when building against openssl
4174 2008-10-09 [colin] 3.6.0cvs21
4181 Disable OpenSSL due to requirement of
4182 OpenSSL exception. Code not removed yet,
4183 just in case, but disabled.
4185 2008-10-09 [colin] 3.6.0cvs20
4195 * src/prefs_ext_prog.c
4197 * src/prefs_image_viewer.c
4201 * src/gtk/Makefile.am
4203 * src/gtk/gtksourceprintjob.c
4204 * src/gtk/gtksourceprintjob.h
4205 Revert previous patch. It'd be better to remove
4206 OpenSSL instead, as GnuTLS works as well.
4208 2008-10-09 [colin] 3.6.0cvs19
4218 * src/prefs_ext_prog.c
4220 * src/prefs_image_viewer.c
4224 * src/gtk/Makefile.am
4226 * src/gtk/gtksourceprintjob.c
4227 * src/gtk/gtksourceprintjob.h
4228 Remove the libgnomeprint interface (deprecated,
4229 and fixes Debian's #501570, 'Copyright confusion')
4231 2008-10-09 [colin] 3.6.0cvs18
4234 Require libetpan 0.57 (important fixes)
4236 2008-10-08 [paul] 3.6.0cvs17
4238 * src/prefs_filtering_action.c
4239 * src/prefs_matcher.c
4240 enable re-ordering of the filtering/processing
4241 condition and actions lists by drag'n'drop
4243 2008-10-08 [colin] 3.6.0cvs16
4246 Fix wrong menu title
4248 2008-10-07 [colin] 3.6.0cvs15
4251 After thinking, revert this. It's only a minor
4252 annoyance to GSSAPI users, and I can't test this
4253 right now. Postponed until after next good release.
4255 2008-10-07 [colin] 3.6.0cvs14
4258 Don't ask for a password when using GSSAPI
4260 2008-10-07 [colin] 3.6.0cvs13
4263 Fix build with GTK+ < 2.14
4265 2008-10-07 [colin] 3.6.0cvs12
4269 * src/prefs_common.c
4270 * src/prefs_common.h
4272 * src/gtk/colorlabel.c
4273 Fix bug 1749, 'Shortcut keys for color labels
4275 Make fullscreen a setting remembered between
4278 2008-10-07 [colin] 3.6.0cvs11
4281 Fix bug 1747, 'Wanderlust keybindings no longer
4282 working (regression)'
4284 2008-10-07 [colin] 3.6.0cvs10
4287 Make fullscreen a real menu item
4289 2008-10-07 [colin] 3.6.0cvs9
4292 Make sure we won't save size when
4295 2008-10-06 [colin] 3.6.0cvs8
4299 Handle fullscreen via F11. Patch by
4302 2008-10-06 [colin] 3.6.0cvs7
4305 Fix return value when setting client cert
4307 2008-10-04 [colin] 3.6.0cvs6
4310 Fix bug 1742, 'Attachment list contents not
4313 2008-10-04 [paul] 3.6.0cvs5
4316 fix failure of Hide toolbar option on restart
4318 2008-10-04 [colin] 3.6.0cvs4
4325 Maemo: Fix bug 1737, Crashes upon opening
4327 2008-10-04 [paul] 3.6.0cvs3
4330 submitted (just a little late) by Frederico
4333 2008-10-03 [wwp] 3.6.0cvs2
4336 Many fixes, mostly in menus and accelerators.
4338 2008-10-03 [colin] 3.6.0cvs1
4341 Allow network mounts with new GTKs: they're
4342 available via FUSE mounts and we don't need
4345 2008-10-03 [paul] 3.6.0
4352 2008-10-03 [paul] 3.5.0cvs145
4359 new translations. added by Yasen Pramatarov,
4360 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
4369 updated translations. submitted by Miquel Oliete,
4370 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
4371 Andrea Spadaccini, Emilian Nowak, and Ralph Young
4373 2008-10-02 [colin] 3.5.0cvs144
4375 * src/common/session.c
4376 Fix crash when connection fails on windows
4378 2008-10-01 [colin] 3.5.0cvs143
4381 Real fix for FS-unsafe chars on win32
4383 2008-10-01 [colin] 3.5.0cvs142
4386 Encode prohibited filenames on win32
4388 2008-09-30 [mones] 3.5.0cvs141
4392 * src/prefs_themes.c
4394 Fix output of some debug messages
4396 2008-09-30 [colin] 3.5.0cvs140
4403 * src/prefs_themes.c
4407 * src/common/utils.c
4408 * src/gtk/sslcertwindow.c
4409 Win32: Fix time usage; use g_stat
4411 2008-09-29 [colin] 3.5.0cvs139
4413 * src/common/utils.c
4414 Fix case-sensitive match of subject
4417 2008-09-29 [colin] 3.5.0cvs138
4419 * src/folder_item_prefs.c
4420 * src/folder_item_prefs.h
4422 * src/prefs_folder_item.c
4423 * src/prefs_matcher.c
4425 * src/common/string_match.c
4426 * src/common/utils.c
4427 Fix a huge leak (dozens of megs per folder
4428 change) on Windows: disable regexps
4430 2008-09-28 [paul] 3.5.0cvs137
4435 2008-09-27 [colin] 3.5.0cvs136
4439 Add accessor for cur_account
4441 2008-09-27 [colin] 3.5.0cvs135
4444 Fix crash when error happen on session establishment
4446 2008-09-26 [mones] 3.5.0cvs134
4451 2008-09-26 [colin] 3.5.0cvs133
4453 * src/plugins/pgpcore/claws.def
4456 2008-09-26 [colin] 3.5.0cvs132
4458 * src/prefs_common.c
4459 * src/prefs_common.h
4460 * src/plugins/pgpcore/pgp_viewer.c
4461 Add an accessor to prefs_common for plugins
4464 2008-09-25 [colin] 3.5.0cvs131
4467 Fix bug 1725, 'useless lines in clawsrc'
4468 * src/plugins/smime/mypgpcore.def
4469 Add a missing symbol
4471 2008-09-25 [paul] 3.5.0cvs130
4473 * src/plugins/smime/mypgpcore.def
4474 * src/plugins/smime/plugin.def
4475 * src/plugins/smime/version.rc
4476 add these windows-specific files
4479 2008-09-25 [colin] 3.5.0cvs129
4482 Load standard plugins only on first run
4484 2008-09-25 [colin] 3.5.0cvs128
4489 2008-09-24 [colin] 3.5.0cvs127
4492 Add nb_NO's charset (iso-8859-1)
4494 2008-09-24 [colin] 3.5.0cvs126
4496 * src/common/utils.c
4497 Fix get_mail_base_dir() on windows
4498 (was synced from main ages ago)
4500 2008-09-24 [colin] 3.5.0cvs125
4504 Integrate better with Windows' style
4506 2008-09-23 [paul] 3.5.0cvs124
4511 offer these strings to translators too
4513 2008-09-23 [colin] 3.5.0cvs123
4516 Add a --disable-dbus flag in case we want
4517 no DBUS even if headers are available (like
4518 for building gpg4win)
4521 * src/prefs_logging.c
4522 * src/common/utils.c
4523 * src/plugins/pgpcore/sgpgme.c
4524 * src/plugins/smime/claws.def
4526 - disable filtering log (it's crashy for
4528 - fix gmtime_r when time is -1 (before 01/01/70)
4529 - add symbols for smime
4531 2008-09-22 [colin] 3.5.0cvs122
4533 * src/common/utils.c
4537 Fix cursor position after changing account
4541 Fix absolute path detection
4543 2008-09-21 [colin] 3.5.0cvs121
4545 * src/gtk/gtkaspell.c
4546 Don't try to use empty dictionaries
4548 2008-09-20 [colin] 3.5.0cvs120
4551 Add the new files to the translations
4553 2008-09-20 [colin] 3.5.0cvs119
4556 * src/plugins/Makefile.am
4557 * src/plugins/smime/Makefile.am
4558 * src/plugins/smime/plugin.c
4559 * src/plugins/smime/smime.c
4560 * src/plugins/smime/smime.deps
4561 * src/plugins/smime/smime.h
4562 Include S/Mime plugin in the main plugins
4563 Will ease the Gpg4win team's work
4565 2008-09-20 [colin] 3.5.0cvs118
4572 * src/common/socket.c
4573 * src/gtk/gtkutils.c
4574 * src/plugins/pgpcore/claws.def
4575 Windows: more fixes, thanks to wwp and
4578 2008-09-20 [colin] 3.5.0cvs117
4581 Tell on which server errors happened
4583 2008-09-20 [colin] 3.5.0cvs116
4585 * src/etpan/etpan-thread-manager.c
4586 * src/etpan/imap-thread.c
4587 * src/etpan/nntp-thread.c
4588 Windows: Fix hang on IMAP/NNTP
4590 2008-09-20 [colin] 3.5.0cvs115
4592 * src/common/utils.c
4593 Fix bug 1723, "Buffer overflow crash caused by
4594 preview in 'Date format help' dialog box"
4595 Also, optimise fast_strftime a bit :)
4597 2008-09-18 [colin] 3.5.0cvs114
4601 Check for NULLs before str* functions
4603 2008-09-18 [colin] 3.5.0cvs113