1 2011-02-23 [colin] 3.7.8cvs60
3 * src/common/Makefile.am
6 2011-02-23 [colin] 3.7.8cvs59
10 * src/common/Makefile.am
12 * src/common/valgrind.h
13 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
14 Use valgrind's own header.
16 2011-02-22 [colin] 3.7.8cvs58
19 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
20 signed message" upon new installation. This is disturbing when PGP
21 plugins are loaded by default.
23 2011-02-16 [paul] 3.7.8cvs57
26 update copyright headers throughout
28 2011-02-16 [paul] 3.7.8cvs56
31 use gettext plural form for "item selected"/"items selected"
33 2011-02-13 [colin] 3.7.8cvs55
37 Fix bug #2361, "Claws crashes after PGP Check in separate
38 msg view". Don't let the cancel thread lie around after
39 the verification ended.
41 2011-02-13 [paul] 3.7.8cvs54
44 updated by Mindaugas Baranauskas
46 2011-02-11 [mones] 3.7.8cvs53
48 * manual/es/advanced.xml
49 Sync with English manual
51 Fix remaining mismatched alloc/free from cppcheck
53 2011-02-10 [pawel] 3.7.8cvs52
58 2011-02-10 [pawel] 3.7.8cvs51
61 - set menus sensitivity in item type combo depending on
62 availability of actions / plugin hooks
63 - style fixes, spaces instead of tabs mostly
65 2011-02-10 [paul] 3.7.8cvs50
68 move the 'send acc mail addr in msg-id" option to
71 2011-02-10 [paul] 3.7.8cvs49
74 move the 'expunge immediately' option to a more
77 2011-02-05 [pawel] 3.7.8cvs48
80 Document new hidden pref
82 Dont treat mimeparts referenced by others as
87 Add ability to hide inline attachments referenced
88 by other mimeparts in MimeView. To enable this
89 feature set show_inline_attachments=0 in your clawsrc
91 2011-01-25 [colin] 3.7.8cvs47
94 Fix matcher body parsing: decode mails with our
95 MIME parser. This speeds up body search a bit as
96 binary attachments are not searched anymore, slows
97 down a bit full message searches, but not awfully.
98 * src/summary_search.c
99 Use matcher API to search, in all cases (advanced search or
100 not). Also, fix little logic bugs related to combos history
105 Remove dead code, export functions needed by matcher.c
107 2011-01-25 [colin] 3.7.8cvs46
112 * src/common/ssl_certificate.c
113 Fix mismatched alloc/free (thanks to cppcheck)
115 2011-01-25 [colin] 3.7.8cvs45
118 Fix leak on error path
120 2011-01-23 [mones] 3.7.8cvs44
122 * manual/es/advanced.xml
123 Sync with English manual
125 2011-01-23 [paul] 3.7.8cvs43
128 it's 2011, update copyright line
130 2011-01-23 [paul] 3.7.8cvs42
132 * manual/advanced.xml
136 fix bug #2350, 'Make displaying localized date/time in
137 message view optional'.
138 This introduces a new hidden option (why do more?),
139 'msgview_date_format', which defaults to OFF, maintaining
140 the current and expected behaviour.
142 2011-01-21 [colin] 3.7.8cvs41
145 Fix bug #2050, Clawsmail sends return receipt every seconds
146 We forgot to close the file when parsing
147 disposition-notification fields, which made unlinking of the
148 corresponding emails in tempfolder/processing impossible in
149 Windows. Causing them to be re-fetched every time.
151 2011-01-21 [colin] 3.7.8cvs40
154 Fix again bug #2346: We should have a %u parameter.
156 2011-01-21 [colin] 3.7.8cvs39
158 * src/plugins/spamassassin/spamassassin.c
159 Fix sa-learn when offline (its command line parsing is
160 space-dependant). Patch by Wolfgang Lorenz
162 2011-01-19 [pawel] 3.7.8cvs38
165 Fix Bug 2346 'Please register x-handler-scheme
166 in .desktop file' patch by Laurent Bigonville
167 While I'm here update things to current
168 standards, fix desktop-file-validate warnings/errors
170 2011-01-18 [colin] 3.7.8cvs37
173 Fix logic on SMTP AUTH: If the selected method isn't
174 available, say so instead of supposing it'll work.
175 Fixes bug #2039, 'SMTP AUTHENTICATION'
177 2011-01-15 [pawel] 3.7.8cvs36
179 * src/prefs_folder_item.c
180 Rework subject regexp simplify gui a bit, this give us better
181 options page layout (window with min width was too short to
182 show all contents and thigs were unwieldy) and better preview
183 of regexp working/not working
185 2011-01-14 [pawel] 3.7.8cvs35
188 strncpy2() NULLify strings just fine, no need to be
191 2011-01-14 [pawel] 3.7.8cvs34
194 Fix Bug #2165 'The date not localized in the message view'
195 Display Date header in messageview in the same way as in
196 summaryview by respecting date format set in preferences.
198 2011-01-06 [pawel] 3.7.8cvs33
200 * src/prefs_account.c
201 * src/prefs_folder_item.c
204 Make quote templates widgets more compact
206 2011-01-06 [pawel] 3.7.8cvs32
208 * src/plugins/trayicon/trayicon.c
209 - fix logic bug which caused icon to be
210 always set no-mail status on plugin load
211 - force icon hide on plugin_done(), without
212 it empty space(?!) is left in tray under KDE3 and KDE4
214 2011-01-06 [colin] 3.7.8cvs31
225 Unmime headers differently whether they're addresses or not:
226 It's useless to quote things containing commas if it's in
227 subject, for example. (introduced in 3.7.8cvs26)
229 2011-01-06 [colin] 3.7.8cvs30
231 * src/gtk/gtkaspell.c
232 Complete previous patch
234 * src/plugins/pgpinline/pgpinline.c
237 2011-01-06 [paul] 3.7.8cvs29
243 add Lithuanian translation (approx. 65% complete)
244 submitted by Mindaugas Baranauskas
246 2011-01-06 [pawel] 3.7.8cvs28
251 * src/prefs_actions.c
253 * src/gtk/gtkaspell.c
254 * src/plugins/pgpinline/pgpinline.c
255 * src/plugins/pgpmime/pgpmime.c
256 * src/plugins/smime/smime.c
257 Fix memory/file descriptors leaks
259 2011-01-06 [paul] 3.7.8cvs27
261 * src/plugins/pgpcore/sgpgme.c
262 fix bug #2322, 'GPG Full info: showing subkey
263 ID instead of primary key fingerprint'
264 Patch by Sébastien Bigaret.
266 2011-01-03 [colin] 3.7.8cvs26
269 Better quote-checking when unmim-ing headers
272 2011-01-03 [colin] 3.7.8cvs25
275 Fix bug #2299, "Incorrect handling of quoted printable coma
276 in headers". As this is really painful to fix by switching
277 the whole stuff to a list of headers tokens, we workaround
278 the problem by adding quotes around the encoded-word (making
279 it a quoted-string which continuity is already handled).
281 2011-01-03 [colin] 3.7.8cvs24
286 2010-12-23 [colin] 3.7.8cvs23
289 Finish fixing bug #2203: When forwarding (inline) and there
290 are some text/* parts with no name, set them a name and
291 set their disposition to attachment, so that recipients with
292 MUAs preferring HTML parts don't show them by default.
294 2010-12-22 [paul] 3.7.8cvs22
297 fix missing file in 3.7.8cvs20
299 2010-12-22 [colin] 3.7.8cvs21
303 Implement a nicer scroll when drag and dropping
305 2010-12-22 [colin] 3.7.8cvs20
308 Store charset if available when attaching text/* parts
309 Fixes bug #2203, 'Problems in forwarding multipart/
310 alternative messages with HTML part'
312 2010-12-22 [colin] 3.7.8cvs19
317 2010-12-21 [colin] 3.7.8cvs18
321 * src/common/session.c
322 * src/common/session.h
323 Differentiate between running sessions and connected
324 sessions. Fixes bug #2332, "Crash when hitting cancel
325 on the SMTP status window"
327 2010-12-21 [colin] 3.7.8cvs17
329 * src/etpan/etpan-thread-manager.c
332 2010-12-21 [colin] 3.7.8cvs16
335 Check whether we should continue loading the
336 current textview after inserting a possibly
339 2010-12-20 [colin] 3.7.8cvs15
343 Removed. Dead code since ages!
345 * src/gtk/gtkcmclist.c
346 * src/gtk/gtkcmctree.c
347 * src/gtk/gtksctree.c
348 undefine *_DISABLE_DEPRECATED in the files that
349 use deprecated interfaces. Implicit declarations
350 can lead to crashes as prototypes are unknown, as
351 evidenced by bug #2315.
353 2010-12-20 [colin] 3.7.8cvs14
356 Don't flush events when adding an header entry. This
357 can mess up the keypresses in the previous header.
358 Instead, make the scroll happen later (doing it on the
359 spot without flushing events doesn't work as the new
360 requisitions aren't set yet).
362 2010-12-20 [colin] 3.7.8cvs13
365 Don't iconify at start on w32. This un-iconifies in the
368 2010-12-20 [colin] 3.7.8cvs12
370 * src/common/base64.c
371 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
372 Patch by pochini at shiny.it
374 2010-12-19 [colin] 3.7.8cvs11
379 2010-12-18 [colin] 3.7.8cvs10
382 Fix bug #2148, "Attachment content-transfer-encoding
383 incorrectly set when signing emails". The RFC 2045
384 states that message/* and multipart/* encoding must
385 be either 7-bit, 8-bit or binary.
387 2010-12-18 [mones] 3.7.8cvs9
390 Fix crash when searching or adding a LDAP server
392 2010-12-17 [colin] 3.7.8cvs8
401 Better error logging. Disable LDAP SSL/TLS on
402 Windows, it's crashy/non-worky.
404 2010-12-17 [colin] 3.7.8cvs7
407 Fix bug #2325, "messages remains in folder cache after moving
408 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
410 2010-12-17 [colin] 3.7.8cvs6
422 Windows build fixes (w32 LDAP completely untested!)
424 2010-12-16 [colin] 3.7.8cvs5
434 Try to rationalize a bit LDAP connections
436 2010-12-16 [colin] 3.7.8cvs4
438 * src/prefs_spelling.c
440 Add a button to get dictionaries (win32)
442 2010-12-16 [colin] 3.7.8cvs3
444 * src/prefs_matcher.c
445 Fix bug #2279, "crash when clicking 'define' in filter
446 configuring". Thanks to Theodor Ciobanu for the hint at
449 2010-12-14 [colin] 3.7.8cvs2
451 * src/gtk/gtkaspell.c
452 Add missing guard for sys/wait.h
454 2010-12-05 [colin] 3.7.8cvs1
456 * tools/make.themes.project
457 Seems wget has changed naming of targets downloaded.
458 Fix it by always providing our own name.
459 [Pushing mones' patch again after messing with CVSROOT]
461 2010-12-04 [paul] 3.7.8
467 2010-12-03 [paul] 3.7.7cvs11
470 * manual/xml2pdf ** REMOVED **
471 * manual/dist/pdf/Makefile.am
472 * manual/es/dist/pdf/Makefile.am
473 * manual/fr/dist/pdf/Makefile.am
474 * manual/pl/dist/pdf/Makefile.am
475 simplify check for tools needed for manual building,
476 remove xml2pdf and use docbook2pdf instead
478 2010-12-03 [mir] 3.7.7cvs10
481 Fix bug so that configure option --disable-manual
482 actually disable building the manuals
484 2010-12-01 [pawel] 3.7.7cvs9
487 One more GTK+ 2.22 build fix
489 2010-11-30 [colin] 3.7.7cvs8
492 Fix bug #2317, 'Action results in "Bad file descriptor"'
493 Introduced in 3.7.6cvs57. In fact the error has been there
494 since ages, and only new thing is the verification of the
495 various functions return code. Let the stuff work as it
496 does, as it seems to do the right thing since ages.
498 2010-11-28 [colin] 3.7.7cvs7
500 * src/gtk/quicksearch.c
501 Fix bug #2313, 'CLI quicksearch sometimes returns
502 the same messages twice'. Patch by Sebastien Bigaret
504 2010-11-25 [paul] 3.7.7cvs6
507 make "gtk_can_change_accels" FALSE by default.
508 fixes bug #2309, 'Shortcuts should not be modifiable
511 2010-11-24 [mones] 3.7.7cvs5
514 Add missing shortcuts for marking as spam and ham
515 Fixes Debian bug #599547
517 2010-11-22 [colin] 3.7.7cvs4
520 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
521 five patches were needed to fix a corner case
522 is a good indicator that is was bound to break
525 2010-11-21 [colin] 3.7.7cvs3
527 * src/plugins/pgpcore/claws.def
530 2010-11-20 [wwp] 3.7.7cvs2
533 Fix either a typo or an irrelevant iff word there.
534 IMO type and recursive possible values should be changed to
535 smth simple and neat here, and help strings be really
538 2010-11-20 [colin] 3.7.7cvs1
541 Damn, forgot to commit this file twice.
543 2010-11-19 [paul] 3.7.7
549 2010-11-19 [paul] 3.7.6cvs66
562 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
563 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
564 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
566 2010-11-17 [colin] 3.7.6cvs65
569 Separate email address from timestamp with a dot.
572 2010-11-17 [colin] 3.7.6cvs64
575 Fix multiple @ in generated message-ids.
576 That's not allowed in RFC 2822.
578 2010-11-16 [mones] 3.7.6cvs63
580 * manual/es/advanced.xml
581 Synchronise with English version
583 2010-11-04 [wwp] 3.7.6cvs62
586 Fix bug 2293, "filtering: simplify expression", as simplifying
587 this expression doesn't make it less easy to understand and we
588 gain few cycles by making the logical expression more simple
589 by applying. Patch by Nicolas Kaiser.
591 2010-11-03 [colin] 3.7.6cvs61
594 Fix bug 2294, "addrindex.c: address index conversion always
595 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
597 2010-11-02 [wwp] 3.7.6cvs60
602 Enlarge the progress bar (main window) a bit when compiling
603 for UMPCs like maemo: this solves truncated text that might
604 appear in the progress bar while processing messages.
605 Also use a more compact string format when displaying
606 progress like 'number/total', still for UMPCs, this fixes
607 a previous inconsistency with these format strings where
608 no space around the / were used sometimes.
610 2010-10-26 [ticho] 3.7.6cvs59
613 Recreate NNTP session if server port setting has changed. Fixes
616 2010-10-26 [colin] 3.7.6cvs58
620 Fix copy-paste error, thanks to David Relson
623 2010-10-18 [colin] 3.7.6cvs57
634 * src/gtk/quicksearch.c
635 * src/gtk/quicksearch.h
636 * src/plugins/pgpcore/passphrase.c
637 * src/plugins/spamassassin/libspamc.c
640 2010-10-17 [colin] 3.7.6cvs56
643 * src/gtk/gtkaspell.c
646 * src/gtk/inputdialog.c
647 * src/gtk/progressdialog.c
648 Undeprecate a few things
650 2010-10-17 [colin] 3.7.6cvs55
654 * src/gtk/quicksearch.c
655 * src/gtk/quicksearch.h
656 Add ability to search from the command-line.
657 Closes bug 2249, ' Making QuickSearch independent from the GUI'
658 Patch by Sebastien Bigarret.
660 2010-10-04 [mones] 3.7.6cvs54
662 * manual/dist/pdf/Makefile.am
663 Fix build of English PDF manual
664 (sh: Can't open ../../../xml2pdf)
666 2010-10-03 [colin] 3.7.6cvs53
673 Get rid of GRelation which were, mostly, used as
674 GHashTables. Probably fixes bug #2277, 'Segfault when
675 loading inbox for the first time'
677 2010-10-03 [mir] 3.7.6cvs52
679 * manual/de/dist/html/Makefile.am
680 * manual/de/dist/pdf/Makefile.am
681 * manual/de/dist/ps/Makefile.am
682 * manual/de/dist/txt/Makefile.am
683 * manual/dist/html/Makefile.am
684 * manual/dist/pdf/Makefile.am
685 * manual/dist/ps/Makefile.am
686 * manual/dist/txt/Makefile.am
687 * manual/es/dist/html/Makefile.am
688 * manual/es/dist/pdf/Makefile.am
689 * manual/es/dist/ps/Makefile.am
690 * manual/es/dist/txt/Makefile.am
691 * manual/fr/dist/html/Makefile.am
692 * manual/fr/dist/pdf/Makefile.am
693 * manual/fr/dist/ps/Makefile.am
694 * manual/fr/dist/txt/Makefile.am
695 * manual/pl/dist/html/Makefile.am
696 * manual/pl/dist/pdf/Makefile.am
697 * manual/pl/dist/ps/Makefile.am
698 * manual/pl/dist/txt/Makefile.am
699 Missing Makefile.am's for 3.7.6cvs49
702 2010-10-03 [colin] 3.7.6cvs51
707 2010-10-02 [mir] 3.7.6cvs50
709 * manual/de/dist/html/Makefile.am
710 * manual/de/dist/pdf/Makefile.am
711 * manual/de/dist/ps/Makefile.am
712 * manual/de/dist/txt/Makefile.am
713 * manual/dist/html/Makefile.am
714 * manual/dist/pdf/Makefile.am
715 * manual/dist/ps/Makefile.am
716 * manual/dist/txt/Makefile.am
717 * manual/es/dist/html/Makefile.am
718 * manual/es/dist/pdf/Makefile.am
719 * manual/es/dist/ps/Makefile.am
720 * manual/es/dist/txt/Makefile.am
721 * manual/fr/dist/html/Makefile.am
722 * manual/fr/dist/pdf/Makefile.am
723 * manual/fr/dist/ps/Makefile.am
724 * manual/fr/dist/txt/Makefile.am
725 * manual/pl/dist/html/Makefile.am
726 * manual/pl/dist/pdf/Makefile.am
727 * manual/pl/dist/ps/Makefile.am
728 * manual/pl/dist/txt/Makefile.am
729 Part 2 of last commit which broke due to a permission error
730 Avoid claws trying to build manuals if the required
731 tools are not present.
733 2010-10-02 [mir] 3.7.6cvs49
736 * manual/de/dist/html/Makefile.am
737 * manual/de/dist/pdf/Makefile.am
738 * manual/de/dist/ps/Makefile.am
739 * manual/de/dist/txt/Makefile.am
740 * manual/dist/html/Makefile.am
741 * manual/dist/pdf/Makefile.am
742 * manual/dist/ps/Makefile.am
743 * manual/dist/txt/Makefile.am
744 * manual/es/dist/html/Makefile.am
745 * manual/es/dist/pdf/Makefile.am
746 * manual/es/dist/ps/Makefile.am
747 * manual/es/dist/txt/Makefile.am
748 * manual/fr/dist/html/Makefile.am
749 * manual/fr/dist/pdf/Makefile.am
750 * manual/fr/dist/ps/Makefile.am
751 * manual/fr/dist/txt/Makefile.am
752 * manual/pl/dist/html/Makefile.am
753 * manual/pl/dist/pdf/Makefile.am
754 * manual/pl/dist/ps/Makefile.am
755 * manual/pl/dist/txt/Makefile.am
756 1) Downgrade autoconf requirements to 2.59 to allow
757 building on oldest supported Linux distributions.
758 2) Only try to build manuals if the needed software
761 2010-10-02 [colin] 3.7.6cvs48
763 * src/plugins/trayicon/trayicon.c
764 And fix theme updating.
766 2010-10-02 [colin] 3.7.6cvs47
768 * src/plugins/trayicon/trayicon.c
769 Got burnt by wrong indentation!
771 2010-10-02 [colin] 3.7.6cvs46
774 Forgot to remove the directory from top-level
776 2010-10-02 [colin] 3.7.6cvs45
778 * src/plugins/trayicon/Makefile.am
779 * src/plugins/trayicon/trayicon.c
780 * src/plugins/trayicon/libeggtrayicon/.cvsignore
781 * src/plugins/trayicon/libeggtrayicon/Makefile.am
782 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
783 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
784 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
785 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
786 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
787 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
788 * src/plugins/trayicon/libeggtrayicon/xembed.h
789 Finally get rid of Eggtrayicon, use GtkStatusIcon
790 instead (which can be done safely now that we
793 2010-10-02 [colin] 3.7.6cvs44
801 * src/editaddress_other_attributes_ldap.c
804 * src/grouplistdialog.c
810 * src/message_search.c
813 * src/summary_search.c
816 * src/etpan/imap-thread.c
818 * src/gtk/gtkcmclist.c
819 * src/gtk/gtkcmoptionmenu.c
822 * src/gtk/gtkvscrollbutton.c
823 * src/plugins/pgpcore/select-keys.c
824 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
825 Undeprecate for GTK+2.22. Patch by Reed Loden.
826 Fixes bug #2276, 'Compile in maintainer mode
829 2010-10-02 [colin] 3.7.6cvs43
832 It's now time to remove the temporary enable-openssl
833 option that was used when we removed OpenSSL. See
834 bug #2276 comment #14.
836 2010-09-30 [wwp] 3.7.6cvs42
838 * src/prefs_account.c
839 * src/prefs_filtering_action.c
840 * src/prefs_matcher.c
841 Fix bug #2274, wrong color label index range
842 used w/ gtk_cmoption_menu (behaviour change
843 has been introduced w/ 3.5.0cvs49 apparently),
844 now it must be 1..N so let's use colorlabel value
848 2010-09-20 [pawel] 3.7.6cvs41
855 2010-09-19 [pawel] 3.7.6cvs40
860 Set ML menus sensitivity accordingly to
861 possibility of reply to ML
863 2010-09-19 [colin] 3.7.6cvs39
866 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
867 to newsgroups, and NNTP accounts *can* send email. We
868 should not force an email account when replying to_ml or
871 2010-09-19 [colin] 3.7.6cvs38
874 Revert previous commit (which breaks Reply to newsgroups)
876 2010-09-17 [pawel] 3.7.6cvs37
879 Respect reply_account_autosel when changing compose
880 account to email one while replying to NNTP post
882 2010-09-17 [wwp] 3.7.6cvs36
884 * doc/man/claws-mail.1
885 Update --compose documentation in `man claws-mail`.
887 2010-09-12 [pawel] 3.7.6cvs35
890 Add forgotten bit to previous commit,
891 select email account when replying to ML
893 2010-09-12 [pawel] 3.7.6cvs34
896 Fix bug #2247 "nntp reply-to-all broken?"
897 Make reply-to-all and reply-to-ml work as expected in
898 mailing list through NNTP case
900 2010-09-11 [pawel] 3.7.6cvs33
905 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
906 fixes build with GTK+ < 2.18
908 2010-09-10 [pawel] 3.7.6cvs32
913 Make Tab key switch between FolderView, MsgView and
914 SummaryView only, other widgets have/can have their own
917 2010-08-25 [colin] 3.7.6cvs31
922 * src/common/base64.c
923 * src/common/base64.h
924 Fix bug #2245, "base64 decoding fails with line breaks"
925 Patch by Yotam Medini
927 2010-08-25 [colin] 3.7.6cvs30
930 Fix bug #2241, "Empty trash on exit fails on scripted exit"
932 2010-08-23 [pawel] 3.7.6cvs29
938 Hide progressbar on statusbar when not needed
940 2010-08-17 [colin] 3.7.6cvs28
943 Fix previous patch (our own tmp dir is inside
946 2010-08-16 [colin] 3.7.6cvs27
949 Use temp dir to store logs in Windows. Avoids doing
950 get_rc_dir() early, which prevents set_rc_dir()
953 2010-07-31 [holger] 3.7.6cvs26
955 * src/gtk/gtkshruler.c
956 Yet more GdkGC to Cairo porting
958 2010-07-30 [holger] 3.7.6cvs25
961 More GdkGC to Cairo porting
963 2010-07-30 [holger] 3.7.6cvs24
965 * src/gtk/colorlabel.c
968 2010-07-29 [holger] 3.7.6cvs23
971 Replace some gdk drawing with cairo, as the former
972 is going towards deprecation.
974 2010-07-25 [colin] 3.7.6cvs22
977 And now for a real fix. g_list_remove() doesn't, of
978 course, free the data. But we have to have a solid
979 pointer to it in order to free it ourselves instead
980 of relying on the old freed list pointer.
981 Maybe that's the last patch on the subject now ? :)
983 2010-07-25 [colin] 3.7.6cvs21
986 Remove stupid and extraneous g_free() of elements
987 which have just been freed by g_list_remove(). (see
988 GList documentation). I don't know how it worked before
990 2010-07-25 [colin] 3.7.6cvs20
993 Reverse free/use with more logical and safe
994 use/free. Thanks to Michael Rasmussen !
996 2010-07-24 [colin] 3.7.6cvs19
998 * src/gtk/quicksearch.c
999 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
1000 'freeze when using quick search'
1002 2010-07-11 [iwkse] 3.7.6cvs18
1004 * src/gtk/quicksearch.c
1005 Add SMALL_LAYOUT to quicksearch_relayout
1007 2010-07-10 [iwkse] 3.7.6cvs17
1010 Remove forgotten variable from
1011 the last bugfix #2224
1013 2010-07-10 [colin] 3.7.6cvs16
1016 * src/gtk/quicksearch.c
1017 Clean fix for bug #2224: don't mess with GTK settings when
1018 handling the layout ourselves is enough
1020 2010-07-09 [iwkse] 3.7.6cvs15
1024 Better fix for Bug #2224
1026 2010-07-09 [iwkse] 3.7.6cvs14
1030 Always use stock icons on buttons
1032 2010-07-08 [colin] 3.7.6cvs13
1035 Fix bug 2223, 'Compilation fails with GTK+
1036 2.21.3'. Thanks to Jan Psota !
1038 2010-06-29 [pawel] 3.7.6cvs12
1041 Revert 3.7.5cvs41, it breaks templates that use %X
1043 2010-06-23 [wwp] 3.7.6cvs11
1045 * src/gtk/colorlabel.c
1046 Silent up a warning by avoiding possible confusion
1047 in logical expression evaluation, thanks to TuxCM.
1049 2010-06-21 [iwkse] 3.7.6cvs10
1051 * src/gtk/quicksearch.c
1052 Do not add into quicksearch history
1053 matching rules with bad syntax
1055 2010-05-26 [holger] 3.7.6cvs9
1059 Add function to select rows given a list of messages,
1060 complementary to summary_get_selected_msg_list()
1062 2010-05-22 [mir] 3.7.6cvs8
1065 Fix bug 2208. Encode encrypted password to qouted
1066 printable to avoid making invalid XML. Encoding
1067 will be activated the first time the password is
1070 2010-05-22 [paul] 3.7.6cvs7
1072 * manual/advanced.xml
1074 * src/prefs_common.c
1075 * src/prefs_common.h
1076 after using the compose margin for several days
1077 I wanted the old style back - add a new hidden
1078 pref 'show_compose_margin' to restore the old
1079 behaviour (defaults to FALSE)
1081 2010-05-14 [paul] 3.7.6cvs6
1084 add a margin to the compose window text that matches
1085 the margin in textview
1087 2010-05-14 [colin] 3.7.6cvs5
1089 * src/gtk/sslcertwindow.c
1090 Fix dangling pointer. Thanks to Michael R!
1092 2010-05-14 [colin] 3.7.6cvs4
1094 * src/gtk/sslcertwindow.c
1095 Fix bug 1993, 'Cannot send mail when SSL certificate is
1096 expired but certificate check is skipped' and maybe
1097 bug 2200, 'SSL is not working with POP3'
1099 2010-05-14 [colin] 3.7.6cvs3
1101 * src/plugins/pgpinline/pgpinline.c
1102 Fix bug 2205, 'PGPInline: segfault on malformed mails'
1104 2010-05-04 [iwkse] 3.7.6cvs2
1106 * src/prefs_message.c
1107 Get a generic name as 'Quotation' for
1110 2010-05-04 [iwkse] 3.7.6cvs1
1112 * src/prefs_message.c
1113 * src/prefs_common.h
1114 * src/prefs_common.c
1117 Option for collapsing via double-click
1119 2010-05-01 [paul] 3.7.6
1125 2010-05-01 [paul] 3.7.5cvs55
1127 * tools/claws.i18n.status.pl
1130 2010-05-01 [paul] 3.7.5cvs54
1133 add YUP, new Ukrainian translator
1135 2010-04-30 [paul] 3.7.5cvs53
1139 add Ukrainian translation, submitted by YUP
1148 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
1149 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
1150 Tiago Faria, and Slavko
1152 2010-04-26 [wwp] 3.7.5cvs52
1157 2010-04-26 [mones] 3.7.5cvs51
1162 2010-04-22 [pawel] 3.7.5cvs50
1167 first NULL check pointer, then use it
1169 2010-04-22 [colin] 3.7.5cvs49
1172 Fix error message when session isn't established
1174 Update translation and fix a typo in it
1176 2010-04-15 [pawel] 3.7.5cvs48
1178 * src/prefs_account.c
1179 Fix Bug 2144 'When creating an account with IMAP4+SSL,
1180 the port isn't configured properly'
1181 When using SSL/TLS tunneling automatically use default
1182 ports for encrypted connections: smtps, pop3s, imaps, nntps
1184 2010-04-15 [pawel] 3.7.5cvs47
1187 Fix crasher in actions using '%f' argument
1188 on multiple files with external scripts which
1189 don't return any output.
1191 2010-04-14 [colin] 3.7.5cvs46
1194 Fix hand cursor after error symbol appears
1196 2010-04-12 [colin] 3.7.5cvs45
1199 Fix bug 2162, 'configure check for libetpan
1200 fails with libetpan 1.0'
1203 2010-04-09 [mones] 3.7.5cvs44
1205 * manual/de/glossary.xml
1206 Fix encoding to match main document's
1207 Also fixes make dist with Debian's openjade
1209 2010-03-29 [pawel] 3.7.5cvs43
1211 * src/matcher_parser.h
1212 * src/matcher_parser_parse.y
1213 * src/gtk/quicksearch.c
1214 Disable matcher warnings when populating quicksearch
1215 completion lists on startup
1217 2010-03-27 [colin] 3.7.5cvs42
1219 * src/gtk/quicksearch.c
1220 Fix double-free later in code. Optimize
1223 2010-03-27 [pawel] 3.7.5cvs41
1226 Make sure that quote ends with new line char
1228 2010-03-26 [pawel] 3.7.5cvs40
1233 Fix Bug 1928 Add "reply to this address" pop menu
1235 - Set composing account to email one when creating/replying
1236 from NNTP folder by clicking link or choosing option
1240 2010-03-25 [paul] 3.7.5cvs39
1242 * src/gtk/gtkcmclist.c
1243 Fix build with GTK+ 2.20
1245 2010-03-24 [pawel] 3.7.5cvs38
1250 * src/grouplistdialog.c
1254 * src/prefs_account.c
1255 * src/gtk/gtkcmclist.c
1256 * src/gtk/gtkcmctree.c
1257 * src/gtk/gtkcmoptionmenu.c
1258 * src/gtk/gtksctree.c
1259 * src/gtk/gtkshruler.c
1260 * src/gtk/gtkutils.c
1261 * src/gtk/gtkutils.h
1262 * src/gtk/gtkvscrollbutton.c
1263 * src/gtk/inputdialog.c
1264 * src/gtk/spell_entry.c
1265 * src/plugins/trayicon/trayicon.c
1266 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1267 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1268 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1269 Fix build with GTK+ 2.19
1271 2010-03-23 [pawel] 3.7.5cvs37
1275 Respect view->show_col_headers option
1276 * src/gtk/gtkcmctree.c
1277 Fix GtkCmcTree column width calculation when it has
1278 auto_resize set and new node is added
1280 2010-03-22 [pawel] 3.7.5cvs36
1282 * src/grouplistdialog.c
1283 * src/prefs_common.c
1284 * src/prefs_common.h
1285 - remember newsgroups list dialog size
1286 - respect use_dotted_lines hidden pref
1287 - respect use_stripes_everywhere hidden pref
1289 2010-03-21 [pawel] 3.7.5cvs35
1292 Remove superfluous gtk_widget_show_all()
1295 * src/common/utils.c
1298 2010-03-21 [pawel] 3.7.5cvs34
1301 * src/gtk/quicksearch.c
1302 * src/gtk/quicksearch.h
1303 Implement separate search phrase completion for
1304 normal/extended quicksearch
1306 2010-03-11 [paul] 3.7.5cvs33
1309 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1310 submitted by Yuwei Yu
1312 2010-03-09 [colin] 3.7.5cvs32
1314 * manual/de/glossary.xml
1317 2010-03-02 [colin] 3.7.5cvs31
1319 * manual/de/glossary.xml
1320 Sort alphabetically. Done by Volker Ribbert.
1322 2010-03-02 [mones] 3.7.5cvs30
1325 Fix mailing list archives location
1326 Remove currently unavailable CVS webview
1328 2010-03-01 [iwkse] 3.7.5cvs29
1330 * src/common/plugin.c
1331 Other indentation issues
1333 2010-03-01 [iwkse] 3.7.5cvs28
1335 * src/common/plugin.c
1336 Fix indentation of the previous commit
1338 2010-03-01 [iwkse] 3.7.5cvs27
1340 * src/common/plugin.h
1341 * src/common/plugin.c
1342 Add API for getting a loaded Plugin from the
1343 plugin's name, plugin_get_loaded_by_name (const gchar *name)
1344 Thanks to Colin, Michael
1346 2010-02-27 [colin] 3.7.5cvs26
1351 * manual/Makefile.am
1352 * manual/de/Makefile.am
1353 * manual/de/account.xml
1355 * manual/de/addrbook.xml
1356 * manual/de/advanced.xml
1357 * manual/de/claws-mail-manual.xml
1359 * manual/de/glossary.xml
1361 * manual/de/handling.xml
1362 * manual/de/intro.xml
1363 * manual/de/keyboard.xml
1364 * manual/de/plugins.xml
1365 * manual/de/starting.xml
1366 * manual/de/dist/.cvsignore
1367 * manual/de/dist/Makefile.am
1368 * manual/de/dist/html/.cvsignore
1369 * manual/de/dist/html/Makefile.am
1370 * manual/de/dist/pdf/.cvsignore
1371 * manual/de/dist/pdf/Makefile.am
1372 * manual/de/dist/ps/.cvsignore
1373 * manual/de/dist/ps/Makefile.am
1374 * manual/de/dist/txt/.cvsignore
1375 * manual/de/dist/txt/Makefile.am
1376 Add the german translation of the manual, done by
1377 Volker Ribbert <thoraki@arcor.de>.
1379 2010-02-27 [holger] 3.7.5cvs25
1381 * src/prefs_toolbar.c
1382 Don't make toolbar item description for
1383 plugin registered items editable
1385 2010-02-26 [colin] 3.7.5cvs24
1388 Don't translate empty description
1390 2010-02-22 [colin] 3.7.5cvs23
1393 Don't make In-Reply-To visible when reediting
1394 a draft or sent mail.
1396 2010-02-20 [colin] 3.7.5cvs22
1402 * src/etpan/imap-thread.c
1403 * src/etpan/imap-thread.h
1404 * src/etpan/nntp-thread.c
1405 * src/etpan/nntp-thread.h
1406 When going offline from NetworkManager, just
1407 delete IMAP connections. That'll avoid timeouts
1408 when coming back online in certain cases when
1409 the TCP socket will have timed out.
1411 2010-02-20 [holger] 3.7.5cvs21
1414 More files to ignore
1416 2010-02-17 [ticho] 3.7.5cvs20
1423 2010-02-16 [ticho] 3.7.5cvs19
1428 Removed unused argument from summary_open_row().
1430 2010-02-10 [pawel] 3.7.5cvs18
1433 - fix headers filtering when prefs_common.trans_hdr is on
1434 - fix headers setting when changing composing account
1436 * src/prefs_template.c
1437 Re-add template's name for translation
1439 2010-02-10 [colin] 3.7.5cvs17
1441 * src/prefs_matcher.c
1442 Fix bug 2099, 'add List-Id in Configuration>Filtering>
1443 Condition>Define>Header>Name combo box'. Patch by
1446 2010-02-10 [colin] 3.7.5cvs16
1456 Add the GB18030 Chinese charset, which is a superset
1457 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
1459 2010-02-09 [holger] 3.7.5cvs15
1462 GTK+ 2.10 related cleanup
1464 2010-02-09 [pawel] 3.7.5cvs14
1466 * src/prefs_account.c
1467 * src/prefs_folder_item.c
1468 * src/prefs_template.c
1470 Respect prefs_common.trans_hdr in couple more places to avoid
1471 confusion with translated/non-translated header names
1473 2010-02-09 [colin] 3.7.5cvs13
1478 2010-02-09 [colin] 3.7.5cvs12
1481 And fix 2.10 build :)
1483 2010-02-09 [colin] 3.7.5cvs11
1486 Bump up GTK+ requirement to 2.10
1495 * src/prefs_actions.c
1496 * src/prefs_common.c
1497 * src/prefs_common.h
1498 * src/prefs_ext_prog.c
1499 * src/prefs_filtering_action.c
1501 * src/prefs_image_viewer.c
1502 * src/prefs_matcher.c
1503 * src/prefs_msg_colors.c
1504 * src/prefs_summaries.c
1505 * src/prefs_template.c
1511 * src/gtk/Makefile.am
1513 * src/gtk/gtkcmclist.c
1514 * src/gtk/gtkcmctree.c
1515 * src/gtk/gtkutils.c
1516 * src/gtk/quicksearch.c
1517 Remove all compile-time conditionals depending on
1521 * src/gtk/gtksourceprintjob.c
1522 * src/gtk/gtksourceprintjob.h
1523 Remove libgnomeprint-based printing system (and
1524 command-line-based printing system) as GTK+ 2.10
1525 ships with print support.
1527 2010-02-08 [mir] 3.7.5cvs10
1530 Avoid displaying Bcc headers in message sent
1531 to NNTP servers. Thanks to Henning Mersch.
1534 2010-02-08 [pawel] 3.7.5cvs9
1537 Make tooltips less cryptic
1538 * src/gtk/description_window.c
1539 Improve window size calculation
1541 2010-02-08 [pawel] 3.7.5cvs8
1545 * src/common/utils.c
1546 * src/common/utils.h
1548 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
1549 Patch by Laurent Bigonville with slight modifications
1551 2010-02-03 [pawel] 3.7.5cvs7
1554 Add some libtool files to ignore
1556 2010-02-03 [pawel] 3.7.5cvs6
1558 * src/plugins/trayicon/trayicon.c
1559 Save and then restore focus when closing/minimizing to tray
1561 2010-02-03 [mir] 3.7.5cvs5
1569 Save LDAP password encrypted. See bug 2113.
1572 2010-02-03 [colin] 3.7.5cvs4
1575 Fix again decoding of encrypted parts. The
1576 reverting of the patch was wrong, as the
1577 double-decoding was fixed in smime itself.
1578 Thanks to Matthias Drochner again...
1580 2010-02-02 [colin] 3.7.5cvs3
1582 * src/plugins/smime/smime.c
1584 Revert 3.7.4cvs2 and make a better patch for bug
1585 2059 and 2076. Patch by Matthias Drochner
1587 2010-01-31 [pawel] 3.7.5cvs2
1590 Fix hungarian translator's name
1592 2010-01-31 [pawel] 3.7.5cvs1
1596 Fix Bug 2107 - Arrow keys don't work in message view window
1598 2010-01-31 [paul] 3.7.5
1605 2010-01-23 [pawel] 3.7.4cvs10
1608 Fix button sensitivity in compose mode
1610 2010-01-23 [pawel] 3.7.4cvs9
1613 * tools/kdeservicemenu/install.sh
1614 * tools/make.themes.project
1615 * tools/nautilus2claws-mail.sh
1616 * tools/popfile-link.sh
1617 * tools/textviewer.sh
1618 Not all systems have bash installed in /bin, use env(1) to find
1621 2010-01-22 [pawel] 3.7.4cvs8
1623 * src/prefs_account.c
1624 * src/prefs_filtering.c
1626 * src/gtk/colorlabel.c
1627 Add some separators in combos
1629 2010-01-22 [pawel] 3.7.4cvs7
1632 --disable-aspell -> --disable-enchant
1634 Fix options spacing in configure --help
1636 Make wizard's window centered on the screen
1638 2010-01-19 [holger] 3.7.4cvs6
1642 Introduce folder_get_item_from_identifier().
1643 In contrast to folder_find_item_from_identifier(), this
1644 function recursively creates the FolderItems in the id path.
1645 Useful for programmatically creating folders (e.g. by plugins)
1647 2010-01-17 [pawel] 3.7.4cvs5
1652 2010-01-16 [colin] 3.7.4cvs4
1654 * src/plugins/pgpcore/sgpgme.c
1655 Probably fix bug 2098, 'claws-mails crashes frequently
1656 with pgpcore'. Fix double-free.
1658 2010-01-16 [holger] 3.7.4cvs3
1660 * src/prefs_toolbar.h
1663 2010-01-15 [colin] 3.7.4cvs2
1666 Decode mimeinfo before decrypting it. Probably
1667 fixes bug 2059 'gpgme >=1.1.8 not compatible
1668 with S/MIME encryption' and bug 2076 'having
1669 worked 2 times properly CLAWS ceased to
1670 decrypt incoming PGP mails -displays base64
1671 instead - sucks completely'
1672 Let's hope complete suckage ends here!
1673 Thanks to Matthias Drochner.
1675 2010-01-08 [paul] 3.7.4cvs1
1677 * tools/claws.i18n.status.pl
1680 2010-01-08 [paul] 3.7.4
1687 2010-01-08 [paul] 3.7.3cvs57
1701 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
1702 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
1703 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
1706 2010-01-08 [paul] 3.7.3cvs56
1708 * src/common/utils.c
1709 fix bug 2089, 'URLs ending with an underscore ('_')
1710 are not correctly parsed'. thanks to Johan
1712 2010-01-05 [colin] 3.7.3cvs55
1715 Update french translation
1717 2010-01-04 [mones] 3.7.3cvs54
1720 Update Spanish translation
1722 2010-01-04 [mones] 3.7.3cvs53
1724 * manual/plugins.xml
1726 * manual/es/claws-mail-manual.xml
1727 * manual/es/intro.xml
1728 * manual/es/plugins.xml
1729 Synchronise with English version
1731 2010-01-03 [paul] 3.7.3cvs52
1736 update TEAM_LIST, fix encoding
1738 2010-01-03 [mir] 3.7.3cvs51
1741 When composing to a NNTP list TO: will always be preset
1742 to the NNTP list unless user has chosen some other default
1743 in which case we will handle this the normal way. Therefore
1744 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
1746 2010-01-01 [paul] 3.7.3cvs50
1749 bump copyright year whilst it's in mind
1751 2009-12-31 [paul] 3.7.3cvs49
1753 * manual/claws-mail-manual.xml
1755 * manual/plugins.xml
1756 fix links so that they make sense in the context of the
1757 text version of the manual
1759 2009-12-31 [paul] 3.7.3cvs48
1762 * manual/plugins.xml
1763 updates, improvements, corrections, additions
1765 2009-12-29 [pawel] 3.7.3cvs47
1767 * src/prefs_filtering_action.c
1768 Fix Bug 2082 'Wrong color rectangle position when replacing
1769 "color" processing rule'
1771 2009-12-29 [colin] 3.7.3cvs46
1774 Fix bug 2074, 'Remember sending account
1777 2009-12-20 [holger] 3.7.3cvs45
1780 Delay CREATED_HOOKLIST invokation until
1781 after the modifications to the compose window
1782 are done, to allow hooks to further modify the
1783 window without getting overridden again
1785 2009-12-20 [holger] 3.7.3cvs44
1787 * src/prefs_toolbar.h
1790 2009-12-20 [holger] 3.7.3cvs43
1792 * src/prefs_toolbar.c
1793 * src/prefs_toolbar.h
1795 Pass window struct to caller
1797 2009-12-20 [holger] 3.7.3cvs42
1801 Add hooklist after creation of a compose window
1803 2009-12-19 [holger] 3.7.3cvs41
1805 * src/prefs_toolbar.c
1806 * src/prefs_toolbar.h
1808 Allow plugins to choose to which toolbar they want
1809 to add actions (main window, compose window, or message view)
1811 2009-12-19 [paul] 3.7.3cvs40
1814 fix statusbar in GTK+ 2.19.1
1816 2009-12-10 [pawel] 3.7.3cvs39
1819 Better fix for cvs28 regression
1821 2009-12-10 [iwkse] 3.7.3cvs38
1824 Fix some indentation
1826 2009-12-10 [iwkse] 3.7.3cvs37
1829 Add missing checks for gtkaspell: avoid
1830 crashing in some cases when Enchant is
1831 enabled but the spell checker is disabled
1834 2009-12-09 [colin] 3.7.3cvs36
1837 Fix leak and unchecked accesses.
1839 2009-12-09 [mir] 3.7.3cvs35
1842 Fix Bug 2072 "template at folder properties is not working"
1843 introduced in cvs24.
1845 2009-12-08 [pawel] 3.7.3cvs34
1848 When 'Reply All' remove current compose address from
1849 Cc/Bcc list - fix for regression introduced in cvs28
1851 2009-12-05 [pawel] 3.7.3cvs33
1854 Fix memory management, duh!
1856 2009-12-04 [pawel] 3.7.3cvs32
1859 Use case insensitive comparison in search for
1862 Refresh scrollbars on every window open
1864 2009-12-04 [pawel] 3.7.3cvs31
1867 Highlight misspelled words when applying template and
1868 check_while_typing option is on
1870 2009-12-03 [pawel] 3.7.3cvs30
1873 Highlight misspelled words in text inserted from file(s)
1874 or pasted to message body when check_while_typing
1877 2009-12-02 [pawel] 3.7.3cvs29
1880 Revert first part of previous commit
1882 2009-12-02 [pawel] 3.7.3cvs28
1885 Fix Bug 2055 "duplicate mailing list reply if
1886 List-Post + Reply-To present"
1887 - Ignore Reply-To if answering to ML
1888 - Improve parsing of List-Post header
1890 2009-12-02 [pawel] 3.7.3cvs27
1894 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
1895 email had user in "From" and "CC"
1896 Don't allow duplicate addresses in compose window headers
1898 2009-12-02 [mones] 3.7.3cvs26
1901 * manual/es/intro.xml
1902 * manual/fr/intro.xml
1903 * manual/it/intro.xml
1904 * manual/pl/intro.xml
1905 Make URL to point current site
1907 2009-12-01 [holger] 3.7.3cvs25
1911 Introduce new drag type "claws-mail/msg-path-list" for
1912 drag'n'drop of a message selection from the summaryview
1913 into other applications. The drag data gets set to the
1914 folder-item-id followed by message ids, separated by newlines.
1915 This enables other applications to back-link to Claws Mail
1916 via a "claws-mail --select" call after they received a drop.
1918 2009-11-30 [mir] 3.7.3cvs24
1921 Place cursor in compose window according to provided input
1922 If to: is present place cursor in subject field and if both
1923 to: and subject: is present place cursor in body. If body: is
1924 present insert a new line after text and place cursor there.
1926 2009-11-27 [mones] 3.7.3cvs23
1928 * src/gtk/quicksearch.c
1929 Allow viewing longer expressions if there's space
1931 2009-11-25 [holger] 3.7.3cvs22
1934 * src/common/Makefile.am
1935 * src/common/utils.c
1936 * src/common/utils.h
1937 Add a function to query the
1938 filepath of the .desktop file
1940 2009-11-25 [colin] 3.7.3cvs21
1943 Fix bug 2063, 'glib assertion in GRelation use in
1946 2009-11-24 [pawel] 3.7.3cvs20
1948 * src/common/utils.c
1949 Fix Bug 2053 'Inconsistent application of Coloration
1951 Don't allow '<' character between quotation marks
1953 2009-11-21 [holger] 3.7.3cvs19
1956 Modify cairo clip handling in preview windows,
1957 to prevent print preview windows from being blank
1958 with GTK+ 2.18. Follow recommendation of the GTK+
1959 documentation (section "Migrating to client side windows")
1960 and create a new cairo context for each expose event.
1962 2009-11-19 [pawel] 3.7.3cvs18
1965 complete 3.7.3cvs15 so install is DESTDIR safe
1966 remove icons with changed names on uninstall
1968 2009-11-18 [pawel] 3.7.3cvs17
1971 remove unneeded and code-duplicating function
1973 2009-11-18 [pawel] 3.7.3cvs16
1976 Fix Bug 2057 'Claws mail does not keep renamed names
1977 of nntp-subscribed groups'
1978 Check for already subscribed group using item->path for group
1979 comparision as folders item->path != item->name may be truth
1980 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
1982 2009-11-17 [pawel] 3.7.3cvs15
1985 Fix Bug 2049 'some icons not copied?'
1986 Install additional 64x64 and 128x128 icons
1988 2009-11-17 [holger] 3.7.3cvs14
1990 * src/prefs_toolbar.c
1991 * src/prefs_toolbar.h
1994 Allow plugins to register toolbar items
1996 2009-11-11 [pawel] 3.7.3cvs13
2002 Fix Bug 1867 Changing account does not change BCC address
2003 Set account specific headers when changing account
2006 2009-11-07 [colin] 3.7.3cvs12
2008 * src/gtk/prefswindow.c
2009 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
2012 2009-11-07 [colin] 3.7.3cvs11
2014 * src/gtk/spell_entry.c
2015 Fix bug 2040, 'numbers in subject entry marked as misspelled'
2016 Patch by Pawel Pekala
2018 2009-10-27 [colin] 3.7.3cvs10
2021 Fix bug 2028, 'Attempts to connect to all accounts on exit'
2022 Don't try to check whether the folder is up-to-date if
2023 the folder class doesn't implement set_mtime, as we don't
2024 care in this case. This code exists since a long time, but
2025 the bug was triggered by more scanning of queue folders
2026 since recently (when we added \Deleted handling).
2028 2009-10-27 [colin] 3.7.3cvs9
2031 Try to fix registering as default client
2034 2009-10-21 [wwp] 3.7.3cvs8
2036 * src/common/utils.c
2037 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
2039 2009-10-21 [wwp] 3.7.3cvs7
2041 * src/common/utils.c
2042 Don't core dump when attempting to insert a non-existing
2043 file using a mailto: uri (g_error does core dump).
2045 2009-10-20 [colin] 3.7.3cvs6
2047 * src/common/utils.c
2048 Don't g_error on normal warnings...
2050 2009-10-20 [colin] 3.7.3cvs5
2052 * src/plugins/pgpcore/sgpgme.c
2053 Fix bug 1996, 'S/MIME key not selected'
2054 Check for S/MIME certs too
2056 2009-10-20 [colin] 3.7.3cvs4
2058 * src/common/w32lib.h
2059 Fix win32 build on latest mingw32
2061 2009-10-20 [colin] 3.7.3cvs3
2066 Fix LDIF export. Patch by Michael Rasmussen
2068 2009-10-18 [paul] 3.7.3cvs2
2070 * tools/claws.i18n.status.pl
2071 increase the value of $transolddays since we're relasing less
2073 rework the en_GB.po hack so that en_GB is always 100% translated
2074 and recently updated
2076 2009-10-17 [paul] 3.7.3cvs1
2078 * src/prefs_account.c
2079 * src/prefs_compose_writing.c
2080 * src/prefs_receive.c
2081 * src/prefs_summaries.c
2082 * src/prefs_wrapping.c
2083 reword a few labels. (this incorporates everything
2084 that seemed worthwhile from bug 2020)
2085 * src/prefs_customheader.c
2086 use a 'Browse' button instead of button with
2087 label 'From file...'
2091 * CVS repository change
2093 2009-10-09 [paul[ 3.7.3
2095 version 3.7.3 unleashed!!
2097 2009-10-07 [paul] 3.7.2cvs49
2102 fix Bug 1994 - Changing colors required restart.
2103 in the process rename folderview_reflect_prefs_pixmap_theme() to the
2104 more accurate folderview_reinit_fonts()
2106 2009-10-07 [paul] 3.7.2cvs48
2109 * src/prefs_common.c
2110 * src/prefs_common.h
2111 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
2112 patch by Pawel Pekala
2114 2009-10-07 [paul] 3.7.2cvs47
2122 updated by David Vachulka, Stephan Sachse and Marc Arens,
2123 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
2126 2009-10-06 [colin] 3.7.2cvs46
2129 French translation update
2131 2009-10-05 [paul] 3.7.2cvs45
2134 enable Page Size and Orientation in the print dialog,
2135 GTK+ >= 2.18.x only. Patch by Mark__T
2137 2009-10-05 [paul] 3.7.2cvs44
2139 * src/prefs_summaries.c
2140 fix label, startup --> start-up, to match other uses of the
2143 2009-10-05 [paul] 3.7.2cvs43
2146 updated by Emilian Nowak
2148 2009-10-03 [colin] 3.7.2cvs42
2152 * src/gtk/gtkcmclist.c
2153 * src/gtk/gtkvscrollbutton.c
2154 * src/gtk/logwindow.c
2156 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
2157 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
2158 Fix warning at start
2160 2009-09-28 [colin] 3.7.2cvs41
2164 * src/prefs_folder_item.c
2165 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
2167 2009-09-28 [colin] 3.7.2cvs40
2169 * src/prefs_summaries.c
2170 * src/gtk/sslcertwindow.c
2171 Fix bug 2006, 'Non-utf8 strftime(3) date strings
2172 shows up garbled in GUI'. Patch by Pawel Pekala
2174 2009-09-24 [iwkse] 3.7.2cvs39
2177 That's only for statistics, of course :)
2179 2009-09-24 [iwkse] 3.7.2cvs38
2184 2009-09-24 [iwkse] 3.7.2cvs37
2187 Revert unwanted change
2189 2009-09-24 [iwkse] 3.7.2cvs36
2192 Fix issue with filtering actions and
2195 2009-09-20 [mones] 3.7.2cvs35
2197 * tools/convert_mbox.pl
2198 Add -R flag to support recursive conversions
2199 of arbitrary Evolution mail folders, based on
2200 bash script by Daniel Dickinson (fixes debian
2202 * tools/popfile-link.sh
2203 Set required shell for script (fixes debian
2206 2009-09-16 [colin] 3.7.2cvs34
2209 Go grab files in /etc/skel if they exist
2212 2009-09-15 [colin] 3.7.2cvs33
2215 Complete 3.7.1cvs42: only output directly to
2216 final file if we get NULL byes at the start.
2217 Still fixes saving UTF16 files, but also
2218 fixes displaying Base64 parts with decoding
2219 errors (parts without errors get displayed)
2221 2009-09-14 [colin] 3.7.2cvs32
2225 * src/matcher_parser_parse.y
2226 * src/prefs_matcher.c
2227 Add 'has_attachment' and 'signed' matcher
2228 expressions. Patch by Aleksei Miheev, fixes
2231 2009-09-14 [colin] 3.7.2cvs31
2233 * src/common/utils.c
2234 Add "Re :" prefix from french Yahoo mail.
2235 Patch by Didier Barvaux, fixes bug 1999
2237 2009-09-10 [mones] 3.7.2cvs30
2239 * manual/plugins.xml
2240 Fix sites supported by SpamReport
2241 * manual/es/plugins.xml
2242 Synchronise Spanish manual
2244 2009-09-07 [holger] 3.7.2cvs29
2247 Also update the icon cache on uninstall.
2248 This prevents possible problems when Claws Mail was
2249 uninstalled and installed again into a different location,
2250 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
2251 and the blog post linked therein
2253 2009-09-07 [paul] 3.7.2cvs28
2255 * src/prefs_toolbar.c
2256 when updating the main toolbar icons just update
2257 the main toolbar (and consequently fix a bug where
2258 folderview icons would disappear)
2260 2009-08-30 [holger] 3.7.2cvs27
2263 Do case-insensitive comparison against
2264 header names when extracting recipients
2267 2009-08-23 [colin] 3.7.2cvs26
2270 Probably fix RH bug 512024, " folder.c:3543
2271 Condition msglist != NULL failed"
2273 2009-08-23 [colin] 3.7.2cvs25
2275 * src/prefs_compose_writing.c
2276 Make the maximum size warning bigger. Patch
2277 by Didier Barvaux on bug 1986.
2279 2009-08-21 [colin] 3.7.2cvs24
2282 Previous commit: move the function into compose_insert_file
2283 so that it's also used on drag-n-drop
2285 2009-08-21 [colin] 3.7.2cvs23
2288 Fix scrolling when adding an header
2290 2009-08-21 [colin] 3.7.2cvs22
2293 * src/prefs_common.c
2294 * src/prefs_common.h
2295 * src/prefs_compose_writing.c
2296 * src/common/utils.c
2297 Fix bug 1986, "New feature: warn user when inserting
2298 a large file in the message body". Patch by Didier
2301 2009-08-21 [colin] 3.7.2cvs21
2305 * src/common/utils.c
2306 Fix bug 1984: Add R�f. : reply prefix (french
2307 Lotus Notes); patch by Didier Barvaux
2309 2009-08-21 [colin] 3.7.2cvs20
2313 Fix bug 1969, 'Bad guess for outgoing encoding'
2314 Make sure the specific converters (japanese in
2315 this case) can return success/error in strict
2316 mode, instead of silently failing back to
2319 2009-08-20 [holger] 3.7.2cvs19
2323 Make it possible for code outside
2324 compose (e.g. plugins) to attach files
2326 2009-08-20 [colin] 3.7.2cvs18
2329 Fix crash when accessing IMAP soon
2331 2009-08-18 [colin] 3.7.2cvs17
2334 Maybe fix crash on non-existent LDAP server
2336 2009-08-04 [colin] 3.7.2cvs16
2339 Fix toolbar's spacing that breaks dark
2340 themes (patch from http://blogs.igalia.com/aperez/
2341 2009/07/making-claws-mail-look-better/)
2343 2009-07-28 [colin] 3.7.2cvs15
2346 * src/addrcustomattr.c
2348 * src/addressbook_foldersel.c
2356 * src/editldap_basedn.c
2367 * src/prefs_actions.c
2368 * src/prefs_customheader.c
2369 * src/prefs_display_header.c
2370 * src/prefs_filtering.c
2371 * src/prefs_folder_column.c
2372 * src/prefs_matcher.c
2373 * src/prefs_summary_column.c
2374 * src/prefs_summary_open.c
2375 * src/prefs_template.c
2378 Fix bug 1950, 'Program freeze up during folder selection'
2379 Don't leave hidden windows modal
2381 2009-07-28 [colin] 3.7.2cvs14
2384 Fix bug 1957, 'LDAP errs out after searching too
2387 2009-07-28 [colin] 3.7.2cvs13
2390 Fix bug 1966, '"Collapse all threads" slower than
2391 "Expand all threads"'
2393 2009-07-28 [colin] 3.7.2cvs12
2395 * src/common/session.c
2396 Fix bug 1967, 'Claws gets stuck after accepting
2397 a certificate warning dialog'
2399 2009-07-19 [paul] 3.7.2cvs11
2401 * manual/plugins.xml
2402 a few small changes to the English
2404 2009-07-18 [mones] 3.7.2cvs10
2406 * manual/plugins.xml
2407 Add new bsfilter and fancy plugins to the docs
2408 and a note about dealing with plugins of the same class
2409 * src/prefs_account.c
2410 Fix extra space at the end typo
2412 2009-07-16 [colin] 3.7.2cvs9
2415 Fix wrong return without unlocking; thanks
2418 2009-07-14 [colin] 3.7.2cvs8
2421 Fix bug 1954, 'Segfault on reading wrong STATUS'
2423 2009-07-10 [colin] 3.7.2cvs7
2425 * src/plugins/pgpcore/plugin.def
2426 * src/common/utils.h
2429 2009-07-10 [colin] 3.7.2cvs6
2431 * src/prefs_display_header.c
2432 Fix bug 1951, 'C-Mail dumps core when editing
2433 displayed headers'. Patch by Alexey Rusakov
2435 2009-07-10 [colin] 3.7.2cvs5
2438 Fix bug 1952, 'Deleted mails in Queue folder
2441 2009-07-09 [colin] 3.7.2cvs4
2443 * src/gtk/spell_entry.c
2444 Fix bug 1949, 'Spell checker doesn't recognise
2445 certain word in Subject header, but does in
2446 message body'. Patch by Pawel Pekala.
2448 2009-07-09 [paul] 3.7.2cvs3
2451 use pkgconfig to check for the minimum required
2454 2009-07-06 [colin] 3.7.2cvs2
2456 * src/prefs_customheader.c
2459 2009-07-04 [paul] 3.7.2cvs1
2461 * tools/claws.i18n.status.pl
2464 2009-07-03 [paul] 3.7.2
2471 2009-07-03 [paul] 3.7.1cvs85
2478 added new translations by Tiago Faria and Slavko
2491 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
2492 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
2493 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
2494 Goncalves Guimaraes, Aleksei Miheev
2496 2009-07-01 [colin] 3.7.1cvs84
2498 * src/prefs_common.c
2499 Fix bug 1940, 'Doesn't open links in
2500 user's default browser'. Turn the preference
2501 to TRUE by default; that will only change the
2502 behaviour for new users.
2504 2009-06-29 [colin] 3.7.1cvs83
2508 * src/prefs_filtering_action.c
2509 Fix bug 1935, 'problems with very long filtering actions':
2510 Use a dynamic buffer in action to string, and a bigger
2511 buffer in string to action
2513 2009-06-29 [colin] 3.7.1cvs82
2515 * src/matcher_parser_lex.l
2516 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2518 2009-06-29 [colin] 3.7.1cvs81
2523 Fix crash (out-of-bounds tree column)
2524 * src/gtk/gtkcmctree.c
2525 * src/gtk/gtksctree.c
2526 Prevent using an out-of-bounds tree column
2528 2009-06-29 [colin] 3.7.1cvs80
2532 Leak fixes; patch by Pawel Pekala.
2534 2009-06-26 [colin] 3.7.1cvs79
2537 Sort by msgnum if dates are equal
2539 2009-06-24 [paul] 3.7.1cvs78
2542 make some (forgotten) strings translatable
2544 2009-06-19 [colin] 3.7.1cvs77
2547 Fix menu sensitiveness
2549 2009-06-18 [colin] 3.7.1cvs76
2552 * src/plugins/pgpcore/sgpgme.c
2553 * src/plugins/pgpcore/sgpgme.h
2554 * src/plugins/pgpmime/mypgpcore.def
2555 * src/plugins/pgpmime/pgpmime.c
2556 * src/plugins/smime/mypgpcore.def
2557 * src/plugins/smime/smime.c
2558 Use largefile support (and stop using our old GPGME
2559 hack on gpgme_data_seek/rewind)
2560 (See 1.9.12cvs44 to 46 - if this breaks things we
2563 2009-06-13 [colin] 3.7.1cvs75
2565 * src/gtk/spell_entry.c
2566 Fix assertion. We can put a NULL gtkaspell to
2567 an entry; it just means it won't be spell-checked.
2569 2009-06-12 [mones] 3.7.1cvs74
2573 * src/prefs_account.c
2574 * src/prefs_account.h
2575 * src/common/utils.c
2576 * src/common/utils.h
2577 Added preference to use account address in generated
2578 Message-Id. Fixes Debian bug #531052
2580 2009-06-12 [colin] 3.7.1cvs73
2583 Better fix, API-compatible with libgnutls13
2585 2009-06-12 [colin] 3.7.1cvs72
2588 Use compatibility mode in GnuTLS, and avoid problems with
2589 servers that don't comply 100% with the spec, but still
2592 2009-06-06 [iwkse] 3.7.1cvs71
2595 Ops..revert a mix with another patch
2597 2009-06-06 [iwkse] 3.7.1cvs70
2600 A better fix for the previous commit's issue
2602 2009-06-06 [iwkse] 3.7.1cvs69
2605 Fix shutting down of Claws Mail while a GTK_Return keypress
2606 event is sent to the Attach property window
2608 2009-06-05 [colin] 3.7.1cvs68
2611 Fix build on GTK+ 2.6
2613 2009-06-03 [mones] 3.7.1cvs67
2615 * tools/make.themes.project
2616 Oops! fix header, sorry Paul ;-)
2618 2009-06-03 [mones] 3.7.1cvs66
2620 * tools/make.themes.project
2621 Add support for PNG themes and other
2622 fixes i don't remember now... :)
2624 2009-06-02 [colin] 3.7.1cvs65
2627 * src/prefs_template.c
2629 Fix error messages in templates, and fix their
2632 2009-05-22 [colin] 3.7.1cvs64
2637 2009-05-22 [colin] 3.7.1cvs63
2640 Fix phantom button behind entry when
2641 changing fields via Tools/Reply mode.
2643 2009-05-22 [colin] 3.7.1cvs62
2648 2009-05-21 [mones] 3.7.1cvs61
2652 Add button to empty header lines with one click
2654 2009-05-21 [paul] 3.7.1cvs60
2658 * src/plugins/trayicon/trayicon.c
2659 when quitting from the trayicon, honour
2660 prefs_common.clean_on_exit
2662 2009-05-21 [paul] 3.7.1cvs59
2664 * src/gtk/Makefile.am
2665 remove duplicate entry
2666 thanks to Charles A Edwards
2668 2009-05-19 [paul] 3.7.1cvs58
2670 * src/send_message.c
2671 clear progressbar in the statusbar on 'Cancel'
2673 2009-05-16 [colin] 3.7.1cvs57
2679 2009-05-16 [colin] 3.7.1cvs56
2682 Remove msgnum>0 condition for removing messages
2683 from caches. There's no such condition on add.
2684 Fixes bug 1913, 'Allow to remove phantom
2685 messages from the cache'; patch by Fabian
2686 Keil <fk at fabiankeil.de>
2688 2009-05-12 [holger] 3.7.1cvs55
2692 Introduce hook after showing of the message view
2694 2009-05-11 [colin] 3.7.1cvs54
2697 Fix bug 1872, 'A: Cc: CCi: selector should
2698 default on same as preceding contact'
2700 2009-05-10 [holger] 3.7.1cvs53
2704 Add a hook to make it possible for plugins to
2705 modify the address completion list
2707 2009-05-06 [paul] 3.7.1cvs52
2711 fix bug 1915, 'Mails signed with smime.p7s
2712 display both signed and attachment icon.'
2714 2009-05-05 [colin] 3.7.1cvs51
2716 * src/common/utils.c
2719 2009-05-05 [colin] 3.7.1cvs50
2721 * src/common/utils.c
2722 Fix bug 1895, '(imap) cache issues when cache dir is on a
2723 different mountpoint than tempdir'
2725 2009-05-04 [colin] 3.7.1cvs49
2728 Probably fix bug 1914, 'Crash reading
2729 corrupted tags file'
2731 2009-04-26 [paul] 3.7.1cvs48
2734 * src/gtk/gtkaspell.h
2735 fix bug 1904, 'build mechanism looks for
2736 'enchant.h' in a wrong place'
2738 2009-04-25 [paul] 3.7.1cvs47
2741 gah! fix coding style!
2743 2009-04-25 [paul] 3.7.1cvs46
2747 if building with GTK+ >= 2.16 use
2748 gtk_orientable_set_orientation() instead of now
2749 deprecated gtk_toolbar_set_orientation()
2751 2009-04-24 [colin] 3.7.1cvs45
2754 Ask before sending if an attached file has
2757 2009-04-19 [paul] 3.7.1cvs44
2759 * src/prefs_common.c
2760 * src/prefs_common.h
2762 save About window size.
2763 patch by Pawel Pekala
2765 2009-04-12 [paul] 3.7.1cvs43
2767 * tools/csv2addressbook.pl
2768 add extra CSV fields that are now appended
2769 by thunderbird (version 2.0.0.21)
2771 2009-04-08 [colin] 3.7.1cvs42
2774 fix saving (but not displaying) of UTF-16
2777 2009-04-08 [colin] 3.7.1cvs41
2779 * src/gtk/manage_window.c
2780 Disable transient windows on win32 - seems to
2781 fix most focusing issues
2783 2009-04-05 [colin] 3.7.1cvs40
2786 Don't ask whether we want to send deleted mails in queue
2787 folders; also, don't send deleted mails when flushing
2790 2009-04-04 [paul] 3.7.1cvs39
2796 * tools/claws.i18n.status.pl
2797 add new Indonesian translation, by
2800 2009-04-03 [paul] 3.7.1cvs38
2806 2009-04-03 [colin] 3.7.1cvs37
2810 Fix bug 1891, 'Add support for gopher:// links'
2811 Patch by Jacob Head <clawsmail at jacob-head.com>
2812 Let's go back to the roots!
2814 2009-04-03 [paul] 3.7.1cvs36
2819 2009-04-03 [paul] 3.7.1cvs35
2822 add AC_CONFIG_MACRO_DIR([m4])
2823 remove CLAWS_ACLOCAL_INCLUDE(m4)
2824 * m4/aclocal-include.m4
2825 removed this now unneeded file
2827 2009-04-02 [colin] 3.7.1cvs34
2829 * src/common/utils.h
2830 Fix previous (thanks to Marcus :)
2832 2009-04-02 [colin] 3.7.1cvs33
2834 * src/common/utils.h
2835 * src/etpan/etpan-thread-manager.c
2836 pipe() was a macro from GLib on win32 until
2837 glib 2.13.2. It's undefined after that.
2838 Thanks to Marcus Brinkmann for the heads-up!
2840 2009-03-31 [colin] 3.7.1cvs32
2842 * src/folder_item_prefs.c
2843 Copy folder settings with prefs
2845 2009-03-31 [colin] 3.7.1cvs31
2847 * src/prefs_account.c
2848 Don't use un-sensitive checkboxes in Privacy tab
2849 when privacy system in None (makes unchecking
2850 painful when no privacy plugin is loaded)
2852 2009-03-30 [colin] 3.7.1cvs30
2859 * src/prefs_account.c
2860 * src/prefs_account.h
2863 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
2864 Add an option on the Receive page of IMAP account preferences:
2865 "Move deleted mails to trash and expunge immediately". This
2866 option defaults to TRUE to avoid changing the existing behaviour.
2867 Setting it to FALSE prevents automatic expunging.
2868 Also, add Tools/Expunge and View/Hide deleted messages menu items
2869 (View/Hide deleted message being a per-folder setting, and behaving,
2870 like View/Hide read messages).
2872 2009-03-30 [colin] 3.7.1cvs29
2875 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
2876 ask for IMAP password when using GSSAPI auth
2878 2009-03-27 [colin] 3.7.1cvs28
2881 Fix cvs14, make sure we mark non-existent caches dirty
2882 (or they never get written)
2884 2009-03-27 [colin] 3.7.1cvs27
2887 Fix tag update when all tags are removed
2890 2009-03-25 [colin] 3.7.1cvs26
2893 Fix configure.ac, thanks to Pawel
2895 2009-03-25 [colin] 3.7.1cvs25
2898 * src/etpan/nntp-thread.c
2899 Fix header fetching (NG/To/Cc). Fixes
2900 bug 1883, 'Message processing fails to
2901 act on Newsgroups: field'
2903 2009-03-23 [colin] 3.7.1cvs24
2906 Fix internal headers visible in queue/sent
2908 2009-03-23 [colin] 3.7.1cvs23
2911 Fix check for RC (resource compiler) used
2912 on win32 (AC_LIBTOOL_RC used to call it
2913 implicitely but stopped)
2915 2009-03-19 [colin] 3.7.1cvs22
2918 Put spam button in default toolbar even if
2919 bogofilter and spamassassin are not built.
2920 Other anti-spam plugin could exist! :)
2921 * src/common/utils.c
2922 Fix exit status fetch on win32
2924 2009-03-18 [paul] 3.7.1cvs21
2926 * src/gtk/spell_entry.c
2927 fix "[BUG] Wrong word replaced in 'Subject:'
2928 when spell-checking correction used"
2929 Patch by Pawel Pekala
2931 2009-03-17 [colin] 3.7.1cvs20
2933 * src/common/utils.c
2934 Fix win32 build (from cvs12)
2936 2009-03-17 [colin] 3.7.1cvs19
2939 Fix bug 1735, 'Change To: and Newsgroups:
2940 recipient field according account type'
2943 2009-03-17 [colin] 3.7.1cvs18
2946 * src/prefs_common.c
2947 * src/prefs_common.h
2949 * src/common/prefs.c
2950 Add preference for fsyncing metadata
2952 2009-03-16 [paul] 3.7.1cvs17
2954 * src/prefs_customheader.c
2955 add forgotten #if HAVE_LIBCOMPFACE
2957 2009-03-16 [paul] 3.7.1cvs16
2959 * src/prefs_customheader.c
2960 put the (X-)Face preview image below the up/down
2961 buttons so they don't jump around.
2962 make the list reorderable by drag'n'drop
2964 2009-03-16 [colin] 3.7.1cvs15
2966 * src/prefs_customheader.c
2967 Add a (X-)Face preview. Patch by iwkse.
2969 2009-03-16 [colin] 3.7.1cvs14
2975 * src/common/prefs.c
2976 Add fsync calls to make sure we don't
2977 lose data on system crashes. (to do:
2978 add a pref to allow people choosing raw
2981 2009-03-15 [colin] 3.7.1cvs13
2983 * src/gtk/gtkaspell.c
2984 Fix empty menu when there are no
2985 suggestions (using the Spelling menu)
2987 2009-03-14 [colin] 3.7.1cvs12
2989 * src/common/utils.c
2990 Win32: fix subject prefix length
2992 2009-03-11 [mones] 3.7.1cvs11
2995 fix encoding declared in header
2996 update translation now we're at it
2998 2009-03-10 [colin] 3.7.1cvs10
3001 Fix "wrong mime" message printed out multiple
3004 2009-03-10 [colin] 3.7.1cvs9
3006 * src/prefs_folder_item.c
3009 2009-03-09 [paul] 3.7.1cvs8
3011 * src/prefs_folder_item.c
3012 * src/send_message.c
3013 fixes to english text
3015 2009-03-08 [paul] 3.7.1cvs7
3018 correct errors in header
3020 2009-03-08 [paul] 3.7.1cvs6
3026 * tools/claws.i18n.status.pl
3027 add Japanese translation, submitted by kazken3
3029 2009-03-07 [colin] 3.7.1cvs5
3032 Don't let the invalid MIME warning hide
3033 other noticeview (Partial receive or
3036 2009-03-07 [colin] 3.7.1cvs4
3041 2009-03-07 [colin] 3.7.1cvs3
3046 Handle mimeparts that lack an end boundary.
3047 They're invalid but it's too annoying for
3048 normal users to fix.
3050 2009-03-06 [wwp] 3.7.1cvs2
3053 * src/folder_item_prefs.c
3054 * src/folder_item_prefs.h
3055 * src/prefs_folder_item.c
3056 Add per-folder default cc, bcc and reply-to.
3058 2009-03-06 [colin] 3.7.1cvs1
3061 * src/gtk/gtksourceprintjob.c
3062 Fix build with old print interface
3064 2009-03-06 [paul] 3.7.1
3071 2009-03-06 [paul] 3.7.0cvs78
3082 updated by David Vachulka, Stephan Sachse, Flammie
3083 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
3084 Frederico Goncalves Guimaraes, Lars Persson Fink,
3087 2009-03-03 [colin] 3.7.0cvs77
3089 * src/prefs_filtering.c
3090 Win32: Fix bug 1865, 'IMAP account name changes
3091 are not followed at filter actions'
3093 2009-03-02 [colin] 3.7.0cvs76
3096 Fix Launchpad bug 335571: 'claws-mail crashed
3097 with SIGSEGV in strlen() while deleting
3098 large amount of e-mails on IMAP account
3100 2009-02-27 [mones] 3.7.0cvs75
3102 * manual/es/account.xml
3104 * manual/es/addrbook.xml
3105 * manual/es/advanced.xml
3106 * manual/es/claws-mail-manual.xml
3108 * manual/es/glossary.xml
3110 * manual/es/handling.xml
3111 * manual/es/intro.xml
3112 * manual/es/keyboard.xml
3113 * manual/es/plugins.xml
3114 * manual/es/starting.xml
3115 Sync with English version, fix some typos
3116 Changed encoding to UTF-8
3118 Update for release, changed encoding to UTF-8
3120 2009-02-24 [colin] 3.7.0cvs74
3123 Don't print separation line if there
3126 2009-02-23 [cleroy] 3.7.0cvs73
3135 * src/addrduplicates.c
3138 * src/addressbook_foldersel.c
3146 * src/customheader.c
3148 * src/editaddress_other_attributes_ldap.c
3186 * src/prefs_account.c
3187 * src/prefs_actions.c
3188 * src/prefs_common.c
3189 * src/prefs_filtering.c
3190 * src/prefs_filtering_action.c
3191 * src/prefs_folder_column.c
3192 * src/prefs_folder_item.c
3194 * src/prefs_matcher.c
3197 * src/prefs_summaries.c
3198 * src/prefs_summary_column.c
3199 * src/prefs_template.c
3200 * src/prefs_themes.c
3201 * src/prefs_toolbar.c
3208 * src/remotefolder.c
3209 * src/send_message.c
3210 * src/sourcewindow.c
3212 * src/stock_pixmap.c
3213 * src/summary_search.c
3220 * src/common/base64.c
3221 * src/common/claws.c
3222 * src/common/hooks.c
3223 * src/common/plugin.c
3224 * src/common/prefs.c
3225 * src/common/session.c
3227 * src/common/socket.c
3228 * src/common/string_match.c
3229 * src/common/stringtable.c
3230 * src/common/utils.c
3231 * src/common/utils.h
3233 * src/common/xmlprops.c
3234 * src/gtk/colorlabel.c
3235 * src/gtk/combobox.c
3236 * src/gtk/foldersort.c
3237 * src/gtk/gtkaspell.c
3238 * src/gtk/gtkcmclist.c
3239 * src/gtk/gtkcmctree.c
3240 * src/gtk/gtkcmoptionmenu.c
3241 * src/gtk/gtksctree.c
3242 * src/gtk/gtkshruler.c
3243 * src/gtk/gtksourceprintjob.c
3244 * src/gtk/gtkutils.c
3245 * src/gtk/gtkvscrollbutton.c
3246 * src/gtk/logwindow.c
3248 * src/gtk/pluginwindow.c
3249 * src/gtk/prefswindow.c
3250 * src/gtk/quicksearch.c
3251 * src/gtk/spell_entry.c
3252 * src/plugins/pgpcore/select-keys.c
3253 * src/plugins/pgpinline/pgpinline.c
3254 * src/plugins/pgpmime/pgpmime.c
3255 * src/plugins/smime/smime.c
3256 * src/plugins/spamassassin/spamassassin_gtk.c
3257 Mass commit changing g_return_* to cm_return_*
3258 and making these more interesting
3260 2009-02-23 [colin] 3.7.0cvs72
3263 Always initialise error code to no error
3265 2009-02-23 [colin] 3.7.0cvs71
3268 Fix separator substitution
3270 2009-02-23 [colin] 3.7.0cvs70
3272 * src/stock_pixmap.c
3273 * src/gtk/colorlabel.c
3274 don't use g_return on normal checks
3276 2009-02-22 [colin] 3.7.0cvs69
3282 2009-02-22 [colin] 3.7.0cvs68
3284 * src/addrduplicates.c
3300 * src/prefs_common.c
3301 * src/prefs_filtering.c
3312 * src/common/socket.c
3313 * src/common/template.c
3314 * src/etpan/imap-thread.c
3315 * src/gtk/gtkaspell.c
3316 * src/gtk/gtkcmctree.c
3317 * src/gtk/gtksctree.c
3318 * src/gtk/inputdialog.c
3319 * src/plugins/pgpcore/sgpgme.c
3320 * src/plugins/pgpmime/pgpmime.c
3321 * src/plugins/smime/smime.c
3322 * src/plugins/spamassassin/spamassassin.c
3323 Fix errors caught by Coverity: NULL checks, leaks, overruns,
3324 uninitialised accesses
3326 2009-02-17 [colin] 3.7.0cvs67
3329 Disable controls during queuing
3331 2009-02-15 [colin] 3.7.0cvs66
3334 * src/plugins/pgpcore/select-keys.c
3335 * src/plugins/pgpcore/sgpgme.c
3336 Disable use of disabled keys
3338 2009-02-15 [colin] 3.7.0cvs65
3342 Fix font updating after changing
3343 prefs_common.derive_from_normal_font
3345 2009-02-12 [paul] 3.7.0cvs64
3351 * src/common/version.h.in
3355 more copyright header fixes
3357 2009-02-12 [paul] 3.7.0cvs63
3359 * src/gtk/progressdialog.c
3360 * src/gtk/progressdialog.h
3361 fix copyright header
3363 2009-02-12 [paul] 3.7.0cvs62
3365 * src/gtk/spell_entry.c
3366 * src/gtk/spell_entry.h
3367 better, more standard copyright header
3369 2009-02-12 [paul] 3.7.0cvs61
3371 * src/gtk/spell_entry.c
3372 * src/gtk/spell_entry.h
3373 changes to copyright header
3375 2009-02-12 [paul] 3.7.0cvs60
3377 * src/gtk/spell_entry.c
3378 * src/gtk/spell_entry.h
3381 2009-02-11 [colin] 3.7.0cvs59
3383 * src/gtk/spell_entry.c
3384 * src/gtk/spell_entry.h
3387 2009-02-11 [colin] 3.7.0cvs58
3390 * src/gtk/Makefile.am
3391 * src/gtk/gtkaspell.c
3392 * src/gtk/gtkaspell.h
3393 Add spellcheck to subject. Patch by
3396 2009-02-10 [holger] 3.7.0cvs57
3400 Move filename define for printing page setup cache to defs.h
3402 2009-02-08 [mones] 3.7.0cvs56
3405 Fix build for bison 2.4.1
3407 2009-02-06 [holger] 3.7.0cvs55
3409 * src/prefs_common.c
3410 * src/prefs_common.h
3412 Fix restoring of custom page setups for printing by
3413 temporarily caching the settings.
3414 This is a workaround for Gnome Bug #39018, and fixes
3415 Claws Mail Bug #1840.
3417 2009-02-06 [colin] 3.7.0cvs54
3420 Fix hardcoded Shift-Q quits. Fixes
3421 bug 1838, 'Claws-Mail sometimes quits
3422 when attempting to type a capital Q'
3424 2009-01-31 [paul] 3.7.0cvs53
3427 revert 3.7.0cvs49, until there is time to find out
3428 why it causes a nasty crash!
3430 2009-01-31 [paul] 3.7.0cvs52
3433 1 string that was forgotten for translation
3435 2009-01-31 [paul] 3.7.0cvs51
3438 2 strings that were forgotten for translation
3440 2009-01-31 [paul] 3.7.0cvs50
3442 * src/gtk/prefswindow.c
3443 build prefs tree in a slightly smarter way -
3444 fix bug where if path[0] had same name as
3445 path[1], (like in the de translation), path[1]
3446 was lost and not shown in the window
3448 2009-01-31 [paul] 3.7.0cvs49
3451 fix bug 1836, 'Quoted text still blue after
3452 removal of quote-character'
3453 comment out some debug_print's that needlessly
3456 comment out a debug_print that needlessly slows
3459 2009-01-31 [paul] 3.7.0cvs48
3462 fix bug 1834, '"semi"-selection when collapsing thread'
3464 2009-01-31 [paul] 3.7.0cvs47
3466 * src/prefs_compose_writing.c
3467 * src/prefs_message.c
3468 move 'quote_chars' pref to where it should be
3470 2009-01-30 [paul] 3.7.0cvs46
3473 fix updating of popup menu sensitivity
3475 2009-01-28 [paul] 3.7.0cvs45
3477 * tools/filter_conv_new.pl
3478 move 'move' and 'delete' to end of @actions
3479 so that they are always final actions in the
3480 generated filtering rule
3482 2009-01-27 [paul] 3.7.0cvs44
3485 always select text/calendar mimepart if suitable
3486 plugin (i.e. vCalendar) is available
3488 2009-01-27 [paul] 3.7.0cvs43
3491 fix crash when right-clicking in summaryview when
3492 processing is active
3494 2009-01-22 [colin] 3.7.0cvs42
3499 When replying to signed/encrypted mail and the
3500 preference to sign/encrypt in this case is set,
3501 choose the original mail's privacy system (if
3504 2009-01-21 [colin] 3.7.0cvs41
3507 Fix warning (on-the-fly theming of
3508 addressbook isn't complete yet)
3510 2009-01-21 [colin] 3.7.0cvs40
3514 Win32: Fix window placement
3516 2009-01-21 [paul] 3.7.0cvs39
3519 update timeout log msg
3521 2009-01-17 [colin] 3.7.0cvs38
3526 * src/common/utils.c
3527 * src/etpan/imap-thread.c
3528 Fix g_open calls (which don't ignore mode)
3530 2009-01-17 [colin] 3.7.0cvs37
3539 * src/common/ssl_certificate.c
3541 * src/common/utils.c
3542 * src/etpan/imap-thread.c
3543 * src/plugins/bogofilter/bogofilter.c
3544 * src/plugins/pgpinline/pgpinline.c
3545 * src/plugins/smime/smime.c
3546 Probably fix bug 1825, 'Unable to fetch messages from
3547 IMAP folders named with non-ASCII string'
3548 Change remaining occurences of fopen and open with
3551 2009-01-17 [paul] 3.7.0cvs36
3554 update an old, outdated piece of info
3556 2009-01-17 [paul] 3.7.0cvs35
3558 * src/prefs_folder_item.c
3559 fix bug where saving Folder Properties of a
3560 sub-folder of outbox, queue, draft or trash
3561 would change its parent's folder type to normal
3563 2009-01-12 [mones] 3.7.0cvs34
3568 2009-01-12 [wwp] 3.7.0cvs33
3571 * tools/popfile-link.sh
3572 * tools/textviewer.sh
3573 Fix bashisms and other portability glitches (thanks to
3574 Steven M. Bellovin).
3576 2009-01-11 [paul] 3.7.0cvs32
3579 clean up some build warnings
3581 2009-01-11 [colin] 3.7.0cvs31
3584 Revert part of patch 3.7.0cvs29
3585 This function is used when jpilot
3588 2009-01-11 [colin] 3.7.0cvs30
3591 folder_find_child_item_by_name():
3592 actually use name, not path's basename
3594 2009-01-11 [paul] 3.7.0cvs29
3601 * src/prefs_folder_item.c
3602 clean up some build warnings
3604 2009-01-11 [paul] 3.7.0cvs28
3607 don't even mention printing support, assume its
3608 presence, unless building with GTK+ < 2.10.0
3610 2009-01-10 [colin] 3.7.0cvs27
3613 Fix bug 1811, '[mime] Crash when there's no
3614 room for filename's start on the same line'
3615 When the mimetype of the attachment is very
3616 long, there's no room at all to start the
3617 name=... parameter on the same line. This
3618 caused an infinite loop as 0 characters of
3619 the filename could be appended.
3620 In such cases, insert linebreak before the
3623 2009-01-09 [colin] 3.7.0cvs26
3627 * src/common/utils.c
3628 Win32: Fix bug 1815, 'Drag-n-Drop of files on
3629 Compose Window does not attach'
3631 2009-01-09 [colin] 3.7.0cvs25
3634 Fix bug 1817, 'Changing Themes does not
3635 update the pixmaps in "Select folder"
3638 2009-01-09 [colin] 3.7.0cvs24
3641 Win32: Fix bug 1816, 'Attaching files with
3642 command-line generates error after attaching'
3644 2009-01-09 [paul] 3.7.0cvs23
3647 forgot this '2009' in last commit
3649 2009-01-09 [paul] 3.7.0cvs22
3653 update copyright headers
3655 2009-01-09 [paul] 3.7.0cvs21
3657 * doc/man/claws-mail.1
3660 2009-01-09 [colin] 3.7.0cvs20
3663 Fix bug 1814, 'Windows' WM badly places
3666 2009-01-09 [colin] 3.7.0cvs19
3668 * src/prefs_themes.c
3669 * src/stock_pixmap.c
3670 * src/stock_pixmap.h
3671 * src/common/utils.c
3672 * src/common/utils.h
3673 Win32: Fix bug 1813, 'Installing Theme Creates Error'
3675 2009-01-08 [colin] 3.7.0cvs18
3678 Win32: Fix bug 1810, 'Pressing 'o' key
3681 2009-01-07 [colin] 3.7.0cvs17
3684 Fix bug 1432, '& not escaped in links (HTML
3687 2009-01-06 [colin] 3.7.0cvs16
3689 * src/plugins/pgpcore/select-keys.c
3690 Warn translators the usual way about
3693 2009-01-06 [colin] 3.7.0cvs15
3696 Fix synchronisation dialog that shouldn't
3697 appear when network goes down (Network
3701 Fix save as when attach_save_dir isn't set
3702 fixes bug 1804, 'attach_save_directory does
3703 not default to $HOME'
3704 * src/plugins/pgpcore/select-keys.c
3705 Add mnemonics to buttons - warn translators!
3707 2009-01-06 [wwp] 3.7.0cvs14
3709 * src/common/utils.c
3710 Fix cvs13, thanks to Colin.
3712 2009-01-06 [wwp] 3.7.0cvs13
3714 * src/common/utils.c
3715 Better support for Spanish Outlook replies (RES).
3717 2009-01-02 [colin] 3.7.0cvs12
3720 Fix (+) sign after collapsed folder names that
3721 have quicksearch-matching children.
3722 Fixes bug 1506, 'Recursive search in collapsed
3725 2009-01-02 [colin] 3.7.0cvs11
3727 * src/stock_pixmap.c
3728 * src/stock_pixmap.h
3729 Remove now-unused stock_pixmap_gdk
3731 2009-01-02 [colin] 3.7.0cvs10
3733 * src/gtk/gtkutils.c
3734 * src/pixmaps/claws-mail_icon.xpm
3735 Use pixbuf for app icon, and make the app icon
3738 2009-01-02 [colin] 3.7.0cvs9
3741 Show both link title and URI if possible
3743 2009-01-02 [colin] 3.7.0cvs8
3747 * src/addressbook_foldersel.c
3750 * src/grouplistdialog.c
3754 * src/gtk/gtkcmclist.c
3755 * src/gtk/gtkcmclist.h
3756 * src/gtk/gtkcmctree.c
3757 * src/gtk/gtkcmctree.h
3758 * src/gtk/gtksctree.c
3759 * src/gtk/gtksctree.h
3760 Implement pixbuf rendering in tree widgets
3762 * src/plugins/trayicon/trayicon.c
3764 * src/prefs_themes.c
3765 Use pixbuf rendering here too
3767 2008-12-30 [paul] 3.7.0cvs7
3770 no need to prematurely trim the uri in the statusbar
3772 2008-12-29 [paul] 3.7.0cvs6
3775 prefer List-Id header to X-* headers when creating
3776 filter rule automatically
3778 2008-12-28 [colin] 3.7.0cvs5
3781 Set minimum height to 440 instead of 480
3783 2008-12-22 [colin] 3.7.0cvs4
3786 Fix bug 1799, '"Discard message" deletes manually
3787 saved draft'. Switch rmode to REEDIT after
3790 2008-12-21 [paul] 3.7.0cvs3
3792 * tools/claws.i18n.status.pl
3795 2008-12-21 [paul] 3.7.0cvs2
3801 2008-12-21 [paul] 3.7.0cvs1
3807 2008-12-19 [paul] 3.7.0
3814 2008-12-19 [paul] 3.6.1cvs80
3817 remove unmaintained sk and sr from ALL_LINGUAS
3818 add newly maintained cs to ALL_LINGUAS
3829 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
3830 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
3831 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
3834 2008-12-16 [colin] 3.6.1cvs79