1 2010-09-10 [pawel] 3.7.6cvs32
6 Make Tab key switch between FolderView, MsgView and
7 SummaryView only, other widgets have/can have their own
10 2010-08-25 [colin] 3.7.6cvs31
17 Fix bug #2245, "base64 decoding fails with line breaks"
20 2010-08-25 [colin] 3.7.6cvs30
23 Fix bug #2241, "Empty trash on exit fails on scripted exit"
25 2010-08-23 [pawel] 3.7.6cvs29
31 Hide progressbar on statusbar when not needed
33 2010-08-17 [colin] 3.7.6cvs28
36 Fix previous patch (our own tmp dir is inside
39 2010-08-16 [colin] 3.7.6cvs27
42 Use temp dir to store logs in Windows. Avoids doing
43 get_rc_dir() early, which prevents set_rc_dir()
46 2010-07-31 [holger] 3.7.6cvs26
48 * src/gtk/gtkshruler.c
49 Yet more GdkGC to Cairo porting
51 2010-07-30 [holger] 3.7.6cvs25
54 More GdkGC to Cairo porting
56 2010-07-30 [holger] 3.7.6cvs24
58 * src/gtk/colorlabel.c
61 2010-07-29 [holger] 3.7.6cvs23
64 Replace some gdk drawing with cairo, as the former
65 is going towards deprecation.
67 2010-07-25 [colin] 3.7.6cvs22
70 And now for a real fix. g_list_remove() doesn't, of
71 course, free the data. But we have to have a solid
72 pointer to it in order to free it ourselves instead
73 of relying on the old freed list pointer.
74 Maybe that's the last patch on the subject now ? :)
76 2010-07-25 [colin] 3.7.6cvs21
79 Remove stupid and extraneous g_free() of elements
80 which have just been freed by g_list_remove(). (see
81 GList documentation). I don't know how it worked before
83 2010-07-25 [colin] 3.7.6cvs20
86 Reverse free/use with more logical and safe
87 use/free. Thanks to Michael Rasmussen !
89 2010-07-24 [colin] 3.7.6cvs19
91 * src/gtk/quicksearch.c
92 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
93 'freeze when using quick search'
95 2010-07-11 [iwkse] 3.7.6cvs18
97 * src/gtk/quicksearch.c
98 Add SMALL_LAYOUT to quicksearch_relayout
100 2010-07-10 [iwkse] 3.7.6cvs17
103 Remove forgotten variable from
104 the last bugfix #2224
106 2010-07-10 [colin] 3.7.6cvs16
109 * src/gtk/quicksearch.c
110 Clean fix for bug #2224: don't mess with GTK settings when
111 handling the layout ourselves is enough
113 2010-07-09 [iwkse] 3.7.6cvs15
117 Better fix for Bug #2224
119 2010-07-09 [iwkse] 3.7.6cvs14
123 Always use stock icons on buttons
125 2010-07-08 [colin] 3.7.6cvs13
128 Fix bug 2223, 'Compilation fails with GTK+
129 2.21.3'. Thanks to Jan Psota !
131 2010-06-29 [pawel] 3.7.6cvs12
134 Revert 3.7.5cvs41, it breaks templates that use %X
136 2010-06-23 [wwp] 3.7.6cvs11
138 * src/gtk/colorlabel.c
139 Silent up a warning by avoiding possible confusion
140 in logical expression evaluation, thanks to TuxCM.
142 2010-06-21 [iwkse] 3.7.6cvs10
144 * src/gtk/quicksearch.c
145 Do not add into quicksearch history
146 matching rules with bad syntax
148 2010-05-26 [holger] 3.7.6cvs9
152 Add function to select rows given a list of messages,
153 complementary to summary_get_selected_msg_list()
155 2010-05-22 [mir] 3.7.6cvs8
158 Fix bug 2208. Encode encrypted password to qouted
159 printable to avoid making invalid XML. Encoding
160 will be activated the first time the password is
163 2010-05-22 [paul] 3.7.6cvs7
165 * manual/advanced.xml
169 after using the compose margin for several days
170 I wanted the old style back - add a new hidden
171 pref 'show_compose_margin' to restore the old
172 behaviour (defaults to FALSE)
174 2010-05-14 [paul] 3.7.6cvs6
177 add a margin to the compose window text that matches
178 the margin in textview
180 2010-05-14 [colin] 3.7.6cvs5
182 * src/gtk/sslcertwindow.c
183 Fix dangling pointer. Thanks to Michael R!
185 2010-05-14 [colin] 3.7.6cvs4
187 * src/gtk/sslcertwindow.c
188 Fix bug 1993, 'Cannot send mail when SSL certificate is
189 expired but certificate check is skipped' and maybe
190 bug 2200, 'SSL is not working with POP3'
192 2010-05-14 [colin] 3.7.6cvs3
194 * src/plugins/pgpinline/pgpinline.c
195 Fix bug 2205, 'PGPInline: segfault on malformed mails'
197 2010-05-04 [iwkse] 3.7.6cvs2
199 * src/prefs_message.c
200 Get a generic name as 'Quotation' for
203 2010-05-04 [iwkse] 3.7.6cvs1
205 * src/prefs_message.c
210 Option for collapsing via double-click
212 2010-05-01 [paul] 3.7.6
218 2010-05-01 [paul] 3.7.5cvs55
220 * tools/claws.i18n.status.pl
223 2010-05-01 [paul] 3.7.5cvs54
226 add YUP, new Ukrainian translator
228 2010-04-30 [paul] 3.7.5cvs53
232 add Ukrainian translation, submitted by YUP
241 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
242 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
243 Tiago Faria, and Slavko
245 2010-04-26 [wwp] 3.7.5cvs52
250 2010-04-26 [mones] 3.7.5cvs51
255 2010-04-22 [pawel] 3.7.5cvs50
260 first NULL check pointer, then use it
262 2010-04-22 [colin] 3.7.5cvs49
265 Fix error message when session isn't established
267 Update translation and fix a typo in it
269 2010-04-15 [pawel] 3.7.5cvs48
271 * src/prefs_account.c
272 Fix Bug 2144 'When creating an account with IMAP4+SSL,
273 the port isn't configured properly'
274 When using SSL/TLS tunneling automatically use default
275 ports for encrypted connections: smtps, pop3s, imaps, nntps
277 2010-04-15 [pawel] 3.7.5cvs47
280 Fix crasher in actions using '%f' argument
281 on multiple files with external scripts which
282 don't return any output.
284 2010-04-14 [colin] 3.7.5cvs46
287 Fix hand cursor after error symbol appears
289 2010-04-12 [colin] 3.7.5cvs45
292 Fix bug 2162, 'configure check for libetpan
293 fails with libetpan 1.0'
296 2010-04-09 [mones] 3.7.5cvs44
298 * manual/de/glossary.xml
299 Fix encoding to match main document's
300 Also fixes make dist with Debian's openjade
302 2010-03-29 [pawel] 3.7.5cvs43
304 * src/matcher_parser.h
305 * src/matcher_parser_parse.y
306 * src/gtk/quicksearch.c
307 Disable matcher warnings when populating quicksearch
308 completion lists on startup
310 2010-03-27 [colin] 3.7.5cvs42
312 * src/gtk/quicksearch.c
313 Fix double-free later in code. Optimize
316 2010-03-27 [pawel] 3.7.5cvs41
319 Make sure that quote ends with new line char
321 2010-03-26 [pawel] 3.7.5cvs40
326 Fix Bug 1928 Add "reply to this address" pop menu
328 - Set composing account to email one when creating/replying
329 from NNTP folder by clicking link or choosing option
333 2010-03-25 [paul] 3.7.5cvs39
335 * src/gtk/gtkcmclist.c
336 Fix build with GTK+ 2.20
338 2010-03-24 [pawel] 3.7.5cvs38
343 * src/grouplistdialog.c
347 * src/prefs_account.c
348 * src/gtk/gtkcmclist.c
349 * src/gtk/gtkcmctree.c
350 * src/gtk/gtkcmoptionmenu.c
351 * src/gtk/gtksctree.c
352 * src/gtk/gtkshruler.c
355 * src/gtk/gtkvscrollbutton.c
356 * src/gtk/inputdialog.c
357 * src/gtk/spell_entry.c
358 * src/plugins/trayicon/trayicon.c
359 * src/plugins/trayicon/libeggtrayicon/Makefile.am
360 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
361 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
362 Fix build with GTK+ 2.19
364 2010-03-23 [pawel] 3.7.5cvs37
368 Respect view->show_col_headers option
369 * src/gtk/gtkcmctree.c
370 Fix GtkCmcTree column width calculation when it has
371 auto_resize set and new node is added
373 2010-03-22 [pawel] 3.7.5cvs36
375 * src/grouplistdialog.c
378 - remember newsgroups list dialog size
379 - respect use_dotted_lines hidden pref
380 - respect use_stripes_everywhere hidden pref
382 2010-03-21 [pawel] 3.7.5cvs35
385 Remove superfluous gtk_widget_show_all()
391 2010-03-21 [pawel] 3.7.5cvs34
394 * src/gtk/quicksearch.c
395 * src/gtk/quicksearch.h
396 Implement separate search phrase completion for
397 normal/extended quicksearch
399 2010-03-11 [paul] 3.7.5cvs33
402 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
403 submitted by Yuwei Yu
405 2010-03-09 [colin] 3.7.5cvs32
407 * manual/de/glossary.xml
410 2010-03-02 [colin] 3.7.5cvs31
412 * manual/de/glossary.xml
413 Sort alphabetically. Done by Volker Ribbert.
415 2010-03-02 [mones] 3.7.5cvs30
418 Fix mailing list archives location
419 Remove currently unavailable CVS webview
421 2010-03-01 [iwkse] 3.7.5cvs29
423 * src/common/plugin.c
424 Other indentation issues
426 2010-03-01 [iwkse] 3.7.5cvs28
428 * src/common/plugin.c
429 Fix indentation of the previous commit
431 2010-03-01 [iwkse] 3.7.5cvs27
433 * src/common/plugin.h
434 * src/common/plugin.c
435 Add API for getting a loaded Plugin from the
436 plugin's name, plugin_get_loaded_by_name (const gchar *name)
437 Thanks to Colin, Michael
439 2010-02-27 [colin] 3.7.5cvs26
445 * manual/de/Makefile.am
446 * manual/de/account.xml
448 * manual/de/addrbook.xml
449 * manual/de/advanced.xml
450 * manual/de/claws-mail-manual.xml
452 * manual/de/glossary.xml
454 * manual/de/handling.xml
455 * manual/de/intro.xml
456 * manual/de/keyboard.xml
457 * manual/de/plugins.xml
458 * manual/de/starting.xml
459 * manual/de/dist/.cvsignore
460 * manual/de/dist/Makefile.am
461 * manual/de/dist/html/.cvsignore
462 * manual/de/dist/html/Makefile.am
463 * manual/de/dist/pdf/.cvsignore
464 * manual/de/dist/pdf/Makefile.am
465 * manual/de/dist/ps/.cvsignore
466 * manual/de/dist/ps/Makefile.am
467 * manual/de/dist/txt/.cvsignore
468 * manual/de/dist/txt/Makefile.am
469 Add the german translation of the manual, done by
470 Volker Ribbert <thoraki@arcor.de>.
472 2010-02-27 [holger] 3.7.5cvs25
474 * src/prefs_toolbar.c
475 Don't make toolbar item description for
476 plugin registered items editable
478 2010-02-26 [colin] 3.7.5cvs24
481 Don't translate empty description
483 2010-02-22 [colin] 3.7.5cvs23
486 Don't make In-Reply-To visible when reediting
487 a draft or sent mail.
489 2010-02-20 [colin] 3.7.5cvs22
495 * src/etpan/imap-thread.c
496 * src/etpan/imap-thread.h
497 * src/etpan/nntp-thread.c
498 * src/etpan/nntp-thread.h
499 When going offline from NetworkManager, just
500 delete IMAP connections. That'll avoid timeouts
501 when coming back online in certain cases when
502 the TCP socket will have timed out.
504 2010-02-20 [holger] 3.7.5cvs21
509 2010-02-17 [ticho] 3.7.5cvs20
516 2010-02-16 [ticho] 3.7.5cvs19
521 Removed unused argument from summary_open_row().
523 2010-02-10 [pawel] 3.7.5cvs18
526 - fix headers filtering when prefs_common.trans_hdr is on
527 - fix headers setting when changing composing account
529 * src/prefs_template.c
530 Re-add template's name for translation
532 2010-02-10 [colin] 3.7.5cvs17
534 * src/prefs_matcher.c
535 Fix bug 2099, 'add List-Id in Configuration>Filtering>
536 Condition>Define>Header>Name combo box'. Patch by
539 2010-02-10 [colin] 3.7.5cvs16
549 Add the GB18030 Chinese charset, which is a superset
550 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
552 2010-02-09 [holger] 3.7.5cvs15
555 GTK+ 2.10 related cleanup
557 2010-02-09 [pawel] 3.7.5cvs14
559 * src/prefs_account.c
560 * src/prefs_folder_item.c
561 * src/prefs_template.c
563 Respect prefs_common.trans_hdr in couple more places to avoid
564 confusion with translated/non-translated header names
566 2010-02-09 [colin] 3.7.5cvs13
571 2010-02-09 [colin] 3.7.5cvs12
574 And fix 2.10 build :)
576 2010-02-09 [colin] 3.7.5cvs11
579 Bump up GTK+ requirement to 2.10
588 * src/prefs_actions.c
591 * src/prefs_ext_prog.c
592 * src/prefs_filtering_action.c
594 * src/prefs_image_viewer.c
595 * src/prefs_matcher.c
596 * src/prefs_msg_colors.c
597 * src/prefs_summaries.c
598 * src/prefs_template.c
604 * src/gtk/Makefile.am
606 * src/gtk/gtkcmclist.c
607 * src/gtk/gtkcmctree.c
609 * src/gtk/quicksearch.c
610 Remove all compile-time conditionals depending on
614 * src/gtk/gtksourceprintjob.c
615 * src/gtk/gtksourceprintjob.h
616 Remove libgnomeprint-based printing system (and
617 command-line-based printing system) as GTK+ 2.10
618 ships with print support.
620 2010-02-08 [mir] 3.7.5cvs10
623 Avoid displaying Bcc headers in message sent
624 to NNTP servers. Thanks to Henning Mersch.
627 2010-02-08 [pawel] 3.7.5cvs9
630 Make tooltips less cryptic
631 * src/gtk/description_window.c
632 Improve window size calculation
634 2010-02-08 [pawel] 3.7.5cvs8
641 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
642 Patch by Laurent Bigonville with slight modifications
644 2010-02-03 [pawel] 3.7.5cvs7
647 Add some libtool files to ignore
649 2010-02-03 [pawel] 3.7.5cvs6
651 * src/plugins/trayicon/trayicon.c
652 Save and then restore focus when closing/minimizing to tray
654 2010-02-03 [mir] 3.7.5cvs5
662 Save LDAP password encrypted. See bug 2113.
665 2010-02-03 [colin] 3.7.5cvs4
668 Fix again decoding of encrypted parts. The
669 reverting of the patch was wrong, as the
670 double-decoding was fixed in smime itself.
671 Thanks to Matthias Drochner again...
673 2010-02-02 [colin] 3.7.5cvs3
675 * src/plugins/smime/smime.c
677 Revert 3.7.4cvs2 and make a better patch for bug
678 2059 and 2076. Patch by Matthias Drochner
680 2010-01-31 [pawel] 3.7.5cvs2
683 Fix hungarian translator's name
685 2010-01-31 [pawel] 3.7.5cvs1
689 Fix Bug 2107 - Arrow keys don't work in message view window
691 2010-01-31 [paul] 3.7.5
698 2010-01-23 [pawel] 3.7.4cvs10
701 Fix button sensitivity in compose mode
703 2010-01-23 [pawel] 3.7.4cvs9
706 * tools/kdeservicemenu/install.sh
707 * tools/make.themes.project
708 * tools/nautilus2claws-mail.sh
709 * tools/popfile-link.sh
710 * tools/textviewer.sh
711 Not all systems have bash installed in /bin, use env(1) to find
714 2010-01-22 [pawel] 3.7.4cvs8
716 * src/prefs_account.c
717 * src/prefs_filtering.c
719 * src/gtk/colorlabel.c
720 Add some separators in combos
722 2010-01-22 [pawel] 3.7.4cvs7
725 --disable-aspell -> --disable-enchant
727 Fix options spacing in configure --help
729 Make wizard's window centered on the screen
731 2010-01-19 [holger] 3.7.4cvs6
735 Introduce folder_get_item_from_identifier().
736 In contrast to folder_find_item_from_identifier(), this
737 function recursively creates the FolderItems in the id path.
738 Useful for programmatically creating folders (e.g. by plugins)
740 2010-01-17 [pawel] 3.7.4cvs5
745 2010-01-16 [colin] 3.7.4cvs4
747 * src/plugins/pgpcore/sgpgme.c
748 Probably fix bug 2098, 'claws-mails crashes frequently
749 with pgpcore'. Fix double-free.
751 2010-01-16 [holger] 3.7.4cvs3
753 * src/prefs_toolbar.h
756 2010-01-15 [colin] 3.7.4cvs2
759 Decode mimeinfo before decrypting it. Probably
760 fixes bug 2059 'gpgme >=1.1.8 not compatible
761 with S/MIME encryption' and bug 2076 'having
762 worked 2 times properly CLAWS ceased to
763 decrypt incoming PGP mails -displays base64
764 instead - sucks completely'
765 Let's hope complete suckage ends here!
766 Thanks to Matthias Drochner.
768 2010-01-08 [paul] 3.7.4cvs1
770 * tools/claws.i18n.status.pl
773 2010-01-08 [paul] 3.7.4
780 2010-01-08 [paul] 3.7.3cvs57
794 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
795 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
796 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
799 2010-01-08 [paul] 3.7.3cvs56
802 fix bug 2089, 'URLs ending with an underscore ('_')
803 are not correctly parsed'. thanks to Johan
805 2010-01-05 [colin] 3.7.3cvs55
808 Update french translation
810 2010-01-04 [mones] 3.7.3cvs54
813 Update Spanish translation
815 2010-01-04 [mones] 3.7.3cvs53
819 * manual/es/claws-mail-manual.xml
820 * manual/es/intro.xml
821 * manual/es/plugins.xml
822 Synchronise with English version
824 2010-01-03 [paul] 3.7.3cvs52
829 update TEAM_LIST, fix encoding
831 2010-01-03 [mir] 3.7.3cvs51
834 When composing to a NNTP list TO: will always be preset
835 to the NNTP list unless user has chosen some other default
836 in which case we will handle this the normal way. Therefore
837 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
839 2010-01-01 [paul] 3.7.3cvs50
842 bump copyright year whilst it's in mind
844 2009-12-31 [paul] 3.7.3cvs49
846 * manual/claws-mail-manual.xml
849 fix links so that they make sense in the context of the
850 text version of the manual
852 2009-12-31 [paul] 3.7.3cvs48
856 updates, improvements, corrections, additions
858 2009-12-29 [pawel] 3.7.3cvs47
860 * src/prefs_filtering_action.c
861 Fix Bug 2082 'Wrong color rectangle position when replacing
862 "color" processing rule'
864 2009-12-29 [colin] 3.7.3cvs46
867 Fix bug 2074, 'Remember sending account
870 2009-12-20 [holger] 3.7.3cvs45
873 Delay CREATED_HOOKLIST invokation until
874 after the modifications to the compose window
875 are done, to allow hooks to further modify the
876 window without getting overridden again
878 2009-12-20 [holger] 3.7.3cvs44
880 * src/prefs_toolbar.h
883 2009-12-20 [holger] 3.7.3cvs43
885 * src/prefs_toolbar.c
886 * src/prefs_toolbar.h
888 Pass window struct to caller
890 2009-12-20 [holger] 3.7.3cvs42
894 Add hooklist after creation of a compose window
896 2009-12-19 [holger] 3.7.3cvs41
898 * src/prefs_toolbar.c
899 * src/prefs_toolbar.h
901 Allow plugins to choose to which toolbar they want
902 to add actions (main window, compose window, or message view)
904 2009-12-19 [paul] 3.7.3cvs40
907 fix statusbar in GTK+ 2.19.1
909 2009-12-10 [pawel] 3.7.3cvs39
912 Better fix for cvs28 regression
914 2009-12-10 [iwkse] 3.7.3cvs38
919 2009-12-10 [iwkse] 3.7.3cvs37
922 Add missing checks for gtkaspell: avoid
923 crashing in some cases when Enchant is
924 enabled but the spell checker is disabled
927 2009-12-09 [colin] 3.7.3cvs36
930 Fix leak and unchecked accesses.
932 2009-12-09 [mir] 3.7.3cvs35
935 Fix Bug 2072 "template at folder properties is not working"
938 2009-12-08 [pawel] 3.7.3cvs34
941 When 'Reply All' remove current compose address from
942 Cc/Bcc list - fix for regression introduced in cvs28
944 2009-12-05 [pawel] 3.7.3cvs33
947 Fix memory management, duh!
949 2009-12-04 [pawel] 3.7.3cvs32
952 Use case insensitive comparison in search for
955 Refresh scrollbars on every window open
957 2009-12-04 [pawel] 3.7.3cvs31
960 Highlight misspelled words when applying template and
961 check_while_typing option is on
963 2009-12-03 [pawel] 3.7.3cvs30
966 Highlight misspelled words in text inserted from file(s)
967 or pasted to message body when check_while_typing
970 2009-12-02 [pawel] 3.7.3cvs29
973 Revert first part of previous commit
975 2009-12-02 [pawel] 3.7.3cvs28
978 Fix Bug 2055 "duplicate mailing list reply if
979 List-Post + Reply-To present"
980 - Ignore Reply-To if answering to ML
981 - Improve parsing of List-Post header
983 2009-12-02 [pawel] 3.7.3cvs27
987 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
988 email had user in "From" and "CC"
989 Don't allow duplicate addresses in compose window headers
991 2009-12-02 [mones] 3.7.3cvs26
994 * manual/es/intro.xml
995 * manual/fr/intro.xml
996 * manual/it/intro.xml
997 * manual/pl/intro.xml
998 Make URL to point current site
1000 2009-12-01 [holger] 3.7.3cvs25
1004 Introduce new drag type "claws-mail/msg-path-list" for
1005 drag'n'drop of a message selection from the summaryview
1006 into other applications. The drag data gets set to the
1007 folder-item-id followed by message ids, separated by newlines.
1008 This enables other applications to back-link to Claws Mail
1009 via a "claws-mail --select" call after they received a drop.
1011 2009-11-30 [mir] 3.7.3cvs24
1014 Place cursor in compose window according to provided input
1015 If to: is present place cursor in subject field and if both
1016 to: and subject: is present place cursor in body. If body: is
1017 present insert a new line after text and place cursor there.
1019 2009-11-27 [mones] 3.7.3cvs23
1021 * src/gtk/quicksearch.c
1022 Allow viewing longer expressions if there's space
1024 2009-11-25 [holger] 3.7.3cvs22
1027 * src/common/Makefile.am
1028 * src/common/utils.c
1029 * src/common/utils.h
1030 Add a function to query the
1031 filepath of the .desktop file
1033 2009-11-25 [colin] 3.7.3cvs21
1036 Fix bug 2063, 'glib assertion in GRelation use in
1039 2009-11-24 [pawel] 3.7.3cvs20
1041 * src/common/utils.c
1042 Fix Bug 2053 'Inconsistent application of Coloration
1044 Don't allow '<' character between quotation marks
1046 2009-11-21 [holger] 3.7.3cvs19
1049 Modify cairo clip handling in preview windows,
1050 to prevent print preview windows from being blank
1051 with GTK+ 2.18. Follow recommendation of the GTK+
1052 documentation (section "Migrating to client side windows")
1053 and create a new cairo context for each expose event.
1055 2009-11-19 [pawel] 3.7.3cvs18
1058 complete 3.7.3cvs15 so install is DESTDIR safe
1059 remove icons with changed names on uninstall
1061 2009-11-18 [pawel] 3.7.3cvs17
1064 remove unneeded and code-duplicating function
1066 2009-11-18 [pawel] 3.7.3cvs16
1069 Fix Bug 2057 'Claws mail does not keep renamed names
1070 of nntp-subscribed groups'
1071 Check for already subscribed group using item->path for group
1072 comparision as folders item->path != item->name may be truth
1073 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1075 2009-11-17 [pawel] 3.7.3cvs15
1078 Fix Bug 2049 'some icons not copied?'
1079 Install additional 64x64 and 128x128 icons
1081 2009-11-17 [holger] 3.7.3cvs14
1083 * src/prefs_toolbar.c
1084 * src/prefs_toolbar.h
1087 Allow plugins to register toolbar items
1089 2009-11-11 [pawel] 3.7.3cvs13
1095 Fix Bug 1867 Changing account does not change BCC address
1096 Set account specific headers when changing account
1099 2009-11-07 [colin] 3.7.3cvs12
1101 * src/gtk/prefswindow.c
1102 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
1105 2009-11-07 [colin] 3.7.3cvs11
1107 * src/gtk/spell_entry.c
1108 Fix bug 2040, 'numbers in subject entry marked as misspelled'
1109 Patch by Pawel Pekala
1111 2009-10-27 [colin] 3.7.3cvs10
1114 Fix bug 2028, 'Attempts to connect to all accounts on exit'
1115 Don't try to check whether the folder is up-to-date if
1116 the folder class doesn't implement set_mtime, as we don't
1117 care in this case. This code exists since a long time, but
1118 the bug was triggered by more scanning of queue folders
1119 since recently (when we added \Deleted handling).
1121 2009-10-27 [colin] 3.7.3cvs9
1124 Try to fix registering as default client
1127 2009-10-21 [wwp] 3.7.3cvs8
1129 * src/common/utils.c
1130 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
1132 2009-10-21 [wwp] 3.7.3cvs7
1134 * src/common/utils.c
1135 Don't core dump when attempting to insert a non-existing
1136 file using a mailto: uri (g_error does core dump).
1138 2009-10-20 [colin] 3.7.3cvs6
1140 * src/common/utils.c
1141 Don't g_error on normal warnings...
1143 2009-10-20 [colin] 3.7.3cvs5
1145 * src/plugins/pgpcore/sgpgme.c
1146 Fix bug 1996, 'S/MIME key not selected'
1147 Check for S/MIME certs too
1149 2009-10-20 [colin] 3.7.3cvs4
1151 * src/common/w32lib.h
1152 Fix win32 build on latest mingw32
1154 2009-10-20 [colin] 3.7.3cvs3
1159 Fix LDIF export. Patch by Michael Rasmussen
1161 2009-10-18 [paul] 3.7.3cvs2
1163 * tools/claws.i18n.status.pl
1164 increase the value of $transolddays since we're relasing less
1166 rework the en_GB.po hack so that en_GB is always 100% translated
1167 and recently updated
1169 2009-10-17 [paul] 3.7.3cvs1
1171 * src/prefs_account.c
1172 * src/prefs_compose_writing.c
1173 * src/prefs_receive.c
1174 * src/prefs_summaries.c
1175 * src/prefs_wrapping.c
1176 reword a few labels. (this incorporates everything
1177 that seemed worthwhile from bug 2020)
1178 * src/prefs_customheader.c
1179 use a 'Browse' button instead of button with
1180 label 'From file...'
1184 * CVS repository change
1186 2009-10-09 [paul[ 3.7.3
1188 version 3.7.3 unleashed!!
1190 2009-10-07 [paul] 3.7.2cvs49
1195 fix Bug 1994 - Changing colors required restart.
1196 in the process rename folderview_reflect_prefs_pixmap_theme() to the
1197 more accurate folderview_reinit_fonts()
1199 2009-10-07 [paul] 3.7.2cvs48
1202 * src/prefs_common.c
1203 * src/prefs_common.h
1204 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
1205 patch by Pawel Pekala
1207 2009-10-07 [paul] 3.7.2cvs47
1215 updated by David Vachulka, Stephan Sachse and Marc Arens,
1216 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
1219 2009-10-06 [colin] 3.7.2cvs46
1222 French translation update
1224 2009-10-05 [paul] 3.7.2cvs45
1227 enable Page Size and Orientation in the print dialog,
1228 GTK+ >= 2.18.x only. Patch by Mark__T
1230 2009-10-05 [paul] 3.7.2cvs44
1232 * src/prefs_summaries.c
1233 fix label, startup --> start-up, to match other uses of the
1236 2009-10-05 [paul] 3.7.2cvs43
1239 updated by Emilian Nowak
1241 2009-10-03 [colin] 3.7.2cvs42
1245 * src/gtk/gtkcmclist.c
1246 * src/gtk/gtkvscrollbutton.c
1247 * src/gtk/logwindow.c
1249 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
1250 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
1251 Fix warning at start
1253 2009-09-28 [colin] 3.7.2cvs41
1257 * src/prefs_folder_item.c
1258 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
1260 2009-09-28 [colin] 3.7.2cvs40
1262 * src/prefs_summaries.c
1263 * src/gtk/sslcertwindow.c
1264 Fix bug 2006, 'Non-utf8 strftime(3) date strings
1265 shows up garbled in GUI'. Patch by Pawel Pekala
1267 2009-09-24 [iwkse] 3.7.2cvs39
1270 That's only for statistics, of course :)
1272 2009-09-24 [iwkse] 3.7.2cvs38
1277 2009-09-24 [iwkse] 3.7.2cvs37
1280 Revert unwanted change
1282 2009-09-24 [iwkse] 3.7.2cvs36
1285 Fix issue with filtering actions and
1288 2009-09-20 [mones] 3.7.2cvs35
1290 * tools/convert_mbox.pl
1291 Add -R flag to support recursive conversions
1292 of arbitrary Evolution mail folders, based on
1293 bash script by Daniel Dickinson (fixes debian
1295 * tools/popfile-link.sh
1296 Set required shell for script (fixes debian
1299 2009-09-16 [colin] 3.7.2cvs34
1302 Go grab files in /etc/skel if they exist
1305 2009-09-15 [colin] 3.7.2cvs33
1308 Complete 3.7.1cvs42: only output directly to
1309 final file if we get NULL byes at the start.
1310 Still fixes saving UTF16 files, but also
1311 fixes displaying Base64 parts with decoding
1312 errors (parts without errors get displayed)
1314 2009-09-14 [colin] 3.7.2cvs32
1318 * src/matcher_parser_parse.y
1319 * src/prefs_matcher.c
1320 Add 'has_attachment' and 'signed' matcher
1321 expressions. Patch by Aleksei Miheev, fixes
1324 2009-09-14 [colin] 3.7.2cvs31
1326 * src/common/utils.c
1327 Add "Re :" prefix from french Yahoo mail.
1328 Patch by Didier Barvaux, fixes bug 1999
1330 2009-09-10 [mones] 3.7.2cvs30
1332 * manual/plugins.xml
1333 Fix sites supported by SpamReport
1334 * manual/es/plugins.xml
1335 Synchronise Spanish manual
1337 2009-09-07 [holger] 3.7.2cvs29
1340 Also update the icon cache on uninstall.
1341 This prevents possible problems when Claws Mail was
1342 uninstalled and installed again into a different location,
1343 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
1344 and the blog post linked therein
1346 2009-09-07 [paul] 3.7.2cvs28
1348 * src/prefs_toolbar.c
1349 when updating the main toolbar icons just update
1350 the main toolbar (and consequently fix a bug where
1351 folderview icons would disappear)
1353 2009-08-30 [holger] 3.7.2cvs27
1356 Do case-insensitive comparison against
1357 header names when extracting recipients
1360 2009-08-23 [colin] 3.7.2cvs26
1363 Probably fix RH bug 512024, " folder.c:3543
1364 Condition msglist != NULL failed"
1366 2009-08-23 [colin] 3.7.2cvs25
1368 * src/prefs_compose_writing.c
1369 Make the maximum size warning bigger. Patch
1370 by Didier Barvaux on bug 1986.
1372 2009-08-21 [colin] 3.7.2cvs24
1375 Previous commit: move the function into compose_insert_file
1376 so that it's also used on drag-n-drop
1378 2009-08-21 [colin] 3.7.2cvs23
1381 Fix scrolling when adding an header
1383 2009-08-21 [colin] 3.7.2cvs22
1386 * src/prefs_common.c
1387 * src/prefs_common.h
1388 * src/prefs_compose_writing.c
1389 * src/common/utils.c
1390 Fix bug 1986, "New feature: warn user when inserting
1391 a large file in the message body". Patch by Didier
1394 2009-08-21 [colin] 3.7.2cvs21
1398 * src/common/utils.c
1399 Fix bug 1984: Add R�f. : reply prefix (french
1400 Lotus Notes); patch by Didier Barvaux
1402 2009-08-21 [colin] 3.7.2cvs20
1406 Fix bug 1969, 'Bad guess for outgoing encoding'
1407 Make sure the specific converters (japanese in
1408 this case) can return success/error in strict
1409 mode, instead of silently failing back to
1412 2009-08-20 [holger] 3.7.2cvs19
1416 Make it possible for code outside
1417 compose (e.g. plugins) to attach files
1419 2009-08-20 [colin] 3.7.2cvs18
1422 Fix crash when accessing IMAP soon
1424 2009-08-18 [colin] 3.7.2cvs17
1427 Maybe fix crash on non-existent LDAP server
1429 2009-08-04 [colin] 3.7.2cvs16
1432 Fix toolbar's spacing that breaks dark
1433 themes (patch from http://blogs.igalia.com/aperez/
1434 2009/07/making-claws-mail-look-better/)
1436 2009-07-28 [colin] 3.7.2cvs15
1439 * src/addrcustomattr.c
1441 * src/addressbook_foldersel.c
1449 * src/editldap_basedn.c
1460 * src/prefs_actions.c
1461 * src/prefs_customheader.c
1462 * src/prefs_display_header.c
1463 * src/prefs_filtering.c
1464 * src/prefs_folder_column.c
1465 * src/prefs_matcher.c
1466 * src/prefs_summary_column.c
1467 * src/prefs_summary_open.c
1468 * src/prefs_template.c
1471 Fix bug 1950, 'Program freeze up during folder selection'
1472 Don't leave hidden windows modal
1474 2009-07-28 [colin] 3.7.2cvs14
1477 Fix bug 1957, 'LDAP errs out after searching too
1480 2009-07-28 [colin] 3.7.2cvs13
1483 Fix bug 1966, '"Collapse all threads" slower than
1484 "Expand all threads"'
1486 2009-07-28 [colin] 3.7.2cvs12
1488 * src/common/session.c
1489 Fix bug 1967, 'Claws gets stuck after accepting
1490 a certificate warning dialog'
1492 2009-07-19 [paul] 3.7.2cvs11
1494 * manual/plugins.xml
1495 a few small changes to the English
1497 2009-07-18 [mones] 3.7.2cvs10
1499 * manual/plugins.xml
1500 Add new bsfilter and fancy plugins to the docs
1501 and a note about dealing with plugins of the same class
1502 * src/prefs_account.c
1503 Fix extra space at the end typo
1505 2009-07-16 [colin] 3.7.2cvs9
1508 Fix wrong return without unlocking; thanks
1511 2009-07-14 [colin] 3.7.2cvs8
1514 Fix bug 1954, 'Segfault on reading wrong STATUS'
1516 2009-07-10 [colin] 3.7.2cvs7
1518 * src/plugins/pgpcore/plugin.def
1519 * src/common/utils.h
1522 2009-07-10 [colin] 3.7.2cvs6
1524 * src/prefs_display_header.c
1525 Fix bug 1951, 'C-Mail dumps core when editing
1526 displayed headers'. Patch by Alexey Rusakov
1528 2009-07-10 [colin] 3.7.2cvs5
1531 Fix bug 1952, 'Deleted mails in Queue folder
1534 2009-07-09 [colin] 3.7.2cvs4
1536 * src/gtk/spell_entry.c
1537 Fix bug 1949, 'Spell checker doesn't recognise
1538 certain word in Subject header, but does in
1539 message body'. Patch by Pawel Pekala.
1541 2009-07-09 [paul] 3.7.2cvs3
1544 use pkgconfig to check for the minimum required
1547 2009-07-06 [colin] 3.7.2cvs2
1549 * src/prefs_customheader.c
1552 2009-07-04 [paul] 3.7.2cvs1
1554 * tools/claws.i18n.status.pl
1557 2009-07-03 [paul] 3.7.2
1564 2009-07-03 [paul] 3.7.1cvs85
1571 added new translations by Tiago Faria and Slavko
1584 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
1585 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
1586 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
1587 Goncalves Guimaraes, Aleksei Miheev
1589 2009-07-01 [colin] 3.7.1cvs84
1591 * src/prefs_common.c
1592 Fix bug 1940, 'Doesn't open links in
1593 user's default browser'. Turn the preference
1594 to TRUE by default; that will only change the
1595 behaviour for new users.
1597 2009-06-29 [colin] 3.7.1cvs83
1601 * src/prefs_filtering_action.c
1602 Fix bug 1935, 'problems with very long filtering actions':
1603 Use a dynamic buffer in action to string, and a bigger
1604 buffer in string to action
1606 2009-06-29 [colin] 3.7.1cvs82
1608 * src/matcher_parser_lex.l
1609 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
1611 2009-06-29 [colin] 3.7.1cvs81
1616 Fix crash (out-of-bounds tree column)
1617 * src/gtk/gtkcmctree.c
1618 * src/gtk/gtksctree.c
1619 Prevent using an out-of-bounds tree column
1621 2009-06-29 [colin] 3.7.1cvs80
1625 Leak fixes; patch by Pawel Pekala.
1627 2009-06-26 [colin] 3.7.1cvs79
1630 Sort by msgnum if dates are equal
1632 2009-06-24 [paul] 3.7.1cvs78
1635 make some (forgotten) strings translatable
1637 2009-06-19 [colin] 3.7.1cvs77
1640 Fix menu sensitiveness
1642 2009-06-18 [colin] 3.7.1cvs76
1645 * src/plugins/pgpcore/sgpgme.c
1646 * src/plugins/pgpcore/sgpgme.h
1647 * src/plugins/pgpmime/mypgpcore.def
1648 * src/plugins/pgpmime/pgpmime.c
1649 * src/plugins/smime/mypgpcore.def
1650 * src/plugins/smime/smime.c
1651 Use largefile support (and stop using our old GPGME
1652 hack on gpgme_data_seek/rewind)
1653 (See 1.9.12cvs44 to 46 - if this breaks things we
1656 2009-06-13 [colin] 3.7.1cvs75
1658 * src/gtk/spell_entry.c
1659 Fix assertion. We can put a NULL gtkaspell to
1660 an entry; it just means it won't be spell-checked.
1662 2009-06-12 [mones] 3.7.1cvs74
1666 * src/prefs_account.c
1667 * src/prefs_account.h
1668 * src/common/utils.c
1669 * src/common/utils.h
1670 Added preference to use account address in generated
1671 Message-Id. Fixes Debian bug #531052
1673 2009-06-12 [colin] 3.7.1cvs73
1676 Better fix, API-compatible with libgnutls13
1678 2009-06-12 [colin] 3.7.1cvs72
1681 Use compatibility mode in GnuTLS, and avoid problems with
1682 servers that don't comply 100% with the spec, but still
1685 2009-06-06 [iwkse] 3.7.1cvs71
1688 Ops..revert a mix with another patch
1690 2009-06-06 [iwkse] 3.7.1cvs70
1693 A better fix for the previous commit's issue
1695 2009-06-06 [iwkse] 3.7.1cvs69
1698 Fix shutting down of Claws Mail while a GTK_Return keypress
1699 event is sent to the Attach property window
1701 2009-06-05 [colin] 3.7.1cvs68
1704 Fix build on GTK+ 2.6
1706 2009-06-03 [mones] 3.7.1cvs67
1708 * tools/make.themes.project
1709 Oops! fix header, sorry Paul ;-)
1711 2009-06-03 [mones] 3.7.1cvs66
1713 * tools/make.themes.project
1714 Add support for PNG themes and other
1715 fixes i don't remember now... :)
1717 2009-06-02 [colin] 3.7.1cvs65
1720 * src/prefs_template.c
1722 Fix error messages in templates, and fix their
1725 2009-05-22 [colin] 3.7.1cvs64
1730 2009-05-22 [colin] 3.7.1cvs63
1733 Fix phantom button behind entry when
1734 changing fields via Tools/Reply mode.
1736 2009-05-22 [colin] 3.7.1cvs62
1741 2009-05-21 [mones] 3.7.1cvs61
1745 Add button to empty header lines with one click
1747 2009-05-21 [paul] 3.7.1cvs60
1751 * src/plugins/trayicon/trayicon.c
1752 when quitting from the trayicon, honour
1753 prefs_common.clean_on_exit
1755 2009-05-21 [paul] 3.7.1cvs59
1757 * src/gtk/Makefile.am
1758 remove duplicate entry
1759 thanks to Charles A Edwards
1761 2009-05-19 [paul] 3.7.1cvs58
1763 * src/send_message.c
1764 clear progressbar in the statusbar on 'Cancel'
1766 2009-05-16 [colin] 3.7.1cvs57
1772 2009-05-16 [colin] 3.7.1cvs56
1775 Remove msgnum>0 condition for removing messages
1776 from caches. There's no such condition on add.
1777 Fixes bug 1913, 'Allow to remove phantom
1778 messages from the cache'; patch by Fabian
1779 Keil <fk at fabiankeil.de>
1781 2009-05-12 [holger] 3.7.1cvs55
1785 Introduce hook after showing of the message view
1787 2009-05-11 [colin] 3.7.1cvs54
1790 Fix bug 1872, 'A: Cc: CCi: selector should
1791 default on same as preceding contact'
1793 2009-05-10 [holger] 3.7.1cvs53
1797 Add a hook to make it possible for plugins to
1798 modify the address completion list
1800 2009-05-06 [paul] 3.7.1cvs52
1804 fix bug 1915, 'Mails signed with smime.p7s
1805 display both signed and attachment icon.'
1807 2009-05-05 [colin] 3.7.1cvs51
1809 * src/common/utils.c
1812 2009-05-05 [colin] 3.7.1cvs50
1814 * src/common/utils.c
1815 Fix bug 1895, '(imap) cache issues when cache dir is on a
1816 different mountpoint than tempdir'
1818 2009-05-04 [colin] 3.7.1cvs49
1821 Probably fix bug 1914, 'Crash reading
1822 corrupted tags file'
1824 2009-04-26 [paul] 3.7.1cvs48
1827 * src/gtk/gtkaspell.h
1828 fix bug 1904, 'build mechanism looks for
1829 'enchant.h' in a wrong place'
1831 2009-04-25 [paul] 3.7.1cvs47
1834 gah! fix coding style!
1836 2009-04-25 [paul] 3.7.1cvs46
1840 if building with GTK+ >= 2.16 use
1841 gtk_orientable_set_orientation() instead of now
1842 deprecated gtk_toolbar_set_orientation()
1844 2009-04-24 [colin] 3.7.1cvs45
1847 Ask before sending if an attached file has
1850 2009-04-19 [paul] 3.7.1cvs44
1852 * src/prefs_common.c
1853 * src/prefs_common.h
1855 save About window size.
1856 patch by Pawel Pekala
1858 2009-04-12 [paul] 3.7.1cvs43
1860 * tools/csv2addressbook.pl
1861 add extra CSV fields that are now appended
1862 by thunderbird (version 2.0.0.21)
1864 2009-04-08 [colin] 3.7.1cvs42
1867 fix saving (but not displaying) of UTF-16
1870 2009-04-08 [colin] 3.7.1cvs41
1872 * src/gtk/manage_window.c
1873 Disable transient windows on win32 - seems to
1874 fix most focusing issues
1876 2009-04-05 [colin] 3.7.1cvs40
1879 Don't ask whether we want to send deleted mails in queue
1880 folders; also, don't send deleted mails when flushing
1883 2009-04-04 [paul] 3.7.1cvs39
1889 * tools/claws.i18n.status.pl
1890 add new Indonesian translation, by
1893 2009-04-03 [paul] 3.7.1cvs38
1899 2009-04-03 [colin] 3.7.1cvs37
1903 Fix bug 1891, 'Add support for gopher:// links'
1904 Patch by Jacob Head <clawsmail at jacob-head.com>
1905 Let's go back to the roots!
1907 2009-04-03 [paul] 3.7.1cvs36
1912 2009-04-03 [paul] 3.7.1cvs35
1915 add AC_CONFIG_MACRO_DIR([m4])
1916 remove CLAWS_ACLOCAL_INCLUDE(m4)
1917 * m4/aclocal-include.m4
1918 removed this now unneeded file
1920 2009-04-02 [colin] 3.7.1cvs34
1922 * src/common/utils.h
1923 Fix previous (thanks to Marcus :)
1925 2009-04-02 [colin] 3.7.1cvs33
1927 * src/common/utils.h
1928 * src/etpan/etpan-thread-manager.c
1929 pipe() was a macro from GLib on win32 until
1930 glib 2.13.2. It's undefined after that.
1931 Thanks to Marcus Brinkmann for the heads-up!
1933 2009-03-31 [colin] 3.7.1cvs32
1935 * src/folder_item_prefs.c
1936 Copy folder settings with prefs
1938 2009-03-31 [colin] 3.7.1cvs31
1940 * src/prefs_account.c
1941 Don't use un-sensitive checkboxes in Privacy tab
1942 when privacy system in None (makes unchecking
1943 painful when no privacy plugin is loaded)
1945 2009-03-30 [colin] 3.7.1cvs30
1952 * src/prefs_account.c
1953 * src/prefs_account.h
1956 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
1957 Add an option on the Receive page of IMAP account preferences:
1958 "Move deleted mails to trash and expunge immediately". This
1959 option defaults to TRUE to avoid changing the existing behaviour.
1960 Setting it to FALSE prevents automatic expunging.
1961 Also, add Tools/Expunge and View/Hide deleted messages menu items
1962 (View/Hide deleted message being a per-folder setting, and behaving,
1963 like View/Hide read messages).
1965 2009-03-30 [colin] 3.7.1cvs29
1968 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
1969 ask for IMAP password when using GSSAPI auth
1971 2009-03-27 [colin] 3.7.1cvs28
1974 Fix cvs14, make sure we mark non-existent caches dirty
1975 (or they never get written)
1977 2009-03-27 [colin] 3.7.1cvs27
1980 Fix tag update when all tags are removed
1983 2009-03-25 [colin] 3.7.1cvs26
1986 Fix configure.ac, thanks to Pawel
1988 2009-03-25 [colin] 3.7.1cvs25
1991 * src/etpan/nntp-thread.c
1992 Fix header fetching (NG/To/Cc). Fixes
1993 bug 1883, 'Message processing fails to
1994 act on Newsgroups: field'
1996 2009-03-23 [colin] 3.7.1cvs24
1999 Fix internal headers visible in queue/sent
2001 2009-03-23 [colin] 3.7.1cvs23
2004 Fix check for RC (resource compiler) used
2005 on win32 (AC_LIBTOOL_RC used to call it
2006 implicitely but stopped)
2008 2009-03-19 [colin] 3.7.1cvs22
2011 Put spam button in default toolbar even if
2012 bogofilter and spamassassin are not built.
2013 Other anti-spam plugin could exist! :)
2014 * src/common/utils.c
2015 Fix exit status fetch on win32
2017 2009-03-18 [paul] 3.7.1cvs21
2019 * src/gtk/spell_entry.c
2020 fix "[BUG] Wrong word replaced in 'Subject:'
2021 when spell-checking correction used"
2022 Patch by Pawel Pekala
2024 2009-03-17 [colin] 3.7.1cvs20
2026 * src/common/utils.c
2027 Fix win32 build (from cvs12)
2029 2009-03-17 [colin] 3.7.1cvs19
2032 Fix bug 1735, 'Change To: and Newsgroups:
2033 recipient field according account type'
2036 2009-03-17 [colin] 3.7.1cvs18
2039 * src/prefs_common.c
2040 * src/prefs_common.h
2042 * src/common/prefs.c
2043 Add preference for fsyncing metadata
2045 2009-03-16 [paul] 3.7.1cvs17
2047 * src/prefs_customheader.c
2048 add forgotten #if HAVE_LIBCOMPFACE
2050 2009-03-16 [paul] 3.7.1cvs16
2052 * src/prefs_customheader.c
2053 put the (X-)Face preview image below the up/down
2054 buttons so they don't jump around.
2055 make the list reorderable by drag'n'drop
2057 2009-03-16 [colin] 3.7.1cvs15
2059 * src/prefs_customheader.c
2060 Add a (X-)Face preview. Patch by iwkse.
2062 2009-03-16 [colin] 3.7.1cvs14
2068 * src/common/prefs.c
2069 Add fsync calls to make sure we don't
2070 lose data on system crashes. (to do:
2071 add a pref to allow people choosing raw
2074 2009-03-15 [colin] 3.7.1cvs13
2076 * src/gtk/gtkaspell.c
2077 Fix empty menu when there are no
2078 suggestions (using the Spelling menu)
2080 2009-03-14 [colin] 3.7.1cvs12
2082 * src/common/utils.c
2083 Win32: fix subject prefix length
2085 2009-03-11 [mones] 3.7.1cvs11
2088 fix encoding declared in header
2089 update translation now we're at it
2091 2009-03-10 [colin] 3.7.1cvs10
2094 Fix "wrong mime" message printed out multiple
2097 2009-03-10 [colin] 3.7.1cvs9
2099 * src/prefs_folder_item.c
2102 2009-03-09 [paul] 3.7.1cvs8
2104 * src/prefs_folder_item.c
2105 * src/send_message.c
2106 fixes to english text
2108 2009-03-08 [paul] 3.7.1cvs7
2111 correct errors in header
2113 2009-03-08 [paul] 3.7.1cvs6
2119 * tools/claws.i18n.status.pl
2120 add Japanese translation, submitted by kazken3
2122 2009-03-07 [colin] 3.7.1cvs5
2125 Don't let the invalid MIME warning hide
2126 other noticeview (Partial receive or
2129 2009-03-07 [colin] 3.7.1cvs4
2134 2009-03-07 [colin] 3.7.1cvs3
2139 Handle mimeparts that lack an end boundary.
2140 They're invalid but it's too annoying for
2141 normal users to fix.
2143 2009-03-06 [wwp] 3.7.1cvs2
2146 * src/folder_item_prefs.c
2147 * src/folder_item_prefs.h
2148 * src/prefs_folder_item.c
2149 Add per-folder default cc, bcc and reply-to.
2151 2009-03-06 [colin] 3.7.1cvs1
2154 * src/gtk/gtksourceprintjob.c
2155 Fix build with old print interface
2157 2009-03-06 [paul] 3.7.1
2164 2009-03-06 [paul] 3.7.0cvs78
2175 updated by David Vachulka, Stephan Sachse, Flammie
2176 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
2177 Frederico Goncalves Guimaraes, Lars Persson Fink,
2180 2009-03-03 [colin] 3.7.0cvs77
2182 * src/prefs_filtering.c
2183 Win32: Fix bug 1865, 'IMAP account name changes
2184 are not followed at filter actions'
2186 2009-03-02 [colin] 3.7.0cvs76
2189 Fix Launchpad bug 335571: 'claws-mail crashed
2190 with SIGSEGV in strlen() while deleting
2191 large amount of e-mails on IMAP account
2193 2009-02-27 [mones] 3.7.0cvs75
2195 * manual/es/account.xml
2197 * manual/es/addrbook.xml
2198 * manual/es/advanced.xml
2199 * manual/es/claws-mail-manual.xml
2201 * manual/es/glossary.xml
2203 * manual/es/handling.xml
2204 * manual/es/intro.xml
2205 * manual/es/keyboard.xml
2206 * manual/es/plugins.xml
2207 * manual/es/starting.xml
2208 Sync with English version, fix some typos
2209 Changed encoding to UTF-8
2211 Update for release, changed encoding to UTF-8
2213 2009-02-24 [colin] 3.7.0cvs74
2216 Don't print separation line if there
2219 2009-02-23 [cleroy] 3.7.0cvs73
2228 * src/addrduplicates.c
2231 * src/addressbook_foldersel.c
2239 * src/customheader.c
2241 * src/editaddress_other_attributes_ldap.c
2279 * src/prefs_account.c
2280 * src/prefs_actions.c
2281 * src/prefs_common.c
2282 * src/prefs_filtering.c
2283 * src/prefs_filtering_action.c
2284 * src/prefs_folder_column.c
2285 * src/prefs_folder_item.c
2287 * src/prefs_matcher.c
2290 * src/prefs_summaries.c
2291 * src/prefs_summary_column.c
2292 * src/prefs_template.c
2293 * src/prefs_themes.c
2294 * src/prefs_toolbar.c
2301 * src/remotefolder.c
2302 * src/send_message.c
2303 * src/sourcewindow.c
2305 * src/stock_pixmap.c
2306 * src/summary_search.c
2313 * src/common/base64.c
2314 * src/common/claws.c
2315 * src/common/hooks.c
2316 * src/common/plugin.c
2317 * src/common/prefs.c
2318 * src/common/session.c
2320 * src/common/socket.c
2321 * src/common/string_match.c
2322 * src/common/stringtable.c
2323 * src/common/utils.c
2324 * src/common/utils.h
2326 * src/common/xmlprops.c
2327 * src/gtk/colorlabel.c
2328 * src/gtk/combobox.c
2329 * src/gtk/foldersort.c
2330 * src/gtk/gtkaspell.c
2331 * src/gtk/gtkcmclist.c
2332 * src/gtk/gtkcmctree.c
2333 * src/gtk/gtkcmoptionmenu.c
2334 * src/gtk/gtksctree.c
2335 * src/gtk/gtkshruler.c
2336 * src/gtk/gtksourceprintjob.c
2337 * src/gtk/gtkutils.c
2338 * src/gtk/gtkvscrollbutton.c
2339 * src/gtk/logwindow.c
2341 * src/gtk/pluginwindow.c
2342 * src/gtk/prefswindow.c
2343 * src/gtk/quicksearch.c
2344 * src/gtk/spell_entry.c
2345 * src/plugins/pgpcore/select-keys.c
2346 * src/plugins/pgpinline/pgpinline.c
2347 * src/plugins/pgpmime/pgpmime.c
2348 * src/plugins/smime/smime.c
2349 * src/plugins/spamassassin/spamassassin_gtk.c
2350 Mass commit changing g_return_* to cm_return_*
2351 and making these more interesting
2353 2009-02-23 [colin] 3.7.0cvs72
2356 Always initialise error code to no error
2358 2009-02-23 [colin] 3.7.0cvs71
2361 Fix separator substitution
2363 2009-02-23 [colin] 3.7.0cvs70
2365 * src/stock_pixmap.c
2366 * src/gtk/colorlabel.c
2367 don't use g_return on normal checks
2369 2009-02-22 [colin] 3.7.0cvs69
2375 2009-02-22 [colin] 3.7.0cvs68
2377 * src/addrduplicates.c
2393 * src/prefs_common.c
2394 * src/prefs_filtering.c
2405 * src/common/socket.c
2406 * src/common/template.c
2407 * src/etpan/imap-thread.c
2408 * src/gtk/gtkaspell.c
2409 * src/gtk/gtkcmctree.c
2410 * src/gtk/gtksctree.c
2411 * src/gtk/inputdialog.c
2412 * src/plugins/pgpcore/sgpgme.c
2413 * src/plugins/pgpmime/pgpmime.c
2414 * src/plugins/smime/smime.c
2415 * src/plugins/spamassassin/spamassassin.c
2416 Fix errors caught by Coverity: NULL checks, leaks, overruns,
2417 uninitialised accesses
2419 2009-02-17 [colin] 3.7.0cvs67
2422 Disable controls during queuing
2424 2009-02-15 [colin] 3.7.0cvs66
2427 * src/plugins/pgpcore/select-keys.c
2428 * src/plugins/pgpcore/sgpgme.c
2429 Disable use of disabled keys
2431 2009-02-15 [colin] 3.7.0cvs65
2435 Fix font updating after changing
2436 prefs_common.derive_from_normal_font
2438 2009-02-12 [paul] 3.7.0cvs64
2444 * src/common/version.h.in
2448 more copyright header fixes
2450 2009-02-12 [paul] 3.7.0cvs63
2452 * src/gtk/progressdialog.c
2453 * src/gtk/progressdialog.h
2454 fix copyright header
2456 2009-02-12 [paul] 3.7.0cvs62
2458 * src/gtk/spell_entry.c
2459 * src/gtk/spell_entry.h
2460 better, more standard copyright header
2462 2009-02-12 [paul] 3.7.0cvs61
2464 * src/gtk/spell_entry.c
2465 * src/gtk/spell_entry.h
2466 changes to copyright header
2468 2009-02-12 [paul] 3.7.0cvs60
2470 * src/gtk/spell_entry.c
2471 * src/gtk/spell_entry.h
2474 2009-02-11 [colin] 3.7.0cvs59
2476 * src/gtk/spell_entry.c
2477 * src/gtk/spell_entry.h
2480 2009-02-11 [colin] 3.7.0cvs58
2483 * src/gtk/Makefile.am
2484 * src/gtk/gtkaspell.c
2485 * src/gtk/gtkaspell.h
2486 Add spellcheck to subject. Patch by
2489 2009-02-10 [holger] 3.7.0cvs57
2493 Move filename define for printing page setup cache to defs.h
2495 2009-02-08 [mones] 3.7.0cvs56
2498 Fix build for bison 2.4.1
2500 2009-02-06 [holger] 3.7.0cvs55
2502 * src/prefs_common.c
2503 * src/prefs_common.h
2505 Fix restoring of custom page setups for printing by
2506 temporarily caching the settings.
2507 This is a workaround for Gnome Bug #39018, and fixes
2508 Claws Mail Bug #1840.
2510 2009-02-06 [colin] 3.7.0cvs54
2513 Fix hardcoded Shift-Q quits. Fixes
2514 bug 1838, 'Claws-Mail sometimes quits
2515 when attempting to type a capital Q'
2517 2009-01-31 [paul] 3.7.0cvs53
2520 revert 3.7.0cvs49, until there is time to find out
2521 why it causes a nasty crash!
2523 2009-01-31 [paul] 3.7.0cvs52
2526 1 string that was forgotten for translation
2528 2009-01-31 [paul] 3.7.0cvs51
2531 2 strings that were forgotten for translation
2533 2009-01-31 [paul] 3.7.0cvs50
2535 * src/gtk/prefswindow.c
2536 build prefs tree in a slightly smarter way -
2537 fix bug where if path[0] had same name as
2538 path[1], (like in the de translation), path[1]
2539 was lost and not shown in the window
2541 2009-01-31 [paul] 3.7.0cvs49
2544 fix bug 1836, 'Quoted text still blue after
2545 removal of quote-character'
2546 comment out some debug_print's that needlessly
2549 comment out a debug_print that needlessly slows
2552 2009-01-31 [paul] 3.7.0cvs48
2555 fix bug 1834, '"semi"-selection when collapsing thread'
2557 2009-01-31 [paul] 3.7.0cvs47
2559 * src/prefs_compose_writing.c
2560 * src/prefs_message.c
2561 move 'quote_chars' pref to where it should be
2563 2009-01-30 [paul] 3.7.0cvs46
2566 fix updating of popup menu sensitivity
2568 2009-01-28 [paul] 3.7.0cvs45
2570 * tools/filter_conv_new.pl
2571 move 'move' and 'delete' to end of @actions
2572 so that they are always final actions in the
2573 generated filtering rule
2575 2009-01-27 [paul] 3.7.0cvs44
2578 always select text/calendar mimepart if suitable
2579 plugin (i.e. vCalendar) is available
2581 2009-01-27 [paul] 3.7.0cvs43
2584 fix crash when right-clicking in summaryview when
2585 processing is active
2587 2009-01-22 [colin] 3.7.0cvs42
2592 When replying to signed/encrypted mail and the
2593 preference to sign/encrypt in this case is set,
2594 choose the original mail's privacy system (if
2597 2009-01-21 [colin] 3.7.0cvs41
2600 Fix warning (on-the-fly theming of
2601 addressbook isn't complete yet)
2603 2009-01-21 [colin] 3.7.0cvs40
2607 Win32: Fix window placement
2609 2009-01-21 [paul] 3.7.0cvs39
2612 update timeout log msg
2614 2009-01-17 [colin] 3.7.0cvs38
2619 * src/common/utils.c
2620 * src/etpan/imap-thread.c
2621 Fix g_open calls (which don't ignore mode)
2623 2009-01-17 [colin] 3.7.0cvs37
2632 * src/common/ssl_certificate.c
2634 * src/common/utils.c
2635 * src/etpan/imap-thread.c
2636 * src/plugins/bogofilter/bogofilter.c
2637 * src/plugins/pgpinline/pgpinline.c
2638 * src/plugins/smime/smime.c
2639 Probably fix bug 1825, 'Unable to fetch messages from
2640 IMAP folders named with non-ASCII string'
2641 Change remaining occurences of fopen and open with
2644 2009-01-17 [paul] 3.7.0cvs36
2647 update an old, outdated piece of info
2649 2009-01-17 [paul] 3.7.0cvs35
2651 * src/prefs_folder_item.c
2652 fix bug where saving Folder Properties of a
2653 sub-folder of outbox, queue, draft or trash
2654 would change its parent's folder type to normal
2656 2009-01-12 [mones] 3.7.0cvs34
2661 2009-01-12 [wwp] 3.7.0cvs33
2664 * tools/popfile-link.sh
2665 * tools/textviewer.sh
2666 Fix bashisms and other portability glitches (thanks to
2667 Steven M. Bellovin).
2669 2009-01-11 [paul] 3.7.0cvs32
2672 clean up some build warnings
2674 2009-01-11 [colin] 3.7.0cvs31
2677 Revert part of patch 3.7.0cvs29
2678 This function is used when jpilot
2681 2009-01-11 [colin] 3.7.0cvs30
2684 folder_find_child_item_by_name():
2685 actually use name, not path's basename
2687 2009-01-11 [paul] 3.7.0cvs29
2694 * src/prefs_folder_item.c
2695 clean up some build warnings
2697 2009-01-11 [paul] 3.7.0cvs28
2700 don't even mention printing support, assume its
2701 presence, unless building with GTK+ < 2.10.0
2703 2009-01-10 [colin] 3.7.0cvs27
2706 Fix bug 1811, '[mime] Crash when there's no
2707 room for filename's start on the same line'
2708 When the mimetype of the attachment is very
2709 long, there's no room at all to start the
2710 name=... parameter on the same line. This
2711 caused an infinite loop as 0 characters of
2712 the filename could be appended.
2713 In such cases, insert linebreak before the
2716 2009-01-09 [colin] 3.7.0cvs26
2720 * src/common/utils.c
2721 Win32: Fix bug 1815, 'Drag-n-Drop of files on
2722 Compose Window does not attach'
2724 2009-01-09 [colin] 3.7.0cvs25
2727 Fix bug 1817, 'Changing Themes does not
2728 update the pixmaps in "Select folder"
2731 2009-01-09 [colin] 3.7.0cvs24
2734 Win32: Fix bug 1816, 'Attaching files with
2735 command-line generates error after attaching'
2737 2009-01-09 [paul] 3.7.0cvs23
2740 forgot this '2009' in last commit
2742 2009-01-09 [paul] 3.7.0cvs22
2746 update copyright headers
2748 2009-01-09 [paul] 3.7.0cvs21
2750 * doc/man/claws-mail.1
2753 2009-01-09 [colin] 3.7.0cvs20
2756 Fix bug 1814, 'Windows' WM badly places
2759 2009-01-09 [colin] 3.7.0cvs19
2761 * src/prefs_themes.c
2762 * src/stock_pixmap.c
2763 * src/stock_pixmap.h
2764 * src/common/utils.c
2765 * src/common/utils.h
2766 Win32: Fix bug 1813, 'Installing Theme Creates Error'
2768 2009-01-08 [colin] 3.7.0cvs18
2771 Win32: Fix bug 1810, 'Pressing 'o' key
2774 2009-01-07 [colin] 3.7.0cvs17
2777 Fix bug 1432, '& not escaped in links (HTML
2780 2009-01-06 [colin] 3.7.0cvs16
2782 * src/plugins/pgpcore/select-keys.c
2783 Warn translators the usual way about
2786 2009-01-06 [colin] 3.7.0cvs15
2789 Fix synchronisation dialog that shouldn't
2790 appear when network goes down (Network
2794 Fix save as when attach_save_dir isn't set
2795 fixes bug 1804, 'attach_save_directory does
2796 not default to $HOME'
2797 * src/plugins/pgpcore/select-keys.c
2798 Add mnemonics to buttons - warn translators!
2800 2009-01-06 [wwp] 3.7.0cvs14
2802 * src/common/utils.c
2803 Fix cvs13, thanks to Colin.
2805 2009-01-06 [wwp] 3.7.0cvs13
2807 * src/common/utils.c
2808 Better support for Spanish Outlook replies (RES).
2810 2009-01-02 [colin] 3.7.0cvs12
2813 Fix (+) sign after collapsed folder names that
2814 have quicksearch-matching children.
2815 Fixes bug 1506, 'Recursive search in collapsed
2818 2009-01-02 [colin] 3.7.0cvs11
2820 * src/stock_pixmap.c
2821 * src/stock_pixmap.h
2822 Remove now-unused stock_pixmap_gdk
2824 2009-01-02 [colin] 3.7.0cvs10
2826 * src/gtk/gtkutils.c
2827 * src/pixmaps/claws-mail_icon.xpm
2828 Use pixbuf for app icon, and make the app icon
2831 2009-01-02 [colin] 3.7.0cvs9
2834 Show both link title and URI if possible
2836 2009-01-02 [colin] 3.7.0cvs8
2840 * src/addressbook_foldersel.c
2843 * src/grouplistdialog.c
2847 * src/gtk/gtkcmclist.c
2848 * src/gtk/gtkcmclist.h
2849 * src/gtk/gtkcmctree.c
2850 * src/gtk/gtkcmctree.h
2851 * src/gtk/gtksctree.c
2852 * src/gtk/gtksctree.h
2853 Implement pixbuf rendering in tree widgets
2855 * src/plugins/trayicon/trayicon.c
2857 * src/prefs_themes.c
2858 Use pixbuf rendering here too
2860 2008-12-30 [paul] 3.7.0cvs7
2863 no need to prematurely trim the uri in the statusbar
2865 2008-12-29 [paul] 3.7.0cvs6
2868 prefer List-Id header to X-* headers when creating
2869 filter rule automatically
2871 2008-12-28 [colin] 3.7.0cvs5
2874 Set minimum height to 440 instead of 480
2876 2008-12-22 [colin] 3.7.0cvs4
2879 Fix bug 1799, '"Discard message" deletes manually
2880 saved draft'. Switch rmode to REEDIT after
2883 2008-12-21 [paul] 3.7.0cvs3
2885 * tools/claws.i18n.status.pl
2888 2008-12-21 [paul] 3.7.0cvs2
2894 2008-12-21 [paul] 3.7.0cvs1
2900 2008-12-19 [paul] 3.7.0
2907 2008-12-19 [paul] 3.6.1cvs80
2910 remove unmaintained sk and sr from ALL_LINGUAS
2911 add newly maintained cs to ALL_LINGUAS
2922 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
2923 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
2924 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
2927 2008-12-16 [colin] 3.6.1cvs79
2929 * src/plugins/pgpcore/sgpgme.c
2932 2008-12-15 [colin] 3.6.1cvs78
2937 * src/plugins/pgpcore/sgpgme.c
2938 * src/plugins/pgpcore/sgpgme.h
2939 * src/plugins/pgpinline/pgpinline.c
2940 * src/plugins/pgpmime/pgpmime.c
2941 * src/plugins/smime/smime.c
2942 Fix bug 1796, 'PGP/MIME setting: "select key by your
2943 email address" doesn't work'. Use custom from address
2946 2008-12-15 [colin] 3.6.1cvs77
2948 * src/common/utils.c
2949 Fix bug 1746, 'Makes a mailto link from several
2952 2008-12-15 [paul] 3.6.1cvs76
2954 * m4/spamassassin.m4
2955 fix warnings thrown up by autoconf-2.63
2957 2008-12-13 [colin] 3.6.1cvs75
2962 * src/common/utils.c
2963 * src/common/utils.h
2965 Finish previous patch
2967 2008-12-13 [colin] 3.6.1cvs74
2970 Only install certs on windows
2972 2008-12-13 [colin] 3.6.1cvs73
2975 * tools/ca-certificates.crt
2976 * src/common/Makefile.am
2978 First try to ship SSL certificates in Windows
2981 2008-12-12 [colin] 3.6.1cvs72
2984 * src/plugins/pgpinline/claws.def
2987 2008-12-12 [paul] 3.6.1cvs71
2991 * src/partial_download.c
2993 * src/common/claws.c
2994 * src/common/prefs.c
2995 * src/common/utils.c
2996 win32: fix unlinking, renaming and bug with
3000 2008-12-11 [colin] 3.6.1cvs70
3003 * manual/fr/advanced.xml
3004 Update french translations
3006 2008-12-10 [colin] 3.6.1cvs69
3009 Correct bug submission guidelines
3011 2008-12-10 [colin] 3.6.1cvs68
3013 * src/plugins/pgpcore/pgp_viewer.c
3014 Fix bug 1736, 'Key import does not work'
3015 Kill the correct pid (and not the parent
3016 shell), and increase the timeout a bit.
3018 2008-12-09 [paul] 3.6.1cvs67
3021 ensure that any stray noticeview buttons are hidden,
3022 as clicking them causes segfaults!
3024 2008-12-09 [colin] 3.6.1cvs66
3028 * src/folder_item_prefs.h
3029 * src/prefs_common.c
3030 * src/prefs_common.h
3032 Fix bug 1792, '"Save Message to" should
3033 retain list of recently selected folders'
3034 Also, make Enchant-related prefs stick
3035 even if the build doesn't enable enchant
3037 2008-12-09 [paul] 3.6.1cvs65
3040 fix bug 1787, 'Prevent automatic PGP inline
3041 decryption attempts' use the noticeview to display
3042 decryption failure messages instead of the irritating
3045 2008-12-09 [colin] 3.6.1cvs64
3047 * src/prefs_filtering.c
3048 Fix bug 1789, 'filtering account selection
3049 (regression)'. Filtering on sending-only
3050 accounts can be a little useful when using
3051 filtering via Tools menu.
3053 2008-12-07 [paul] 3.6.1cvs63
3055 * src/prefs_actions.c
3056 don't auto-select first entry (same as other
3058 * src/gtk/pluginwindow.c
3059 these parents don't have children so don't look
3062 2008-12-07 [paul] 3.6.1cvs62
3064 * src/prefs_account.c
3065 * src/gtk/pluginwindow.c
3066 * src/gtk/prefswindow.c
3067 * src/gtk/prefswindow.h
3068 auto-select first page
3070 2008-12-05 [colin] 3.6.1cvs61
3074 Fix bug 1788, 'CM crashes re-encoding
3075 encoded parameters' (introduced in cvs40)
3077 2008-12-05 [paul] 3.6.1cvs60
3079 * src/prefs_common.h
3080 remove gpg prefs that are no longer needed here
3082 2008-12-03 [colin] 3.6.1cvs59
3085 Speed up cache reading (about 10% gain)
3087 * src/gtk/gtksctree.c
3088 Speed up expand/collapse all threads
3091 2008-12-03 [paul] 3.6.1cvs58
3094 eradicate gcc4's signedness warnings
3095 fix building with gnuTLS on (Open)Solaris
3097 2008-12-01 [colin] 3.6.1cvs57
3099 * src/gtk/gtkcmclist.c
3102 2008-12-01 [colin] 3.6.1cvs56
3104 * src/plugins/pgpinline/pgpinline.c
3105 Fix bug 1779, 'PGP Inline badly handles
3106 multipart'. Properly dump the current part
3107 instead of running around with scissors
3109 2008-11-30 [paul] 3.6.1cvs55
3111 * manual/advanced.xml
3112 * manual/plugins.xml
3113 * src/prefs_toolbar.c
3114 remove the verb from the page title and
3115 update references in the manual
3117 2008-11-30 [paul] 3.6.1cvs54
3120 move Other/ page to Other/Miscellaneous
3121 * src/gtk/prefswindow.c
3122 make parent page unselectable
3124 2008-11-29 [paul] 3.6.1cvs53
3127 add the new 'primary_paste_unselects' hidden
3128 option, add missing 'log_[...]_color' options,
3129 and reformat the text
3130 * manual/advanced.xml
3131 add the new 'primary_paste_unselects' hidden
3132 option, add missing 'log_[...]_color' options
3134 2008-11-28 [colin] 3.6.1cvs52
3139 2008-11-28 [colin] 3.6.1cvs51
3144 2008-11-28 [colin] 3.6.1cvs50
3147 Fix account selection in Mailing list
3150 2008-11-28 [paul] 3.6.1cvs49
3153 automatically remove obsolete strings
3155 2008-11-28 [colin] 3.6.1cvs48
3157 * src/plugins/pgpcore/sgpgme.c
3158 Fix error message when key isn't available.
3160 2008-11-27 [colin] 3.6.1cvs47
3166 2008-11-26 [colin] 3.6.1cvs46
3171 2008-11-26 [colin] 3.6.1cvs45
3173 * src/plugins/pgpcore/select-keys.c
3174 * src/plugins/pgpcore/sgpgme.c
3175 Fix bug 1591, 'S/MIME: better key
3176 handling/selection dialog'
3177 Really ignore revoked/expired keys
3179 2008-11-26 [colin] 3.6.1cvs44
3182 * src/common/claws.c
3184 Make sure libgcrypt's threading is initialised
3185 before gnutls. See also old bug 1539.
3187 2008-11-26 [colin] 3.6.1cvs43
3191 * src/etpan/imap-thread.c
3192 Fix possible crashes due to clist_begin()
3193 not checking for NULLs (it should!)
3195 2008-11-25 [colin] 3.6.1cvs42
3198 Fix line length in MIME parameters
3200 2008-11-22 [paul] 3.6.1cvs41
3203 grab Return key press in attachments Properties
3206 2008-11-21 [colin] 3.6.1cvs40
3210 Fix bug 1776, 'use encoded name parameters
3211 for attachments instead of ascii'.
3212 Break the RFC 2047 by using B-encoded
3213 filename parameter, like everyone does,
3214 following advice from the RFC author.
3216 2008-11-21 [colin] 3.6.1cvs39
3218 * src/common/socket.c
3219 Rehandshake if server asks to
3221 2008-11-21 [colin] 3.6.1cvs38
3225 * src/common/session.h
3227 Move conditional-compilation members to
3230 2008-11-19 [wwp] 3.6.1cvs37
3232 * src/prefs_actions.c
3233 Fixed wrong behaviour when pressing Escape (was not cancelling
3236 2008-11-19 [wwp] 3.6.1cvs36
3242 * src/prefs_actions.c
3243 * src/prefs_filtering_action.c
3247 * src/common/utils.c
3248 Replace occurrences of "command line" with "command-line" everywhere.
3249 Enforce code style (mostly indentation) in prefs_actions.c.
3251 2008-11-19 [colin] 3.6.1cvs35
3254 * src/prefs_common.c
3255 * src/prefs_common.h
3256 Add primary_paste_unselects hidden preference
3257 to change how middle-click pasting changes
3258 the selection and insert point; defaults to
3261 2008-11-19 [colin] 3.6.1cvs34
3264 Always give focus to summaryview, even if
3265 the folder is empty, in small screen layout.
3266 Allows to go back to folderlist using the
3269 2008-11-18 [colin] 3.6.1cvs33
3272 Put back conditional at the end of struct
3274 2008-11-18 [colin] 3.6.1cvs32
3277 * src/common/w32_reg.c
3278 Fix crash on win32 when browsing to a
3281 2008-11-15 [colin] 3.6.1cvs31
3284 After a mid-click paste, deselect selection
3285 and go to end of paste.
3287 2008-11-15 [colin] 3.6.1cvs30
3290 Auto-save draft after external editor quits
3292 2008-11-15 [colin] 3.6.1cvs29
3294 * src/plugins/pgpcore/sgpgme.c
3295 Fix wrong error display, thanks to
3298 2008-11-14 [colin] 3.6.1cvs28
3300 * src/prefs_actions.c
3301 Comment out bogus (IMO) warning
3303 2008-11-14 [colin] 3.6.1cvs27
3310 Share summaryview's context menu actions with
3311 the equivalent menu items of the main menu;
3312 this allows to share accelerators and de-
3315 2008-11-14 [colin] 3.6.1cvs26
3317 * src/plugins/pgpcore/sgpgme.c
3318 Fix bug 1768, 'claws-mail crashes while
3319 checking smime bad signature'
3321 2008-11-13 [colin] 3.6.1cvs25
3325 Fix redefinition of PREFSBUFSIZE
3327 2008-11-13 [wwp] 3.6.1cvs24
3329 * tools/popfile-link.sh
3330 Add support for reusing existing POPFile session ID.
3332 2008-11-12 [colin] 3.6.1cvs23
3335 Fix bug 1771, 'Folder template gets
3336 truncated when exiting the application'
3337 Use a 32k buffer for string preferences
3339 2008-11-11 [colin] 3.6.1cvs22
3342 Fix "display sender using addressbook" when
3343 prefs_common.swap_from is in use. Patch by
3346 2008-11-11 [colin] 3.6.1cvs21
3351 Make a few functions static
3353 2008-11-07 [colin] 3.6.1cvs20
3357 Fix crash when rebuilding colorlabel
3361 * src/prefs_account.c
3362 * src/prefs_compose_writing.c
3363 * src/prefs_logging.c
3364 * src/prefs_message.c
3366 * src/prefs_receive.c
3367 * src/prefs_summaries.c
3368 * src/prefs_wrapping.c
3369 * src/plugins/bogofilter/bogofilter_gtk.c
3370 * src/plugins/pgpcore/prefs_gpg.c
3371 * src/plugins/spamassassin/spamassassin_gtk.c
3372 Fix deprecated use of page_size in
3373 gtkspinbutton adjustments
3375 2008-11-06 [mones] 3.6.1cvs19
3378 Fix missing "About" in Help menu
3379 * tools/claws.i18n.status.pl
3382 2008-11-05 [colin] 3.6.1cvs18
3387 * src/common/socket.c
3388 * src/common/socket.h
3389 * src/gtk/gtkutils.c
3390 * src/gtk/gtkutils.h
3391 w32: Implement single launch (lock
3392 socket); always put debug log to
3393 the rc_dir; fix Start menu update
3394 after registering as default Mail
3397 2008-11-05 [colin] 3.6.1cvs17
3400 Setting the Mail start menu item in HKCU
3401 confuses the Internet Options dialog. Do
3402 it in HKLM as this dialog does.
3404 2008-11-04 [colin] 3.6.1cvs16
3406 * src/common/w32_reg.c
3409 2008-11-04 [colin] 3.6.1cvs15
3412 w32: Fix getting content-type
3414 * src/prefs_common.c
3415 * src/prefs_common.h
3416 * src/prefs_ext_prog.c
3418 w32: better integration (use the
3419 standard file associations instead
3420 of our platform-unadapted open
3423 * src/common/utils.c
3424 * src/common/w32_reg.c
3425 * src/common/w32lib.h
3426 w32: better integration (allow
3427 setting Claws as default MUA)
3429 2008-11-01 [colin] 3.6.1cvs14
3432 Fix wrongly converted non-ascii characters
3433 when locale's charset is US-ASCII (strict-mode
3434 was failing in this case)
3436 2008-10-30 [colin] 3.6.1cvs13
3442 Use one UI Manager per mimeview, instead of
3443 the global one -- else user_data pointer gets
3444 broken if opening and closing another message-
3445 view, then using right-click on a mimeview's
3446 mimepart. Probably fixes bug 1711, 'Save-as
3449 2008-10-24 [paul] 3.6.1cvs12
3452 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
3453 * tools/kdeservicemenu/install.sh
3454 another, possibly the final?, attempt on getting this
3457 2008-10-24 [paul] 3.6.1cvs11
3459 * tools/kdeservicemenu/install.sh
3460 fix servicemenu installation directory on kde4
3462 2008-10-24 [paul] 3.6.1cvs10
3464 * tools/kdeservicemenu/README
3465 * tools/kdeservicemenu/install.sh
3466 add support for kde4 in addition to kde3.
3467 a rework involving checking for kde4-config, then
3468 kde-config, finally prompting the user for the
3469 location of either if they cannot be found
3472 2008-10-18 [paul] 3.6.1cvs9
3474 * tools/claws.i18n.status.pl
3475 updated with latest translator info.
3476 only print for languages defined in %langname
3478 2008-10-17 [paul] 3.6.1cvs8
3480 * src/plugins/pgpcore/sgpgme.c
3481 when listing the uid's, show the uid validity
3483 2008-10-16 [paul] 3.6.1cvs7
3488 2008-10-13 [wwp] 3.6.1cvs6
3491 Updated French translation.
3493 2008-10-11 [colin] 3.6.1cvs5
3496 Fix bug 1756, "Outdated translators list in About
3497 dialogue". Patch by Aleksei Miheev.
3499 2008-10-11 [colin] 3.6.1cvs4
3509 * src/prefs_account.c
3510 * src/send_message.c
3511 * src/send_message.h
3515 * src/common/claws.c
3517 * src/common/session.c
3518 * src/common/session.h
3521 * src/common/socket.c
3522 * src/common/socket.h
3525 * src/common/ssl_certificate.c
3526 * src/common/ssl_certificate.h
3528 * src/gtk/sslcertwindow.c
3529 * src/gtk/sslcertwindow.h
3532 2008-10-11 [colin] 3.6.1cvs3
3534 * src/common/ssl_certificate.c
3535 Make local function static
3537 2008-10-10 [colin] 3.6.1cvs2
3540 * src/common/ssl_certificate.c
3541 * src/gtk/sslcertwindow.c
3542 Add offline certificate verification,
3543 thanks to Nikos Mavrogiannopoulos for the
3546 2008-10-10 [colin] 3.6.1cvs1
3548 * src/common/ssl_certificate.c
3549 * src/gtk/sslcertwindow.c
3552 2008-10-10 [paul] 3.6.1
3554 * m4/spamassassin.m4
3555 remove openssl dross
3562 2008-10-10 [colin] 3.6.0cvs25
3565 Tell libetpan it doesn't need to init
3568 2008-10-10 [colin] 3.6.0cvs24
3571 Remove references to openssl
3573 2008-10-09 [colin] 3.6.0cvs23
3578 2008-10-09 [colin] 3.6.0cvs22
3581 Error out when building against openssl
3583 2008-10-09 [colin] 3.6.0cvs21
3590 Disable OpenSSL due to requirement of
3591 OpenSSL exception. Code not removed yet,
3592 just in case, but disabled.
3594 2008-10-09 [colin] 3.6.0cvs20
3604 * src/prefs_ext_prog.c
3606 * src/prefs_image_viewer.c
3610 * src/gtk/Makefile.am
3612 * src/gtk/gtksourceprintjob.c
3613 * src/gtk/gtksourceprintjob.h
3614 Revert previous patch. It'd be better to remove
3615 OpenSSL instead, as GnuTLS works as well.
3617 2008-10-09 [colin] 3.6.0cvs19
3627 * src/prefs_ext_prog.c
3629 * src/prefs_image_viewer.c
3633 * src/gtk/Makefile.am
3635 * src/gtk/gtksourceprintjob.c
3636 * src/gtk/gtksourceprintjob.h
3637 Remove the libgnomeprint interface (deprecated,
3638 and fixes Debian's #501570, 'Copyright confusion')
3640 2008-10-09 [colin] 3.6.0cvs18
3643 Require libetpan 0.57 (important fixes)
3645 2008-10-08 [paul] 3.6.0cvs17
3647 * src/prefs_filtering_action.c
3648 * src/prefs_matcher.c
3649 enable re-ordering of the filtering/processing
3650 condition and actions lists by drag'n'drop
3652 2008-10-08 [colin] 3.6.0cvs16
3655 Fix wrong menu title
3657 2008-10-07 [colin] 3.6.0cvs15
3660 After thinking, revert this. It's only a minor
3661 annoyance to GSSAPI users, and I can't test this
3662 right now. Postponed until after next good release.
3664 2008-10-07 [colin] 3.6.0cvs14
3667 Don't ask for a password when using GSSAPI
3669 2008-10-07 [colin] 3.6.0cvs13
3672 Fix build with GTK+ < 2.14
3674 2008-10-07 [colin] 3.6.0cvs12
3678 * src/prefs_common.c
3679 * src/prefs_common.h
3681 * src/gtk/colorlabel.c
3682 Fix bug 1749, 'Shortcut keys for color labels
3684 Make fullscreen a setting remembered between
3687 2008-10-07 [colin] 3.6.0cvs11
3690 Fix bug 1747, 'Wanderlust keybindings no longer
3691 working (regression)'
3693 2008-10-07 [colin] 3.6.0cvs10
3696 Make fullscreen a real menu item
3698 2008-10-07 [colin] 3.6.0cvs9
3701 Make sure we won't save size when
3704 2008-10-06 [colin] 3.6.0cvs8
3708 Handle fullscreen via F11. Patch by
3711 2008-10-06 [colin] 3.6.0cvs7
3714 Fix return value when setting client cert
3716 2008-10-04 [colin] 3.6.0cvs6
3719 Fix bug 1742, 'Attachment list contents not
3722 2008-10-04 [paul] 3.6.0cvs5
3725 fix failure of Hide toolbar option on restart
3727 2008-10-04 [colin] 3.6.0cvs4
3734 Maemo: Fix bug 1737, Crashes upon opening
3736 2008-10-04 [paul] 3.6.0cvs3
3739 submitted (just a little late) by Frederico
3742 2008-10-03 [wwp] 3.6.0cvs2
3745 Many fixes, mostly in menus and accelerators.
3747 2008-10-03 [colin] 3.6.0cvs1
3750 Allow network mounts with new GTKs: they're
3751 available via FUSE mounts and we don't need
3754 2008-10-03 [paul] 3.6.0
3761 2008-10-03 [paul] 3.5.0cvs145
3768 new translations. added by Yasen Pramatarov,
3769 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
3778 updated translations. submitted by Miquel Oliete,
3779 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
3780 Andrea Spadaccini, Emilian Nowak, and Ralph Young
3782 2008-10-02 [colin] 3.5.0cvs144
3784 * src/common/session.c
3785 Fix crash when connection fails on windows
3787 2008-10-01 [colin] 3.5.0cvs143
3790 Real fix for FS-unsafe chars on win32
3792 2008-10-01 [colin] 3.5.0cvs142
3795 Encode prohibited filenames on win32
3797 2008-09-30 [mones] 3.5.0cvs141
3801 * src/prefs_themes.c
3803 Fix output of some debug messages
3805 2008-09-30 [colin] 3.5.0cvs140
3812 * src/prefs_themes.c
3816 * src/common/utils.c
3817 * src/gtk/sslcertwindow.c
3818 Win32: Fix time usage; use g_stat
3820 2008-09-29 [colin] 3.5.0cvs139
3822 * src/common/utils.c
3823 Fix case-sensitive match of subject
3826 2008-09-29 [colin] 3.5.0cvs138
3828 * src/folder_item_prefs.c
3829 * src/folder_item_prefs.h
3831 * src/prefs_folder_item.c
3832 * src/prefs_matcher.c
3834 * src/common/string_match.c
3835 * src/common/utils.c
3836 Fix a huge leak (dozens of megs per folder
3837 change) on Windows: disable regexps
3839 2008-09-28 [paul] 3.5.0cvs137
3844 2008-09-27 [colin] 3.5.0cvs136
3848 Add accessor for cur_account
3850 2008-09-27 [colin] 3.5.0cvs135
3853 Fix crash when error happen on session establishment
3855 2008-09-26 [mones] 3.5.0cvs134
3860 2008-09-26 [colin] 3.5.0cvs133
3862 * src/plugins/pgpcore/claws.def