1 2011-11-11 [colin] 3.7.10cvs84
4 Fix build on Fedora 16. -lm was probably pulled by something
7 2011-11-11 [pawel] 3.7.10cvs83
13 Port MimeView to GtkTreeView
15 2011-11-11 [colin] 3.7.10cvs82
18 Use %x (The preferred date representation for the current locale
21 2011-11-10 [paul] 3.7.10cvs81
24 use european date format as default
26 2011-11-08 [pawel] 3.7.10cvs80
29 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
30 Fix race condition - don't try to hide messageview while
31 being in the middle of message displaying routine.
33 2011-11-08 [colin] 3.7.10cvs79
36 Make sure we break line when we need to. Very probably
37 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
40 2011-11-07 [pawel] 3.7.10cvs78
43 Fix bug #2493 'Subscription pull down should be alphabetized'
45 2011-11-07 [pawel] 3.7.10cvs77
50 Make Home & End keys work in textview
52 2011-11-06 [colin] 3.7.10cvs76
55 Oops, some unwanted undo got commited.
57 2011-11-06 [colin] 3.7.10cvs75
60 Don't iconify/deiconify. Instead, just show nothing
63 2011-11-06 [pawel] 3.7.10cvs74
66 Fix compose window size saving / restoring
68 2011-11-06 [pawel] 3.7.10cvs73
72 Optimize message displaying, in some conditions parts were
73 displayed twice causing flickering. For example first html
74 source and then rendering output from html plugin of the
77 2011-11-05 [wwp] 3.7.10cvs72
80 Fix compilation where 'null' is undefined (use NULL instead).
82 2011-11-05 [colin] 3.7.10cvs71
85 No need to show a backtrace if gtkaspell is null
87 2011-11-05 [pawel] 3.7.10cvs70
90 Fix crasher when spellchecking is not enabled
92 2011-11-02 [mones] 3.7.10cvs69
94 * doc/man/claws-mail.1
95 fixed hyphens (patch from Debian packaging)
96 fixed header to follow man style closely
97 documented new option --compose-from-file
98 removed INSTALLATION section, doesn't belong to manpage
99 added ENVIRONMENT, COPYRIGHT and BUGS sections
100 expanded FILES section to include certs and autofaces dirs
101 expanded SEE ALSO section to include manual and plugins
103 2011-11-01 [colin] 3.7.10cvs68
106 Fix wrong debug stuff commited.
108 2011-11-01 [colin] 3.7.10cvs67
113 * src/gtk/gtkaspell.c
114 * src/gtk/gtkaspell.h
115 Fix huge slowness induced by spellcheck "while typing"
116 during initial quote rewraps.
118 2011-10-31 [pawel] 3.7.10cvs66
124 Fix bug #2526 'When reading message in separate window,
125 n and p keys do not work'
126 - fix key event handling in messageview
127 - remove bindings for 'n' and 'p' keys in mimeview (next-part
128 and prev-part actions)
129 - instead add 'z' key for prev-part, we have 'a' key
130 for next-part already
132 2011-10-31 [colin] 3.7.10cvs65
135 Fix build with GLib 2.31. Thanks to Charles A. Edwards
137 2011-10-31 [pawel] 3.7.10cvs64
141 Fix bug #2303 'Next unread message enables message view'
142 Don't show previously hidden message view in main window
143 when user reads messages in external window
145 2011-10-31 [paul] 3.7.10cvs63
147 * src/prefs_template.c
148 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
149 fit at 540 here, for those where they don't the dialogue can be made
152 2011-10-31 [paul] 3.7.10cvs62
155 revert 3.7.10cvs61, these entries _should_ be editable
157 2011-10-30 [pawel] 3.7.10cvs61
160 Those entries should not be editable
162 2011-10-30 [pawel] 3.7.10cvs60
164 * src/prefs_template.c
165 - Dialog needs more height to fit all widgets
166 - Clear template contents on delete
168 2011-10-30 [pawel] 3.7.10cvs59
170 * src/prefs_folder_item.c
171 Update summaryview after changing folder prefs when needed
173 2011-10-30 [pawel] 3.7.10cvs58
176 Remove key-press-event blocking, it only
177 emits GLib-GObject warnings
179 2011-10-29 [colin] 3.7.10cvs57
182 Fix focus of completion window with gnome shell
183 Fixes bug #2525, "Address completion window does not get
186 2011-10-29 [colin] 3.7.10cvs56
189 Fix flicker on recursive quicksearch
191 2011-10-28 [colin] 3.7.10cvs55
195 Fix a bit the focus problem on Gnome shell
197 2011-10-26 [mones] 3.7.10cvs54
200 Add missing accelerator
202 2011-10-25 [colin] 3.7.10cvs53
204 * src/gtk/gtkcmclist.c
205 * src/gtk/gtkcmctree.c
206 Fix colors, fix warnings
208 2011-10-25 [colin] 3.7.10cvs52
210 * src/gtk/gtkcmclist.c
211 * src/gtk/gtkcmctree.c
214 2011-10-25 [colin] 3.7.10cvs51
217 Fix build with gtk + 2.20
219 2011-10-25 [colin] 3.7.10cvs50
225 Fix locking when sending a single message
227 2011-10-25 [colin] 3.7.10cvs49
229 * src/gtk/colorlabel.c
231 * src/gtk/gtkcmclist.c
232 Make row height closer to what it was
234 2011-10-25 [colin] 3.7.10cvs48
237 Always use cairo to draw
239 2011-10-25 [colin] 3.7.10cvs47
242 Fix bug #2529, 'crash in mimeview_start_drag after
243 deleting message'. Patch by Ricardo
245 2011-10-23 [colin] 3.7.10cvs46
247 * src/gtk/gtkcmclist.c
248 * src/gtk/gtkcmclist.h
249 * src/gtk/gtkcmctree.c
250 Draw CMClist with cairo too.
252 2011-10-23 [colin] 3.7.10cvs45
254 * src/gtk/gtkcmclist.h
255 Fix build (this was not meant to be commited)
257 2011-10-23 [colin] 3.7.10cvs44
261 * src/addressbook_foldersel.c
265 * src/grouplistdialog.c
269 * src/gtk/gtkcmclist.c
270 * src/gtk/gtkcmclist.h
271 * src/gtk/gtkcmctree.c
272 * src/gtk/gtkcmctree.h
273 * src/gtk/gtksctree.c
274 Refactor some tree stuff (lots of code duplication there)
275 and switch to cairo for tree rendering.
277 2011-10-23 [holger] 3.7.10cvs43
280 Don't issue a warning for designed behaviour of the stop rule.
281 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
283 2011-10-22 [colin] 3.7.10cvs42
286 * src/gtk/gtkshruler.c
290 2011-10-22 [colin] 3.7.10cvs41
299 * src/grouplistdialog.c
306 * src/prefs_account.c
307 * src/prefs_actions.c
308 * src/prefs_ext_prog.c
309 * src/prefs_filtering.c
310 * src/prefs_folder_item.c
311 * src/prefs_image_viewer.c
312 * src/prefs_logging.c
313 * src/prefs_msg_colors.c
316 * src/prefs_spelling.c
317 * src/prefs_summaries.c
318 * src/prefs_template.c
323 * src/summary_search.c
326 * src/gtk/gtkcmclist.c
327 * src/gtk/gtkcmctree.c
328 * src/gtk/gtkcmoptionmenu.c
329 * src/gtk/gtksctree.c
332 * src/gtk/gtkvscrollbutton.c
333 * src/gtk/inputdialog.c
334 * src/gtk/pluginwindow.c
335 * src/gtk/quicksearch.c
336 * src/gtk/spell_entry.c
337 * src/plugins/bogofilter/bogofilter_gtk.c
338 * src/plugins/dillo_viewer/dillo_prefs.c
339 * src/plugins/pgpcore/prefs_gpg.c
340 * src/plugins/spamassassin/spamassassin_gtk.c
341 * src/plugins/trayicon/trayicon.c
342 * src/plugins/trayicon/trayicon_prefs.c
343 Remove all possible #if GTK_CHECK_VERSION() checks,
344 and make Claws build with GTK+2.16 (untested right
345 now), as the Gpg4Win project uses GTK+2.16 currently.
347 2011-10-22 [colin] 3.7.10cvs40
351 Fix (hopefully) build with GTK+ 2.18.
353 2011-10-20 [paul] 3.7.10cvs39
358 fix bug 2479, 'LDIF address book import matches tags case sensitive'
359 Patch by Bodo Graumann <mail@bodograumann.de>
361 2011-10-20 [mones] 3.7.10cvs38
365 Fix references to old dotsrc mailing lists
367 2011-10-19 [mones] 3.7.10cvs37
369 * src/prefs_msg_colors.c
370 Fix Ok/Cancel buttons in color selector of preferences
372 2011-10-17 [colin] 3.7.10cvs36
374 * src/gtk/gtkshruler.c
375 (Probably) fix GTK+ <= 2.22
377 2011-10-17 [colin] 3.7.10cvs35
379 * src/gtk/gtkshruler.c
382 2011-10-17 [mones] 3.7.10cvs34
391 Fix potential out-of-buffer writes
393 2011-10-17 [mones] 3.7.10cvs33
396 Use just one g_print call per option; correct indentation
398 2011-10-17 [colin] 3.7.10cvs32
402 * src/gtk/Makefile.am
403 * src/gtk/gtkshruler.c
404 * src/gtk/gtkshruler.h
407 Reimplement ruler using the GTK widgets. Thanks
408 to Hanno for the initial patch.
410 2011-10-17 [colin] 3.7.10cvs31
416 Undeprecate GIO/GdkCondition
418 2011-10-16 [mones] 3.7.10cvs30
421 Add --compose-from-file option to open composition
422 window with the headers and body from a file; based
423 on Debian patch to fix http://bugs.debian.org/544868
425 2011-10-15 [mones] 3.7.10cvs29
427 * manual/advanced.xml
428 Document new summary_from_show hidden preference
430 2011-10-15 [paul] 3.7.10cvs28
433 compose_create_tags() - fix misplaced 'int i'
434 compose_entry_mark_default_to() - fix To field highlighting
436 2011-10-09 [colin] 3.7.10cvs27
439 Fix address completion
441 2011-10-07 [colin] 3.7.10cvs26
443 * src/prefs_filtering_action.c
445 Fix build with GTK+2.20
447 2011-10-07 [colin] 3.7.10cvs25
449 * src/gtk/Makefile.am
450 * src/gtk/gdkkeysyms-new.h
452 Copy the new GDK_KEY_* definitions for older GTKs
454 2011-10-07 [colin] 3.7.10cvs24
457 Fix typos (thanks to Hanno)
459 2011-10-07 [colin] 3.7.10cvs23
462 * src/gtk/gtkshruler.c
463 * src/gtk/gtkshruler.h
464 Disable ruler starting from 2.24.
466 2011-10-07 [colin] 3.7.10cvs22
470 * src/gtk/Makefile.am
473 2011-10-07 [colin] 3.7.10cvs21
483 * src/message_search.c
486 * src/prefs_account.c
487 * src/prefs_compose_writing.c
488 * src/prefs_filtering_action.c
489 * src/prefs_folder_item.c
490 * src/prefs_logging.c
491 * src/prefs_matcher.c
492 * src/prefs_message.c
494 * src/prefs_receive.c
495 * src/prefs_summaries.c
496 * src/prefs_wrapping.c
501 * src/summary_search.c
503 * src/gtk/Makefile.am
504 * src/gtk/colorlabel.c
507 * src/gtk/logwindow.c
510 * src/gtk/quicksearch.c
511 * src/gtk/spell_entry.c
512 * src/plugins/bogofilter/bogofilter_gtk.c
513 * src/plugins/dillo_viewer/dillo_viewer.c
514 * src/plugins/pgpcore/prefs_gpg.c
515 * src/plugins/spamassassin/spamassassin_gtk.c
516 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
517 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
518 ported (especially GtkCMOptionMenu)
520 2011-10-07 [colin] 3.7.10cvs20
525 * src/addrcustomattr.c
526 * src/addrduplicates.c
529 * src/addressbook_foldersel.c
535 * src/editaddress_other_attributes_ldap.c
540 * src/editldap_basedn.c
548 * src/grouplistdialog.c
554 * src/message_search.c
557 * src/prefs_actions.c
558 * src/prefs_customheader.c
559 * src/prefs_display_header.c
560 * src/prefs_filtering.c
561 * src/prefs_filtering_action.c
562 * src/prefs_folder_column.c
563 * src/prefs_matcher.c
564 * src/prefs_msg_colors.c
566 * src/prefs_summaries.c
567 * src/prefs_summary_column.c
568 * src/prefs_summary_open.c
569 * src/prefs_template.c
570 * src/prefs_toolbar.c
574 * src/summary_search.c
581 * src/gtk/description_window.c
582 * src/gtk/foldersort.c
583 * src/gtk/gtkaspell.c
584 * src/gtk/gtkcmclist.c
585 * src/gtk/gtkcmctree.c
586 * src/gtk/gtkcmoptionmenu.c
588 * src/gtk/icon_legend.c
589 * src/gtk/inputdialog.c
590 * src/gtk/logwindow.c
591 * src/gtk/pluginwindow.c
592 * src/gtk/prefswindow.c
593 * src/gtk/quicksearch.c
594 * src/plugins/pgpcore/passphrase.c
595 * src/plugins/pgpcore/select-keys.c
596 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
597 to replace GDK_* by GDK_KEY_*.
599 2011-10-07 [colin] 3.7.10cvs19
610 * src/grouplistdialog.c
615 * src/prefs_filtering_action.c
616 * src/prefs_folder_column.c
617 * src/prefs_msg_colors.c
618 * src/prefs_summary_column.c
619 * src/prefs_toolbar.c
628 * src/gtk/colorlabel.c
630 * src/gtk/gtkcmclist.c
631 * src/gtk/gtkcmctree.c
632 * src/gtk/gtkcmoptionmenu.c
633 * src/gtk/gtksctree.c
635 * src/gtk/gtkvscrollbutton.c
636 * src/gtk/inputdialog.c
637 * src/gtk/logwindow.c
639 * src/gtk/prefswindow.c
640 * src/gtk/progressdialog.c
641 * src/plugins/pgpcore/passphrase.c
642 * src/plugins/trayicon/trayicon.c
643 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
644 Patch by Hanno Thurow-Meyer, many thanks to him !
646 2011-09-20 [colin] 3.7.10cvs18
649 Fix bug #2502, 'gnutls_transport_set_lowat removed in
652 2011-09-18 [colin] 3.7.10cvs17
655 Fix segfault when connection fails
657 2011-09-03 [colin] 3.7.10cvs16
660 Use NORMAL instead of EXPORT priorities.
662 2011-09-02 [colin] 3.7.10cvs15
666 Linking against gcrypt explicitely in order to call
667 gcry_control() for mutex setup isn't necessary anymore
668 starting from gnuTLS 2.11.
670 2011-08-31 [colin] 3.7.10cvs14
672 * src/plugins/pgpinline/pgpinline.c
673 * src/plugins/pgpmime/pgpmime.c
674 Fix bug #2431, "Major memory leak in PGP message handling".
676 2011-08-31 [colin] 3.7.10cvs13
683 Apply Steve Rader's patch from bug #2388, "Add
684 message view scrolling menu items"
686 2011-08-30 [colin] 3.7.10cvs12
688 * src/gtk/prefswindow.c
689 Fix layout issues (i.e. on SSL page if changing account
690 type prior to visiting it).
692 2011-08-30 [colin] 3.7.10cvs11
696 Don't use deprecated functions for GnuTLS priorities.
697 Require GnuTLS 2.2 that is the first version with the
700 2011-08-30 [colin] 3.7.10cvs10
702 * src/common/socket.c
704 Long-term fix for bug #2402, "GnuTLS change breaks socket
705 communication", as per http://savannah.gnu.org/support/?107660
707 2011-08-30 [colin] 3.7.10cvs9
709 * src/etpan/imap-thread.c
710 * src/etpan/nntp-thread.c
711 Remove dead openSSL code
713 2011-08-30 [colin] 3.7.10cvs8
717 * src/common/ssl_certificate.c
718 * src/common/ssl_certificate.h
719 * src/etpan/imap-thread.c
720 * src/etpan/nntp-thread.c
721 Fix bug #2127, "SSL cert check uses canonical name instead of
724 2011-08-29 [colin] 3.7.10cvs7
726 * src/prefs_account.c
727 Fix X-Mailer option not appearing on IMAP
729 2011-08-29 [colin] 3.7.10cvs6
731 * src/plugins/pgpcore/Makefile.am
732 * src/plugins/pgpinline/Makefile.am
733 * src/plugins/pgpmime/Makefile.am
734 * src/plugins/smime/Makefile.am
736 libtool: link: require no space between `-L' and `.'
738 2011-08-29 [colin] 3.7.10cvs5
742 * src/prefs_account.c
743 * src/prefs_account.h
744 Revert cvs4 which is rather illogical and instead
745 use Fabian's patch from bug #2471
747 2011-08-29 [colin] 3.7.10cvs4
750 Don't insert custom headers that have empty values.
751 Allows not inserting X-Mailer if it's set to nothing.
752 Fixes bug #2471, "Make setting an X-Mailer header optional".
754 2011-08-29 [colin] 3.7.10cvs3
760 Handle EXIF orientation in images (both in textview's
761 preview and image viewer)
763 2011-08-28 [paul] 3.7.10cvs2
768 add new hidden option to control the display in the From
769 column in the Message List: 0 (default): show name,
770 1: show address, 2: show name + address
772 2011-08-27 [paul] 3.7.10cvs1
775 * src/common/ssl_certificate.c
776 * src/etpan/imap-thread.c
777 * src/etpan/nntp-thread.c
778 offer up some missing log_error() strings to translators
780 2011-08-27 [paul] 3.7.10
786 2011-08-27 [paul] 3.7.9cvs52
794 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
795 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
797 2011-08-27 [mones] 3.7.9cvs51
800 Include generic name and comment translations
801 Thanks to all the people on the translators ML!
803 2011-08-23 [paul] 3.7.9cvs50
806 probable/possible fix/workaround for bug 2402,
807 'can't download message from pop3 server'
809 2011-08-18 [paul] 3.7.9cvs49
811 * manual/handling.xml
812 fix typos. thanks to vilpan
814 2011-08-17 [paul] 3.7.9cvs48
816 * tools/claws.i18n.status.pl
817 add Mindaugas Baranauskas (Lithuanian)
819 2011-08-14 [mir] 3.7.9cvs47
822 * src/etpan/nntp-thread.c
823 Fix bug 2418. Patch provided by Sébastien Bigaret with
824 some minor contribution by me.
826 2011-08-13 [mir] 3.7.9cvs46
828 * src/etpan/nntp-thread.c
829 Fix bug when NNTP server sends authentication warning
830 as part of the connection session. Privously etpan would
831 bail out for any return code other than NEWSNNTP_NO_ERROR
832 but as early as the connection session a return code like
833 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
834 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
835 be considered as an error.
837 2011-08-12 [paul] 3.7.9cvs45
840 3.7.9cvs43 mistakenly dropped off the info
841 about the mime part from the tooltip
843 2011-08-12 [wwp] 3.7.9cvs44
845 * src/gtk/quicksearch.c
846 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
848 2011-08-09 [paul] 3.7.9cvs43
851 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
853 2011-08-06 [paul] 3.7.9cvs42
856 fix cursor placement in Forward template
858 2011-08-06 [paul] 3.7.9cvs41
860 * src/gtk/description_window.c
861 fix bug 1963, 'Preferences Templates Information Window Focus loss'
863 2011-08-05 [holger] 3.7.9cvs40
866 Revert 3.7.9cvs35 for now, it may be problematic
869 2011-08-05 [paul] 3.7.9cvs39
873 use 'Collapse quotes' rather than 'Fold quotes' on
874 labels, for consistency
876 use 'Receive mail from account' rather than 'on account'
878 2011-07-30 [mir] 3.7.9cvs38
880 * src/etpan/Makefile.am
881 * src/plugins/pgpcore/Makefile.am
882 * src/plugins/pgpmime/Makefile.am
883 * src/plugins/smime/Makefile.am
884 Fix broken build on Debian Sid. enchant.h cannot be
885 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
886 present in Makefile.am. Apparently enchant.h in older
887 versions were placed in /usr/include which is always
890 2011-07-21 [mones] 3.7.9cvs37
892 * src/common/plugin.c
893 * src/common/plugin.h
894 Make licences allowed for plugins more explicit and also
895 accept dual (or more) licences when properly formatted.
896 Doesn't require any change on current plugins.
898 2011-07-18 [mones] 3.7.9cvs36
900 * manual/advanced.xml
901 Document briefly tags feature.
902 * manual/glossary.xml
903 Fix definition to avoid confussion with tags.
904 * manual/es/advanced.xml
905 * manual/es/glossary.xml
906 Synchronize Spanish translation with the above.
908 2011-07-07 [holger] 3.7.9cvs35
911 Add indicator stuff to the desktop file
914 2011-07-06 [paul] 3.7.9cvs34
919 2011-07-06 [mones] 3.7.9cvs33
922 Do not create an empty tag name row in panel and
923 warn user about using a non-reserved tag instead
925 2011-07-05 [mones] 3.7.9cvs32
930 * src/etpan/imap-thread.c
931 Make constants for reserved tags and use them
932 Removed also duplicate comparison while at it
934 2011-07-05 [paul] 3.7.9cvs31
937 when using a Compose template, only place the cursor
938 in the body when the cursor symbol, %cursor (%X), is used
940 2011-07-03 [paul] 3.7.9cvs30
943 do main_window_popup(mainwin); on plugin load error, or
944 else the warning dialogue and mainwindow stays minimised
947 2011-07-03 [paul] 3.7.9cvs29
950 fix bug 2462, 'Building without GnuTLS support leads to a
953 2011-07-03 [paul] 3.7.9cvs28
958 fix bug #2461, 'popup menu in message list displays
959 'move to trash' and 'delete''.
960 Add a new sensitivity condition 'M_NOT_TRASH' and
961 remove the broken workaround for right-click in summaryview.c.
962 Fix broken main menu sensitivity for "Menu/Message/Move" in
965 2011-06-21 [paul] 3.7.9cvs27
968 revert 3.7.9cvs2, it does no good
970 2011-06-18 [mir] 3.7.9cvs26
973 Fix autoconf warnings introduced in autoconf >= 2.64
975 2011-06-05 [paul] 3.7.9cvs25
985 fix strings where an informational message has been
986 wrongly entered into the translated string
988 enable 'Trash' and 'Sender' to be translated based on
989 the context, e.g. as button text and as mail header
991 fix english in Info tab
993 2011-05-25 [colin] 3.7.9cvs24
996 Fix bug #2439, "use bitwise operator for bitmask instead of
997 logical operator". Thanks to Nicolas Kaiser for the patch.
999 2011-05-18 [colin] 3.7.9cvs23
1002 Fix missing group selection before xover if the
1003 connection was reset before.
1005 2011-05-12 [colin] 3.7.9cvs22
1007 * src/common/utils.c
1008 Fix bug #2412, "Send account mail address in Message-ID
1009 wrongly implemented". Patch by Fabian Keil.
1011 2011-05-12 [mones] 3.7.9cvs21
1013 * src/etpan/nntp-thread.c
1014 Fix bug #2418 "NNTP authentication is broken"
1016 2011-05-09 [pawel] 3.7.9cvs20
1019 * src/prefs_folder_item.c
1022 2011-05-05 [colin] 3.7.9cvs19
1027 * src/send_message.c
1028 Fix bug #2184, "Add account name information inside network log".
1029 Initial patch by MSulchan Darmawan, expanded to other protocols.
1030 This stuff is too much copy-pasted.
1033 2011-04-30 [colin] 3.7.9cvs18
1036 Fix bug #2414, 'Claws segfaults on startup with
1037 notification plugin enabled". Thanks Christian
1038 Faulhammer for the patch.
1040 2011-04-27 [colin] 3.7.9cvs17
1043 Make Windows' encoding CP1251 for ru_RU locale
1044 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
1046 2011-04-24 [paul] 3.7.9cvs16
1048 * manual/claws-mail-manual.xml
1049 * manual/de/claws-mail-manual.xml
1050 * manual/es/claws-mail-manual.xml
1051 * manual/fr/claws-mail-manual.xml
1052 * manual/it/claws-mail-manual.xml
1053 update copyright year
1055 2011-04-24 [paul] 3.7.9cvs15
1058 fix bug #2353, 'Right-clicking on spam in order to delete
1059 it causes it to show in message window'
1061 2011-04-24 [paul] 3.7.9cvs14
1064 * src/gtk/foldersort.c
1065 * src/gtk/foldersort.h
1066 fix labelling, 'change folder order' to 'change mailbox order'
1068 2011-04-23 [paul] 3.7.9cvs13
1071 fix bug #2409, 'Failed to compile under GCC 3.x : option
1072 -Wno-pointer-sign badly set in configure.ac'. mistakenly
1073 committed in 3.7.8cvs19
1075 2011-04-11 [paul] 3.7.9cvs12
1077 * src/plugins/trayicon/trayicon.c
1078 fix build bug: gtk_status_icon_set_title() is available
1079 since gtk 2.18.x not 2.14.x
1081 2011-04-11 [paul] 3.7.9cvs11
1084 updated by Páder Rezső
1086 2011-04-10 [colin] 3.7.9cvs10
1092 * src/editaddress_other_attributes_ldap.c
1094 * src/message_search.c
1095 * src/prefs_display_header.c
1096 * src/prefs_filtering_action.c
1097 * src/prefs_matcher.c
1099 * src/prefs_toolbar.c
1100 * src/summary_search.c
1101 * src/gtk/colorlabel.c
1102 * src/gtk/combobox.c
1103 * src/gtk/gtkcmoptionmenu.c
1104 * src/gtk/gtkshruler.c
1105 * src/gtk/gtkshruler.h
1106 * src/gtk/gtkutils.h
1107 * src/gtk/inputdialog.c
1108 * src/gtk/quicksearch.c
1109 Revert the whole pile of crap introduced in
1112 2011-04-10 [colin] 3.7.9cvs9
1116 * src/editaddress_other_attributes_ldap.c
1118 * src/message_search.c
1119 * src/prefs_display_header.c
1120 * src/prefs_matcher.c
1121 * src/prefs_toolbar.c
1122 * src/summary_search.c
1123 * src/gtk/combobox.c
1124 * src/gtk/gtkutils.h
1125 * src/gtk/inputdialog.c
1126 * src/gtk/quicksearch.c
1127 Finish fun with combo boxes. (hopefully)
1129 2011-04-10 [colin] 3.7.9cvs8
1132 * src/prefs_filtering_action.c
1133 * src/gtk/combobox.c
1134 * src/gtk/gtkshruler.c
1135 * src/gtk/gtkshruler.h
1136 More undeprecation. GTKSHRuler is #if'ed out. We can
1137 still decide to maintain the old GtkRuler widget in-tree
1138 if the lack of ruler in Compose window is too
1141 2011-04-10 [colin] 3.7.9cvs7
1146 * src/editaddress_other_attributes_ldap.c
1147 * src/message_search.c
1148 * src/prefs_display_header.c
1149 * src/prefs_filtering_action.c
1151 * src/prefs_toolbar.c
1152 * src/summary_search.c
1153 * src/gtk/colorlabel.c
1154 * src/gtk/combobox.c
1155 * src/gtk/gtkcmoptionmenu.c
1156 * src/gtk/gtkutils.h
1157 More comboboxtext undeprecation
1159 2011-04-10 [colin] 3.7.9cvs6
1164 2011-04-10 [colin] 3.7.9cvs5
1169 2011-04-10 [colin] 3.7.9cvs4
1172 * src/editaddress_other_attributes_ldap.c
1173 * src/message_search.c
1174 * src/prefs_display_header.c
1175 * src/prefs_filtering_action.c
1177 * src/prefs_toolbar.c
1178 * src/summary_search.c
1179 * src/gtk/combobox.c
1180 * src/gtk/gtkutils.h
1181 gtk_combo_box_*_text() is deprecated, and
1182 gtk_combo_box_text_*() is the new hotness.
1184 2011-04-10 [colin] 3.7.9cvs3
1192 * src/gtk/gtkvscrollbutton.c
1193 * src/gtk/gtkvscrollbutton.h
1194 s/GtkFunction/GSourceFunc
1196 2011-04-10 [colin] 3.7.9cvs2
1199 Use gtkut_window_popup() to work around a bug in Gnome Shell.
1200 This is the patch from bug #2396, it should be innocuous even
1201 if that's useless to do deiconify + present window...
1203 2011-04-09 [paul] 3.7.9cvs1
1205 * src/prefs_summaries.c
1206 fix typo in string. (thanks, Brad!)
1208 2011-04-09 [paul] 3.7.9
1214 2011-04-09 [paul] 3.7.8cvs78
1224 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
1225 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
1228 2011-04-09 [colin] 3.7.8cvs77
1231 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
1232 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
1233 encoding filename. Hooray for stupid.
1235 2011-04-08 [colin] 3.7.8cvs76
1238 Fix action Stop: if child does not react to SIGTERM, it'll
1239 probably start behaving when it'll get a SIGKILL on the user's
1240 second press on Stop.
1241 Fixes bug #2237, "User action makes Claws unresponsive".
1243 2011-04-08 [colin] 3.7.8cvs75
1248 * src/folder_item_prefs.c
1249 * src/folder_item_prefs.h
1250 * src/prefs_account.c
1251 Fix bug #2382, "folderitemrc not updated when account
1252 name is changed". Indeed, this wasn't done.
1254 2011-04-08 [wwp] 3.7.8cvs74
1257 Add support for quoted values (*="value").
1258 This commonly fixes a trailing quote appearing to filenames
1259 sent by iphone Mail (not sure if it's culprit at all, though).
1261 2011-04-08 [colin] 3.7.8cvs73
1264 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
1265 caused by attachments with extended chars in the file name". Patch
1266 derived from a patch bt Fabien Keil
1268 2011-04-05 [wwp] 3.7.8cvs72
1271 A debug string not to translate.
1273 2011-04-03 [colin] 3.7.8cvs71
1275 * src/common/utils.h
1276 Fix bug #2394, "backtrace() crashes on FreeBSD"
1277 That's not the first bug-report where internal
1278 debug-only backtrace() crashes on FreeBSD.
1280 2011-04-03 [colin] 3.7.8cvs70
1283 Fix bug #2365 again, "Crash when auto-scrolling headers in
1285 Batch-mode compose windows (from filtering actions) shouldn't
1286 try to access stuff after flushing events...
1288 2011-03-31 [paul] 3.7.8cvs69
1291 update as gtk >= 2.10 now required
1292 (because I'll never remember to do this later)
1294 2011-03-26 [paul] 3.7.8cvs68
1297 fix separators in Go To menu
1299 2011-03-20 [colin] 3.7.8cvs67
1302 Drop the *_DISABLE_DEPRECATED. We'll put them back
1303 when we'll have time to handle them
1305 2011-03-18 [paul] 3.7.8cvs66
1308 make user-facing message more accurate -
1309 'Network Log' not 'View Log'
1311 2011-03-17 [wwp] 3.7.8cvs65
1314 Fix a typo around plural form, as reported by
1317 2011-03-15 [colin] 3.7.8cvs64
1322 Fix bug #2381, "Support for NetworkManager 0.9".
1323 Patch by Mikhail Efremov
1325 2011-03-04 [colin] 3.7.8cvs63
1329 Fix segfault on Windows
1331 * src/common/utils.c
1332 * src/common/w32_unistd.c
1333 * src/common/w32lib.h
1334 Rationalize use of time_r() funcs (pthread do define them)
1336 2011-03-02 [pawel] 3.7.8cvs62
1339 Re-implement widgets aligning, switch from GtkSizeGroup
1340 to GtkTable - this should fix disappearing labels
1342 2011-03-01 [pawel] 3.7.8cvs61
1345 Wizard GUI cleanups. Make it look and behave more
1346 like account preferences.
1348 2011-02-23 [colin] 3.7.8cvs60
1350 * src/common/Makefile.am
1353 2011-02-23 [colin] 3.7.8cvs59
1357 * src/common/Makefile.am
1358 * src/common/plugin.c
1359 * src/common/valgrind.h
1360 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1361 Use valgrind's own header.
1363 2011-02-22 [colin] 3.7.8cvs58
1365 * src/prefs_account.c
1366 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1367 signed message" upon new installation. This is disturbing when PGP
1368 plugins are loaded by default.
1370 2011-02-16 [paul] 3.7.8cvs57
1373 update copyright headers throughout
1375 2011-02-16 [paul] 3.7.8cvs56
1378 use gettext plural form for "item selected"/"items selected"
1380 2011-02-13 [colin] 3.7.8cvs55
1384 Fix bug #2361, "Claws crashes after PGP Check in separate
1385 msg view". Don't let the cancel thread lie around after
1386 the verification ended.
1388 2011-02-13 [paul] 3.7.8cvs54
1391 updated by Mindaugas Baranauskas
1393 2011-02-11 [mones] 3.7.8cvs53
1395 * manual/es/advanced.xml
1396 Sync with English manual
1398 Fix remaining mismatched alloc/free from cppcheck
1400 2011-02-10 [pawel] 3.7.8cvs52
1405 2011-02-10 [pawel] 3.7.8cvs51
1407 * src/prefs_toolbar.c
1408 - set menus sensitivity in item type combo depending on
1409 availability of actions / plugin hooks
1410 - style fixes, spaces instead of tabs mostly
1412 2011-02-10 [paul] 3.7.8cvs50
1414 * src/prefs_account.c
1415 move the 'send acc mail addr in msg-id" option to
1418 2011-02-10 [paul] 3.7.8cvs49
1420 * src/prefs_account.c
1421 move the 'expunge immediately' option to a more
1424 2011-02-05 [pawel] 3.7.8cvs48
1426 * manual/advanced.xml
1427 Document new hidden pref
1429 Dont treat mimeparts referenced by others as
1432 * src/prefs_common.c
1433 * src/prefs_common.h
1434 Add ability to hide inline attachments referenced
1435 by other mimeparts in MimeView. To enable this
1436 feature set show_inline_attachments=0 in your clawsrc
1438 2011-01-25 [colin] 3.7.8cvs47
1441 Fix matcher body parsing: decode mails with our
1442 MIME parser. This speeds up body search a bit as
1443 binary attachments are not searched anymore, slows
1444 down a bit full message searches, but not awfully.
1445 * src/summary_search.c
1446 Use matcher API to search, in all cases (advanced search or
1447 not). Also, fix little logic bugs related to combos history
1448 * src/common/utils.c
1449 * src/common/utils.h
1452 Remove dead code, export functions needed by matcher.c
1454 2011-01-25 [colin] 3.7.8cvs46
1457 * src/prefs_common.c
1459 * src/common/ssl_certificate.c
1460 Fix mismatched alloc/free (thanks to cppcheck)
1462 2011-01-25 [colin] 3.7.8cvs45
1465 Fix leak on error path
1467 2011-01-23 [mones] 3.7.8cvs44
1469 * manual/es/advanced.xml
1470 Sync with English manual
1472 2011-01-23 [paul] 3.7.8cvs43
1475 it's 2011, update copyright line
1477 2011-01-23 [paul] 3.7.8cvs42
1479 * manual/advanced.xml
1480 * src/prefs_common.c
1481 * src/prefs_common.h
1483 fix bug #2350, 'Make displaying localized date/time in
1484 message view optional'.
1485 This introduces a new hidden option (why do more?),
1486 'msgview_date_format', which defaults to OFF, maintaining
1487 the current and expected behaviour.
1489 2011-01-21 [colin] 3.7.8cvs41
1492 Fix bug #2050, Clawsmail sends return receipt every seconds
1493 We forgot to close the file when parsing
1494 disposition-notification fields, which made unlinking of the
1495 corresponding emails in tempfolder/processing impossible in
1496 Windows. Causing them to be re-fetched every time.
1498 2011-01-21 [colin] 3.7.8cvs40
1500 * claws-mail.desktop
1501 Fix again bug #2346: We should have a %u parameter.
1503 2011-01-21 [colin] 3.7.8cvs39
1505 * src/plugins/spamassassin/spamassassin.c
1506 Fix sa-learn when offline (its command line parsing is
1507 space-dependant). Patch by Wolfgang Lorenz
1509 2011-01-19 [pawel] 3.7.8cvs38
1511 * claws-mail.desktop
1512 Fix Bug 2346 'Please register x-handler-scheme
1513 in .desktop file' patch by Laurent Bigonville
1514 While I'm here update things to current
1515 standards, fix desktop-file-validate warnings/errors
1517 2011-01-18 [colin] 3.7.8cvs37
1520 Fix logic on SMTP AUTH: If the selected method isn't
1521 available, say so instead of supposing it'll work.
1522 Fixes bug #2039, 'SMTP AUTHENTICATION'
1524 2011-01-15 [pawel] 3.7.8cvs36
1526 * src/prefs_folder_item.c
1527 Rework subject regexp simplify gui a bit, this give us better
1528 options page layout (window with min width was too short to
1529 show all contents and thigs were unwieldy) and better preview
1530 of regexp working/not working
1532 2011-01-14 [pawel] 3.7.8cvs35
1535 strncpy2() NULLify strings just fine, no need to be
1538 2011-01-14 [pawel] 3.7.8cvs34
1541 Fix Bug #2165 'The date not localized in the message view'
1542 Display Date header in messageview in the same way as in
1543 summaryview by respecting date format set in preferences.
1545 2011-01-06 [pawel] 3.7.8cvs33
1547 * src/prefs_account.c
1548 * src/prefs_folder_item.c
1551 Make quote templates widgets more compact
1553 2011-01-06 [pawel] 3.7.8cvs32
1555 * src/plugins/trayicon/trayicon.c
1556 - fix logic bug which caused icon to be
1557 always set no-mail status on plugin load
1558 - force icon hide on plugin_done(), without
1559 it empty space(?!) is left in tray under KDE3 and KDE4
1561 2011-01-06 [colin] 3.7.8cvs31
1572 Unmime headers differently whether they're addresses or not:
1573 It's useless to quote things containing commas if it's in
1574 subject, for example. (introduced in 3.7.8cvs26)
1576 2011-01-06 [colin] 3.7.8cvs30
1578 * src/gtk/gtkaspell.c
1579 Complete previous patch
1581 * src/plugins/pgpinline/pgpinline.c
1584 2011-01-06 [paul] 3.7.8cvs29
1590 add Lithuanian translation (approx. 65% complete)
1591 submitted by Mindaugas Baranauskas
1593 2011-01-06 [pawel] 3.7.8cvs28
1598 * src/prefs_actions.c
1600 * src/gtk/gtkaspell.c
1601 * src/plugins/pgpinline/pgpinline.c
1602 * src/plugins/pgpmime/pgpmime.c
1603 * src/plugins/smime/smime.c
1604 Fix memory/file descriptors leaks
1606 2011-01-06 [paul] 3.7.8cvs27
1608 * src/plugins/pgpcore/sgpgme.c
1609 fix bug #2322, 'GPG Full info: showing subkey
1610 ID instead of primary key fingerprint'
1611 Patch by Sébastien Bigaret.
1613 2011-01-03 [colin] 3.7.8cvs26
1616 Better quote-checking when unmim-ing headers
1617 that may have comas.
1619 2011-01-03 [colin] 3.7.8cvs25
1622 Fix bug #2299, "Incorrect handling of quoted printable coma
1623 in headers". As this is really painful to fix by switching
1624 the whole stuff to a list of headers tokens, we workaround
1625 the problem by adding quotes around the encoded-word (making
1626 it a quoted-string which continuity is already handled).
1628 2011-01-03 [colin] 3.7.8cvs24
1633 2010-12-23 [colin] 3.7.8cvs23
1636 Finish fixing bug #2203: When forwarding (inline) and there
1637 are some text/* parts with no name, set them a name and
1638 set their disposition to attachment, so that recipients with
1639 MUAs preferring HTML parts don't show them by default.
1641 2010-12-22 [paul] 3.7.8cvs22
1644 fix missing file in 3.7.8cvs20
1646 2010-12-22 [colin] 3.7.8cvs21
1650 Implement a nicer scroll when drag and dropping
1652 2010-12-22 [colin] 3.7.8cvs20
1655 Store charset if available when attaching text/* parts
1656 Fixes bug #2203, 'Problems in forwarding multipart/
1657 alternative messages with HTML part'
1659 2010-12-22 [colin] 3.7.8cvs19
1664 2010-12-21 [colin] 3.7.8cvs18
1667 * src/send_message.c
1668 * src/common/session.c
1669 * src/common/session.h
1670 Differentiate between running sessions and connected
1671 sessions. Fixes bug #2332, "Crash when hitting cancel
1672 on the SMTP status window"
1674 2010-12-21 [colin] 3.7.8cvs17
1676 * src/etpan/etpan-thread-manager.c
1679 2010-12-21 [colin] 3.7.8cvs16
1682 Check whether we should continue loading the
1683 current textview after inserting a possibly
1686 2010-12-20 [colin] 3.7.8cvs15
1690 Removed. Dead code since ages!
1692 * src/gtk/gtkcmclist.c
1693 * src/gtk/gtkcmctree.c
1694 * src/gtk/gtksctree.c
1695 undefine *_DISABLE_DEPRECATED in the files that
1696 use deprecated interfaces. Implicit declarations
1697 can lead to crashes as prototypes are unknown, as
1698 evidenced by bug #2315.
1700 2010-12-20 [colin] 3.7.8cvs14
1703 Don't flush events when adding an header entry. This
1704 can mess up the keypresses in the previous header.
1705 Instead, make the scroll happen later (doing it on the
1706 spot without flushing events doesn't work as the new
1707 requisitions aren't set yet).
1709 2010-12-20 [colin] 3.7.8cvs13
1712 Don't iconify at start on w32. This un-iconifies in the
1715 2010-12-20 [colin] 3.7.8cvs12
1717 * src/common/base64.c
1718 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1719 Patch by pochini at shiny.it
1721 2010-12-19 [colin] 3.7.8cvs11
1726 2010-12-18 [colin] 3.7.8cvs10
1729 Fix bug #2148, "Attachment content-transfer-encoding
1730 incorrectly set when signing emails". The RFC 2045
1731 states that message/* and multipart/* encoding must
1732 be either 7-bit, 8-bit or binary.
1734 2010-12-18 [mones] 3.7.8cvs9
1737 Fix crash when searching or adding a LDAP server
1739 2010-12-17 [colin] 3.7.8cvs8
1748 Better error logging. Disable LDAP SSL/TLS on
1749 Windows, it's crashy/non-worky.
1751 2010-12-17 [colin] 3.7.8cvs7
1754 Fix bug #2325, "messages remains in folder cache after moving
1755 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1757 2010-12-17 [colin] 3.7.8cvs6
1769 Windows build fixes (w32 LDAP completely untested!)
1771 2010-12-16 [colin] 3.7.8cvs5
1781 Try to rationalize a bit LDAP connections
1783 2010-12-16 [colin] 3.7.8cvs4
1785 * src/prefs_spelling.c
1787 Add a button to get dictionaries (win32)
1789 2010-12-16 [colin] 3.7.8cvs3
1791 * src/prefs_matcher.c
1792 Fix bug #2279, "crash when clicking 'define' in filter
1793 configuring". Thanks to Theodor Ciobanu for the hint at
1796 2010-12-14 [colin] 3.7.8cvs2
1798 * src/gtk/gtkaspell.c
1799 Add missing guard for sys/wait.h
1801 2010-12-05 [colin] 3.7.8cvs1
1803 * tools/make.themes.project
1804 Seems wget has changed naming of targets downloaded.
1805 Fix it by always providing our own name.
1806 [Pushing mones' patch again after messing with CVSROOT]
1808 2010-12-04 [paul] 3.7.8
1814 2010-12-03 [paul] 3.7.7cvs11
1817 * manual/xml2pdf ** REMOVED **
1818 * manual/dist/pdf/Makefile.am
1819 * manual/es/dist/pdf/Makefile.am
1820 * manual/fr/dist/pdf/Makefile.am
1821 * manual/pl/dist/pdf/Makefile.am
1822 simplify check for tools needed for manual building,
1823 remove xml2pdf and use docbook2pdf instead
1825 2010-12-03 [mir] 3.7.7cvs10
1828 Fix bug so that configure option --disable-manual
1829 actually disable building the manuals
1831 2010-12-01 [pawel] 3.7.7cvs9
1834 One more GTK+ 2.22 build fix
1836 2010-11-30 [colin] 3.7.7cvs8
1839 Fix bug #2317, 'Action results in "Bad file descriptor"'
1840 Introduced in 3.7.6cvs57. In fact the error has been there
1841 since ages, and only new thing is the verification of the
1842 various functions return code. Let the stuff work as it
1843 does, as it seems to do the right thing since ages.
1845 2010-11-28 [colin] 3.7.7cvs7
1847 * src/gtk/quicksearch.c
1848 Fix bug #2313, 'CLI quicksearch sometimes returns
1849 the same messages twice'. Patch by Sebastien Bigaret
1851 2010-11-25 [paul] 3.7.7cvs6
1853 * src/prefs_common.c
1854 make "gtk_can_change_accels" FALSE by default.
1855 fixes bug #2309, 'Shortcuts should not be modifiable
1858 2010-11-24 [mones] 3.7.7cvs5
1861 Add missing shortcuts for marking as spam and ham
1862 Fixes Debian bug #599547
1864 2010-11-22 [colin] 3.7.7cvs4
1867 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1868 five patches were needed to fix a corner case
1869 is a good indicator that is was bound to break
1872 2010-11-21 [colin] 3.7.7cvs3
1874 * src/plugins/pgpcore/claws.def
1877 2010-11-20 [wwp] 3.7.7cvs2
1880 Fix either a typo or an irrelevant iff word there.
1881 IMO type and recursive possible values should be changed to
1882 smth simple and neat here, and help strings be really
1885 2010-11-20 [colin] 3.7.7cvs1
1888 Damn, forgot to commit this file twice.
1890 2010-11-19 [paul] 3.7.7
1896 2010-11-19 [paul] 3.7.6cvs66
1909 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1910 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1911 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1913 2010-11-17 [colin] 3.7.6cvs65
1915 * src/common/utils.c
1916 Separate email address from timestamp with a dot.
1919 2010-11-17 [colin] 3.7.6cvs64
1921 * src/common/utils.c
1922 Fix multiple @ in generated message-ids.
1923 That's not allowed in RFC 2822.
1925 2010-11-16 [mones] 3.7.6cvs63
1927 * manual/es/advanced.xml
1928 Synchronise with English version
1930 2010-11-04 [wwp] 3.7.6cvs62
1933 Fix bug 2293, "filtering: simplify expression", as simplifying
1934 this expression doesn't make it less easy to understand and we
1935 gain few cycles by making the logical expression more simple
1936 by applying. Patch by Nicolas Kaiser.
1938 2010-11-03 [colin] 3.7.6cvs61
1941 Fix bug 2294, "addrindex.c: address index conversion always
1942 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1944 2010-11-02 [wwp] 3.7.6cvs60
1949 Enlarge the progress bar (main window) a bit when compiling
1950 for UMPCs like maemo: this solves truncated text that might
1951 appear in the progress bar while processing messages.
1952 Also use a more compact string format when displaying
1953 progress like 'number/total', still for UMPCs, this fixes
1954 a previous inconsistency with these format strings where
1955 no space around the / were used sometimes.
1957 2010-10-26 [ticho] 3.7.6cvs59
1960 Recreate NNTP session if server port setting has changed. Fixes
1963 2010-10-26 [colin] 3.7.6cvs58
1967 Fix copy-paste error, thanks to David Relson
1970 2010-10-18 [colin] 3.7.6cvs57
1977 * src/prefs_themes.c
1980 * src/gtk/gtkutils.c
1981 * src/gtk/quicksearch.c
1982 * src/gtk/quicksearch.h
1983 * src/plugins/pgpcore/passphrase.c
1984 * src/plugins/spamassassin/libspamc.c
1987 2010-10-17 [colin] 3.7.6cvs56
1989 * src/prefs_themes.c
1990 * src/gtk/gtkaspell.c
1991 * src/gtk/gtkutils.c
1992 * src/gtk/gtkutils.h
1993 * src/gtk/inputdialog.c
1994 * src/gtk/progressdialog.c
1995 Undeprecate a few things
1997 2010-10-17 [colin] 3.7.6cvs55
2001 * src/gtk/quicksearch.c
2002 * src/gtk/quicksearch.h
2003 Add ability to search from the command-line.
2004 Closes bug 2249, ' Making QuickSearch independent from the GUI'
2005 Patch by Sebastien Bigarret.
2007 2010-10-04 [mones] 3.7.6cvs54
2009 * manual/dist/pdf/Makefile.am
2010 Fix build of English PDF manual
2011 (sh: Can't open ../../../xml2pdf)
2013 2010-10-03 [colin] 3.7.6cvs53
2020 Get rid of GRelation which were, mostly, used as
2021 GHashTables. Probably fixes bug #2277, 'Segfault when
2022 loading inbox for the first time'
2024 2010-10-03 [mir] 3.7.6cvs52
2026 * manual/de/dist/html/Makefile.am
2027 * manual/de/dist/pdf/Makefile.am
2028 * manual/de/dist/ps/Makefile.am
2029 * manual/de/dist/txt/Makefile.am
2030 * manual/dist/html/Makefile.am
2031 * manual/dist/pdf/Makefile.am
2032 * manual/dist/ps/Makefile.am
2033 * manual/dist/txt/Makefile.am
2034 * manual/es/dist/html/Makefile.am
2035 * manual/es/dist/pdf/Makefile.am
2036 * manual/es/dist/ps/Makefile.am
2037 * manual/es/dist/txt/Makefile.am
2038 * manual/fr/dist/html/Makefile.am
2039 * manual/fr/dist/pdf/Makefile.am
2040 * manual/fr/dist/ps/Makefile.am
2041 * manual/fr/dist/txt/Makefile.am
2042 * manual/pl/dist/html/Makefile.am
2043 * manual/pl/dist/pdf/Makefile.am
2044 * manual/pl/dist/ps/Makefile.am
2045 * manual/pl/dist/txt/Makefile.am
2046 Missing Makefile.am's for 3.7.6cvs49
2049 2010-10-03 [colin] 3.7.6cvs51
2054 2010-10-02 [mir] 3.7.6cvs50
2056 * manual/de/dist/html/Makefile.am
2057 * manual/de/dist/pdf/Makefile.am
2058 * manual/de/dist/ps/Makefile.am
2059 * manual/de/dist/txt/Makefile.am
2060 * manual/dist/html/Makefile.am
2061 * manual/dist/pdf/Makefile.am
2062 * manual/dist/ps/Makefile.am
2063 * manual/dist/txt/Makefile.am
2064 * manual/es/dist/html/Makefile.am
2065 * manual/es/dist/pdf/Makefile.am
2066 * manual/es/dist/ps/Makefile.am
2067 * manual/es/dist/txt/Makefile.am
2068 * manual/fr/dist/html/Makefile.am
2069 * manual/fr/dist/pdf/Makefile.am
2070 * manual/fr/dist/ps/Makefile.am
2071 * manual/fr/dist/txt/Makefile.am
2072 * manual/pl/dist/html/Makefile.am
2073 * manual/pl/dist/pdf/Makefile.am
2074 * manual/pl/dist/ps/Makefile.am
2075 * manual/pl/dist/txt/Makefile.am
2076 Part 2 of last commit which broke due to a permission error
2077 Avoid claws trying to build manuals if the required
2078 tools are not present.
2080 2010-10-02 [mir] 3.7.6cvs49
2083 * manual/de/dist/html/Makefile.am
2084 * manual/de/dist/pdf/Makefile.am
2085 * manual/de/dist/ps/Makefile.am
2086 * manual/de/dist/txt/Makefile.am
2087 * manual/dist/html/Makefile.am
2088 * manual/dist/pdf/Makefile.am
2089 * manual/dist/ps/Makefile.am
2090 * manual/dist/txt/Makefile.am
2091 * manual/es/dist/html/Makefile.am
2092 * manual/es/dist/pdf/Makefile.am
2093 * manual/es/dist/ps/Makefile.am
2094 * manual/es/dist/txt/Makefile.am
2095 * manual/fr/dist/html/Makefile.am
2096 * manual/fr/dist/pdf/Makefile.am
2097 * manual/fr/dist/ps/Makefile.am
2098 * manual/fr/dist/txt/Makefile.am
2099 * manual/pl/dist/html/Makefile.am
2100 * manual/pl/dist/pdf/Makefile.am
2101 * manual/pl/dist/ps/Makefile.am
2102 * manual/pl/dist/txt/Makefile.am
2103 1) Downgrade autoconf requirements to 2.59 to allow
2104 building on oldest supported Linux distributions.
2105 2) Only try to build manuals if the needed software
2108 2010-10-02 [colin] 3.7.6cvs48
2110 * src/plugins/trayicon/trayicon.c
2111 And fix theme updating.
2113 2010-10-02 [colin] 3.7.6cvs47
2115 * src/plugins/trayicon/trayicon.c
2116 Got burnt by wrong indentation!
2118 2010-10-02 [colin] 3.7.6cvs46
2121 Forgot to remove the directory from top-level
2123 2010-10-02 [colin] 3.7.6cvs45
2125 * src/plugins/trayicon/Makefile.am
2126 * src/plugins/trayicon/trayicon.c
2127 * src/plugins/trayicon/libeggtrayicon/.cvsignore
2128 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2129 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2130 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2131 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2132 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2133 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2134 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2135 * src/plugins/trayicon/libeggtrayicon/xembed.h
2136 Finally get rid of Eggtrayicon, use GtkStatusIcon
2137 instead (which can be done safely now that we
2140 2010-10-02 [colin] 3.7.6cvs44
2148 * src/editaddress_other_attributes_ldap.c
2151 * src/grouplistdialog.c
2153 * src/image_viewer.c
2157 * src/message_search.c
2159 * src/prefs_themes.c
2160 * src/summary_search.c
2163 * src/etpan/imap-thread.c
2165 * src/gtk/gtkcmclist.c
2166 * src/gtk/gtkcmoptionmenu.c
2167 * src/gtk/gtkutils.c
2168 * src/gtk/gtkutils.h
2169 * src/gtk/gtkvscrollbutton.c
2170 * src/plugins/pgpcore/select-keys.c
2171 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2172 Undeprecate for GTK+2.22. Patch by Reed Loden.
2173 Fixes bug #2276, 'Compile in maintainer mode
2174 fails on GTK+ 2.22'.
2176 2010-10-02 [colin] 3.7.6cvs43
2179 It's now time to remove the temporary enable-openssl
2180 option that was used when we removed OpenSSL. See
2181 bug #2276 comment #14.
2183 2010-09-30 [wwp] 3.7.6cvs42
2185 * src/prefs_account.c
2186 * src/prefs_filtering_action.c
2187 * src/prefs_matcher.c
2188 Fix bug #2274, wrong color label index range
2189 used w/ gtk_cmoption_menu (behaviour change
2190 has been introduced w/ 3.5.0cvs49 apparently),
2191 now it must be 1..N so let's use colorlabel value
2195 2010-09-20 [pawel] 3.7.6cvs41
2202 2010-09-19 [pawel] 3.7.6cvs40
2207 Set ML menus sensitivity accordingly to
2208 possibility of reply to ML
2210 2010-09-19 [colin] 3.7.6cvs39
2213 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
2214 to newsgroups, and NNTP accounts *can* send email. We
2215 should not force an email account when replying to_ml or
2218 2010-09-19 [colin] 3.7.6cvs38
2221 Revert previous commit (which breaks Reply to newsgroups)
2223 2010-09-17 [pawel] 3.7.6cvs37
2226 Respect reply_account_autosel when changing compose
2227 account to email one while replying to NNTP post
2229 2010-09-17 [wwp] 3.7.6cvs36
2231 * doc/man/claws-mail.1
2232 Update --compose documentation in `man claws-mail`.
2234 2010-09-12 [pawel] 3.7.6cvs35
2237 Add forgotten bit to previous commit,
2238 select email account when replying to ML
2240 2010-09-12 [pawel] 3.7.6cvs34
2243 Fix bug #2247 "nntp reply-to-all broken?"
2244 Make reply-to-all and reply-to-ml work as expected in
2245 mailing list through NNTP case
2247 2010-09-11 [pawel] 3.7.6cvs33
2252 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
2253 fixes build with GTK+ < 2.18
2255 2010-09-10 [pawel] 3.7.6cvs32
2260 Make Tab key switch between FolderView, MsgView and
2261 SummaryView only, other widgets have/can have their own
2264 2010-08-25 [colin] 3.7.6cvs31
2269 * src/common/base64.c
2270 * src/common/base64.h
2271 Fix bug #2245, "base64 decoding fails with line breaks"
2272 Patch by Yotam Medini
2274 2010-08-25 [colin] 3.7.6cvs30
2277 Fix bug #2241, "Empty trash on exit fails on scripted exit"
2279 2010-08-23 [pawel] 3.7.6cvs29
2282 * src/send_message.c
2285 Hide progressbar on statusbar when not needed
2287 2010-08-17 [colin] 3.7.6cvs28
2290 Fix previous patch (our own tmp dir is inside
2293 2010-08-16 [colin] 3.7.6cvs27
2296 Use temp dir to store logs in Windows. Avoids doing
2297 get_rc_dir() early, which prevents set_rc_dir()
2300 2010-07-31 [holger] 3.7.6cvs26
2302 * src/gtk/gtkshruler.c
2303 Yet more GdkGC to Cairo porting
2305 2010-07-30 [holger] 3.7.6cvs25
2307 * src/stock_pixmap.c
2308 More GdkGC to Cairo porting
2310 2010-07-30 [holger] 3.7.6cvs24
2312 * src/gtk/colorlabel.c
2313 One GdkGC usage less
2315 2010-07-29 [holger] 3.7.6cvs23
2318 Replace some gdk drawing with cairo, as the former
2319 is going towards deprecation.
2321 2010-07-25 [colin] 3.7.6cvs22
2323 * src/common/utils.c
2324 And now for a real fix. g_list_remove() doesn't, of
2325 course, free the data. But we have to have a solid
2326 pointer to it in order to free it ourselves instead
2327 of relying on the old freed list pointer.
2328 Maybe that's the last patch on the subject now ? :)
2330 2010-07-25 [colin] 3.7.6cvs21
2332 * src/common/utils.c
2333 Remove stupid and extraneous g_free() of elements
2334 which have just been freed by g_list_remove(). (see
2335 GList documentation). I don't know how it worked before
2337 2010-07-25 [colin] 3.7.6cvs20
2339 * src/common/utils.c
2340 Reverse free/use with more logical and safe
2341 use/free. Thanks to Michael Rasmussen !
2343 2010-07-24 [colin] 3.7.6cvs19
2345 * src/gtk/quicksearch.c
2346 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2347 'freeze when using quick search'
2349 2010-07-11 [iwkse] 3.7.6cvs18
2351 * src/gtk/quicksearch.c
2352 Add SMALL_LAYOUT to quicksearch_relayout
2354 2010-07-10 [iwkse] 3.7.6cvs17
2357 Remove forgotten variable from
2358 the last bugfix #2224
2360 2010-07-10 [colin] 3.7.6cvs16
2363 * src/gtk/quicksearch.c
2364 Clean fix for bug #2224: don't mess with GTK settings when
2365 handling the layout ourselves is enough
2367 2010-07-09 [iwkse] 3.7.6cvs15
2371 Better fix for Bug #2224
2373 2010-07-09 [iwkse] 3.7.6cvs14
2377 Always use stock icons on buttons
2379 2010-07-08 [colin] 3.7.6cvs13
2382 Fix bug 2223, 'Compilation fails with GTK+
2383 2.21.3'. Thanks to Jan Psota !
2385 2010-06-29 [pawel] 3.7.6cvs12
2388 Revert 3.7.5cvs41, it breaks templates that use %X
2390 2010-06-23 [wwp] 3.7.6cvs11
2392 * src/gtk/colorlabel.c
2393 Silent up a warning by avoiding possible confusion
2394 in logical expression evaluation, thanks to TuxCM.
2396 2010-06-21 [iwkse] 3.7.6cvs10
2398 * src/gtk/quicksearch.c
2399 Do not add into quicksearch history
2400 matching rules with bad syntax
2402 2010-05-26 [holger] 3.7.6cvs9
2406 Add function to select rows given a list of messages,
2407 complementary to summary_get_selected_msg_list()
2409 2010-05-22 [mir] 3.7.6cvs8
2412 Fix bug 2208. Encode encrypted password to qouted
2413 printable to avoid making invalid XML. Encoding
2414 will be activated the first time the password is
2417 2010-05-22 [paul] 3.7.6cvs7
2419 * manual/advanced.xml
2421 * src/prefs_common.c
2422 * src/prefs_common.h
2423 after using the compose margin for several days
2424 I wanted the old style back - add a new hidden
2425 pref 'show_compose_margin' to restore the old
2426 behaviour (defaults to FALSE)
2428 2010-05-14 [paul] 3.7.6cvs6
2431 add a margin to the compose window text that matches
2432 the margin in textview
2434 2010-05-14 [colin] 3.7.6cvs5
2436 * src/gtk/sslcertwindow.c
2437 Fix dangling pointer. Thanks to Michael R!
2439 2010-05-14 [colin] 3.7.6cvs4
2441 * src/gtk/sslcertwindow.c
2442 Fix bug 1993, 'Cannot send mail when SSL certificate is
2443 expired but certificate check is skipped' and maybe
2444 bug 2200, 'SSL is not working with POP3'
2446 2010-05-14 [colin] 3.7.6cvs3
2448 * src/plugins/pgpinline/pgpinline.c
2449 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2451 2010-05-04 [iwkse] 3.7.6cvs2
2453 * src/prefs_message.c
2454 Get a generic name as 'Quotation' for
2457 2010-05-04 [iwkse] 3.7.6cvs1
2459 * src/prefs_message.c
2460 * src/prefs_common.h
2461 * src/prefs_common.c
2464 Option for collapsing via double-click
2466 2010-05-01 [paul] 3.7.6
2472 2010-05-01 [paul] 3.7.5cvs55
2474 * tools/claws.i18n.status.pl
2477 2010-05-01 [paul] 3.7.5cvs54
2480 add YUP, new Ukrainian translator
2482 2010-04-30 [paul] 3.7.5cvs53
2486 add Ukrainian translation, submitted by YUP
2495 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2496 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
2497 Tiago Faria, and Slavko
2499 2010-04-26 [wwp] 3.7.5cvs52
2504 2010-04-26 [mones] 3.7.5cvs51
2509 2010-04-22 [pawel] 3.7.5cvs50
2514 first NULL check pointer, then use it
2516 2010-04-22 [colin] 3.7.5cvs49
2519 Fix error message when session isn't established
2521 Update translation and fix a typo in it
2523 2010-04-15 [pawel] 3.7.5cvs48
2525 * src/prefs_account.c
2526 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2527 the port isn't configured properly'
2528 When using SSL/TLS tunneling automatically use default
2529 ports for encrypted connections: smtps, pop3s, imaps, nntps
2531 2010-04-15 [pawel] 3.7.5cvs47
2534 Fix crasher in actions using '%f' argument
2535 on multiple files with external scripts which
2536 don't return any output.
2538 2010-04-14 [colin] 3.7.5cvs46
2541 Fix hand cursor after error symbol appears
2543 2010-04-12 [colin] 3.7.5cvs45
2546 Fix bug 2162, 'configure check for libetpan
2547 fails with libetpan 1.0'
2550 2010-04-09 [mones] 3.7.5cvs44
2552 * manual/de/glossary.xml
2553 Fix encoding to match main document's
2554 Also fixes make dist with Debian's openjade
2556 2010-03-29 [pawel] 3.7.5cvs43
2558 * src/matcher_parser.h
2559 * src/matcher_parser_parse.y
2560 * src/gtk/quicksearch.c
2561 Disable matcher warnings when populating quicksearch
2562 completion lists on startup
2564 2010-03-27 [colin] 3.7.5cvs42
2566 * src/gtk/quicksearch.c
2567 Fix double-free later in code. Optimize
2570 2010-03-27 [pawel] 3.7.5cvs41
2573 Make sure that quote ends with new line char
2575 2010-03-26 [pawel] 3.7.5cvs40
2580 Fix Bug 1928 Add "reply to this address" pop menu
2582 - Set composing account to email one when creating/replying
2583 from NNTP folder by clicking link or choosing option
2587 2010-03-25 [paul] 3.7.5cvs39
2589 * src/gtk/gtkcmclist.c
2590 Fix build with GTK+ 2.20
2592 2010-03-24 [pawel] 3.7.5cvs38
2597 * src/grouplistdialog.c
2601 * src/prefs_account.c
2602 * src/gtk/gtkcmclist.c
2603 * src/gtk/gtkcmctree.c
2604 * src/gtk/gtkcmoptionmenu.c
2605 * src/gtk/gtksctree.c
2606 * src/gtk/gtkshruler.c
2607 * src/gtk/gtkutils.c
2608 * src/gtk/gtkutils.h
2609 * src/gtk/gtkvscrollbutton.c
2610 * src/gtk/inputdialog.c
2611 * src/gtk/spell_entry.c
2612 * src/plugins/trayicon/trayicon.c
2613 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2614 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2615 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2616 Fix build with GTK+ 2.19
2618 2010-03-23 [pawel] 3.7.5cvs37
2622 Respect view->show_col_headers option
2623 * src/gtk/gtkcmctree.c
2624 Fix GtkCmcTree column width calculation when it has
2625 auto_resize set and new node is added
2627 2010-03-22 [pawel] 3.7.5cvs36
2629 * src/grouplistdialog.c
2630 * src/prefs_common.c
2631 * src/prefs_common.h
2632 - remember newsgroups list dialog size
2633 - respect use_dotted_lines hidden pref
2634 - respect use_stripes_everywhere hidden pref
2636 2010-03-21 [pawel] 3.7.5cvs35
2639 Remove superfluous gtk_widget_show_all()
2642 * src/common/utils.c
2645 2010-03-21 [pawel] 3.7.5cvs34
2648 * src/gtk/quicksearch.c
2649 * src/gtk/quicksearch.h
2650 Implement separate search phrase completion for
2651 normal/extended quicksearch
2653 2010-03-11 [paul] 3.7.5cvs33
2656 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2657 submitted by Yuwei Yu
2659 2010-03-09 [colin] 3.7.5cvs32
2661 * manual/de/glossary.xml
2664 2010-03-02 [colin] 3.7.5cvs31
2666 * manual/de/glossary.xml
2667 Sort alphabetically. Done by Volker Ribbert.
2669 2010-03-02 [mones] 3.7.5cvs30
2672 Fix mailing list archives location
2673 Remove currently unavailable CVS webview
2675 2010-03-01 [iwkse] 3.7.5cvs29
2677 * src/common/plugin.c
2678 Other indentation issues
2680 2010-03-01 [iwkse] 3.7.5cvs28
2682 * src/common/plugin.c
2683 Fix indentation of the previous commit
2685 2010-03-01 [iwkse] 3.7.5cvs27
2687 * src/common/plugin.h
2688 * src/common/plugin.c
2689 Add API for getting a loaded Plugin from the
2690 plugin's name, plugin_get_loaded_by_name (const gchar *name)
2691 Thanks to Colin, Michael
2693 2010-02-27 [colin] 3.7.5cvs26
2698 * manual/Makefile.am
2699 * manual/de/Makefile.am
2700 * manual/de/account.xml
2702 * manual/de/addrbook.xml
2703 * manual/de/advanced.xml
2704 * manual/de/claws-mail-manual.xml
2706 * manual/de/glossary.xml
2708 * manual/de/handling.xml
2709 * manual/de/intro.xml
2710 * manual/de/keyboard.xml
2711 * manual/de/plugins.xml
2712 * manual/de/starting.xml
2713 * manual/de/dist/.cvsignore
2714 * manual/de/dist/Makefile.am
2715 * manual/de/dist/html/.cvsignore
2716 * manual/de/dist/html/Makefile.am
2717 * manual/de/dist/pdf/.cvsignore
2718 * manual/de/dist/pdf/Makefile.am
2719 * manual/de/dist/ps/.cvsignore
2720 * manual/de/dist/ps/Makefile.am
2721 * manual/de/dist/txt/.cvsignore
2722 * manual/de/dist/txt/Makefile.am
2723 Add the german translation of the manual, done by
2724 Volker Ribbert <thoraki@arcor.de>.
2726 2010-02-27 [holger] 3.7.5cvs25
2728 * src/prefs_toolbar.c
2729 Don't make toolbar item description for
2730 plugin registered items editable
2732 2010-02-26 [colin] 3.7.5cvs24
2735 Don't translate empty description
2737 2010-02-22 [colin] 3.7.5cvs23
2740 Don't make In-Reply-To visible when reediting
2741 a draft or sent mail.
2743 2010-02-20 [colin] 3.7.5cvs22
2749 * src/etpan/imap-thread.c
2750 * src/etpan/imap-thread.h
2751 * src/etpan/nntp-thread.c
2752 * src/etpan/nntp-thread.h
2753 When going offline from NetworkManager, just
2754 delete IMAP connections. That'll avoid timeouts
2755 when coming back online in certain cases when
2756 the TCP socket will have timed out.
2758 2010-02-20 [holger] 3.7.5cvs21
2761 More files to ignore
2763 2010-02-17 [ticho] 3.7.5cvs20
2770 2010-02-16 [ticho] 3.7.5cvs19
2775 Removed unused argument from summary_open_row().
2777 2010-02-10 [pawel] 3.7.5cvs18
2780 - fix headers filtering when prefs_common.trans_hdr is on
2781 - fix headers setting when changing composing account
2783 * src/prefs_template.c
2784 Re-add template's name for translation
2786 2010-02-10 [colin] 3.7.5cvs17
2788 * src/prefs_matcher.c
2789 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2790 Condition>Define>Header>Name combo box'. Patch by
2793 2010-02-10 [colin] 3.7.5cvs16
2803 Add the GB18030 Chinese charset, which is a superset
2804 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2806 2010-02-09 [holger] 3.7.5cvs15
2809 GTK+ 2.10 related cleanup
2811 2010-02-09 [pawel] 3.7.5cvs14
2813 * src/prefs_account.c
2814 * src/prefs_folder_item.c
2815 * src/prefs_template.c
2817 Respect prefs_common.trans_hdr in couple more places to avoid
2818 confusion with translated/non-translated header names
2820 2010-02-09 [colin] 3.7.5cvs13
2825 2010-02-09 [colin] 3.7.5cvs12
2828 And fix 2.10 build :)
2830 2010-02-09 [colin] 3.7.5cvs11
2833 Bump up GTK+ requirement to 2.10
2842 * src/prefs_actions.c
2843 * src/prefs_common.c
2844 * src/prefs_common.h
2845 * src/prefs_ext_prog.c
2846 * src/prefs_filtering_action.c
2848 * src/prefs_image_viewer.c
2849 * src/prefs_matcher.c
2850 * src/prefs_msg_colors.c
2851 * src/prefs_summaries.c
2852 * src/prefs_template.c
2858 * src/gtk/Makefile.am
2860 * src/gtk/gtkcmclist.c
2861 * src/gtk/gtkcmctree.c
2862 * src/gtk/gtkutils.c
2863 * src/gtk/quicksearch.c
2864 Remove all compile-time conditionals depending on
2868 * src/gtk/gtksourceprintjob.c
2869 * src/gtk/gtksourceprintjob.h
2870 Remove libgnomeprint-based printing system (and
2871 command-line-based printing system) as GTK+ 2.10
2872 ships with print support.
2874 2010-02-08 [mir] 3.7.5cvs10
2877 Avoid displaying Bcc headers in message sent
2878 to NNTP servers. Thanks to Henning Mersch.
2881 2010-02-08 [pawel] 3.7.5cvs9
2884 Make tooltips less cryptic
2885 * src/gtk/description_window.c
2886 Improve window size calculation
2888 2010-02-08 [pawel] 3.7.5cvs8
2892 * src/common/utils.c
2893 * src/common/utils.h
2895 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2896 Patch by Laurent Bigonville with slight modifications
2898 2010-02-03 [pawel] 3.7.5cvs7
2901 Add some libtool files to ignore
2903 2010-02-03 [pawel] 3.7.5cvs6
2905 * src/plugins/trayicon/trayicon.c
2906 Save and then restore focus when closing/minimizing to tray
2908 2010-02-03 [mir] 3.7.5cvs5
2916 Save LDAP password encrypted. See bug 2113.
2919 2010-02-03 [colin] 3.7.5cvs4
2922 Fix again decoding of encrypted parts. The
2923 reverting of the patch was wrong, as the
2924 double-decoding was fixed in smime itself.
2925 Thanks to Matthias Drochner again...
2927 2010-02-02 [colin] 3.7.5cvs3
2929 * src/plugins/smime/smime.c
2931 Revert 3.7.4cvs2 and make a better patch for bug
2932 2059 and 2076. Patch by Matthias Drochner
2934 2010-01-31 [pawel] 3.7.5cvs2
2937 Fix hungarian translator's name
2939 2010-01-31 [pawel] 3.7.5cvs1
2943 Fix Bug 2107 - Arrow keys don't work in message view window
2945 2010-01-31 [paul] 3.7.5
2952 2010-01-23 [pawel] 3.7.4cvs10
2955 Fix button sensitivity in compose mode
2957 2010-01-23 [pawel] 3.7.4cvs9
2960 * tools/kdeservicemenu/install.sh
2961 * tools/make.themes.project
2962 * tools/nautilus2claws-mail.sh
2963 * tools/popfile-link.sh
2964 * tools/textviewer.sh
2965 Not all systems have bash installed in /bin, use env(1) to find
2968 2010-01-22 [pawel] 3.7.4cvs8
2970 * src/prefs_account.c
2971 * src/prefs_filtering.c
2973 * src/gtk/colorlabel.c
2974 Add some separators in combos
2976 2010-01-22 [pawel] 3.7.4cvs7
2979 --disable-aspell -> --disable-enchant
2981 Fix options spacing in configure --help
2983 Make wizard's window centered on the screen
2985 2010-01-19 [holger] 3.7.4cvs6
2989 Introduce folder_get_item_from_identifier().
2990 In contrast to folder_find_item_from_identifier(), this
2991 function recursively creates the FolderItems in the id path.
2992 Useful for programmatically creating folders (e.g. by plugins)
2994 2010-01-17 [pawel] 3.7.4cvs5
2999 2010-01-16 [colin] 3.7.4cvs4
3001 * src/plugins/pgpcore/sgpgme.c
3002 Probably fix bug 2098, 'claws-mails crashes frequently
3003 with pgpcore'. Fix double-free.
3005 2010-01-16 [holger] 3.7.4cvs3
3007 * src/prefs_toolbar.h
3010 2010-01-15 [colin] 3.7.4cvs2
3013 Decode mimeinfo before decrypting it. Probably
3014 fixes bug 2059 'gpgme >=1.1.8 not compatible
3015 with S/MIME encryption' and bug 2076 'having
3016 worked 2 times properly CLAWS ceased to
3017 decrypt incoming PGP mails -displays base64
3018 instead - sucks completely'
3019 Let's hope complete suckage ends here!
3020 Thanks to Matthias Drochner.
3022 2010-01-08 [paul] 3.7.4cvs1
3024 * tools/claws.i18n.status.pl
3027 2010-01-08 [paul] 3.7.4
3034 2010-01-08 [paul] 3.7.3cvs57
3048 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
3049 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
3050 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
3053 2010-01-08 [paul] 3.7.3cvs56
3055 * src/common/utils.c
3056 fix bug 2089, 'URLs ending with an underscore ('_')
3057 are not correctly parsed'. thanks to Johan
3059 2010-01-05 [colin] 3.7.3cvs55
3062 Update french translation
3064 2010-01-04 [mones] 3.7.3cvs54
3067 Update Spanish translation
3069 2010-01-04 [mones] 3.7.3cvs53
3071 * manual/plugins.xml
3073 * manual/es/claws-mail-manual.xml
3074 * manual/es/intro.xml
3075 * manual/es/plugins.xml
3076 Synchronise with English version
3078 2010-01-03 [paul] 3.7.3cvs52
3083 update TEAM_LIST, fix encoding
3085 2010-01-03 [mir] 3.7.3cvs51
3088 When composing to a NNTP list TO: will always be preset
3089 to the NNTP list unless user has chosen some other default
3090 in which case we will handle this the normal way. Therefore
3091 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
3093 2010-01-01 [paul] 3.7.3cvs50
3096 bump copyright year whilst it's in mind
3098 2009-12-31 [paul] 3.7.3cvs49
3100 * manual/claws-mail-manual.xml
3102 * manual/plugins.xml
3103 fix links so that they make sense in the context of the
3104 text version of the manual
3106 2009-12-31 [paul] 3.7.3cvs48
3109 * manual/plugins.xml
3110 updates, improvements, corrections, additions
3112 2009-12-29 [pawel] 3.7.3cvs47
3114 * src/prefs_filtering_action.c
3115 Fix Bug 2082 'Wrong color rectangle position when replacing
3116 "color" processing rule'
3118 2009-12-29 [colin] 3.7.3cvs46
3121 Fix bug 2074, 'Remember sending account
3124 2009-12-20 [holger] 3.7.3cvs45
3127 Delay CREATED_HOOKLIST invokation until
3128 after the modifications to the compose window
3129 are done, to allow hooks to further modify the
3130 window without getting overridden again
3132 2009-12-20 [holger] 3.7.3cvs44
3134 * src/prefs_toolbar.h
3137 2009-12-20 [holger] 3.7.3cvs43
3139 * src/prefs_toolbar.c
3140 * src/prefs_toolbar.h
3142 Pass window struct to caller
3144 2009-12-20 [holger] 3.7.3cvs42
3148 Add hooklist after creation of a compose window
3150 2009-12-19 [holger] 3.7.3cvs41
3152 * src/prefs_toolbar.c
3153 * src/prefs_toolbar.h
3155 Allow plugins to choose to which toolbar they want
3156 to add actions (main window, compose window, or message view)
3158 2009-12-19 [paul] 3.7.3cvs40
3161 fix statusbar in GTK+ 2.19.1
3163 2009-12-10 [pawel] 3.7.3cvs39
3166 Better fix for cvs28 regression
3168 2009-12-10 [iwkse] 3.7.3cvs38
3171 Fix some indentation
3173 2009-12-10 [iwkse] 3.7.3cvs37
3176 Add missing checks for gtkaspell: avoid
3177 crashing in some cases when Enchant is
3178 enabled but the spell checker is disabled
3181 2009-12-09 [colin] 3.7.3cvs36
3184 Fix leak and unchecked accesses.
3186 2009-12-09 [mir] 3.7.3cvs35
3189 Fix Bug 2072 "template at folder properties is not working"
3190 introduced in cvs24.
3192 2009-12-08 [pawel] 3.7.3cvs34
3195 When 'Reply All' remove current compose address from
3196 Cc/Bcc list - fix for regression introduced in cvs28
3198 2009-12-05 [pawel] 3.7.3cvs33
3201 Fix memory management, duh!
3203 2009-12-04 [pawel] 3.7.3cvs32
3206 Use case insensitive comparison in search for
3209 Refresh scrollbars on every window open
3211 2009-12-04 [pawel] 3.7.3cvs31
3214 Highlight misspelled words when applying template and
3215 check_while_typing option is on
3217 2009-12-03 [pawel] 3.7.3cvs30
3220 Highlight misspelled words in text inserted from file(s)
3221 or pasted to message body when check_while_typing
3224 2009-12-02 [pawel] 3.7.3cvs29
3227 Revert first part of previous commit
3229 2009-12-02 [pawel] 3.7.3cvs28
3232 Fix Bug 2055 "duplicate mailing list reply if
3233 List-Post + Reply-To present"
3234 - Ignore Reply-To if answering to ML
3235 - Improve parsing of List-Post header
3237 2009-12-02 [pawel] 3.7.3cvs27
3241 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
3242 email had user in "From" and "CC"
3243 Don't allow duplicate addresses in compose window headers
3245 2009-12-02 [mones] 3.7.3cvs26
3248 * manual/es/intro.xml
3249 * manual/fr/intro.xml
3250 * manual/it/intro.xml
3251 * manual/pl/intro.xml
3252 Make URL to point current site
3254 2009-12-01 [holger] 3.7.3cvs25
3258 Introduce new drag type "claws-mail/msg-path-list" for
3259 drag'n'drop of a message selection from the summaryview
3260 into other applications. The drag data gets set to the
3261 folder-item-id followed by message ids, separated by newlines.
3262 This enables other applications to back-link to Claws Mail
3263 via a "claws-mail --select" call after they received a drop.
3265 2009-11-30 [mir] 3.7.3cvs24
3268 Place cursor in compose window according to provided input
3269 If to: is present place cursor in subject field and if both
3270 to: and subject: is present place cursor in body. If body: is
3271 present insert a new line after text and place cursor there.
3273 2009-11-27 [mones] 3.7.3cvs23
3275 * src/gtk/quicksearch.c
3276 Allow viewing longer expressions if there's space
3278 2009-11-25 [holger] 3.7.3cvs22
3281 * src/common/Makefile.am
3282 * src/common/utils.c
3283 * src/common/utils.h
3284 Add a function to query the
3285 filepath of the .desktop file
3287 2009-11-25 [colin] 3.7.3cvs21
3290 Fix bug 2063, 'glib assertion in GRelation use in
3293 2009-11-24 [pawel] 3.7.3cvs20
3295 * src/common/utils.c
3296 Fix Bug 2053 'Inconsistent application of Coloration
3298 Don't allow '<' character between quotation marks
3300 2009-11-21 [holger] 3.7.3cvs19
3303 Modify cairo clip handling in preview windows,
3304 to prevent print preview windows from being blank
3305 with GTK+ 2.18. Follow recommendation of the GTK+
3306 documentation (section "Migrating to client side windows")
3307 and create a new cairo context for each expose event.
3309 2009-11-19 [pawel] 3.7.3cvs18
3312 complete 3.7.3cvs15 so install is DESTDIR safe
3313 remove icons with changed names on uninstall
3315 2009-11-18 [pawel] 3.7.3cvs17
3318 remove unneeded and code-duplicating function
3320 2009-11-18 [pawel] 3.7.3cvs16
3323 Fix Bug 2057 'Claws mail does not keep renamed names
3324 of nntp-subscribed groups'
3325 Check for already subscribed group using item->path for group
3326 comparision as folders item->path != item->name may be truth
3327 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
3329 2009-11-17 [pawel] 3.7.3cvs15
3332 Fix Bug 2049 'some icons not copied?'
3333 Install additional 64x64 and 128x128 icons
3335 2009-11-17 [holger] 3.7.3cvs14
3337 * src/prefs_toolbar.c
3338 * src/prefs_toolbar.h
3341 Allow plugins to register toolbar items
3343 2009-11-11 [pawel] 3.7.3cvs13
3349 Fix Bug 1867 Changing account does not change BCC address
3350 Set account specific headers when changing account
3353 2009-11-07 [colin] 3.7.3cvs12
3355 * src/gtk/prefswindow.c
3356 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3359 2009-11-07 [colin] 3.7.3cvs11
3361 * src/gtk/spell_entry.c
3362 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3363 Patch by Pawel Pekala
3365 2009-10-27 [colin] 3.7.3cvs10
3368 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3369 Don't try to check whether the folder is up-to-date if
3370 the folder class doesn't implement set_mtime, as we don't
3371 care in this case. This code exists since a long time, but
3372 the bug was triggered by more scanning of queue folders
3373 since recently (when we added \Deleted handling).
3375 2009-10-27 [colin] 3.7.3cvs9
3378 Try to fix registering as default client
3381 2009-10-21 [wwp] 3.7.3cvs8
3383 * src/common/utils.c
3384 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3386 2009-10-21 [wwp] 3.7.3cvs7
3388 * src/common/utils.c
3389 Don't core dump when attempting to insert a non-existing
3390 file using a mailto: uri (g_error does core dump).
3392 2009-10-20 [colin] 3.7.3cvs6
3394 * src/common/utils.c
3395 Don't g_error on normal warnings...
3397 2009-10-20 [colin] 3.7.3cvs5
3399 * src/plugins/pgpcore/sgpgme.c
3400 Fix bug 1996, 'S/MIME key not selected'
3401 Check for S/MIME certs too
3403 2009-10-20 [colin] 3.7.3cvs4
3405 * src/common/w32lib.h
3406 Fix win32 build on latest mingw32
3408 2009-10-20 [colin] 3.7.3cvs3
3413 Fix LDIF export. Patch by Michael Rasmussen
3415 2009-10-18 [paul] 3.7.3cvs2
3417 * tools/claws.i18n.status.pl
3418 increase the value of $transolddays since we're relasing less
3420 rework the en_GB.po hack so that en_GB is always 100% translated
3421 and recently updated
3423 2009-10-17 [paul] 3.7.3cvs1
3425 * src/prefs_account.c
3426 * src/prefs_compose_writing.c
3427 * src/prefs_receive.c
3428 * src/prefs_summaries.c
3429 * src/prefs_wrapping.c
3430 reword a few labels. (this incorporates everything
3431 that seemed worthwhile from bug 2020)
3432 * src/prefs_customheader.c
3433 use a 'Browse' button instead of button with
3434 label 'From file...'
3438 * CVS repository change
3440 2009-10-09 [paul[ 3.7.3
3442 version 3.7.3 unleashed!!
3444 2009-10-07 [paul] 3.7.2cvs49
3449 fix Bug 1994 - Changing colors required restart.
3450 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3451 more accurate folderview_reinit_fonts()
3453 2009-10-07 [paul] 3.7.2cvs48
3456 * src/prefs_common.c
3457 * src/prefs_common.h
3458 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
3459 patch by Pawel Pekala
3461 2009-10-07 [paul] 3.7.2cvs47
3469 updated by David Vachulka, Stephan Sachse and Marc Arens,
3470 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3473 2009-10-06 [colin] 3.7.2cvs46
3476 French translation update
3478 2009-10-05 [paul] 3.7.2cvs45
3481 enable Page Size and Orientation in the print dialog,
3482 GTK+ >= 2.18.x only. Patch by Mark__T
3484 2009-10-05 [paul] 3.7.2cvs44
3486 * src/prefs_summaries.c
3487 fix label, startup --> start-up, to match other uses of the
3490 2009-10-05 [paul] 3.7.2cvs43
3493 updated by Emilian Nowak
3495 2009-10-03 [colin] 3.7.2cvs42
3499 * src/gtk/gtkcmclist.c
3500 * src/gtk/gtkvscrollbutton.c
3501 * src/gtk/logwindow.c
3503 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3504 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3505 Fix warning at start
3507 2009-09-28 [colin] 3.7.2cvs41
3511 * src/prefs_folder_item.c
3512 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3514 2009-09-28 [colin] 3.7.2cvs40
3516 * src/prefs_summaries.c
3517 * src/gtk/sslcertwindow.c
3518 Fix bug 2006, 'Non-utf8 strftime(3) date strings
3519 shows up garbled in GUI'. Patch by Pawel Pekala
3521 2009-09-24 [iwkse] 3.7.2cvs39
3524 That's only for statistics, of course :)
3526 2009-09-24 [iwkse] 3.7.2cvs38
3531 2009-09-24 [iwkse] 3.7.2cvs37
3534 Revert unwanted change
3536 2009-09-24 [iwkse] 3.7.2cvs36
3539 Fix issue with filtering actions and
3542 2009-09-20 [mones] 3.7.2cvs35
3544 * tools/convert_mbox.pl
3545 Add -R flag to support recursive conversions
3546 of arbitrary Evolution mail folders, based on
3547 bash script by Daniel Dickinson (fixes debian
3549 * tools/popfile-link.sh
3550 Set required shell for script (fixes debian
3553 2009-09-16 [colin] 3.7.2cvs34
3556 Go grab files in /etc/skel if they exist
3559 2009-09-15 [colin] 3.7.2cvs33
3562 Complete 3.7.1cvs42: only output directly to
3563 final file if we get NULL byes at the start.
3564 Still fixes saving UTF16 files, but also
3565 fixes displaying Base64 parts with decoding
3566 errors (parts without errors get displayed)
3568 2009-09-14 [colin] 3.7.2cvs32
3572 * src/matcher_parser_parse.y
3573 * src/prefs_matcher.c
3574 Add 'has_attachment' and 'signed' matcher
3575 expressions. Patch by Aleksei Miheev, fixes
3578 2009-09-14 [colin] 3.7.2cvs31
3580 * src/common/utils.c
3581 Add "Re :" prefix from french Yahoo mail.
3582 Patch by Didier Barvaux, fixes bug 1999
3584 2009-09-10 [mones] 3.7.2cvs30
3586 * manual/plugins.xml
3587 Fix sites supported by SpamReport
3588 * manual/es/plugins.xml
3589 Synchronise Spanish manual
3591 2009-09-07 [holger] 3.7.2cvs29
3594 Also update the icon cache on uninstall.
3595 This prevents possible problems when Claws Mail was
3596 uninstalled and installed again into a different location,
3597 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3598 and the blog post linked therein
3600 2009-09-07 [paul] 3.7.2cvs28
3602 * src/prefs_toolbar.c
3603 when updating the main toolbar icons just update
3604 the main toolbar (and consequently fix a bug where
3605 folderview icons would disappear)
3607 2009-08-30 [holger] 3.7.2cvs27
3610 Do case-insensitive comparison against
3611 header names when extracting recipients
3614 2009-08-23 [colin] 3.7.2cvs26
3617 Probably fix RH bug 512024, " folder.c:3543
3618 Condition msglist != NULL failed"
3620 2009-08-23 [colin] 3.7.2cvs25
3622 * src/prefs_compose_writing.c
3623 Make the maximum size warning bigger. Patch
3624 by Didier Barvaux on bug 1986.
3626 2009-08-21 [colin] 3.7.2cvs24
3629 Previous commit: move the function into compose_insert_file
3630 so that it's also used on drag-n-drop
3632 2009-08-21 [colin] 3.7.2cvs23
3635 Fix scrolling when adding an header
3637 2009-08-21 [colin] 3.7.2cvs22
3640 * src/prefs_common.c
3641 * src/prefs_common.h
3642 * src/prefs_compose_writing.c
3643 * src/common/utils.c
3644 Fix bug 1986, "New feature: warn user when inserting
3645 a large file in the message body". Patch by Didier
3648 2009-08-21 [colin] 3.7.2cvs21
3652 * src/common/utils.c
3653 Fix bug 1984: Add R�f. : reply prefix (french
3654 Lotus Notes); patch by Didier Barvaux
3656 2009-08-21 [colin] 3.7.2cvs20
3660 Fix bug 1969, 'Bad guess for outgoing encoding'
3661 Make sure the specific converters (japanese in
3662 this case) can return success/error in strict
3663 mode, instead of silently failing back to
3666 2009-08-20 [holger] 3.7.2cvs19
3670 Make it possible for code outside
3671 compose (e.g. plugins) to attach files
3673 2009-08-20 [colin] 3.7.2cvs18
3676 Fix crash when accessing IMAP soon
3678 2009-08-18 [colin] 3.7.2cvs17
3681 Maybe fix crash on non-existent LDAP server
3683 2009-08-04 [colin] 3.7.2cvs16
3686 Fix toolbar's spacing that breaks dark
3687 themes (patch from http://blogs.igalia.com/aperez/
3688 2009/07/making-claws-mail-look-better/)
3690 2009-07-28 [colin] 3.7.2cvs15
3693 * src/addrcustomattr.c
3695 * src/addressbook_foldersel.c
3703 * src/editldap_basedn.c
3714 * src/prefs_actions.c
3715 * src/prefs_customheader.c
3716 * src/prefs_display_header.c
3717 * src/prefs_filtering.c
3718 * src/prefs_folder_column.c
3719 * src/prefs_matcher.c
3720 * src/prefs_summary_column.c
3721 * src/prefs_summary_open.c
3722 * src/prefs_template.c
3725 Fix bug 1950, 'Program freeze up during folder selection'
3726 Don't leave hidden windows modal
3728 2009-07-28 [colin] 3.7.2cvs14
3731 Fix bug 1957, 'LDAP errs out after searching too
3734 2009-07-28 [colin] 3.7.2cvs13
3737 Fix bug 1966, '"Collapse all threads" slower than
3738 "Expand all threads"'
3740 2009-07-28 [colin] 3.7.2cvs12
3742 * src/common/session.c
3743 Fix bug 1967, 'Claws gets stuck after accepting
3744 a certificate warning dialog'
3746 2009-07-19 [paul] 3.7.2cvs11
3748 * manual/plugins.xml
3749 a few small changes to the English
3751 2009-07-18 [mones] 3.7.2cvs10
3753 * manual/plugins.xml
3754 Add new bsfilter and fancy plugins to the docs
3755 and a note about dealing with plugins of the same class
3756 * src/prefs_account.c
3757 Fix extra space at the end typo
3759 2009-07-16 [colin] 3.7.2cvs9
3762 Fix wrong return without unlocking; thanks
3765 2009-07-14 [colin] 3.7.2cvs8
3768 Fix bug 1954, 'Segfault on reading wrong STATUS'
3770 2009-07-10 [colin] 3.7.2cvs7
3772 * src/plugins/pgpcore/plugin.def
3773 * src/common/utils.h
3776 2009-07-10 [colin] 3.7.2cvs6
3778 * src/prefs_display_header.c
3779 Fix bug 1951, 'C-Mail dumps core when editing
3780 displayed headers'. Patch by Alexey Rusakov
3782 2009-07-10 [colin] 3.7.2cvs5
3785 Fix bug 1952, 'Deleted mails in Queue folder
3788 2009-07-09 [colin] 3.7.2cvs4
3790 * src/gtk/spell_entry.c
3791 Fix bug 1949, 'Spell checker doesn't recognise
3792 certain word in Subject header, but does in
3793 message body'. Patch by Pawel Pekala.
3795 2009-07-09 [paul] 3.7.2cvs3
3798 use pkgconfig to check for the minimum required
3801 2009-07-06 [colin] 3.7.2cvs2
3803 * src/prefs_customheader.c
3806 2009-07-04 [paul] 3.7.2cvs1
3808 * tools/claws.i18n.status.pl
3811 2009-07-03 [paul] 3.7.2
3818 2009-07-03 [paul] 3.7.1cvs85