1 2011-01-06 [colin] 3.7.8cvs31
12 Unmime headers differently whether they're addresses or not:
13 It's useless to quote things containing commas if it's in
14 subject, for example. (introduced in 3.7.8cvs26)
16 2011-01-06 [colin] 3.7.8cvs30
19 Complete previous patch
21 * src/plugins/pgpinline/pgpinline.c
24 2011-01-06 [paul] 3.7.8cvs29
30 add Lithuanian translation (approx. 65% complete)
31 submitted by Mindaugas Baranauskas
33 2011-01-06 [pawel] 3.7.8cvs28
41 * src/plugins/pgpinline/pgpinline.c
42 * src/plugins/pgpmime/pgpmime.c
43 * src/plugins/smime/smime.c
44 Fix memory/file descriptors leaks
46 2011-01-06 [paul] 3.7.8cvs27
48 * src/plugins/pgpcore/sgpgme.c
49 fix bug #2322, 'GPG Full info: showing subkey
50 ID instead of primary key fingerprint'
51 Patch by Sébastien Bigaret.
53 2011-01-03 [colin] 3.7.8cvs26
56 Better quote-checking when unmim-ing headers
59 2011-01-03 [colin] 3.7.8cvs25
62 Fix bug #2299, "Incorrect handling of quoted printable coma
63 in headers". As this is really painful to fix by switching
64 the whole stuff to a list of headers tokens, we workaround
65 the problem by adding quotes around the encoded-word (making
66 it a quoted-string which continuity is already handled).
68 2011-01-03 [colin] 3.7.8cvs24
73 2010-12-23 [colin] 3.7.8cvs23
76 Finish fixing bug #2203: When forwarding (inline) and there
77 are some text/* parts with no name, set them a name and
78 set their disposition to attachment, so that recipients with
79 MUAs preferring HTML parts don't show them by default.
81 2010-12-22 [paul] 3.7.8cvs22
84 fix missing file in 3.7.8cvs20
86 2010-12-22 [colin] 3.7.8cvs21
90 Implement a nicer scroll when drag and dropping
92 2010-12-22 [colin] 3.7.8cvs20
95 Store charset if available when attaching text/* parts
96 Fixes bug #2203, 'Problems in forwarding multipart/
97 alternative messages with HTML part'
99 2010-12-22 [colin] 3.7.8cvs19
104 2010-12-21 [colin] 3.7.8cvs18
108 * src/common/session.c
109 * src/common/session.h
110 Differentiate between running sessions and connected
111 sessions. Fixes bug #2332, "Crash when hitting cancel
112 on the SMTP status window"
114 2010-12-21 [colin] 3.7.8cvs17
116 * src/etpan/etpan-thread-manager.c
119 2010-12-21 [colin] 3.7.8cvs16
122 Check whether we should continue loading the
123 current textview after inserting a possibly
126 2010-12-20 [colin] 3.7.8cvs15
130 Removed. Dead code since ages!
132 * src/gtk/gtkcmclist.c
133 * src/gtk/gtkcmctree.c
134 * src/gtk/gtksctree.c
135 undefine *_DISABLE_DEPRECATED in the files that
136 use deprecated interfaces. Implicit declarations
137 can lead to crashes as prototypes are unknown, as
138 evidenced by bug #2315.
140 2010-12-20 [colin] 3.7.8cvs14
143 Don't flush events when adding an header entry. This
144 can mess up the keypresses in the previous header.
145 Instead, make the scroll happen later (doing it on the
146 spot without flushing events doesn't work as the new
147 requisitions aren't set yet).
149 2010-12-20 [colin] 3.7.8cvs13
152 Don't iconify at start on w32. This un-iconifies in the
155 2010-12-20 [colin] 3.7.8cvs12
157 * src/common/base64.c
158 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
159 Patch by pochini at shiny.it
161 2010-12-19 [colin] 3.7.8cvs11
166 2010-12-18 [colin] 3.7.8cvs10
169 Fix bug #2148, "Attachment content-transfer-encoding
170 incorrectly set when signing emails". The RFC 2045
171 states that message/* and multipart/* encoding must
172 be either 7-bit, 8-bit or binary.
174 2010-12-18 [mones] 3.7.8cvs9
177 Fix crash when searching or adding a LDAP server
179 2010-12-17 [colin] 3.7.8cvs8
188 Better error logging. Disable LDAP SSL/TLS on
189 Windows, it's crashy/non-worky.
191 2010-12-17 [colin] 3.7.8cvs7
194 Fix bug #2325, "messages remains in folder cache after moving
195 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
197 2010-12-17 [colin] 3.7.8cvs6
209 Windows build fixes (w32 LDAP completely untested!)
211 2010-12-16 [colin] 3.7.8cvs5
221 Try to rationalize a bit LDAP connections
223 2010-12-16 [colin] 3.7.8cvs4
225 * src/prefs_spelling.c
227 Add a button to get dictionaries (win32)
229 2010-12-16 [colin] 3.7.8cvs3
231 * src/prefs_matcher.c
232 Fix bug #2279, "crash when clicking 'define' in filter
233 configuring". Thanks to Theodor Ciobanu for the hint at
236 2010-12-14 [colin] 3.7.8cvs2
238 * src/gtk/gtkaspell.c
239 Add missing guard for sys/wait.h
241 2010-12-05 [colin] 3.7.8cvs1
243 * tools/make.themes.project
244 Seems wget has changed naming of targets downloaded.
245 Fix it by always providing our own name.
246 [Pushing mones' patch again after messing with CVSROOT]
248 2010-12-04 [paul] 3.7.8
254 2010-12-03 [paul] 3.7.7cvs11
257 * manual/xml2pdf ** REMOVED **
258 * manual/dist/pdf/Makefile.am
259 * manual/es/dist/pdf/Makefile.am
260 * manual/fr/dist/pdf/Makefile.am
261 * manual/pl/dist/pdf/Makefile.am
262 simplify check for tools needed for manual building,
263 remove xml2pdf and use docbook2pdf instead
265 2010-12-03 [mir] 3.7.7cvs10
268 Fix bug so that configure option --disable-manual
269 actually disable building the manuals
271 2010-12-01 [pawel] 3.7.7cvs9
274 One more GTK+ 2.22 build fix
276 2010-11-30 [colin] 3.7.7cvs8
279 Fix bug #2317, 'Action results in "Bad file descriptor"'
280 Introduced in 3.7.6cvs57. In fact the error has been there
281 since ages, and only new thing is the verification of the
282 various functions return code. Let the stuff work as it
283 does, as it seems to do the right thing since ages.
285 2010-11-28 [colin] 3.7.7cvs7
287 * src/gtk/quicksearch.c
288 Fix bug #2313, 'CLI quicksearch sometimes returns
289 the same messages twice'. Patch by Sebastien Bigaret
291 2010-11-25 [paul] 3.7.7cvs6
294 make "gtk_can_change_accels" FALSE by default.
295 fixes bug #2309, 'Shortcuts should not be modifiable
298 2010-11-24 [mones] 3.7.7cvs5
301 Add missing shortcuts for marking as spam and ham
302 Fixes Debian bug #599547
304 2010-11-22 [colin] 3.7.7cvs4
307 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
308 five patches were needed to fix a corner case
309 is a good indicator that is was bound to break
312 2010-11-21 [colin] 3.7.7cvs3
314 * src/plugins/pgpcore/claws.def
317 2010-11-20 [wwp] 3.7.7cvs2
320 Fix either a typo or an irrelevant iff word there.
321 IMO type and recursive possible values should be changed to
322 smth simple and neat here, and help strings be really
325 2010-11-20 [colin] 3.7.7cvs1
328 Damn, forgot to commit this file twice.
330 2010-11-19 [paul] 3.7.7
336 2010-11-19 [paul] 3.7.6cvs66
349 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
350 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
351 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
353 2010-11-17 [colin] 3.7.6cvs65
356 Separate email address from timestamp with a dot.
359 2010-11-17 [colin] 3.7.6cvs64
362 Fix multiple @ in generated message-ids.
363 That's not allowed in RFC 2822.
365 2010-11-16 [mones] 3.7.6cvs63
367 * manual/es/advanced.xml
368 Synchronise with English version
370 2010-11-04 [wwp] 3.7.6cvs62
373 Fix bug 2293, "filtering: simplify expression", as simplifying
374 this expression doesn't make it less easy to understand and we
375 gain few cycles by making the logical expression more simple
376 by applying. Patch by Nicolas Kaiser.
378 2010-11-03 [colin] 3.7.6cvs61
381 Fix bug 2294, "addrindex.c: address index conversion always
382 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
384 2010-11-02 [wwp] 3.7.6cvs60
389 Enlarge the progress bar (main window) a bit when compiling
390 for UMPCs like maemo: this solves truncated text that might
391 appear in the progress bar while processing messages.
392 Also use a more compact string format when displaying
393 progress like 'number/total', still for UMPCs, this fixes
394 a previous inconsistency with these format strings where
395 no space around the / were used sometimes.
397 2010-10-26 [ticho] 3.7.6cvs59
400 Recreate NNTP session if server port setting has changed. Fixes
403 2010-10-26 [colin] 3.7.6cvs58
407 Fix copy-paste error, thanks to David Relson
410 2010-10-18 [colin] 3.7.6cvs57
421 * src/gtk/quicksearch.c
422 * src/gtk/quicksearch.h
423 * src/plugins/pgpcore/passphrase.c
424 * src/plugins/spamassassin/libspamc.c
427 2010-10-17 [colin] 3.7.6cvs56
430 * src/gtk/gtkaspell.c
433 * src/gtk/inputdialog.c
434 * src/gtk/progressdialog.c
435 Undeprecate a few things
437 2010-10-17 [colin] 3.7.6cvs55
441 * src/gtk/quicksearch.c
442 * src/gtk/quicksearch.h
443 Add ability to search from the command-line.
444 Closes bug 2249, ' Making QuickSearch independent from the GUI'
445 Patch by Sebastien Bigarret.
447 2010-10-04 [mones] 3.7.6cvs54
449 * manual/dist/pdf/Makefile.am
450 Fix build of English PDF manual
451 (sh: Can't open ../../../xml2pdf)
453 2010-10-03 [colin] 3.7.6cvs53
460 Get rid of GRelation which were, mostly, used as
461 GHashTables. Probably fixes bug #2277, 'Segfault when
462 loading inbox for the first time'
464 2010-10-03 [mir] 3.7.6cvs52
466 * manual/de/dist/html/Makefile.am
467 * manual/de/dist/pdf/Makefile.am
468 * manual/de/dist/ps/Makefile.am
469 * manual/de/dist/txt/Makefile.am
470 * manual/dist/html/Makefile.am
471 * manual/dist/pdf/Makefile.am
472 * manual/dist/ps/Makefile.am
473 * manual/dist/txt/Makefile.am
474 * manual/es/dist/html/Makefile.am
475 * manual/es/dist/pdf/Makefile.am
476 * manual/es/dist/ps/Makefile.am
477 * manual/es/dist/txt/Makefile.am
478 * manual/fr/dist/html/Makefile.am
479 * manual/fr/dist/pdf/Makefile.am
480 * manual/fr/dist/ps/Makefile.am
481 * manual/fr/dist/txt/Makefile.am
482 * manual/pl/dist/html/Makefile.am
483 * manual/pl/dist/pdf/Makefile.am
484 * manual/pl/dist/ps/Makefile.am
485 * manual/pl/dist/txt/Makefile.am
486 Missing Makefile.am's for 3.7.6cvs49
489 2010-10-03 [colin] 3.7.6cvs51
494 2010-10-02 [mir] 3.7.6cvs50
496 * manual/de/dist/html/Makefile.am
497 * manual/de/dist/pdf/Makefile.am
498 * manual/de/dist/ps/Makefile.am
499 * manual/de/dist/txt/Makefile.am
500 * manual/dist/html/Makefile.am
501 * manual/dist/pdf/Makefile.am
502 * manual/dist/ps/Makefile.am
503 * manual/dist/txt/Makefile.am
504 * manual/es/dist/html/Makefile.am
505 * manual/es/dist/pdf/Makefile.am
506 * manual/es/dist/ps/Makefile.am
507 * manual/es/dist/txt/Makefile.am
508 * manual/fr/dist/html/Makefile.am
509 * manual/fr/dist/pdf/Makefile.am
510 * manual/fr/dist/ps/Makefile.am
511 * manual/fr/dist/txt/Makefile.am
512 * manual/pl/dist/html/Makefile.am
513 * manual/pl/dist/pdf/Makefile.am
514 * manual/pl/dist/ps/Makefile.am
515 * manual/pl/dist/txt/Makefile.am
516 Part 2 of last commit which broke due to a permission error
517 Avoid claws trying to build manuals if the required
518 tools are not present.
520 2010-10-02 [mir] 3.7.6cvs49
523 * manual/de/dist/html/Makefile.am
524 * manual/de/dist/pdf/Makefile.am
525 * manual/de/dist/ps/Makefile.am
526 * manual/de/dist/txt/Makefile.am
527 * manual/dist/html/Makefile.am
528 * manual/dist/pdf/Makefile.am
529 * manual/dist/ps/Makefile.am
530 * manual/dist/txt/Makefile.am
531 * manual/es/dist/html/Makefile.am
532 * manual/es/dist/pdf/Makefile.am
533 * manual/es/dist/ps/Makefile.am
534 * manual/es/dist/txt/Makefile.am
535 * manual/fr/dist/html/Makefile.am
536 * manual/fr/dist/pdf/Makefile.am
537 * manual/fr/dist/ps/Makefile.am
538 * manual/fr/dist/txt/Makefile.am
539 * manual/pl/dist/html/Makefile.am
540 * manual/pl/dist/pdf/Makefile.am
541 * manual/pl/dist/ps/Makefile.am
542 * manual/pl/dist/txt/Makefile.am
543 1) Downgrade autoconf requirements to 2.59 to allow
544 building on oldest supported Linux distributions.
545 2) Only try to build manuals if the needed software
548 2010-10-02 [colin] 3.7.6cvs48
550 * src/plugins/trayicon/trayicon.c
551 And fix theme updating.
553 2010-10-02 [colin] 3.7.6cvs47
555 * src/plugins/trayicon/trayicon.c
556 Got burnt by wrong indentation!
558 2010-10-02 [colin] 3.7.6cvs46
561 Forgot to remove the directory from top-level
563 2010-10-02 [colin] 3.7.6cvs45
565 * src/plugins/trayicon/Makefile.am
566 * src/plugins/trayicon/trayicon.c
567 * src/plugins/trayicon/libeggtrayicon/.cvsignore
568 * src/plugins/trayicon/libeggtrayicon/Makefile.am
569 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
570 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
571 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
572 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
573 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
574 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
575 * src/plugins/trayicon/libeggtrayicon/xembed.h
576 Finally get rid of Eggtrayicon, use GtkStatusIcon
577 instead (which can be done safely now that we
580 2010-10-02 [colin] 3.7.6cvs44
588 * src/editaddress_other_attributes_ldap.c
591 * src/grouplistdialog.c
597 * src/message_search.c
600 * src/summary_search.c
603 * src/etpan/imap-thread.c
605 * src/gtk/gtkcmclist.c
606 * src/gtk/gtkcmoptionmenu.c
609 * src/gtk/gtkvscrollbutton.c
610 * src/plugins/pgpcore/select-keys.c
611 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
612 Undeprecate for GTK+2.22. Patch by Reed Loden.
613 Fixes bug #2276, 'Compile in maintainer mode
616 2010-10-02 [colin] 3.7.6cvs43
619 It's now time to remove the temporary enable-openssl
620 option that was used when we removed OpenSSL. See
621 bug #2276 comment #14.
623 2010-09-30 [wwp] 3.7.6cvs42
625 * src/prefs_account.c
626 * src/prefs_filtering_action.c
627 * src/prefs_matcher.c
628 Fix bug #2274, wrong color label index range
629 used w/ gtk_cmoption_menu (behaviour change
630 has been introduced w/ 3.5.0cvs49 apparently),
631 now it must be 1..N so let's use colorlabel value
635 2010-09-20 [pawel] 3.7.6cvs41
642 2010-09-19 [pawel] 3.7.6cvs40
647 Set ML menus sensitivity accordingly to
648 possibility of reply to ML
650 2010-09-19 [colin] 3.7.6cvs39
653 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
654 to newsgroups, and NNTP accounts *can* send email. We
655 should not force an email account when replying to_ml or
658 2010-09-19 [colin] 3.7.6cvs38
661 Revert previous commit (which breaks Reply to newsgroups)
663 2010-09-17 [pawel] 3.7.6cvs37
666 Respect reply_account_autosel when changing compose
667 account to email one while replying to NNTP post
669 2010-09-17 [wwp] 3.7.6cvs36
671 * doc/man/claws-mail.1
672 Update --compose documentation in `man claws-mail`.
674 2010-09-12 [pawel] 3.7.6cvs35
677 Add forgotten bit to previous commit,
678 select email account when replying to ML
680 2010-09-12 [pawel] 3.7.6cvs34
683 Fix bug #2247 "nntp reply-to-all broken?"
684 Make reply-to-all and reply-to-ml work as expected in
685 mailing list through NNTP case
687 2010-09-11 [pawel] 3.7.6cvs33
692 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
693 fixes build with GTK+ < 2.18
695 2010-09-10 [pawel] 3.7.6cvs32
700 Make Tab key switch between FolderView, MsgView and
701 SummaryView only, other widgets have/can have their own
704 2010-08-25 [colin] 3.7.6cvs31
709 * src/common/base64.c
710 * src/common/base64.h
711 Fix bug #2245, "base64 decoding fails with line breaks"
712 Patch by Yotam Medini
714 2010-08-25 [colin] 3.7.6cvs30
717 Fix bug #2241, "Empty trash on exit fails on scripted exit"
719 2010-08-23 [pawel] 3.7.6cvs29
725 Hide progressbar on statusbar when not needed
727 2010-08-17 [colin] 3.7.6cvs28
730 Fix previous patch (our own tmp dir is inside
733 2010-08-16 [colin] 3.7.6cvs27
736 Use temp dir to store logs in Windows. Avoids doing
737 get_rc_dir() early, which prevents set_rc_dir()
740 2010-07-31 [holger] 3.7.6cvs26
742 * src/gtk/gtkshruler.c
743 Yet more GdkGC to Cairo porting
745 2010-07-30 [holger] 3.7.6cvs25
748 More GdkGC to Cairo porting
750 2010-07-30 [holger] 3.7.6cvs24
752 * src/gtk/colorlabel.c
755 2010-07-29 [holger] 3.7.6cvs23
758 Replace some gdk drawing with cairo, as the former
759 is going towards deprecation.
761 2010-07-25 [colin] 3.7.6cvs22
764 And now for a real fix. g_list_remove() doesn't, of
765 course, free the data. But we have to have a solid
766 pointer to it in order to free it ourselves instead
767 of relying on the old freed list pointer.
768 Maybe that's the last patch on the subject now ? :)
770 2010-07-25 [colin] 3.7.6cvs21
773 Remove stupid and extraneous g_free() of elements
774 which have just been freed by g_list_remove(). (see
775 GList documentation). I don't know how it worked before
777 2010-07-25 [colin] 3.7.6cvs20
780 Reverse free/use with more logical and safe
781 use/free. Thanks to Michael Rasmussen !
783 2010-07-24 [colin] 3.7.6cvs19
785 * src/gtk/quicksearch.c
786 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
787 'freeze when using quick search'
789 2010-07-11 [iwkse] 3.7.6cvs18
791 * src/gtk/quicksearch.c
792 Add SMALL_LAYOUT to quicksearch_relayout
794 2010-07-10 [iwkse] 3.7.6cvs17
797 Remove forgotten variable from
798 the last bugfix #2224
800 2010-07-10 [colin] 3.7.6cvs16
803 * src/gtk/quicksearch.c
804 Clean fix for bug #2224: don't mess with GTK settings when
805 handling the layout ourselves is enough
807 2010-07-09 [iwkse] 3.7.6cvs15
811 Better fix for Bug #2224
813 2010-07-09 [iwkse] 3.7.6cvs14
817 Always use stock icons on buttons
819 2010-07-08 [colin] 3.7.6cvs13
822 Fix bug 2223, 'Compilation fails with GTK+
823 2.21.3'. Thanks to Jan Psota !
825 2010-06-29 [pawel] 3.7.6cvs12
828 Revert 3.7.5cvs41, it breaks templates that use %X
830 2010-06-23 [wwp] 3.7.6cvs11
832 * src/gtk/colorlabel.c
833 Silent up a warning by avoiding possible confusion
834 in logical expression evaluation, thanks to TuxCM.
836 2010-06-21 [iwkse] 3.7.6cvs10
838 * src/gtk/quicksearch.c
839 Do not add into quicksearch history
840 matching rules with bad syntax
842 2010-05-26 [holger] 3.7.6cvs9
846 Add function to select rows given a list of messages,
847 complementary to summary_get_selected_msg_list()
849 2010-05-22 [mir] 3.7.6cvs8
852 Fix bug 2208. Encode encrypted password to qouted
853 printable to avoid making invalid XML. Encoding
854 will be activated the first time the password is
857 2010-05-22 [paul] 3.7.6cvs7
859 * manual/advanced.xml
863 after using the compose margin for several days
864 I wanted the old style back - add a new hidden
865 pref 'show_compose_margin' to restore the old
866 behaviour (defaults to FALSE)
868 2010-05-14 [paul] 3.7.6cvs6
871 add a margin to the compose window text that matches
872 the margin in textview
874 2010-05-14 [colin] 3.7.6cvs5
876 * src/gtk/sslcertwindow.c
877 Fix dangling pointer. Thanks to Michael R!
879 2010-05-14 [colin] 3.7.6cvs4
881 * src/gtk/sslcertwindow.c
882 Fix bug 1993, 'Cannot send mail when SSL certificate is
883 expired but certificate check is skipped' and maybe
884 bug 2200, 'SSL is not working with POP3'
886 2010-05-14 [colin] 3.7.6cvs3
888 * src/plugins/pgpinline/pgpinline.c
889 Fix bug 2205, 'PGPInline: segfault on malformed mails'
891 2010-05-04 [iwkse] 3.7.6cvs2
893 * src/prefs_message.c
894 Get a generic name as 'Quotation' for
897 2010-05-04 [iwkse] 3.7.6cvs1
899 * src/prefs_message.c
904 Option for collapsing via double-click
906 2010-05-01 [paul] 3.7.6
912 2010-05-01 [paul] 3.7.5cvs55
914 * tools/claws.i18n.status.pl
917 2010-05-01 [paul] 3.7.5cvs54
920 add YUP, new Ukrainian translator
922 2010-04-30 [paul] 3.7.5cvs53
926 add Ukrainian translation, submitted by YUP
935 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
936 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
937 Tiago Faria, and Slavko
939 2010-04-26 [wwp] 3.7.5cvs52
944 2010-04-26 [mones] 3.7.5cvs51
949 2010-04-22 [pawel] 3.7.5cvs50
954 first NULL check pointer, then use it
956 2010-04-22 [colin] 3.7.5cvs49
959 Fix error message when session isn't established
961 Update translation and fix a typo in it
963 2010-04-15 [pawel] 3.7.5cvs48
965 * src/prefs_account.c
966 Fix Bug 2144 'When creating an account with IMAP4+SSL,
967 the port isn't configured properly'
968 When using SSL/TLS tunneling automatically use default
969 ports for encrypted connections: smtps, pop3s, imaps, nntps
971 2010-04-15 [pawel] 3.7.5cvs47
974 Fix crasher in actions using '%f' argument
975 on multiple files with external scripts which
976 don't return any output.
978 2010-04-14 [colin] 3.7.5cvs46
981 Fix hand cursor after error symbol appears
983 2010-04-12 [colin] 3.7.5cvs45
986 Fix bug 2162, 'configure check for libetpan
987 fails with libetpan 1.0'
990 2010-04-09 [mones] 3.7.5cvs44
992 * manual/de/glossary.xml
993 Fix encoding to match main document's
994 Also fixes make dist with Debian's openjade
996 2010-03-29 [pawel] 3.7.5cvs43
998 * src/matcher_parser.h
999 * src/matcher_parser_parse.y
1000 * src/gtk/quicksearch.c
1001 Disable matcher warnings when populating quicksearch
1002 completion lists on startup
1004 2010-03-27 [colin] 3.7.5cvs42
1006 * src/gtk/quicksearch.c
1007 Fix double-free later in code. Optimize
1010 2010-03-27 [pawel] 3.7.5cvs41
1013 Make sure that quote ends with new line char
1015 2010-03-26 [pawel] 3.7.5cvs40
1020 Fix Bug 1928 Add "reply to this address" pop menu
1022 - Set composing account to email one when creating/replying
1023 from NNTP folder by clicking link or choosing option
1027 2010-03-25 [paul] 3.7.5cvs39
1029 * src/gtk/gtkcmclist.c
1030 Fix build with GTK+ 2.20
1032 2010-03-24 [pawel] 3.7.5cvs38
1037 * src/grouplistdialog.c
1041 * src/prefs_account.c
1042 * src/gtk/gtkcmclist.c
1043 * src/gtk/gtkcmctree.c
1044 * src/gtk/gtkcmoptionmenu.c
1045 * src/gtk/gtksctree.c
1046 * src/gtk/gtkshruler.c
1047 * src/gtk/gtkutils.c
1048 * src/gtk/gtkutils.h
1049 * src/gtk/gtkvscrollbutton.c
1050 * src/gtk/inputdialog.c
1051 * src/gtk/spell_entry.c
1052 * src/plugins/trayicon/trayicon.c
1053 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1054 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1055 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1056 Fix build with GTK+ 2.19
1058 2010-03-23 [pawel] 3.7.5cvs37
1062 Respect view->show_col_headers option
1063 * src/gtk/gtkcmctree.c
1064 Fix GtkCmcTree column width calculation when it has
1065 auto_resize set and new node is added
1067 2010-03-22 [pawel] 3.7.5cvs36
1069 * src/grouplistdialog.c
1070 * src/prefs_common.c
1071 * src/prefs_common.h
1072 - remember newsgroups list dialog size
1073 - respect use_dotted_lines hidden pref
1074 - respect use_stripes_everywhere hidden pref
1076 2010-03-21 [pawel] 3.7.5cvs35
1079 Remove superfluous gtk_widget_show_all()
1082 * src/common/utils.c
1085 2010-03-21 [pawel] 3.7.5cvs34
1088 * src/gtk/quicksearch.c
1089 * src/gtk/quicksearch.h
1090 Implement separate search phrase completion for
1091 normal/extended quicksearch
1093 2010-03-11 [paul] 3.7.5cvs33
1096 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1097 submitted by Yuwei Yu
1099 2010-03-09 [colin] 3.7.5cvs32
1101 * manual/de/glossary.xml
1104 2010-03-02 [colin] 3.7.5cvs31
1106 * manual/de/glossary.xml
1107 Sort alphabetically. Done by Volker Ribbert.
1109 2010-03-02 [mones] 3.7.5cvs30
1112 Fix mailing list archives location
1113 Remove currently unavailable CVS webview
1115 2010-03-01 [iwkse] 3.7.5cvs29
1117 * src/common/plugin.c
1118 Other indentation issues
1120 2010-03-01 [iwkse] 3.7.5cvs28
1122 * src/common/plugin.c
1123 Fix indentation of the previous commit
1125 2010-03-01 [iwkse] 3.7.5cvs27
1127 * src/common/plugin.h
1128 * src/common/plugin.c
1129 Add API for getting a loaded Plugin from the
1130 plugin's name, plugin_get_loaded_by_name (const gchar *name)
1131 Thanks to Colin, Michael
1133 2010-02-27 [colin] 3.7.5cvs26
1138 * manual/Makefile.am
1139 * manual/de/Makefile.am
1140 * manual/de/account.xml
1142 * manual/de/addrbook.xml
1143 * manual/de/advanced.xml
1144 * manual/de/claws-mail-manual.xml
1146 * manual/de/glossary.xml
1148 * manual/de/handling.xml
1149 * manual/de/intro.xml
1150 * manual/de/keyboard.xml
1151 * manual/de/plugins.xml
1152 * manual/de/starting.xml
1153 * manual/de/dist/.cvsignore
1154 * manual/de/dist/Makefile.am
1155 * manual/de/dist/html/.cvsignore
1156 * manual/de/dist/html/Makefile.am
1157 * manual/de/dist/pdf/.cvsignore
1158 * manual/de/dist/pdf/Makefile.am
1159 * manual/de/dist/ps/.cvsignore
1160 * manual/de/dist/ps/Makefile.am
1161 * manual/de/dist/txt/.cvsignore
1162 * manual/de/dist/txt/Makefile.am
1163 Add the german translation of the manual, done by
1164 Volker Ribbert <thoraki@arcor.de>.
1166 2010-02-27 [holger] 3.7.5cvs25
1168 * src/prefs_toolbar.c
1169 Don't make toolbar item description for
1170 plugin registered items editable
1172 2010-02-26 [colin] 3.7.5cvs24
1175 Don't translate empty description
1177 2010-02-22 [colin] 3.7.5cvs23
1180 Don't make In-Reply-To visible when reediting
1181 a draft or sent mail.
1183 2010-02-20 [colin] 3.7.5cvs22
1189 * src/etpan/imap-thread.c
1190 * src/etpan/imap-thread.h
1191 * src/etpan/nntp-thread.c
1192 * src/etpan/nntp-thread.h
1193 When going offline from NetworkManager, just
1194 delete IMAP connections. That'll avoid timeouts
1195 when coming back online in certain cases when
1196 the TCP socket will have timed out.
1198 2010-02-20 [holger] 3.7.5cvs21
1201 More files to ignore
1203 2010-02-17 [ticho] 3.7.5cvs20
1210 2010-02-16 [ticho] 3.7.5cvs19
1215 Removed unused argument from summary_open_row().
1217 2010-02-10 [pawel] 3.7.5cvs18
1220 - fix headers filtering when prefs_common.trans_hdr is on
1221 - fix headers setting when changing composing account
1223 * src/prefs_template.c
1224 Re-add template's name for translation
1226 2010-02-10 [colin] 3.7.5cvs17
1228 * src/prefs_matcher.c
1229 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1230 Condition>Define>Header>Name combo box'. Patch by
1233 2010-02-10 [colin] 3.7.5cvs16
1243 Add the GB18030 Chinese charset, which is a superset
1244 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1246 2010-02-09 [holger] 3.7.5cvs15
1249 GTK+ 2.10 related cleanup
1251 2010-02-09 [pawel] 3.7.5cvs14
1253 * src/prefs_account.c
1254 * src/prefs_folder_item.c
1255 * src/prefs_template.c
1257 Respect prefs_common.trans_hdr in couple more places to avoid
1258 confusion with translated/non-translated header names
1260 2010-02-09 [colin] 3.7.5cvs13
1265 2010-02-09 [colin] 3.7.5cvs12
1268 And fix 2.10 build :)
1270 2010-02-09 [colin] 3.7.5cvs11
1273 Bump up GTK+ requirement to 2.10
1282 * src/prefs_actions.c
1283 * src/prefs_common.c
1284 * src/prefs_common.h
1285 * src/prefs_ext_prog.c
1286 * src/prefs_filtering_action.c
1288 * src/prefs_image_viewer.c
1289 * src/prefs_matcher.c
1290 * src/prefs_msg_colors.c
1291 * src/prefs_summaries.c
1292 * src/prefs_template.c
1298 * src/gtk/Makefile.am
1300 * src/gtk/gtkcmclist.c
1301 * src/gtk/gtkcmctree.c
1302 * src/gtk/gtkutils.c
1303 * src/gtk/quicksearch.c
1304 Remove all compile-time conditionals depending on
1308 * src/gtk/gtksourceprintjob.c
1309 * src/gtk/gtksourceprintjob.h
1310 Remove libgnomeprint-based printing system (and
1311 command-line-based printing system) as GTK+ 2.10
1312 ships with print support.
1314 2010-02-08 [mir] 3.7.5cvs10
1317 Avoid displaying Bcc headers in message sent
1318 to NNTP servers. Thanks to Henning Mersch.
1321 2010-02-08 [pawel] 3.7.5cvs9
1324 Make tooltips less cryptic
1325 * src/gtk/description_window.c
1326 Improve window size calculation
1328 2010-02-08 [pawel] 3.7.5cvs8
1332 * src/common/utils.c
1333 * src/common/utils.h
1335 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1336 Patch by Laurent Bigonville with slight modifications
1338 2010-02-03 [pawel] 3.7.5cvs7
1341 Add some libtool files to ignore
1343 2010-02-03 [pawel] 3.7.5cvs6
1345 * src/plugins/trayicon/trayicon.c
1346 Save and then restore focus when closing/minimizing to tray
1348 2010-02-03 [mir] 3.7.5cvs5
1356 Save LDAP password encrypted. See bug 2113.
1359 2010-02-03 [colin] 3.7.5cvs4
1362 Fix again decoding of encrypted parts. The
1363 reverting of the patch was wrong, as the
1364 double-decoding was fixed in smime itself.
1365 Thanks to Matthias Drochner again...
1367 2010-02-02 [colin] 3.7.5cvs3
1369 * src/plugins/smime/smime.c
1371 Revert 3.7.4cvs2 and make a better patch for bug
1372 2059 and 2076. Patch by Matthias Drochner
1374 2010-01-31 [pawel] 3.7.5cvs2
1377 Fix hungarian translator's name
1379 2010-01-31 [pawel] 3.7.5cvs1
1383 Fix Bug 2107 - Arrow keys don't work in message view window
1385 2010-01-31 [paul] 3.7.5
1392 2010-01-23 [pawel] 3.7.4cvs10
1395 Fix button sensitivity in compose mode
1397 2010-01-23 [pawel] 3.7.4cvs9
1400 * tools/kdeservicemenu/install.sh
1401 * tools/make.themes.project
1402 * tools/nautilus2claws-mail.sh
1403 * tools/popfile-link.sh
1404 * tools/textviewer.sh
1405 Not all systems have bash installed in /bin, use env(1) to find
1408 2010-01-22 [pawel] 3.7.4cvs8
1410 * src/prefs_account.c
1411 * src/prefs_filtering.c
1413 * src/gtk/colorlabel.c
1414 Add some separators in combos
1416 2010-01-22 [pawel] 3.7.4cvs7
1419 --disable-aspell -> --disable-enchant
1421 Fix options spacing in configure --help
1423 Make wizard's window centered on the screen
1425 2010-01-19 [holger] 3.7.4cvs6
1429 Introduce folder_get_item_from_identifier().
1430 In contrast to folder_find_item_from_identifier(), this
1431 function recursively creates the FolderItems in the id path.
1432 Useful for programmatically creating folders (e.g. by plugins)
1434 2010-01-17 [pawel] 3.7.4cvs5
1439 2010-01-16 [colin] 3.7.4cvs4
1441 * src/plugins/pgpcore/sgpgme.c
1442 Probably fix bug 2098, 'claws-mails crashes frequently
1443 with pgpcore'. Fix double-free.
1445 2010-01-16 [holger] 3.7.4cvs3
1447 * src/prefs_toolbar.h
1450 2010-01-15 [colin] 3.7.4cvs2
1453 Decode mimeinfo before decrypting it. Probably
1454 fixes bug 2059 'gpgme >=1.1.8 not compatible
1455 with S/MIME encryption' and bug 2076 'having
1456 worked 2 times properly CLAWS ceased to
1457 decrypt incoming PGP mails -displays base64
1458 instead - sucks completely'
1459 Let's hope complete suckage ends here!
1460 Thanks to Matthias Drochner.
1462 2010-01-08 [paul] 3.7.4cvs1
1464 * tools/claws.i18n.status.pl
1467 2010-01-08 [paul] 3.7.4
1474 2010-01-08 [paul] 3.7.3cvs57
1488 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1489 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1490 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1493 2010-01-08 [paul] 3.7.3cvs56
1495 * src/common/utils.c
1496 fix bug 2089, 'URLs ending with an underscore ('_')
1497 are not correctly parsed'. thanks to Johan
1499 2010-01-05 [colin] 3.7.3cvs55
1502 Update french translation
1504 2010-01-04 [mones] 3.7.3cvs54
1507 Update Spanish translation
1509 2010-01-04 [mones] 3.7.3cvs53
1511 * manual/plugins.xml
1513 * manual/es/claws-mail-manual.xml
1514 * manual/es/intro.xml
1515 * manual/es/plugins.xml
1516 Synchronise with English version
1518 2010-01-03 [paul] 3.7.3cvs52
1523 update TEAM_LIST, fix encoding
1525 2010-01-03 [mir] 3.7.3cvs51
1528 When composing to a NNTP list TO: will always be preset
1529 to the NNTP list unless user has chosen some other default
1530 in which case we will handle this the normal way. Therefore
1531 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1533 2010-01-01 [paul] 3.7.3cvs50
1536 bump copyright year whilst it's in mind
1538 2009-12-31 [paul] 3.7.3cvs49
1540 * manual/claws-mail-manual.xml
1542 * manual/plugins.xml
1543 fix links so that they make sense in the context of the
1544 text version of the manual
1546 2009-12-31 [paul] 3.7.3cvs48
1549 * manual/plugins.xml
1550 updates, improvements, corrections, additions
1552 2009-12-29 [pawel] 3.7.3cvs47
1554 * src/prefs_filtering_action.c
1555 Fix Bug 2082 'Wrong color rectangle position when replacing
1556 "color" processing rule'
1558 2009-12-29 [colin] 3.7.3cvs46
1561 Fix bug 2074, 'Remember sending account
1564 2009-12-20 [holger] 3.7.3cvs45
1567 Delay CREATED_HOOKLIST invokation until
1568 after the modifications to the compose window
1569 are done, to allow hooks to further modify the
1570 window without getting overridden again
1572 2009-12-20 [holger] 3.7.3cvs44
1574 * src/prefs_toolbar.h
1577 2009-12-20 [holger] 3.7.3cvs43
1579 * src/prefs_toolbar.c
1580 * src/prefs_toolbar.h
1582 Pass window struct to caller
1584 2009-12-20 [holger] 3.7.3cvs42
1588 Add hooklist after creation of a compose window
1590 2009-12-19 [holger] 3.7.3cvs41
1592 * src/prefs_toolbar.c
1593 * src/prefs_toolbar.h
1595 Allow plugins to choose to which toolbar they want
1596 to add actions (main window, compose window, or message view)
1598 2009-12-19 [paul] 3.7.3cvs40
1601 fix statusbar in GTK+ 2.19.1
1603 2009-12-10 [pawel] 3.7.3cvs39
1606 Better fix for cvs28 regression
1608 2009-12-10 [iwkse] 3.7.3cvs38
1611 Fix some indentation
1613 2009-12-10 [iwkse] 3.7.3cvs37
1616 Add missing checks for gtkaspell: avoid
1617 crashing in some cases when Enchant is
1618 enabled but the spell checker is disabled
1621 2009-12-09 [colin] 3.7.3cvs36
1624 Fix leak and unchecked accesses.
1626 2009-12-09 [mir] 3.7.3cvs35
1629 Fix Bug 2072 "template at folder properties is not working"
1630 introduced in cvs24.
1632 2009-12-08 [pawel] 3.7.3cvs34
1635 When 'Reply All' remove current compose address from
1636 Cc/Bcc list - fix for regression introduced in cvs28
1638 2009-12-05 [pawel] 3.7.3cvs33
1641 Fix memory management, duh!
1643 2009-12-04 [pawel] 3.7.3cvs32
1646 Use case insensitive comparison in search for
1649 Refresh scrollbars on every window open
1651 2009-12-04 [pawel] 3.7.3cvs31
1654 Highlight misspelled words when applying template and
1655 check_while_typing option is on
1657 2009-12-03 [pawel] 3.7.3cvs30
1660 Highlight misspelled words in text inserted from file(s)
1661 or pasted to message body when check_while_typing
1664 2009-12-02 [pawel] 3.7.3cvs29
1667 Revert first part of previous commit
1669 2009-12-02 [pawel] 3.7.3cvs28
1672 Fix Bug 2055 "duplicate mailing list reply if
1673 List-Post + Reply-To present"
1674 - Ignore Reply-To if answering to ML
1675 - Improve parsing of List-Post header
1677 2009-12-02 [pawel] 3.7.3cvs27
1681 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1682 email had user in "From" and "CC"
1683 Don't allow duplicate addresses in compose window headers
1685 2009-12-02 [mones] 3.7.3cvs26
1688 * manual/es/intro.xml
1689 * manual/fr/intro.xml
1690 * manual/it/intro.xml
1691 * manual/pl/intro.xml
1692 Make URL to point current site
1694 2009-12-01 [holger] 3.7.3cvs25
1698 Introduce new drag type "claws-mail/msg-path-list" for
1699 drag'n'drop of a message selection from the summaryview
1700 into other applications. The drag data gets set to the
1701 folder-item-id followed by message ids, separated by newlines.
1702 This enables other applications to back-link to Claws Mail
1703 via a "claws-mail --select" call after they received a drop.
1705 2009-11-30 [mir] 3.7.3cvs24
1708 Place cursor in compose window according to provided input
1709 If to: is present place cursor in subject field and if both
1710 to: and subject: is present place cursor in body. If body: is
1711 present insert a new line after text and place cursor there.
1713 2009-11-27 [mones] 3.7.3cvs23
1715 * src/gtk/quicksearch.c
1716 Allow viewing longer expressions if there's space
1718 2009-11-25 [holger] 3.7.3cvs22
1721 * src/common/Makefile.am
1722 * src/common/utils.c
1723 * src/common/utils.h
1724 Add a function to query the
1725 filepath of the .desktop file
1727 2009-11-25 [colin] 3.7.3cvs21
1730 Fix bug 2063, 'glib assertion in GRelation use in
1733 2009-11-24 [pawel] 3.7.3cvs20
1735 * src/common/utils.c
1736 Fix Bug 2053 'Inconsistent application of Coloration
1738 Don't allow '<' character between quotation marks
1740 2009-11-21 [holger] 3.7.3cvs19
1743 Modify cairo clip handling in preview windows,
1744 to prevent print preview windows from being blank
1745 with GTK+ 2.18. Follow recommendation of the GTK+
1746 documentation (section "Migrating to client side windows")
1747 and create a new cairo context for each expose event.
1749 2009-11-19 [pawel] 3.7.3cvs18
1752 complete 3.7.3cvs15 so install is DESTDIR safe
1753 remove icons with changed names on uninstall
1755 2009-11-18 [pawel] 3.7.3cvs17
1758 remove unneeded and code-duplicating function
1760 2009-11-18 [pawel] 3.7.3cvs16
1763 Fix Bug 2057 'Claws mail does not keep renamed names
1764 of nntp-subscribed groups'
1765 Check for already subscribed group using item->path for group
1766 comparision as folders item->path != item->name may be truth
1767 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1769 2009-11-17 [pawel] 3.7.3cvs15
1772 Fix Bug 2049 'some icons not copied?'
1773 Install additional 64x64 and 128x128 icons
1775 2009-11-17 [holger] 3.7.3cvs14
1777 * src/prefs_toolbar.c
1778 * src/prefs_toolbar.h
1781 Allow plugins to register toolbar items
1783 2009-11-11 [pawel] 3.7.3cvs13
1789 Fix Bug 1867 Changing account does not change BCC address
1790 Set account specific headers when changing account
1793 2009-11-07 [colin] 3.7.3cvs12
1795 * src/gtk/prefswindow.c
1796 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1799 2009-11-07 [colin] 3.7.3cvs11
1801 * src/gtk/spell_entry.c
1802 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1803 Patch by Pawel Pekala
1805 2009-10-27 [colin] 3.7.3cvs10
1808 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1809 Don't try to check whether the folder is up-to-date if
1810 the folder class doesn't implement set_mtime, as we don't
1811 care in this case. This code exists since a long time, but
1812 the bug was triggered by more scanning of queue folders
1813 since recently (when we added \Deleted handling).
1815 2009-10-27 [colin] 3.7.3cvs9
1818 Try to fix registering as default client
1821 2009-10-21 [wwp] 3.7.3cvs8
1823 * src/common/utils.c
1824 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1826 2009-10-21 [wwp] 3.7.3cvs7
1828 * src/common/utils.c
1829 Don't core dump when attempting to insert a non-existing
1830 file using a mailto: uri (g_error does core dump).
1832 2009-10-20 [colin] 3.7.3cvs6
1834 * src/common/utils.c
1835 Don't g_error on normal warnings...
1837 2009-10-20 [colin] 3.7.3cvs5
1839 * src/plugins/pgpcore/sgpgme.c
1840 Fix bug 1996, 'S/MIME key not selected'
1841 Check for S/MIME certs too
1843 2009-10-20 [colin] 3.7.3cvs4
1845 * src/common/w32lib.h
1846 Fix win32 build on latest mingw32
1848 2009-10-20 [colin] 3.7.3cvs3
1853 Fix LDIF export. Patch by Michael Rasmussen
1855 2009-10-18 [paul] 3.7.3cvs2
1857 * tools/claws.i18n.status.pl
1858 increase the value of $transolddays since we're relasing less
1860 rework the en_GB.po hack so that en_GB is always 100% translated
1861 and recently updated
1863 2009-10-17 [paul] 3.7.3cvs1
1865 * src/prefs_account.c
1866 * src/prefs_compose_writing.c
1867 * src/prefs_receive.c
1868 * src/prefs_summaries.c
1869 * src/prefs_wrapping.c
1870 reword a few labels. (this incorporates everything
1871 that seemed worthwhile from bug 2020)
1872 * src/prefs_customheader.c
1873 use a 'Browse' button instead of button with
1874 label 'From file...'
1878 * CVS repository change
1880 2009-10-09 [paul[ 3.7.3
1882 version 3.7.3 unleashed!!
1884 2009-10-07 [paul] 3.7.2cvs49
1889 fix Bug 1994 - Changing colors required restart.
1890 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1891 more accurate folderview_reinit_fonts()
1893 2009-10-07 [paul] 3.7.2cvs48
1896 * src/prefs_common.c
1897 * src/prefs_common.h
1898 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
1899 patch by Pawel Pekala
1901 2009-10-07 [paul] 3.7.2cvs47
1909 updated by David Vachulka, Stephan Sachse and Marc Arens,
1910 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1913 2009-10-06 [colin] 3.7.2cvs46
1916 French translation update
1918 2009-10-05 [paul] 3.7.2cvs45
1921 enable Page Size and Orientation in the print dialog,
1922 GTK+ >= 2.18.x only. Patch by Mark__T
1924 2009-10-05 [paul] 3.7.2cvs44
1926 * src/prefs_summaries.c
1927 fix label, startup --> start-up, to match other uses of the
1930 2009-10-05 [paul] 3.7.2cvs43
1933 updated by Emilian Nowak
1935 2009-10-03 [colin] 3.7.2cvs42
1939 * src/gtk/gtkcmclist.c
1940 * src/gtk/gtkvscrollbutton.c
1941 * src/gtk/logwindow.c
1943 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1944 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1945 Fix warning at start
1947 2009-09-28 [colin] 3.7.2cvs41
1951 * src/prefs_folder_item.c
1952 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1954 2009-09-28 [colin] 3.7.2cvs40
1956 * src/prefs_summaries.c
1957 * src/gtk/sslcertwindow.c
1958 Fix bug 2006, 'Non-utf8 strftime(3) date strings
1959 shows up garbled in GUI'. Patch by Pawel Pekala
1961 2009-09-24 [iwkse] 3.7.2cvs39
1964 That's only for statistics, of course :)
1966 2009-09-24 [iwkse] 3.7.2cvs38
1971 2009-09-24 [iwkse] 3.7.2cvs37
1974 Revert unwanted change
1976 2009-09-24 [iwkse] 3.7.2cvs36
1979 Fix issue with filtering actions and
1982 2009-09-20 [mones] 3.7.2cvs35
1984 * tools/convert_mbox.pl
1985 Add -R flag to support recursive conversions
1986 of arbitrary Evolution mail folders, based on
1987 bash script by Daniel Dickinson (fixes debian
1989 * tools/popfile-link.sh
1990 Set required shell for script (fixes debian
1993 2009-09-16 [colin] 3.7.2cvs34
1996 Go grab files in /etc/skel if they exist
1999 2009-09-15 [colin] 3.7.2cvs33
2002 Complete 3.7.1cvs42: only output directly to
2003 final file if we get NULL byes at the start.
2004 Still fixes saving UTF16 files, but also
2005 fixes displaying Base64 parts with decoding
2006 errors (parts without errors get displayed)
2008 2009-09-14 [colin] 3.7.2cvs32
2012 * src/matcher_parser_parse.y
2013 * src/prefs_matcher.c
2014 Add 'has_attachment' and 'signed' matcher
2015 expressions. Patch by Aleksei Miheev, fixes
2018 2009-09-14 [colin] 3.7.2cvs31
2020 * src/common/utils.c
2021 Add "Re :" prefix from french Yahoo mail.
2022 Patch by Didier Barvaux, fixes bug 1999
2024 2009-09-10 [mones] 3.7.2cvs30
2026 * manual/plugins.xml
2027 Fix sites supported by SpamReport
2028 * manual/es/plugins.xml
2029 Synchronise Spanish manual
2031 2009-09-07 [holger] 3.7.2cvs29
2034 Also update the icon cache on uninstall.
2035 This prevents possible problems when Claws Mail was
2036 uninstalled and installed again into a different location,
2037 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
2038 and the blog post linked therein
2040 2009-09-07 [paul] 3.7.2cvs28
2042 * src/prefs_toolbar.c
2043 when updating the main toolbar icons just update
2044 the main toolbar (and consequently fix a bug where
2045 folderview icons would disappear)
2047 2009-08-30 [holger] 3.7.2cvs27
2050 Do case-insensitive comparison against
2051 header names when extracting recipients
2054 2009-08-23 [colin] 3.7.2cvs26
2057 Probably fix RH bug 512024, " folder.c:3543
2058 Condition msglist != NULL failed"
2060 2009-08-23 [colin] 3.7.2cvs25
2062 * src/prefs_compose_writing.c
2063 Make the maximum size warning bigger. Patch
2064 by Didier Barvaux on bug 1986.
2066 2009-08-21 [colin] 3.7.2cvs24
2069 Previous commit: move the function into compose_insert_file
2070 so that it's also used on drag-n-drop
2072 2009-08-21 [colin] 3.7.2cvs23
2075 Fix scrolling when adding an header
2077 2009-08-21 [colin] 3.7.2cvs22
2080 * src/prefs_common.c
2081 * src/prefs_common.h
2082 * src/prefs_compose_writing.c
2083 * src/common/utils.c
2084 Fix bug 1986, "New feature: warn user when inserting
2085 a large file in the message body". Patch by Didier
2088 2009-08-21 [colin] 3.7.2cvs21
2092 * src/common/utils.c
2093 Fix bug 1984: Add R�f. : reply prefix (french
2094 Lotus Notes); patch by Didier Barvaux
2096 2009-08-21 [colin] 3.7.2cvs20
2100 Fix bug 1969, 'Bad guess for outgoing encoding'
2101 Make sure the specific converters (japanese in
2102 this case) can return success/error in strict
2103 mode, instead of silently failing back to
2106 2009-08-20 [holger] 3.7.2cvs19
2110 Make it possible for code outside
2111 compose (e.g. plugins) to attach files
2113 2009-08-20 [colin] 3.7.2cvs18
2116 Fix crash when accessing IMAP soon
2118 2009-08-18 [colin] 3.7.2cvs17
2121 Maybe fix crash on non-existent LDAP server
2123 2009-08-04 [colin] 3.7.2cvs16
2126 Fix toolbar's spacing that breaks dark
2127 themes (patch from http://blogs.igalia.com/aperez/
2128 2009/07/making-claws-mail-look-better/)
2130 2009-07-28 [colin] 3.7.2cvs15
2133 * src/addrcustomattr.c
2135 * src/addressbook_foldersel.c
2143 * src/editldap_basedn.c
2154 * src/prefs_actions.c
2155 * src/prefs_customheader.c
2156 * src/prefs_display_header.c
2157 * src/prefs_filtering.c
2158 * src/prefs_folder_column.c
2159 * src/prefs_matcher.c
2160 * src/prefs_summary_column.c
2161 * src/prefs_summary_open.c
2162 * src/prefs_template.c
2165 Fix bug 1950, 'Program freeze up during folder selection'
2166 Don't leave hidden windows modal
2168 2009-07-28 [colin] 3.7.2cvs14
2171 Fix bug 1957, 'LDAP errs out after searching too
2174 2009-07-28 [colin] 3.7.2cvs13
2177 Fix bug 1966, '"Collapse all threads" slower than
2178 "Expand all threads"'
2180 2009-07-28 [colin] 3.7.2cvs12
2182 * src/common/session.c
2183 Fix bug 1967, 'Claws gets stuck after accepting
2184 a certificate warning dialog'
2186 2009-07-19 [paul] 3.7.2cvs11
2188 * manual/plugins.xml
2189 a few small changes to the English
2191 2009-07-18 [mones] 3.7.2cvs10
2193 * manual/plugins.xml
2194 Add new bsfilter and fancy plugins to the docs
2195 and a note about dealing with plugins of the same class
2196 * src/prefs_account.c
2197 Fix extra space at the end typo
2199 2009-07-16 [colin] 3.7.2cvs9
2202 Fix wrong return without unlocking; thanks
2205 2009-07-14 [colin] 3.7.2cvs8
2208 Fix bug 1954, 'Segfault on reading wrong STATUS'
2210 2009-07-10 [colin] 3.7.2cvs7
2212 * src/plugins/pgpcore/plugin.def
2213 * src/common/utils.h
2216 2009-07-10 [colin] 3.7.2cvs6
2218 * src/prefs_display_header.c
2219 Fix bug 1951, 'C-Mail dumps core when editing
2220 displayed headers'. Patch by Alexey Rusakov
2222 2009-07-10 [colin] 3.7.2cvs5
2225 Fix bug 1952, 'Deleted mails in Queue folder
2228 2009-07-09 [colin] 3.7.2cvs4
2230 * src/gtk/spell_entry.c
2231 Fix bug 1949, 'Spell checker doesn't recognise
2232 certain word in Subject header, but does in
2233 message body'. Patch by Pawel Pekala.
2235 2009-07-09 [paul] 3.7.2cvs3
2238 use pkgconfig to check for the minimum required
2241 2009-07-06 [colin] 3.7.2cvs2
2243 * src/prefs_customheader.c
2246 2009-07-04 [paul] 3.7.2cvs1
2248 * tools/claws.i18n.status.pl
2251 2009-07-03 [paul] 3.7.2
2258 2009-07-03 [paul] 3.7.1cvs85
2265 added new translations by Tiago Faria and Slavko
2278 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2279 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2280 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2281 Goncalves Guimaraes, Aleksei Miheev
2283 2009-07-01 [colin] 3.7.1cvs84
2285 * src/prefs_common.c
2286 Fix bug 1940, 'Doesn't open links in
2287 user's default browser'. Turn the preference
2288 to TRUE by default; that will only change the
2289 behaviour for new users.
2291 2009-06-29 [colin] 3.7.1cvs83
2295 * src/prefs_filtering_action.c
2296 Fix bug 1935, 'problems with very long filtering actions':
2297 Use a dynamic buffer in action to string, and a bigger
2298 buffer in string to action
2300 2009-06-29 [colin] 3.7.1cvs82
2302 * src/matcher_parser_lex.l
2303 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2305 2009-06-29 [colin] 3.7.1cvs81
2310 Fix crash (out-of-bounds tree column)
2311 * src/gtk/gtkcmctree.c
2312 * src/gtk/gtksctree.c
2313 Prevent using an out-of-bounds tree column
2315 2009-06-29 [colin] 3.7.1cvs80
2319 Leak fixes; patch by Pawel Pekala.
2321 2009-06-26 [colin] 3.7.1cvs79
2324 Sort by msgnum if dates are equal
2326 2009-06-24 [paul] 3.7.1cvs78
2329 make some (forgotten) strings translatable
2331 2009-06-19 [colin] 3.7.1cvs77
2334 Fix menu sensitiveness
2336 2009-06-18 [colin] 3.7.1cvs76
2339 * src/plugins/pgpcore/sgpgme.c
2340 * src/plugins/pgpcore/sgpgme.h
2341 * src/plugins/pgpmime/mypgpcore.def
2342 * src/plugins/pgpmime/pgpmime.c
2343 * src/plugins/smime/mypgpcore.def
2344 * src/plugins/smime/smime.c
2345 Use largefile support (and stop using our old GPGME
2346 hack on gpgme_data_seek/rewind)
2347 (See 1.9.12cvs44 to 46 - if this breaks things we
2350 2009-06-13 [colin] 3.7.1cvs75
2352 * src/gtk/spell_entry.c
2353 Fix assertion. We can put a NULL gtkaspell to
2354 an entry; it just means it won't be spell-checked.
2356 2009-06-12 [mones] 3.7.1cvs74
2360 * src/prefs_account.c
2361 * src/prefs_account.h
2362 * src/common/utils.c
2363 * src/common/utils.h
2364 Added preference to use account address in generated
2365 Message-Id. Fixes Debian bug #531052
2367 2009-06-12 [colin] 3.7.1cvs73
2370 Better fix, API-compatible with libgnutls13
2372 2009-06-12 [colin] 3.7.1cvs72
2375 Use compatibility mode in GnuTLS, and avoid problems with
2376 servers that don't comply 100% with the spec, but still
2379 2009-06-06 [iwkse] 3.7.1cvs71
2382 Ops..revert a mix with another patch
2384 2009-06-06 [iwkse] 3.7.1cvs70
2387 A better fix for the previous commit's issue
2389 2009-06-06 [iwkse] 3.7.1cvs69
2392 Fix shutting down of Claws Mail while a GTK_Return keypress
2393 event is sent to the Attach property window
2395 2009-06-05 [colin] 3.7.1cvs68
2398 Fix build on GTK+ 2.6
2400 2009-06-03 [mones] 3.7.1cvs67
2402 * tools/make.themes.project
2403 Oops! fix header, sorry Paul ;-)
2405 2009-06-03 [mones] 3.7.1cvs66
2407 * tools/make.themes.project
2408 Add support for PNG themes and other
2409 fixes i don't remember now... :)
2411 2009-06-02 [colin] 3.7.1cvs65
2414 * src/prefs_template.c
2416 Fix error messages in templates, and fix their
2419 2009-05-22 [colin] 3.7.1cvs64
2424 2009-05-22 [colin] 3.7.1cvs63
2427 Fix phantom button behind entry when
2428 changing fields via Tools/Reply mode.
2430 2009-05-22 [colin] 3.7.1cvs62
2435 2009-05-21 [mones] 3.7.1cvs61
2439 Add button to empty header lines with one click
2441 2009-05-21 [paul] 3.7.1cvs60
2445 * src/plugins/trayicon/trayicon.c
2446 when quitting from the trayicon, honour
2447 prefs_common.clean_on_exit
2449 2009-05-21 [paul] 3.7.1cvs59
2451 * src/gtk/Makefile.am
2452 remove duplicate entry
2453 thanks to Charles A Edwards
2455 2009-05-19 [paul] 3.7.1cvs58
2457 * src/send_message.c
2458 clear progressbar in the statusbar on 'Cancel'
2460 2009-05-16 [colin] 3.7.1cvs57
2466 2009-05-16 [colin] 3.7.1cvs56
2469 Remove msgnum>0 condition for removing messages
2470 from caches. There's no such condition on add.
2471 Fixes bug 1913, 'Allow to remove phantom
2472 messages from the cache'; patch by Fabian
2473 Keil <fk at fabiankeil.de>
2475 2009-05-12 [holger] 3.7.1cvs55
2479 Introduce hook after showing of the message view
2481 2009-05-11 [colin] 3.7.1cvs54
2484 Fix bug 1872, 'A: Cc: CCi: selector should
2485 default on same as preceding contact'
2487 2009-05-10 [holger] 3.7.1cvs53
2491 Add a hook to make it possible for plugins to
2492 modify the address completion list
2494 2009-05-06 [paul] 3.7.1cvs52
2498 fix bug 1915, 'Mails signed with smime.p7s
2499 display both signed and attachment icon.'
2501 2009-05-05 [colin] 3.7.1cvs51
2503 * src/common/utils.c
2506 2009-05-05 [colin] 3.7.1cvs50
2508 * src/common/utils.c
2509 Fix bug 1895, '(imap) cache issues when cache dir is on a
2510 different mountpoint than tempdir'
2512 2009-05-04 [colin] 3.7.1cvs49
2515 Probably fix bug 1914, 'Crash reading
2516 corrupted tags file'
2518 2009-04-26 [paul] 3.7.1cvs48
2521 * src/gtk/gtkaspell.h
2522 fix bug 1904, 'build mechanism looks for
2523 'enchant.h' in a wrong place'
2525 2009-04-25 [paul] 3.7.1cvs47
2528 gah! fix coding style!
2530 2009-04-25 [paul] 3.7.1cvs46
2534 if building with GTK+ >= 2.16 use
2535 gtk_orientable_set_orientation() instead of now
2536 deprecated gtk_toolbar_set_orientation()
2538 2009-04-24 [colin] 3.7.1cvs45
2541 Ask before sending if an attached file has
2544 2009-04-19 [paul] 3.7.1cvs44
2546 * src/prefs_common.c
2547 * src/prefs_common.h
2549 save About window size.
2550 patch by Pawel Pekala
2552 2009-04-12 [paul] 3.7.1cvs43
2554 * tools/csv2addressbook.pl
2555 add extra CSV fields that are now appended
2556 by thunderbird (version 2.0.0.21)
2558 2009-04-08 [colin] 3.7.1cvs42
2561 fix saving (but not displaying) of UTF-16
2564 2009-04-08 [colin] 3.7.1cvs41
2566 * src/gtk/manage_window.c
2567 Disable transient windows on win32 - seems to
2568 fix most focusing issues
2570 2009-04-05 [colin] 3.7.1cvs40
2573 Don't ask whether we want to send deleted mails in queue
2574 folders; also, don't send deleted mails when flushing
2577 2009-04-04 [paul] 3.7.1cvs39
2583 * tools/claws.i18n.status.pl
2584 add new Indonesian translation, by
2587 2009-04-03 [paul] 3.7.1cvs38
2593 2009-04-03 [colin] 3.7.1cvs37
2597 Fix bug 1891, 'Add support for gopher:// links'
2598 Patch by Jacob Head <clawsmail at jacob-head.com>
2599 Let's go back to the roots!
2601 2009-04-03 [paul] 3.7.1cvs36
2606 2009-04-03 [paul] 3.7.1cvs35
2609 add AC_CONFIG_MACRO_DIR([m4])
2610 remove CLAWS_ACLOCAL_INCLUDE(m4)
2611 * m4/aclocal-include.m4
2612 removed this now unneeded file
2614 2009-04-02 [colin] 3.7.1cvs34
2616 * src/common/utils.h
2617 Fix previous (thanks to Marcus :)
2619 2009-04-02 [colin] 3.7.1cvs33
2621 * src/common/utils.h
2622 * src/etpan/etpan-thread-manager.c
2623 pipe() was a macro from GLib on win32 until
2624 glib 2.13.2. It's undefined after that.
2625 Thanks to Marcus Brinkmann for the heads-up!
2627 2009-03-31 [colin] 3.7.1cvs32
2629 * src/folder_item_prefs.c
2630 Copy folder settings with prefs
2632 2009-03-31 [colin] 3.7.1cvs31
2634 * src/prefs_account.c
2635 Don't use un-sensitive checkboxes in Privacy tab
2636 when privacy system in None (makes unchecking
2637 painful when no privacy plugin is loaded)
2639 2009-03-30 [colin] 3.7.1cvs30
2646 * src/prefs_account.c
2647 * src/prefs_account.h
2650 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2651 Add an option on the Receive page of IMAP account preferences:
2652 "Move deleted mails to trash and expunge immediately". This
2653 option defaults to TRUE to avoid changing the existing behaviour.
2654 Setting it to FALSE prevents automatic expunging.
2655 Also, add Tools/Expunge and View/Hide deleted messages menu items
2656 (View/Hide deleted message being a per-folder setting, and behaving,
2657 like View/Hide read messages).
2659 2009-03-30 [colin] 3.7.1cvs29
2662 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2663 ask for IMAP password when using GSSAPI auth
2665 2009-03-27 [colin] 3.7.1cvs28
2668 Fix cvs14, make sure we mark non-existent caches dirty
2669 (or they never get written)
2671 2009-03-27 [colin] 3.7.1cvs27
2674 Fix tag update when all tags are removed
2677 2009-03-25 [colin] 3.7.1cvs26
2680 Fix configure.ac, thanks to Pawel
2682 2009-03-25 [colin] 3.7.1cvs25
2685 * src/etpan/nntp-thread.c
2686 Fix header fetching (NG/To/Cc). Fixes
2687 bug 1883, 'Message processing fails to
2688 act on Newsgroups: field'
2690 2009-03-23 [colin] 3.7.1cvs24
2693 Fix internal headers visible in queue/sent
2695 2009-03-23 [colin] 3.7.1cvs23
2698 Fix check for RC (resource compiler) used
2699 on win32 (AC_LIBTOOL_RC used to call it
2700 implicitely but stopped)
2702 2009-03-19 [colin] 3.7.1cvs22
2705 Put spam button in default toolbar even if
2706 bogofilter and spamassassin are not built.
2707 Other anti-spam plugin could exist! :)
2708 * src/common/utils.c
2709 Fix exit status fetch on win32
2711 2009-03-18 [paul] 3.7.1cvs21
2713 * src/gtk/spell_entry.c
2714 fix "[BUG] Wrong word replaced in 'Subject:'
2715 when spell-checking correction used"
2716 Patch by Pawel Pekala
2718 2009-03-17 [colin] 3.7.1cvs20
2720 * src/common/utils.c
2721 Fix win32 build (from cvs12)
2723 2009-03-17 [colin] 3.7.1cvs19
2726 Fix bug 1735, 'Change To: and Newsgroups:
2727 recipient field according account type'
2730 2009-03-17 [colin] 3.7.1cvs18
2733 * src/prefs_common.c
2734 * src/prefs_common.h
2736 * src/common/prefs.c
2737 Add preference for fsyncing metadata
2739 2009-03-16 [paul] 3.7.1cvs17
2741 * src/prefs_customheader.c
2742 add forgotten #if HAVE_LIBCOMPFACE
2744 2009-03-16 [paul] 3.7.1cvs16
2746 * src/prefs_customheader.c
2747 put the (X-)Face preview image below the up/down
2748 buttons so they don't jump around.
2749 make the list reorderable by drag'n'drop
2751 2009-03-16 [colin] 3.7.1cvs15
2753 * src/prefs_customheader.c
2754 Add a (X-)Face preview. Patch by iwkse.
2756 2009-03-16 [colin] 3.7.1cvs14
2762 * src/common/prefs.c
2763 Add fsync calls to make sure we don't
2764 lose data on system crashes. (to do:
2765 add a pref to allow people choosing raw
2768 2009-03-15 [colin] 3.7.1cvs13
2770 * src/gtk/gtkaspell.c
2771 Fix empty menu when there are no
2772 suggestions (using the Spelling menu)
2774 2009-03-14 [colin] 3.7.1cvs12
2776 * src/common/utils.c
2777 Win32: fix subject prefix length
2779 2009-03-11 [mones] 3.7.1cvs11
2782 fix encoding declared in header
2783 update translation now we're at it
2785 2009-03-10 [colin] 3.7.1cvs10
2788 Fix "wrong mime" message printed out multiple
2791 2009-03-10 [colin] 3.7.1cvs9
2793 * src/prefs_folder_item.c
2796 2009-03-09 [paul] 3.7.1cvs8
2798 * src/prefs_folder_item.c
2799 * src/send_message.c
2800 fixes to english text
2802 2009-03-08 [paul] 3.7.1cvs7
2805 correct errors in header
2807 2009-03-08 [paul] 3.7.1cvs6
2813 * tools/claws.i18n.status.pl
2814 add Japanese translation, submitted by kazken3
2816 2009-03-07 [colin] 3.7.1cvs5
2819 Don't let the invalid MIME warning hide
2820 other noticeview (Partial receive or
2823 2009-03-07 [colin] 3.7.1cvs4
2828 2009-03-07 [colin] 3.7.1cvs3
2833 Handle mimeparts that lack an end boundary.
2834 They're invalid but it's too annoying for
2835 normal users to fix.
2837 2009-03-06 [wwp] 3.7.1cvs2
2840 * src/folder_item_prefs.c
2841 * src/folder_item_prefs.h
2842 * src/prefs_folder_item.c
2843 Add per-folder default cc, bcc and reply-to.
2845 2009-03-06 [colin] 3.7.1cvs1
2848 * src/gtk/gtksourceprintjob.c
2849 Fix build with old print interface
2851 2009-03-06 [paul] 3.7.1
2858 2009-03-06 [paul] 3.7.0cvs78
2869 updated by David Vachulka, Stephan Sachse, Flammie
2870 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2871 Frederico Goncalves Guimaraes, Lars Persson Fink,
2874 2009-03-03 [colin] 3.7.0cvs77
2876 * src/prefs_filtering.c
2877 Win32: Fix bug 1865, 'IMAP account name changes
2878 are not followed at filter actions'
2880 2009-03-02 [colin] 3.7.0cvs76
2883 Fix Launchpad bug 335571: 'claws-mail crashed
2884 with SIGSEGV in strlen() while deleting
2885 large amount of e-mails on IMAP account
2887 2009-02-27 [mones] 3.7.0cvs75
2889 * manual/es/account.xml
2891 * manual/es/addrbook.xml
2892 * manual/es/advanced.xml
2893 * manual/es/claws-mail-manual.xml
2895 * manual/es/glossary.xml
2897 * manual/es/handling.xml
2898 * manual/es/intro.xml
2899 * manual/es/keyboard.xml
2900 * manual/es/plugins.xml
2901 * manual/es/starting.xml
2902 Sync with English version, fix some typos
2903 Changed encoding to UTF-8
2905 Update for release, changed encoding to UTF-8
2907 2009-02-24 [colin] 3.7.0cvs74
2910 Don't print separation line if there
2913 2009-02-23 [cleroy] 3.7.0cvs73
2922 * src/addrduplicates.c
2925 * src/addressbook_foldersel.c
2933 * src/customheader.c
2935 * src/editaddress_other_attributes_ldap.c
2973 * src/prefs_account.c
2974 * src/prefs_actions.c
2975 * src/prefs_common.c
2976 * src/prefs_filtering.c
2977 * src/prefs_filtering_action.c
2978 * src/prefs_folder_column.c
2979 * src/prefs_folder_item.c
2981 * src/prefs_matcher.c
2984 * src/prefs_summaries.c
2985 * src/prefs_summary_column.c
2986 * src/prefs_template.c
2987 * src/prefs_themes.c
2988 * src/prefs_toolbar.c
2995 * src/remotefolder.c
2996 * src/send_message.c
2997 * src/sourcewindow.c
2999 * src/stock_pixmap.c
3000 * src/summary_search.c
3007 * src/common/base64.c
3008 * src/common/claws.c
3009 * src/common/hooks.c
3010 * src/common/plugin.c
3011 * src/common/prefs.c
3012 * src/common/session.c
3014 * src/common/socket.c
3015 * src/common/string_match.c
3016 * src/common/stringtable.c
3017 * src/common/utils.c
3018 * src/common/utils.h
3020 * src/common/xmlprops.c
3021 * src/gtk/colorlabel.c
3022 * src/gtk/combobox.c
3023 * src/gtk/foldersort.c
3024 * src/gtk/gtkaspell.c
3025 * src/gtk/gtkcmclist.c
3026 * src/gtk/gtkcmctree.c
3027 * src/gtk/gtkcmoptionmenu.c
3028 * src/gtk/gtksctree.c
3029 * src/gtk/gtkshruler.c
3030 * src/gtk/gtksourceprintjob.c
3031 * src/gtk/gtkutils.c
3032 * src/gtk/gtkvscrollbutton.c
3033 * src/gtk/logwindow.c
3035 * src/gtk/pluginwindow.c
3036 * src/gtk/prefswindow.c
3037 * src/gtk/quicksearch.c
3038 * src/gtk/spell_entry.c
3039 * src/plugins/pgpcore/select-keys.c
3040 * src/plugins/pgpinline/pgpinline.c
3041 * src/plugins/pgpmime/pgpmime.c
3042 * src/plugins/smime/smime.c
3043 * src/plugins/spamassassin/spamassassin_gtk.c
3044 Mass commit changing g_return_* to cm_return_*
3045 and making these more interesting
3047 2009-02-23 [colin] 3.7.0cvs72
3050 Always initialise error code to no error
3052 2009-02-23 [colin] 3.7.0cvs71
3055 Fix separator substitution
3057 2009-02-23 [colin] 3.7.0cvs70
3059 * src/stock_pixmap.c
3060 * src/gtk/colorlabel.c
3061 don't use g_return on normal checks
3063 2009-02-22 [colin] 3.7.0cvs69
3069 2009-02-22 [colin] 3.7.0cvs68
3071 * src/addrduplicates.c
3087 * src/prefs_common.c
3088 * src/prefs_filtering.c
3099 * src/common/socket.c
3100 * src/common/template.c
3101 * src/etpan/imap-thread.c
3102 * src/gtk/gtkaspell.c
3103 * src/gtk/gtkcmctree.c
3104 * src/gtk/gtksctree.c
3105 * src/gtk/inputdialog.c
3106 * src/plugins/pgpcore/sgpgme.c
3107 * src/plugins/pgpmime/pgpmime.c
3108 * src/plugins/smime/smime.c
3109 * src/plugins/spamassassin/spamassassin.c
3110 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3111 uninitialised accesses
3113 2009-02-17 [colin] 3.7.0cvs67
3116 Disable controls during queuing
3118 2009-02-15 [colin] 3.7.0cvs66
3121 * src/plugins/pgpcore/select-keys.c
3122 * src/plugins/pgpcore/sgpgme.c
3123 Disable use of disabled keys
3125 2009-02-15 [colin] 3.7.0cvs65
3129 Fix font updating after changing
3130 prefs_common.derive_from_normal_font
3132 2009-02-12 [paul] 3.7.0cvs64
3138 * src/common/version.h.in
3142 more copyright header fixes
3144 2009-02-12 [paul] 3.7.0cvs63
3146 * src/gtk/progressdialog.c
3147 * src/gtk/progressdialog.h
3148 fix copyright header
3150 2009-02-12 [paul] 3.7.0cvs62
3152 * src/gtk/spell_entry.c
3153 * src/gtk/spell_entry.h
3154 better, more standard copyright header
3156 2009-02-12 [paul] 3.7.0cvs61
3158 * src/gtk/spell_entry.c
3159 * src/gtk/spell_entry.h
3160 changes to copyright header
3162 2009-02-12 [paul] 3.7.0cvs60
3164 * src/gtk/spell_entry.c
3165 * src/gtk/spell_entry.h
3168 2009-02-11 [colin] 3.7.0cvs59
3170 * src/gtk/spell_entry.c
3171 * src/gtk/spell_entry.h
3174 2009-02-11 [colin] 3.7.0cvs58
3177 * src/gtk/Makefile.am
3178 * src/gtk/gtkaspell.c
3179 * src/gtk/gtkaspell.h
3180 Add spellcheck to subject. Patch by
3183 2009-02-10 [holger] 3.7.0cvs57
3187 Move filename define for printing page setup cache to defs.h
3189 2009-02-08 [mones] 3.7.0cvs56
3192 Fix build for bison 2.4.1
3194 2009-02-06 [holger] 3.7.0cvs55
3196 * src/prefs_common.c
3197 * src/prefs_common.h
3199 Fix restoring of custom page setups for printing by
3200 temporarily caching the settings.
3201 This is a workaround for Gnome Bug #39018, and fixes
3202 Claws Mail Bug #1840.
3204 2009-02-06 [colin] 3.7.0cvs54
3207 Fix hardcoded Shift-Q quits. Fixes
3208 bug 1838, 'Claws-Mail sometimes quits
3209 when attempting to type a capital Q'
3211 2009-01-31 [paul] 3.7.0cvs53
3214 revert 3.7.0cvs49, until there is time to find out
3215 why it causes a nasty crash!
3217 2009-01-31 [paul] 3.7.0cvs52
3220 1 string that was forgotten for translation
3222 2009-01-31 [paul] 3.7.0cvs51
3225 2 strings that were forgotten for translation
3227 2009-01-31 [paul] 3.7.0cvs50
3229 * src/gtk/prefswindow.c
3230 build prefs tree in a slightly smarter way -
3231 fix bug where if path[0] had same name as
3232 path[1], (like in the de translation), path[1]
3233 was lost and not shown in the window
3235 2009-01-31 [paul] 3.7.0cvs49
3238 fix bug 1836, 'Quoted text still blue after
3239 removal of quote-character'
3240 comment out some debug_print's that needlessly
3243 comment out a debug_print that needlessly slows
3246 2009-01-31 [paul] 3.7.0cvs48
3249 fix bug 1834, '"semi"-selection when collapsing thread'
3251 2009-01-31 [paul] 3.7.0cvs47
3253 * src/prefs_compose_writing.c
3254 * src/prefs_message.c
3255 move 'quote_chars' pref to where it should be
3257 2009-01-30 [paul] 3.7.0cvs46
3260 fix updating of popup menu sensitivity
3262 2009-01-28 [paul] 3.7.0cvs45
3264 * tools/filter_conv_new.pl
3265 move 'move' and 'delete' to end of @actions
3266 so that they are always final actions in the
3267 generated filtering rule
3269 2009-01-27 [paul] 3.7.0cvs44
3272 always select text/calendar mimepart if suitable
3273 plugin (i.e. vCalendar) is available
3275 2009-01-27 [paul] 3.7.0cvs43
3278 fix crash when right-clicking in summaryview when
3279 processing is active
3281 2009-01-22 [colin] 3.7.0cvs42
3286 When replying to signed/encrypted mail and the
3287 preference to sign/encrypt in this case is set,
3288 choose the original mail's privacy system (if
3291 2009-01-21 [colin] 3.7.0cvs41
3294 Fix warning (on-the-fly theming of
3295 addressbook isn't complete yet)
3297 2009-01-21 [colin] 3.7.0cvs40
3301 Win32: Fix window placement
3303 2009-01-21 [paul] 3.7.0cvs39
3306 update timeout log msg
3308 2009-01-17 [colin] 3.7.0cvs38
3313 * src/common/utils.c
3314 * src/etpan/imap-thread.c
3315 Fix g_open calls (which don't ignore mode)
3317 2009-01-17 [colin] 3.7.0cvs37
3326 * src/common/ssl_certificate.c
3328 * src/common/utils.c
3329 * src/etpan/imap-thread.c
3330 * src/plugins/bogofilter/bogofilter.c
3331 * src/plugins/pgpinline/pgpinline.c
3332 * src/plugins/smime/smime.c
3333 Probably fix bug 1825, 'Unable to fetch messages from
3334 IMAP folders named with non-ASCII string'
3335 Change remaining occurences of fopen and open with
3338 2009-01-17 [paul] 3.7.0cvs36
3341 update an old, outdated piece of info
3343 2009-01-17 [paul] 3.7.0cvs35
3345 * src/prefs_folder_item.c
3346 fix bug where saving Folder Properties of a
3347 sub-folder of outbox, queue, draft or trash
3348 would change its parent's folder type to normal
3350 2009-01-12 [mones] 3.7.0cvs34
3355 2009-01-12 [wwp] 3.7.0cvs33
3358 * tools/popfile-link.sh
3359 * tools/textviewer.sh
3360 Fix bashisms and other portability glitches (thanks to
3361 Steven M. Bellovin).
3363 2009-01-11 [paul] 3.7.0cvs32
3366 clean up some build warnings
3368 2009-01-11 [colin] 3.7.0cvs31
3371 Revert part of patch 3.7.0cvs29
3372 This function is used when jpilot
3375 2009-01-11 [colin] 3.7.0cvs30
3378 folder_find_child_item_by_name():
3379 actually use name, not path's basename
3381 2009-01-11 [paul] 3.7.0cvs29
3388 * src/prefs_folder_item.c
3389 clean up some build warnings
3391 2009-01-11 [paul] 3.7.0cvs28
3394 don't even mention printing support, assume its
3395 presence, unless building with GTK+ < 2.10.0
3397 2009-01-10 [colin] 3.7.0cvs27
3400 Fix bug 1811, '[mime] Crash when there's no
3401 room for filename's start on the same line'
3402 When the mimetype of the attachment is very
3403 long, there's no room at all to start the
3404 name=... parameter on the same line. This
3405 caused an infinite loop as 0 characters of
3406 the filename could be appended.
3407 In such cases, insert linebreak before the
3410 2009-01-09 [colin] 3.7.0cvs26
3414 * src/common/utils.c
3415 Win32: Fix bug 1815, 'Drag-n-Drop of files on
3416 Compose Window does not attach'
3418 2009-01-09 [colin] 3.7.0cvs25
3421 Fix bug 1817, 'Changing Themes does not
3422 update the pixmaps in "Select folder"
3425 2009-01-09 [colin] 3.7.0cvs24
3428 Win32: Fix bug 1816, 'Attaching files with
3429 command-line generates error after attaching'
3431 2009-01-09 [paul] 3.7.0cvs23
3434 forgot this '2009' in last commit
3436 2009-01-09 [paul] 3.7.0cvs22
3440 update copyright headers
3442 2009-01-09 [paul] 3.7.0cvs21
3444 * doc/man/claws-mail.1
3447 2009-01-09 [colin] 3.7.0cvs20
3450 Fix bug 1814, 'Windows' WM badly places
3453 2009-01-09 [colin] 3.7.0cvs19
3455 * src/prefs_themes.c
3456 * src/stock_pixmap.c
3457 * src/stock_pixmap.h
3458 * src/common/utils.c
3459 * src/common/utils.h
3460 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3462 2009-01-08 [colin] 3.7.0cvs18
3465 Win32: Fix bug 1810, 'Pressing 'o' key
3468 2009-01-07 [colin] 3.7.0cvs17
3471 Fix bug 1432, '& not escaped in links (HTML
3474 2009-01-06 [colin] 3.7.0cvs16
3476 * src/plugins/pgpcore/select-keys.c
3477 Warn translators the usual way about
3480 2009-01-06 [colin] 3.7.0cvs15
3483 Fix synchronisation dialog that shouldn't
3484 appear when network goes down (Network
3488 Fix save as when attach_save_dir isn't set
3489 fixes bug 1804, 'attach_save_directory does
3490 not default to $HOME'
3491 * src/plugins/pgpcore/select-keys.c
3492 Add mnemonics to buttons - warn translators!
3494 2009-01-06 [wwp] 3.7.0cvs14
3496 * src/common/utils.c
3497 Fix cvs13, thanks to Colin.
3499 2009-01-06 [wwp] 3.7.0cvs13
3501 * src/common/utils.c
3502 Better support for Spanish Outlook replies (RES).
3504 2009-01-02 [colin] 3.7.0cvs12
3507 Fix (+) sign after collapsed folder names that
3508 have quicksearch-matching children.
3509 Fixes bug 1506, 'Recursive search in collapsed
3512 2009-01-02 [colin] 3.7.0cvs11
3514 * src/stock_pixmap.c
3515 * src/stock_pixmap.h
3516 Remove now-unused stock_pixmap_gdk
3518 2009-01-02 [colin] 3.7.0cvs10
3520 * src/gtk/gtkutils.c
3521 * src/pixmaps/claws-mail_icon.xpm
3522 Use pixbuf for app icon, and make the app icon
3525 2009-01-02 [colin] 3.7.0cvs9
3528 Show both link title and URI if possible
3530 2009-01-02 [colin] 3.7.0cvs8
3534 * src/addressbook_foldersel.c
3537 * src/grouplistdialog.c
3541 * src/gtk/gtkcmclist.c
3542 * src/gtk/gtkcmclist.h
3543 * src/gtk/gtkcmctree.c
3544 * src/gtk/gtkcmctree.h
3545 * src/gtk/gtksctree.c
3546 * src/gtk/gtksctree.h
3547 Implement pixbuf rendering in tree widgets
3549 * src/plugins/trayicon/trayicon.c
3551 * src/prefs_themes.c
3552 Use pixbuf rendering here too
3554 2008-12-30 [paul] 3.7.0cvs7
3557 no need to prematurely trim the uri in the statusbar
3559 2008-12-29 [paul] 3.7.0cvs6
3562 prefer List-Id header to X-* headers when creating
3563 filter rule automatically
3565 2008-12-28 [colin] 3.7.0cvs5
3568 Set minimum height to 440 instead of 480
3570 2008-12-22 [colin] 3.7.0cvs4
3573 Fix bug 1799, '"Discard message" deletes manually
3574 saved draft'. Switch rmode to REEDIT after
3577 2008-12-21 [paul] 3.7.0cvs3
3579 * tools/claws.i18n.status.pl
3582 2008-12-21 [paul] 3.7.0cvs2
3588 2008-12-21 [paul] 3.7.0cvs1
3594 2008-12-19 [paul] 3.7.0
3601 2008-12-19 [paul] 3.6.1cvs80
3604 remove unmaintained sk and sr from ALL_LINGUAS
3605 add newly maintained cs to ALL_LINGUAS
3616 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3617 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3618 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3621 2008-12-16 [colin] 3.6.1cvs79
3623 * src/plugins/pgpcore/sgpgme.c
3626 2008-12-15 [colin] 3.6.1cvs78
3631 * src/plugins/pgpcore/sgpgme.c
3632 * src/plugins/pgpcore/sgpgme.h
3633 * src/plugins/pgpinline/pgpinline.c
3634 * src/plugins/pgpmime/pgpmime.c
3635 * src/plugins/smime/smime.c
3636 Fix bug 1796, 'PGP/MIME setting: "select key by your
3637 email address" doesn't work'. Use custom from address
3640 2008-12-15 [colin] 3.6.1cvs77
3642 * src/common/utils.c
3643 Fix bug 1746, 'Makes a mailto link from several
3646 2008-12-15 [paul] 3.6.1cvs76
3648 * m4/spamassassin.m4
3649 fix warnings thrown up by autoconf-2.63
3651 2008-12-13 [colin] 3.6.1cvs75
3656 * src/common/utils.c
3657 * src/common/utils.h
3659 Finish previous patch
3661 2008-12-13 [colin] 3.6.1cvs74
3664 Only install certs on windows
3666 2008-12-13 [colin] 3.6.1cvs73
3669 * tools/ca-certificates.crt
3670 * src/common/Makefile.am
3672 First try to ship SSL certificates in Windows
3675 2008-12-12 [colin] 3.6.1cvs72
3678 * src/plugins/pgpinline/claws.def
3681 2008-12-12 [paul] 3.6.1cvs71
3685 * src/partial_download.c
3687 * src/common/claws.c
3688 * src/common/prefs.c
3689 * src/common/utils.c
3690 win32: fix unlinking, renaming and bug with
3694 2008-12-11 [colin] 3.6.1cvs70
3697 * manual/fr/advanced.xml
3698 Update french translations
3700 2008-12-10 [colin] 3.6.1cvs69
3703 Correct bug submission guidelines
3705 2008-12-10 [colin] 3.6.1cvs68
3707 * src/plugins/pgpcore/pgp_viewer.c
3708 Fix bug 1736, 'Key import does not work'
3709 Kill the correct pid (and not the parent
3710 shell), and increase the timeout a bit.
3712 2008-12-09 [paul] 3.6.1cvs67
3715 ensure that any stray noticeview buttons are hidden,
3716 as clicking them causes segfaults!
3718 2008-12-09 [colin] 3.6.1cvs66
3722 * src/folder_item_prefs.h
3723 * src/prefs_common.c
3724 * src/prefs_common.h
3726 Fix bug 1792, '"Save Message to" should
3727 retain list of recently selected folders'
3728 Also, make Enchant-related prefs stick
3729 even if the build doesn't enable enchant
3731 2008-12-09 [paul] 3.6.1cvs65
3734 fix bug 1787, 'Prevent automatic PGP inline
3735 decryption attempts' use the noticeview to display
3736 decryption failure messages instead of the irritating
3739 2008-12-09 [colin] 3.6.1cvs64
3741 * src/prefs_filtering.c
3742 Fix bug 1789, 'filtering account selection
3743 (regression)'. Filtering on sending-only
3744 accounts can be a little useful when using
3745 filtering via Tools menu.
3747 2008-12-07 [paul] 3.6.1cvs63
3749 * src/prefs_actions.c
3750 don't auto-select first entry (same as other
3752 * src/gtk/pluginwindow.c
3753 these parents don't have children so don't look
3756 2008-12-07 [paul] 3.6.1cvs62
3758 * src/prefs_account.c
3759 * src/gtk/pluginwindow.c
3760 * src/gtk/prefswindow.c
3761 * src/gtk/prefswindow.h
3762 auto-select first page
3764 2008-12-05 [colin] 3.6.1cvs61
3768 Fix bug 1788, 'CM crashes re-encoding
3769 encoded parameters' (introduced in cvs40)
3771 2008-12-05 [paul] 3.6.1cvs60
3773 * src/prefs_common.h
3774 remove gpg prefs that are no longer needed here
3776 2008-12-03 [colin] 3.6.1cvs59
3779 Speed up cache reading (about 10% gain)
3781 * src/gtk/gtksctree.c
3782 Speed up expand/collapse all threads
3785 2008-12-03 [paul] 3.6.1cvs58
3788 eradicate gcc4's signedness warnings
3789 fix building with gnuTLS on (Open)Solaris
3791 2008-12-01 [colin] 3.6.1cvs57
3793 * src/gtk/gtkcmclist.c
3796 2008-12-01 [colin] 3.6.1cvs56
3798 * src/plugins/pgpinline/pgpinline.c
3799 Fix bug 1779, 'PGP Inline badly handles
3800 multipart'. Properly dump the current part
3801 instead of running around with scissors
3803 2008-11-30 [paul] 3.6.1cvs55
3805 * manual/advanced.xml
3806 * manual/plugins.xml
3807 * src/prefs_toolbar.c
3808 remove the verb from the page title and
3809 update references in the manual
3811 2008-11-30 [paul] 3.6.1cvs54
3814 move Other/ page to Other/Miscellaneous
3815 * src/gtk/prefswindow.c
3816 make parent page unselectable
3818 2008-11-29 [paul] 3.6.1cvs53
3821 add the new 'primary_paste_unselects' hidden
3822 option, add missing 'log_[...]_color' options,
3823 and reformat the text
3824 * manual/advanced.xml
3825 add the new 'primary_paste_unselects' hidden
3826 option, add missing 'log_[...]_color' options
3828 2008-11-28 [colin] 3.6.1cvs52
3833 2008-11-28 [colin] 3.6.1cvs51
3838 2008-11-28 [colin] 3.6.1cvs50
3841 Fix account selection in Mailing list