1 2012-10-18 [mones] 3.8.1cvs101
4 Fix bug #2761 and remove invalid GTK main category
6 2012-10-17 [colin] 3.8.1cvs100
8 * src/common/ssl_certificate.c
9 Fix bug #2759, "Error messages regarding bad
10 client certificates are less than helpful"
11 Based on patch by bug reporter.
13 2012-10-13 [paul] 3.8.1cvs99
15 * src/common/ssl_certificate.c
16 fix build with gnutls 3.1.3
17 Patch by Sean Buckheister.
19 2012-10-12 [mones] 3.8.1cvs98
22 * src/grouplistdialog.c
29 * src/etpan/imap-thread.c
30 New slist_free_strings_full wrapper for g_slist_free_full
31 and simplify calls where it was being used
33 2012-10-12 [colin] 3.8.1cvs97
36 Drop include of internal glib header
39 2012-10-12 [colin] 3.8.1cvs96
41 * src/gtk/gtkcmctree.c
43 Fix bug #2581, "expander arrows are too tiny to hit with the
44 mouse". Patch mostly by Tom Horsley
46 2012-10-12 [iwkse] 3.8.1cvs95
51 2012-10-12 [mones] 3.8.1cvs94
54 Remove undeclared mutex symbol
56 2012-10-12 [colin] 3.8.1cvs93
62 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
63 Thanks to Salvatore de Paolis
65 2012-10-10 [colin] 3.8.1cvs92
68 Fix bug #2744, "Quick search throws bad command
69 argument error on Microsoft Exchange". Fall back
70 to local search if folder-specific search fails.
71 * src/gtk/quicksearch.c
74 2012-10-10 [colin] 3.8.1cvs91
77 Make what the tags list contain more clear
79 2012-10-10 [colin] 3.8.1cvs90
85 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
88 2012-10-10 [colin] 3.8.1cvs89
91 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
93 2012-10-10 [colin] 3.8.1cvs88
96 Leak fix (thanks Ricardo!)
98 2012-10-10 [colin] 3.8.1cvs87
101 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
102 Initial patch by Igor Mammedov <imammedo@redhat.com> with
103 fixes by Michael Rasmussen and myself.
104 Also revert part of 3.8.1cvs86, g_slist_free_full()
105 semantics are different from slist_free_strings() in that
106 slist_free_strings does not free the list itself.
108 2012-10-09 [mones] 3.8.1cvs86
110 * doc/man/claws-mail.1
113 New extra headers feature for adding user-defined
114 extra headers to the combobox in the compose window
115 Headers are stablished in 'extraheaderrc', one per
116 line with a final colon
118 2012-10-06 [mones] 3.8.1cvs85
125 New function cm_menu_item_new_label_from_url to
126 avoid crashing on huge URL strings and warn user
127 about the possible causes
129 Use it to create List menu items safely
131 2012-10-04 [colin] 3.8.1cvs84
134 Fix keywords with spaces
136 2012-10-04 [colin] 3.8.1cvs83
139 Fix double-tag search. Maybe fixes bug #2744,
140 'Quick search throws bad command argument
141 error since recent change'. Patch by Sean.
143 2012-10-03 [mones] 3.8.1cvs82
146 Fix bug #2743 'null pointer crash in procmime strchr'
147 Patch by Michael Schwendt (from RedHat bug 862578)
149 2012-09-28 [colin] 3.8.1cvs81
152 Never search on server if we're offline
153 (Asking the user would and will be better)
155 Fix uninitialized variable (bogus) warning
156 Fix SELECT of the folder before searching
158 2012-09-27 [colin] 3.8.1cvs80
162 * src/etpan/imap-thread.c
163 * src/etpan/imap-thread.h
164 Implement IMAP server search. Patch by
165 Sean Buckheister again.
167 2012-09-26 [colin] 3.8.1cvs79
172 Prepare the context strings, their translation take
173 CPU time. Shaves 6 seconds out of 17 on my reference
175 * src/summary_search.c
178 2012-09-26 [colin] 3.8.1cvs78
183 Unlock I/O in procmime, give a way
184 for matcher to avoid having to
185 read/write tmp/rewind/read tmp for
188 2012-09-26 [colin] 3.8.1cvs77
190 * src/summary_search.c
191 Fix unresponsive stop button
192 * src/gtk/quicksearch.c
195 2012-09-26 [colin] 3.8.1cvs76
197 * src/summary_search.c
200 * src/gtk/quicksearch.c
201 Factorize search code in summary_search and
202 add a progress indicator as that slows down
203 the first result in case of body search.
205 2012-09-26 [colin] 3.8.1cvs75
208 Fix body search triggering GUI updates
209 for every message when it gets MSG_SCANNED
212 2012-09-26 [colin] 3.8.1cvs74
220 Factorize msg list to num list code;
221 Make search faster using cache instead
224 2012-09-25 [mones] 3.8.1cvs73
226 * src/gtk/quicksearch.c
227 Fix new expressions not being added to quicksearch
228 history in extended mode; patch by Sean Buckheister
230 2012-09-22 [mir] 3.8.1cvs72
233 Fix for not searching in folders marked 'no_select'
234 patch provided by Colin.
236 2012-09-22 [mones] 3.8.1cvs71
239 Add missing copyright header
241 2012-09-21 [colin] 3.8.1cvs70
244 Fix warning where msgcount was used
245 uninitialized in case the search was
246 to be performed on a message list subset.
248 2012-09-21 [colin] 3.8.1cvs69
250 * src/gtk/quicksearch.c
251 Fix error background not appearing
253 2012-09-21 [colin] 3.8.1cvs68
256 * src/advsearch.c ** ADDED **
257 * src/advsearch.h ** ADDED **
265 * src/matchertypes.h ** ADDED **
270 * src/summary_search.c
273 * src/gtk/quicksearch.c
274 * src/gtk/quicksearch.h
275 Separated GUI and logic for search
276 Use same logic for quicksearch and folder search
277 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
279 2012-09-19 [mones] 3.8.1cvs67
282 Remove spurious parameter from get_url_part and
283 fix potential buffer overflow
285 2012-09-19 [colin] 3.8.1cvs66
289 Un-mix mixed enum comparison which happened
290 to work because multiple enums define the same
293 2012-09-19 [colin] 3.8.1cvs65
301 * src/plugins/bogofilter/bogofilter_gtk.c
302 * src/plugins/pgpcore/prefs_gpg.c
303 * src/plugins/smime/smime.c
304 * src/plugins/spamassassin/spamassassin_gtk.c
305 More warning fixes, casts, useless variables and
306 unchecked return values
308 2012-09-19 [colin] 3.8.1cvs64
311 Check possible overflow
312 * src/prefs_account.c
313 * src/prefs_compose_writing.c
314 * src/prefs_logging.c
315 * src/prefs_message.c
316 * src/prefs_msg_colors.c
318 * src/prefs_receive.c
319 * src/prefs_summaries.c
320 * src/prefs_wrapping.c
321 fix GtkAdjustment casts
324 * src/gtk/gtkaspell.c
327 2012-09-19 [mones] 3.8.1cvs63
330 Fix leak and follow function specification
332 2012-09-19 [mones] 3.8.1cvs62
335 Use unused var c to check result and emit messages on error
337 Remove unused vars: attr (several functions), element
339 Use unused var newGroup to check result
340 * src/addrcustomattr.c
341 Remove unused var summaryview and related code
343 Use unused vars nn, newNode, idleID to check result
344 Remove unused var aoType and refactor logic around it
345 Comment var enabled and related debug code
347 Use unused var error to check result and emit debug messages
349 Remove unused var link_color
351 Remove unused vars: attr, retVal
353 2012-09-19 [colin] 3.8.1cvs61
359 * src/common/socket.c
360 More precise error logging
362 2012-09-16 [mones] 3.8.1cvs60
365 Removed dup calls with ignored result
367 Removed unused var is_group and simplified logic around it
371 * src/etpan/etpan-thread-manager.c
372 Use unused var r to verify result and emit messages on error
374 Move color variable into conditional usage blocks
375 Remove assigned but not used vars: lock, titles, count
377 Remove assigned but not used var actions
379 Remove assigned but not used vars: from_parent, src_node
382 Remove malloc-ed but not used var: old_path
384 Comment unused vars from commented block: tofetch, fetched
385 * src/prefs_account.c
386 Remove assigned but not used var: privacy_enabled
387 * src/prefs_actions.c
388 * src/prefs_customheader.c
389 Remove assigned but not used var: store
390 * src/prefs_filtering.c
391 Remove assigned but not used var: n_rows
392 * src/prefs_template.c
393 Remove assigned but not used vars: model, list_store
394 * src/prefs_toolbar.c
395 Remove assigned but not used var: win_titles
397 Remove assigned but not used vars: orientation, line, baseline,
399 * src/etpan/imap-thread.c
400 Remove assigned but not used var: value, r
401 Refactor to check correct memory allocation
402 * src/etpan/nntp-thread.c
403 Remove assigned but not used var: value
404 * src/gtk/gtkaspell.c
405 Remove assigned but not used vars: textbuf, exist
406 Remove unused function: find_gtkaspeller
407 * src/gtk/gtkcmctree.c
408 Remove unused function: gtk_cmctree_get_offset
409 * src/gtk/gtkshruler.c
410 Remove assigned but not used vars: ruler, priv
412 2012-09-14 [mones] 3.8.1cvs59
415 Check file operation results (and remove and
418 2012-09-14 [colin] 3.8.1cvs58
420 * src/gtk/inputdialog.c
421 Remove unused var, thanks Ticho
423 2012-09-13 [colin] 3.8.1cvs57
426 Fix missing \n in debug line
428 2012-09-13 [colin] 3.8.1cvs56
431 Don't listen on the Unix socket before we're
432 ready. The 'popup' order from another instance
433 may provoke a race and trash configuration files.
435 2012-09-13 [colin] 3.8.1cvs55
438 Maybe fix bug #2096, "MEMORY-ERROR w/
439 Claws-Mail/IMAP and Lotus Domino". Use
440 correct types for start/end and test if
441 start is indeed before end.
443 2012-09-12 [mones] 3.8.1cvs54
446 Fix bug #1975 'preference mutt key bindings do not take
447 effect' (and the other invalid paths too)
449 2012-09-12 [colin] 3.8.1cvs53
452 Revert that hunk, logic is unclear.
454 2012-09-12 [colin] 3.8.1cvs52
470 * src/partial_download.c
471 * src/prefs_filtering_action.c
472 * src/prefs_toolbar.c
480 * src/etpan/imap-thread.c
481 * src/gtk/gtkaspell.c
482 * src/plugins/pgpcore/sgpgme.c
483 More fixes from bug #1961:
484 - Write-only variables
485 - Null pointer dereferences
486 - A couple other fixes for which the reporter
487 was unsure, but which showed problems.
488 More details in bug #1961 comments.
490 2012-09-12 [colin] 3.8.1cvs51
495 * src/plugins/pgpcore/passphrase.c
496 Apply patches from bug #1961, "patches for
497 a couple of clang warnings":
501 2012-09-12 [colin] 3.8.1cvs50
504 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
505 where the included menu.h could come from Ncurses.
506 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
508 2012-09-11 [colin] 3.8.1cvs49
511 Fix race condition at start.
513 2012-09-10 [colin] 3.8.1cvs48
516 Create lock socket as soon as possible, not after
517 a few things like caching all prefs.
519 2012-09-09 [mones] 3.8.1cvs47
521 * src/plugins/bogofilter/bogofilter.c
524 2012-09-08 [colin] 3.8.1cvs46
545 * src/matcher_parser_parse.y
553 * src/prefs_account.c
554 * src/prefs_account.h
555 * src/prefs_filtering.c
556 * src/prefs_filtering_action.c
558 * src/prefs_matcher.c
559 * src/prefs_template.c
560 * src/prefs_toolbar.c
578 * src/gtk/description_window.c
579 * src/plugins/trayicon/trayicon.c
580 Break circular dependencies in Claws' headers,
581 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
583 2012-09-08 [colin] 3.8.1cvs45
588 2012-09-05 [colin] 3.8.1cvs44
592 * src/prefs_matcher.c
593 Drop matcherprop_new_create, which is just a copy of
594 matcherprop_new, and staticalize what can be
596 2012-09-05 [colin] 3.8.1cvs43
598 * src/plugins/pgpcore/select-keys.c
599 Fix bug #2390, "Non-fully-trusted-key-warning appears
600 based on primary UID rather than recipient e-mail"
602 2012-08-29 [colin] 3.8.1cvs42
604 * src/gtk/gtkaspell.c
605 Fix bug #2596, "Spell checker does not work properly"
607 2012-08-29 [colin] 3.8.1cvs41
609 * src/plugins/pgpcore/sgpgme.c
610 Set gpgme's locale to UTF-8. Fixes bug #2650,
611 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
613 2012-08-29 [colin] 3.8.1cvs40
623 Move the hardcoded mimeview shortcuts to standard menus.
625 2012-08-27 [colin] 3.8.1cvs39
628 Fix double mainwindow presentation that confuses GNOME3
629 when some plugins fail to load (subsequent Claws windows
630 got no focus in that case)
632 2012-08-27 [colin] 3.8.1cvs38
635 Make Mark all read confirmation button more clear
637 2012-08-27 [colin] 3.8.1cvs37
641 Separate "Mark all read" from "Mark as read"
644 2012-08-27 [wwp] 3.8.1cvs36
648 Remove session statistics debug statements (irrelevant in repo,
651 2012-08-24 [mones] 3.8.1cvs35
653 * manual/advanced.xml
654 Keep alphabetic order of hidden options lost
655 and update Clawsker URL.
656 * manual/de/advanced.xml
657 * manual/fr/advanced.xml
659 * manual/es/advanced.xml
660 Sync with English version and update Clawsker URL.
661 * manual/de/dist/html/Makefile.am
662 * manual/es/dist/html/Makefile.am
663 * manual/fr/dist/html/Makefile.am
664 * manual/pl/dist/html/Makefile.am
665 * manual/dist/html/Makefile.am
666 Fix bug 2723 'Missing encoding in generated html manual'
668 2012-08-23 [colin] 3.8.1cvs34
671 Fix --offline asking if one wants to sync,
672 due to re-entering. Thanks <ebik@ucw.cz>.
674 2012-08-16 [colin] 3.8.1cvs33
677 Always clear the tags list when fetching a folder, or
678 Claws will never untag an untagged email. Patch by
679 Igor Mammedov <imammedo@redhat.com>
681 2012-08-12 [colin] 3.8.1cvs32
684 Exclude text/plain from the attachment thing
686 2012-08-12 [colin] 3.8.1cvs31
689 Fix comparison, thanks to Michael Gmelin
691 2012-08-12 [colin] 3.8.1cvs30
694 Only show HTML parts by default (if the pref
695 is set so) if the part disposition-type is
696 inline or unknown, but not attachment.
698 Remove useless hook that won't ever be used
701 2012-08-12 [colin] 3.8.1cvs29
704 Make sure text/* attachments are not made
705 inline, regardless of the compose mode.
706 Finishes fixing bug #2203 after auto-save
707 switches mode to COMPOSE_REEDIT. Thanks to
708 Michael Gmelin for finding this.
710 2012-08-09 [colin] 3.8.1cvs28
712 * src/prefs_filtering.c
713 Make treeView type-ahead case insensitive
714 Patch by Andreas Ronnquist
716 2012-08-09 [colin] 3.8.1cvs27
718 * src/gtk/sslcertwindow.c
721 2012-08-09 [colin] 3.8.1cvs26
724 * src/common/ssl_certificate.c
725 * src/common/ssl_certificate.h
726 * src/gtk/sslcertwindow.c
727 Fix bug 2718, "Failure to check peer hostname
728 when checking certificate"
730 2012-08-05 [ticho] 3.8.1cvs25
733 Avoid header combo box to get focus twice (first text within,
734 then combobox widget itself) when switching focus with TAB.
736 2012-07-28 [ticho] 3.8.1cvs24
739 Properly fix setting "transient for" for attachment properties
740 dialog when called via popup menu (since we're stealing focus
741 few lines before, we need to do it directly, not via
744 2012-07-28 [ticho] 3.8.1cvs23
746 * src/gtk/pluginwindow.c
747 * src/gtk/prefswindow.c
748 Fixed setting "transient for" property for plugin load/unload
749 file dialog. Connected manage_window signals to prefswindow events.
751 2012-07-27 [ticho] 3.8.1cvs22
755 Fixed setting "transient for" property for summaryview file
756 dialog and messageview's image save dialog.
758 2012-07-27 [ticho] 3.8.1cvs21
762 Fix setting "transient for" property for file select dialogs
763 in crash report and mimeview.
765 2012-07-27 [ticho] 3.8.1cvs20
768 Fixed "transient for" property for file attach dialog when
769 called from Attachments list popup menu. Simplified menu item
770 sensitivities setting code logic for this menu.
772 2012-07-25 [ticho] 3.8.1cvs19
774 * manual/advanced.xml
775 Add the three hidden preferences related to colored display
776 of unified diffs to manual.
778 2012-07-25 [ticho] 3.8.1cvs18
780 * src/gtk/gtkaspell.c
781 Create "Change directory" submenu in a separate function, change
782 wording a bit, and make the submenu always available in a context
783 menu of body edit box in compose window.
785 2012-07-25 [ticho] 3.8.1cvs17
787 * src/gtk/prefswindow.c
788 Correctly set transient_for property for preferences window,
789 as well as for color picker dialogs. Fixes bug #2710.
791 2012-07-25 [ticho] 3.8.1cvs16
793 * src/gtk/quicksearch.c
794 Allow quicksearch syntax description window to be correctly
795 set transient for main window.
797 2012-07-15 [wwp] 3.8.1cvs15
800 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
802 2012-07-10 [paul] 3.8.1cvs14
805 forgot this in last commit
807 2012-07-10 [paul] 3.8.1cvs13
811 * src/common/quoted-printable.c
812 * src/common/quoted-printable.h
813 revert 3.8.1cvs2,3,4,5 because they (somewhere!) cause
814 the bug: partial message text loss
816 2012-07-10 [mones] 3.8.1cvs12
818 * src/plugins/pgpcore/sgpgme.c
819 Fix bug 2689, 'segfault when trying to view info
820 about pgp/smime sign'
822 2012-07-08 [ticho] 3.8.1cvs11
824 * src/plugins/pgpcore/sgpgme.c
825 Consider marginal signature validity as untrusted. Suggested by
826 Jean-Benoist Leger (leger at crans.org).
828 2012-07-08 [paul] 3.8.1cvs10
830 * src/gtk/icon_legend.c
831 fix (reveal) hidden icon in gui and build warning
833 2012-07-07 [paul] 3.8.1cvs9
835 * src/plugins/pgpcore/prefs_gpg.c
838 2012-07-07 [colin] 3.8.1cvs8
840 * claws-features.h.in
848 * src/partial_download.h
850 * src/prefs_account.h
859 * src/common/session.h
861 * src/common/socket.h
863 * src/common/ssl_certificate.h
864 * src/common/timing.h
866 * src/gtk/gtkaspell.h
868 * src/gtk/pluginwindow.h
869 * src/gtk/spell_entry.h
870 * src/gtk/sslcertwindow.h
871 Don't export config.h in public headers
873 2012-07-07 [colin] 3.8.1cvs7
875 * claws-features.h.in
881 * src/addrcustomattr.c
882 * src/addrduplicates.c
885 * src/addressbook_foldersel.c
896 * src/displayheader.c
898 * src/editaddress_other_attributes_ldap.c
903 * src/editldap_basedn.c
912 * src/folder_item_prefs.c
913 * src/grouplistdialog.c
937 * src/message_search.c
948 * src/partial_download.c
949 * src/partial_download.h
952 * src/prefs_account.c
953 * src/prefs_account.h
954 * src/prefs_actions.c
957 * src/prefs_compose_writing.c
958 * src/prefs_customheader.c
959 * src/prefs_display_header.c
960 * src/prefs_ext_prog.c
961 * src/prefs_filtering.c
962 * src/prefs_filtering_action.c
963 * src/prefs_folder_column.c
964 * src/prefs_folder_item.c
967 * src/prefs_image_viewer.c
968 * src/prefs_logging.c
969 * src/prefs_matcher.c
970 * src/prefs_message.c
971 * src/prefs_msg_colors.c
974 * src/prefs_receive.c
976 * src/prefs_spelling.c
977 * src/prefs_summaries.c
978 * src/prefs_summary_column.c
979 * src/prefs_summary_open.c
980 * src/prefs_toolbar.c
981 * src/prefs_wrapping.c
994 * src/summary_search.c
1002 * src/common/claws.c
1004 * src/common/hooks.c
1007 * src/common/plugin.c
1008 * src/common/prefs.c
1009 * src/common/session.c
1010 * src/common/session.h
1013 * src/common/socket.c
1014 * src/common/socket.h
1017 * src/common/ssl_certificate.c
1018 * src/common/ssl_certificate.h
1019 * src/common/string_match.c
1021 * src/common/timing.h
1022 * src/common/utils.c
1023 * src/common/utils.h
1024 * src/etpan/etpan-thread-manager.c
1025 * src/etpan/imap-thread.c
1026 * src/etpan/nntp-thread.c
1028 * src/gtk/combobox.c
1029 * src/gtk/description_window.c
1031 * src/gtk/gtkaspell.c
1032 * src/gtk/gtkaspell.h
1033 * src/gtk/gtkshruler.c
1035 * src/gtk/gtkutils.c
1036 * src/gtk/gtkutils.h
1037 * src/gtk/gtkvscrollbutton.c
1038 * src/gtk/icon_legend.c
1039 * src/gtk/inputdialog.c
1040 * src/gtk/logwindow.c
1042 * src/gtk/pluginwindow.c
1043 * src/gtk/pluginwindow.h
1044 * src/gtk/prefswindow.c
1045 * src/gtk/progressdialog.c
1046 * src/gtk/quicksearch.c
1047 * src/gtk/spell_entry.c
1048 * src/gtk/spell_entry.h
1049 * src/gtk/sslcertwindow.c
1050 * src/gtk/sslcertwindow.h
1051 * src/plugins/bogofilter/bogofilter.c
1052 * src/plugins/bogofilter/bogofilter_gtk.c
1053 * src/plugins/dillo_viewer/dillo_prefs.c
1054 * src/plugins/dillo_viewer/dillo_viewer.c
1055 * src/plugins/pgpcore/pgp_viewer.c
1056 * src/plugins/pgpcore/plugin.c
1057 * src/plugins/pgpcore/sgpgme.c
1058 * src/plugins/pgpinline/pgpinline.c
1059 * src/plugins/pgpinline/plugin.c
1060 * src/plugins/pgpmime/pgpmime.c
1061 * src/plugins/pgpmime/plugin.c
1062 * src/plugins/smime/plugin.c
1063 * src/plugins/smime/smime.c
1064 * src/plugins/spamassassin/libspamc.c
1065 * src/plugins/spamassassin/spamassassin.c
1066 * src/plugins/spamassassin/spamassassin_gtk.c
1067 * src/plugins/trayicon/trayicon.c
1068 * src/plugins/trayicon/trayicon_prefs.c
1069 Specify Claws compile-time features in a specific header
1071 2012-07-06 [wwp] 3.8.1cvs6
1075 Session statistics: format date following global prefs,
1076 and fix stats output a little bit.
1078 2012-07-03 [mir] 3.8.1cvs5
1081 fix bug 2642, 'improve transfer encoding selection'.
1082 Patch provided by Christopher Zimmermann
1083 (madroach claws at gmerlin dot de)
1085 2012-07-03 [mir] 3.8.1cvs4
1089 fix bug 2641, '7bit or 8bit encoded attachments can
1090 have lines longer than 998 characters'.
1091 Patch provided by Christopher Zimmermann
1092 (madroach claws at gmerlin dot de)
1095 2012-07-03 [mir] 3.8.1cvs3
1099 fix bug 2641, '7bit or 8bit encoded attachments can
1100 have lines longer than 998 characters'.
1101 Patch provided by Christopher Zimmermann
1102 (madroach claws at gmerlin dot de)
1104 2012-07-03 [mir] 3.8.1cvs2
1108 * src/common/quoted-printable.c
1109 * src/common/quoted-printable.h
1110 fix bug 2640, 'improve quoted-printable encoding'
1111 Patch provided by madroach claws at gmerlin dot de
1113 2012-06-30 [paul] 3.8.1cvs1
1116 fix bug 2579, 'Installed headers redefine autotools-specific constants'
1118 2012-06-27 [paul] 3.8.1
1124 2012-06-27 [paul] 3.8.0cvs58
1127 fix minimum required GTK+, which got mistakenly bumped
1130 2012-06-27 [paul] 3.8.0cvs57
1145 updated translations
1147 * tools/claws.i18n.status.pl
1148 updated based on currently active
1150 2012-06-25 [mir] 3.8.0cvs56
1153 If a folder class returns <> 0 then the message has not
1154 been removed from the file system and therefore it should
1155 not be removed from the cache either.
1157 2012-06-20 [ticho] 3.8.0cvs55
1160 Fix for bug #1090 - Standard-folders appear again
1161 after rescanning tree
1163 2012-06-20 [paul] 3.8.0cvs54
1165 * src/prefs_common.c
1166 * src/prefs_common.h
1169 colourise attached patches.
1172 2012-06-02 [wwp] 3.8.0cvs53
1174 * src/gtk/progressdialog.c
1175 Add a hide button to the retrieve/send progress dialogs. WM's close button
1176 now hides (as well as pressing Esc) instead of doing nothing.
1178 2012-06-02 [wwp] 3.8.0cvs52
1180 * doc/man/claws-mail.1
1186 Introduce a new feature: basic session statistics (from the about dialog
1187 or the command-line).
1189 2012-06-02 [wwp] 3.8.0cvs51
1192 Fix bug 2620: shift+tab from subject field not working.
1194 2012-06-02 [wwp] 3.8.0cvs50
1199 Normalize capitalization of strings in UI.
1201 2012-05-30 [paul] 3.8.0cvs49
1204 don't do TLS if not requested by user. fixes connecting to
1205 servers which, for example, want SSL 3 only
1207 2012-05-27 [paul] 3.8.0cvs48
1210 update copyright headers to 2012
1212 2012-05-27 [paul] 3.8.0cvs47
1215 * src/prefs_actions.c
1217 fix some typos in strings, thanks to Thomas Bellmann
1219 2012-05-16 [paul] 3.8.0cvs46
1221 * src/prefs_filtering_action.c
1222 fix disabled 'select...' button that never goes away
1223 when using the new addr book
1226 2012-05-16 [colin] 3.8.0cvs45
1228 * src/common/utils.c
1231 2012-05-16 [colin] 3.8.0cvs44
1233 * src/common/utils.c
1234 Make remove_numbered_files much faster when there's
1235 just one file to remove.
1237 2012-05-16 [paul] 3.8.0cvs43
1240 fix bug 2662, '"ag" quicksearch adds "1" to value'
1242 2012-05-16 [paul] 3.8.0cvs42
1244 * src/gtk/description_window.c
1245 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
1247 2012-05-16 [paul] 3.8.0cvs41
1249 * src/common/ssl_certificate.c
1250 fix bug 2646, 'Compile fails with gnutls-3.0.18'
1251 Patch by Christian Hesse
1253 2012-05-11 [colin] 3.8.0cvs40
1256 * src/common/utils.c
1257 Fix bug 2659, 'E-mail attachments are handled
1259 Fix problems iterating the mime tree, and determine
1260 whether a file is an email without To:
1262 2012-04-03 [colin] 3.8.0cvs39
1265 Fix build (damn whitespace-sensitive file format)
1267 2012-04-02 [colin] 3.8.0cvs38
1270 Fix incomplete make dist
1272 2012-04-02 [colin] 3.8.0cvs37
1275 Fix mistakenly removed function call
1277 2012-04-01 [colin] 3.8.0cvs36
1285 * src/addressbook-dbus.c
1286 * src/addressbook-dbus.h
1291 * src/claws-contacts.xml
1299 * src/prefs_common.c
1300 * src/prefs_filtering_action.c
1301 * src/prefs_matcher.c
1305 * src/plugins/bogofilter/bogofilter_gtk.c
1306 * src/plugins/dillo_viewer/dillo_prefs.c
1307 * src/plugins/spamassassin/spamassassin_gtk.c
1308 * src/plugins/trayicon/trayicon.c
1309 Import new addressbook code from the new-contacts branch
1311 2012-03-29 [paul] 3.8.0cvs35
1315 * src/gtk/quicksearch.c
1316 add 'ha', short version of 'has_attachment' in quick search
1317 Patch by Andreas Rönnquist
1319 2012-03-26 [mones] 3.8.0cvs34
1321 * src/common/plugin.c
1322 Support 2 and 3-clause BSD licensed plugins
1324 2012-03-15 [pawel] 3.8.0cvs33
1328 - Make separate window info more accurate about
1329 move to trash/deletion.
1332 2012-03-14 [pawel] 3.8.0cvs32
1341 Better fix for bug #2501
1342 Instead of leaving blank window after message move or delete,
1343 update separate view to next message in message list or
1344 display info why view is blank. This was discussed
1345 in bug #2621 comments.
1347 2012-03-11 [colin] 3.8.0cvs31
1349 * src/gtk/gtkcmctree.c
1352 Fix focus rectangle on unfocused rows
1353 Patch by Michael Shell
1355 2012-02-29 [colin] 3.8.0cvs30
1357 * src/gtk/gtkcmctree.c
1358 Fix bug #2577, "Focus rectangle on folder list and message
1359 list headings doesn't get properly cleared when switching
1360 heading and horizontally scrolling list (underlines and
1361 vertical lines remain on screen)". Patch by Michael Shell
1363 2012-02-13 [pawel] 3.8.0cvs29
1366 Fix crasher when double clicking on IMAP message and
1367 MessageView is not shown introduced in cvs21
1370 2012-02-10 [pawel] 3.8.0cvs28
1373 Fix bug #2598 'Actions can move locked messages'
1375 2012-02-08 [pawel] 3.8.0cvs27
1377 * src/prefs_actions.c
1378 * src/prefs_actions.h
1379 * src/prefs_toolbar.c
1380 * src/prefs_toolbar.h
1383 - Implement automatic removal of toolbar action buttons when
1384 associated action is removed
1385 - Don't allow creation of two actions with the same name,
1386 before all executions/removals were performed on first action
1387 with duplicated name in linked list which wasn't always
1390 2012-02-05 [colin] 3.8.0cvs26
1396 * src/prefs_common.c
1397 * src/prefs_common.h
1402 Add an history to navigate in mails
1404 2012-02-05 [colin] 3.8.0cvs25
1407 Fix inverted comparison in list_find_custom.
1409 2012-02-03 [wwp] 3.8.0cvs24
1411 * src/gtk/progressdialog.c
1412 Make translators life easier: use View log instead of Show log
1415 2012-02-02 [pawel] 3.8.0cvs23
1418 Fix bug #2590 'Un-capitalize strings'
1419 Patch by Christian Hesse
1421 2012-02-02 [pawel] 3.8.0cvs22
1425 'Change expand behavior for message list / message view'
1426 Patch by Christian Hesse
1428 2012-02-02 [pawel] 3.8.0cvs21
1434 Fix bug #2501 'opened message blanks when moved to other folder'
1435 Detect message move and update message window contents
1436 accordingly, if message is moved to trash close window
1438 2012-02-01 [pawel] 3.8.0cvs20
1445 * src/gtk/sslcertwindow.c
1446 More strncat boundary checks
1448 2012-01-31 [wwp] 3.8.0cvs19
1450 * src/gtk/gtkutils.c
1451 Fix warnings in gtkutils: wrong function name, missing newline, typo and
1454 2012-01-31 [wwp] 3.8.0cvs18
1456 * src/gtk/progressdialog.c
1457 * src/gtk/progressdialog.h
1459 * src/send_message.c
1460 Add a button to the retrieve/send dialogs to
1461 open the network log.
1463 2012-01-25 [wwp] 3.8.0cvs17
1466 Remove debug statement.
1468 2012-01-20 [pawel] 3.8.0cvs16
1472 Fix bug #2574 'Statement might be overflowing a
1475 2012-01-20 [pawel] 3.8.0cvs15
1478 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
1480 2012-01-14 [colin] 3.8.0cvs14
1483 Update tracker trigger url
1485 2012-01-10 [wwp] 3.8.0cvs13
1490 Fix sensitivity of toolbar's get_btn (retrieve mail from current
1491 account) and of mainwindows's relevant entry when current account
1492 is not able to retrieve (SMTP-only).
1494 2012-01-09 [colin] 3.8.0cvs12
1497 Fix bug 1924, 'Messages marked move to Trash appear
1498 identical to messages marked move to $FOLDER'
1500 2012-01-05 [colin] 3.8.0cvs11
1503 Fix crasher infinite loop
1505 2012-01-03 [colin] 3.8.0cvs10
1507 * src/gtk/gtkcmctree.c
1508 Revert previous patch, it's buggy on headers
1510 2012-01-03 [colin] 3.8.0cvs9
1512 * src/gtk/gtkcmctree.c
1513 Fix bug #2566, 'wrapped Subject not bounded'
1515 2011-12-29 [pawel] 3.8.0cvs8
1521 Make forwarding selected attachment possible from
1522 mimeview's context menu
1523 Fixex bug #2047 'forward attachments'
1525 2011-12-28 [paul] 3.8.0cvs7
1527 * src/prefs_account.c
1528 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
1530 2011-12-28 [colin] 3.8.0cvs6
1535 2011-12-28 [colin] 3.8.0cvs5
1538 Fix GTK+2.16 build (w32)
1540 2011-12-18 [mir] 3.8.0cvs4
1543 Fix bug in search criteria when doing a
1544 complete directory search using '*'
1546 2011-12-16 [mir] 3.8.0cvs3
1549 Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
1551 2011-12-16 [wwp] 3.8.0cvs2
1554 * src/stock_pixmap.c
1555 * src/stock_pixmap.h
1557 * src/gtk/icon_legend.c
1558 * src/pixmaps/replied_and_forwarded.xpm
1559 Make replied and forwarded status flags non exclusive.
1560 Introduce a new message state (and relevant icon in message list)
1561 where both the replied and forwarded flags are set.
1563 2011-12-16 [paul] 3.8.0cvs1
1565 * tools/claws.i18n.status.pl
1568 2011-12-16 [paul] 3.8.0
1574 2011-12-16 [paul] 3.7.10cvs113
1581 * po/id.po **REMOVED**
1582 * po/id_ID.po **ADDED**
1589 2011-12-09 [pawel] 3.7.10cvs112
1592 * src/gtk/quicksearch.c
1593 * src/gtk/quicksearch.h
1594 Invalidate quicksearch root folder when removed
1595 Fixes bug #2560 'crash when unsubscribing newsgroup and
1596 having active search field'
1598 2011-12-08 [pawel] 3.7.10cvs111
1601 Better fix for cvs94
1603 2011-12-08 [wwp] 3.7.10cvs110
1606 Make "From" widget set independant from recipient lists below,
1607 so that it doesn't scroll when several recipients headers
1608 are added and eventually are scrolling the view.
1609 Path by Christian Hesse <mail@earthworm.de>.
1610 Fixes bug #2481 'do not scroll "from" dropdown list and sender
1613 2011-12-02 [paul] 3.7.10cvs109
1617 consistent label style
1619 2011-11-29 [wwp] 3.7.10cvs108
1621 * src/plugins/trayicon/libeggtrayicon/.cvsignore
1622 More generated stuff to ignore.
1624 2011-11-29 [wwp] 3.7.10cvs107
1626 * src/prefs_folder_item.c
1627 Fix CLAWS_TIP_DECL (undefined).
1629 2011-11-28 [pawel] 3.7.10cvs106
1634 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
1635 after removing the address book in the GUI'
1637 2011-11-26 [pawel] 3.7.10cvs105
1640 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
1642 2011-11-25 [colin] 3.7.10cvs104
1648 2011-11-24 [pawel] 3.7.10cvs103
1650 * src/prefs_filtering.c
1651 Complete cvs102, forgot to commit this
1653 2011-11-24 [pawel] 3.7.10cvs102
1660 * src/prefs_actions.c
1661 * src/prefs_actions.h
1662 Implement actions updating on folder/account rename
1663 This fixes bug #2543 'filter actions in actionsrc not
1664 updated upon account renaming'
1666 2011-11-24 [wwp] 3.7.10cvs101
1668 * src/gtk/gtkcmctree.c
1669 Remove irrelevant cairo directive (thanks to Hanno).
1671 2011-11-23 [wwp] 3.7.10cvs100
1673 * src/gtk/gtkcmctree.c
1674 Make arrows in gtkcmctree's less big (get rid of the outlining),
1675 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
1678 2011-11-22 [colin] 3.7.10cvs99
1681 * src/prefs_filtering.c
1682 * src/prefs_filtering.h
1683 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
1684 The existing functions should do the job as well
1685 if not better, as they take into account the
1688 2011-11-21 [pawel] 3.7.10cvs98
1690 * src/prefs_account.c
1691 Fix bug #2116 'Rip spaces off server names in account
1693 g_strstrip() domain names to be sure they are valid
1695 2011-11-21 [pawel] 3.7.10cvs97
1698 * src/prefs_filtering.c
1699 * src/prefs_filtering.h
1700 Fix bug #2404 'matcherrc updates upon account renaming'
1701 Fix bug #2406 'some part of accountrc not updated upon
1703 Renaming account cause changing of it's root folder prefix
1704 from #<type>/<old_name> to #<type>/<new_name> so every
1705 path directing to it must be altered. Fix paths in account
1706 preferences, global processing and filtering rules, folder
1707 processing rules upon rename
1709 2011-11-20 [pawel] 3.7.10cvs96
1713 * src/prefs_actions.c
1714 Fix bug #1489 'Filter action mark_as_read inoperative
1715 following move action'
1716 Sort actions lists to have proper order of execution
1718 2011-11-20 [pawel] 3.7.10cvs95
1720 * src/prefs_actions.c
1721 * src/prefs_filtering.c
1722 * src/prefs_template.c
1723 Fix bug #1870 'arrow scrolling in filters'
1724 Allow arrow scrolling in dialogs with list view widgets
1725 plus couple fixes of issues I found along the way
1727 2011-11-19 [pawel] 3.7.10cvs94
1730 Don't highlight icons on right-click, they are not
1731 selected and other part is shown which is confusing
1733 2011-11-19 [mones] 3.7.10cvs93
1735 * manual/advanced.xml
1738 2011-11-19 [mones] 3.7.10cvs92
1740 * manual/advanced.xml
1741 * manual/es/advanced.xml
1742 Document undocumented hidden option 'zero_replacement_char'
1743 Synchronize Spanish manual with English version
1745 2011-11-19 [pawel] 3.7.10cvs91
1749 * src/prefs_common.c
1750 * src/prefs_common.h
1754 Fix bug #2377 'Show All Headers - make change persistent
1757 2011-11-19 [pawel] 3.7.10cvs90
1761 * src/folder_item_prefs.c
1768 Fix bug #1563 'Folder view: show complete threads if they
1769 contain unread messages'
1770 Add option to show only threads with unread messages
1771 initial patch by Paul Ollis, my small additions:
1772 - when checking thread for unread finish on first unread
1773 - make thread options unavailable when threading is off
1774 - hide_unread_msgs and hide_unread_threads are mutually
1775 exclusive options, set menus sensitivity accordingly
1776 - set folder item icon type similiar to hide_unread_msgs
1778 2011-11-19 [colin] 3.7.10cvs89
1783 2011-11-18 [pawel] 3.7.10cvs88
1789 * src/prefs_common.c
1790 * src/prefs_common.h
1791 Fix bug #2408 'Some UI elements are not persistent
1793 Remember size of main window, compose notebook, mimeview
1794 tree widgets between claws-mail runs. Compose window
1795 size saving was already done in cvs74
1797 2011-11-18 [mones] 3.7.10cvs87
1802 Fixes bug #2509, "manually added headers are lost unless
1803 mail is sent inmediately"
1805 2011-11-17 [pawel] 3.7.10cvs86
1808 Fix crasher reported in bug #2543
1810 2011-11-13 [colin] 3.7.10cvs85
1813 Make compose windows printable
1815 2011-11-11 [colin] 3.7.10cvs84
1818 Fix build on Fedora 16. -lm was probably pulled by something
1821 2011-11-11 [pawel] 3.7.10cvs83
1827 Port MimeView to GtkTreeView
1829 2011-11-11 [colin] 3.7.10cvs82
1831 * src/prefs_common.c
1832 Use %x (The preferred date representation for the current locale
1835 2011-11-10 [paul] 3.7.10cvs81
1837 * src/prefs_common.c
1838 use european date format as default
1840 2011-11-08 [pawel] 3.7.10cvs80
1843 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
1844 Fix race condition - don't try to hide messageview while
1845 being in the middle of message displaying routine.
1847 2011-11-08 [colin] 3.7.10cvs79
1850 Make sure we break line when we need to. Very probably
1851 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
1854 2011-11-07 [pawel] 3.7.10cvs78
1857 Fix bug #2493 'Subscription pull down should be alphabetized'
1859 2011-11-07 [pawel] 3.7.10cvs77
1864 Make Home & End keys work in textview
1866 2011-11-06 [colin] 3.7.10cvs76
1869 Oops, some unwanted undo got commited.
1871 2011-11-06 [colin] 3.7.10cvs75
1874 Don't iconify/deiconify. Instead, just show nothing
1877 2011-11-06 [pawel] 3.7.10cvs74
1880 Fix compose window size saving / restoring
1882 2011-11-06 [pawel] 3.7.10cvs73
1886 Optimize message displaying, in some conditions parts were
1887 displayed twice causing flickering. For example first html
1888 source and then rendering output from html plugin of the
1891 2011-11-05 [wwp] 3.7.10cvs72
1893 * src/gtk/gtkaspell.c
1894 Fix compilation where 'null' is undefined (use NULL instead).
1896 2011-11-05 [colin] 3.7.10cvs71
1898 * src/gtk/gtkaspell.c
1899 No need to show a backtrace if gtkaspell is null
1901 2011-11-05 [pawel] 3.7.10cvs70
1903 * src/gtk/gtkaspell.c
1904 Fix crasher when spellchecking is not enabled
1906 2011-11-02 [mones] 3.7.10cvs69
1908 * doc/man/claws-mail.1
1909 fixed hyphens (patch from Debian packaging)
1910 fixed header to follow man style closely
1911 documented new option --compose-from-file
1912 removed INSTALLATION section, doesn't belong to manpage
1913 added ENVIRONMENT, COPYRIGHT and BUGS sections
1914 expanded FILES section to include certs and autofaces dirs
1915 expanded SEE ALSO section to include manual and plugins
1917 2011-11-01 [colin] 3.7.10cvs68
1919 * src/common/utils.c
1920 Fix wrong debug stuff commited.
1922 2011-11-01 [colin] 3.7.10cvs67
1926 * src/common/utils.c
1927 * src/gtk/gtkaspell.c
1928 * src/gtk/gtkaspell.h
1929 Fix huge slowness induced by spellcheck "while typing"
1930 during initial quote rewraps.
1932 2011-10-31 [pawel] 3.7.10cvs66
1938 Fix bug #2526 'When reading message in separate window,
1939 n and p keys do not work'
1940 - fix key event handling in messageview
1941 - remove bindings for 'n' and 'p' keys in mimeview (next-part
1942 and prev-part actions)
1943 - instead add 'z' key for prev-part, we have 'a' key
1944 for next-part already
1946 2011-10-31 [colin] 3.7.10cvs65
1949 Fix build with GLib 2.31. Thanks to Charles A. Edwards
1951 2011-10-31 [pawel] 3.7.10cvs64
1954 * src/gtk/gtkutils.c
1955 Fix bug #2303 'Next unread message enables message view'
1956 Don't show previously hidden message view in main window
1957 when user reads messages in external window
1959 2011-10-31 [paul] 3.7.10cvs63
1961 * src/prefs_template.c
1962 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
1963 fit at 540 here, for those where they don't the dialogue can be made
1966 2011-10-31 [paul] 3.7.10cvs62
1969 revert 3.7.10cvs61, these entries _should_ be editable
1971 2011-10-30 [pawel] 3.7.10cvs61
1974 Those entries should not be editable
1976 2011-10-30 [pawel] 3.7.10cvs60
1978 * src/prefs_template.c
1979 - Dialog needs more height to fit all widgets
1980 - Clear template contents on delete
1982 2011-10-30 [pawel] 3.7.10cvs59
1984 * src/prefs_folder_item.c
1985 Update summaryview after changing folder prefs when needed
1987 2011-10-30 [pawel] 3.7.10cvs58
1990 Remove key-press-event blocking, it only
1991 emits GLib-GObject warnings
1993 2011-10-29 [colin] 3.7.10cvs57
1996 Fix focus of completion window with gnome shell
1997 Fixes bug #2525, "Address completion window does not get
2000 2011-10-29 [colin] 3.7.10cvs56
2003 Fix flicker on recursive quicksearch
2005 2011-10-28 [colin] 3.7.10cvs55
2009 Fix a bit the focus problem on Gnome shell
2011 2011-10-26 [mones] 3.7.10cvs54
2014 Add missing accelerator
2016 2011-10-25 [colin] 3.7.10cvs53
2018 * src/gtk/gtkcmclist.c
2019 * src/gtk/gtkcmctree.c
2020 Fix colors, fix warnings
2022 2011-10-25 [colin] 3.7.10cvs52
2024 * src/gtk/gtkcmclist.c
2025 * src/gtk/gtkcmctree.c
2028 2011-10-25 [colin] 3.7.10cvs51
2030 * src/stock_pixmap.c
2031 Fix build with gtk + 2.20
2033 2011-10-25 [colin] 3.7.10cvs50
2039 Fix locking when sending a single message
2041 2011-10-25 [colin] 3.7.10cvs49
2043 * src/gtk/colorlabel.c
2045 * src/gtk/gtkcmclist.c
2046 Make row height closer to what it was
2048 2011-10-25 [colin] 3.7.10cvs48
2050 * src/stock_pixmap.c
2051 Always use cairo to draw
2053 2011-10-25 [colin] 3.7.10cvs47
2056 Fix bug #2529, 'crash in mimeview_start_drag after
2057 deleting message'. Patch by Ricardo
2059 2011-10-23 [colin] 3.7.10cvs46
2061 * src/gtk/gtkcmclist.c
2062 * src/gtk/gtkcmclist.h
2063 * src/gtk/gtkcmctree.c
2064 Draw CMClist with cairo too.
2066 2011-10-23 [colin] 3.7.10cvs45
2068 * src/gtk/gtkcmclist.h
2069 Fix build (this was not meant to be commited)
2071 2011-10-23 [colin] 3.7.10cvs44
2075 * src/addressbook_foldersel.c
2079 * src/grouplistdialog.c
2080 * src/prefs_common.c
2081 * src/prefs_common.h
2083 * src/gtk/gtkcmclist.c
2084 * src/gtk/gtkcmclist.h
2085 * src/gtk/gtkcmctree.c
2086 * src/gtk/gtkcmctree.h
2087 * src/gtk/gtksctree.c
2088 Refactor some tree stuff (lots of code duplication there)
2089 and switch to cairo for tree rendering.
2091 2011-10-23 [holger] 3.7.10cvs43
2094 Don't issue a warning for designed behaviour of the stop rule.
2095 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
2097 2011-10-22 [colin] 3.7.10cvs42
2100 * src/gtk/gtkshruler.c
2101 * src/gtk/gtkutils.h
2104 2011-10-22 [colin] 3.7.10cvs41
2113 * src/grouplistdialog.c
2120 * src/prefs_account.c
2121 * src/prefs_actions.c
2122 * src/prefs_ext_prog.c
2123 * src/prefs_filtering.c
2124 * src/prefs_folder_item.c
2125 * src/prefs_image_viewer.c
2126 * src/prefs_logging.c
2127 * src/prefs_msg_colors.c
2130 * src/prefs_spelling.c
2131 * src/prefs_summaries.c
2132 * src/prefs_template.c
2135 * src/send_message.c
2137 * src/summary_search.c
2140 * src/gtk/gtkcmclist.c
2141 * src/gtk/gtkcmctree.c
2142 * src/gtk/gtkcmoptionmenu.c
2143 * src/gtk/gtksctree.c
2144 * src/gtk/gtkutils.c
2145 * src/gtk/gtkutils.h
2146 * src/gtk/gtkvscrollbutton.c
2147 * src/gtk/inputdialog.c
2148 * src/gtk/pluginwindow.c
2149 * src/gtk/quicksearch.c
2150 * src/gtk/spell_entry.c
2151 * src/plugins/bogofilter/bogofilter_gtk.c
2152 * src/plugins/dillo_viewer/dillo_prefs.c
2153 * src/plugins/pgpcore/prefs_gpg.c
2154 * src/plugins/spamassassin/spamassassin_gtk.c
2155 * src/plugins/trayicon/trayicon.c
2156 * src/plugins/trayicon/trayicon_prefs.c
2157 Remove all possible #if GTK_CHECK_VERSION() checks,
2158 and make Claws build with GTK+2.16 (untested right
2159 now), as the Gpg4Win project uses GTK+2.16 currently.
2161 2011-10-22 [colin] 3.7.10cvs40
2163 * src/gtk/gtkutils.h
2165 Fix (hopefully) build with GTK+ 2.18.
2167 2011-10-20 [paul] 3.7.10cvs39
2172 fix bug 2479, 'LDIF address book import matches tags case sensitive'
2173 Patch by Bodo Graumann <mail@bodograumann.de>
2175 2011-10-20 [mones] 3.7.10cvs38
2179 Fix references to old dotsrc mailing lists
2181 2011-10-19 [mones] 3.7.10cvs37
2183 * src/prefs_msg_colors.c
2184 Fix Ok/Cancel buttons in color selector of preferences
2186 2011-10-17 [colin] 3.7.10cvs36
2188 * src/gtk/gtkshruler.c
2189 (Probably) fix GTK+ <= 2.22
2191 2011-10-17 [colin] 3.7.10cvs35
2193 * src/gtk/gtkshruler.c
2196 2011-10-17 [mones] 3.7.10cvs34
2205 Fix potential out-of-buffer writes
2207 2011-10-17 [mones] 3.7.10cvs33
2210 Use just one g_print call per option; correct indentation
2212 2011-10-17 [colin] 3.7.10cvs32
2216 * src/gtk/Makefile.am
2217 * src/gtk/gtkshruler.c
2218 * src/gtk/gtkshruler.h
2221 Reimplement ruler using the GTK widgets. Thanks
2222 to Hanno for the initial patch.
2224 2011-10-17 [colin] 3.7.10cvs31
2228 * src/gtk/gtkutils.c
2229 * src/gtk/gtkutils.h
2230 Undeprecate GIO/GdkCondition
2232 2011-10-16 [mones] 3.7.10cvs30
2235 Add --compose-from-file option to open composition
2236 window with the headers and body from a file; based
2237 on Debian patch to fix http://bugs.debian.org/544868
2239 2011-10-15 [mones] 3.7.10cvs29
2241 * manual/advanced.xml
2242 Document new summary_from_show hidden preference
2244 2011-10-15 [paul] 3.7.10cvs28
2247 compose_create_tags() - fix misplaced 'int i'
2248 compose_entry_mark_default_to() - fix To field highlighting
2250 2011-10-09 [colin] 3.7.10cvs27
2253 Fix address completion
2255 2011-10-07 [colin] 3.7.10cvs26
2257 * src/prefs_filtering_action.c
2258 * src/gtk/gtkutils.h
2259 Fix build with GTK+2.20
2261 2011-10-07 [colin] 3.7.10cvs25
2263 * src/gtk/Makefile.am
2264 * src/gtk/gdkkeysyms-new.h
2265 * src/gtk/gtkutils.h
2266 Copy the new GDK_KEY_* definitions for older GTKs
2268 2011-10-07 [colin] 3.7.10cvs24
2271 Fix typos (thanks to Hanno)
2273 2011-10-07 [colin] 3.7.10cvs23
2276 * src/gtk/gtkshruler.c
2277 * src/gtk/gtkshruler.h
2278 Disable ruler starting from 2.24.
2280 2011-10-07 [colin] 3.7.10cvs22
2284 * src/gtk/Makefile.am
2287 2011-10-07 [colin] 3.7.10cvs21
2297 * src/message_search.c
2300 * src/prefs_account.c
2301 * src/prefs_compose_writing.c
2302 * src/prefs_filtering_action.c
2303 * src/prefs_folder_item.c
2304 * src/prefs_logging.c
2305 * src/prefs_matcher.c
2306 * src/prefs_message.c
2308 * src/prefs_receive.c
2309 * src/prefs_summaries.c
2310 * src/prefs_wrapping.c
2314 * src/stock_pixmap.c
2315 * src/summary_search.c
2317 * src/gtk/Makefile.am
2318 * src/gtk/colorlabel.c
2319 * src/gtk/gtkutils.c
2320 * src/gtk/gtkutils.h
2321 * src/gtk/logwindow.c
2324 * src/gtk/quicksearch.c
2325 * src/gtk/spell_entry.c
2326 * src/plugins/bogofilter/bogofilter_gtk.c
2327 * src/plugins/dillo_viewer/dillo_viewer.c
2328 * src/plugins/pgpcore/prefs_gpg.c
2329 * src/plugins/spamassassin/spamassassin_gtk.c
2330 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
2331 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
2332 ported (especially GtkCMOptionMenu)
2334 2011-10-07 [colin] 3.7.10cvs20
2339 * src/addrcustomattr.c
2340 * src/addrduplicates.c
2343 * src/addressbook_foldersel.c
2349 * src/editaddress_other_attributes_ldap.c
2354 * src/editldap_basedn.c
2362 * src/grouplistdialog.c
2368 * src/message_search.c
2371 * src/prefs_actions.c
2372 * src/prefs_customheader.c
2373 * src/prefs_display_header.c
2374 * src/prefs_filtering.c
2375 * src/prefs_filtering_action.c
2376 * src/prefs_folder_column.c
2377 * src/prefs_matcher.c
2378 * src/prefs_msg_colors.c
2380 * src/prefs_summaries.c
2381 * src/prefs_summary_column.c
2382 * src/prefs_summary_open.c
2383 * src/prefs_template.c
2384 * src/prefs_toolbar.c
2386 * src/sourcewindow.c
2388 * src/summary_search.c
2393 * src/gtk/colorsel.c
2394 * src/gtk/combobox.c
2395 * src/gtk/description_window.c
2396 * src/gtk/foldersort.c
2397 * src/gtk/gtkaspell.c
2398 * src/gtk/gtkcmclist.c
2399 * src/gtk/gtkcmctree.c
2400 * src/gtk/gtkcmoptionmenu.c
2401 * src/gtk/gtkutils.c
2402 * src/gtk/icon_legend.c
2403 * src/gtk/inputdialog.c
2404 * src/gtk/logwindow.c
2405 * src/gtk/pluginwindow.c
2406 * src/gtk/prefswindow.c
2407 * src/gtk/quicksearch.c
2408 * src/plugins/pgpcore/passphrase.c
2409 * src/plugins/pgpcore/select-keys.c
2410 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
2411 to replace GDK_* by GDK_KEY_*.
2413 2011-10-07 [colin] 3.7.10cvs19
2424 * src/grouplistdialog.c
2425 * src/image_viewer.c
2429 * src/prefs_filtering_action.c
2430 * src/prefs_folder_column.c
2431 * src/prefs_msg_colors.c
2432 * src/prefs_summary_column.c
2433 * src/prefs_toolbar.c
2435 * src/stock_pixmap.c
2442 * src/gtk/colorlabel.c
2443 * src/gtk/colorsel.c
2444 * src/gtk/gtkcmclist.c
2445 * src/gtk/gtkcmctree.c
2446 * src/gtk/gtkcmoptionmenu.c
2447 * src/gtk/gtksctree.c
2448 * src/gtk/gtkutils.c
2449 * src/gtk/gtkvscrollbutton.c
2450 * src/gtk/inputdialog.c
2451 * src/gtk/logwindow.c
2453 * src/gtk/prefswindow.c
2454 * src/gtk/progressdialog.c
2455 * src/plugins/pgpcore/passphrase.c
2456 * src/plugins/trayicon/trayicon.c
2457 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
2458 Patch by Hanno Thurow-Meyer, many thanks to him !
2460 2011-09-20 [colin] 3.7.10cvs18
2463 Fix bug #2502, 'gnutls_transport_set_lowat removed in
2466 2011-09-18 [colin] 3.7.10cvs17
2469 Fix segfault when connection fails
2471 2011-09-03 [colin] 3.7.10cvs16
2474 Use NORMAL instead of EXPORT priorities.
2476 2011-09-02 [colin] 3.7.10cvs15
2480 Linking against gcrypt explicitely in order to call
2481 gcry_control() for mutex setup isn't necessary anymore
2482 starting from gnuTLS 2.11.
2484 2011-08-31 [colin] 3.7.10cvs14
2486 * src/plugins/pgpinline/pgpinline.c
2487 * src/plugins/pgpmime/pgpmime.c
2488 Fix bug #2431, "Major memory leak in PGP message handling".
2490 2011-08-31 [colin] 3.7.10cvs13
2497 Apply Steve Rader's patch from bug #2388, "Add
2498 message view scrolling menu items"
2500 2011-08-30 [colin] 3.7.10cvs12
2502 * src/gtk/prefswindow.c
2503 Fix layout issues (i.e. on SSL page if changing account
2504 type prior to visiting it).
2506 2011-08-30 [colin] 3.7.10cvs11
2510 Don't use deprecated functions for GnuTLS priorities.
2511 Require GnuTLS 2.2 that is the first version with the
2514 2011-08-30 [colin] 3.7.10cvs10
2516 * src/common/socket.c
2518 Long-term fix for bug #2402, "GnuTLS change breaks socket
2519 communication", as per http://savannah.gnu.org/support/?107660
2521 2011-08-30 [colin] 3.7.10cvs9
2523 * src/etpan/imap-thread.c
2524 * src/etpan/nntp-thread.c
2525 Remove dead openSSL code
2527 2011-08-30 [colin] 3.7.10cvs8
2531 * src/common/ssl_certificate.c
2532 * src/common/ssl_certificate.h
2533 * src/etpan/imap-thread.c
2534 * src/etpan/nntp-thread.c
2535 Fix bug #2127, "SSL cert check uses canonical name instead of
2538 2011-08-29 [colin] 3.7.10cvs7
2540 * src/prefs_account.c
2541 Fix X-Mailer option not appearing on IMAP
2543 2011-08-29 [colin] 3.7.10cvs6
2545 * src/plugins/pgpcore/Makefile.am
2546 * src/plugins/pgpinline/Makefile.am
2547 * src/plugins/pgpmime/Makefile.am
2548 * src/plugins/smime/Makefile.am
2550 libtool: link: require no space between `-L' and `.'
2552 2011-08-29 [colin] 3.7.10cvs5
2556 * src/prefs_account.c
2557 * src/prefs_account.h
2558 Revert cvs4 which is rather illogical and instead
2559 use Fabian's patch from bug #2471
2561 2011-08-29 [colin] 3.7.10cvs4
2564 Don't insert custom headers that have empty values.
2565 Allows not inserting X-Mailer if it's set to nothing.
2566 Fixes bug #2471, "Make setting an X-Mailer header optional".
2568 2011-08-29 [colin] 3.7.10cvs3
2570 * src/image_viewer.c
2572 * src/gtk/gtkutils.c
2573 * src/gtk/gtkutils.h
2574 Handle EXIF orientation in images (both in textview's
2575 preview and image viewer)
2577 2011-08-28 [paul] 3.7.10cvs2
2579 * src/prefs_common.c
2580 * src/prefs_common.h
2582 add new hidden option to control the display in the From
2583 column in the Message List: 0 (default): show name,
2584 1: show address, 2: show name + address
2586 2011-08-27 [paul] 3.7.10cvs1
2589 * src/common/ssl_certificate.c
2590 * src/etpan/imap-thread.c
2591 * src/etpan/nntp-thread.c
2592 offer up some missing log_error() strings to translators
2594 2011-08-27 [paul] 3.7.10
2600 2011-08-27 [paul] 3.7.9cvs52
2608 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
2609 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
2611 2011-08-27 [mones] 3.7.9cvs51
2613 * claws-mail.desktop
2614 Include generic name and comment translations
2615 Thanks to all the people on the translators ML!
2617 2011-08-23 [paul] 3.7.9cvs50
2620 probable/possible fix/workaround for bug 2402,
2621 'can't download message from pop3 server'
2623 2011-08-18 [paul] 3.7.9cvs49
2625 * manual/handling.xml
2626 fix typos. thanks to vilpan
2628 2011-08-17 [paul] 3.7.9cvs48
2630 * tools/claws.i18n.status.pl
2631 add Mindaugas Baranauskas (Lithuanian)
2633 2011-08-14 [mir] 3.7.9cvs47
2636 * src/etpan/nntp-thread.c
2637 Fix bug 2418. Patch provided by Sébastien Bigaret with
2638 some minor contribution by me.
2640 2011-08-13 [mir] 3.7.9cvs46
2642 * src/etpan/nntp-thread.c
2643 Fix bug when NNTP server sends authentication warning
2644 as part of the connection session. Privously etpan would
2645 bail out for any return code other than NEWSNNTP_NO_ERROR
2646 but as early as the connection session a return code like
2647 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
2648 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
2649 be considered as an error.
2651 2011-08-12 [paul] 3.7.9cvs45
2654 3.7.9cvs43 mistakenly dropped off the info
2655 about the mime part from the tooltip
2657 2011-08-12 [wwp] 3.7.9cvs44
2659 * src/gtk/quicksearch.c
2660 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
2662 2011-08-09 [paul] 3.7.9cvs43
2665 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
2667 2011-08-06 [paul] 3.7.9cvs42
2670 fix cursor placement in Forward template
2672 2011-08-06 [paul] 3.7.9cvs41
2674 * src/gtk/description_window.c
2675 fix bug 1963, 'Preferences Templates Information Window Focus loss'
2677 2011-08-05 [holger] 3.7.9cvs40
2679 * claws-mail.desktop
2680 Revert 3.7.9cvs35 for now, it may be problematic
2683 2011-08-05 [paul] 3.7.9cvs39
2687 use 'Collapse quotes' rather than 'Fold quotes' on
2688 labels, for consistency
2690 use 'Receive mail from account' rather than 'on account'
2692 2011-07-30 [mir] 3.7.9cvs38
2694 * src/etpan/Makefile.am
2695 * src/plugins/pgpcore/Makefile.am
2696 * src/plugins/pgpmime/Makefile.am
2697 * src/plugins/smime/Makefile.am
2698 Fix broken build on Debian Sid. enchant.h cannot be
2699 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
2700 present in Makefile.am. Apparently enchant.h in older
2701 versions were placed in /usr/include which is always
2704 2011-07-21 [mones] 3.7.9cvs37
2706 * src/common/plugin.c
2707 * src/common/plugin.h
2708 Make licences allowed for plugins more explicit and also
2709 accept dual (or more) licences when properly formatted.
2710 Doesn't require any change on current plugins.
2712 2011-07-18 [mones] 3.7.9cvs36
2714 * manual/advanced.xml
2715 Document briefly tags feature.
2716 * manual/glossary.xml
2717 Fix definition to avoid confussion with tags.
2718 * manual/es/advanced.xml
2719 * manual/es/glossary.xml
2720 Synchronize Spanish translation with the above.
2722 2011-07-07 [holger] 3.7.9cvs35
2724 * claws-mail.desktop
2725 Add indicator stuff to the desktop file
2726 Taken from bug #2450
2728 2011-07-06 [paul] 3.7.9cvs34
2733 2011-07-06 [mones] 3.7.9cvs33
2736 Do not create an empty tag name row in panel and
2737 warn user about using a non-reserved tag instead
2739 2011-07-05 [mones] 3.7.9cvs32
2744 * src/etpan/imap-thread.c
2745 Make constants for reserved tags and use them
2746 Removed also duplicate comparison while at it
2748 2011-07-05 [paul] 3.7.9cvs31
2751 when using a Compose template, only place the cursor
2752 in the body when the cursor symbol, %cursor (%X), is used
2754 2011-07-03 [paul] 3.7.9cvs30
2757 do main_window_popup(mainwin); on plugin load error, or
2758 else the warning dialogue and mainwindow stays minimised
2761 2011-07-03 [paul] 3.7.9cvs29
2764 fix bug 2462, 'Building without GnuTLS support leads to a
2765 failure in wizard.c'
2767 2011-07-03 [paul] 3.7.9cvs28
2772 fix bug #2461, 'popup menu in message list displays
2773 'move to trash' and 'delete''.
2774 Add a new sensitivity condition 'M_NOT_TRASH' and
2775 remove the broken workaround for right-click in summaryview.c.
2776 Fix broken main menu sensitivity for "Menu/Message/Move" in
2779 2011-06-21 [paul] 3.7.9cvs27
2782 revert 3.7.9cvs2, it does no good
2784 2011-06-18 [mir] 3.7.9cvs26
2787 Fix autoconf warnings introduced in autoconf >= 2.64
2789 2011-06-05 [paul] 3.7.9cvs25
2799 fix strings where an informational message has been
2800 wrongly entered into the translated string
2802 enable 'Trash' and 'Sender' to be translated based on
2803 the context, e.g. as button text and as mail header
2805 fix english in Info tab
2807 2011-05-25 [colin] 3.7.9cvs24
2810 Fix bug #2439, "use bitwise operator for bitmask instead of
2811 logical operator". Thanks to Nicolas Kaiser for the patch.
2813 2011-05-18 [colin] 3.7.9cvs23
2816 Fix missing group selection before xover if the
2817 connection was reset before.
2819 2011-05-12 [colin] 3.7.9cvs22
2821 * src/common/utils.c
2822 Fix bug #2412, "Send account mail address in Message-ID
2823 wrongly implemented". Patch by Fabian Keil.
2825 2011-05-12 [mones] 3.7.9cvs21
2827 * src/etpan/nntp-thread.c
2828 Fix bug #2418 "NNTP authentication is broken"
2830 2011-05-09 [pawel] 3.7.9cvs20
2833 * src/prefs_folder_item.c
2836 2011-05-05 [colin] 3.7.9cvs19
2841 * src/send_message.c
2842 Fix bug #2184, "Add account name information inside network log".
2843 Initial patch by MSulchan Darmawan, expanded to other protocols.
2844 This stuff is too much copy-pasted.
2847 2011-04-30 [colin] 3.7.9cvs18
2850 Fix bug #2414, 'Claws segfaults on startup with
2851 notification plugin enabled". Thanks Christian
2852 Faulhammer for the patch.
2854 2011-04-27 [colin] 3.7.9cvs17
2857 Make Windows' encoding CP1251 for ru_RU locale
2858 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
2860 2011-04-24 [paul] 3.7.9cvs16
2862 * manual/claws-mail-manual.xml
2863 * manual/de/claws-mail-manual.xml
2864 * manual/es/claws-mail-manual.xml
2865 * manual/fr/claws-mail-manual.xml
2866 * manual/it/claws-mail-manual.xml
2867 update copyright year
2869 2011-04-24 [paul] 3.7.9cvs15
2872 fix bug #2353, 'Right-clicking on spam in order to delete
2873 it causes it to show in message window'
2875 2011-04-24 [paul] 3.7.9cvs14
2878 * src/gtk/foldersort.c
2879 * src/gtk/foldersort.h
2880 fix labelling, 'change folder order' to 'change mailbox order'
2882 2011-04-23 [paul] 3.7.9cvs13
2885 fix bug #2409, 'Failed to compile under GCC 3.x : option
2886 -Wno-pointer-sign badly set in configure.ac'. mistakenly
2887 committed in 3.7.8cvs19
2889 2011-04-11 [paul] 3.7.9cvs12
2891 * src/plugins/trayicon/trayicon.c
2892 fix build bug: gtk_status_icon_set_title() is available
2893 since gtk 2.18.x not 2.14.x
2895 2011-04-11 [paul] 3.7.9cvs11
2898 updated by Páder Rezső
2900 2011-04-10 [colin] 3.7.9cvs10
2906 * src/editaddress_other_attributes_ldap.c
2908 * src/message_search.c
2909 * src/prefs_display_header.c
2910 * src/prefs_filtering_action.c
2911 * src/prefs_matcher.c
2913 * src/prefs_toolbar.c
2914 * src/summary_search.c
2915 * src/gtk/colorlabel.c
2916 * src/gtk/combobox.c
2917 * src/gtk/gtkcmoptionmenu.c
2918 * src/gtk/gtkshruler.c
2919 * src/gtk/gtkshruler.h
2920 * src/gtk/gtkutils.h
2921 * src/gtk/inputdialog.c
2922 * src/gtk/quicksearch.c
2923 Revert the whole pile of crap introduced in
2926 2011-04-10 [colin] 3.7.9cvs9
2930 * src/editaddress_other_attributes_ldap.c
2932 * src/message_search.c
2933 * src/prefs_display_header.c
2934 * src/prefs_matcher.c
2935 * src/prefs_toolbar.c
2936 * src/summary_search.c
2937 * src/gtk/combobox.c
2938 * src/gtk/gtkutils.h
2939 * src/gtk/inputdialog.c
2940 * src/gtk/quicksearch.c
2941 Finish fun with combo boxes. (hopefully)
2943 2011-04-10 [colin] 3.7.9cvs8
2946 * src/prefs_filtering_action.c
2947 * src/gtk/combobox.c
2948 * src/gtk/gtkshruler.c
2949 * src/gtk/gtkshruler.h
2950 More undeprecation. GTKSHRuler is #if'ed out. We can
2951 still decide to maintain the old GtkRuler widget in-tree
2952 if the lack of ruler in Compose window is too
2955 2011-04-10 [colin] 3.7.9cvs7
2960 * src/editaddress_other_attributes_ldap.c
2961 * src/message_search.c
2962 * src/prefs_display_header.c
2963 * src/prefs_filtering_action.c
2965 * src/prefs_toolbar.c
2966 * src/summary_search.c
2967 * src/gtk/colorlabel.c
2968 * src/gtk/combobox.c
2969 * src/gtk/gtkcmoptionmenu.c
2970 * src/gtk/gtkutils.h
2971 More comboboxtext undeprecation
2973 2011-04-10 [colin] 3.7.9cvs6
2978 2011-04-10 [colin] 3.7.9cvs5
2983 2011-04-10 [colin] 3.7.9cvs4
2986 * src/editaddress_other_attributes_ldap.c
2987 * src/message_search.c
2988 * src/prefs_display_header.c
2989 * src/prefs_filtering_action.c
2991 * src/prefs_toolbar.c
2992 * src/summary_search.c
2993 * src/gtk/combobox.c
2994 * src/gtk/gtkutils.h
2995 gtk_combo_box_*_text() is deprecated, and
2996 gtk_combo_box_text_*() is the new hotness.
2998 2011-04-10 [colin] 3.7.9cvs3
3006 * src/gtk/gtkvscrollbutton.c
3007 * src/gtk/gtkvscrollbutton.h
3008 s/GtkFunction/GSourceFunc
3010 2011-04-10 [colin] 3.7.9cvs2
3013 Use gtkut_window_popup() to work around a bug in Gnome Shell.
3014 This is the patch from bug #2396, it should be innocuous even
3015 if that's useless to do deiconify + present window...
3017 2011-04-09 [paul] 3.7.9cvs1
3019 * src/prefs_summaries.c
3020 fix typo in string. (thanks, Brad!)
3022 2011-04-09 [paul] 3.7.9
3028 2011-04-09 [paul] 3.7.8cvs78
3038 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
3039 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
3042 2011-04-09 [colin] 3.7.8cvs77
3045 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
3046 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
3047 encoding filename. Hooray for stupid.
3049 2011-04-08 [colin] 3.7.8cvs76
3052 Fix action Stop: if child does not react to SIGTERM, it'll
3053 probably start behaving when it'll get a SIGKILL on the user's
3054 second press on Stop.
3055 Fixes bug #2237, "User action makes Claws unresponsive".
3057 2011-04-08 [colin] 3.7.8cvs75
3062 * src/folder_item_prefs.c
3063 * src/folder_item_prefs.h
3064 * src/prefs_account.c
3065 Fix bug #2382, "folderitemrc not updated when account
3066 name is changed". Indeed, this wasn't done.
3068 2011-04-08 [wwp] 3.7.8cvs74
3071 Add support for quoted values (*="value").
3072 This commonly fixes a trailing quote appearing to filenames
3073 sent by iphone Mail (not sure if it's culprit at all, though).
3075 2011-04-08 [colin] 3.7.8cvs73
3078 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
3079 caused by attachments with extended chars in the file name". Patch
3080 derived from a patch bt Fabien Keil
3082 2011-04-05 [wwp] 3.7.8cvs72
3085 A debug string not to translate.
3087 2011-04-03 [colin] 3.7.8cvs71
3089 * src/common/utils.h
3090 Fix bug #2394, "backtrace() crashes on FreeBSD"
3091 That's not the first bug-report where internal
3092 debug-only backtrace() crashes on FreeBSD.
3094 2011-04-03 [colin] 3.7.8cvs70
3097 Fix bug #2365 again, "Crash when auto-scrolling headers in
3099 Batch-mode compose windows (from filtering actions) shouldn't
3100 try to access stuff after flushing events...
3102 2011-03-31 [paul] 3.7.8cvs69
3105 update as gtk >= 2.10 now required
3106 (because I'll never remember to do this later)
3108 2011-03-26 [paul] 3.7.8cvs68
3111 fix separators in Go To menu
3113 2011-03-20 [colin] 3.7.8cvs67
3116 Drop the *_DISABLE_DEPRECATED. We'll put them back
3117 when we'll have time to handle them
3119 2011-03-18 [paul] 3.7.8cvs66
3122 make user-facing message more accurate -
3123 'Network Log' not 'View Log'
3125 2011-03-17 [wwp] 3.7.8cvs65
3128 Fix a typo around plural form, as reported by
3131 2011-03-15 [colin] 3.7.8cvs64
3136 Fix bug #2381, "Support for NetworkManager 0.9".
3137 Patch by Mikhail Efremov
3139 2011-03-04 [colin] 3.7.8cvs63
3143 Fix segfault on Windows
3145 * src/common/utils.c
3146 * src/common/w32_unistd.c
3147 * src/common/w32lib.h
3148 Rationalize use of time_r() funcs (pthread do define them)
3150 2011-03-02 [pawel] 3.7.8cvs62
3153 Re-implement widgets aligning, switch from GtkSizeGroup
3154 to GtkTable - this should fix disappearing labels
3156 2011-03-01 [pawel] 3.7.8cvs61
3159 Wizard GUI cleanups. Make it look and behave more
3160 like account preferences.
3162 2011-02-23 [colin] 3.7.8cvs60
3164 * src/common/Makefile.am
3167 2011-02-23 [colin] 3.7.8cvs59
3171 * src/common/Makefile.am
3172 * src/common/plugin.c
3173 * src/common/valgrind.h
3174 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
3175 Use valgrind's own header.
3177 2011-02-22 [colin] 3.7.8cvs58
3179 * src/prefs_account.c
3180 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
3181 signed message" upon new installation. This is disturbing when PGP
3182 plugins are loaded by default.
3184 2011-02-16 [paul] 3.7.8cvs57
3187 update copyright headers throughout
3189 2011-02-16 [paul] 3.7.8cvs56
3192 use gettext plural form for "item selected"/"items selected"
3194 2011-02-13 [colin] 3.7.8cvs55
3198 Fix bug #2361, "Claws crashes after PGP Check in separate
3199 msg view". Don't let the cancel thread lie around after
3200 the verification ended.
3202 2011-02-13 [paul] 3.7.8cvs54
3205 updated by Mindaugas Baranauskas
3207 2011-02-11 [mones] 3.7.8cvs53
3209 * manual/es/advanced.xml
3210 Sync with English manual
3212 Fix remaining mismatched alloc/free from cppcheck
3214 2011-02-10 [pawel] 3.7.8cvs52
3219 2011-02-10 [pawel] 3.7.8cvs51
3221 * src/prefs_toolbar.c
3222 - set menus sensitivity in item type combo depending on
3223 availability of actions / plugin hooks
3224 - style fixes, spaces instead of tabs mostly
3226 2011-02-10 [paul] 3.7.8cvs50
3228 * src/prefs_account.c
3229 move the 'send acc mail addr in msg-id" option to
3232 2011-02-10 [paul] 3.7.8cvs49
3234 * src/prefs_account.c
3235 move the 'expunge immediately' option to a more
3238 2011-02-05 [pawel] 3.7.8cvs48
3240 * manual/advanced.xml
3241 Document new hidden pref
3243 Dont treat mimeparts referenced by others as
3246 * src/prefs_common.c
3247 * src/prefs_common.h
3248 Add ability to hide inline attachments referenced
3249 by other mimeparts in MimeView. To enable this
3250 feature set show_inline_attachments=0 in your clawsrc
3252 2011-01-25 [colin] 3.7.8cvs47
3255 Fix matcher body parsing: decode mails with our
3256 MIME parser. This speeds up body search a bit as
3257 binary attachments are not searched anymore, slows
3258 down a bit full message searches, but not awfully.
3259 * src/summary_search.c
3260 Use matcher API to search, in all cases (advanced search or
3261 not). Also, fix little logic bugs related to combos history
3262 * src/common/utils.c
3263 * src/common/utils.h
3266 Remove dead code, export functions needed by matcher.c
3268 2011-01-25 [colin] 3.7.8cvs46
3271 * src/prefs_common.c
3273 * src/common/ssl_certificate.c
3274 Fix mismatched alloc/free (thanks to cppcheck)
3276 2011-01-25 [colin] 3.7.8cvs45
3279 Fix leak on error path
3281 2011-01-23 [mones] 3.7.8cvs44
3283 * manual/es/advanced.xml
3284 Sync with English manual
3286 2011-01-23 [paul] 3.7.8cvs43
3289 it's 2011, update copyright line
3291 2011-01-23 [paul] 3.7.8cvs42
3293 * manual/advanced.xml
3294 * src/prefs_common.c
3295 * src/prefs_common.h
3297 fix bug #2350, 'Make displaying localized date/time in
3298 message view optional'.
3299 This introduces a new hidden option (why do more?),
3300 'msgview_date_format', which defaults to OFF, maintaining
3301 the current and expected behaviour.
3303 2011-01-21 [colin] 3.7.8cvs41
3306 Fix bug #2050, Clawsmail sends return receipt every seconds
3307 We forgot to close the file when parsing
3308 disposition-notification fields, which made unlinking of the
3309 corresponding emails in tempfolder/processing impossible in
3310 Windows. Causing them to be re-fetched every time.
3312 2011-01-21 [colin] 3.7.8cvs40
3314 * claws-mail.desktop
3315 Fix again bug #2346: We should have a %u parameter.
3317 2011-01-21 [colin] 3.7.8cvs39
3319 * src/plugins/spamassassin/spamassassin.c
3320 Fix sa-learn when offline (its command line parsing is
3321 space-dependant). Patch by Wolfgang Lorenz
3323 2011-01-19 [pawel] 3.7.8cvs38
3325 * claws-mail.desktop
3326 Fix Bug 2346 'Please register x-handler-scheme
3327 in .desktop file' patch by Laurent Bigonville
3328 While I'm here update things to current
3329 standards, fix desktop-file-validate warnings/errors
3331 2011-01-18 [colin] 3.7.8cvs37
3334 Fix logic on SMTP AUTH: If the selected method isn't
3335 available, say so instead of supposing it'll work.
3336 Fixes bug #2039, 'SMTP AUTHENTICATION'
3338 2011-01-15 [pawel] 3.7.8cvs36
3340 * src/prefs_folder_item.c
3341 Rework subject regexp simplify gui a bit, this give us better
3342 options page layout (window with min width was too short to
3343 show all contents and thigs were unwieldy) and better preview
3344 of regexp working/not working
3346 2011-01-14 [pawel] 3.7.8cvs35
3349 strncpy2() NULLify strings just fine, no need to be
3352 2011-01-14 [pawel] 3.7.8cvs34
3355 Fix Bug #2165 'The date not localized in the message view'
3356 Display Date header in messageview in the same way as in
3357 summaryview by respecting date format set in preferences.
3359 2011-01-06 [pawel] 3.7.8cvs33
3361 * src/prefs_account.c
3362 * src/prefs_folder_item.c
3365 Make quote templates widgets more compact
3367 2011-01-06 [pawel] 3.7.8cvs32
3369 * src/plugins/trayicon/trayicon.c
3370 - fix logic bug which caused icon to be
3371 always set no-mail status on plugin load
3372 - force icon hide on plugin_done(), without
3373 it empty space(?!) is left in tray under KDE3 and KDE4
3375 2011-01-06 [colin] 3.7.8cvs31
3386 Unmime headers differently whether they're addresses or not:
3387 It's useless to quote things containing commas if it's in
3388 subject, for example. (introduced in 3.7.8cvs26)
3390 2011-01-06 [colin] 3.7.8cvs30
3392 * src/gtk/gtkaspell.c
3393 Complete previous patch
3395 * src/plugins/pgpinline/pgpinline.c
3398 2011-01-06 [paul] 3.7.8cvs29
3404 add Lithuanian translation (approx. 65% complete)
3405 submitted by Mindaugas Baranauskas
3407 2011-01-06 [pawel] 3.7.8cvs28
3412 * src/prefs_actions.c
3414 * src/gtk/gtkaspell.c
3415 * src/plugins/pgpinline/pgpinline.c
3416 * src/plugins/pgpmime/pgpmime.c
3417 * src/plugins/smime/smime.c
3418 Fix memory/file descriptors leaks
3420 2011-01-06 [paul] 3.7.8cvs27
3422 * src/plugins/pgpcore/sgpgme.c
3423 fix bug #2322, 'GPG Full info: showing subkey
3424 ID instead of primary key fingerprint'
3425 Patch by Sébastien Bigaret.
3427 2011-01-03 [colin] 3.7.8cvs26
3430 Better quote-checking when unmim-ing headers
3431 that may have comas.
3433 2011-01-03 [colin] 3.7.8cvs25
3436 Fix bug #2299, "Incorrect handling of quoted printable coma
3437 in headers". As this is really painful to fix by switching
3438 the whole stuff to a list of headers tokens, we workaround
3439 the problem by adding quotes around the encoded-word (making
3440 it a quoted-string which continuity is already handled).
3442 2011-01-03 [colin] 3.7.8cvs24
3447 2010-12-23 [colin] 3.7.8cvs23
3450 Finish fixing bug #2203: When forwarding (inline) and there
3451 are some text/* parts with no name, set them a name and
3452 set their disposition to attachment, so that recipients with
3453 MUAs preferring HTML parts don't show them by default.
3455 2010-12-22 [paul] 3.7.8cvs22
3458 fix missing file in 3.7.8cvs20
3460 2010-12-22 [colin] 3.7.8cvs21
3464 Implement a nicer scroll when drag and dropping
3466 2010-12-22 [colin] 3.7.8cvs20
3469 Store charset if available when attaching text/* parts
3470 Fixes bug #2203, 'Problems in forwarding multipart/
3471 alternative messages with HTML part'
3473 2010-12-22 [colin] 3.7.8cvs19
3478 2010-12-21 [colin] 3.7.8cvs18
3481 * src/send_message.c
3482 * src/common/session.c
3483 * src/common/session.h
3484 Differentiate between running sessions and connected
3485 sessions. Fixes bug #2332, "Crash when hitting cancel
3486 on the SMTP status window"
3488 2010-12-21 [colin] 3.7.8cvs17
3490 * src/etpan/etpan-thread-manager.c
3493 2010-12-21 [colin] 3.7.8cvs16
3496 Check whether we should continue loading the
3497 current textview after inserting a possibly
3500 2010-12-20 [colin] 3.7.8cvs15
3504 Removed. Dead code since ages!
3506 * src/gtk/gtkcmclist.c
3507 * src/gtk/gtkcmctree.c
3508 * src/gtk/gtksctree.c
3509 undefine *_DISABLE_DEPRECATED in the files that
3510 use deprecated interfaces. Implicit declarations
3511 can lead to crashes as prototypes are unknown, as
3512 evidenced by bug #2315.
3514 2010-12-20 [colin] 3.7.8cvs14
3517 Don't flush events when adding an header entry. This
3518 can mess up the keypresses in the previous header.
3519 Instead, make the scroll happen later (doing it on the
3520 spot without flushing events doesn't work as the new
3521 requisitions aren't set yet).
3523 2010-12-20 [colin] 3.7.8cvs13
3526 Don't iconify at start on w32. This un-iconifies in the
3529 2010-12-20 [colin] 3.7.8cvs12
3531 * src/common/base64.c
3532 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
3533 Patch by pochini at shiny.it
3535 2010-12-19 [colin] 3.7.8cvs11
3540 2010-12-18 [colin] 3.7.8cvs10
3543 Fix bug #2148, "Attachment content-transfer-encoding
3544 incorrectly set when signing emails". The RFC 2045
3545 states that message/* and multipart/* encoding must
3546 be either 7-bit, 8-bit or binary.
3548 2010-12-18 [mones] 3.7.8cvs9
3551 Fix crash when searching or adding a LDAP server
3553 2010-12-17 [colin] 3.7.8cvs8
3562 Better error logging. Disable LDAP SSL/TLS on
3563 Windows, it's crashy/non-worky.
3565 2010-12-17 [colin] 3.7.8cvs7
3568 Fix bug #2325, "messages remains in folder cache after moving
3569 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
3571 2010-12-17 [colin] 3.7.8cvs6
3583 Windows build fixes (w32 LDAP completely untested!)
3585 2010-12-16 [colin] 3.7.8cvs5
3595 Try to rationalize a bit LDAP connections
3597 2010-12-16 [colin] 3.7.8cvs4
3599 * src/prefs_spelling.c
3601 Add a button to get dictionaries (win32)
3603 2010-12-16 [colin] 3.7.8cvs3
3605 * src/prefs_matcher.c
3606 Fix bug #2279, "crash when clicking 'define' in filter
3607 configuring". Thanks to Theodor Ciobanu for the hint at
3610 2010-12-14 [colin] 3.7.8cvs2
3612 * src/gtk/gtkaspell.c
3613 Add missing guard for sys/wait.h
3615 2010-12-05 [colin] 3.7.8cvs1
3617 * tools/make.themes.project
3618 Seems wget has changed naming of targets downloaded.
3619 Fix it by always providing our own name.
3620 [Pushing mones' patch again after messing with CVSROOT]
3622 2010-12-04 [paul] 3.7.8
3628 2010-12-03 [paul] 3.7.7cvs11
3631 * manual/xml2pdf ** REMOVED **
3632 * manual/dist/pdf/Makefile.am
3633 * manual/es/dist/pdf/Makefile.am
3634 * manual/fr/dist/pdf/Makefile.am
3635 * manual/pl/dist/pdf/Makefile.am
3636 simplify check for tools needed for manual building,
3637 remove xml2pdf and use docbook2pdf instead
3639 2010-12-03 [mir] 3.7.7cvs10
3642 Fix bug so that configure option --disable-manual
3643 actually disable building the manuals
3645 2010-12-01 [pawel] 3.7.7cvs9
3648 One more GTK+ 2.22 build fix
3650 2010-11-30 [colin] 3.7.7cvs8
3653 Fix bug #2317, 'Action results in "Bad file descriptor"'
3654 Introduced in 3.7.6cvs57. In fact the error has been there
3655 since ages, and only new thing is the verification of the
3656 various functions return code. Let the stuff work as it
3657 does, as it seems to do the right thing since ages.
3659 2010-11-28 [colin] 3.7.7cvs7
3661 * src/gtk/quicksearch.c
3662 Fix bug #2313, 'CLI quicksearch sometimes returns
3663 the same messages twice'. Patch by Sebastien Bigaret
3665 2010-11-25 [paul] 3.7.7cvs6
3667 * src/prefs_common.c
3668 make "gtk_can_change_accels" FALSE by default.
3669 fixes bug #2309, 'Shortcuts should not be modifiable
3672 2010-11-24 [mones] 3.7.7cvs5
3675 Add missing shortcuts for marking as spam and ham
3676 Fixes Debian bug #599547
3678 2010-11-22 [colin] 3.7.7cvs4
3681 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
3682 five patches were needed to fix a corner case
3683 is a good indicator that is was bound to break
3686 2010-11-21 [colin] 3.7.7cvs3
3688 * src/plugins/pgpcore/claws.def
3691 2010-11-20 [wwp] 3.7.7cvs2
3694 Fix either a typo or an irrelevant iff word there.
3695 IMO type and recursive possible values should be changed to
3696 smth simple and neat here, and help strings be really
3699 2010-11-20 [colin] 3.7.7cvs1
3702 Damn, forgot to commit this file twice.
3704 2010-11-19 [paul] 3.7.7
3710 2010-11-19 [paul] 3.7.6cvs66
3723 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
3724 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
3725 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
3727 2010-11-17 [colin] 3.7.6cvs65
3729 * src/common/utils.c
3730 Separate email address from timestamp with a dot.
3733 2010-11-17 [colin] 3.7.6cvs64
3735 * src/common/utils.c
3736 Fix multiple @ in generated message-ids.
3737 That's not allowed in RFC 2822.
3739 2010-11-16 [mones] 3.7.6cvs63
3741 * manual/es/advanced.xml
3742 Synchronise with English version
3744 2010-11-04 [wwp] 3.7.6cvs62
3747 Fix bug 2293, "filtering: simplify expression", as simplifying
3748 this expression doesn't make it less easy to understand and we
3749 gain few cycles by making the logical expression more simple
3750 by applying. Patch by Nicolas Kaiser.
3752 2010-11-03 [colin] 3.7.6cvs61
3755 Fix bug 2294, "addrindex.c: address index conversion always
3756 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
3758 2010-11-02 [wwp] 3.7.6cvs60
3763 Enlarge the progress bar (main window) a bit when compiling
3764 for UMPCs like maemo: this solves truncated text that might
3765 appear in the progress bar while processing messages.
3766 Also use a more compact string format when displaying
3767 progress like 'number/total', still for UMPCs, this fixes
3768 a previous inconsistency with these format strings where
3769 no space around the / were used sometimes.
3771 2010-10-26 [ticho] 3.7.6cvs59
3774 Recreate NNTP session if server port setting has changed. Fixes
3777 2010-10-26 [colin] 3.7.6cvs58
3781 Fix copy-paste error, thanks to David Relson
3784 2010-10-18 [colin] 3.7.6cvs57
3791 * src/prefs_themes.c
3794 * src/gtk/gtkutils.c
3795 * src/gtk/quicksearch.c
3796 * src/gtk/quicksearch.h
3797 * src/plugins/pgpcore/passphrase.c
3798 * src/plugins/spamassassin/libspamc.c
3801 2010-10-17 [colin] 3.7.6cvs56
3803 * src/prefs_themes.c
3804 * src/gtk/gtkaspell.c
3805 * src/gtk/gtkutils.c
3806 * src/gtk/gtkutils.h