1 2009-07-01 [colin] 3.7.1cvs84
4 Fix bug 1940, 'Doesn't open links in
5 user's default browser'. Turn the preference
6 to TRUE by default; that will only change the
7 behaviour for new users.
9 2009-06-29 [colin] 3.7.1cvs83
13 * src/prefs_filtering_action.c
14 Fix bug 1935, 'problems with very long filtering actions':
15 Use a dynamic buffer in action to string, and a bigger
16 buffer in string to action
18 2009-06-29 [colin] 3.7.1cvs82
20 * src/matcher_parser_lex.l
21 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
23 2009-06-29 [colin] 3.7.1cvs81
28 Fix crash (out-of-bounds tree column)
29 * src/gtk/gtkcmctree.c
31 Prevent using an out-of-bounds tree column
33 2009-06-29 [colin] 3.7.1cvs80
37 Leak fixes; patch by Pawel Pekala.
39 2009-06-26 [colin] 3.7.1cvs79
42 Sort by msgnum if dates are equal
44 2009-06-24 [paul] 3.7.1cvs78
47 make some (forgotten) strings translatable
49 2009-06-19 [colin] 3.7.1cvs77
52 Fix menu sensitiveness
54 2009-06-18 [colin] 3.7.1cvs76
57 * src/plugins/pgpcore/sgpgme.c
58 * src/plugins/pgpcore/sgpgme.h
59 * src/plugins/pgpmime/mypgpcore.def
60 * src/plugins/pgpmime/pgpmime.c
61 * src/plugins/smime/mypgpcore.def
62 * src/plugins/smime/smime.c
63 Use largefile support (and stop using our old GPGME
64 hack on gpgme_data_seek/rewind)
65 (See 1.9.12cvs44 to 46 - if this breaks things we
68 2009-06-13 [colin] 3.7.1cvs75
70 * src/gtk/spell_entry.c
71 Fix assertion. We can put a NULL gtkaspell to
72 an entry; it just means it won't be spell-checked.
74 2009-06-12 [mones] 3.7.1cvs74
82 Added preference to use account address in generated
83 Message-Id. Fixes Debian bug #531052
85 2009-06-12 [colin] 3.7.1cvs73
88 Better fix, API-compatible with libgnutls13
90 2009-06-12 [colin] 3.7.1cvs72
93 Use compatibility mode in GnuTLS, and avoid problems with
94 servers that don't comply 100% with the spec, but still
97 2009-06-06 [iwkse] 3.7.1cvs71
100 Ops..revert a mix with another patch
102 2009-06-06 [iwkse] 3.7.1cvs70
105 A better fix for the previous commit's issue
107 2009-06-06 [iwkse] 3.7.1cvs69
110 Fix shutting down of Claws Mail while a GTK_Return keypress
111 event is sent to the Attach property window
113 2009-06-05 [colin] 3.7.1cvs68
116 Fix build on GTK+ 2.6
118 2009-06-03 [mones] 3.7.1cvs67
120 * tools/make.themes.project
121 Oops! fix header, sorry Paul ;-)
123 2009-06-03 [mones] 3.7.1cvs66
125 * tools/make.themes.project
126 Add support for PNG themes and other
127 fixes i don't remember now... :)
129 2009-06-02 [colin] 3.7.1cvs65
132 * src/prefs_template.c
134 Fix error messages in templates, and fix their
137 2009-05-22 [colin] 3.7.1cvs64
142 2009-05-22 [colin] 3.7.1cvs63
145 Fix phantom button behind entry when
146 changing fields via Tools/Reply mode.
148 2009-05-22 [colin] 3.7.1cvs62
153 2009-05-21 [mones] 3.7.1cvs61
157 Add button to empty header lines with one click
159 2009-05-21 [paul] 3.7.1cvs60
163 * src/plugins/trayicon/trayicon.c
164 when quitting from the trayicon, honour
165 prefs_common.clean_on_exit
167 2009-05-21 [paul] 3.7.1cvs59
169 * src/gtk/Makefile.am
170 remove duplicate entry
171 thanks to Charles A Edwards
173 2009-05-19 [paul] 3.7.1cvs58
176 clear progressbar in the statusbar on 'Cancel'
178 2009-05-16 [colin] 3.7.1cvs57
184 2009-05-16 [colin] 3.7.1cvs56
187 Remove msgnum>0 condition for removing messages
188 from caches. There's no such condition on add.
189 Fixes bug 1913, 'Allow to remove phantom
190 messages from the cache'; patch by Fabian
191 Keil <fk at fabiankeil.de>
193 2009-05-12 [holger] 3.7.1cvs55
197 Introduce hook after showing of the message view
199 2009-05-11 [colin] 3.7.1cvs54
202 Fix bug 1872, 'A: Cc: CCi: selector should
203 default on same as preceding contact'
205 2009-05-10 [holger] 3.7.1cvs53
209 Add a hook to make it possible for plugins to
210 modify the address completion list
212 2009-05-06 [paul] 3.7.1cvs52
216 fix bug 1915, 'Mails signed with smime.p7s
217 display both signed and attachment icon.'
219 2009-05-05 [colin] 3.7.1cvs51
224 2009-05-05 [colin] 3.7.1cvs50
227 Fix bug 1895, '(imap) cache issues when cache dir is on a
228 different mountpoint than tempdir'
230 2009-05-04 [colin] 3.7.1cvs49
233 Probably fix bug 1914, 'Crash reading
236 2009-04-26 [paul] 3.7.1cvs48
239 * src/gtk/gtkaspell.h
240 fix bug 1904, 'build mechanism looks for
241 'enchant.h' in a wrong place'
243 2009-04-25 [paul] 3.7.1cvs47
246 gah! fix coding style!
248 2009-04-25 [paul] 3.7.1cvs46
252 if building with GTK+ >= 2.16 use
253 gtk_orientable_set_orientation() instead of now
254 deprecated gtk_toolbar_set_orientation()
256 2009-04-24 [colin] 3.7.1cvs45
259 Ask before sending if an attached file has
262 2009-04-19 [paul] 3.7.1cvs44
267 save About window size.
268 patch by Pawel Pekala
270 2009-04-12 [paul] 3.7.1cvs43
272 * tools/csv2addressbook.pl
273 add extra CSV fields that are now appended
274 by thunderbird (version 2.0.0.21)
276 2009-04-08 [colin] 3.7.1cvs42
279 fix saving (but not displaying) of UTF-16
282 2009-04-08 [colin] 3.7.1cvs41
284 * src/gtk/manage_window.c
285 Disable transient windows on win32 - seems to
286 fix most focusing issues
288 2009-04-05 [colin] 3.7.1cvs40
291 Don't ask whether we want to send deleted mails in queue
292 folders; also, don't send deleted mails when flushing
295 2009-04-04 [paul] 3.7.1cvs39
301 * tools/claws.i18n.status.pl
302 add new Indonesian translation, by
305 2009-04-03 [paul] 3.7.1cvs38
311 2009-04-03 [colin] 3.7.1cvs37
315 Fix bug 1891, 'Add support for gopher:// links'
316 Patch by Jacob Head <clawsmail at jacob-head.com>
317 Let's go back to the roots!
319 2009-04-03 [paul] 3.7.1cvs36
324 2009-04-03 [paul] 3.7.1cvs35
327 add AC_CONFIG_MACRO_DIR([m4])
328 remove CLAWS_ACLOCAL_INCLUDE(m4)
329 * m4/aclocal-include.m4
330 removed this now unneeded file
332 2009-04-02 [colin] 3.7.1cvs34
335 Fix previous (thanks to Marcus :)
337 2009-04-02 [colin] 3.7.1cvs33
340 * src/etpan/etpan-thread-manager.c
341 pipe() was a macro from GLib on win32 until
342 glib 2.13.2. It's undefined after that.
343 Thanks to Marcus Brinkmann for the heads-up!
345 2009-03-31 [colin] 3.7.1cvs32
347 * src/folder_item_prefs.c
348 Copy folder settings with prefs
350 2009-03-31 [colin] 3.7.1cvs31
352 * src/prefs_account.c
353 Don't use un-sensitive checkboxes in Privacy tab
354 when privacy system in None (makes unchecking
355 painful when no privacy plugin is loaded)
357 2009-03-30 [colin] 3.7.1cvs30
364 * src/prefs_account.c
365 * src/prefs_account.h
368 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
369 Add an option on the Receive page of IMAP account preferences:
370 "Move deleted mails to trash and expunge immediately". This
371 option defaults to TRUE to avoid changing the existing behaviour.
372 Setting it to FALSE prevents automatic expunging.
373 Also, add Tools/Expunge and View/Hide deleted messages menu items
374 (View/Hide deleted message being a per-folder setting, and behaving,
375 like View/Hide read messages).
377 2009-03-30 [colin] 3.7.1cvs29
380 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
381 ask for IMAP password when using GSSAPI auth
383 2009-03-27 [colin] 3.7.1cvs28
386 Fix cvs14, make sure we mark non-existent caches dirty
387 (or they never get written)
389 2009-03-27 [colin] 3.7.1cvs27
392 Fix tag update when all tags are removed
395 2009-03-25 [colin] 3.7.1cvs26
398 Fix configure.ac, thanks to Pawel
400 2009-03-25 [colin] 3.7.1cvs25
403 * src/etpan/nntp-thread.c
404 Fix header fetching (NG/To/Cc). Fixes
405 bug 1883, 'Message processing fails to
406 act on Newsgroups: field'
408 2009-03-23 [colin] 3.7.1cvs24
411 Fix internal headers visible in queue/sent
413 2009-03-23 [colin] 3.7.1cvs23
416 Fix check for RC (resource compiler) used
417 on win32 (AC_LIBTOOL_RC used to call it
418 implicitely but stopped)
420 2009-03-19 [colin] 3.7.1cvs22
423 Put spam button in default toolbar even if
424 bogofilter and spamassassin are not built.
425 Other anti-spam plugin could exist! :)
427 Fix exit status fetch on win32
429 2009-03-18 [paul] 3.7.1cvs21
431 * src/gtk/spell_entry.c
432 fix "[BUG] Wrong word replaced in 'Subject:'
433 when spell-checking correction used"
434 Patch by Pawel Pekala
436 2009-03-17 [colin] 3.7.1cvs20
439 Fix win32 build (from cvs12)
441 2009-03-17 [colin] 3.7.1cvs19
444 Fix bug 1735, 'Change To: and Newsgroups:
445 recipient field according account type'
448 2009-03-17 [colin] 3.7.1cvs18
455 Add preference for fsyncing metadata
457 2009-03-16 [paul] 3.7.1cvs17
459 * src/prefs_customheader.c
460 add forgotten #if HAVE_LIBCOMPFACE
462 2009-03-16 [paul] 3.7.1cvs16
464 * src/prefs_customheader.c
465 put the (X-)Face preview image below the up/down
466 buttons so they don't jump around.
467 make the list reorderable by drag'n'drop
469 2009-03-16 [colin] 3.7.1cvs15
471 * src/prefs_customheader.c
472 Add a (X-)Face preview. Patch by iwkse.
474 2009-03-16 [colin] 3.7.1cvs14
481 Add fsync calls to make sure we don't
482 lose data on system crashes. (to do:
483 add a pref to allow people choosing raw
486 2009-03-15 [colin] 3.7.1cvs13
488 * src/gtk/gtkaspell.c
489 Fix empty menu when there are no
490 suggestions (using the Spelling menu)
492 2009-03-14 [colin] 3.7.1cvs12
495 Win32: fix subject prefix length
497 2009-03-11 [mones] 3.7.1cvs11
500 fix encoding declared in header
501 update translation now we're at it
503 2009-03-10 [colin] 3.7.1cvs10
506 Fix "wrong mime" message printed out multiple
509 2009-03-10 [colin] 3.7.1cvs9
511 * src/prefs_folder_item.c
514 2009-03-09 [paul] 3.7.1cvs8
516 * src/prefs_folder_item.c
518 fixes to english text
520 2009-03-08 [paul] 3.7.1cvs7
523 correct errors in header
525 2009-03-08 [paul] 3.7.1cvs6
531 * tools/claws.i18n.status.pl
532 add Japanese translation, submitted by kazken3
534 2009-03-07 [colin] 3.7.1cvs5
537 Don't let the invalid MIME warning hide
538 other noticeview (Partial receive or
541 2009-03-07 [colin] 3.7.1cvs4
546 2009-03-07 [colin] 3.7.1cvs3
551 Handle mimeparts that lack an end boundary.
552 They're invalid but it's too annoying for
555 2009-03-06 [wwp] 3.7.1cvs2
558 * src/folder_item_prefs.c
559 * src/folder_item_prefs.h
560 * src/prefs_folder_item.c
561 Add per-folder default cc, bcc and reply-to.
563 2009-03-06 [colin] 3.7.1cvs1
566 * src/gtk/gtksourceprintjob.c
567 Fix build with old print interface
569 2009-03-06 [paul] 3.7.1
576 2009-03-06 [paul] 3.7.0cvs78
587 updated by David Vachulka, Stephan Sachse, Flammie
588 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
589 Frederico Goncalves Guimaraes, Lars Persson Fink,
592 2009-03-03 [colin] 3.7.0cvs77
594 * src/prefs_filtering.c
595 Win32: Fix bug 1865, 'IMAP account name changes
596 are not followed at filter actions'
598 2009-03-02 [colin] 3.7.0cvs76
601 Fix Launchpad bug 335571: 'claws-mail crashed
602 with SIGSEGV in strlen() while deleting
603 large amount of e-mails on IMAP account
605 2009-02-27 [mones] 3.7.0cvs75
607 * manual/es/account.xml
609 * manual/es/addrbook.xml
610 * manual/es/advanced.xml
611 * manual/es/claws-mail-manual.xml
613 * manual/es/glossary.xml
615 * manual/es/handling.xml
616 * manual/es/intro.xml
617 * manual/es/keyboard.xml
618 * manual/es/plugins.xml
619 * manual/es/starting.xml
620 Sync with English version, fix some typos
621 Changed encoding to UTF-8
623 Update for release, changed encoding to UTF-8
625 2009-02-24 [colin] 3.7.0cvs74
628 Don't print separation line if there
631 2009-02-23 [cleroy] 3.7.0cvs73
640 * src/addrduplicates.c
643 * src/addressbook_foldersel.c
653 * src/editaddress_other_attributes_ldap.c
691 * src/prefs_account.c
692 * src/prefs_actions.c
694 * src/prefs_filtering.c
695 * src/prefs_filtering_action.c
696 * src/prefs_folder_column.c
697 * src/prefs_folder_item.c
699 * src/prefs_matcher.c
702 * src/prefs_summaries.c
703 * src/prefs_summary_column.c
704 * src/prefs_template.c
706 * src/prefs_toolbar.c
718 * src/summary_search.c
725 * src/common/base64.c
728 * src/common/plugin.c
730 * src/common/session.c
732 * src/common/socket.c
733 * src/common/string_match.c
734 * src/common/stringtable.c
738 * src/common/xmlprops.c
739 * src/gtk/colorlabel.c
741 * src/gtk/foldersort.c
742 * src/gtk/gtkaspell.c
743 * src/gtk/gtkcmclist.c
744 * src/gtk/gtkcmctree.c
745 * src/gtk/gtkcmoptionmenu.c
746 * src/gtk/gtksctree.c
747 * src/gtk/gtkshruler.c
748 * src/gtk/gtksourceprintjob.c
750 * src/gtk/gtkvscrollbutton.c
751 * src/gtk/logwindow.c
753 * src/gtk/pluginwindow.c
754 * src/gtk/prefswindow.c
755 * src/gtk/quicksearch.c
756 * src/gtk/spell_entry.c
757 * src/plugins/pgpcore/select-keys.c
758 * src/plugins/pgpinline/pgpinline.c
759 * src/plugins/pgpmime/pgpmime.c
760 * src/plugins/smime/smime.c
761 * src/plugins/spamassassin/spamassassin_gtk.c
762 Mass commit changing g_return_* to cm_return_*
763 and making these more interesting
765 2009-02-23 [colin] 3.7.0cvs72
768 Always initialise error code to no error
770 2009-02-23 [colin] 3.7.0cvs71
773 Fix separator substitution
775 2009-02-23 [colin] 3.7.0cvs70
778 * src/gtk/colorlabel.c
779 don't use g_return on normal checks
781 2009-02-22 [colin] 3.7.0cvs69
787 2009-02-22 [colin] 3.7.0cvs68
789 * src/addrduplicates.c
806 * src/prefs_filtering.c
817 * src/common/socket.c
818 * src/common/template.c
819 * src/etpan/imap-thread.c
820 * src/gtk/gtkaspell.c
821 * src/gtk/gtkcmctree.c
822 * src/gtk/gtksctree.c
823 * src/gtk/inputdialog.c
824 * src/plugins/pgpcore/sgpgme.c
825 * src/plugins/pgpmime/pgpmime.c
826 * src/plugins/smime/smime.c
827 * src/plugins/spamassassin/spamassassin.c
828 Fix errors caught by Coverity: NULL checks, leaks, overruns,
829 uninitialised accesses
831 2009-02-17 [colin] 3.7.0cvs67
834 Disable controls during queuing
836 2009-02-15 [colin] 3.7.0cvs66
839 * src/plugins/pgpcore/select-keys.c
840 * src/plugins/pgpcore/sgpgme.c
841 Disable use of disabled keys
843 2009-02-15 [colin] 3.7.0cvs65
847 Fix font updating after changing
848 prefs_common.derive_from_normal_font
850 2009-02-12 [paul] 3.7.0cvs64
856 * src/common/version.h.in
860 more copyright header fixes
862 2009-02-12 [paul] 3.7.0cvs63
864 * src/gtk/progressdialog.c
865 * src/gtk/progressdialog.h
868 2009-02-12 [paul] 3.7.0cvs62
870 * src/gtk/spell_entry.c
871 * src/gtk/spell_entry.h
872 better, more standard copyright header
874 2009-02-12 [paul] 3.7.0cvs61
876 * src/gtk/spell_entry.c
877 * src/gtk/spell_entry.h
878 changes to copyright header
880 2009-02-12 [paul] 3.7.0cvs60
882 * src/gtk/spell_entry.c
883 * src/gtk/spell_entry.h
886 2009-02-11 [colin] 3.7.0cvs59
888 * src/gtk/spell_entry.c
889 * src/gtk/spell_entry.h
892 2009-02-11 [colin] 3.7.0cvs58
895 * src/gtk/Makefile.am
896 * src/gtk/gtkaspell.c
897 * src/gtk/gtkaspell.h
898 Add spellcheck to subject. Patch by
901 2009-02-10 [holger] 3.7.0cvs57
905 Move filename define for printing page setup cache to defs.h
907 2009-02-08 [mones] 3.7.0cvs56
910 Fix build for bison 2.4.1
912 2009-02-06 [holger] 3.7.0cvs55
917 Fix restoring of custom page setups for printing by
918 temporarily caching the settings.
919 This is a workaround for Gnome Bug #39018, and fixes
920 Claws Mail Bug #1840.
922 2009-02-06 [colin] 3.7.0cvs54
925 Fix hardcoded Shift-Q quits. Fixes
926 bug 1838, 'Claws-Mail sometimes quits
927 when attempting to type a capital Q'
929 2009-01-31 [paul] 3.7.0cvs53
932 revert 3.7.0cvs49, until there is time to find out
933 why it causes a nasty crash!
935 2009-01-31 [paul] 3.7.0cvs52
938 1 string that was forgotten for translation
940 2009-01-31 [paul] 3.7.0cvs51
943 2 strings that were forgotten for translation
945 2009-01-31 [paul] 3.7.0cvs50
947 * src/gtk/prefswindow.c
948 build prefs tree in a slightly smarter way -
949 fix bug where if path[0] had same name as
950 path[1], (like in the de translation), path[1]
951 was lost and not shown in the window
953 2009-01-31 [paul] 3.7.0cvs49
956 fix bug 1836, 'Quoted text still blue after
957 removal of quote-character'
958 comment out some debug_print's that needlessly
961 comment out a debug_print that needlessly slows
964 2009-01-31 [paul] 3.7.0cvs48
967 fix bug 1834, '"semi"-selection when collapsing thread'
969 2009-01-31 [paul] 3.7.0cvs47
971 * src/prefs_compose_writing.c
972 * src/prefs_message.c
973 move 'quote_chars' pref to where it should be
975 2009-01-30 [paul] 3.7.0cvs46
978 fix updating of popup menu sensitivity
980 2009-01-28 [paul] 3.7.0cvs45
982 * tools/filter_conv_new.pl
983 move 'move' and 'delete' to end of @actions
984 so that they are always final actions in the
985 generated filtering rule
987 2009-01-27 [paul] 3.7.0cvs44
990 always select text/calendar mimepart if suitable
991 plugin (i.e. vCalendar) is available
993 2009-01-27 [paul] 3.7.0cvs43
996 fix crash when right-clicking in summaryview when
999 2009-01-22 [colin] 3.7.0cvs42
1004 When replying to signed/encrypted mail and the
1005 preference to sign/encrypt in this case is set,
1006 choose the original mail's privacy system (if
1009 2009-01-21 [colin] 3.7.0cvs41
1012 Fix warning (on-the-fly theming of
1013 addressbook isn't complete yet)
1015 2009-01-21 [colin] 3.7.0cvs40
1019 Win32: Fix window placement
1021 2009-01-21 [paul] 3.7.0cvs39
1024 update timeout log msg
1026 2009-01-17 [colin] 3.7.0cvs38
1031 * src/common/utils.c
1032 * src/etpan/imap-thread.c
1033 Fix g_open calls (which don't ignore mode)
1035 2009-01-17 [colin] 3.7.0cvs37
1044 * src/common/ssl_certificate.c
1046 * src/common/utils.c
1047 * src/etpan/imap-thread.c
1048 * src/plugins/bogofilter/bogofilter.c
1049 * src/plugins/pgpinline/pgpinline.c
1050 * src/plugins/smime/smime.c
1051 Probably fix bug 1825, 'Unable to fetch messages from
1052 IMAP folders named with non-ASCII string'
1053 Change remaining occurences of fopen and open with
1056 2009-01-17 [paul] 3.7.0cvs36
1059 update an old, outdated piece of info
1061 2009-01-17 [paul] 3.7.0cvs35
1063 * src/prefs_folder_item.c
1064 fix bug where saving Folder Properties of a
1065 sub-folder of outbox, queue, draft or trash
1066 would change its parent's folder type to normal
1068 2009-01-12 [mones] 3.7.0cvs34
1073 2009-01-12 [wwp] 3.7.0cvs33
1076 * tools/popfile-link.sh
1077 * tools/textviewer.sh
1078 Fix bashisms and other portability glitches (thanks to
1079 Steven M. Bellovin).
1081 2009-01-11 [paul] 3.7.0cvs32
1084 clean up some build warnings
1086 2009-01-11 [colin] 3.7.0cvs31
1089 Revert part of patch 3.7.0cvs29
1090 This function is used when jpilot
1093 2009-01-11 [colin] 3.7.0cvs30
1096 folder_find_child_item_by_name():
1097 actually use name, not path's basename
1099 2009-01-11 [paul] 3.7.0cvs29
1106 * src/prefs_folder_item.c
1107 clean up some build warnings
1109 2009-01-11 [paul] 3.7.0cvs28
1112 don't even mention printing support, assume its
1113 presence, unless building with GTK+ < 2.10.0
1115 2009-01-10 [colin] 3.7.0cvs27
1118 Fix bug 1811, '[mime] Crash when there's no
1119 room for filename's start on the same line'
1120 When the mimetype of the attachment is very
1121 long, there's no room at all to start the
1122 name=... parameter on the same line. This
1123 caused an infinite loop as 0 characters of
1124 the filename could be appended.
1125 In such cases, insert linebreak before the
1128 2009-01-09 [colin] 3.7.0cvs26
1132 * src/common/utils.c
1133 Win32: Fix bug 1815, 'Drag-n-Drop of files on
1134 Compose Window does not attach'
1136 2009-01-09 [colin] 3.7.0cvs25
1139 Fix bug 1817, 'Changing Themes does not
1140 update the pixmaps in "Select folder"
1143 2009-01-09 [colin] 3.7.0cvs24
1146 Win32: Fix bug 1816, 'Attaching files with
1147 command-line generates error after attaching'
1149 2009-01-09 [paul] 3.7.0cvs23
1152 forgot this '2009' in last commit
1154 2009-01-09 [paul] 3.7.0cvs22
1158 update copyright headers
1160 2009-01-09 [paul] 3.7.0cvs21
1162 * doc/man/claws-mail.1
1165 2009-01-09 [colin] 3.7.0cvs20
1168 Fix bug 1814, 'Windows' WM badly places
1171 2009-01-09 [colin] 3.7.0cvs19
1173 * src/prefs_themes.c
1174 * src/stock_pixmap.c
1175 * src/stock_pixmap.h
1176 * src/common/utils.c
1177 * src/common/utils.h
1178 Win32: Fix bug 1813, 'Installing Theme Creates Error'
1180 2009-01-08 [colin] 3.7.0cvs18
1183 Win32: Fix bug 1810, 'Pressing 'o' key
1186 2009-01-07 [colin] 3.7.0cvs17
1189 Fix bug 1432, '& not escaped in links (HTML
1192 2009-01-06 [colin] 3.7.0cvs16
1194 * src/plugins/pgpcore/select-keys.c
1195 Warn translators the usual way about
1198 2009-01-06 [colin] 3.7.0cvs15
1201 Fix synchronisation dialog that shouldn't
1202 appear when network goes down (Network
1206 Fix save as when attach_save_dir isn't set
1207 fixes bug 1804, 'attach_save_directory does
1208 not default to $HOME'
1209 * src/plugins/pgpcore/select-keys.c
1210 Add mnemonics to buttons - warn translators!
1212 2009-01-06 [wwp] 3.7.0cvs14
1214 * src/common/utils.c
1215 Fix cvs13, thanks to Colin.
1217 2009-01-06 [wwp] 3.7.0cvs13
1219 * src/common/utils.c
1220 Better support for Spanish Outlook replies (RES).
1222 2009-01-02 [colin] 3.7.0cvs12
1225 Fix (+) sign after collapsed folder names that
1226 have quicksearch-matching children.
1227 Fixes bug 1506, 'Recursive search in collapsed
1230 2009-01-02 [colin] 3.7.0cvs11
1232 * src/stock_pixmap.c
1233 * src/stock_pixmap.h
1234 Remove now-unused stock_pixmap_gdk
1236 2009-01-02 [colin] 3.7.0cvs10
1238 * src/gtk/gtkutils.c
1239 * src/pixmaps/claws-mail_icon.xpm
1240 Use pixbuf for app icon, and make the app icon
1243 2009-01-02 [colin] 3.7.0cvs9
1246 Show both link title and URI if possible
1248 2009-01-02 [colin] 3.7.0cvs8
1252 * src/addressbook_foldersel.c
1255 * src/grouplistdialog.c
1259 * src/gtk/gtkcmclist.c
1260 * src/gtk/gtkcmclist.h
1261 * src/gtk/gtkcmctree.c
1262 * src/gtk/gtkcmctree.h
1263 * src/gtk/gtksctree.c
1264 * src/gtk/gtksctree.h
1265 Implement pixbuf rendering in tree widgets
1267 * src/plugins/trayicon/trayicon.c
1269 * src/prefs_themes.c
1270 Use pixbuf rendering here too
1272 2008-12-30 [paul] 3.7.0cvs7
1275 no need to prematurely trim the uri in the statusbar
1277 2008-12-29 [paul] 3.7.0cvs6
1280 prefer List-Id header to X-* headers when creating
1281 filter rule automatically
1283 2008-12-28 [colin] 3.7.0cvs5
1286 Set minimum height to 440 instead of 480
1288 2008-12-22 [colin] 3.7.0cvs4
1291 Fix bug 1799, '"Discard message" deletes manually
1292 saved draft'. Switch rmode to REEDIT after
1295 2008-12-21 [paul] 3.7.0cvs3
1297 * tools/claws.i18n.status.pl
1300 2008-12-21 [paul] 3.7.0cvs2
1306 2008-12-21 [paul] 3.7.0cvs1
1312 2008-12-19 [paul] 3.7.0
1319 2008-12-19 [paul] 3.6.1cvs80
1322 remove unmaintained sk and sr from ALL_LINGUAS
1323 add newly maintained cs to ALL_LINGUAS
1334 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
1335 Stephan Sachse, Flammie Pirinen, Páder Rezso, Marcel Pol,
1336 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
1339 2008-12-16 [colin] 3.6.1cvs79
1341 * src/plugins/pgpcore/sgpgme.c
1344 2008-12-15 [colin] 3.6.1cvs78
1349 * src/plugins/pgpcore/sgpgme.c
1350 * src/plugins/pgpcore/sgpgme.h
1351 * src/plugins/pgpinline/pgpinline.c
1352 * src/plugins/pgpmime/pgpmime.c
1353 * src/plugins/smime/smime.c
1354 Fix bug 1796, 'PGP/MIME setting: "select key by your
1355 email address" doesn't work'. Use custom from address
1358 2008-12-15 [colin] 3.6.1cvs77
1360 * src/common/utils.c
1361 Fix bug 1746, 'Makes a mailto link from several
1364 2008-12-15 [paul] 3.6.1cvs76
1366 * m4/spamassassin.m4
1367 fix warnings thrown up by autoconf-2.63
1369 2008-12-13 [colin] 3.6.1cvs75
1374 * src/common/utils.c
1375 * src/common/utils.h
1377 Finish previous patch
1379 2008-12-13 [colin] 3.6.1cvs74
1382 Only install certs on windows
1384 2008-12-13 [colin] 3.6.1cvs73
1387 * tools/ca-certificates.crt
1388 * src/common/Makefile.am
1390 First try to ship SSL certificates in Windows
1393 2008-12-12 [colin] 3.6.1cvs72
1396 * src/plugins/pgpinline/claws.def
1399 2008-12-12 [paul] 3.6.1cvs71
1403 * src/partial_download.c
1405 * src/common/claws.c
1406 * src/common/prefs.c
1407 * src/common/utils.c
1408 win32: fix unlinking, renaming and bug with
1412 2008-12-11 [colin] 3.6.1cvs70
1415 * manual/fr/advanced.xml
1416 Update french translations
1418 2008-12-10 [colin] 3.6.1cvs69
1421 Correct bug submission guidelines
1423 2008-12-10 [colin] 3.6.1cvs68
1425 * src/plugins/pgpcore/pgp_viewer.c
1426 Fix bug 1736, 'Key import does not work'
1427 Kill the correct pid (and not the parent
1428 shell), and increase the timeout a bit.
1430 2008-12-09 [paul] 3.6.1cvs67
1433 ensure that any stray noticeview buttons are hidden,
1434 as clicking them causes segfaults!
1436 2008-12-09 [colin] 3.6.1cvs66
1440 * src/folder_item_prefs.h
1441 * src/prefs_common.c
1442 * src/prefs_common.h
1444 Fix bug 1792, '"Save Message to" should
1445 retain list of recently selected folders'
1446 Also, make Enchant-related prefs stick
1447 even if the build doesn't enable enchant
1449 2008-12-09 [paul] 3.6.1cvs65
1452 fix bug 1787, 'Prevent automatic PGP inline
1453 decryption attempts' use the noticeview to display
1454 decryption failure messages instead of the irritating
1457 2008-12-09 [colin] 3.6.1cvs64
1459 * src/prefs_filtering.c
1460 Fix bug 1789, 'filtering account selection
1461 (regression)'. Filtering on sending-only
1462 accounts can be a little useful when using
1463 filtering via Tools menu.
1465 2008-12-07 [paul] 3.6.1cvs63
1467 * src/prefs_actions.c
1468 don't auto-select first entry (same as other
1470 * src/gtk/pluginwindow.c
1471 these parents don't have children so don't look
1474 2008-12-07 [paul] 3.6.1cvs62
1476 * src/prefs_account.c
1477 * src/gtk/pluginwindow.c
1478 * src/gtk/prefswindow.c
1479 * src/gtk/prefswindow.h
1480 auto-select first page
1482 2008-12-05 [colin] 3.6.1cvs61
1486 Fix bug 1788, 'CM crashes re-encoding
1487 encoded parameters' (introduced in cvs40)
1489 2008-12-05 [paul] 3.6.1cvs60
1491 * src/prefs_common.h
1492 remove gpg prefs that are no longer needed here
1494 2008-12-03 [colin] 3.6.1cvs59
1497 Speed up cache reading (about 10% gain)
1499 * src/gtk/gtksctree.c
1500 Speed up expand/collapse all threads
1503 2008-12-03 [paul] 3.6.1cvs58
1506 eradicate gcc4's signedness warnings
1507 fix building with gnuTLS on (Open)Solaris
1509 2008-12-01 [colin] 3.6.1cvs57
1511 * src/gtk/gtkcmclist.c
1514 2008-12-01 [colin] 3.6.1cvs56
1516 * src/plugins/pgpinline/pgpinline.c
1517 Fix bug 1779, 'PGP Inline badly handles
1518 multipart'. Properly dump the current part
1519 instead of running around with scissors
1521 2008-11-30 [paul] 3.6.1cvs55
1523 * manual/advanced.xml
1524 * manual/plugins.xml
1525 * src/prefs_toolbar.c
1526 remove the verb from the page title and
1527 update references in the manual
1529 2008-11-30 [paul] 3.6.1cvs54
1532 move Other/ page to Other/Miscellaneous
1533 * src/gtk/prefswindow.c
1534 make parent page unselectable
1536 2008-11-29 [paul] 3.6.1cvs53
1539 add the new 'primary_paste_unselects' hidden
1540 option, add missing 'log_[...]_color' options,
1541 and reformat the text
1542 * manual/advanced.xml
1543 add the new 'primary_paste_unselects' hidden
1544 option, add missing 'log_[...]_color' options
1546 2008-11-28 [colin] 3.6.1cvs52
1551 2008-11-28 [colin] 3.6.1cvs51
1556 2008-11-28 [colin] 3.6.1cvs50
1559 Fix account selection in Mailing list
1562 2008-11-28 [paul] 3.6.1cvs49
1565 automatically remove obsolete strings
1567 2008-11-28 [colin] 3.6.1cvs48
1569 * src/plugins/pgpcore/sgpgme.c
1570 Fix error message when key isn't available.
1572 2008-11-27 [colin] 3.6.1cvs47
1578 2008-11-26 [colin] 3.6.1cvs46
1583 2008-11-26 [colin] 3.6.1cvs45
1585 * src/plugins/pgpcore/select-keys.c
1586 * src/plugins/pgpcore/sgpgme.c
1587 Fix bug 1591, 'S/MIME: better key
1588 handling/selection dialog'
1589 Really ignore revoked/expired keys
1591 2008-11-26 [colin] 3.6.1cvs44
1594 * src/common/claws.c
1596 Make sure libgcrypt's threading is initialised
1597 before gnutls. See also old bug 1539.
1599 2008-11-26 [colin] 3.6.1cvs43
1603 * src/etpan/imap-thread.c
1604 Fix possible crashes due to clist_begin()
1605 not checking for NULLs (it should!)
1607 2008-11-25 [colin] 3.6.1cvs42
1610 Fix line length in MIME parameters
1612 2008-11-22 [paul] 3.6.1cvs41
1615 grab Return key press in attachments Properties
1618 2008-11-21 [colin] 3.6.1cvs40
1622 Fix bug 1776, 'use encoded name parameters
1623 for attachments instead of ascii'.
1624 Break the RFC 2047 by using B-encoded
1625 filename parameter, like everyone does,
1626 following advice from the RFC author.
1628 2008-11-21 [colin] 3.6.1cvs39
1630 * src/common/socket.c
1631 Rehandshake if server asks to
1633 2008-11-21 [colin] 3.6.1cvs38
1637 * src/common/session.h
1639 Move conditional-compilation members to
1642 2008-11-19 [wwp] 3.6.1cvs37
1644 * src/prefs_actions.c
1645 Fixed wrong behaviour when pressing Escape (was not cancelling
1648 2008-11-19 [wwp] 3.6.1cvs36
1654 * src/prefs_actions.c
1655 * src/prefs_filtering_action.c
1659 * src/common/utils.c
1660 Replace occurrences of "command line" with "command-line" everywhere.
1661 Enforce code style (mostly indentation) in prefs_actions.c.
1663 2008-11-19 [colin] 3.6.1cvs35
1666 * src/prefs_common.c
1667 * src/prefs_common.h
1668 Add primary_paste_unselects hidden preference
1669 to change how middle-click pasting changes
1670 the selection and insert point; defaults to
1673 2008-11-19 [colin] 3.6.1cvs34
1676 Always give focus to summaryview, even if
1677 the folder is empty, in small screen layout.
1678 Allows to go back to folderlist using the
1681 2008-11-18 [colin] 3.6.1cvs33
1684 Put back conditional at the end of struct
1686 2008-11-18 [colin] 3.6.1cvs32
1689 * src/common/w32_reg.c
1690 Fix crash on win32 when browsing to a
1693 2008-11-15 [colin] 3.6.1cvs31
1696 After a mid-click paste, deselect selection
1697 and go to end of paste.
1699 2008-11-15 [colin] 3.6.1cvs30
1702 Auto-save draft after external editor quits
1704 2008-11-15 [colin] 3.6.1cvs29
1706 * src/plugins/pgpcore/sgpgme.c
1707 Fix wrong error display, thanks to
1710 2008-11-14 [colin] 3.6.1cvs28
1712 * src/prefs_actions.c
1713 Comment out bogus (IMO) warning
1715 2008-11-14 [colin] 3.6.1cvs27
1722 Share summaryview's context menu actions with
1723 the equivalent menu items of the main menu;
1724 this allows to share accelerators and de-
1727 2008-11-14 [colin] 3.6.1cvs26
1729 * src/plugins/pgpcore/sgpgme.c
1730 Fix bug 1768, 'claws-mail crashes while
1731 checking smime bad signature'
1733 2008-11-13 [colin] 3.6.1cvs25
1737 Fix redefinition of PREFSBUFSIZE
1739 2008-11-13 [wwp] 3.6.1cvs24
1741 * tools/popfile-link.sh
1742 Add support for reusing existing POPFile session ID.
1744 2008-11-12 [colin] 3.6.1cvs23
1747 Fix bug 1771, 'Folder template gets
1748 truncated when exiting the application'
1749 Use a 32k buffer for string preferences
1751 2008-11-11 [colin] 3.6.1cvs22
1754 Fix "display sender using addressbook" when
1755 prefs_common.swap_from is in use. Patch by
1758 2008-11-11 [colin] 3.6.1cvs21
1763 Make a few functions static
1765 2008-11-07 [colin] 3.6.1cvs20
1769 Fix crash when rebuilding colorlabel
1773 * src/prefs_account.c
1774 * src/prefs_compose_writing.c
1775 * src/prefs_logging.c
1776 * src/prefs_message.c
1778 * src/prefs_receive.c
1779 * src/prefs_summaries.c
1780 * src/prefs_wrapping.c
1781 * src/plugins/bogofilter/bogofilter_gtk.c
1782 * src/plugins/pgpcore/prefs_gpg.c
1783 * src/plugins/spamassassin/spamassassin_gtk.c
1784 Fix deprecated use of page_size in
1785 gtkspinbutton adjustments
1787 2008-11-06 [mones] 3.6.1cvs19
1790 Fix missing "About" in Help menu
1791 * tools/claws.i18n.status.pl
1794 2008-11-05 [colin] 3.6.1cvs18
1799 * src/common/socket.c
1800 * src/common/socket.h
1801 * src/gtk/gtkutils.c
1802 * src/gtk/gtkutils.h
1803 w32: Implement single launch (lock
1804 socket); always put debug log to
1805 the rc_dir; fix Start menu update
1806 after registering as default Mail
1809 2008-11-05 [colin] 3.6.1cvs17
1812 Setting the Mail start menu item in HKCU
1813 confuses the Internet Options dialog. Do
1814 it in HKLM as this dialog does.
1816 2008-11-04 [colin] 3.6.1cvs16
1818 * src/common/w32_reg.c
1821 2008-11-04 [colin] 3.6.1cvs15
1824 w32: Fix getting content-type
1826 * src/prefs_common.c
1827 * src/prefs_common.h
1828 * src/prefs_ext_prog.c
1830 w32: better integration (use the
1831 standard file associations instead
1832 of our platform-unadapted open
1835 * src/common/utils.c
1836 * src/common/w32_reg.c
1837 * src/common/w32lib.h
1838 w32: better integration (allow
1839 setting Claws as default MUA)
1841 2008-11-01 [colin] 3.6.1cvs14
1844 Fix wrongly converted non-ascii characters
1845 when locale's charset is US-ASCII (strict-mode
1846 was failing in this case)
1848 2008-10-30 [colin] 3.6.1cvs13
1854 Use one UI Manager per mimeview, instead of
1855 the global one -- else user_data pointer gets
1856 broken if opening and closing another message-
1857 view, then using right-click on a mimeview's
1858 mimepart. Probably fixes bug 1711, 'Save-as
1861 2008-10-24 [paul] 3.6.1cvs12
1864 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
1865 * tools/kdeservicemenu/install.sh
1866 another, possibly the final?, attempt on getting this
1869 2008-10-24 [paul] 3.6.1cvs11
1871 * tools/kdeservicemenu/install.sh
1872 fix servicemenu installation directory on kde4
1874 2008-10-24 [paul] 3.6.1cvs10
1876 * tools/kdeservicemenu/README
1877 * tools/kdeservicemenu/install.sh
1878 add support for kde4 in addition to kde3.
1879 a rework involving checking for kde4-config, then
1880 kde-config, finally prompting the user for the
1881 location of either if they cannot be found
1884 2008-10-18 [paul] 3.6.1cvs9
1886 * tools/claws.i18n.status.pl
1887 updated with latest translator info.
1888 only print for languages defined in %langname
1890 2008-10-17 [paul] 3.6.1cvs8
1892 * src/plugins/pgpcore/sgpgme.c
1893 when listing the uid's, show the uid validity
1895 2008-10-16 [paul] 3.6.1cvs7
1900 2008-10-13 [wwp] 3.6.1cvs6
1903 Updated French translation.
1905 2008-10-11 [colin] 3.6.1cvs5
1908 Fix bug 1756, "Outdated translators list in About
1909 dialogue". Patch by Aleksei Miheev.
1911 2008-10-11 [colin] 3.6.1cvs4
1921 * src/prefs_account.c
1922 * src/send_message.c
1923 * src/send_message.h
1927 * src/common/claws.c
1929 * src/common/session.c
1930 * src/common/session.h
1933 * src/common/socket.c
1934 * src/common/socket.h
1937 * src/common/ssl_certificate.c
1938 * src/common/ssl_certificate.h
1940 * src/gtk/sslcertwindow.c
1941 * src/gtk/sslcertwindow.h
1944 2008-10-11 [colin] 3.6.1cvs3
1946 * src/common/ssl_certificate.c
1947 Make local function static
1949 2008-10-10 [colin] 3.6.1cvs2
1952 * src/common/ssl_certificate.c
1953 * src/gtk/sslcertwindow.c
1954 Add offline certificate verification,
1955 thanks to Nikos Mavrogiannopoulos for the
1958 2008-10-10 [colin] 3.6.1cvs1
1960 * src/common/ssl_certificate.c
1961 * src/gtk/sslcertwindow.c
1964 2008-10-10 [paul] 3.6.1
1966 * m4/spamassassin.m4
1967 remove openssl dross
1974 2008-10-10 [colin] 3.6.0cvs25
1977 Tell libetpan it doesn't need to init
1980 2008-10-10 [colin] 3.6.0cvs24
1983 Remove references to openssl
1985 2008-10-09 [colin] 3.6.0cvs23
1990 2008-10-09 [colin] 3.6.0cvs22
1993 Error out when building against openssl
1995 2008-10-09 [colin] 3.6.0cvs21
2002 Disable OpenSSL due to requirement of
2003 OpenSSL exception. Code not removed yet,
2004 just in case, but disabled.
2006 2008-10-09 [colin] 3.6.0cvs20
2016 * src/prefs_ext_prog.c
2018 * src/prefs_image_viewer.c
2022 * src/gtk/Makefile.am
2024 * src/gtk/gtksourceprintjob.c
2025 * src/gtk/gtksourceprintjob.h
2026 Revert previous patch. It'd be better to remove
2027 OpenSSL instead, as GnuTLS works as well.
2029 2008-10-09 [colin] 3.6.0cvs19
2039 * src/prefs_ext_prog.c
2041 * src/prefs_image_viewer.c
2045 * src/gtk/Makefile.am
2047 * src/gtk/gtksourceprintjob.c
2048 * src/gtk/gtksourceprintjob.h
2049 Remove the libgnomeprint interface (deprecated,
2050 and fixes Debian's #501570, 'Copyright confusion')
2052 2008-10-09 [colin] 3.6.0cvs18
2055 Require libetpan 0.57 (important fixes)
2057 2008-10-08 [paul] 3.6.0cvs17
2059 * src/prefs_filtering_action.c
2060 * src/prefs_matcher.c
2061 enable re-ordering of the filtering/processing
2062 condition and actions lists by drag'n'drop
2064 2008-10-08 [colin] 3.6.0cvs16
2067 Fix wrong menu title
2069 2008-10-07 [colin] 3.6.0cvs15
2072 After thinking, revert this. It's only a minor
2073 annoyance to GSSAPI users, and I can't test this
2074 right now. Postponed until after next good release.
2076 2008-10-07 [colin] 3.6.0cvs14
2079 Don't ask for a password when using GSSAPI
2081 2008-10-07 [colin] 3.6.0cvs13
2084 Fix build with GTK+ < 2.14
2086 2008-10-07 [colin] 3.6.0cvs12
2090 * src/prefs_common.c
2091 * src/prefs_common.h
2093 * src/gtk/colorlabel.c
2094 Fix bug 1749, 'Shortcut keys for color labels
2096 Make fullscreen a setting remembered between
2099 2008-10-07 [colin] 3.6.0cvs11
2102 Fix bug 1747, 'Wanderlust keybindings no longer
2103 working (regression)'
2105 2008-10-07 [colin] 3.6.0cvs10
2108 Make fullscreen a real menu item
2110 2008-10-07 [colin] 3.6.0cvs9
2113 Make sure we won't save size when
2116 2008-10-06 [colin] 3.6.0cvs8
2120 Handle fullscreen via F11. Patch by
2123 2008-10-06 [colin] 3.6.0cvs7
2126 Fix return value when setting client cert
2128 2008-10-04 [colin] 3.6.0cvs6
2131 Fix bug 1742, 'Attachment list contents not
2134 2008-10-04 [paul] 3.6.0cvs5
2137 fix failure of Hide toolbar option on restart
2139 2008-10-04 [colin] 3.6.0cvs4
2146 Maemo: Fix bug 1737, Crashes upon opening
2148 2008-10-04 [paul] 3.6.0cvs3
2151 submitted (just a little late) by Frederico
2154 2008-10-03 [wwp] 3.6.0cvs2
2157 Many fixes, mostly in menus and accelerators.
2159 2008-10-03 [colin] 3.6.0cvs1
2162 Allow network mounts with new GTKs: they're
2163 available via FUSE mounts and we don't need
2166 2008-10-03 [paul] 3.6.0
2173 2008-10-03 [paul] 3.5.0cvs145
2180 new translations. added by Yasen Pramatarov,
2181 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
2190 updated translations. submitted by Miquel Oliete,
2191 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
2192 Andrea Spadaccini, Emilian Nowak, and Ralph Young
2194 2008-10-02 [colin] 3.5.0cvs144
2196 * src/common/session.c
2197 Fix crash when connection fails on windows
2199 2008-10-01 [colin] 3.5.0cvs143
2202 Real fix for FS-unsafe chars on win32
2204 2008-10-01 [colin] 3.5.0cvs142
2207 Encode prohibited filenames on win32
2209 2008-09-30 [mones] 3.5.0cvs141
2213 * src/prefs_themes.c
2215 Fix output of some debug messages
2217 2008-09-30 [colin] 3.5.0cvs140
2224 * src/prefs_themes.c
2228 * src/common/utils.c
2229 * src/gtk/sslcertwindow.c
2230 Win32: Fix time usage; use g_stat
2232 2008-09-29 [colin] 3.5.0cvs139
2234 * src/common/utils.c
2235 Fix case-sensitive match of subject
2238 2008-09-29 [colin] 3.5.0cvs138
2240 * src/folder_item_prefs.c
2241 * src/folder_item_prefs.h
2243 * src/prefs_folder_item.c
2244 * src/prefs_matcher.c
2246 * src/common/string_match.c
2247 * src/common/utils.c
2248 Fix a huge leak (dozens of megs per folder
2249 change) on Windows: disable regexps
2251 2008-09-28 [paul] 3.5.0cvs137
2256 2008-09-27 [colin] 3.5.0cvs136
2260 Add accessor for cur_account
2262 2008-09-27 [colin] 3.5.0cvs135
2265 Fix crash when error happen on session establishment
2267 2008-09-26 [mones] 3.5.0cvs134
2272 2008-09-26 [colin] 3.5.0cvs133
2274 * src/plugins/pgpcore/claws.def
2277 2008-09-26 [colin] 3.5.0cvs132
2279 * src/prefs_common.c
2280 * src/prefs_common.h
2281 * src/plugins/pgpcore/pgp_viewer.c
2282 Add an accessor to prefs_common for plugins
2285 2008-09-25 [colin] 3.5.0cvs131
2288 Fix bug 1725, 'useless lines in clawsrc'
2289 * src/plugins/smime/mypgpcore.def
2290 Add a missing symbol
2292 2008-09-25 [paul] 3.5.0cvs130
2294 * src/plugins/smime/mypgpcore.def
2295 * src/plugins/smime/plugin.def
2296 * src/plugins/smime/version.rc
2297 add these windows-specific files
2300 2008-09-25 [colin] 3.5.0cvs129
2303 Load standard plugins only on first run
2305 2008-09-25 [colin] 3.5.0cvs128
2310 2008-09-24 [colin] 3.5.0cvs127
2313 Add nb_NO's charset (iso-8859-1)
2315 2008-09-24 [colin] 3.5.0cvs126
2317 * src/common/utils.c
2318 Fix get_mail_base_dir() on windows
2319 (was synced from main ages ago)
2321 2008-09-24 [colin] 3.5.0cvs125
2325 Integrate better with Windows' style
2327 2008-09-23 [paul] 3.5.0cvs124
2332 offer these strings to translators too
2334 2008-09-23 [colin] 3.5.0cvs123
2337 Add a --disable-dbus flag in case we want
2338 no DBUS even if headers are available (like
2339 for building gpg4win)
2342 * src/prefs_logging.c
2343 * src/common/utils.c
2344 * src/plugins/pgpcore/sgpgme.c
2345 * src/plugins/smime/claws.def
2347 - disable filtering log (it's crashy for
2349 - fix gmtime_r when time is -1 (before 01/01/70)
2350 - add symbols for smime
2352 2008-09-22 [colin] 3.5.0cvs122
2354 * src/common/utils.c
2358 Fix cursor position after changing account
2362 Fix absolute path detection
2364 2008-09-21 [colin] 3.5.0cvs121
2366 * src/gtk/gtkaspell.c
2367 Don't try to use empty dictionaries
2369 2008-09-20 [colin] 3.5.0cvs120
2372 Add the new files to the translations
2374 2008-09-20 [colin] 3.5.0cvs119
2377 * src/plugins/Makefile.am
2378 * src/plugins/smime/Makefile.am
2379 * src/plugins/smime/plugin.c
2380 * src/plugins/smime/smime.c
2381 * src/plugins/smime/smime.deps
2382 * src/plugins/smime/smime.h
2383 Include S/Mime plugin in the main plugins
2384 Will ease the Gpg4win team's work
2386 2008-09-20 [colin] 3.5.0cvs118
2393 * src/common/socket.c
2394 * src/gtk/gtkutils.c
2395 * src/plugins/pgpcore/claws.def
2396 Windows: more fixes, thanks to wwp and
2399 2008-09-20 [colin] 3.5.0cvs117
2402 Tell on which server errors happened
2404 2008-09-20 [colin] 3.5.0cvs116
2406 * src/etpan/etpan-thread-manager.c
2407 * src/etpan/imap-thread.c
2408 * src/etpan/nntp-thread.c
2409 Windows: Fix hang on IMAP/NNTP
2411 2008-09-20 [colin] 3.5.0cvs115
2413 * src/common/utils.c
2414 Fix bug 1723, "Buffer overflow crash caused by
2415 preview in 'Date format help' dialog box"
2416 Also, optimise fast_strftime a bit :)
2418 2008-09-18 [colin] 3.5.0cvs114
2422 Check for NULLs before str* functions
2424 2008-09-18 [colin] 3.5.0cvs113
2429 Handle html parts in multipart/related
2430 Decode ISO-8859-1 as Windows-1252 (the former
2431 is a subset of the latter) in order to
2432 workaround Outlook mails misencoding
2433 * src/gtk/logwindow.c
2434 * src/gtk/logwindow.h
2435 Clear mainwindow's error pixmap when the
2436 error scrolls out of the log
2438 2008-09-17 [colin] 3.5.0cvs112
2440 * src/image_viewer.c
2441 Fix image loading (multiple childs added to
2442 scrolledwindow, break of the resize functionality)
2444 * src/prefs_folder_item.c
2445 * src/prefs_spelling.c
2446 * src/gtk/gtkaspell.c
2447 Better fix problems with dictionaries updates
2449 2008-09-17 [colin] 3.5.0cvs111
2451 * src/common/utils.c
2452 Fix double-opening (fixes multiple signatures when
2455 2008-09-16 [colin] 3.5.0cvs110
2457 * src/prefs_account.c
2458 * src/prefs_folder_item.c
2459 * src/prefs_spelling.c
2460 * src/gtk/gtkaspell.c
2461 Better stripping of aspell dictionaries names
2465 * 3.6.0-rc1 released
2467 2008-09-16 [colin] 3.5.0cvs109
2472 * src/prefs_account.h
2474 * src/send_message.c
2475 * src/gtk/inputdialog.c
2476 Don't add a pref to allow remembering passwords
2477 (Just not checking the checkbox is enough)
2479 2008-09-16 [colin] 3.5.0cvs108
2482 Require libetpan 0.56 as 0.55 is crashy
2485 * src/gtk/inputdialog.c
2486 * src/gtk/inputdialog.h
2489 2008-09-16 [wwp] 3.5.0cvs107
2492 Complete 3.5.0cvs106 by removing a function that got
2493 moved to account.[ch].
2495 2008-09-16 [wwp] 3.5.0cvs106
2501 * src/quote_fmt_lex.l
2502 * src/quote_fmt_parse.y
2503 Add account signature (path and value string) manipulation
2504 keywords to the template processor. It's now possible in
2505 all templates to insert the account signature to an
2506 arbitrary location or to pass it to a external script for
2510 2008-09-16 [mones] 3.5.0cvs105
2517 * src/prefs_account.h
2518 * src/prefs_common.c
2519 * src/prefs_common.h
2521 * src/send_message.c
2522 * src/gtk/inputdialog.c
2523 * src/gtk/inputdialog.h
2524 Implement session passwords: unsaved passwords for receiving
2525 or sending of accounts can be remembered while running to
2526 avoid repetitive typing.
2527 As keeping passwords in memory is unsafe a new preference
2528 in Other page is added to activate or not such capability.
2530 2008-09-14 [colin] 3.5.0cvs104
2534 Make conv_iconv_strdup static
2536 2008-09-12 [colin] 3.5.0cvs103
2543 * src/folder_item_prefs.c
2544 * src/folder_item_prefs.h
2546 * src/prefs_account.c
2547 * src/prefs_common.c
2548 * src/prefs_common.h
2549 * src/prefs_folder_item.c
2550 * src/prefs_spelling.c
2551 * src/prefs_template.c
2553 * src/quote_fmt_parse.y
2556 * src/gtk/Makefile.am
2559 * src/gtk/gtkaspell.c
2560 * src/gtk/gtkaspell.h
2561 * src/plugins/bogofilter/Makefile.am
2562 * src/plugins/dillo_viewer/Makefile.am
2563 * src/plugins/spamassassin/Makefile.am
2564 * src/plugins/trayicon/Makefile.am
2565 Switch spellchecker to Enchant
2567 2008-09-12 [paul] 3.5.0cvs102
2570 * tools/csv2addressbook.pl
2571 add support for Fox Mail
2573 2008-09-12 [paul] 3.5.0cvs101
2576 * src/prefs_wrapping.c
2579 2008-09-12 [paul] 3.5.0cvs100
2582 revert cvs99's libenchant commit error
2584 2008-09-12 [colin] 3.5.0cvs99
2587 Only go to inbox if there are new mails
2588 (and fetch was manual)
2590 2008-09-10 [colin] 3.5.0cvs98
2594 * src/common/session.c
2595 Use g_timeout_add_seconds instead of g_timeout_add
2596 on glib >= 2.14 when we don't need precision on the
2597 delay. This helps reducing power consumption:
2598 http://mjg59.livejournal.com/74651.html
2600 2008-09-10 [colin] 3.5.0cvs97
2603 Don't save window size and position when
2604 compose is hidden (filtering action)
2606 2008-09-09 [colin] 3.5.0cvs96
2612 * src/addressbook_foldersel.c
2618 * src/editaddress_other_attributes_ldap.h
2622 * src/editldap_basedn.c
2631 * src/grouplistdialog.c
2634 * src/image_viewer.c
2645 * src/prefs_actions.c
2646 * src/prefs_filtering.c
2647 * src/prefs_folder_column.c
2649 * src/prefs_summary_column.c
2650 * src/prefs_toolbar.c
2651 * src/send_message.c
2653 * src/sourcewindow.c
2654 * src/sourcewindow.h
2658 * src/stock_pixmap.c
2659 * src/stock_pixmap.h
2668 * src/common/utils.c
2670 * src/gtk/colorlabel.c
2671 * src/gtk/colorlabel.h
2672 * src/gtk/combobox.h
2673 * src/gtk/description_window.c
2675 * src/gtk/gtkaspell.c
2676 * src/gtk/gtkaspell.h
2677 * src/gtk/gtkcmclist.c
2678 * src/gtk/gtkcmclist.h
2679 * src/gtk/gtkcmctree.c
2680 * src/gtk/gtkcmctree.h
2681 * src/gtk/gtkcmoptionmenu.h
2682 * src/gtk/gtksctree.c
2683 * src/gtk/gtksctree.h
2684 * src/gtk/gtkshruler.c
2685 * src/gtk/gtkshruler.h
2686 * src/gtk/gtksourceprintjob.c
2687 * src/gtk/gtksourceprintjob.h
2688 * src/gtk/gtkutils.c
2689 * src/gtk/gtkutils.h
2690 * src/gtk/gtkvscrollbutton.c
2691 * src/gtk/gtkvscrollbutton.h
2692 * src/gtk/icon_legend.c
2693 * src/gtk/inputdialog.c
2694 * src/gtk/logwindow.c
2695 * src/gtk/logwindow.h
2696 * src/gtk/manage_window.c
2697 * src/gtk/manage_window.h
2699 * src/gtk/prefswindow.c
2700 * src/gtk/progressdialog.c
2701 * src/gtk/progressdialog.h
2702 * src/plugins/bogofilter/bogofilter_gtk.c
2703 * src/plugins/pgpcore/passphrase.c
2704 * src/plugins/spamassassin/spamassassin_gtk.c
2705 * src/plugins/trayicon/trayicon.c
2706 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2707 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2708 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2709 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2710 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2711 Complete GTK+ 2.14 undeprecation
2712 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
2714 2008-09-09 [colin] 3.5.0cvs95
2716 * src/gtk/gtkcmclist.h
2717 Fix build on GTK+ 2.14
2719 2008-09-08 [colin] 3.5.0cvs94
2723 Remove GtkSignalFunc
2725 2008-09-07 [colin] 3.5.0cvs93
2728 * src/addressbook_foldersel.c
2729 * src/gtk/gtkcmclist.c
2730 * src/gtk/gtkcmclist.h
2731 * src/gtk/gtkcmctree.c
2732 * src/gtk/gtkcmctree.h
2733 * src/gtk/gtksctree.c
2734 * src/gtk/prefswindow.c
2735 * src/gtk/prefswindow.h
2736 Use GDestroyNotify instead of GtkDestroyNotify
2737 (deprecated in GTK+ 2.14)
2739 2008-09-07 [colin] 3.5.0cvs92
2742 Fix bug 1712, 'invalid "Phishing attempt warning"
2743 when linked text ends with spaces'
2745 2008-09-05 [colin] 3.5.0cvs91
2748 Maybe fix bug 1711, 'Save-as attachment crashes'
2749 Possibly wrong free() due to pointer shifting
2751 2008-09-05 [colin] 3.5.0cvs90
2754 Fix bug 1710, 'User misreads "Discard Message"
2755 as "Discard Changes"'. Propose to save or discard
2756 only the latest changes when closing an existing
2757 draft. Autosave may still have saved parts of the
2760 2008-09-04 [colin] 3.5.0cvs89
2763 Fix bug 1707, 'Segfault when sorting on non-visible column'
2765 2008-09-01 [colin] 3.5.0cvs88
2770 * src/etpan/imap-thread.c
2771 * src/etpan/imap-thread.h
2772 Store spam flag on IMAP (Junk/NonJunk, as
2773 ThunderBird does - this is nonstandard)
2775 2008-08-31 [wwp] 3.5.0cvs87
2778 Fix globish edition^Wediting.
2780 2008-08-31 [wwp] 3.5.0cvs86
2783 Don't break nickname editing for non-LDAP books (nickname
2784 value was overwritten when editing existing contact, this
2785 came from 3.0.2cvs109).
2787 2008-08-30 [colin] 3.5.0cvs85
2791 Fix "Apply tags..." key shortcut
2793 2008-08-29 [iwkse] 3.5.0cvs84
2798 2008-08-29 [iwkse] 3.5.0cvs83
2801 Disable "Move to trash" action if
2802 we are in a trash-like folder.
2805 2008-08-29 [paul] 3.5.0cvs82
2808 bump up libetpan version requirement since
2809 0.55 is released now
2811 2008-08-28 [wwp] 3.5.0cvs81
2815 * src/prefs_account.c
2816 * src/prefs_account.h
2817 Add finer granularity to the POP3's remove-after delay (now in
2818 hours in addition to in days), patch by Paul Rolland.
2820 2008-08-28 [wwp] 3.5.0cvs80
2822 * src/gtk/combobox.c
2823 Fix a typo in a comment.
2825 2008-08-28 [iwkse] 3.5.0cvs79
2828 * src/prefs_actions.c
2829 * src/prefs_filtering.c
2830 * src/prefs_template.c
2831 Add search feature to the account,
2832 template and action dialog.
2833 It's turned on selecting one row
2834 of the list and typing some random
2835 letter. Thanks to wwp, colinl
2837 2008-08-28 [colin] 3.5.0cvs78
2842 * src/prefs_account.c
2843 * src/prefs_account.h
2847 * src/stock_pixmap.c
2848 * src/stock_pixmap.h
2850 * src/pixmaps/key_gpg_signed.xpm
2851 Fix bug 1412, "Sign reply, if mail was signed"
2852 Add an account preference to sign replies to signed mails
2854 2008-08-28 [iwkse] 3.5.0cvs77
2856 * src/prefs_filtering.c
2857 Making the search more useful,
2858 jumping directly to the relative rule.
2860 2008-08-27 [colin] 3.5.0cvs76
2865 2008-08-27 [colin] 3.5.0cvs75
2867 * src/gtk/gtkcmctree.c
2870 2008-08-26 [colin] 3.5.0cvs74
2872 * src/gtk/gtkcmctree.c
2873 Fix missing inits on old glib
2875 2008-08-26 [wwp] 3.5.0cvs73
2877 * src/common/utils.c
2878 Added 'Fwd' to the list of known common subject prefixes.
2880 2008-08-25 [iwkse] 3.5.0cvs72
2882 * src/image_viewer.c
2883 Add animated gif support to the
2886 2008-08-25 [colin] 3.5.0cvs71
2888 * src/gtk/gtkcmctree.c
2889 Make sure work isn't null
2891 2008-08-24 [colin] 3.5.0cvs70
2894 Fix typo on SSL_CERT_DIR
2896 2008-08-23 [holger] 3.5.0cvs69
2899 Fix bug 1699 'Separator line mis-placed when
2900 printing some e-mails'. The number of header lines
2901 was not correctly calculated when Pango inserts
2904 2008-08-23 [colin] 3.5.0cvs68
2907 Fix the account selector button; thanks
2910 2008-08-21 [colin] 3.5.0cvs67
2914 Add a compose preference for auto-indent
2917 Make colorlabel accels a bit less hacky
2919 2008-08-21 [colin] 3.5.0cvs66
2922 * src/prefs_common.c
2923 * src/prefs_common.h
2924 * src/prefs_wrapping.c
2925 Add a preference for autoindent; fix no_join tag
2926 being applied to whole lines instead of just \n when
2929 2008-08-21 [colin] 3.5.0cvs65
2932 Add support for auto-indentation
2934 2008-08-19 [colin] 3.5.0cvs64
2937 Save Autowrap status in drafts/queued mails
2939 2008-08-19 [colin] 3.5.0cvs63
2942 Fix a comment (in reality, test commit on
2945 2008-08-17 [colin] 3.5.0cvs62
2947 * src/prefs_actions.c
2950 * src/common/socket.h
2951 * src/gtk/gtkcmctree.c
2954 2008-08-16 [colin] 3.5.0cvs61
2956 * src/editaddress_other_attributes_ldap.h
2957 Add 'l' field (localityName)
2959 2008-08-16 [colin] 3.5.0cvs60
2962 * src/gtk/gtkcmclist.c
2963 * src/gtk/gtkcmclist.h
2964 * src/gtk/gtkcmctree.c
2965 * src/gtk/gtksctree.c
2966 * src/gtk/gtkutils.c
2967 * src/gtk/gtkvscrollbutton.c
2968 Fix Maemo build (OS2007)
2970 2008-08-14 [colin] 3.5.0cvs59
2973 Don't crash if parent is null when creating
2975 * src/gtk/pluginwindow.c
2976 Don't crash on race when closing window while
2977 a plugin is loading and does gtk_iterations
2979 2008-08-13 [colin] 3.5.0cvs58
2984 Fix bug 1696, 'Viewing binary attachements
2985 as text over 1 MB' (various buglets)
2987 2008-08-10 [colin] 3.5.0cvs57
2990 * src/gtk/gtkcmclist.c
2991 Continue fixing GTK < 2.12 build, thanks to
2994 2008-08-10 [colin] 3.5.0cvs56
2996 * src/gtk/gtksctree.c
2997 Fix build on GTK < 2.12
2999 2008-08-09 [colin] 3.5.0cvs55
3002 Fix untranslatable strings, thanks to
3005 2008-08-07 [colin] 3.5.0cvs54
3011 * src/message_search.c
3014 * src/prefs_account.c
3015 * src/prefs_common.c
3016 * src/prefs_customheader.c
3017 * src/prefs_ext_prog.c
3018 * src/prefs_filtering_action.c
3020 * src/prefs_logging.c
3021 * src/prefs_matcher.c
3022 * src/prefs_msg_colors.c
3024 * src/summary_search.c
3027 * src/gtk/colorsel.c
3028 * src/gtk/gtkaspell.c
3029 * src/gtk/gtkutils.c
3030 * src/gtk/gtkutils.h
3031 * src/gtk/inputdialog.c
3032 * src/gtk/pluginwindow.c
3033 * src/gtk/quicksearch.c
3034 * src/plugins/bogofilter/bogofilter_gtk.c
3035 * src/plugins/dillo_viewer/dillo_prefs.c
3036 * src/plugins/spamassassin/spamassassin_gtk.c
3037 - Fix Ctrl-Space shortcut
3038 - Fix mime-parsing bug in procmime (cvs52)
3039 - Fix double-free in procmime (cvs52)
3040 - Use gtk_bin_get_child instead of GTK_BIN()->child
3041 - Fix Goto menu in mainwindow
3043 2008-08-07 [mones] 3.5.0cvs53
3046 Updated translation (lots of changes!)
3048 Add missing accelerator key
3050 Restored 'v' key function (thanks Colin!)
3052 2008-08-06 [colin] 3.5.0cvs52
3056 * src/addrduplicates.c
3067 Fix my use of g_utf8_strdown (it returns
3068 a newly allocated string and doesn't
3069 change the parameter)
3071 2008-08-06 [colin] 3.5.0cvs51
3074 Fix bug 1690, 'Copy/Paste in edit window may
3075 break Undo'; middle-click pastes aren't
3076 REPLACE_INSERT but just INSERT.
3077 Also, fix privacy menu selection
3079 2008-08-05 [colin] 3.5.0cvs50
3085 * src/addrduplicates.c
3097 * src/common/socket.c
3098 * src/gtk/gtkutils.c
3099 * src/gtk/gtkutils.h
3101 * src/plugins/spamassassin/spamassassin.c
3102 More undeprecation (Glib)
3104 2008-08-05 [colin] 3.5.0cvs49
3106 * src/prefs_account.c
3107 * src/prefs_filtering_action.c
3108 * src/prefs_matcher.c
3109 * src/gtk/Makefile.am
3110 * src/gtk/claws-marshal.list
3111 * src/gtk/colorlabel.c
3112 * src/gtk/colorsel.c
3113 * src/gtk/foldersort.c
3114 * src/gtk/gtkaspell.c
3115 * src/gtk/gtkcmclist.c
3116 * src/gtk/gtkcmclist.h
3117 * src/gtk/gtkcmctree.c
3118 * src/gtk/gtkcmctree.h
3119 * src/gtk/gtkcmoptionmenu.c
3120 * src/gtk/gtkcmoptionmenu.h
3121 * src/gtk/gtksctree.c
3122 * src/gtk/gtksctree.h
3123 * src/gtk/gtkutils.c
3124 * src/gtk/gtkutils.h
3125 * src/gtk/gtkvscrollbutton.c
3128 * src/gtk/quicksearch.c
3129 * src/plugins/dillo_viewer/dillo_viewer.c
3130 * src/plugins/pgpcore/select-keys.c
3131 Try to finish yesterday's commit
3133 2008-08-04 [colin] 3.5.0cvs48
3137 * src/addressbook_foldersel.c
3144 * src/editaddress_other_attributes_ldap.c
3146 * src/editldap_basedn.c
3149 * src/grouplistdialog.c
3150 * src/image_viewer.c
3155 * src/message_search.c
3161 * src/prefs_account.c
3162 * src/prefs_filtering_action.c
3163 * src/prefs_matcher.c
3164 * src/prefs_msg_colors.c
3165 * src/prefs_summaries.c
3167 * src/stock_pixmap.c
3168 * src/summary_search.c
3173 * src/gtk/Makefile.am
3174 * src/gtk/claws-marshal.list
3175 * src/gtk/colorsel.c
3176 * src/gtk/foldersort.c
3177 * src/gtk/gtkaspell.c
3178 * src/gtk/gtkcmclist.c
3179 * src/gtk/gtkcmclist.h
3180 * src/gtk/gtkcmctree.c
3181 * src/gtk/gtkcmctree.h
3182 * src/gtk/gtksctree.c
3183 * src/gtk/gtksctree.h
3184 * src/gtk/gtkutils.c
3185 * src/gtk/gtkutils.h
3186 * src/gtk/gtkvscrollbutton.c
3189 * src/gtk/quicksearch.c
3190 * src/plugins/dillo_viewer/dillo_viewer.c
3191 * src/plugins/pgpcore/select-keys.c
3192 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
3193 Undeprecate their implementation (GtkArg, GtkType, ...)
3194 Undeprecate a few other things here and there
3195 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
3196 Add #undef GTK_DISABLE_DEPRECATED in the files where we
3197 still have work to do
3199 2008-08-04 [colin] 3.5.0cvs47
3205 * src/stock_pixmap.c
3210 * src/image_viewer.c
3211 * src/gtk/gtkaspell.c
3212 * src/gtk/gtkvscrollbutton.c
3213 * src/plugins/dillo_viewer/dillo_viewer.c
3214 Undeprecate more things
3216 2008-08-02 [colin] 3.5.0cvs46
3219 Fix toggle menu activation state
3222 2008-08-02 [paul] 3.5.0cvs45
3226 /View/Show or hide/Message View
3228 2008-08-01 [paul] 3.5.0cvs44
3230 * src/common/utils.c
3231 * src/plugins/pgpcore/claws.def
3232 * src/plugins/pgpinline/claws.def
3233 fix compilation problems on mingw32,
3234 (bug 1688) Patch by Marcus Brinkmann
3236 2008-08-01 [colin] 3.5.0cvs43
3238 * src/gtk/gtkutils.c
3239 * src/gtk/gtkvscrollbutton.c
3242 2008-08-01 [colin] 3.5.0cvs42
3247 * src/prefs_account.c
3248 * src/prefs_folder_item.c
3251 * src/gtk/gtkaspell.c
3252 * src/gtk/gtkutils.c
3253 * src/gtk/gtkvscrollbutton.c
3254 Replace a few deprecated function calls
3256 2008-08-01 [paul] 3.5.0cvs41
3259 fix crash that occurs because of recent GtkUIManager
3260 changes. Thanks to Colin
3262 2008-07-31 [colin] 3.5.0cvs40
3271 Remove deprecated helper funcs
3273 2008-07-30 [colin] 3.5.0cvs39
3280 Move the folderview popup menu to GtkUIManager
3282 2008-07-29 [colin] 3.5.0cvs38
3297 Switch the main menu to GtkUIManager
3300 2008-07-29 [colin] 3.5.0cvs37
3303 Fix bug 1684, 'view news messages with large
3304 attachements segfaults'
3306 2008-07-29 [colin] 3.5.0cvs36
3319 More switches to GtkUIManager
3321 2008-07-26 [colin] 3.5.0cvs35
3327 2008-07-25 [colin] 3.5.0cvs34
3329 * src/addrcustomattr.c
3333 * src/editaddress_other_attributes_ldap.h
3337 * src/prefs_actions.c
3338 * src/prefs_filtering.c
3339 * src/prefs_template.c
3347 * src/plugins/trayicon/trayicon.c
3348 More changes from GtkItemFactory to GtkUIManager
3350 2008-07-25 [colin] 3.5.0cvs33
3353 Add a macro to remove menu items
3354 Make the gui_manager variable useless
3356 2008-07-24 [colin] 3.5.0cvs32
3359 Fix a gtk warning on clear
3363 Switch the message list popup menu to
3366 2008-07-23 [colin] 3.5.0cvs31
3368 * src/plugins/pgpcore/pgp_viewer.c
3369 * src/plugins/pgpcore/sgpgme.c
3370 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
3371 Patch by Thomas Wiegner <wiegner@gmx.de>
3373 2008-07-20 [paul] 3.5.0cvs30
3375 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3376 remove redundant GTK version check
3378 2008-07-20 [ticho] 3.5.0cvs29
3383 Moved sensitivity setting for "Download messages" for IMAP and
3384 news folders from folderview.c to imap_gtk.c and news_gtk.c
3385 respectively for better code readability.
3386 Fixed indentation in news' set_sensitivity().
3388 2008-07-20 [paul] 3.5.0cvs28
3391 remove more redundant code following cvs27
3393 2008-07-20 [paul] 3.5.0cvs27
3396 remove now redundant code
3399 fix bug 1673, 'Tools/Harvest adresses is
3400 grayed out if folder is empty'
3402 2008-07-19 [ticho] 3.5.0cvs26
3408 * src/gtk/gtkutils.c
3409 * src/gtk/gtkutils.h
3412 Use GtkUIManager for mimeview and tag edit dialog popup menus,
3413 instead of deprecated GtkItemFactory.
3415 2008-07-19 [colin] 3.5.0cvs25
3427 * src/prefs_account.c
3428 * src/prefs_actions.c
3429 * src/prefs_ext_prog.c
3430 * src/prefs_filtering.c
3431 * src/prefs_folder_item.c
3432 * src/prefs_image_viewer.c
3433 * src/prefs_logging.c
3434 * src/prefs_msg_colors.c
3437 * src/prefs_spelling.c
3438 * src/prefs_summaries.c
3439 * src/prefs_template.c
3442 * src/summary_search.c
3446 * src/common/Makefile.am
3447 * src/gtk/gtksctree.c
3448 * src/gtk/gtkutils.h
3449 * src/gtk/pluginwindow.c
3450 * src/gtk/quicksearch.c
3451 * src/plugins/bogofilter/bogofilter_gtk.c
3452 * src/plugins/dillo_viewer/dillo_prefs.c
3453 * src/plugins/pgpcore/prefs_gpg.c
3454 * src/plugins/spamassassin/spamassassin_gtk.c
3455 * src/plugins/trayicon/trayicon.c
3456 * src/plugins/trayicon/trayicon_prefs.c
3457 Use the shiny new GTK tooltips API when possible (GTK+ 2.12
3458 or greater). Use the old deprecated one on GTK+ < 2.12.
3459 Easy! Straightforward! I'm not annoyed at all! It's not a loss
3462 2008-07-16 [colin] 3.5.0cvs24
3465 Fix folderview's scrolbar when starting minimised
3466 to tray, and popping up the mainwindow by calling
3467 claws-mail from the command line
3469 2008-07-08 [colin] 3.5.0cvs23
3472 Possibly fix po-headers appearing on empty
3475 2008-07-08 [colin] 3.5.0cvs22
3479 Finish the always_open tristate patch, by Jonathan
3482 2008-07-07 [paul] 3.5.0cvs21
3485 fix typo (missing ")
3487 2008-07-07 [paul] 3.5.0cvs20
3490 fit the menu style a bit better
3492 2008-07-07 [colin] 3.5.0cvs19
3494 * src/prefs_themes.c
3495 Make upgrading themes easier
3497 2008-07-07 [colin] 3.5.0cvs18
3500 * src/prefs_toolbar.c
3501 * src/stock_pixmap.c
3502 Finish fixing bug 1609, 'Icon issues'
3504 2008-07-07 [colin] 3.5.0cvs17
3506 * src/prefs_common.c
3507 Fix the default value
3509 2008-07-07 [colin] 3.5.0cvs16
3511 * src/prefs_summaries.c
3512 Revert my fix to the string, the correct term
3513 is indeed Message View
3515 2008-07-07 [colin] 3.5.0cvs15
3519 * src/prefs_common.c
3520 * src/prefs_common.h
3521 * src/prefs_summaries.c
3524 Change "Always open message when selected" to
3525 a tristate (Never/Always/When preview is visible)
3526 Patch by Jonathan Corbet <corbet@lwn.net>.
3528 2008-07-06 [paul] 3.5.0cvs14
3531 improve the layout of the dialogue
3534 fix some of the nasty coding style
3537 add some missing mnemonics
3539 2008-07-05 [paul] 3.5.0cvs13
3543 fix bug 1398, '"Change current account" is
3544 available even when there's only one account'
3545 * src/plugins/pgpcore/prefs_gpg.c
3546 put back a needed include, removed in error
3548 2008-07-05 [colin] 3.5.0cvs12
3551 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
3553 2008-07-05 [colin] 3.5.0cvs11
3557 Provide ability to rename newsgroups. Closes
3558 bug 1444, 'Add GUI option for renaming
3559 newsgroups'. Patch by Pawel Pekala
3561 2008-07-05 [colin] 3.5.0cvs10
3563 * src/plugins/pgpcore/passphrase.c
3564 * src/plugins/pgpcore/prefs_gpg.c
3565 * src/plugins/pgpcore/select-keys.c
3566 Simplify GTK includes (with the advantage
3567 of compiling against GTK+2.13); patch by
3570 2008-07-05 [colin] 3.5.0cvs9
3573 Add SSL client certificates
3575 2008-07-05 [colin] 3.5.0cvs8
3577 * src/prefs_account.c
3578 * src/common/session.h
3581 Add one path for certs
3583 2008-07-05 [colin] 3.5.0cvs7
3585 * src/prefs_account.c
3588 2008-07-04 [colin] 3.5.0cvs6
3592 * src/common/ssl_certificate.c
3593 Workaround distro bugs and fix certificate checking
3596 2008-07-04 [colin] 3.5.0cvs5
3599 * src/common/ssl_certificate.c
3600 * src/common/ssl_certificate.h
3601 * src/etpan/imap-thread.c
3602 * src/etpan/nntp-thread.c
3603 Fix some leaks, thanks to Martin Zwickel
3604 Rename gnutls functions that do the same
3605 as OpenSSL ones, to avoid symbol clashing
3606 when Claws is built against GnuTLS and
3607 libetpan against OpenSSL
3609 2008-07-04 [paul] 3.5.0cvs4
3611 * src/prefs_account.c
3612 remove 1 forgotten '.'
3614 2008-07-04 [paul] 3.5.0cvs3
3616 * src/prefs_account.c
3617 layout/engrish fixes to the 'Client
3620 2008-07-03 [colin] 3.5.0cvs2
3625 * src/prefs_account.c
3626 * src/prefs_account.h
3627 * src/prefs_common.c
3628 * src/send_message.c
3629 * src/common/session.c
3630 * src/common/session.h
3633 * src/common/socket.h
3636 * src/common/ssl_certificate.c
3637 * src/common/ssl_certificate.h
3638 * src/etpan/imap-thread.c
3639 * src/etpan/nntp-thread.c
3640 * src/gtk/inputdialog.c
3641 Add support for SSL client certificates (either PEM files
3642 with certificate and private key, either PKCS12 files)
3644 2008-06-28 [colin] 3.5.0cvs1
3647 Fix compilation with older GTKs
3649 2008-06-27 [paul] 3.5.0
3656 2008-06-27 [paul] 3.4.0cvs116
3661 2008-06-27 [paul] 3.4.0cvs115
3665 no longer build unmaintained translations
3667 2008-06-27 [paul] 3.4.0cvs114
3672 updated by Stephan Sachse, Flammie Pirinen, and
3673 Frederico Goncalves Guimaraes
3675 2008-06-26 [wwp] 3.4.0cvs113
3677 * manual/fr/advanced.xml
3678 Update French version of the manual (AutoFaces documentation).
3680 2008-06-26 [wwp] 3.4.0cvs112
3682 * manual/fr/advanced.xml
3683 * manual/fr/plugins.xml
3684 Updated French version of the manual (completed
3685 hidden options list, added note about Clawsker
3686 and new mail archiver plugin).
3688 2008-06-25 [colin] 3.4.0cvs111
3690 * src/gtk/gtkaspell.c
3691 Fix non-UTF8 in the replace with dialog
3692 * src/prefs_actions.c
3693 Fix possible crasher
3696 2008-06-24 [mones] 3.4.0cvs110
3699 Fix non-warning message, downgraded to debug info
3701 2008-06-24 [colin] 3.4.0cvs109
3704 Fix bug 1650, Message line too small after
3705 changing columns in "three columns" layout
3707 2008-06-24 [colin] 3.4.0cvs108
3710 Fix Spam button sensitivity in newsgroups
3712 2008-06-23 [wwp] 3.4.0cvs107
3715 Updated French translation.
3717 2008-06-23 [mones] 3.4.0cvs106
3720 Updated translation for release
3722 2008-06-22 [mones] 3.4.0cvs105
3724 * manual/es/plugins.xml
3725 Synced new entry for Mail Archiver plugin
3727 2008-06-22 [colin] 3.4.0cvs104
3730 Fix initial cursor position
3732 2008-06-21 [paul] 3.4.0cvs103
3734 * manual/plugins.xml
3735 add an entry for the new Mail Archiver plugin
3737 2008-06-21 [paul] 3.4.0cvs102
3740 we're in 'string freeze', put back the
3743 2008-06-21 [paul] 3.4.0cvs101
3745 * manual/advanced.xml
3746 * manual/es/advanced.xml
3747 fix build warning: <emphasis> cannot be contained
3750 fix non-clickable link on License page and drop
3751 the containing < > symbols to match other links
3753 2008-06-20 [mones] 3.4.0cvs100
3755 * manual/advanced.xml
3756 Added autofaces documentation, note about clawsker in hidden
3757 preferences, minor markup fix. Thanks Paul for proofreading
3758 * manual/es/advanced.xml
3759 Synchronised Spanish manual
3761 2008-06-16 [colin] 3.4.0cvs99
3764 Fix cursor placing on signature change
3766 2008-06-16 [paul] 3.4.0cvs98
3770 * src/gtk/inputdialog.c
3771 really fussy coding style fixes
3773 2008-06-16 [paul] 3.4.0cvs97
3776 keep the alphabetical order
3778 2008-06-13 [mones] 3.4.0cvs96
3782 * src/prefs_filtering_action.c
3783 Fixed cosmetic bug, processing also displays "Filtering"
3785 2008-06-13 [mones] 3.4.0cvs95
3788 * src/autofaces.c ** NEW FILE **
3789 * src/autofaces.h ** NEW FILE **
3791 Allow setting Faces and X-Faces globally and per-account
3792 from configuration files under ~/.claws-mail/autofaces
3794 2008-06-13 [holger] 3.4.0cvs94
3797 More files to ignore
3798 * src/gtk/inputdialog.c
3799 * src/gtk/inputdialog.h
3800 Make input dialog more generic so that a checkbox
3801 with custom text can be used in addition to the
3802 "remember this" checkbox
3805 * src/prefs_common.c
3806 * src/prefs_common.h
3807 Allow new folders to inherit the properties of the
3808 parent folder during folder creation
3810 2008-06-13 [wwp] 3.4.0cvs93
3813 a better fix for this string, won't break up translations,
3814 and is conform to other similar ones.
3816 2008-06-13 [wwp] 3.4.0cvs92
3818 * src/addrduplicates.c
3821 * src/addressbook_foldersel.c
3823 use tree decorations everywhere AB folders are used (AB tree pane,
3824 add address to AB, select AB folder, edit group, custom attr, find dup
3825 results), in order to match global style
3826 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
3827 double clicking on groups in tree pane does open the group edit dialog
3828 double clicking on other items in tree pane does expand/collapse
3829 fix a missing space in AB's delete-folder dialog
3830 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
3833 make foldersel dialog show dotted lines according to global (hidden) prefs
3835 2008-06-12 [colin] 3.4.0cvs91
3839 Fix bug 1635, 'Last character of message is truncated
3840 when changing accounts w/ sigs'
3842 Fix bug 1636, 'Can't select "properties" on "folders
3845 2008-06-11 [colin] 3.4.0cvs90
3848 Maybe fix bug 1623, 'exits with segfault when
3849 logging in to certain imap-servers'
3851 2008-06-10 [mones] 3.4.0cvs89
3856 * tools/convert_mbox.sh
3857 Undo cvs86 and cvs87, it really should be a patch to
3860 2008-06-10 [wwp] 3.4.0cvs88
3863 Updated French translation.
3865 2008-06-10 [mones] 3.4.0cvs87
3868 Oops, forgot to add previous script for distribution
3870 2008-06-10 [mones] 3.4.0cvs86
3874 * tools/convert_mbox.sh
3875 Added script to convert Evolution mail folders contributed