1 2012-09-26 [colin] 3.8.1cvs79
6 Prepare the context strings, their translation take
7 CPU time. Shaves 6 seconds out of 17 on my reference
12 2012-09-26 [colin] 3.8.1cvs78
17 Unlock I/O in procmime, give a way
18 for matcher to avoid having to
19 read/write tmp/rewind/read tmp for
22 2012-09-26 [colin] 3.8.1cvs77
24 * src/summary_search.c
25 Fix unresponsive stop button
26 * src/gtk/quicksearch.c
29 2012-09-26 [colin] 3.8.1cvs76
31 * src/summary_search.c
34 * src/gtk/quicksearch.c
35 Factorize search code in summary_search and
36 add a progress indicator as that slows down
37 the first result in case of body search.
39 2012-09-26 [colin] 3.8.1cvs75
42 Fix body search triggering GUI updates
43 for every message when it gets MSG_SCANNED
46 2012-09-26 [colin] 3.8.1cvs74
54 Factorize msg list to num list code;
55 Make search faster using cache instead
58 2012-09-25 [mones] 3.8.1cvs73
60 * src/gtk/quicksearch.c
61 Fix new expressions not being added to quicksearch
62 history in extended mode; patch by Sean Buckheister
64 2012-09-22 [mir] 3.8.1cvs72
67 Fix for not searching in folders marked 'no_select'
68 patch provide by colin.
70 2012-09-22 [mones] 3.8.1cvs71
73 Add missing copyright header
75 2012-09-21 [colin] 3.8.1cvs70
78 Fix warning where msgcount was used
79 uninitialized in case the search was
80 to be performed on a message list subset.
82 2012-09-21 [colin] 3.8.1cvs69
84 * src/gtk/quicksearch.c
85 Fix error background not appearing
87 2012-09-21 [colin] 3.8.1cvs68
90 * src/advsearch.c ** ADDED **
91 * src/advsearch.h ** ADDED **
99 * src/matchertypes.h ** ADDED **
104 * src/summary_search.c
107 * src/gtk/quicksearch.c
108 * src/gtk/quicksearch.h
109 Separated GUI and logic for search
110 Use same logic for quicksearch and folder search
111 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
113 2012-09-19 [mones] 3.8.1cvs67
116 Remove spurious parameter from get_url_part and
117 fix potential buffer overflow
119 2012-09-19 [colin] 3.8.1cvs66
123 Un-mix mixed enum comparison which happened
124 to work because multiple enums define the same
127 2012-09-19 [colin] 3.8.1cvs65
135 * src/plugins/bogofilter/bogofilter_gtk.c
136 * src/plugins/pgpcore/prefs_gpg.c
137 * src/plugins/smime/smime.c
138 * src/plugins/spamassassin/spamassassin_gtk.c
139 More warning fixes, casts, useless variables and
140 unchecked return values
142 2012-09-19 [colin] 3.8.1cvs64
145 Check possible overflow
146 * src/prefs_account.c
147 * src/prefs_compose_writing.c
148 * src/prefs_logging.c
149 * src/prefs_message.c
150 * src/prefs_msg_colors.c
152 * src/prefs_receive.c
153 * src/prefs_summaries.c
154 * src/prefs_wrapping.c
155 fix GtkAdjustment casts
158 * src/gtk/gtkaspell.c
161 2012-09-19 [mones] 3.8.1cvs63
164 Fix leak and follow function specification
166 2012-09-19 [mones] 3.8.1cvs62
169 Use unused var c to check result and emit messages on error
171 Remove unused vars: attr (several functions), element
173 Use unused var newGroup to check result
174 * src/addrcustomattr.c
175 Remove unused var summaryview and related code
177 Use unused vars nn, newNode, idleID to check result
178 Remove unused var aoType and refactor logic around it
179 Comment var enabled and related debug code
181 Use unused var error to check result and emit debug messages
183 Remove unused var link_color
185 Remove unused vars: attr, retVal
187 2012-09-19 [colin] 3.8.1cvs61
193 * src/common/socket.c
194 More precise error logging
196 2012-09-16 [mones] 3.8.1cvs60
199 Removed dup calls with ignored result
201 Removed unused var is_group and simplified logic around it
205 * src/etpan/etpan-thread-manager.c
206 Use unused var r to verify result and emit messages on error
208 Move color variable into conditional usage blocks
209 Remove assigned but not used vars: lock, titles, count
211 Remove assigned but not used var actions
213 Remove assigned but not used vars: from_parent, src_node
216 Remove malloc-ed but not used var: old_path
218 Comment unused vars from commented block: tofetch, fetched
219 * src/prefs_account.c
220 Remove assigned but not used var: privacy_enabled
221 * src/prefs_actions.c
222 * src/prefs_customheader.c
223 Remove assigned but not used var: store
224 * src/prefs_filtering.c
225 Remove assigned but not used var: n_rows
226 * src/prefs_template.c
227 Remove assigned but not used vars: model, list_store
228 * src/prefs_toolbar.c
229 Remove assigned but not used var: win_titles
231 Remove assigned but not used vars: orientation, line, baseline,
233 * src/etpan/imap-thread.c
234 Remove assigned but not used var: value, r
235 Refactor to check correct memory allocation
236 * src/etpan/nntp-thread.c
237 Remove assigned but not used var: value
238 * src/gtk/gtkaspell.c
239 Remove assigned but not used vars: textbuf, exist
240 Remove unused function: find_gtkaspeller
241 * src/gtk/gtkcmctree.c
242 Remove unused function: gtk_cmctree_get_offset
243 * src/gtk/gtkshruler.c
244 Remove assigned but not used vars: ruler, priv
246 2012-09-14 [mones] 3.8.1cvs59
249 Check file operation results (and remove and
252 2012-09-14 [colin] 3.8.1cvs58
254 * src/gtk/inputdialog.c
255 Remove unused var, thanks Ticho
257 2012-09-13 [colin] 3.8.1cvs57
260 Fix missing \n in debug line
262 2012-09-13 [colin] 3.8.1cvs56
265 Don't listen on the Unix socket before we're
266 ready. The 'popup' order from another instance
267 may provoke a race and trash configuration files.
269 2012-09-13 [colin] 3.8.1cvs55
272 Maybe fix bug #2096, "MEMORY-ERROR w/
273 Claws-Mail/IMAP and Lotus Domino". Use
274 correct types for start/end and test if
275 start is indeed before end.
277 2012-09-12 [mones] 3.8.1cvs54
280 Fix 1975 'preference mutt key bindings do not take effect'
281 (and the other invalid paths too)
283 2012-09-12 [colin] 3.8.1cvs53
286 Revert that hunk, logic is unclear.
288 2012-09-12 [colin] 3.8.1cvs52
304 * src/partial_download.c
305 * src/prefs_filtering_action.c
306 * src/prefs_toolbar.c
314 * src/etpan/imap-thread.c
315 * src/gtk/gtkaspell.c
316 * src/plugins/pgpcore/sgpgme.c
317 More fixes from bug #1961:
318 - Write-only variables
319 - Null pointer dereferences
320 - A couple other fixes for which the reporter
321 was unsure, but which showed problems.
322 More details in bug #1961 comments.
324 2012-09-12 [colin] 3.8.1cvs51
329 * src/plugins/pgpcore/passphrase.c
330 Apply patches from bug #1961, "patches for
331 a couple of clang warnings":
335 2012-09-12 [colin] 3.8.1cvs50
338 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
339 where the included menu.h could come from Ncurses.
340 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
342 2012-09-11 [colin] 3.8.1cvs49
345 Fix race condition at start.
347 2012-09-10 [colin] 3.8.1cvs48
350 Create lock socket as soon as possible, not after
351 a few things like caching all prefs.
353 2012-09-09 [mones] 3.8.1cvs47
355 * src/plugins/bogofilter/bogofilter.c
358 2012-09-08 [colin] 3.8.1cvs46
379 * src/matcher_parser_parse.y
387 * src/prefs_account.c
388 * src/prefs_account.h
389 * src/prefs_filtering.c
390 * src/prefs_filtering_action.c
392 * src/prefs_matcher.c
393 * src/prefs_template.c
394 * src/prefs_toolbar.c
412 * src/gtk/description_window.c
413 * src/plugins/trayicon/trayicon.c
414 Break circular dependencies in Claws' headers,
415 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
417 2012-09-08 [colin] 3.8.1cvs45
422 2012-09-05 [colin] 3.8.1cvs44
426 * src/prefs_matcher.c
427 Drop matcherprop_new_create, which is just a copy of
428 matcherprop_new, and staticalize what can be
430 2012-09-05 [colin] 3.8.1cvs43
432 * src/plugins/pgpcore/select-keys.c
433 Fix bug #2390, "Non-fully-trusted-key-warning appears
434 based on primary UID rather than recipient e-mail"
436 2012-08-29 [colin] 3.8.1cvs42
438 * src/gtk/gtkaspell.c
439 Fix bug #2596, "Spell checker does not work properly"
441 2012-08-29 [colin] 3.8.1cvs41
443 * src/plugins/pgpcore/sgpgme.c
444 Set gpgme's locale to UTF-8. Fixes bug #2650,
445 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
447 2012-08-29 [colin] 3.8.1cvs40
457 Move the hardcoded mimeview shortcuts to standard menus.
459 2012-08-27 [colin] 3.8.1cvs39
462 Fix double mainwindow presentation that confuses GNOME3
463 when some plugins fail to load (subsequent Claws windows
464 got no focus in that case)
466 2012-08-27 [colin] 3.8.1cvs38
469 Make Mark all read confirmation button more clear
471 2012-08-27 [colin] 3.8.1cvs37
475 Separate "Mark all read" from "Mark as read"
478 2012-08-27 [wwp] 3.8.1cvs36
482 Remove session statistics debug statements (irrelevant in repo,
485 2012-08-24 [mones] 3.8.1cvs35
487 * manual/advanced.xml
488 Keep alphabetic order of hidden options lost
489 and update Clawsker URL.
490 * manual/de/advanced.xml
491 * manual/fr/advanced.xml
493 * manual/es/advanced.xml
494 Sync with English version and update Clawsker URL.
495 * manual/de/dist/html/Makefile.am
496 * manual/es/dist/html/Makefile.am
497 * manual/fr/dist/html/Makefile.am
498 * manual/pl/dist/html/Makefile.am
499 * manual/dist/html/Makefile.am
500 Fix bug 2723 'Missing encoding in generated html manual'
502 2012-08-23 [colin] 3.8.1cvs34
505 Fix --offline asking if one wants to sync,
506 due to re-entering. Thanks <ebik@ucw.cz>.
508 2012-08-16 [colin] 3.8.1cvs33
511 Always clear the tags list when fetching a folder, or
512 Claws will never untag an untagged email. Patch by
513 Igor Mammedov <imammedo@redhat.com>
515 2012-08-12 [colin] 3.8.1cvs32
518 Exclude text/plain from the attachment thing
520 2012-08-12 [colin] 3.8.1cvs31
523 Fix comparison, thanks to Michael Gmelin
525 2012-08-12 [colin] 3.8.1cvs30
528 Only show HTML parts by default (if the pref
529 is set so) if the part disposition-type is
530 inline or unknown, but not attachment.
532 Remove useless hook that won't ever be used
535 2012-08-12 [colin] 3.8.1cvs29
538 Make sure text/* attachments are not made
539 inline, regardless of the compose mode.
540 Finishes fixing bug #2203 after auto-save
541 switches mode to COMPOSE_REEDIT. Thanks to
542 Michael Gmelin for finding this.
544 2012-08-09 [colin] 3.8.1cvs28
546 * src/prefs_filtering.c
547 Make treeView type-ahead case insensitive
548 Patch by Andreas Ronnquist
550 2012-08-09 [colin] 3.8.1cvs27
552 * src/gtk/sslcertwindow.c
555 2012-08-09 [colin] 3.8.1cvs26
558 * src/common/ssl_certificate.c
559 * src/common/ssl_certificate.h
560 * src/gtk/sslcertwindow.c
561 Fix bug 2718, "Failure to check peer hostname
562 when checking certificate"
564 2012-08-05 [ticho] 3.8.1cvs25
567 Avoid header combo box to get focus twice (first text within,
568 then combobox widget itself) when switching focus with TAB.
570 2012-07-28 [ticho] 3.8.1cvs24
573 Properly fix setting "transient for" for attachment properties
574 dialog when called via popup menu (since we're stealing focus
575 few lines before, we need to do it directly, not via
578 2012-07-28 [ticho] 3.8.1cvs23
580 * src/gtk/pluginwindow.c
581 * src/gtk/prefswindow.c
582 Fixed setting "transient for" property for plugin load/unload
583 file dialog. Connected manage_window signals to prefswindow events.
585 2012-07-27 [ticho] 3.8.1cvs22
589 Fixed setting "transient for" property for summaryview file
590 dialog and messageview's image save dialog.
592 2012-07-27 [ticho] 3.8.1cvs21
596 Fix setting "transient for" property for file select dialogs
597 in crash report and mimeview.
599 2012-07-27 [ticho] 3.8.1cvs20
602 Fixed "transient for" property for file attach dialog when
603 called from Attachments list popup menu. Simplified menu item
604 sensitivities setting code logic for this menu.
606 2012-07-25 [ticho] 3.8.1cvs19
608 * manual/advanced.xml
609 Add the three hidden preferences related to colored display
610 of unified diffs to manual.
612 2012-07-25 [ticho] 3.8.1cvs18
614 * src/gtk/gtkaspell.c
615 Create "Change directory" submenu in a separate function, change
616 wording a bit, and make the submenu always available in a context
617 menu of body edit box in compose window.
619 2012-07-25 [ticho] 3.8.1cvs17
621 * src/gtk/prefswindow.c
622 Correctly set transient_for property for preferences window,
623 as well as for color picker dialogs. Fixes bug #2710.
625 2012-07-25 [ticho] 3.8.1cvs16
627 * src/gtk/quicksearch.c
628 Allow quicksearch syntax description window to be correctly
629 set transient for main window.
631 2012-07-15 [wwp] 3.8.1cvs15
634 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
636 2012-07-10 [paul] 3.8.1cvs14
639 forgot this in last commit
641 2012-07-10 [paul] 3.8.1cvs13
645 * src/common/quoted-printable.c
646 * src/common/quoted-printable.h
647 revert 3.8.1cvs2,3,4,5 because they (somewhere!) cause
648 the bug: partial message text loss
650 2012-07-10 [mones] 3.8.1cvs12
652 * src/plugins/pgpcore/sgpgme.c
653 Fix bug 2689, 'segfault when trying to view info
654 about pgp/smime sign'
656 2012-07-08 [ticho] 3.8.1cvs11
658 * src/plugins/pgpcore/sgpgme.c
659 Consider marginal signature validity as untrusted. Suggested by
660 Jean-Benoist Leger (leger at crans.org).
662 2012-07-08 [paul] 3.8.1cvs10
664 * src/gtk/icon_legend.c
665 fix (reveal) hidden icon in gui and build warning
667 2012-07-07 [paul] 3.8.1cvs9
669 * src/plugins/pgpcore/prefs_gpg.c
672 2012-07-07 [colin] 3.8.1cvs8
674 * claws-features.h.in
682 * src/partial_download.h
684 * src/prefs_account.h
693 * src/common/session.h
695 * src/common/socket.h
697 * src/common/ssl_certificate.h
698 * src/common/timing.h
700 * src/gtk/gtkaspell.h
702 * src/gtk/pluginwindow.h
703 * src/gtk/spell_entry.h
704 * src/gtk/sslcertwindow.h
705 Don't export config.h in public headers
707 2012-07-07 [colin] 3.8.1cvs7
709 * claws-features.h.in
715 * src/addrcustomattr.c
716 * src/addrduplicates.c
719 * src/addressbook_foldersel.c
730 * src/displayheader.c
732 * src/editaddress_other_attributes_ldap.c
737 * src/editldap_basedn.c
746 * src/folder_item_prefs.c
747 * src/grouplistdialog.c
771 * src/message_search.c
782 * src/partial_download.c
783 * src/partial_download.h
786 * src/prefs_account.c
787 * src/prefs_account.h
788 * src/prefs_actions.c
791 * src/prefs_compose_writing.c
792 * src/prefs_customheader.c
793 * src/prefs_display_header.c
794 * src/prefs_ext_prog.c
795 * src/prefs_filtering.c
796 * src/prefs_filtering_action.c
797 * src/prefs_folder_column.c
798 * src/prefs_folder_item.c
801 * src/prefs_image_viewer.c
802 * src/prefs_logging.c
803 * src/prefs_matcher.c
804 * src/prefs_message.c
805 * src/prefs_msg_colors.c
808 * src/prefs_receive.c
810 * src/prefs_spelling.c
811 * src/prefs_summaries.c
812 * src/prefs_summary_column.c
813 * src/prefs_summary_open.c
814 * src/prefs_toolbar.c
815 * src/prefs_wrapping.c
828 * src/summary_search.c
841 * src/common/plugin.c
843 * src/common/session.c
844 * src/common/session.h
847 * src/common/socket.c
848 * src/common/socket.h
851 * src/common/ssl_certificate.c
852 * src/common/ssl_certificate.h
853 * src/common/string_match.c
855 * src/common/timing.h
858 * src/etpan/etpan-thread-manager.c
859 * src/etpan/imap-thread.c
860 * src/etpan/nntp-thread.c
863 * src/gtk/description_window.c
865 * src/gtk/gtkaspell.c
866 * src/gtk/gtkaspell.h
867 * src/gtk/gtkshruler.c
871 * src/gtk/gtkvscrollbutton.c
872 * src/gtk/icon_legend.c
873 * src/gtk/inputdialog.c
874 * src/gtk/logwindow.c
876 * src/gtk/pluginwindow.c
877 * src/gtk/pluginwindow.h
878 * src/gtk/prefswindow.c
879 * src/gtk/progressdialog.c
880 * src/gtk/quicksearch.c
881 * src/gtk/spell_entry.c
882 * src/gtk/spell_entry.h
883 * src/gtk/sslcertwindow.c
884 * src/gtk/sslcertwindow.h
885 * src/plugins/bogofilter/bogofilter.c
886 * src/plugins/bogofilter/bogofilter_gtk.c
887 * src/plugins/dillo_viewer/dillo_prefs.c
888 * src/plugins/dillo_viewer/dillo_viewer.c
889 * src/plugins/pgpcore/pgp_viewer.c
890 * src/plugins/pgpcore/plugin.c
891 * src/plugins/pgpcore/sgpgme.c
892 * src/plugins/pgpinline/pgpinline.c
893 * src/plugins/pgpinline/plugin.c
894 * src/plugins/pgpmime/pgpmime.c
895 * src/plugins/pgpmime/plugin.c
896 * src/plugins/smime/plugin.c
897 * src/plugins/smime/smime.c
898 * src/plugins/spamassassin/libspamc.c
899 * src/plugins/spamassassin/spamassassin.c
900 * src/plugins/spamassassin/spamassassin_gtk.c
901 * src/plugins/trayicon/trayicon.c
902 * src/plugins/trayicon/trayicon_prefs.c
903 Specify Claws compile-time features in a specific header
905 2012-07-06 [wwp] 3.8.1cvs6
909 Session statistics: format date following global prefs,
910 and fix stats output a little bit.
912 2012-07-03 [mir] 3.8.1cvs5
915 fix bug 2642, 'improve transfer encoding selection'.
916 Patch provided by Christopher Zimmermann
917 (madroach claws at gmerlin dot de)
919 2012-07-03 [mir] 3.8.1cvs4
923 fix bug 2641, '7bit or 8bit encoded attachments can
924 have lines longer than 998 characters'.
925 Patch provided by Christopher Zimmermann
926 (madroach claws at gmerlin dot de)
929 2012-07-03 [mir] 3.8.1cvs3
933 fix bug 2641, '7bit or 8bit encoded attachments can
934 have lines longer than 998 characters'.
935 Patch provided by Christopher Zimmermann
936 (madroach claws at gmerlin dot de)
938 2012-07-03 [mir] 3.8.1cvs2
942 * src/common/quoted-printable.c
943 * src/common/quoted-printable.h
944 fix bug 2640, 'improve quoted-printable encoding'
945 Patch provided by madroach claws at gmerlin dot de
947 2012-06-30 [paul] 3.8.1cvs1
950 fix bug 2579, 'Installed headers redefine autotools-specific constants'
952 2012-06-27 [paul] 3.8.1
958 2012-06-27 [paul] 3.8.0cvs58
961 fix minimum required GTK+, which got mistakenly bumped
964 2012-06-27 [paul] 3.8.0cvs57
981 * tools/claws.i18n.status.pl
982 updated based on currently active
984 2012-06-25 [mir] 3.8.0cvs56
987 If a folder class returns <> 0 then the message has not
988 been removed from the file system and therefore it should
989 not be removed from the cache either.
991 2012-06-20 [ticho] 3.8.0cvs55
994 Fix for bug #1090 - Standard-folders appear again
995 after rescanning tree
997 2012-06-20 [paul] 3.8.0cvs54
1000 * src/prefs_common.h
1003 colourise attached patches.
1006 2012-06-02 [wwp] 3.8.0cvs53
1008 * src/gtk/progressdialog.c
1009 Add a hide button to the retrieve/send progress dialogs. WM's close button
1010 now hides (as well as pressing Esc) instead of doing nothing.
1012 2012-06-02 [wwp] 3.8.0cvs52
1014 * doc/man/claws-mail.1
1020 Introduce a new feature: basic session statistics (from the about dialog
1021 or the command-line).
1023 2012-06-02 [wwp] 3.8.0cvs51
1026 Fix bug 2620: shift+tab from subject field not working.
1028 2012-06-02 [wwp] 3.8.0cvs50
1033 Normalize capitalization of strings in UI.
1035 2012-05-30 [paul] 3.8.0cvs49
1038 don't do TLS if not requested by user. fixes connecting to
1039 servers which, for example, want SSL 3 only
1041 2012-05-27 [paul] 3.8.0cvs48
1044 update copyright headers to 2012
1046 2012-05-27 [paul] 3.8.0cvs47
1049 * src/prefs_actions.c
1051 fix some typos in strings, thanks to Thomas Bellmann
1053 2012-05-16 [paul] 3.8.0cvs46
1055 * src/prefs_filtering_action.c
1056 fix disabled 'select...' button that never goes away
1057 when using the new addr book
1060 2012-05-16 [colin] 3.8.0cvs45
1062 * src/common/utils.c
1065 2012-05-16 [colin] 3.8.0cvs44
1067 * src/common/utils.c
1068 Make remove_numbered_files much faster when there's
1069 just one file to remove.
1071 2012-05-16 [paul] 3.8.0cvs43
1074 fix bug 2662, '"ag" quicksearch adds "1" to value'
1076 2012-05-16 [paul] 3.8.0cvs42
1078 * src/gtk/description_window.c
1079 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
1081 2012-05-16 [paul] 3.8.0cvs41
1083 * src/common/ssl_certificate.c
1084 fix bug 2646, 'Compile fails with gnutls-3.0.18'
1085 Patch by Christian Hesse
1087 2012-05-11 [colin] 3.8.0cvs40
1090 * src/common/utils.c
1091 Fix bug 2659, 'E-mail attachments are handled
1093 Fix problems iterating the mime tree, and determine
1094 whether a file is an email without To:
1096 2012-04-03 [colin] 3.8.0cvs39
1099 Fix build (damn whitespace-sensitive file format)
1101 2012-04-02 [colin] 3.8.0cvs38
1104 Fix incomplete make dist
1106 2012-04-02 [colin] 3.8.0cvs37
1109 Fix mistakenly removed function call
1111 2012-04-01 [colin] 3.8.0cvs36
1119 * src/addressbook-dbus.c
1120 * src/addressbook-dbus.h
1125 * src/claws-contacts.xml
1133 * src/prefs_common.c
1134 * src/prefs_filtering_action.c
1135 * src/prefs_matcher.c
1139 * src/plugins/bogofilter/bogofilter_gtk.c
1140 * src/plugins/dillo_viewer/dillo_prefs.c
1141 * src/plugins/spamassassin/spamassassin_gtk.c
1142 * src/plugins/trayicon/trayicon.c
1143 Import new addressbook code from the new-contacts branch
1145 2012-03-29 [paul] 3.8.0cvs35
1149 * src/gtk/quicksearch.c
1150 add 'ha', short version of 'has_attachment' in quick search
1151 Patch by Andreas Rönnquist
1153 2012-03-26 [mones] 3.8.0cvs34
1155 * src/common/plugin.c
1156 Support 2 and 3-clause BSD licensed plugins
1158 2012-03-15 [pawel] 3.8.0cvs33
1162 - Make separate window info more accurate about
1163 move to trash/deletion.
1166 2012-03-14 [pawel] 3.8.0cvs32
1175 Better fix for bug #2501
1176 Instead of leaving blank window after message move or delete,
1177 update separate view to next message in message list or
1178 display info why view is blank. This was discussed
1179 in bug #2621 comments.
1181 2012-03-11 [colin] 3.8.0cvs31
1183 * src/gtk/gtkcmctree.c
1186 Fix focus rectangle on unfocused rows
1187 Patch by Michael Shell
1189 2012-02-29 [colin] 3.8.0cvs30
1191 * src/gtk/gtkcmctree.c
1192 Fix bug #2577, "Focus rectangle on folder list and message
1193 list headings doesn't get properly cleared when switching
1194 heading and horizontally scrolling list (underlines and
1195 vertical lines remain on screen)". Patch by Michael Shell
1197 2012-02-13 [pawel] 3.8.0cvs29
1200 Fix crasher when double clicking on IMAP message and
1201 MessageView is not shown introduced in cvs21
1204 2012-02-10 [pawel] 3.8.0cvs28
1207 Fix bug #2598 'Actions can move locked messages'
1209 2012-02-08 [pawel] 3.8.0cvs27
1211 * src/prefs_actions.c
1212 * src/prefs_actions.h
1213 * src/prefs_toolbar.c
1214 * src/prefs_toolbar.h
1217 - Implement automatic removal of toolbar action buttons when
1218 associated action is removed
1219 - Don't allow creation of two actions with the same name,
1220 before all executions/removals were performed on first action
1221 with duplicated name in linked list which wasn't always
1224 2012-02-05 [colin] 3.8.0cvs26
1230 * src/prefs_common.c
1231 * src/prefs_common.h
1236 Add an history to navigate in mails
1238 2012-02-05 [colin] 3.8.0cvs25
1241 Fix inverted comparison in list_find_custom.
1243 2012-02-03 [wwp] 3.8.0cvs24
1245 * src/gtk/progressdialog.c
1246 Make translators life easier: use View log instead of Show log
1249 2012-02-02 [pawel] 3.8.0cvs23
1252 Fix bug #2590 'Un-capitalize strings'
1253 Patch by Christian Hesse
1255 2012-02-02 [pawel] 3.8.0cvs22
1259 'Change expand behavior for message list / message view'
1260 Patch by Christian Hesse
1262 2012-02-02 [pawel] 3.8.0cvs21
1268 Fix bug #2501 'opened message blanks when moved to other folder'
1269 Detect message move and update message window contents
1270 accordingly, if message is moved to trash close window
1272 2012-02-01 [pawel] 3.8.0cvs20
1279 * src/gtk/sslcertwindow.c
1280 More strncat boundary checks
1282 2012-01-31 [wwp] 3.8.0cvs19
1284 * src/gtk/gtkutils.c
1285 Fix warnings in gtkutils: wrong function name, missing newline, typo and
1288 2012-01-31 [wwp] 3.8.0cvs18
1290 * src/gtk/progressdialog.c
1291 * src/gtk/progressdialog.h
1293 * src/send_message.c
1294 Add a button to the retrieve/send dialogs to
1295 open the network log.
1297 2012-01-25 [wwp] 3.8.0cvs17
1300 Remove debug statement.
1302 2012-01-20 [pawel] 3.8.0cvs16
1306 Fix bug #2574 'Statement might be overflowing a
1309 2012-01-20 [pawel] 3.8.0cvs15
1312 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
1314 2012-01-14 [colin] 3.8.0cvs14
1317 Update tracker trigger url
1319 2012-01-10 [wwp] 3.8.0cvs13
1324 Fix sensitivity of toolbar's get_btn (retrieve mail from current
1325 account) and of mainwindows's relevant entry when current account
1326 is not able to retrieve (SMTP-only).
1328 2012-01-09 [colin] 3.8.0cvs12
1331 Fix bug 1924, 'Messages marked move to Trash appear
1332 identical to messages marked move to $FOLDER'
1334 2012-01-05 [colin] 3.8.0cvs11
1337 Fix crasher infinite loop
1339 2012-01-03 [colin] 3.8.0cvs10
1341 * src/gtk/gtkcmctree.c
1342 Revert previous patch, it's buggy on headers
1344 2012-01-03 [colin] 3.8.0cvs9
1346 * src/gtk/gtkcmctree.c
1347 Fix bug #2566, 'wrapped Subject not bounded'
1349 2011-12-29 [pawel] 3.8.0cvs8
1355 Make forwarding selected attachment possible from
1356 mimeview's context menu
1357 Fixex bug #2047 'forward attachments'
1359 2011-12-28 [paul] 3.8.0cvs7
1361 * src/prefs_account.c
1362 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
1364 2011-12-28 [colin] 3.8.0cvs6
1369 2011-12-28 [colin] 3.8.0cvs5
1372 Fix GTK+2.16 build (w32)
1374 2011-12-18 [mir] 3.8.0cvs4
1377 Fix bug in search criteria when doing a
1378 complete directory search using '*'
1380 2011-12-16 [mir] 3.8.0cvs3
1383 Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
1385 2011-12-16 [wwp] 3.8.0cvs2
1388 * src/stock_pixmap.c
1389 * src/stock_pixmap.h
1391 * src/gtk/icon_legend.c
1392 * src/pixmaps/replied_and_forwarded.xpm
1393 Make replied and forwarded status flags non exclusive.
1394 Introduce a new message state (and relevant icon in message list)
1395 where both the replied and forwarded flags are set.
1397 2011-12-16 [paul] 3.8.0cvs1
1399 * tools/claws.i18n.status.pl
1402 2011-12-16 [paul] 3.8.0
1408 2011-12-16 [paul] 3.7.10cvs113
1415 * po/id.po **REMOVED**
1416 * po/id_ID.po **ADDED**
1423 2011-12-09 [pawel] 3.7.10cvs112
1426 * src/gtk/quicksearch.c
1427 * src/gtk/quicksearch.h
1428 Invalidate quicksearch root folder when removed
1429 Fixes bug #2560 'crash when unsubscribing newsgroup and
1430 having active search field'
1432 2011-12-08 [pawel] 3.7.10cvs111
1435 Better fix for cvs94
1437 2011-12-08 [wwp] 3.7.10cvs110
1440 Make "From" widget set independant from recipient lists below,
1441 so that it doesn't scroll when several recipients headers
1442 are added and eventually are scrolling the view.
1443 Path by Christian Hesse <mail@earthworm.de>.
1444 Fixes bug #2481 'do not scroll "from" dropdown list and sender
1447 2011-12-02 [paul] 3.7.10cvs109
1451 consistent label style
1453 2011-11-29 [wwp] 3.7.10cvs108
1455 * src/plugins/trayicon/libeggtrayicon/.cvsignore
1456 More generated stuff to ignore.
1458 2011-11-29 [wwp] 3.7.10cvs107
1460 * src/prefs_folder_item.c
1461 Fix CLAWS_TIP_DECL (undefined).
1463 2011-11-28 [pawel] 3.7.10cvs106
1468 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
1469 after removing the address book in the GUI'
1471 2011-11-26 [pawel] 3.7.10cvs105
1474 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
1476 2011-11-25 [colin] 3.7.10cvs104
1482 2011-11-24 [pawel] 3.7.10cvs103
1484 * src/prefs_filtering.c
1485 Complete cvs102, forgot to commit this
1487 2011-11-24 [pawel] 3.7.10cvs102
1494 * src/prefs_actions.c
1495 * src/prefs_actions.h
1496 Implement actions updating on folder/account rename
1497 This fixes bug #2543 'filter actions in actionsrc not
1498 updated upon account renaming'
1500 2011-11-24 [wwp] 3.7.10cvs101
1502 * src/gtk/gtkcmctree.c
1503 Remove irrelevant cairo directive (thanks to Hanno).
1505 2011-11-23 [wwp] 3.7.10cvs100
1507 * src/gtk/gtkcmctree.c
1508 Make arrows in gtkcmctree's less big (get rid of the outlining),
1509 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
1512 2011-11-22 [colin] 3.7.10cvs99
1515 * src/prefs_filtering.c
1516 * src/prefs_filtering.h
1517 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
1518 The existing functions should do the job as well
1519 if not better, as they take into account the
1522 2011-11-21 [pawel] 3.7.10cvs98
1524 * src/prefs_account.c
1525 Fix bug #2116 'Rip spaces off server names in account
1527 g_strstrip() domain names to be sure they are valid
1529 2011-11-21 [pawel] 3.7.10cvs97
1532 * src/prefs_filtering.c
1533 * src/prefs_filtering.h
1534 Fix bug #2404 'matcherrc updates upon account renaming'
1535 Fix bug #2406 'some part of accountrc not updated upon
1537 Renaming account cause changing of it's root folder prefix
1538 from #<type>/<old_name> to #<type>/<new_name> so every
1539 path directing to it must be altered. Fix paths in account
1540 preferences, global processing and filtering rules, folder
1541 processing rules upon rename
1543 2011-11-20 [pawel] 3.7.10cvs96
1547 * src/prefs_actions.c
1548 Fix bug #1489 'Filter action mark_as_read inoperative
1549 following move action'
1550 Sort actions lists to have proper order of execution
1552 2011-11-20 [pawel] 3.7.10cvs95
1554 * src/prefs_actions.c
1555 * src/prefs_filtering.c
1556 * src/prefs_template.c
1557 Fix bug #1870 'arrow scrolling in filters'
1558 Allow arrow scrolling in dialogs with list view widgets
1559 plus couple fixes of issues I found along the way
1561 2011-11-19 [pawel] 3.7.10cvs94
1564 Don't highlight icons on right-click, they are not
1565 selected and other part is shown which is confusing
1567 2011-11-19 [mones] 3.7.10cvs93
1569 * manual/advanced.xml
1572 2011-11-19 [mones] 3.7.10cvs92
1574 * manual/advanced.xml
1575 * manual/es/advanced.xml
1576 Document undocumented hidden option 'zero_replacement_char'
1577 Synchronize Spanish manual with English version
1579 2011-11-19 [pawel] 3.7.10cvs91
1583 * src/prefs_common.c
1584 * src/prefs_common.h
1588 Fix bug #2377 'Show All Headers - make change persistent
1591 2011-11-19 [pawel] 3.7.10cvs90
1595 * src/folder_item_prefs.c
1602 Fix bug #1563 'Folder view: show complete threads if they
1603 contain unread messages'
1604 Add option to show only threads with unread messages
1605 initial patch by Paul Ollis, my small additions:
1606 - when checking thread for unread finish on first unread
1607 - make thread options unavailable when threading is off
1608 - hide_unread_msgs and hide_unread_threads are mutually
1609 exclusive options, set menus sensitivity accordingly
1610 - set folder item icon type similiar to hide_unread_msgs
1612 2011-11-19 [colin] 3.7.10cvs89
1617 2011-11-18 [pawel] 3.7.10cvs88
1623 * src/prefs_common.c
1624 * src/prefs_common.h
1625 Fix bug #2408 'Some UI elements are not persistent
1627 Remember size of main window, compose notebook, mimeview
1628 tree widgets between claws-mail runs. Compose window
1629 size saving was already done in cvs74
1631 2011-11-18 [mones] 3.7.10cvs87
1636 Fixes bug #2509, "manually added headers are lost unless
1637 mail is sent inmediately"
1639 2011-11-17 [pawel] 3.7.10cvs86
1642 Fix crasher reported in bug #2543
1644 2011-11-13 [colin] 3.7.10cvs85
1647 Make compose windows printable
1649 2011-11-11 [colin] 3.7.10cvs84
1652 Fix build on Fedora 16. -lm was probably pulled by something
1655 2011-11-11 [pawel] 3.7.10cvs83
1661 Port MimeView to GtkTreeView
1663 2011-11-11 [colin] 3.7.10cvs82
1665 * src/prefs_common.c
1666 Use %x (The preferred date representation for the current locale
1669 2011-11-10 [paul] 3.7.10cvs81
1671 * src/prefs_common.c
1672 use european date format as default
1674 2011-11-08 [pawel] 3.7.10cvs80
1677 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
1678 Fix race condition - don't try to hide messageview while
1679 being in the middle of message displaying routine.
1681 2011-11-08 [colin] 3.7.10cvs79
1684 Make sure we break line when we need to. Very probably
1685 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
1688 2011-11-07 [pawel] 3.7.10cvs78
1691 Fix bug #2493 'Subscription pull down should be alphabetized'
1693 2011-11-07 [pawel] 3.7.10cvs77
1698 Make Home & End keys work in textview
1700 2011-11-06 [colin] 3.7.10cvs76
1703 Oops, some unwanted undo got commited.
1705 2011-11-06 [colin] 3.7.10cvs75
1708 Don't iconify/deiconify. Instead, just show nothing
1711 2011-11-06 [pawel] 3.7.10cvs74
1714 Fix compose window size saving / restoring
1716 2011-11-06 [pawel] 3.7.10cvs73
1720 Optimize message displaying, in some conditions parts were
1721 displayed twice causing flickering. For example first html
1722 source and then rendering output from html plugin of the
1725 2011-11-05 [wwp] 3.7.10cvs72
1727 * src/gtk/gtkaspell.c
1728 Fix compilation where 'null' is undefined (use NULL instead).
1730 2011-11-05 [colin] 3.7.10cvs71
1732 * src/gtk/gtkaspell.c
1733 No need to show a backtrace if gtkaspell is null
1735 2011-11-05 [pawel] 3.7.10cvs70
1737 * src/gtk/gtkaspell.c
1738 Fix crasher when spellchecking is not enabled
1740 2011-11-02 [mones] 3.7.10cvs69
1742 * doc/man/claws-mail.1
1743 fixed hyphens (patch from Debian packaging)
1744 fixed header to follow man style closely
1745 documented new option --compose-from-file
1746 removed INSTALLATION section, doesn't belong to manpage
1747 added ENVIRONMENT, COPYRIGHT and BUGS sections
1748 expanded FILES section to include certs and autofaces dirs
1749 expanded SEE ALSO section to include manual and plugins
1751 2011-11-01 [colin] 3.7.10cvs68
1753 * src/common/utils.c
1754 Fix wrong debug stuff commited.
1756 2011-11-01 [colin] 3.7.10cvs67
1760 * src/common/utils.c
1761 * src/gtk/gtkaspell.c
1762 * src/gtk/gtkaspell.h
1763 Fix huge slowness induced by spellcheck "while typing"
1764 during initial quote rewraps.
1766 2011-10-31 [pawel] 3.7.10cvs66
1772 Fix bug #2526 'When reading message in separate window,
1773 n and p keys do not work'
1774 - fix key event handling in messageview
1775 - remove bindings for 'n' and 'p' keys in mimeview (next-part
1776 and prev-part actions)
1777 - instead add 'z' key for prev-part, we have 'a' key
1778 for next-part already
1780 2011-10-31 [colin] 3.7.10cvs65
1783 Fix build with GLib 2.31. Thanks to Charles A. Edwards
1785 2011-10-31 [pawel] 3.7.10cvs64
1788 * src/gtk/gtkutils.c
1789 Fix bug #2303 'Next unread message enables message view'
1790 Don't show previously hidden message view in main window
1791 when user reads messages in external window
1793 2011-10-31 [paul] 3.7.10cvs63
1795 * src/prefs_template.c
1796 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
1797 fit at 540 here, for those where they don't the dialogue can be made
1800 2011-10-31 [paul] 3.7.10cvs62
1803 revert 3.7.10cvs61, these entries _should_ be editable
1805 2011-10-30 [pawel] 3.7.10cvs61
1808 Those entries should not be editable
1810 2011-10-30 [pawel] 3.7.10cvs60
1812 * src/prefs_template.c
1813 - Dialog needs more height to fit all widgets
1814 - Clear template contents on delete
1816 2011-10-30 [pawel] 3.7.10cvs59
1818 * src/prefs_folder_item.c
1819 Update summaryview after changing folder prefs when needed
1821 2011-10-30 [pawel] 3.7.10cvs58
1824 Remove key-press-event blocking, it only
1825 emits GLib-GObject warnings
1827 2011-10-29 [colin] 3.7.10cvs57
1830 Fix focus of completion window with gnome shell
1831 Fixes bug #2525, "Address completion window does not get
1834 2011-10-29 [colin] 3.7.10cvs56
1837 Fix flicker on recursive quicksearch
1839 2011-10-28 [colin] 3.7.10cvs55
1843 Fix a bit the focus problem on Gnome shell
1845 2011-10-26 [mones] 3.7.10cvs54
1848 Add missing accelerator
1850 2011-10-25 [colin] 3.7.10cvs53
1852 * src/gtk/gtkcmclist.c
1853 * src/gtk/gtkcmctree.c
1854 Fix colors, fix warnings
1856 2011-10-25 [colin] 3.7.10cvs52
1858 * src/gtk/gtkcmclist.c
1859 * src/gtk/gtkcmctree.c
1862 2011-10-25 [colin] 3.7.10cvs51
1864 * src/stock_pixmap.c
1865 Fix build with gtk + 2.20
1867 2011-10-25 [colin] 3.7.10cvs50
1873 Fix locking when sending a single message
1875 2011-10-25 [colin] 3.7.10cvs49
1877 * src/gtk/colorlabel.c
1879 * src/gtk/gtkcmclist.c
1880 Make row height closer to what it was
1882 2011-10-25 [colin] 3.7.10cvs48
1884 * src/stock_pixmap.c
1885 Always use cairo to draw
1887 2011-10-25 [colin] 3.7.10cvs47
1890 Fix bug #2529, 'crash in mimeview_start_drag after
1891 deleting message'. Patch by Ricardo
1893 2011-10-23 [colin] 3.7.10cvs46
1895 * src/gtk/gtkcmclist.c
1896 * src/gtk/gtkcmclist.h
1897 * src/gtk/gtkcmctree.c
1898 Draw CMClist with cairo too.
1900 2011-10-23 [colin] 3.7.10cvs45
1902 * src/gtk/gtkcmclist.h
1903 Fix build (this was not meant to be commited)
1905 2011-10-23 [colin] 3.7.10cvs44
1909 * src/addressbook_foldersel.c
1913 * src/grouplistdialog.c
1914 * src/prefs_common.c
1915 * src/prefs_common.h
1917 * src/gtk/gtkcmclist.c
1918 * src/gtk/gtkcmclist.h
1919 * src/gtk/gtkcmctree.c
1920 * src/gtk/gtkcmctree.h
1921 * src/gtk/gtksctree.c
1922 Refactor some tree stuff (lots of code duplication there)
1923 and switch to cairo for tree rendering.
1925 2011-10-23 [holger] 3.7.10cvs43
1928 Don't issue a warning for designed behaviour of the stop rule.
1929 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
1931 2011-10-22 [colin] 3.7.10cvs42
1934 * src/gtk/gtkshruler.c
1935 * src/gtk/gtkutils.h
1938 2011-10-22 [colin] 3.7.10cvs41
1947 * src/grouplistdialog.c
1954 * src/prefs_account.c
1955 * src/prefs_actions.c
1956 * src/prefs_ext_prog.c
1957 * src/prefs_filtering.c
1958 * src/prefs_folder_item.c
1959 * src/prefs_image_viewer.c
1960 * src/prefs_logging.c
1961 * src/prefs_msg_colors.c
1964 * src/prefs_spelling.c
1965 * src/prefs_summaries.c
1966 * src/prefs_template.c
1969 * src/send_message.c
1971 * src/summary_search.c
1974 * src/gtk/gtkcmclist.c
1975 * src/gtk/gtkcmctree.c
1976 * src/gtk/gtkcmoptionmenu.c
1977 * src/gtk/gtksctree.c
1978 * src/gtk/gtkutils.c
1979 * src/gtk/gtkutils.h
1980 * src/gtk/gtkvscrollbutton.c
1981 * src/gtk/inputdialog.c
1982 * src/gtk/pluginwindow.c
1983 * src/gtk/quicksearch.c
1984 * src/gtk/spell_entry.c
1985 * src/plugins/bogofilter/bogofilter_gtk.c
1986 * src/plugins/dillo_viewer/dillo_prefs.c
1987 * src/plugins/pgpcore/prefs_gpg.c
1988 * src/plugins/spamassassin/spamassassin_gtk.c
1989 * src/plugins/trayicon/trayicon.c
1990 * src/plugins/trayicon/trayicon_prefs.c
1991 Remove all possible #if GTK_CHECK_VERSION() checks,
1992 and make Claws build with GTK+2.16 (untested right
1993 now), as the Gpg4Win project uses GTK+2.16 currently.
1995 2011-10-22 [colin] 3.7.10cvs40
1997 * src/gtk/gtkutils.h
1999 Fix (hopefully) build with GTK+ 2.18.
2001 2011-10-20 [paul] 3.7.10cvs39
2006 fix bug 2479, 'LDIF address book import matches tags case sensitive'
2007 Patch by Bodo Graumann <mail@bodograumann.de>
2009 2011-10-20 [mones] 3.7.10cvs38
2013 Fix references to old dotsrc mailing lists
2015 2011-10-19 [mones] 3.7.10cvs37
2017 * src/prefs_msg_colors.c
2018 Fix Ok/Cancel buttons in color selector of preferences
2020 2011-10-17 [colin] 3.7.10cvs36
2022 * src/gtk/gtkshruler.c
2023 (Probably) fix GTK+ <= 2.22
2025 2011-10-17 [colin] 3.7.10cvs35
2027 * src/gtk/gtkshruler.c
2030 2011-10-17 [mones] 3.7.10cvs34
2039 Fix potential out-of-buffer writes
2041 2011-10-17 [mones] 3.7.10cvs33
2044 Use just one g_print call per option; correct indentation
2046 2011-10-17 [colin] 3.7.10cvs32
2050 * src/gtk/Makefile.am
2051 * src/gtk/gtkshruler.c
2052 * src/gtk/gtkshruler.h
2055 Reimplement ruler using the GTK widgets. Thanks
2056 to Hanno for the initial patch.
2058 2011-10-17 [colin] 3.7.10cvs31
2062 * src/gtk/gtkutils.c
2063 * src/gtk/gtkutils.h
2064 Undeprecate GIO/GdkCondition
2066 2011-10-16 [mones] 3.7.10cvs30
2069 Add --compose-from-file option to open composition
2070 window with the headers and body from a file; based
2071 on Debian patch to fix http://bugs.debian.org/544868
2073 2011-10-15 [mones] 3.7.10cvs29
2075 * manual/advanced.xml
2076 Document new summary_from_show hidden preference
2078 2011-10-15 [paul] 3.7.10cvs28
2081 compose_create_tags() - fix misplaced 'int i'
2082 compose_entry_mark_default_to() - fix To field highlighting
2084 2011-10-09 [colin] 3.7.10cvs27
2087 Fix address completion
2089 2011-10-07 [colin] 3.7.10cvs26
2091 * src/prefs_filtering_action.c
2092 * src/gtk/gtkutils.h
2093 Fix build with GTK+2.20
2095 2011-10-07 [colin] 3.7.10cvs25
2097 * src/gtk/Makefile.am
2098 * src/gtk/gdkkeysyms-new.h
2099 * src/gtk/gtkutils.h
2100 Copy the new GDK_KEY_* definitions for older GTKs
2102 2011-10-07 [colin] 3.7.10cvs24
2105 Fix typos (thanks to Hanno)
2107 2011-10-07 [colin] 3.7.10cvs23
2110 * src/gtk/gtkshruler.c
2111 * src/gtk/gtkshruler.h
2112 Disable ruler starting from 2.24.
2114 2011-10-07 [colin] 3.7.10cvs22
2118 * src/gtk/Makefile.am
2121 2011-10-07 [colin] 3.7.10cvs21
2131 * src/message_search.c
2134 * src/prefs_account.c
2135 * src/prefs_compose_writing.c
2136 * src/prefs_filtering_action.c
2137 * src/prefs_folder_item.c
2138 * src/prefs_logging.c
2139 * src/prefs_matcher.c
2140 * src/prefs_message.c
2142 * src/prefs_receive.c
2143 * src/prefs_summaries.c
2144 * src/prefs_wrapping.c
2148 * src/stock_pixmap.c
2149 * src/summary_search.c
2151 * src/gtk/Makefile.am
2152 * src/gtk/colorlabel.c
2153 * src/gtk/gtkutils.c
2154 * src/gtk/gtkutils.h
2155 * src/gtk/logwindow.c
2158 * src/gtk/quicksearch.c
2159 * src/gtk/spell_entry.c
2160 * src/plugins/bogofilter/bogofilter_gtk.c
2161 * src/plugins/dillo_viewer/dillo_viewer.c
2162 * src/plugins/pgpcore/prefs_gpg.c
2163 * src/plugins/spamassassin/spamassassin_gtk.c
2164 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
2165 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
2166 ported (especially GtkCMOptionMenu)
2168 2011-10-07 [colin] 3.7.10cvs20
2173 * src/addrcustomattr.c
2174 * src/addrduplicates.c
2177 * src/addressbook_foldersel.c
2183 * src/editaddress_other_attributes_ldap.c
2188 * src/editldap_basedn.c
2196 * src/grouplistdialog.c
2202 * src/message_search.c
2205 * src/prefs_actions.c
2206 * src/prefs_customheader.c
2207 * src/prefs_display_header.c
2208 * src/prefs_filtering.c
2209 * src/prefs_filtering_action.c
2210 * src/prefs_folder_column.c
2211 * src/prefs_matcher.c
2212 * src/prefs_msg_colors.c
2214 * src/prefs_summaries.c
2215 * src/prefs_summary_column.c
2216 * src/prefs_summary_open.c
2217 * src/prefs_template.c
2218 * src/prefs_toolbar.c
2220 * src/sourcewindow.c
2222 * src/summary_search.c
2227 * src/gtk/colorsel.c
2228 * src/gtk/combobox.c
2229 * src/gtk/description_window.c
2230 * src/gtk/foldersort.c
2231 * src/gtk/gtkaspell.c
2232 * src/gtk/gtkcmclist.c
2233 * src/gtk/gtkcmctree.c
2234 * src/gtk/gtkcmoptionmenu.c
2235 * src/gtk/gtkutils.c
2236 * src/gtk/icon_legend.c
2237 * src/gtk/inputdialog.c
2238 * src/gtk/logwindow.c
2239 * src/gtk/pluginwindow.c
2240 * src/gtk/prefswindow.c
2241 * src/gtk/quicksearch.c
2242 * src/plugins/pgpcore/passphrase.c
2243 * src/plugins/pgpcore/select-keys.c
2244 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
2245 to replace GDK_* by GDK_KEY_*.
2247 2011-10-07 [colin] 3.7.10cvs19
2258 * src/grouplistdialog.c
2259 * src/image_viewer.c
2263 * src/prefs_filtering_action.c
2264 * src/prefs_folder_column.c
2265 * src/prefs_msg_colors.c
2266 * src/prefs_summary_column.c
2267 * src/prefs_toolbar.c
2269 * src/stock_pixmap.c
2276 * src/gtk/colorlabel.c
2277 * src/gtk/colorsel.c
2278 * src/gtk/gtkcmclist.c
2279 * src/gtk/gtkcmctree.c
2280 * src/gtk/gtkcmoptionmenu.c
2281 * src/gtk/gtksctree.c
2282 * src/gtk/gtkutils.c
2283 * src/gtk/gtkvscrollbutton.c
2284 * src/gtk/inputdialog.c
2285 * src/gtk/logwindow.c
2287 * src/gtk/prefswindow.c
2288 * src/gtk/progressdialog.c
2289 * src/plugins/pgpcore/passphrase.c
2290 * src/plugins/trayicon/trayicon.c
2291 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
2292 Patch by Hanno Thurow-Meyer, many thanks to him !
2294 2011-09-20 [colin] 3.7.10cvs18
2297 Fix bug #2502, 'gnutls_transport_set_lowat removed in
2300 2011-09-18 [colin] 3.7.10cvs17
2303 Fix segfault when connection fails
2305 2011-09-03 [colin] 3.7.10cvs16
2308 Use NORMAL instead of EXPORT priorities.
2310 2011-09-02 [colin] 3.7.10cvs15
2314 Linking against gcrypt explicitely in order to call
2315 gcry_control() for mutex setup isn't necessary anymore
2316 starting from gnuTLS 2.11.
2318 2011-08-31 [colin] 3.7.10cvs14
2320 * src/plugins/pgpinline/pgpinline.c
2321 * src/plugins/pgpmime/pgpmime.c
2322 Fix bug #2431, "Major memory leak in PGP message handling".
2324 2011-08-31 [colin] 3.7.10cvs13
2331 Apply Steve Rader's patch from bug #2388, "Add
2332 message view scrolling menu items"
2334 2011-08-30 [colin] 3.7.10cvs12
2336 * src/gtk/prefswindow.c
2337 Fix layout issues (i.e. on SSL page if changing account
2338 type prior to visiting it).
2340 2011-08-30 [colin] 3.7.10cvs11
2344 Don't use deprecated functions for GnuTLS priorities.
2345 Require GnuTLS 2.2 that is the first version with the
2348 2011-08-30 [colin] 3.7.10cvs10
2350 * src/common/socket.c
2352 Long-term fix for bug #2402, "GnuTLS change breaks socket
2353 communication", as per http://savannah.gnu.org/support/?107660
2355 2011-08-30 [colin] 3.7.10cvs9
2357 * src/etpan/imap-thread.c
2358 * src/etpan/nntp-thread.c
2359 Remove dead openSSL code
2361 2011-08-30 [colin] 3.7.10cvs8
2365 * src/common/ssl_certificate.c
2366 * src/common/ssl_certificate.h
2367 * src/etpan/imap-thread.c
2368 * src/etpan/nntp-thread.c
2369 Fix bug #2127, "SSL cert check uses canonical name instead of
2372 2011-08-29 [colin] 3.7.10cvs7
2374 * src/prefs_account.c
2375 Fix X-Mailer option not appearing on IMAP
2377 2011-08-29 [colin] 3.7.10cvs6
2379 * src/plugins/pgpcore/Makefile.am
2380 * src/plugins/pgpinline/Makefile.am
2381 * src/plugins/pgpmime/Makefile.am
2382 * src/plugins/smime/Makefile.am
2384 libtool: link: require no space between `-L' and `.'
2386 2011-08-29 [colin] 3.7.10cvs5
2390 * src/prefs_account.c
2391 * src/prefs_account.h
2392 Revert cvs4 which is rather illogical and instead
2393 use Fabian's patch from bug #2471
2395 2011-08-29 [colin] 3.7.10cvs4
2398 Don't insert custom headers that have empty values.
2399 Allows not inserting X-Mailer if it's set to nothing.
2400 Fixes bug #2471, "Make setting an X-Mailer header optional".
2402 2011-08-29 [colin] 3.7.10cvs3
2404 * src/image_viewer.c
2406 * src/gtk/gtkutils.c
2407 * src/gtk/gtkutils.h
2408 Handle EXIF orientation in images (both in textview's
2409 preview and image viewer)
2411 2011-08-28 [paul] 3.7.10cvs2
2413 * src/prefs_common.c
2414 * src/prefs_common.h
2416 add new hidden option to control the display in the From
2417 column in the Message List: 0 (default): show name,
2418 1: show address, 2: show name + address
2420 2011-08-27 [paul] 3.7.10cvs1
2423 * src/common/ssl_certificate.c
2424 * src/etpan/imap-thread.c
2425 * src/etpan/nntp-thread.c
2426 offer up some missing log_error() strings to translators
2428 2011-08-27 [paul] 3.7.10
2434 2011-08-27 [paul] 3.7.9cvs52
2442 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
2443 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
2445 2011-08-27 [mones] 3.7.9cvs51
2447 * claws-mail.desktop
2448 Include generic name and comment translations
2449 Thanks to all the people on the translators ML!
2451 2011-08-23 [paul] 3.7.9cvs50
2454 probable/possible fix/workaround for bug 2402,
2455 'can't download message from pop3 server'
2457 2011-08-18 [paul] 3.7.9cvs49
2459 * manual/handling.xml
2460 fix typos. thanks to vilpan
2462 2011-08-17 [paul] 3.7.9cvs48
2464 * tools/claws.i18n.status.pl
2465 add Mindaugas Baranauskas (Lithuanian)
2467 2011-08-14 [mir] 3.7.9cvs47
2470 * src/etpan/nntp-thread.c
2471 Fix bug 2418. Patch provided by Sébastien Bigaret with
2472 some minor contribution by me.
2474 2011-08-13 [mir] 3.7.9cvs46
2476 * src/etpan/nntp-thread.c
2477 Fix bug when NNTP server sends authentication warning
2478 as part of the connection session. Privously etpan would
2479 bail out for any return code other than NEWSNNTP_NO_ERROR
2480 but as early as the connection session a return code like
2481 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
2482 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
2483 be considered as an error.
2485 2011-08-12 [paul] 3.7.9cvs45
2488 3.7.9cvs43 mistakenly dropped off the info
2489 about the mime part from the tooltip
2491 2011-08-12 [wwp] 3.7.9cvs44
2493 * src/gtk/quicksearch.c
2494 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
2496 2011-08-09 [paul] 3.7.9cvs43
2499 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
2501 2011-08-06 [paul] 3.7.9cvs42
2504 fix cursor placement in Forward template
2506 2011-08-06 [paul] 3.7.9cvs41
2508 * src/gtk/description_window.c
2509 fix bug 1963, 'Preferences Templates Information Window Focus loss'
2511 2011-08-05 [holger] 3.7.9cvs40
2513 * claws-mail.desktop
2514 Revert 3.7.9cvs35 for now, it may be problematic
2517 2011-08-05 [paul] 3.7.9cvs39
2521 use 'Collapse quotes' rather than 'Fold quotes' on
2522 labels, for consistency
2524 use 'Receive mail from account' rather than 'on account'
2526 2011-07-30 [mir] 3.7.9cvs38
2528 * src/etpan/Makefile.am
2529 * src/plugins/pgpcore/Makefile.am
2530 * src/plugins/pgpmime/Makefile.am
2531 * src/plugins/smime/Makefile.am
2532 Fix broken build on Debian Sid. enchant.h cannot be
2533 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
2534 present in Makefile.am. Apparently enchant.h in older
2535 versions were placed in /usr/include which is always
2538 2011-07-21 [mones] 3.7.9cvs37
2540 * src/common/plugin.c
2541 * src/common/plugin.h
2542 Make licences allowed for plugins more explicit and also
2543 accept dual (or more) licences when properly formatted.
2544 Doesn't require any change on current plugins.
2546 2011-07-18 [mones] 3.7.9cvs36
2548 * manual/advanced.xml
2549 Document briefly tags feature.
2550 * manual/glossary.xml
2551 Fix definition to avoid confussion with tags.
2552 * manual/es/advanced.xml
2553 * manual/es/glossary.xml
2554 Synchronize Spanish translation with the above.
2556 2011-07-07 [holger] 3.7.9cvs35
2558 * claws-mail.desktop
2559 Add indicator stuff to the desktop file
2560 Taken from bug #2450
2562 2011-07-06 [paul] 3.7.9cvs34
2567 2011-07-06 [mones] 3.7.9cvs33
2570 Do not create an empty tag name row in panel and
2571 warn user about using a non-reserved tag instead
2573 2011-07-05 [mones] 3.7.9cvs32
2578 * src/etpan/imap-thread.c
2579 Make constants for reserved tags and use them
2580 Removed also duplicate comparison while at it
2582 2011-07-05 [paul] 3.7.9cvs31
2585 when using a Compose template, only place the cursor
2586 in the body when the cursor symbol, %cursor (%X), is used
2588 2011-07-03 [paul] 3.7.9cvs30
2591 do main_window_popup(mainwin); on plugin load error, or
2592 else the warning dialogue and mainwindow stays minimised
2595 2011-07-03 [paul] 3.7.9cvs29
2598 fix bug 2462, 'Building without GnuTLS support leads to a
2599 failure in wizard.c'
2601 2011-07-03 [paul] 3.7.9cvs28
2606 fix bug #2461, 'popup menu in message list displays
2607 'move to trash' and 'delete''.
2608 Add a new sensitivity condition 'M_NOT_TRASH' and
2609 remove the broken workaround for right-click in summaryview.c.
2610 Fix broken main menu sensitivity for "Menu/Message/Move" in
2613 2011-06-21 [paul] 3.7.9cvs27
2616 revert 3.7.9cvs2, it does no good
2618 2011-06-18 [mir] 3.7.9cvs26
2621 Fix autoconf warnings introduced in autoconf >= 2.64
2623 2011-06-05 [paul] 3.7.9cvs25
2633 fix strings where an informational message has been
2634 wrongly entered into the translated string
2636 enable 'Trash' and 'Sender' to be translated based on
2637 the context, e.g. as button text and as mail header
2639 fix english in Info tab
2641 2011-05-25 [colin] 3.7.9cvs24
2644 Fix bug #2439, "use bitwise operator for bitmask instead of
2645 logical operator". Thanks to Nicolas Kaiser for the patch.
2647 2011-05-18 [colin] 3.7.9cvs23
2650 Fix missing group selection before xover if the
2651 connection was reset before.
2653 2011-05-12 [colin] 3.7.9cvs22
2655 * src/common/utils.c
2656 Fix bug #2412, "Send account mail address in Message-ID
2657 wrongly implemented". Patch by Fabian Keil.
2659 2011-05-12 [mones] 3.7.9cvs21
2661 * src/etpan/nntp-thread.c
2662 Fix bug #2418 "NNTP authentication is broken"
2664 2011-05-09 [pawel] 3.7.9cvs20
2667 * src/prefs_folder_item.c
2670 2011-05-05 [colin] 3.7.9cvs19
2675 * src/send_message.c
2676 Fix bug #2184, "Add account name information inside network log".
2677 Initial patch by MSulchan Darmawan, expanded to other protocols.
2678 This stuff is too much copy-pasted.
2681 2011-04-30 [colin] 3.7.9cvs18
2684 Fix bug #2414, 'Claws segfaults on startup with
2685 notification plugin enabled". Thanks Christian
2686 Faulhammer for the patch.
2688 2011-04-27 [colin] 3.7.9cvs17
2691 Make Windows' encoding CP1251 for ru_RU locale
2692 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
2694 2011-04-24 [paul] 3.7.9cvs16
2696 * manual/claws-mail-manual.xml
2697 * manual/de/claws-mail-manual.xml
2698 * manual/es/claws-mail-manual.xml
2699 * manual/fr/claws-mail-manual.xml
2700 * manual/it/claws-mail-manual.xml
2701 update copyright year
2703 2011-04-24 [paul] 3.7.9cvs15
2706 fix bug #2353, 'Right-clicking on spam in order to delete
2707 it causes it to show in message window'
2709 2011-04-24 [paul] 3.7.9cvs14
2712 * src/gtk/foldersort.c
2713 * src/gtk/foldersort.h
2714 fix labelling, 'change folder order' to 'change mailbox order'
2716 2011-04-23 [paul] 3.7.9cvs13
2719 fix bug #2409, 'Failed to compile under GCC 3.x : option
2720 -Wno-pointer-sign badly set in configure.ac'. mistakenly
2721 committed in 3.7.8cvs19
2723 2011-04-11 [paul] 3.7.9cvs12
2725 * src/plugins/trayicon/trayicon.c
2726 fix build bug: gtk_status_icon_set_title() is available
2727 since gtk 2.18.x not 2.14.x
2729 2011-04-11 [paul] 3.7.9cvs11
2732 updated by Páder Rezső
2734 2011-04-10 [colin] 3.7.9cvs10
2740 * src/editaddress_other_attributes_ldap.c
2742 * src/message_search.c
2743 * src/prefs_display_header.c
2744 * src/prefs_filtering_action.c
2745 * src/prefs_matcher.c
2747 * src/prefs_toolbar.c
2748 * src/summary_search.c
2749 * src/gtk/colorlabel.c
2750 * src/gtk/combobox.c
2751 * src/gtk/gtkcmoptionmenu.c
2752 * src/gtk/gtkshruler.c
2753 * src/gtk/gtkshruler.h
2754 * src/gtk/gtkutils.h
2755 * src/gtk/inputdialog.c
2756 * src/gtk/quicksearch.c
2757 Revert the whole pile of crap introduced in
2760 2011-04-10 [colin] 3.7.9cvs9
2764 * src/editaddress_other_attributes_ldap.c
2766 * src/message_search.c
2767 * src/prefs_display_header.c
2768 * src/prefs_matcher.c
2769 * src/prefs_toolbar.c
2770 * src/summary_search.c
2771 * src/gtk/combobox.c
2772 * src/gtk/gtkutils.h
2773 * src/gtk/inputdialog.c
2774 * src/gtk/quicksearch.c
2775 Finish fun with combo boxes. (hopefully)
2777 2011-04-10 [colin] 3.7.9cvs8
2780 * src/prefs_filtering_action.c
2781 * src/gtk/combobox.c
2782 * src/gtk/gtkshruler.c
2783 * src/gtk/gtkshruler.h
2784 More undeprecation. GTKSHRuler is #if'ed out. We can
2785 still decide to maintain the old GtkRuler widget in-tree
2786 if the lack of ruler in Compose window is too
2789 2011-04-10 [colin] 3.7.9cvs7
2794 * src/editaddress_other_attributes_ldap.c
2795 * src/message_search.c
2796 * src/prefs_display_header.c
2797 * src/prefs_filtering_action.c
2799 * src/prefs_toolbar.c
2800 * src/summary_search.c
2801 * src/gtk/colorlabel.c
2802 * src/gtk/combobox.c
2803 * src/gtk/gtkcmoptionmenu.c
2804 * src/gtk/gtkutils.h
2805 More comboboxtext undeprecation
2807 2011-04-10 [colin] 3.7.9cvs6
2812 2011-04-10 [colin] 3.7.9cvs5
2817 2011-04-10 [colin] 3.7.9cvs4
2820 * src/editaddress_other_attributes_ldap.c
2821 * src/message_search.c
2822 * src/prefs_display_header.c
2823 * src/prefs_filtering_action.c
2825 * src/prefs_toolbar.c
2826 * src/summary_search.c
2827 * src/gtk/combobox.c
2828 * src/gtk/gtkutils.h
2829 gtk_combo_box_*_text() is deprecated, and
2830 gtk_combo_box_text_*() is the new hotness.
2832 2011-04-10 [colin] 3.7.9cvs3
2840 * src/gtk/gtkvscrollbutton.c
2841 * src/gtk/gtkvscrollbutton.h
2842 s/GtkFunction/GSourceFunc
2844 2011-04-10 [colin] 3.7.9cvs2
2847 Use gtkut_window_popup() to work around a bug in Gnome Shell.
2848 This is the patch from bug #2396, it should be innocuous even
2849 if that's useless to do deiconify + present window...
2851 2011-04-09 [paul] 3.7.9cvs1
2853 * src/prefs_summaries.c
2854 fix typo in string. (thanks, Brad!)
2856 2011-04-09 [paul] 3.7.9
2862 2011-04-09 [paul] 3.7.8cvs78
2872 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
2873 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
2876 2011-04-09 [colin] 3.7.8cvs77
2879 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
2880 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
2881 encoding filename. Hooray for stupid.
2883 2011-04-08 [colin] 3.7.8cvs76
2886 Fix action Stop: if child does not react to SIGTERM, it'll
2887 probably start behaving when it'll get a SIGKILL on the user's
2888 second press on Stop.
2889 Fixes bug #2237, "User action makes Claws unresponsive".
2891 2011-04-08 [colin] 3.7.8cvs75
2896 * src/folder_item_prefs.c
2897 * src/folder_item_prefs.h
2898 * src/prefs_account.c
2899 Fix bug #2382, "folderitemrc not updated when account
2900 name is changed". Indeed, this wasn't done.
2902 2011-04-08 [wwp] 3.7.8cvs74
2905 Add support for quoted values (*="value").
2906 This commonly fixes a trailing quote appearing to filenames
2907 sent by iphone Mail (not sure if it's culprit at all, though).
2909 2011-04-08 [colin] 3.7.8cvs73
2912 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
2913 caused by attachments with extended chars in the file name". Patch
2914 derived from a patch bt Fabien Keil
2916 2011-04-05 [wwp] 3.7.8cvs72
2919 A debug string not to translate.
2921 2011-04-03 [colin] 3.7.8cvs71
2923 * src/common/utils.h
2924 Fix bug #2394, "backtrace() crashes on FreeBSD"
2925 That's not the first bug-report where internal
2926 debug-only backtrace() crashes on FreeBSD.
2928 2011-04-03 [colin] 3.7.8cvs70
2931 Fix bug #2365 again, "Crash when auto-scrolling headers in
2933 Batch-mode compose windows (from filtering actions) shouldn't
2934 try to access stuff after flushing events...
2936 2011-03-31 [paul] 3.7.8cvs69
2939 update as gtk >= 2.10 now required
2940 (because I'll never remember to do this later)
2942 2011-03-26 [paul] 3.7.8cvs68
2945 fix separators in Go To menu
2947 2011-03-20 [colin] 3.7.8cvs67
2950 Drop the *_DISABLE_DEPRECATED. We'll put them back
2951 when we'll have time to handle them
2953 2011-03-18 [paul] 3.7.8cvs66
2956 make user-facing message more accurate -
2957 'Network Log' not 'View Log'
2959 2011-03-17 [wwp] 3.7.8cvs65
2962 Fix a typo around plural form, as reported by
2965 2011-03-15 [colin] 3.7.8cvs64
2970 Fix bug #2381, "Support for NetworkManager 0.9".
2971 Patch by Mikhail Efremov
2973 2011-03-04 [colin] 3.7.8cvs63
2977 Fix segfault on Windows
2979 * src/common/utils.c
2980 * src/common/w32_unistd.c
2981 * src/common/w32lib.h
2982 Rationalize use of time_r() funcs (pthread do define them)
2984 2011-03-02 [pawel] 3.7.8cvs62
2987 Re-implement widgets aligning, switch from GtkSizeGroup
2988 to GtkTable - this should fix disappearing labels
2990 2011-03-01 [pawel] 3.7.8cvs61
2993 Wizard GUI cleanups. Make it look and behave more
2994 like account preferences.
2996 2011-02-23 [colin] 3.7.8cvs60
2998 * src/common/Makefile.am
3001 2011-02-23 [colin] 3.7.8cvs59
3005 * src/common/Makefile.am
3006 * src/common/plugin.c
3007 * src/common/valgrind.h
3008 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
3009 Use valgrind's own header.
3011 2011-02-22 [colin] 3.7.8cvs58
3013 * src/prefs_account.c
3014 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
3015 signed message" upon new installation. This is disturbing when PGP
3016 plugins are loaded by default.
3018 2011-02-16 [paul] 3.7.8cvs57
3021 update copyright headers throughout
3023 2011-02-16 [paul] 3.7.8cvs56
3026 use gettext plural form for "item selected"/"items selected"
3028 2011-02-13 [colin] 3.7.8cvs55
3032 Fix bug #2361, "Claws crashes after PGP Check in separate
3033 msg view". Don't let the cancel thread lie around after
3034 the verification ended.
3036 2011-02-13 [paul] 3.7.8cvs54
3039 updated by Mindaugas Baranauskas
3041 2011-02-11 [mones] 3.7.8cvs53
3043 * manual/es/advanced.xml
3044 Sync with English manual
3046 Fix remaining mismatched alloc/free from cppcheck
3048 2011-02-10 [pawel] 3.7.8cvs52
3053 2011-02-10 [pawel] 3.7.8cvs51
3055 * src/prefs_toolbar.c
3056 - set menus sensitivity in item type combo depending on
3057 availability of actions / plugin hooks
3058 - style fixes, spaces instead of tabs mostly
3060 2011-02-10 [paul] 3.7.8cvs50
3062 * src/prefs_account.c
3063 move the 'send acc mail addr in msg-id" option to
3066 2011-02-10 [paul] 3.7.8cvs49
3068 * src/prefs_account.c
3069 move the 'expunge immediately' option to a more
3072 2011-02-05 [pawel] 3.7.8cvs48
3074 * manual/advanced.xml
3075 Document new hidden pref
3077 Dont treat mimeparts referenced by others as
3080 * src/prefs_common.c
3081 * src/prefs_common.h
3082 Add ability to hide inline attachments referenced
3083 by other mimeparts in MimeView. To enable this
3084 feature set show_inline_attachments=0 in your clawsrc
3086 2011-01-25 [colin] 3.7.8cvs47
3089 Fix matcher body parsing: decode mails with our
3090 MIME parser. This speeds up body search a bit as
3091 binary attachments are not searched anymore, slows
3092 down a bit full message searches, but not awfully.
3093 * src/summary_search.c
3094 Use matcher API to search, in all cases (advanced search or
3095 not). Also, fix little logic bugs related to combos history
3096 * src/common/utils.c
3097 * src/common/utils.h
3100 Remove dead code, export functions needed by matcher.c
3102 2011-01-25 [colin] 3.7.8cvs46
3105 * src/prefs_common.c
3107 * src/common/ssl_certificate.c
3108 Fix mismatched alloc/free (thanks to cppcheck)
3110 2011-01-25 [colin] 3.7.8cvs45
3113 Fix leak on error path
3115 2011-01-23 [mones] 3.7.8cvs44
3117 * manual/es/advanced.xml
3118 Sync with English manual
3120 2011-01-23 [paul] 3.7.8cvs43
3123 it's 2011, update copyright line
3125 2011-01-23 [paul] 3.7.8cvs42
3127 * manual/advanced.xml
3128 * src/prefs_common.c
3129 * src/prefs_common.h
3131 fix bug #2350, 'Make displaying localized date/time in
3132 message view optional'.
3133 This introduces a new hidden option (why do more?),
3134 'msgview_date_format', which defaults to OFF, maintaining
3135 the current and expected behaviour.
3137 2011-01-21 [colin] 3.7.8cvs41
3140 Fix bug #2050, Clawsmail sends return receipt every seconds
3141 We forgot to close the file when parsing
3142 disposition-notification fields, which made unlinking of the
3143 corresponding emails in tempfolder/processing impossible in
3144 Windows. Causing them to be re-fetched every time.
3146 2011-01-21 [colin] 3.7.8cvs40
3148 * claws-mail.desktop
3149 Fix again bug #2346: We should have a %u parameter.
3151 2011-01-21 [colin] 3.7.8cvs39
3153 * src/plugins/spamassassin/spamassassin.c
3154 Fix sa-learn when offline (its command line parsing is
3155 space-dependant). Patch by Wolfgang Lorenz
3157 2011-01-19 [pawel] 3.7.8cvs38
3159 * claws-mail.desktop
3160 Fix Bug 2346 'Please register x-handler-scheme
3161 in .desktop file' patch by Laurent Bigonville
3162 While I'm here update things to current
3163 standards, fix desktop-file-validate warnings/errors
3165 2011-01-18 [colin] 3.7.8cvs37
3168 Fix logic on SMTP AUTH: If the selected method isn't
3169 available, say so instead of supposing it'll work.
3170 Fixes bug #2039, 'SMTP AUTHENTICATION'
3172 2011-01-15 [pawel] 3.7.8cvs36
3174 * src/prefs_folder_item.c
3175 Rework subject regexp simplify gui a bit, this give us better
3176 options page layout (window with min width was too short to
3177 show all contents and thigs were unwieldy) and better preview
3178 of regexp working/not working
3180 2011-01-14 [pawel] 3.7.8cvs35
3183 strncpy2() NULLify strings just fine, no need to be
3186 2011-01-14 [pawel] 3.7.8cvs34
3189 Fix Bug #2165 'The date not localized in the message view'
3190 Display Date header in messageview in the same way as in
3191 summaryview by respecting date format set in preferences.
3193 2011-01-06 [pawel] 3.7.8cvs33
3195 * src/prefs_account.c
3196 * src/prefs_folder_item.c
3199 Make quote templates widgets more compact
3201 2011-01-06 [pawel] 3.7.8cvs32
3203 * src/plugins/trayicon/trayicon.c
3204 - fix logic bug which caused icon to be
3205 always set no-mail status on plugin load
3206 - force icon hide on plugin_done(), without
3207 it empty space(?!) is left in tray under KDE3 and KDE4
3209 2011-01-06 [colin] 3.7.8cvs31
3220 Unmime headers differently whether they're addresses or not:
3221 It's useless to quote things containing commas if it's in
3222 subject, for example. (introduced in 3.7.8cvs26)
3224 2011-01-06 [colin] 3.7.8cvs30
3226 * src/gtk/gtkaspell.c
3227 Complete previous patch
3229 * src/plugins/pgpinline/pgpinline.c
3232 2011-01-06 [paul] 3.7.8cvs29
3238 add Lithuanian translation (approx. 65% complete)
3239 submitted by Mindaugas Baranauskas
3241 2011-01-06 [pawel] 3.7.8cvs28
3246 * src/prefs_actions.c
3248 * src/gtk/gtkaspell.c
3249 * src/plugins/pgpinline/pgpinline.c
3250 * src/plugins/pgpmime/pgpmime.c
3251 * src/plugins/smime/smime.c
3252 Fix memory/file descriptors leaks
3254 2011-01-06 [paul] 3.7.8cvs27
3256 * src/plugins/pgpcore/sgpgme.c
3257 fix bug #2322, 'GPG Full info: showing subkey
3258 ID instead of primary key fingerprint'
3259 Patch by Sébastien Bigaret.
3261 2011-01-03 [colin] 3.7.8cvs26
3264 Better quote-checking when unmim-ing headers
3265 that may have comas.
3267 2011-01-03 [colin] 3.7.8cvs25
3270 Fix bug #2299, "Incorrect handling of quoted printable coma
3271 in headers". As this is really painful to fix by switching
3272 the whole stuff to a list of headers tokens, we workaround
3273 the problem by adding quotes around the encoded-word (making
3274 it a quoted-string which continuity is already handled).
3276 2011-01-03 [colin] 3.7.8cvs24
3281 2010-12-23 [colin] 3.7.8cvs23
3284 Finish fixing bug #2203: When forwarding (inline) and there
3285 are some text/* parts with no name, set them a name and
3286 set their disposition to attachment, so that recipients with
3287 MUAs preferring HTML parts don't show them by default.
3289 2010-12-22 [paul] 3.7.8cvs22
3292 fix missing file in 3.7.8cvs20
3294 2010-12-22 [colin] 3.7.8cvs21
3298 Implement a nicer scroll when drag and dropping
3300 2010-12-22 [colin] 3.7.8cvs20
3303 Store charset if available when attaching text/* parts
3304 Fixes bug #2203, 'Problems in forwarding multipart/
3305 alternative messages with HTML part'
3307 2010-12-22 [colin] 3.7.8cvs19
3312 2010-12-21 [colin] 3.7.8cvs18
3315 * src/send_message.c
3316 * src/common/session.c
3317 * src/common/session.h
3318 Differentiate between running sessions and connected
3319 sessions. Fixes bug #2332, "Crash when hitting cancel
3320 on the SMTP status window"
3322 2010-12-21 [colin] 3.7.8cvs17
3324 * src/etpan/etpan-thread-manager.c
3327 2010-12-21 [colin] 3.7.8cvs16
3330 Check whether we should continue loading the
3331 current textview after inserting a possibly
3334 2010-12-20 [colin] 3.7.8cvs15
3338 Removed. Dead code since ages!
3340 * src/gtk/gtkcmclist.c
3341 * src/gtk/gtkcmctree.c
3342 * src/gtk/gtksctree.c
3343 undefine *_DISABLE_DEPRECATED in the files that
3344 use deprecated interfaces. Implicit declarations
3345 can lead to crashes as prototypes are unknown, as
3346 evidenced by bug #2315.
3348 2010-12-20 [colin] 3.7.8cvs14
3351 Don't flush events when adding an header entry. This
3352 can mess up the keypresses in the previous header.
3353 Instead, make the scroll happen later (doing it on the
3354 spot without flushing events doesn't work as the new
3355 requisitions aren't set yet).
3357 2010-12-20 [colin] 3.7.8cvs13
3360 Don't iconify at start on w32. This un-iconifies in the
3363 2010-12-20 [colin] 3.7.8cvs12
3365 * src/common/base64.c
3366 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
3367 Patch by pochini at shiny.it
3369 2010-12-19 [colin] 3.7.8cvs11
3374 2010-12-18 [colin] 3.7.8cvs10
3377 Fix bug #2148, "Attachment content-transfer-encoding
3378 incorrectly set when signing emails". The RFC 2045
3379 states that message/* and multipart/* encoding must
3380 be either 7-bit, 8-bit or binary.
3382 2010-12-18 [mones] 3.7.8cvs9
3385 Fix crash when searching or adding a LDAP server
3387 2010-12-17 [colin] 3.7.8cvs8
3396 Better error logging. Disable LDAP SSL/TLS on
3397 Windows, it's crashy/non-worky.
3399 2010-12-17 [colin] 3.7.8cvs7
3402 Fix bug #2325, "messages remains in folder cache after moving
3403 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
3405 2010-12-17 [colin] 3.7.8cvs6
3417 Windows build fixes (w32 LDAP completely untested!)
3419 2010-12-16 [colin] 3.7.8cvs5
3429 Try to rationalize a bit LDAP connections
3431 2010-12-16 [colin] 3.7.8cvs4
3433 * src/prefs_spelling.c
3435 Add a button to get dictionaries (win32)
3437 2010-12-16 [colin] 3.7.8cvs3
3439 * src/prefs_matcher.c
3440 Fix bug #2279, "crash when clicking 'define' in filter
3441 configuring". Thanks to Theodor Ciobanu for the hint at
3444 2010-12-14 [colin] 3.7.8cvs2
3446 * src/gtk/gtkaspell.c
3447 Add missing guard for sys/wait.h
3449 2010-12-05 [colin] 3.7.8cvs1
3451 * tools/make.themes.project
3452 Seems wget has changed naming of targets downloaded.
3453 Fix it by always providing our own name.
3454 [Pushing mones' patch again after messing with CVSROOT]
3456 2010-12-04 [paul] 3.7.8
3462 2010-12-03 [paul] 3.7.7cvs11
3465 * manual/xml2pdf ** REMOVED **
3466 * manual/dist/pdf/Makefile.am
3467 * manual/es/dist/pdf/Makefile.am
3468 * manual/fr/dist/pdf/Makefile.am
3469 * manual/pl/dist/pdf/Makefile.am
3470 simplify check for tools needed for manual building,
3471 remove xml2pdf and use docbook2pdf instead
3473 2010-12-03 [mir] 3.7.7cvs10
3476 Fix bug so that configure option --disable-manual
3477 actually disable building the manuals
3479 2010-12-01 [pawel] 3.7.7cvs9
3482 One more GTK+ 2.22 build fix
3484 2010-11-30 [colin] 3.7.7cvs8
3487 Fix bug #2317, 'Action results in "Bad file descriptor"'
3488 Introduced in 3.7.6cvs57. In fact the error has been there
3489 since ages, and only new thing is the verification of the
3490 various functions return code. Let the stuff work as it
3491 does, as it seems to do the right thing since ages.
3493 2010-11-28 [colin] 3.7.7cvs7
3495 * src/gtk/quicksearch.c
3496 Fix bug #2313, 'CLI quicksearch sometimes returns
3497 the same messages twice'. Patch by Sebastien Bigaret
3499 2010-11-25 [paul] 3.7.7cvs6
3501 * src/prefs_common.c
3502 make "gtk_can_change_accels" FALSE by default.
3503 fixes bug #2309, 'Shortcuts should not be modifiable
3506 2010-11-24 [mones] 3.7.7cvs5
3509 Add missing shortcuts for marking as spam and ham
3510 Fixes Debian bug #599547
3512 2010-11-22 [colin] 3.7.7cvs4
3515 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
3516 five patches were needed to fix a corner case
3517 is a good indicator that is was bound to break
3520 2010-11-21 [colin] 3.7.7cvs3
3522 * src/plugins/pgpcore/claws.def
3525 2010-11-20 [wwp] 3.7.7cvs2
3528 Fix either a typo or an irrelevant iff word there.
3529 IMO type and recursive possible values should be changed to
3530 smth simple and neat here, and help strings be really
3533 2010-11-20 [colin] 3.7.7cvs1
3536 Damn, forgot to commit this file twice.
3538 2010-11-19 [paul] 3.7.7
3544 2010-11-19 [paul] 3.7.6cvs66
3557 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
3558 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
3559 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
3561 2010-11-17 [colin] 3.7.6cvs65
3563 * src/common/utils.c
3564 Separate email address from timestamp with a dot.
3567 2010-11-17 [colin] 3.7.6cvs64
3569 * src/common/utils.c
3570 Fix multiple @ in generated message-ids.
3571 That's not allowed in RFC 2822.
3573 2010-11-16 [mones] 3.7.6cvs63
3575 * manual/es/advanced.xml
3576 Synchronise with English version
3578 2010-11-04 [wwp] 3.7.6cvs62
3581 Fix bug 2293, "filtering: simplify expression", as simplifying
3582 this expression doesn't make it less easy to understand and we
3583 gain few cycles by making the logical expression more simple
3584 by applying. Patch by Nicolas Kaiser.
3586 2010-11-03 [colin] 3.7.6cvs61
3589 Fix bug 2294, "addrindex.c: address index conversion always
3590 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
3592 2010-11-02 [wwp] 3.7.6cvs60
3597 Enlarge the progress bar (main window) a bit when compiling
3598 for UMPCs like maemo: this solves truncated text that might
3599 appear in the progress bar while processing messages.
3600 Also use a more compact string format when displaying
3601 progress like 'number/total', still for UMPCs, this fixes
3602 a previous inconsistency with these format strings where
3603 no space around the / were used sometimes.
3605 2010-10-26 [ticho] 3.7.6cvs59
3608 Recreate NNTP session if server port setting has changed. Fixes
3611 2010-10-26 [colin] 3.7.6cvs58
3615 Fix copy-paste error, thanks to David Relson
3618 2010-10-18 [colin] 3.7.6cvs57
3625 * src/prefs_themes.c
3628 * src/gtk/gtkutils.c
3629 * src/gtk/quicksearch.c
3630 * src/gtk/quicksearch.h
3631 * src/plugins/pgpcore/passphrase.c
3632 * src/plugins/spamassassin/libspamc.c
3635 2010-10-17 [colin] 3.7.6cvs56
3637 * src/prefs_themes.c
3638 * src/gtk/gtkaspell.c
3639 * src/gtk/gtkutils.c
3640 * src/gtk/gtkutils.h
3641 * src/gtk/inputdialog.c
3642 * src/gtk/progressdialog.c
3643 Undeprecate a few things
3645 2010-10-17 [colin] 3.7.6cvs55
3649 * src/gtk/quicksearch.c
3650 * src/gtk/quicksearch.h
3651 Add ability to search from the command-line.
3652 Closes bug 2249, ' Making QuickSearch independent from the GUI'
3653 Patch by Sebastien Bigarret.
3655 2010-10-04 [mones] 3.7.6cvs54
3657 * manual/dist/pdf/Makefile.am
3658 Fix build of English PDF manual
3659 (sh: Can't open ../../../xml2pdf)
3661 2010-10-03 [colin] 3.7.6cvs53
3668 Get rid of GRelation which were, mostly, used as
3669 GHashTables. Probably fixes bug #2277, 'Segfault when
3670 loading inbox for the first time'
3672 2010-10-03 [mir] 3.7.6cvs52
3674 * manual/de/dist/html/Makefile.am
3675 * manual/de/dist/pdf/Makefile.am
3676 * manual/de/dist/ps/Makefile.am
3677 * manual/de/dist/txt/Makefile.am
3678 * manual/dist/html/Makefile.am
3679 * manual/dist/pdf/Makefile.am
3680 * manual/dist/ps/Makefile.am
3681 * manual/dist/txt/Makefile.am
3682 * manual/es/dist/html/Makefile.am
3683 * manual/es/dist/pdf/Makefile.am
3684 * manual/es/dist/ps/Makefile.am
3685 * manual/es/dist/txt/Makefile.am
3686 * manual/fr/dist/html/Makefile.am
3687 * manual/fr/dist/pdf/Makefile.am
3688 * manual/fr/dist/ps/Makefile.am
3689 * manual/fr/dist/txt/Makefile.am
3690 * manual/pl/dist/html/Makefile.am
3691 * manual/pl/dist/pdf/Makefile.am
3692 * manual/pl/dist/ps/Makefile.am
3693 * manual/pl/dist/txt/Makefile.am
3694 Missing Makefile.am's for 3.7.6cvs49
3697 2010-10-03 [colin] 3.7.6cvs51
3702 2010-10-02 [mir] 3.7.6cvs50
3704 * manual/de/dist/html/Makefile.am
3705 * manual/de/dist/pdf/Makefile.am
3706 * manual/de/dist/ps/Makefile.am
3707 * manual/de/dist/txt/Makefile.am
3708 * manual/dist/html/Makefile.am
3709 * manual/dist/pdf/Makefile.am
3710 * manual/dist/ps/Makefile.am
3711 * manual/dist/txt/Makefile.am
3712 * manual/es/dist/html/Makefile.am
3713 * manual/es/dist/pdf/Makefile.am
3714 * manual/es/dist/ps/Makefile.am
3715 * manual/es/dist/txt/Makefile.am
3716 * manual/fr/dist/html/Makefile.am
3717 * manual/fr/dist/pdf/Makefile.am
3718 * manual/fr/dist/ps/Makefile.am
3719 * manual/fr/dist/txt/Makefile.am
3720 * manual/pl/dist/html/Makefile.am
3721 * manual/pl/dist/pdf/Makefile.am
3722 * manual/pl/dist/ps/Makefile.am
3723 * manual/pl/dist/txt/Makefile.am
3724 Part 2 of last commit which broke due to a permission error
3725 Avoid claws trying to build manuals if the required
3726 tools are not present.
3728 2010-10-02 [mir] 3.7.6cvs49
3731 * manual/de/dist/html/Makefile.am
3732 * manual/de/dist/pdf/Makefile.am
3733 * manual/de/dist/ps/Makefile.am
3734 * manual/de/dist/txt/Makefile.am
3735 * manual/dist/html/Makefile.am
3736 * manual/dist/pdf/Makefile.am
3737 * manual/dist/ps/Makefile.am
3738 * manual/dist/txt/Makefile.am
3739 * manual/es/dist/html/Makefile.am
3740 * manual/es/dist/pdf/Makefile.am
3741 * manual/es/dist/ps/Makefile.am
3742 * manual/es/dist/txt/Makefile.am
3743 * manual/fr/dist/html/Makefile.am
3744 * manual/fr/dist/pdf/Makefile.am
3745 * manual/fr/dist/ps/Makefile.am
3746 * manual/fr/dist/txt/Makefile.am
3747 * manual/pl/dist/html/Makefile.am
3748 * manual/pl/dist/pdf/Makefile.am
3749 * manual/pl/dist/ps/Makefile.am
3750 * manual/pl/dist/txt/Makefile.am
3751 1) Downgrade autoconf requirements to 2.59 to allow
3752 building on oldest supported Linux distributions.
3753 2) Only try to build manuals if the needed software
3756 2010-10-02 [colin] 3.7.6cvs48
3758 * src/plugins/trayicon/trayicon.c
3759 And fix theme updating.
3761 2010-10-02 [colin] 3.7.6cvs47
3763 * src/plugins/trayicon/trayicon.c
3764 Got burnt by wrong indentation!
3766 2010-10-02 [colin] 3.7.6cvs46
3769 Forgot to remove the directory from top-level
3771 2010-10-02 [colin] 3.7.6cvs45
3773 * src/plugins/trayicon/Makefile.am
3774 * src/plugins/trayicon/trayicon.c
3775 * src/plugins/trayicon/libeggtrayicon/.cvsignore
3776 * src/plugins/trayicon/libeggtrayicon/Makefile.am
3777 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3778 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
3779 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
3780 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
3781 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3782 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
3783 * src/plugins/trayicon/libeggtrayicon/xembed.h
3784 Finally get rid of Eggtrayicon, use GtkStatusIcon
3785 instead (which can be done safely now that we
3788 2010-10-02 [colin] 3.7.6cvs44
3796 * src/editaddress_other_attributes_ldap.c
3799 * src/grouplistdialog.c
3801 * src/image_viewer.c
3805 * src/message_search.c
3807 * src/prefs_themes.c