1 2011-11-01 [colin] 3.7.10cvs67
8 Fix huge slowness induced by spellcheck "while typing"
9 during initial quote rewraps.
11 2011-10-31 [pawel] 3.7.10cvs66
17 Fix bug #2526 'When reading message in separate window,
18 n and p keys do not work'
19 - fix key event handling in messageview
20 - remove bindings for 'n' and 'p' keys in mimeview (next-part
21 and prev-part actions)
22 - instead add 'z' key for prev-part, we have 'a' key
25 2011-10-31 [colin] 3.7.10cvs65
28 Fix build with GLib 2.31. Thanks to Charles A. Edwards
30 2011-10-31 [pawel] 3.7.10cvs64
34 Fix bug #2303 'Next unread message enables message view'
35 Don't show previously hidden message view in main window
36 when user reads messages in external window
38 2011-10-31 [paul] 3.7.10cvs63
40 * src/prefs_template.c
41 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
42 fit at 540 here, for those where they don't the dialogue can be made
45 2011-10-31 [paul] 3.7.10cvs62
48 revert 3.7.10cvs61, these entries _should_ be editable
50 2011-10-30 [pawel] 3.7.10cvs61
53 Those entries should not be editable
55 2011-10-30 [pawel] 3.7.10cvs60
57 * src/prefs_template.c
58 - Dialog needs more height to fit all widgets
59 - Clear template contents on delete
61 2011-10-30 [pawel] 3.7.10cvs59
63 * src/prefs_folder_item.c
64 Update summaryview after changing folder prefs when needed
66 2011-10-30 [pawel] 3.7.10cvs58
69 Remove key-press-event blocking, it only
70 emits GLib-GObject warnings
72 2011-10-29 [colin] 3.7.10cvs57
75 Fix focus of completion window with gnome shell
76 Fixes bug #2525, "Address completion window does not get
79 2011-10-29 [colin] 3.7.10cvs56
82 Fix flicker on recursive quicksearch
84 2011-10-28 [colin] 3.7.10cvs55
88 Fix a bit the focus problem on Gnome shell
90 2011-10-26 [mones] 3.7.10cvs54
93 Add missing accelerator
95 2011-10-25 [colin] 3.7.10cvs53
97 * src/gtk/gtkcmclist.c
98 * src/gtk/gtkcmctree.c
99 Fix colors, fix warnings
101 2011-10-25 [colin] 3.7.10cvs52
103 * src/gtk/gtkcmclist.c
104 * src/gtk/gtkcmctree.c
107 2011-10-25 [colin] 3.7.10cvs51
110 Fix build with gtk + 2.20
112 2011-10-25 [colin] 3.7.10cvs50
118 Fix locking when sending a single message
120 2011-10-25 [colin] 3.7.10cvs49
122 * src/gtk/colorlabel.c
124 * src/gtk/gtkcmclist.c
125 Make row height closer to what it was
127 2011-10-25 [colin] 3.7.10cvs48
130 Always use cairo to draw
132 2011-10-25 [colin] 3.7.10cvs47
135 Fix bug #2529, 'crash in mimeview_start_drag after
136 deleting message'. Patch by Ricardo
138 2011-10-23 [colin] 3.7.10cvs46
140 * src/gtk/gtkcmclist.c
141 * src/gtk/gtkcmclist.h
142 * src/gtk/gtkcmctree.c
143 Draw CMClist with cairo too.
145 2011-10-23 [colin] 3.7.10cvs45
147 * src/gtk/gtkcmclist.h
148 Fix build (this was not meant to be commited)
150 2011-10-23 [colin] 3.7.10cvs44
154 * src/addressbook_foldersel.c
158 * src/grouplistdialog.c
162 * src/gtk/gtkcmclist.c
163 * src/gtk/gtkcmclist.h
164 * src/gtk/gtkcmctree.c
165 * src/gtk/gtkcmctree.h
166 * src/gtk/gtksctree.c
167 Refactor some tree stuff (lots of code duplication there)
168 and switch to cairo for tree rendering.
170 2011-10-23 [holger] 3.7.10cvs43
173 Don't issue a warning for designed behaviour of the stop rule.
174 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
176 2011-10-22 [colin] 3.7.10cvs42
179 * src/gtk/gtkshruler.c
183 2011-10-22 [colin] 3.7.10cvs41
192 * src/grouplistdialog.c
199 * src/prefs_account.c
200 * src/prefs_actions.c
201 * src/prefs_ext_prog.c
202 * src/prefs_filtering.c
203 * src/prefs_folder_item.c
204 * src/prefs_image_viewer.c
205 * src/prefs_logging.c
206 * src/prefs_msg_colors.c
209 * src/prefs_spelling.c
210 * src/prefs_summaries.c
211 * src/prefs_template.c
216 * src/summary_search.c
219 * src/gtk/gtkcmclist.c
220 * src/gtk/gtkcmctree.c
221 * src/gtk/gtkcmoptionmenu.c
222 * src/gtk/gtksctree.c
225 * src/gtk/gtkvscrollbutton.c
226 * src/gtk/inputdialog.c
227 * src/gtk/pluginwindow.c
228 * src/gtk/quicksearch.c
229 * src/gtk/spell_entry.c
230 * src/plugins/bogofilter/bogofilter_gtk.c
231 * src/plugins/dillo_viewer/dillo_prefs.c
232 * src/plugins/pgpcore/prefs_gpg.c
233 * src/plugins/spamassassin/spamassassin_gtk.c
234 * src/plugins/trayicon/trayicon.c
235 * src/plugins/trayicon/trayicon_prefs.c
236 Remove all possible #if GTK_CHECK_VERSION() checks,
237 and make Claws build with GTK+2.16 (untested right
238 now), as the Gpg4Win project uses GTK+2.16 currently.
240 2011-10-22 [colin] 3.7.10cvs40
244 Fix (hopefully) build with GTK+ 2.18.
246 2011-10-20 [paul] 3.7.10cvs39
251 fix bug 2479, 'LDIF address book import matches tags case sensitive'
252 Patch by Bodo Graumann <mail@bodograumann.de>
254 2011-10-20 [mones] 3.7.10cvs38
258 Fix references to old dotsrc mailing lists
260 2011-10-19 [mones] 3.7.10cvs37
262 * src/prefs_msg_colors.c
263 Fix Ok/Cancel buttons in color selector of preferences
265 2011-10-17 [colin] 3.7.10cvs36
267 * src/gtk/gtkshruler.c
268 (Probably) fix GTK+ <= 2.22
270 2011-10-17 [colin] 3.7.10cvs35
272 * src/gtk/gtkshruler.c
275 2011-10-17 [mones] 3.7.10cvs34
284 Fix potential out-of-buffer writes
286 2011-10-17 [mones] 3.7.10cvs33
289 Use just one g_print call per option; correct indentation
291 2011-10-17 [colin] 3.7.10cvs32
295 * src/gtk/Makefile.am
296 * src/gtk/gtkshruler.c
297 * src/gtk/gtkshruler.h
300 Reimplement ruler using the GTK widgets. Thanks
301 to Hanno for the initial patch.
303 2011-10-17 [colin] 3.7.10cvs31
309 Undeprecate GIO/GdkCondition
311 2011-10-16 [mones] 3.7.10cvs30
314 Add --compose-from-file option to open composition
315 window with the headers and body from a file; based
316 on Debian patch to fix http://bugs.debian.org/544868
318 2011-10-15 [mones] 3.7.10cvs29
320 * manual/advanced.xml
321 Document new summary_from_show hidden preference
323 2011-10-15 [paul] 3.7.10cvs28
326 compose_create_tags() - fix misplaced 'int i'
327 compose_entry_mark_default_to() - fix To field highlighting
329 2011-10-09 [colin] 3.7.10cvs27
332 Fix address completion
334 2011-10-07 [colin] 3.7.10cvs26
336 * src/prefs_filtering_action.c
338 Fix build with GTK+2.20
340 2011-10-07 [colin] 3.7.10cvs25
342 * src/gtk/Makefile.am
343 * src/gtk/gdkkeysyms-new.h
345 Copy the new GDK_KEY_* definitions for older GTKs
347 2011-10-07 [colin] 3.7.10cvs24
350 Fix typos (thanks to Hanno)
352 2011-10-07 [colin] 3.7.10cvs23
355 * src/gtk/gtkshruler.c
356 * src/gtk/gtkshruler.h
357 Disable ruler starting from 2.24.
359 2011-10-07 [colin] 3.7.10cvs22
363 * src/gtk/Makefile.am
366 2011-10-07 [colin] 3.7.10cvs21
376 * src/message_search.c
379 * src/prefs_account.c
380 * src/prefs_compose_writing.c
381 * src/prefs_filtering_action.c
382 * src/prefs_folder_item.c
383 * src/prefs_logging.c
384 * src/prefs_matcher.c
385 * src/prefs_message.c
387 * src/prefs_receive.c
388 * src/prefs_summaries.c
389 * src/prefs_wrapping.c
394 * src/summary_search.c
396 * src/gtk/Makefile.am
397 * src/gtk/colorlabel.c
400 * src/gtk/logwindow.c
403 * src/gtk/quicksearch.c
404 * src/gtk/spell_entry.c
405 * src/plugins/bogofilter/bogofilter_gtk.c
406 * src/plugins/dillo_viewer/dillo_viewer.c
407 * src/plugins/pgpcore/prefs_gpg.c
408 * src/plugins/spamassassin/spamassassin_gtk.c
409 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
410 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
411 ported (especially GtkCMOptionMenu)
413 2011-10-07 [colin] 3.7.10cvs20
418 * src/addrcustomattr.c
419 * src/addrduplicates.c
422 * src/addressbook_foldersel.c
428 * src/editaddress_other_attributes_ldap.c
433 * src/editldap_basedn.c
441 * src/grouplistdialog.c
447 * src/message_search.c
450 * src/prefs_actions.c
451 * src/prefs_customheader.c
452 * src/prefs_display_header.c
453 * src/prefs_filtering.c
454 * src/prefs_filtering_action.c
455 * src/prefs_folder_column.c
456 * src/prefs_matcher.c
457 * src/prefs_msg_colors.c
459 * src/prefs_summaries.c
460 * src/prefs_summary_column.c
461 * src/prefs_summary_open.c
462 * src/prefs_template.c
463 * src/prefs_toolbar.c
467 * src/summary_search.c
474 * src/gtk/description_window.c
475 * src/gtk/foldersort.c
476 * src/gtk/gtkaspell.c
477 * src/gtk/gtkcmclist.c
478 * src/gtk/gtkcmctree.c
479 * src/gtk/gtkcmoptionmenu.c
481 * src/gtk/icon_legend.c
482 * src/gtk/inputdialog.c
483 * src/gtk/logwindow.c
484 * src/gtk/pluginwindow.c
485 * src/gtk/prefswindow.c
486 * src/gtk/quicksearch.c
487 * src/plugins/pgpcore/passphrase.c
488 * src/plugins/pgpcore/select-keys.c
489 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
490 to replace GDK_* by GDK_KEY_*.
492 2011-10-07 [colin] 3.7.10cvs19
503 * src/grouplistdialog.c
508 * src/prefs_filtering_action.c
509 * src/prefs_folder_column.c
510 * src/prefs_msg_colors.c
511 * src/prefs_summary_column.c
512 * src/prefs_toolbar.c
521 * src/gtk/colorlabel.c
523 * src/gtk/gtkcmclist.c
524 * src/gtk/gtkcmctree.c
525 * src/gtk/gtkcmoptionmenu.c
526 * src/gtk/gtksctree.c
528 * src/gtk/gtkvscrollbutton.c
529 * src/gtk/inputdialog.c
530 * src/gtk/logwindow.c
532 * src/gtk/prefswindow.c
533 * src/gtk/progressdialog.c
534 * src/plugins/pgpcore/passphrase.c
535 * src/plugins/trayicon/trayicon.c
536 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
537 Patch by Hanno Thurow-Meyer, many thanks to him !
539 2011-09-20 [colin] 3.7.10cvs18
542 Fix bug #2502, 'gnutls_transport_set_lowat removed in
545 2011-09-18 [colin] 3.7.10cvs17
548 Fix segfault when connection fails
550 2011-09-03 [colin] 3.7.10cvs16
553 Use NORMAL instead of EXPORT priorities.
555 2011-09-02 [colin] 3.7.10cvs15
559 Linking against gcrypt explicitely in order to call
560 gcry_control() for mutex setup isn't necessary anymore
561 starting from gnuTLS 2.11.
563 2011-08-31 [colin] 3.7.10cvs14
565 * src/plugins/pgpinline/pgpinline.c
566 * src/plugins/pgpmime/pgpmime.c
567 Fix bug #2431, "Major memory leak in PGP message handling".
569 2011-08-31 [colin] 3.7.10cvs13
576 Apply Steve Rader's patch from bug #2388, "Add
577 message view scrolling menu items"
579 2011-08-30 [colin] 3.7.10cvs12
581 * src/gtk/prefswindow.c
582 Fix layout issues (i.e. on SSL page if changing account
583 type prior to visiting it).
585 2011-08-30 [colin] 3.7.10cvs11
589 Don't use deprecated functions for GnuTLS priorities.
590 Require GnuTLS 2.2 that is the first version with the
593 2011-08-30 [colin] 3.7.10cvs10
595 * src/common/socket.c
597 Long-term fix for bug #2402, "GnuTLS change breaks socket
598 communication", as per http://savannah.gnu.org/support/?107660
600 2011-08-30 [colin] 3.7.10cvs9
602 * src/etpan/imap-thread.c
603 * src/etpan/nntp-thread.c
604 Remove dead openSSL code
606 2011-08-30 [colin] 3.7.10cvs8
610 * src/common/ssl_certificate.c
611 * src/common/ssl_certificate.h
612 * src/etpan/imap-thread.c
613 * src/etpan/nntp-thread.c
614 Fix bug #2127, "SSL cert check uses canonical name instead of
617 2011-08-29 [colin] 3.7.10cvs7
619 * src/prefs_account.c
620 Fix X-Mailer option not appearing on IMAP
622 2011-08-29 [colin] 3.7.10cvs6
624 * src/plugins/pgpcore/Makefile.am
625 * src/plugins/pgpinline/Makefile.am
626 * src/plugins/pgpmime/Makefile.am
627 * src/plugins/smime/Makefile.am
629 libtool: link: require no space between `-L' and `.'
631 2011-08-29 [colin] 3.7.10cvs5
635 * src/prefs_account.c
636 * src/prefs_account.h
637 Revert cvs4 which is rather illogical and instead
638 use Fabian's patch from bug #2471
640 2011-08-29 [colin] 3.7.10cvs4
643 Don't insert custom headers that have empty values.
644 Allows not inserting X-Mailer if it's set to nothing.
645 Fixes bug #2471, "Make setting an X-Mailer header optional".
647 2011-08-29 [colin] 3.7.10cvs3
653 Handle EXIF orientation in images (both in textview's
654 preview and image viewer)
656 2011-08-28 [paul] 3.7.10cvs2
661 add new hidden option to control the display in the From
662 column in the Message List: 0 (default): show name,
663 1: show address, 2: show name + address
665 2011-08-27 [paul] 3.7.10cvs1
668 * src/common/ssl_certificate.c
669 * src/etpan/imap-thread.c
670 * src/etpan/nntp-thread.c
671 offer up some missing log_error() strings to translators
673 2011-08-27 [paul] 3.7.10
679 2011-08-27 [paul] 3.7.9cvs52
687 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
688 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
690 2011-08-27 [mones] 3.7.9cvs51
693 Include generic name and comment translations
694 Thanks to all the people on the translators ML!
696 2011-08-23 [paul] 3.7.9cvs50
699 probable/possible fix/workaround for bug 2402,
700 'can't download message from pop3 server'
702 2011-08-18 [paul] 3.7.9cvs49
704 * manual/handling.xml
705 fix typos. thanks to vilpan
707 2011-08-17 [paul] 3.7.9cvs48
709 * tools/claws.i18n.status.pl
710 add Mindaugas Baranauskas (Lithuanian)
712 2011-08-14 [mir] 3.7.9cvs47
715 * src/etpan/nntp-thread.c
716 Fix bug 2418. Patch provided by Sébastien Bigaret with
717 some minor contribution by me.
719 2011-08-13 [mir] 3.7.9cvs46
721 * src/etpan/nntp-thread.c
722 Fix bug when NNTP server sends authentication warning
723 as part of the connection session. Privously etpan would
724 bail out for any return code other than NEWSNNTP_NO_ERROR
725 but as early as the connection session a return code like
726 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
727 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
728 be considered as an error.
730 2011-08-12 [paul] 3.7.9cvs45
733 3.7.9cvs43 mistakenly dropped off the info
734 about the mime part from the tooltip
736 2011-08-12 [wwp] 3.7.9cvs44
738 * src/gtk/quicksearch.c
739 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
741 2011-08-09 [paul] 3.7.9cvs43
744 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
746 2011-08-06 [paul] 3.7.9cvs42
749 fix cursor placement in Forward template
751 2011-08-06 [paul] 3.7.9cvs41
753 * src/gtk/description_window.c
754 fix bug 1963, 'Preferences Templates Information Window Focus loss'
756 2011-08-05 [holger] 3.7.9cvs40
759 Revert 3.7.9cvs35 for now, it may be problematic
762 2011-08-05 [paul] 3.7.9cvs39
766 use 'Collapse quotes' rather than 'Fold quotes' on
767 labels, for consistency
769 use 'Receive mail from account' rather than 'on account'
771 2011-07-30 [mir] 3.7.9cvs38
773 * src/etpan/Makefile.am
774 * src/plugins/pgpcore/Makefile.am
775 * src/plugins/pgpmime/Makefile.am
776 * src/plugins/smime/Makefile.am
777 Fix broken build on Debian Sid. enchant.h cannot be
778 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
779 present in Makefile.am. Apparently enchant.h in older
780 versions were placed in /usr/include which is always
783 2011-07-21 [mones] 3.7.9cvs37
785 * src/common/plugin.c
786 * src/common/plugin.h
787 Make licences allowed for plugins more explicit and also
788 accept dual (or more) licences when properly formatted.
789 Doesn't require any change on current plugins.
791 2011-07-18 [mones] 3.7.9cvs36
793 * manual/advanced.xml
794 Document briefly tags feature.
795 * manual/glossary.xml
796 Fix definition to avoid confussion with tags.
797 * manual/es/advanced.xml
798 * manual/es/glossary.xml
799 Synchronize Spanish translation with the above.
801 2011-07-07 [holger] 3.7.9cvs35
804 Add indicator stuff to the desktop file
807 2011-07-06 [paul] 3.7.9cvs34
812 2011-07-06 [mones] 3.7.9cvs33
815 Do not create an empty tag name row in panel and
816 warn user about using a non-reserved tag instead
818 2011-07-05 [mones] 3.7.9cvs32
823 * src/etpan/imap-thread.c
824 Make constants for reserved tags and use them
825 Removed also duplicate comparison while at it
827 2011-07-05 [paul] 3.7.9cvs31
830 when using a Compose template, only place the cursor
831 in the body when the cursor symbol, %cursor (%X), is used
833 2011-07-03 [paul] 3.7.9cvs30
836 do main_window_popup(mainwin); on plugin load error, or
837 else the warning dialogue and mainwindow stays minimised
840 2011-07-03 [paul] 3.7.9cvs29
843 fix bug 2462, 'Building without GnuTLS support leads to a
846 2011-07-03 [paul] 3.7.9cvs28
851 fix bug #2461, 'popup menu in message list displays
852 'move to trash' and 'delete''.
853 Add a new sensitivity condition 'M_NOT_TRASH' and
854 remove the broken workaround for right-click in summaryview.c.
855 Fix broken main menu sensitivity for "Menu/Message/Move" in
858 2011-06-21 [paul] 3.7.9cvs27
861 revert 3.7.9cvs2, it does no good
863 2011-06-18 [mir] 3.7.9cvs26
866 Fix autoconf warnings introduced in autoconf >= 2.64
868 2011-06-05 [paul] 3.7.9cvs25
878 fix strings where an informational message has been
879 wrongly entered into the translated string
881 enable 'Trash' and 'Sender' to be translated based on
882 the context, e.g. as button text and as mail header
884 fix english in Info tab
886 2011-05-25 [colin] 3.7.9cvs24
889 Fix bug #2439, "use bitwise operator for bitmask instead of
890 logical operator". Thanks to Nicolas Kaiser for the patch.
892 2011-05-18 [colin] 3.7.9cvs23
895 Fix missing group selection before xover if the
896 connection was reset before.
898 2011-05-12 [colin] 3.7.9cvs22
901 Fix bug #2412, "Send account mail address in Message-ID
902 wrongly implemented". Patch by Fabian Keil.
904 2011-05-12 [mones] 3.7.9cvs21
906 * src/etpan/nntp-thread.c
907 Fix bug #2418 "NNTP authentication is broken"
909 2011-05-09 [pawel] 3.7.9cvs20
912 * src/prefs_folder_item.c
915 2011-05-05 [colin] 3.7.9cvs19
921 Fix bug #2184, "Add account name information inside network log".
922 Initial patch by MSulchan Darmawan, expanded to other protocols.
923 This stuff is too much copy-pasted.
926 2011-04-30 [colin] 3.7.9cvs18
929 Fix bug #2414, 'Claws segfaults on startup with
930 notification plugin enabled". Thanks Christian
931 Faulhammer for the patch.
933 2011-04-27 [colin] 3.7.9cvs17
936 Make Windows' encoding CP1251 for ru_RU locale
937 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
939 2011-04-24 [paul] 3.7.9cvs16
941 * manual/claws-mail-manual.xml
942 * manual/de/claws-mail-manual.xml
943 * manual/es/claws-mail-manual.xml
944 * manual/fr/claws-mail-manual.xml
945 * manual/it/claws-mail-manual.xml
946 update copyright year
948 2011-04-24 [paul] 3.7.9cvs15
951 fix bug #2353, 'Right-clicking on spam in order to delete
952 it causes it to show in message window'
954 2011-04-24 [paul] 3.7.9cvs14
957 * src/gtk/foldersort.c
958 * src/gtk/foldersort.h
959 fix labelling, 'change folder order' to 'change mailbox order'
961 2011-04-23 [paul] 3.7.9cvs13
964 fix bug #2409, 'Failed to compile under GCC 3.x : option
965 -Wno-pointer-sign badly set in configure.ac'. mistakenly
966 committed in 3.7.8cvs19
968 2011-04-11 [paul] 3.7.9cvs12
970 * src/plugins/trayicon/trayicon.c
971 fix build bug: gtk_status_icon_set_title() is available
972 since gtk 2.18.x not 2.14.x
974 2011-04-11 [paul] 3.7.9cvs11
977 updated by Páder Rezső
979 2011-04-10 [colin] 3.7.9cvs10
985 * src/editaddress_other_attributes_ldap.c
987 * src/message_search.c
988 * src/prefs_display_header.c
989 * src/prefs_filtering_action.c
990 * src/prefs_matcher.c
992 * src/prefs_toolbar.c
993 * src/summary_search.c
994 * src/gtk/colorlabel.c
996 * src/gtk/gtkcmoptionmenu.c
997 * src/gtk/gtkshruler.c
998 * src/gtk/gtkshruler.h
1000 * src/gtk/inputdialog.c
1001 * src/gtk/quicksearch.c
1002 Revert the whole pile of crap introduced in
1005 2011-04-10 [colin] 3.7.9cvs9
1009 * src/editaddress_other_attributes_ldap.c
1011 * src/message_search.c
1012 * src/prefs_display_header.c
1013 * src/prefs_matcher.c
1014 * src/prefs_toolbar.c
1015 * src/summary_search.c
1016 * src/gtk/combobox.c
1017 * src/gtk/gtkutils.h
1018 * src/gtk/inputdialog.c
1019 * src/gtk/quicksearch.c
1020 Finish fun with combo boxes. (hopefully)
1022 2011-04-10 [colin] 3.7.9cvs8
1025 * src/prefs_filtering_action.c
1026 * src/gtk/combobox.c
1027 * src/gtk/gtkshruler.c
1028 * src/gtk/gtkshruler.h
1029 More undeprecation. GTKSHRuler is #if'ed out. We can
1030 still decide to maintain the old GtkRuler widget in-tree
1031 if the lack of ruler in Compose window is too
1034 2011-04-10 [colin] 3.7.9cvs7
1039 * src/editaddress_other_attributes_ldap.c
1040 * src/message_search.c
1041 * src/prefs_display_header.c
1042 * src/prefs_filtering_action.c
1044 * src/prefs_toolbar.c
1045 * src/summary_search.c
1046 * src/gtk/colorlabel.c
1047 * src/gtk/combobox.c
1048 * src/gtk/gtkcmoptionmenu.c
1049 * src/gtk/gtkutils.h
1050 More comboboxtext undeprecation
1052 2011-04-10 [colin] 3.7.9cvs6
1057 2011-04-10 [colin] 3.7.9cvs5
1062 2011-04-10 [colin] 3.7.9cvs4
1065 * src/editaddress_other_attributes_ldap.c
1066 * src/message_search.c
1067 * src/prefs_display_header.c
1068 * src/prefs_filtering_action.c
1070 * src/prefs_toolbar.c
1071 * src/summary_search.c
1072 * src/gtk/combobox.c
1073 * src/gtk/gtkutils.h
1074 gtk_combo_box_*_text() is deprecated, and
1075 gtk_combo_box_text_*() is the new hotness.
1077 2011-04-10 [colin] 3.7.9cvs3
1085 * src/gtk/gtkvscrollbutton.c
1086 * src/gtk/gtkvscrollbutton.h
1087 s/GtkFunction/GSourceFunc
1089 2011-04-10 [colin] 3.7.9cvs2
1092 Use gtkut_window_popup() to work around a bug in Gnome Shell.
1093 This is the patch from bug #2396, it should be innocuous even
1094 if that's useless to do deiconify + present window...
1096 2011-04-09 [paul] 3.7.9cvs1
1098 * src/prefs_summaries.c
1099 fix typo in string. (thanks, Brad!)
1101 2011-04-09 [paul] 3.7.9
1107 2011-04-09 [paul] 3.7.8cvs78
1117 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
1118 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
1121 2011-04-09 [colin] 3.7.8cvs77
1124 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
1125 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
1126 encoding filename. Hooray for stupid.
1128 2011-04-08 [colin] 3.7.8cvs76
1131 Fix action Stop: if child does not react to SIGTERM, it'll
1132 probably start behaving when it'll get a SIGKILL on the user's
1133 second press on Stop.
1134 Fixes bug #2237, "User action makes Claws unresponsive".
1136 2011-04-08 [colin] 3.7.8cvs75
1141 * src/folder_item_prefs.c
1142 * src/folder_item_prefs.h
1143 * src/prefs_account.c
1144 Fix bug #2382, "folderitemrc not updated when account
1145 name is changed". Indeed, this wasn't done.
1147 2011-04-08 [wwp] 3.7.8cvs74
1150 Add support for quoted values (*="value").
1151 This commonly fixes a trailing quote appearing to filenames
1152 sent by iphone Mail (not sure if it's culprit at all, though).
1154 2011-04-08 [colin] 3.7.8cvs73
1157 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
1158 caused by attachments with extended chars in the file name". Patch
1159 derived from a patch bt Fabien Keil
1161 2011-04-05 [wwp] 3.7.8cvs72
1164 A debug string not to translate.
1166 2011-04-03 [colin] 3.7.8cvs71
1168 * src/common/utils.h
1169 Fix bug #2394, "backtrace() crashes on FreeBSD"
1170 That's not the first bug-report where internal
1171 debug-only backtrace() crashes on FreeBSD.
1173 2011-04-03 [colin] 3.7.8cvs70
1176 Fix bug #2365 again, "Crash when auto-scrolling headers in
1178 Batch-mode compose windows (from filtering actions) shouldn't
1179 try to access stuff after flushing events...
1181 2011-03-31 [paul] 3.7.8cvs69
1184 update as gtk >= 2.10 now required
1185 (because I'll never remember to do this later)
1187 2011-03-26 [paul] 3.7.8cvs68
1190 fix separators in Go To menu
1192 2011-03-20 [colin] 3.7.8cvs67
1195 Drop the *_DISABLE_DEPRECATED. We'll put them back
1196 when we'll have time to handle them
1198 2011-03-18 [paul] 3.7.8cvs66
1201 make user-facing message more accurate -
1202 'Network Log' not 'View Log'
1204 2011-03-17 [wwp] 3.7.8cvs65
1207 Fix a typo around plural form, as reported by
1210 2011-03-15 [colin] 3.7.8cvs64
1215 Fix bug #2381, "Support for NetworkManager 0.9".
1216 Patch by Mikhail Efremov
1218 2011-03-04 [colin] 3.7.8cvs63
1222 Fix segfault on Windows
1224 * src/common/utils.c
1225 * src/common/w32_unistd.c
1226 * src/common/w32lib.h
1227 Rationalize use of time_r() funcs (pthread do define them)
1229 2011-03-02 [pawel] 3.7.8cvs62
1232 Re-implement widgets aligning, switch from GtkSizeGroup
1233 to GtkTable - this should fix disappearing labels
1235 2011-03-01 [pawel] 3.7.8cvs61
1238 Wizard GUI cleanups. Make it look and behave more
1239 like account preferences.
1241 2011-02-23 [colin] 3.7.8cvs60
1243 * src/common/Makefile.am
1246 2011-02-23 [colin] 3.7.8cvs59
1250 * src/common/Makefile.am
1251 * src/common/plugin.c
1252 * src/common/valgrind.h
1253 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1254 Use valgrind's own header.
1256 2011-02-22 [colin] 3.7.8cvs58
1258 * src/prefs_account.c
1259 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1260 signed message" upon new installation. This is disturbing when PGP
1261 plugins are loaded by default.
1263 2011-02-16 [paul] 3.7.8cvs57
1266 update copyright headers throughout
1268 2011-02-16 [paul] 3.7.8cvs56
1271 use gettext plural form for "item selected"/"items selected"
1273 2011-02-13 [colin] 3.7.8cvs55
1277 Fix bug #2361, "Claws crashes after PGP Check in separate
1278 msg view". Don't let the cancel thread lie around after
1279 the verification ended.
1281 2011-02-13 [paul] 3.7.8cvs54
1284 updated by Mindaugas Baranauskas
1286 2011-02-11 [mones] 3.7.8cvs53
1288 * manual/es/advanced.xml
1289 Sync with English manual
1291 Fix remaining mismatched alloc/free from cppcheck
1293 2011-02-10 [pawel] 3.7.8cvs52
1298 2011-02-10 [pawel] 3.7.8cvs51
1300 * src/prefs_toolbar.c
1301 - set menus sensitivity in item type combo depending on
1302 availability of actions / plugin hooks
1303 - style fixes, spaces instead of tabs mostly
1305 2011-02-10 [paul] 3.7.8cvs50
1307 * src/prefs_account.c
1308 move the 'send acc mail addr in msg-id" option to
1311 2011-02-10 [paul] 3.7.8cvs49
1313 * src/prefs_account.c
1314 move the 'expunge immediately' option to a more
1317 2011-02-05 [pawel] 3.7.8cvs48
1319 * manual/advanced.xml
1320 Document new hidden pref
1322 Dont treat mimeparts referenced by others as
1325 * src/prefs_common.c
1326 * src/prefs_common.h
1327 Add ability to hide inline attachments referenced
1328 by other mimeparts in MimeView. To enable this
1329 feature set show_inline_attachments=0 in your clawsrc
1331 2011-01-25 [colin] 3.7.8cvs47
1334 Fix matcher body parsing: decode mails with our
1335 MIME parser. This speeds up body search a bit as
1336 binary attachments are not searched anymore, slows
1337 down a bit full message searches, but not awfully.
1338 * src/summary_search.c
1339 Use matcher API to search, in all cases (advanced search or
1340 not). Also, fix little logic bugs related to combos history
1341 * src/common/utils.c
1342 * src/common/utils.h
1345 Remove dead code, export functions needed by matcher.c
1347 2011-01-25 [colin] 3.7.8cvs46
1350 * src/prefs_common.c
1352 * src/common/ssl_certificate.c
1353 Fix mismatched alloc/free (thanks to cppcheck)
1355 2011-01-25 [colin] 3.7.8cvs45
1358 Fix leak on error path
1360 2011-01-23 [mones] 3.7.8cvs44
1362 * manual/es/advanced.xml
1363 Sync with English manual
1365 2011-01-23 [paul] 3.7.8cvs43
1368 it's 2011, update copyright line
1370 2011-01-23 [paul] 3.7.8cvs42
1372 * manual/advanced.xml
1373 * src/prefs_common.c
1374 * src/prefs_common.h
1376 fix bug #2350, 'Make displaying localized date/time in
1377 message view optional'.
1378 This introduces a new hidden option (why do more?),
1379 'msgview_date_format', which defaults to OFF, maintaining
1380 the current and expected behaviour.
1382 2011-01-21 [colin] 3.7.8cvs41
1385 Fix bug #2050, Clawsmail sends return receipt every seconds
1386 We forgot to close the file when parsing
1387 disposition-notification fields, which made unlinking of the
1388 corresponding emails in tempfolder/processing impossible in
1389 Windows. Causing them to be re-fetched every time.
1391 2011-01-21 [colin] 3.7.8cvs40
1393 * claws-mail.desktop
1394 Fix again bug #2346: We should have a %u parameter.
1396 2011-01-21 [colin] 3.7.8cvs39
1398 * src/plugins/spamassassin/spamassassin.c
1399 Fix sa-learn when offline (its command line parsing is
1400 space-dependant). Patch by Wolfgang Lorenz
1402 2011-01-19 [pawel] 3.7.8cvs38
1404 * claws-mail.desktop
1405 Fix Bug 2346 'Please register x-handler-scheme
1406 in .desktop file' patch by Laurent Bigonville
1407 While I'm here update things to current
1408 standards, fix desktop-file-validate warnings/errors
1410 2011-01-18 [colin] 3.7.8cvs37
1413 Fix logic on SMTP AUTH: If the selected method isn't
1414 available, say so instead of supposing it'll work.
1415 Fixes bug #2039, 'SMTP AUTHENTICATION'
1417 2011-01-15 [pawel] 3.7.8cvs36
1419 * src/prefs_folder_item.c
1420 Rework subject regexp simplify gui a bit, this give us better
1421 options page layout (window with min width was too short to
1422 show all contents and thigs were unwieldy) and better preview
1423 of regexp working/not working
1425 2011-01-14 [pawel] 3.7.8cvs35
1428 strncpy2() NULLify strings just fine, no need to be
1431 2011-01-14 [pawel] 3.7.8cvs34
1434 Fix Bug #2165 'The date not localized in the message view'
1435 Display Date header in messageview in the same way as in
1436 summaryview by respecting date format set in preferences.
1438 2011-01-06 [pawel] 3.7.8cvs33
1440 * src/prefs_account.c
1441 * src/prefs_folder_item.c
1444 Make quote templates widgets more compact
1446 2011-01-06 [pawel] 3.7.8cvs32
1448 * src/plugins/trayicon/trayicon.c
1449 - fix logic bug which caused icon to be
1450 always set no-mail status on plugin load
1451 - force icon hide on plugin_done(), without
1452 it empty space(?!) is left in tray under KDE3 and KDE4
1454 2011-01-06 [colin] 3.7.8cvs31
1465 Unmime headers differently whether they're addresses or not:
1466 It's useless to quote things containing commas if it's in
1467 subject, for example. (introduced in 3.7.8cvs26)
1469 2011-01-06 [colin] 3.7.8cvs30
1471 * src/gtk/gtkaspell.c
1472 Complete previous patch
1474 * src/plugins/pgpinline/pgpinline.c
1477 2011-01-06 [paul] 3.7.8cvs29
1483 add Lithuanian translation (approx. 65% complete)
1484 submitted by Mindaugas Baranauskas
1486 2011-01-06 [pawel] 3.7.8cvs28
1491 * src/prefs_actions.c
1493 * src/gtk/gtkaspell.c
1494 * src/plugins/pgpinline/pgpinline.c
1495 * src/plugins/pgpmime/pgpmime.c
1496 * src/plugins/smime/smime.c
1497 Fix memory/file descriptors leaks
1499 2011-01-06 [paul] 3.7.8cvs27
1501 * src/plugins/pgpcore/sgpgme.c
1502 fix bug #2322, 'GPG Full info: showing subkey
1503 ID instead of primary key fingerprint'
1504 Patch by Sébastien Bigaret.
1506 2011-01-03 [colin] 3.7.8cvs26
1509 Better quote-checking when unmim-ing headers
1510 that may have comas.
1512 2011-01-03 [colin] 3.7.8cvs25
1515 Fix bug #2299, "Incorrect handling of quoted printable coma
1516 in headers". As this is really painful to fix by switching
1517 the whole stuff to a list of headers tokens, we workaround
1518 the problem by adding quotes around the encoded-word (making
1519 it a quoted-string which continuity is already handled).
1521 2011-01-03 [colin] 3.7.8cvs24
1526 2010-12-23 [colin] 3.7.8cvs23
1529 Finish fixing bug #2203: When forwarding (inline) and there
1530 are some text/* parts with no name, set them a name and
1531 set their disposition to attachment, so that recipients with
1532 MUAs preferring HTML parts don't show them by default.
1534 2010-12-22 [paul] 3.7.8cvs22
1537 fix missing file in 3.7.8cvs20
1539 2010-12-22 [colin] 3.7.8cvs21
1543 Implement a nicer scroll when drag and dropping
1545 2010-12-22 [colin] 3.7.8cvs20
1548 Store charset if available when attaching text/* parts
1549 Fixes bug #2203, 'Problems in forwarding multipart/
1550 alternative messages with HTML part'
1552 2010-12-22 [colin] 3.7.8cvs19
1557 2010-12-21 [colin] 3.7.8cvs18
1560 * src/send_message.c
1561 * src/common/session.c
1562 * src/common/session.h
1563 Differentiate between running sessions and connected
1564 sessions. Fixes bug #2332, "Crash when hitting cancel
1565 on the SMTP status window"
1567 2010-12-21 [colin] 3.7.8cvs17
1569 * src/etpan/etpan-thread-manager.c
1572 2010-12-21 [colin] 3.7.8cvs16
1575 Check whether we should continue loading the
1576 current textview after inserting a possibly
1579 2010-12-20 [colin] 3.7.8cvs15
1583 Removed. Dead code since ages!
1585 * src/gtk/gtkcmclist.c
1586 * src/gtk/gtkcmctree.c
1587 * src/gtk/gtksctree.c
1588 undefine *_DISABLE_DEPRECATED in the files that
1589 use deprecated interfaces. Implicit declarations
1590 can lead to crashes as prototypes are unknown, as
1591 evidenced by bug #2315.
1593 2010-12-20 [colin] 3.7.8cvs14
1596 Don't flush events when adding an header entry. This
1597 can mess up the keypresses in the previous header.
1598 Instead, make the scroll happen later (doing it on the
1599 spot without flushing events doesn't work as the new
1600 requisitions aren't set yet).
1602 2010-12-20 [colin] 3.7.8cvs13
1605 Don't iconify at start on w32. This un-iconifies in the
1608 2010-12-20 [colin] 3.7.8cvs12
1610 * src/common/base64.c
1611 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1612 Patch by pochini at shiny.it
1614 2010-12-19 [colin] 3.7.8cvs11
1619 2010-12-18 [colin] 3.7.8cvs10
1622 Fix bug #2148, "Attachment content-transfer-encoding
1623 incorrectly set when signing emails". The RFC 2045
1624 states that message/* and multipart/* encoding must
1625 be either 7-bit, 8-bit or binary.
1627 2010-12-18 [mones] 3.7.8cvs9
1630 Fix crash when searching or adding a LDAP server
1632 2010-12-17 [colin] 3.7.8cvs8
1641 Better error logging. Disable LDAP SSL/TLS on
1642 Windows, it's crashy/non-worky.
1644 2010-12-17 [colin] 3.7.8cvs7
1647 Fix bug #2325, "messages remains in folder cache after moving
1648 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1650 2010-12-17 [colin] 3.7.8cvs6
1662 Windows build fixes (w32 LDAP completely untested!)
1664 2010-12-16 [colin] 3.7.8cvs5
1674 Try to rationalize a bit LDAP connections
1676 2010-12-16 [colin] 3.7.8cvs4
1678 * src/prefs_spelling.c
1680 Add a button to get dictionaries (win32)
1682 2010-12-16 [colin] 3.7.8cvs3
1684 * src/prefs_matcher.c
1685 Fix bug #2279, "crash when clicking 'define' in filter
1686 configuring". Thanks to Theodor Ciobanu for the hint at
1689 2010-12-14 [colin] 3.7.8cvs2
1691 * src/gtk/gtkaspell.c
1692 Add missing guard for sys/wait.h
1694 2010-12-05 [colin] 3.7.8cvs1
1696 * tools/make.themes.project
1697 Seems wget has changed naming of targets downloaded.
1698 Fix it by always providing our own name.
1699 [Pushing mones' patch again after messing with CVSROOT]
1701 2010-12-04 [paul] 3.7.8
1707 2010-12-03 [paul] 3.7.7cvs11
1710 * manual/xml2pdf ** REMOVED **
1711 * manual/dist/pdf/Makefile.am
1712 * manual/es/dist/pdf/Makefile.am
1713 * manual/fr/dist/pdf/Makefile.am
1714 * manual/pl/dist/pdf/Makefile.am
1715 simplify check for tools needed for manual building,
1716 remove xml2pdf and use docbook2pdf instead
1718 2010-12-03 [mir] 3.7.7cvs10
1721 Fix bug so that configure option --disable-manual
1722 actually disable building the manuals
1724 2010-12-01 [pawel] 3.7.7cvs9
1727 One more GTK+ 2.22 build fix
1729 2010-11-30 [colin] 3.7.7cvs8
1732 Fix bug #2317, 'Action results in "Bad file descriptor"'
1733 Introduced in 3.7.6cvs57. In fact the error has been there
1734 since ages, and only new thing is the verification of the
1735 various functions return code. Let the stuff work as it
1736 does, as it seems to do the right thing since ages.
1738 2010-11-28 [colin] 3.7.7cvs7
1740 * src/gtk/quicksearch.c
1741 Fix bug #2313, 'CLI quicksearch sometimes returns
1742 the same messages twice'. Patch by Sebastien Bigaret
1744 2010-11-25 [paul] 3.7.7cvs6
1746 * src/prefs_common.c
1747 make "gtk_can_change_accels" FALSE by default.
1748 fixes bug #2309, 'Shortcuts should not be modifiable
1751 2010-11-24 [mones] 3.7.7cvs5
1754 Add missing shortcuts for marking as spam and ham
1755 Fixes Debian bug #599547
1757 2010-11-22 [colin] 3.7.7cvs4
1760 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1761 five patches were needed to fix a corner case
1762 is a good indicator that is was bound to break
1765 2010-11-21 [colin] 3.7.7cvs3
1767 * src/plugins/pgpcore/claws.def
1770 2010-11-20 [wwp] 3.7.7cvs2
1773 Fix either a typo or an irrelevant iff word there.
1774 IMO type and recursive possible values should be changed to
1775 smth simple and neat here, and help strings be really
1778 2010-11-20 [colin] 3.7.7cvs1
1781 Damn, forgot to commit this file twice.
1783 2010-11-19 [paul] 3.7.7
1789 2010-11-19 [paul] 3.7.6cvs66
1802 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1803 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1804 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1806 2010-11-17 [colin] 3.7.6cvs65
1808 * src/common/utils.c
1809 Separate email address from timestamp with a dot.
1812 2010-11-17 [colin] 3.7.6cvs64
1814 * src/common/utils.c
1815 Fix multiple @ in generated message-ids.
1816 That's not allowed in RFC 2822.
1818 2010-11-16 [mones] 3.7.6cvs63
1820 * manual/es/advanced.xml
1821 Synchronise with English version
1823 2010-11-04 [wwp] 3.7.6cvs62
1826 Fix bug 2293, "filtering: simplify expression", as simplifying
1827 this expression doesn't make it less easy to understand and we
1828 gain few cycles by making the logical expression more simple
1829 by applying. Patch by Nicolas Kaiser.
1831 2010-11-03 [colin] 3.7.6cvs61
1834 Fix bug 2294, "addrindex.c: address index conversion always
1835 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1837 2010-11-02 [wwp] 3.7.6cvs60
1842 Enlarge the progress bar (main window) a bit when compiling
1843 for UMPCs like maemo: this solves truncated text that might
1844 appear in the progress bar while processing messages.
1845 Also use a more compact string format when displaying
1846 progress like 'number/total', still for UMPCs, this fixes
1847 a previous inconsistency with these format strings where
1848 no space around the / were used sometimes.
1850 2010-10-26 [ticho] 3.7.6cvs59
1853 Recreate NNTP session if server port setting has changed. Fixes
1856 2010-10-26 [colin] 3.7.6cvs58
1860 Fix copy-paste error, thanks to David Relson
1863 2010-10-18 [colin] 3.7.6cvs57
1870 * src/prefs_themes.c
1873 * src/gtk/gtkutils.c
1874 * src/gtk/quicksearch.c
1875 * src/gtk/quicksearch.h
1876 * src/plugins/pgpcore/passphrase.c
1877 * src/plugins/spamassassin/libspamc.c
1880 2010-10-17 [colin] 3.7.6cvs56
1882 * src/prefs_themes.c
1883 * src/gtk/gtkaspell.c
1884 * src/gtk/gtkutils.c
1885 * src/gtk/gtkutils.h
1886 * src/gtk/inputdialog.c
1887 * src/gtk/progressdialog.c
1888 Undeprecate a few things
1890 2010-10-17 [colin] 3.7.6cvs55
1894 * src/gtk/quicksearch.c
1895 * src/gtk/quicksearch.h
1896 Add ability to search from the command-line.
1897 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1898 Patch by Sebastien Bigarret.
1900 2010-10-04 [mones] 3.7.6cvs54
1902 * manual/dist/pdf/Makefile.am
1903 Fix build of English PDF manual
1904 (sh: Can't open ../../../xml2pdf)
1906 2010-10-03 [colin] 3.7.6cvs53
1913 Get rid of GRelation which were, mostly, used as
1914 GHashTables. Probably fixes bug #2277, 'Segfault when
1915 loading inbox for the first time'
1917 2010-10-03 [mir] 3.7.6cvs52
1919 * manual/de/dist/html/Makefile.am
1920 * manual/de/dist/pdf/Makefile.am
1921 * manual/de/dist/ps/Makefile.am
1922 * manual/de/dist/txt/Makefile.am
1923 * manual/dist/html/Makefile.am
1924 * manual/dist/pdf/Makefile.am
1925 * manual/dist/ps/Makefile.am
1926 * manual/dist/txt/Makefile.am
1927 * manual/es/dist/html/Makefile.am
1928 * manual/es/dist/pdf/Makefile.am
1929 * manual/es/dist/ps/Makefile.am
1930 * manual/es/dist/txt/Makefile.am
1931 * manual/fr/dist/html/Makefile.am
1932 * manual/fr/dist/pdf/Makefile.am
1933 * manual/fr/dist/ps/Makefile.am
1934 * manual/fr/dist/txt/Makefile.am
1935 * manual/pl/dist/html/Makefile.am
1936 * manual/pl/dist/pdf/Makefile.am
1937 * manual/pl/dist/ps/Makefile.am
1938 * manual/pl/dist/txt/Makefile.am
1939 Missing Makefile.am's for 3.7.6cvs49
1942 2010-10-03 [colin] 3.7.6cvs51
1947 2010-10-02 [mir] 3.7.6cvs50
1949 * manual/de/dist/html/Makefile.am
1950 * manual/de/dist/pdf/Makefile.am
1951 * manual/de/dist/ps/Makefile.am
1952 * manual/de/dist/txt/Makefile.am
1953 * manual/dist/html/Makefile.am
1954 * manual/dist/pdf/Makefile.am
1955 * manual/dist/ps/Makefile.am
1956 * manual/dist/txt/Makefile.am
1957 * manual/es/dist/html/Makefile.am
1958 * manual/es/dist/pdf/Makefile.am
1959 * manual/es/dist/ps/Makefile.am
1960 * manual/es/dist/txt/Makefile.am
1961 * manual/fr/dist/html/Makefile.am
1962 * manual/fr/dist/pdf/Makefile.am
1963 * manual/fr/dist/ps/Makefile.am
1964 * manual/fr/dist/txt/Makefile.am
1965 * manual/pl/dist/html/Makefile.am
1966 * manual/pl/dist/pdf/Makefile.am
1967 * manual/pl/dist/ps/Makefile.am
1968 * manual/pl/dist/txt/Makefile.am
1969 Part 2 of last commit which broke due to a permission error
1970 Avoid claws trying to build manuals if the required
1971 tools are not present.
1973 2010-10-02 [mir] 3.7.6cvs49
1976 * manual/de/dist/html/Makefile.am
1977 * manual/de/dist/pdf/Makefile.am
1978 * manual/de/dist/ps/Makefile.am
1979 * manual/de/dist/txt/Makefile.am
1980 * manual/dist/html/Makefile.am
1981 * manual/dist/pdf/Makefile.am
1982 * manual/dist/ps/Makefile.am
1983 * manual/dist/txt/Makefile.am
1984 * manual/es/dist/html/Makefile.am
1985 * manual/es/dist/pdf/Makefile.am
1986 * manual/es/dist/ps/Makefile.am
1987 * manual/es/dist/txt/Makefile.am
1988 * manual/fr/dist/html/Makefile.am
1989 * manual/fr/dist/pdf/Makefile.am
1990 * manual/fr/dist/ps/Makefile.am
1991 * manual/fr/dist/txt/Makefile.am
1992 * manual/pl/dist/html/Makefile.am
1993 * manual/pl/dist/pdf/Makefile.am
1994 * manual/pl/dist/ps/Makefile.am
1995 * manual/pl/dist/txt/Makefile.am
1996 1) Downgrade autoconf requirements to 2.59 to allow
1997 building on oldest supported Linux distributions.
1998 2) Only try to build manuals if the needed software
2001 2010-10-02 [colin] 3.7.6cvs48
2003 * src/plugins/trayicon/trayicon.c
2004 And fix theme updating.
2006 2010-10-02 [colin] 3.7.6cvs47
2008 * src/plugins/trayicon/trayicon.c
2009 Got burnt by wrong indentation!
2011 2010-10-02 [colin] 3.7.6cvs46
2014 Forgot to remove the directory from top-level
2016 2010-10-02 [colin] 3.7.6cvs45
2018 * src/plugins/trayicon/Makefile.am
2019 * src/plugins/trayicon/trayicon.c
2020 * src/plugins/trayicon/libeggtrayicon/.cvsignore
2021 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2022 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2023 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2024 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2025 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2026 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2027 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2028 * src/plugins/trayicon/libeggtrayicon/xembed.h
2029 Finally get rid of Eggtrayicon, use GtkStatusIcon
2030 instead (which can be done safely now that we
2033 2010-10-02 [colin] 3.7.6cvs44
2041 * src/editaddress_other_attributes_ldap.c
2044 * src/grouplistdialog.c
2046 * src/image_viewer.c
2050 * src/message_search.c
2052 * src/prefs_themes.c
2053 * src/summary_search.c
2056 * src/etpan/imap-thread.c
2058 * src/gtk/gtkcmclist.c
2059 * src/gtk/gtkcmoptionmenu.c
2060 * src/gtk/gtkutils.c
2061 * src/gtk/gtkutils.h
2062 * src/gtk/gtkvscrollbutton.c
2063 * src/plugins/pgpcore/select-keys.c
2064 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2065 Undeprecate for GTK+2.22. Patch by Reed Loden.
2066 Fixes bug #2276, 'Compile in maintainer mode
2067 fails on GTK+ 2.22'.
2069 2010-10-02 [colin] 3.7.6cvs43
2072 It's now time to remove the temporary enable-openssl
2073 option that was used when we removed OpenSSL. See
2074 bug #2276 comment #14.
2076 2010-09-30 [wwp] 3.7.6cvs42
2078 * src/prefs_account.c
2079 * src/prefs_filtering_action.c
2080 * src/prefs_matcher.c
2081 Fix bug #2274, wrong color label index range
2082 used w/ gtk_cmoption_menu (behaviour change
2083 has been introduced w/ 3.5.0cvs49 apparently),
2084 now it must be 1..N so let's use colorlabel value
2088 2010-09-20 [pawel] 3.7.6cvs41
2095 2010-09-19 [pawel] 3.7.6cvs40
2100 Set ML menus sensitivity accordingly to
2101 possibility of reply to ML
2103 2010-09-19 [colin] 3.7.6cvs39
2106 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
2107 to newsgroups, and NNTP accounts *can* send email. We
2108 should not force an email account when replying to_ml or
2111 2010-09-19 [colin] 3.7.6cvs38
2114 Revert previous commit (which breaks Reply to newsgroups)
2116 2010-09-17 [pawel] 3.7.6cvs37
2119 Respect reply_account_autosel when changing compose
2120 account to email one while replying to NNTP post
2122 2010-09-17 [wwp] 3.7.6cvs36
2124 * doc/man/claws-mail.1
2125 Update --compose documentation in `man claws-mail`.
2127 2010-09-12 [pawel] 3.7.6cvs35
2130 Add forgotten bit to previous commit,
2131 select email account when replying to ML
2133 2010-09-12 [pawel] 3.7.6cvs34
2136 Fix bug #2247 "nntp reply-to-all broken?"
2137 Make reply-to-all and reply-to-ml work as expected in
2138 mailing list through NNTP case
2140 2010-09-11 [pawel] 3.7.6cvs33
2145 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
2146 fixes build with GTK+ < 2.18
2148 2010-09-10 [pawel] 3.7.6cvs32
2153 Make Tab key switch between FolderView, MsgView and
2154 SummaryView only, other widgets have/can have their own
2157 2010-08-25 [colin] 3.7.6cvs31
2162 * src/common/base64.c
2163 * src/common/base64.h
2164 Fix bug #2245, "base64 decoding fails with line breaks"
2165 Patch by Yotam Medini
2167 2010-08-25 [colin] 3.7.6cvs30
2170 Fix bug #2241, "Empty trash on exit fails on scripted exit"
2172 2010-08-23 [pawel] 3.7.6cvs29
2175 * src/send_message.c
2178 Hide progressbar on statusbar when not needed
2180 2010-08-17 [colin] 3.7.6cvs28
2183 Fix previous patch (our own tmp dir is inside
2186 2010-08-16 [colin] 3.7.6cvs27
2189 Use temp dir to store logs in Windows. Avoids doing
2190 get_rc_dir() early, which prevents set_rc_dir()
2193 2010-07-31 [holger] 3.7.6cvs26
2195 * src/gtk/gtkshruler.c
2196 Yet more GdkGC to Cairo porting
2198 2010-07-30 [holger] 3.7.6cvs25
2200 * src/stock_pixmap.c
2201 More GdkGC to Cairo porting
2203 2010-07-30 [holger] 3.7.6cvs24
2205 * src/gtk/colorlabel.c
2206 One GdkGC usage less
2208 2010-07-29 [holger] 3.7.6cvs23
2211 Replace some gdk drawing with cairo, as the former
2212 is going towards deprecation.
2214 2010-07-25 [colin] 3.7.6cvs22
2216 * src/common/utils.c
2217 And now for a real fix. g_list_remove() doesn't, of
2218 course, free the data. But we have to have a solid
2219 pointer to it in order to free it ourselves instead
2220 of relying on the old freed list pointer.
2221 Maybe that's the last patch on the subject now ? :)
2223 2010-07-25 [colin] 3.7.6cvs21
2225 * src/common/utils.c
2226 Remove stupid and extraneous g_free() of elements
2227 which have just been freed by g_list_remove(). (see
2228 GList documentation). I don't know how it worked before
2230 2010-07-25 [colin] 3.7.6cvs20
2232 * src/common/utils.c
2233 Reverse free/use with more logical and safe
2234 use/free. Thanks to Michael Rasmussen !
2236 2010-07-24 [colin] 3.7.6cvs19
2238 * src/gtk/quicksearch.c
2239 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2240 'freeze when using quick search'
2242 2010-07-11 [iwkse] 3.7.6cvs18
2244 * src/gtk/quicksearch.c
2245 Add SMALL_LAYOUT to quicksearch_relayout
2247 2010-07-10 [iwkse] 3.7.6cvs17
2250 Remove forgotten variable from
2251 the last bugfix #2224
2253 2010-07-10 [colin] 3.7.6cvs16
2256 * src/gtk/quicksearch.c
2257 Clean fix for bug #2224: don't mess with GTK settings when
2258 handling the layout ourselves is enough
2260 2010-07-09 [iwkse] 3.7.6cvs15
2264 Better fix for Bug #2224
2266 2010-07-09 [iwkse] 3.7.6cvs14
2270 Always use stock icons on buttons
2272 2010-07-08 [colin] 3.7.6cvs13
2275 Fix bug 2223, 'Compilation fails with GTK+
2276 2.21.3'. Thanks to Jan Psota !
2278 2010-06-29 [pawel] 3.7.6cvs12
2281 Revert 3.7.5cvs41, it breaks templates that use %X
2283 2010-06-23 [wwp] 3.7.6cvs11
2285 * src/gtk/colorlabel.c
2286 Silent up a warning by avoiding possible confusion
2287 in logical expression evaluation, thanks to TuxCM.
2289 2010-06-21 [iwkse] 3.7.6cvs10
2291 * src/gtk/quicksearch.c
2292 Do not add into quicksearch history
2293 matching rules with bad syntax
2295 2010-05-26 [holger] 3.7.6cvs9
2299 Add function to select rows given a list of messages,
2300 complementary to summary_get_selected_msg_list()
2302 2010-05-22 [mir] 3.7.6cvs8
2305 Fix bug 2208. Encode encrypted password to qouted
2306 printable to avoid making invalid XML. Encoding
2307 will be activated the first time the password is
2310 2010-05-22 [paul] 3.7.6cvs7
2312 * manual/advanced.xml
2314 * src/prefs_common.c
2315 * src/prefs_common.h
2316 after using the compose margin for several days
2317 I wanted the old style back - add a new hidden
2318 pref 'show_compose_margin' to restore the old
2319 behaviour (defaults to FALSE)
2321 2010-05-14 [paul] 3.7.6cvs6
2324 add a margin to the compose window text that matches
2325 the margin in textview
2327 2010-05-14 [colin] 3.7.6cvs5
2329 * src/gtk/sslcertwindow.c
2330 Fix dangling pointer. Thanks to Michael R!
2332 2010-05-14 [colin] 3.7.6cvs4
2334 * src/gtk/sslcertwindow.c
2335 Fix bug 1993, 'Cannot send mail when SSL certificate is
2336 expired but certificate check is skipped' and maybe
2337 bug 2200, 'SSL is not working with POP3'
2339 2010-05-14 [colin] 3.7.6cvs3
2341 * src/plugins/pgpinline/pgpinline.c
2342 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2344 2010-05-04 [iwkse] 3.7.6cvs2
2346 * src/prefs_message.c
2347 Get a generic name as 'Quotation' for
2350 2010-05-04 [iwkse] 3.7.6cvs1
2352 * src/prefs_message.c
2353 * src/prefs_common.h
2354 * src/prefs_common.c
2357 Option for collapsing via double-click
2359 2010-05-01 [paul] 3.7.6
2365 2010-05-01 [paul] 3.7.5cvs55
2367 * tools/claws.i18n.status.pl
2370 2010-05-01 [paul] 3.7.5cvs54
2373 add YUP, new Ukrainian translator
2375 2010-04-30 [paul] 3.7.5cvs53
2379 add Ukrainian translation, submitted by YUP
2388 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2389 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
2390 Tiago Faria, and Slavko
2392 2010-04-26 [wwp] 3.7.5cvs52
2397 2010-04-26 [mones] 3.7.5cvs51
2402 2010-04-22 [pawel] 3.7.5cvs50
2407 first NULL check pointer, then use it
2409 2010-04-22 [colin] 3.7.5cvs49
2412 Fix error message when session isn't established
2414 Update translation and fix a typo in it
2416 2010-04-15 [pawel] 3.7.5cvs48
2418 * src/prefs_account.c
2419 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2420 the port isn't configured properly'
2421 When using SSL/TLS tunneling automatically use default
2422 ports for encrypted connections: smtps, pop3s, imaps, nntps
2424 2010-04-15 [pawel] 3.7.5cvs47
2427 Fix crasher in actions using '%f' argument
2428 on multiple files with external scripts which
2429 don't return any output.
2431 2010-04-14 [colin] 3.7.5cvs46
2434 Fix hand cursor after error symbol appears
2436 2010-04-12 [colin] 3.7.5cvs45
2439 Fix bug 2162, 'configure check for libetpan
2440 fails with libetpan 1.0'
2443 2010-04-09 [mones] 3.7.5cvs44
2445 * manual/de/glossary.xml
2446 Fix encoding to match main document's
2447 Also fixes make dist with Debian's openjade
2449 2010-03-29 [pawel] 3.7.5cvs43
2451 * src/matcher_parser.h
2452 * src/matcher_parser_parse.y
2453 * src/gtk/quicksearch.c
2454 Disable matcher warnings when populating quicksearch
2455 completion lists on startup
2457 2010-03-27 [colin] 3.7.5cvs42
2459 * src/gtk/quicksearch.c
2460 Fix double-free later in code. Optimize
2463 2010-03-27 [pawel] 3.7.5cvs41
2466 Make sure that quote ends with new line char
2468 2010-03-26 [pawel] 3.7.5cvs40
2473 Fix Bug 1928 Add "reply to this address" pop menu
2475 - Set composing account to email one when creating/replying
2476 from NNTP folder by clicking link or choosing option
2480 2010-03-25 [paul] 3.7.5cvs39
2482 * src/gtk/gtkcmclist.c
2483 Fix build with GTK+ 2.20
2485 2010-03-24 [pawel] 3.7.5cvs38
2490 * src/grouplistdialog.c
2494 * src/prefs_account.c
2495 * src/gtk/gtkcmclist.c
2496 * src/gtk/gtkcmctree.c
2497 * src/gtk/gtkcmoptionmenu.c
2498 * src/gtk/gtksctree.c
2499 * src/gtk/gtkshruler.c
2500 * src/gtk/gtkutils.c
2501 * src/gtk/gtkutils.h
2502 * src/gtk/gtkvscrollbutton.c
2503 * src/gtk/inputdialog.c
2504 * src/gtk/spell_entry.c
2505 * src/plugins/trayicon/trayicon.c
2506 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2507 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2508 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2509 Fix build with GTK+ 2.19
2511 2010-03-23 [pawel] 3.7.5cvs37
2515 Respect view->show_col_headers option
2516 * src/gtk/gtkcmctree.c
2517 Fix GtkCmcTree column width calculation when it has
2518 auto_resize set and new node is added
2520 2010-03-22 [pawel] 3.7.5cvs36
2522 * src/grouplistdialog.c
2523 * src/prefs_common.c
2524 * src/prefs_common.h
2525 - remember newsgroups list dialog size
2526 - respect use_dotted_lines hidden pref
2527 - respect use_stripes_everywhere hidden pref
2529 2010-03-21 [pawel] 3.7.5cvs35
2532 Remove superfluous gtk_widget_show_all()
2535 * src/common/utils.c
2538 2010-03-21 [pawel] 3.7.5cvs34
2541 * src/gtk/quicksearch.c
2542 * src/gtk/quicksearch.h
2543 Implement separate search phrase completion for
2544 normal/extended quicksearch
2546 2010-03-11 [paul] 3.7.5cvs33
2549 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2550 submitted by Yuwei Yu
2552 2010-03-09 [colin] 3.7.5cvs32
2554 * manual/de/glossary.xml
2557 2010-03-02 [colin] 3.7.5cvs31
2559 * manual/de/glossary.xml
2560 Sort alphabetically. Done by Volker Ribbert.
2562 2010-03-02 [mones] 3.7.5cvs30
2565 Fix mailing list archives location
2566 Remove currently unavailable CVS webview
2568 2010-03-01 [iwkse] 3.7.5cvs29
2570 * src/common/plugin.c
2571 Other indentation issues
2573 2010-03-01 [iwkse] 3.7.5cvs28
2575 * src/common/plugin.c
2576 Fix indentation of the previous commit
2578 2010-03-01 [iwkse] 3.7.5cvs27
2580 * src/common/plugin.h
2581 * src/common/plugin.c
2582 Add API for getting a loaded Plugin from the
2583 plugin's name, plugin_get_loaded_by_name (const gchar *name)
2584 Thanks to Colin, Michael
2586 2010-02-27 [colin] 3.7.5cvs26
2591 * manual/Makefile.am
2592 * manual/de/Makefile.am
2593 * manual/de/account.xml
2595 * manual/de/addrbook.xml
2596 * manual/de/advanced.xml
2597 * manual/de/claws-mail-manual.xml
2599 * manual/de/glossary.xml
2601 * manual/de/handling.xml
2602 * manual/de/intro.xml
2603 * manual/de/keyboard.xml
2604 * manual/de/plugins.xml
2605 * manual/de/starting.xml
2606 * manual/de/dist/.cvsignore
2607 * manual/de/dist/Makefile.am
2608 * manual/de/dist/html/.cvsignore
2609 * manual/de/dist/html/Makefile.am
2610 * manual/de/dist/pdf/.cvsignore
2611 * manual/de/dist/pdf/Makefile.am
2612 * manual/de/dist/ps/.cvsignore
2613 * manual/de/dist/ps/Makefile.am
2614 * manual/de/dist/txt/.cvsignore
2615 * manual/de/dist/txt/Makefile.am
2616 Add the german translation of the manual, done by
2617 Volker Ribbert <thoraki@arcor.de>.
2619 2010-02-27 [holger] 3.7.5cvs25
2621 * src/prefs_toolbar.c
2622 Don't make toolbar item description for
2623 plugin registered items editable
2625 2010-02-26 [colin] 3.7.5cvs24
2628 Don't translate empty description
2630 2010-02-22 [colin] 3.7.5cvs23
2633 Don't make In-Reply-To visible when reediting
2634 a draft or sent mail.
2636 2010-02-20 [colin] 3.7.5cvs22
2642 * src/etpan/imap-thread.c
2643 * src/etpan/imap-thread.h
2644 * src/etpan/nntp-thread.c
2645 * src/etpan/nntp-thread.h
2646 When going offline from NetworkManager, just
2647 delete IMAP connections. That'll avoid timeouts
2648 when coming back online in certain cases when
2649 the TCP socket will have timed out.
2651 2010-02-20 [holger] 3.7.5cvs21
2654 More files to ignore
2656 2010-02-17 [ticho] 3.7.5cvs20
2663 2010-02-16 [ticho] 3.7.5cvs19
2668 Removed unused argument from summary_open_row().
2670 2010-02-10 [pawel] 3.7.5cvs18
2673 - fix headers filtering when prefs_common.trans_hdr is on
2674 - fix headers setting when changing composing account
2676 * src/prefs_template.c
2677 Re-add template's name for translation
2679 2010-02-10 [colin] 3.7.5cvs17
2681 * src/prefs_matcher.c
2682 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2683 Condition>Define>Header>Name combo box'. Patch by
2686 2010-02-10 [colin] 3.7.5cvs16
2696 Add the GB18030 Chinese charset, which is a superset
2697 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2699 2010-02-09 [holger] 3.7.5cvs15
2702 GTK+ 2.10 related cleanup
2704 2010-02-09 [pawel] 3.7.5cvs14
2706 * src/prefs_account.c
2707 * src/prefs_folder_item.c
2708 * src/prefs_template.c
2710 Respect prefs_common.trans_hdr in couple more places to avoid
2711 confusion with translated/non-translated header names
2713 2010-02-09 [colin] 3.7.5cvs13
2718 2010-02-09 [colin] 3.7.5cvs12
2721 And fix 2.10 build :)
2723 2010-02-09 [colin] 3.7.5cvs11
2726 Bump up GTK+ requirement to 2.10
2735 * src/prefs_actions.c
2736 * src/prefs_common.c
2737 * src/prefs_common.h
2738 * src/prefs_ext_prog.c
2739 * src/prefs_filtering_action.c
2741 * src/prefs_image_viewer.c
2742 * src/prefs_matcher.c
2743 * src/prefs_msg_colors.c
2744 * src/prefs_summaries.c
2745 * src/prefs_template.c
2751 * src/gtk/Makefile.am
2753 * src/gtk/gtkcmclist.c
2754 * src/gtk/gtkcmctree.c
2755 * src/gtk/gtkutils.c
2756 * src/gtk/quicksearch.c
2757 Remove all compile-time conditionals depending on
2761 * src/gtk/gtksourceprintjob.c
2762 * src/gtk/gtksourceprintjob.h
2763 Remove libgnomeprint-based printing system (and
2764 command-line-based printing system) as GTK+ 2.10
2765 ships with print support.
2767 2010-02-08 [mir] 3.7.5cvs10
2770 Avoid displaying Bcc headers in message sent
2771 to NNTP servers. Thanks to Henning Mersch.
2774 2010-02-08 [pawel] 3.7.5cvs9
2777 Make tooltips less cryptic
2778 * src/gtk/description_window.c
2779 Improve window size calculation
2781 2010-02-08 [pawel] 3.7.5cvs8
2785 * src/common/utils.c
2786 * src/common/utils.h
2788 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2789 Patch by Laurent Bigonville with slight modifications
2791 2010-02-03 [pawel] 3.7.5cvs7
2794 Add some libtool files to ignore
2796 2010-02-03 [pawel] 3.7.5cvs6
2798 * src/plugins/trayicon/trayicon.c
2799 Save and then restore focus when closing/minimizing to tray
2801 2010-02-03 [mir] 3.7.5cvs5
2809 Save LDAP password encrypted. See bug 2113.
2812 2010-02-03 [colin] 3.7.5cvs4
2815 Fix again decoding of encrypted parts. The
2816 reverting of the patch was wrong, as the
2817 double-decoding was fixed in smime itself.
2818 Thanks to Matthias Drochner again...
2820 2010-02-02 [colin] 3.7.5cvs3
2822 * src/plugins/smime/smime.c
2824 Revert 3.7.4cvs2 and make a better patch for bug
2825 2059 and 2076. Patch by Matthias Drochner
2827 2010-01-31 [pawel] 3.7.5cvs2
2830 Fix hungarian translator's name
2832 2010-01-31 [pawel] 3.7.5cvs1
2836 Fix Bug 2107 - Arrow keys don't work in message view window
2838 2010-01-31 [paul] 3.7.5
2845 2010-01-23 [pawel] 3.7.4cvs10
2848 Fix button sensitivity in compose mode
2850 2010-01-23 [pawel] 3.7.4cvs9
2853 * tools/kdeservicemenu/install.sh
2854 * tools/make.themes.project
2855 * tools/nautilus2claws-mail.sh
2856 * tools/popfile-link.sh
2857 * tools/textviewer.sh
2858 Not all systems have bash installed in /bin, use env(1) to find
2861 2010-01-22 [pawel] 3.7.4cvs8
2863 * src/prefs_account.c
2864 * src/prefs_filtering.c
2866 * src/gtk/colorlabel.c
2867 Add some separators in combos
2869 2010-01-22 [pawel] 3.7.4cvs7
2872 --disable-aspell -> --disable-enchant
2874 Fix options spacing in configure --help
2876 Make wizard's window centered on the screen
2878 2010-01-19 [holger] 3.7.4cvs6
2882 Introduce folder_get_item_from_identifier().
2883 In contrast to folder_find_item_from_identifier(), this
2884 function recursively creates the FolderItems in the id path.
2885 Useful for programmatically creating folders (e.g. by plugins)
2887 2010-01-17 [pawel] 3.7.4cvs5
2892 2010-01-16 [colin] 3.7.4cvs4
2894 * src/plugins/pgpcore/sgpgme.c
2895 Probably fix bug 2098, 'claws-mails crashes frequently
2896 with pgpcore'. Fix double-free.
2898 2010-01-16 [holger] 3.7.4cvs3
2900 * src/prefs_toolbar.h
2903 2010-01-15 [colin] 3.7.4cvs2
2906 Decode mimeinfo before decrypting it. Probably
2907 fixes bug 2059 'gpgme >=1.1.8 not compatible
2908 with S/MIME encryption' and bug 2076 'having
2909 worked 2 times properly CLAWS ceased to
2910 decrypt incoming PGP mails -displays base64
2911 instead - sucks completely'
2912 Let's hope complete suckage ends here!
2913 Thanks to Matthias Drochner.
2915 2010-01-08 [paul] 3.7.4cvs1
2917 * tools/claws.i18n.status.pl
2920 2010-01-08 [paul] 3.7.4
2927 2010-01-08 [paul] 3.7.3cvs57
2941 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2942 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2943 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2946 2010-01-08 [paul] 3.7.3cvs56
2948 * src/common/utils.c
2949 fix bug 2089, 'URLs ending with an underscore ('_')
2950 are not correctly parsed'. thanks to Johan
2952 2010-01-05 [colin] 3.7.3cvs55
2955 Update french translation
2957 2010-01-04 [mones] 3.7.3cvs54
2960 Update Spanish translation
2962 2010-01-04 [mones] 3.7.3cvs53
2964 * manual/plugins.xml
2966 * manual/es/claws-mail-manual.xml
2967 * manual/es/intro.xml
2968 * manual/es/plugins.xml
2969 Synchronise with English version
2971 2010-01-03 [paul] 3.7.3cvs52
2976 update TEAM_LIST, fix encoding
2978 2010-01-03 [mir] 3.7.3cvs51
2981 When composing to a NNTP list TO: will always be preset
2982 to the NNTP list unless user has chosen some other default
2983 in which case we will handle this the normal way. Therefore
2984 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2986 2010-01-01 [paul] 3.7.3cvs50
2989 bump copyright year whilst it's in mind
2991 2009-12-31 [paul] 3.7.3cvs49
2993 * manual/claws-mail-manual.xml
2995 * manual/plugins.xml
2996 fix links so that they make sense in the context of the
2997 text version of the manual
2999 2009-12-31 [paul] 3.7.3cvs48
3002 * manual/plugins.xml
3003 updates, improvements, corrections, additions
3005 2009-12-29 [pawel] 3.7.3cvs47
3007 * src/prefs_filtering_action.c
3008 Fix Bug 2082 'Wrong color rectangle position when replacing
3009 "color" processing rule'
3011 2009-12-29 [colin] 3.7.3cvs46
3014 Fix bug 2074, 'Remember sending account
3017 2009-12-20 [holger] 3.7.3cvs45
3020 Delay CREATED_HOOKLIST invokation until
3021 after the modifications to the compose window
3022 are done, to allow hooks to further modify the
3023 window without getting overridden again
3025 2009-12-20 [holger] 3.7.3cvs44
3027 * src/prefs_toolbar.h
3030 2009-12-20 [holger] 3.7.3cvs43
3032 * src/prefs_toolbar.c
3033 * src/prefs_toolbar.h
3035 Pass window struct to caller
3037 2009-12-20 [holger] 3.7.3cvs42
3041 Add hooklist after creation of a compose window
3043 2009-12-19 [holger] 3.7.3cvs41
3045 * src/prefs_toolbar.c
3046 * src/prefs_toolbar.h
3048 Allow plugins to choose to which toolbar they want
3049 to add actions (main window, compose window, or message view)
3051 2009-12-19 [paul] 3.7.3cvs40
3054 fix statusbar in GTK+ 2.19.1
3056 2009-12-10 [pawel] 3.7.3cvs39
3059 Better fix for cvs28 regression
3061 2009-12-10 [iwkse] 3.7.3cvs38
3064 Fix some indentation
3066 2009-12-10 [iwkse] 3.7.3cvs37
3069 Add missing checks for gtkaspell: avoid
3070 crashing in some cases when Enchant is
3071 enabled but the spell checker is disabled
3074 2009-12-09 [colin] 3.7.3cvs36
3077 Fix leak and unchecked accesses.
3079 2009-12-09 [mir] 3.7.3cvs35
3082 Fix Bug 2072 "template at folder properties is not working"
3083 introduced in cvs24.
3085 2009-12-08 [pawel] 3.7.3cvs34
3088 When 'Reply All' remove current compose address from
3089 Cc/Bcc list - fix for regression introduced in cvs28
3091 2009-12-05 [pawel] 3.7.3cvs33
3094 Fix memory management, duh!
3096 2009-12-04 [pawel] 3.7.3cvs32
3099 Use case insensitive comparison in search for
3102 Refresh scrollbars on every window open
3104 2009-12-04 [pawel] 3.7.3cvs31
3107 Highlight misspelled words when applying template and
3108 check_while_typing option is on
3110 2009-12-03 [pawel] 3.7.3cvs30
3113 Highlight misspelled words in text inserted from file(s)
3114 or pasted to message body when check_while_typing
3117 2009-12-02 [pawel] 3.7.3cvs29
3120 Revert first part of previous commit
3122 2009-12-02 [pawel] 3.7.3cvs28
3125 Fix Bug 2055 "duplicate mailing list reply if
3126 List-Post + Reply-To present"
3127 - Ignore Reply-To if answering to ML
3128 - Improve parsing of List-Post header
3130 2009-12-02 [pawel] 3.7.3cvs27
3134 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
3135 email had user in "From" and "CC"
3136 Don't allow duplicate addresses in compose window headers
3138 2009-12-02 [mones] 3.7.3cvs26
3141 * manual/es/intro.xml
3142 * manual/fr/intro.xml
3143 * manual/it/intro.xml
3144 * manual/pl/intro.xml
3145 Make URL to point current site
3147 2009-12-01 [holger] 3.7.3cvs25
3151 Introduce new drag type "claws-mail/msg-path-list" for
3152 drag'n'drop of a message selection from the summaryview
3153 into other applications. The drag data gets set to the
3154 folder-item-id followed by message ids, separated by newlines.
3155 This enables other applications to back-link to Claws Mail
3156 via a "claws-mail --select" call after they received a drop.
3158 2009-11-30 [mir] 3.7.3cvs24
3161 Place cursor in compose window according to provided input
3162 If to: is present place cursor in subject field and if both
3163 to: and subject: is present place cursor in body. If body: is
3164 present insert a new line after text and place cursor there.
3166 2009-11-27 [mones] 3.7.3cvs23
3168 * src/gtk/quicksearch.c
3169 Allow viewing longer expressions if there's space
3171 2009-11-25 [holger] 3.7.3cvs22
3174 * src/common/Makefile.am
3175 * src/common/utils.c
3176 * src/common/utils.h
3177 Add a function to query the
3178 filepath of the .desktop file
3180 2009-11-25 [colin] 3.7.3cvs21
3183 Fix bug 2063, 'glib assertion in GRelation use in
3186 2009-11-24 [pawel] 3.7.3cvs20
3188 * src/common/utils.c
3189 Fix Bug 2053 'Inconsistent application of Coloration
3191 Don't allow '<' character between quotation marks
3193 2009-11-21 [holger] 3.7.3cvs19
3196 Modify cairo clip handling in preview windows,
3197 to prevent print preview windows from being blank
3198 with GTK+ 2.18. Follow recommendation of the GTK+
3199 documentation (section "Migrating to client side windows")
3200 and create a new cairo context for each expose event.
3202 2009-11-19 [pawel] 3.7.3cvs18
3205 complete 3.7.3cvs15 so install is DESTDIR safe
3206 remove icons with changed names on uninstall
3208 2009-11-18 [pawel] 3.7.3cvs17
3211 remove unneeded and code-duplicating function
3213 2009-11-18 [pawel] 3.7.3cvs16
3216 Fix Bug 2057 'Claws mail does not keep renamed names
3217 of nntp-subscribed groups'
3218 Check for already subscribed group using item->path for group
3219 comparision as folders item->path != item->name may be truth
3220 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
3222 2009-11-17 [pawel] 3.7.3cvs15
3225 Fix Bug 2049 'some icons not copied?'
3226 Install additional 64x64 and 128x128 icons
3228 2009-11-17 [holger] 3.7.3cvs14
3230 * src/prefs_toolbar.c
3231 * src/prefs_toolbar.h
3234 Allow plugins to register toolbar items
3236 2009-11-11 [pawel] 3.7.3cvs13
3242 Fix Bug 1867 Changing account does not change BCC address
3243 Set account specific headers when changing account
3246 2009-11-07 [colin] 3.7.3cvs12
3248 * src/gtk/prefswindow.c
3249 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3252 2009-11-07 [colin] 3.7.3cvs11
3254 * src/gtk/spell_entry.c
3255 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3256 Patch by Pawel Pekala
3258 2009-10-27 [colin] 3.7.3cvs10
3261 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3262 Don't try to check whether the folder is up-to-date if
3263 the folder class doesn't implement set_mtime, as we don't
3264 care in this case. This code exists since a long time, but
3265 the bug was triggered by more scanning of queue folders
3266 since recently (when we added \Deleted handling).
3268 2009-10-27 [colin] 3.7.3cvs9
3271 Try to fix registering as default client
3274 2009-10-21 [wwp] 3.7.3cvs8
3276 * src/common/utils.c
3277 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3279 2009-10-21 [wwp] 3.7.3cvs7
3281 * src/common/utils.c
3282 Don't core dump when attempting to insert a non-existing
3283 file using a mailto: uri (g_error does core dump).
3285 2009-10-20 [colin] 3.7.3cvs6
3287 * src/common/utils.c
3288 Don't g_error on normal warnings...
3290 2009-10-20 [colin] 3.7.3cvs5
3292 * src/plugins/pgpcore/sgpgme.c
3293 Fix bug 1996, 'S/MIME key not selected'
3294 Check for S/MIME certs too
3296 2009-10-20 [colin] 3.7.3cvs4
3298 * src/common/w32lib.h
3299 Fix win32 build on latest mingw32
3301 2009-10-20 [colin] 3.7.3cvs3
3306 Fix LDIF export. Patch by Michael Rasmussen
3308 2009-10-18 [paul] 3.7.3cvs2
3310 * tools/claws.i18n.status.pl
3311 increase the value of $transolddays since we're relasing less
3313 rework the en_GB.po hack so that en_GB is always 100% translated
3314 and recently updated
3316 2009-10-17 [paul] 3.7.3cvs1
3318 * src/prefs_account.c
3319 * src/prefs_compose_writing.c
3320 * src/prefs_receive.c
3321 * src/prefs_summaries.c
3322 * src/prefs_wrapping.c
3323 reword a few labels. (this incorporates everything
3324 that seemed worthwhile from bug 2020)
3325 * src/prefs_customheader.c
3326 use a 'Browse' button instead of button with
3327 label 'From file...'
3331 * CVS repository change
3333 2009-10-09 [paul[ 3.7.3
3335 version 3.7.3 unleashed!!
3337 2009-10-07 [paul] 3.7.2cvs49
3342 fix Bug 1994 - Changing colors required restart.
3343 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3344 more accurate folderview_reinit_fonts()
3346 2009-10-07 [paul] 3.7.2cvs48
3349 * src/prefs_common.c
3350 * src/prefs_common.h
3351 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
3352 patch by Pawel Pekala
3354 2009-10-07 [paul] 3.7.2cvs47
3362 updated by David Vachulka, Stephan Sachse and Marc Arens,
3363 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3366 2009-10-06 [colin] 3.7.2cvs46
3369 French translation update
3371 2009-10-05 [paul] 3.7.2cvs45
3374 enable Page Size and Orientation in the print dialog,
3375 GTK+ >= 2.18.x only. Patch by Mark__T
3377 2009-10-05 [paul] 3.7.2cvs44
3379 * src/prefs_summaries.c
3380 fix label, startup --> start-up, to match other uses of the
3383 2009-10-05 [paul] 3.7.2cvs43
3386 updated by Emilian Nowak
3388 2009-10-03 [colin] 3.7.2cvs42
3392 * src/gtk/gtkcmclist.c
3393 * src/gtk/gtkvscrollbutton.c
3394 * src/gtk/logwindow.c
3396 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3397 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3398 Fix warning at start
3400 2009-09-28 [colin] 3.7.2cvs41
3404 * src/prefs_folder_item.c
3405 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3407 2009-09-28 [colin] 3.7.2cvs40
3409 * src/prefs_summaries.c
3410 * src/gtk/sslcertwindow.c
3411 Fix bug 2006, 'Non-utf8 strftime(3) date strings
3412 shows up garbled in GUI'. Patch by Pawel Pekala
3414 2009-09-24 [iwkse] 3.7.2cvs39
3417 That's only for statistics, of course :)
3419 2009-09-24 [iwkse] 3.7.2cvs38
3424 2009-09-24 [iwkse] 3.7.2cvs37
3427 Revert unwanted change
3429 2009-09-24 [iwkse] 3.7.2cvs36
3432 Fix issue with filtering actions and
3435 2009-09-20 [mones] 3.7.2cvs35
3437 * tools/convert_mbox.pl
3438 Add -R flag to support recursive conversions
3439 of arbitrary Evolution mail folders, based on
3440 bash script by Daniel Dickinson (fixes debian
3442 * tools/popfile-link.sh
3443 Set required shell for script (fixes debian
3446 2009-09-16 [colin] 3.7.2cvs34
3449 Go grab files in /etc/skel if they exist
3452 2009-09-15 [colin] 3.7.2cvs33
3455 Complete 3.7.1cvs42: only output directly to
3456 final file if we get NULL byes at the start.
3457 Still fixes saving UTF16 files, but also
3458 fixes displaying Base64 parts with decoding
3459 errors (parts without errors get displayed)
3461 2009-09-14 [colin] 3.7.2cvs32
3465 * src/matcher_parser_parse.y
3466 * src/prefs_matcher.c
3467 Add 'has_attachment' and 'signed' matcher
3468 expressions. Patch by Aleksei Miheev, fixes
3471 2009-09-14 [colin] 3.7.2cvs31
3473 * src/common/utils.c
3474 Add "Re :" prefix from french Yahoo mail.
3475 Patch by Didier Barvaux, fixes bug 1999
3477 2009-09-10 [mones] 3.7.2cvs30
3479 * manual/plugins.xml
3480 Fix sites supported by SpamReport
3481 * manual/es/plugins.xml
3482 Synchronise Spanish manual
3484 2009-09-07 [holger] 3.7.2cvs29
3487 Also update the icon cache on uninstall.
3488 This prevents possible problems when Claws Mail was
3489 uninstalled and installed again into a different location,
3490 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3491 and the blog post linked therein
3493 2009-09-07 [paul] 3.7.2cvs28
3495 * src/prefs_toolbar.c
3496 when updating the main toolbar icons just update
3497 the main toolbar (and consequently fix a bug where
3498 folderview icons would disappear)
3500 2009-08-30 [holger] 3.7.2cvs27
3503 Do case-insensitive comparison against
3504 header names when extracting recipients
3507 2009-08-23 [colin] 3.7.2cvs26
3510 Probably fix RH bug 512024, " folder.c:3543
3511 Condition msglist != NULL failed"
3513 2009-08-23 [colin] 3.7.2cvs25
3515 * src/prefs_compose_writing.c
3516 Make the maximum size warning bigger. Patch
3517 by Didier Barvaux on bug 1986.
3519 2009-08-21 [colin] 3.7.2cvs24
3522 Previous commit: move the function into compose_insert_file
3523 so that it's also used on drag-n-drop
3525 2009-08-21 [colin] 3.7.2cvs23
3528 Fix scrolling when adding an header
3530 2009-08-21 [colin] 3.7.2cvs22
3533 * src/prefs_common.c
3534 * src/prefs_common.h
3535 * src/prefs_compose_writing.c
3536 * src/common/utils.c
3537 Fix bug 1986, "New feature: warn user when inserting
3538 a large file in the message body". Patch by Didier
3541 2009-08-21 [colin] 3.7.2cvs21
3545 * src/common/utils.c
3546 Fix bug 1984: Add R�f. : reply prefix (french
3547 Lotus Notes); patch by Didier Barvaux
3549 2009-08-21 [colin] 3.7.2cvs20
3553 Fix bug 1969, 'Bad guess for outgoing encoding'
3554 Make sure the specific converters (japanese in
3555 this case) can return success/error in strict
3556 mode, instead of silently failing back to
3559 2009-08-20 [holger] 3.7.2cvs19
3563 Make it possible for code outside
3564 compose (e.g. plugins) to attach files
3566 2009-08-20 [colin] 3.7.2cvs18
3569 Fix crash when accessing IMAP soon
3571 2009-08-18 [colin] 3.7.2cvs17
3574 Maybe fix crash on non-existent LDAP server
3576 2009-08-04 [colin] 3.7.2cvs16
3579 Fix toolbar's spacing that breaks dark
3580 themes (patch from http://blogs.igalia.com/aperez/
3581 2009/07/making-claws-mail-look-better/)
3583 2009-07-28 [colin] 3.7.2cvs15
3586 * src/addrcustomattr.c
3588 * src/addressbook_foldersel.c
3596 * src/editldap_basedn.c
3607 * src/prefs_actions.c
3608 * src/prefs_customheader.c
3609 * src/prefs_display_header.c
3610 * src/prefs_filtering.c
3611 * src/prefs_folder_column.c
3612 * src/prefs_matcher.c
3613 * src/prefs_summary_column.c
3614 * src/prefs_summary_open.c
3615 * src/prefs_template.c
3618 Fix bug 1950, 'Program freeze up during folder selection'
3619 Don't leave hidden windows modal
3621 2009-07-28 [colin] 3.7.2cvs14
3624 Fix bug 1957, 'LDAP errs out after searching too
3627 2009-07-28 [colin] 3.7.2cvs13
3630 Fix bug 1966, '"Collapse all threads" slower than
3631 "Expand all threads"'
3633 2009-07-28 [colin] 3.7.2cvs12
3635 * src/common/session.c
3636 Fix bug 1967, 'Claws gets stuck after accepting
3637 a certificate warning dialog'
3639 2009-07-19 [paul] 3.7.2cvs11
3641 * manual/plugins.xml
3642 a few small changes to the English
3644 2009-07-18 [mones] 3.7.2cvs10
3646 * manual/plugins.xml
3647 Add new bsfilter and fancy plugins to the docs
3648 and a note about dealing with plugins of the same class
3649 * src/prefs_account.c
3650 Fix extra space at the end typo
3652 2009-07-16 [colin] 3.7.2cvs9
3655 Fix wrong return without unlocking; thanks
3658 2009-07-14 [colin] 3.7.2cvs8
3661 Fix bug 1954, 'Segfault on reading wrong STATUS'
3663 2009-07-10 [colin] 3.7.2cvs7
3665 * src/plugins/pgpcore/plugin.def
3666 * src/common/utils.h
3669 2009-07-10 [colin] 3.7.2cvs6
3671 * src/prefs_display_header.c
3672 Fix bug 1951, 'C-Mail dumps core when editing
3673 displayed headers'. Patch by Alexey Rusakov
3675 2009-07-10 [colin] 3.7.2cvs5
3678 Fix bug 1952, 'Deleted mails in Queue folder
3681 2009-07-09 [colin] 3.7.2cvs4
3683 * src/gtk/spell_entry.c
3684 Fix bug 1949, 'Spell checker doesn't recognise
3685 certain word in Subject header, but does in
3686 message body'. Patch by Pawel Pekala.
3688 2009-07-09 [paul] 3.7.2cvs3
3691 use pkgconfig to check for the minimum required
3694 2009-07-06 [colin] 3.7.2cvs2
3696 * src/prefs_customheader.c
3699 2009-07-04 [paul] 3.7.2cvs1
3701 * tools/claws.i18n.status.pl
3704 2009-07-03 [paul] 3.7.2
3711 2009-07-03 [paul] 3.7.1cvs85
3718 added new translations by Tiago Faria and Slavko
3731 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3732 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3733 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3734 Goncalves Guimaraes, Aleksei Miheev
3736 2009-07-01 [colin] 3.7.1cvs84
3738 * src/prefs_common.c
3739 Fix bug 1940, 'Doesn't open links in
3740 user's default browser'. Turn the preference
3741 to TRUE by default; that will only change the
3742 behaviour for new users.
3744 2009-06-29 [colin] 3.7.1cvs83
3748 * src/prefs_filtering_action.c
3749 Fix bug 1935, 'problems with very long filtering actions':
3750 Use a dynamic buffer in action to string, and a bigger
3751 buffer in string to action
3753 2009-06-29 [colin] 3.7.1cvs82
3755 * src/matcher_parser_lex.l
3756 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3758 2009-06-29 [colin] 3.7.1cvs81
3763 Fix crash (out-of-bounds tree column)
3764 * src/gtk/gtkcmctree.c
3765 * src/gtk/gtksctree.c
3766 Prevent using an out-of-bounds tree column
3768 2009-06-29 [colin] 3.7.1cvs80
3772 Leak fixes; patch by Pawel Pekala.
3774 2009-06-26 [colin] 3.7.1cvs79
3777 Sort by msgnum if dates are equal
3779 2009-06-24 [paul] 3.7.1cvs78
3782 make some (forgotten) strings translatable
3784 2009-06-19 [colin] 3.7.1cvs77
3787 Fix menu sensitiveness
3789 2009-06-18 [colin] 3.7.1cvs76
3792 * src/plugins/pgpcore/sgpgme.c
3793 * src/plugins/pgpcore/sgpgme.h
3794 * src/plugins/pgpmime/mypgpcore.def
3795 * src/plugins/pgpmime/pgpmime.c
3796 * src/plugins/smime/mypgpcore.def
3797 * src/plugins/smime/smime.c
3798 Use largefile support (and stop using our old GPGME
3799 hack on gpgme_data_seek/rewind)
3800 (See 1.9.12cvs44 to 46 - if this breaks things we
3803 2009-06-13 [colin] 3.7.1cvs75
3805 * src/gtk/spell_entry.c
3806 Fix assertion. We can put a NULL gtkaspell to
3807 an entry; it just means it won't be spell-checked.
3809 2009-06-12 [mones] 3.7.1cvs74
3813 * src/prefs_account.c
3814 * src/prefs_account.h
3815 * src/common/utils.c
3816 * src/common/utils.h
3817 Added preference to use account address in generated
3818 Message-Id. Fixes Debian bug #531052
3820 2009-06-12 [colin] 3.7.1cvs73
3823 Better fix, API-compatible with libgnutls13
3825 2009-06-12 [colin] 3.7.1cvs72
3828 Use compatibility mode in GnuTLS, and avoid problems with
3829 servers that don't comply 100% with the spec, but still
3832 2009-06-06 [iwkse] 3.7.1cvs71
3835 Ops..revert a mix with another patch
3837 2009-06-06 [iwkse] 3.7.1cvs70
3840 A better fix for the previous commit's issue
3842 2009-06-06 [iwkse] 3.7.1cvs69
3845 Fix shutting down of Claws Mail while a GTK_Return keypress
3846 event is sent to the Attach property window
3848 2009-06-05 [colin] 3.7.1cvs68
3851 Fix build on GTK+ 2.6
3853 2009-06-03 [mones] 3.7.1cvs67
3855 * tools/make.themes.project
3856 Oops! fix header, sorry Paul ;-)
3858 2009-06-03 [mones] 3.7.1cvs66
3860 * tools/make.themes.project
3861 Add support for PNG themes and other
3862 fixes i don't remember now... :)
3864 2009-06-02 [colin] 3.7.1cvs65
3867 * src/prefs_template.c
3869 Fix error messages in templates, and fix their
3872 2009-05-22 [colin] 3.7.1cvs64
3877 2009-05-22 [colin] 3.7.1cvs63
3880 Fix phantom button behind entry when
3881 changing fields via Tools/Reply mode.
3883 2009-05-22 [colin] 3.7.1cvs62
3888 2009-05-21 [mones] 3.7.1cvs61
3892 Add button to empty header lines with one click
3894 2009-05-21 [paul] 3.7.1cvs60
3898 * src/plugins/trayicon/trayicon.c
3899 when quitting from the trayicon, honour
3900 prefs_common.clean_on_exit
3902 2009-05-21 [paul] 3.7.1cvs59
3904 * src/gtk/Makefile.am
3905 remove duplicate entry
3906 thanks to Charles A Edwards
3908 2009-05-19 [paul] 3.7.1cvs58
3910 * src/send_message.c
3911 clear progressbar in the statusbar on 'Cancel'
3913 2009-05-16 [colin] 3.7.1cvs57
3919 2009-05-16 [colin] 3.7.1cvs56
3922 Remove msgnum>0 condition for removing messages
3923 from caches. There's no such condition on add.
3924 Fixes bug 1913, 'Allow to remove phantom
3925 messages from the cache'; patch by Fabian
3926 Keil <fk at fabiankeil.de>
3928 2009-05-12 [holger] 3.7.1cvs55
3932 Introduce hook after showing of the message view
3934 2009-05-11 [colin] 3.7.1cvs54
3937 Fix bug 1872, 'A: Cc: CCi: selector should
3938 default on same as preceding contact'
3940 2009-05-10 [holger] 3.7.1cvs53
3944 Add a hook to make it possible for plugins to
3945 modify the address completion list
3947 2009-05-06 [paul] 3.7.1cvs52
3951 fix bug 1915, 'Mails signed with smime.p7s
3952 display both signed and attachment icon.'
3954 2009-05-05 [colin] 3.7.1cvs51
3956 * src/common/utils.c
3959 2009-05-05 [colin] 3.7.1cvs50
3961 * src/common/utils.c
3962 Fix bug 1895, '(imap) cache issues when cache dir is on a
3963 different mountpoint than tempdir'
3965 2009-05-04 [colin] 3.7.1cvs49
3968 Probably fix bug 1914, 'Crash reading
3969 corrupted tags file'
3971 2009-04-26 [paul] 3.7.1cvs48
3974 * src/gtk/gtkaspell.h
3975 fix bug 1904, 'build mechanism looks for
3976 'enchant.h' in a wrong place'
3978 2009-04-25 [paul] 3.7.1cvs47
3981 gah! fix coding style!
3983 2009-04-25 [paul] 3.7.1cvs46
3987 if building with GTK+ >= 2.16 use
3988 gtk_orientable_set_orientation() instead of now
3989 deprecated gtk_toolbar_set_orientation()
3991 2009-04-24 [colin] 3.7.1cvs45
3994 Ask before sending if an attached file has
3997 2009-04-19 [paul] 3.7.1cvs44
3999 * src/prefs_common.c
4000 * src/prefs_common.h
4002 save About window size.
4003 patch by Pawel Pekala
4005 2009-04-12 [paul] 3.7.1cvs43
4007 * tools/csv2addressbook.pl
4008 add extra CSV fields that are now appended
4009 by thunderbird (version 2.0.0.21)
4011 2009-04-08 [colin] 3.7.1cvs42
4014 fix saving (but not displaying) of UTF-16
4017 2009-04-08 [colin] 3.7.1cvs41
4019 * src/gtk/manage_window.c
4020 Disable transient windows on win32 - seems to
4021 fix most focusing issues
4023 2009-04-05 [colin] 3.7.1cvs40
4026 Don't ask whether we want to send deleted mails in queue
4027 folders; also, don't send deleted mails when flushing
4030 2009-04-04 [paul] 3.7.1cvs39
4036 * tools/claws.i18n.status.pl
4037 add new Indonesian translation, by
4040 2009-04-03 [paul] 3.7.1cvs38
4046 2009-04-03 [colin] 3.7.1cvs37
4050 Fix bug 1891, 'Add support for gopher:// links'
4051 Patch by Jacob Head <clawsmail at jacob-head.com>
4052 Let's go back to the roots!
4054 2009-04-03 [paul] 3.7.1cvs36
4059 2009-04-03 [paul] 3.7.1cvs35
4062 add AC_CONFIG_MACRO_DIR([m4])
4063 remove CLAWS_ACLOCAL_INCLUDE(m4)
4064 * m4/aclocal-include.m4
4065 removed this now unneeded file
4067 2009-04-02 [colin] 3.7.1cvs34
4069 * src/common/utils.h
4070 Fix previous (thanks to Marcus :)
4072 2009-04-02 [colin] 3.7.1cvs33
4074 * src/common/utils.h
4075 * src/etpan/etpan-thread-manager.c
4076 pipe() was a macro from GLib on win32 until
4077 glib 2.13.2. It's undefined after that.
4078 Thanks to Marcus Brinkmann for the heads-up!
4080 2009-03-31 [colin] 3.7.1cvs32
4082 * src/folder_item_prefs.c
4083 Copy folder settings with prefs
4085 2009-03-31 [colin] 3.7.1cvs31
4087 * src/prefs_account.c
4088 Don't use un-sensitive checkboxes in Privacy tab
4089 when privacy system in None (makes unchecking
4090 painful when no privacy plugin is loaded)
4092 2009-03-30 [colin] 3.7.1cvs30
4099 * src/prefs_account.c
4100 * src/prefs_account.h
4103 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
4104 Add an option on the Receive page of IMAP account preferences:
4105 "Move deleted mails to trash and expunge immediately". This
4106 option defaults to TRUE to avoid changing the existing behaviour.
4107 Setting it to FALSE prevents automatic expunging.
4108 Also, add Tools/Expunge and View/Hide deleted messages menu items
4109 (View/Hide deleted message being a per-folder setting, and behaving,
4110 like View/Hide read messages).
4112 2009-03-30 [colin] 3.7.1cvs29
4115 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
4116 ask for IMAP password when using GSSAPI auth
4118 2009-03-27 [colin] 3.7.1cvs28
4121 Fix cvs14, make sure we mark non-existent caches dirty
4122 (or they never get written)
4124 2009-03-27 [colin] 3.7.1cvs27
4127 Fix tag update when all tags are removed
4130 2009-03-25 [colin] 3.7.1cvs26
4133 Fix configure.ac, thanks to Pawel
4135 2009-03-25 [colin] 3.7.1cvs25
4138 * src/etpan/nntp-thread.c
4139 Fix header fetching (NG/To/Cc). Fixes
4140 bug 1883, 'Message processing fails to
4141 act on Newsgroups: field'
4143 2009-03-23 [colin] 3.7.1cvs24
4146 Fix internal headers visible in queue/sent
4148 2009-03-23 [colin] 3.7.1cvs23
4151 Fix check for RC (resource compiler) used
4152 on win32 (AC_LIBTOOL_RC used to call it
4153 implicitely but stopped)
4155 2009-03-19 [colin] 3.7.1cvs22
4158 Put spam button in default toolbar even if
4159 bogofilter and spamassassin are not built.
4160 Other anti-spam plugin could exist! :)
4161 * src/common/utils.c
4162 Fix exit status fetch on win32
4164 2009-03-18 [paul] 3.7.1cvs21
4166 * src/gtk/spell_entry.c
4167 fix "[BUG] Wrong word replaced in 'Subject:'
4168 when spell-checking correction used"
4169 Patch by Pawel Pekala
4171 2009-03-17 [colin] 3.7.1cvs20
4173 * src/common/utils.c
4174 Fix win32 build (from cvs12)
4176 2009-03-17 [colin] 3.7.1cvs19
4179 Fix bug 1735, 'Change To: and Newsgroups:
4180 recipient field according account type'
4183 2009-03-17 [colin] 3.7.1cvs18
4186 * src/prefs_common.c
4187 * src/prefs_common.h
4189 * src/common/prefs.c
4190 Add preference for fsyncing metadata
4192 2009-03-16 [paul] 3.7.1cvs17
4194 * src/prefs_customheader.c
4195 add forgotten #if HAVE_LIBCOMPFACE
4197 2009-03-16 [paul] 3.7.1cvs16
4199 * src/prefs_customheader.c
4200 put the (X-)Face preview image below the up/down
4201 buttons so they don't jump around.
4202 make the list reorderable by drag'n'drop
4204 2009-03-16 [colin] 3.7.1cvs15
4206 * src/prefs_customheader.c
4207 Add a (X-)Face preview. Patch by iwkse.
4209 2009-03-16 [colin] 3.7.1cvs14
4215 * src/common/prefs.c
4216 Add fsync calls to make sure we don't
4217 lose data on system crashes. (to do:
4218 add a pref to allow people choosing raw
4221 2009-03-15 [colin] 3.7.1cvs13
4223 * src/gtk/gtkaspell.c
4224 Fix empty menu when there are no
4225 suggestions (using the Spelling menu)
4227 2009-03-14 [colin] 3.7.1cvs12
4229 * src/common/utils.c
4230 Win32: fix subject prefix length
4232 2009-03-11 [mones] 3.7.1cvs11
4235 fix encoding declared in header
4236 update translation now we're at it
4238 2009-03-10 [colin] 3.7.1cvs10
4241 Fix "wrong mime" message printed out multiple
4244 2009-03-10 [colin] 3.7.1cvs9
4246 * src/prefs_folder_item.c
4249 2009-03-09 [paul] 3.7.1cvs8
4251 * src/prefs_folder_item.c
4252 * src/send_message.c
4253 fixes to english text
4255 2009-03-08 [paul] 3.7.1cvs7
4258 correct errors in header
4260 2009-03-08 [paul] 3.7.1cvs6
4266 * tools/claws.i18n.status.pl
4267 add Japanese translation, submitted by kazken3
4269 2009-03-07 [colin] 3.7.1cvs5
4272 Don't let the invalid MIME warning hide
4273 other noticeview (Partial receive or
4276 2009-03-07 [colin] 3.7.1cvs4
4281 2009-03-07 [colin] 3.7.1cvs3
4286 Handle mimeparts that lack an end boundary.
4287 They're invalid but it's too annoying for
4288 normal users to fix.
4290 2009-03-06 [wwp] 3.7.1cvs2
4293 * src/folder_item_prefs.c
4294 * src/folder_item_prefs.h
4295 * src/prefs_folder_item.c
4296 Add per-folder default cc, bcc and reply-to.
4298 2009-03-06 [colin] 3.7.1cvs1
4301 * src/gtk/gtksourceprintjob.c
4302 Fix build with old print interface
4304 2009-03-06 [paul] 3.7.1
4311 2009-03-06 [paul] 3.7.0cvs78
4322 updated by David Vachulka, Stephan Sachse, Flammie
4323 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
4324 Frederico Goncalves Guimaraes, Lars Persson Fink,
4327 2009-03-03 [colin] 3.7.0cvs77
4329 * src/prefs_filtering.c
4330 Win32: Fix bug 1865, 'IMAP account name changes
4331 are not followed at filter actions'
4333 2009-03-02 [colin] 3.7.0cvs76
4336 Fix Launchpad bug 335571: 'claws-mail crashed
4337 with SIGSEGV in strlen() while deleting
4338 large amount of e-mails on IMAP account
4340 2009-02-27 [mones] 3.7.0cvs75
4342 * manual/es/account.xml
4344 * manual/es/addrbook.xml
4345 * manual/es/advanced.xml
4346 * manual/es/claws-mail-manual.xml
4348 * manual/es/glossary.xml
4350 * manual/es/handling.xml
4351 * manual/es/intro.xml
4352 * manual/es/keyboard.xml
4353 * manual/es/plugins.xml
4354 * manual/es/starting.xml
4355 Sync with English version, fix some typos
4356 Changed encoding to UTF-8
4358 Update for release, changed encoding to UTF-8
4360 2009-02-24 [colin] 3.7.0cvs74
4363 Don't print separation line if there
4366 2009-02-23 [cleroy] 3.7.0cvs73
4375 * src/addrduplicates.c
4378 * src/addressbook_foldersel.c
4386 * src/customheader.c
4388 * src/editaddress_other_attributes_ldap.c
4426 * src/prefs_account.c
4427 * src/prefs_actions.c
4428 * src/prefs_common.c
4429 * src/prefs_filtering.c
4430 * src/prefs_filtering_action.c
4431 * src/prefs_folder_column.c
4432 * src/prefs_folder_item.c
4434 * src/prefs_matcher.c
4437 * src/prefs_summaries.c
4438 * src/prefs_summary_column.c
4439 * src/prefs_template.c
4440 * src/prefs_themes.c
4441 * src/prefs_toolbar.c
4448 * src/remotefolder.c
4449 * src/send_message.c
4450 * src/sourcewindow.c
4452 * src/stock_pixmap.c
4453 * src/summary_search.c
4460 * src/common/base64.c
4461 * src/common/claws.c
4462 * src/common/hooks.c
4463 * src/common/plugin.c
4464 * src/common/prefs.c
4465 * src/common/session.c
4467 * src/common/socket.c
4468 * src/common/string_match.c
4469 * src/common/stringtable.c
4470 * src/common/utils.c
4471 * src/common/utils.h
4473 * src/common/xmlprops.c
4474 * src/gtk/colorlabel.c
4475 * src/gtk/combobox.c
4476 * src/gtk/foldersort.c
4477 * src/gtk/gtkaspell.c
4478 * src/gtk/gtkcmclist.c
4479 * src/gtk/gtkcmctree.c
4480 * src/gtk/gtkcmoptionmenu.c
4481 * src/gtk/gtksctree.c
4482 * src/gtk/gtkshruler.c
4483 * src/gtk/gtksourceprintjob.c
4484 * src/gtk/gtkutils.c
4485 * src/gtk/gtkvscrollbutton.c
4486 * src/gtk/logwindow.c
4488 * src/gtk/pluginwindow.c
4489 * src/gtk/prefswindow.c
4490 * src/gtk/quicksearch.c
4491 * src/gtk/spell_entry.c
4492 * src/plugins/pgpcore/select-keys.c
4493 * src/plugins/pgpinline/pgpinline.c
4494 * src/plugins/pgpmime/pgpmime.c
4495 * src/plugins/smime/smime.c
4496 * src/plugins/spamassassin/spamassassin_gtk.c
4497 Mass commit changing g_return_* to cm_return_*
4498 and making these more interesting
4500 2009-02-23 [colin] 3.7.0cvs72
4503 Always initialise error code to no error
4505 2009-02-23 [colin] 3.7.0cvs71
4508 Fix separator substitution
4510 2009-02-23 [colin] 3.7.0cvs70
4512 * src/stock_pixmap.c
4513 * src/gtk/colorlabel.c
4514 don't use g_return on normal checks
4516 2009-02-22 [colin] 3.7.0cvs69
4522 2009-02-22 [colin] 3.7.0cvs68
4524 * src/addrduplicates.c
4540 * src/prefs_common.c
4541 * src/prefs_filtering.c
4552 * src/common/socket.c
4553 * src/common/template.c
4554 * src/etpan/imap-thread.c
4555 * src/gtk/gtkaspell.c
4556 * src/gtk/gtkcmctree.c
4557 * src/gtk/gtksctree.c
4558 * src/gtk/inputdialog.c
4559 * src/plugins/pgpcore/sgpgme.c
4560 * src/plugins/pgpmime/pgpmime.c
4561 * src/plugins/smime/smime.c
4562 * src/plugins/spamassassin/spamassassin.c
4563 Fix errors caught by Coverity: NULL checks, leaks, overruns,
4564 uninitialised accesses
4566 2009-02-17 [colin] 3.7.0cvs67
4569 Disable controls during queuing
4571 2009-02-15 [colin] 3.7.0cvs66