1 2009-05-21 [paul] 3.7.1cvs59
5 thanks to Charles A Edwards
7 2009-05-19 [paul] 3.7.1cvs58
10 clear progressbar in the statusbar on 'Cancel'
12 2009-05-16 [colin] 3.7.1cvs57
18 2009-05-16 [colin] 3.7.1cvs56
21 Remove msgnum>0 condition for removing messages
22 from caches. There's no such condition on add.
23 Fixes bug 1913, 'Allow to remove phantom
24 messages from the cache'; patch by Fabian
25 Keil <fk at fabiankeil.de>
27 2009-05-12 [holger] 3.7.1cvs55
31 Introduce hook after showing of the message view
33 2009-05-11 [colin] 3.7.1cvs54
36 Fix bug 1872, 'A: Cc: CCi: selector should
37 default on same as preceding contact'
39 2009-05-10 [holger] 3.7.1cvs53
43 Add a hook to make it possible for plugins to
44 modify the address completion list
46 2009-05-06 [paul] 3.7.1cvs52
50 fix bug 1915, 'Mails signed with smime.p7s
51 display both signed and attachment icon.'
53 2009-05-05 [colin] 3.7.1cvs51
58 2009-05-05 [colin] 3.7.1cvs50
61 Fix bug 1895, '(imap) cache issues when cache dir is on a
62 different mountpoint than tempdir'
64 2009-05-04 [colin] 3.7.1cvs49
67 Probably fix bug 1914, 'Crash reading
70 2009-04-26 [paul] 3.7.1cvs48
74 fix bug 1904, 'build mechanism looks for
75 'enchant.h' in a wrong place'
77 2009-04-25 [paul] 3.7.1cvs47
80 gah! fix coding style!
82 2009-04-25 [paul] 3.7.1cvs46
86 if building with GTK+ >= 2.16 use
87 gtk_orientable_set_orientation() instead of now
88 deprecated gtk_toolbar_set_orientation()
90 2009-04-24 [colin] 3.7.1cvs45
93 Ask before sending if an attached file has
96 2009-04-19 [paul] 3.7.1cvs44
101 save About window size.
102 patch by Pawel Pekala
104 2009-04-12 [paul] 3.7.1cvs43
106 * tools/csv2addressbook.pl
107 add extra CSV fields that are now appended
108 by thunderbird (version 2.0.0.21)
110 2009-04-08 [colin] 3.7.1cvs42
113 fix saving (but not displaying) of UTF-16
116 2009-04-08 [colin] 3.7.1cvs41
118 * src/gtk/manage_window.c
119 Disable transient windows on win32 - seems to
120 fix most focusing issues
122 2009-04-05 [colin] 3.7.1cvs40
125 Don't ask whether we want to send deleted mails in queue
126 folders; also, don't send deleted mails when flushing
129 2009-04-04 [paul] 3.7.1cvs39
135 * tools/claws.i18n.status.pl
136 add new Indonesian translation, by
139 2009-04-03 [paul] 3.7.1cvs38
145 2009-04-03 [colin] 3.7.1cvs37
149 Fix bug 1891, 'Add support for gopher:// links'
150 Patch by Jacob Head <clawsmail at jacob-head.com>
151 Let's go back to the roots!
153 2009-04-03 [paul] 3.7.1cvs36
158 2009-04-03 [paul] 3.7.1cvs35
161 add AC_CONFIG_MACRO_DIR([m4])
162 remove CLAWS_ACLOCAL_INCLUDE(m4)
163 * m4/aclocal-include.m4
164 removed this now unneeded file
166 2009-04-02 [colin] 3.7.1cvs34
169 Fix previous (thanks to Marcus :)
171 2009-04-02 [colin] 3.7.1cvs33
174 * src/etpan/etpan-thread-manager.c
175 pipe() was a macro from GLib on win32 until
176 glib 2.13.2. It's undefined after that.
177 Thanks to Marcus Brinkmann for the heads-up!
179 2009-03-31 [colin] 3.7.1cvs32
181 * src/folder_item_prefs.c
182 Copy folder settings with prefs
184 2009-03-31 [colin] 3.7.1cvs31
186 * src/prefs_account.c
187 Don't use un-sensitive checkboxes in Privacy tab
188 when privacy system in None (makes unchecking
189 painful when no privacy plugin is loaded)
191 2009-03-30 [colin] 3.7.1cvs30
198 * src/prefs_account.c
199 * src/prefs_account.h
202 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
203 Add an option on the Receive page of IMAP account preferences:
204 "Move deleted mails to trash and expunge immediately". This
205 option defaults to TRUE to avoid changing the existing behaviour.
206 Setting it to FALSE prevents automatic expunging.
207 Also, add Tools/Expunge and View/Hide deleted messages menu items
208 (View/Hide deleted message being a per-folder setting, and behaving,
209 like View/Hide read messages).
211 2009-03-30 [colin] 3.7.1cvs29
214 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
215 ask for IMAP password when using GSSAPI auth
217 2009-03-27 [colin] 3.7.1cvs28
220 Fix cvs14, make sure we mark non-existent caches dirty
221 (or they never get written)
223 2009-03-27 [colin] 3.7.1cvs27
226 Fix tag update when all tags are removed
229 2009-03-25 [colin] 3.7.1cvs26
232 Fix configure.ac, thanks to Pawel
234 2009-03-25 [colin] 3.7.1cvs25
237 * src/etpan/nntp-thread.c
238 Fix header fetching (NG/To/Cc). Fixes
239 bug 1883, 'Message processing fails to
240 act on Newsgroups: field'
242 2009-03-23 [colin] 3.7.1cvs24
245 Fix internal headers visible in queue/sent
247 2009-03-23 [colin] 3.7.1cvs23
250 Fix check for RC (resource compiler) used
251 on win32 (AC_LIBTOOL_RC used to call it
252 implicitely but stopped)
254 2009-03-19 [colin] 3.7.1cvs22
257 Put spam button in default toolbar even if
258 bogofilter and spamassassin are not built.
259 Other anti-spam plugin could exist! :)
261 Fix exit status fetch on win32
263 2009-03-18 [paul] 3.7.1cvs21
265 * src/gtk/spell_entry.c
266 fix "[BUG] Wrong word replaced in 'Subject:'
267 when spell-checking correction used"
268 Patch by Pawel Pekala
270 2009-03-17 [colin] 3.7.1cvs20
273 Fix win32 build (from cvs12)
275 2009-03-17 [colin] 3.7.1cvs19
278 Fix bug 1735, 'Change To: and Newsgroups:
279 recipient field according account type'
282 2009-03-17 [colin] 3.7.1cvs18
289 Add preference for fsyncing metadata
291 2009-03-16 [paul] 3.7.1cvs17
293 * src/prefs_customheader.c
294 add forgotten #if HAVE_LIBCOMPFACE
296 2009-03-16 [paul] 3.7.1cvs16
298 * src/prefs_customheader.c
299 put the (X-)Face preview image below the up/down
300 buttons so they don't jump around.
301 make the list reorderable by drag'n'drop
303 2009-03-16 [colin] 3.7.1cvs15
305 * src/prefs_customheader.c
306 Add a (X-)Face preview. Patch by iwkse.
308 2009-03-16 [colin] 3.7.1cvs14
315 Add fsync calls to make sure we don't
316 lose data on system crashes. (to do:
317 add a pref to allow people choosing raw
320 2009-03-15 [colin] 3.7.1cvs13
322 * src/gtk/gtkaspell.c
323 Fix empty menu when there are no
324 suggestions (using the Spelling menu)
326 2009-03-14 [colin] 3.7.1cvs12
329 Win32: fix subject prefix length
331 2009-03-11 [mones] 3.7.1cvs11
334 fix encoding declared in header
335 update translation now we're at it
337 2009-03-10 [colin] 3.7.1cvs10
340 Fix "wrong mime" message printed out multiple
343 2009-03-10 [colin] 3.7.1cvs9
345 * src/prefs_folder_item.c
348 2009-03-09 [paul] 3.7.1cvs8
350 * src/prefs_folder_item.c
352 fixes to english text
354 2009-03-08 [paul] 3.7.1cvs7
357 correct errors in header
359 2009-03-08 [paul] 3.7.1cvs6
365 * tools/claws.i18n.status.pl
366 add Japanese translation, submitted by kazken3
368 2009-03-07 [colin] 3.7.1cvs5
371 Don't let the invalid MIME warning hide
372 other noticeview (Partial receive or
375 2009-03-07 [colin] 3.7.1cvs4
380 2009-03-07 [colin] 3.7.1cvs3
385 Handle mimeparts that lack an end boundary.
386 They're invalid but it's too annoying for
389 2009-03-06 [wwp] 3.7.1cvs2
392 * src/folder_item_prefs.c
393 * src/folder_item_prefs.h
394 * src/prefs_folder_item.c
395 Add per-folder default cc, bcc and reply-to.
397 2009-03-06 [colin] 3.7.1cvs1
400 * src/gtk/gtksourceprintjob.c
401 Fix build with old print interface
403 2009-03-06 [paul] 3.7.1
410 2009-03-06 [paul] 3.7.0cvs78
421 updated by David Vachulka, Stephan Sachse, Flammie
422 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
423 Frederico Goncalves Guimaraes, Lars Persson Fink,
426 2009-03-03 [colin] 3.7.0cvs77
428 * src/prefs_filtering.c
429 Win32: Fix bug 1865, 'IMAP account name changes
430 are not followed at filter actions'
432 2009-03-02 [colin] 3.7.0cvs76
435 Fix Launchpad bug 335571: 'claws-mail crashed
436 with SIGSEGV in strlen() while deleting
437 large amount of e-mails on IMAP account
439 2009-02-27 [mones] 3.7.0cvs75
441 * manual/es/account.xml
443 * manual/es/addrbook.xml
444 * manual/es/advanced.xml
445 * manual/es/claws-mail-manual.xml
447 * manual/es/glossary.xml
449 * manual/es/handling.xml
450 * manual/es/intro.xml
451 * manual/es/keyboard.xml
452 * manual/es/plugins.xml
453 * manual/es/starting.xml
454 Sync with English version, fix some typos
455 Changed encoding to UTF-8
457 Update for release, changed encoding to UTF-8
459 2009-02-24 [colin] 3.7.0cvs74
462 Don't print separation line if there
465 2009-02-23 [cleroy] 3.7.0cvs73
474 * src/addrduplicates.c
477 * src/addressbook_foldersel.c
487 * src/editaddress_other_attributes_ldap.c
525 * src/prefs_account.c
526 * src/prefs_actions.c
528 * src/prefs_filtering.c
529 * src/prefs_filtering_action.c
530 * src/prefs_folder_column.c
531 * src/prefs_folder_item.c
533 * src/prefs_matcher.c
536 * src/prefs_summaries.c
537 * src/prefs_summary_column.c
538 * src/prefs_template.c
540 * src/prefs_toolbar.c
552 * src/summary_search.c
559 * src/common/base64.c
562 * src/common/plugin.c
564 * src/common/session.c
566 * src/common/socket.c
567 * src/common/string_match.c
568 * src/common/stringtable.c
572 * src/common/xmlprops.c
573 * src/gtk/colorlabel.c
575 * src/gtk/foldersort.c
576 * src/gtk/gtkaspell.c
577 * src/gtk/gtkcmclist.c
578 * src/gtk/gtkcmctree.c
579 * src/gtk/gtkcmoptionmenu.c
580 * src/gtk/gtksctree.c
581 * src/gtk/gtkshruler.c
582 * src/gtk/gtksourceprintjob.c
584 * src/gtk/gtkvscrollbutton.c
585 * src/gtk/logwindow.c
587 * src/gtk/pluginwindow.c
588 * src/gtk/prefswindow.c
589 * src/gtk/quicksearch.c
590 * src/gtk/spell_entry.c
591 * src/plugins/pgpcore/select-keys.c
592 * src/plugins/pgpinline/pgpinline.c
593 * src/plugins/pgpmime/pgpmime.c
594 * src/plugins/smime/smime.c
595 * src/plugins/spamassassin/spamassassin_gtk.c
596 Mass commit changing g_return_* to cm_return_*
597 and making these more interesting
599 2009-02-23 [colin] 3.7.0cvs72
602 Always initialise error code to no error
604 2009-02-23 [colin] 3.7.0cvs71
607 Fix separator substitution
609 2009-02-23 [colin] 3.7.0cvs70
612 * src/gtk/colorlabel.c
613 don't use g_return on normal checks
615 2009-02-22 [colin] 3.7.0cvs69
621 2009-02-22 [colin] 3.7.0cvs68
623 * src/addrduplicates.c
640 * src/prefs_filtering.c
651 * src/common/socket.c
652 * src/common/template.c
653 * src/etpan/imap-thread.c
654 * src/gtk/gtkaspell.c
655 * src/gtk/gtkcmctree.c
656 * src/gtk/gtksctree.c
657 * src/gtk/inputdialog.c
658 * src/plugins/pgpcore/sgpgme.c
659 * src/plugins/pgpmime/pgpmime.c
660 * src/plugins/smime/smime.c
661 * src/plugins/spamassassin/spamassassin.c
662 Fix errors caught by Coverity: NULL checks, leaks, overruns,
663 uninitialised accesses
665 2009-02-17 [colin] 3.7.0cvs67
668 Disable controls during queuing
670 2009-02-15 [colin] 3.7.0cvs66
673 * src/plugins/pgpcore/select-keys.c
674 * src/plugins/pgpcore/sgpgme.c
675 Disable use of disabled keys
677 2009-02-15 [colin] 3.7.0cvs65
681 Fix font updating after changing
682 prefs_common.derive_from_normal_font
684 2009-02-12 [paul] 3.7.0cvs64
690 * src/common/version.h.in
694 more copyright header fixes
696 2009-02-12 [paul] 3.7.0cvs63
698 * src/gtk/progressdialog.c
699 * src/gtk/progressdialog.h
702 2009-02-12 [paul] 3.7.0cvs62
704 * src/gtk/spell_entry.c
705 * src/gtk/spell_entry.h
706 better, more standard copyright header
708 2009-02-12 [paul] 3.7.0cvs61
710 * src/gtk/spell_entry.c
711 * src/gtk/spell_entry.h
712 changes to copyright header
714 2009-02-12 [paul] 3.7.0cvs60
716 * src/gtk/spell_entry.c
717 * src/gtk/spell_entry.h
720 2009-02-11 [colin] 3.7.0cvs59
722 * src/gtk/spell_entry.c
723 * src/gtk/spell_entry.h
726 2009-02-11 [colin] 3.7.0cvs58
729 * src/gtk/Makefile.am
730 * src/gtk/gtkaspell.c
731 * src/gtk/gtkaspell.h
732 Add spellcheck to subject. Patch by
735 2009-02-10 [holger] 3.7.0cvs57
739 Move filename define for printing page setup cache to defs.h
741 2009-02-08 [mones] 3.7.0cvs56
744 Fix build for bison 2.4.1
746 2009-02-06 [holger] 3.7.0cvs55
751 Fix restoring of custom page setups for printing by
752 temporarily caching the settings.
753 This is a workaround for Gnome Bug #39018, and fixes
754 Claws Mail Bug #1840.
756 2009-02-06 [colin] 3.7.0cvs54
759 Fix hardcoded Shift-Q quits. Fixes
760 bug 1838, 'Claws-Mail sometimes quits
761 when attempting to type a capital Q'
763 2009-01-31 [paul] 3.7.0cvs53
766 revert 3.7.0cvs49, until there is time to find out
767 why it causes a nasty crash!
769 2009-01-31 [paul] 3.7.0cvs52
772 1 string that was forgotten for translation
774 2009-01-31 [paul] 3.7.0cvs51
777 2 strings that were forgotten for translation
779 2009-01-31 [paul] 3.7.0cvs50
781 * src/gtk/prefswindow.c
782 build prefs tree in a slightly smarter way -
783 fix bug where if path[0] had same name as
784 path[1], (like in the de translation), path[1]
785 was lost and not shown in the window
787 2009-01-31 [paul] 3.7.0cvs49
790 fix bug 1836, 'Quoted text still blue after
791 removal of quote-character'
792 comment out some debug_print's that needlessly
795 comment out a debug_print that needlessly slows
798 2009-01-31 [paul] 3.7.0cvs48
801 fix bug 1834, '"semi"-selection when collapsing thread'
803 2009-01-31 [paul] 3.7.0cvs47
805 * src/prefs_compose_writing.c
806 * src/prefs_message.c
807 move 'quote_chars' pref to where it should be
809 2009-01-30 [paul] 3.7.0cvs46
812 fix updating of popup menu sensitivity
814 2009-01-28 [paul] 3.7.0cvs45
816 * tools/filter_conv_new.pl
817 move 'move' and 'delete' to end of @actions
818 so that they are always final actions in the
819 generated filtering rule
821 2009-01-27 [paul] 3.7.0cvs44
824 always select text/calendar mimepart if suitable
825 plugin (i.e. vCalendar) is available
827 2009-01-27 [paul] 3.7.0cvs43
830 fix crash when right-clicking in summaryview when
833 2009-01-22 [colin] 3.7.0cvs42
838 When replying to signed/encrypted mail and the
839 preference to sign/encrypt in this case is set,
840 choose the original mail's privacy system (if
843 2009-01-21 [colin] 3.7.0cvs41
846 Fix warning (on-the-fly theming of
847 addressbook isn't complete yet)
849 2009-01-21 [colin] 3.7.0cvs40
853 Win32: Fix window placement
855 2009-01-21 [paul] 3.7.0cvs39
858 update timeout log msg
860 2009-01-17 [colin] 3.7.0cvs38
866 * src/etpan/imap-thread.c
867 Fix g_open calls (which don't ignore mode)
869 2009-01-17 [colin] 3.7.0cvs37
878 * src/common/ssl_certificate.c
881 * src/etpan/imap-thread.c
882 * src/plugins/bogofilter/bogofilter.c
883 * src/plugins/pgpinline/pgpinline.c
884 * src/plugins/smime/smime.c
885 Probably fix bug 1825, 'Unable to fetch messages from
886 IMAP folders named with non-ASCII string'
887 Change remaining occurences of fopen and open with
890 2009-01-17 [paul] 3.7.0cvs36
893 update an old, outdated piece of info
895 2009-01-17 [paul] 3.7.0cvs35
897 * src/prefs_folder_item.c
898 fix bug where saving Folder Properties of a
899 sub-folder of outbox, queue, draft or trash
900 would change its parent's folder type to normal
902 2009-01-12 [mones] 3.7.0cvs34
907 2009-01-12 [wwp] 3.7.0cvs33
910 * tools/popfile-link.sh
911 * tools/textviewer.sh
912 Fix bashisms and other portability glitches (thanks to
915 2009-01-11 [paul] 3.7.0cvs32
918 clean up some build warnings
920 2009-01-11 [colin] 3.7.0cvs31
923 Revert part of patch 3.7.0cvs29
924 This function is used when jpilot
927 2009-01-11 [colin] 3.7.0cvs30
930 folder_find_child_item_by_name():
931 actually use name, not path's basename
933 2009-01-11 [paul] 3.7.0cvs29
940 * src/prefs_folder_item.c
941 clean up some build warnings
943 2009-01-11 [paul] 3.7.0cvs28
946 don't even mention printing support, assume its
947 presence, unless building with GTK+ < 2.10.0
949 2009-01-10 [colin] 3.7.0cvs27
952 Fix bug 1811, '[mime] Crash when there's no
953 room for filename's start on the same line'
954 When the mimetype of the attachment is very
955 long, there's no room at all to start the
956 name=... parameter on the same line. This
957 caused an infinite loop as 0 characters of
958 the filename could be appended.
959 In such cases, insert linebreak before the
962 2009-01-09 [colin] 3.7.0cvs26
967 Win32: Fix bug 1815, 'Drag-n-Drop of files on
968 Compose Window does not attach'
970 2009-01-09 [colin] 3.7.0cvs25
973 Fix bug 1817, 'Changing Themes does not
974 update the pixmaps in "Select folder"
977 2009-01-09 [colin] 3.7.0cvs24
980 Win32: Fix bug 1816, 'Attaching files with
981 command-line generates error after attaching'
983 2009-01-09 [paul] 3.7.0cvs23
986 forgot this '2009' in last commit
988 2009-01-09 [paul] 3.7.0cvs22
992 update copyright headers
994 2009-01-09 [paul] 3.7.0cvs21
996 * doc/man/claws-mail.1
999 2009-01-09 [colin] 3.7.0cvs20
1002 Fix bug 1814, 'Windows' WM badly places
1005 2009-01-09 [colin] 3.7.0cvs19
1007 * src/prefs_themes.c
1008 * src/stock_pixmap.c
1009 * src/stock_pixmap.h
1010 * src/common/utils.c
1011 * src/common/utils.h
1012 Win32: Fix bug 1813, 'Installing Theme Creates Error'
1014 2009-01-08 [colin] 3.7.0cvs18
1017 Win32: Fix bug 1810, 'Pressing 'o' key
1020 2009-01-07 [colin] 3.7.0cvs17
1023 Fix bug 1432, '& not escaped in links (HTML
1026 2009-01-06 [colin] 3.7.0cvs16
1028 * src/plugins/pgpcore/select-keys.c
1029 Warn translators the usual way about
1032 2009-01-06 [colin] 3.7.0cvs15
1035 Fix synchronisation dialog that shouldn't
1036 appear when network goes down (Network
1040 Fix save as when attach_save_dir isn't set
1041 fixes bug 1804, 'attach_save_directory does
1042 not default to $HOME'
1043 * src/plugins/pgpcore/select-keys.c
1044 Add mnemonics to buttons - warn translators!
1046 2009-01-06 [wwp] 3.7.0cvs14
1048 * src/common/utils.c
1049 Fix cvs13, thanks to Colin.
1051 2009-01-06 [wwp] 3.7.0cvs13
1053 * src/common/utils.c
1054 Better support for Spanish Outlook replies (RES).
1056 2009-01-02 [colin] 3.7.0cvs12
1059 Fix (+) sign after collapsed folder names that
1060 have quicksearch-matching children.
1061 Fixes bug 1506, 'Recursive search in collapsed
1064 2009-01-02 [colin] 3.7.0cvs11
1066 * src/stock_pixmap.c
1067 * src/stock_pixmap.h
1068 Remove now-unused stock_pixmap_gdk
1070 2009-01-02 [colin] 3.7.0cvs10
1072 * src/gtk/gtkutils.c
1073 * src/pixmaps/claws-mail_icon.xpm
1074 Use pixbuf for app icon, and make the app icon
1077 2009-01-02 [colin] 3.7.0cvs9
1080 Show both link title and URI if possible
1082 2009-01-02 [colin] 3.7.0cvs8
1086 * src/addressbook_foldersel.c
1089 * src/grouplistdialog.c
1093 * src/gtk/gtkcmclist.c
1094 * src/gtk/gtkcmclist.h
1095 * src/gtk/gtkcmctree.c
1096 * src/gtk/gtkcmctree.h
1097 * src/gtk/gtksctree.c
1098 * src/gtk/gtksctree.h
1099 Implement pixbuf rendering in tree widgets
1101 * src/plugins/trayicon/trayicon.c
1103 * src/prefs_themes.c
1104 Use pixbuf rendering here too
1106 2008-12-30 [paul] 3.7.0cvs7
1109 no need to prematurely trim the uri in the statusbar
1111 2008-12-29 [paul] 3.7.0cvs6
1114 prefer List-Id header to X-* headers when creating
1115 filter rule automatically
1117 2008-12-28 [colin] 3.7.0cvs5
1120 Set minimum height to 440 instead of 480
1122 2008-12-22 [colin] 3.7.0cvs4
1125 Fix bug 1799, '"Discard message" deletes manually
1126 saved draft'. Switch rmode to REEDIT after
1129 2008-12-21 [paul] 3.7.0cvs3
1131 * tools/claws.i18n.status.pl
1134 2008-12-21 [paul] 3.7.0cvs2
1140 2008-12-21 [paul] 3.7.0cvs1
1146 2008-12-19 [paul] 3.7.0
1153 2008-12-19 [paul] 3.6.1cvs80
1156 remove unmaintained sk and sr from ALL_LINGUAS
1157 add newly maintained cs to ALL_LINGUAS
1168 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
1169 Stephan Sachse, Flammie Pirinen, Páder Rezso, Marcel Pol,
1170 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
1173 2008-12-16 [colin] 3.6.1cvs79
1175 * src/plugins/pgpcore/sgpgme.c
1178 2008-12-15 [colin] 3.6.1cvs78
1183 * src/plugins/pgpcore/sgpgme.c
1184 * src/plugins/pgpcore/sgpgme.h
1185 * src/plugins/pgpinline/pgpinline.c
1186 * src/plugins/pgpmime/pgpmime.c
1187 * src/plugins/smime/smime.c
1188 Fix bug 1796, 'PGP/MIME setting: "select key by your
1189 email address" doesn't work'. Use custom from address
1192 2008-12-15 [colin] 3.6.1cvs77
1194 * src/common/utils.c
1195 Fix bug 1746, 'Makes a mailto link from several
1198 2008-12-15 [paul] 3.6.1cvs76
1200 * m4/spamassassin.m4
1201 fix warnings thrown up by autoconf-2.63
1203 2008-12-13 [colin] 3.6.1cvs75
1208 * src/common/utils.c
1209 * src/common/utils.h
1211 Finish previous patch
1213 2008-12-13 [colin] 3.6.1cvs74
1216 Only install certs on windows
1218 2008-12-13 [colin] 3.6.1cvs73
1221 * tools/ca-certificates.crt
1222 * src/common/Makefile.am
1224 First try to ship SSL certificates in Windows
1227 2008-12-12 [colin] 3.6.1cvs72
1230 * src/plugins/pgpinline/claws.def
1233 2008-12-12 [paul] 3.6.1cvs71
1237 * src/partial_download.c
1239 * src/common/claws.c
1240 * src/common/prefs.c
1241 * src/common/utils.c
1242 win32: fix unlinking, renaming and bug with
1246 2008-12-11 [colin] 3.6.1cvs70
1249 * manual/fr/advanced.xml
1250 Update french translations
1252 2008-12-10 [colin] 3.6.1cvs69
1255 Correct bug submission guidelines
1257 2008-12-10 [colin] 3.6.1cvs68
1259 * src/plugins/pgpcore/pgp_viewer.c
1260 Fix bug 1736, 'Key import does not work'
1261 Kill the correct pid (and not the parent
1262 shell), and increase the timeout a bit.
1264 2008-12-09 [paul] 3.6.1cvs67
1267 ensure that any stray noticeview buttons are hidden,
1268 as clicking them causes segfaults!
1270 2008-12-09 [colin] 3.6.1cvs66
1274 * src/folder_item_prefs.h
1275 * src/prefs_common.c
1276 * src/prefs_common.h
1278 Fix bug 1792, '"Save Message to" should
1279 retain list of recently selected folders'
1280 Also, make Enchant-related prefs stick
1281 even if the build doesn't enable enchant
1283 2008-12-09 [paul] 3.6.1cvs65
1286 fix bug 1787, 'Prevent automatic PGP inline
1287 decryption attempts' use the noticeview to display
1288 decryption failure messages instead of the irritating
1291 2008-12-09 [colin] 3.6.1cvs64
1293 * src/prefs_filtering.c
1294 Fix bug 1789, 'filtering account selection
1295 (regression)'. Filtering on sending-only
1296 accounts can be a little useful when using
1297 filtering via Tools menu.
1299 2008-12-07 [paul] 3.6.1cvs63
1301 * src/prefs_actions.c
1302 don't auto-select first entry (same as other
1304 * src/gtk/pluginwindow.c
1305 these parents don't have children so don't look
1308 2008-12-07 [paul] 3.6.1cvs62
1310 * src/prefs_account.c
1311 * src/gtk/pluginwindow.c
1312 * src/gtk/prefswindow.c
1313 * src/gtk/prefswindow.h
1314 auto-select first page
1316 2008-12-05 [colin] 3.6.1cvs61
1320 Fix bug 1788, 'CM crashes re-encoding
1321 encoded parameters' (introduced in cvs40)
1323 2008-12-05 [paul] 3.6.1cvs60
1325 * src/prefs_common.h
1326 remove gpg prefs that are no longer needed here
1328 2008-12-03 [colin] 3.6.1cvs59
1331 Speed up cache reading (about 10% gain)
1333 * src/gtk/gtksctree.c
1334 Speed up expand/collapse all threads
1337 2008-12-03 [paul] 3.6.1cvs58
1340 eradicate gcc4's signedness warnings
1341 fix building with gnuTLS on (Open)Solaris
1343 2008-12-01 [colin] 3.6.1cvs57
1345 * src/gtk/gtkcmclist.c
1348 2008-12-01 [colin] 3.6.1cvs56
1350 * src/plugins/pgpinline/pgpinline.c
1351 Fix bug 1779, 'PGP Inline badly handles
1352 multipart'. Properly dump the current part
1353 instead of running around with scissors
1355 2008-11-30 [paul] 3.6.1cvs55
1357 * manual/advanced.xml
1358 * manual/plugins.xml
1359 * src/prefs_toolbar.c
1360 remove the verb from the page title and
1361 update references in the manual
1363 2008-11-30 [paul] 3.6.1cvs54
1366 move Other/ page to Other/Miscellaneous
1367 * src/gtk/prefswindow.c
1368 make parent page unselectable
1370 2008-11-29 [paul] 3.6.1cvs53
1373 add the new 'primary_paste_unselects' hidden
1374 option, add missing 'log_[...]_color' options,
1375 and reformat the text
1376 * manual/advanced.xml
1377 add the new 'primary_paste_unselects' hidden
1378 option, add missing 'log_[...]_color' options
1380 2008-11-28 [colin] 3.6.1cvs52
1385 2008-11-28 [colin] 3.6.1cvs51
1390 2008-11-28 [colin] 3.6.1cvs50
1393 Fix account selection in Mailing list
1396 2008-11-28 [paul] 3.6.1cvs49
1399 automatically remove obsolete strings
1401 2008-11-28 [colin] 3.6.1cvs48
1403 * src/plugins/pgpcore/sgpgme.c
1404 Fix error message when key isn't available.
1406 2008-11-27 [colin] 3.6.1cvs47
1412 2008-11-26 [colin] 3.6.1cvs46
1417 2008-11-26 [colin] 3.6.1cvs45
1419 * src/plugins/pgpcore/select-keys.c
1420 * src/plugins/pgpcore/sgpgme.c
1421 Fix bug 1591, 'S/MIME: better key
1422 handling/selection dialog'
1423 Really ignore revoked/expired keys
1425 2008-11-26 [colin] 3.6.1cvs44
1428 * src/common/claws.c
1430 Make sure libgcrypt's threading is initialised
1431 before gnutls. See also old bug 1539.
1433 2008-11-26 [colin] 3.6.1cvs43
1437 * src/etpan/imap-thread.c
1438 Fix possible crashes due to clist_begin()
1439 not checking for NULLs (it should!)
1441 2008-11-25 [colin] 3.6.1cvs42
1444 Fix line length in MIME parameters
1446 2008-11-22 [paul] 3.6.1cvs41
1449 grab Return key press in attachments Properties
1452 2008-11-21 [colin] 3.6.1cvs40
1456 Fix bug 1776, 'use encoded name parameters
1457 for attachments instead of ascii'.
1458 Break the RFC 2047 by using B-encoded
1459 filename parameter, like everyone does,
1460 following advice from the RFC author.
1462 2008-11-21 [colin] 3.6.1cvs39
1464 * src/common/socket.c
1465 Rehandshake if server asks to
1467 2008-11-21 [colin] 3.6.1cvs38
1471 * src/common/session.h
1473 Move conditional-compilation members to
1476 2008-11-19 [wwp] 3.6.1cvs37
1478 * src/prefs_actions.c
1479 Fixed wrong behaviour when pressing Escape (was not cancelling
1482 2008-11-19 [wwp] 3.6.1cvs36
1488 * src/prefs_actions.c
1489 * src/prefs_filtering_action.c
1493 * src/common/utils.c
1494 Replace occurrences of "command line" with "command-line" everywhere.
1495 Enforce code style (mostly indentation) in prefs_actions.c.
1497 2008-11-19 [colin] 3.6.1cvs35
1500 * src/prefs_common.c
1501 * src/prefs_common.h
1502 Add primary_paste_unselects hidden preference
1503 to change how middle-click pasting changes
1504 the selection and insert point; defaults to
1507 2008-11-19 [colin] 3.6.1cvs34
1510 Always give focus to summaryview, even if
1511 the folder is empty, in small screen layout.
1512 Allows to go back to folderlist using the
1515 2008-11-18 [colin] 3.6.1cvs33
1518 Put back conditional at the end of struct
1520 2008-11-18 [colin] 3.6.1cvs32
1523 * src/common/w32_reg.c
1524 Fix crash on win32 when browsing to a
1527 2008-11-15 [colin] 3.6.1cvs31
1530 After a mid-click paste, deselect selection
1531 and go to end of paste.
1533 2008-11-15 [colin] 3.6.1cvs30
1536 Auto-save draft after external editor quits
1538 2008-11-15 [colin] 3.6.1cvs29
1540 * src/plugins/pgpcore/sgpgme.c
1541 Fix wrong error display, thanks to
1544 2008-11-14 [colin] 3.6.1cvs28
1546 * src/prefs_actions.c
1547 Comment out bogus (IMO) warning
1549 2008-11-14 [colin] 3.6.1cvs27
1556 Share summaryview's context menu actions with
1557 the equivalent menu items of the main menu;
1558 this allows to share accelerators and de-
1561 2008-11-14 [colin] 3.6.1cvs26
1563 * src/plugins/pgpcore/sgpgme.c
1564 Fix bug 1768, 'claws-mail crashes while
1565 checking smime bad signature'
1567 2008-11-13 [colin] 3.6.1cvs25
1571 Fix redefinition of PREFSBUFSIZE
1573 2008-11-13 [wwp] 3.6.1cvs24
1575 * tools/popfile-link.sh
1576 Add support for reusing existing POPFile session ID.
1578 2008-11-12 [colin] 3.6.1cvs23
1581 Fix bug 1771, 'Folder template gets
1582 truncated when exiting the application'
1583 Use a 32k buffer for string preferences
1585 2008-11-11 [colin] 3.6.1cvs22
1588 Fix "display sender using addressbook" when
1589 prefs_common.swap_from is in use. Patch by
1592 2008-11-11 [colin] 3.6.1cvs21
1597 Make a few functions static
1599 2008-11-07 [colin] 3.6.1cvs20
1603 Fix crash when rebuilding colorlabel
1607 * src/prefs_account.c
1608 * src/prefs_compose_writing.c
1609 * src/prefs_logging.c
1610 * src/prefs_message.c
1612 * src/prefs_receive.c
1613 * src/prefs_summaries.c
1614 * src/prefs_wrapping.c
1615 * src/plugins/bogofilter/bogofilter_gtk.c
1616 * src/plugins/pgpcore/prefs_gpg.c
1617 * src/plugins/spamassassin/spamassassin_gtk.c
1618 Fix deprecated use of page_size in
1619 gtkspinbutton adjustments
1621 2008-11-06 [mones] 3.6.1cvs19
1624 Fix missing "About" in Help menu
1625 * tools/claws.i18n.status.pl
1628 2008-11-05 [colin] 3.6.1cvs18
1633 * src/common/socket.c
1634 * src/common/socket.h
1635 * src/gtk/gtkutils.c
1636 * src/gtk/gtkutils.h
1637 w32: Implement single launch (lock
1638 socket); always put debug log to
1639 the rc_dir; fix Start menu update
1640 after registering as default Mail
1643 2008-11-05 [colin] 3.6.1cvs17
1646 Setting the Mail start menu item in HKCU
1647 confuses the Internet Options dialog. Do
1648 it in HKLM as this dialog does.
1650 2008-11-04 [colin] 3.6.1cvs16
1652 * src/common/w32_reg.c
1655 2008-11-04 [colin] 3.6.1cvs15
1658 w32: Fix getting content-type
1660 * src/prefs_common.c
1661 * src/prefs_common.h
1662 * src/prefs_ext_prog.c
1664 w32: better integration (use the
1665 standard file associations instead
1666 of our platform-unadapted open
1669 * src/common/utils.c
1670 * src/common/w32_reg.c
1671 * src/common/w32lib.h
1672 w32: better integration (allow
1673 setting Claws as default MUA)
1675 2008-11-01 [colin] 3.6.1cvs14
1678 Fix wrongly converted non-ascii characters
1679 when locale's charset is US-ASCII (strict-mode
1680 was failing in this case)
1682 2008-10-30 [colin] 3.6.1cvs13
1688 Use one UI Manager per mimeview, instead of
1689 the global one -- else user_data pointer gets
1690 broken if opening and closing another message-
1691 view, then using right-click on a mimeview's
1692 mimepart. Probably fixes bug 1711, 'Save-as
1695 2008-10-24 [paul] 3.6.1cvs12
1698 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
1699 * tools/kdeservicemenu/install.sh
1700 another, possibly the final?, attempt on getting this
1703 2008-10-24 [paul] 3.6.1cvs11
1705 * tools/kdeservicemenu/install.sh
1706 fix servicemenu installation directory on kde4
1708 2008-10-24 [paul] 3.6.1cvs10
1710 * tools/kdeservicemenu/README
1711 * tools/kdeservicemenu/install.sh
1712 add support for kde4 in addition to kde3.
1713 a rework involving checking for kde4-config, then
1714 kde-config, finally prompting the user for the
1715 location of either if they cannot be found
1718 2008-10-18 [paul] 3.6.1cvs9
1720 * tools/claws.i18n.status.pl
1721 updated with latest translator info.
1722 only print for languages defined in %langname
1724 2008-10-17 [paul] 3.6.1cvs8
1726 * src/plugins/pgpcore/sgpgme.c
1727 when listing the uid's, show the uid validity
1729 2008-10-16 [paul] 3.6.1cvs7
1734 2008-10-13 [wwp] 3.6.1cvs6
1737 Updated French translation.
1739 2008-10-11 [colin] 3.6.1cvs5
1742 Fix bug 1756, "Outdated translators list in About
1743 dialogue". Patch by Aleksei Miheev.
1745 2008-10-11 [colin] 3.6.1cvs4
1755 * src/prefs_account.c
1756 * src/send_message.c
1757 * src/send_message.h
1761 * src/common/claws.c
1763 * src/common/session.c
1764 * src/common/session.h
1767 * src/common/socket.c
1768 * src/common/socket.h
1771 * src/common/ssl_certificate.c
1772 * src/common/ssl_certificate.h
1774 * src/gtk/sslcertwindow.c
1775 * src/gtk/sslcertwindow.h
1778 2008-10-11 [colin] 3.6.1cvs3
1780 * src/common/ssl_certificate.c
1781 Make local function static
1783 2008-10-10 [colin] 3.6.1cvs2
1786 * src/common/ssl_certificate.c
1787 * src/gtk/sslcertwindow.c
1788 Add offline certificate verification,
1789 thanks to Nikos Mavrogiannopoulos for the
1792 2008-10-10 [colin] 3.6.1cvs1
1794 * src/common/ssl_certificate.c
1795 * src/gtk/sslcertwindow.c
1798 2008-10-10 [paul] 3.6.1
1800 * m4/spamassassin.m4
1801 remove openssl dross
1808 2008-10-10 [colin] 3.6.0cvs25
1811 Tell libetpan it doesn't need to init
1814 2008-10-10 [colin] 3.6.0cvs24
1817 Remove references to openssl
1819 2008-10-09 [colin] 3.6.0cvs23
1824 2008-10-09 [colin] 3.6.0cvs22
1827 Error out when building against openssl
1829 2008-10-09 [colin] 3.6.0cvs21
1836 Disable OpenSSL due to requirement of
1837 OpenSSL exception. Code not removed yet,
1838 just in case, but disabled.
1840 2008-10-09 [colin] 3.6.0cvs20
1850 * src/prefs_ext_prog.c
1852 * src/prefs_image_viewer.c
1856 * src/gtk/Makefile.am
1858 * src/gtk/gtksourceprintjob.c
1859 * src/gtk/gtksourceprintjob.h
1860 Revert previous patch. It'd be better to remove
1861 OpenSSL instead, as GnuTLS works as well.
1863 2008-10-09 [colin] 3.6.0cvs19
1873 * src/prefs_ext_prog.c
1875 * src/prefs_image_viewer.c
1879 * src/gtk/Makefile.am
1881 * src/gtk/gtksourceprintjob.c
1882 * src/gtk/gtksourceprintjob.h
1883 Remove the libgnomeprint interface (deprecated,
1884 and fixes Debian's #501570, 'Copyright confusion')
1886 2008-10-09 [colin] 3.6.0cvs18
1889 Require libetpan 0.57 (important fixes)
1891 2008-10-08 [paul] 3.6.0cvs17
1893 * src/prefs_filtering_action.c
1894 * src/prefs_matcher.c
1895 enable re-ordering of the filtering/processing
1896 condition and actions lists by drag'n'drop
1898 2008-10-08 [colin] 3.6.0cvs16
1901 Fix wrong menu title
1903 2008-10-07 [colin] 3.6.0cvs15
1906 After thinking, revert this. It's only a minor
1907 annoyance to GSSAPI users, and I can't test this
1908 right now. Postponed until after next good release.
1910 2008-10-07 [colin] 3.6.0cvs14
1913 Don't ask for a password when using GSSAPI
1915 2008-10-07 [colin] 3.6.0cvs13
1918 Fix build with GTK+ < 2.14
1920 2008-10-07 [colin] 3.6.0cvs12
1924 * src/prefs_common.c
1925 * src/prefs_common.h
1927 * src/gtk/colorlabel.c
1928 Fix bug 1749, 'Shortcut keys for color labels
1930 Make fullscreen a setting remembered between
1933 2008-10-07 [colin] 3.6.0cvs11
1936 Fix bug 1747, 'Wanderlust keybindings no longer
1937 working (regression)'
1939 2008-10-07 [colin] 3.6.0cvs10
1942 Make fullscreen a real menu item
1944 2008-10-07 [colin] 3.6.0cvs9
1947 Make sure we won't save size when
1950 2008-10-06 [colin] 3.6.0cvs8
1954 Handle fullscreen via F11. Patch by
1957 2008-10-06 [colin] 3.6.0cvs7
1960 Fix return value when setting client cert
1962 2008-10-04 [colin] 3.6.0cvs6
1965 Fix bug 1742, 'Attachment list contents not
1968 2008-10-04 [paul] 3.6.0cvs5
1971 fix failure of Hide toolbar option on restart
1973 2008-10-04 [colin] 3.6.0cvs4
1980 Maemo: Fix bug 1737, Crashes upon opening
1982 2008-10-04 [paul] 3.6.0cvs3
1985 submitted (just a little late) by Frederico
1988 2008-10-03 [wwp] 3.6.0cvs2
1991 Many fixes, mostly in menus and accelerators.
1993 2008-10-03 [colin] 3.6.0cvs1
1996 Allow network mounts with new GTKs: they're
1997 available via FUSE mounts and we don't need
2000 2008-10-03 [paul] 3.6.0
2007 2008-10-03 [paul] 3.5.0cvs145
2014 new translations. added by Yasen Pramatarov,
2015 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
2024 updated translations. submitted by Miquel Oliete,
2025 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
2026 Andrea Spadaccini, Emilian Nowak, and Ralph Young
2028 2008-10-02 [colin] 3.5.0cvs144
2030 * src/common/session.c
2031 Fix crash when connection fails on windows
2033 2008-10-01 [colin] 3.5.0cvs143
2036 Real fix for FS-unsafe chars on win32
2038 2008-10-01 [colin] 3.5.0cvs142
2041 Encode prohibited filenames on win32
2043 2008-09-30 [mones] 3.5.0cvs141
2047 * src/prefs_themes.c
2049 Fix output of some debug messages
2051 2008-09-30 [colin] 3.5.0cvs140
2058 * src/prefs_themes.c
2062 * src/common/utils.c
2063 * src/gtk/sslcertwindow.c
2064 Win32: Fix time usage; use g_stat
2066 2008-09-29 [colin] 3.5.0cvs139
2068 * src/common/utils.c
2069 Fix case-sensitive match of subject
2072 2008-09-29 [colin] 3.5.0cvs138
2074 * src/folder_item_prefs.c
2075 * src/folder_item_prefs.h
2077 * src/prefs_folder_item.c
2078 * src/prefs_matcher.c
2080 * src/common/string_match.c
2081 * src/common/utils.c
2082 Fix a huge leak (dozens of megs per folder
2083 change) on Windows: disable regexps
2085 2008-09-28 [paul] 3.5.0cvs137
2090 2008-09-27 [colin] 3.5.0cvs136
2094 Add accessor for cur_account
2096 2008-09-27 [colin] 3.5.0cvs135
2099 Fix crash when error happen on session establishment
2101 2008-09-26 [mones] 3.5.0cvs134
2106 2008-09-26 [colin] 3.5.0cvs133
2108 * src/plugins/pgpcore/claws.def
2111 2008-09-26 [colin] 3.5.0cvs132
2113 * src/prefs_common.c
2114 * src/prefs_common.h
2115 * src/plugins/pgpcore/pgp_viewer.c
2116 Add an accessor to prefs_common for plugins
2119 2008-09-25 [colin] 3.5.0cvs131
2122 Fix bug 1725, 'useless lines in clawsrc'
2123 * src/plugins/smime/mypgpcore.def
2124 Add a missing symbol
2126 2008-09-25 [paul] 3.5.0cvs130
2128 * src/plugins/smime/mypgpcore.def
2129 * src/plugins/smime/plugin.def
2130 * src/plugins/smime/version.rc
2131 add these windows-specific files
2134 2008-09-25 [colin] 3.5.0cvs129
2137 Load standard plugins only on first run
2139 2008-09-25 [colin] 3.5.0cvs128
2144 2008-09-24 [colin] 3.5.0cvs127
2147 Add nb_NO's charset (iso-8859-1)
2149 2008-09-24 [colin] 3.5.0cvs126
2151 * src/common/utils.c
2152 Fix get_mail_base_dir() on windows
2153 (was synced from main ages ago)
2155 2008-09-24 [colin] 3.5.0cvs125
2159 Integrate better with Windows' style
2161 2008-09-23 [paul] 3.5.0cvs124
2166 offer these strings to translators too
2168 2008-09-23 [colin] 3.5.0cvs123
2171 Add a --disable-dbus flag in case we want
2172 no DBUS even if headers are available (like
2173 for building gpg4win)
2176 * src/prefs_logging.c
2177 * src/common/utils.c
2178 * src/plugins/pgpcore/sgpgme.c
2179 * src/plugins/smime/claws.def
2181 - disable filtering log (it's crashy for
2183 - fix gmtime_r when time is -1 (before 01/01/70)
2184 - add symbols for smime
2186 2008-09-22 [colin] 3.5.0cvs122
2188 * src/common/utils.c
2192 Fix cursor position after changing account
2196 Fix absolute path detection
2198 2008-09-21 [colin] 3.5.0cvs121
2200 * src/gtk/gtkaspell.c
2201 Don't try to use empty dictionaries
2203 2008-09-20 [colin] 3.5.0cvs120
2206 Add the new files to the translations
2208 2008-09-20 [colin] 3.5.0cvs119
2211 * src/plugins/Makefile.am
2212 * src/plugins/smime/Makefile.am
2213 * src/plugins/smime/plugin.c
2214 * src/plugins/smime/smime.c
2215 * src/plugins/smime/smime.deps
2216 * src/plugins/smime/smime.h
2217 Include S/Mime plugin in the main plugins
2218 Will ease the Gpg4win team's work
2220 2008-09-20 [colin] 3.5.0cvs118
2227 * src/common/socket.c
2228 * src/gtk/gtkutils.c
2229 * src/plugins/pgpcore/claws.def
2230 Windows: more fixes, thanks to wwp and
2233 2008-09-20 [colin] 3.5.0cvs117
2236 Tell on which server errors happened
2238 2008-09-20 [colin] 3.5.0cvs116
2240 * src/etpan/etpan-thread-manager.c
2241 * src/etpan/imap-thread.c
2242 * src/etpan/nntp-thread.c
2243 Windows: Fix hang on IMAP/NNTP
2245 2008-09-20 [colin] 3.5.0cvs115
2247 * src/common/utils.c
2248 Fix bug 1723, "Buffer overflow crash caused by
2249 preview in 'Date format help' dialog box"
2250 Also, optimise fast_strftime a bit :)
2252 2008-09-18 [colin] 3.5.0cvs114
2256 Check for NULLs before str* functions
2258 2008-09-18 [colin] 3.5.0cvs113
2263 Handle html parts in multipart/related
2264 Decode ISO-8859-1 as Windows-1252 (the former
2265 is a subset of the latter) in order to
2266 workaround Outlook mails misencoding
2267 * src/gtk/logwindow.c
2268 * src/gtk/logwindow.h
2269 Clear mainwindow's error pixmap when the
2270 error scrolls out of the log
2272 2008-09-17 [colin] 3.5.0cvs112
2274 * src/image_viewer.c
2275 Fix image loading (multiple childs added to
2276 scrolledwindow, break of the resize functionality)
2278 * src/prefs_folder_item.c
2279 * src/prefs_spelling.c
2280 * src/gtk/gtkaspell.c
2281 Better fix problems with dictionaries updates
2283 2008-09-17 [colin] 3.5.0cvs111
2285 * src/common/utils.c
2286 Fix double-opening (fixes multiple signatures when
2289 2008-09-16 [colin] 3.5.0cvs110
2291 * src/prefs_account.c
2292 * src/prefs_folder_item.c
2293 * src/prefs_spelling.c
2294 * src/gtk/gtkaspell.c
2295 Better stripping of aspell dictionaries names
2299 * 3.6.0-rc1 released
2301 2008-09-16 [colin] 3.5.0cvs109
2306 * src/prefs_account.h
2308 * src/send_message.c
2309 * src/gtk/inputdialog.c
2310 Don't add a pref to allow remembering passwords
2311 (Just not checking the checkbox is enough)
2313 2008-09-16 [colin] 3.5.0cvs108
2316 Require libetpan 0.56 as 0.55 is crashy
2319 * src/gtk/inputdialog.c
2320 * src/gtk/inputdialog.h
2323 2008-09-16 [wwp] 3.5.0cvs107
2326 Complete 3.5.0cvs106 by removing a function that got
2327 moved to account.[ch].
2329 2008-09-16 [wwp] 3.5.0cvs106
2335 * src/quote_fmt_lex.l
2336 * src/quote_fmt_parse.y
2337 Add account signature (path and value string) manipulation
2338 keywords to the template processor. It's now possible in
2339 all templates to insert the account signature to an
2340 arbitrary location or to pass it to a external script for
2344 2008-09-16 [mones] 3.5.0cvs105
2351 * src/prefs_account.h
2352 * src/prefs_common.c
2353 * src/prefs_common.h
2355 * src/send_message.c
2356 * src/gtk/inputdialog.c
2357 * src/gtk/inputdialog.h
2358 Implement session passwords: unsaved passwords for receiving
2359 or sending of accounts can be remembered while running to
2360 avoid repetitive typing.
2361 As keeping passwords in memory is unsafe a new preference
2362 in Other page is added to activate or not such capability.
2364 2008-09-14 [colin] 3.5.0cvs104
2368 Make conv_iconv_strdup static
2370 2008-09-12 [colin] 3.5.0cvs103
2377 * src/folder_item_prefs.c
2378 * src/folder_item_prefs.h
2380 * src/prefs_account.c
2381 * src/prefs_common.c
2382 * src/prefs_common.h
2383 * src/prefs_folder_item.c
2384 * src/prefs_spelling.c
2385 * src/prefs_template.c
2387 * src/quote_fmt_parse.y
2390 * src/gtk/Makefile.am
2393 * src/gtk/gtkaspell.c
2394 * src/gtk/gtkaspell.h
2395 * src/plugins/bogofilter/Makefile.am
2396 * src/plugins/dillo_viewer/Makefile.am
2397 * src/plugins/spamassassin/Makefile.am
2398 * src/plugins/trayicon/Makefile.am
2399 Switch spellchecker to Enchant
2401 2008-09-12 [paul] 3.5.0cvs102
2404 * tools/csv2addressbook.pl
2405 add support for Fox Mail
2407 2008-09-12 [paul] 3.5.0cvs101
2410 * src/prefs_wrapping.c
2413 2008-09-12 [paul] 3.5.0cvs100
2416 revert cvs99's libenchant commit error
2418 2008-09-12 [colin] 3.5.0cvs99
2421 Only go to inbox if there are new mails
2422 (and fetch was manual)
2424 2008-09-10 [colin] 3.5.0cvs98
2428 * src/common/session.c
2429 Use g_timeout_add_seconds instead of g_timeout_add
2430 on glib >= 2.14 when we don't need precision on the
2431 delay. This helps reducing power consumption:
2432 http://mjg59.livejournal.com/74651.html
2434 2008-09-10 [colin] 3.5.0cvs97
2437 Don't save window size and position when
2438 compose is hidden (filtering action)
2440 2008-09-09 [colin] 3.5.0cvs96
2446 * src/addressbook_foldersel.c
2452 * src/editaddress_other_attributes_ldap.h
2456 * src/editldap_basedn.c
2465 * src/grouplistdialog.c
2468 * src/image_viewer.c
2479 * src/prefs_actions.c
2480 * src/prefs_filtering.c
2481 * src/prefs_folder_column.c
2483 * src/prefs_summary_column.c
2484 * src/prefs_toolbar.c
2485 * src/send_message.c
2487 * src/sourcewindow.c
2488 * src/sourcewindow.h
2492 * src/stock_pixmap.c
2493 * src/stock_pixmap.h
2502 * src/common/utils.c
2504 * src/gtk/colorlabel.c
2505 * src/gtk/colorlabel.h
2506 * src/gtk/combobox.h
2507 * src/gtk/description_window.c
2509 * src/gtk/gtkaspell.c
2510 * src/gtk/gtkaspell.h
2511 * src/gtk/gtkcmclist.c
2512 * src/gtk/gtkcmclist.h
2513 * src/gtk/gtkcmctree.c
2514 * src/gtk/gtkcmctree.h
2515 * src/gtk/gtkcmoptionmenu.h
2516 * src/gtk/gtksctree.c
2517 * src/gtk/gtksctree.h
2518 * src/gtk/gtkshruler.c
2519 * src/gtk/gtkshruler.h
2520 * src/gtk/gtksourceprintjob.c
2521 * src/gtk/gtksourceprintjob.h
2522 * src/gtk/gtkutils.c
2523 * src/gtk/gtkutils.h
2524 * src/gtk/gtkvscrollbutton.c
2525 * src/gtk/gtkvscrollbutton.h
2526 * src/gtk/icon_legend.c
2527 * src/gtk/inputdialog.c
2528 * src/gtk/logwindow.c
2529 * src/gtk/logwindow.h
2530 * src/gtk/manage_window.c
2531 * src/gtk/manage_window.h
2533 * src/gtk/prefswindow.c
2534 * src/gtk/progressdialog.c
2535 * src/gtk/progressdialog.h
2536 * src/plugins/bogofilter/bogofilter_gtk.c
2537 * src/plugins/pgpcore/passphrase.c
2538 * src/plugins/spamassassin/spamassassin_gtk.c
2539 * src/plugins/trayicon/trayicon.c
2540 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2541 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2542 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2543 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2544 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2545 Complete GTK+ 2.14 undeprecation
2546 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
2548 2008-09-09 [colin] 3.5.0cvs95
2550 * src/gtk/gtkcmclist.h
2551 Fix build on GTK+ 2.14
2553 2008-09-08 [colin] 3.5.0cvs94
2557 Remove GtkSignalFunc
2559 2008-09-07 [colin] 3.5.0cvs93
2562 * src/addressbook_foldersel.c
2563 * src/gtk/gtkcmclist.c
2564 * src/gtk/gtkcmclist.h
2565 * src/gtk/gtkcmctree.c
2566 * src/gtk/gtkcmctree.h
2567 * src/gtk/gtksctree.c
2568 * src/gtk/prefswindow.c
2569 * src/gtk/prefswindow.h
2570 Use GDestroyNotify instead of GtkDestroyNotify
2571 (deprecated in GTK+ 2.14)
2573 2008-09-07 [colin] 3.5.0cvs92
2576 Fix bug 1712, 'invalid "Phishing attempt warning"
2577 when linked text ends with spaces'
2579 2008-09-05 [colin] 3.5.0cvs91
2582 Maybe fix bug 1711, 'Save-as attachment crashes'
2583 Possibly wrong free() due to pointer shifting
2585 2008-09-05 [colin] 3.5.0cvs90
2588 Fix bug 1710, 'User misreads "Discard Message"
2589 as "Discard Changes"'. Propose to save or discard
2590 only the latest changes when closing an existing
2591 draft. Autosave may still have saved parts of the
2594 2008-09-04 [colin] 3.5.0cvs89
2597 Fix bug 1707, 'Segfault when sorting on non-visible column'
2599 2008-09-01 [colin] 3.5.0cvs88
2604 * src/etpan/imap-thread.c
2605 * src/etpan/imap-thread.h
2606 Store spam flag on IMAP (Junk/NonJunk, as
2607 ThunderBird does - this is nonstandard)
2609 2008-08-31 [wwp] 3.5.0cvs87
2612 Fix globish edition^Wediting.
2614 2008-08-31 [wwp] 3.5.0cvs86
2617 Don't break nickname editing for non-LDAP books (nickname
2618 value was overwritten when editing existing contact, this
2619 came from 3.0.2cvs109).
2621 2008-08-30 [colin] 3.5.0cvs85
2625 Fix "Apply tags..." key shortcut
2627 2008-08-29 [iwkse] 3.5.0cvs84
2632 2008-08-29 [iwkse] 3.5.0cvs83
2635 Disable "Move to trash" action if
2636 we are in a trash-like folder.
2639 2008-08-29 [paul] 3.5.0cvs82
2642 bump up libetpan version requirement since
2643 0.55 is released now
2645 2008-08-28 [wwp] 3.5.0cvs81
2649 * src/prefs_account.c
2650 * src/prefs_account.h
2651 Add finer granularity to the POP3's remove-after delay (now in
2652 hours in addition to in days), patch by Paul Rolland.
2654 2008-08-28 [wwp] 3.5.0cvs80
2656 * src/gtk/combobox.c
2657 Fix a typo in a comment.
2659 2008-08-28 [iwkse] 3.5.0cvs79
2662 * src/prefs_actions.c
2663 * src/prefs_filtering.c
2664 * src/prefs_template.c
2665 Add search feature to the account,
2666 template and action dialog.
2667 It's turned on selecting one row
2668 of the list and typing some random
2669 letter. Thanks to wwp, colinl
2671 2008-08-28 [colin] 3.5.0cvs78
2676 * src/prefs_account.c
2677 * src/prefs_account.h
2681 * src/stock_pixmap.c
2682 * src/stock_pixmap.h
2684 * src/pixmaps/key_gpg_signed.xpm
2685 Fix bug 1412, "Sign reply, if mail was signed"
2686 Add an account preference to sign replies to signed mails
2688 2008-08-28 [iwkse] 3.5.0cvs77
2690 * src/prefs_filtering.c
2691 Making the search more useful,
2692 jumping directly to the relative rule.
2694 2008-08-27 [colin] 3.5.0cvs76
2699 2008-08-27 [colin] 3.5.0cvs75
2701 * src/gtk/gtkcmctree.c
2704 2008-08-26 [colin] 3.5.0cvs74
2706 * src/gtk/gtkcmctree.c
2707 Fix missing inits on old glib
2709 2008-08-26 [wwp] 3.5.0cvs73
2711 * src/common/utils.c
2712 Added 'Fwd' to the list of known common subject prefixes.
2714 2008-08-25 [iwkse] 3.5.0cvs72
2716 * src/image_viewer.c
2717 Add animated gif support to the
2720 2008-08-25 [colin] 3.5.0cvs71
2722 * src/gtk/gtkcmctree.c
2723 Make sure work isn't null
2725 2008-08-24 [colin] 3.5.0cvs70
2728 Fix typo on SSL_CERT_DIR
2730 2008-08-23 [holger] 3.5.0cvs69
2733 Fix bug 1699 'Separator line mis-placed when
2734 printing some e-mails'. The number of header lines
2735 was not correctly calculated when Pango inserts
2738 2008-08-23 [colin] 3.5.0cvs68
2741 Fix the account selector button; thanks
2744 2008-08-21 [colin] 3.5.0cvs67
2748 Add a compose preference for auto-indent
2751 Make colorlabel accels a bit less hacky
2753 2008-08-21 [colin] 3.5.0cvs66
2756 * src/prefs_common.c
2757 * src/prefs_common.h
2758 * src/prefs_wrapping.c
2759 Add a preference for autoindent; fix no_join tag
2760 being applied to whole lines instead of just \n when
2763 2008-08-21 [colin] 3.5.0cvs65
2766 Add support for auto-indentation
2768 2008-08-19 [colin] 3.5.0cvs64
2771 Save Autowrap status in drafts/queued mails
2773 2008-08-19 [colin] 3.5.0cvs63
2776 Fix a comment (in reality, test commit on
2779 2008-08-17 [colin] 3.5.0cvs62
2781 * src/prefs_actions.c
2784 * src/common/socket.h
2785 * src/gtk/gtkcmctree.c
2788 2008-08-16 [colin] 3.5.0cvs61
2790 * src/editaddress_other_attributes_ldap.h
2791 Add 'l' field (localityName)
2793 2008-08-16 [colin] 3.5.0cvs60
2796 * src/gtk/gtkcmclist.c
2797 * src/gtk/gtkcmclist.h
2798 * src/gtk/gtkcmctree.c
2799 * src/gtk/gtksctree.c
2800 * src/gtk/gtkutils.c
2801 * src/gtk/gtkvscrollbutton.c
2802 Fix Maemo build (OS2007)
2804 2008-08-14 [colin] 3.5.0cvs59
2807 Don't crash if parent is null when creating
2809 * src/gtk/pluginwindow.c
2810 Don't crash on race when closing window while
2811 a plugin is loading and does gtk_iterations
2813 2008-08-13 [colin] 3.5.0cvs58
2818 Fix bug 1696, 'Viewing binary attachements
2819 as text over 1 MB' (various buglets)
2821 2008-08-10 [colin] 3.5.0cvs57
2824 * src/gtk/gtkcmclist.c
2825 Continue fixing GTK < 2.12 build, thanks to
2828 2008-08-10 [colin] 3.5.0cvs56
2830 * src/gtk/gtksctree.c
2831 Fix build on GTK < 2.12
2833 2008-08-09 [colin] 3.5.0cvs55
2836 Fix untranslatable strings, thanks to
2839 2008-08-07 [colin] 3.5.0cvs54
2845 * src/message_search.c
2848 * src/prefs_account.c
2849 * src/prefs_common.c
2850 * src/prefs_customheader.c
2851 * src/prefs_ext_prog.c
2852 * src/prefs_filtering_action.c
2854 * src/prefs_logging.c
2855 * src/prefs_matcher.c
2856 * src/prefs_msg_colors.c
2858 * src/summary_search.c
2861 * src/gtk/colorsel.c
2862 * src/gtk/gtkaspell.c
2863 * src/gtk/gtkutils.c
2864 * src/gtk/gtkutils.h
2865 * src/gtk/inputdialog.c
2866 * src/gtk/pluginwindow.c
2867 * src/gtk/quicksearch.c
2868 * src/plugins/bogofilter/bogofilter_gtk.c
2869 * src/plugins/dillo_viewer/dillo_prefs.c
2870 * src/plugins/spamassassin/spamassassin_gtk.c
2871 - Fix Ctrl-Space shortcut
2872 - Fix mime-parsing bug in procmime (cvs52)
2873 - Fix double-free in procmime (cvs52)
2874 - Use gtk_bin_get_child instead of GTK_BIN()->child
2875 - Fix Goto menu in mainwindow
2877 2008-08-07 [mones] 3.5.0cvs53
2880 Updated translation (lots of changes!)
2882 Add missing accelerator key
2884 Restored 'v' key function (thanks Colin!)
2886 2008-08-06 [colin] 3.5.0cvs52
2890 * src/addrduplicates.c
2901 Fix my use of g_utf8_strdown (it returns
2902 a newly allocated string and doesn't
2903 change the parameter)
2905 2008-08-06 [colin] 3.5.0cvs51
2908 Fix bug 1690, 'Copy/Paste in edit window may
2909 break Undo'; middle-click pastes aren't
2910 REPLACE_INSERT but just INSERT.
2911 Also, fix privacy menu selection
2913 2008-08-05 [colin] 3.5.0cvs50
2919 * src/addrduplicates.c
2931 * src/common/socket.c
2932 * src/gtk/gtkutils.c
2933 * src/gtk/gtkutils.h
2935 * src/plugins/spamassassin/spamassassin.c
2936 More undeprecation (Glib)
2938 2008-08-05 [colin] 3.5.0cvs49
2940 * src/prefs_account.c
2941 * src/prefs_filtering_action.c
2942 * src/prefs_matcher.c
2943 * src/gtk/Makefile.am
2944 * src/gtk/claws-marshal.list
2945 * src/gtk/colorlabel.c
2946 * src/gtk/colorsel.c
2947 * src/gtk/foldersort.c
2948 * src/gtk/gtkaspell.c
2949 * src/gtk/gtkcmclist.c
2950 * src/gtk/gtkcmclist.h
2951 * src/gtk/gtkcmctree.c
2952 * src/gtk/gtkcmctree.h
2953 * src/gtk/gtkcmoptionmenu.c
2954 * src/gtk/gtkcmoptionmenu.h
2955 * src/gtk/gtksctree.c
2956 * src/gtk/gtksctree.h
2957 * src/gtk/gtkutils.c
2958 * src/gtk/gtkutils.h
2959 * src/gtk/gtkvscrollbutton.c
2962 * src/gtk/quicksearch.c
2963 * src/plugins/dillo_viewer/dillo_viewer.c
2964 * src/plugins/pgpcore/select-keys.c
2965 Try to finish yesterday's commit
2967 2008-08-04 [colin] 3.5.0cvs48
2971 * src/addressbook_foldersel.c
2978 * src/editaddress_other_attributes_ldap.c
2980 * src/editldap_basedn.c
2983 * src/grouplistdialog.c
2984 * src/image_viewer.c
2989 * src/message_search.c
2995 * src/prefs_account.c
2996 * src/prefs_filtering_action.c
2997 * src/prefs_matcher.c
2998 * src/prefs_msg_colors.c
2999 * src/prefs_summaries.c
3001 * src/stock_pixmap.c
3002 * src/summary_search.c
3007 * src/gtk/Makefile.am
3008 * src/gtk/claws-marshal.list
3009 * src/gtk/colorsel.c
3010 * src/gtk/foldersort.c
3011 * src/gtk/gtkaspell.c
3012 * src/gtk/gtkcmclist.c
3013 * src/gtk/gtkcmclist.h
3014 * src/gtk/gtkcmctree.c
3015 * src/gtk/gtkcmctree.h
3016 * src/gtk/gtksctree.c
3017 * src/gtk/gtksctree.h
3018 * src/gtk/gtkutils.c
3019 * src/gtk/gtkutils.h
3020 * src/gtk/gtkvscrollbutton.c
3023 * src/gtk/quicksearch.c
3024 * src/plugins/dillo_viewer/dillo_viewer.c
3025 * src/plugins/pgpcore/select-keys.c
3026 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
3027 Undeprecate their implementation (GtkArg, GtkType, ...)
3028 Undeprecate a few other things here and there
3029 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
3030 Add #undef GTK_DISABLE_DEPRECATED in the files where we
3031 still have work to do
3033 2008-08-04 [colin] 3.5.0cvs47
3039 * src/stock_pixmap.c
3044 * src/image_viewer.c
3045 * src/gtk/gtkaspell.c
3046 * src/gtk/gtkvscrollbutton.c
3047 * src/plugins/dillo_viewer/dillo_viewer.c
3048 Undeprecate more things
3050 2008-08-02 [colin] 3.5.0cvs46
3053 Fix toggle menu activation state
3056 2008-08-02 [paul] 3.5.0cvs45
3060 /View/Show or hide/Message View
3062 2008-08-01 [paul] 3.5.0cvs44
3064 * src/common/utils.c
3065 * src/plugins/pgpcore/claws.def
3066 * src/plugins/pgpinline/claws.def
3067 fix compilation problems on mingw32,
3068 (bug 1688) Patch by Marcus Brinkmann
3070 2008-08-01 [colin] 3.5.0cvs43
3072 * src/gtk/gtkutils.c
3073 * src/gtk/gtkvscrollbutton.c
3076 2008-08-01 [colin] 3.5.0cvs42
3081 * src/prefs_account.c
3082 * src/prefs_folder_item.c
3085 * src/gtk/gtkaspell.c
3086 * src/gtk/gtkutils.c
3087 * src/gtk/gtkvscrollbutton.c
3088 Replace a few deprecated function calls
3090 2008-08-01 [paul] 3.5.0cvs41
3093 fix crash that occurs because of recent GtkUIManager
3094 changes. Thanks to Colin
3096 2008-07-31 [colin] 3.5.0cvs40
3105 Remove deprecated helper funcs
3107 2008-07-30 [colin] 3.5.0cvs39
3114 Move the folderview popup menu to GtkUIManager
3116 2008-07-29 [colin] 3.5.0cvs38
3131 Switch the main menu to GtkUIManager
3134 2008-07-29 [colin] 3.5.0cvs37
3137 Fix bug 1684, 'view news messages with large
3138 attachements segfaults'
3140 2008-07-29 [colin] 3.5.0cvs36
3153 More switches to GtkUIManager
3155 2008-07-26 [colin] 3.5.0cvs35
3161 2008-07-25 [colin] 3.5.0cvs34
3163 * src/addrcustomattr.c
3167 * src/editaddress_other_attributes_ldap.h
3171 * src/prefs_actions.c
3172 * src/prefs_filtering.c
3173 * src/prefs_template.c
3181 * src/plugins/trayicon/trayicon.c
3182 More changes from GtkItemFactory to GtkUIManager
3184 2008-07-25 [colin] 3.5.0cvs33
3187 Add a macro to remove menu items
3188 Make the gui_manager variable useless
3190 2008-07-24 [colin] 3.5.0cvs32
3193 Fix a gtk warning on clear
3197 Switch the message list popup menu to
3200 2008-07-23 [colin] 3.5.0cvs31
3202 * src/plugins/pgpcore/pgp_viewer.c
3203 * src/plugins/pgpcore/sgpgme.c
3204 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
3205 Patch by Thomas Wiegner <wiegner@gmx.de>
3207 2008-07-20 [paul] 3.5.0cvs30
3209 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3210 remove redundant GTK version check
3212 2008-07-20 [ticho] 3.5.0cvs29
3217 Moved sensitivity setting for "Download messages" for IMAP and
3218 news folders from folderview.c to imap_gtk.c and news_gtk.c
3219 respectively for better code readability.
3220 Fixed indentation in news' set_sensitivity().
3222 2008-07-20 [paul] 3.5.0cvs28
3225 remove more redundant code following cvs27
3227 2008-07-20 [paul] 3.5.0cvs27
3230 remove now redundant code
3233 fix bug 1673, 'Tools/Harvest adresses is
3234 grayed out if folder is empty'
3236 2008-07-19 [ticho] 3.5.0cvs26
3242 * src/gtk/gtkutils.c
3243 * src/gtk/gtkutils.h
3246 Use GtkUIManager for mimeview and tag edit dialog popup menus,
3247 instead of deprecated GtkItemFactory.
3249 2008-07-19 [colin] 3.5.0cvs25
3261 * src/prefs_account.c
3262 * src/prefs_actions.c
3263 * src/prefs_ext_prog.c
3264 * src/prefs_filtering.c
3265 * src/prefs_folder_item.c
3266 * src/prefs_image_viewer.c
3267 * src/prefs_logging.c
3268 * src/prefs_msg_colors.c
3271 * src/prefs_spelling.c
3272 * src/prefs_summaries.c
3273 * src/prefs_template.c
3276 * src/summary_search.c
3280 * src/common/Makefile.am
3281 * src/gtk/gtksctree.c
3282 * src/gtk/gtkutils.h
3283 * src/gtk/pluginwindow.c
3284 * src/gtk/quicksearch.c
3285 * src/plugins/bogofilter/bogofilter_gtk.c
3286 * src/plugins/dillo_viewer/dillo_prefs.c
3287 * src/plugins/pgpcore/prefs_gpg.c
3288 * src/plugins/spamassassin/spamassassin_gtk.c
3289 * src/plugins/trayicon/trayicon.c
3290 * src/plugins/trayicon/trayicon_prefs.c
3291 Use the shiny new GTK tooltips API when possible (GTK+ 2.12
3292 or greater). Use the old deprecated one on GTK+ < 2.12.
3293 Easy! Straightforward! I'm not annoyed at all! It's not a loss
3296 2008-07-16 [colin] 3.5.0cvs24
3299 Fix folderview's scrolbar when starting minimised
3300 to tray, and popping up the mainwindow by calling
3301 claws-mail from the command line
3303 2008-07-08 [colin] 3.5.0cvs23
3306 Possibly fix po-headers appearing on empty
3309 2008-07-08 [colin] 3.5.0cvs22
3313 Finish the always_open tristate patch, by Jonathan
3316 2008-07-07 [paul] 3.5.0cvs21
3319 fix typo (missing ")
3321 2008-07-07 [paul] 3.5.0cvs20
3324 fit the menu style a bit better
3326 2008-07-07 [colin] 3.5.0cvs19
3328 * src/prefs_themes.c
3329 Make upgrading themes easier
3331 2008-07-07 [colin] 3.5.0cvs18
3334 * src/prefs_toolbar.c
3335 * src/stock_pixmap.c
3336 Finish fixing bug 1609, 'Icon issues'
3338 2008-07-07 [colin] 3.5.0cvs17
3340 * src/prefs_common.c
3341 Fix the default value
3343 2008-07-07 [colin] 3.5.0cvs16
3345 * src/prefs_summaries.c
3346 Revert my fix to the string, the correct term
3347 is indeed Message View
3349 2008-07-07 [colin] 3.5.0cvs15
3353 * src/prefs_common.c
3354 * src/prefs_common.h
3355 * src/prefs_summaries.c
3358 Change "Always open message when selected" to
3359 a tristate (Never/Always/When preview is visible)
3360 Patch by Jonathan Corbet <corbet@lwn.net>.
3362 2008-07-06 [paul] 3.5.0cvs14
3365 improve the layout of the dialogue
3368 fix some of the nasty coding style
3371 add some missing mnemonics
3373 2008-07-05 [paul] 3.5.0cvs13
3377 fix bug 1398, '"Change current account" is
3378 available even when there's only one account'
3379 * src/plugins/pgpcore/prefs_gpg.c
3380 put back a needed include, removed in error
3382 2008-07-05 [colin] 3.5.0cvs12
3385 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
3387 2008-07-05 [colin] 3.5.0cvs11
3391 Provide ability to rename newsgroups. Closes
3392 bug 1444, 'Add GUI option for renaming
3393 newsgroups'. Patch by Pawel Pekala
3395 2008-07-05 [colin] 3.5.0cvs10
3397 * src/plugins/pgpcore/passphrase.c
3398 * src/plugins/pgpcore/prefs_gpg.c
3399 * src/plugins/pgpcore/select-keys.c
3400 Simplify GTK includes (with the advantage
3401 of compiling against GTK+2.13); patch by
3404 2008-07-05 [colin] 3.5.0cvs9
3407 Add SSL client certificates
3409 2008-07-05 [colin] 3.5.0cvs8
3411 * src/prefs_account.c
3412 * src/common/session.h
3415 Add one path for certs
3417 2008-07-05 [colin] 3.5.0cvs7
3419 * src/prefs_account.c
3422 2008-07-04 [colin] 3.5.0cvs6
3426 * src/common/ssl_certificate.c
3427 Workaround distro bugs and fix certificate checking
3430 2008-07-04 [colin] 3.5.0cvs5
3433 * src/common/ssl_certificate.c
3434 * src/common/ssl_certificate.h
3435 * src/etpan/imap-thread.c
3436 * src/etpan/nntp-thread.c
3437 Fix some leaks, thanks to Martin Zwickel
3438 Rename gnutls functions that do the same
3439 as OpenSSL ones, to avoid symbol clashing
3440 when Claws is built against GnuTLS and
3441 libetpan against OpenSSL
3443 2008-07-04 [paul] 3.5.0cvs4
3445 * src/prefs_account.c
3446 remove 1 forgotten '.'
3448 2008-07-04 [paul] 3.5.0cvs3
3450 * src/prefs_account.c
3451 layout/engrish fixes to the 'Client
3454 2008-07-03 [colin] 3.5.0cvs2
3459 * src/prefs_account.c
3460 * src/prefs_account.h
3461 * src/prefs_common.c
3462 * src/send_message.c
3463 * src/common/session.c
3464 * src/common/session.h
3467 * src/common/socket.h
3470 * src/common/ssl_certificate.c
3471 * src/common/ssl_certificate.h
3472 * src/etpan/imap-thread.c
3473 * src/etpan/nntp-thread.c
3474 * src/gtk/inputdialog.c
3475 Add support for SSL client certificates (either PEM files
3476 with certificate and private key, either PKCS12 files)
3478 2008-06-28 [colin] 3.5.0cvs1
3481 Fix compilation with older GTKs
3483 2008-06-27 [paul] 3.5.0
3490 2008-06-27 [paul] 3.4.0cvs116
3495 2008-06-27 [paul] 3.4.0cvs115
3499 no longer build unmaintained translations
3501 2008-06-27 [paul] 3.4.0cvs114
3506 updated by Stephan Sachse, Flammie Pirinen, and
3507 Frederico Goncalves Guimaraes
3509 2008-06-26 [wwp] 3.4.0cvs113
3511 * manual/fr/advanced.xml
3512 Update French version of the manual (AutoFaces documentation).
3514 2008-06-26 [wwp] 3.4.0cvs112
3516 * manual/fr/advanced.xml
3517 * manual/fr/plugins.xml
3518 Updated French version of the manual (completed
3519 hidden options list, added note about Clawsker
3520 and new mail archiver plugin).
3522 2008-06-25 [colin] 3.4.0cvs111
3524 * src/gtk/gtkaspell.c
3525 Fix non-UTF8 in the replace with dialog
3526 * src/prefs_actions.c
3527 Fix possible crasher
3530 2008-06-24 [mones] 3.4.0cvs110
3533 Fix non-warning message, downgraded to debug info
3535 2008-06-24 [colin] 3.4.0cvs109
3538 Fix bug 1650, Message line too small after
3539 changing columns in "three columns" layout
3541 2008-06-24 [colin] 3.4.0cvs108
3544 Fix Spam button sensitivity in newsgroups
3546 2008-06-23 [wwp] 3.4.0cvs107
3549 Updated French translation.
3551 2008-06-23 [mones] 3.4.0cvs106
3554 Updated translation for release
3556 2008-06-22 [mones] 3.4.0cvs105
3558 * manual/es/plugins.xml
3559 Synced new entry for Mail Archiver plugin
3561 2008-06-22 [colin] 3.4.0cvs104
3564 Fix initial cursor position
3566 2008-06-21 [paul] 3.4.0cvs103
3568 * manual/plugins.xml
3569 add an entry for the new Mail Archiver plugin
3571 2008-06-21 [paul] 3.4.0cvs102
3574 we're in 'string freeze', put back the
3577 2008-06-21 [paul] 3.4.0cvs101
3579 * manual/advanced.xml
3580 * manual/es/advanced.xml
3581 fix build warning: <emphasis> cannot be contained
3584 fix non-clickable link on License page and drop
3585 the containing < > symbols to match other links
3587 2008-06-20 [mones] 3.4.0cvs100
3589 * manual/advanced.xml
3590 Added autofaces documentation, note about clawsker in hidden
3591 preferences, minor markup fix. Thanks Paul for proofreading
3592 * manual/es/advanced.xml
3593 Synchronised Spanish manual
3595 2008-06-16 [colin] 3.4.0cvs99
3598 Fix cursor placing on signature change
3600 2008-06-16 [paul] 3.4.0cvs98
3604 * src/gtk/inputdialog.c
3605 really fussy coding style fixes
3607 2008-06-16 [paul] 3.4.0cvs97
3610 keep the alphabetical order
3612 2008-06-13 [mones] 3.4.0cvs96
3616 * src/prefs_filtering_action.c
3617 Fixed cosmetic bug, processing also displays "Filtering"
3619 2008-06-13 [mones] 3.4.0cvs95
3622 * src/autofaces.c ** NEW FILE **
3623 * src/autofaces.h ** NEW FILE **
3625 Allow setting Faces and X-Faces globally and per-account
3626 from configuration files under ~/.claws-mail/autofaces
3628 2008-06-13 [holger] 3.4.0cvs94
3631 More files to ignore
3632 * src/gtk/inputdialog.c
3633 * src/gtk/inputdialog.h
3634 Make input dialog more generic so that a checkbox
3635 with custom text can be used in addition to the
3636 "remember this" checkbox
3639 * src/prefs_common.c
3640 * src/prefs_common.h
3641 Allow new folders to inherit the properties of the
3642 parent folder during folder creation
3644 2008-06-13 [wwp] 3.4.0cvs93
3647 a better fix for this string, won't break up translations,
3648 and is conform to other similar ones.
3650 2008-06-13 [wwp] 3.4.0cvs92
3652 * src/addrduplicates.c
3655 * src/addressbook_foldersel.c
3657 use tree decorations everywhere AB folders are used (AB tree pane,
3658 add address to AB, select AB folder, edit group, custom attr, find dup
3659 results), in order to match global style
3660 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
3661 double clicking on groups in tree pane does open the group edit dialog
3662 double clicking on other items in tree pane does expand/collapse
3663 fix a missing space in AB's delete-folder dialog
3664 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
3667 make foldersel dialog show dotted lines according to global (hidden) prefs
3669 2008-06-12 [colin] 3.4.0cvs91
3673 Fix bug 1635, 'Last character of message is truncated
3674 when changing accounts w/ sigs'
3676 Fix bug 1636, 'Can't select "properties" on "folders
3679 2008-06-11 [colin] 3.4.0cvs90
3682 Maybe fix bug 1623, 'exits with segfault when
3683 logging in to certain imap-servers'
3685 2008-06-10 [mones] 3.4.0cvs89
3690 * tools/convert_mbox.sh
3691 Undo cvs86 and cvs87, it really should be a patch to
3694 2008-06-10 [wwp] 3.4.0cvs88
3697 Updated French translation.
3699 2008-06-10 [mones] 3.4.0cvs87
3702 Oops, forgot to add previous script for distribution
3704 2008-06-10 [mones] 3.4.0cvs86
3708 * tools/convert_mbox.sh
3709 Added script to convert Evolution mail folders contributed
3710 by Daniel Dickinson <cshore@fionavar.ca>
3711 Fixes debian bug 461435
3713 2008-06-09 [colin] 3.4.0cvs85
3716 Integrate AWN information bubble if dbus is
3719 Fix crash when calling scan_required() on
3720 folder classes that don't implement them
3721 * src/common/session.c
3724 2008-06-09 [colin] 3.4.0cvs84
3727 Fix bug 1447, 'If user tries to close while starting
3728 up, it will not close ever.'
3730 2008-06-09 [colin] 3.4.0cvs83
3733 Fix bug 1628, 'Claws Mail crashes when
3734 filtering selected messages'
3736 2008-06-04 [colin] 3.4.0cvs82
3739 Complete handling of html parts in multipart/alternative
3742 2008-06-03 [paul] 3.4.0cvs81
3744 * src/prefs_message.c
3745 make always the english good
3747 2008-06-03 [colin] 3.4.0cvs80
3751 Fix bug 1624, '[PATCH] Quick search should be
3752 disabled for folder view'; based on a patch by
3755 2008-06-03 [iwkse] 3.4.0cvs79
3758 Fix little gui bug on button sensitivity
3760 * src/prefs_common.c
3761 * src/prefs_common.h
3762 * src/prefs_message.c
3763 Allow by default to show html in multipart/alternative
3765 2008-06-02 [colin] 3.4.0cvs78
3767 * src/prefs_actions.c
3768 GUI rework, patch by Pawel
3770 2008-06-02 [colin] 3.4.0cvs77
3773 Fix sensitivity/alignment, patch from
3776 2008-05-31 [colin] 3.4.0cvs76
3779 Fix login issue introduced in cvs75.
3781 2008-05-31 [colin] 3.4.0cvs75
3784 Fix more possible double-frees. Also, fix the root cause
3785 of these double-frees by just noting the Session is to
3786 be destroyed instead of destroying it in flight
3788 2008-05-29 [paul] 3.4.0cvs74
3790 * manual/keyboard.xml
3791 'Makes' these entries like the others
3793 2008-05-29 [colin] 3.4.0cvs73
3796 Include utils.h in case we
3797 need to pull goffset definition
3799 2008-05-29 [colin] 3.4.0cvs72
3801 * src/common/utils.h
3802 Workaround a stupid Glib issue, where
3803 goffset happens to be undefined.
3805 2008-05-28 [colin] 3.4.0cvs71
3809 * src/grouplistdialog.c
3810 * src/image_viewer.c
3817 * src/prefs_themes.c
3823 * src/common/utils.c
3824 * src/common/utils.h
3825 Use goffset instead of off_t for MsgInfo's size
3826 Allows using MsgInfo structure from plugins
3827 compiled with largefile support
3829 2008-05-26 [colin] 3.4.0cvs70
3833 Define THEME_CHANGED_HOOKLIST and invoke
3835 * src/plugins/trayicon/trayicon.c
3836 Listen to THEME_CHANGED_HOOKLIST and
3839 2008-05-26 [paul] 3.4.0cvs69
3842 plug a leak in mimeview_save_all()
3844 2008-05-24 [colin] 3.4.0cvs68
3846 * src/common/utils.h
3847 Fix wrong define on old glibs
3849 2008-05-24 [paul] 3.4.0cvs67
3852 * src/stock_pixmap.c
3853 * src/stock_pixmap.h
3855 * src/pixmaps/cancel.xpm
3856 * src/pixmaps/close.xpm
3857 add a specific icon for A_CANCEL_INC (addresses
3858 point 1 of bug 1609 'Icon issues')
3859 replace close.xpm with an icon of the standard
3862 2008-05-24 [paul] 3.4.0cvs66
3864 * src/pixmaps/insert_file.xpm
3867 2008-05-23 [paul] 3.4.0cvs65
3871 add the possibility to check md5 on binary files,
3874 2008-05-23 [colin] 3.4.0cvs64