1 2011-10-25 [colin] 3.7.10cvs47
4 Fix bug #2529, 'crash in mimeview_start_drag after
5 deleting message'. Patch by Ricardo
7 2011-10-23 [colin] 3.7.10cvs46
10 * src/gtk/gtkcmclist.h
11 * src/gtk/gtkcmctree.c
12 Draw CMClist with cairo too.
14 2011-10-23 [colin] 3.7.10cvs45
16 * src/gtk/gtkcmclist.h
17 Fix build (this was not meant to be commited)
19 2011-10-23 [colin] 3.7.10cvs44
23 * src/addressbook_foldersel.c
27 * src/grouplistdialog.c
31 * src/gtk/gtkcmclist.c
32 * src/gtk/gtkcmclist.h
33 * src/gtk/gtkcmctree.c
34 * src/gtk/gtkcmctree.h
36 Refactor some tree stuff (lots of code duplication there)
37 and switch to cairo for tree rendering.
39 2011-10-23 [holger] 3.7.10cvs43
42 Don't issue a warning for designed behaviour of the stop rule.
43 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
45 2011-10-22 [colin] 3.7.10cvs42
48 * src/gtk/gtkshruler.c
52 2011-10-22 [colin] 3.7.10cvs41
61 * src/grouplistdialog.c
70 * src/prefs_ext_prog.c
71 * src/prefs_filtering.c
72 * src/prefs_folder_item.c
73 * src/prefs_image_viewer.c
75 * src/prefs_msg_colors.c
78 * src/prefs_spelling.c
79 * src/prefs_summaries.c
80 * src/prefs_template.c
85 * src/summary_search.c
88 * src/gtk/gtkcmclist.c
89 * src/gtk/gtkcmctree.c
90 * src/gtk/gtkcmoptionmenu.c
94 * src/gtk/gtkvscrollbutton.c
95 * src/gtk/inputdialog.c
96 * src/gtk/pluginwindow.c
97 * src/gtk/quicksearch.c
98 * src/gtk/spell_entry.c
99 * src/plugins/bogofilter/bogofilter_gtk.c
100 * src/plugins/dillo_viewer/dillo_prefs.c
101 * src/plugins/pgpcore/prefs_gpg.c
102 * src/plugins/spamassassin/spamassassin_gtk.c
103 * src/plugins/trayicon/trayicon.c
104 * src/plugins/trayicon/trayicon_prefs.c
105 Remove all possible #if GTK_CHECK_VERSION() checks,
106 and make Claws build with GTK+2.16 (untested right
107 now), as the Gpg4Win project uses GTK+2.16 currently.
109 2011-10-22 [colin] 3.7.10cvs40
113 Fix (hopefully) build with GTK+ 2.18.
115 2011-10-20 [paul] 3.7.10cvs39
120 fix bug 2479, 'LDIF address book import matches tags case sensitive'
121 Patch by Bodo Graumann <mail@bodograumann.de>
123 2011-10-20 [mones] 3.7.10cvs38
127 Fix references to old dotsrc mailing lists
129 2011-10-19 [mones] 3.7.10cvs37
131 * src/prefs_msg_colors.c
132 Fix Ok/Cancel buttons in color selector of preferences
134 2011-10-17 [colin] 3.7.10cvs36
136 * src/gtk/gtkshruler.c
137 (Probably) fix GTK+ <= 2.22
139 2011-10-17 [colin] 3.7.10cvs35
141 * src/gtk/gtkshruler.c
144 2011-10-17 [mones] 3.7.10cvs34
153 Fix potential out-of-buffer writes
155 2011-10-17 [mones] 3.7.10cvs33
158 Use just one g_print call per option; correct indentation
160 2011-10-17 [colin] 3.7.10cvs32
164 * src/gtk/Makefile.am
165 * src/gtk/gtkshruler.c
166 * src/gtk/gtkshruler.h
169 Reimplement ruler using the GTK widgets. Thanks
170 to Hanno for the initial patch.
172 2011-10-17 [colin] 3.7.10cvs31
178 Undeprecate GIO/GdkCondition
180 2011-10-16 [mones] 3.7.10cvs30
183 Add --compose-from-file option to open composition
184 window with the headers and body from a file; based
185 on Debian patch to fix http://bugs.debian.org/544868
187 2011-10-15 [mones] 3.7.10cvs29
189 * manual/advanced.xml
190 Document new summary_from_show hidden preference
192 2011-10-15 [paul] 3.7.10cvs28
195 compose_create_tags() - fix misplaced 'int i'
196 compose_entry_mark_default_to() - fix To field highlighting
198 2011-10-09 [colin] 3.7.10cvs27
201 Fix address completion
203 2011-10-07 [colin] 3.7.10cvs26
205 * src/prefs_filtering_action.c
207 Fix build with GTK+2.20
209 2011-10-07 [colin] 3.7.10cvs25
211 * src/gtk/Makefile.am
212 * src/gtk/gdkkeysyms-new.h
214 Copy the new GDK_KEY_* definitions for older GTKs
216 2011-10-07 [colin] 3.7.10cvs24
219 Fix typos (thanks to Hanno)
221 2011-10-07 [colin] 3.7.10cvs23
224 * src/gtk/gtkshruler.c
225 * src/gtk/gtkshruler.h
226 Disable ruler starting from 2.24.
228 2011-10-07 [colin] 3.7.10cvs22
232 * src/gtk/Makefile.am
235 2011-10-07 [colin] 3.7.10cvs21
245 * src/message_search.c
248 * src/prefs_account.c
249 * src/prefs_compose_writing.c
250 * src/prefs_filtering_action.c
251 * src/prefs_folder_item.c
252 * src/prefs_logging.c
253 * src/prefs_matcher.c
254 * src/prefs_message.c
256 * src/prefs_receive.c
257 * src/prefs_summaries.c
258 * src/prefs_wrapping.c
263 * src/summary_search.c
265 * src/gtk/Makefile.am
266 * src/gtk/colorlabel.c
269 * src/gtk/logwindow.c
272 * src/gtk/quicksearch.c
273 * src/gtk/spell_entry.c
274 * src/plugins/bogofilter/bogofilter_gtk.c
275 * src/plugins/dillo_viewer/dillo_viewer.c
276 * src/plugins/pgpcore/prefs_gpg.c
277 * src/plugins/spamassassin/spamassassin_gtk.c
278 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
279 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
280 ported (especially GtkCMOptionMenu)
282 2011-10-07 [colin] 3.7.10cvs20
287 * src/addrcustomattr.c
288 * src/addrduplicates.c
291 * src/addressbook_foldersel.c
297 * src/editaddress_other_attributes_ldap.c
302 * src/editldap_basedn.c
310 * src/grouplistdialog.c
316 * src/message_search.c
319 * src/prefs_actions.c
320 * src/prefs_customheader.c
321 * src/prefs_display_header.c
322 * src/prefs_filtering.c
323 * src/prefs_filtering_action.c
324 * src/prefs_folder_column.c
325 * src/prefs_matcher.c
326 * src/prefs_msg_colors.c
328 * src/prefs_summaries.c
329 * src/prefs_summary_column.c
330 * src/prefs_summary_open.c
331 * src/prefs_template.c
332 * src/prefs_toolbar.c
336 * src/summary_search.c
343 * src/gtk/description_window.c
344 * src/gtk/foldersort.c
345 * src/gtk/gtkaspell.c
346 * src/gtk/gtkcmclist.c
347 * src/gtk/gtkcmctree.c
348 * src/gtk/gtkcmoptionmenu.c
350 * src/gtk/icon_legend.c
351 * src/gtk/inputdialog.c
352 * src/gtk/logwindow.c
353 * src/gtk/pluginwindow.c
354 * src/gtk/prefswindow.c
355 * src/gtk/quicksearch.c
356 * src/plugins/pgpcore/passphrase.c
357 * src/plugins/pgpcore/select-keys.c
358 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
359 to replace GDK_* by GDK_KEY_*.
361 2011-10-07 [colin] 3.7.10cvs19
372 * src/grouplistdialog.c
377 * src/prefs_filtering_action.c
378 * src/prefs_folder_column.c
379 * src/prefs_msg_colors.c
380 * src/prefs_summary_column.c
381 * src/prefs_toolbar.c
390 * src/gtk/colorlabel.c
392 * src/gtk/gtkcmclist.c
393 * src/gtk/gtkcmctree.c
394 * src/gtk/gtkcmoptionmenu.c
395 * src/gtk/gtksctree.c
397 * src/gtk/gtkvscrollbutton.c
398 * src/gtk/inputdialog.c
399 * src/gtk/logwindow.c
401 * src/gtk/prefswindow.c
402 * src/gtk/progressdialog.c
403 * src/plugins/pgpcore/passphrase.c
404 * src/plugins/trayicon/trayicon.c
405 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
406 Patch by Hanno Thurow-Meyer, many thanks to him !
408 2011-09-20 [colin] 3.7.10cvs18
411 Fix bug #2502, 'gnutls_transport_set_lowat removed in
414 2011-09-18 [colin] 3.7.10cvs17
417 Fix segfault when connection fails
419 2011-09-03 [colin] 3.7.10cvs16
422 Use NORMAL instead of EXPORT priorities.
424 2011-09-02 [colin] 3.7.10cvs15
428 Linking against gcrypt explicitely in order to call
429 gcry_control() for mutex setup isn't necessary anymore
430 starting from gnuTLS 2.11.
432 2011-08-31 [colin] 3.7.10cvs14
434 * src/plugins/pgpinline/pgpinline.c
435 * src/plugins/pgpmime/pgpmime.c
436 Fix bug #2431, "Major memory leak in PGP message handling".
438 2011-08-31 [colin] 3.7.10cvs13
445 Apply Steve Rader's patch from bug #2388, "Add
446 message view scrolling menu items"
448 2011-08-30 [colin] 3.7.10cvs12
450 * src/gtk/prefswindow.c
451 Fix layout issues (i.e. on SSL page if changing account
452 type prior to visiting it).
454 2011-08-30 [colin] 3.7.10cvs11
458 Don't use deprecated functions for GnuTLS priorities.
459 Require GnuTLS 2.2 that is the first version with the
462 2011-08-30 [colin] 3.7.10cvs10
464 * src/common/socket.c
466 Long-term fix for bug #2402, "GnuTLS change breaks socket
467 communication", as per http://savannah.gnu.org/support/?107660
469 2011-08-30 [colin] 3.7.10cvs9
471 * src/etpan/imap-thread.c
472 * src/etpan/nntp-thread.c
473 Remove dead openSSL code
475 2011-08-30 [colin] 3.7.10cvs8
479 * src/common/ssl_certificate.c
480 * src/common/ssl_certificate.h
481 * src/etpan/imap-thread.c
482 * src/etpan/nntp-thread.c
483 Fix bug #2127, "SSL cert check uses canonical name instead of
486 2011-08-29 [colin] 3.7.10cvs7
488 * src/prefs_account.c
489 Fix X-Mailer option not appearing on IMAP
491 2011-08-29 [colin] 3.7.10cvs6
493 * src/plugins/pgpcore/Makefile.am
494 * src/plugins/pgpinline/Makefile.am
495 * src/plugins/pgpmime/Makefile.am
496 * src/plugins/smime/Makefile.am
498 libtool: link: require no space between `-L' and `.'
500 2011-08-29 [colin] 3.7.10cvs5
504 * src/prefs_account.c
505 * src/prefs_account.h
506 Revert cvs4 which is rather illogical and instead
507 use Fabian's patch from bug #2471
509 2011-08-29 [colin] 3.7.10cvs4
512 Don't insert custom headers that have empty values.
513 Allows not inserting X-Mailer if it's set to nothing.
514 Fixes bug #2471, "Make setting an X-Mailer header optional".
516 2011-08-29 [colin] 3.7.10cvs3
522 Handle EXIF orientation in images (both in textview's
523 preview and image viewer)
525 2011-08-28 [paul] 3.7.10cvs2
530 add new hidden option to control the display in the From
531 column in the Message List: 0 (default): show name,
532 1: show address, 2: show name + address
534 2011-08-27 [paul] 3.7.10cvs1
537 * src/common/ssl_certificate.c
538 * src/etpan/imap-thread.c
539 * src/etpan/nntp-thread.c
540 offer up some missing log_error() strings to translators
542 2011-08-27 [paul] 3.7.10
548 2011-08-27 [paul] 3.7.9cvs52
556 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
557 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
559 2011-08-27 [mones] 3.7.9cvs51
562 Include generic name and comment translations
563 Thanks to all the people on the translators ML!
565 2011-08-23 [paul] 3.7.9cvs50
568 probable/possible fix/workaround for bug 2402,
569 'can't download message from pop3 server'
571 2011-08-18 [paul] 3.7.9cvs49
573 * manual/handling.xml
574 fix typos. thanks to vilpan
576 2011-08-17 [paul] 3.7.9cvs48
578 * tools/claws.i18n.status.pl
579 add Mindaugas Baranauskas (Lithuanian)
581 2011-08-14 [mir] 3.7.9cvs47
584 * src/etpan/nntp-thread.c
585 Fix bug 2418. Patch provided by Sébastien Bigaret with
586 some minor contribution by me.
588 2011-08-13 [mir] 3.7.9cvs46
590 * src/etpan/nntp-thread.c
591 Fix bug when NNTP server sends authentication warning
592 as part of the connection session. Privously etpan would
593 bail out for any return code other than NEWSNNTP_NO_ERROR
594 but as early as the connection session a return code like
595 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
596 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
597 be considered as an error.
599 2011-08-12 [paul] 3.7.9cvs45
602 3.7.9cvs43 mistakenly dropped off the info
603 about the mime part from the tooltip
605 2011-08-12 [wwp] 3.7.9cvs44
607 * src/gtk/quicksearch.c
608 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
610 2011-08-09 [paul] 3.7.9cvs43
613 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
615 2011-08-06 [paul] 3.7.9cvs42
618 fix cursor placement in Forward template
620 2011-08-06 [paul] 3.7.9cvs41
622 * src/gtk/description_window.c
623 fix bug 1963, 'Preferences Templates Information Window Focus loss'
625 2011-08-05 [holger] 3.7.9cvs40
628 Revert 3.7.9cvs35 for now, it may be problematic
631 2011-08-05 [paul] 3.7.9cvs39
635 use 'Collapse quotes' rather than 'Fold quotes' on
636 labels, for consistency
638 use 'Receive mail from account' rather than 'on account'
640 2011-07-30 [mir] 3.7.9cvs38
642 * src/etpan/Makefile.am
643 * src/plugins/pgpcore/Makefile.am
644 * src/plugins/pgpmime/Makefile.am
645 * src/plugins/smime/Makefile.am
646 Fix broken build on Debian Sid. enchant.h cannot be
647 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
648 present in Makefile.am. Apparently enchant.h in older
649 versions were placed in /usr/include which is always
652 2011-07-21 [mones] 3.7.9cvs37
654 * src/common/plugin.c
655 * src/common/plugin.h
656 Make licences allowed for plugins more explicit and also
657 accept dual (or more) licences when properly formatted.
658 Doesn't require any change on current plugins.
660 2011-07-18 [mones] 3.7.9cvs36
662 * manual/advanced.xml
663 Document briefly tags feature.
664 * manual/glossary.xml
665 Fix definition to avoid confussion with tags.
666 * manual/es/advanced.xml
667 * manual/es/glossary.xml
668 Synchronize Spanish translation with the above.
670 2011-07-07 [holger] 3.7.9cvs35
673 Add indicator stuff to the desktop file
676 2011-07-06 [paul] 3.7.9cvs34
681 2011-07-06 [mones] 3.7.9cvs33
684 Do not create an empty tag name row in panel and
685 warn user about using a non-reserved tag instead
687 2011-07-05 [mones] 3.7.9cvs32
692 * src/etpan/imap-thread.c
693 Make constants for reserved tags and use them
694 Removed also duplicate comparison while at it
696 2011-07-05 [paul] 3.7.9cvs31
699 when using a Compose template, only place the cursor
700 in the body when the cursor symbol, %cursor (%X), is used
702 2011-07-03 [paul] 3.7.9cvs30
705 do main_window_popup(mainwin); on plugin load error, or
706 else the warning dialogue and mainwindow stays minimised
709 2011-07-03 [paul] 3.7.9cvs29
712 fix bug 2462, 'Building without GnuTLS support leads to a
715 2011-07-03 [paul] 3.7.9cvs28
720 fix bug #2461, 'popup menu in message list displays
721 'move to trash' and 'delete''.
722 Add a new sensitivity condition 'M_NOT_TRASH' and
723 remove the broken workaround for right-click in summaryview.c.
724 Fix broken main menu sensitivity for "Menu/Message/Move" in
727 2011-06-21 [paul] 3.7.9cvs27
730 revert 3.7.9cvs2, it does no good
732 2011-06-18 [mir] 3.7.9cvs26
735 Fix autoconf warnings introduced in autoconf >= 2.64
737 2011-06-05 [paul] 3.7.9cvs25
747 fix strings where an informational message has been
748 wrongly entered into the translated string
750 enable 'Trash' and 'Sender' to be translated based on
751 the context, e.g. as button text and as mail header
753 fix english in Info tab
755 2011-05-25 [colin] 3.7.9cvs24
758 Fix bug #2439, "use bitwise operator for bitmask instead of
759 logical operator". Thanks to Nicolas Kaiser for the patch.
761 2011-05-18 [colin] 3.7.9cvs23
764 Fix missing group selection before xover if the
765 connection was reset before.
767 2011-05-12 [colin] 3.7.9cvs22
770 Fix bug #2412, "Send account mail address in Message-ID
771 wrongly implemented". Patch by Fabian Keil.
773 2011-05-12 [mones] 3.7.9cvs21
775 * src/etpan/nntp-thread.c
776 Fix bug #2418 "NNTP authentication is broken"
778 2011-05-09 [pawel] 3.7.9cvs20
781 * src/prefs_folder_item.c
784 2011-05-05 [colin] 3.7.9cvs19
790 Fix bug #2184, "Add account name information inside network log".
791 Initial patch by MSulchan Darmawan, expanded to other protocols.
792 This stuff is too much copy-pasted.
795 2011-04-30 [colin] 3.7.9cvs18
798 Fix bug #2414, 'Claws segfaults on startup with
799 notification plugin enabled". Thanks Christian
800 Faulhammer for the patch.
802 2011-04-27 [colin] 3.7.9cvs17
805 Make Windows' encoding CP1251 for ru_RU locale
806 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
808 2011-04-24 [paul] 3.7.9cvs16
810 * manual/claws-mail-manual.xml
811 * manual/de/claws-mail-manual.xml
812 * manual/es/claws-mail-manual.xml
813 * manual/fr/claws-mail-manual.xml
814 * manual/it/claws-mail-manual.xml
815 update copyright year
817 2011-04-24 [paul] 3.7.9cvs15
820 fix bug #2353, 'Right-clicking on spam in order to delete
821 it causes it to show in message window'
823 2011-04-24 [paul] 3.7.9cvs14
826 * src/gtk/foldersort.c
827 * src/gtk/foldersort.h
828 fix labelling, 'change folder order' to 'change mailbox order'
830 2011-04-23 [paul] 3.7.9cvs13
833 fix bug #2409, 'Failed to compile under GCC 3.x : option
834 -Wno-pointer-sign badly set in configure.ac'. mistakenly
835 committed in 3.7.8cvs19
837 2011-04-11 [paul] 3.7.9cvs12
839 * src/plugins/trayicon/trayicon.c
840 fix build bug: gtk_status_icon_set_title() is available
841 since gtk 2.18.x not 2.14.x
843 2011-04-11 [paul] 3.7.9cvs11
846 updated by Páder Rezső
848 2011-04-10 [colin] 3.7.9cvs10
854 * src/editaddress_other_attributes_ldap.c
856 * src/message_search.c
857 * src/prefs_display_header.c
858 * src/prefs_filtering_action.c
859 * src/prefs_matcher.c
861 * src/prefs_toolbar.c
862 * src/summary_search.c
863 * src/gtk/colorlabel.c
865 * src/gtk/gtkcmoptionmenu.c
866 * src/gtk/gtkshruler.c
867 * src/gtk/gtkshruler.h
869 * src/gtk/inputdialog.c
870 * src/gtk/quicksearch.c
871 Revert the whole pile of crap introduced in
874 2011-04-10 [colin] 3.7.9cvs9
878 * src/editaddress_other_attributes_ldap.c
880 * src/message_search.c
881 * src/prefs_display_header.c
882 * src/prefs_matcher.c
883 * src/prefs_toolbar.c
884 * src/summary_search.c
887 * src/gtk/inputdialog.c
888 * src/gtk/quicksearch.c
889 Finish fun with combo boxes. (hopefully)
891 2011-04-10 [colin] 3.7.9cvs8
894 * src/prefs_filtering_action.c
896 * src/gtk/gtkshruler.c
897 * src/gtk/gtkshruler.h
898 More undeprecation. GTKSHRuler is #if'ed out. We can
899 still decide to maintain the old GtkRuler widget in-tree
900 if the lack of ruler in Compose window is too
903 2011-04-10 [colin] 3.7.9cvs7
908 * src/editaddress_other_attributes_ldap.c
909 * src/message_search.c
910 * src/prefs_display_header.c
911 * src/prefs_filtering_action.c
913 * src/prefs_toolbar.c
914 * src/summary_search.c
915 * src/gtk/colorlabel.c
917 * src/gtk/gtkcmoptionmenu.c
919 More comboboxtext undeprecation
921 2011-04-10 [colin] 3.7.9cvs6
926 2011-04-10 [colin] 3.7.9cvs5
931 2011-04-10 [colin] 3.7.9cvs4
934 * src/editaddress_other_attributes_ldap.c
935 * src/message_search.c
936 * src/prefs_display_header.c
937 * src/prefs_filtering_action.c
939 * src/prefs_toolbar.c
940 * src/summary_search.c
943 gtk_combo_box_*_text() is deprecated, and
944 gtk_combo_box_text_*() is the new hotness.
946 2011-04-10 [colin] 3.7.9cvs3
954 * src/gtk/gtkvscrollbutton.c
955 * src/gtk/gtkvscrollbutton.h
956 s/GtkFunction/GSourceFunc
958 2011-04-10 [colin] 3.7.9cvs2
961 Use gtkut_window_popup() to work around a bug in Gnome Shell.
962 This is the patch from bug #2396, it should be innocuous even
963 if that's useless to do deiconify + present window...
965 2011-04-09 [paul] 3.7.9cvs1
967 * src/prefs_summaries.c
968 fix typo in string. (thanks, Brad!)
970 2011-04-09 [paul] 3.7.9
976 2011-04-09 [paul] 3.7.8cvs78
986 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
987 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
990 2011-04-09 [colin] 3.7.8cvs77
993 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
994 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
995 encoding filename. Hooray for stupid.
997 2011-04-08 [colin] 3.7.8cvs76
1000 Fix action Stop: if child does not react to SIGTERM, it'll
1001 probably start behaving when it'll get a SIGKILL on the user's
1002 second press on Stop.
1003 Fixes bug #2237, "User action makes Claws unresponsive".
1005 2011-04-08 [colin] 3.7.8cvs75
1010 * src/folder_item_prefs.c
1011 * src/folder_item_prefs.h
1012 * src/prefs_account.c
1013 Fix bug #2382, "folderitemrc not updated when account
1014 name is changed". Indeed, this wasn't done.
1016 2011-04-08 [wwp] 3.7.8cvs74
1019 Add support for quoted values (*="value").
1020 This commonly fixes a trailing quote appearing to filenames
1021 sent by iphone Mail (not sure if it's culprit at all, though).
1023 2011-04-08 [colin] 3.7.8cvs73
1026 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
1027 caused by attachments with extended chars in the file name". Patch
1028 derived from a patch bt Fabien Keil
1030 2011-04-05 [wwp] 3.7.8cvs72
1033 A debug string not to translate.
1035 2011-04-03 [colin] 3.7.8cvs71
1037 * src/common/utils.h
1038 Fix bug #2394, "backtrace() crashes on FreeBSD"
1039 That's not the first bug-report where internal
1040 debug-only backtrace() crashes on FreeBSD.
1042 2011-04-03 [colin] 3.7.8cvs70
1045 Fix bug #2365 again, "Crash when auto-scrolling headers in
1047 Batch-mode compose windows (from filtering actions) shouldn't
1048 try to access stuff after flushing events...
1050 2011-03-31 [paul] 3.7.8cvs69
1053 update as gtk >= 2.10 now required
1054 (because I'll never remember to do this later)
1056 2011-03-26 [paul] 3.7.8cvs68
1059 fix separators in Go To menu
1061 2011-03-20 [colin] 3.7.8cvs67
1064 Drop the *_DISABLE_DEPRECATED. We'll put them back
1065 when we'll have time to handle them
1067 2011-03-18 [paul] 3.7.8cvs66
1070 make user-facing message more accurate -
1071 'Network Log' not 'View Log'
1073 2011-03-17 [wwp] 3.7.8cvs65
1076 Fix a typo around plural form, as reported by
1079 2011-03-15 [colin] 3.7.8cvs64
1084 Fix bug #2381, "Support for NetworkManager 0.9".
1085 Patch by Mikhail Efremov
1087 2011-03-04 [colin] 3.7.8cvs63
1091 Fix segfault on Windows
1093 * src/common/utils.c
1094 * src/common/w32_unistd.c
1095 * src/common/w32lib.h
1096 Rationalize use of time_r() funcs (pthread do define them)
1098 2011-03-02 [pawel] 3.7.8cvs62
1101 Re-implement widgets aligning, switch from GtkSizeGroup
1102 to GtkTable - this should fix disappearing labels
1104 2011-03-01 [pawel] 3.7.8cvs61
1107 Wizard GUI cleanups. Make it look and behave more
1108 like account preferences.
1110 2011-02-23 [colin] 3.7.8cvs60
1112 * src/common/Makefile.am
1115 2011-02-23 [colin] 3.7.8cvs59
1119 * src/common/Makefile.am
1120 * src/common/plugin.c
1121 * src/common/valgrind.h
1122 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1123 Use valgrind's own header.
1125 2011-02-22 [colin] 3.7.8cvs58
1127 * src/prefs_account.c
1128 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1129 signed message" upon new installation. This is disturbing when PGP
1130 plugins are loaded by default.
1132 2011-02-16 [paul] 3.7.8cvs57
1135 update copyright headers throughout
1137 2011-02-16 [paul] 3.7.8cvs56
1140 use gettext plural form for "item selected"/"items selected"
1142 2011-02-13 [colin] 3.7.8cvs55
1146 Fix bug #2361, "Claws crashes after PGP Check in separate
1147 msg view". Don't let the cancel thread lie around after
1148 the verification ended.
1150 2011-02-13 [paul] 3.7.8cvs54
1153 updated by Mindaugas Baranauskas
1155 2011-02-11 [mones] 3.7.8cvs53
1157 * manual/es/advanced.xml
1158 Sync with English manual
1160 Fix remaining mismatched alloc/free from cppcheck
1162 2011-02-10 [pawel] 3.7.8cvs52
1167 2011-02-10 [pawel] 3.7.8cvs51
1169 * src/prefs_toolbar.c
1170 - set menus sensitivity in item type combo depending on
1171 availability of actions / plugin hooks
1172 - style fixes, spaces instead of tabs mostly
1174 2011-02-10 [paul] 3.7.8cvs50
1176 * src/prefs_account.c
1177 move the 'send acc mail addr in msg-id" option to
1180 2011-02-10 [paul] 3.7.8cvs49
1182 * src/prefs_account.c
1183 move the 'expunge immediately' option to a more
1186 2011-02-05 [pawel] 3.7.8cvs48
1188 * manual/advanced.xml
1189 Document new hidden pref
1191 Dont treat mimeparts referenced by others as
1194 * src/prefs_common.c
1195 * src/prefs_common.h
1196 Add ability to hide inline attachments referenced
1197 by other mimeparts in MimeView. To enable this
1198 feature set show_inline_attachments=0 in your clawsrc
1200 2011-01-25 [colin] 3.7.8cvs47
1203 Fix matcher body parsing: decode mails with our
1204 MIME parser. This speeds up body search a bit as
1205 binary attachments are not searched anymore, slows
1206 down a bit full message searches, but not awfully.
1207 * src/summary_search.c
1208 Use matcher API to search, in all cases (advanced search or
1209 not). Also, fix little logic bugs related to combos history
1210 * src/common/utils.c
1211 * src/common/utils.h
1214 Remove dead code, export functions needed by matcher.c
1216 2011-01-25 [colin] 3.7.8cvs46
1219 * src/prefs_common.c
1221 * src/common/ssl_certificate.c
1222 Fix mismatched alloc/free (thanks to cppcheck)
1224 2011-01-25 [colin] 3.7.8cvs45
1227 Fix leak on error path
1229 2011-01-23 [mones] 3.7.8cvs44
1231 * manual/es/advanced.xml
1232 Sync with English manual
1234 2011-01-23 [paul] 3.7.8cvs43
1237 it's 2011, update copyright line
1239 2011-01-23 [paul] 3.7.8cvs42
1241 * manual/advanced.xml
1242 * src/prefs_common.c
1243 * src/prefs_common.h
1245 fix bug #2350, 'Make displaying localized date/time in
1246 message view optional'.
1247 This introduces a new hidden option (why do more?),
1248 'msgview_date_format', which defaults to OFF, maintaining
1249 the current and expected behaviour.
1251 2011-01-21 [colin] 3.7.8cvs41
1254 Fix bug #2050, Clawsmail sends return receipt every seconds
1255 We forgot to close the file when parsing
1256 disposition-notification fields, which made unlinking of the
1257 corresponding emails in tempfolder/processing impossible in
1258 Windows. Causing them to be re-fetched every time.
1260 2011-01-21 [colin] 3.7.8cvs40
1262 * claws-mail.desktop
1263 Fix again bug #2346: We should have a %u parameter.
1265 2011-01-21 [colin] 3.7.8cvs39
1267 * src/plugins/spamassassin/spamassassin.c
1268 Fix sa-learn when offline (its command line parsing is
1269 space-dependant). Patch by Wolfgang Lorenz
1271 2011-01-19 [pawel] 3.7.8cvs38
1273 * claws-mail.desktop
1274 Fix Bug 2346 'Please register x-handler-scheme
1275 in .desktop file' patch by Laurent Bigonville
1276 While I'm here update things to current
1277 standards, fix desktop-file-validate warnings/errors
1279 2011-01-18 [colin] 3.7.8cvs37
1282 Fix logic on SMTP AUTH: If the selected method isn't
1283 available, say so instead of supposing it'll work.
1284 Fixes bug #2039, 'SMTP AUTHENTICATION'
1286 2011-01-15 [pawel] 3.7.8cvs36
1288 * src/prefs_folder_item.c
1289 Rework subject regexp simplify gui a bit, this give us better
1290 options page layout (window with min width was too short to
1291 show all contents and thigs were unwieldy) and better preview
1292 of regexp working/not working
1294 2011-01-14 [pawel] 3.7.8cvs35
1297 strncpy2() NULLify strings just fine, no need to be
1300 2011-01-14 [pawel] 3.7.8cvs34
1303 Fix Bug #2165 'The date not localized in the message view'
1304 Display Date header in messageview in the same way as in
1305 summaryview by respecting date format set in preferences.
1307 2011-01-06 [pawel] 3.7.8cvs33
1309 * src/prefs_account.c
1310 * src/prefs_folder_item.c
1313 Make quote templates widgets more compact
1315 2011-01-06 [pawel] 3.7.8cvs32
1317 * src/plugins/trayicon/trayicon.c
1318 - fix logic bug which caused icon to be
1319 always set no-mail status on plugin load
1320 - force icon hide on plugin_done(), without
1321 it empty space(?!) is left in tray under KDE3 and KDE4
1323 2011-01-06 [colin] 3.7.8cvs31
1334 Unmime headers differently whether they're addresses or not:
1335 It's useless to quote things containing commas if it's in
1336 subject, for example. (introduced in 3.7.8cvs26)
1338 2011-01-06 [colin] 3.7.8cvs30
1340 * src/gtk/gtkaspell.c
1341 Complete previous patch
1343 * src/plugins/pgpinline/pgpinline.c
1346 2011-01-06 [paul] 3.7.8cvs29
1352 add Lithuanian translation (approx. 65% complete)
1353 submitted by Mindaugas Baranauskas
1355 2011-01-06 [pawel] 3.7.8cvs28
1360 * src/prefs_actions.c
1362 * src/gtk/gtkaspell.c
1363 * src/plugins/pgpinline/pgpinline.c
1364 * src/plugins/pgpmime/pgpmime.c
1365 * src/plugins/smime/smime.c
1366 Fix memory/file descriptors leaks
1368 2011-01-06 [paul] 3.7.8cvs27
1370 * src/plugins/pgpcore/sgpgme.c
1371 fix bug #2322, 'GPG Full info: showing subkey
1372 ID instead of primary key fingerprint'
1373 Patch by Sébastien Bigaret.
1375 2011-01-03 [colin] 3.7.8cvs26
1378 Better quote-checking when unmim-ing headers
1379 that may have comas.
1381 2011-01-03 [colin] 3.7.8cvs25
1384 Fix bug #2299, "Incorrect handling of quoted printable coma
1385 in headers". As this is really painful to fix by switching
1386 the whole stuff to a list of headers tokens, we workaround
1387 the problem by adding quotes around the encoded-word (making
1388 it a quoted-string which continuity is already handled).
1390 2011-01-03 [colin] 3.7.8cvs24
1395 2010-12-23 [colin] 3.7.8cvs23
1398 Finish fixing bug #2203: When forwarding (inline) and there
1399 are some text/* parts with no name, set them a name and
1400 set their disposition to attachment, so that recipients with
1401 MUAs preferring HTML parts don't show them by default.
1403 2010-12-22 [paul] 3.7.8cvs22
1406 fix missing file in 3.7.8cvs20
1408 2010-12-22 [colin] 3.7.8cvs21
1412 Implement a nicer scroll when drag and dropping
1414 2010-12-22 [colin] 3.7.8cvs20
1417 Store charset if available when attaching text/* parts
1418 Fixes bug #2203, 'Problems in forwarding multipart/
1419 alternative messages with HTML part'
1421 2010-12-22 [colin] 3.7.8cvs19
1426 2010-12-21 [colin] 3.7.8cvs18
1429 * src/send_message.c
1430 * src/common/session.c
1431 * src/common/session.h
1432 Differentiate between running sessions and connected
1433 sessions. Fixes bug #2332, "Crash when hitting cancel
1434 on the SMTP status window"
1436 2010-12-21 [colin] 3.7.8cvs17
1438 * src/etpan/etpan-thread-manager.c
1441 2010-12-21 [colin] 3.7.8cvs16
1444 Check whether we should continue loading the
1445 current textview after inserting a possibly
1448 2010-12-20 [colin] 3.7.8cvs15
1452 Removed. Dead code since ages!
1454 * src/gtk/gtkcmclist.c
1455 * src/gtk/gtkcmctree.c
1456 * src/gtk/gtksctree.c
1457 undefine *_DISABLE_DEPRECATED in the files that
1458 use deprecated interfaces. Implicit declarations
1459 can lead to crashes as prototypes are unknown, as
1460 evidenced by bug #2315.
1462 2010-12-20 [colin] 3.7.8cvs14
1465 Don't flush events when adding an header entry. This
1466 can mess up the keypresses in the previous header.
1467 Instead, make the scroll happen later (doing it on the
1468 spot without flushing events doesn't work as the new
1469 requisitions aren't set yet).
1471 2010-12-20 [colin] 3.7.8cvs13
1474 Don't iconify at start on w32. This un-iconifies in the
1477 2010-12-20 [colin] 3.7.8cvs12
1479 * src/common/base64.c
1480 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1481 Patch by pochini at shiny.it
1483 2010-12-19 [colin] 3.7.8cvs11
1488 2010-12-18 [colin] 3.7.8cvs10
1491 Fix bug #2148, "Attachment content-transfer-encoding
1492 incorrectly set when signing emails". The RFC 2045
1493 states that message/* and multipart/* encoding must
1494 be either 7-bit, 8-bit or binary.
1496 2010-12-18 [mones] 3.7.8cvs9
1499 Fix crash when searching or adding a LDAP server
1501 2010-12-17 [colin] 3.7.8cvs8
1510 Better error logging. Disable LDAP SSL/TLS on
1511 Windows, it's crashy/non-worky.
1513 2010-12-17 [colin] 3.7.8cvs7
1516 Fix bug #2325, "messages remains in folder cache after moving
1517 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1519 2010-12-17 [colin] 3.7.8cvs6
1531 Windows build fixes (w32 LDAP completely untested!)
1533 2010-12-16 [colin] 3.7.8cvs5
1543 Try to rationalize a bit LDAP connections
1545 2010-12-16 [colin] 3.7.8cvs4
1547 * src/prefs_spelling.c
1549 Add a button to get dictionaries (win32)
1551 2010-12-16 [colin] 3.7.8cvs3
1553 * src/prefs_matcher.c
1554 Fix bug #2279, "crash when clicking 'define' in filter
1555 configuring". Thanks to Theodor Ciobanu for the hint at
1558 2010-12-14 [colin] 3.7.8cvs2
1560 * src/gtk/gtkaspell.c
1561 Add missing guard for sys/wait.h
1563 2010-12-05 [colin] 3.7.8cvs1
1565 * tools/make.themes.project
1566 Seems wget has changed naming of targets downloaded.
1567 Fix it by always providing our own name.
1568 [Pushing mones' patch again after messing with CVSROOT]
1570 2010-12-04 [paul] 3.7.8
1576 2010-12-03 [paul] 3.7.7cvs11
1579 * manual/xml2pdf ** REMOVED **
1580 * manual/dist/pdf/Makefile.am
1581 * manual/es/dist/pdf/Makefile.am
1582 * manual/fr/dist/pdf/Makefile.am
1583 * manual/pl/dist/pdf/Makefile.am
1584 simplify check for tools needed for manual building,
1585 remove xml2pdf and use docbook2pdf instead
1587 2010-12-03 [mir] 3.7.7cvs10
1590 Fix bug so that configure option --disable-manual
1591 actually disable building the manuals
1593 2010-12-01 [pawel] 3.7.7cvs9
1596 One more GTK+ 2.22 build fix
1598 2010-11-30 [colin] 3.7.7cvs8
1601 Fix bug #2317, 'Action results in "Bad file descriptor"'
1602 Introduced in 3.7.6cvs57. In fact the error has been there
1603 since ages, and only new thing is the verification of the
1604 various functions return code. Let the stuff work as it
1605 does, as it seems to do the right thing since ages.
1607 2010-11-28 [colin] 3.7.7cvs7
1609 * src/gtk/quicksearch.c
1610 Fix bug #2313, 'CLI quicksearch sometimes returns
1611 the same messages twice'. Patch by Sebastien Bigaret
1613 2010-11-25 [paul] 3.7.7cvs6
1615 * src/prefs_common.c
1616 make "gtk_can_change_accels" FALSE by default.
1617 fixes bug #2309, 'Shortcuts should not be modifiable
1620 2010-11-24 [mones] 3.7.7cvs5
1623 Add missing shortcuts for marking as spam and ham
1624 Fixes Debian bug #599547
1626 2010-11-22 [colin] 3.7.7cvs4
1629 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1630 five patches were needed to fix a corner case
1631 is a good indicator that is was bound to break
1634 2010-11-21 [colin] 3.7.7cvs3
1636 * src/plugins/pgpcore/claws.def
1639 2010-11-20 [wwp] 3.7.7cvs2
1642 Fix either a typo or an irrelevant iff word there.
1643 IMO type and recursive possible values should be changed to
1644 smth simple and neat here, and help strings be really
1647 2010-11-20 [colin] 3.7.7cvs1
1650 Damn, forgot to commit this file twice.
1652 2010-11-19 [paul] 3.7.7
1658 2010-11-19 [paul] 3.7.6cvs66
1671 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1672 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1673 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1675 2010-11-17 [colin] 3.7.6cvs65
1677 * src/common/utils.c
1678 Separate email address from timestamp with a dot.
1681 2010-11-17 [colin] 3.7.6cvs64
1683 * src/common/utils.c
1684 Fix multiple @ in generated message-ids.
1685 That's not allowed in RFC 2822.
1687 2010-11-16 [mones] 3.7.6cvs63
1689 * manual/es/advanced.xml
1690 Synchronise with English version
1692 2010-11-04 [wwp] 3.7.6cvs62
1695 Fix bug 2293, "filtering: simplify expression", as simplifying
1696 this expression doesn't make it less easy to understand and we
1697 gain few cycles by making the logical expression more simple
1698 by applying. Patch by Nicolas Kaiser.
1700 2010-11-03 [colin] 3.7.6cvs61
1703 Fix bug 2294, "addrindex.c: address index conversion always
1704 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1706 2010-11-02 [wwp] 3.7.6cvs60
1711 Enlarge the progress bar (main window) a bit when compiling
1712 for UMPCs like maemo: this solves truncated text that might
1713 appear in the progress bar while processing messages.
1714 Also use a more compact string format when displaying
1715 progress like 'number/total', still for UMPCs, this fixes
1716 a previous inconsistency with these format strings where
1717 no space around the / were used sometimes.
1719 2010-10-26 [ticho] 3.7.6cvs59
1722 Recreate NNTP session if server port setting has changed. Fixes
1725 2010-10-26 [colin] 3.7.6cvs58
1729 Fix copy-paste error, thanks to David Relson
1732 2010-10-18 [colin] 3.7.6cvs57
1739 * src/prefs_themes.c
1742 * src/gtk/gtkutils.c
1743 * src/gtk/quicksearch.c
1744 * src/gtk/quicksearch.h
1745 * src/plugins/pgpcore/passphrase.c
1746 * src/plugins/spamassassin/libspamc.c
1749 2010-10-17 [colin] 3.7.6cvs56
1751 * src/prefs_themes.c
1752 * src/gtk/gtkaspell.c
1753 * src/gtk/gtkutils.c
1754 * src/gtk/gtkutils.h
1755 * src/gtk/inputdialog.c
1756 * src/gtk/progressdialog.c
1757 Undeprecate a few things
1759 2010-10-17 [colin] 3.7.6cvs55
1763 * src/gtk/quicksearch.c
1764 * src/gtk/quicksearch.h
1765 Add ability to search from the command-line.
1766 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1767 Patch by Sebastien Bigarret.
1769 2010-10-04 [mones] 3.7.6cvs54
1771 * manual/dist/pdf/Makefile.am
1772 Fix build of English PDF manual
1773 (sh: Can't open ../../../xml2pdf)
1775 2010-10-03 [colin] 3.7.6cvs53
1782 Get rid of GRelation which were, mostly, used as
1783 GHashTables. Probably fixes bug #2277, 'Segfault when
1784 loading inbox for the first time'
1786 2010-10-03 [mir] 3.7.6cvs52
1788 * manual/de/dist/html/Makefile.am
1789 * manual/de/dist/pdf/Makefile.am
1790 * manual/de/dist/ps/Makefile.am
1791 * manual/de/dist/txt/Makefile.am
1792 * manual/dist/html/Makefile.am
1793 * manual/dist/pdf/Makefile.am
1794 * manual/dist/ps/Makefile.am
1795 * manual/dist/txt/Makefile.am
1796 * manual/es/dist/html/Makefile.am
1797 * manual/es/dist/pdf/Makefile.am
1798 * manual/es/dist/ps/Makefile.am
1799 * manual/es/dist/txt/Makefile.am
1800 * manual/fr/dist/html/Makefile.am
1801 * manual/fr/dist/pdf/Makefile.am
1802 * manual/fr/dist/ps/Makefile.am
1803 * manual/fr/dist/txt/Makefile.am
1804 * manual/pl/dist/html/Makefile.am
1805 * manual/pl/dist/pdf/Makefile.am
1806 * manual/pl/dist/ps/Makefile.am
1807 * manual/pl/dist/txt/Makefile.am
1808 Missing Makefile.am's for 3.7.6cvs49
1811 2010-10-03 [colin] 3.7.6cvs51
1816 2010-10-02 [mir] 3.7.6cvs50
1818 * manual/de/dist/html/Makefile.am
1819 * manual/de/dist/pdf/Makefile.am
1820 * manual/de/dist/ps/Makefile.am
1821 * manual/de/dist/txt/Makefile.am
1822 * manual/dist/html/Makefile.am
1823 * manual/dist/pdf/Makefile.am
1824 * manual/dist/ps/Makefile.am
1825 * manual/dist/txt/Makefile.am
1826 * manual/es/dist/html/Makefile.am
1827 * manual/es/dist/pdf/Makefile.am
1828 * manual/es/dist/ps/Makefile.am
1829 * manual/es/dist/txt/Makefile.am
1830 * manual/fr/dist/html/Makefile.am
1831 * manual/fr/dist/pdf/Makefile.am
1832 * manual/fr/dist/ps/Makefile.am
1833 * manual/fr/dist/txt/Makefile.am
1834 * manual/pl/dist/html/Makefile.am
1835 * manual/pl/dist/pdf/Makefile.am
1836 * manual/pl/dist/ps/Makefile.am
1837 * manual/pl/dist/txt/Makefile.am
1838 Part 2 of last commit which broke due to a permission error
1839 Avoid claws trying to build manuals if the required
1840 tools are not present.
1842 2010-10-02 [mir] 3.7.6cvs49
1845 * manual/de/dist/html/Makefile.am
1846 * manual/de/dist/pdf/Makefile.am
1847 * manual/de/dist/ps/Makefile.am
1848 * manual/de/dist/txt/Makefile.am
1849 * manual/dist/html/Makefile.am
1850 * manual/dist/pdf/Makefile.am
1851 * manual/dist/ps/Makefile.am
1852 * manual/dist/txt/Makefile.am
1853 * manual/es/dist/html/Makefile.am
1854 * manual/es/dist/pdf/Makefile.am
1855 * manual/es/dist/ps/Makefile.am
1856 * manual/es/dist/txt/Makefile.am
1857 * manual/fr/dist/html/Makefile.am
1858 * manual/fr/dist/pdf/Makefile.am
1859 * manual/fr/dist/ps/Makefile.am
1860 * manual/fr/dist/txt/Makefile.am
1861 * manual/pl/dist/html/Makefile.am
1862 * manual/pl/dist/pdf/Makefile.am
1863 * manual/pl/dist/ps/Makefile.am
1864 * manual/pl/dist/txt/Makefile.am
1865 1) Downgrade autoconf requirements to 2.59 to allow
1866 building on oldest supported Linux distributions.
1867 2) Only try to build manuals if the needed software
1870 2010-10-02 [colin] 3.7.6cvs48
1872 * src/plugins/trayicon/trayicon.c
1873 And fix theme updating.
1875 2010-10-02 [colin] 3.7.6cvs47
1877 * src/plugins/trayicon/trayicon.c
1878 Got burnt by wrong indentation!
1880 2010-10-02 [colin] 3.7.6cvs46
1883 Forgot to remove the directory from top-level
1885 2010-10-02 [colin] 3.7.6cvs45
1887 * src/plugins/trayicon/Makefile.am
1888 * src/plugins/trayicon/trayicon.c
1889 * src/plugins/trayicon/libeggtrayicon/.cvsignore
1890 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1891 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1892 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1893 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1894 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1895 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1896 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1897 * src/plugins/trayicon/libeggtrayicon/xembed.h
1898 Finally get rid of Eggtrayicon, use GtkStatusIcon
1899 instead (which can be done safely now that we
1902 2010-10-02 [colin] 3.7.6cvs44
1910 * src/editaddress_other_attributes_ldap.c
1913 * src/grouplistdialog.c
1915 * src/image_viewer.c
1919 * src/message_search.c
1921 * src/prefs_themes.c
1922 * src/summary_search.c
1925 * src/etpan/imap-thread.c
1927 * src/gtk/gtkcmclist.c
1928 * src/gtk/gtkcmoptionmenu.c
1929 * src/gtk/gtkutils.c
1930 * src/gtk/gtkutils.h
1931 * src/gtk/gtkvscrollbutton.c
1932 * src/plugins/pgpcore/select-keys.c
1933 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1934 Undeprecate for GTK+2.22. Patch by Reed Loden.
1935 Fixes bug #2276, 'Compile in maintainer mode
1936 fails on GTK+ 2.22'.
1938 2010-10-02 [colin] 3.7.6cvs43
1941 It's now time to remove the temporary enable-openssl
1942 option that was used when we removed OpenSSL. See
1943 bug #2276 comment #14.
1945 2010-09-30 [wwp] 3.7.6cvs42
1947 * src/prefs_account.c
1948 * src/prefs_filtering_action.c
1949 * src/prefs_matcher.c
1950 Fix bug #2274, wrong color label index range
1951 used w/ gtk_cmoption_menu (behaviour change
1952 has been introduced w/ 3.5.0cvs49 apparently),
1953 now it must be 1..N so let's use colorlabel value
1957 2010-09-20 [pawel] 3.7.6cvs41
1964 2010-09-19 [pawel] 3.7.6cvs40
1969 Set ML menus sensitivity accordingly to
1970 possibility of reply to ML
1972 2010-09-19 [colin] 3.7.6cvs39
1975 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1976 to newsgroups, and NNTP accounts *can* send email. We
1977 should not force an email account when replying to_ml or
1980 2010-09-19 [colin] 3.7.6cvs38
1983 Revert previous commit (which breaks Reply to newsgroups)
1985 2010-09-17 [pawel] 3.7.6cvs37
1988 Respect reply_account_autosel when changing compose
1989 account to email one while replying to NNTP post
1991 2010-09-17 [wwp] 3.7.6cvs36
1993 * doc/man/claws-mail.1
1994 Update --compose documentation in `man claws-mail`.
1996 2010-09-12 [pawel] 3.7.6cvs35
1999 Add forgotten bit to previous commit,
2000 select email account when replying to ML
2002 2010-09-12 [pawel] 3.7.6cvs34
2005 Fix bug #2247 "nntp reply-to-all broken?"
2006 Make reply-to-all and reply-to-ml work as expected in
2007 mailing list through NNTP case
2009 2010-09-11 [pawel] 3.7.6cvs33
2014 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
2015 fixes build with GTK+ < 2.18
2017 2010-09-10 [pawel] 3.7.6cvs32
2022 Make Tab key switch between FolderView, MsgView and
2023 SummaryView only, other widgets have/can have their own
2026 2010-08-25 [colin] 3.7.6cvs31
2031 * src/common/base64.c
2032 * src/common/base64.h
2033 Fix bug #2245, "base64 decoding fails with line breaks"
2034 Patch by Yotam Medini
2036 2010-08-25 [colin] 3.7.6cvs30
2039 Fix bug #2241, "Empty trash on exit fails on scripted exit"
2041 2010-08-23 [pawel] 3.7.6cvs29
2044 * src/send_message.c
2047 Hide progressbar on statusbar when not needed
2049 2010-08-17 [colin] 3.7.6cvs28
2052 Fix previous patch (our own tmp dir is inside
2055 2010-08-16 [colin] 3.7.6cvs27
2058 Use temp dir to store logs in Windows. Avoids doing
2059 get_rc_dir() early, which prevents set_rc_dir()
2062 2010-07-31 [holger] 3.7.6cvs26
2064 * src/gtk/gtkshruler.c
2065 Yet more GdkGC to Cairo porting
2067 2010-07-30 [holger] 3.7.6cvs25
2069 * src/stock_pixmap.c
2070 More GdkGC to Cairo porting
2072 2010-07-30 [holger] 3.7.6cvs24
2074 * src/gtk/colorlabel.c
2075 One GdkGC usage less
2077 2010-07-29 [holger] 3.7.6cvs23
2080 Replace some gdk drawing with cairo, as the former
2081 is going towards deprecation.
2083 2010-07-25 [colin] 3.7.6cvs22
2085 * src/common/utils.c
2086 And now for a real fix. g_list_remove() doesn't, of
2087 course, free the data. But we have to have a solid
2088 pointer to it in order to free it ourselves instead
2089 of relying on the old freed list pointer.
2090 Maybe that's the last patch on the subject now ? :)
2092 2010-07-25 [colin] 3.7.6cvs21
2094 * src/common/utils.c
2095 Remove stupid and extraneous g_free() of elements
2096 which have just been freed by g_list_remove(). (see
2097 GList documentation). I don't know how it worked before
2099 2010-07-25 [colin] 3.7.6cvs20
2101 * src/common/utils.c
2102 Reverse free/use with more logical and safe
2103 use/free. Thanks to Michael Rasmussen !
2105 2010-07-24 [colin] 3.7.6cvs19
2107 * src/gtk/quicksearch.c
2108 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2109 'freeze when using quick search'
2111 2010-07-11 [iwkse] 3.7.6cvs18
2113 * src/gtk/quicksearch.c
2114 Add SMALL_LAYOUT to quicksearch_relayout
2116 2010-07-10 [iwkse] 3.7.6cvs17
2119 Remove forgotten variable from
2120 the last bugfix #2224
2122 2010-07-10 [colin] 3.7.6cvs16
2125 * src/gtk/quicksearch.c
2126 Clean fix for bug #2224: don't mess with GTK settings when
2127 handling the layout ourselves is enough
2129 2010-07-09 [iwkse] 3.7.6cvs15
2133 Better fix for Bug #2224
2135 2010-07-09 [iwkse] 3.7.6cvs14
2139 Always use stock icons on buttons
2141 2010-07-08 [colin] 3.7.6cvs13
2144 Fix bug 2223, 'Compilation fails with GTK+
2145 2.21.3'. Thanks to Jan Psota !
2147 2010-06-29 [pawel] 3.7.6cvs12
2150 Revert 3.7.5cvs41, it breaks templates that use %X
2152 2010-06-23 [wwp] 3.7.6cvs11
2154 * src/gtk/colorlabel.c
2155 Silent up a warning by avoiding possible confusion
2156 in logical expression evaluation, thanks to TuxCM.
2158 2010-06-21 [iwkse] 3.7.6cvs10
2160 * src/gtk/quicksearch.c
2161 Do not add into quicksearch history
2162 matching rules with bad syntax
2164 2010-05-26 [holger] 3.7.6cvs9
2168 Add function to select rows given a list of messages,
2169 complementary to summary_get_selected_msg_list()
2171 2010-05-22 [mir] 3.7.6cvs8
2174 Fix bug 2208. Encode encrypted password to qouted
2175 printable to avoid making invalid XML. Encoding
2176 will be activated the first time the password is
2179 2010-05-22 [paul] 3.7.6cvs7
2181 * manual/advanced.xml
2183 * src/prefs_common.c
2184 * src/prefs_common.h
2185 after using the compose margin for several days
2186 I wanted the old style back - add a new hidden
2187 pref 'show_compose_margin' to restore the old
2188 behaviour (defaults to FALSE)
2190 2010-05-14 [paul] 3.7.6cvs6
2193 add a margin to the compose window text that matches
2194 the margin in textview
2196 2010-05-14 [colin] 3.7.6cvs5
2198 * src/gtk/sslcertwindow.c
2199 Fix dangling pointer. Thanks to Michael R!
2201 2010-05-14 [colin] 3.7.6cvs4
2203 * src/gtk/sslcertwindow.c
2204 Fix bug 1993, 'Cannot send mail when SSL certificate is
2205 expired but certificate check is skipped' and maybe
2206 bug 2200, 'SSL is not working with POP3'
2208 2010-05-14 [colin] 3.7.6cvs3
2210 * src/plugins/pgpinline/pgpinline.c
2211 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2213 2010-05-04 [iwkse] 3.7.6cvs2
2215 * src/prefs_message.c
2216 Get a generic name as 'Quotation' for
2219 2010-05-04 [iwkse] 3.7.6cvs1
2221 * src/prefs_message.c
2222 * src/prefs_common.h
2223 * src/prefs_common.c
2226 Option for collapsing via double-click
2228 2010-05-01 [paul] 3.7.6
2234 2010-05-01 [paul] 3.7.5cvs55
2236 * tools/claws.i18n.status.pl
2239 2010-05-01 [paul] 3.7.5cvs54
2242 add YUP, new Ukrainian translator
2244 2010-04-30 [paul] 3.7.5cvs53
2248 add Ukrainian translation, submitted by YUP
2257 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2258 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
2259 Tiago Faria, and Slavko
2261 2010-04-26 [wwp] 3.7.5cvs52
2266 2010-04-26 [mones] 3.7.5cvs51
2271 2010-04-22 [pawel] 3.7.5cvs50
2276 first NULL check pointer, then use it
2278 2010-04-22 [colin] 3.7.5cvs49
2281 Fix error message when session isn't established
2283 Update translation and fix a typo in it
2285 2010-04-15 [pawel] 3.7.5cvs48
2287 * src/prefs_account.c
2288 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2289 the port isn't configured properly'
2290 When using SSL/TLS tunneling automatically use default
2291 ports for encrypted connections: smtps, pop3s, imaps, nntps
2293 2010-04-15 [pawel] 3.7.5cvs47
2296 Fix crasher in actions using '%f' argument
2297 on multiple files with external scripts which
2298 don't return any output.
2300 2010-04-14 [colin] 3.7.5cvs46
2303 Fix hand cursor after error symbol appears
2305 2010-04-12 [colin] 3.7.5cvs45
2308 Fix bug 2162, 'configure check for libetpan
2309 fails with libetpan 1.0'
2312 2010-04-09 [mones] 3.7.5cvs44
2314 * manual/de/glossary.xml
2315 Fix encoding to match main document's
2316 Also fixes make dist with Debian's openjade
2318 2010-03-29 [pawel] 3.7.5cvs43
2320 * src/matcher_parser.h
2321 * src/matcher_parser_parse.y
2322 * src/gtk/quicksearch.c
2323 Disable matcher warnings when populating quicksearch
2324 completion lists on startup
2326 2010-03-27 [colin] 3.7.5cvs42
2328 * src/gtk/quicksearch.c
2329 Fix double-free later in code. Optimize
2332 2010-03-27 [pawel] 3.7.5cvs41
2335 Make sure that quote ends with new line char
2337 2010-03-26 [pawel] 3.7.5cvs40
2342 Fix Bug 1928 Add "reply to this address" pop menu
2344 - Set composing account to email one when creating/replying
2345 from NNTP folder by clicking link or choosing option
2349 2010-03-25 [paul] 3.7.5cvs39
2351 * src/gtk/gtkcmclist.c
2352 Fix build with GTK+ 2.20
2354 2010-03-24 [pawel] 3.7.5cvs38
2359 * src/grouplistdialog.c
2363 * src/prefs_account.c
2364 * src/gtk/gtkcmclist.c
2365 * src/gtk/gtkcmctree.c
2366 * src/gtk/gtkcmoptionmenu.c
2367 * src/gtk/gtksctree.c
2368 * src/gtk/gtkshruler.c
2369 * src/gtk/gtkutils.c
2370 * src/gtk/gtkutils.h
2371 * src/gtk/gtkvscrollbutton.c
2372 * src/gtk/inputdialog.c
2373 * src/gtk/spell_entry.c
2374 * src/plugins/trayicon/trayicon.c
2375 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2376 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2377 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2378 Fix build with GTK+ 2.19
2380 2010-03-23 [pawel] 3.7.5cvs37
2384 Respect view->show_col_headers option
2385 * src/gtk/gtkcmctree.c
2386 Fix GtkCmcTree column width calculation when it has
2387 auto_resize set and new node is added
2389 2010-03-22 [pawel] 3.7.5cvs36
2391 * src/grouplistdialog.c
2392 * src/prefs_common.c
2393 * src/prefs_common.h
2394 - remember newsgroups list dialog size
2395 - respect use_dotted_lines hidden pref
2396 - respect use_stripes_everywhere hidden pref
2398 2010-03-21 [pawel] 3.7.5cvs35
2401 Remove superfluous gtk_widget_show_all()
2404 * src/common/utils.c
2407 2010-03-21 [pawel] 3.7.5cvs34
2410 * src/gtk/quicksearch.c
2411 * src/gtk/quicksearch.h
2412 Implement separate search phrase completion for
2413 normal/extended quicksearch
2415 2010-03-11 [paul] 3.7.5cvs33
2418 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2419 submitted by Yuwei Yu
2421 2010-03-09 [colin] 3.7.5cvs32
2423 * manual/de/glossary.xml
2426 2010-03-02 [colin] 3.7.5cvs31
2428 * manual/de/glossary.xml
2429 Sort alphabetically. Done by Volker Ribbert.
2431 2010-03-02 [mones] 3.7.5cvs30
2434 Fix mailing list archives location
2435 Remove currently unavailable CVS webview
2437 2010-03-01 [iwkse] 3.7.5cvs29
2439 * src/common/plugin.c
2440 Other indentation issues
2442 2010-03-01 [iwkse] 3.7.5cvs28
2444 * src/common/plugin.c
2445 Fix indentation of the previous commit
2447 2010-03-01 [iwkse] 3.7.5cvs27
2449 * src/common/plugin.h
2450 * src/common/plugin.c
2451 Add API for getting a loaded Plugin from the
2452 plugin's name, plugin_get_loaded_by_name (const gchar *name)
2453 Thanks to Colin, Michael
2455 2010-02-27 [colin] 3.7.5cvs26
2460 * manual/Makefile.am
2461 * manual/de/Makefile.am
2462 * manual/de/account.xml
2464 * manual/de/addrbook.xml
2465 * manual/de/advanced.xml
2466 * manual/de/claws-mail-manual.xml
2468 * manual/de/glossary.xml
2470 * manual/de/handling.xml
2471 * manual/de/intro.xml
2472 * manual/de/keyboard.xml
2473 * manual/de/plugins.xml
2474 * manual/de/starting.xml
2475 * manual/de/dist/.cvsignore
2476 * manual/de/dist/Makefile.am
2477 * manual/de/dist/html/.cvsignore
2478 * manual/de/dist/html/Makefile.am
2479 * manual/de/dist/pdf/.cvsignore
2480 * manual/de/dist/pdf/Makefile.am
2481 * manual/de/dist/ps/.cvsignore
2482 * manual/de/dist/ps/Makefile.am
2483 * manual/de/dist/txt/.cvsignore
2484 * manual/de/dist/txt/Makefile.am
2485 Add the german translation of the manual, done by
2486 Volker Ribbert <thoraki@arcor.de>.
2488 2010-02-27 [holger] 3.7.5cvs25
2490 * src/prefs_toolbar.c
2491 Don't make toolbar item description for
2492 plugin registered items editable
2494 2010-02-26 [colin] 3.7.5cvs24
2497 Don't translate empty description
2499 2010-02-22 [colin] 3.7.5cvs23
2502 Don't make In-Reply-To visible when reediting
2503 a draft or sent mail.
2505 2010-02-20 [colin] 3.7.5cvs22
2511 * src/etpan/imap-thread.c
2512 * src/etpan/imap-thread.h
2513 * src/etpan/nntp-thread.c
2514 * src/etpan/nntp-thread.h
2515 When going offline from NetworkManager, just
2516 delete IMAP connections. That'll avoid timeouts
2517 when coming back online in certain cases when
2518 the TCP socket will have timed out.
2520 2010-02-20 [holger] 3.7.5cvs21
2523 More files to ignore
2525 2010-02-17 [ticho] 3.7.5cvs20
2532 2010-02-16 [ticho] 3.7.5cvs19
2537 Removed unused argument from summary_open_row().
2539 2010-02-10 [pawel] 3.7.5cvs18
2542 - fix headers filtering when prefs_common.trans_hdr is on
2543 - fix headers setting when changing composing account
2545 * src/prefs_template.c
2546 Re-add template's name for translation
2548 2010-02-10 [colin] 3.7.5cvs17
2550 * src/prefs_matcher.c
2551 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2552 Condition>Define>Header>Name combo box'. Patch by
2555 2010-02-10 [colin] 3.7.5cvs16
2565 Add the GB18030 Chinese charset, which is a superset
2566 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2568 2010-02-09 [holger] 3.7.5cvs15
2571 GTK+ 2.10 related cleanup
2573 2010-02-09 [pawel] 3.7.5cvs14
2575 * src/prefs_account.c
2576 * src/prefs_folder_item.c
2577 * src/prefs_template.c
2579 Respect prefs_common.trans_hdr in couple more places to avoid
2580 confusion with translated/non-translated header names
2582 2010-02-09 [colin] 3.7.5cvs13
2587 2010-02-09 [colin] 3.7.5cvs12
2590 And fix 2.10 build :)
2592 2010-02-09 [colin] 3.7.5cvs11
2595 Bump up GTK+ requirement to 2.10
2604 * src/prefs_actions.c
2605 * src/prefs_common.c
2606 * src/prefs_common.h
2607 * src/prefs_ext_prog.c
2608 * src/prefs_filtering_action.c
2610 * src/prefs_image_viewer.c
2611 * src/prefs_matcher.c
2612 * src/prefs_msg_colors.c
2613 * src/prefs_summaries.c
2614 * src/prefs_template.c
2620 * src/gtk/Makefile.am
2622 * src/gtk/gtkcmclist.c
2623 * src/gtk/gtkcmctree.c
2624 * src/gtk/gtkutils.c
2625 * src/gtk/quicksearch.c
2626 Remove all compile-time conditionals depending on
2630 * src/gtk/gtksourceprintjob.c
2631 * src/gtk/gtksourceprintjob.h
2632 Remove libgnomeprint-based printing system (and
2633 command-line-based printing system) as GTK+ 2.10
2634 ships with print support.
2636 2010-02-08 [mir] 3.7.5cvs10
2639 Avoid displaying Bcc headers in message sent
2640 to NNTP servers. Thanks to Henning Mersch.
2643 2010-02-08 [pawel] 3.7.5cvs9
2646 Make tooltips less cryptic
2647 * src/gtk/description_window.c
2648 Improve window size calculation
2650 2010-02-08 [pawel] 3.7.5cvs8
2654 * src/common/utils.c
2655 * src/common/utils.h
2657 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2658 Patch by Laurent Bigonville with slight modifications
2660 2010-02-03 [pawel] 3.7.5cvs7
2663 Add some libtool files to ignore
2665 2010-02-03 [pawel] 3.7.5cvs6
2667 * src/plugins/trayicon/trayicon.c
2668 Save and then restore focus when closing/minimizing to tray
2670 2010-02-03 [mir] 3.7.5cvs5
2678 Save LDAP password encrypted. See bug 2113.
2681 2010-02-03 [colin] 3.7.5cvs4
2684 Fix again decoding of encrypted parts. The
2685 reverting of the patch was wrong, as the
2686 double-decoding was fixed in smime itself.
2687 Thanks to Matthias Drochner again...
2689 2010-02-02 [colin] 3.7.5cvs3
2691 * src/plugins/smime/smime.c
2693 Revert 3.7.4cvs2 and make a better patch for bug
2694 2059 and 2076. Patch by Matthias Drochner
2696 2010-01-31 [pawel] 3.7.5cvs2
2699 Fix hungarian translator's name
2701 2010-01-31 [pawel] 3.7.5cvs1
2705 Fix Bug 2107 - Arrow keys don't work in message view window
2707 2010-01-31 [paul] 3.7.5
2714 2010-01-23 [pawel] 3.7.4cvs10
2717 Fix button sensitivity in compose mode
2719 2010-01-23 [pawel] 3.7.4cvs9
2722 * tools/kdeservicemenu/install.sh
2723 * tools/make.themes.project
2724 * tools/nautilus2claws-mail.sh
2725 * tools/popfile-link.sh
2726 * tools/textviewer.sh
2727 Not all systems have bash installed in /bin, use env(1) to find
2730 2010-01-22 [pawel] 3.7.4cvs8
2732 * src/prefs_account.c
2733 * src/prefs_filtering.c
2735 * src/gtk/colorlabel.c
2736 Add some separators in combos
2738 2010-01-22 [pawel] 3.7.4cvs7
2741 --disable-aspell -> --disable-enchant
2743 Fix options spacing in configure --help
2745 Make wizard's window centered on the screen
2747 2010-01-19 [holger] 3.7.4cvs6
2751 Introduce folder_get_item_from_identifier().
2752 In contrast to folder_find_item_from_identifier(), this
2753 function recursively creates the FolderItems in the id path.
2754 Useful for programmatically creating folders (e.g. by plugins)
2756 2010-01-17 [pawel] 3.7.4cvs5
2761 2010-01-16 [colin] 3.7.4cvs4
2763 * src/plugins/pgpcore/sgpgme.c
2764 Probably fix bug 2098, 'claws-mails crashes frequently
2765 with pgpcore'. Fix double-free.
2767 2010-01-16 [holger] 3.7.4cvs3
2769 * src/prefs_toolbar.h
2772 2010-01-15 [colin] 3.7.4cvs2
2775 Decode mimeinfo before decrypting it. Probably
2776 fixes bug 2059 'gpgme >=1.1.8 not compatible
2777 with S/MIME encryption' and bug 2076 'having
2778 worked 2 times properly CLAWS ceased to
2779 decrypt incoming PGP mails -displays base64
2780 instead - sucks completely'
2781 Let's hope complete suckage ends here!
2782 Thanks to Matthias Drochner.
2784 2010-01-08 [paul] 3.7.4cvs1
2786 * tools/claws.i18n.status.pl
2789 2010-01-08 [paul] 3.7.4
2796 2010-01-08 [paul] 3.7.3cvs57
2810 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2811 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2812 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2815 2010-01-08 [paul] 3.7.3cvs56
2817 * src/common/utils.c
2818 fix bug 2089, 'URLs ending with an underscore ('_')
2819 are not correctly parsed'. thanks to Johan
2821 2010-01-05 [colin] 3.7.3cvs55
2824 Update french translation
2826 2010-01-04 [mones] 3.7.3cvs54
2829 Update Spanish translation
2831 2010-01-04 [mones] 3.7.3cvs53
2833 * manual/plugins.xml
2835 * manual/es/claws-mail-manual.xml
2836 * manual/es/intro.xml
2837 * manual/es/plugins.xml
2838 Synchronise with English version
2840 2010-01-03 [paul] 3.7.3cvs52
2845 update TEAM_LIST, fix encoding
2847 2010-01-03 [mir] 3.7.3cvs51
2850 When composing to a NNTP list TO: will always be preset
2851 to the NNTP list unless user has chosen some other default
2852 in which case we will handle this the normal way. Therefore
2853 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2855 2010-01-01 [paul] 3.7.3cvs50
2858 bump copyright year whilst it's in mind
2860 2009-12-31 [paul] 3.7.3cvs49
2862 * manual/claws-mail-manual.xml
2864 * manual/plugins.xml
2865 fix links so that they make sense in the context of the
2866 text version of the manual
2868 2009-12-31 [paul] 3.7.3cvs48
2871 * manual/plugins.xml
2872 updates, improvements, corrections, additions
2874 2009-12-29 [pawel] 3.7.3cvs47
2876 * src/prefs_filtering_action.c
2877 Fix Bug 2082 'Wrong color rectangle position when replacing
2878 "color" processing rule'
2880 2009-12-29 [colin] 3.7.3cvs46
2883 Fix bug 2074, 'Remember sending account
2886 2009-12-20 [holger] 3.7.3cvs45
2889 Delay CREATED_HOOKLIST invokation until
2890 after the modifications to the compose window
2891 are done, to allow hooks to further modify the
2892 window without getting overridden again
2894 2009-12-20 [holger] 3.7.3cvs44
2896 * src/prefs_toolbar.h
2899 2009-12-20 [holger] 3.7.3cvs43
2901 * src/prefs_toolbar.c
2902 * src/prefs_toolbar.h
2904 Pass window struct to caller
2906 2009-12-20 [holger] 3.7.3cvs42
2910 Add hooklist after creation of a compose window
2912 2009-12-19 [holger] 3.7.3cvs41
2914 * src/prefs_toolbar.c
2915 * src/prefs_toolbar.h
2917 Allow plugins to choose to which toolbar they want
2918 to add actions (main window, compose window, or message view)
2920 2009-12-19 [paul] 3.7.3cvs40
2923 fix statusbar in GTK+ 2.19.1
2925 2009-12-10 [pawel] 3.7.3cvs39
2928 Better fix for cvs28 regression
2930 2009-12-10 [iwkse] 3.7.3cvs38
2933 Fix some indentation
2935 2009-12-10 [iwkse] 3.7.3cvs37
2938 Add missing checks for gtkaspell: avoid
2939 crashing in some cases when Enchant is
2940 enabled but the spell checker is disabled
2943 2009-12-09 [colin] 3.7.3cvs36
2946 Fix leak and unchecked accesses.
2948 2009-12-09 [mir] 3.7.3cvs35
2951 Fix Bug 2072 "template at folder properties is not working"
2952 introduced in cvs24.
2954 2009-12-08 [pawel] 3.7.3cvs34
2957 When 'Reply All' remove current compose address from
2958 Cc/Bcc list - fix for regression introduced in cvs28
2960 2009-12-05 [pawel] 3.7.3cvs33
2963 Fix memory management, duh!
2965 2009-12-04 [pawel] 3.7.3cvs32
2968 Use case insensitive comparison in search for
2971 Refresh scrollbars on every window open
2973 2009-12-04 [pawel] 3.7.3cvs31
2976 Highlight misspelled words when applying template and
2977 check_while_typing option is on
2979 2009-12-03 [pawel] 3.7.3cvs30
2982 Highlight misspelled words in text inserted from file(s)
2983 or pasted to message body when check_while_typing
2986 2009-12-02 [pawel] 3.7.3cvs29
2989 Revert first part of previous commit
2991 2009-12-02 [pawel] 3.7.3cvs28
2994 Fix Bug 2055 "duplicate mailing list reply if
2995 List-Post + Reply-To present"
2996 - Ignore Reply-To if answering to ML
2997 - Improve parsing of List-Post header
2999 2009-12-02 [pawel] 3.7.3cvs27
3003 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
3004 email had user in "From" and "CC"
3005 Don't allow duplicate addresses in compose window headers
3007 2009-12-02 [mones] 3.7.3cvs26
3010 * manual/es/intro.xml
3011 * manual/fr/intro.xml
3012 * manual/it/intro.xml
3013 * manual/pl/intro.xml
3014 Make URL to point current site
3016 2009-12-01 [holger] 3.7.3cvs25
3020 Introduce new drag type "claws-mail/msg-path-list" for
3021 drag'n'drop of a message selection from the summaryview
3022 into other applications. The drag data gets set to the
3023 folder-item-id followed by message ids, separated by newlines.
3024 This enables other applications to back-link to Claws Mail
3025 via a "claws-mail --select" call after they received a drop.
3027 2009-11-30 [mir] 3.7.3cvs24
3030 Place cursor in compose window according to provided input
3031 If to: is present place cursor in subject field and if both
3032 to: and subject: is present place cursor in body. If body: is
3033 present insert a new line after text and place cursor there.
3035 2009-11-27 [mones] 3.7.3cvs23
3037 * src/gtk/quicksearch.c
3038 Allow viewing longer expressions if there's space
3040 2009-11-25 [holger] 3.7.3cvs22
3043 * src/common/Makefile.am
3044 * src/common/utils.c
3045 * src/common/utils.h
3046 Add a function to query the
3047 filepath of the .desktop file
3049 2009-11-25 [colin] 3.7.3cvs21
3052 Fix bug 2063, 'glib assertion in GRelation use in
3055 2009-11-24 [pawel] 3.7.3cvs20
3057 * src/common/utils.c
3058 Fix Bug 2053 'Inconsistent application of Coloration
3060 Don't allow '<' character between quotation marks
3062 2009-11-21 [holger] 3.7.3cvs19
3065 Modify cairo clip handling in preview windows,
3066 to prevent print preview windows from being blank
3067 with GTK+ 2.18. Follow recommendation of the GTK+
3068 documentation (section "Migrating to client side windows")
3069 and create a new cairo context for each expose event.
3071 2009-11-19 [pawel] 3.7.3cvs18
3074 complete 3.7.3cvs15 so install is DESTDIR safe
3075 remove icons with changed names on uninstall
3077 2009-11-18 [pawel] 3.7.3cvs17
3080 remove unneeded and code-duplicating function
3082 2009-11-18 [pawel] 3.7.3cvs16
3085 Fix Bug 2057 'Claws mail does not keep renamed names
3086 of nntp-subscribed groups'
3087 Check for already subscribed group using item->path for group
3088 comparision as folders item->path != item->name may be truth
3089 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
3091 2009-11-17 [pawel] 3.7.3cvs15
3094 Fix Bug 2049 'some icons not copied?'
3095 Install additional 64x64 and 128x128 icons
3097 2009-11-17 [holger] 3.7.3cvs14
3099 * src/prefs_toolbar.c
3100 * src/prefs_toolbar.h
3103 Allow plugins to register toolbar items
3105 2009-11-11 [pawel] 3.7.3cvs13
3111 Fix Bug 1867 Changing account does not change BCC address
3112 Set account specific headers when changing account
3115 2009-11-07 [colin] 3.7.3cvs12
3117 * src/gtk/prefswindow.c
3118 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3121 2009-11-07 [colin] 3.7.3cvs11
3123 * src/gtk/spell_entry.c
3124 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3125 Patch by Pawel Pekala
3127 2009-10-27 [colin] 3.7.3cvs10
3130 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3131 Don't try to check whether the folder is up-to-date if
3132 the folder class doesn't implement set_mtime, as we don't
3133 care in this case. This code exists since a long time, but
3134 the bug was triggered by more scanning of queue folders
3135 since recently (when we added \Deleted handling).
3137 2009-10-27 [colin] 3.7.3cvs9
3140 Try to fix registering as default client
3143 2009-10-21 [wwp] 3.7.3cvs8
3145 * src/common/utils.c
3146 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3148 2009-10-21 [wwp] 3.7.3cvs7
3150 * src/common/utils.c
3151 Don't core dump when attempting to insert a non-existing
3152 file using a mailto: uri (g_error does core dump).
3154 2009-10-20 [colin] 3.7.3cvs6
3156 * src/common/utils.c
3157 Don't g_error on normal warnings...
3159 2009-10-20 [colin] 3.7.3cvs5
3161 * src/plugins/pgpcore/sgpgme.c
3162 Fix bug 1996, 'S/MIME key not selected'
3163 Check for S/MIME certs too
3165 2009-10-20 [colin] 3.7.3cvs4
3167 * src/common/w32lib.h
3168 Fix win32 build on latest mingw32
3170 2009-10-20 [colin] 3.7.3cvs3
3175 Fix LDIF export. Patch by Michael Rasmussen
3177 2009-10-18 [paul] 3.7.3cvs2
3179 * tools/claws.i18n.status.pl
3180 increase the value of $transolddays since we're relasing less
3182 rework the en_GB.po hack so that en_GB is always 100% translated
3183 and recently updated
3185 2009-10-17 [paul] 3.7.3cvs1
3187 * src/prefs_account.c
3188 * src/prefs_compose_writing.c
3189 * src/prefs_receive.c
3190 * src/prefs_summaries.c
3191 * src/prefs_wrapping.c
3192 reword a few labels. (this incorporates everything
3193 that seemed worthwhile from bug 2020)
3194 * src/prefs_customheader.c
3195 use a 'Browse' button instead of button with
3196 label 'From file...'
3200 * CVS repository change
3202 2009-10-09 [paul[ 3.7.3
3204 version 3.7.3 unleashed!!
3206 2009-10-07 [paul] 3.7.2cvs49
3211 fix Bug 1994 - Changing colors required restart.
3212 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3213 more accurate folderview_reinit_fonts()
3215 2009-10-07 [paul] 3.7.2cvs48
3218 * src/prefs_common.c
3219 * src/prefs_common.h
3220 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
3221 patch by Pawel Pekala
3223 2009-10-07 [paul] 3.7.2cvs47
3231 updated by David Vachulka, Stephan Sachse and Marc Arens,
3232 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3235 2009-10-06 [colin] 3.7.2cvs46
3238 French translation update
3240 2009-10-05 [paul] 3.7.2cvs45
3243 enable Page Size and Orientation in the print dialog,
3244 GTK+ >= 2.18.x only. Patch by Mark__T
3246 2009-10-05 [paul] 3.7.2cvs44
3248 * src/prefs_summaries.c
3249 fix label, startup --> start-up, to match other uses of the
3252 2009-10-05 [paul] 3.7.2cvs43
3255 updated by Emilian Nowak
3257 2009-10-03 [colin] 3.7.2cvs42
3261 * src/gtk/gtkcmclist.c
3262 * src/gtk/gtkvscrollbutton.c
3263 * src/gtk/logwindow.c
3265 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3266 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3267 Fix warning at start
3269 2009-09-28 [colin] 3.7.2cvs41
3273 * src/prefs_folder_item.c
3274 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3276 2009-09-28 [colin] 3.7.2cvs40
3278 * src/prefs_summaries.c
3279 * src/gtk/sslcertwindow.c
3280 Fix bug 2006, 'Non-utf8 strftime(3) date strings
3281 shows up garbled in GUI'. Patch by Pawel Pekala
3283 2009-09-24 [iwkse] 3.7.2cvs39
3286 That's only for statistics, of course :)
3288 2009-09-24 [iwkse] 3.7.2cvs38
3293 2009-09-24 [iwkse] 3.7.2cvs37
3296 Revert unwanted change
3298 2009-09-24 [iwkse] 3.7.2cvs36
3301 Fix issue with filtering actions and
3304 2009-09-20 [mones] 3.7.2cvs35
3306 * tools/convert_mbox.pl
3307 Add -R flag to support recursive conversions
3308 of arbitrary Evolution mail folders, based on
3309 bash script by Daniel Dickinson (fixes debian
3311 * tools/popfile-link.sh
3312 Set required shell for script (fixes debian
3315 2009-09-16 [colin] 3.7.2cvs34
3318 Go grab files in /etc/skel if they exist
3321 2009-09-15 [colin] 3.7.2cvs33
3324 Complete 3.7.1cvs42: only output directly to
3325 final file if we get NULL byes at the start.
3326 Still fixes saving UTF16 files, but also
3327 fixes displaying Base64 parts with decoding
3328 errors (parts without errors get displayed)
3330 2009-09-14 [colin] 3.7.2cvs32
3334 * src/matcher_parser_parse.y
3335 * src/prefs_matcher.c
3336 Add 'has_attachment' and 'signed' matcher
3337 expressions. Patch by Aleksei Miheev, fixes
3340 2009-09-14 [colin] 3.7.2cvs31
3342 * src/common/utils.c
3343 Add "Re :" prefix from french Yahoo mail.
3344 Patch by Didier Barvaux, fixes bug 1999
3346 2009-09-10 [mones] 3.7.2cvs30
3348 * manual/plugins.xml
3349 Fix sites supported by SpamReport
3350 * manual/es/plugins.xml
3351 Synchronise Spanish manual
3353 2009-09-07 [holger] 3.7.2cvs29
3356 Also update the icon cache on uninstall.
3357 This prevents possible problems when Claws Mail was
3358 uninstalled and installed again into a different location,
3359 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3360 and the blog post linked therein
3362 2009-09-07 [paul] 3.7.2cvs28
3364 * src/prefs_toolbar.c
3365 when updating the main toolbar icons just update
3366 the main toolbar (and consequently fix a bug where
3367 folderview icons would disappear)
3369 2009-08-30 [holger] 3.7.2cvs27
3372 Do case-insensitive comparison against
3373 header names when extracting recipients
3376 2009-08-23 [colin] 3.7.2cvs26
3379 Probably fix RH bug 512024, " folder.c:3543
3380 Condition msglist != NULL failed"
3382 2009-08-23 [colin] 3.7.2cvs25
3384 * src/prefs_compose_writing.c
3385 Make the maximum size warning bigger. Patch
3386 by Didier Barvaux on bug 1986.
3388 2009-08-21 [colin] 3.7.2cvs24
3391 Previous commit: move the function into compose_insert_file
3392 so that it's also used on drag-n-drop
3394 2009-08-21 [colin] 3.7.2cvs23
3397 Fix scrolling when adding an header
3399 2009-08-21 [colin] 3.7.2cvs22
3402 * src/prefs_common.c
3403 * src/prefs_common.h
3404 * src/prefs_compose_writing.c
3405 * src/common/utils.c
3406 Fix bug 1986, "New feature: warn user when inserting
3407 a large file in the message body". Patch by Didier
3410 2009-08-21 [colin] 3.7.2cvs21
3414 * src/common/utils.c
3415 Fix bug 1984: Add R�f. : reply prefix (french
3416 Lotus Notes); patch by Didier Barvaux
3418 2009-08-21 [colin] 3.7.2cvs20
3422 Fix bug 1969, 'Bad guess for outgoing encoding'
3423 Make sure the specific converters (japanese in
3424 this case) can return success/error in strict
3425 mode, instead of silently failing back to
3428 2009-08-20 [holger] 3.7.2cvs19
3432 Make it possible for code outside
3433 compose (e.g. plugins) to attach files
3435 2009-08-20 [colin] 3.7.2cvs18
3438 Fix crash when accessing IMAP soon
3440 2009-08-18 [colin] 3.7.2cvs17
3443 Maybe fix crash on non-existent LDAP server
3445 2009-08-04 [colin] 3.7.2cvs16
3448 Fix toolbar's spacing that breaks dark
3449 themes (patch from http://blogs.igalia.com/aperez/
3450 2009/07/making-claws-mail-look-better/)
3452 2009-07-28 [colin] 3.7.2cvs15
3455 * src/addrcustomattr.c
3457 * src/addressbook_foldersel.c
3465 * src/editldap_basedn.c
3476 * src/prefs_actions.c
3477 * src/prefs_customheader.c
3478 * src/prefs_display_header.c
3479 * src/prefs_filtering.c
3480 * src/prefs_folder_column.c
3481 * src/prefs_matcher.c
3482 * src/prefs_summary_column.c
3483 * src/prefs_summary_open.c
3484 * src/prefs_template.c
3487 Fix bug 1950, 'Program freeze up during folder selection'
3488 Don't leave hidden windows modal
3490 2009-07-28 [colin] 3.7.2cvs14
3493 Fix bug 1957, 'LDAP errs out after searching too
3496 2009-07-28 [colin] 3.7.2cvs13
3499 Fix bug 1966, '"Collapse all threads" slower than
3500 "Expand all threads"'
3502 2009-07-28 [colin] 3.7.2cvs12
3504 * src/common/session.c
3505 Fix bug 1967, 'Claws gets stuck after accepting
3506 a certificate warning dialog'
3508 2009-07-19 [paul] 3.7.2cvs11
3510 * manual/plugins.xml
3511 a few small changes to the English
3513 2009-07-18 [mones] 3.7.2cvs10
3515 * manual/plugins.xml
3516 Add new bsfilter and fancy plugins to the docs
3517 and a note about dealing with plugins of the same class
3518 * src/prefs_account.c
3519 Fix extra space at the end typo
3521 2009-07-16 [colin] 3.7.2cvs9
3524 Fix wrong return without unlocking; thanks
3527 2009-07-14 [colin] 3.7.2cvs8
3530 Fix bug 1954, 'Segfault on reading wrong STATUS'
3532 2009-07-10 [colin] 3.7.2cvs7
3534 * src/plugins/pgpcore/plugin.def
3535 * src/common/utils.h
3538 2009-07-10 [colin] 3.7.2cvs6
3540 * src/prefs_display_header.c
3541 Fix bug 1951, 'C-Mail dumps core when editing
3542 displayed headers'. Patch by Alexey Rusakov
3544 2009-07-10 [colin] 3.7.2cvs5
3547 Fix bug 1952, 'Deleted mails in Queue folder
3550 2009-07-09 [colin] 3.7.2cvs4
3552 * src/gtk/spell_entry.c
3553 Fix bug 1949, 'Spell checker doesn't recognise
3554 certain word in Subject header, but does in
3555 message body'. Patch by Pawel Pekala.
3557 2009-07-09 [paul] 3.7.2cvs3
3560 use pkgconfig to check for the minimum required
3563 2009-07-06 [colin] 3.7.2cvs2
3565 * src/prefs_customheader.c
3568 2009-07-04 [paul] 3.7.2cvs1
3570 * tools/claws.i18n.status.pl
3573 2009-07-03 [paul] 3.7.2
3580 2009-07-03 [paul] 3.7.1cvs85
3587 added new translations by Tiago Faria and Slavko
3600 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3601 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3602 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3603 Goncalves Guimaraes, Aleksei Miheev
3605 2009-07-01 [colin] 3.7.1cvs84
3607 * src/prefs_common.c
3608 Fix bug 1940, 'Doesn't open links in
3609 user's default browser'. Turn the preference
3610 to TRUE by default; that will only change the
3611 behaviour for new users.
3613 2009-06-29 [colin] 3.7.1cvs83
3617 * src/prefs_filtering_action.c
3618 Fix bug 1935, 'problems with very long filtering actions':
3619 Use a dynamic buffer in action to string, and a bigger
3620 buffer in string to action
3622 2009-06-29 [colin] 3.7.1cvs82
3624 * src/matcher_parser_lex.l
3625 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3627 2009-06-29 [colin] 3.7.1cvs81
3632 Fix crash (out-of-bounds tree column)
3633 * src/gtk/gtkcmctree.c
3634 * src/gtk/gtksctree.c
3635 Prevent using an out-of-bounds tree column
3637 2009-06-29 [colin] 3.7.1cvs80
3641 Leak fixes; patch by Pawel Pekala.
3643 2009-06-26 [colin] 3.7.1cvs79
3646 Sort by msgnum if dates are equal
3648 2009-06-24 [paul] 3.7.1cvs78
3651 make some (forgotten) strings translatable
3653 2009-06-19 [colin] 3.7.1cvs77
3656 Fix menu sensitiveness
3658 2009-06-18 [colin] 3.7.1cvs76
3661 * src/plugins/pgpcore/sgpgme.c
3662 * src/plugins/pgpcore/sgpgme.h
3663 * src/plugins/pgpmime/mypgpcore.def
3664 * src/plugins/pgpmime/pgpmime.c
3665 * src/plugins/smime/mypgpcore.def
3666 * src/plugins/smime/smime.c
3667 Use largefile support (and stop using our old GPGME
3668 hack on gpgme_data_seek/rewind)
3669 (See 1.9.12cvs44 to 46 - if this breaks things we
3672 2009-06-13 [colin] 3.7.1cvs75
3674 * src/gtk/spell_entry.c
3675 Fix assertion. We can put a NULL gtkaspell to
3676 an entry; it just means it won't be spell-checked.
3678 2009-06-12 [mones] 3.7.1cvs74
3682 * src/prefs_account.c
3683 * src/prefs_account.h
3684 * src/common/utils.c
3685 * src/common/utils.h
3686 Added preference to use account address in generated
3687 Message-Id. Fixes Debian bug #531052
3689 2009-06-12 [colin] 3.7.1cvs73
3692 Better fix, API-compatible with libgnutls13
3694 2009-06-12 [colin] 3.7.1cvs72
3697 Use compatibility mode in GnuTLS, and avoid problems with
3698 servers that don't comply 100% with the spec, but still
3701 2009-06-06 [iwkse] 3.7.1cvs71
3704 Ops..revert a mix with another patch
3706 2009-06-06 [iwkse] 3.7.1cvs70
3709 A better fix for the previous commit's issue
3711 2009-06-06 [iwkse] 3.7.1cvs69
3714 Fix shutting down of Claws Mail while a GTK_Return keypress
3715 event is sent to the Attach property window
3717 2009-06-05 [colin] 3.7.1cvs68
3720 Fix build on GTK+ 2.6
3722 2009-06-03 [mones] 3.7.1cvs67
3724 * tools/make.themes.project
3725 Oops! fix header, sorry Paul ;-)
3727 2009-06-03 [mones] 3.7.1cvs66
3729 * tools/make.themes.project
3730 Add support for PNG themes and other
3731 fixes i don't remember now... :)
3733 2009-06-02 [colin] 3.7.1cvs65
3736 * src/prefs_template.c
3738 Fix error messages in templates, and fix their
3741 2009-05-22 [colin] 3.7.1cvs64
3746 2009-05-22 [colin] 3.7.1cvs63
3749 Fix phantom button behind entry when
3750 changing fields via Tools/Reply mode.
3752 2009-05-22 [colin] 3.7.1cvs62
3757 2009-05-21 [mones] 3.7.1cvs61
3761 Add button to empty header lines with one click
3763 2009-05-21 [paul] 3.7.1cvs60
3767 * src/plugins/trayicon/trayicon.c
3768 when quitting from the trayicon, honour
3769 prefs_common.clean_on_exit
3771 2009-05-21 [paul] 3.7.1cvs59
3773 * src/gtk/Makefile.am
3774 remove duplicate entry
3775 thanks to Charles A Edwards
3777 2009-05-19 [paul] 3.7.1cvs58
3779 * src/send_message.c
3780 clear progressbar in the statusbar on 'Cancel'
3782 2009-05-16 [colin] 3.7.1cvs57
3788 2009-05-16 [colin] 3.7.1cvs56
3791 Remove msgnum>0 condition for removing messages
3792 from caches. There's no such condition on add.
3793 Fixes bug 1913, 'Allow to remove phantom
3794 messages from the cache'; patch by Fabian
3795 Keil <fk at fabiankeil.de>
3797 2009-05-12 [holger] 3.7.1cvs55
3801 Introduce hook after showing of the message view
3803 2009-05-11 [colin] 3.7.1cvs54
3806 Fix bug 1872, 'A: Cc: CCi: selector should
3807 default on same as preceding contact'
3809 2009-05-10 [holger] 3.7.1cvs53
3813 Add a hook to make it possible for plugins to
3814 modify the address completion list
3816 2009-05-06 [paul] 3.7.1cvs52
3820 fix bug 1915, 'Mails signed with smime.p7s
3821 display both signed and attachment icon.'
3823 2009-05-05 [colin] 3.7.1cvs51
3825 * src/common/utils.c
3828 2009-05-05 [colin] 3.7.1cvs50
3830 * src/common/utils.c
3831 Fix bug 1895, '(imap) cache issues when cache dir is on a
3832 different mountpoint than tempdir'
3834 2009-05-04 [colin] 3.7.1cvs49
3837 Probably fix bug 1914, 'Crash reading
3838 corrupted tags file'
3840 2009-04-26 [paul] 3.7.1cvs48
3843 * src/gtk/gtkaspell.h
3844 fix bug 1904, 'build mechanism looks for
3845 'enchant.h' in a wrong place'
3847 2009-04-25 [paul] 3.7.1cvs47
3850 gah! fix coding style!
3852 2009-04-25 [paul] 3.7.1cvs46
3856 if building with GTK+ >= 2.16 use
3857 gtk_orientable_set_orientation() instead of now
3858 deprecated gtk_toolbar_set_orientation()
3860 2009-04-24 [colin] 3.7.1cvs45
3863 Ask before sending if an attached file has
3866 2009-04-19 [paul] 3.7.1cvs44
3868 * src/prefs_common.c
3869 * src/prefs_common.h
3871 save About window size.
3872 patch by Pawel Pekala
3874 2009-04-12 [paul] 3.7.1cvs43
3876 * tools/csv2addressbook.pl
3877 add extra CSV fields that are now appended
3878 by thunderbird (version 2.0.0.21)
3880 2009-04-08 [colin] 3.7.1cvs42
3883 fix saving (but not displaying) of UTF-16
3886 2009-04-08 [colin] 3.7.1cvs41
3888 * src/gtk/manage_window.c
3889 Disable transient windows on win32 - seems to
3890 fix most focusing issues
3892 2009-04-05 [colin] 3.7.1cvs40
3895 Don't ask whether we want to send deleted mails in queue
3896 folders; also, don't send deleted mails when flushing
3899 2009-04-04 [paul] 3.7.1cvs39
3905 * tools/claws.i18n.status.pl
3906 add new Indonesian translation, by
3909 2009-04-03 [paul] 3.7.1cvs38
3915 2009-04-03 [colin] 3.7.1cvs37
3919 Fix bug 1891, 'Add support for gopher:// links'
3920 Patch by Jacob Head <clawsmail at jacob-head.com>
3921 Let's go back to the roots!
3923 2009-04-03 [paul] 3.7.1cvs36
3928 2009-04-03 [paul] 3.7.1cvs35
3931 add AC_CONFIG_MACRO_DIR([m4])
3932 remove CLAWS_ACLOCAL_INCLUDE(m4)
3933 * m4/aclocal-include.m4
3934 removed this now unneeded file
3936 2009-04-02 [colin] 3.7.1cvs34
3938 * src/common/utils.h
3939 Fix previous (thanks to Marcus :)
3941 2009-04-02 [colin] 3.7.1cvs33
3943 * src/common/utils.h
3944 * src/etpan/etpan-thread-manager.c
3945 pipe() was a macro from GLib on win32 until
3946 glib 2.13.2. It's undefined after that.
3947 Thanks to Marcus Brinkmann for the heads-up!
3949 2009-03-31 [colin] 3.7.1cvs32
3951 * src/folder_item_prefs.c
3952 Copy folder settings with prefs
3954 2009-03-31 [colin] 3.7.1cvs31
3956 * src/prefs_account.c
3957 Don't use un-sensitive checkboxes in Privacy tab
3958 when privacy system in None (makes unchecking
3959 painful when no privacy plugin is loaded)
3961 2009-03-30 [colin] 3.7.1cvs30
3968 * src/prefs_account.c
3969 * src/prefs_account.h
3972 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3973 Add an option on the Receive page of IMAP account preferences:
3974 "Move deleted mails to trash and expunge immediately". This
3975 option defaults to TRUE to avoid changing the existing behaviour.
3976 Setting it to FALSE prevents automatic expunging.
3977 Also, add Tools/Expunge and View/Hide deleted messages menu items
3978 (View/Hide deleted message being a per-folder setting, and behaving,
3979 like View/Hide read messages).
3981 2009-03-30 [colin] 3.7.1cvs29
3984 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
3985 ask for IMAP password when using GSSAPI auth
3987 2009-03-27 [colin] 3.7.1cvs28
3990 Fix cvs14, make sure we mark non-existent caches dirty
3991 (or they never get written)
3993 2009-03-27 [colin] 3.7.1cvs27
3996 Fix tag update when all tags are removed
3999 2009-03-25 [colin] 3.7.1cvs26
4002 Fix configure.ac, thanks to Pawel
4004 2009-03-25 [colin] 3.7.1cvs25
4007 * src/etpan/nntp-thread.c
4008 Fix header fetching (NG/To/Cc). Fixes
4009 bug 1883, 'Message processing fails to
4010 act on Newsgroups: field'
4012 2009-03-23 [colin] 3.7.1cvs24
4015 Fix internal headers visible in queue/sent
4017 2009-03-23 [colin] 3.7.1cvs23
4020 Fix check for RC (resource compiler) used
4021 on win32 (AC_LIBTOOL_RC used to call it
4022 implicitely but stopped)
4024 2009-03-19 [colin] 3.7.1cvs22
4027 Put spam button in default toolbar even if
4028 bogofilter and spamassassin are not built.
4029 Other anti-spam plugin could exist! :)
4030 * src/common/utils.c
4031 Fix exit status fetch on win32
4033 2009-03-18 [paul] 3.7.1cvs21
4035 * src/gtk/spell_entry.c
4036 fix "[BUG] Wrong word replaced in 'Subject:'
4037 when spell-checking correction used"
4038 Patch by Pawel Pekala
4040 2009-03-17 [colin] 3.7.1cvs20
4042 * src/common/utils.c
4043 Fix win32 build (from cvs12)
4045 2009-03-17 [colin] 3.7.1cvs19
4048 Fix bug 1735, 'Change To: and Newsgroups:
4049 recipient field according account type'
4052 2009-03-17 [colin] 3.7.1cvs18
4055 * src/prefs_common.c
4056 * src/prefs_common.h
4058 * src/common/prefs.c
4059 Add preference for fsyncing metadata
4061 2009-03-16 [paul] 3.7.1cvs17
4063 * src/prefs_customheader.c
4064 add forgotten #if HAVE_LIBCOMPFACE
4066 2009-03-16 [paul] 3.7.1cvs16
4068 * src/prefs_customheader.c
4069 put the (X-)Face preview image below the up/down
4070 buttons so they don't jump around.
4071 make the list reorderable by drag'n'drop
4073 2009-03-16 [colin] 3.7.1cvs15
4075 * src/prefs_customheader.c
4076 Add a (X-)Face preview. Patch by iwkse.
4078 2009-03-16 [colin] 3.7.1cvs14
4084 * src/common/prefs.c
4085 Add fsync calls to make sure we don't
4086 lose data on system crashes. (to do:
4087 add a pref to allow people choosing raw
4090 2009-03-15 [colin] 3.7.1cvs13
4092 * src/gtk/gtkaspell.c
4093 Fix empty menu when there are no
4094 suggestions (using the Spelling menu)
4096 2009-03-14 [colin] 3.7.1cvs12
4098 * src/common/utils.c
4099 Win32: fix subject prefix length
4101 2009-03-11 [mones] 3.7.1cvs11
4104 fix encoding declared in header
4105 update translation now we're at it
4107 2009-03-10 [colin] 3.7.1cvs10
4110 Fix "wrong mime" message printed out multiple
4113 2009-03-10 [colin] 3.7.1cvs9
4115 * src/prefs_folder_item.c
4118 2009-03-09 [paul] 3.7.1cvs8
4120 * src/prefs_folder_item.c
4121 * src/send_message.c
4122 fixes to english text
4124 2009-03-08 [paul] 3.7.1cvs7
4127 correct errors in header
4129 2009-03-08 [paul] 3.7.1cvs6
4135 * tools/claws.i18n.status.pl
4136 add Japanese translation, submitted by kazken3
4138 2009-03-07 [colin] 3.7.1cvs5
4141 Don't let the invalid MIME warning hide
4142 other noticeview (Partial receive or
4145 2009-03-07 [colin] 3.7.1cvs4
4150 2009-03-07 [colin] 3.7.1cvs3
4155 Handle mimeparts that lack an end boundary.
4156 They're invalid but it's too annoying for
4157 normal users to fix.
4159 2009-03-06 [wwp] 3.7.1cvs2
4162 * src/folder_item_prefs.c
4163 * src/folder_item_prefs.h
4164 * src/prefs_folder_item.c
4165 Add per-folder default cc, bcc and reply-to.
4167 2009-03-06 [colin] 3.7.1cvs1
4170 * src/gtk/gtksourceprintjob.c
4171 Fix build with old print interface
4173 2009-03-06 [paul] 3.7.1
4180 2009-03-06 [paul] 3.7.0cvs78
4191 updated by David Vachulka, Stephan Sachse, Flammie
4192 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
4193 Frederico Goncalves Guimaraes, Lars Persson Fink,
4196 2009-03-03 [colin] 3.7.0cvs77
4198 * src/prefs_filtering.c
4199 Win32: Fix bug 1865, 'IMAP account name changes
4200 are not followed at filter actions'
4202 2009-03-02 [colin] 3.7.0cvs76
4205 Fix Launchpad bug 335571: 'claws-mail crashed
4206 with SIGSEGV in strlen() while deleting
4207 large amount of e-mails on IMAP account
4209 2009-02-27 [mones] 3.7.0cvs75
4211 * manual/es/account.xml
4213 * manual/es/addrbook.xml
4214 * manual/es/advanced.xml
4215 * manual/es/claws-mail-manual.xml
4217 * manual/es/glossary.xml
4219 * manual/es/handling.xml
4220 * manual/es/intro.xml
4221 * manual/es/keyboard.xml
4222 * manual/es/plugins.xml
4223 * manual/es/starting.xml
4224 Sync with English version, fix some typos
4225 Changed encoding to UTF-8
4227 Update for release, changed encoding to UTF-8
4229 2009-02-24 [colin] 3.7.0cvs74
4232 Don't print separation line if there
4235 2009-02-23 [cleroy] 3.7.0cvs73
4244 * src/addrduplicates.c
4247 * src/addressbook_foldersel.c
4255 * src/customheader.c
4257 * src/editaddress_other_attributes_ldap.c
4295 * src/prefs_account.c
4296 * src/prefs_actions.c
4297 * src/prefs_common.c
4298 * src/prefs_filtering.c
4299 * src/prefs_filtering_action.c
4300 * src/prefs_folder_column.c
4301 * src/prefs_folder_item.c
4303 * src/prefs_matcher.c
4306 * src/prefs_summaries.c
4307 * src/prefs_summary_column.c
4308 * src/prefs_template.c
4309 * src/prefs_themes.c
4310 * src/prefs_toolbar.c
4317 * src/remotefolder.c
4318 * src/send_message.c
4319 * src/sourcewindow.c
4321 * src/stock_pixmap.c
4322 * src/summary_search.c
4329 * src/common/base64.c
4330 * src/common/claws.c
4331 * src/common/hooks.c
4332 * src/common/plugin.c
4333 * src/common/prefs.c
4334 * src/common/session.c
4336 * src/common/socket.c
4337 * src/common/string_match.c
4338 * src/common/stringtable.c
4339 * src/common/utils.c
4340 * src/common/utils.h
4342 * src/common/xmlprops.c
4343 * src/gtk/colorlabel.c
4344 * src/gtk/combobox.c
4345 * src/gtk/foldersort.c
4346 * src/gtk/gtkaspell.c
4347 * src/gtk/gtkcmclist.c
4348 * src/gtk/gtkcmctree.c
4349 * src/gtk/gtkcmoptionmenu.c
4350 * src/gtk/gtksctree.c
4351 * src/gtk/gtkshruler.c
4352 * src/gtk/gtksourceprintjob.c
4353 * src/gtk/gtkutils.c
4354 * src/gtk/gtkvscrollbutton.c
4355 * src/gtk/logwindow.c
4357 * src/gtk/pluginwindow.c
4358 * src/gtk/prefswindow.c
4359 * src/gtk/quicksearch.c
4360 * src/gtk/spell_entry.c
4361 * src/plugins/pgpcore/select-keys.c
4362 * src/plugins/pgpinline/pgpinline.c
4363 * src/plugins/pgpmime/pgpmime.c
4364 * src/plugins/smime/smime.c
4365 * src/plugins/spamassassin/spamassassin_gtk.c
4366 Mass commit changing g_return_* to cm_return_*
4367 and making these more interesting
4369 2009-02-23 [colin] 3.7.0cvs72
4372 Always initialise error code to no error
4374 2009-02-23 [colin] 3.7.0cvs71
4377 Fix separator substitution
4379 2009-02-23 [colin] 3.7.0cvs70
4381 * src/stock_pixmap.c
4382 * src/gtk/colorlabel.c
4383 don't use g_return on normal checks
4385 2009-02-22 [colin] 3.7.0cvs69
4391 2009-02-22 [colin] 3.7.0cvs68
4393 * src/addrduplicates.c
4409 * src/prefs_common.c
4410 * src/prefs_filtering.c
4421 * src/common/socket.c
4422 * src/common/template.c
4423 * src/etpan/imap-thread.c
4424 * src/gtk/gtkaspell.c
4425 * src/gtk/gtkcmctree.c
4426 * src/gtk/gtksctree.c
4427 * src/gtk/inputdialog.c
4428 * src/plugins/pgpcore/sgpgme.c
4429 * src/plugins/pgpmime/pgpmime.c
4430 * src/plugins/smime/smime.c
4431 * src/plugins/spamassassin/spamassassin.c
4432 Fix errors caught by Coverity: NULL checks, leaks, overruns,
4433 uninitialised accesses
4435 2009-02-17 [colin] 3.7.0cvs67
4438 Disable controls during queuing
4440 2009-02-15 [colin] 3.7.0cvs66
4443 * src/plugins/pgpcore/select-keys.c
4444 * src/plugins/pgpcore/sgpgme.c
4445 Disable use of disabled keys
4447 2009-02-15 [colin] 3.7.0cvs65
4451 Fix font updating after changing
4452 prefs_common.derive_from_normal_font
4454 2009-02-12 [paul] 3.7.0cvs64
4460 * src/common/version.h.in
4464 more copyright header fixes
4466 2009-02-12 [paul] 3.7.0cvs63
4468 * src/gtk/progressdialog.c
4469 * src/gtk/progressdialog.h
4470 fix copyright header
4472 2009-02-12 [paul] 3.7.0cvs62
4474 * src/gtk/spell_entry.c
4475 * src/gtk/spell_entry.h
4476 better, more standard copyright header
4478 2009-02-12 [paul] 3.7.0cvs61
4480 * src/gtk/spell_entry.c
4481 * src/gtk/spell_entry.h
4482 changes to copyright header
4484 2009-02-12 [paul] 3.7.0cvs60
4486 * src/gtk/spell_entry.c
4487 * src/gtk/spell_entry.h
4490 2009-02-11 [colin] 3.7.0cvs59
4492 * src/gtk/spell_entry.c
4493 * src/gtk/spell_entry.h
4496 2009-02-11 [colin] 3.7.0cvs58
4499 * src/gtk/Makefile.am
4500 * src/gtk/gtkaspell.c
4501 * src/gtk/gtkaspell.h
4502 Add spellcheck to subject. Patch by
4505 2009-02-10 [holger] 3.7.0cvs57
4509 Move filename define for printing page setup cache to defs.h
4511 2009-02-08 [mones] 3.7.0cvs56
4514 Fix build for bison 2.4.1
4516 2009-02-06 [holger] 3.7.0cvs55
4518 * src/prefs_common.c
4519 * src/prefs_common.h
4521 Fix restoring of custom page setups for printing by
4522 temporarily caching the settings.
4523 This is a workaround for Gnome Bug #39018, and fixes
4524 Claws Mail Bug #1840.
4526 2009-02-06 [colin] 3.7.0cvs54
4529 Fix hardcoded Shift-Q quits. Fixes
4530 bug 1838, 'Claws-Mail sometimes quits
4531 when attempting to type a capital Q'
4533 2009-01-31 [paul] 3.7.0cvs53
4536 revert 3.7.0cvs49, until there is time to find out
4537 why it causes a nasty crash!
4539 2009-01-31 [paul] 3.7.0cvs52
4542 1 string that was forgotten for translation
4544 2009-01-31 [paul] 3.7.0cvs51
4547 2 strings that were forgotten for translation
4549 2009-01-31 [paul] 3.7.0cvs50
4551 * src/gtk/prefswindow.c
4552 build prefs tree in a slightly smarter way -
4553 fix bug where if path[0] had same name as
4554 path[1], (like in the de translation), path[1]
4555 was lost and not shown in the window
4557 2009-01-31 [paul] 3.7.0cvs49
4560 fix bug 1836, 'Quoted text still blue after
4561 removal of quote-character'
4562 comment out some debug_print's that needlessly
4565 comment out a debug_print that needlessly slows
4568 2009-01-31 [paul] 3.7.0cvs48
4571 fix bug 1834, '"semi"-selection when collapsing thread'
4573 2009-01-31 [paul] 3.7.0cvs47