1 2011-04-10 [colin] 3.7.9cvs5
6 2011-04-10 [colin] 3.7.9cvs4
9 * src/editaddress_other_attributes_ldap.c
10 * src/message_search.c
11 * src/prefs_display_header.c
12 * src/prefs_filtering_action.c
15 * src/summary_search.c
18 gtk_combo_box_*_text() is deprecated, and
19 gtk_combo_box_text_*() is the new hotness.
21 2011-04-10 [colin] 3.7.9cvs3
29 * src/gtk/gtkvscrollbutton.c
30 * src/gtk/gtkvscrollbutton.h
31 s/GtkFunction/GSourceFunc
33 2011-04-10 [colin] 3.7.9cvs2
36 Use gtkut_window_popup() to work around a bug in Gnome Shell.
37 This is the patch from bug #2396, it should be innocuous even
38 if that's useless to do deiconify + present window...
40 2011-04-09 [paul] 3.7.9cvs1
42 * src/prefs_summaries.c
43 fix typo in string. (thanks, Brad!)
45 2011-04-09 [paul] 3.7.9
51 2011-04-09 [paul] 3.7.8cvs78
61 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
62 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
65 2011-04-09 [colin] 3.7.8cvs77
68 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
69 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
70 encoding filename. Hooray for stupid.
72 2011-04-08 [colin] 3.7.8cvs76
75 Fix action Stop: if child does not react to SIGTERM, it'll
76 probably start behaving when it'll get a SIGKILL on the user's
78 Fixes bug #2237, "User action makes Claws unresponsive".
80 2011-04-08 [colin] 3.7.8cvs75
85 * src/folder_item_prefs.c
86 * src/folder_item_prefs.h
88 Fix bug #2382, "folderitemrc not updated when account
89 name is changed". Indeed, this wasn't done.
91 2011-04-08 [wwp] 3.7.8cvs74
94 Add support for quoted values (*="value").
95 This commonly fixes a trailing quote appearing to filenames
96 sent by iphone Mail (not sure if it's culprit at all, though).
98 2011-04-08 [colin] 3.7.8cvs73
101 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
102 caused by attachments with extended chars in the file name". Patch
103 derived from a patch bt Fabien Keil
105 2011-04-05 [wwp] 3.7.8cvs72
108 A debug string not to translate.
110 2011-04-03 [colin] 3.7.8cvs71
113 Fix bug #2394, "backtrace() crashes on FreeBSD"
114 That's not the first bug-report where internal
115 debug-only backtrace() crashes on FreeBSD.
117 2011-04-03 [colin] 3.7.8cvs70
120 Fix bug #2365 again, "Crash when auto-scrolling headers in
122 Batch-mode compose windows (from filtering actions) shouldn't
123 try to access stuff after flushing events...
125 2011-03-31 [paul] 3.7.8cvs69
128 update as gtk >= 2.10 now required
129 (because I'll never remember to do this later)
131 2011-03-26 [paul] 3.7.8cvs68
134 fix separators in Go To menu
136 2011-03-20 [colin] 3.7.8cvs67
139 Drop the *_DISABLE_DEPRECATED. We'll put them back
140 when we'll have time to handle them
142 2011-03-18 [paul] 3.7.8cvs66
145 make user-facing message more accurate -
146 'Network Log' not 'View Log'
148 2011-03-17 [wwp] 3.7.8cvs65
151 Fix a typo around plural form, as reported by
154 2011-03-15 [colin] 3.7.8cvs64
159 Fix bug #2381, "Support for NetworkManager 0.9".
160 Patch by Mikhail Efremov
162 2011-03-04 [colin] 3.7.8cvs63
166 Fix segfault on Windows
169 * src/common/w32_unistd.c
170 * src/common/w32lib.h
171 Rationalize use of time_r() funcs (pthread do define them)
173 2011-03-02 [pawel] 3.7.8cvs62
176 Re-implement widgets aligning, switch from GtkSizeGroup
177 to GtkTable - this should fix disappearing labels
179 2011-03-01 [pawel] 3.7.8cvs61
182 Wizard GUI cleanups. Make it look and behave more
183 like account preferences.
185 2011-02-23 [colin] 3.7.8cvs60
187 * src/common/Makefile.am
190 2011-02-23 [colin] 3.7.8cvs59
194 * src/common/Makefile.am
195 * src/common/plugin.c
196 * src/common/valgrind.h
197 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
198 Use valgrind's own header.
200 2011-02-22 [colin] 3.7.8cvs58
202 * src/prefs_account.c
203 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
204 signed message" upon new installation. This is disturbing when PGP
205 plugins are loaded by default.
207 2011-02-16 [paul] 3.7.8cvs57
210 update copyright headers throughout
212 2011-02-16 [paul] 3.7.8cvs56
215 use gettext plural form for "item selected"/"items selected"
217 2011-02-13 [colin] 3.7.8cvs55
221 Fix bug #2361, "Claws crashes after PGP Check in separate
222 msg view". Don't let the cancel thread lie around after
223 the verification ended.
225 2011-02-13 [paul] 3.7.8cvs54
228 updated by Mindaugas Baranauskas
230 2011-02-11 [mones] 3.7.8cvs53
232 * manual/es/advanced.xml
233 Sync with English manual
235 Fix remaining mismatched alloc/free from cppcheck
237 2011-02-10 [pawel] 3.7.8cvs52
242 2011-02-10 [pawel] 3.7.8cvs51
244 * src/prefs_toolbar.c
245 - set menus sensitivity in item type combo depending on
246 availability of actions / plugin hooks
247 - style fixes, spaces instead of tabs mostly
249 2011-02-10 [paul] 3.7.8cvs50
251 * src/prefs_account.c
252 move the 'send acc mail addr in msg-id" option to
255 2011-02-10 [paul] 3.7.8cvs49
257 * src/prefs_account.c
258 move the 'expunge immediately' option to a more
261 2011-02-05 [pawel] 3.7.8cvs48
263 * manual/advanced.xml
264 Document new hidden pref
266 Dont treat mimeparts referenced by others as
271 Add ability to hide inline attachments referenced
272 by other mimeparts in MimeView. To enable this
273 feature set show_inline_attachments=0 in your clawsrc
275 2011-01-25 [colin] 3.7.8cvs47
278 Fix matcher body parsing: decode mails with our
279 MIME parser. This speeds up body search a bit as
280 binary attachments are not searched anymore, slows
281 down a bit full message searches, but not awfully.
282 * src/summary_search.c
283 Use matcher API to search, in all cases (advanced search or
284 not). Also, fix little logic bugs related to combos history
289 Remove dead code, export functions needed by matcher.c
291 2011-01-25 [colin] 3.7.8cvs46
296 * src/common/ssl_certificate.c
297 Fix mismatched alloc/free (thanks to cppcheck)
299 2011-01-25 [colin] 3.7.8cvs45
302 Fix leak on error path
304 2011-01-23 [mones] 3.7.8cvs44
306 * manual/es/advanced.xml
307 Sync with English manual
309 2011-01-23 [paul] 3.7.8cvs43
312 it's 2011, update copyright line
314 2011-01-23 [paul] 3.7.8cvs42
316 * manual/advanced.xml
320 fix bug #2350, 'Make displaying localized date/time in
321 message view optional'.
322 This introduces a new hidden option (why do more?),
323 'msgview_date_format', which defaults to OFF, maintaining
324 the current and expected behaviour.
326 2011-01-21 [colin] 3.7.8cvs41
329 Fix bug #2050, Clawsmail sends return receipt every seconds
330 We forgot to close the file when parsing
331 disposition-notification fields, which made unlinking of the
332 corresponding emails in tempfolder/processing impossible in
333 Windows. Causing them to be re-fetched every time.
335 2011-01-21 [colin] 3.7.8cvs40
338 Fix again bug #2346: We should have a %u parameter.
340 2011-01-21 [colin] 3.7.8cvs39
342 * src/plugins/spamassassin/spamassassin.c
343 Fix sa-learn when offline (its command line parsing is
344 space-dependant). Patch by Wolfgang Lorenz
346 2011-01-19 [pawel] 3.7.8cvs38
349 Fix Bug 2346 'Please register x-handler-scheme
350 in .desktop file' patch by Laurent Bigonville
351 While I'm here update things to current
352 standards, fix desktop-file-validate warnings/errors
354 2011-01-18 [colin] 3.7.8cvs37
357 Fix logic on SMTP AUTH: If the selected method isn't
358 available, say so instead of supposing it'll work.
359 Fixes bug #2039, 'SMTP AUTHENTICATION'
361 2011-01-15 [pawel] 3.7.8cvs36
363 * src/prefs_folder_item.c
364 Rework subject regexp simplify gui a bit, this give us better
365 options page layout (window with min width was too short to
366 show all contents and thigs were unwieldy) and better preview
367 of regexp working/not working
369 2011-01-14 [pawel] 3.7.8cvs35
372 strncpy2() NULLify strings just fine, no need to be
375 2011-01-14 [pawel] 3.7.8cvs34
378 Fix Bug #2165 'The date not localized in the message view'
379 Display Date header in messageview in the same way as in
380 summaryview by respecting date format set in preferences.
382 2011-01-06 [pawel] 3.7.8cvs33
384 * src/prefs_account.c
385 * src/prefs_folder_item.c
388 Make quote templates widgets more compact
390 2011-01-06 [pawel] 3.7.8cvs32
392 * src/plugins/trayicon/trayicon.c
393 - fix logic bug which caused icon to be
394 always set no-mail status on plugin load
395 - force icon hide on plugin_done(), without
396 it empty space(?!) is left in tray under KDE3 and KDE4
398 2011-01-06 [colin] 3.7.8cvs31
409 Unmime headers differently whether they're addresses or not:
410 It's useless to quote things containing commas if it's in
411 subject, for example. (introduced in 3.7.8cvs26)
413 2011-01-06 [colin] 3.7.8cvs30
415 * src/gtk/gtkaspell.c
416 Complete previous patch
418 * src/plugins/pgpinline/pgpinline.c
421 2011-01-06 [paul] 3.7.8cvs29
427 add Lithuanian translation (approx. 65% complete)
428 submitted by Mindaugas Baranauskas
430 2011-01-06 [pawel] 3.7.8cvs28
435 * src/prefs_actions.c
437 * src/gtk/gtkaspell.c
438 * src/plugins/pgpinline/pgpinline.c
439 * src/plugins/pgpmime/pgpmime.c
440 * src/plugins/smime/smime.c
441 Fix memory/file descriptors leaks
443 2011-01-06 [paul] 3.7.8cvs27
445 * src/plugins/pgpcore/sgpgme.c
446 fix bug #2322, 'GPG Full info: showing subkey
447 ID instead of primary key fingerprint'
448 Patch by Sébastien Bigaret.
450 2011-01-03 [colin] 3.7.8cvs26
453 Better quote-checking when unmim-ing headers
456 2011-01-03 [colin] 3.7.8cvs25
459 Fix bug #2299, "Incorrect handling of quoted printable coma
460 in headers". As this is really painful to fix by switching
461 the whole stuff to a list of headers tokens, we workaround
462 the problem by adding quotes around the encoded-word (making
463 it a quoted-string which continuity is already handled).
465 2011-01-03 [colin] 3.7.8cvs24
470 2010-12-23 [colin] 3.7.8cvs23
473 Finish fixing bug #2203: When forwarding (inline) and there
474 are some text/* parts with no name, set them a name and
475 set their disposition to attachment, so that recipients with
476 MUAs preferring HTML parts don't show them by default.
478 2010-12-22 [paul] 3.7.8cvs22
481 fix missing file in 3.7.8cvs20
483 2010-12-22 [colin] 3.7.8cvs21
487 Implement a nicer scroll when drag and dropping
489 2010-12-22 [colin] 3.7.8cvs20
492 Store charset if available when attaching text/* parts
493 Fixes bug #2203, 'Problems in forwarding multipart/
494 alternative messages with HTML part'
496 2010-12-22 [colin] 3.7.8cvs19
501 2010-12-21 [colin] 3.7.8cvs18
505 * src/common/session.c
506 * src/common/session.h
507 Differentiate between running sessions and connected
508 sessions. Fixes bug #2332, "Crash when hitting cancel
509 on the SMTP status window"
511 2010-12-21 [colin] 3.7.8cvs17
513 * src/etpan/etpan-thread-manager.c
516 2010-12-21 [colin] 3.7.8cvs16
519 Check whether we should continue loading the
520 current textview after inserting a possibly
523 2010-12-20 [colin] 3.7.8cvs15
527 Removed. Dead code since ages!
529 * src/gtk/gtkcmclist.c
530 * src/gtk/gtkcmctree.c
531 * src/gtk/gtksctree.c
532 undefine *_DISABLE_DEPRECATED in the files that
533 use deprecated interfaces. Implicit declarations
534 can lead to crashes as prototypes are unknown, as
535 evidenced by bug #2315.
537 2010-12-20 [colin] 3.7.8cvs14
540 Don't flush events when adding an header entry. This
541 can mess up the keypresses in the previous header.
542 Instead, make the scroll happen later (doing it on the
543 spot without flushing events doesn't work as the new
544 requisitions aren't set yet).
546 2010-12-20 [colin] 3.7.8cvs13
549 Don't iconify at start on w32. This un-iconifies in the
552 2010-12-20 [colin] 3.7.8cvs12
554 * src/common/base64.c
555 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
556 Patch by pochini at shiny.it
558 2010-12-19 [colin] 3.7.8cvs11
563 2010-12-18 [colin] 3.7.8cvs10
566 Fix bug #2148, "Attachment content-transfer-encoding
567 incorrectly set when signing emails". The RFC 2045
568 states that message/* and multipart/* encoding must
569 be either 7-bit, 8-bit or binary.
571 2010-12-18 [mones] 3.7.8cvs9
574 Fix crash when searching or adding a LDAP server
576 2010-12-17 [colin] 3.7.8cvs8
585 Better error logging. Disable LDAP SSL/TLS on
586 Windows, it's crashy/non-worky.
588 2010-12-17 [colin] 3.7.8cvs7
591 Fix bug #2325, "messages remains in folder cache after moving
592 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
594 2010-12-17 [colin] 3.7.8cvs6
606 Windows build fixes (w32 LDAP completely untested!)
608 2010-12-16 [colin] 3.7.8cvs5
618 Try to rationalize a bit LDAP connections
620 2010-12-16 [colin] 3.7.8cvs4
622 * src/prefs_spelling.c
624 Add a button to get dictionaries (win32)
626 2010-12-16 [colin] 3.7.8cvs3
628 * src/prefs_matcher.c
629 Fix bug #2279, "crash when clicking 'define' in filter
630 configuring". Thanks to Theodor Ciobanu for the hint at
633 2010-12-14 [colin] 3.7.8cvs2
635 * src/gtk/gtkaspell.c
636 Add missing guard for sys/wait.h
638 2010-12-05 [colin] 3.7.8cvs1
640 * tools/make.themes.project
641 Seems wget has changed naming of targets downloaded.
642 Fix it by always providing our own name.
643 [Pushing mones' patch again after messing with CVSROOT]
645 2010-12-04 [paul] 3.7.8
651 2010-12-03 [paul] 3.7.7cvs11
654 * manual/xml2pdf ** REMOVED **
655 * manual/dist/pdf/Makefile.am
656 * manual/es/dist/pdf/Makefile.am
657 * manual/fr/dist/pdf/Makefile.am
658 * manual/pl/dist/pdf/Makefile.am
659 simplify check for tools needed for manual building,
660 remove xml2pdf and use docbook2pdf instead
662 2010-12-03 [mir] 3.7.7cvs10
665 Fix bug so that configure option --disable-manual
666 actually disable building the manuals
668 2010-12-01 [pawel] 3.7.7cvs9
671 One more GTK+ 2.22 build fix
673 2010-11-30 [colin] 3.7.7cvs8
676 Fix bug #2317, 'Action results in "Bad file descriptor"'
677 Introduced in 3.7.6cvs57. In fact the error has been there
678 since ages, and only new thing is the verification of the
679 various functions return code. Let the stuff work as it
680 does, as it seems to do the right thing since ages.
682 2010-11-28 [colin] 3.7.7cvs7
684 * src/gtk/quicksearch.c
685 Fix bug #2313, 'CLI quicksearch sometimes returns
686 the same messages twice'. Patch by Sebastien Bigaret
688 2010-11-25 [paul] 3.7.7cvs6
691 make "gtk_can_change_accels" FALSE by default.
692 fixes bug #2309, 'Shortcuts should not be modifiable
695 2010-11-24 [mones] 3.7.7cvs5
698 Add missing shortcuts for marking as spam and ham
699 Fixes Debian bug #599547
701 2010-11-22 [colin] 3.7.7cvs4
704 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
705 five patches were needed to fix a corner case
706 is a good indicator that is was bound to break
709 2010-11-21 [colin] 3.7.7cvs3
711 * src/plugins/pgpcore/claws.def
714 2010-11-20 [wwp] 3.7.7cvs2
717 Fix either a typo or an irrelevant iff word there.
718 IMO type and recursive possible values should be changed to
719 smth simple and neat here, and help strings be really
722 2010-11-20 [colin] 3.7.7cvs1
725 Damn, forgot to commit this file twice.
727 2010-11-19 [paul] 3.7.7
733 2010-11-19 [paul] 3.7.6cvs66
746 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
747 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
748 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
750 2010-11-17 [colin] 3.7.6cvs65
753 Separate email address from timestamp with a dot.
756 2010-11-17 [colin] 3.7.6cvs64
759 Fix multiple @ in generated message-ids.
760 That's not allowed in RFC 2822.
762 2010-11-16 [mones] 3.7.6cvs63
764 * manual/es/advanced.xml
765 Synchronise with English version
767 2010-11-04 [wwp] 3.7.6cvs62
770 Fix bug 2293, "filtering: simplify expression", as simplifying
771 this expression doesn't make it less easy to understand and we
772 gain few cycles by making the logical expression more simple
773 by applying. Patch by Nicolas Kaiser.
775 2010-11-03 [colin] 3.7.6cvs61
778 Fix bug 2294, "addrindex.c: address index conversion always
779 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
781 2010-11-02 [wwp] 3.7.6cvs60
786 Enlarge the progress bar (main window) a bit when compiling
787 for UMPCs like maemo: this solves truncated text that might
788 appear in the progress bar while processing messages.
789 Also use a more compact string format when displaying
790 progress like 'number/total', still for UMPCs, this fixes
791 a previous inconsistency with these format strings where
792 no space around the / were used sometimes.
794 2010-10-26 [ticho] 3.7.6cvs59
797 Recreate NNTP session if server port setting has changed. Fixes
800 2010-10-26 [colin] 3.7.6cvs58
804 Fix copy-paste error, thanks to David Relson
807 2010-10-18 [colin] 3.7.6cvs57
818 * src/gtk/quicksearch.c
819 * src/gtk/quicksearch.h
820 * src/plugins/pgpcore/passphrase.c
821 * src/plugins/spamassassin/libspamc.c
824 2010-10-17 [colin] 3.7.6cvs56
827 * src/gtk/gtkaspell.c
830 * src/gtk/inputdialog.c
831 * src/gtk/progressdialog.c
832 Undeprecate a few things
834 2010-10-17 [colin] 3.7.6cvs55
838 * src/gtk/quicksearch.c
839 * src/gtk/quicksearch.h
840 Add ability to search from the command-line.
841 Closes bug 2249, ' Making QuickSearch independent from the GUI'
842 Patch by Sebastien Bigarret.
844 2010-10-04 [mones] 3.7.6cvs54
846 * manual/dist/pdf/Makefile.am
847 Fix build of English PDF manual
848 (sh: Can't open ../../../xml2pdf)
850 2010-10-03 [colin] 3.7.6cvs53
857 Get rid of GRelation which were, mostly, used as
858 GHashTables. Probably fixes bug #2277, 'Segfault when
859 loading inbox for the first time'
861 2010-10-03 [mir] 3.7.6cvs52
863 * manual/de/dist/html/Makefile.am
864 * manual/de/dist/pdf/Makefile.am
865 * manual/de/dist/ps/Makefile.am
866 * manual/de/dist/txt/Makefile.am
867 * manual/dist/html/Makefile.am
868 * manual/dist/pdf/Makefile.am
869 * manual/dist/ps/Makefile.am
870 * manual/dist/txt/Makefile.am
871 * manual/es/dist/html/Makefile.am
872 * manual/es/dist/pdf/Makefile.am
873 * manual/es/dist/ps/Makefile.am
874 * manual/es/dist/txt/Makefile.am
875 * manual/fr/dist/html/Makefile.am
876 * manual/fr/dist/pdf/Makefile.am
877 * manual/fr/dist/ps/Makefile.am
878 * manual/fr/dist/txt/Makefile.am
879 * manual/pl/dist/html/Makefile.am
880 * manual/pl/dist/pdf/Makefile.am
881 * manual/pl/dist/ps/Makefile.am
882 * manual/pl/dist/txt/Makefile.am
883 Missing Makefile.am's for 3.7.6cvs49
886 2010-10-03 [colin] 3.7.6cvs51
891 2010-10-02 [mir] 3.7.6cvs50
893 * manual/de/dist/html/Makefile.am
894 * manual/de/dist/pdf/Makefile.am
895 * manual/de/dist/ps/Makefile.am
896 * manual/de/dist/txt/Makefile.am
897 * manual/dist/html/Makefile.am
898 * manual/dist/pdf/Makefile.am
899 * manual/dist/ps/Makefile.am
900 * manual/dist/txt/Makefile.am
901 * manual/es/dist/html/Makefile.am
902 * manual/es/dist/pdf/Makefile.am
903 * manual/es/dist/ps/Makefile.am
904 * manual/es/dist/txt/Makefile.am
905 * manual/fr/dist/html/Makefile.am
906 * manual/fr/dist/pdf/Makefile.am
907 * manual/fr/dist/ps/Makefile.am
908 * manual/fr/dist/txt/Makefile.am
909 * manual/pl/dist/html/Makefile.am
910 * manual/pl/dist/pdf/Makefile.am
911 * manual/pl/dist/ps/Makefile.am
912 * manual/pl/dist/txt/Makefile.am
913 Part 2 of last commit which broke due to a permission error
914 Avoid claws trying to build manuals if the required
915 tools are not present.
917 2010-10-02 [mir] 3.7.6cvs49
920 * manual/de/dist/html/Makefile.am
921 * manual/de/dist/pdf/Makefile.am
922 * manual/de/dist/ps/Makefile.am
923 * manual/de/dist/txt/Makefile.am
924 * manual/dist/html/Makefile.am
925 * manual/dist/pdf/Makefile.am
926 * manual/dist/ps/Makefile.am
927 * manual/dist/txt/Makefile.am
928 * manual/es/dist/html/Makefile.am
929 * manual/es/dist/pdf/Makefile.am
930 * manual/es/dist/ps/Makefile.am
931 * manual/es/dist/txt/Makefile.am
932 * manual/fr/dist/html/Makefile.am
933 * manual/fr/dist/pdf/Makefile.am
934 * manual/fr/dist/ps/Makefile.am
935 * manual/fr/dist/txt/Makefile.am
936 * manual/pl/dist/html/Makefile.am
937 * manual/pl/dist/pdf/Makefile.am
938 * manual/pl/dist/ps/Makefile.am
939 * manual/pl/dist/txt/Makefile.am
940 1) Downgrade autoconf requirements to 2.59 to allow
941 building on oldest supported Linux distributions.
942 2) Only try to build manuals if the needed software
945 2010-10-02 [colin] 3.7.6cvs48
947 * src/plugins/trayicon/trayicon.c
948 And fix theme updating.
950 2010-10-02 [colin] 3.7.6cvs47
952 * src/plugins/trayicon/trayicon.c
953 Got burnt by wrong indentation!
955 2010-10-02 [colin] 3.7.6cvs46
958 Forgot to remove the directory from top-level
960 2010-10-02 [colin] 3.7.6cvs45
962 * src/plugins/trayicon/Makefile.am
963 * src/plugins/trayicon/trayicon.c
964 * src/plugins/trayicon/libeggtrayicon/.cvsignore
965 * src/plugins/trayicon/libeggtrayicon/Makefile.am
966 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
967 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
968 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
969 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
970 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
971 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
972 * src/plugins/trayicon/libeggtrayicon/xembed.h
973 Finally get rid of Eggtrayicon, use GtkStatusIcon
974 instead (which can be done safely now that we
977 2010-10-02 [colin] 3.7.6cvs44
985 * src/editaddress_other_attributes_ldap.c
988 * src/grouplistdialog.c
994 * src/message_search.c
997 * src/summary_search.c
1000 * src/etpan/imap-thread.c
1002 * src/gtk/gtkcmclist.c
1003 * src/gtk/gtkcmoptionmenu.c
1004 * src/gtk/gtkutils.c
1005 * src/gtk/gtkutils.h
1006 * src/gtk/gtkvscrollbutton.c
1007 * src/plugins/pgpcore/select-keys.c
1008 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1009 Undeprecate for GTK+2.22. Patch by Reed Loden.
1010 Fixes bug #2276, 'Compile in maintainer mode
1011 fails on GTK+ 2.22'.
1013 2010-10-02 [colin] 3.7.6cvs43
1016 It's now time to remove the temporary enable-openssl
1017 option that was used when we removed OpenSSL. See
1018 bug #2276 comment #14.
1020 2010-09-30 [wwp] 3.7.6cvs42
1022 * src/prefs_account.c
1023 * src/prefs_filtering_action.c
1024 * src/prefs_matcher.c
1025 Fix bug #2274, wrong color label index range
1026 used w/ gtk_cmoption_menu (behaviour change
1027 has been introduced w/ 3.5.0cvs49 apparently),
1028 now it must be 1..N so let's use colorlabel value
1032 2010-09-20 [pawel] 3.7.6cvs41
1039 2010-09-19 [pawel] 3.7.6cvs40
1044 Set ML menus sensitivity accordingly to
1045 possibility of reply to ML
1047 2010-09-19 [colin] 3.7.6cvs39
1050 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1051 to newsgroups, and NNTP accounts *can* send email. We
1052 should not force an email account when replying to_ml or
1055 2010-09-19 [colin] 3.7.6cvs38
1058 Revert previous commit (which breaks Reply to newsgroups)
1060 2010-09-17 [pawel] 3.7.6cvs37
1063 Respect reply_account_autosel when changing compose
1064 account to email one while replying to NNTP post
1066 2010-09-17 [wwp] 3.7.6cvs36
1068 * doc/man/claws-mail.1
1069 Update --compose documentation in `man claws-mail`.
1071 2010-09-12 [pawel] 3.7.6cvs35
1074 Add forgotten bit to previous commit,
1075 select email account when replying to ML
1077 2010-09-12 [pawel] 3.7.6cvs34
1080 Fix bug #2247 "nntp reply-to-all broken?"
1081 Make reply-to-all and reply-to-ml work as expected in
1082 mailing list through NNTP case
1084 2010-09-11 [pawel] 3.7.6cvs33
1089 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
1090 fixes build with GTK+ < 2.18
1092 2010-09-10 [pawel] 3.7.6cvs32
1097 Make Tab key switch between FolderView, MsgView and
1098 SummaryView only, other widgets have/can have their own
1101 2010-08-25 [colin] 3.7.6cvs31
1106 * src/common/base64.c
1107 * src/common/base64.h
1108 Fix bug #2245, "base64 decoding fails with line breaks"
1109 Patch by Yotam Medini
1111 2010-08-25 [colin] 3.7.6cvs30
1114 Fix bug #2241, "Empty trash on exit fails on scripted exit"
1116 2010-08-23 [pawel] 3.7.6cvs29
1119 * src/send_message.c
1122 Hide progressbar on statusbar when not needed
1124 2010-08-17 [colin] 3.7.6cvs28
1127 Fix previous patch (our own tmp dir is inside
1130 2010-08-16 [colin] 3.7.6cvs27
1133 Use temp dir to store logs in Windows. Avoids doing
1134 get_rc_dir() early, which prevents set_rc_dir()
1137 2010-07-31 [holger] 3.7.6cvs26
1139 * src/gtk/gtkshruler.c
1140 Yet more GdkGC to Cairo porting
1142 2010-07-30 [holger] 3.7.6cvs25
1144 * src/stock_pixmap.c
1145 More GdkGC to Cairo porting
1147 2010-07-30 [holger] 3.7.6cvs24
1149 * src/gtk/colorlabel.c
1150 One GdkGC usage less
1152 2010-07-29 [holger] 3.7.6cvs23
1155 Replace some gdk drawing with cairo, as the former
1156 is going towards deprecation.
1158 2010-07-25 [colin] 3.7.6cvs22
1160 * src/common/utils.c
1161 And now for a real fix. g_list_remove() doesn't, of
1162 course, free the data. But we have to have a solid
1163 pointer to it in order to free it ourselves instead
1164 of relying on the old freed list pointer.
1165 Maybe that's the last patch on the subject now ? :)
1167 2010-07-25 [colin] 3.7.6cvs21
1169 * src/common/utils.c
1170 Remove stupid and extraneous g_free() of elements
1171 which have just been freed by g_list_remove(). (see
1172 GList documentation). I don't know how it worked before
1174 2010-07-25 [colin] 3.7.6cvs20
1176 * src/common/utils.c
1177 Reverse free/use with more logical and safe
1178 use/free. Thanks to Michael Rasmussen !
1180 2010-07-24 [colin] 3.7.6cvs19
1182 * src/gtk/quicksearch.c
1183 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
1184 'freeze when using quick search'
1186 2010-07-11 [iwkse] 3.7.6cvs18
1188 * src/gtk/quicksearch.c
1189 Add SMALL_LAYOUT to quicksearch_relayout
1191 2010-07-10 [iwkse] 3.7.6cvs17
1194 Remove forgotten variable from
1195 the last bugfix #2224
1197 2010-07-10 [colin] 3.7.6cvs16
1200 * src/gtk/quicksearch.c
1201 Clean fix for bug #2224: don't mess with GTK settings when
1202 handling the layout ourselves is enough
1204 2010-07-09 [iwkse] 3.7.6cvs15
1208 Better fix for Bug #2224
1210 2010-07-09 [iwkse] 3.7.6cvs14
1214 Always use stock icons on buttons
1216 2010-07-08 [colin] 3.7.6cvs13
1219 Fix bug 2223, 'Compilation fails with GTK+
1220 2.21.3'. Thanks to Jan Psota !
1222 2010-06-29 [pawel] 3.7.6cvs12
1225 Revert 3.7.5cvs41, it breaks templates that use %X
1227 2010-06-23 [wwp] 3.7.6cvs11
1229 * src/gtk/colorlabel.c
1230 Silent up a warning by avoiding possible confusion
1231 in logical expression evaluation, thanks to TuxCM.
1233 2010-06-21 [iwkse] 3.7.6cvs10
1235 * src/gtk/quicksearch.c
1236 Do not add into quicksearch history
1237 matching rules with bad syntax
1239 2010-05-26 [holger] 3.7.6cvs9
1243 Add function to select rows given a list of messages,
1244 complementary to summary_get_selected_msg_list()
1246 2010-05-22 [mir] 3.7.6cvs8
1249 Fix bug 2208. Encode encrypted password to qouted
1250 printable to avoid making invalid XML. Encoding
1251 will be activated the first time the password is
1254 2010-05-22 [paul] 3.7.6cvs7
1256 * manual/advanced.xml
1258 * src/prefs_common.c
1259 * src/prefs_common.h
1260 after using the compose margin for several days
1261 I wanted the old style back - add a new hidden
1262 pref 'show_compose_margin' to restore the old
1263 behaviour (defaults to FALSE)
1265 2010-05-14 [paul] 3.7.6cvs6
1268 add a margin to the compose window text that matches
1269 the margin in textview
1271 2010-05-14 [colin] 3.7.6cvs5
1273 * src/gtk/sslcertwindow.c
1274 Fix dangling pointer. Thanks to Michael R!
1276 2010-05-14 [colin] 3.7.6cvs4
1278 * src/gtk/sslcertwindow.c
1279 Fix bug 1993, 'Cannot send mail when SSL certificate is
1280 expired but certificate check is skipped' and maybe
1281 bug 2200, 'SSL is not working with POP3'
1283 2010-05-14 [colin] 3.7.6cvs3
1285 * src/plugins/pgpinline/pgpinline.c
1286 Fix bug 2205, 'PGPInline: segfault on malformed mails'
1288 2010-05-04 [iwkse] 3.7.6cvs2
1290 * src/prefs_message.c
1291 Get a generic name as 'Quotation' for
1294 2010-05-04 [iwkse] 3.7.6cvs1
1296 * src/prefs_message.c
1297 * src/prefs_common.h
1298 * src/prefs_common.c
1301 Option for collapsing via double-click
1303 2010-05-01 [paul] 3.7.6
1309 2010-05-01 [paul] 3.7.5cvs55
1311 * tools/claws.i18n.status.pl
1314 2010-05-01 [paul] 3.7.5cvs54
1317 add YUP, new Ukrainian translator
1319 2010-04-30 [paul] 3.7.5cvs53
1323 add Ukrainian translation, submitted by YUP
1332 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
1333 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
1334 Tiago Faria, and Slavko
1336 2010-04-26 [wwp] 3.7.5cvs52
1341 2010-04-26 [mones] 3.7.5cvs51
1346 2010-04-22 [pawel] 3.7.5cvs50
1351 first NULL check pointer, then use it
1353 2010-04-22 [colin] 3.7.5cvs49
1356 Fix error message when session isn't established
1358 Update translation and fix a typo in it
1360 2010-04-15 [pawel] 3.7.5cvs48
1362 * src/prefs_account.c
1363 Fix Bug 2144 'When creating an account with IMAP4+SSL,
1364 the port isn't configured properly'
1365 When using SSL/TLS tunneling automatically use default
1366 ports for encrypted connections: smtps, pop3s, imaps, nntps
1368 2010-04-15 [pawel] 3.7.5cvs47
1371 Fix crasher in actions using '%f' argument
1372 on multiple files with external scripts which
1373 don't return any output.
1375 2010-04-14 [colin] 3.7.5cvs46
1378 Fix hand cursor after error symbol appears
1380 2010-04-12 [colin] 3.7.5cvs45
1383 Fix bug 2162, 'configure check for libetpan
1384 fails with libetpan 1.0'
1387 2010-04-09 [mones] 3.7.5cvs44
1389 * manual/de/glossary.xml
1390 Fix encoding to match main document's
1391 Also fixes make dist with Debian's openjade
1393 2010-03-29 [pawel] 3.7.5cvs43
1395 * src/matcher_parser.h
1396 * src/matcher_parser_parse.y
1397 * src/gtk/quicksearch.c
1398 Disable matcher warnings when populating quicksearch
1399 completion lists on startup
1401 2010-03-27 [colin] 3.7.5cvs42
1403 * src/gtk/quicksearch.c
1404 Fix double-free later in code. Optimize
1407 2010-03-27 [pawel] 3.7.5cvs41
1410 Make sure that quote ends with new line char
1412 2010-03-26 [pawel] 3.7.5cvs40
1417 Fix Bug 1928 Add "reply to this address" pop menu
1419 - Set composing account to email one when creating/replying
1420 from NNTP folder by clicking link or choosing option
1424 2010-03-25 [paul] 3.7.5cvs39
1426 * src/gtk/gtkcmclist.c
1427 Fix build with GTK+ 2.20
1429 2010-03-24 [pawel] 3.7.5cvs38
1434 * src/grouplistdialog.c
1438 * src/prefs_account.c
1439 * src/gtk/gtkcmclist.c
1440 * src/gtk/gtkcmctree.c
1441 * src/gtk/gtkcmoptionmenu.c
1442 * src/gtk/gtksctree.c
1443 * src/gtk/gtkshruler.c
1444 * src/gtk/gtkutils.c
1445 * src/gtk/gtkutils.h
1446 * src/gtk/gtkvscrollbutton.c
1447 * src/gtk/inputdialog.c
1448 * src/gtk/spell_entry.c
1449 * src/plugins/trayicon/trayicon.c
1450 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1451 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1452 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1453 Fix build with GTK+ 2.19
1455 2010-03-23 [pawel] 3.7.5cvs37
1459 Respect view->show_col_headers option
1460 * src/gtk/gtkcmctree.c
1461 Fix GtkCmcTree column width calculation when it has
1462 auto_resize set and new node is added
1464 2010-03-22 [pawel] 3.7.5cvs36
1466 * src/grouplistdialog.c
1467 * src/prefs_common.c
1468 * src/prefs_common.h
1469 - remember newsgroups list dialog size
1470 - respect use_dotted_lines hidden pref
1471 - respect use_stripes_everywhere hidden pref
1473 2010-03-21 [pawel] 3.7.5cvs35
1476 Remove superfluous gtk_widget_show_all()
1479 * src/common/utils.c
1482 2010-03-21 [pawel] 3.7.5cvs34
1485 * src/gtk/quicksearch.c
1486 * src/gtk/quicksearch.h
1487 Implement separate search phrase completion for
1488 normal/extended quicksearch
1490 2010-03-11 [paul] 3.7.5cvs33
1493 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1494 submitted by Yuwei Yu
1496 2010-03-09 [colin] 3.7.5cvs32
1498 * manual/de/glossary.xml
1501 2010-03-02 [colin] 3.7.5cvs31
1503 * manual/de/glossary.xml
1504 Sort alphabetically. Done by Volker Ribbert.
1506 2010-03-02 [mones] 3.7.5cvs30
1509 Fix mailing list archives location
1510 Remove currently unavailable CVS webview
1512 2010-03-01 [iwkse] 3.7.5cvs29
1514 * src/common/plugin.c
1515 Other indentation issues
1517 2010-03-01 [iwkse] 3.7.5cvs28
1519 * src/common/plugin.c
1520 Fix indentation of the previous commit
1522 2010-03-01 [iwkse] 3.7.5cvs27
1524 * src/common/plugin.h
1525 * src/common/plugin.c
1526 Add API for getting a loaded Plugin from the
1527 plugin's name, plugin_get_loaded_by_name (const gchar *name)
1528 Thanks to Colin, Michael
1530 2010-02-27 [colin] 3.7.5cvs26
1535 * manual/Makefile.am
1536 * manual/de/Makefile.am
1537 * manual/de/account.xml
1539 * manual/de/addrbook.xml
1540 * manual/de/advanced.xml
1541 * manual/de/claws-mail-manual.xml
1543 * manual/de/glossary.xml
1545 * manual/de/handling.xml
1546 * manual/de/intro.xml
1547 * manual/de/keyboard.xml
1548 * manual/de/plugins.xml
1549 * manual/de/starting.xml
1550 * manual/de/dist/.cvsignore
1551 * manual/de/dist/Makefile.am
1552 * manual/de/dist/html/.cvsignore
1553 * manual/de/dist/html/Makefile.am
1554 * manual/de/dist/pdf/.cvsignore
1555 * manual/de/dist/pdf/Makefile.am
1556 * manual/de/dist/ps/.cvsignore
1557 * manual/de/dist/ps/Makefile.am
1558 * manual/de/dist/txt/.cvsignore
1559 * manual/de/dist/txt/Makefile.am
1560 Add the german translation of the manual, done by
1561 Volker Ribbert <thoraki@arcor.de>.
1563 2010-02-27 [holger] 3.7.5cvs25
1565 * src/prefs_toolbar.c
1566 Don't make toolbar item description for
1567 plugin registered items editable
1569 2010-02-26 [colin] 3.7.5cvs24
1572 Don't translate empty description
1574 2010-02-22 [colin] 3.7.5cvs23
1577 Don't make In-Reply-To visible when reediting
1578 a draft or sent mail.
1580 2010-02-20 [colin] 3.7.5cvs22
1586 * src/etpan/imap-thread.c
1587 * src/etpan/imap-thread.h
1588 * src/etpan/nntp-thread.c
1589 * src/etpan/nntp-thread.h
1590 When going offline from NetworkManager, just
1591 delete IMAP connections. That'll avoid timeouts
1592 when coming back online in certain cases when
1593 the TCP socket will have timed out.
1595 2010-02-20 [holger] 3.7.5cvs21
1598 More files to ignore
1600 2010-02-17 [ticho] 3.7.5cvs20
1607 2010-02-16 [ticho] 3.7.5cvs19
1612 Removed unused argument from summary_open_row().
1614 2010-02-10 [pawel] 3.7.5cvs18
1617 - fix headers filtering when prefs_common.trans_hdr is on
1618 - fix headers setting when changing composing account
1620 * src/prefs_template.c
1621 Re-add template's name for translation
1623 2010-02-10 [colin] 3.7.5cvs17
1625 * src/prefs_matcher.c
1626 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1627 Condition>Define>Header>Name combo box'. Patch by
1630 2010-02-10 [colin] 3.7.5cvs16
1640 Add the GB18030 Chinese charset, which is a superset
1641 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1643 2010-02-09 [holger] 3.7.5cvs15
1646 GTK+ 2.10 related cleanup
1648 2010-02-09 [pawel] 3.7.5cvs14
1650 * src/prefs_account.c
1651 * src/prefs_folder_item.c
1652 * src/prefs_template.c
1654 Respect prefs_common.trans_hdr in couple more places to avoid
1655 confusion with translated/non-translated header names
1657 2010-02-09 [colin] 3.7.5cvs13
1662 2010-02-09 [colin] 3.7.5cvs12
1665 And fix 2.10 build :)
1667 2010-02-09 [colin] 3.7.5cvs11
1670 Bump up GTK+ requirement to 2.10
1679 * src/prefs_actions.c
1680 * src/prefs_common.c
1681 * src/prefs_common.h
1682 * src/prefs_ext_prog.c
1683 * src/prefs_filtering_action.c
1685 * src/prefs_image_viewer.c
1686 * src/prefs_matcher.c
1687 * src/prefs_msg_colors.c
1688 * src/prefs_summaries.c
1689 * src/prefs_template.c
1695 * src/gtk/Makefile.am
1697 * src/gtk/gtkcmclist.c
1698 * src/gtk/gtkcmctree.c
1699 * src/gtk/gtkutils.c
1700 * src/gtk/quicksearch.c
1701 Remove all compile-time conditionals depending on
1705 * src/gtk/gtksourceprintjob.c
1706 * src/gtk/gtksourceprintjob.h
1707 Remove libgnomeprint-based printing system (and
1708 command-line-based printing system) as GTK+ 2.10
1709 ships with print support.
1711 2010-02-08 [mir] 3.7.5cvs10
1714 Avoid displaying Bcc headers in message sent
1715 to NNTP servers. Thanks to Henning Mersch.
1718 2010-02-08 [pawel] 3.7.5cvs9
1721 Make tooltips less cryptic
1722 * src/gtk/description_window.c
1723 Improve window size calculation
1725 2010-02-08 [pawel] 3.7.5cvs8
1729 * src/common/utils.c
1730 * src/common/utils.h
1732 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1733 Patch by Laurent Bigonville with slight modifications
1735 2010-02-03 [pawel] 3.7.5cvs7
1738 Add some libtool files to ignore
1740 2010-02-03 [pawel] 3.7.5cvs6
1742 * src/plugins/trayicon/trayicon.c
1743 Save and then restore focus when closing/minimizing to tray
1745 2010-02-03 [mir] 3.7.5cvs5
1753 Save LDAP password encrypted. See bug 2113.
1756 2010-02-03 [colin] 3.7.5cvs4
1759 Fix again decoding of encrypted parts. The
1760 reverting of the patch was wrong, as the
1761 double-decoding was fixed in smime itself.
1762 Thanks to Matthias Drochner again...
1764 2010-02-02 [colin] 3.7.5cvs3
1766 * src/plugins/smime/smime.c
1768 Revert 3.7.4cvs2 and make a better patch for bug
1769 2059 and 2076. Patch by Matthias Drochner
1771 2010-01-31 [pawel] 3.7.5cvs2
1774 Fix hungarian translator's name
1776 2010-01-31 [pawel] 3.7.5cvs1
1780 Fix Bug 2107 - Arrow keys don't work in message view window
1782 2010-01-31 [paul] 3.7.5
1789 2010-01-23 [pawel] 3.7.4cvs10
1792 Fix button sensitivity in compose mode
1794 2010-01-23 [pawel] 3.7.4cvs9
1797 * tools/kdeservicemenu/install.sh
1798 * tools/make.themes.project
1799 * tools/nautilus2claws-mail.sh
1800 * tools/popfile-link.sh
1801 * tools/textviewer.sh
1802 Not all systems have bash installed in /bin, use env(1) to find
1805 2010-01-22 [pawel] 3.7.4cvs8
1807 * src/prefs_account.c
1808 * src/prefs_filtering.c
1810 * src/gtk/colorlabel.c
1811 Add some separators in combos
1813 2010-01-22 [pawel] 3.7.4cvs7
1816 --disable-aspell -> --disable-enchant
1818 Fix options spacing in configure --help
1820 Make wizard's window centered on the screen
1822 2010-01-19 [holger] 3.7.4cvs6
1826 Introduce folder_get_item_from_identifier().
1827 In contrast to folder_find_item_from_identifier(), this
1828 function recursively creates the FolderItems in the id path.
1829 Useful for programmatically creating folders (e.g. by plugins)
1831 2010-01-17 [pawel] 3.7.4cvs5
1836 2010-01-16 [colin] 3.7.4cvs4
1838 * src/plugins/pgpcore/sgpgme.c
1839 Probably fix bug 2098, 'claws-mails crashes frequently
1840 with pgpcore'. Fix double-free.
1842 2010-01-16 [holger] 3.7.4cvs3
1844 * src/prefs_toolbar.h
1847 2010-01-15 [colin] 3.7.4cvs2
1850 Decode mimeinfo before decrypting it. Probably
1851 fixes bug 2059 'gpgme >=1.1.8 not compatible
1852 with S/MIME encryption' and bug 2076 'having
1853 worked 2 times properly CLAWS ceased to
1854 decrypt incoming PGP mails -displays base64
1855 instead - sucks completely'
1856 Let's hope complete suckage ends here!
1857 Thanks to Matthias Drochner.
1859 2010-01-08 [paul] 3.7.4cvs1
1861 * tools/claws.i18n.status.pl
1864 2010-01-08 [paul] 3.7.4
1871 2010-01-08 [paul] 3.7.3cvs57
1885 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1886 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1887 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1890 2010-01-08 [paul] 3.7.3cvs56
1892 * src/common/utils.c
1893 fix bug 2089, 'URLs ending with an underscore ('_')
1894 are not correctly parsed'. thanks to Johan
1896 2010-01-05 [colin] 3.7.3cvs55
1899 Update french translation
1901 2010-01-04 [mones] 3.7.3cvs54
1904 Update Spanish translation
1906 2010-01-04 [mones] 3.7.3cvs53
1908 * manual/plugins.xml
1910 * manual/es/claws-mail-manual.xml
1911 * manual/es/intro.xml
1912 * manual/es/plugins.xml
1913 Synchronise with English version
1915 2010-01-03 [paul] 3.7.3cvs52
1920 update TEAM_LIST, fix encoding
1922 2010-01-03 [mir] 3.7.3cvs51
1925 When composing to a NNTP list TO: will always be preset
1926 to the NNTP list unless user has chosen some other default
1927 in which case we will handle this the normal way. Therefore
1928 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1930 2010-01-01 [paul] 3.7.3cvs50
1933 bump copyright year whilst it's in mind
1935 2009-12-31 [paul] 3.7.3cvs49
1937 * manual/claws-mail-manual.xml
1939 * manual/plugins.xml
1940 fix links so that they make sense in the context of the
1941 text version of the manual
1943 2009-12-31 [paul] 3.7.3cvs48
1946 * manual/plugins.xml
1947 updates, improvements, corrections, additions
1949 2009-12-29 [pawel] 3.7.3cvs47
1951 * src/prefs_filtering_action.c
1952 Fix Bug 2082 'Wrong color rectangle position when replacing
1953 "color" processing rule'
1955 2009-12-29 [colin] 3.7.3cvs46
1958 Fix bug 2074, 'Remember sending account
1961 2009-12-20 [holger] 3.7.3cvs45
1964 Delay CREATED_HOOKLIST invokation until
1965 after the modifications to the compose window
1966 are done, to allow hooks to further modify the
1967 window without getting overridden again
1969 2009-12-20 [holger] 3.7.3cvs44
1971 * src/prefs_toolbar.h
1974 2009-12-20 [holger] 3.7.3cvs43
1976 * src/prefs_toolbar.c
1977 * src/prefs_toolbar.h
1979 Pass window struct to caller
1981 2009-12-20 [holger] 3.7.3cvs42
1985 Add hooklist after creation of a compose window
1987 2009-12-19 [holger] 3.7.3cvs41
1989 * src/prefs_toolbar.c
1990 * src/prefs_toolbar.h
1992 Allow plugins to choose to which toolbar they want
1993 to add actions (main window, compose window, or message view)
1995 2009-12-19 [paul] 3.7.3cvs40
1998 fix statusbar in GTK+ 2.19.1
2000 2009-12-10 [pawel] 3.7.3cvs39
2003 Better fix for cvs28 regression
2005 2009-12-10 [iwkse] 3.7.3cvs38
2008 Fix some indentation
2010 2009-12-10 [iwkse] 3.7.3cvs37
2013 Add missing checks for gtkaspell: avoid
2014 crashing in some cases when Enchant is
2015 enabled but the spell checker is disabled
2018 2009-12-09 [colin] 3.7.3cvs36
2021 Fix leak and unchecked accesses.
2023 2009-12-09 [mir] 3.7.3cvs35
2026 Fix Bug 2072 "template at folder properties is not working"
2027 introduced in cvs24.
2029 2009-12-08 [pawel] 3.7.3cvs34
2032 When 'Reply All' remove current compose address from
2033 Cc/Bcc list - fix for regression introduced in cvs28
2035 2009-12-05 [pawel] 3.7.3cvs33
2038 Fix memory management, duh!
2040 2009-12-04 [pawel] 3.7.3cvs32
2043 Use case insensitive comparison in search for
2046 Refresh scrollbars on every window open
2048 2009-12-04 [pawel] 3.7.3cvs31
2051 Highlight misspelled words when applying template and
2052 check_while_typing option is on
2054 2009-12-03 [pawel] 3.7.3cvs30
2057 Highlight misspelled words in text inserted from file(s)
2058 or pasted to message body when check_while_typing
2061 2009-12-02 [pawel] 3.7.3cvs29
2064 Revert first part of previous commit
2066 2009-12-02 [pawel] 3.7.3cvs28
2069 Fix Bug 2055 "duplicate mailing list reply if
2070 List-Post + Reply-To present"
2071 - Ignore Reply-To if answering to ML
2072 - Improve parsing of List-Post header
2074 2009-12-02 [pawel] 3.7.3cvs27
2078 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
2079 email had user in "From" and "CC"
2080 Don't allow duplicate addresses in compose window headers
2082 2009-12-02 [mones] 3.7.3cvs26
2085 * manual/es/intro.xml
2086 * manual/fr/intro.xml
2087 * manual/it/intro.xml
2088 * manual/pl/intro.xml
2089 Make URL to point current site
2091 2009-12-01 [holger] 3.7.3cvs25
2095 Introduce new drag type "claws-mail/msg-path-list" for
2096 drag'n'drop of a message selection from the summaryview
2097 into other applications. The drag data gets set to the
2098 folder-item-id followed by message ids, separated by newlines.
2099 This enables other applications to back-link to Claws Mail
2100 via a "claws-mail --select" call after they received a drop.
2102 2009-11-30 [mir] 3.7.3cvs24
2105 Place cursor in compose window according to provided input
2106 If to: is present place cursor in subject field and if both
2107 to: and subject: is present place cursor in body. If body: is
2108 present insert a new line after text and place cursor there.
2110 2009-11-27 [mones] 3.7.3cvs23
2112 * src/gtk/quicksearch.c
2113 Allow viewing longer expressions if there's space
2115 2009-11-25 [holger] 3.7.3cvs22
2118 * src/common/Makefile.am
2119 * src/common/utils.c
2120 * src/common/utils.h
2121 Add a function to query the
2122 filepath of the .desktop file
2124 2009-11-25 [colin] 3.7.3cvs21
2127 Fix bug 2063, 'glib assertion in GRelation use in
2130 2009-11-24 [pawel] 3.7.3cvs20
2132 * src/common/utils.c
2133 Fix Bug 2053 'Inconsistent application of Coloration
2135 Don't allow '<' character between quotation marks
2137 2009-11-21 [holger] 3.7.3cvs19
2140 Modify cairo clip handling in preview windows,
2141 to prevent print preview windows from being blank
2142 with GTK+ 2.18. Follow recommendation of the GTK+
2143 documentation (section "Migrating to client side windows")
2144 and create a new cairo context for each expose event.
2146 2009-11-19 [pawel] 3.7.3cvs18
2149 complete 3.7.3cvs15 so install is DESTDIR safe
2150 remove icons with changed names on uninstall
2152 2009-11-18 [pawel] 3.7.3cvs17
2155 remove unneeded and code-duplicating function
2157 2009-11-18 [pawel] 3.7.3cvs16
2160 Fix Bug 2057 'Claws mail does not keep renamed names
2161 of nntp-subscribed groups'
2162 Check for already subscribed group using item->path for group
2163 comparision as folders item->path != item->name may be truth
2164 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
2166 2009-11-17 [pawel] 3.7.3cvs15
2169 Fix Bug 2049 'some icons not copied?'
2170 Install additional 64x64 and 128x128 icons
2172 2009-11-17 [holger] 3.7.3cvs14
2174 * src/prefs_toolbar.c
2175 * src/prefs_toolbar.h
2178 Allow plugins to register toolbar items
2180 2009-11-11 [pawel] 3.7.3cvs13
2186 Fix Bug 1867 Changing account does not change BCC address
2187 Set account specific headers when changing account
2190 2009-11-07 [colin] 3.7.3cvs12
2192 * src/gtk/prefswindow.c
2193 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
2196 2009-11-07 [colin] 3.7.3cvs11
2198 * src/gtk/spell_entry.c
2199 Fix bug 2040, 'numbers in subject entry marked as misspelled'
2200 Patch by Pawel Pekala
2202 2009-10-27 [colin] 3.7.3cvs10
2205 Fix bug 2028, 'Attempts to connect to all accounts on exit'
2206 Don't try to check whether the folder is up-to-date if
2207 the folder class doesn't implement set_mtime, as we don't
2208 care in this case. This code exists since a long time, but
2209 the bug was triggered by more scanning of queue folders
2210 since recently (when we added \Deleted handling).
2212 2009-10-27 [colin] 3.7.3cvs9
2215 Try to fix registering as default client
2218 2009-10-21 [wwp] 3.7.3cvs8
2220 * src/common/utils.c
2221 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
2223 2009-10-21 [wwp] 3.7.3cvs7
2225 * src/common/utils.c
2226 Don't core dump when attempting to insert a non-existing
2227 file using a mailto: uri (g_error does core dump).
2229 2009-10-20 [colin] 3.7.3cvs6
2231 * src/common/utils.c
2232 Don't g_error on normal warnings...
2234 2009-10-20 [colin] 3.7.3cvs5
2236 * src/plugins/pgpcore/sgpgme.c
2237 Fix bug 1996, 'S/MIME key not selected'
2238 Check for S/MIME certs too
2240 2009-10-20 [colin] 3.7.3cvs4
2242 * src/common/w32lib.h
2243 Fix win32 build on latest mingw32
2245 2009-10-20 [colin] 3.7.3cvs3
2250 Fix LDIF export. Patch by Michael Rasmussen
2252 2009-10-18 [paul] 3.7.3cvs2
2254 * tools/claws.i18n.status.pl
2255 increase the value of $transolddays since we're relasing less
2257 rework the en_GB.po hack so that en_GB is always 100% translated
2258 and recently updated
2260 2009-10-17 [paul] 3.7.3cvs1
2262 * src/prefs_account.c
2263 * src/prefs_compose_writing.c
2264 * src/prefs_receive.c
2265 * src/prefs_summaries.c
2266 * src/prefs_wrapping.c
2267 reword a few labels. (this incorporates everything
2268 that seemed worthwhile from bug 2020)
2269 * src/prefs_customheader.c
2270 use a 'Browse' button instead of button with
2271 label 'From file...'
2275 * CVS repository change
2277 2009-10-09 [paul[ 3.7.3
2279 version 3.7.3 unleashed!!
2281 2009-10-07 [paul] 3.7.2cvs49
2286 fix Bug 1994 - Changing colors required restart.
2287 in the process rename folderview_reflect_prefs_pixmap_theme() to the
2288 more accurate folderview_reinit_fonts()
2290 2009-10-07 [paul] 3.7.2cvs48
2293 * src/prefs_common.c
2294 * src/prefs_common.h
2295 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
2296 patch by Pawel Pekala
2298 2009-10-07 [paul] 3.7.2cvs47
2306 updated by David Vachulka, Stephan Sachse and Marc Arens,
2307 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
2310 2009-10-06 [colin] 3.7.2cvs46
2313 French translation update
2315 2009-10-05 [paul] 3.7.2cvs45
2318 enable Page Size and Orientation in the print dialog,
2319 GTK+ >= 2.18.x only. Patch by Mark__T
2321 2009-10-05 [paul] 3.7.2cvs44
2323 * src/prefs_summaries.c
2324 fix label, startup --> start-up, to match other uses of the
2327 2009-10-05 [paul] 3.7.2cvs43
2330 updated by Emilian Nowak
2332 2009-10-03 [colin] 3.7.2cvs42
2336 * src/gtk/gtkcmclist.c
2337 * src/gtk/gtkvscrollbutton.c
2338 * src/gtk/logwindow.c
2340 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
2341 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
2342 Fix warning at start
2344 2009-09-28 [colin] 3.7.2cvs41
2348 * src/prefs_folder_item.c
2349 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
2351 2009-09-28 [colin] 3.7.2cvs40
2353 * src/prefs_summaries.c
2354 * src/gtk/sslcertwindow.c
2355 Fix bug 2006, 'Non-utf8 strftime(3) date strings
2356 shows up garbled in GUI'. Patch by Pawel Pekala
2358 2009-09-24 [iwkse] 3.7.2cvs39
2361 That's only for statistics, of course :)
2363 2009-09-24 [iwkse] 3.7.2cvs38
2368 2009-09-24 [iwkse] 3.7.2cvs37
2371 Revert unwanted change
2373 2009-09-24 [iwkse] 3.7.2cvs36
2376 Fix issue with filtering actions and
2379 2009-09-20 [mones] 3.7.2cvs35
2381 * tools/convert_mbox.pl
2382 Add -R flag to support recursive conversions
2383 of arbitrary Evolution mail folders, based on
2384 bash script by Daniel Dickinson (fixes debian
2386 * tools/popfile-link.sh
2387 Set required shell for script (fixes debian
2390 2009-09-16 [colin] 3.7.2cvs34
2393 Go grab files in /etc/skel if they exist
2396 2009-09-15 [colin] 3.7.2cvs33
2399 Complete 3.7.1cvs42: only output directly to
2400 final file if we get NULL byes at the start.
2401 Still fixes saving UTF16 files, but also
2402 fixes displaying Base64 parts with decoding
2403 errors (parts without errors get displayed)
2405 2009-09-14 [colin] 3.7.2cvs32
2409 * src/matcher_parser_parse.y
2410 * src/prefs_matcher.c
2411 Add 'has_attachment' and 'signed' matcher
2412 expressions. Patch by Aleksei Miheev, fixes
2415 2009-09-14 [colin] 3.7.2cvs31
2417 * src/common/utils.c
2418 Add "Re :" prefix from french Yahoo mail.
2419 Patch by Didier Barvaux, fixes bug 1999
2421 2009-09-10 [mones] 3.7.2cvs30
2423 * manual/plugins.xml
2424 Fix sites supported by SpamReport
2425 * manual/es/plugins.xml
2426 Synchronise Spanish manual
2428 2009-09-07 [holger] 3.7.2cvs29
2431 Also update the icon cache on uninstall.
2432 This prevents possible problems when Claws Mail was
2433 uninstalled and installed again into a different location,
2434 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
2435 and the blog post linked therein
2437 2009-09-07 [paul] 3.7.2cvs28
2439 * src/prefs_toolbar.c
2440 when updating the main toolbar icons just update
2441 the main toolbar (and consequently fix a bug where
2442 folderview icons would disappear)
2444 2009-08-30 [holger] 3.7.2cvs27
2447 Do case-insensitive comparison against
2448 header names when extracting recipients
2451 2009-08-23 [colin] 3.7.2cvs26
2454 Probably fix RH bug 512024, " folder.c:3543
2455 Condition msglist != NULL failed"
2457 2009-08-23 [colin] 3.7.2cvs25
2459 * src/prefs_compose_writing.c
2460 Make the maximum size warning bigger. Patch
2461 by Didier Barvaux on bug 1986.
2463 2009-08-21 [colin] 3.7.2cvs24
2466 Previous commit: move the function into compose_insert_file
2467 so that it's also used on drag-n-drop
2469 2009-08-21 [colin] 3.7.2cvs23
2472 Fix scrolling when adding an header
2474 2009-08-21 [colin] 3.7.2cvs22
2477 * src/prefs_common.c
2478 * src/prefs_common.h
2479 * src/prefs_compose_writing.c
2480 * src/common/utils.c
2481 Fix bug 1986, "New feature: warn user when inserting
2482 a large file in the message body". Patch by Didier
2485 2009-08-21 [colin] 3.7.2cvs21
2489 * src/common/utils.c
2490 Fix bug 1984: Add R�f. : reply prefix (french
2491 Lotus Notes); patch by Didier Barvaux
2493 2009-08-21 [colin] 3.7.2cvs20
2497 Fix bug 1969, 'Bad guess for outgoing encoding'
2498 Make sure the specific converters (japanese in
2499 this case) can return success/error in strict
2500 mode, instead of silently failing back to
2503 2009-08-20 [holger] 3.7.2cvs19
2507 Make it possible for code outside
2508 compose (e.g. plugins) to attach files
2510 2009-08-20 [colin] 3.7.2cvs18
2513 Fix crash when accessing IMAP soon
2515 2009-08-18 [colin] 3.7.2cvs17
2518 Maybe fix crash on non-existent LDAP server
2520 2009-08-04 [colin] 3.7.2cvs16
2523 Fix toolbar's spacing that breaks dark
2524 themes (patch from http://blogs.igalia.com/aperez/
2525 2009/07/making-claws-mail-look-better/)
2527 2009-07-28 [colin] 3.7.2cvs15
2530 * src/addrcustomattr.c
2532 * src/addressbook_foldersel.c
2540 * src/editldap_basedn.c
2551 * src/prefs_actions.c
2552 * src/prefs_customheader.c
2553 * src/prefs_display_header.c
2554 * src/prefs_filtering.c
2555 * src/prefs_folder_column.c
2556 * src/prefs_matcher.c
2557 * src/prefs_summary_column.c
2558 * src/prefs_summary_open.c
2559 * src/prefs_template.c
2562 Fix bug 1950, 'Program freeze up during folder selection'
2563 Don't leave hidden windows modal
2565 2009-07-28 [colin] 3.7.2cvs14
2568 Fix bug 1957, 'LDAP errs out after searching too
2571 2009-07-28 [colin] 3.7.2cvs13
2574 Fix bug 1966, '"Collapse all threads" slower than
2575 "Expand all threads"'
2577 2009-07-28 [colin] 3.7.2cvs12
2579 * src/common/session.c
2580 Fix bug 1967, 'Claws gets stuck after accepting
2581 a certificate warning dialog'
2583 2009-07-19 [paul] 3.7.2cvs11
2585 * manual/plugins.xml
2586 a few small changes to the English
2588 2009-07-18 [mones] 3.7.2cvs10
2590 * manual/plugins.xml
2591 Add new bsfilter and fancy plugins to the docs
2592 and a note about dealing with plugins of the same class
2593 * src/prefs_account.c
2594 Fix extra space at the end typo
2596 2009-07-16 [colin] 3.7.2cvs9
2599 Fix wrong return without unlocking; thanks
2602 2009-07-14 [colin] 3.7.2cvs8
2605 Fix bug 1954, 'Segfault on reading wrong STATUS'
2607 2009-07-10 [colin] 3.7.2cvs7
2609 * src/plugins/pgpcore/plugin.def
2610 * src/common/utils.h
2613 2009-07-10 [colin] 3.7.2cvs6
2615 * src/prefs_display_header.c
2616 Fix bug 1951, 'C-Mail dumps core when editing
2617 displayed headers'. Patch by Alexey Rusakov
2619 2009-07-10 [colin] 3.7.2cvs5
2622 Fix bug 1952, 'Deleted mails in Queue folder
2625 2009-07-09 [colin] 3.7.2cvs4
2627 * src/gtk/spell_entry.c
2628 Fix bug 1949, 'Spell checker doesn't recognise
2629 certain word in Subject header, but does in
2630 message body'. Patch by Pawel Pekala.
2632 2009-07-09 [paul] 3.7.2cvs3
2635 use pkgconfig to check for the minimum required
2638 2009-07-06 [colin] 3.7.2cvs2
2640 * src/prefs_customheader.c
2643 2009-07-04 [paul] 3.7.2cvs1
2645 * tools/claws.i18n.status.pl
2648 2009-07-03 [paul] 3.7.2
2655 2009-07-03 [paul] 3.7.1cvs85
2662 added new translations by Tiago Faria and Slavko
2675 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2676 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2677 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2678 Goncalves Guimaraes, Aleksei Miheev
2680 2009-07-01 [colin] 3.7.1cvs84
2682 * src/prefs_common.c
2683 Fix bug 1940, 'Doesn't open links in
2684 user's default browser'. Turn the preference
2685 to TRUE by default; that will only change the
2686 behaviour for new users.
2688 2009-06-29 [colin] 3.7.1cvs83
2692 * src/prefs_filtering_action.c
2693 Fix bug 1935, 'problems with very long filtering actions':
2694 Use a dynamic buffer in action to string, and a bigger
2695 buffer in string to action
2697 2009-06-29 [colin] 3.7.1cvs82
2699 * src/matcher_parser_lex.l
2700 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2702 2009-06-29 [colin] 3.7.1cvs81
2707 Fix crash (out-of-bounds tree column)
2708 * src/gtk/gtkcmctree.c
2709 * src/gtk/gtksctree.c
2710 Prevent using an out-of-bounds tree column
2712 2009-06-29 [colin] 3.7.1cvs80
2716 Leak fixes; patch by Pawel Pekala.
2718 2009-06-26 [colin] 3.7.1cvs79
2721 Sort by msgnum if dates are equal
2723 2009-06-24 [paul] 3.7.1cvs78
2726 make some (forgotten) strings translatable
2728 2009-06-19 [colin] 3.7.1cvs77
2731 Fix menu sensitiveness
2733 2009-06-18 [colin] 3.7.1cvs76
2736 * src/plugins/pgpcore/sgpgme.c
2737 * src/plugins/pgpcore/sgpgme.h
2738 * src/plugins/pgpmime/mypgpcore.def
2739 * src/plugins/pgpmime/pgpmime.c
2740 * src/plugins/smime/mypgpcore.def
2741 * src/plugins/smime/smime.c
2742 Use largefile support (and stop using our old GPGME
2743 hack on gpgme_data_seek/rewind)
2744 (See 1.9.12cvs44 to 46 - if this breaks things we
2747 2009-06-13 [colin] 3.7.1cvs75
2749 * src/gtk/spell_entry.c
2750 Fix assertion. We can put a NULL gtkaspell to
2751 an entry; it just means it won't be spell-checked.
2753 2009-06-12 [mones] 3.7.1cvs74
2757 * src/prefs_account.c
2758 * src/prefs_account.h
2759 * src/common/utils.c
2760 * src/common/utils.h
2761 Added preference to use account address in generated
2762 Message-Id. Fixes Debian bug #531052
2764 2009-06-12 [colin] 3.7.1cvs73
2767 Better fix, API-compatible with libgnutls13
2769 2009-06-12 [colin] 3.7.1cvs72
2772 Use compatibility mode in GnuTLS, and avoid problems with
2773 servers that don't comply 100% with the spec, but still
2776 2009-06-06 [iwkse] 3.7.1cvs71
2779 Ops..revert a mix with another patch
2781 2009-06-06 [iwkse] 3.7.1cvs70
2784 A better fix for the previous commit's issue
2786 2009-06-06 [iwkse] 3.7.1cvs69
2789 Fix shutting down of Claws Mail while a GTK_Return keypress
2790 event is sent to the Attach property window
2792 2009-06-05 [colin] 3.7.1cvs68
2795 Fix build on GTK+ 2.6
2797 2009-06-03 [mones] 3.7.1cvs67
2799 * tools/make.themes.project
2800 Oops! fix header, sorry Paul ;-)
2802 2009-06-03 [mones] 3.7.1cvs66
2804 * tools/make.themes.project
2805 Add support for PNG themes and other
2806 fixes i don't remember now... :)
2808 2009-06-02 [colin] 3.7.1cvs65
2811 * src/prefs_template.c
2813 Fix error messages in templates, and fix their
2816 2009-05-22 [colin] 3.7.1cvs64
2821 2009-05-22 [colin] 3.7.1cvs63
2824 Fix phantom button behind entry when
2825 changing fields via Tools/Reply mode.
2827 2009-05-22 [colin] 3.7.1cvs62
2832 2009-05-21 [mones] 3.7.1cvs61
2836 Add button to empty header lines with one click
2838 2009-05-21 [paul] 3.7.1cvs60
2842 * src/plugins/trayicon/trayicon.c
2843 when quitting from the trayicon, honour
2844 prefs_common.clean_on_exit
2846 2009-05-21 [paul] 3.7.1cvs59
2848 * src/gtk/Makefile.am
2849 remove duplicate entry
2850 thanks to Charles A Edwards
2852 2009-05-19 [paul] 3.7.1cvs58
2854 * src/send_message.c
2855 clear progressbar in the statusbar on 'Cancel'
2857 2009-05-16 [colin] 3.7.1cvs57
2863 2009-05-16 [colin] 3.7.1cvs56
2866 Remove msgnum>0 condition for removing messages
2867 from caches. There's no such condition on add.
2868 Fixes bug 1913, 'Allow to remove phantom
2869 messages from the cache'; patch by Fabian
2870 Keil <fk at fabiankeil.de>
2872 2009-05-12 [holger] 3.7.1cvs55
2876 Introduce hook after showing of the message view
2878 2009-05-11 [colin] 3.7.1cvs54
2881 Fix bug 1872, 'A: Cc: CCi: selector should
2882 default on same as preceding contact'
2884 2009-05-10 [holger] 3.7.1cvs53
2888 Add a hook to make it possible for plugins to
2889 modify the address completion list
2891 2009-05-06 [paul] 3.7.1cvs52
2895 fix bug 1915, 'Mails signed with smime.p7s
2896 display both signed and attachment icon.'
2898 2009-05-05 [colin] 3.7.1cvs51
2900 * src/common/utils.c
2903 2009-05-05 [colin] 3.7.1cvs50
2905 * src/common/utils.c
2906 Fix bug 1895, '(imap) cache issues when cache dir is on a
2907 different mountpoint than tempdir'
2909 2009-05-04 [colin] 3.7.1cvs49
2912 Probably fix bug 1914, 'Crash reading
2913 corrupted tags file'
2915 2009-04-26 [paul] 3.7.1cvs48
2918 * src/gtk/gtkaspell.h
2919 fix bug 1904, 'build mechanism looks for
2920 'enchant.h' in a wrong place'
2922 2009-04-25 [paul] 3.7.1cvs47
2925 gah! fix coding style!
2927 2009-04-25 [paul] 3.7.1cvs46
2931 if building with GTK+ >= 2.16 use
2932 gtk_orientable_set_orientation() instead of now
2933 deprecated gtk_toolbar_set_orientation()
2935 2009-04-24 [colin] 3.7.1cvs45
2938 Ask before sending if an attached file has
2941 2009-04-19 [paul] 3.7.1cvs44
2943 * src/prefs_common.c
2944 * src/prefs_common.h
2946 save About window size.
2947 patch by Pawel Pekala
2949 2009-04-12 [paul] 3.7.1cvs43
2951 * tools/csv2addressbook.pl
2952 add extra CSV fields that are now appended
2953 by thunderbird (version 2.0.0.21)
2955 2009-04-08 [colin] 3.7.1cvs42
2958 fix saving (but not displaying) of UTF-16
2961 2009-04-08 [colin] 3.7.1cvs41
2963 * src/gtk/manage_window.c
2964 Disable transient windows on win32 - seems to
2965 fix most focusing issues
2967 2009-04-05 [colin] 3.7.1cvs40
2970 Don't ask whether we want to send deleted mails in queue
2971 folders; also, don't send deleted mails when flushing
2974 2009-04-04 [paul] 3.7.1cvs39
2980 * tools/claws.i18n.status.pl
2981 add new Indonesian translation, by
2984 2009-04-03 [paul] 3.7.1cvs38
2990 2009-04-03 [colin] 3.7.1cvs37
2994 Fix bug 1891, 'Add support for gopher:// links'
2995 Patch by Jacob Head <clawsmail at jacob-head.com>
2996 Let's go back to the roots!
2998 2009-04-03 [paul] 3.7.1cvs36
3003 2009-04-03 [paul] 3.7.1cvs35
3006 add AC_CONFIG_MACRO_DIR([m4])
3007 remove CLAWS_ACLOCAL_INCLUDE(m4)
3008 * m4/aclocal-include.m4
3009 removed this now unneeded file
3011 2009-04-02 [colin] 3.7.1cvs34
3013 * src/common/utils.h
3014 Fix previous (thanks to Marcus :)
3016 2009-04-02 [colin] 3.7.1cvs33
3018 * src/common/utils.h
3019 * src/etpan/etpan-thread-manager.c
3020 pipe() was a macro from GLib on win32 until
3021 glib 2.13.2. It's undefined after that.
3022 Thanks to Marcus Brinkmann for the heads-up!
3024 2009-03-31 [colin] 3.7.1cvs32
3026 * src/folder_item_prefs.c
3027 Copy folder settings with prefs
3029 2009-03-31 [colin] 3.7.1cvs31
3031 * src/prefs_account.c
3032 Don't use un-sensitive checkboxes in Privacy tab
3033 when privacy system in None (makes unchecking
3034 painful when no privacy plugin is loaded)
3036 2009-03-30 [colin] 3.7.1cvs30
3043 * src/prefs_account.c
3044 * src/prefs_account.h
3047 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3048 Add an option on the Receive page of IMAP account preferences:
3049 "Move deleted mails to trash and expunge immediately". This
3050 option defaults to TRUE to avoid changing the existing behaviour.
3051 Setting it to FALSE prevents automatic expunging.
3052 Also, add Tools/Expunge and View/Hide deleted messages menu items
3053 (View/Hide deleted message being a per-folder setting, and behaving,
3054 like View/Hide read messages).
3056 2009-03-30 [colin] 3.7.1cvs29
3059 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
3060 ask for IMAP password when using GSSAPI auth
3062 2009-03-27 [colin] 3.7.1cvs28
3065 Fix cvs14, make sure we mark non-existent caches dirty
3066 (or they never get written)
3068 2009-03-27 [colin] 3.7.1cvs27
3071 Fix tag update when all tags are removed
3074 2009-03-25 [colin] 3.7.1cvs26
3077 Fix configure.ac, thanks to Pawel
3079 2009-03-25 [colin] 3.7.1cvs25
3082 * src/etpan/nntp-thread.c
3083 Fix header fetching (NG/To/Cc). Fixes
3084 bug 1883, 'Message processing fails to
3085 act on Newsgroups: field'
3087 2009-03-23 [colin] 3.7.1cvs24
3090 Fix internal headers visible in queue/sent
3092 2009-03-23 [colin] 3.7.1cvs23
3095 Fix check for RC (resource compiler) used
3096 on win32 (AC_LIBTOOL_RC used to call it
3097 implicitely but stopped)
3099 2009-03-19 [colin] 3.7.1cvs22
3102 Put spam button in default toolbar even if
3103 bogofilter and spamassassin are not built.
3104 Other anti-spam plugin could exist! :)
3105 * src/common/utils.c
3106 Fix exit status fetch on win32
3108 2009-03-18 [paul] 3.7.1cvs21
3110 * src/gtk/spell_entry.c
3111 fix "[BUG] Wrong word replaced in 'Subject:'
3112 when spell-checking correction used"
3113 Patch by Pawel Pekala
3115 2009-03-17 [colin] 3.7.1cvs20
3117 * src/common/utils.c
3118 Fix win32 build (from cvs12)
3120 2009-03-17 [colin] 3.7.1cvs19
3123 Fix bug 1735, 'Change To: and Newsgroups:
3124 recipient field according account type'
3127 2009-03-17 [colin] 3.7.1cvs18
3130 * src/prefs_common.c
3131 * src/prefs_common.h
3133 * src/common/prefs.c
3134 Add preference for fsyncing metadata
3136 2009-03-16 [paul] 3.7.1cvs17
3138 * src/prefs_customheader.c
3139 add forgotten #if HAVE_LIBCOMPFACE
3141 2009-03-16 [paul] 3.7.1cvs16
3143 * src/prefs_customheader.c
3144 put the (X-)Face preview image below the up/down
3145 buttons so they don't jump around.
3146 make the list reorderable by drag'n'drop
3148 2009-03-16 [colin] 3.7.1cvs15
3150 * src/prefs_customheader.c
3151 Add a (X-)Face preview. Patch by iwkse.
3153 2009-03-16 [colin] 3.7.1cvs14
3159 * src/common/prefs.c
3160 Add fsync calls to make sure we don't
3161 lose data on system crashes. (to do:
3162 add a pref to allow people choosing raw
3165 2009-03-15 [colin] 3.7.1cvs13
3167 * src/gtk/gtkaspell.c
3168 Fix empty menu when there are no
3169 suggestions (using the Spelling menu)
3171 2009-03-14 [colin] 3.7.1cvs12
3173 * src/common/utils.c
3174 Win32: fix subject prefix length
3176 2009-03-11 [mones] 3.7.1cvs11
3179 fix encoding declared in header
3180 update translation now we're at it
3182 2009-03-10 [colin] 3.7.1cvs10
3185 Fix "wrong mime" message printed out multiple
3188 2009-03-10 [colin] 3.7.1cvs9
3190 * src/prefs_folder_item.c
3193 2009-03-09 [paul] 3.7.1cvs8
3195 * src/prefs_folder_item.c
3196 * src/send_message.c
3197 fixes to english text
3199 2009-03-08 [paul] 3.7.1cvs7
3202 correct errors in header
3204 2009-03-08 [paul] 3.7.1cvs6
3210 * tools/claws.i18n.status.pl
3211 add Japanese translation, submitted by kazken3
3213 2009-03-07 [colin] 3.7.1cvs5
3216 Don't let the invalid MIME warning hide
3217 other noticeview (Partial receive or
3220 2009-03-07 [colin] 3.7.1cvs4
3225 2009-03-07 [colin] 3.7.1cvs3
3230 Handle mimeparts that lack an end boundary.
3231 They're invalid but it's too annoying for
3232 normal users to fix.
3234 2009-03-06 [wwp] 3.7.1cvs2
3237 * src/folder_item_prefs.c
3238 * src/folder_item_prefs.h
3239 * src/prefs_folder_item.c
3240 Add per-folder default cc, bcc and reply-to.
3242 2009-03-06 [colin] 3.7.1cvs1
3245 * src/gtk/gtksourceprintjob.c
3246 Fix build with old print interface
3248 2009-03-06 [paul] 3.7.1
3255 2009-03-06 [paul] 3.7.0cvs78
3266 updated by David Vachulka, Stephan Sachse, Flammie
3267 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
3268 Frederico Goncalves Guimaraes, Lars Persson Fink,
3271 2009-03-03 [colin] 3.7.0cvs77
3273 * src/prefs_filtering.c
3274 Win32: Fix bug 1865, 'IMAP account name changes
3275 are not followed at filter actions'
3277 2009-03-02 [colin] 3.7.0cvs76
3280 Fix Launchpad bug 335571: 'claws-mail crashed
3281 with SIGSEGV in strlen() while deleting
3282 large amount of e-mails on IMAP account
3284 2009-02-27 [mones] 3.7.0cvs75
3286 * manual/es/account.xml
3288 * manual/es/addrbook.xml
3289 * manual/es/advanced.xml
3290 * manual/es/claws-mail-manual.xml
3292 * manual/es/glossary.xml
3294 * manual/es/handling.xml
3295 * manual/es/intro.xml
3296 * manual/es/keyboard.xml
3297 * manual/es/plugins.xml
3298 * manual/es/starting.xml
3299 Sync with English version, fix some typos
3300 Changed encoding to UTF-8
3302 Update for release, changed encoding to UTF-8
3304 2009-02-24 [colin] 3.7.0cvs74
3307 Don't print separation line if there
3310 2009-02-23 [cleroy] 3.7.0cvs73
3319 * src/addrduplicates.c
3322 * src/addressbook_foldersel.c
3330 * src/customheader.c
3332 * src/editaddress_other_attributes_ldap.c
3370 * src/prefs_account.c
3371 * src/prefs_actions.c
3372 * src/prefs_common.c
3373 * src/prefs_filtering.c
3374 * src/prefs_filtering_action.c
3375 * src/prefs_folder_column.c
3376 * src/prefs_folder_item.c
3378 * src/prefs_matcher.c
3381 * src/prefs_summaries.c
3382 * src/prefs_summary_column.c
3383 * src/prefs_template.c
3384 * src/prefs_themes.c
3385 * src/prefs_toolbar.c
3392 * src/remotefolder.c
3393 * src/send_message.c
3394 * src/sourcewindow.c
3396 * src/stock_pixmap.c
3397 * src/summary_search.c
3404 * src/common/base64.c
3405 * src/common/claws.c
3406 * src/common/hooks.c
3407 * src/common/plugin.c
3408 * src/common/prefs.c
3409 * src/common/session.c
3411 * src/common/socket.c
3412 * src/common/string_match.c
3413 * src/common/stringtable.c
3414 * src/common/utils.c
3415 * src/common/utils.h
3417 * src/common/xmlprops.c
3418 * src/gtk/colorlabel.c
3419 * src/gtk/combobox.c
3420 * src/gtk/foldersort.c
3421 * src/gtk/gtkaspell.c
3422 * src/gtk/gtkcmclist.c
3423 * src/gtk/gtkcmctree.c
3424 * src/gtk/gtkcmoptionmenu.c
3425 * src/gtk/gtksctree.c
3426 * src/gtk/gtkshruler.c
3427 * src/gtk/gtksourceprintjob.c
3428 * src/gtk/gtkutils.c
3429 * src/gtk/gtkvscrollbutton.c
3430 * src/gtk/logwindow.c
3432 * src/gtk/pluginwindow.c
3433 * src/gtk/prefswindow.c
3434 * src/gtk/quicksearch.c
3435 * src/gtk/spell_entry.c
3436 * src/plugins/pgpcore/select-keys.c
3437 * src/plugins/pgpinline/pgpinline.c
3438 * src/plugins/pgpmime/pgpmime.c
3439 * src/plugins/smime/smime.c
3440 * src/plugins/spamassassin/spamassassin_gtk.c
3441 Mass commit changing g_return_* to cm_return_*
3442 and making these more interesting
3444 2009-02-23 [colin] 3.7.0cvs72
3447 Always initialise error code to no error
3449 2009-02-23 [colin] 3.7.0cvs71
3452 Fix separator substitution
3454 2009-02-23 [colin] 3.7.0cvs70
3456 * src/stock_pixmap.c
3457 * src/gtk/colorlabel.c
3458 don't use g_return on normal checks
3460 2009-02-22 [colin] 3.7.0cvs69
3466 2009-02-22 [colin] 3.7.0cvs68
3468 * src/addrduplicates.c
3484 * src/prefs_common.c
3485 * src/prefs_filtering.c
3496 * src/common/socket.c
3497 * src/common/template.c
3498 * src/etpan/imap-thread.c
3499 * src/gtk/gtkaspell.c
3500 * src/gtk/gtkcmctree.c
3501 * src/gtk/gtksctree.c
3502 * src/gtk/inputdialog.c
3503 * src/plugins/pgpcore/sgpgme.c
3504 * src/plugins/pgpmime/pgpmime.c
3505 * src/plugins/smime/smime.c
3506 * src/plugins/spamassassin/spamassassin.c
3507 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3508 uninitialised accesses
3510 2009-02-17 [colin] 3.7.0cvs67
3513 Disable controls during queuing
3515 2009-02-15 [colin] 3.7.0cvs66
3518 * src/plugins/pgpcore/select-keys.c
3519 * src/plugins/pgpcore/sgpgme.c
3520 Disable use of disabled keys
3522 2009-02-15 [colin] 3.7.0cvs65
3526 Fix font updating after changing
3527 prefs_common.derive_from_normal_font
3529 2009-02-12 [paul] 3.7.0cvs64
3535 * src/common/version.h.in
3539 more copyright header fixes
3541 2009-02-12 [paul] 3.7.0cvs63
3543 * src/gtk/progressdialog.c
3544 * src/gtk/progressdialog.h
3545 fix copyright header
3547 2009-02-12 [paul] 3.7.0cvs62
3549 * src/gtk/spell_entry.c
3550 * src/gtk/spell_entry.h
3551 better, more standard copyright header
3553 2009-02-12 [paul] 3.7.0cvs61
3555 * src/gtk/spell_entry.c
3556 * src/gtk/spell_entry.h
3557 changes to copyright header
3559 2009-02-12 [paul] 3.7.0cvs60
3561 * src/gtk/spell_entry.c
3562 * src/gtk/spell_entry.h
3565 2009-02-11 [colin] 3.7.0cvs59
3567 * src/gtk/spell_entry.c
3568 * src/gtk/spell_entry.h
3571 2009-02-11 [colin] 3.7.0cvs58
3574 * src/gtk/Makefile.am
3575 * src/gtk/gtkaspell.c
3576 * src/gtk/gtkaspell.h
3577 Add spellcheck to subject. Patch by
3580 2009-02-10 [holger] 3.7.0cvs57
3584 Move filename define for printing page setup cache to defs.h
3586 2009-02-08 [mones] 3.7.0cvs56
3589 Fix build for bison 2.4.1
3591 2009-02-06 [holger] 3.7.0cvs55
3593 * src/prefs_common.c
3594 * src/prefs_common.h
3596 Fix restoring of custom page setups for printing by
3597 temporarily caching the settings.
3598 This is a workaround for Gnome Bug #39018, and fixes
3599 Claws Mail Bug #1840.
3601 2009-02-06 [colin] 3.7.0cvs54
3604 Fix hardcoded Shift-Q quits. Fixes
3605 bug 1838, 'Claws-Mail sometimes quits
3606 when attempting to type a capital Q'
3608 2009-01-31 [paul] 3.7.0cvs53
3611 revert 3.7.0cvs49, until there is time to find out
3612 why it causes a nasty crash!
3614 2009-01-31 [paul] 3.7.0cvs52
3617 1 string that was forgotten for translation
3619 2009-01-31 [paul] 3.7.0cvs51
3622 2 strings that were forgotten for translation
3624 2009-01-31 [paul] 3.7.0cvs50
3626 * src/gtk/prefswindow.c
3627 build prefs tree in a slightly smarter way -
3628 fix bug where if path[0] had same name as
3629 path[1], (like in the de translation), path[1]
3630 was lost and not shown in the window
3632 2009-01-31 [paul] 3.7.0cvs49
3635 fix bug 1836, 'Quoted text still blue after
3636 removal of quote-character'
3637 comment out some debug_print's that needlessly
3640 comment out a debug_print that needlessly slows
3643 2009-01-31 [paul] 3.7.0cvs48
3646 fix bug 1834, '"semi"-selection when collapsing thread'
3648 2009-01-31 [paul] 3.7.0cvs47
3650 * src/prefs_compose_writing.c
3651 * src/prefs_message.c
3652 move 'quote_chars' pref to where it should be
3654 2009-01-30 [paul] 3.7.0cvs46
3657 fix updating of popup menu sensitivity
3659 2009-01-28 [paul] 3.7.0cvs45
3661 * tools/filter_conv_new.pl
3662 move 'move' and 'delete' to end of @actions
3663 so that they are always final actions in the
3664 generated filtering rule
3666 2009-01-27 [paul] 3.7.0cvs44
3669 always select text/calendar mimepart if suitable
3670 plugin (i.e. vCalendar) is available
3672 2009-01-27 [paul] 3.7.0cvs43
3675 fix crash when right-clicking in summaryview when
3676 processing is active
3678 2009-01-22 [colin] 3.7.0cvs42
3683 When replying to signed/encrypted mail and the
3684 preference to sign/encrypt in this case is set,
3685 choose the original mail's privacy system (if
3688 2009-01-21 [colin] 3.7.0cvs41
3691 Fix warning (on-the-fly theming of
3692 addressbook isn't complete yet)
3694 2009-01-21 [colin] 3.7.0cvs40
3698 Win32: Fix window placement
3700 2009-01-21 [paul] 3.7.0cvs39
3703 update timeout log msg
3705 2009-01-17 [colin] 3.7.0cvs38
3710 * src/common/utils.c
3711 * src/etpan/imap-thread.c
3712 Fix g_open calls (which don't ignore mode)
3714 2009-01-17 [colin] 3.7.0cvs37
3723 * src/common/ssl_certificate.c
3725 * src/common/utils.c
3726 * src/etpan/imap-thread.c
3727 * src/plugins/bogofilter/bogofilter.c
3728 * src/plugins/pgpinline/pgpinline.c
3729 * src/plugins/smime/smime.c
3730 Probably fix bug 1825, 'Unable to fetch messages from
3731 IMAP folders named with non-ASCII string'
3732 Change remaining occurences of fopen and open with
3735 2009-01-17 [paul] 3.7.0cvs36
3738 update an old, outdated piece of info
3740 2009-01-17 [paul] 3.7.0cvs35
3742 * src/prefs_folder_item.c
3743 fix bug where saving Folder Properties of a
3744 sub-folder of outbox, queue, draft or trash
3745 would change its parent's folder type to normal
3747 2009-01-12 [mones] 3.7.0cvs34
3752 2009-01-12 [wwp] 3.7.0cvs33
3755 * tools/popfile-link.sh
3756 * tools/textviewer.sh
3757 Fix bashisms and other portability glitches (thanks to
3758 Steven M. Bellovin).
3760 2009-01-11 [paul] 3.7.0cvs32
3763 clean up some build warnings
3765 2009-01-11 [colin] 3.7.0cvs31
3768 Revert part of patch 3.7.0cvs29
3769 This function is used when jpilot
3772 2009-01-11 [colin] 3.7.0cvs30
3775 folder_find_child_item_by_name():
3776 actually use name, not path's basename
3778 2009-01-11 [paul] 3.7.0cvs29
3785 * src/prefs_folder_item.c
3786 clean up some build warnings
3788 2009-01-11 [paul] 3.7.0cvs28
3791 don't even mention printing support, assume its
3792 presence, unless building with GTK+ < 2.10.0
3794 2009-01-10 [colin] 3.7.0cvs27
3797 Fix bug 1811, '[mime] Crash when there's no
3798 room for filename's start on the same line'
3799 When the mimetype of the attachment is very
3800 long, there's no room at all to start the
3801 name=... parameter on the same line. This
3802 caused an infinite loop as 0 characters of
3803 the filename could be appended.
3804 In such cases, insert linebreak before the
3807 2009-01-09 [colin] 3.7.0cvs26
3811 * src/common/utils.c
3812 Win32: Fix bug 1815, 'Drag-n-Drop of files on
3813 Compose Window does not attach'
3815 2009-01-09 [colin] 3.7.0cvs25
3818 Fix bug 1817, 'Changing Themes does not
3819 update the pixmaps in "Select folder"
3822 2009-01-09 [colin] 3.7.0cvs24
3825 Win32: Fix bug 1816, 'Attaching files with
3826 command-line generates error after attaching'
3828 2009-01-09 [paul] 3.7.0cvs23