1 2011-11-01 [colin] 3.7.10cvs68
4 Fix wrong debug stuff commited.
6 2011-11-01 [colin] 3.7.10cvs67
13 Fix huge slowness induced by spellcheck "while typing"
14 during initial quote rewraps.
16 2011-10-31 [pawel] 3.7.10cvs66
22 Fix bug #2526 'When reading message in separate window,
23 n and p keys do not work'
24 - fix key event handling in messageview
25 - remove bindings for 'n' and 'p' keys in mimeview (next-part
26 and prev-part actions)
27 - instead add 'z' key for prev-part, we have 'a' key
30 2011-10-31 [colin] 3.7.10cvs65
33 Fix build with GLib 2.31. Thanks to Charles A. Edwards
35 2011-10-31 [pawel] 3.7.10cvs64
39 Fix bug #2303 'Next unread message enables message view'
40 Don't show previously hidden message view in main window
41 when user reads messages in external window
43 2011-10-31 [paul] 3.7.10cvs63
45 * src/prefs_template.c
46 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
47 fit at 540 here, for those where they don't the dialogue can be made
50 2011-10-31 [paul] 3.7.10cvs62
53 revert 3.7.10cvs61, these entries _should_ be editable
55 2011-10-30 [pawel] 3.7.10cvs61
58 Those entries should not be editable
60 2011-10-30 [pawel] 3.7.10cvs60
62 * src/prefs_template.c
63 - Dialog needs more height to fit all widgets
64 - Clear template contents on delete
66 2011-10-30 [pawel] 3.7.10cvs59
68 * src/prefs_folder_item.c
69 Update summaryview after changing folder prefs when needed
71 2011-10-30 [pawel] 3.7.10cvs58
74 Remove key-press-event blocking, it only
75 emits GLib-GObject warnings
77 2011-10-29 [colin] 3.7.10cvs57
80 Fix focus of completion window with gnome shell
81 Fixes bug #2525, "Address completion window does not get
84 2011-10-29 [colin] 3.7.10cvs56
87 Fix flicker on recursive quicksearch
89 2011-10-28 [colin] 3.7.10cvs55
93 Fix a bit the focus problem on Gnome shell
95 2011-10-26 [mones] 3.7.10cvs54
98 Add missing accelerator
100 2011-10-25 [colin] 3.7.10cvs53
102 * src/gtk/gtkcmclist.c
103 * src/gtk/gtkcmctree.c
104 Fix colors, fix warnings
106 2011-10-25 [colin] 3.7.10cvs52
108 * src/gtk/gtkcmclist.c
109 * src/gtk/gtkcmctree.c
112 2011-10-25 [colin] 3.7.10cvs51
115 Fix build with gtk + 2.20
117 2011-10-25 [colin] 3.7.10cvs50
123 Fix locking when sending a single message
125 2011-10-25 [colin] 3.7.10cvs49
127 * src/gtk/colorlabel.c
129 * src/gtk/gtkcmclist.c
130 Make row height closer to what it was
132 2011-10-25 [colin] 3.7.10cvs48
135 Always use cairo to draw
137 2011-10-25 [colin] 3.7.10cvs47
140 Fix bug #2529, 'crash in mimeview_start_drag after
141 deleting message'. Patch by Ricardo
143 2011-10-23 [colin] 3.7.10cvs46
145 * src/gtk/gtkcmclist.c
146 * src/gtk/gtkcmclist.h
147 * src/gtk/gtkcmctree.c
148 Draw CMClist with cairo too.
150 2011-10-23 [colin] 3.7.10cvs45
152 * src/gtk/gtkcmclist.h
153 Fix build (this was not meant to be commited)
155 2011-10-23 [colin] 3.7.10cvs44
159 * src/addressbook_foldersel.c
163 * src/grouplistdialog.c
167 * src/gtk/gtkcmclist.c
168 * src/gtk/gtkcmclist.h
169 * src/gtk/gtkcmctree.c
170 * src/gtk/gtkcmctree.h
171 * src/gtk/gtksctree.c
172 Refactor some tree stuff (lots of code duplication there)
173 and switch to cairo for tree rendering.
175 2011-10-23 [holger] 3.7.10cvs43
178 Don't issue a warning for designed behaviour of the stop rule.
179 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
181 2011-10-22 [colin] 3.7.10cvs42
184 * src/gtk/gtkshruler.c
188 2011-10-22 [colin] 3.7.10cvs41
197 * src/grouplistdialog.c
204 * src/prefs_account.c
205 * src/prefs_actions.c
206 * src/prefs_ext_prog.c
207 * src/prefs_filtering.c
208 * src/prefs_folder_item.c
209 * src/prefs_image_viewer.c
210 * src/prefs_logging.c
211 * src/prefs_msg_colors.c
214 * src/prefs_spelling.c
215 * src/prefs_summaries.c
216 * src/prefs_template.c
221 * src/summary_search.c
224 * src/gtk/gtkcmclist.c
225 * src/gtk/gtkcmctree.c
226 * src/gtk/gtkcmoptionmenu.c
227 * src/gtk/gtksctree.c
230 * src/gtk/gtkvscrollbutton.c
231 * src/gtk/inputdialog.c
232 * src/gtk/pluginwindow.c
233 * src/gtk/quicksearch.c
234 * src/gtk/spell_entry.c
235 * src/plugins/bogofilter/bogofilter_gtk.c
236 * src/plugins/dillo_viewer/dillo_prefs.c
237 * src/plugins/pgpcore/prefs_gpg.c
238 * src/plugins/spamassassin/spamassassin_gtk.c
239 * src/plugins/trayicon/trayicon.c
240 * src/plugins/trayicon/trayicon_prefs.c
241 Remove all possible #if GTK_CHECK_VERSION() checks,
242 and make Claws build with GTK+2.16 (untested right
243 now), as the Gpg4Win project uses GTK+2.16 currently.
245 2011-10-22 [colin] 3.7.10cvs40
249 Fix (hopefully) build with GTK+ 2.18.
251 2011-10-20 [paul] 3.7.10cvs39
256 fix bug 2479, 'LDIF address book import matches tags case sensitive'
257 Patch by Bodo Graumann <mail@bodograumann.de>
259 2011-10-20 [mones] 3.7.10cvs38
263 Fix references to old dotsrc mailing lists
265 2011-10-19 [mones] 3.7.10cvs37
267 * src/prefs_msg_colors.c
268 Fix Ok/Cancel buttons in color selector of preferences
270 2011-10-17 [colin] 3.7.10cvs36
272 * src/gtk/gtkshruler.c
273 (Probably) fix GTK+ <= 2.22
275 2011-10-17 [colin] 3.7.10cvs35
277 * src/gtk/gtkshruler.c
280 2011-10-17 [mones] 3.7.10cvs34
289 Fix potential out-of-buffer writes
291 2011-10-17 [mones] 3.7.10cvs33
294 Use just one g_print call per option; correct indentation
296 2011-10-17 [colin] 3.7.10cvs32
300 * src/gtk/Makefile.am
301 * src/gtk/gtkshruler.c
302 * src/gtk/gtkshruler.h
305 Reimplement ruler using the GTK widgets. Thanks
306 to Hanno for the initial patch.
308 2011-10-17 [colin] 3.7.10cvs31
314 Undeprecate GIO/GdkCondition
316 2011-10-16 [mones] 3.7.10cvs30
319 Add --compose-from-file option to open composition
320 window with the headers and body from a file; based
321 on Debian patch to fix http://bugs.debian.org/544868
323 2011-10-15 [mones] 3.7.10cvs29
325 * manual/advanced.xml
326 Document new summary_from_show hidden preference
328 2011-10-15 [paul] 3.7.10cvs28
331 compose_create_tags() - fix misplaced 'int i'
332 compose_entry_mark_default_to() - fix To field highlighting
334 2011-10-09 [colin] 3.7.10cvs27
337 Fix address completion
339 2011-10-07 [colin] 3.7.10cvs26
341 * src/prefs_filtering_action.c
343 Fix build with GTK+2.20
345 2011-10-07 [colin] 3.7.10cvs25
347 * src/gtk/Makefile.am
348 * src/gtk/gdkkeysyms-new.h
350 Copy the new GDK_KEY_* definitions for older GTKs
352 2011-10-07 [colin] 3.7.10cvs24
355 Fix typos (thanks to Hanno)
357 2011-10-07 [colin] 3.7.10cvs23
360 * src/gtk/gtkshruler.c
361 * src/gtk/gtkshruler.h
362 Disable ruler starting from 2.24.
364 2011-10-07 [colin] 3.7.10cvs22
368 * src/gtk/Makefile.am
371 2011-10-07 [colin] 3.7.10cvs21
381 * src/message_search.c
384 * src/prefs_account.c
385 * src/prefs_compose_writing.c
386 * src/prefs_filtering_action.c
387 * src/prefs_folder_item.c
388 * src/prefs_logging.c
389 * src/prefs_matcher.c
390 * src/prefs_message.c
392 * src/prefs_receive.c
393 * src/prefs_summaries.c
394 * src/prefs_wrapping.c
399 * src/summary_search.c
401 * src/gtk/Makefile.am
402 * src/gtk/colorlabel.c
405 * src/gtk/logwindow.c
408 * src/gtk/quicksearch.c
409 * src/gtk/spell_entry.c
410 * src/plugins/bogofilter/bogofilter_gtk.c
411 * src/plugins/dillo_viewer/dillo_viewer.c
412 * src/plugins/pgpcore/prefs_gpg.c
413 * src/plugins/spamassassin/spamassassin_gtk.c
414 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
415 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
416 ported (especially GtkCMOptionMenu)
418 2011-10-07 [colin] 3.7.10cvs20
423 * src/addrcustomattr.c
424 * src/addrduplicates.c
427 * src/addressbook_foldersel.c
433 * src/editaddress_other_attributes_ldap.c
438 * src/editldap_basedn.c
446 * src/grouplistdialog.c
452 * src/message_search.c
455 * src/prefs_actions.c
456 * src/prefs_customheader.c
457 * src/prefs_display_header.c
458 * src/prefs_filtering.c
459 * src/prefs_filtering_action.c
460 * src/prefs_folder_column.c
461 * src/prefs_matcher.c
462 * src/prefs_msg_colors.c
464 * src/prefs_summaries.c
465 * src/prefs_summary_column.c
466 * src/prefs_summary_open.c
467 * src/prefs_template.c
468 * src/prefs_toolbar.c
472 * src/summary_search.c
479 * src/gtk/description_window.c
480 * src/gtk/foldersort.c
481 * src/gtk/gtkaspell.c
482 * src/gtk/gtkcmclist.c
483 * src/gtk/gtkcmctree.c
484 * src/gtk/gtkcmoptionmenu.c
486 * src/gtk/icon_legend.c
487 * src/gtk/inputdialog.c
488 * src/gtk/logwindow.c
489 * src/gtk/pluginwindow.c
490 * src/gtk/prefswindow.c
491 * src/gtk/quicksearch.c
492 * src/plugins/pgpcore/passphrase.c
493 * src/plugins/pgpcore/select-keys.c
494 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
495 to replace GDK_* by GDK_KEY_*.
497 2011-10-07 [colin] 3.7.10cvs19
508 * src/grouplistdialog.c
513 * src/prefs_filtering_action.c
514 * src/prefs_folder_column.c
515 * src/prefs_msg_colors.c
516 * src/prefs_summary_column.c
517 * src/prefs_toolbar.c
526 * src/gtk/colorlabel.c
528 * src/gtk/gtkcmclist.c
529 * src/gtk/gtkcmctree.c
530 * src/gtk/gtkcmoptionmenu.c
531 * src/gtk/gtksctree.c
533 * src/gtk/gtkvscrollbutton.c
534 * src/gtk/inputdialog.c
535 * src/gtk/logwindow.c
537 * src/gtk/prefswindow.c
538 * src/gtk/progressdialog.c
539 * src/plugins/pgpcore/passphrase.c
540 * src/plugins/trayicon/trayicon.c
541 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
542 Patch by Hanno Thurow-Meyer, many thanks to him !
544 2011-09-20 [colin] 3.7.10cvs18
547 Fix bug #2502, 'gnutls_transport_set_lowat removed in
550 2011-09-18 [colin] 3.7.10cvs17
553 Fix segfault when connection fails
555 2011-09-03 [colin] 3.7.10cvs16
558 Use NORMAL instead of EXPORT priorities.
560 2011-09-02 [colin] 3.7.10cvs15
564 Linking against gcrypt explicitely in order to call
565 gcry_control() for mutex setup isn't necessary anymore
566 starting from gnuTLS 2.11.
568 2011-08-31 [colin] 3.7.10cvs14
570 * src/plugins/pgpinline/pgpinline.c
571 * src/plugins/pgpmime/pgpmime.c
572 Fix bug #2431, "Major memory leak in PGP message handling".
574 2011-08-31 [colin] 3.7.10cvs13
581 Apply Steve Rader's patch from bug #2388, "Add
582 message view scrolling menu items"
584 2011-08-30 [colin] 3.7.10cvs12
586 * src/gtk/prefswindow.c
587 Fix layout issues (i.e. on SSL page if changing account
588 type prior to visiting it).
590 2011-08-30 [colin] 3.7.10cvs11
594 Don't use deprecated functions for GnuTLS priorities.
595 Require GnuTLS 2.2 that is the first version with the
598 2011-08-30 [colin] 3.7.10cvs10
600 * src/common/socket.c
602 Long-term fix for bug #2402, "GnuTLS change breaks socket
603 communication", as per http://savannah.gnu.org/support/?107660
605 2011-08-30 [colin] 3.7.10cvs9
607 * src/etpan/imap-thread.c
608 * src/etpan/nntp-thread.c
609 Remove dead openSSL code
611 2011-08-30 [colin] 3.7.10cvs8
615 * src/common/ssl_certificate.c
616 * src/common/ssl_certificate.h
617 * src/etpan/imap-thread.c
618 * src/etpan/nntp-thread.c
619 Fix bug #2127, "SSL cert check uses canonical name instead of
622 2011-08-29 [colin] 3.7.10cvs7
624 * src/prefs_account.c
625 Fix X-Mailer option not appearing on IMAP
627 2011-08-29 [colin] 3.7.10cvs6
629 * src/plugins/pgpcore/Makefile.am
630 * src/plugins/pgpinline/Makefile.am
631 * src/plugins/pgpmime/Makefile.am
632 * src/plugins/smime/Makefile.am
634 libtool: link: require no space between `-L' and `.'
636 2011-08-29 [colin] 3.7.10cvs5
640 * src/prefs_account.c
641 * src/prefs_account.h
642 Revert cvs4 which is rather illogical and instead
643 use Fabian's patch from bug #2471
645 2011-08-29 [colin] 3.7.10cvs4
648 Don't insert custom headers that have empty values.
649 Allows not inserting X-Mailer if it's set to nothing.
650 Fixes bug #2471, "Make setting an X-Mailer header optional".
652 2011-08-29 [colin] 3.7.10cvs3
658 Handle EXIF orientation in images (both in textview's
659 preview and image viewer)
661 2011-08-28 [paul] 3.7.10cvs2
666 add new hidden option to control the display in the From
667 column in the Message List: 0 (default): show name,
668 1: show address, 2: show name + address
670 2011-08-27 [paul] 3.7.10cvs1
673 * src/common/ssl_certificate.c
674 * src/etpan/imap-thread.c
675 * src/etpan/nntp-thread.c
676 offer up some missing log_error() strings to translators
678 2011-08-27 [paul] 3.7.10
684 2011-08-27 [paul] 3.7.9cvs52
692 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
693 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
695 2011-08-27 [mones] 3.7.9cvs51
698 Include generic name and comment translations
699 Thanks to all the people on the translators ML!
701 2011-08-23 [paul] 3.7.9cvs50
704 probable/possible fix/workaround for bug 2402,
705 'can't download message from pop3 server'
707 2011-08-18 [paul] 3.7.9cvs49
709 * manual/handling.xml
710 fix typos. thanks to vilpan
712 2011-08-17 [paul] 3.7.9cvs48
714 * tools/claws.i18n.status.pl
715 add Mindaugas Baranauskas (Lithuanian)
717 2011-08-14 [mir] 3.7.9cvs47
720 * src/etpan/nntp-thread.c
721 Fix bug 2418. Patch provided by Sébastien Bigaret with
722 some minor contribution by me.
724 2011-08-13 [mir] 3.7.9cvs46
726 * src/etpan/nntp-thread.c
727 Fix bug when NNTP server sends authentication warning
728 as part of the connection session. Privously etpan would
729 bail out for any return code other than NEWSNNTP_NO_ERROR
730 but as early as the connection session a return code like
731 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
732 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
733 be considered as an error.
735 2011-08-12 [paul] 3.7.9cvs45
738 3.7.9cvs43 mistakenly dropped off the info
739 about the mime part from the tooltip
741 2011-08-12 [wwp] 3.7.9cvs44
743 * src/gtk/quicksearch.c
744 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
746 2011-08-09 [paul] 3.7.9cvs43
749 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
751 2011-08-06 [paul] 3.7.9cvs42
754 fix cursor placement in Forward template
756 2011-08-06 [paul] 3.7.9cvs41
758 * src/gtk/description_window.c
759 fix bug 1963, 'Preferences Templates Information Window Focus loss'
761 2011-08-05 [holger] 3.7.9cvs40
764 Revert 3.7.9cvs35 for now, it may be problematic
767 2011-08-05 [paul] 3.7.9cvs39
771 use 'Collapse quotes' rather than 'Fold quotes' on
772 labels, for consistency
774 use 'Receive mail from account' rather than 'on account'
776 2011-07-30 [mir] 3.7.9cvs38
778 * src/etpan/Makefile.am
779 * src/plugins/pgpcore/Makefile.am
780 * src/plugins/pgpmime/Makefile.am
781 * src/plugins/smime/Makefile.am
782 Fix broken build on Debian Sid. enchant.h cannot be
783 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
784 present in Makefile.am. Apparently enchant.h in older
785 versions were placed in /usr/include which is always
788 2011-07-21 [mones] 3.7.9cvs37
790 * src/common/plugin.c
791 * src/common/plugin.h
792 Make licences allowed for plugins more explicit and also
793 accept dual (or more) licences when properly formatted.
794 Doesn't require any change on current plugins.
796 2011-07-18 [mones] 3.7.9cvs36
798 * manual/advanced.xml
799 Document briefly tags feature.
800 * manual/glossary.xml
801 Fix definition to avoid confussion with tags.
802 * manual/es/advanced.xml
803 * manual/es/glossary.xml
804 Synchronize Spanish translation with the above.
806 2011-07-07 [holger] 3.7.9cvs35
809 Add indicator stuff to the desktop file
812 2011-07-06 [paul] 3.7.9cvs34
817 2011-07-06 [mones] 3.7.9cvs33
820 Do not create an empty tag name row in panel and
821 warn user about using a non-reserved tag instead
823 2011-07-05 [mones] 3.7.9cvs32
828 * src/etpan/imap-thread.c
829 Make constants for reserved tags and use them
830 Removed also duplicate comparison while at it
832 2011-07-05 [paul] 3.7.9cvs31
835 when using a Compose template, only place the cursor
836 in the body when the cursor symbol, %cursor (%X), is used
838 2011-07-03 [paul] 3.7.9cvs30
841 do main_window_popup(mainwin); on plugin load error, or
842 else the warning dialogue and mainwindow stays minimised
845 2011-07-03 [paul] 3.7.9cvs29
848 fix bug 2462, 'Building without GnuTLS support leads to a
851 2011-07-03 [paul] 3.7.9cvs28
856 fix bug #2461, 'popup menu in message list displays
857 'move to trash' and 'delete''.
858 Add a new sensitivity condition 'M_NOT_TRASH' and
859 remove the broken workaround for right-click in summaryview.c.
860 Fix broken main menu sensitivity for "Menu/Message/Move" in
863 2011-06-21 [paul] 3.7.9cvs27
866 revert 3.7.9cvs2, it does no good
868 2011-06-18 [mir] 3.7.9cvs26
871 Fix autoconf warnings introduced in autoconf >= 2.64
873 2011-06-05 [paul] 3.7.9cvs25
883 fix strings where an informational message has been
884 wrongly entered into the translated string
886 enable 'Trash' and 'Sender' to be translated based on
887 the context, e.g. as button text and as mail header
889 fix english in Info tab
891 2011-05-25 [colin] 3.7.9cvs24
894 Fix bug #2439, "use bitwise operator for bitmask instead of
895 logical operator". Thanks to Nicolas Kaiser for the patch.
897 2011-05-18 [colin] 3.7.9cvs23
900 Fix missing group selection before xover if the
901 connection was reset before.
903 2011-05-12 [colin] 3.7.9cvs22
906 Fix bug #2412, "Send account mail address in Message-ID
907 wrongly implemented". Patch by Fabian Keil.
909 2011-05-12 [mones] 3.7.9cvs21
911 * src/etpan/nntp-thread.c
912 Fix bug #2418 "NNTP authentication is broken"
914 2011-05-09 [pawel] 3.7.9cvs20
917 * src/prefs_folder_item.c
920 2011-05-05 [colin] 3.7.9cvs19
926 Fix bug #2184, "Add account name information inside network log".
927 Initial patch by MSulchan Darmawan, expanded to other protocols.
928 This stuff is too much copy-pasted.
931 2011-04-30 [colin] 3.7.9cvs18
934 Fix bug #2414, 'Claws segfaults on startup with
935 notification plugin enabled". Thanks Christian
936 Faulhammer for the patch.
938 2011-04-27 [colin] 3.7.9cvs17
941 Make Windows' encoding CP1251 for ru_RU locale
942 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
944 2011-04-24 [paul] 3.7.9cvs16
946 * manual/claws-mail-manual.xml
947 * manual/de/claws-mail-manual.xml
948 * manual/es/claws-mail-manual.xml
949 * manual/fr/claws-mail-manual.xml
950 * manual/it/claws-mail-manual.xml
951 update copyright year
953 2011-04-24 [paul] 3.7.9cvs15
956 fix bug #2353, 'Right-clicking on spam in order to delete
957 it causes it to show in message window'
959 2011-04-24 [paul] 3.7.9cvs14
962 * src/gtk/foldersort.c
963 * src/gtk/foldersort.h
964 fix labelling, 'change folder order' to 'change mailbox order'
966 2011-04-23 [paul] 3.7.9cvs13
969 fix bug #2409, 'Failed to compile under GCC 3.x : option
970 -Wno-pointer-sign badly set in configure.ac'. mistakenly
971 committed in 3.7.8cvs19
973 2011-04-11 [paul] 3.7.9cvs12
975 * src/plugins/trayicon/trayicon.c
976 fix build bug: gtk_status_icon_set_title() is available
977 since gtk 2.18.x not 2.14.x
979 2011-04-11 [paul] 3.7.9cvs11
982 updated by Páder Rezső
984 2011-04-10 [colin] 3.7.9cvs10
990 * src/editaddress_other_attributes_ldap.c
992 * src/message_search.c
993 * src/prefs_display_header.c
994 * src/prefs_filtering_action.c
995 * src/prefs_matcher.c
997 * src/prefs_toolbar.c
998 * src/summary_search.c
999 * src/gtk/colorlabel.c
1000 * src/gtk/combobox.c
1001 * src/gtk/gtkcmoptionmenu.c
1002 * src/gtk/gtkshruler.c
1003 * src/gtk/gtkshruler.h
1004 * src/gtk/gtkutils.h
1005 * src/gtk/inputdialog.c
1006 * src/gtk/quicksearch.c
1007 Revert the whole pile of crap introduced in
1010 2011-04-10 [colin] 3.7.9cvs9
1014 * src/editaddress_other_attributes_ldap.c
1016 * src/message_search.c
1017 * src/prefs_display_header.c
1018 * src/prefs_matcher.c
1019 * src/prefs_toolbar.c
1020 * src/summary_search.c
1021 * src/gtk/combobox.c
1022 * src/gtk/gtkutils.h
1023 * src/gtk/inputdialog.c
1024 * src/gtk/quicksearch.c
1025 Finish fun with combo boxes. (hopefully)
1027 2011-04-10 [colin] 3.7.9cvs8
1030 * src/prefs_filtering_action.c
1031 * src/gtk/combobox.c
1032 * src/gtk/gtkshruler.c
1033 * src/gtk/gtkshruler.h
1034 More undeprecation. GTKSHRuler is #if'ed out. We can
1035 still decide to maintain the old GtkRuler widget in-tree
1036 if the lack of ruler in Compose window is too
1039 2011-04-10 [colin] 3.7.9cvs7
1044 * src/editaddress_other_attributes_ldap.c
1045 * src/message_search.c
1046 * src/prefs_display_header.c
1047 * src/prefs_filtering_action.c
1049 * src/prefs_toolbar.c
1050 * src/summary_search.c
1051 * src/gtk/colorlabel.c
1052 * src/gtk/combobox.c
1053 * src/gtk/gtkcmoptionmenu.c
1054 * src/gtk/gtkutils.h
1055 More comboboxtext undeprecation
1057 2011-04-10 [colin] 3.7.9cvs6
1062 2011-04-10 [colin] 3.7.9cvs5
1067 2011-04-10 [colin] 3.7.9cvs4
1070 * src/editaddress_other_attributes_ldap.c
1071 * src/message_search.c
1072 * src/prefs_display_header.c
1073 * src/prefs_filtering_action.c
1075 * src/prefs_toolbar.c
1076 * src/summary_search.c
1077 * src/gtk/combobox.c
1078 * src/gtk/gtkutils.h
1079 gtk_combo_box_*_text() is deprecated, and
1080 gtk_combo_box_text_*() is the new hotness.
1082 2011-04-10 [colin] 3.7.9cvs3
1090 * src/gtk/gtkvscrollbutton.c
1091 * src/gtk/gtkvscrollbutton.h
1092 s/GtkFunction/GSourceFunc
1094 2011-04-10 [colin] 3.7.9cvs2
1097 Use gtkut_window_popup() to work around a bug in Gnome Shell.
1098 This is the patch from bug #2396, it should be innocuous even
1099 if that's useless to do deiconify + present window...
1101 2011-04-09 [paul] 3.7.9cvs1
1103 * src/prefs_summaries.c
1104 fix typo in string. (thanks, Brad!)
1106 2011-04-09 [paul] 3.7.9
1112 2011-04-09 [paul] 3.7.8cvs78
1122 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
1123 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
1126 2011-04-09 [colin] 3.7.8cvs77
1129 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
1130 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
1131 encoding filename. Hooray for stupid.
1133 2011-04-08 [colin] 3.7.8cvs76
1136 Fix action Stop: if child does not react to SIGTERM, it'll
1137 probably start behaving when it'll get a SIGKILL on the user's
1138 second press on Stop.
1139 Fixes bug #2237, "User action makes Claws unresponsive".
1141 2011-04-08 [colin] 3.7.8cvs75
1146 * src/folder_item_prefs.c
1147 * src/folder_item_prefs.h
1148 * src/prefs_account.c
1149 Fix bug #2382, "folderitemrc not updated when account
1150 name is changed". Indeed, this wasn't done.
1152 2011-04-08 [wwp] 3.7.8cvs74
1155 Add support for quoted values (*="value").
1156 This commonly fixes a trailing quote appearing to filenames
1157 sent by iphone Mail (not sure if it's culprit at all, though).
1159 2011-04-08 [colin] 3.7.8cvs73
1162 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
1163 caused by attachments with extended chars in the file name". Patch
1164 derived from a patch bt Fabien Keil
1166 2011-04-05 [wwp] 3.7.8cvs72
1169 A debug string not to translate.
1171 2011-04-03 [colin] 3.7.8cvs71
1173 * src/common/utils.h
1174 Fix bug #2394, "backtrace() crashes on FreeBSD"
1175 That's not the first bug-report where internal
1176 debug-only backtrace() crashes on FreeBSD.
1178 2011-04-03 [colin] 3.7.8cvs70
1181 Fix bug #2365 again, "Crash when auto-scrolling headers in
1183 Batch-mode compose windows (from filtering actions) shouldn't
1184 try to access stuff after flushing events...
1186 2011-03-31 [paul] 3.7.8cvs69
1189 update as gtk >= 2.10 now required
1190 (because I'll never remember to do this later)
1192 2011-03-26 [paul] 3.7.8cvs68
1195 fix separators in Go To menu
1197 2011-03-20 [colin] 3.7.8cvs67
1200 Drop the *_DISABLE_DEPRECATED. We'll put them back
1201 when we'll have time to handle them
1203 2011-03-18 [paul] 3.7.8cvs66
1206 make user-facing message more accurate -
1207 'Network Log' not 'View Log'
1209 2011-03-17 [wwp] 3.7.8cvs65
1212 Fix a typo around plural form, as reported by
1215 2011-03-15 [colin] 3.7.8cvs64
1220 Fix bug #2381, "Support for NetworkManager 0.9".
1221 Patch by Mikhail Efremov
1223 2011-03-04 [colin] 3.7.8cvs63
1227 Fix segfault on Windows
1229 * src/common/utils.c
1230 * src/common/w32_unistd.c
1231 * src/common/w32lib.h
1232 Rationalize use of time_r() funcs (pthread do define them)
1234 2011-03-02 [pawel] 3.7.8cvs62
1237 Re-implement widgets aligning, switch from GtkSizeGroup
1238 to GtkTable - this should fix disappearing labels
1240 2011-03-01 [pawel] 3.7.8cvs61
1243 Wizard GUI cleanups. Make it look and behave more
1244 like account preferences.
1246 2011-02-23 [colin] 3.7.8cvs60
1248 * src/common/Makefile.am
1251 2011-02-23 [colin] 3.7.8cvs59
1255 * src/common/Makefile.am
1256 * src/common/plugin.c
1257 * src/common/valgrind.h
1258 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1259 Use valgrind's own header.
1261 2011-02-22 [colin] 3.7.8cvs58
1263 * src/prefs_account.c
1264 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1265 signed message" upon new installation. This is disturbing when PGP
1266 plugins are loaded by default.
1268 2011-02-16 [paul] 3.7.8cvs57
1271 update copyright headers throughout
1273 2011-02-16 [paul] 3.7.8cvs56
1276 use gettext plural form for "item selected"/"items selected"
1278 2011-02-13 [colin] 3.7.8cvs55
1282 Fix bug #2361, "Claws crashes after PGP Check in separate
1283 msg view". Don't let the cancel thread lie around after
1284 the verification ended.
1286 2011-02-13 [paul] 3.7.8cvs54
1289 updated by Mindaugas Baranauskas
1291 2011-02-11 [mones] 3.7.8cvs53
1293 * manual/es/advanced.xml
1294 Sync with English manual
1296 Fix remaining mismatched alloc/free from cppcheck
1298 2011-02-10 [pawel] 3.7.8cvs52
1303 2011-02-10 [pawel] 3.7.8cvs51
1305 * src/prefs_toolbar.c
1306 - set menus sensitivity in item type combo depending on
1307 availability of actions / plugin hooks
1308 - style fixes, spaces instead of tabs mostly
1310 2011-02-10 [paul] 3.7.8cvs50
1312 * src/prefs_account.c
1313 move the 'send acc mail addr in msg-id" option to
1316 2011-02-10 [paul] 3.7.8cvs49
1318 * src/prefs_account.c
1319 move the 'expunge immediately' option to a more
1322 2011-02-05 [pawel] 3.7.8cvs48
1324 * manual/advanced.xml
1325 Document new hidden pref
1327 Dont treat mimeparts referenced by others as
1330 * src/prefs_common.c
1331 * src/prefs_common.h
1332 Add ability to hide inline attachments referenced
1333 by other mimeparts in MimeView. To enable this
1334 feature set show_inline_attachments=0 in your clawsrc
1336 2011-01-25 [colin] 3.7.8cvs47
1339 Fix matcher body parsing: decode mails with our
1340 MIME parser. This speeds up body search a bit as
1341 binary attachments are not searched anymore, slows
1342 down a bit full message searches, but not awfully.
1343 * src/summary_search.c
1344 Use matcher API to search, in all cases (advanced search or
1345 not). Also, fix little logic bugs related to combos history
1346 * src/common/utils.c
1347 * src/common/utils.h
1350 Remove dead code, export functions needed by matcher.c
1352 2011-01-25 [colin] 3.7.8cvs46
1355 * src/prefs_common.c
1357 * src/common/ssl_certificate.c
1358 Fix mismatched alloc/free (thanks to cppcheck)
1360 2011-01-25 [colin] 3.7.8cvs45
1363 Fix leak on error path
1365 2011-01-23 [mones] 3.7.8cvs44
1367 * manual/es/advanced.xml
1368 Sync with English manual
1370 2011-01-23 [paul] 3.7.8cvs43
1373 it's 2011, update copyright line
1375 2011-01-23 [paul] 3.7.8cvs42
1377 * manual/advanced.xml
1378 * src/prefs_common.c
1379 * src/prefs_common.h
1381 fix bug #2350, 'Make displaying localized date/time in
1382 message view optional'.
1383 This introduces a new hidden option (why do more?),
1384 'msgview_date_format', which defaults to OFF, maintaining
1385 the current and expected behaviour.
1387 2011-01-21 [colin] 3.7.8cvs41
1390 Fix bug #2050, Clawsmail sends return receipt every seconds
1391 We forgot to close the file when parsing
1392 disposition-notification fields, which made unlinking of the
1393 corresponding emails in tempfolder/processing impossible in
1394 Windows. Causing them to be re-fetched every time.
1396 2011-01-21 [colin] 3.7.8cvs40
1398 * claws-mail.desktop
1399 Fix again bug #2346: We should have a %u parameter.
1401 2011-01-21 [colin] 3.7.8cvs39
1403 * src/plugins/spamassassin/spamassassin.c
1404 Fix sa-learn when offline (its command line parsing is
1405 space-dependant). Patch by Wolfgang Lorenz
1407 2011-01-19 [pawel] 3.7.8cvs38
1409 * claws-mail.desktop
1410 Fix Bug 2346 'Please register x-handler-scheme
1411 in .desktop file' patch by Laurent Bigonville
1412 While I'm here update things to current
1413 standards, fix desktop-file-validate warnings/errors
1415 2011-01-18 [colin] 3.7.8cvs37
1418 Fix logic on SMTP AUTH: If the selected method isn't
1419 available, say so instead of supposing it'll work.
1420 Fixes bug #2039, 'SMTP AUTHENTICATION'
1422 2011-01-15 [pawel] 3.7.8cvs36
1424 * src/prefs_folder_item.c
1425 Rework subject regexp simplify gui a bit, this give us better
1426 options page layout (window with min width was too short to
1427 show all contents and thigs were unwieldy) and better preview
1428 of regexp working/not working
1430 2011-01-14 [pawel] 3.7.8cvs35
1433 strncpy2() NULLify strings just fine, no need to be
1436 2011-01-14 [pawel] 3.7.8cvs34
1439 Fix Bug #2165 'The date not localized in the message view'
1440 Display Date header in messageview in the same way as in
1441 summaryview by respecting date format set in preferences.
1443 2011-01-06 [pawel] 3.7.8cvs33
1445 * src/prefs_account.c
1446 * src/prefs_folder_item.c
1449 Make quote templates widgets more compact
1451 2011-01-06 [pawel] 3.7.8cvs32
1453 * src/plugins/trayicon/trayicon.c
1454 - fix logic bug which caused icon to be
1455 always set no-mail status on plugin load
1456 - force icon hide on plugin_done(), without
1457 it empty space(?!) is left in tray under KDE3 and KDE4
1459 2011-01-06 [colin] 3.7.8cvs31
1470 Unmime headers differently whether they're addresses or not:
1471 It's useless to quote things containing commas if it's in
1472 subject, for example. (introduced in 3.7.8cvs26)
1474 2011-01-06 [colin] 3.7.8cvs30
1476 * src/gtk/gtkaspell.c
1477 Complete previous patch
1479 * src/plugins/pgpinline/pgpinline.c
1482 2011-01-06 [paul] 3.7.8cvs29
1488 add Lithuanian translation (approx. 65% complete)
1489 submitted by Mindaugas Baranauskas
1491 2011-01-06 [pawel] 3.7.8cvs28
1496 * src/prefs_actions.c
1498 * src/gtk/gtkaspell.c
1499 * src/plugins/pgpinline/pgpinline.c
1500 * src/plugins/pgpmime/pgpmime.c
1501 * src/plugins/smime/smime.c
1502 Fix memory/file descriptors leaks
1504 2011-01-06 [paul] 3.7.8cvs27
1506 * src/plugins/pgpcore/sgpgme.c
1507 fix bug #2322, 'GPG Full info: showing subkey
1508 ID instead of primary key fingerprint'
1509 Patch by Sébastien Bigaret.
1511 2011-01-03 [colin] 3.7.8cvs26
1514 Better quote-checking when unmim-ing headers
1515 that may have comas.
1517 2011-01-03 [colin] 3.7.8cvs25
1520 Fix bug #2299, "Incorrect handling of quoted printable coma
1521 in headers". As this is really painful to fix by switching
1522 the whole stuff to a list of headers tokens, we workaround
1523 the problem by adding quotes around the encoded-word (making
1524 it a quoted-string which continuity is already handled).
1526 2011-01-03 [colin] 3.7.8cvs24
1531 2010-12-23 [colin] 3.7.8cvs23
1534 Finish fixing bug #2203: When forwarding (inline) and there
1535 are some text/* parts with no name, set them a name and
1536 set their disposition to attachment, so that recipients with
1537 MUAs preferring HTML parts don't show them by default.
1539 2010-12-22 [paul] 3.7.8cvs22
1542 fix missing file in 3.7.8cvs20
1544 2010-12-22 [colin] 3.7.8cvs21
1548 Implement a nicer scroll when drag and dropping
1550 2010-12-22 [colin] 3.7.8cvs20
1553 Store charset if available when attaching text/* parts
1554 Fixes bug #2203, 'Problems in forwarding multipart/
1555 alternative messages with HTML part'
1557 2010-12-22 [colin] 3.7.8cvs19
1562 2010-12-21 [colin] 3.7.8cvs18
1565 * src/send_message.c
1566 * src/common/session.c
1567 * src/common/session.h
1568 Differentiate between running sessions and connected
1569 sessions. Fixes bug #2332, "Crash when hitting cancel
1570 on the SMTP status window"
1572 2010-12-21 [colin] 3.7.8cvs17
1574 * src/etpan/etpan-thread-manager.c
1577 2010-12-21 [colin] 3.7.8cvs16
1580 Check whether we should continue loading the
1581 current textview after inserting a possibly
1584 2010-12-20 [colin] 3.7.8cvs15
1588 Removed. Dead code since ages!
1590 * src/gtk/gtkcmclist.c
1591 * src/gtk/gtkcmctree.c
1592 * src/gtk/gtksctree.c
1593 undefine *_DISABLE_DEPRECATED in the files that
1594 use deprecated interfaces. Implicit declarations
1595 can lead to crashes as prototypes are unknown, as
1596 evidenced by bug #2315.
1598 2010-12-20 [colin] 3.7.8cvs14
1601 Don't flush events when adding an header entry. This
1602 can mess up the keypresses in the previous header.
1603 Instead, make the scroll happen later (doing it on the
1604 spot without flushing events doesn't work as the new
1605 requisitions aren't set yet).
1607 2010-12-20 [colin] 3.7.8cvs13
1610 Don't iconify at start on w32. This un-iconifies in the
1613 2010-12-20 [colin] 3.7.8cvs12
1615 * src/common/base64.c
1616 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1617 Patch by pochini at shiny.it
1619 2010-12-19 [colin] 3.7.8cvs11
1624 2010-12-18 [colin] 3.7.8cvs10
1627 Fix bug #2148, "Attachment content-transfer-encoding
1628 incorrectly set when signing emails". The RFC 2045
1629 states that message/* and multipart/* encoding must
1630 be either 7-bit, 8-bit or binary.
1632 2010-12-18 [mones] 3.7.8cvs9
1635 Fix crash when searching or adding a LDAP server
1637 2010-12-17 [colin] 3.7.8cvs8
1646 Better error logging. Disable LDAP SSL/TLS on
1647 Windows, it's crashy/non-worky.
1649 2010-12-17 [colin] 3.7.8cvs7
1652 Fix bug #2325, "messages remains in folder cache after moving
1653 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1655 2010-12-17 [colin] 3.7.8cvs6
1667 Windows build fixes (w32 LDAP completely untested!)
1669 2010-12-16 [colin] 3.7.8cvs5
1679 Try to rationalize a bit LDAP connections
1681 2010-12-16 [colin] 3.7.8cvs4
1683 * src/prefs_spelling.c
1685 Add a button to get dictionaries (win32)
1687 2010-12-16 [colin] 3.7.8cvs3
1689 * src/prefs_matcher.c
1690 Fix bug #2279, "crash when clicking 'define' in filter
1691 configuring". Thanks to Theodor Ciobanu for the hint at
1694 2010-12-14 [colin] 3.7.8cvs2
1696 * src/gtk/gtkaspell.c
1697 Add missing guard for sys/wait.h
1699 2010-12-05 [colin] 3.7.8cvs1
1701 * tools/make.themes.project
1702 Seems wget has changed naming of targets downloaded.
1703 Fix it by always providing our own name.
1704 [Pushing mones' patch again after messing with CVSROOT]
1706 2010-12-04 [paul] 3.7.8
1712 2010-12-03 [paul] 3.7.7cvs11
1715 * manual/xml2pdf ** REMOVED **
1716 * manual/dist/pdf/Makefile.am
1717 * manual/es/dist/pdf/Makefile.am
1718 * manual/fr/dist/pdf/Makefile.am
1719 * manual/pl/dist/pdf/Makefile.am
1720 simplify check for tools needed for manual building,
1721 remove xml2pdf and use docbook2pdf instead
1723 2010-12-03 [mir] 3.7.7cvs10
1726 Fix bug so that configure option --disable-manual
1727 actually disable building the manuals
1729 2010-12-01 [pawel] 3.7.7cvs9
1732 One more GTK+ 2.22 build fix
1734 2010-11-30 [colin] 3.7.7cvs8
1737 Fix bug #2317, 'Action results in "Bad file descriptor"'
1738 Introduced in 3.7.6cvs57. In fact the error has been there
1739 since ages, and only new thing is the verification of the
1740 various functions return code. Let the stuff work as it
1741 does, as it seems to do the right thing since ages.
1743 2010-11-28 [colin] 3.7.7cvs7
1745 * src/gtk/quicksearch.c
1746 Fix bug #2313, 'CLI quicksearch sometimes returns
1747 the same messages twice'. Patch by Sebastien Bigaret
1749 2010-11-25 [paul] 3.7.7cvs6
1751 * src/prefs_common.c
1752 make "gtk_can_change_accels" FALSE by default.
1753 fixes bug #2309, 'Shortcuts should not be modifiable
1756 2010-11-24 [mones] 3.7.7cvs5
1759 Add missing shortcuts for marking as spam and ham
1760 Fixes Debian bug #599547
1762 2010-11-22 [colin] 3.7.7cvs4
1765 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1766 five patches were needed to fix a corner case
1767 is a good indicator that is was bound to break
1770 2010-11-21 [colin] 3.7.7cvs3
1772 * src/plugins/pgpcore/claws.def
1775 2010-11-20 [wwp] 3.7.7cvs2
1778 Fix either a typo or an irrelevant iff word there.
1779 IMO type and recursive possible values should be changed to
1780 smth simple and neat here, and help strings be really
1783 2010-11-20 [colin] 3.7.7cvs1
1786 Damn, forgot to commit this file twice.
1788 2010-11-19 [paul] 3.7.7
1794 2010-11-19 [paul] 3.7.6cvs66
1807 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1808 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1809 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1811 2010-11-17 [colin] 3.7.6cvs65
1813 * src/common/utils.c
1814 Separate email address from timestamp with a dot.
1817 2010-11-17 [colin] 3.7.6cvs64
1819 * src/common/utils.c
1820 Fix multiple @ in generated message-ids.
1821 That's not allowed in RFC 2822.
1823 2010-11-16 [mones] 3.7.6cvs63
1825 * manual/es/advanced.xml
1826 Synchronise with English version
1828 2010-11-04 [wwp] 3.7.6cvs62
1831 Fix bug 2293, "filtering: simplify expression", as simplifying
1832 this expression doesn't make it less easy to understand and we
1833 gain few cycles by making the logical expression more simple
1834 by applying. Patch by Nicolas Kaiser.
1836 2010-11-03 [colin] 3.7.6cvs61
1839 Fix bug 2294, "addrindex.c: address index conversion always
1840 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1842 2010-11-02 [wwp] 3.7.6cvs60
1847 Enlarge the progress bar (main window) a bit when compiling
1848 for UMPCs like maemo: this solves truncated text that might
1849 appear in the progress bar while processing messages.
1850 Also use a more compact string format when displaying
1851 progress like 'number/total', still for UMPCs, this fixes
1852 a previous inconsistency with these format strings where
1853 no space around the / were used sometimes.
1855 2010-10-26 [ticho] 3.7.6cvs59
1858 Recreate NNTP session if server port setting has changed. Fixes
1861 2010-10-26 [colin] 3.7.6cvs58
1865 Fix copy-paste error, thanks to David Relson
1868 2010-10-18 [colin] 3.7.6cvs57
1875 * src/prefs_themes.c
1878 * src/gtk/gtkutils.c
1879 * src/gtk/quicksearch.c
1880 * src/gtk/quicksearch.h
1881 * src/plugins/pgpcore/passphrase.c
1882 * src/plugins/spamassassin/libspamc.c
1885 2010-10-17 [colin] 3.7.6cvs56
1887 * src/prefs_themes.c
1888 * src/gtk/gtkaspell.c
1889 * src/gtk/gtkutils.c
1890 * src/gtk/gtkutils.h
1891 * src/gtk/inputdialog.c
1892 * src/gtk/progressdialog.c
1893 Undeprecate a few things
1895 2010-10-17 [colin] 3.7.6cvs55
1899 * src/gtk/quicksearch.c
1900 * src/gtk/quicksearch.h
1901 Add ability to search from the command-line.
1902 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1903 Patch by Sebastien Bigarret.
1905 2010-10-04 [mones] 3.7.6cvs54
1907 * manual/dist/pdf/Makefile.am
1908 Fix build of English PDF manual
1909 (sh: Can't open ../../../xml2pdf)
1911 2010-10-03 [colin] 3.7.6cvs53
1918 Get rid of GRelation which were, mostly, used as
1919 GHashTables. Probably fixes bug #2277, 'Segfault when
1920 loading inbox for the first time'
1922 2010-10-03 [mir] 3.7.6cvs52
1924 * manual/de/dist/html/Makefile.am
1925 * manual/de/dist/pdf/Makefile.am
1926 * manual/de/dist/ps/Makefile.am
1927 * manual/de/dist/txt/Makefile.am
1928 * manual/dist/html/Makefile.am
1929 * manual/dist/pdf/Makefile.am
1930 * manual/dist/ps/Makefile.am
1931 * manual/dist/txt/Makefile.am
1932 * manual/es/dist/html/Makefile.am
1933 * manual/es/dist/pdf/Makefile.am
1934 * manual/es/dist/ps/Makefile.am
1935 * manual/es/dist/txt/Makefile.am
1936 * manual/fr/dist/html/Makefile.am
1937 * manual/fr/dist/pdf/Makefile.am
1938 * manual/fr/dist/ps/Makefile.am
1939 * manual/fr/dist/txt/Makefile.am
1940 * manual/pl/dist/html/Makefile.am
1941 * manual/pl/dist/pdf/Makefile.am
1942 * manual/pl/dist/ps/Makefile.am
1943 * manual/pl/dist/txt/Makefile.am
1944 Missing Makefile.am's for 3.7.6cvs49
1947 2010-10-03 [colin] 3.7.6cvs51
1952 2010-10-02 [mir] 3.7.6cvs50
1954 * manual/de/dist/html/Makefile.am
1955 * manual/de/dist/pdf/Makefile.am
1956 * manual/de/dist/ps/Makefile.am
1957 * manual/de/dist/txt/Makefile.am
1958 * manual/dist/html/Makefile.am
1959 * manual/dist/pdf/Makefile.am
1960 * manual/dist/ps/Makefile.am
1961 * manual/dist/txt/Makefile.am
1962 * manual/es/dist/html/Makefile.am
1963 * manual/es/dist/pdf/Makefile.am
1964 * manual/es/dist/ps/Makefile.am
1965 * manual/es/dist/txt/Makefile.am
1966 * manual/fr/dist/html/Makefile.am
1967 * manual/fr/dist/pdf/Makefile.am
1968 * manual/fr/dist/ps/Makefile.am
1969 * manual/fr/dist/txt/Makefile.am
1970 * manual/pl/dist/html/Makefile.am
1971 * manual/pl/dist/pdf/Makefile.am
1972 * manual/pl/dist/ps/Makefile.am
1973 * manual/pl/dist/txt/Makefile.am
1974 Part 2 of last commit which broke due to a permission error
1975 Avoid claws trying to build manuals if the required
1976 tools are not present.
1978 2010-10-02 [mir] 3.7.6cvs49
1981 * manual/de/dist/html/Makefile.am
1982 * manual/de/dist/pdf/Makefile.am
1983 * manual/de/dist/ps/Makefile.am
1984 * manual/de/dist/txt/Makefile.am
1985 * manual/dist/html/Makefile.am
1986 * manual/dist/pdf/Makefile.am
1987 * manual/dist/ps/Makefile.am
1988 * manual/dist/txt/Makefile.am
1989 * manual/es/dist/html/Makefile.am
1990 * manual/es/dist/pdf/Makefile.am
1991 * manual/es/dist/ps/Makefile.am
1992 * manual/es/dist/txt/Makefile.am
1993 * manual/fr/dist/html/Makefile.am
1994 * manual/fr/dist/pdf/Makefile.am
1995 * manual/fr/dist/ps/Makefile.am
1996 * manual/fr/dist/txt/Makefile.am
1997 * manual/pl/dist/html/Makefile.am
1998 * manual/pl/dist/pdf/Makefile.am
1999 * manual/pl/dist/ps/Makefile.am
2000 * manual/pl/dist/txt/Makefile.am
2001 1) Downgrade autoconf requirements to 2.59 to allow
2002 building on oldest supported Linux distributions.
2003 2) Only try to build manuals if the needed software
2006 2010-10-02 [colin] 3.7.6cvs48
2008 * src/plugins/trayicon/trayicon.c
2009 And fix theme updating.
2011 2010-10-02 [colin] 3.7.6cvs47
2013 * src/plugins/trayicon/trayicon.c
2014 Got burnt by wrong indentation!
2016 2010-10-02 [colin] 3.7.6cvs46
2019 Forgot to remove the directory from top-level
2021 2010-10-02 [colin] 3.7.6cvs45
2023 * src/plugins/trayicon/Makefile.am
2024 * src/plugins/trayicon/trayicon.c
2025 * src/plugins/trayicon/libeggtrayicon/.cvsignore
2026 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2027 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2028 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2029 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2030 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2031 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2032 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2033 * src/plugins/trayicon/libeggtrayicon/xembed.h
2034 Finally get rid of Eggtrayicon, use GtkStatusIcon
2035 instead (which can be done safely now that we
2038 2010-10-02 [colin] 3.7.6cvs44
2046 * src/editaddress_other_attributes_ldap.c
2049 * src/grouplistdialog.c
2051 * src/image_viewer.c
2055 * src/message_search.c
2057 * src/prefs_themes.c
2058 * src/summary_search.c
2061 * src/etpan/imap-thread.c
2063 * src/gtk/gtkcmclist.c
2064 * src/gtk/gtkcmoptionmenu.c
2065 * src/gtk/gtkutils.c
2066 * src/gtk/gtkutils.h
2067 * src/gtk/gtkvscrollbutton.c
2068 * src/plugins/pgpcore/select-keys.c
2069 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2070 Undeprecate for GTK+2.22. Patch by Reed Loden.
2071 Fixes bug #2276, 'Compile in maintainer mode
2072 fails on GTK+ 2.22'.
2074 2010-10-02 [colin] 3.7.6cvs43
2077 It's now time to remove the temporary enable-openssl
2078 option that was used when we removed OpenSSL. See
2079 bug #2276 comment #14.
2081 2010-09-30 [wwp] 3.7.6cvs42
2083 * src/prefs_account.c
2084 * src/prefs_filtering_action.c
2085 * src/prefs_matcher.c
2086 Fix bug #2274, wrong color label index range
2087 used w/ gtk_cmoption_menu (behaviour change
2088 has been introduced w/ 3.5.0cvs49 apparently),
2089 now it must be 1..N so let's use colorlabel value
2093 2010-09-20 [pawel] 3.7.6cvs41
2100 2010-09-19 [pawel] 3.7.6cvs40
2105 Set ML menus sensitivity accordingly to
2106 possibility of reply to ML
2108 2010-09-19 [colin] 3.7.6cvs39
2111 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
2112 to newsgroups, and NNTP accounts *can* send email. We
2113 should not force an email account when replying to_ml or
2116 2010-09-19 [colin] 3.7.6cvs38
2119 Revert previous commit (which breaks Reply to newsgroups)
2121 2010-09-17 [pawel] 3.7.6cvs37
2124 Respect reply_account_autosel when changing compose
2125 account to email one while replying to NNTP post
2127 2010-09-17 [wwp] 3.7.6cvs36
2129 * doc/man/claws-mail.1
2130 Update --compose documentation in `man claws-mail`.
2132 2010-09-12 [pawel] 3.7.6cvs35
2135 Add forgotten bit to previous commit,
2136 select email account when replying to ML
2138 2010-09-12 [pawel] 3.7.6cvs34
2141 Fix bug #2247 "nntp reply-to-all broken?"
2142 Make reply-to-all and reply-to-ml work as expected in
2143 mailing list through NNTP case
2145 2010-09-11 [pawel] 3.7.6cvs33
2150 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
2151 fixes build with GTK+ < 2.18
2153 2010-09-10 [pawel] 3.7.6cvs32
2158 Make Tab key switch between FolderView, MsgView and
2159 SummaryView only, other widgets have/can have their own
2162 2010-08-25 [colin] 3.7.6cvs31
2167 * src/common/base64.c
2168 * src/common/base64.h
2169 Fix bug #2245, "base64 decoding fails with line breaks"
2170 Patch by Yotam Medini
2172 2010-08-25 [colin] 3.7.6cvs30
2175 Fix bug #2241, "Empty trash on exit fails on scripted exit"
2177 2010-08-23 [pawel] 3.7.6cvs29
2180 * src/send_message.c
2183 Hide progressbar on statusbar when not needed
2185 2010-08-17 [colin] 3.7.6cvs28
2188 Fix previous patch (our own tmp dir is inside
2191 2010-08-16 [colin] 3.7.6cvs27
2194 Use temp dir to store logs in Windows. Avoids doing
2195 get_rc_dir() early, which prevents set_rc_dir()
2198 2010-07-31 [holger] 3.7.6cvs26
2200 * src/gtk/gtkshruler.c
2201 Yet more GdkGC to Cairo porting
2203 2010-07-30 [holger] 3.7.6cvs25
2205 * src/stock_pixmap.c
2206 More GdkGC to Cairo porting
2208 2010-07-30 [holger] 3.7.6cvs24
2210 * src/gtk/colorlabel.c
2211 One GdkGC usage less
2213 2010-07-29 [holger] 3.7.6cvs23
2216 Replace some gdk drawing with cairo, as the former
2217 is going towards deprecation.
2219 2010-07-25 [colin] 3.7.6cvs22
2221 * src/common/utils.c
2222 And now for a real fix. g_list_remove() doesn't, of
2223 course, free the data. But we have to have a solid
2224 pointer to it in order to free it ourselves instead
2225 of relying on the old freed list pointer.
2226 Maybe that's the last patch on the subject now ? :)
2228 2010-07-25 [colin] 3.7.6cvs21
2230 * src/common/utils.c
2231 Remove stupid and extraneous g_free() of elements
2232 which have just been freed by g_list_remove(). (see
2233 GList documentation). I don't know how it worked before
2235 2010-07-25 [colin] 3.7.6cvs20
2237 * src/common/utils.c
2238 Reverse free/use with more logical and safe
2239 use/free. Thanks to Michael Rasmussen !
2241 2010-07-24 [colin] 3.7.6cvs19
2243 * src/gtk/quicksearch.c
2244 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2245 'freeze when using quick search'
2247 2010-07-11 [iwkse] 3.7.6cvs18
2249 * src/gtk/quicksearch.c
2250 Add SMALL_LAYOUT to quicksearch_relayout
2252 2010-07-10 [iwkse] 3.7.6cvs17
2255 Remove forgotten variable from
2256 the last bugfix #2224
2258 2010-07-10 [colin] 3.7.6cvs16
2261 * src/gtk/quicksearch.c
2262 Clean fix for bug #2224: don't mess with GTK settings when
2263 handling the layout ourselves is enough
2265 2010-07-09 [iwkse] 3.7.6cvs15
2269 Better fix for Bug #2224
2271 2010-07-09 [iwkse] 3.7.6cvs14
2275 Always use stock icons on buttons
2277 2010-07-08 [colin] 3.7.6cvs13
2280 Fix bug 2223, 'Compilation fails with GTK+
2281 2.21.3'. Thanks to Jan Psota !
2283 2010-06-29 [pawel] 3.7.6cvs12
2286 Revert 3.7.5cvs41, it breaks templates that use %X
2288 2010-06-23 [wwp] 3.7.6cvs11
2290 * src/gtk/colorlabel.c
2291 Silent up a warning by avoiding possible confusion
2292 in logical expression evaluation, thanks to TuxCM.
2294 2010-06-21 [iwkse] 3.7.6cvs10
2296 * src/gtk/quicksearch.c
2297 Do not add into quicksearch history
2298 matching rules with bad syntax
2300 2010-05-26 [holger] 3.7.6cvs9
2304 Add function to select rows given a list of messages,
2305 complementary to summary_get_selected_msg_list()
2307 2010-05-22 [mir] 3.7.6cvs8
2310 Fix bug 2208. Encode encrypted password to qouted
2311 printable to avoid making invalid XML. Encoding
2312 will be activated the first time the password is
2315 2010-05-22 [paul] 3.7.6cvs7
2317 * manual/advanced.xml
2319 * src/prefs_common.c
2320 * src/prefs_common.h
2321 after using the compose margin for several days
2322 I wanted the old style back - add a new hidden
2323 pref 'show_compose_margin' to restore the old
2324 behaviour (defaults to FALSE)
2326 2010-05-14 [paul] 3.7.6cvs6
2329 add a margin to the compose window text that matches
2330 the margin in textview
2332 2010-05-14 [colin] 3.7.6cvs5
2334 * src/gtk/sslcertwindow.c
2335 Fix dangling pointer. Thanks to Michael R!
2337 2010-05-14 [colin] 3.7.6cvs4
2339 * src/gtk/sslcertwindow.c
2340 Fix bug 1993, 'Cannot send mail when SSL certificate is
2341 expired but certificate check is skipped' and maybe
2342 bug 2200, 'SSL is not working with POP3'
2344 2010-05-14 [colin] 3.7.6cvs3
2346 * src/plugins/pgpinline/pgpinline.c
2347 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2349 2010-05-04 [iwkse] 3.7.6cvs2
2351 * src/prefs_message.c
2352 Get a generic name as 'Quotation' for
2355 2010-05-04 [iwkse] 3.7.6cvs1
2357 * src/prefs_message.c
2358 * src/prefs_common.h
2359 * src/prefs_common.c
2362 Option for collapsing via double-click
2364 2010-05-01 [paul] 3.7.6
2370 2010-05-01 [paul] 3.7.5cvs55
2372 * tools/claws.i18n.status.pl
2375 2010-05-01 [paul] 3.7.5cvs54
2378 add YUP, new Ukrainian translator
2380 2010-04-30 [paul] 3.7.5cvs53
2384 add Ukrainian translation, submitted by YUP
2393 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2394 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
2395 Tiago Faria, and Slavko
2397 2010-04-26 [wwp] 3.7.5cvs52
2402 2010-04-26 [mones] 3.7.5cvs51
2407 2010-04-22 [pawel] 3.7.5cvs50
2412 first NULL check pointer, then use it
2414 2010-04-22 [colin] 3.7.5cvs49
2417 Fix error message when session isn't established
2419 Update translation and fix a typo in it
2421 2010-04-15 [pawel] 3.7.5cvs48
2423 * src/prefs_account.c
2424 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2425 the port isn't configured properly'
2426 When using SSL/TLS tunneling automatically use default
2427 ports for encrypted connections: smtps, pop3s, imaps, nntps
2429 2010-04-15 [pawel] 3.7.5cvs47
2432 Fix crasher in actions using '%f' argument
2433 on multiple files with external scripts which
2434 don't return any output.
2436 2010-04-14 [colin] 3.7.5cvs46
2439 Fix hand cursor after error symbol appears
2441 2010-04-12 [colin] 3.7.5cvs45
2444 Fix bug 2162, 'configure check for libetpan
2445 fails with libetpan 1.0'
2448 2010-04-09 [mones] 3.7.5cvs44
2450 * manual/de/glossary.xml
2451 Fix encoding to match main document's
2452 Also fixes make dist with Debian's openjade
2454 2010-03-29 [pawel] 3.7.5cvs43
2456 * src/matcher_parser.h
2457 * src/matcher_parser_parse.y
2458 * src/gtk/quicksearch.c
2459 Disable matcher warnings when populating quicksearch
2460 completion lists on startup
2462 2010-03-27 [colin] 3.7.5cvs42
2464 * src/gtk/quicksearch.c
2465 Fix double-free later in code. Optimize
2468 2010-03-27 [pawel] 3.7.5cvs41
2471 Make sure that quote ends with new line char
2473 2010-03-26 [pawel] 3.7.5cvs40
2478 Fix Bug 1928 Add "reply to this address" pop menu
2480 - Set composing account to email one when creating/replying
2481 from NNTP folder by clicking link or choosing option
2485 2010-03-25 [paul] 3.7.5cvs39
2487 * src/gtk/gtkcmclist.c
2488 Fix build with GTK+ 2.20
2490 2010-03-24 [pawel] 3.7.5cvs38
2495 * src/grouplistdialog.c
2499 * src/prefs_account.c
2500 * src/gtk/gtkcmclist.c
2501 * src/gtk/gtkcmctree.c
2502 * src/gtk/gtkcmoptionmenu.c
2503 * src/gtk/gtksctree.c
2504 * src/gtk/gtkshruler.c
2505 * src/gtk/gtkutils.c
2506 * src/gtk/gtkutils.h
2507 * src/gtk/gtkvscrollbutton.c
2508 * src/gtk/inputdialog.c
2509 * src/gtk/spell_entry.c
2510 * src/plugins/trayicon/trayicon.c
2511 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2512 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2513 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2514 Fix build with GTK+ 2.19
2516 2010-03-23 [pawel] 3.7.5cvs37
2520 Respect view->show_col_headers option
2521 * src/gtk/gtkcmctree.c
2522 Fix GtkCmcTree column width calculation when it has
2523 auto_resize set and new node is added
2525 2010-03-22 [pawel] 3.7.5cvs36
2527 * src/grouplistdialog.c
2528 * src/prefs_common.c
2529 * src/prefs_common.h
2530 - remember newsgroups list dialog size
2531 - respect use_dotted_lines hidden pref
2532 - respect use_stripes_everywhere hidden pref
2534 2010-03-21 [pawel] 3.7.5cvs35
2537 Remove superfluous gtk_widget_show_all()
2540 * src/common/utils.c
2543 2010-03-21 [pawel] 3.7.5cvs34
2546 * src/gtk/quicksearch.c
2547 * src/gtk/quicksearch.h
2548 Implement separate search phrase completion for
2549 normal/extended quicksearch
2551 2010-03-11 [paul] 3.7.5cvs33
2554 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2555 submitted by Yuwei Yu
2557 2010-03-09 [colin] 3.7.5cvs32
2559 * manual/de/glossary.xml
2562 2010-03-02 [colin] 3.7.5cvs31
2564 * manual/de/glossary.xml
2565 Sort alphabetically. Done by Volker Ribbert.
2567 2010-03-02 [mones] 3.7.5cvs30
2570 Fix mailing list archives location
2571 Remove currently unavailable CVS webview
2573 2010-03-01 [iwkse] 3.7.5cvs29
2575 * src/common/plugin.c
2576 Other indentation issues
2578 2010-03-01 [iwkse] 3.7.5cvs28
2580 * src/common/plugin.c
2581 Fix indentation of the previous commit
2583 2010-03-01 [iwkse] 3.7.5cvs27
2585 * src/common/plugin.h
2586 * src/common/plugin.c
2587 Add API for getting a loaded Plugin from the
2588 plugin's name, plugin_get_loaded_by_name (const gchar *name)
2589 Thanks to Colin, Michael
2591 2010-02-27 [colin] 3.7.5cvs26
2596 * manual/Makefile.am
2597 * manual/de/Makefile.am
2598 * manual/de/account.xml
2600 * manual/de/addrbook.xml
2601 * manual/de/advanced.xml
2602 * manual/de/claws-mail-manual.xml
2604 * manual/de/glossary.xml
2606 * manual/de/handling.xml
2607 * manual/de/intro.xml
2608 * manual/de/keyboard.xml
2609 * manual/de/plugins.xml
2610 * manual/de/starting.xml
2611 * manual/de/dist/.cvsignore
2612 * manual/de/dist/Makefile.am
2613 * manual/de/dist/html/.cvsignore
2614 * manual/de/dist/html/Makefile.am
2615 * manual/de/dist/pdf/.cvsignore
2616 * manual/de/dist/pdf/Makefile.am
2617 * manual/de/dist/ps/.cvsignore
2618 * manual/de/dist/ps/Makefile.am
2619 * manual/de/dist/txt/.cvsignore
2620 * manual/de/dist/txt/Makefile.am
2621 Add the german translation of the manual, done by
2622 Volker Ribbert <thoraki@arcor.de>.
2624 2010-02-27 [holger] 3.7.5cvs25
2626 * src/prefs_toolbar.c
2627 Don't make toolbar item description for
2628 plugin registered items editable
2630 2010-02-26 [colin] 3.7.5cvs24
2633 Don't translate empty description
2635 2010-02-22 [colin] 3.7.5cvs23
2638 Don't make In-Reply-To visible when reediting
2639 a draft or sent mail.
2641 2010-02-20 [colin] 3.7.5cvs22
2647 * src/etpan/imap-thread.c
2648 * src/etpan/imap-thread.h
2649 * src/etpan/nntp-thread.c
2650 * src/etpan/nntp-thread.h
2651 When going offline from NetworkManager, just
2652 delete IMAP connections. That'll avoid timeouts
2653 when coming back online in certain cases when
2654 the TCP socket will have timed out.
2656 2010-02-20 [holger] 3.7.5cvs21
2659 More files to ignore
2661 2010-02-17 [ticho] 3.7.5cvs20
2668 2010-02-16 [ticho] 3.7.5cvs19
2673 Removed unused argument from summary_open_row().
2675 2010-02-10 [pawel] 3.7.5cvs18
2678 - fix headers filtering when prefs_common.trans_hdr is on
2679 - fix headers setting when changing composing account
2681 * src/prefs_template.c
2682 Re-add template's name for translation
2684 2010-02-10 [colin] 3.7.5cvs17
2686 * src/prefs_matcher.c
2687 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2688 Condition>Define>Header>Name combo box'. Patch by
2691 2010-02-10 [colin] 3.7.5cvs16
2701 Add the GB18030 Chinese charset, which is a superset
2702 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2704 2010-02-09 [holger] 3.7.5cvs15
2707 GTK+ 2.10 related cleanup
2709 2010-02-09 [pawel] 3.7.5cvs14
2711 * src/prefs_account.c
2712 * src/prefs_folder_item.c
2713 * src/prefs_template.c
2715 Respect prefs_common.trans_hdr in couple more places to avoid
2716 confusion with translated/non-translated header names
2718 2010-02-09 [colin] 3.7.5cvs13
2723 2010-02-09 [colin] 3.7.5cvs12
2726 And fix 2.10 build :)
2728 2010-02-09 [colin] 3.7.5cvs11
2731 Bump up GTK+ requirement to 2.10
2740 * src/prefs_actions.c
2741 * src/prefs_common.c
2742 * src/prefs_common.h
2743 * src/prefs_ext_prog.c
2744 * src/prefs_filtering_action.c
2746 * src/prefs_image_viewer.c
2747 * src/prefs_matcher.c
2748 * src/prefs_msg_colors.c
2749 * src/prefs_summaries.c
2750 * src/prefs_template.c
2756 * src/gtk/Makefile.am
2758 * src/gtk/gtkcmclist.c
2759 * src/gtk/gtkcmctree.c
2760 * src/gtk/gtkutils.c
2761 * src/gtk/quicksearch.c
2762 Remove all compile-time conditionals depending on
2766 * src/gtk/gtksourceprintjob.c
2767 * src/gtk/gtksourceprintjob.h
2768 Remove libgnomeprint-based printing system (and
2769 command-line-based printing system) as GTK+ 2.10
2770 ships with print support.
2772 2010-02-08 [mir] 3.7.5cvs10
2775 Avoid displaying Bcc headers in message sent
2776 to NNTP servers. Thanks to Henning Mersch.
2779 2010-02-08 [pawel] 3.7.5cvs9
2782 Make tooltips less cryptic
2783 * src/gtk/description_window.c
2784 Improve window size calculation
2786 2010-02-08 [pawel] 3.7.5cvs8
2790 * src/common/utils.c
2791 * src/common/utils.h
2793 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2794 Patch by Laurent Bigonville with slight modifications
2796 2010-02-03 [pawel] 3.7.5cvs7
2799 Add some libtool files to ignore
2801 2010-02-03 [pawel] 3.7.5cvs6
2803 * src/plugins/trayicon/trayicon.c
2804 Save and then restore focus when closing/minimizing to tray
2806 2010-02-03 [mir] 3.7.5cvs5
2814 Save LDAP password encrypted. See bug 2113.
2817 2010-02-03 [colin] 3.7.5cvs4
2820 Fix again decoding of encrypted parts. The
2821 reverting of the patch was wrong, as the
2822 double-decoding was fixed in smime itself.
2823 Thanks to Matthias Drochner again...
2825 2010-02-02 [colin] 3.7.5cvs3
2827 * src/plugins/smime/smime.c
2829 Revert 3.7.4cvs2 and make a better patch for bug
2830 2059 and 2076. Patch by Matthias Drochner
2832 2010-01-31 [pawel] 3.7.5cvs2
2835 Fix hungarian translator's name
2837 2010-01-31 [pawel] 3.7.5cvs1
2841 Fix Bug 2107 - Arrow keys don't work in message view window
2843 2010-01-31 [paul] 3.7.5
2850 2010-01-23 [pawel] 3.7.4cvs10
2853 Fix button sensitivity in compose mode
2855 2010-01-23 [pawel] 3.7.4cvs9
2858 * tools/kdeservicemenu/install.sh
2859 * tools/make.themes.project
2860 * tools/nautilus2claws-mail.sh
2861 * tools/popfile-link.sh
2862 * tools/textviewer.sh
2863 Not all systems have bash installed in /bin, use env(1) to find
2866 2010-01-22 [pawel] 3.7.4cvs8
2868 * src/prefs_account.c
2869 * src/prefs_filtering.c
2871 * src/gtk/colorlabel.c
2872 Add some separators in combos
2874 2010-01-22 [pawel] 3.7.4cvs7
2877 --disable-aspell -> --disable-enchant
2879 Fix options spacing in configure --help
2881 Make wizard's window centered on the screen
2883 2010-01-19 [holger] 3.7.4cvs6
2887 Introduce folder_get_item_from_identifier().
2888 In contrast to folder_find_item_from_identifier(), this
2889 function recursively creates the FolderItems in the id path.
2890 Useful for programmatically creating folders (e.g. by plugins)
2892 2010-01-17 [pawel] 3.7.4cvs5
2897 2010-01-16 [colin] 3.7.4cvs4
2899 * src/plugins/pgpcore/sgpgme.c
2900 Probably fix bug 2098, 'claws-mails crashes frequently
2901 with pgpcore'. Fix double-free.
2903 2010-01-16 [holger] 3.7.4cvs3
2905 * src/prefs_toolbar.h
2908 2010-01-15 [colin] 3.7.4cvs2
2911 Decode mimeinfo before decrypting it. Probably
2912 fixes bug 2059 'gpgme >=1.1.8 not compatible
2913 with S/MIME encryption' and bug 2076 'having
2914 worked 2 times properly CLAWS ceased to
2915 decrypt incoming PGP mails -displays base64
2916 instead - sucks completely'
2917 Let's hope complete suckage ends here!
2918 Thanks to Matthias Drochner.
2920 2010-01-08 [paul] 3.7.4cvs1
2922 * tools/claws.i18n.status.pl
2925 2010-01-08 [paul] 3.7.4
2932 2010-01-08 [paul] 3.7.3cvs57
2946 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2947 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2948 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2951 2010-01-08 [paul] 3.7.3cvs56
2953 * src/common/utils.c
2954 fix bug 2089, 'URLs ending with an underscore ('_')
2955 are not correctly parsed'. thanks to Johan
2957 2010-01-05 [colin] 3.7.3cvs55
2960 Update french translation
2962 2010-01-04 [mones] 3.7.3cvs54
2965 Update Spanish translation
2967 2010-01-04 [mones] 3.7.3cvs53
2969 * manual/plugins.xml
2971 * manual/es/claws-mail-manual.xml
2972 * manual/es/intro.xml
2973 * manual/es/plugins.xml
2974 Synchronise with English version
2976 2010-01-03 [paul] 3.7.3cvs52
2981 update TEAM_LIST, fix encoding
2983 2010-01-03 [mir] 3.7.3cvs51
2986 When composing to a NNTP list TO: will always be preset
2987 to the NNTP list unless user has chosen some other default
2988 in which case we will handle this the normal way. Therefore
2989 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2991 2010-01-01 [paul] 3.7.3cvs50
2994 bump copyright year whilst it's in mind
2996 2009-12-31 [paul] 3.7.3cvs49
2998 * manual/claws-mail-manual.xml
3000 * manual/plugins.xml
3001 fix links so that they make sense in the context of the
3002 text version of the manual
3004 2009-12-31 [paul] 3.7.3cvs48
3007 * manual/plugins.xml
3008 updates, improvements, corrections, additions
3010 2009-12-29 [pawel] 3.7.3cvs47
3012 * src/prefs_filtering_action.c
3013 Fix Bug 2082 'Wrong color rectangle position when replacing
3014 "color" processing rule'
3016 2009-12-29 [colin] 3.7.3cvs46
3019 Fix bug 2074, 'Remember sending account
3022 2009-12-20 [holger] 3.7.3cvs45
3025 Delay CREATED_HOOKLIST invokation until
3026 after the modifications to the compose window
3027 are done, to allow hooks to further modify the
3028 window without getting overridden again
3030 2009-12-20 [holger] 3.7.3cvs44
3032 * src/prefs_toolbar.h
3035 2009-12-20 [holger] 3.7.3cvs43
3037 * src/prefs_toolbar.c
3038 * src/prefs_toolbar.h
3040 Pass window struct to caller
3042 2009-12-20 [holger] 3.7.3cvs42
3046 Add hooklist after creation of a compose window
3048 2009-12-19 [holger] 3.7.3cvs41
3050 * src/prefs_toolbar.c
3051 * src/prefs_toolbar.h
3053 Allow plugins to choose to which toolbar they want
3054 to add actions (main window, compose window, or message view)
3056 2009-12-19 [paul] 3.7.3cvs40
3059 fix statusbar in GTK+ 2.19.1
3061 2009-12-10 [pawel] 3.7.3cvs39
3064 Better fix for cvs28 regression
3066 2009-12-10 [iwkse] 3.7.3cvs38
3069 Fix some indentation
3071 2009-12-10 [iwkse] 3.7.3cvs37
3074 Add missing checks for gtkaspell: avoid
3075 crashing in some cases when Enchant is
3076 enabled but the spell checker is disabled
3079 2009-12-09 [colin] 3.7.3cvs36
3082 Fix leak and unchecked accesses.
3084 2009-12-09 [mir] 3.7.3cvs35
3087 Fix Bug 2072 "template at folder properties is not working"
3088 introduced in cvs24.
3090 2009-12-08 [pawel] 3.7.3cvs34
3093 When 'Reply All' remove current compose address from
3094 Cc/Bcc list - fix for regression introduced in cvs28
3096 2009-12-05 [pawel] 3.7.3cvs33
3099 Fix memory management, duh!
3101 2009-12-04 [pawel] 3.7.3cvs32
3104 Use case insensitive comparison in search for
3107 Refresh scrollbars on every window open
3109 2009-12-04 [pawel] 3.7.3cvs31
3112 Highlight misspelled words when applying template and
3113 check_while_typing option is on
3115 2009-12-03 [pawel] 3.7.3cvs30
3118 Highlight misspelled words in text inserted from file(s)
3119 or pasted to message body when check_while_typing
3122 2009-12-02 [pawel] 3.7.3cvs29
3125 Revert first part of previous commit
3127 2009-12-02 [pawel] 3.7.3cvs28
3130 Fix Bug 2055 "duplicate mailing list reply if
3131 List-Post + Reply-To present"
3132 - Ignore Reply-To if answering to ML
3133 - Improve parsing of List-Post header
3135 2009-12-02 [pawel] 3.7.3cvs27
3139 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
3140 email had user in "From" and "CC"
3141 Don't allow duplicate addresses in compose window headers
3143 2009-12-02 [mones] 3.7.3cvs26
3146 * manual/es/intro.xml
3147 * manual/fr/intro.xml
3148 * manual/it/intro.xml
3149 * manual/pl/intro.xml
3150 Make URL to point current site
3152 2009-12-01 [holger] 3.7.3cvs25
3156 Introduce new drag type "claws-mail/msg-path-list" for
3157 drag'n'drop of a message selection from the summaryview
3158 into other applications. The drag data gets set to the
3159 folder-item-id followed by message ids, separated by newlines.
3160 This enables other applications to back-link to Claws Mail
3161 via a "claws-mail --select" call after they received a drop.
3163 2009-11-30 [mir] 3.7.3cvs24
3166 Place cursor in compose window according to provided input
3167 If to: is present place cursor in subject field and if both
3168 to: and subject: is present place cursor in body. If body: is
3169 present insert a new line after text and place cursor there.
3171 2009-11-27 [mones] 3.7.3cvs23
3173 * src/gtk/quicksearch.c
3174 Allow viewing longer expressions if there's space
3176 2009-11-25 [holger] 3.7.3cvs22
3179 * src/common/Makefile.am
3180 * src/common/utils.c
3181 * src/common/utils.h
3182 Add a function to query the
3183 filepath of the .desktop file
3185 2009-11-25 [colin] 3.7.3cvs21
3188 Fix bug 2063, 'glib assertion in GRelation use in
3191 2009-11-24 [pawel] 3.7.3cvs20
3193 * src/common/utils.c
3194 Fix Bug 2053 'Inconsistent application of Coloration
3196 Don't allow '<' character between quotation marks
3198 2009-11-21 [holger] 3.7.3cvs19
3201 Modify cairo clip handling in preview windows,
3202 to prevent print preview windows from being blank
3203 with GTK+ 2.18. Follow recommendation of the GTK+
3204 documentation (section "Migrating to client side windows")
3205 and create a new cairo context for each expose event.
3207 2009-11-19 [pawel] 3.7.3cvs18
3210 complete 3.7.3cvs15 so install is DESTDIR safe
3211 remove icons with changed names on uninstall
3213 2009-11-18 [pawel] 3.7.3cvs17
3216 remove unneeded and code-duplicating function
3218 2009-11-18 [pawel] 3.7.3cvs16
3221 Fix Bug 2057 'Claws mail does not keep renamed names
3222 of nntp-subscribed groups'
3223 Check for already subscribed group using item->path for group
3224 comparision as folders item->path != item->name may be truth
3225 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
3227 2009-11-17 [pawel] 3.7.3cvs15
3230 Fix Bug 2049 'some icons not copied?'
3231 Install additional 64x64 and 128x128 icons
3233 2009-11-17 [holger] 3.7.3cvs14
3235 * src/prefs_toolbar.c
3236 * src/prefs_toolbar.h
3239 Allow plugins to register toolbar items
3241 2009-11-11 [pawel] 3.7.3cvs13
3247 Fix Bug 1867 Changing account does not change BCC address
3248 Set account specific headers when changing account
3251 2009-11-07 [colin] 3.7.3cvs12
3253 * src/gtk/prefswindow.c
3254 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3257 2009-11-07 [colin] 3.7.3cvs11
3259 * src/gtk/spell_entry.c
3260 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3261 Patch by Pawel Pekala
3263 2009-10-27 [colin] 3.7.3cvs10
3266 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3267 Don't try to check whether the folder is up-to-date if
3268 the folder class doesn't implement set_mtime, as we don't
3269 care in this case. This code exists since a long time, but
3270 the bug was triggered by more scanning of queue folders
3271 since recently (when we added \Deleted handling).
3273 2009-10-27 [colin] 3.7.3cvs9
3276 Try to fix registering as default client
3279 2009-10-21 [wwp] 3.7.3cvs8
3281 * src/common/utils.c
3282 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3284 2009-10-21 [wwp] 3.7.3cvs7
3286 * src/common/utils.c
3287 Don't core dump when attempting to insert a non-existing
3288 file using a mailto: uri (g_error does core dump).
3290 2009-10-20 [colin] 3.7.3cvs6
3292 * src/common/utils.c
3293 Don't g_error on normal warnings...
3295 2009-10-20 [colin] 3.7.3cvs5
3297 * src/plugins/pgpcore/sgpgme.c
3298 Fix bug 1996, 'S/MIME key not selected'
3299 Check for S/MIME certs too
3301 2009-10-20 [colin] 3.7.3cvs4
3303 * src/common/w32lib.h
3304 Fix win32 build on latest mingw32
3306 2009-10-20 [colin] 3.7.3cvs3
3311 Fix LDIF export. Patch by Michael Rasmussen
3313 2009-10-18 [paul] 3.7.3cvs2
3315 * tools/claws.i18n.status.pl
3316 increase the value of $transolddays since we're relasing less
3318 rework the en_GB.po hack so that en_GB is always 100% translated
3319 and recently updated
3321 2009-10-17 [paul] 3.7.3cvs1
3323 * src/prefs_account.c
3324 * src/prefs_compose_writing.c
3325 * src/prefs_receive.c
3326 * src/prefs_summaries.c
3327 * src/prefs_wrapping.c
3328 reword a few labels. (this incorporates everything
3329 that seemed worthwhile from bug 2020)
3330 * src/prefs_customheader.c
3331 use a 'Browse' button instead of button with
3332 label 'From file...'
3336 * CVS repository change
3338 2009-10-09 [paul[ 3.7.3
3340 version 3.7.3 unleashed!!
3342 2009-10-07 [paul] 3.7.2cvs49
3347 fix Bug 1994 - Changing colors required restart.
3348 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3349 more accurate folderview_reinit_fonts()
3351 2009-10-07 [paul] 3.7.2cvs48
3354 * src/prefs_common.c
3355 * src/prefs_common.h
3356 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
3357 patch by Pawel Pekala
3359 2009-10-07 [paul] 3.7.2cvs47
3367 updated by David Vachulka, Stephan Sachse and Marc Arens,
3368 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3371 2009-10-06 [colin] 3.7.2cvs46
3374 French translation update
3376 2009-10-05 [paul] 3.7.2cvs45
3379 enable Page Size and Orientation in the print dialog,
3380 GTK+ >= 2.18.x only. Patch by Mark__T
3382 2009-10-05 [paul] 3.7.2cvs44
3384 * src/prefs_summaries.c
3385 fix label, startup --> start-up, to match other uses of the
3388 2009-10-05 [paul] 3.7.2cvs43
3391 updated by Emilian Nowak
3393 2009-10-03 [colin] 3.7.2cvs42
3397 * src/gtk/gtkcmclist.c
3398 * src/gtk/gtkvscrollbutton.c
3399 * src/gtk/logwindow.c
3401 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3402 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3403 Fix warning at start
3405 2009-09-28 [colin] 3.7.2cvs41
3409 * src/prefs_folder_item.c
3410 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3412 2009-09-28 [colin] 3.7.2cvs40
3414 * src/prefs_summaries.c
3415 * src/gtk/sslcertwindow.c
3416 Fix bug 2006, 'Non-utf8 strftime(3) date strings
3417 shows up garbled in GUI'. Patch by Pawel Pekala
3419 2009-09-24 [iwkse] 3.7.2cvs39
3422 That's only for statistics, of course :)
3424 2009-09-24 [iwkse] 3.7.2cvs38
3429 2009-09-24 [iwkse] 3.7.2cvs37
3432 Revert unwanted change
3434 2009-09-24 [iwkse] 3.7.2cvs36
3437 Fix issue with filtering actions and
3440 2009-09-20 [mones] 3.7.2cvs35
3442 * tools/convert_mbox.pl
3443 Add -R flag to support recursive conversions
3444 of arbitrary Evolution mail folders, based on
3445 bash script by Daniel Dickinson (fixes debian
3447 * tools/popfile-link.sh
3448 Set required shell for script (fixes debian
3451 2009-09-16 [colin] 3.7.2cvs34
3454 Go grab files in /etc/skel if they exist
3457 2009-09-15 [colin] 3.7.2cvs33
3460 Complete 3.7.1cvs42: only output directly to
3461 final file if we get NULL byes at the start.
3462 Still fixes saving UTF16 files, but also
3463 fixes displaying Base64 parts with decoding
3464 errors (parts without errors get displayed)
3466 2009-09-14 [colin] 3.7.2cvs32
3470 * src/matcher_parser_parse.y
3471 * src/prefs_matcher.c
3472 Add 'has_attachment' and 'signed' matcher
3473 expressions. Patch by Aleksei Miheev, fixes
3476 2009-09-14 [colin] 3.7.2cvs31
3478 * src/common/utils.c
3479 Add "Re :" prefix from french Yahoo mail.
3480 Patch by Didier Barvaux, fixes bug 1999
3482 2009-09-10 [mones] 3.7.2cvs30
3484 * manual/plugins.xml
3485 Fix sites supported by SpamReport
3486 * manual/es/plugins.xml
3487 Synchronise Spanish manual
3489 2009-09-07 [holger] 3.7.2cvs29
3492 Also update the icon cache on uninstall.
3493 This prevents possible problems when Claws Mail was
3494 uninstalled and installed again into a different location,
3495 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3496 and the blog post linked therein
3498 2009-09-07 [paul] 3.7.2cvs28
3500 * src/prefs_toolbar.c
3501 when updating the main toolbar icons just update
3502 the main toolbar (and consequently fix a bug where
3503 folderview icons would disappear)
3505 2009-08-30 [holger] 3.7.2cvs27
3508 Do case-insensitive comparison against
3509 header names when extracting recipients
3512 2009-08-23 [colin] 3.7.2cvs26
3515 Probably fix RH bug 512024, " folder.c:3543
3516 Condition msglist != NULL failed"
3518 2009-08-23 [colin] 3.7.2cvs25
3520 * src/prefs_compose_writing.c
3521 Make the maximum size warning bigger. Patch
3522 by Didier Barvaux on bug 1986.
3524 2009-08-21 [colin] 3.7.2cvs24
3527 Previous commit: move the function into compose_insert_file
3528 so that it's also used on drag-n-drop
3530 2009-08-21 [colin] 3.7.2cvs23
3533 Fix scrolling when adding an header
3535 2009-08-21 [colin] 3.7.2cvs22
3538 * src/prefs_common.c
3539 * src/prefs_common.h
3540 * src/prefs_compose_writing.c
3541 * src/common/utils.c
3542 Fix bug 1986, "New feature: warn user when inserting
3543 a large file in the message body". Patch by Didier
3546 2009-08-21 [colin] 3.7.2cvs21
3550 * src/common/utils.c
3551 Fix bug 1984: Add R�f. : reply prefix (french
3552 Lotus Notes); patch by Didier Barvaux
3554 2009-08-21 [colin] 3.7.2cvs20
3558 Fix bug 1969, 'Bad guess for outgoing encoding'
3559 Make sure the specific converters (japanese in
3560 this case) can return success/error in strict
3561 mode, instead of silently failing back to
3564 2009-08-20 [holger] 3.7.2cvs19
3568 Make it possible for code outside
3569 compose (e.g. plugins) to attach files
3571 2009-08-20 [colin] 3.7.2cvs18
3574 Fix crash when accessing IMAP soon
3576 2009-08-18 [colin] 3.7.2cvs17
3579 Maybe fix crash on non-existent LDAP server
3581 2009-08-04 [colin] 3.7.2cvs16
3584 Fix toolbar's spacing that breaks dark
3585 themes (patch from http://blogs.igalia.com/aperez/
3586 2009/07/making-claws-mail-look-better/)
3588 2009-07-28 [colin] 3.7.2cvs15
3591 * src/addrcustomattr.c
3593 * src/addressbook_foldersel.c
3601 * src/editldap_basedn.c
3612 * src/prefs_actions.c
3613 * src/prefs_customheader.c
3614 * src/prefs_display_header.c
3615 * src/prefs_filtering.c
3616 * src/prefs_folder_column.c
3617 * src/prefs_matcher.c
3618 * src/prefs_summary_column.c
3619 * src/prefs_summary_open.c
3620 * src/prefs_template.c
3623 Fix bug 1950, 'Program freeze up during folder selection'
3624 Don't leave hidden windows modal
3626 2009-07-28 [colin] 3.7.2cvs14
3629 Fix bug 1957, 'LDAP errs out after searching too
3632 2009-07-28 [colin] 3.7.2cvs13
3635 Fix bug 1966, '"Collapse all threads" slower than
3636 "Expand all threads"'
3638 2009-07-28 [colin] 3.7.2cvs12
3640 * src/common/session.c
3641 Fix bug 1967, 'Claws gets stuck after accepting
3642 a certificate warning dialog'
3644 2009-07-19 [paul] 3.7.2cvs11
3646 * manual/plugins.xml
3647 a few small changes to the English
3649 2009-07-18 [mones] 3.7.2cvs10
3651 * manual/plugins.xml
3652 Add new bsfilter and fancy plugins to the docs
3653 and a note about dealing with plugins of the same class
3654 * src/prefs_account.c
3655 Fix extra space at the end typo
3657 2009-07-16 [colin] 3.7.2cvs9
3660 Fix wrong return without unlocking; thanks
3663 2009-07-14 [colin] 3.7.2cvs8
3666 Fix bug 1954, 'Segfault on reading wrong STATUS'
3668 2009-07-10 [colin] 3.7.2cvs7
3670 * src/plugins/pgpcore/plugin.def
3671 * src/common/utils.h
3674 2009-07-10 [colin] 3.7.2cvs6
3676 * src/prefs_display_header.c
3677 Fix bug 1951, 'C-Mail dumps core when editing
3678 displayed headers'. Patch by Alexey Rusakov
3680 2009-07-10 [colin] 3.7.2cvs5
3683 Fix bug 1952, 'Deleted mails in Queue folder
3686 2009-07-09 [colin] 3.7.2cvs4
3688 * src/gtk/spell_entry.c
3689 Fix bug 1949, 'Spell checker doesn't recognise
3690 certain word in Subject header, but does in
3691 message body'. Patch by Pawel Pekala.
3693 2009-07-09 [paul] 3.7.2cvs3
3696 use pkgconfig to check for the minimum required
3699 2009-07-06 [colin] 3.7.2cvs2
3701 * src/prefs_customheader.c
3704 2009-07-04 [paul] 3.7.2cvs1
3706 * tools/claws.i18n.status.pl
3709 2009-07-03 [paul] 3.7.2
3716 2009-07-03 [paul] 3.7.1cvs85
3723 added new translations by Tiago Faria and Slavko
3736 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3737 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3738 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3739 Goncalves Guimaraes, Aleksei Miheev
3741 2009-07-01 [colin] 3.7.1cvs84
3743 * src/prefs_common.c
3744 Fix bug 1940, 'Doesn't open links in
3745 user's default browser'. Turn the preference
3746 to TRUE by default; that will only change the
3747 behaviour for new users.
3749 2009-06-29 [colin] 3.7.1cvs83
3753 * src/prefs_filtering_action.c
3754 Fix bug 1935, 'problems with very long filtering actions':
3755 Use a dynamic buffer in action to string, and a bigger
3756 buffer in string to action
3758 2009-06-29 [colin] 3.7.1cvs82
3760 * src/matcher_parser_lex.l
3761 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3763 2009-06-29 [colin] 3.7.1cvs81
3768 Fix crash (out-of-bounds tree column)
3769 * src/gtk/gtkcmctree.c
3770 * src/gtk/gtksctree.c
3771 Prevent using an out-of-bounds tree column
3773 2009-06-29 [colin] 3.7.1cvs80
3777 Leak fixes; patch by Pawel Pekala.
3779 2009-06-26 [colin] 3.7.1cvs79
3782 Sort by msgnum if dates are equal
3784 2009-06-24 [paul] 3.7.1cvs78
3787 make some (forgotten) strings translatable
3789 2009-06-19 [colin] 3.7.1cvs77
3792 Fix menu sensitiveness
3794 2009-06-18 [colin] 3.7.1cvs76
3797 * src/plugins/pgpcore/sgpgme.c
3798 * src/plugins/pgpcore/sgpgme.h
3799 * src/plugins/pgpmime/mypgpcore.def
3800 * src/plugins/pgpmime/pgpmime.c
3801 * src/plugins/smime/mypgpcore.def
3802 * src/plugins/smime/smime.c
3803 Use largefile support (and stop using our old GPGME
3804 hack on gpgme_data_seek/rewind)
3805 (See 1.9.12cvs44 to 46 - if this breaks things we
3808 2009-06-13 [colin] 3.7.1cvs75
3810 * src/gtk/spell_entry.c
3811 Fix assertion. We can put a NULL gtkaspell to
3812 an entry; it just means it won't be spell-checked.
3814 2009-06-12 [mones] 3.7.1cvs74
3818 * src/prefs_account.c
3819 * src/prefs_account.h
3820 * src/common/utils.c
3821 * src/common/utils.h
3822 Added preference to use account address in generated
3823 Message-Id. Fixes Debian bug #531052
3825 2009-06-12 [colin] 3.7.1cvs73
3828 Better fix, API-compatible with libgnutls13
3830 2009-06-12 [colin] 3.7.1cvs72
3833 Use compatibility mode in GnuTLS, and avoid problems with
3834 servers that don't comply 100% with the spec, but still
3837 2009-06-06 [iwkse] 3.7.1cvs71
3840 Ops..revert a mix with another patch
3842 2009-06-06 [iwkse] 3.7.1cvs70
3845 A better fix for the previous commit's issue
3847 2009-06-06 [iwkse] 3.7.1cvs69
3850 Fix shutting down of Claws Mail while a GTK_Return keypress
3851 event is sent to the Attach property window
3853 2009-06-05 [colin] 3.7.1cvs68
3856 Fix build on GTK+ 2.6
3858 2009-06-03 [mones] 3.7.1cvs67
3860 * tools/make.themes.project
3861 Oops! fix header, sorry Paul ;-)
3863 2009-06-03 [mones] 3.7.1cvs66
3865 * tools/make.themes.project
3866 Add support for PNG themes and other
3867 fixes i don't remember now... :)
3869 2009-06-02 [colin] 3.7.1cvs65
3872 * src/prefs_template.c
3874 Fix error messages in templates, and fix their
3877 2009-05-22 [colin] 3.7.1cvs64
3882 2009-05-22 [colin] 3.7.1cvs63
3885 Fix phantom button behind entry when
3886 changing fields via Tools/Reply mode.
3888 2009-05-22 [colin] 3.7.1cvs62
3893 2009-05-21 [mones] 3.7.1cvs61
3897 Add button to empty header lines with one click
3899 2009-05-21 [paul] 3.7.1cvs60
3903 * src/plugins/trayicon/trayicon.c
3904 when quitting from the trayicon, honour
3905 prefs_common.clean_on_exit
3907 2009-05-21 [paul] 3.7.1cvs59
3909 * src/gtk/Makefile.am
3910 remove duplicate entry
3911 thanks to Charles A Edwards
3913 2009-05-19 [paul] 3.7.1cvs58
3915 * src/send_message.c
3916 clear progressbar in the statusbar on 'Cancel'
3918 2009-05-16 [colin] 3.7.1cvs57
3924 2009-05-16 [colin] 3.7.1cvs56
3927 Remove msgnum>0 condition for removing messages
3928 from caches. There's no such condition on add.
3929 Fixes bug 1913, 'Allow to remove phantom
3930 messages from the cache'; patch by Fabian
3931 Keil <fk at fabiankeil.de>
3933 2009-05-12 [holger] 3.7.1cvs55
3937 Introduce hook after showing of the message view
3939 2009-05-11 [colin] 3.7.1cvs54
3942 Fix bug 1872, 'A: Cc: CCi: selector should
3943 default on same as preceding contact'
3945 2009-05-10 [holger] 3.7.1cvs53
3949 Add a hook to make it possible for plugins to
3950 modify the address completion list
3952 2009-05-06 [paul] 3.7.1cvs52
3956 fix bug 1915, 'Mails signed with smime.p7s
3957 display both signed and attachment icon.'
3959 2009-05-05 [colin] 3.7.1cvs51
3961 * src/common/utils.c
3964 2009-05-05 [colin] 3.7.1cvs50
3966 * src/common/utils.c
3967 Fix bug 1895, '(imap) cache issues when cache dir is on a
3968 different mountpoint than tempdir'
3970 2009-05-04 [colin] 3.7.1cvs49
3973 Probably fix bug 1914, 'Crash reading
3974 corrupted tags file'
3976 2009-04-26 [paul] 3.7.1cvs48
3979 * src/gtk/gtkaspell.h
3980 fix bug 1904, 'build mechanism looks for
3981 'enchant.h' in a wrong place'
3983 2009-04-25 [paul] 3.7.1cvs47
3986 gah! fix coding style!
3988 2009-04-25 [paul] 3.7.1cvs46
3992 if building with GTK+ >= 2.16 use
3993 gtk_orientable_set_orientation() instead of now
3994 deprecated gtk_toolbar_set_orientation()
3996 2009-04-24 [colin] 3.7.1cvs45
3999 Ask before sending if an attached file has
4002 2009-04-19 [paul] 3.7.1cvs44
4004 * src/prefs_common.c
4005 * src/prefs_common.h
4007 save About window size.
4008 patch by Pawel Pekala
4010 2009-04-12 [paul] 3.7.1cvs43
4012 * tools/csv2addressbook.pl
4013 add extra CSV fields that are now appended
4014 by thunderbird (version 2.0.0.21)
4016 2009-04-08 [colin] 3.7.1cvs42
4019 fix saving (but not displaying) of UTF-16
4022 2009-04-08 [colin] 3.7.1cvs41
4024 * src/gtk/manage_window.c
4025 Disable transient windows on win32 - seems to
4026 fix most focusing issues
4028 2009-04-05 [colin] 3.7.1cvs40
4031 Don't ask whether we want to send deleted mails in queue
4032 folders; also, don't send deleted mails when flushing
4035 2009-04-04 [paul] 3.7.1cvs39
4041 * tools/claws.i18n.status.pl
4042 add new Indonesian translation, by
4045 2009-04-03 [paul] 3.7.1cvs38
4051 2009-04-03 [colin] 3.7.1cvs37
4055 Fix bug 1891, 'Add support for gopher:// links'
4056 Patch by Jacob Head <clawsmail at jacob-head.com>
4057 Let's go back to the roots!
4059 2009-04-03 [paul] 3.7.1cvs36
4064 2009-04-03 [paul] 3.7.1cvs35
4067 add AC_CONFIG_MACRO_DIR([m4])
4068 remove CLAWS_ACLOCAL_INCLUDE(m4)
4069 * m4/aclocal-include.m4
4070 removed this now unneeded file
4072 2009-04-02 [colin] 3.7.1cvs34
4074 * src/common/utils.h
4075 Fix previous (thanks to Marcus :)
4077 2009-04-02 [colin] 3.7.1cvs33
4079 * src/common/utils.h
4080 * src/etpan/etpan-thread-manager.c
4081 pipe() was a macro from GLib on win32 until
4082 glib 2.13.2. It's undefined after that.
4083 Thanks to Marcus Brinkmann for the heads-up!
4085 2009-03-31 [colin] 3.7.1cvs32
4087 * src/folder_item_prefs.c
4088 Copy folder settings with prefs
4090 2009-03-31 [colin] 3.7.1cvs31
4092 * src/prefs_account.c
4093 Don't use un-sensitive checkboxes in Privacy tab
4094 when privacy system in None (makes unchecking
4095 painful when no privacy plugin is loaded)
4097 2009-03-30 [colin] 3.7.1cvs30
4104 * src/prefs_account.c
4105 * src/prefs_account.h
4108 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
4109 Add an option on the Receive page of IMAP account preferences:
4110 "Move deleted mails to trash and expunge immediately". This
4111 option defaults to TRUE to avoid changing the existing behaviour.
4112 Setting it to FALSE prevents automatic expunging.
4113 Also, add Tools/Expunge and View/Hide deleted messages menu items
4114 (View/Hide deleted message being a per-folder setting, and behaving,
4115 like View/Hide read messages).
4117 2009-03-30 [colin] 3.7.1cvs29
4120 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
4121 ask for IMAP password when using GSSAPI auth
4123 2009-03-27 [colin] 3.7.1cvs28
4126 Fix cvs14, make sure we mark non-existent caches dirty
4127 (or they never get written)
4129 2009-03-27 [colin] 3.7.1cvs27
4132 Fix tag update when all tags are removed
4135 2009-03-25 [colin] 3.7.1cvs26
4138 Fix configure.ac, thanks to Pawel
4140 2009-03-25 [colin] 3.7.1cvs25
4143 * src/etpan/nntp-thread.c
4144 Fix header fetching (NG/To/Cc). Fixes
4145 bug 1883, 'Message processing fails to
4146 act on Newsgroups: field'
4148 2009-03-23 [colin] 3.7.1cvs24
4151 Fix internal headers visible in queue/sent
4153 2009-03-23 [colin] 3.7.1cvs23
4156 Fix check for RC (resource compiler) used
4157 on win32 (AC_LIBTOOL_RC used to call it
4158 implicitely but stopped)
4160 2009-03-19 [colin] 3.7.1cvs22
4163 Put spam button in default toolbar even if
4164 bogofilter and spamassassin are not built.
4165 Other anti-spam plugin could exist! :)
4166 * src/common/utils.c
4167 Fix exit status fetch on win32
4169 2009-03-18 [paul] 3.7.1cvs21
4171 * src/gtk/spell_entry.c
4172 fix "[BUG] Wrong word replaced in 'Subject:'
4173 when spell-checking correction used"
4174 Patch by Pawel Pekala
4176 2009-03-17 [colin] 3.7.1cvs20
4178 * src/common/utils.c
4179 Fix win32 build (from cvs12)
4181 2009-03-17 [colin] 3.7.1cvs19
4184 Fix bug 1735, 'Change To: and Newsgroups:
4185 recipient field according account type'
4188 2009-03-17 [colin] 3.7.1cvs18
4191 * src/prefs_common.c
4192 * src/prefs_common.h
4194 * src/common/prefs.c
4195 Add preference for fsyncing metadata
4197 2009-03-16 [paul] 3.7.1cvs17
4199 * src/prefs_customheader.c
4200 add forgotten #if HAVE_LIBCOMPFACE
4202 2009-03-16 [paul] 3.7.1cvs16
4204 * src/prefs_customheader.c
4205 put the (X-)Face preview image below the up/down
4206 buttons so they don't jump around.
4207 make the list reorderable by drag'n'drop
4209 2009-03-16 [colin] 3.7.1cvs15
4211 * src/prefs_customheader.c
4212 Add a (X-)Face preview. Patch by iwkse.
4214 2009-03-16 [colin] 3.7.1cvs14
4220 * src/common/prefs.c
4221 Add fsync calls to make sure we don't
4222 lose data on system crashes. (to do:
4223 add a pref to allow people choosing raw
4226 2009-03-15 [colin] 3.7.1cvs13
4228 * src/gtk/gtkaspell.c
4229 Fix empty menu when there are no
4230 suggestions (using the Spelling menu)
4232 2009-03-14 [colin] 3.7.1cvs12
4234 * src/common/utils.c
4235 Win32: fix subject prefix length
4237 2009-03-11 [mones] 3.7.1cvs11
4240 fix encoding declared in header
4241 update translation now we're at it
4243 2009-03-10 [colin] 3.7.1cvs10
4246 Fix "wrong mime" message printed out multiple
4249 2009-03-10 [colin] 3.7.1cvs9
4251 * src/prefs_folder_item.c
4254 2009-03-09 [paul] 3.7.1cvs8
4256 * src/prefs_folder_item.c
4257 * src/send_message.c
4258 fixes to english text
4260 2009-03-08 [paul] 3.7.1cvs7
4263 correct errors in header
4265 2009-03-08 [paul] 3.7.1cvs6
4271 * tools/claws.i18n.status.pl
4272 add Japanese translation, submitted by kazken3
4274 2009-03-07 [colin] 3.7.1cvs5
4277 Don't let the invalid MIME warning hide
4278 other noticeview (Partial receive or
4281 2009-03-07 [colin] 3.7.1cvs4
4286 2009-03-07 [colin] 3.7.1cvs3
4291 Handle mimeparts that lack an end boundary.
4292 They're invalid but it's too annoying for
4293 normal users to fix.
4295 2009-03-06 [wwp] 3.7.1cvs2
4298 * src/folder_item_prefs.c
4299 * src/folder_item_prefs.h
4300 * src/prefs_folder_item.c
4301 Add per-folder default cc, bcc and reply-to.
4303 2009-03-06 [colin] 3.7.1cvs1
4306 * src/gtk/gtksourceprintjob.c
4307 Fix build with old print interface
4309 2009-03-06 [paul] 3.7.1
4316 2009-03-06 [paul] 3.7.0cvs78
4327 updated by David Vachulka, Stephan Sachse, Flammie
4328 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
4329 Frederico Goncalves Guimaraes, Lars Persson Fink,
4332 2009-03-03 [colin] 3.7.0cvs77
4334 * src/prefs_filtering.c
4335 Win32: Fix bug 1865, 'IMAP account name changes
4336 are not followed at filter actions'
4338 2009-03-02 [colin] 3.7.0cvs76
4341 Fix Launchpad bug 335571: 'claws-mail crashed
4342 with SIGSEGV in strlen() while deleting
4343 large amount of e-mails on IMAP account
4345 2009-02-27 [mones] 3.7.0cvs75
4347 * manual/es/account.xml
4349 * manual/es/addrbook.xml
4350 * manual/es/advanced.xml
4351 * manual/es/claws-mail-manual.xml
4353 * manual/es/glossary.xml
4355 * manual/es/handling.xml
4356 * manual/es/intro.xml
4357 * manual/es/keyboard.xml
4358 * manual/es/plugins.xml
4359 * manual/es/starting.xml
4360 Sync with English version, fix some typos
4361 Changed encoding to UTF-8
4363 Update for release, changed encoding to UTF-8
4365 2009-02-24 [colin] 3.7.0cvs74
4368 Don't print separation line if there
4371 2009-02-23 [cleroy] 3.7.0cvs73
4380 * src/addrduplicates.c
4383 * src/addressbook_foldersel.c
4391 * src/customheader.c
4393 * src/editaddress_other_attributes_ldap.c
4431 * src/prefs_account.c
4432 * src/prefs_actions.c
4433 * src/prefs_common.c
4434 * src/prefs_filtering.c
4435 * src/prefs_filtering_action.c
4436 * src/prefs_folder_column.c
4437 * src/prefs_folder_item.c
4439 * src/prefs_matcher.c
4442 * src/prefs_summaries.c
4443 * src/prefs_summary_column.c
4444 * src/prefs_template.c
4445 * src/prefs_themes.c
4446 * src/prefs_toolbar.c
4453 * src/remotefolder.c
4454 * src/send_message.c
4455 * src/sourcewindow.c
4457 * src/stock_pixmap.c
4458 * src/summary_search.c
4465 * src/common/base64.c
4466 * src/common/claws.c
4467 * src/common/hooks.c
4468 * src/common/plugin.c
4469 * src/common/prefs.c
4470 * src/common/session.c
4472 * src/common/socket.c
4473 * src/common/string_match.c
4474 * src/common/stringtable.c
4475 * src/common/utils.c
4476 * src/common/utils.h
4478 * src/common/xmlprops.c
4479 * src/gtk/colorlabel.c
4480 * src/gtk/combobox.c
4481 * src/gtk/foldersort.c
4482 * src/gtk/gtkaspell.c
4483 * src/gtk/gtkcmclist.c
4484 * src/gtk/gtkcmctree.c
4485 * src/gtk/gtkcmoptionmenu.c
4486 * src/gtk/gtksctree.c
4487 * src/gtk/gtkshruler.c
4488 * src/gtk/gtksourceprintjob.c
4489 * src/gtk/gtkutils.c
4490 * src/gtk/gtkvscrollbutton.c
4491 * src/gtk/logwindow.c
4493 * src/gtk/pluginwindow.c
4494 * src/gtk/prefswindow.c
4495 * src/gtk/quicksearch.c
4496 * src/gtk/spell_entry.c
4497 * src/plugins/pgpcore/select-keys.c
4498 * src/plugins/pgpinline/pgpinline.c
4499 * src/plugins/pgpmime/pgpmime.c
4500 * src/plugins/smime/smime.c
4501 * src/plugins/spamassassin/spamassassin_gtk.c
4502 Mass commit changing g_return_* to cm_return_*
4503 and making these more interesting
4505 2009-02-23 [colin] 3.7.0cvs72
4508 Always initialise error code to no error
4510 2009-02-23 [colin] 3.7.0cvs71
4513 Fix separator substitution
4515 2009-02-23 [colin] 3.7.0cvs70
4517 * src/stock_pixmap.c
4518 * src/gtk/colorlabel.c
4519 don't use g_return on normal checks
4521 2009-02-22 [colin] 3.7.0cvs69
4527 2009-02-22 [colin] 3.7.0cvs68
4529 * src/addrduplicates.c
4545 * src/prefs_common.c
4546 * src/prefs_filtering.c
4557 * src/common/socket.c
4558 * src/common/template.c
4559 * src/etpan/imap-thread.c
4560 * src/gtk/gtkaspell.c
4561 * src/gtk/gtkcmctree.c
4562 * src/gtk/gtksctree.c
4563 * src/gtk/inputdialog.c
4564 * src/plugins/pgpcore/sgpgme.c
4565 * src/plugins/pgpmime/pgpmime.c
4566 * src/plugins/smime/smime.c
4567 * src/plugins/spamassassin/spamassassin.c
4568 Fix errors caught by Coverity: NULL checks, leaks, overruns,
4569 uninitialised accesses
4571 2009-02-17 [colin] 3.7.0cvs67