1 2011-10-20 [mones] 3.7.10cvs38
5 Fix references to old dotsrc mailing lists
7 2011-10-19 [mones] 3.7.10cvs37
9 * src/prefs_msg_colors.c
10 Fix Ok/Cancel buttons in color selector of preferences
12 2011-10-17 [colin] 3.7.10cvs36
14 * src/gtk/gtkshruler.c
15 (Probably) fix GTK+ <= 2.22
17 2011-10-17 [colin] 3.7.10cvs35
19 * src/gtk/gtkshruler.c
22 2011-10-17 [mones] 3.7.10cvs34
31 Fix potential out-of-buffer writes
33 2011-10-17 [mones] 3.7.10cvs33
36 Use just one g_print call per option; correct indentation
38 2011-10-17 [colin] 3.7.10cvs32
43 * src/gtk/gtkshruler.c
44 * src/gtk/gtkshruler.h
47 Reimplement ruler using the GTK widgets. Thanks
48 to Hanno for the initial patch.
50 2011-10-17 [colin] 3.7.10cvs31
56 Undeprecate GIO/GdkCondition
58 2011-10-16 [mones] 3.7.10cvs30
61 Add --compose-from-file option to open composition
62 window with the headers and body from a file; based
63 on Debian patch to fix http://bugs.debian.org/544868
65 2011-10-15 [mones] 3.7.10cvs29
68 Document new summary_from_show hidden preference
70 2011-10-15 [paul] 3.7.10cvs28
73 compose_create_tags() - fix misplaced 'int i'
74 compose_entry_mark_default_to() - fix To field highlighting
76 2011-10-09 [colin] 3.7.10cvs27
79 Fix address completion
81 2011-10-07 [colin] 3.7.10cvs26
83 * src/prefs_filtering_action.c
85 Fix build with GTK+2.20
87 2011-10-07 [colin] 3.7.10cvs25
90 * src/gtk/gdkkeysyms-new.h
92 Copy the new GDK_KEY_* definitions for older GTKs
94 2011-10-07 [colin] 3.7.10cvs24
97 Fix typos (thanks to Hanno)
99 2011-10-07 [colin] 3.7.10cvs23
102 * src/gtk/gtkshruler.c
103 * src/gtk/gtkshruler.h
104 Disable ruler starting from 2.24.
106 2011-10-07 [colin] 3.7.10cvs22
110 * src/gtk/Makefile.am
113 2011-10-07 [colin] 3.7.10cvs21
123 * src/message_search.c
126 * src/prefs_account.c
127 * src/prefs_compose_writing.c
128 * src/prefs_filtering_action.c
129 * src/prefs_folder_item.c
130 * src/prefs_logging.c
131 * src/prefs_matcher.c
132 * src/prefs_message.c
134 * src/prefs_receive.c
135 * src/prefs_summaries.c
136 * src/prefs_wrapping.c
141 * src/summary_search.c
143 * src/gtk/Makefile.am
144 * src/gtk/colorlabel.c
147 * src/gtk/logwindow.c
150 * src/gtk/quicksearch.c
151 * src/gtk/spell_entry.c
152 * src/plugins/bogofilter/bogofilter_gtk.c
153 * src/plugins/dillo_viewer/dillo_viewer.c
154 * src/plugins/pgpcore/prefs_gpg.c
155 * src/plugins/spamassassin/spamassassin_gtk.c
156 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
157 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
158 ported (especially GtkCMOptionMenu)
160 2011-10-07 [colin] 3.7.10cvs20
165 * src/addrcustomattr.c
166 * src/addrduplicates.c
169 * src/addressbook_foldersel.c
175 * src/editaddress_other_attributes_ldap.c
180 * src/editldap_basedn.c
188 * src/grouplistdialog.c
194 * src/message_search.c
197 * src/prefs_actions.c
198 * src/prefs_customheader.c
199 * src/prefs_display_header.c
200 * src/prefs_filtering.c
201 * src/prefs_filtering_action.c
202 * src/prefs_folder_column.c
203 * src/prefs_matcher.c
204 * src/prefs_msg_colors.c
206 * src/prefs_summaries.c
207 * src/prefs_summary_column.c
208 * src/prefs_summary_open.c
209 * src/prefs_template.c
210 * src/prefs_toolbar.c
214 * src/summary_search.c
221 * src/gtk/description_window.c
222 * src/gtk/foldersort.c
223 * src/gtk/gtkaspell.c
224 * src/gtk/gtkcmclist.c
225 * src/gtk/gtkcmctree.c
226 * src/gtk/gtkcmoptionmenu.c
228 * src/gtk/icon_legend.c
229 * src/gtk/inputdialog.c
230 * src/gtk/logwindow.c
231 * src/gtk/pluginwindow.c
232 * src/gtk/prefswindow.c
233 * src/gtk/quicksearch.c
234 * src/plugins/pgpcore/passphrase.c
235 * src/plugins/pgpcore/select-keys.c
236 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
237 to replace GDK_* by GDK_KEY_*.
239 2011-10-07 [colin] 3.7.10cvs19
250 * src/grouplistdialog.c
255 * src/prefs_filtering_action.c
256 * src/prefs_folder_column.c
257 * src/prefs_msg_colors.c
258 * src/prefs_summary_column.c
259 * src/prefs_toolbar.c
268 * src/gtk/colorlabel.c
270 * src/gtk/gtkcmclist.c
271 * src/gtk/gtkcmctree.c
272 * src/gtk/gtkcmoptionmenu.c
273 * src/gtk/gtksctree.c
275 * src/gtk/gtkvscrollbutton.c
276 * src/gtk/inputdialog.c
277 * src/gtk/logwindow.c
279 * src/gtk/prefswindow.c
280 * src/gtk/progressdialog.c
281 * src/plugins/pgpcore/passphrase.c
282 * src/plugins/trayicon/trayicon.c
283 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
284 Patch by Hanno Thurow-Meyer, many thanks to him !
286 2011-09-20 [colin] 3.7.10cvs18
289 Fix bug #2502, 'gnutls_transport_set_lowat removed in
292 2011-09-18 [colin] 3.7.10cvs17
295 Fix segfault when connection fails
297 2011-09-03 [colin] 3.7.10cvs16
300 Use NORMAL instead of EXPORT priorities.
302 2011-09-02 [colin] 3.7.10cvs15
306 Linking against gcrypt explicitely in order to call
307 gcry_control() for mutex setup isn't necessary anymore
308 starting from gnuTLS 2.11.
310 2011-08-31 [colin] 3.7.10cvs14
312 * src/plugins/pgpinline/pgpinline.c
313 * src/plugins/pgpmime/pgpmime.c
314 Fix bug #2431, "Major memory leak in PGP message handling".
316 2011-08-31 [colin] 3.7.10cvs13
323 Apply Steve Rader's patch from bug #2388, "Add
324 message view scrolling menu items"
326 2011-08-30 [colin] 3.7.10cvs12
328 * src/gtk/prefswindow.c
329 Fix layout issues (i.e. on SSL page if changing account
330 type prior to visiting it).
332 2011-08-30 [colin] 3.7.10cvs11
336 Don't use deprecated functions for GnuTLS priorities.
337 Require GnuTLS 2.2 that is the first version with the
340 2011-08-30 [colin] 3.7.10cvs10
342 * src/common/socket.c
344 Long-term fix for bug #2402, "GnuTLS change breaks socket
345 communication", as per http://savannah.gnu.org/support/?107660
347 2011-08-30 [colin] 3.7.10cvs9
349 * src/etpan/imap-thread.c
350 * src/etpan/nntp-thread.c
351 Remove dead openSSL code
353 2011-08-30 [colin] 3.7.10cvs8
357 * src/common/ssl_certificate.c
358 * src/common/ssl_certificate.h
359 * src/etpan/imap-thread.c
360 * src/etpan/nntp-thread.c
361 Fix bug #2127, "SSL cert check uses canonical name instead of
364 2011-08-29 [colin] 3.7.10cvs7
366 * src/prefs_account.c
367 Fix X-Mailer option not appearing on IMAP
369 2011-08-29 [colin] 3.7.10cvs6
371 * src/plugins/pgpcore/Makefile.am
372 * src/plugins/pgpinline/Makefile.am
373 * src/plugins/pgpmime/Makefile.am
374 * src/plugins/smime/Makefile.am
376 libtool: link: require no space between `-L' and `.'
378 2011-08-29 [colin] 3.7.10cvs5
382 * src/prefs_account.c
383 * src/prefs_account.h
384 Revert cvs4 which is rather illogical and instead
385 use Fabian's patch from bug #2471
387 2011-08-29 [colin] 3.7.10cvs4
390 Don't insert custom headers that have empty values.
391 Allows not inserting X-Mailer if it's set to nothing.
392 Fixes bug #2471, "Make setting an X-Mailer header optional".
394 2011-08-29 [colin] 3.7.10cvs3
400 Handle EXIF orientation in images (both in textview's
401 preview and image viewer)
403 2011-08-28 [paul] 3.7.10cvs2
408 add new hidden option to control the display in the From
409 column in the Message List: 0 (default): show name,
410 1: show address, 2: show name + address
412 2011-08-27 [paul] 3.7.10cvs1
415 * src/common/ssl_certificate.c
416 * src/etpan/imap-thread.c
417 * src/etpan/nntp-thread.c
418 offer up some missing log_error() strings to translators
420 2011-08-27 [paul] 3.7.10
426 2011-08-27 [paul] 3.7.9cvs52
434 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
435 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
437 2011-08-27 [mones] 3.7.9cvs51
440 Include generic name and comment translations
441 Thanks to all the people on the translators ML!
443 2011-08-23 [paul] 3.7.9cvs50
446 probable/possible fix/workaround for bug 2402,
447 'can't download message from pop3 server'
449 2011-08-18 [paul] 3.7.9cvs49
451 * manual/handling.xml
452 fix typos. thanks to vilpan
454 2011-08-17 [paul] 3.7.9cvs48
456 * tools/claws.i18n.status.pl
457 add Mindaugas Baranauskas (Lithuanian)
459 2011-08-14 [mir] 3.7.9cvs47
462 * src/etpan/nntp-thread.c
463 Fix bug 2418. Patch provided by Sébastien Bigaret with
464 some minor contribution by me.
466 2011-08-13 [mir] 3.7.9cvs46
468 * src/etpan/nntp-thread.c
469 Fix bug when NNTP server sends authentication warning
470 as part of the connection session. Privously etpan would
471 bail out for any return code other than NEWSNNTP_NO_ERROR
472 but as early as the connection session a return code like
473 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
474 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
475 be considered as an error.
477 2011-08-12 [paul] 3.7.9cvs45
480 3.7.9cvs43 mistakenly dropped off the info
481 about the mime part from the tooltip
483 2011-08-12 [wwp] 3.7.9cvs44
485 * src/gtk/quicksearch.c
486 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
488 2011-08-09 [paul] 3.7.9cvs43
491 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
493 2011-08-06 [paul] 3.7.9cvs42
496 fix cursor placement in Forward template
498 2011-08-06 [paul] 3.7.9cvs41
500 * src/gtk/description_window.c
501 fix bug 1963, 'Preferences Templates Information Window Focus loss'
503 2011-08-05 [holger] 3.7.9cvs40
506 Revert 3.7.9cvs35 for now, it may be problematic
509 2011-08-05 [paul] 3.7.9cvs39
513 use 'Collapse quotes' rather than 'Fold quotes' on
514 labels, for consistency
516 use 'Receive mail from account' rather than 'on account'
518 2011-07-30 [mir] 3.7.9cvs38
520 * src/etpan/Makefile.am
521 * src/plugins/pgpcore/Makefile.am
522 * src/plugins/pgpmime/Makefile.am
523 * src/plugins/smime/Makefile.am
524 Fix broken build on Debian Sid. enchant.h cannot be
525 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
526 present in Makefile.am. Apparently enchant.h in older
527 versions were placed in /usr/include which is always
530 2011-07-21 [mones] 3.7.9cvs37
532 * src/common/plugin.c
533 * src/common/plugin.h
534 Make licences allowed for plugins more explicit and also
535 accept dual (or more) licences when properly formatted.
536 Doesn't require any change on current plugins.
538 2011-07-18 [mones] 3.7.9cvs36
540 * manual/advanced.xml
541 Document briefly tags feature.
542 * manual/glossary.xml
543 Fix definition to avoid confussion with tags.
544 * manual/es/advanced.xml
545 * manual/es/glossary.xml
546 Synchronize Spanish translation with the above.
548 2011-07-07 [holger] 3.7.9cvs35
551 Add indicator stuff to the desktop file
554 2011-07-06 [paul] 3.7.9cvs34
559 2011-07-06 [mones] 3.7.9cvs33
562 Do not create an empty tag name row in panel and
563 warn user about using a non-reserved tag instead
565 2011-07-05 [mones] 3.7.9cvs32
570 * src/etpan/imap-thread.c
571 Make constants for reserved tags and use them
572 Removed also duplicate comparison while at it
574 2011-07-05 [paul] 3.7.9cvs31
577 when using a Compose template, only place the cursor
578 in the body when the cursor symbol, %cursor (%X), is used
580 2011-07-03 [paul] 3.7.9cvs30
583 do main_window_popup(mainwin); on plugin load error, or
584 else the warning dialogue and mainwindow stays minimised
587 2011-07-03 [paul] 3.7.9cvs29
590 fix bug 2462, 'Building without GnuTLS support leads to a
593 2011-07-03 [paul] 3.7.9cvs28
598 fix bug #2461, 'popup menu in message list displays
599 'move to trash' and 'delete''.
600 Add a new sensitivity condition 'M_NOT_TRASH' and
601 remove the broken workaround for right-click in summaryview.c.
602 Fix broken main menu sensitivity for "Menu/Message/Move" in
605 2011-06-21 [paul] 3.7.9cvs27
608 revert 3.7.9cvs2, it does no good
610 2011-06-18 [mir] 3.7.9cvs26
613 Fix autoconf warnings introduced in autoconf >= 2.64
615 2011-06-05 [paul] 3.7.9cvs25
625 fix strings where an informational message has been
626 wrongly entered into the translated string
628 enable 'Trash' and 'Sender' to be translated based on
629 the context, e.g. as button text and as mail header
631 fix english in Info tab
633 2011-05-25 [colin] 3.7.9cvs24
636 Fix bug #2439, "use bitwise operator for bitmask instead of
637 logical operator". Thanks to Nicolas Kaiser for the patch.
639 2011-05-18 [colin] 3.7.9cvs23
642 Fix missing group selection before xover if the
643 connection was reset before.
645 2011-05-12 [colin] 3.7.9cvs22
648 Fix bug #2412, "Send account mail address in Message-ID
649 wrongly implemented". Patch by Fabian Keil.
651 2011-05-12 [mones] 3.7.9cvs21
653 * src/etpan/nntp-thread.c
654 Fix bug #2418 "NNTP authentication is broken"
656 2011-05-09 [pawel] 3.7.9cvs20
659 * src/prefs_folder_item.c
662 2011-05-05 [colin] 3.7.9cvs19
668 Fix bug #2184, "Add account name information inside network log".
669 Initial patch by MSulchan Darmawan, expanded to other protocols.
670 This stuff is too much copy-pasted.
673 2011-04-30 [colin] 3.7.9cvs18
676 Fix bug #2414, 'Claws segfaults on startup with
677 notification plugin enabled". Thanks Christian
678 Faulhammer for the patch.
680 2011-04-27 [colin] 3.7.9cvs17
683 Make Windows' encoding CP1251 for ru_RU locale
684 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
686 2011-04-24 [paul] 3.7.9cvs16
688 * manual/claws-mail-manual.xml
689 * manual/de/claws-mail-manual.xml
690 * manual/es/claws-mail-manual.xml
691 * manual/fr/claws-mail-manual.xml
692 * manual/it/claws-mail-manual.xml
693 update copyright year
695 2011-04-24 [paul] 3.7.9cvs15
698 fix bug #2353, 'Right-clicking on spam in order to delete
699 it causes it to show in message window'
701 2011-04-24 [paul] 3.7.9cvs14
704 * src/gtk/foldersort.c
705 * src/gtk/foldersort.h
706 fix labelling, 'change folder order' to 'change mailbox order'
708 2011-04-23 [paul] 3.7.9cvs13
711 fix bug #2409, 'Failed to compile under GCC 3.x : option
712 -Wno-pointer-sign badly set in configure.ac'. mistakenly
713 committed in 3.7.8cvs19
715 2011-04-11 [paul] 3.7.9cvs12
717 * src/plugins/trayicon/trayicon.c
718 fix build bug: gtk_status_icon_set_title() is available
719 since gtk 2.18.x not 2.14.x
721 2011-04-11 [paul] 3.7.9cvs11
724 updated by Páder Rezső
726 2011-04-10 [colin] 3.7.9cvs10
732 * src/editaddress_other_attributes_ldap.c
734 * src/message_search.c
735 * src/prefs_display_header.c
736 * src/prefs_filtering_action.c
737 * src/prefs_matcher.c
739 * src/prefs_toolbar.c
740 * src/summary_search.c
741 * src/gtk/colorlabel.c
743 * src/gtk/gtkcmoptionmenu.c
744 * src/gtk/gtkshruler.c
745 * src/gtk/gtkshruler.h
747 * src/gtk/inputdialog.c
748 * src/gtk/quicksearch.c
749 Revert the whole pile of crap introduced in
752 2011-04-10 [colin] 3.7.9cvs9
756 * src/editaddress_other_attributes_ldap.c
758 * src/message_search.c
759 * src/prefs_display_header.c
760 * src/prefs_matcher.c
761 * src/prefs_toolbar.c
762 * src/summary_search.c
765 * src/gtk/inputdialog.c
766 * src/gtk/quicksearch.c
767 Finish fun with combo boxes. (hopefully)
769 2011-04-10 [colin] 3.7.9cvs8
772 * src/prefs_filtering_action.c
774 * src/gtk/gtkshruler.c
775 * src/gtk/gtkshruler.h
776 More undeprecation. GTKSHRuler is #if'ed out. We can
777 still decide to maintain the old GtkRuler widget in-tree
778 if the lack of ruler in Compose window is too
781 2011-04-10 [colin] 3.7.9cvs7
786 * src/editaddress_other_attributes_ldap.c
787 * src/message_search.c
788 * src/prefs_display_header.c
789 * src/prefs_filtering_action.c
791 * src/prefs_toolbar.c
792 * src/summary_search.c
793 * src/gtk/colorlabel.c
795 * src/gtk/gtkcmoptionmenu.c
797 More comboboxtext undeprecation
799 2011-04-10 [colin] 3.7.9cvs6
804 2011-04-10 [colin] 3.7.9cvs5
809 2011-04-10 [colin] 3.7.9cvs4
812 * src/editaddress_other_attributes_ldap.c
813 * src/message_search.c
814 * src/prefs_display_header.c
815 * src/prefs_filtering_action.c
817 * src/prefs_toolbar.c
818 * src/summary_search.c
821 gtk_combo_box_*_text() is deprecated, and
822 gtk_combo_box_text_*() is the new hotness.
824 2011-04-10 [colin] 3.7.9cvs3
832 * src/gtk/gtkvscrollbutton.c
833 * src/gtk/gtkvscrollbutton.h
834 s/GtkFunction/GSourceFunc
836 2011-04-10 [colin] 3.7.9cvs2
839 Use gtkut_window_popup() to work around a bug in Gnome Shell.
840 This is the patch from bug #2396, it should be innocuous even
841 if that's useless to do deiconify + present window...
843 2011-04-09 [paul] 3.7.9cvs1
845 * src/prefs_summaries.c
846 fix typo in string. (thanks, Brad!)
848 2011-04-09 [paul] 3.7.9
854 2011-04-09 [paul] 3.7.8cvs78
864 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
865 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
868 2011-04-09 [colin] 3.7.8cvs77
871 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
872 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
873 encoding filename. Hooray for stupid.
875 2011-04-08 [colin] 3.7.8cvs76
878 Fix action Stop: if child does not react to SIGTERM, it'll
879 probably start behaving when it'll get a SIGKILL on the user's
880 second press on Stop.
881 Fixes bug #2237, "User action makes Claws unresponsive".
883 2011-04-08 [colin] 3.7.8cvs75
888 * src/folder_item_prefs.c
889 * src/folder_item_prefs.h
890 * src/prefs_account.c
891 Fix bug #2382, "folderitemrc not updated when account
892 name is changed". Indeed, this wasn't done.
894 2011-04-08 [wwp] 3.7.8cvs74
897 Add support for quoted values (*="value").
898 This commonly fixes a trailing quote appearing to filenames
899 sent by iphone Mail (not sure if it's culprit at all, though).
901 2011-04-08 [colin] 3.7.8cvs73
904 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
905 caused by attachments with extended chars in the file name". Patch
906 derived from a patch bt Fabien Keil
908 2011-04-05 [wwp] 3.7.8cvs72
911 A debug string not to translate.
913 2011-04-03 [colin] 3.7.8cvs71
916 Fix bug #2394, "backtrace() crashes on FreeBSD"
917 That's not the first bug-report where internal
918 debug-only backtrace() crashes on FreeBSD.
920 2011-04-03 [colin] 3.7.8cvs70
923 Fix bug #2365 again, "Crash when auto-scrolling headers in
925 Batch-mode compose windows (from filtering actions) shouldn't
926 try to access stuff after flushing events...
928 2011-03-31 [paul] 3.7.8cvs69
931 update as gtk >= 2.10 now required
932 (because I'll never remember to do this later)
934 2011-03-26 [paul] 3.7.8cvs68
937 fix separators in Go To menu
939 2011-03-20 [colin] 3.7.8cvs67
942 Drop the *_DISABLE_DEPRECATED. We'll put them back
943 when we'll have time to handle them
945 2011-03-18 [paul] 3.7.8cvs66
948 make user-facing message more accurate -
949 'Network Log' not 'View Log'
951 2011-03-17 [wwp] 3.7.8cvs65
954 Fix a typo around plural form, as reported by
957 2011-03-15 [colin] 3.7.8cvs64
962 Fix bug #2381, "Support for NetworkManager 0.9".
963 Patch by Mikhail Efremov
965 2011-03-04 [colin] 3.7.8cvs63
969 Fix segfault on Windows
972 * src/common/w32_unistd.c
973 * src/common/w32lib.h
974 Rationalize use of time_r() funcs (pthread do define them)
976 2011-03-02 [pawel] 3.7.8cvs62
979 Re-implement widgets aligning, switch from GtkSizeGroup
980 to GtkTable - this should fix disappearing labels
982 2011-03-01 [pawel] 3.7.8cvs61
985 Wizard GUI cleanups. Make it look and behave more
986 like account preferences.
988 2011-02-23 [colin] 3.7.8cvs60
990 * src/common/Makefile.am
993 2011-02-23 [colin] 3.7.8cvs59
997 * src/common/Makefile.am
998 * src/common/plugin.c
999 * src/common/valgrind.h
1000 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1001 Use valgrind's own header.
1003 2011-02-22 [colin] 3.7.8cvs58
1005 * src/prefs_account.c
1006 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1007 signed message" upon new installation. This is disturbing when PGP
1008 plugins are loaded by default.
1010 2011-02-16 [paul] 3.7.8cvs57
1013 update copyright headers throughout
1015 2011-02-16 [paul] 3.7.8cvs56
1018 use gettext plural form for "item selected"/"items selected"
1020 2011-02-13 [colin] 3.7.8cvs55
1024 Fix bug #2361, "Claws crashes after PGP Check in separate
1025 msg view". Don't let the cancel thread lie around after
1026 the verification ended.
1028 2011-02-13 [paul] 3.7.8cvs54
1031 updated by Mindaugas Baranauskas
1033 2011-02-11 [mones] 3.7.8cvs53
1035 * manual/es/advanced.xml
1036 Sync with English manual
1038 Fix remaining mismatched alloc/free from cppcheck
1040 2011-02-10 [pawel] 3.7.8cvs52
1045 2011-02-10 [pawel] 3.7.8cvs51
1047 * src/prefs_toolbar.c
1048 - set menus sensitivity in item type combo depending on
1049 availability of actions / plugin hooks
1050 - style fixes, spaces instead of tabs mostly
1052 2011-02-10 [paul] 3.7.8cvs50
1054 * src/prefs_account.c
1055 move the 'send acc mail addr in msg-id" option to
1058 2011-02-10 [paul] 3.7.8cvs49
1060 * src/prefs_account.c
1061 move the 'expunge immediately' option to a more
1064 2011-02-05 [pawel] 3.7.8cvs48
1066 * manual/advanced.xml
1067 Document new hidden pref
1069 Dont treat mimeparts referenced by others as
1072 * src/prefs_common.c
1073 * src/prefs_common.h
1074 Add ability to hide inline attachments referenced
1075 by other mimeparts in MimeView. To enable this
1076 feature set show_inline_attachments=0 in your clawsrc
1078 2011-01-25 [colin] 3.7.8cvs47
1081 Fix matcher body parsing: decode mails with our
1082 MIME parser. This speeds up body search a bit as
1083 binary attachments are not searched anymore, slows
1084 down a bit full message searches, but not awfully.
1085 * src/summary_search.c
1086 Use matcher API to search, in all cases (advanced search or
1087 not). Also, fix little logic bugs related to combos history
1088 * src/common/utils.c
1089 * src/common/utils.h
1092 Remove dead code, export functions needed by matcher.c
1094 2011-01-25 [colin] 3.7.8cvs46
1097 * src/prefs_common.c
1099 * src/common/ssl_certificate.c
1100 Fix mismatched alloc/free (thanks to cppcheck)
1102 2011-01-25 [colin] 3.7.8cvs45
1105 Fix leak on error path
1107 2011-01-23 [mones] 3.7.8cvs44
1109 * manual/es/advanced.xml
1110 Sync with English manual
1112 2011-01-23 [paul] 3.7.8cvs43
1115 it's 2011, update copyright line
1117 2011-01-23 [paul] 3.7.8cvs42
1119 * manual/advanced.xml
1120 * src/prefs_common.c
1121 * src/prefs_common.h
1123 fix bug #2350, 'Make displaying localized date/time in
1124 message view optional'.
1125 This introduces a new hidden option (why do more?),
1126 'msgview_date_format', which defaults to OFF, maintaining
1127 the current and expected behaviour.
1129 2011-01-21 [colin] 3.7.8cvs41
1132 Fix bug #2050, Clawsmail sends return receipt every seconds
1133 We forgot to close the file when parsing
1134 disposition-notification fields, which made unlinking of the
1135 corresponding emails in tempfolder/processing impossible in
1136 Windows. Causing them to be re-fetched every time.
1138 2011-01-21 [colin] 3.7.8cvs40
1140 * claws-mail.desktop
1141 Fix again bug #2346: We should have a %u parameter.
1143 2011-01-21 [colin] 3.7.8cvs39
1145 * src/plugins/spamassassin/spamassassin.c
1146 Fix sa-learn when offline (its command line parsing is
1147 space-dependant). Patch by Wolfgang Lorenz
1149 2011-01-19 [pawel] 3.7.8cvs38
1151 * claws-mail.desktop
1152 Fix Bug 2346 'Please register x-handler-scheme
1153 in .desktop file' patch by Laurent Bigonville
1154 While I'm here update things to current
1155 standards, fix desktop-file-validate warnings/errors
1157 2011-01-18 [colin] 3.7.8cvs37
1160 Fix logic on SMTP AUTH: If the selected method isn't
1161 available, say so instead of supposing it'll work.
1162 Fixes bug #2039, 'SMTP AUTHENTICATION'
1164 2011-01-15 [pawel] 3.7.8cvs36
1166 * src/prefs_folder_item.c
1167 Rework subject regexp simplify gui a bit, this give us better
1168 options page layout (window with min width was too short to
1169 show all contents and thigs were unwieldy) and better preview
1170 of regexp working/not working
1172 2011-01-14 [pawel] 3.7.8cvs35
1175 strncpy2() NULLify strings just fine, no need to be
1178 2011-01-14 [pawel] 3.7.8cvs34
1181 Fix Bug #2165 'The date not localized in the message view'
1182 Display Date header in messageview in the same way as in
1183 summaryview by respecting date format set in preferences.
1185 2011-01-06 [pawel] 3.7.8cvs33
1187 * src/prefs_account.c
1188 * src/prefs_folder_item.c
1191 Make quote templates widgets more compact
1193 2011-01-06 [pawel] 3.7.8cvs32
1195 * src/plugins/trayicon/trayicon.c
1196 - fix logic bug which caused icon to be
1197 always set no-mail status on plugin load
1198 - force icon hide on plugin_done(), without
1199 it empty space(?!) is left in tray under KDE3 and KDE4
1201 2011-01-06 [colin] 3.7.8cvs31
1212 Unmime headers differently whether they're addresses or not:
1213 It's useless to quote things containing commas if it's in
1214 subject, for example. (introduced in 3.7.8cvs26)
1216 2011-01-06 [colin] 3.7.8cvs30
1218 * src/gtk/gtkaspell.c
1219 Complete previous patch
1221 * src/plugins/pgpinline/pgpinline.c
1224 2011-01-06 [paul] 3.7.8cvs29
1230 add Lithuanian translation (approx. 65% complete)
1231 submitted by Mindaugas Baranauskas
1233 2011-01-06 [pawel] 3.7.8cvs28
1238 * src/prefs_actions.c
1240 * src/gtk/gtkaspell.c
1241 * src/plugins/pgpinline/pgpinline.c
1242 * src/plugins/pgpmime/pgpmime.c
1243 * src/plugins/smime/smime.c
1244 Fix memory/file descriptors leaks
1246 2011-01-06 [paul] 3.7.8cvs27
1248 * src/plugins/pgpcore/sgpgme.c
1249 fix bug #2322, 'GPG Full info: showing subkey
1250 ID instead of primary key fingerprint'
1251 Patch by Sébastien Bigaret.
1253 2011-01-03 [colin] 3.7.8cvs26
1256 Better quote-checking when unmim-ing headers
1257 that may have comas.
1259 2011-01-03 [colin] 3.7.8cvs25
1262 Fix bug #2299, "Incorrect handling of quoted printable coma
1263 in headers". As this is really painful to fix by switching
1264 the whole stuff to a list of headers tokens, we workaround
1265 the problem by adding quotes around the encoded-word (making
1266 it a quoted-string which continuity is already handled).
1268 2011-01-03 [colin] 3.7.8cvs24
1273 2010-12-23 [colin] 3.7.8cvs23
1276 Finish fixing bug #2203: When forwarding (inline) and there
1277 are some text/* parts with no name, set them a name and
1278 set their disposition to attachment, so that recipients with
1279 MUAs preferring HTML parts don't show them by default.
1281 2010-12-22 [paul] 3.7.8cvs22
1284 fix missing file in 3.7.8cvs20
1286 2010-12-22 [colin] 3.7.8cvs21
1290 Implement a nicer scroll when drag and dropping
1292 2010-12-22 [colin] 3.7.8cvs20
1295 Store charset if available when attaching text/* parts
1296 Fixes bug #2203, 'Problems in forwarding multipart/
1297 alternative messages with HTML part'
1299 2010-12-22 [colin] 3.7.8cvs19
1304 2010-12-21 [colin] 3.7.8cvs18
1307 * src/send_message.c
1308 * src/common/session.c
1309 * src/common/session.h
1310 Differentiate between running sessions and connected
1311 sessions. Fixes bug #2332, "Crash when hitting cancel
1312 on the SMTP status window"
1314 2010-12-21 [colin] 3.7.8cvs17
1316 * src/etpan/etpan-thread-manager.c
1319 2010-12-21 [colin] 3.7.8cvs16
1322 Check whether we should continue loading the
1323 current textview after inserting a possibly
1326 2010-12-20 [colin] 3.7.8cvs15
1330 Removed. Dead code since ages!
1332 * src/gtk/gtkcmclist.c
1333 * src/gtk/gtkcmctree.c
1334 * src/gtk/gtksctree.c
1335 undefine *_DISABLE_DEPRECATED in the files that
1336 use deprecated interfaces. Implicit declarations
1337 can lead to crashes as prototypes are unknown, as
1338 evidenced by bug #2315.
1340 2010-12-20 [colin] 3.7.8cvs14
1343 Don't flush events when adding an header entry. This
1344 can mess up the keypresses in the previous header.
1345 Instead, make the scroll happen later (doing it on the
1346 spot without flushing events doesn't work as the new
1347 requisitions aren't set yet).
1349 2010-12-20 [colin] 3.7.8cvs13
1352 Don't iconify at start on w32. This un-iconifies in the
1355 2010-12-20 [colin] 3.7.8cvs12
1357 * src/common/base64.c
1358 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1359 Patch by pochini at shiny.it
1361 2010-12-19 [colin] 3.7.8cvs11
1366 2010-12-18 [colin] 3.7.8cvs10
1369 Fix bug #2148, "Attachment content-transfer-encoding
1370 incorrectly set when signing emails". The RFC 2045
1371 states that message/* and multipart/* encoding must
1372 be either 7-bit, 8-bit or binary.
1374 2010-12-18 [mones] 3.7.8cvs9
1377 Fix crash when searching or adding a LDAP server
1379 2010-12-17 [colin] 3.7.8cvs8
1388 Better error logging. Disable LDAP SSL/TLS on
1389 Windows, it's crashy/non-worky.
1391 2010-12-17 [colin] 3.7.8cvs7
1394 Fix bug #2325, "messages remains in folder cache after moving
1395 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1397 2010-12-17 [colin] 3.7.8cvs6
1409 Windows build fixes (w32 LDAP completely untested!)
1411 2010-12-16 [colin] 3.7.8cvs5
1421 Try to rationalize a bit LDAP connections
1423 2010-12-16 [colin] 3.7.8cvs4
1425 * src/prefs_spelling.c
1427 Add a button to get dictionaries (win32)
1429 2010-12-16 [colin] 3.7.8cvs3
1431 * src/prefs_matcher.c
1432 Fix bug #2279, "crash when clicking 'define' in filter
1433 configuring". Thanks to Theodor Ciobanu for the hint at
1436 2010-12-14 [colin] 3.7.8cvs2
1438 * src/gtk/gtkaspell.c
1439 Add missing guard for sys/wait.h
1441 2010-12-05 [colin] 3.7.8cvs1
1443 * tools/make.themes.project
1444 Seems wget has changed naming of targets downloaded.
1445 Fix it by always providing our own name.
1446 [Pushing mones' patch again after messing with CVSROOT]
1448 2010-12-04 [paul] 3.7.8
1454 2010-12-03 [paul] 3.7.7cvs11
1457 * manual/xml2pdf ** REMOVED **
1458 * manual/dist/pdf/Makefile.am
1459 * manual/es/dist/pdf/Makefile.am
1460 * manual/fr/dist/pdf/Makefile.am
1461 * manual/pl/dist/pdf/Makefile.am
1462 simplify check for tools needed for manual building,
1463 remove xml2pdf and use docbook2pdf instead
1465 2010-12-03 [mir] 3.7.7cvs10
1468 Fix bug so that configure option --disable-manual
1469 actually disable building the manuals
1471 2010-12-01 [pawel] 3.7.7cvs9
1474 One more GTK+ 2.22 build fix
1476 2010-11-30 [colin] 3.7.7cvs8
1479 Fix bug #2317, 'Action results in "Bad file descriptor"'
1480 Introduced in 3.7.6cvs57. In fact the error has been there
1481 since ages, and only new thing is the verification of the
1482 various functions return code. Let the stuff work as it
1483 does, as it seems to do the right thing since ages.
1485 2010-11-28 [colin] 3.7.7cvs7
1487 * src/gtk/quicksearch.c
1488 Fix bug #2313, 'CLI quicksearch sometimes returns
1489 the same messages twice'. Patch by Sebastien Bigaret
1491 2010-11-25 [paul] 3.7.7cvs6
1493 * src/prefs_common.c
1494 make "gtk_can_change_accels" FALSE by default.
1495 fixes bug #2309, 'Shortcuts should not be modifiable
1498 2010-11-24 [mones] 3.7.7cvs5
1501 Add missing shortcuts for marking as spam and ham
1502 Fixes Debian bug #599547
1504 2010-11-22 [colin] 3.7.7cvs4
1507 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1508 five patches were needed to fix a corner case
1509 is a good indicator that is was bound to break
1512 2010-11-21 [colin] 3.7.7cvs3
1514 * src/plugins/pgpcore/claws.def
1517 2010-11-20 [wwp] 3.7.7cvs2
1520 Fix either a typo or an irrelevant iff word there.
1521 IMO type and recursive possible values should be changed to
1522 smth simple and neat here, and help strings be really
1525 2010-11-20 [colin] 3.7.7cvs1
1528 Damn, forgot to commit this file twice.
1530 2010-11-19 [paul] 3.7.7
1536 2010-11-19 [paul] 3.7.6cvs66
1549 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1550 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1551 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1553 2010-11-17 [colin] 3.7.6cvs65
1555 * src/common/utils.c
1556 Separate email address from timestamp with a dot.
1559 2010-11-17 [colin] 3.7.6cvs64
1561 * src/common/utils.c
1562 Fix multiple @ in generated message-ids.
1563 That's not allowed in RFC 2822.
1565 2010-11-16 [mones] 3.7.6cvs63
1567 * manual/es/advanced.xml
1568 Synchronise with English version
1570 2010-11-04 [wwp] 3.7.6cvs62
1573 Fix bug 2293, "filtering: simplify expression", as simplifying
1574 this expression doesn't make it less easy to understand and we
1575 gain few cycles by making the logical expression more simple
1576 by applying. Patch by Nicolas Kaiser.
1578 2010-11-03 [colin] 3.7.6cvs61
1581 Fix bug 2294, "addrindex.c: address index conversion always
1582 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1584 2010-11-02 [wwp] 3.7.6cvs60
1589 Enlarge the progress bar (main window) a bit when compiling
1590 for UMPCs like maemo: this solves truncated text that might
1591 appear in the progress bar while processing messages.
1592 Also use a more compact string format when displaying
1593 progress like 'number/total', still for UMPCs, this fixes
1594 a previous inconsistency with these format strings where
1595 no space around the / were used sometimes.
1597 2010-10-26 [ticho] 3.7.6cvs59
1600 Recreate NNTP session if server port setting has changed. Fixes
1603 2010-10-26 [colin] 3.7.6cvs58
1607 Fix copy-paste error, thanks to David Relson
1610 2010-10-18 [colin] 3.7.6cvs57
1617 * src/prefs_themes.c
1620 * src/gtk/gtkutils.c
1621 * src/gtk/quicksearch.c
1622 * src/gtk/quicksearch.h
1623 * src/plugins/pgpcore/passphrase.c
1624 * src/plugins/spamassassin/libspamc.c
1627 2010-10-17 [colin] 3.7.6cvs56
1629 * src/prefs_themes.c
1630 * src/gtk/gtkaspell.c
1631 * src/gtk/gtkutils.c
1632 * src/gtk/gtkutils.h
1633 * src/gtk/inputdialog.c
1634 * src/gtk/progressdialog.c
1635 Undeprecate a few things
1637 2010-10-17 [colin] 3.7.6cvs55
1641 * src/gtk/quicksearch.c
1642 * src/gtk/quicksearch.h
1643 Add ability to search from the command-line.
1644 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1645 Patch by Sebastien Bigarret.
1647 2010-10-04 [mones] 3.7.6cvs54
1649 * manual/dist/pdf/Makefile.am
1650 Fix build of English PDF manual
1651 (sh: Can't open ../../../xml2pdf)
1653 2010-10-03 [colin] 3.7.6cvs53
1660 Get rid of GRelation which were, mostly, used as
1661 GHashTables. Probably fixes bug #2277, 'Segfault when
1662 loading inbox for the first time'
1664 2010-10-03 [mir] 3.7.6cvs52
1666 * manual/de/dist/html/Makefile.am
1667 * manual/de/dist/pdf/Makefile.am
1668 * manual/de/dist/ps/Makefile.am
1669 * manual/de/dist/txt/Makefile.am
1670 * manual/dist/html/Makefile.am
1671 * manual/dist/pdf/Makefile.am
1672 * manual/dist/ps/Makefile.am
1673 * manual/dist/txt/Makefile.am
1674 * manual/es/dist/html/Makefile.am
1675 * manual/es/dist/pdf/Makefile.am
1676 * manual/es/dist/ps/Makefile.am
1677 * manual/es/dist/txt/Makefile.am
1678 * manual/fr/dist/html/Makefile.am
1679 * manual/fr/dist/pdf/Makefile.am
1680 * manual/fr/dist/ps/Makefile.am
1681 * manual/fr/dist/txt/Makefile.am
1682 * manual/pl/dist/html/Makefile.am
1683 * manual/pl/dist/pdf/Makefile.am
1684 * manual/pl/dist/ps/Makefile.am
1685 * manual/pl/dist/txt/Makefile.am
1686 Missing Makefile.am's for 3.7.6cvs49
1689 2010-10-03 [colin] 3.7.6cvs51
1694 2010-10-02 [mir] 3.7.6cvs50
1696 * manual/de/dist/html/Makefile.am
1697 * manual/de/dist/pdf/Makefile.am
1698 * manual/de/dist/ps/Makefile.am
1699 * manual/de/dist/txt/Makefile.am
1700 * manual/dist/html/Makefile.am
1701 * manual/dist/pdf/Makefile.am
1702 * manual/dist/ps/Makefile.am
1703 * manual/dist/txt/Makefile.am
1704 * manual/es/dist/html/Makefile.am
1705 * manual/es/dist/pdf/Makefile.am
1706 * manual/es/dist/ps/Makefile.am
1707 * manual/es/dist/txt/Makefile.am
1708 * manual/fr/dist/html/Makefile.am
1709 * manual/fr/dist/pdf/Makefile.am
1710 * manual/fr/dist/ps/Makefile.am
1711 * manual/fr/dist/txt/Makefile.am
1712 * manual/pl/dist/html/Makefile.am
1713 * manual/pl/dist/pdf/Makefile.am
1714 * manual/pl/dist/ps/Makefile.am
1715 * manual/pl/dist/txt/Makefile.am
1716 Part 2 of last commit which broke due to a permission error
1717 Avoid claws trying to build manuals if the required
1718 tools are not present.
1720 2010-10-02 [mir] 3.7.6cvs49
1723 * manual/de/dist/html/Makefile.am
1724 * manual/de/dist/pdf/Makefile.am
1725 * manual/de/dist/ps/Makefile.am
1726 * manual/de/dist/txt/Makefile.am
1727 * manual/dist/html/Makefile.am
1728 * manual/dist/pdf/Makefile.am
1729 * manual/dist/ps/Makefile.am
1730 * manual/dist/txt/Makefile.am
1731 * manual/es/dist/html/Makefile.am
1732 * manual/es/dist/pdf/Makefile.am
1733 * manual/es/dist/ps/Makefile.am
1734 * manual/es/dist/txt/Makefile.am
1735 * manual/fr/dist/html/Makefile.am
1736 * manual/fr/dist/pdf/Makefile.am
1737 * manual/fr/dist/ps/Makefile.am
1738 * manual/fr/dist/txt/Makefile.am
1739 * manual/pl/dist/html/Makefile.am
1740 * manual/pl/dist/pdf/Makefile.am
1741 * manual/pl/dist/ps/Makefile.am
1742 * manual/pl/dist/txt/Makefile.am
1743 1) Downgrade autoconf requirements to 2.59 to allow
1744 building on oldest supported Linux distributions.
1745 2) Only try to build manuals if the needed software
1748 2010-10-02 [colin] 3.7.6cvs48
1750 * src/plugins/trayicon/trayicon.c
1751 And fix theme updating.
1753 2010-10-02 [colin] 3.7.6cvs47
1755 * src/plugins/trayicon/trayicon.c
1756 Got burnt by wrong indentation!
1758 2010-10-02 [colin] 3.7.6cvs46
1761 Forgot to remove the directory from top-level
1763 2010-10-02 [colin] 3.7.6cvs45
1765 * src/plugins/trayicon/Makefile.am
1766 * src/plugins/trayicon/trayicon.c
1767 * src/plugins/trayicon/libeggtrayicon/.cvsignore
1768 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1769 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1770 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1771 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1772 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1773 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1774 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1775 * src/plugins/trayicon/libeggtrayicon/xembed.h
1776 Finally get rid of Eggtrayicon, use GtkStatusIcon
1777 instead (which can be done safely now that we
1780 2010-10-02 [colin] 3.7.6cvs44
1788 * src/editaddress_other_attributes_ldap.c
1791 * src/grouplistdialog.c
1793 * src/image_viewer.c
1797 * src/message_search.c
1799 * src/prefs_themes.c
1800 * src/summary_search.c
1803 * src/etpan/imap-thread.c
1805 * src/gtk/gtkcmclist.c
1806 * src/gtk/gtkcmoptionmenu.c
1807 * src/gtk/gtkutils.c
1808 * src/gtk/gtkutils.h
1809 * src/gtk/gtkvscrollbutton.c
1810 * src/plugins/pgpcore/select-keys.c
1811 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1812 Undeprecate for GTK+2.22. Patch by Reed Loden.
1813 Fixes bug #2276, 'Compile in maintainer mode
1814 fails on GTK+ 2.22'.
1816 2010-10-02 [colin] 3.7.6cvs43
1819 It's now time to remove the temporary enable-openssl
1820 option that was used when we removed OpenSSL. See
1821 bug #2276 comment #14.
1823 2010-09-30 [wwp] 3.7.6cvs42
1825 * src/prefs_account.c
1826 * src/prefs_filtering_action.c
1827 * src/prefs_matcher.c
1828 Fix bug #2274, wrong color label index range
1829 used w/ gtk_cmoption_menu (behaviour change
1830 has been introduced w/ 3.5.0cvs49 apparently),
1831 now it must be 1..N so let's use colorlabel value
1835 2010-09-20 [pawel] 3.7.6cvs41
1842 2010-09-19 [pawel] 3.7.6cvs40
1847 Set ML menus sensitivity accordingly to
1848 possibility of reply to ML
1850 2010-09-19 [colin] 3.7.6cvs39
1853 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1854 to newsgroups, and NNTP accounts *can* send email. We
1855 should not force an email account when replying to_ml or
1858 2010-09-19 [colin] 3.7.6cvs38
1861 Revert previous commit (which breaks Reply to newsgroups)
1863 2010-09-17 [pawel] 3.7.6cvs37
1866 Respect reply_account_autosel when changing compose
1867 account to email one while replying to NNTP post
1869 2010-09-17 [wwp] 3.7.6cvs36
1871 * doc/man/claws-mail.1
1872 Update --compose documentation in `man claws-mail`.
1874 2010-09-12 [pawel] 3.7.6cvs35
1877 Add forgotten bit to previous commit,
1878 select email account when replying to ML
1880 2010-09-12 [pawel] 3.7.6cvs34
1883 Fix bug #2247 "nntp reply-to-all broken?"
1884 Make reply-to-all and reply-to-ml work as expected in
1885 mailing list through NNTP case
1887 2010-09-11 [pawel] 3.7.6cvs33
1892 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
1893 fixes build with GTK+ < 2.18
1895 2010-09-10 [pawel] 3.7.6cvs32
1900 Make Tab key switch between FolderView, MsgView and
1901 SummaryView only, other widgets have/can have their own
1904 2010-08-25 [colin] 3.7.6cvs31
1909 * src/common/base64.c
1910 * src/common/base64.h
1911 Fix bug #2245, "base64 decoding fails with line breaks"
1912 Patch by Yotam Medini
1914 2010-08-25 [colin] 3.7.6cvs30
1917 Fix bug #2241, "Empty trash on exit fails on scripted exit"
1919 2010-08-23 [pawel] 3.7.6cvs29
1922 * src/send_message.c
1925 Hide progressbar on statusbar when not needed
1927 2010-08-17 [colin] 3.7.6cvs28
1930 Fix previous patch (our own tmp dir is inside
1933 2010-08-16 [colin] 3.7.6cvs27
1936 Use temp dir to store logs in Windows. Avoids doing
1937 get_rc_dir() early, which prevents set_rc_dir()
1940 2010-07-31 [holger] 3.7.6cvs26
1942 * src/gtk/gtkshruler.c
1943 Yet more GdkGC to Cairo porting
1945 2010-07-30 [holger] 3.7.6cvs25
1947 * src/stock_pixmap.c
1948 More GdkGC to Cairo porting
1950 2010-07-30 [holger] 3.7.6cvs24
1952 * src/gtk/colorlabel.c
1953 One GdkGC usage less
1955 2010-07-29 [holger] 3.7.6cvs23
1958 Replace some gdk drawing with cairo, as the former
1959 is going towards deprecation.
1961 2010-07-25 [colin] 3.7.6cvs22
1963 * src/common/utils.c
1964 And now for a real fix. g_list_remove() doesn't, of
1965 course, free the data. But we have to have a solid
1966 pointer to it in order to free it ourselves instead
1967 of relying on the old freed list pointer.
1968 Maybe that's the last patch on the subject now ? :)
1970 2010-07-25 [colin] 3.7.6cvs21
1972 * src/common/utils.c
1973 Remove stupid and extraneous g_free() of elements
1974 which have just been freed by g_list_remove(). (see
1975 GList documentation). I don't know how it worked before
1977 2010-07-25 [colin] 3.7.6cvs20
1979 * src/common/utils.c
1980 Reverse free/use with more logical and safe
1981 use/free. Thanks to Michael Rasmussen !
1983 2010-07-24 [colin] 3.7.6cvs19
1985 * src/gtk/quicksearch.c
1986 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
1987 'freeze when using quick search'
1989 2010-07-11 [iwkse] 3.7.6cvs18
1991 * src/gtk/quicksearch.c
1992 Add SMALL_LAYOUT to quicksearch_relayout
1994 2010-07-10 [iwkse] 3.7.6cvs17
1997 Remove forgotten variable from
1998 the last bugfix #2224
2000 2010-07-10 [colin] 3.7.6cvs16
2003 * src/gtk/quicksearch.c
2004 Clean fix for bug #2224: don't mess with GTK settings when
2005 handling the layout ourselves is enough
2007 2010-07-09 [iwkse] 3.7.6cvs15
2011 Better fix for Bug #2224
2013 2010-07-09 [iwkse] 3.7.6cvs14
2017 Always use stock icons on buttons
2019 2010-07-08 [colin] 3.7.6cvs13
2022 Fix bug 2223, 'Compilation fails with GTK+
2023 2.21.3'. Thanks to Jan Psota !
2025 2010-06-29 [pawel] 3.7.6cvs12
2028 Revert 3.7.5cvs41, it breaks templates that use %X
2030 2010-06-23 [wwp] 3.7.6cvs11
2032 * src/gtk/colorlabel.c
2033 Silent up a warning by avoiding possible confusion
2034 in logical expression evaluation, thanks to TuxCM.
2036 2010-06-21 [iwkse] 3.7.6cvs10
2038 * src/gtk/quicksearch.c
2039 Do not add into quicksearch history
2040 matching rules with bad syntax
2042 2010-05-26 [holger] 3.7.6cvs9
2046 Add function to select rows given a list of messages,
2047 complementary to summary_get_selected_msg_list()
2049 2010-05-22 [mir] 3.7.6cvs8
2052 Fix bug 2208. Encode encrypted password to qouted
2053 printable to avoid making invalid XML. Encoding
2054 will be activated the first time the password is
2057 2010-05-22 [paul] 3.7.6cvs7
2059 * manual/advanced.xml
2061 * src/prefs_common.c
2062 * src/prefs_common.h
2063 after using the compose margin for several days
2064 I wanted the old style back - add a new hidden
2065 pref 'show_compose_margin' to restore the old
2066 behaviour (defaults to FALSE)
2068 2010-05-14 [paul] 3.7.6cvs6
2071 add a margin to the compose window text that matches
2072 the margin in textview
2074 2010-05-14 [colin] 3.7.6cvs5
2076 * src/gtk/sslcertwindow.c
2077 Fix dangling pointer. Thanks to Michael R!
2079 2010-05-14 [colin] 3.7.6cvs4
2081 * src/gtk/sslcertwindow.c
2082 Fix bug 1993, 'Cannot send mail when SSL certificate is
2083 expired but certificate check is skipped' and maybe
2084 bug 2200, 'SSL is not working with POP3'
2086 2010-05-14 [colin] 3.7.6cvs3
2088 * src/plugins/pgpinline/pgpinline.c
2089 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2091 2010-05-04 [iwkse] 3.7.6cvs2
2093 * src/prefs_message.c
2094 Get a generic name as 'Quotation' for
2097 2010-05-04 [iwkse] 3.7.6cvs1
2099 * src/prefs_message.c
2100 * src/prefs_common.h
2101 * src/prefs_common.c
2104 Option for collapsing via double-click
2106 2010-05-01 [paul] 3.7.6
2112 2010-05-01 [paul] 3.7.5cvs55
2114 * tools/claws.i18n.status.pl
2117 2010-05-01 [paul] 3.7.5cvs54
2120 add YUP, new Ukrainian translator
2122 2010-04-30 [paul] 3.7.5cvs53
2126 add Ukrainian translation, submitted by YUP
2135 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2136 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
2137 Tiago Faria, and Slavko
2139 2010-04-26 [wwp] 3.7.5cvs52
2144 2010-04-26 [mones] 3.7.5cvs51
2149 2010-04-22 [pawel] 3.7.5cvs50
2154 first NULL check pointer, then use it
2156 2010-04-22 [colin] 3.7.5cvs49
2159 Fix error message when session isn't established
2161 Update translation and fix a typo in it
2163 2010-04-15 [pawel] 3.7.5cvs48
2165 * src/prefs_account.c
2166 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2167 the port isn't configured properly'
2168 When using SSL/TLS tunneling automatically use default
2169 ports for encrypted connections: smtps, pop3s, imaps, nntps
2171 2010-04-15 [pawel] 3.7.5cvs47
2174 Fix crasher in actions using '%f' argument
2175 on multiple files with external scripts which
2176 don't return any output.
2178 2010-04-14 [colin] 3.7.5cvs46
2181 Fix hand cursor after error symbol appears
2183 2010-04-12 [colin] 3.7.5cvs45
2186 Fix bug 2162, 'configure check for libetpan
2187 fails with libetpan 1.0'
2190 2010-04-09 [mones] 3.7.5cvs44
2192 * manual/de/glossary.xml
2193 Fix encoding to match main document's
2194 Also fixes make dist with Debian's openjade
2196 2010-03-29 [pawel] 3.7.5cvs43
2198 * src/matcher_parser.h
2199 * src/matcher_parser_parse.y
2200 * src/gtk/quicksearch.c
2201 Disable matcher warnings when populating quicksearch
2202 completion lists on startup
2204 2010-03-27 [colin] 3.7.5cvs42
2206 * src/gtk/quicksearch.c
2207 Fix double-free later in code. Optimize
2210 2010-03-27 [pawel] 3.7.5cvs41
2213 Make sure that quote ends with new line char
2215 2010-03-26 [pawel] 3.7.5cvs40
2220 Fix Bug 1928 Add "reply to this address" pop menu
2222 - Set composing account to email one when creating/replying
2223 from NNTP folder by clicking link or choosing option
2227 2010-03-25 [paul] 3.7.5cvs39
2229 * src/gtk/gtkcmclist.c
2230 Fix build with GTK+ 2.20
2232 2010-03-24 [pawel] 3.7.5cvs38
2237 * src/grouplistdialog.c
2241 * src/prefs_account.c
2242 * src/gtk/gtkcmclist.c
2243 * src/gtk/gtkcmctree.c
2244 * src/gtk/gtkcmoptionmenu.c
2245 * src/gtk/gtksctree.c
2246 * src/gtk/gtkshruler.c
2247 * src/gtk/gtkutils.c
2248 * src/gtk/gtkutils.h
2249 * src/gtk/gtkvscrollbutton.c
2250 * src/gtk/inputdialog.c
2251 * src/gtk/spell_entry.c
2252 * src/plugins/trayicon/trayicon.c
2253 * src/plugins/trayicon/libeggtrayicon/Makefile.am
2254 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2255 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2256 Fix build with GTK+ 2.19
2258 2010-03-23 [pawel] 3.7.5cvs37
2262 Respect view->show_col_headers option
2263 * src/gtk/gtkcmctree.c
2264 Fix GtkCmcTree column width calculation when it has
2265 auto_resize set and new node is added
2267 2010-03-22 [pawel] 3.7.5cvs36
2269 * src/grouplistdialog.c
2270 * src/prefs_common.c
2271 * src/prefs_common.h
2272 - remember newsgroups list dialog size
2273 - respect use_dotted_lines hidden pref
2274 - respect use_stripes_everywhere hidden pref
2276 2010-03-21 [pawel] 3.7.5cvs35
2279 Remove superfluous gtk_widget_show_all()
2282 * src/common/utils.c
2285 2010-03-21 [pawel] 3.7.5cvs34
2288 * src/gtk/quicksearch.c
2289 * src/gtk/quicksearch.h
2290 Implement separate search phrase completion for
2291 normal/extended quicksearch
2293 2010-03-11 [paul] 3.7.5cvs33
2296 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2297 submitted by Yuwei Yu
2299 2010-03-09 [colin] 3.7.5cvs32
2301 * manual/de/glossary.xml
2304 2010-03-02 [colin] 3.7.5cvs31
2306 * manual/de/glossary.xml
2307 Sort alphabetically. Done by Volker Ribbert.
2309 2010-03-02 [mones] 3.7.5cvs30
2312 Fix mailing list archives location
2313 Remove currently unavailable CVS webview
2315 2010-03-01 [iwkse] 3.7.5cvs29
2317 * src/common/plugin.c
2318 Other indentation issues
2320 2010-03-01 [iwkse] 3.7.5cvs28
2322 * src/common/plugin.c
2323 Fix indentation of the previous commit
2325 2010-03-01 [iwkse] 3.7.5cvs27
2327 * src/common/plugin.h
2328 * src/common/plugin.c
2329 Add API for getting a loaded Plugin from the
2330 plugin's name, plugin_get_loaded_by_name (const gchar *name)
2331 Thanks to Colin, Michael
2333 2010-02-27 [colin] 3.7.5cvs26
2338 * manual/Makefile.am
2339 * manual/de/Makefile.am
2340 * manual/de/account.xml
2342 * manual/de/addrbook.xml
2343 * manual/de/advanced.xml
2344 * manual/de/claws-mail-manual.xml
2346 * manual/de/glossary.xml
2348 * manual/de/handling.xml
2349 * manual/de/intro.xml
2350 * manual/de/keyboard.xml
2351 * manual/de/plugins.xml
2352 * manual/de/starting.xml
2353 * manual/de/dist/.cvsignore
2354 * manual/de/dist/Makefile.am
2355 * manual/de/dist/html/.cvsignore
2356 * manual/de/dist/html/Makefile.am
2357 * manual/de/dist/pdf/.cvsignore
2358 * manual/de/dist/pdf/Makefile.am
2359 * manual/de/dist/ps/.cvsignore
2360 * manual/de/dist/ps/Makefile.am
2361 * manual/de/dist/txt/.cvsignore
2362 * manual/de/dist/txt/Makefile.am
2363 Add the german translation of the manual, done by
2364 Volker Ribbert <thoraki@arcor.de>.
2366 2010-02-27 [holger] 3.7.5cvs25
2368 * src/prefs_toolbar.c
2369 Don't make toolbar item description for
2370 plugin registered items editable
2372 2010-02-26 [colin] 3.7.5cvs24
2375 Don't translate empty description
2377 2010-02-22 [colin] 3.7.5cvs23
2380 Don't make In-Reply-To visible when reediting
2381 a draft or sent mail.
2383 2010-02-20 [colin] 3.7.5cvs22
2389 * src/etpan/imap-thread.c
2390 * src/etpan/imap-thread.h
2391 * src/etpan/nntp-thread.c
2392 * src/etpan/nntp-thread.h
2393 When going offline from NetworkManager, just
2394 delete IMAP connections. That'll avoid timeouts
2395 when coming back online in certain cases when
2396 the TCP socket will have timed out.
2398 2010-02-20 [holger] 3.7.5cvs21
2401 More files to ignore
2403 2010-02-17 [ticho] 3.7.5cvs20
2410 2010-02-16 [ticho] 3.7.5cvs19
2415 Removed unused argument from summary_open_row().
2417 2010-02-10 [pawel] 3.7.5cvs18
2420 - fix headers filtering when prefs_common.trans_hdr is on
2421 - fix headers setting when changing composing account
2423 * src/prefs_template.c
2424 Re-add template's name for translation
2426 2010-02-10 [colin] 3.7.5cvs17
2428 * src/prefs_matcher.c
2429 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2430 Condition>Define>Header>Name combo box'. Patch by
2433 2010-02-10 [colin] 3.7.5cvs16
2443 Add the GB18030 Chinese charset, which is a superset
2444 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2446 2010-02-09 [holger] 3.7.5cvs15
2449 GTK+ 2.10 related cleanup
2451 2010-02-09 [pawel] 3.7.5cvs14
2453 * src/prefs_account.c
2454 * src/prefs_folder_item.c
2455 * src/prefs_template.c
2457 Respect prefs_common.trans_hdr in couple more places to avoid
2458 confusion with translated/non-translated header names
2460 2010-02-09 [colin] 3.7.5cvs13
2465 2010-02-09 [colin] 3.7.5cvs12
2468 And fix 2.10 build :)
2470 2010-02-09 [colin] 3.7.5cvs11
2473 Bump up GTK+ requirement to 2.10
2482 * src/prefs_actions.c
2483 * src/prefs_common.c
2484 * src/prefs_common.h
2485 * src/prefs_ext_prog.c
2486 * src/prefs_filtering_action.c
2488 * src/prefs_image_viewer.c
2489 * src/prefs_matcher.c
2490 * src/prefs_msg_colors.c
2491 * src/prefs_summaries.c
2492 * src/prefs_template.c
2498 * src/gtk/Makefile.am
2500 * src/gtk/gtkcmclist.c
2501 * src/gtk/gtkcmctree.c
2502 * src/gtk/gtkutils.c
2503 * src/gtk/quicksearch.c
2504 Remove all compile-time conditionals depending on
2508 * src/gtk/gtksourceprintjob.c
2509 * src/gtk/gtksourceprintjob.h
2510 Remove libgnomeprint-based printing system (and
2511 command-line-based printing system) as GTK+ 2.10
2512 ships with print support.
2514 2010-02-08 [mir] 3.7.5cvs10
2517 Avoid displaying Bcc headers in message sent
2518 to NNTP servers. Thanks to Henning Mersch.
2521 2010-02-08 [pawel] 3.7.5cvs9
2524 Make tooltips less cryptic
2525 * src/gtk/description_window.c
2526 Improve window size calculation
2528 2010-02-08 [pawel] 3.7.5cvs8
2532 * src/common/utils.c
2533 * src/common/utils.h
2535 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2536 Patch by Laurent Bigonville with slight modifications
2538 2010-02-03 [pawel] 3.7.5cvs7
2541 Add some libtool files to ignore
2543 2010-02-03 [pawel] 3.7.5cvs6
2545 * src/plugins/trayicon/trayicon.c
2546 Save and then restore focus when closing/minimizing to tray
2548 2010-02-03 [mir] 3.7.5cvs5
2556 Save LDAP password encrypted. See bug 2113.
2559 2010-02-03 [colin] 3.7.5cvs4
2562 Fix again decoding of encrypted parts. The
2563 reverting of the patch was wrong, as the
2564 double-decoding was fixed in smime itself.
2565 Thanks to Matthias Drochner again...
2567 2010-02-02 [colin] 3.7.5cvs3
2569 * src/plugins/smime/smime.c
2571 Revert 3.7.4cvs2 and make a better patch for bug
2572 2059 and 2076. Patch by Matthias Drochner
2574 2010-01-31 [pawel] 3.7.5cvs2
2577 Fix hungarian translator's name
2579 2010-01-31 [pawel] 3.7.5cvs1
2583 Fix Bug 2107 - Arrow keys don't work in message view window
2585 2010-01-31 [paul] 3.7.5
2592 2010-01-23 [pawel] 3.7.4cvs10
2595 Fix button sensitivity in compose mode
2597 2010-01-23 [pawel] 3.7.4cvs9
2600 * tools/kdeservicemenu/install.sh
2601 * tools/make.themes.project
2602 * tools/nautilus2claws-mail.sh
2603 * tools/popfile-link.sh
2604 * tools/textviewer.sh
2605 Not all systems have bash installed in /bin, use env(1) to find
2608 2010-01-22 [pawel] 3.7.4cvs8
2610 * src/prefs_account.c
2611 * src/prefs_filtering.c
2613 * src/gtk/colorlabel.c
2614 Add some separators in combos
2616 2010-01-22 [pawel] 3.7.4cvs7
2619 --disable-aspell -> --disable-enchant
2621 Fix options spacing in configure --help
2623 Make wizard's window centered on the screen
2625 2010-01-19 [holger] 3.7.4cvs6
2629 Introduce folder_get_item_from_identifier().
2630 In contrast to folder_find_item_from_identifier(), this
2631 function recursively creates the FolderItems in the id path.
2632 Useful for programmatically creating folders (e.g. by plugins)
2634 2010-01-17 [pawel] 3.7.4cvs5
2639 2010-01-16 [colin] 3.7.4cvs4
2641 * src/plugins/pgpcore/sgpgme.c
2642 Probably fix bug 2098, 'claws-mails crashes frequently
2643 with pgpcore'. Fix double-free.
2645 2010-01-16 [holger] 3.7.4cvs3
2647 * src/prefs_toolbar.h
2650 2010-01-15 [colin] 3.7.4cvs2
2653 Decode mimeinfo before decrypting it. Probably
2654 fixes bug 2059 'gpgme >=1.1.8 not compatible
2655 with S/MIME encryption' and bug 2076 'having
2656 worked 2 times properly CLAWS ceased to
2657 decrypt incoming PGP mails -displays base64
2658 instead - sucks completely'
2659 Let's hope complete suckage ends here!
2660 Thanks to Matthias Drochner.
2662 2010-01-08 [paul] 3.7.4cvs1
2664 * tools/claws.i18n.status.pl
2667 2010-01-08 [paul] 3.7.4
2674 2010-01-08 [paul] 3.7.3cvs57
2688 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2689 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2690 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2693 2010-01-08 [paul] 3.7.3cvs56
2695 * src/common/utils.c
2696 fix bug 2089, 'URLs ending with an underscore ('_')
2697 are not correctly parsed'. thanks to Johan
2699 2010-01-05 [colin] 3.7.3cvs55
2702 Update french translation
2704 2010-01-04 [mones] 3.7.3cvs54
2707 Update Spanish translation
2709 2010-01-04 [mones] 3.7.3cvs53
2711 * manual/plugins.xml
2713 * manual/es/claws-mail-manual.xml
2714 * manual/es/intro.xml
2715 * manual/es/plugins.xml
2716 Synchronise with English version
2718 2010-01-03 [paul] 3.7.3cvs52
2723 update TEAM_LIST, fix encoding
2725 2010-01-03 [mir] 3.7.3cvs51
2728 When composing to a NNTP list TO: will always be preset
2729 to the NNTP list unless user has chosen some other default
2730 in which case we will handle this the normal way. Therefore
2731 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2733 2010-01-01 [paul] 3.7.3cvs50
2736 bump copyright year whilst it's in mind
2738 2009-12-31 [paul] 3.7.3cvs49
2740 * manual/claws-mail-manual.xml
2742 * manual/plugins.xml
2743 fix links so that they make sense in the context of the
2744 text version of the manual
2746 2009-12-31 [paul] 3.7.3cvs48
2749 * manual/plugins.xml
2750 updates, improvements, corrections, additions
2752 2009-12-29 [pawel] 3.7.3cvs47
2754 * src/prefs_filtering_action.c
2755 Fix Bug 2082 'Wrong color rectangle position when replacing
2756 "color" processing rule'
2758 2009-12-29 [colin] 3.7.3cvs46
2761 Fix bug 2074, 'Remember sending account
2764 2009-12-20 [holger] 3.7.3cvs45
2767 Delay CREATED_HOOKLIST invokation until
2768 after the modifications to the compose window
2769 are done, to allow hooks to further modify the
2770 window without getting overridden again
2772 2009-12-20 [holger] 3.7.3cvs44
2774 * src/prefs_toolbar.h
2777 2009-12-20 [holger] 3.7.3cvs43
2779 * src/prefs_toolbar.c
2780 * src/prefs_toolbar.h
2782 Pass window struct to caller
2784 2009-12-20 [holger] 3.7.3cvs42
2788 Add hooklist after creation of a compose window
2790 2009-12-19 [holger] 3.7.3cvs41
2792 * src/prefs_toolbar.c
2793 * src/prefs_toolbar.h
2795 Allow plugins to choose to which toolbar they want
2796 to add actions (main window, compose window, or message view)
2798 2009-12-19 [paul] 3.7.3cvs40
2801 fix statusbar in GTK+ 2.19.1
2803 2009-12-10 [pawel] 3.7.3cvs39
2806 Better fix for cvs28 regression
2808 2009-12-10 [iwkse] 3.7.3cvs38
2811 Fix some indentation
2813 2009-12-10 [iwkse] 3.7.3cvs37
2816 Add missing checks for gtkaspell: avoid
2817 crashing in some cases when Enchant is
2818 enabled but the spell checker is disabled
2821 2009-12-09 [colin] 3.7.3cvs36
2824 Fix leak and unchecked accesses.
2826 2009-12-09 [mir] 3.7.3cvs35
2829 Fix Bug 2072 "template at folder properties is not working"
2830 introduced in cvs24.
2832 2009-12-08 [pawel] 3.7.3cvs34
2835 When 'Reply All' remove current compose address from
2836 Cc/Bcc list - fix for regression introduced in cvs28
2838 2009-12-05 [pawel] 3.7.3cvs33
2841 Fix memory management, duh!
2843 2009-12-04 [pawel] 3.7.3cvs32
2846 Use case insensitive comparison in search for
2849 Refresh scrollbars on every window open
2851 2009-12-04 [pawel] 3.7.3cvs31
2854 Highlight misspelled words when applying template and
2855 check_while_typing option is on
2857 2009-12-03 [pawel] 3.7.3cvs30
2860 Highlight misspelled words in text inserted from file(s)
2861 or pasted to message body when check_while_typing
2864 2009-12-02 [pawel] 3.7.3cvs29
2867 Revert first part of previous commit
2869 2009-12-02 [pawel] 3.7.3cvs28
2872 Fix Bug 2055 "duplicate mailing list reply if
2873 List-Post + Reply-To present"
2874 - Ignore Reply-To if answering to ML
2875 - Improve parsing of List-Post header
2877 2009-12-02 [pawel] 3.7.3cvs27
2881 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
2882 email had user in "From" and "CC"
2883 Don't allow duplicate addresses in compose window headers
2885 2009-12-02 [mones] 3.7.3cvs26
2888 * manual/es/intro.xml
2889 * manual/fr/intro.xml
2890 * manual/it/intro.xml
2891 * manual/pl/intro.xml
2892 Make URL to point current site
2894 2009-12-01 [holger] 3.7.3cvs25
2898 Introduce new drag type "claws-mail/msg-path-list" for
2899 drag'n'drop of a message selection from the summaryview
2900 into other applications. The drag data gets set to the
2901 folder-item-id followed by message ids, separated by newlines.
2902 This enables other applications to back-link to Claws Mail
2903 via a "claws-mail --select" call after they received a drop.
2905 2009-11-30 [mir] 3.7.3cvs24
2908 Place cursor in compose window according to provided input
2909 If to: is present place cursor in subject field and if both
2910 to: and subject: is present place cursor in body. If body: is
2911 present insert a new line after text and place cursor there.
2913 2009-11-27 [mones] 3.7.3cvs23
2915 * src/gtk/quicksearch.c
2916 Allow viewing longer expressions if there's space
2918 2009-11-25 [holger] 3.7.3cvs22
2921 * src/common/Makefile.am
2922 * src/common/utils.c
2923 * src/common/utils.h
2924 Add a function to query the
2925 filepath of the .desktop file
2927 2009-11-25 [colin] 3.7.3cvs21
2930 Fix bug 2063, 'glib assertion in GRelation use in
2933 2009-11-24 [pawel] 3.7.3cvs20
2935 * src/common/utils.c
2936 Fix Bug 2053 'Inconsistent application of Coloration
2938 Don't allow '<' character between quotation marks
2940 2009-11-21 [holger] 3.7.3cvs19
2943 Modify cairo clip handling in preview windows,
2944 to prevent print preview windows from being blank
2945 with GTK+ 2.18. Follow recommendation of the GTK+
2946 documentation (section "Migrating to client side windows")
2947 and create a new cairo context for each expose event.
2949 2009-11-19 [pawel] 3.7.3cvs18
2952 complete 3.7.3cvs15 so install is DESTDIR safe
2953 remove icons with changed names on uninstall
2955 2009-11-18 [pawel] 3.7.3cvs17
2958 remove unneeded and code-duplicating function
2960 2009-11-18 [pawel] 3.7.3cvs16
2963 Fix Bug 2057 'Claws mail does not keep renamed names
2964 of nntp-subscribed groups'
2965 Check for already subscribed group using item->path for group
2966 comparision as folders item->path != item->name may be truth
2967 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
2969 2009-11-17 [pawel] 3.7.3cvs15
2972 Fix Bug 2049 'some icons not copied?'
2973 Install additional 64x64 and 128x128 icons
2975 2009-11-17 [holger] 3.7.3cvs14
2977 * src/prefs_toolbar.c
2978 * src/prefs_toolbar.h
2981 Allow plugins to register toolbar items
2983 2009-11-11 [pawel] 3.7.3cvs13
2989 Fix Bug 1867 Changing account does not change BCC address
2990 Set account specific headers when changing account
2993 2009-11-07 [colin] 3.7.3cvs12
2995 * src/gtk/prefswindow.c
2996 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
2999 2009-11-07 [colin] 3.7.3cvs11
3001 * src/gtk/spell_entry.c
3002 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3003 Patch by Pawel Pekala
3005 2009-10-27 [colin] 3.7.3cvs10
3008 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3009 Don't try to check whether the folder is up-to-date if
3010 the folder class doesn't implement set_mtime, as we don't
3011 care in this case. This code exists since a long time, but
3012 the bug was triggered by more scanning of queue folders
3013 since recently (when we added \Deleted handling).
3015 2009-10-27 [colin] 3.7.3cvs9
3018 Try to fix registering as default client
3021 2009-10-21 [wwp] 3.7.3cvs8
3023 * src/common/utils.c
3024 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3026 2009-10-21 [wwp] 3.7.3cvs7
3028 * src/common/utils.c
3029 Don't core dump when attempting to insert a non-existing
3030 file using a mailto: uri (g_error does core dump).
3032 2009-10-20 [colin] 3.7.3cvs6
3034 * src/common/utils.c
3035 Don't g_error on normal warnings...
3037 2009-10-20 [colin] 3.7.3cvs5
3039 * src/plugins/pgpcore/sgpgme.c
3040 Fix bug 1996, 'S/MIME key not selected'
3041 Check for S/MIME certs too
3043 2009-10-20 [colin] 3.7.3cvs4
3045 * src/common/w32lib.h
3046 Fix win32 build on latest mingw32
3048 2009-10-20 [colin] 3.7.3cvs3
3053 Fix LDIF export. Patch by Michael Rasmussen
3055 2009-10-18 [paul] 3.7.3cvs2
3057 * tools/claws.i18n.status.pl
3058 increase the value of $transolddays since we're relasing less
3060 rework the en_GB.po hack so that en_GB is always 100% translated
3061 and recently updated
3063 2009-10-17 [paul] 3.7.3cvs1
3065 * src/prefs_account.c
3066 * src/prefs_compose_writing.c
3067 * src/prefs_receive.c
3068 * src/prefs_summaries.c
3069 * src/prefs_wrapping.c
3070 reword a few labels. (this incorporates everything
3071 that seemed worthwhile from bug 2020)
3072 * src/prefs_customheader.c
3073 use a 'Browse' button instead of button with
3074 label 'From file...'
3078 * CVS repository change
3080 2009-10-09 [paul[ 3.7.3
3082 version 3.7.3 unleashed!!
3084 2009-10-07 [paul] 3.7.2cvs49
3089 fix Bug 1994 - Changing colors required restart.
3090 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3091 more accurate folderview_reinit_fonts()
3093 2009-10-07 [paul] 3.7.2cvs48
3096 * src/prefs_common.c
3097 * src/prefs_common.h
3098 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
3099 patch by Pawel Pekala
3101 2009-10-07 [paul] 3.7.2cvs47
3109 updated by David Vachulka, Stephan Sachse and Marc Arens,
3110 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3113 2009-10-06 [colin] 3.7.2cvs46
3116 French translation update
3118 2009-10-05 [paul] 3.7.2cvs45
3121 enable Page Size and Orientation in the print dialog,
3122 GTK+ >= 2.18.x only. Patch by Mark__T
3124 2009-10-05 [paul] 3.7.2cvs44
3126 * src/prefs_summaries.c
3127 fix label, startup --> start-up, to match other uses of the
3130 2009-10-05 [paul] 3.7.2cvs43
3133 updated by Emilian Nowak
3135 2009-10-03 [colin] 3.7.2cvs42
3139 * src/gtk/gtkcmclist.c
3140 * src/gtk/gtkvscrollbutton.c
3141 * src/gtk/logwindow.c
3143 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3144 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3145 Fix warning at start
3147 2009-09-28 [colin] 3.7.2cvs41
3151 * src/prefs_folder_item.c
3152 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3154 2009-09-28 [colin] 3.7.2cvs40
3156 * src/prefs_summaries.c
3157 * src/gtk/sslcertwindow.c
3158 Fix bug 2006, 'Non-utf8 strftime(3) date strings
3159 shows up garbled in GUI'. Patch by Pawel Pekala
3161 2009-09-24 [iwkse] 3.7.2cvs39
3164 That's only for statistics, of course :)
3166 2009-09-24 [iwkse] 3.7.2cvs38
3171 2009-09-24 [iwkse] 3.7.2cvs37
3174 Revert unwanted change
3176 2009-09-24 [iwkse] 3.7.2cvs36
3179 Fix issue with filtering actions and
3182 2009-09-20 [mones] 3.7.2cvs35
3184 * tools/convert_mbox.pl
3185 Add -R flag to support recursive conversions
3186 of arbitrary Evolution mail folders, based on
3187 bash script by Daniel Dickinson (fixes debian
3189 * tools/popfile-link.sh
3190 Set required shell for script (fixes debian
3193 2009-09-16 [colin] 3.7.2cvs34
3196 Go grab files in /etc/skel if they exist
3199 2009-09-15 [colin] 3.7.2cvs33
3202 Complete 3.7.1cvs42: only output directly to
3203 final file if we get NULL byes at the start.
3204 Still fixes saving UTF16 files, but also
3205 fixes displaying Base64 parts with decoding
3206 errors (parts without errors get displayed)
3208 2009-09-14 [colin] 3.7.2cvs32
3212 * src/matcher_parser_parse.y
3213 * src/prefs_matcher.c
3214 Add 'has_attachment' and 'signed' matcher
3215 expressions. Patch by Aleksei Miheev, fixes
3218 2009-09-14 [colin] 3.7.2cvs31
3220 * src/common/utils.c
3221 Add "Re :" prefix from french Yahoo mail.
3222 Patch by Didier Barvaux, fixes bug 1999
3224 2009-09-10 [mones] 3.7.2cvs30
3226 * manual/plugins.xml
3227 Fix sites supported by SpamReport
3228 * manual/es/plugins.xml
3229 Synchronise Spanish manual
3231 2009-09-07 [holger] 3.7.2cvs29
3234 Also update the icon cache on uninstall.
3235 This prevents possible problems when Claws Mail was
3236 uninstalled and installed again into a different location,
3237 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3238 and the blog post linked therein
3240 2009-09-07 [paul] 3.7.2cvs28
3242 * src/prefs_toolbar.c
3243 when updating the main toolbar icons just update
3244 the main toolbar (and consequently fix a bug where
3245 folderview icons would disappear)
3247 2009-08-30 [holger] 3.7.2cvs27
3250 Do case-insensitive comparison against
3251 header names when extracting recipients
3254 2009-08-23 [colin] 3.7.2cvs26
3257 Probably fix RH bug 512024, " folder.c:3543
3258 Condition msglist != NULL failed"
3260 2009-08-23 [colin] 3.7.2cvs25
3262 * src/prefs_compose_writing.c
3263 Make the maximum size warning bigger. Patch
3264 by Didier Barvaux on bug 1986.
3266 2009-08-21 [colin] 3.7.2cvs24
3269 Previous commit: move the function into compose_insert_file
3270 so that it's also used on drag-n-drop
3272 2009-08-21 [colin] 3.7.2cvs23
3275 Fix scrolling when adding an header
3277 2009-08-21 [colin] 3.7.2cvs22
3280 * src/prefs_common.c
3281 * src/prefs_common.h
3282 * src/prefs_compose_writing.c
3283 * src/common/utils.c
3284 Fix bug 1986, "New feature: warn user when inserting
3285 a large file in the message body". Patch by Didier
3288 2009-08-21 [colin] 3.7.2cvs21
3292 * src/common/utils.c
3293 Fix bug 1984: Add R�f. : reply prefix (french
3294 Lotus Notes); patch by Didier Barvaux
3296 2009-08-21 [colin] 3.7.2cvs20
3300 Fix bug 1969, 'Bad guess for outgoing encoding'
3301 Make sure the specific converters (japanese in
3302 this case) can return success/error in strict
3303 mode, instead of silently failing back to
3306 2009-08-20 [holger] 3.7.2cvs19
3310 Make it possible for code outside
3311 compose (e.g. plugins) to attach files
3313 2009-08-20 [colin] 3.7.2cvs18
3316 Fix crash when accessing IMAP soon
3318 2009-08-18 [colin] 3.7.2cvs17
3321 Maybe fix crash on non-existent LDAP server
3323 2009-08-04 [colin] 3.7.2cvs16
3326 Fix toolbar's spacing that breaks dark
3327 themes (patch from http://blogs.igalia.com/aperez/
3328 2009/07/making-claws-mail-look-better/)
3330 2009-07-28 [colin] 3.7.2cvs15
3333 * src/addrcustomattr.c
3335 * src/addressbook_foldersel.c
3343 * src/editldap_basedn.c
3354 * src/prefs_actions.c
3355 * src/prefs_customheader.c
3356 * src/prefs_display_header.c
3357 * src/prefs_filtering.c
3358 * src/prefs_folder_column.c
3359 * src/prefs_matcher.c
3360 * src/prefs_summary_column.c
3361 * src/prefs_summary_open.c
3362 * src/prefs_template.c
3365 Fix bug 1950, 'Program freeze up during folder selection'
3366 Don't leave hidden windows modal
3368 2009-07-28 [colin] 3.7.2cvs14
3371 Fix bug 1957, 'LDAP errs out after searching too
3374 2009-07-28 [colin] 3.7.2cvs13
3377 Fix bug 1966, '"Collapse all threads" slower than
3378 "Expand all threads"'
3380 2009-07-28 [colin] 3.7.2cvs12
3382 * src/common/session.c
3383 Fix bug 1967, 'Claws gets stuck after accepting
3384 a certificate warning dialog'
3386 2009-07-19 [paul] 3.7.2cvs11
3388 * manual/plugins.xml
3389 a few small changes to the English
3391 2009-07-18 [mones] 3.7.2cvs10
3393 * manual/plugins.xml
3394 Add new bsfilter and fancy plugins to the docs
3395 and a note about dealing with plugins of the same class
3396 * src/prefs_account.c
3397 Fix extra space at the end typo
3399 2009-07-16 [colin] 3.7.2cvs9
3402 Fix wrong return without unlocking; thanks
3405 2009-07-14 [colin] 3.7.2cvs8
3408 Fix bug 1954, 'Segfault on reading wrong STATUS'
3410 2009-07-10 [colin] 3.7.2cvs7
3412 * src/plugins/pgpcore/plugin.def
3413 * src/common/utils.h
3416 2009-07-10 [colin] 3.7.2cvs6
3418 * src/prefs_display_header.c
3419 Fix bug 1951, 'C-Mail dumps core when editing
3420 displayed headers'. Patch by Alexey Rusakov
3422 2009-07-10 [colin] 3.7.2cvs5
3425 Fix bug 1952, 'Deleted mails in Queue folder
3428 2009-07-09 [colin] 3.7.2cvs4
3430 * src/gtk/spell_entry.c
3431 Fix bug 1949, 'Spell checker doesn't recognise
3432 certain word in Subject header, but does in
3433 message body'. Patch by Pawel Pekala.
3435 2009-07-09 [paul] 3.7.2cvs3
3438 use pkgconfig to check for the minimum required
3441 2009-07-06 [colin] 3.7.2cvs2
3443 * src/prefs_customheader.c
3446 2009-07-04 [paul] 3.7.2cvs1
3448 * tools/claws.i18n.status.pl
3451 2009-07-03 [paul] 3.7.2
3458 2009-07-03 [paul] 3.7.1cvs85
3465 added new translations by Tiago Faria and Slavko
3478 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3479 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3480 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3481 Goncalves Guimaraes, Aleksei Miheev
3483 2009-07-01 [colin] 3.7.1cvs84
3485 * src/prefs_common.c
3486 Fix bug 1940, 'Doesn't open links in
3487 user's default browser'. Turn the preference
3488 to TRUE by default; that will only change the
3489 behaviour for new users.
3491 2009-06-29 [colin] 3.7.1cvs83
3495 * src/prefs_filtering_action.c
3496 Fix bug 1935, 'problems with very long filtering actions':
3497 Use a dynamic buffer in action to string, and a bigger
3498 buffer in string to action
3500 2009-06-29 [colin] 3.7.1cvs82
3502 * src/matcher_parser_lex.l
3503 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3505 2009-06-29 [colin] 3.7.1cvs81
3510 Fix crash (out-of-bounds tree column)
3511 * src/gtk/gtkcmctree.c
3512 * src/gtk/gtksctree.c
3513 Prevent using an out-of-bounds tree column
3515 2009-06-29 [colin] 3.7.1cvs80
3519 Leak fixes; patch by Pawel Pekala.
3521 2009-06-26 [colin] 3.7.1cvs79
3524 Sort by msgnum if dates are equal
3526 2009-06-24 [paul] 3.7.1cvs78
3529 make some (forgotten) strings translatable
3531 2009-06-19 [colin] 3.7.1cvs77
3534 Fix menu sensitiveness
3536 2009-06-18 [colin] 3.7.1cvs76
3539 * src/plugins/pgpcore/sgpgme.c
3540 * src/plugins/pgpcore/sgpgme.h
3541 * src/plugins/pgpmime/mypgpcore.def
3542 * src/plugins/pgpmime/pgpmime.c
3543 * src/plugins/smime/mypgpcore.def
3544 * src/plugins/smime/smime.c
3545 Use largefile support (and stop using our old GPGME
3546 hack on gpgme_data_seek/rewind)
3547 (See 1.9.12cvs44 to 46 - if this breaks things we
3550 2009-06-13 [colin] 3.7.1cvs75
3552 * src/gtk/spell_entry.c
3553 Fix assertion. We can put a NULL gtkaspell to
3554 an entry; it just means it won't be spell-checked.
3556 2009-06-12 [mones] 3.7.1cvs74
3560 * src/prefs_account.c
3561 * src/prefs_account.h
3562 * src/common/utils.c
3563 * src/common/utils.h
3564 Added preference to use account address in generated
3565 Message-Id. Fixes Debian bug #531052
3567 2009-06-12 [colin] 3.7.1cvs73
3570 Better fix, API-compatible with libgnutls13
3572 2009-06-12 [colin] 3.7.1cvs72
3575 Use compatibility mode in GnuTLS, and avoid problems with
3576 servers that don't comply 100% with the spec, but still
3579 2009-06-06 [iwkse] 3.7.1cvs71
3582 Ops..revert a mix with another patch
3584 2009-06-06 [iwkse] 3.7.1cvs70
3587 A better fix for the previous commit's issue
3589 2009-06-06 [iwkse] 3.7.1cvs69
3592 Fix shutting down of Claws Mail while a GTK_Return keypress
3593 event is sent to the Attach property window
3595 2009-06-05 [colin] 3.7.1cvs68
3598 Fix build on GTK+ 2.6
3600 2009-06-03 [mones] 3.7.1cvs67
3602 * tools/make.themes.project
3603 Oops! fix header, sorry Paul ;-)
3605 2009-06-03 [mones] 3.7.1cvs66
3607 * tools/make.themes.project
3608 Add support for PNG themes and other
3609 fixes i don't remember now... :)
3611 2009-06-02 [colin] 3.7.1cvs65
3614 * src/prefs_template.c
3616 Fix error messages in templates, and fix their
3619 2009-05-22 [colin] 3.7.1cvs64
3624 2009-05-22 [colin] 3.7.1cvs63
3627 Fix phantom button behind entry when
3628 changing fields via Tools/Reply mode.
3630 2009-05-22 [colin] 3.7.1cvs62
3635 2009-05-21 [mones] 3.7.1cvs61
3639 Add button to empty header lines with one click
3641 2009-05-21 [paul] 3.7.1cvs60
3645 * src/plugins/trayicon/trayicon.c
3646 when quitting from the trayicon, honour
3647 prefs_common.clean_on_exit
3649 2009-05-21 [paul] 3.7.1cvs59
3651 * src/gtk/Makefile.am
3652 remove duplicate entry
3653 thanks to Charles A Edwards
3655 2009-05-19 [paul] 3.7.1cvs58
3657 * src/send_message.c
3658 clear progressbar in the statusbar on 'Cancel'
3660 2009-05-16 [colin] 3.7.1cvs57
3666 2009-05-16 [colin] 3.7.1cvs56
3669 Remove msgnum>0 condition for removing messages
3670 from caches. There's no such condition on add.
3671 Fixes bug 1913, 'Allow to remove phantom
3672 messages from the cache'; patch by Fabian
3673 Keil <fk at fabiankeil.de>
3675 2009-05-12 [holger] 3.7.1cvs55
3679 Introduce hook after showing of the message view
3681 2009-05-11 [colin] 3.7.1cvs54
3684 Fix bug 1872, 'A: Cc: CCi: selector should
3685 default on same as preceding contact'
3687 2009-05-10 [holger] 3.7.1cvs53
3691 Add a hook to make it possible for plugins to
3692 modify the address completion list
3694 2009-05-06 [paul] 3.7.1cvs52
3698 fix bug 1915, 'Mails signed with smime.p7s
3699 display both signed and attachment icon.'
3701 2009-05-05 [colin] 3.7.1cvs51
3703 * src/common/utils.c
3706 2009-05-05 [colin] 3.7.1cvs50
3708 * src/common/utils.c
3709 Fix bug 1895, '(imap) cache issues when cache dir is on a
3710 different mountpoint than tempdir'
3712 2009-05-04 [colin] 3.7.1cvs49
3715 Probably fix bug 1914, 'Crash reading
3716 corrupted tags file'
3718 2009-04-26 [paul] 3.7.1cvs48
3721 * src/gtk/gtkaspell.h
3722 fix bug 1904, 'build mechanism looks for
3723 'enchant.h' in a wrong place'
3725 2009-04-25 [paul] 3.7.1cvs47
3728 gah! fix coding style!
3730 2009-04-25 [paul] 3.7.1cvs46
3734 if building with GTK+ >= 2.16 use
3735 gtk_orientable_set_orientation() instead of now
3736 deprecated gtk_toolbar_set_orientation()
3738 2009-04-24 [colin] 3.7.1cvs45
3741 Ask before sending if an attached file has
3744 2009-04-19 [paul] 3.7.1cvs44
3746 * src/prefs_common.c
3747 * src/prefs_common.h
3749 save About window size.
3750 patch by Pawel Pekala
3752 2009-04-12 [paul] 3.7.1cvs43
3754 * tools/csv2addressbook.pl
3755 add extra CSV fields that are now appended
3756 by thunderbird (version 2.0.0.21)
3758 2009-04-08 [colin] 3.7.1cvs42
3761 fix saving (but not displaying) of UTF-16
3764 2009-04-08 [colin] 3.7.1cvs41
3766 * src/gtk/manage_window.c
3767 Disable transient windows on win32 - seems to
3768 fix most focusing issues
3770 2009-04-05 [colin] 3.7.1cvs40
3773 Don't ask whether we want to send deleted mails in queue
3774 folders; also, don't send deleted mails when flushing
3777 2009-04-04 [paul] 3.7.1cvs39
3783 * tools/claws.i18n.status.pl
3784 add new Indonesian translation, by
3787 2009-04-03 [paul] 3.7.1cvs38
3793 2009-04-03 [colin] 3.7.1cvs37
3797 Fix bug 1891, 'Add support for gopher:// links'
3798 Patch by Jacob Head <clawsmail at jacob-head.com>
3799 Let's go back to the roots!
3801 2009-04-03 [paul] 3.7.1cvs36
3806 2009-04-03 [paul] 3.7.1cvs35
3809 add AC_CONFIG_MACRO_DIR([m4])
3810 remove CLAWS_ACLOCAL_INCLUDE(m4)
3811 * m4/aclocal-include.m4
3812 removed this now unneeded file
3814 2009-04-02 [colin] 3.7.1cvs34
3816 * src/common/utils.h
3817 Fix previous (thanks to Marcus :)
3819 2009-04-02 [colin] 3.7.1cvs33
3821 * src/common/utils.h
3822 * src/etpan/etpan-thread-manager.c
3823 pipe() was a macro from GLib on win32 until
3824 glib 2.13.2. It's undefined after that.