1 2012-12-06 [mones] 3.9.0cvs43
5 * tools/outlook2claws-mail.pl
6 Fix address not working since years ago
8 2012-12-05 [mones] 3.9.0cvs42
11 Do not set to NULL string preferences which have "" as
14 2012-12-05 [colin] 3.9.0cvs41
17 Nullify xcred pointer like the other ones
19 2012-12-03 [wwp] 3.9.0cvs40
23 Avoid any possible confusion: 0 is not a neutral value when passed
24 to main_window_get_mask() - use -1 instead, even in those cases we
27 2012-12-03 [wwp] 3.9.0cvs39
30 Fix sensitivity of next-unread toolbar button.
32 2012-12-03 [colin] 3.9.0cvs38
35 Fix following relative symlinks
37 2012-12-02 [colin] 3.9.0cvs37
40 Of course you can't, Windows. Of course...
42 2012-12-02 [colin] 3.9.0cvs36
45 Move control sockets inside their own directory,
46 $TMPDIR/claws-mail-$UID/, and name them after the configuration directory md5 hash. That allows
47 - cleaner separation of sockets and config dirs in
48 case of alternate config directories
49 - forward migration is handled: if $TMPDIR/claws-mail-$UID
50 exists as a socket, use it to control the running entity
51 - backwards migration is handled: starting an old Claws Mail
52 version will bail out as creating the legacy socket won't
54 - migration for alternate-config-dirs is not handled, which
55 could be mentioned in release notes.
56 Fixes bug #2828, "Use MD5 digest for socket name"
58 2012-12-01 [colin] 3.9.0cvs35
61 As usual, Windows is a little bit different
62 (you have to love it the same as the normal OSes...)
64 2012-12-01 [colin] 3.9.0cvs34
68 Add a canonicalizer function and use it to
71 2012-11-30 [mones] 3.9.0cvs33
74 Fixes #1137 completely, saving path-less plugins as is
75 in config. With this patch user can edit plugin list on
76 clawsrc and remove absolute paths from shared plugins,
77 leaving only the "pluginname.so". Those will be tried to
78 load from plugin dir of the loading core. Notice that
79 those will also fail to load on older versions, and will
80 probably be removed from your config without warning by
83 2012-11-30 [wwp] 3.9.0cvs32
89 Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
90 also fix list loop initializers.
92 2012-11-30 [wwp] 3.9.0cvs31
101 Add Message/Cancel sending (same as --cancel-sending), adds the
102 relevant toolbar icon, and an extra cancel sending+receiving icon
105 2012-11-29 [colin] 3.9.0cvs30
108 Fix mask on a few menu items (thanks Ricardo!)
110 2012-11-28 [wwp] 3.9.0cvs29
116 Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
117 Complete toolbar_init(), which was missing few inits.
119 2012-11-28 [colin] 3.9.0cvs28
124 * src/etpan/nntp-thread.c
125 Disconnect NNTP accounts too when switching offline
127 2012-11-28 [colin] 3.9.0cvs27
131 * src/common/session.c
132 * src/common/session.h
133 Add keep-alive pings on IMAP and NNTP
135 2012-11-28 [colin] 3.9.0cvs26
138 * src/etpan/imap-thread.c
139 * src/etpan/imap-thread.h
140 Try locale's charset and UTF-7 on server-side
141 searches when UTF-8 fails. Also, don't even
142 mention a charset if searching for an ASCII
145 2012-11-27 [colin] 3.9.0cvs25
150 2012-11-27 [colin] 3.9.0cvs24
153 Fix bug #2826, "replace deprecated gnutls function"
154 Patch by Christian Hesse
156 2012-11-27 [colin] 3.9.0cvs23
158 * src/gtk/manage_window.c
159 Stop spamming logs with focus events.
161 2012-11-27 [colin] 3.9.0cvs22
166 Unsneak a work-in-progress patch that I mistakengly
167 commited with a cleanup
169 2012-11-27 [wwp] 3.9.0cvs21
171 * doc/man/claws-mail.1
175 Add --cancel-sending command-line switch.
177 2012-11-23 [colin] 3.9.0cvs20
186 * src/common/socket.c
187 * src/common/socket.h
189 * src/common/ssl_certificate.c
190 * src/common/ssl_certificate.h
191 * src/etpan/imap-thread.c
192 * src/etpan/nntp-thread.c
193 Cleanup some warnings and deprecated types. Patch by
194 Christian Hesse, fixing bug #2617. Thanks!
196 2012-11-23 [colin] 3.9.0cvs19
200 Add Christian Hesse which was forgotten for some reason
202 2012-11-21 [colin] 3.9.0cvs18
204 * src/etpan/imap-thread.c
205 Don't set charset on simple searches. Fixes Exchange 2007.
207 2012-11-20 [colin] 3.9.0cvs17
209 * src/prefs_matcher.c
210 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
212 2012-11-20 [ticho] 3.9.0cvs16
214 * src/gtk/prefswindow.c
215 Actually allow folder preference pages which are in top level of
216 page index UI to be selected.
218 2012-11-20 [ticho] 3.9.0cvs15
220 * src/prefs_folder_item.c
221 Remove useless "Folder" root in page index of folder preferences UI.
223 2012-11-18 [colin] 3.9.0cvs14
229 * src/matcher_parser_parse.y
230 * src/prefs_matcher.c
232 * src/gtk/quicksearch.c
233 Add age_{greater,lower}_hours matcher criteria
234 Initial patch by Abhay S. Kushwaha.
236 2012-11-18 [ticho] 3.9.0cvs13
239 Improve i18n plural handling in a string used while
242 2012-11-16 [ticho] 3.9.0cvs12
270 Update message catalogs to match changes in 3.9.0cvs11.
272 2012-11-16 [ticho] 3.9.0cvs11
275 * src/addrcustomattr.c
277 * src/prefs_filtering.c
278 * src/prefs_matcher.c
279 * src/prefs_msg_colors.c
285 Use pgettext() and friends for i18n context strings, instead of
286 having a pipe character in msgid for context separation. This uses
287 glib's C_ macro, instead of Q_.
289 2012-11-16 [colin] 3.9.0cvs10
292 * src/prefs_actions.c
293 * src/prefs_filtering_action.c
294 * src/prefs_matcher.c
296 * src/gtk/description_window.c
297 * src/gtk/description_window.h
298 * src/gtk/inputdialog.c
299 * src/gtk/manage_window.c
300 * src/gtk/quicksearch.c
301 Try to better fix focus problems. Should address:
306 Please check using your favorite WM that the following works:
307 Information button (Quicksearch, Templates, 'Test' filtering
309 Folder selection (Move/Copy contextual menu,
310 various preferences, including 'New folder').
311 Tested with XFCE, Gnome Shell and Windows.
314 2012-11-16 [colin] 3.9.0cvs9
319 2012-11-16 [colin] 3.9.0cvs8
322 Fix missing initialisation of bool_and which could
323 lead to From/To/Subject/Tag searches searching with
325 Also clean up tag expansion. No need to create a
326 matcher string and re-parse it.
328 2012-11-16 [paul] 3.9.0cvs7
331 fix by Thomas Bellmann
333 2012-11-15 [colin] 3.9.0cvs6
336 Fix bug #2785, "Marking mails for deletion reopens internal
339 2012-11-15 [colin] 3.9.0cvs5
343 * src/gtk/gtkcmclist.c
344 * src/gtk/gtkcmclist.h
345 a few more GTK+3 fixes. Segfaults on me, though.
347 2012-11-15 [colin] 3.9.0cvs4
359 * src/message_search.c
360 * src/prefs_display_header.c
361 * src/prefs_filtering_action.c
362 * src/prefs_matcher.c
364 * src/prefs_toolbar.c
367 * src/summary_search.c
370 * src/gtk/Makefile.am
371 * src/gtk/colorlabel.c
374 * src/gtk/gtkcmclist.c
375 * src/gtk/gtkcmclist.h
376 * src/gtk/gtkcmctree.c
377 * src/gtk/gtksctree.c
378 * src/gtk/gtkshruler.c
381 * src/gtk/inputdialog.c
382 * src/gtk/quicksearch.c
383 * src/plugins/pgpcore/Makefile.am
384 * src/plugins/pgpinline/Makefile.am
385 * src/plugins/pgpmime/Makefile.am
386 * src/plugins/smime/Makefile.am
387 Big GTK+3 patch from Hanno Meyer-Thurow
389 2012-11-15 [wwp] 3.9.0cvs3
391 * doc/man/claws-mail.1
393 Add --cancel-receiving command-line switch.
395 2012-11-15 [wwp] 3.9.0cvs2
398 * src/gtk/sslcertwindow.c
401 2012-11-15 [paul] 3.9.0cvs1
406 updates from David Vachulka, Flammie Pirinen, and
409 2012-11-14 [paul] 3.9.0
415 2012-11-14 [paul] 3.8.1cvs123
426 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
427 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
430 2012-11-14 [paul] 3.8.1cvs122
436 2012-11-14 [colin] 3.8.1cvs121
439 And fix warning with breaking functionality
441 2012-11-14 [paul] 3.8.1cvs120
444 revert this change from 3.8.1cvs60, it breaks
447 2012-11-14 [colin] 3.8.1cvs119
449 * src/common/plugin.c
450 If plugin fails to load from absolute path, try from
452 Fixes bug #1137, 'loading plugins with same profile on different archs'
453 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
454 results in wrong paths in clawsrc'
456 2012-11-12 [colin] 3.8.1cvs118
459 Fix initial focus on textview. Fixes bug #2776,
460 "Make all menu shortcuts work properly in the message window"
462 2012-11-09 [colin] 3.8.1cvs117
464 * src/etpan/imap-thread.c
465 Specify search charset. Thanks to Aleksei Miheev
467 2012-11-08 [colin] 3.8.1cvs116
469 * src/common/socket.c
471 Fix socket communication
473 2012-11-08 [colin] 3.8.1cvs115
475 * src/plugins/pgpcore/sgpgme.c
476 Fix Windows runtime crash
478 2012-11-08 [colin] 3.8.1cvs114
480 * src/gtk/quicksearch.c
481 Fix going active with NULL matchstring (for example
482 when changing type before typing anything)
484 2012-11-07 [colin] 3.8.1cvs113
489 2012-11-06 [mones] 3.8.1cvs112
491 * doc/man/claws-mail.1
492 Sync with AUTHORS file
493 * src/gtk/quicksearch.c
494 Add number units where appropriate
496 2012-10-31 [paul] 3.8.1cvs111
498 * src/prefs_folder_item.c
499 add missing closing bracket. thanks to Andreas Rönnquist.
501 2012-10-31 [colin] 3.8.1cvs110
503 * src/prefs_folder_item.c
504 Fix prefs text and extra semi-colon. Thanks to Paul!
506 2012-10-31 [colin] 3.8.1cvs109
508 * src/folder_item_prefs.c
509 * src/folder_item_prefs.h
511 * src/prefs_folder_item.c
512 Implement feature from bug #2569,
513 "select html part on folder specific properties"
514 Patch based on Andrej's patch.
516 2012-10-29 [wwp] 3.8.1cvs108
519 Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
522 2012-10-25 [colin] 3.8.1cvs107
525 Verify the previous URI wasn't the same...
526 fixes http://www. URIs.
528 2012-10-25 [colin] 3.8.1cvs106
533 Avoid strlen() on inner loop in textview_make_clickable_parts*()
534 reduces cost of strcasestr() in textview_make_clickable_parts*()
535 from 30% to 15%. Patch by Igor Mammedov
537 2012-10-25 [colin] 3.8.1cvs105
540 Do not allow search cost to explode in case of bad message
541 parsing in textview_make_clickable_parts_later(); reduces
542 cost of textview_make_clickable_parts_later() from 99% to
543 17% for big bad-case message. Patch by Igor Mammedov
545 2012-10-25 [colin] 3.8.1cvs104
549 Avoid strlen() on big buffers, use precomputed length instead
550 it reduces cost of textview_write_line() from 32% to 3% for
551 big messages. Patch by Igor Mammedov
556 2012-10-24 [mones] 3.8.1cvs103
559 Trust on IMAP core on-line/off-line management
560 Patch by Sean Buckheister
562 2012-10-19 [paul] 3.8.1cvs102
567 fix bug 2760, 'display correct libc version in crash dialog
568 when uclibc is used'.
569 fixes build with uclibc. patch by Natanael Copa.
571 2012-10-18 [mones] 3.8.1cvs101
574 Fix bug #2761 and remove invalid GTK main category
576 2012-10-17 [colin] 3.8.1cvs100
578 * src/common/ssl_certificate.c
579 Fix bug #2759, "Error messages regarding bad
580 client certificates are less than helpful"
581 Based on patch by bug reporter.
583 2012-10-13 [paul] 3.8.1cvs99
585 * src/common/ssl_certificate.c
586 fix build with gnutls 3.1.3
587 Patch by Sean Buckheister.
589 2012-10-12 [mones] 3.8.1cvs98
592 * src/grouplistdialog.c
599 * src/etpan/imap-thread.c
600 New slist_free_strings_full wrapper for g_slist_free_full
601 and simplify calls where it was being used
603 2012-10-12 [colin] 3.8.1cvs97
606 Drop include of internal glib header
609 2012-10-12 [colin] 3.8.1cvs96
611 * src/gtk/gtkcmctree.c
612 * src/gtk/gtksctree.c
613 Fix bug #2581, "expander arrows are too tiny to hit with the
614 mouse". Patch mostly by Tom Horsley
616 2012-10-12 [iwkse] 3.8.1cvs95
621 2012-10-12 [mones] 3.8.1cvs94
624 Remove undeclared mutex symbol
626 2012-10-12 [colin] 3.8.1cvs93
629 * src/prefs_account.c
632 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
633 Thanks to Salvatore de Paolis
635 2012-10-10 [colin] 3.8.1cvs92
638 Fix bug #2744, "Quick search throws bad command
639 argument error on Microsoft Exchange". Fall back
640 to local search if folder-specific search fails.
641 * src/gtk/quicksearch.c
644 2012-10-10 [colin] 3.8.1cvs91
647 Make what the tags list contain more clear
649 2012-10-10 [colin] 3.8.1cvs90
655 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
658 2012-10-10 [colin] 3.8.1cvs89
661 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
663 2012-10-10 [colin] 3.8.1cvs88
666 Leak fix (thanks Ricardo!)
668 2012-10-10 [colin] 3.8.1cvs87
671 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
672 Initial patch by Igor Mammedov <imammedo@redhat.com> with
673 fixes by Michael Rasmussen and myself.
674 Also revert part of 3.8.1cvs86, g_slist_free_full()
675 semantics are different from slist_free_strings() in that
676 slist_free_strings does not free the list itself.
678 2012-10-09 [mones] 3.8.1cvs86
680 * doc/man/claws-mail.1
683 New extra headers feature for adding user-defined
684 extra headers to the combobox in the compose window
685 Headers are stablished in 'extraheaderrc', one per
686 line with a final colon
688 2012-10-06 [mones] 3.8.1cvs85
695 New function cm_menu_item_new_label_from_url to
696 avoid crashing on huge URL strings and warn user
697 about the possible causes
699 Use it to create List menu items safely
701 2012-10-04 [colin] 3.8.1cvs84
704 Fix keywords with spaces
706 2012-10-04 [colin] 3.8.1cvs83
709 Fix double-tag search. Maybe fixes bug #2744,
710 'Quick search throws bad command argument
711 error since recent change'. Patch by Sean.
713 2012-10-03 [mones] 3.8.1cvs82
716 Fix bug #2743 'null pointer crash in procmime strchr'
717 Patch by Michael Schwendt (from RedHat bug 862578)
719 2012-09-28 [colin] 3.8.1cvs81
722 Never search on server if we're offline
723 (Asking the user would and will be better)
725 Fix uninitialized variable (bogus) warning
726 Fix SELECT of the folder before searching
728 2012-09-27 [colin] 3.8.1cvs80
732 * src/etpan/imap-thread.c
733 * src/etpan/imap-thread.h
734 Implement IMAP server search. Patch by
735 Sean Buckheister again.
737 2012-09-26 [colin] 3.8.1cvs79
742 Prepare the context strings, their translation take
743 CPU time. Shaves 6 seconds out of 17 on my reference
745 * src/summary_search.c
748 2012-09-26 [colin] 3.8.1cvs78
753 Unlock I/O in procmime, give a way
754 for matcher to avoid having to
755 read/write tmp/rewind/read tmp for
758 2012-09-26 [colin] 3.8.1cvs77
760 * src/summary_search.c
761 Fix unresponsive stop button
762 * src/gtk/quicksearch.c
765 2012-09-26 [colin] 3.8.1cvs76
767 * src/summary_search.c
770 * src/gtk/quicksearch.c
771 Factorize search code in summary_search and
772 add a progress indicator as that slows down
773 the first result in case of body search.
775 2012-09-26 [colin] 3.8.1cvs75
778 Fix body search triggering GUI updates
779 for every message when it gets MSG_SCANNED
782 2012-09-26 [colin] 3.8.1cvs74
790 Factorize msg list to num list code;
791 Make search faster using cache instead
794 2012-09-25 [mones] 3.8.1cvs73
796 * src/gtk/quicksearch.c
797 Fix new expressions not being added to quicksearch
798 history in extended mode; patch by Sean Buckheister
800 2012-09-22 [mir] 3.8.1cvs72
803 Fix for not searching in folders marked 'no_select'
804 patch provided by Colin.
806 2012-09-22 [mones] 3.8.1cvs71
809 Add missing copyright header
811 2012-09-21 [colin] 3.8.1cvs70
814 Fix warning where msgcount was used
815 uninitialized in case the search was
816 to be performed on a message list subset.
818 2012-09-21 [colin] 3.8.1cvs69
820 * src/gtk/quicksearch.c
821 Fix error background not appearing
823 2012-09-21 [colin] 3.8.1cvs68
826 * src/advsearch.c ** ADDED **
827 * src/advsearch.h ** ADDED **
835 * src/matchertypes.h ** ADDED **
840 * src/summary_search.c
843 * src/gtk/quicksearch.c
844 * src/gtk/quicksearch.h
845 Separated GUI and logic for search
846 Use same logic for quicksearch and folder search
847 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
849 2012-09-19 [mones] 3.8.1cvs67
852 Remove spurious parameter from get_url_part and
853 fix potential buffer overflow
855 2012-09-19 [colin] 3.8.1cvs66
859 Un-mix mixed enum comparison which happened
860 to work because multiple enums define the same
863 2012-09-19 [colin] 3.8.1cvs65
871 * src/plugins/bogofilter/bogofilter_gtk.c
872 * src/plugins/pgpcore/prefs_gpg.c
873 * src/plugins/smime/smime.c
874 * src/plugins/spamassassin/spamassassin_gtk.c
875 More warning fixes, casts, useless variables and
876 unchecked return values
878 2012-09-19 [colin] 3.8.1cvs64
881 Check possible overflow
882 * src/prefs_account.c
883 * src/prefs_compose_writing.c
884 * src/prefs_logging.c
885 * src/prefs_message.c
886 * src/prefs_msg_colors.c
888 * src/prefs_receive.c
889 * src/prefs_summaries.c
890 * src/prefs_wrapping.c
891 fix GtkAdjustment casts
894 * src/gtk/gtkaspell.c
897 2012-09-19 [mones] 3.8.1cvs63
900 Fix leak and follow function specification
902 2012-09-19 [mones] 3.8.1cvs62
905 Use unused var c to check result and emit messages on error
907 Remove unused vars: attr (several functions), element
909 Use unused var newGroup to check result
910 * src/addrcustomattr.c
911 Remove unused var summaryview and related code
913 Use unused vars nn, newNode, idleID to check result
914 Remove unused var aoType and refactor logic around it
915 Comment var enabled and related debug code
917 Use unused var error to check result and emit debug messages
919 Remove unused var link_color
921 Remove unused vars: attr, retVal
923 2012-09-19 [colin] 3.8.1cvs61
929 * src/common/socket.c
930 More precise error logging
932 2012-09-16 [mones] 3.8.1cvs60
935 Removed dup calls with ignored result
937 Removed unused var is_group and simplified logic around it
941 * src/etpan/etpan-thread-manager.c
942 Use unused var r to verify result and emit messages on error
944 Move color variable into conditional usage blocks
945 Remove assigned but not used vars: lock, titles, count
947 Remove assigned but not used var actions
949 Remove assigned but not used vars: from_parent, src_node
952 Remove malloc-ed but not used var: old_path
954 Comment unused vars from commented block: tofetch, fetched
955 * src/prefs_account.c
956 Remove assigned but not used var: privacy_enabled
957 * src/prefs_actions.c
958 * src/prefs_customheader.c
959 Remove assigned but not used var: store
960 * src/prefs_filtering.c
961 Remove assigned but not used var: n_rows
962 * src/prefs_template.c
963 Remove assigned but not used vars: model, list_store
964 * src/prefs_toolbar.c
965 Remove assigned but not used var: win_titles
967 Remove assigned but not used vars: orientation, line, baseline,
969 * src/etpan/imap-thread.c
970 Remove assigned but not used var: value, r
971 Refactor to check correct memory allocation
972 * src/etpan/nntp-thread.c
973 Remove assigned but not used var: value
974 * src/gtk/gtkaspell.c
975 Remove assigned but not used vars: textbuf, exist
976 Remove unused function: find_gtkaspeller
977 * src/gtk/gtkcmctree.c
978 Remove unused function: gtk_cmctree_get_offset
979 * src/gtk/gtkshruler.c
980 Remove assigned but not used vars: ruler, priv
982 2012-09-14 [mones] 3.8.1cvs59
985 Check file operation results (and remove and
988 2012-09-14 [colin] 3.8.1cvs58
990 * src/gtk/inputdialog.c
991 Remove unused var, thanks Ticho
993 2012-09-13 [colin] 3.8.1cvs57
996 Fix missing \n in debug line
998 2012-09-13 [colin] 3.8.1cvs56
1001 Don't listen on the Unix socket before we're
1002 ready. The 'popup' order from another instance
1003 may provoke a race and trash configuration files.
1005 2012-09-13 [colin] 3.8.1cvs55
1008 Maybe fix bug #2096, "MEMORY-ERROR w/
1009 Claws-Mail/IMAP and Lotus Domino". Use
1010 correct types for start/end and test if
1011 start is indeed before end.
1013 2012-09-12 [mones] 3.8.1cvs54
1016 Fix bug #1975 'preference mutt key bindings do not take
1017 effect' (and the other invalid paths too)
1019 2012-09-12 [colin] 3.8.1cvs53
1022 Revert that hunk, logic is unclear.
1024 2012-09-12 [colin] 3.8.1cvs52
1040 * src/partial_download.c
1041 * src/prefs_filtering_action.c
1042 * src/prefs_toolbar.c
1049 * src/common/utils.c
1050 * src/etpan/imap-thread.c
1051 * src/gtk/gtkaspell.c
1052 * src/plugins/pgpcore/sgpgme.c
1053 More fixes from bug #1961:
1054 - Write-only variables
1055 - Null pointer dereferences
1056 - A couple other fixes for which the reporter
1057 was unsure, but which showed problems.
1058 More details in bug #1961 comments.
1060 2012-09-12 [colin] 3.8.1cvs51
1065 * src/plugins/pgpcore/passphrase.c
1066 Apply patches from bug #1961, "patches for
1067 a couple of clang warnings":
1068 - Check return codes
1071 2012-09-12 [colin] 3.8.1cvs50
1074 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
1075 where the included menu.h could come from Ncurses.
1076 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
1078 2012-09-11 [colin] 3.8.1cvs49
1081 Fix race condition at start.
1083 2012-09-10 [colin] 3.8.1cvs48
1086 Create lock socket as soon as possible, not after
1087 a few things like caching all prefs.
1089 2012-09-09 [mones] 3.8.1cvs47
1091 * src/plugins/bogofilter/bogofilter.c
1094 2012-09-08 [colin] 3.8.1cvs46
1115 * src/matcher_parser_parse.y
1123 * src/prefs_account.c
1124 * src/prefs_account.h
1125 * src/prefs_filtering.c
1126 * src/prefs_filtering_action.c
1128 * src/prefs_matcher.c
1129 * src/prefs_template.c
1130 * src/prefs_toolbar.c
1138 * src/remotefolder.c
1148 * src/gtk/description_window.c
1149 * src/plugins/trayicon/trayicon.c
1150 Break circular dependencies in Claws' headers,
1151 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1153 2012-09-08 [colin] 3.8.1cvs45
1156 Fix shortcut getting
1158 2012-09-05 [colin] 3.8.1cvs44
1162 * src/prefs_matcher.c
1163 Drop matcherprop_new_create, which is just a copy of
1164 matcherprop_new, and staticalize what can be
1166 2012-09-05 [colin] 3.8.1cvs43
1168 * src/plugins/pgpcore/select-keys.c
1169 Fix bug #2390, "Non-fully-trusted-key-warning appears
1170 based on primary UID rather than recipient e-mail"
1172 2012-08-29 [colin] 3.8.1cvs42
1174 * src/gtk/gtkaspell.c
1175 Fix bug #2596, "Spell checker does not work properly"
1177 2012-08-29 [colin] 3.8.1cvs41
1179 * src/plugins/pgpcore/sgpgme.c
1180 Set gpgme's locale to UTF-8. Fixes bug #2650,
1181 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
1183 2012-08-29 [colin] 3.8.1cvs40
1193 Move the hardcoded mimeview shortcuts to standard menus.
1195 2012-08-27 [colin] 3.8.1cvs39
1198 Fix double mainwindow presentation that confuses GNOME3
1199 when some plugins fail to load (subsequent Claws windows
1200 got no focus in that case)
1202 2012-08-27 [colin] 3.8.1cvs38
1205 Make Mark all read confirmation button more clear
1207 2012-08-27 [colin] 3.8.1cvs37
1211 Separate "Mark all read" from "Mark as read"
1214 2012-08-27 [wwp] 3.8.1cvs36
1218 Remove session statistics debug statements (irrelevant in repo,
1221 2012-08-24 [mones] 3.8.1cvs35
1223 * manual/advanced.xml
1224 Keep alphabetic order of hidden options lost
1225 and update Clawsker URL.
1226 * manual/de/advanced.xml
1227 * manual/fr/advanced.xml
1228 Update Clawsker URL.
1229 * manual/es/advanced.xml
1230 Sync with English version and update Clawsker URL.
1231 * manual/de/dist/html/Makefile.am
1232 * manual/es/dist/html/Makefile.am
1233 * manual/fr/dist/html/Makefile.am
1234 * manual/pl/dist/html/Makefile.am
1235 * manual/dist/html/Makefile.am
1236 Fix bug 2723 'Missing encoding in generated html manual'
1238 2012-08-23 [colin] 3.8.1cvs34
1241 Fix --offline asking if one wants to sync,
1242 due to re-entering. Thanks <ebik@ucw.cz>.
1244 2012-08-16 [colin] 3.8.1cvs33
1247 Always clear the tags list when fetching a folder, or
1248 Claws will never untag an untagged email. Patch by
1249 Igor Mammedov <imammedo@redhat.com>
1251 2012-08-12 [colin] 3.8.1cvs32
1254 Exclude text/plain from the attachment thing
1256 2012-08-12 [colin] 3.8.1cvs31
1259 Fix comparison, thanks to Michael Gmelin
1261 2012-08-12 [colin] 3.8.1cvs30
1264 Only show HTML parts by default (if the pref
1265 is set so) if the part disposition-type is
1266 inline or unknown, but not attachment.
1268 Remove useless hook that won't ever be used
1271 2012-08-12 [colin] 3.8.1cvs29
1274 Make sure text/* attachments are not made
1275 inline, regardless of the compose mode.
1276 Finishes fixing bug #2203 after auto-save
1277 switches mode to COMPOSE_REEDIT. Thanks to
1278 Michael Gmelin for finding this.
1280 2012-08-09 [colin] 3.8.1cvs28
1282 * src/prefs_filtering.c
1283 Make treeView type-ahead case insensitive
1284 Patch by Andreas Ronnquist
1286 2012-08-09 [colin] 3.8.1cvs27
1288 * src/gtk/sslcertwindow.c
1291 2012-08-09 [colin] 3.8.1cvs26
1294 * src/common/ssl_certificate.c
1295 * src/common/ssl_certificate.h
1296 * src/gtk/sslcertwindow.c
1297 Fix bug 2718, "Failure to check peer hostname
1298 when checking certificate"
1300 2012-08-05 [ticho] 3.8.1cvs25
1303 Avoid header combo box to get focus twice (first text within,
1304 then combobox widget itself) when switching focus with TAB.
1306 2012-07-28 [ticho] 3.8.1cvs24
1309 Properly fix setting "transient for" for attachment properties
1310 dialog when called via popup menu (since we're stealing focus
1311 few lines before, we need to do it directly, not via
1314 2012-07-28 [ticho] 3.8.1cvs23
1316 * src/gtk/pluginwindow.c
1317 * src/gtk/prefswindow.c
1318 Fixed setting "transient for" property for plugin load/unload
1319 file dialog. Connected manage_window signals to prefswindow events.
1321 2012-07-27 [ticho] 3.8.1cvs22
1325 Fixed setting "transient for" property for summaryview file
1326 dialog and messageview's image save dialog.
1328 2012-07-27 [ticho] 3.8.1cvs21
1332 Fix setting "transient for" property for file select dialogs
1333 in crash report and mimeview.
1335 2012-07-27 [ticho] 3.8.1cvs20
1338 Fixed "transient for" property for file attach dialog when
1339 called from Attachments list popup menu. Simplified menu item
1340 sensitivities setting code logic for this menu.
1342 2012-07-25 [ticho] 3.8.1cvs19
1344 * manual/advanced.xml
1345 Add the three hidden preferences related to colored display
1346 of unified diffs to manual.
1348 2012-07-25 [ticho] 3.8.1cvs18
1350 * src/gtk/gtkaspell.c
1351 Create "Change directory" submenu in a separate function, change
1352 wording a bit, and make the submenu always available in a context
1353 menu of body edit box in compose window.
1355 2012-07-25 [ticho] 3.8.1cvs17
1357 * src/gtk/prefswindow.c
1358 Correctly set transient_for property for preferences window,
1359 as well as for color picker dialogs. Fixes bug #2710.
1361 2012-07-25 [ticho] 3.8.1cvs16
1363 * src/gtk/quicksearch.c
1364 Allow quicksearch syntax description window to be correctly
1365 set transient for main window.
1367 2012-07-15 [wwp] 3.8.1cvs15
1370 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
1372 2012-07-10 [paul] 3.8.1cvs14
1375 forgot this in last commit
1377 2012-07-10 [paul] 3.8.1cvs13
1381 * src/common/quoted-printable.c
1382 * src/common/quoted-printable.h
1383 revert 3.8.1cvs2,3,4,5 because they (somewhere!) cause
1384 the bug: partial message text loss
1386 2012-07-10 [mones] 3.8.1cvs12
1388 * src/plugins/pgpcore/sgpgme.c
1389 Fix bug 2689, 'segfault when trying to view info
1390 about pgp/smime sign'
1392 2012-07-08 [ticho] 3.8.1cvs11
1394 * src/plugins/pgpcore/sgpgme.c
1395 Consider marginal signature validity as untrusted. Suggested by
1396 Jean-Benoist Leger (leger at crans.org).
1398 2012-07-08 [paul] 3.8.1cvs10
1400 * src/gtk/icon_legend.c
1401 fix (reveal) hidden icon in gui and build warning
1403 2012-07-07 [paul] 3.8.1cvs9
1405 * src/plugins/pgpcore/prefs_gpg.c
1408 2012-07-07 [colin] 3.8.1cvs8
1410 * claws-features.h.in
1418 * src/partial_download.h
1420 * src/prefs_account.h
1421 * src/prefs_common.h
1425 * src/stock_pixmap.c
1429 * src/common/session.h
1431 * src/common/socket.h
1433 * src/common/ssl_certificate.h
1434 * src/common/timing.h
1435 * src/common/utils.h
1436 * src/gtk/gtkaspell.h
1437 * src/gtk/gtkutils.h
1438 * src/gtk/pluginwindow.h
1439 * src/gtk/spell_entry.h
1440 * src/gtk/sslcertwindow.h
1441 Don't export config.h in public headers
1443 2012-07-07 [colin] 3.8.1cvs7
1445 * claws-features.h.in
1451 * src/addrcustomattr.c
1452 * src/addrduplicates.c
1455 * src/addressbook_foldersel.c
1465 * src/customheader.c
1466 * src/displayheader.c
1468 * src/editaddress_other_attributes_ldap.c
1473 * src/editldap_basedn.c
1482 * src/folder_item_prefs.c
1483 * src/grouplistdialog.c
1485 * src/image_viewer.c
1507 * src/message_search.c
1518 * src/partial_download.c
1519 * src/partial_download.h
1522 * src/prefs_account.c
1523 * src/prefs_account.h
1524 * src/prefs_actions.c
1525 * src/prefs_common.c
1526 * src/prefs_common.h
1527 * src/prefs_compose_writing.c
1528 * src/prefs_customheader.c
1529 * src/prefs_display_header.c
1530 * src/prefs_ext_prog.c
1531 * src/prefs_filtering.c
1532 * src/prefs_filtering_action.c
1533 * src/prefs_folder_column.c
1534 * src/prefs_folder_item.c
1537 * src/prefs_image_viewer.c
1538 * src/prefs_logging.c
1539 * src/prefs_matcher.c
1540 * src/prefs_message.c
1541 * src/prefs_msg_colors.c
1544 * src/prefs_receive.c
1546 * src/prefs_spelling.c
1547 * src/prefs_summaries.c
1548 * src/prefs_summary_column.c
1549 * src/prefs_summary_open.c
1550 * src/prefs_toolbar.c
1551 * src/prefs_wrapping.c
1560 * src/send_message.c
1564 * src/summary_search.c
1572 * src/common/claws.c
1574 * src/common/hooks.c
1577 * src/common/plugin.c
1578 * src/common/prefs.c
1579 * src/common/session.c
1580 * src/common/session.h
1583 * src/common/socket.c
1584 * src/common/socket.h
1587 * src/common/ssl_certificate.c
1588 * src/common/ssl_certificate.h
1589 * src/common/string_match.c
1591 * src/common/timing.h
1592 * src/common/utils.c
1593 * src/common/utils.h
1594 * src/etpan/etpan-thread-manager.c
1595 * src/etpan/imap-thread.c
1596 * src/etpan/nntp-thread.c
1598 * src/gtk/combobox.c
1599 * src/gtk/description_window.c
1601 * src/gtk/gtkaspell.c
1602 * src/gtk/gtkaspell.h
1603 * src/gtk/gtkshruler.c
1605 * src/gtk/gtkutils.c
1606 * src/gtk/gtkutils.h
1607 * src/gtk/gtkvscrollbutton.c
1608 * src/gtk/icon_legend.c
1609 * src/gtk/inputdialog.c
1610 * src/gtk/logwindow.c
1612 * src/gtk/pluginwindow.c
1613 * src/gtk/pluginwindow.h
1614 * src/gtk/prefswindow.c
1615 * src/gtk/progressdialog.c
1616 * src/gtk/quicksearch.c
1617 * src/gtk/spell_entry.c
1618 * src/gtk/spell_entry.h
1619 * src/gtk/sslcertwindow.c
1620 * src/gtk/sslcertwindow.h
1621 * src/plugins/bogofilter/bogofilter.c
1622 * src/plugins/bogofilter/bogofilter_gtk.c
1623 * src/plugins/dillo_viewer/dillo_prefs.c
1624 * src/plugins/dillo_viewer/dillo_viewer.c
1625 * src/plugins/pgpcore/pgp_viewer.c
1626 * src/plugins/pgpcore/plugin.c
1627 * src/plugins/pgpcore/sgpgme.c
1628 * src/plugins/pgpinline/pgpinline.c
1629 * src/plugins/pgpinline/plugin.c
1630 * src/plugins/pgpmime/pgpmime.c
1631 * src/plugins/pgpmime/plugin.c
1632 * src/plugins/smime/plugin.c
1633 * src/plugins/smime/smime.c
1634 * src/plugins/spamassassin/libspamc.c
1635 * src/plugins/spamassassin/spamassassin.c
1636 * src/plugins/spamassassin/spamassassin_gtk.c
1637 * src/plugins/trayicon/trayicon.c
1638 * src/plugins/trayicon/trayicon_prefs.c
1639 Specify Claws compile-time features in a specific header
1641 2012-07-06 [wwp] 3.8.1cvs6
1645 Session statistics: format date following global prefs,
1646 and fix stats output a little bit.
1648 2012-07-03 [mir] 3.8.1cvs5
1651 fix bug 2642, 'improve transfer encoding selection'.
1652 Patch provided by Christopher Zimmermann
1653 (madroach claws at gmerlin dot de)
1655 2012-07-03 [mir] 3.8.1cvs4
1659 fix bug 2641, '7bit or 8bit encoded attachments can
1660 have lines longer than 998 characters'.
1661 Patch provided by Christopher Zimmermann
1662 (madroach claws at gmerlin dot de)
1665 2012-07-03 [mir] 3.8.1cvs3
1669 fix bug 2641, '7bit or 8bit encoded attachments can
1670 have lines longer than 998 characters'.
1671 Patch provided by Christopher Zimmermann
1672 (madroach claws at gmerlin dot de)
1674 2012-07-03 [mir] 3.8.1cvs2
1678 * src/common/quoted-printable.c
1679 * src/common/quoted-printable.h
1680 fix bug 2640, 'improve quoted-printable encoding'
1681 Patch provided by madroach claws at gmerlin dot de
1683 2012-06-30 [paul] 3.8.1cvs1
1686 fix bug 2579, 'Installed headers redefine autotools-specific constants'
1688 2012-06-27 [paul] 3.8.1
1694 2012-06-27 [paul] 3.8.0cvs58
1697 fix minimum required GTK+, which got mistakenly bumped
1700 2012-06-27 [paul] 3.8.0cvs57
1715 updated translations
1717 * tools/claws.i18n.status.pl
1718 updated based on currently active
1720 2012-06-25 [mir] 3.8.0cvs56
1723 If a folder class returns <> 0 then the message has not
1724 been removed from the file system and therefore it should
1725 not be removed from the cache either.
1727 2012-06-20 [ticho] 3.8.0cvs55
1730 Fix for bug #1090 - Standard-folders appear again
1731 after rescanning tree
1733 2012-06-20 [paul] 3.8.0cvs54
1735 * src/prefs_common.c
1736 * src/prefs_common.h
1739 colourise attached patches.
1742 2012-06-02 [wwp] 3.8.0cvs53
1744 * src/gtk/progressdialog.c
1745 Add a hide button to the retrieve/send progress dialogs. WM's close button
1746 now hides (as well as pressing Esc) instead of doing nothing.
1748 2012-06-02 [wwp] 3.8.0cvs52
1750 * doc/man/claws-mail.1
1756 Introduce a new feature: basic session statistics (from the about dialog
1757 or the command-line).
1759 2012-06-02 [wwp] 3.8.0cvs51
1762 Fix bug 2620: shift+tab from subject field not working.
1764 2012-06-02 [wwp] 3.8.0cvs50
1769 Normalize capitalization of strings in UI.
1771 2012-05-30 [paul] 3.8.0cvs49
1774 don't do TLS if not requested by user. fixes connecting to
1775 servers which, for example, want SSL 3 only
1777 2012-05-27 [paul] 3.8.0cvs48
1780 update copyright headers to 2012
1782 2012-05-27 [paul] 3.8.0cvs47
1785 * src/prefs_actions.c
1787 fix some typos in strings, thanks to Thomas Bellmann
1789 2012-05-16 [paul] 3.8.0cvs46
1791 * src/prefs_filtering_action.c
1792 fix disabled 'select...' button that never goes away
1793 when using the new addr book
1796 2012-05-16 [colin] 3.8.0cvs45
1798 * src/common/utils.c
1801 2012-05-16 [colin] 3.8.0cvs44
1803 * src/common/utils.c
1804 Make remove_numbered_files much faster when there's
1805 just one file to remove.
1807 2012-05-16 [paul] 3.8.0cvs43
1810 fix bug 2662, '"ag" quicksearch adds "1" to value'
1812 2012-05-16 [paul] 3.8.0cvs42
1814 * src/gtk/description_window.c
1815 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
1817 2012-05-16 [paul] 3.8.0cvs41
1819 * src/common/ssl_certificate.c
1820 fix bug 2646, 'Compile fails with gnutls-3.0.18'
1821 Patch by Christian Hesse
1823 2012-05-11 [colin] 3.8.0cvs40
1826 * src/common/utils.c
1827 Fix bug 2659, 'E-mail attachments are handled
1829 Fix problems iterating the mime tree, and determine
1830 whether a file is an email without To:
1832 2012-04-03 [colin] 3.8.0cvs39
1835 Fix build (damn whitespace-sensitive file format)
1837 2012-04-02 [colin] 3.8.0cvs38
1840 Fix incomplete make dist
1842 2012-04-02 [colin] 3.8.0cvs37
1845 Fix mistakenly removed function call
1847 2012-04-01 [colin] 3.8.0cvs36
1855 * src/addressbook-dbus.c
1856 * src/addressbook-dbus.h
1861 * src/claws-contacts.xml
1869 * src/prefs_common.c
1870 * src/prefs_filtering_action.c
1871 * src/prefs_matcher.c
1875 * src/plugins/bogofilter/bogofilter_gtk.c
1876 * src/plugins/dillo_viewer/dillo_prefs.c
1877 * src/plugins/spamassassin/spamassassin_gtk.c
1878 * src/plugins/trayicon/trayicon.c
1879 Import new addressbook code from the new-contacts branch
1881 2012-03-29 [paul] 3.8.0cvs35
1885 * src/gtk/quicksearch.c
1886 add 'ha', short version of 'has_attachment' in quick search
1887 Patch by Andreas Rönnquist
1889 2012-03-26 [mones] 3.8.0cvs34
1891 * src/common/plugin.c
1892 Support 2 and 3-clause BSD licensed plugins
1894 2012-03-15 [pawel] 3.8.0cvs33
1898 - Make separate window info more accurate about
1899 move to trash/deletion.
1902 2012-03-14 [pawel] 3.8.0cvs32
1911 Better fix for bug #2501
1912 Instead of leaving blank window after message move or delete,
1913 update separate view to next message in message list or
1914 display info why view is blank. This was discussed
1915 in bug #2621 comments.
1917 2012-03-11 [colin] 3.8.0cvs31
1919 * src/gtk/gtkcmctree.c
1922 Fix focus rectangle on unfocused rows
1923 Patch by Michael Shell
1925 2012-02-29 [colin] 3.8.0cvs30
1927 * src/gtk/gtkcmctree.c
1928 Fix bug #2577, "Focus rectangle on folder list and message
1929 list headings doesn't get properly cleared when switching
1930 heading and horizontally scrolling list (underlines and
1931 vertical lines remain on screen)". Patch by Michael Shell
1933 2012-02-13 [pawel] 3.8.0cvs29
1936 Fix crasher when double clicking on IMAP message and
1937 MessageView is not shown introduced in cvs21
1940 2012-02-10 [pawel] 3.8.0cvs28
1943 Fix bug #2598 'Actions can move locked messages'
1945 2012-02-08 [pawel] 3.8.0cvs27
1947 * src/prefs_actions.c
1948 * src/prefs_actions.h
1949 * src/prefs_toolbar.c
1950 * src/prefs_toolbar.h
1953 - Implement automatic removal of toolbar action buttons when
1954 associated action is removed
1955 - Don't allow creation of two actions with the same name,
1956 before all executions/removals were performed on first action
1957 with duplicated name in linked list which wasn't always
1960 2012-02-05 [colin] 3.8.0cvs26
1966 * src/prefs_common.c
1967 * src/prefs_common.h
1972 Add an history to navigate in mails
1974 2012-02-05 [colin] 3.8.0cvs25
1977 Fix inverted comparison in list_find_custom.
1979 2012-02-03 [wwp] 3.8.0cvs24
1981 * src/gtk/progressdialog.c
1982 Make translators life easier: use View log instead of Show log
1985 2012-02-02 [pawel] 3.8.0cvs23
1988 Fix bug #2590 'Un-capitalize strings'
1989 Patch by Christian Hesse
1991 2012-02-02 [pawel] 3.8.0cvs22
1995 'Change expand behavior for message list / message view'
1996 Patch by Christian Hesse
1998 2012-02-02 [pawel] 3.8.0cvs21
2004 Fix bug #2501 'opened message blanks when moved to other folder'
2005 Detect message move and update message window contents
2006 accordingly, if message is moved to trash close window
2008 2012-02-01 [pawel] 3.8.0cvs20
2015 * src/gtk/sslcertwindow.c
2016 More strncat boundary checks
2018 2012-01-31 [wwp] 3.8.0cvs19
2020 * src/gtk/gtkutils.c
2021 Fix warnings in gtkutils: wrong function name, missing newline, typo and
2024 2012-01-31 [wwp] 3.8.0cvs18
2026 * src/gtk/progressdialog.c
2027 * src/gtk/progressdialog.h
2029 * src/send_message.c
2030 Add a button to the retrieve/send dialogs to
2031 open the network log.
2033 2012-01-25 [wwp] 3.8.0cvs17
2036 Remove debug statement.
2038 2012-01-20 [pawel] 3.8.0cvs16
2042 Fix bug #2574 'Statement might be overflowing a
2045 2012-01-20 [pawel] 3.8.0cvs15
2048 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
2050 2012-01-14 [colin] 3.8.0cvs14
2053 Update tracker trigger url
2055 2012-01-10 [wwp] 3.8.0cvs13
2060 Fix sensitivity of toolbar's get_btn (retrieve mail from current
2061 account) and of mainwindows's relevant entry when current account
2062 is not able to retrieve (SMTP-only).
2064 2012-01-09 [colin] 3.8.0cvs12
2067 Fix bug 1924, 'Messages marked move to Trash appear
2068 identical to messages marked move to $FOLDER'
2070 2012-01-05 [colin] 3.8.0cvs11
2073 Fix crasher infinite loop
2075 2012-01-03 [colin] 3.8.0cvs10
2077 * src/gtk/gtkcmctree.c
2078 Revert previous patch, it's buggy on headers
2080 2012-01-03 [colin] 3.8.0cvs9
2082 * src/gtk/gtkcmctree.c
2083 Fix bug #2566, 'wrapped Subject not bounded'
2085 2011-12-29 [pawel] 3.8.0cvs8
2091 Make forwarding selected attachment possible from
2092 mimeview's context menu
2093 Fixex bug #2047 'forward attachments'
2095 2011-12-28 [paul] 3.8.0cvs7
2097 * src/prefs_account.c
2098 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
2100 2011-12-28 [colin] 3.8.0cvs6
2105 2011-12-28 [colin] 3.8.0cvs5
2108 Fix GTK+2.16 build (w32)
2110 2011-12-18 [mir] 3.8.0cvs4
2113 Fix bug in search criteria when doing a
2114 complete directory search using '*'
2116 2011-12-16 [mir] 3.8.0cvs3
2119 Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
2121 2011-12-16 [wwp] 3.8.0cvs2
2124 * src/stock_pixmap.c
2125 * src/stock_pixmap.h
2127 * src/gtk/icon_legend.c
2128 * src/pixmaps/replied_and_forwarded.xpm
2129 Make replied and forwarded status flags non exclusive.
2130 Introduce a new message state (and relevant icon in message list)
2131 where both the replied and forwarded flags are set.
2133 2011-12-16 [paul] 3.8.0cvs1
2135 * tools/claws.i18n.status.pl
2138 2011-12-16 [paul] 3.8.0
2144 2011-12-16 [paul] 3.7.10cvs113
2151 * po/id.po **REMOVED**
2152 * po/id_ID.po **ADDED**
2159 2011-12-09 [pawel] 3.7.10cvs112
2162 * src/gtk/quicksearch.c
2163 * src/gtk/quicksearch.h
2164 Invalidate quicksearch root folder when removed
2165 Fixes bug #2560 'crash when unsubscribing newsgroup and
2166 having active search field'
2168 2011-12-08 [pawel] 3.7.10cvs111
2171 Better fix for cvs94
2173 2011-12-08 [wwp] 3.7.10cvs110
2176 Make "From" widget set independant from recipient lists below,
2177 so that it doesn't scroll when several recipients headers
2178 are added and eventually are scrolling the view.
2179 Path by Christian Hesse <mail@earthworm.de>.
2180 Fixes bug #2481 'do not scroll "from" dropdown list and sender
2183 2011-12-02 [paul] 3.7.10cvs109
2187 consistent label style
2189 2011-11-29 [wwp] 3.7.10cvs108
2191 * src/plugins/trayicon/libeggtrayicon/.cvsignore
2192 More generated stuff to ignore.
2194 2011-11-29 [wwp] 3.7.10cvs107
2196 * src/prefs_folder_item.c
2197 Fix CLAWS_TIP_DECL (undefined).
2199 2011-11-28 [pawel] 3.7.10cvs106
2204 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
2205 after removing the address book in the GUI'
2207 2011-11-26 [pawel] 3.7.10cvs105
2210 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
2212 2011-11-25 [colin] 3.7.10cvs104
2218 2011-11-24 [pawel] 3.7.10cvs103
2220 * src/prefs_filtering.c
2221 Complete cvs102, forgot to commit this
2223 2011-11-24 [pawel] 3.7.10cvs102
2230 * src/prefs_actions.c
2231 * src/prefs_actions.h
2232 Implement actions updating on folder/account rename
2233 This fixes bug #2543 'filter actions in actionsrc not
2234 updated upon account renaming'
2236 2011-11-24 [wwp] 3.7.10cvs101
2238 * src/gtk/gtkcmctree.c
2239 Remove irrelevant cairo directive (thanks to Hanno).
2241 2011-11-23 [wwp] 3.7.10cvs100
2243 * src/gtk/gtkcmctree.c
2244 Make arrows in gtkcmctree's less big (get rid of the outlining),
2245 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
2248 2011-11-22 [colin] 3.7.10cvs99
2251 * src/prefs_filtering.c
2252 * src/prefs_filtering.h
2253 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
2254 The existing functions should do the job as well
2255 if not better, as they take into account the
2258 2011-11-21 [pawel] 3.7.10cvs98
2260 * src/prefs_account.c
2261 Fix bug #2116 'Rip spaces off server names in account
2263 g_strstrip() domain names to be sure they are valid
2265 2011-11-21 [pawel] 3.7.10cvs97
2268 * src/prefs_filtering.c
2269 * src/prefs_filtering.h
2270 Fix bug #2404 'matcherrc updates upon account renaming'
2271 Fix bug #2406 'some part of accountrc not updated upon
2273 Renaming account cause changing of it's root folder prefix
2274 from #<type>/<old_name> to #<type>/<new_name> so every
2275 path directing to it must be altered. Fix paths in account
2276 preferences, global processing and filtering rules, folder
2277 processing rules upon rename
2279 2011-11-20 [pawel] 3.7.10cvs96
2283 * src/prefs_actions.c
2284 Fix bug #1489 'Filter action mark_as_read inoperative
2285 following move action'
2286 Sort actions lists to have proper order of execution
2288 2011-11-20 [pawel] 3.7.10cvs95
2290 * src/prefs_actions.c
2291 * src/prefs_filtering.c
2292 * src/prefs_template.c
2293 Fix bug #1870 'arrow scrolling in filters'
2294 Allow arrow scrolling in dialogs with list view widgets
2295 plus couple fixes of issues I found along the way
2297 2011-11-19 [pawel] 3.7.10cvs94
2300 Don't highlight icons on right-click, they are not
2301 selected and other part is shown which is confusing
2303 2011-11-19 [mones] 3.7.10cvs93
2305 * manual/advanced.xml
2308 2011-11-19 [mones] 3.7.10cvs92
2310 * manual/advanced.xml
2311 * manual/es/advanced.xml
2312 Document undocumented hidden option 'zero_replacement_char'
2313 Synchronize Spanish manual with English version
2315 2011-11-19 [pawel] 3.7.10cvs91
2319 * src/prefs_common.c
2320 * src/prefs_common.h
2324 Fix bug #2377 'Show All Headers - make change persistent
2327 2011-11-19 [pawel] 3.7.10cvs90
2331 * src/folder_item_prefs.c
2338 Fix bug #1563 'Folder view: show complete threads if they
2339 contain unread messages'
2340 Add option to show only threads with unread messages
2341 initial patch by Paul Ollis, my small additions:
2342 - when checking thread for unread finish on first unread
2343 - make thread options unavailable when threading is off
2344 - hide_unread_msgs and hide_unread_threads are mutually
2345 exclusive options, set menus sensitivity accordingly
2346 - set folder item icon type similiar to hide_unread_msgs
2348 2011-11-19 [colin] 3.7.10cvs89
2353 2011-11-18 [pawel] 3.7.10cvs88
2359 * src/prefs_common.c
2360 * src/prefs_common.h
2361 Fix bug #2408 'Some UI elements are not persistent
2363 Remember size of main window, compose notebook, mimeview
2364 tree widgets between claws-mail runs. Compose window
2365 size saving was already done in cvs74
2367 2011-11-18 [mones] 3.7.10cvs87
2372 Fixes bug #2509, "manually added headers are lost unless
2373 mail is sent inmediately"
2375 2011-11-17 [pawel] 3.7.10cvs86
2378 Fix crasher reported in bug #2543
2380 2011-11-13 [colin] 3.7.10cvs85
2383 Make compose windows printable
2385 2011-11-11 [colin] 3.7.10cvs84
2388 Fix build on Fedora 16. -lm was probably pulled by something
2391 2011-11-11 [pawel] 3.7.10cvs83
2397 Port MimeView to GtkTreeView
2399 2011-11-11 [colin] 3.7.10cvs82
2401 * src/prefs_common.c
2402 Use %x (The preferred date representation for the current locale
2405 2011-11-10 [paul] 3.7.10cvs81
2407 * src/prefs_common.c
2408 use european date format as default
2410 2011-11-08 [pawel] 3.7.10cvs80
2413 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
2414 Fix race condition - don't try to hide messageview while
2415 being in the middle of message displaying routine.
2417 2011-11-08 [colin] 3.7.10cvs79
2420 Make sure we break line when we need to. Very probably
2421 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
2424 2011-11-07 [pawel] 3.7.10cvs78
2427 Fix bug #2493 'Subscription pull down should be alphabetized'
2429 2011-11-07 [pawel] 3.7.10cvs77
2434 Make Home & End keys work in textview
2436 2011-11-06 [colin] 3.7.10cvs76
2439 Oops, some unwanted undo got commited.
2441 2011-11-06 [colin] 3.7.10cvs75
2444 Don't iconify/deiconify. Instead, just show nothing
2447 2011-11-06 [pawel] 3.7.10cvs74
2450 Fix compose window size saving / restoring
2452 2011-11-06 [pawel] 3.7.10cvs73
2456 Optimize message displaying, in some conditions parts were
2457 displayed twice causing flickering. For example first html
2458 source and then rendering output from html plugin of the
2461 2011-11-05 [wwp] 3.7.10cvs72
2463 * src/gtk/gtkaspell.c
2464 Fix compilation where 'null' is undefined (use NULL instead).
2466 2011-11-05 [colin] 3.7.10cvs71
2468 * src/gtk/gtkaspell.c
2469 No need to show a backtrace if gtkaspell is null
2471 2011-11-05 [pawel] 3.7.10cvs70
2473 * src/gtk/gtkaspell.c
2474 Fix crasher when spellchecking is not enabled
2476 2011-11-02 [mones] 3.7.10cvs69
2478 * doc/man/claws-mail.1
2479 fixed hyphens (patch from Debian packaging)
2480 fixed header to follow man style closely
2481 documented new option --compose-from-file
2482 removed INSTALLATION section, doesn't belong to manpage
2483 added ENVIRONMENT, COPYRIGHT and BUGS sections
2484 expanded FILES section to include certs and autofaces dirs
2485 expanded SEE ALSO section to include manual and plugins
2487 2011-11-01 [colin] 3.7.10cvs68
2489 * src/common/utils.c
2490 Fix wrong debug stuff commited.
2492 2011-11-01 [colin] 3.7.10cvs67
2496 * src/common/utils.c
2497 * src/gtk/gtkaspell.c
2498 * src/gtk/gtkaspell.h
2499 Fix huge slowness induced by spellcheck "while typing"
2500 during initial quote rewraps.
2502 2011-10-31 [pawel] 3.7.10cvs66
2508 Fix bug #2526 'When reading message in separate window,
2509 n and p keys do not work'
2510 - fix key event handling in messageview
2511 - remove bindings for 'n' and 'p' keys in mimeview (next-part
2512 and prev-part actions)
2513 - instead add 'z' key for prev-part, we have 'a' key
2514 for next-part already
2516 2011-10-31 [colin] 3.7.10cvs65
2519 Fix build with GLib 2.31. Thanks to Charles A. Edwards
2521 2011-10-31 [pawel] 3.7.10cvs64
2524 * src/gtk/gtkutils.c
2525 Fix bug #2303 'Next unread message enables message view'
2526 Don't show previously hidden message view in main window
2527 when user reads messages in external window
2529 2011-10-31 [paul] 3.7.10cvs63
2531 * src/prefs_template.c
2532 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
2533 fit at 540 here, for those where they don't the dialogue can be made
2536 2011-10-31 [paul] 3.7.10cvs62
2539 revert 3.7.10cvs61, these entries _should_ be editable
2541 2011-10-30 [pawel] 3.7.10cvs61
2544 Those entries should not be editable
2546 2011-10-30 [pawel] 3.7.10cvs60
2548 * src/prefs_template.c
2549 - Dialog needs more height to fit all widgets
2550 - Clear template contents on delete
2552 2011-10-30 [pawel] 3.7.10cvs59
2554 * src/prefs_folder_item.c
2555 Update summaryview after changing folder prefs when needed
2557 2011-10-30 [pawel] 3.7.10cvs58
2560 Remove key-press-event blocking, it only
2561 emits GLib-GObject warnings
2563 2011-10-29 [colin] 3.7.10cvs57
2566 Fix focus of completion window with gnome shell
2567 Fixes bug #2525, "Address completion window does not get
2570 2011-10-29 [colin] 3.7.10cvs56
2573 Fix flicker on recursive quicksearch
2575 2011-10-28 [colin] 3.7.10cvs55
2579 Fix a bit the focus problem on Gnome shell
2581 2011-10-26 [mones] 3.7.10cvs54
2584 Add missing accelerator
2586 2011-10-25 [colin] 3.7.10cvs53
2588 * src/gtk/gtkcmclist.c
2589 * src/gtk/gtkcmctree.c
2590 Fix colors, fix warnings
2592 2011-10-25 [colin] 3.7.10cvs52
2594 * src/gtk/gtkcmclist.c
2595 * src/gtk/gtkcmctree.c
2598 2011-10-25 [colin] 3.7.10cvs51
2600 * src/stock_pixmap.c
2601 Fix build with gtk + 2.20
2603 2011-10-25 [colin] 3.7.10cvs50
2609 Fix locking when sending a single message
2611 2011-10-25 [colin] 3.7.10cvs49
2613 * src/gtk/colorlabel.c
2615 * src/gtk/gtkcmclist.c
2616 Make row height closer to what it was
2618 2011-10-25 [colin] 3.7.10cvs48
2620 * src/stock_pixmap.c
2621 Always use cairo to draw
2623 2011-10-25 [colin] 3.7.10cvs47
2626 Fix bug #2529, 'crash in mimeview_start_drag after
2627 deleting message'. Patch by Ricardo
2629 2011-10-23 [colin] 3.7.10cvs46
2631 * src/gtk/gtkcmclist.c
2632 * src/gtk/gtkcmclist.h
2633 * src/gtk/gtkcmctree.c
2634 Draw CMClist with cairo too.
2636 2011-10-23 [colin] 3.7.10cvs45
2638 * src/gtk/gtkcmclist.h
2639 Fix build (this was not meant to be commited)
2641 2011-10-23 [colin] 3.7.10cvs44
2645 * src/addressbook_foldersel.c
2649 * src/grouplistdialog.c
2650 * src/prefs_common.c
2651 * src/prefs_common.h
2653 * src/gtk/gtkcmclist.c
2654 * src/gtk/gtkcmclist.h
2655 * src/gtk/gtkcmctree.c
2656 * src/gtk/gtkcmctree.h
2657 * src/gtk/gtksctree.c
2658 Refactor some tree stuff (lots of code duplication there)
2659 and switch to cairo for tree rendering.
2661 2011-10-23 [holger] 3.7.10cvs43
2664 Don't issue a warning for designed behaviour of the stop rule.
2665 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
2667 2011-10-22 [colin] 3.7.10cvs42
2670 * src/gtk/gtkshruler.c
2671 * src/gtk/gtkutils.h
2674 2011-10-22 [colin] 3.7.10cvs41
2683 * src/grouplistdialog.c
2690 * src/prefs_account.c
2691 * src/prefs_actions.c
2692 * src/prefs_ext_prog.c
2693 * src/prefs_filtering.c
2694 * src/prefs_folder_item.c
2695 * src/prefs_image_viewer.c
2696 * src/prefs_logging.c
2697 * src/prefs_msg_colors.c
2700 * src/prefs_spelling.c
2701 * src/prefs_summaries.c
2702 * src/prefs_template.c
2705 * src/send_message.c
2707 * src/summary_search.c
2710 * src/gtk/gtkcmclist.c
2711 * src/gtk/gtkcmctree.c
2712 * src/gtk/gtkcmoptionmenu.c
2713 * src/gtk/gtksctree.c
2714 * src/gtk/gtkutils.c
2715 * src/gtk/gtkutils.h
2716 * src/gtk/gtkvscrollbutton.c
2717 * src/gtk/inputdialog.c
2718 * src/gtk/pluginwindow.c
2719 * src/gtk/quicksearch.c
2720 * src/gtk/spell_entry.c
2721 * src/plugins/bogofilter/bogofilter_gtk.c
2722 * src/plugins/dillo_viewer/dillo_prefs.c
2723 * src/plugins/pgpcore/prefs_gpg.c
2724 * src/plugins/spamassassin/spamassassin_gtk.c
2725 * src/plugins/trayicon/trayicon.c
2726 * src/plugins/trayicon/trayicon_prefs.c
2727 Remove all possible #if GTK_CHECK_VERSION() checks,
2728 and make Claws build with GTK+2.16 (untested right
2729 now), as the Gpg4Win project uses GTK+2.16 currently.
2731 2011-10-22 [colin] 3.7.10cvs40
2733 * src/gtk/gtkutils.h
2735 Fix (hopefully) build with GTK+ 2.18.
2737 2011-10-20 [paul] 3.7.10cvs39
2742 fix bug 2479, 'LDIF address book import matches tags case sensitive'
2743 Patch by Bodo Graumann <mail@bodograumann.de>
2745 2011-10-20 [mones] 3.7.10cvs38
2749 Fix references to old dotsrc mailing lists
2751 2011-10-19 [mones] 3.7.10cvs37
2753 * src/prefs_msg_colors.c
2754 Fix Ok/Cancel buttons in color selector of preferences
2756 2011-10-17 [colin] 3.7.10cvs36
2758 * src/gtk/gtkshruler.c
2759 (Probably) fix GTK+ <= 2.22
2761 2011-10-17 [colin] 3.7.10cvs35
2763 * src/gtk/gtkshruler.c
2766 2011-10-17 [mones] 3.7.10cvs34
2775 Fix potential out-of-buffer writes
2777 2011-10-17 [mones] 3.7.10cvs33
2780 Use just one g_print call per option; correct indentation
2782 2011-10-17 [colin] 3.7.10cvs32
2786 * src/gtk/Makefile.am
2787 * src/gtk/gtkshruler.c
2788 * src/gtk/gtkshruler.h
2791 Reimplement ruler using the GTK widgets. Thanks
2792 to Hanno for the initial patch.
2794 2011-10-17 [colin] 3.7.10cvs31
2798 * src/gtk/gtkutils.c
2799 * src/gtk/gtkutils.h
2800 Undeprecate GIO/GdkCondition
2802 2011-10-16 [mones] 3.7.10cvs30
2805 Add --compose-from-file option to open composition
2806 window with the headers and body from a file; based
2807 on Debian patch to fix http://bugs.debian.org/544868
2809 2011-10-15 [mones] 3.7.10cvs29
2811 * manual/advanced.xml
2812 Document new summary_from_show hidden preference
2814 2011-10-15 [paul] 3.7.10cvs28
2817 compose_create_tags() - fix misplaced 'int i'
2818 compose_entry_mark_default_to() - fix To field highlighting
2820 2011-10-09 [colin] 3.7.10cvs27
2823 Fix address completion
2825 2011-10-07 [colin] 3.7.10cvs26
2827 * src/prefs_filtering_action.c
2828 * src/gtk/gtkutils.h
2829 Fix build with GTK+2.20
2831 2011-10-07 [colin] 3.7.10cvs25
2833 * src/gtk/Makefile.am
2834 * src/gtk/gdkkeysyms-new.h
2835 * src/gtk/gtkutils.h
2836 Copy the new GDK_KEY_* definitions for older GTKs
2838 2011-10-07 [colin] 3.7.10cvs24
2841 Fix typos (thanks to Hanno)
2843 2011-10-07 [colin] 3.7.10cvs23
2846 * src/gtk/gtkshruler.c
2847 * src/gtk/gtkshruler.h
2848 Disable ruler starting from 2.24.
2850 2011-10-07 [colin] 3.7.10cvs22
2854 * src/gtk/Makefile.am
2857 2011-10-07 [colin] 3.7.10cvs21
2867 * src/message_search.c
2870 * src/prefs_account.c
2871 * src/prefs_compose_writing.c
2872 * src/prefs_filtering_action.c
2873 * src/prefs_folder_item.c
2874 * src/prefs_logging.c
2875 * src/prefs_matcher.c
2876 * src/prefs_message.c
2878 * src/prefs_receive.c
2879 * src/prefs_summaries.c
2880 * src/prefs_wrapping.c
2884 * src/stock_pixmap.c
2885 * src/summary_search.c
2887 * src/gtk/Makefile.am
2888 * src/gtk/colorlabel.c
2889 * src/gtk/gtkutils.c
2890 * src/gtk/gtkutils.h
2891 * src/gtk/logwindow.c
2894 * src/gtk/quicksearch.c
2895 * src/gtk/spell_entry.c
2896 * src/plugins/bogofilter/bogofilter_gtk.c
2897 * src/plugins/dillo_viewer/dillo_viewer.c
2898 * src/plugins/pgpcore/prefs_gpg.c
2899 * src/plugins/spamassassin/spamassassin_gtk.c
2900 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
2901 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
2902 ported (especially GtkCMOptionMenu)
2904 2011-10-07 [colin] 3.7.10cvs20
2909 * src/addrcustomattr.c
2910 * src/addrduplicates.c
2913 * src/addressbook_foldersel.c
2919 * src/editaddress_other_attributes_ldap.c
2924 * src/editldap_basedn.c
2932 * src/grouplistdialog.c
2938 * src/message_search.c
2941 * src/prefs_actions.c
2942 * src/prefs_customheader.c
2943 * src/prefs_display_header.c
2944 * src/prefs_filtering.c
2945 * src/prefs_filtering_action.c
2946 * src/prefs_folder_column.c
2947 * src/prefs_matcher.c
2948 * src/prefs_msg_colors.c
2950 * src/prefs_summaries.c
2951 * src/prefs_summary_column.c
2952 * src/prefs_summary_open.c
2953 * src/prefs_template.c
2954 * src/prefs_toolbar.c
2956 * src/sourcewindow.c
2958 * src/summary_search.c
2963 * src/gtk/colorsel.c
2964 * src/gtk/combobox.c
2965 * src/gtk/description_window.c
2966 * src/gtk/foldersort.c
2967 * src/gtk/gtkaspell.c
2968 * src/gtk/gtkcmclist.c
2969 * src/gtk/gtkcmctree.c
2970 * src/gtk/gtkcmoptionmenu.c
2971 * src/gtk/gtkutils.c
2972 * src/gtk/icon_legend.c
2973 * src/gtk/inputdialog.c
2974 * src/gtk/logwindow.c
2975 * src/gtk/pluginwindow.c
2976 * src/gtk/prefswindow.c
2977 * src/gtk/quicksearch.c
2978 * src/plugins/pgpcore/passphrase.c
2979 * src/plugins/pgpcore/select-keys.c
2980 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
2981 to replace GDK_* by GDK_KEY_*.
2983 2011-10-07 [colin] 3.7.10cvs19
2994 * src/grouplistdialog.c
2995 * src/image_viewer.c
2999 * src/prefs_filtering_action.c
3000 * src/prefs_folder_column.c
3001 * src/prefs_msg_colors.c
3002 * src/prefs_summary_column.c
3003 * src/prefs_toolbar.c
3005 * src/stock_pixmap.c
3012 * src/gtk/colorlabel.c
3013 * src/gtk/colorsel.c
3014 * src/gtk/gtkcmclist.c
3015 * src/gtk/gtkcmctree.c
3016 * src/gtk/gtkcmoptionmenu.c
3017 * src/gtk/gtksctree.c
3018 * src/gtk/gtkutils.c
3019 * src/gtk/gtkvscrollbutton.c
3020 * src/gtk/inputdialog.c
3021 * src/gtk/logwindow.c
3023 * src/gtk/prefswindow.c
3024 * src/gtk/progressdialog.c
3025 * src/plugins/pgpcore/passphrase.c
3026 * src/plugins/trayicon/trayicon.c
3027 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
3028 Patch by Hanno Thurow-Meyer, many thanks to him !
3030 2011-09-20 [colin] 3.7.10cvs18
3033 Fix bug #2502, 'gnutls_transport_set_lowat removed in
3036 2011-09-18 [colin] 3.7.10cvs17
3039 Fix segfault when connection fails
3041 2011-09-03 [colin] 3.7.10cvs16
3044 Use NORMAL instead of EXPORT priorities.
3046 2011-09-02 [colin] 3.7.10cvs15
3050 Linking against gcrypt explicitely in order to call
3051 gcry_control() for mutex setup isn't necessary anymore
3052 starting from gnuTLS 2.11.
3054 2011-08-31 [colin] 3.7.10cvs14
3056 * src/plugins/pgpinline/pgpinline.c
3057 * src/plugins/pgpmime/pgpmime.c
3058 Fix bug #2431, "Major memory leak in PGP message handling".
3060 2011-08-31 [colin] 3.7.10cvs13
3067 Apply Steve Rader's patch from bug #2388, "Add
3068 message view scrolling menu items"
3070 2011-08-30 [colin] 3.7.10cvs12
3072 * src/gtk/prefswindow.c
3073 Fix layout issues (i.e. on SSL page if changing account
3074 type prior to visiting it).
3076 2011-08-30 [colin] 3.7.10cvs11
3080 Don't use deprecated functions for GnuTLS priorities.
3081 Require GnuTLS 2.2 that is the first version with the
3084 2011-08-30 [colin] 3.7.10cvs10
3086 * src/common/socket.c
3088 Long-term fix for bug #2402, "GnuTLS change breaks socket
3089 communication", as per http://savannah.gnu.org/support/?107660
3091 2011-08-30 [colin] 3.7.10cvs9
3093 * src/etpan/imap-thread.c
3094 * src/etpan/nntp-thread.c
3095 Remove dead openSSL code
3097 2011-08-30 [colin] 3.7.10cvs8
3101 * src/common/ssl_certificate.c
3102 * src/common/ssl_certificate.h
3103 * src/etpan/imap-thread.c
3104 * src/etpan/nntp-thread.c
3105 Fix bug #2127, "SSL cert check uses canonical name instead of
3108 2011-08-29 [colin] 3.7.10cvs7
3110 * src/prefs_account.c
3111 Fix X-Mailer option not appearing on IMAP
3113 2011-08-29 [colin] 3.7.10cvs6
3115 * src/plugins/pgpcore/Makefile.am
3116 * src/plugins/pgpinline/Makefile.am
3117 * src/plugins/pgpmime/Makefile.am
3118 * src/plugins/smime/Makefile.am
3120 libtool: link: require no space between `-L' and `.'
3122 2011-08-29 [colin] 3.7.10cvs5
3126 * src/prefs_account.c
3127 * src/prefs_account.h
3128 Revert cvs4 which is rather illogical and instead
3129 use Fabian's patch from bug #2471
3131 2011-08-29 [colin] 3.7.10cvs4
3134 Don't insert custom headers that have empty values.
3135 Allows not inserting X-Mailer if it's set to nothing.
3136 Fixes bug #2471, "Make setting an X-Mailer header optional".
3138 2011-08-29 [colin] 3.7.10cvs3
3140 * src/image_viewer.c
3142 * src/gtk/gtkutils.c
3143 * src/gtk/gtkutils.h
3144 Handle EXIF orientation in images (both in textview's
3145 preview and image viewer)
3147 2011-08-28 [paul] 3.7.10cvs2
3149 * src/prefs_common.c
3150 * src/prefs_common.h
3152 add new hidden option to control the display in the From
3153 column in the Message List: 0 (default): show name,
3154 1: show address, 2: show name + address
3156 2011-08-27 [paul] 3.7.10cvs1
3159 * src/common/ssl_certificate.c
3160 * src/etpan/imap-thread.c
3161 * src/etpan/nntp-thread.c
3162 offer up some missing log_error() strings to translators
3164 2011-08-27 [paul] 3.7.10
3170 2011-08-27 [paul] 3.7.9cvs52
3178 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
3179 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
3181 2011-08-27 [mones] 3.7.9cvs51
3183 * claws-mail.desktop
3184 Include generic name and comment translations
3185 Thanks to all the people on the translators ML!
3187 2011-08-23 [paul] 3.7.9cvs50
3190 probable/possible fix/workaround for bug 2402,
3191 'can't download message from pop3 server'
3193 2011-08-18 [paul] 3.7.9cvs49
3195 * manual/handling.xml
3196 fix typos. thanks to vilpan
3198 2011-08-17 [paul] 3.7.9cvs48
3200 * tools/claws.i18n.status.pl
3201 add Mindaugas Baranauskas (Lithuanian)
3203 2011-08-14 [mir] 3.7.9cvs47
3206 * src/etpan/nntp-thread.c
3207 Fix bug 2418. Patch provided by Sébastien Bigaret with
3208 some minor contribution by me.
3210 2011-08-13 [mir] 3.7.9cvs46
3212 * src/etpan/nntp-thread.c
3213 Fix bug when NNTP server sends authentication warning
3214 as part of the connection session. Privously etpan would
3215 bail out for any return code other than NEWSNNTP_NO_ERROR
3216 but as early as the connection session a return code like
3217 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
3218 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
3219 be considered as an error.
3221 2011-08-12 [paul] 3.7.9cvs45
3224 3.7.9cvs43 mistakenly dropped off the info
3225 about the mime part from the tooltip
3227 2011-08-12 [wwp] 3.7.9cvs44
3229 * src/gtk/quicksearch.c
3230 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
3232 2011-08-09 [paul] 3.7.9cvs43
3235 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
3237 2011-08-06 [paul] 3.7.9cvs42
3240 fix cursor placement in Forward template
3242 2011-08-06 [paul] 3.7.9cvs41
3244 * src/gtk/description_window.c
3245 fix bug 1963, 'Preferences Templates Information Window Focus loss'
3247 2011-08-05 [holger] 3.7.9cvs40
3249 * claws-mail.desktop
3250 Revert 3.7.9cvs35 for now, it may be problematic
3253 2011-08-05 [paul] 3.7.9cvs39
3257 use 'Collapse quotes' rather than 'Fold quotes' on
3258 labels, for consistency
3260 use 'Receive mail from account' rather than 'on account'
3262 2011-07-30 [mir] 3.7.9cvs38
3264 * src/etpan/Makefile.am
3265 * src/plugins/pgpcore/Makefile.am
3266 * src/plugins/pgpmime/Makefile.am
3267 * src/plugins/smime/Makefile.am
3268 Fix broken build on Debian Sid. enchant.h cannot be
3269 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
3270 present in Makefile.am. Apparently enchant.h in older
3271 versions were placed in /usr/include which is always
3274 2011-07-21 [mones] 3.7.9cvs37
3276 * src/common/plugin.c
3277 * src/common/plugin.h
3278 Make licences allowed for plugins more explicit and also
3279 accept dual (or more) licences when properly formatted.
3280 Doesn't require any change on current plugins.
3282 2011-07-18 [mones] 3.7.9cvs36
3284 * manual/advanced.xml
3285 Document briefly tags feature.
3286 * manual/glossary.xml
3287 Fix definition to avoid confussion with tags.
3288 * manual/es/advanced.xml
3289 * manual/es/glossary.xml
3290 Synchronize Spanish translation with the above.
3292 2011-07-07 [holger] 3.7.9cvs35
3294 * claws-mail.desktop
3295 Add indicator stuff to the desktop file
3296 Taken from bug #2450
3298 2011-07-06 [paul] 3.7.9cvs34
3303 2011-07-06 [mones] 3.7.9cvs33
3306 Do not create an empty tag name row in panel and
3307 warn user about using a non-reserved tag instead
3309 2011-07-05 [mones] 3.7.9cvs32
3314 * src/etpan/imap-thread.c
3315 Make constants for reserved tags and use them
3316 Removed also duplicate comparison while at it
3318 2011-07-05 [paul] 3.7.9cvs31
3321 when using a Compose template, only place the cursor
3322 in the body when the cursor symbol, %cursor (%X), is used
3324 2011-07-03 [paul] 3.7.9cvs30
3327 do main_window_popup(mainwin); on plugin load error, or
3328 else the warning dialogue and mainwindow stays minimised
3331 2011-07-03 [paul] 3.7.9cvs29
3334 fix bug 2462, 'Building without GnuTLS support leads to a
3335 failure in wizard.c'
3337 2011-07-03 [paul] 3.7.9cvs28
3342 fix bug #2461, 'popup menu in message list displays
3343 'move to trash' and 'delete''.
3344 Add a new sensitivity condition 'M_NOT_TRASH' and
3345 remove the broken workaround for right-click in summaryview.c.
3346 Fix broken main menu sensitivity for "Menu/Message/Move" in
3349 2011-06-21 [paul] 3.7.9cvs27
3352 revert 3.7.9cvs2, it does no good
3354 2011-06-18 [mir] 3.7.9cvs26
3357 Fix autoconf warnings introduced in autoconf >= 2.64
3359 2011-06-05 [paul] 3.7.9cvs25
3369 fix strings where an informational message has been
3370 wrongly entered into the translated string
3372 enable 'Trash' and 'Sender' to be translated based on
3373 the context, e.g. as button text and as mail header
3375 fix english in Info tab
3377 2011-05-25 [colin] 3.7.9cvs24
3380 Fix bug #2439, "use bitwise operator for bitmask instead of
3381 logical operator". Thanks to Nicolas Kaiser for the patch.
3383 2011-05-18 [colin] 3.7.9cvs23
3386 Fix missing group selection before xover if the
3387 connection was reset before.
3389 2011-05-12 [colin] 3.7.9cvs22
3391 * src/common/utils.c
3392 Fix bug #2412, "Send account mail address in Message-ID
3393 wrongly implemented". Patch by Fabian Keil.
3395 2011-05-12 [mones] 3.7.9cvs21
3397 * src/etpan/nntp-thread.c
3398 Fix bug #2418 "NNTP authentication is broken"
3400 2011-05-09 [pawel] 3.7.9cvs20
3403 * src/prefs_folder_item.c
3406 2011-05-05 [colin] 3.7.9cvs19
3411 * src/send_message.c
3412 Fix bug #2184, "Add account name information inside network log".
3413 Initial patch by MSulchan Darmawan, expanded to other protocols.
3414 This stuff is too much copy-pasted.
3417 2011-04-30 [colin] 3.7.9cvs18
3420 Fix bug #2414, 'Claws segfaults on startup with
3421 notification plugin enabled". Thanks Christian
3422 Faulhammer for the patch.
3424 2011-04-27 [colin] 3.7.9cvs17
3427 Make Windows' encoding CP1251 for ru_RU locale
3428 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
3430 2011-04-24 [paul] 3.7.9cvs16
3432 * manual/claws-mail-manual.xml
3433 * manual/de/claws-mail-manual.xml
3434 * manual/es/claws-mail-manual.xml
3435 * manual/fr/claws-mail-manual.xml
3436 * manual/it/claws-mail-manual.xml
3437 update copyright year
3439 2011-04-24 [paul] 3.7.9cvs15
3442 fix bug #2353, 'Right-clicking on spam in order to delete
3443 it causes it to show in message window'
3445 2011-04-24 [paul] 3.7.9cvs14
3448 * src/gtk/foldersort.c
3449 * src/gtk/foldersort.h
3450 fix labelling, 'change folder order' to 'change mailbox order'
3452 2011-04-23 [paul] 3.7.9cvs13
3455 fix bug #2409, 'Failed to compile under GCC 3.x : option
3456 -Wno-pointer-sign badly set in configure.ac'. mistakenly
3457 committed in 3.7.8cvs19
3459 2011-04-11 [paul] 3.7.9cvs12
3461 * src/plugins/trayicon/trayicon.c
3462 fix build bug: gtk_status_icon_set_title() is available
3463 since gtk 2.18.x not 2.14.x
3465 2011-04-11 [paul] 3.7.9cvs11
3468 updated by Páder Rezső
3470 2011-04-10 [colin] 3.7.9cvs10
3476 * src/editaddress_other_attributes_ldap.c
3478 * src/message_search.c
3479 * src/prefs_display_header.c
3480 * src/prefs_filtering_action.c
3481 * src/prefs_matcher.c
3483 * src/prefs_toolbar.c
3484 * src/summary_search.c
3485 * src/gtk/colorlabel.c
3486 * src/gtk/combobox.c
3487 * src/gtk/gtkcmoptionmenu.c
3488 * src/gtk/gtkshruler.c
3489 * src/gtk/gtkshruler.h
3490 * src/gtk/gtkutils.h
3491 * src/gtk/inputdialog.c
3492 * src/gtk/quicksearch.c
3493 Revert the whole pile of crap introduced in
3496 2011-04-10 [colin] 3.7.9cvs9
3500 * src/editaddress_other_attributes_ldap.c
3502 * src/message_search.c
3503 * src/prefs_display_header.c
3504 * src/prefs_matcher.c
3505 * src/prefs_toolbar.c
3506 * src/summary_search.c
3507 * src/gtk/combobox.c
3508 * src/gtk/gtkutils.h
3509 * src/gtk/inputdialog.c
3510 * src/gtk/quicksearch.c
3511 Finish fun with combo boxes. (hopefully)
3513 2011-04-10 [colin] 3.7.9cvs8
3516 * src/prefs_filtering_action.c
3517 * src/gtk/combobox.c
3518 * src/gtk/gtkshruler.c
3519 * src/gtk/gtkshruler.h
3520 More undeprecation. GTKSHRuler is #if'ed out. We can
3521 still decide to maintain the old GtkRuler widget in-tree
3522 if the lack of ruler in Compose window is too
3525 2011-04-10 [colin] 3.7.9cvs7
3530 * src/editaddress_other_attributes_ldap.c
3531 * src/message_search.c
3532 * src/prefs_display_header.c
3533 * src/prefs_filtering_action.c
3535 * src/prefs_toolbar.c
3536 * src/summary_search.c
3537 * src/gtk/colorlabel.c
3538 * src/gtk/combobox.c
3539 * src/gtk/gtkcmoptionmenu.c
3540 * src/gtk/gtkutils.h
3541 More comboboxtext undeprecation
3543 2011-04-10 [colin] 3.7.9cvs6
3548 2011-04-10 [colin] 3.7.9cvs5
3553 2011-04-10 [colin] 3.7.9cvs4
3556 * src/editaddress_other_attributes_ldap.c
3557 * src/message_search.c
3558 * src/prefs_display_header.c
3559 * src/prefs_filtering_action.c
3561 * src/prefs_toolbar.c
3562 * src/summary_search.c
3563 * src/gtk/combobox.c
3564 * src/gtk/gtkutils.h
3565 gtk_combo_box_*_text() is deprecated, and
3566 gtk_combo_box_text_*() is the new hotness.
3568 2011-04-10 [colin] 3.7.9cvs3
3576 * src/gtk/gtkvscrollbutton.c
3577 * src/gtk/gtkvscrollbutton.h
3578 s/GtkFunction/GSourceFunc
3580 2011-04-10 [colin] 3.7.9cvs2
3583 Use gtkut_window_popup() to work around a bug in Gnome Shell.
3584 This is the patch from bug #2396, it should be innocuous even
3585 if that's useless to do deiconify + present window...
3587 2011-04-09 [paul] 3.7.9cvs1
3589 * src/prefs_summaries.c
3590 fix typo in string. (thanks, Brad!)
3592 2011-04-09 [paul] 3.7.9
3598 2011-04-09 [paul] 3.7.8cvs78
3608 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
3609 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
3612 2011-04-09 [colin] 3.7.8cvs77
3615 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
3616 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
3617 encoding filename. Hooray for stupid.
3619 2011-04-08 [colin] 3.7.8cvs76
3622 Fix action Stop: if child does not react to SIGTERM, it'll
3623 probably start behaving when it'll get a SIGKILL on the user's
3624 second press on Stop.
3625 Fixes bug #2237, "User action makes Claws unresponsive".
3627 2011-04-08 [colin] 3.7.8cvs75
3632 * src/folder_item_prefs.c
3633 * src/folder_item_prefs.h
3634 * src/prefs_account.c
3635 Fix bug #2382, "folderitemrc not updated when account
3636 name is changed". Indeed, this wasn't done.
3638 2011-04-08 [wwp] 3.7.8cvs74
3641 Add support for quoted values (*="value").
3642 This commonly fixes a trailing quote appearing to filenames
3643 sent by iphone Mail (not sure if it's culprit at all, though).
3645 2011-04-08 [colin] 3.7.8cvs73
3648 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
3649 caused by attachments with extended chars in the file name". Patch
3650 derived from a patch bt Fabien Keil
3652 2011-04-05 [wwp] 3.7.8cvs72
3655 A debug string not to translate.
3657 2011-04-03 [colin] 3.7.8cvs71
3659 * src/common/utils.h
3660 Fix bug #2394, "backtrace() crashes on FreeBSD"
3661 That's not the first bug-report where internal
3662 debug-only backtrace() crashes on FreeBSD.
3664 2011-04-03 [colin] 3.7.8cvs70
3667 Fix bug #2365 again, "Crash when auto-scrolling headers in
3669 Batch-mode compose windows (from filtering actions) shouldn't
3670 try to access stuff after flushing events...
3672 2011-03-31 [paul] 3.7.8cvs69
3675 update as gtk >= 2.10 now required
3676 (because I'll never remember to do this later)
3678 2011-03-26 [paul] 3.7.8cvs68
3681 fix separators in Go To menu
3683 2011-03-20 [colin] 3.7.8cvs67
3686 Drop the *_DISABLE_DEPRECATED. We'll put them back
3687 when we'll have time to handle them
3689 2011-03-18 [paul] 3.7.8cvs66
3692 make user-facing message more accurate -
3693 'Network Log' not 'View Log'
3695 2011-03-17 [wwp] 3.7.8cvs65
3698 Fix a typo around plural form, as reported by
3701 2011-03-15 [colin] 3.7.8cvs64
3706 Fix bug #2381, "Support for NetworkManager 0.9".
3707 Patch by Mikhail Efremov
3709 2011-03-04 [colin] 3.7.8cvs63
3713 Fix segfault on Windows
3715 * src/common/utils.c
3716 * src/common/w32_unistd.c
3717 * src/common/w32lib.h
3718 Rationalize use of time_r() funcs (pthread do define them)
3720 2011-03-02 [pawel] 3.7.8cvs62
3723 Re-implement widgets aligning, switch from GtkSizeGroup
3724 to GtkTable - this should fix disappearing labels
3726 2011-03-01 [pawel] 3.7.8cvs61
3729 Wizard GUI cleanups. Make it look and behave more
3730 like account preferences.
3732 2011-02-23 [colin] 3.7.8cvs60
3734 * src/common/Makefile.am
3737 2011-02-23 [colin] 3.7.8cvs59
3741 * src/common/Makefile.am
3742 * src/common/plugin.c
3743 * src/common/valgrind.h
3744 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
3745 Use valgrind's own header.
3747 2011-02-22 [colin] 3.7.8cvs58
3749 * src/prefs_account.c
3750 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
3751 signed message" upon new installation. This is disturbing when PGP
3752 plugins are loaded by default.
3754 2011-02-16 [paul] 3.7.8cvs57
3757 update copyright headers throughout
3759 2011-02-16 [paul] 3.7.8cvs56
3762 use gettext plural form for "item selected"/"items selected"
3764 2011-02-13 [colin] 3.7.8cvs55
3768 Fix bug #2361, "Claws crashes after PGP Check in separate
3769 msg view". Don't let the cancel thread lie around after
3770 the verification ended.
3772 2011-02-13 [paul] 3.7.8cvs54
3775 updated by Mindaugas Baranauskas
3777 2011-02-11 [mones] 3.7.8cvs53
3779 * manual/es/advanced.xml
3780 Sync with English manual
3782 Fix remaining mismatched alloc/free from cppcheck
3784 2011-02-10 [pawel] 3.7.8cvs52
3789 2011-02-10 [pawel] 3.7.8cvs51
3791 * src/prefs_toolbar.c
3792 - set menus sensitivity in item type combo depending on
3793 availability of actions / plugin hooks
3794 - style fixes, spaces instead of tabs mostly
3796 2011-02-10 [paul] 3.7.8cvs50
3798 * src/prefs_account.c
3799 move the 'send acc mail addr in msg-id" option to
3802 2011-02-10 [paul] 3.7.8cvs49
3804 * src/prefs_account.c
3805 move the 'expunge immediately' option to a more
3808 2011-02-05 [pawel] 3.7.8cvs48
3810 * manual/advanced.xml
3811 Document new hidden pref
3813 Dont treat mimeparts referenced by others as
3816 * src/prefs_common.c
3817 * src/prefs_common.h