5998b61568f02c3cba55c4249a6d68fe2fa8b03e
[claws.git] / ChangeLog
1 2010-02-09 [colin]      3.7.5cvs11
2
3         * configure.ac
4                 Bump up GTK+ requirement to 2.10
5         * src/Makefile.am
6         * src/compose.c
7         * src/crash.c
8         * src/foldersel.c
9         * src/main.c
10         * src/mainwindow.c
11         * src/messageview.c
12         * src/messageview.h
13         * src/prefs_actions.c
14         * src/prefs_common.c
15         * src/prefs_common.h
16         * src/prefs_ext_prog.c
17         * src/prefs_filtering_action.c
18         * src/prefs_fonts.c
19         * src/prefs_image_viewer.c
20         * src/prefs_matcher.c
21         * src/prefs_msg_colors.c
22         * src/prefs_summaries.c
23         * src/prefs_template.c
24         * src/printing.c
25         * src/printing.h
26         * src/quote_fmt.c
27         * src/summaryview.c
28         * src/textview.c
29         * src/gtk/Makefile.am
30         * src/gtk/about.c
31         * src/gtk/gtkcmclist.c
32         * src/gtk/gtkcmctree.c
33         * src/gtk/gtkutils.c
34         * src/gtk/quicksearch.c
35                 Remove all compile-time conditionals depending on
36                 GTK+ < 2.10
37         * src/gedit-print.c
38         * src/gedit-print.h
39         * src/gtk/gtksourceprintjob.c
40         * src/gtk/gtksourceprintjob.h
41                 Remove libgnomeprint-based printing system (and
42                 command-line-based printing system) as GTK+ 2.10
43                 ships with print support.
44
45 2010-02-08 [mir]        3.7.5cvs10
46
47         * src/compose.c
48             Avoid displaying Bcc headers in message sent
49             to NNTP servers. Thanks to Henning Mersch.
50
51
52 2010-02-08 [pawel]      3.7.5cvs9
53
54         * src/mimeview.c
55                 Make tooltips less cryptic
56         * src/gtk/description_window.c
57                 Improve window size calculation
58
59 2010-02-08 [pawel]      3.7.5cvs8
60
61         * src/compose.c
62         * src/compose.h
63         * src/common/utils.c
64         * src/common/utils.h
65         * src/gtk/authors.h
66                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
67                 Patch by Laurent Bigonville with slight modifications
68
69 2010-02-03 [pawel]      3.7.5cvs7
70
71         * m4/.cvsignore
72                 Add some libtool files to ignore
73
74 2010-02-03 [pawel]      3.7.5cvs6
75
76         * src/plugins/trayicon/trayicon.c
77                 Save and then restore focus when closing/minimizing to tray
78
79 2010-02-03 [mir]        3.7.5cvs5
80
81         * src/addrindex.c
82         * src/editldap.c
83         * src/ldapctrl.c
84         * src/ldapctrl.h
85         * src/ldapquery.c
86         * src/ldapupdate.c
87             Save LDAP password encrypted. See bug 2113.
88
89
90 2010-02-03 [colin]      3.7.5cvs4
91
92         * src/privacy.c
93                 Fix again decoding of encrypted parts. The
94                 reverting of the patch was wrong, as the
95                 double-decoding was fixed in smime itself.
96                 Thanks to Matthias Drochner again...
97
98 2010-02-02 [colin]      3.7.5cvs3
99
100         * src/plugins/smime/smime.c
101         * src/privacy.c
102                 Revert 3.7.4cvs2 and make a better patch for bug
103                 2059 and 2076. Patch by Matthias Drochner
104
105 2010-01-31 [pawel]      3.7.5cvs2
106
107         * src/gtk/authors.h
108                 Fix hungarian translator's name
109
110 2010-01-31 [pawel]      3.7.5cvs1
111
112         * src/messageview.c
113         * src/mimeview.c
114                 Fix Bug 2107 - Arrow keys don't work in message view window
115
116 2010-01-31 [paul]       3.7.5
117
118         * NEWS
119         * README
120         * RELEASE_NOTES 
121                 3.7.5 released!
122
123 2010-01-23 [pawel]      3.7.4cvs10
124
125         * src/addressbook.c
126                 Fix button sensitivity in compose mode
127
128 2010-01-23 [pawel]      3.7.4cvs9
129
130         * commitHelper
131         * tools/kdeservicemenu/install.sh
132         * tools/make.themes.project
133         * tools/nautilus2claws-mail.sh
134         * tools/popfile-link.sh
135         * tools/textviewer.sh
136                 Not all systems have bash installed in /bin, use env(1) to find
137                 it`s location
138
139 2010-01-22 [pawel]      3.7.4cvs8
140
141         * src/prefs_account.c
142         * src/prefs_filtering.c
143         * src/prefs_send.c
144         * src/gtk/colorlabel.c
145                 Add some separators in combos
146
147 2010-01-22 [pawel]      3.7.4cvs7
148
149         * autogen.sh
150                 --disable-aspell -> --disable-enchant
151         * configure.ac
152                 Fix options spacing in configure --help
153         * src/wizard.c
154                 Make wizard's window centered on the screen
155
156 2010-01-19 [holger]     3.7.4cvs6
157
158         * src/folder.c
159         * src/folder.h
160                 Introduce folder_get_item_from_identifier().
161                 In contrast to folder_find_item_from_identifier(), this
162                 function recursively creates the FolderItems in the id path.
163                 Useful for programmatically creating folders (e.g. by plugins)
164
165 2010-01-17 [pawel]      3.7.4cvs5
166
167         * src/gtk/authors.h
168                 Fix my lastname
169
170 2010-01-16 [colin]      3.7.4cvs4
171
172         * src/plugins/pgpcore/sgpgme.c
173                 Probably fix bug 2098, 'claws-mails crashes frequently 
174                 with pgpcore'. Fix double-free.
175
176 2010-01-16 [holger]     3.7.4cvs3
177
178         * src/prefs_toolbar.h
179                 Forgotten header
180
181 2010-01-15 [colin]      3.7.4cvs2
182
183         * src/privacy.c
184                 Decode mimeinfo before decrypting it. Probably
185                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
186                 with S/MIME encryption' and bug 2076 'having 
187                 worked 2 times properly CLAWS ceased to 
188                 decrypt incoming PGP mails -displays base64 
189                 instead - sucks completely'
190                 Let's hope complete suckage ends here!
191                 Thanks to Matthias Drochner.
192
193 2010-01-08 [paul]       3.7.4cvs1
194
195         * tools/claws.i18n.status.pl
196                 fix typos
197
198 2010-01-08 [paul]       3.7.4
199
200         * NEWS
201         * README
202         * RELEASE_NOTES 
203                 3.7.4 released!
204
205 2010-01-08 [paul]       3.7.3cvs57
206
207         * po/ca.po
208         * po/cs.po
209         * po/de.po
210         * po/fi.po
211         * po/hu.po
212         * po/id.po
213         * po/ja.po
214         * po/nl.po
215         * po/pt_BR.po
216         * po/pt_PT.po
217         * po/ru.po
218         * po/sk.po
219                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
220                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
221                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
222                 Slavko
223
224 2010-01-08 [paul]       3.7.3cvs56
225
226         * src/common/utils.c
227                 fix bug 2089, 'URLs ending with an underscore ('_')
228                 are not correctly parsed'. thanks to Johan
229
230 2010-01-05 [colin]      3.7.3cvs55
231
232         * po/fr.po
233                 Update french translation
234
235 2010-01-04 [mones]      3.7.3cvs54
236
237         * po/es.po
238                 Update Spanish translation
239
240 2010-01-04 [mones]      3.7.3cvs53
241
242         * manual/plugins.xml
243                 Some format
244         * manual/es/claws-mail-manual.xml
245         * manual/es/intro.xml
246         * manual/es/plugins.xml
247                 Synchronise with English version
248
249 2010-01-03 [paul]       3.7.3cvs52
250
251         * ChangeLog
252                 fix format
253         * src/gtk/authors.h
254                 update TEAM_LIST, fix encoding
255
256 2010-01-03 [mir]        3.7.3cvs51
257
258         * src/compose.c
259                 When composing to a NNTP list TO: will always be preset
260                 to the NNTP list unless user has chosen some other default
261                 in which case we will handle this the normal way. Therefore
262                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
263
264 2010-01-01 [paul]       3.7.3cvs50
265
266         * src/gtk/about.c
267                 bump copyright year whilst it's in mind
268
269 2009-12-31 [paul]       3.7.3cvs49
270
271         * manual/claws-mail-manual.xml
272         * manual/intro.xml
273         * manual/plugins.xml
274                 fix links so that they make sense in the context of the
275                 text version of the manual
276
277 2009-12-31 [paul]       3.7.3cvs48
278
279         * manual/intro.xml
280         * manual/plugins.xml
281                 updates, improvements, corrections, additions
282
283 2009-12-29 [pawel]      3.7.3cvs47
284
285         * src/prefs_filtering_action.c
286                 Fix Bug 2082 'Wrong color rectangle position when replacing
287                 "color" processing rule'
288
289 2009-12-29 [colin]      3.7.3cvs46
290
291         * src/compose.c
292                 Fix bug 2074, 'Remember sending account 
293                 for sent messages'
294
295 2009-12-20 [holger]     3.7.3cvs45
296
297         * src/compose.c
298                 Delay CREATED_HOOKLIST invokation until
299                 after the modifications to the compose window
300                 are done, to allow hooks to further modify the
301                 window without getting overridden again
302
303 2009-12-20 [holger]     3.7.3cvs44
304
305         * src/prefs_toolbar.h
306                 Fix last commit
307
308 2009-12-20 [holger]     3.7.3cvs43
309
310         * src/prefs_toolbar.c
311         * src/prefs_toolbar.h
312         * src/toolbar.c
313                 Pass window struct to caller
314
315 2009-12-20 [holger]     3.7.3cvs42
316
317         * src/compose.c
318         * src/compose.h
319                 Add hooklist after creation of a compose window
320
321 2009-12-19 [holger]     3.7.3cvs41
322
323         * src/prefs_toolbar.c
324         * src/prefs_toolbar.h
325         * src/toolbar.c
326                 Allow plugins to choose to which toolbar they want
327                 to add actions (main window, compose window, or message view)
328
329 2009-12-19 [paul]       3.7.3cvs40
330
331         * src/statusbar.c
332                 fix statusbar in GTK+ 2.19.1
333
334 2009-12-10 [pawel]      3.7.3cvs39
335
336         * src/compose.c
337                 Better fix for cvs28 regression
338
339 2009-12-10 [iwkse]      3.7.3cvs38
340
341         * src/compose.c
342             Fix some indentation
343
344 2009-12-10 [iwkse]      3.7.3cvs37
345
346         * src/compose.c
347             Add missing checks for gtkaspell: avoid
348             crashing in some cases when Enchant is 
349             enabled but the spell checker is disabled 
350             in preferences.
351
352 2009-12-09 [colin]      3.7.3cvs36
353
354         * src/compose.c
355                 Fix leak and unchecked accesses.
356
357 2009-12-09 [mir]        3.7.3cvs35
358
359         * src/compose.c
360         Fix Bug 2072 "template at folder properties is not working"
361         introduced in cvs24.
362
363 2009-12-08 [pawel]      3.7.3cvs34
364
365         * src/compose.c
366                 When 'Reply All' remove current compose address from
367                 Cc/Bcc list - fix for regression introduced in cvs28
368
369 2009-12-05 [pawel]      3.7.3cvs33
370
371         * src/messageview.c
372                 Fix memory management, duh!
373
374 2009-12-04 [pawel]      3.7.3cvs32
375
376         * src/messageview.c
377                 Use case insensitive comparison in search for
378                 duplicate urls
379         * src/uri_opener.c
380                 Refresh scrollbars on every window open
381
382 2009-12-04 [pawel]      3.7.3cvs31
383
384         * src/compose.c
385                 Highlight misspelled words when applying template and
386                 check_while_typing option is on
387
388 2009-12-03 [pawel]      3.7.3cvs30
389
390         * src/compose.c
391                 Highlight misspelled words in text inserted from file(s)
392                 or pasted to message body when check_while_typing
393                 options is on
394
395 2009-12-02 [pawel]      3.7.3cvs29
396
397         * src/compose.c
398                 Revert first part of previous commit
399
400 2009-12-02 [pawel]      3.7.3cvs28
401
402         * src/compose.c
403                 Fix Bug 2055 "duplicate mailing list reply if
404                 List-Post + Reply-To present"
405                 - Ignore Reply-To if answering to ML
406                 - Improve parsing of List-Post header
407
408 2009-12-02 [pawel]      3.7.3cvs27
409
410         * src/compose.c
411         * src/compose.h
412                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
413                 email had user in "From" and "CC"
414                 Don't allow duplicate addresses in compose window headers
415
416 2009-12-02 [mones]      3.7.3cvs26
417
418         * manual/intro.xml
419         * manual/es/intro.xml
420         * manual/fr/intro.xml
421         * manual/it/intro.xml
422         * manual/pl/intro.xml
423                 Make URL to point current site
424
425 2009-12-01 [holger]     3.7.3cvs25
426
427         * src/summaryview.c
428         * src/summaryview.h
429                 Introduce new drag type "claws-mail/msg-path-list" for
430                 drag'n'drop of a message selection from the summaryview
431                 into other applications. The drag data gets set to the
432                 folder-item-id followed by message ids, separated by newlines.
433                 This enables other applications to back-link to Claws Mail
434                 via a "claws-mail --select" call after they received a drop.
435
436 2009-11-30 [mir]        3.7.3cvs24
437
438         * src/compose.c
439            Place cursor in compose window according to provided input
440            If to: is present place cursor in subject field and if both
441            to: and subject: is present place cursor in body. If body: is
442            present insert a new line after text and place cursor there.
443
444 2009-11-27 [mones]      3.7.3cvs23
445
446         * src/gtk/quicksearch.c
447                 Allow viewing longer expressions if there's space
448
449 2009-11-25 [holger]     3.7.3cvs22
450
451         * Makefile.am
452         * src/common/Makefile.am
453         * src/common/utils.c
454         * src/common/utils.h
455                 Add a function to query the
456                 filepath of the .desktop file
457
458 2009-11-25 [colin]      3.7.3cvs21
459
460         * src/imap.c
461                 Fix bug 2063, 'glib assertion in GRelation use in 
462                 imap.c'
463
464 2009-11-24 [pawel]      3.7.3cvs20
465
466         * src/common/utils.c
467                 Fix Bug 2053 'Inconsistent application of Coloration 
468                 of Message text'
469                 Don't allow '<' character between quotation marks
470
471 2009-11-21 [holger]     3.7.3cvs19
472
473         * src/printing.c
474                 Modify cairo clip handling in preview windows,
475                 to prevent print preview windows from being blank
476                 with GTK+ 2.18. Follow recommendation of the GTK+
477                 documentation (section "Migrating to client side windows")
478                 and create a new cairo context for each expose event.
479
480 2009-11-19 [pawel]      3.7.3cvs18
481
482         * Makefile.am
483                 complete 3.7.3cvs15 so install is DESTDIR safe
484                 remove icons with changed names on uninstall
485
486 2009-11-18 [pawel]      3.7.3cvs17
487
488         * src/news_gtk.c
489                 remove unneeded and code-duplicating function
490
491 2009-11-18 [pawel]      3.7.3cvs16
492
493         * src/news_gtk.c
494                 Fix Bug 2057 'Claws mail does not keep renamed names
495                 of nntp-subscribed groups'
496                 Check for already subscribed group using item->path for group
497                 comparision as folders item->path != item->name may be truth 
498                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
499
500 2009-11-17 [pawel]      3.7.3cvs15
501
502         * Makefile.am
503                 Fix Bug 2049 'some icons not copied?'
504                 Install additional 64x64 and 128x128 icons
505
506 2009-11-17 [holger]     3.7.3cvs14
507
508         * src/prefs_toolbar.c
509         * src/prefs_toolbar.h
510         * src/toolbar.c
511         * src/toolbar.h
512                 Allow plugins to register toolbar items
513
514 2009-11-11 [pawel]      3.7.3cvs13
515
516         * src/addressbook.c
517         * src/compose.c
518         * src/compose.h
519         * src/filtering.c
520                 Fix Bug 1867 Changing account does not change BCC address
521                 Set account specific headers when changing account
522                 in compose window.
523
524 2009-11-07 [colin]      3.7.3cvs12
525
526         * src/gtk/prefswindow.c
527                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
528                 Patch by Pawel
529
530 2009-11-07 [colin]      3.7.3cvs11
531
532         * src/gtk/spell_entry.c
533                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
534                 Patch by Pawel Pekala
535
536 2009-10-27 [colin]      3.7.3cvs10
537
538         * src/folder.c
539                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
540                 Don't try to check whether the folder is up-to-date if
541                 the folder class doesn't implement set_mtime, as we don't
542                 care in this case. This code exists since a long time, but
543                 the bug was triggered by more scanning of queue folders 
544                 since recently (when we added \Deleted handling).
545
546 2009-10-27 [colin]      3.7.3cvs9
547
548         * src/mainwindow.c
549                 Try to fix registering as default client
550                 on windows 7
551
552 2009-10-21 [wwp]        3.7.3cvs8
553
554         * src/common/utils.c
555                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
556
557 2009-10-21 [wwp]        3.7.3cvs7
558
559         * src/common/utils.c
560                 Don't core dump when attempting to insert a non-existing
561                 file using a mailto: uri (g_error does core dump).
562
563 2009-10-20 [colin]      3.7.3cvs6
564
565         * src/common/utils.c
566                 Don't g_error on normal warnings...
567
568 2009-10-20 [colin]      3.7.3cvs5
569
570         * src/plugins/pgpcore/sgpgme.c
571                 Fix bug 1996, 'S/MIME key not selected'
572                 Check for S/MIME certs too
573
574 2009-10-20 [colin]      3.7.3cvs4
575
576         * src/common/w32lib.h
577                 Fix win32 build on latest mingw32
578
579 2009-10-20 [colin]      3.7.3cvs3
580
581         * src/exportldif.c
582         * src/ldif.c
583         * src/ldif.h
584                 Fix LDIF export. Patch by Michael Rasmussen
585
586 2009-10-18 [paul]       3.7.3cvs2
587
588         * tools/claws.i18n.status.pl
589                 increase the value of $transolddays since we're relasing less
590                 often now.
591                 rework the en_GB.po hack so that en_GB is always 100% translated
592                 and recently updated
593
594 2009-10-17 [paul]       3.7.3cvs1
595
596         * src/prefs_account.c
597         * src/prefs_compose_writing.c
598         * src/prefs_receive.c
599         * src/prefs_summaries.c
600         * src/prefs_wrapping.c
601                 reword a few labels. (this incorporates everything
602                 that seemed worthwhile from bug 2020)
603         * src/prefs_customheader.c
604                 use a 'Browse' button instead of button with
605                 label 'From file...'
606
607 2009-10-12 [colin]
608
609         * CVS repository change
610
611 2009-10-09 [paul[       3.7.3
612
613         version 3.7.3 unleashed!!
614
615 2009-10-07 [paul]       3.7.2cvs49
616
617         * src/folderview.c
618         * src/folderview.h
619         * src/mainwindow.c
620                 fix  Bug 1994 -  Changing colors required restart.
621                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
622                 more accurate folderview_reinit_fonts()
623
624 2009-10-07 [paul]       3.7.2cvs48
625
626         * src/addrgather.c
627         * src/prefs_common.c
628         * src/prefs_common.h
629                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
630                 patch by Pawel Pekala
631
632 2009-10-07 [paul]       3.7.2cvs47
633
634         * po/cs.po
635         * po/de.po
636         * po/hu.po
637         * po/id.po
638         * po/ja.po
639         * po/pt_BR.po
640                 updated by David Vachulka, Stephan Sachse and Marc Arens,
641                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
642                 Goncalves Guimaraes
643
644 2009-10-06 [colin]      3.7.2cvs46
645
646         * po/fr.po
647                 French translation update
648
649 2009-10-05 [paul]       3.7.2cvs45
650
651         * src/printing.c
652                 enable Page Size and Orientation in the print dialog,
653                 GTK+ >= 2.18.x only. Patch by Mark__T
654
655 2009-10-05 [paul]       3.7.2cvs44
656
657         * src/prefs_summaries.c
658                 fix label, startup --> start-up, to match other uses of the
659                 term
660
661 2009-10-05 [paul]       3.7.2cvs43
662
663         * po/pl.po
664                 updated by Emilian Nowak
665
666 2009-10-03 [colin]      3.7.2cvs42
667
668         * src/mimeview.c
669         * src/noticeview.c
670         * src/gtk/gtkcmclist.c
671         * src/gtk/gtkvscrollbutton.c
672         * src/gtk/logwindow.c
673                 GTK+ 2.18 fixes:
674                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
675                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
676                 Fix warning at start
677
678 2009-09-28 [colin]      3.7.2cvs41
679
680         * src/matcher.c
681         * src/mimeview.c
682         * src/prefs_folder_item.c
683                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
684
685 2009-09-28 [colin]      3.7.2cvs40
686
687         * src/prefs_summaries.c
688         * src/gtk/sslcertwindow.c
689                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
690                 shows up garbled in GUI'. Patch by Pawel Pekala
691
692 2009-09-24 [iwkse]      3.7.2cvs39
693
694         * configure.ac
695             That's only for statistics, of course :)
696
697 2009-09-24 [iwkse]      3.7.2cvs38
698
699         * configure.ac
700             ...
701
702 2009-09-24 [iwkse]      3.7.2cvs37
703
704         * configure.ac
705             Revert unwanted change
706
707 2009-09-24 [iwkse]      3.7.2cvs36
708
709         * src/action.c
710             Fix issue with filtering actions and 
711             parsed parameters
712
713 2009-09-20 [mones]      3.7.2cvs35
714
715         * tools/convert_mbox.pl
716                 Add -R flag to support recursive conversions
717                 of arbitrary Evolution mail folders, based on
718                 bash script by Daniel Dickinson (fixes debian 
719                 bug #461435) 
720         * tools/popfile-link.sh
721                 Set required shell for script (fixes debian 
722                 bug #530057)
723
724 2009-09-16 [colin]      3.7.2cvs34
725
726         * src/main.c
727                 Go grab files in /etc/skel if they exist
728                 at first startup 
729
730 2009-09-15 [colin]      3.7.2cvs33
731
732         * src/procmime.c
733                 Complete 3.7.1cvs42: only output directly to
734                 final file if we get NULL byes at the start.
735                 Still fixes saving UTF16 files, but also
736                 fixes displaying Base64 parts with decoding
737                 errors (parts without errors get displayed)
738
739 2009-09-14 [colin]      3.7.2cvs32
740
741         * src/matcher.c
742         * src/matcher.h
743         * src/matcher_parser_parse.y
744         * src/prefs_matcher.c
745                 Add 'has_attachment' and 'signed' matcher
746                 expressions. Patch by Aleksei Miheev, fixes
747                 bug 1997. 
748
749 2009-09-14 [colin]      3.7.2cvs31
750
751         * src/common/utils.c
752                 Add "Re :" prefix from french Yahoo mail.
753                 Patch by Didier Barvaux, fixes bug 1999
754
755 2009-09-10 [mones]      3.7.2cvs30
756
757         * manual/plugins.xml
758                 Fix sites supported by SpamReport
759         * manual/es/plugins.xml
760                 Synchronise Spanish manual
761
762 2009-09-07 [holger]     3.7.2cvs29
763
764         * Makefile.am
765                 Also update the icon cache on uninstall.
766                 This prevents possible problems when Claws Mail was
767                 uninstalled and installed again into a different location,
768                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
769                 and the blog post linked therein
770
771 2009-09-07 [paul]       3.7.2cvs28
772
773         * src/prefs_toolbar.c
774                 when updating the main toolbar icons just update
775                 the main toolbar (and consequently fix a bug where
776                 folderview icons would disappear)
777
778 2009-08-30 [holger]     3.7.2cvs27
779
780         * src/compose.c
781                 Do case-insensitive comparison against
782                 header names when extracting recipients
783                 from composed mails
784
785 2009-08-23 [colin]      3.7.2cvs26
786
787         * src/mbox.c
788                 Probably fix RH bug 512024, " folder.c:3543 
789                 Condition msglist != NULL failed"
790
791 2009-08-23 [colin]      3.7.2cvs25
792
793         * src/prefs_compose_writing.c
794                 Make the maximum size warning bigger. Patch
795                 by Didier Barvaux on bug 1986.
796
797 2009-08-21 [colin]      3.7.2cvs24
798
799         * src/compose.c
800                 Previous commit: move the function into compose_insert_file
801                 so that it's also used on drag-n-drop
802
803 2009-08-21 [colin]      3.7.2cvs23
804
805         * src/compose.c
806                 Fix scrolling when adding an header
807
808 2009-08-21 [colin]      3.7.2cvs22
809
810         * src/compose.c
811         * src/prefs_common.c
812         * src/prefs_common.h
813         * src/prefs_compose_writing.c
814         * src/common/utils.c
815                 Fix bug 1986, "New feature: warn user when inserting 
816                 a large file in the message body". Patch by Didier
817                 Barvaux
818
819 2009-08-21 [colin]      3.7.2cvs21
820
821         * AUTHORS
822         * src/gtk/authors.h
823         * src/common/utils.c
824                 Fix bug 1984: Add R�f. : reply prefix (french 
825                 Lotus Notes); patch by Didier Barvaux
826
827 2009-08-21 [colin]      3.7.2cvs20
828
829         * src/codeconv.c
830         * src/codeconv.h
831                 Fix bug 1969, 'Bad guess for outgoing encoding'
832                 Make sure the specific converters (japanese in
833                 this case) can return success/error in strict
834                 mode, instead of silently failing back to 
835                 strncpy
836
837 2009-08-20 [holger]     3.7.2cvs19
838
839         * src/compose.c
840         * src/compose.h
841                 Make it possible for code outside
842                 compose (e.g. plugins) to attach files
843
844 2009-08-20 [colin]      3.7.2cvs18
845
846         * src/main.c
847                 Fix crash when accessing IMAP soon
848
849 2009-08-18 [colin]      3.7.2cvs17
850
851         * src/ldapquery.c
852                 Maybe fix crash on non-existent LDAP server
853
854 2009-08-04 [colin]      3.7.2cvs16
855
856         * src/toolbar.c
857                 Fix toolbar's spacing that breaks dark
858                 themes (patch from http://blogs.igalia.com/aperez/
859                 2009/07/making-claws-mail-look-better/)
860
861 2009-07-28 [colin]      3.7.2cvs15
862
863         * src/account.c
864         * src/addrcustomattr.c
865         * src/addressadd.c
866         * src/addressbook_foldersel.c
867         * src/addrgather.c
868         * src/browseldap.c
869         * src/compose.c
870         * src/editbook.c
871         * src/editgroup.c
872         * src/editjpilot.c
873         * src/editldap.c
874         * src/editldap_basedn.c
875         * src/edittags.c
876         * src/editvcard.c
877         * src/exphtmldlg.c
878         * src/expldifdlg.c
879         * src/export.c
880         * src/foldersel.c
881         * src/import.c
882         * src/importldif.c
883         * src/importmutt.c
884         * src/importpine.c
885         * src/prefs_actions.c
886         * src/prefs_customheader.c
887         * src/prefs_display_header.c
888         * src/prefs_filtering.c
889         * src/prefs_folder_column.c
890         * src/prefs_matcher.c
891         * src/prefs_summary_column.c
892         * src/prefs_summary_open.c
893         * src/prefs_template.c
894         * src/textview.c
895         * src/uri_opener.c
896                 Fix bug 1950, 'Program freeze up during folder selection'
897                 Don't leave hidden windows modal
898
899 2009-07-28 [colin]      3.7.2cvs14
900
901         * src/ldapquery.c
902                 Fix bug 1957, 'LDAP errs out after searching too 
903                 many search bases'
904
905 2009-07-28 [colin]      3.7.2cvs13
906
907         * src/summaryview.c
908                 Fix bug 1966, '"Collapse all threads" slower than 
909                 "Expand all threads"'
910
911 2009-07-28 [colin]      3.7.2cvs12
912
913         * src/common/session.c
914                 Fix bug 1967, 'Claws gets stuck after accepting 
915                 a certificate warning dialog'
916
917 2009-07-19 [paul]       3.7.2cvs11
918
919         * manual/plugins.xml
920                 a few small changes to the English
921
922 2009-07-18 [mones]      3.7.2cvs10
923
924         * manual/plugins.xml
925                 Add new bsfilter and fancy plugins to the docs
926                 and a note about dealing with plugins of the same class
927         * src/prefs_account.c
928                 Fix extra space at the end typo
929
930 2009-07-16 [colin]      3.7.2cvs9
931
932         * src/summaryview.c
933                 Fix wrong return without unlocking; thanks
934                 to mupuf_
935
936 2009-07-14 [colin]      3.7.2cvs8
937
938         * src/imap.c
939                 Fix bug 1954, 'Segfault on reading wrong STATUS'
940
941 2009-07-10 [colin]      3.7.2cvs7
942
943         * src/plugins/pgpcore/plugin.def
944         * src/common/utils.h
945                 Fix windows port
946
947 2009-07-10 [colin]      3.7.2cvs6
948
949         * src/prefs_display_header.c
950                 Fix bug 1951, 'C-Mail dumps core when editing 
951                 displayed headers'. Patch by Alexey Rusakov
952
953 2009-07-10 [colin]      3.7.2cvs5
954
955         * src/folderview.c
956                 Fix bug 1952, 'Deleted mails in Queue folder 
957                 highlight it'.
958
959 2009-07-09 [colin]      3.7.2cvs4
960
961         * src/gtk/spell_entry.c
962                 Fix bug 1949, 'Spell checker doesn't recognise 
963                 certain word in Subject header, but does in 
964                 message body'. Patch by Pawel Pekala.
965
966 2009-07-09 [paul]       3.7.2cvs3
967
968         * configure.ac
969                 use pkgconfig to check for the minimum required
970                 version of GnuTLS
971
972 2009-07-06 [colin]      3.7.2cvs2
973
974         * src/prefs_customheader.c
975                 Fix build failure
976
977 2009-07-04 [paul]       3.7.2cvs1
978
979         * tools/claws.i18n.status.pl
980                 updated
981
982 2009-07-03 [paul]       3.7.2
983
984         * NEWS
985         * README
986         * RELEASE_NOTES 
987                 3.7.2 released!
988
989 2009-07-03 [paul]       3.7.1cvs85
990
991         * AUTHORS
992         * configure.ac
993         * po/pt_PT.po
994         * po/sk.po
995         * src/gtk/authors.h
996                 added new translations by Tiago Faria and Slavko
997         * po/bg.po
998         * po/cs.po
999         * po/de.po
1000         * po/es.po
1001         * po/fi.po
1002         * po/fr.po
1003         * po/hu.po
1004         * po/id.po
1005         * po/it.po
1006         * po/ja.po
1007         * po/pt_BR.po
1008         * po/ru.po
1009                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
1010                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
1011                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
1012                 Goncalves Guimaraes, Aleksei Miheev
1013
1014 2009-07-01 [colin]      3.7.1cvs84
1015
1016         * src/prefs_common.c
1017                 Fix bug 1940, 'Doesn't open links in 
1018                 user's default browser'. Turn the preference
1019                 to TRUE by default; that will only change the
1020                 behaviour for new users.
1021
1022 2009-06-29 [colin]      3.7.1cvs83
1023
1024         * src/filtering.c
1025         * src/filtering.h
1026         * src/prefs_filtering_action.c
1027                 Fix bug 1935, 'problems with very long filtering actions':
1028                 Use a dynamic buffer in action to string, and a bigger
1029                 buffer in string to action
1030
1031 2009-06-29 [colin]      3.7.1cvs82
1032
1033         * src/matcher_parser_lex.l
1034                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
1035
1036 2009-06-29 [colin]      3.7.1cvs81
1037
1038         * src/addressbook.c
1039                 Fix warnings
1040         * src/editgroup.c
1041                 Fix crash (out-of-bounds tree column)
1042         * src/gtk/gtkcmctree.c
1043         * src/gtk/gtksctree.c
1044                 Prevent using an out-of-bounds tree column
1045
1046 2009-06-29 [colin]      3.7.1cvs80
1047
1048         * src/ldapupdate.c
1049         * src/ldif.c
1050                 Leak fixes; patch by Pawel Pekala.
1051
1052 2009-06-26 [colin]      3.7.1cvs79
1053
1054         * src/summaryview.c
1055                 Sort by msgnum if dates are equal
1056
1057 2009-06-24 [paul]       3.7.1cvs78
1058
1059         * src/summaryview.c
1060                 make some (forgotten) strings translatable
1061
1062 2009-06-19 [colin]      3.7.1cvs77
1063
1064         * src/summaryview.c
1065                 Fix menu sensitiveness
1066
1067 2009-06-18 [colin]      3.7.1cvs76
1068
1069         * configure.ac
1070         * src/plugins/pgpcore/sgpgme.c
1071         * src/plugins/pgpcore/sgpgme.h
1072         * src/plugins/pgpmime/mypgpcore.def
1073         * src/plugins/pgpmime/pgpmime.c
1074         * src/plugins/smime/mypgpcore.def
1075         * src/plugins/smime/smime.c
1076                 Use largefile support (and stop using our old GPGME
1077                 hack on gpgme_data_seek/rewind)
1078                 (See 1.9.12cvs44 to 46 - if this breaks things we 
1079                 should soon know :)
1080
1081 2009-06-13 [colin]      3.7.1cvs75
1082
1083         * src/gtk/spell_entry.c
1084                 Fix assertion. We can put a NULL gtkaspell to
1085                 an entry; it just means it won't be spell-checked.
1086
1087 2009-06-12 [mones]      3.7.1cvs74
1088
1089         * src/compose.c
1090         * src/messageview.c
1091         * src/prefs_account.c
1092         * src/prefs_account.h
1093         * src/common/utils.c
1094         * src/common/utils.h
1095                 Added preference to use account address in generated
1096                 Message-Id. Fixes Debian bug #531052
1097
1098 2009-06-12 [colin]      3.7.1cvs73
1099
1100         * src/common/ssl.c
1101                 Better fix, API-compatible with libgnutls13
1102
1103 2009-06-12 [colin]      3.7.1cvs72
1104
1105         * src/common/ssl.c
1106                 Use compatibility mode in GnuTLS, and avoid problems with 
1107                 servers that don't comply 100% with the spec, but still
1108                 exist.
1109
1110 2009-06-06 [iwkse]      3.7.1cvs71
1111
1112         * src/compose.c
1113                 Ops..revert a mix with another patch
1114
1115 2009-06-06 [iwkse]      3.7.1cvs70
1116
1117         * src/compose.c
1118                 A better fix for the previous commit's issue
1119
1120 2009-06-06 [iwkse]      3.7.1cvs69
1121
1122         * src/compose.c
1123                 Fix shutting down of Claws Mail while a GTK_Return keypress 
1124                 event is sent to the Attach property window
1125
1126 2009-06-05 [colin]      3.7.1cvs68
1127
1128         * src/compose.c
1129                 Fix build on GTK+ 2.6
1130
1131 2009-06-03 [mones]      3.7.1cvs67
1132
1133         * tools/make.themes.project
1134                 Oops! fix header, sorry Paul ;-)
1135
1136 2009-06-03 [mones]      3.7.1cvs66
1137
1138         * tools/make.themes.project
1139                 Add support for PNG themes and other
1140                 fixes i don't remember now... :)
1141
1142 2009-06-02 [colin]      3.7.1cvs65
1143
1144         * src/compose.c
1145         * src/prefs_template.c
1146         * src/quote_fmt.c
1147                 Fix error messages in templates, and fix their
1148                 checking
1149
1150 2009-05-22 [colin]      3.7.1cvs64
1151
1152         * src/compose.c
1153                 And remove hbox too
1154
1155 2009-05-22 [colin]      3.7.1cvs63
1156
1157         * src/compose.c
1158                 Fix phantom button behind entry when
1159                 changing fields via Tools/Reply mode.
1160
1161 2009-05-22 [colin]      3.7.1cvs62
1162
1163         * src/compose.c
1164                 Fix icon size
1165
1166 2009-05-21 [mones]      3.7.1cvs61
1167
1168         * src/compose.c
1169         * src/compose.h
1170                 Add button to empty header lines with one click
1171
1172 2009-05-21 [paul]       3.7.1cvs60
1173
1174         * src/mainwindow.c
1175         * src/mainwindow.h
1176         * src/plugins/trayicon/trayicon.c
1177                 when quitting from the trayicon, honour
1178                 prefs_common.clean_on_exit
1179
1180 2009-05-21 [paul]       3.7.1cvs59
1181
1182         * src/gtk/Makefile.am
1183                 remove duplicate entry
1184                 thanks to Charles A Edwards
1185
1186 2009-05-19 [paul]       3.7.1cvs58
1187
1188         * src/send_message.c
1189                 clear progressbar in the statusbar on 'Cancel'
1190
1191 2009-05-16 [colin]      3.7.1cvs57
1192
1193         * AUTHORS
1194         * src/gtk/authors.h
1195                 Add Fabian
1196
1197 2009-05-16 [colin]      3.7.1cvs56
1198
1199         * src/msgcache.c
1200                 Remove msgnum>0 condition for removing messages
1201                 from caches. There's no such condition on add.
1202                 Fixes bug 1913, 'Allow to remove phantom 
1203                 messages from the cache'; patch by Fabian
1204                 Keil <fk at fabiankeil.de>
1205
1206 2009-05-12 [holger]     3.7.1cvs55
1207
1208         * src/messageview.c
1209         * src/messageview.h
1210                 Introduce hook after showing of the message view
1211
1212 2009-05-11 [colin]      3.7.1cvs54
1213
1214         * src/compose.c
1215                 Fix bug 1872, 'A: Cc: CCi: selector should 
1216                 default on same as preceding contact'
1217
1218 2009-05-10 [holger]     3.7.1cvs53
1219
1220         * src/addr_compl.c
1221         * src/addr_compl.h
1222                 Add a hook to make it possible for plugins to
1223                 modify the address completion list
1224
1225 2009-05-06 [paul]       3.7.1cvs52
1226
1227         * src/folder.c
1228         * src/mimeview.c
1229                 fix bug 1915, 'Mails signed with smime.p7s
1230                 display both signed and attachment icon.'
1231
1232 2009-05-05 [colin]      3.7.1cvs51
1233
1234         * src/common/utils.c
1235                 Fix patch :)
1236
1237 2009-05-05 [colin]      3.7.1cvs50
1238
1239         * src/common/utils.c
1240                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
1241                 different mountpoint than tempdir'
1242
1243 2009-05-04 [colin]      3.7.1cvs49
1244
1245         * src/msgcache.c
1246                 Probably fix bug 1914, 'Crash reading
1247                 corrupted tags file'
1248
1249 2009-04-26 [paul]       3.7.1cvs48
1250
1251         * configure.ac
1252         * src/gtk/gtkaspell.h
1253                 fix bug 1904, 'build mechanism looks for
1254                 'enchant.h' in a wrong place'
1255
1256 2009-04-25 [paul]       3.7.1cvs47
1257
1258         * src/printing.c
1259                 gah! fix coding style!
1260
1261 2009-04-25 [paul]       3.7.1cvs46
1262
1263         * src/printing.c
1264         * src/toolbar.c
1265                 if building with GTK+ >= 2.16 use
1266                 gtk_orientable_set_orientation() instead of now
1267                 deprecated gtk_toolbar_set_orientation()
1268
1269 2009-04-24 [colin]      3.7.1cvs45
1270
1271         * src/compose.c
1272                 Ask before sending if an attached file has
1273                 disappeared.
1274
1275 2009-04-19 [paul]       3.7.1cvs44
1276
1277         * src/prefs_common.c
1278         * src/prefs_common.h
1279         * src/gtk/about.c
1280                 save About window size.
1281                 patch by Pawel Pekala
1282
1283 2009-04-12 [paul]       3.7.1cvs43
1284
1285         * tools/csv2addressbook.pl
1286                 add extra CSV fields that are now appended
1287                 by thunderbird (version 2.0.0.21)
1288
1289 2009-04-08 [colin]      3.7.1cvs42
1290
1291         * src/procmime.c
1292                 fix saving (but not displaying) of UTF-16
1293                 files
1294
1295 2009-04-08 [colin]      3.7.1cvs41
1296
1297         * src/gtk/manage_window.c
1298                 Disable transient windows on win32 - seems to
1299                 fix most focusing issues
1300
1301 2009-04-05 [colin]      3.7.1cvs40
1302
1303         * src/procmsg.c
1304                 Don't ask whether we want to send deleted mails in queue
1305                 folders; also, don't send deleted mails when flushing
1306                 queues
1307
1308 2009-04-04 [paul]       3.7.1cvs39
1309
1310         * AUTHORS
1311         * configure.ac
1312         * po/id.po
1313         * src/gtk/authors.h
1314         * tools/claws.i18n.status.pl
1315                 add new Indonesian translation, by
1316                 MSulchan Darmawan
1317
1318 2009-04-03 [paul]       3.7.1cvs38
1319
1320         * AUTHORS
1321         * src/gtk/authors.h
1322                 credit due
1323
1324 2009-04-03 [colin]      3.7.1cvs37
1325
1326         * src/compose.c
1327         * src/textview.c
1328                 Fix bug 1891, 'Add support for gopher:// links'
1329                 Patch by Jacob Head <clawsmail at jacob-head.com>
1330                 Let's go back to the roots! 
1331
1332 2009-04-03 [paul]       3.7.1cvs36
1333
1334         * m4/Makefile.am
1335                 complete cvs35
1336
1337 2009-04-03 [paul]       3.7.1cvs35
1338
1339         * configure.ac
1340                 add AC_CONFIG_MACRO_DIR([m4])
1341                 remove CLAWS_ACLOCAL_INCLUDE(m4)
1342         * m4/aclocal-include.m4
1343                 removed this now unneeded file
1344
1345 2009-04-02 [colin]      3.7.1cvs34
1346
1347         * src/common/utils.h
1348                 Fix previous (thanks to Marcus :)
1349
1350 2009-04-02 [colin]      3.7.1cvs33
1351
1352         * src/common/utils.h
1353         * src/etpan/etpan-thread-manager.c
1354                 pipe() was a macro from GLib on win32 until
1355                 glib 2.13.2. It's undefined after that.
1356                 Thanks to Marcus Brinkmann for the heads-up!
1357
1358 2009-03-31 [colin]      3.7.1cvs32
1359
1360         * src/folder_item_prefs.c
1361                 Copy folder settings with prefs
1362
1363 2009-03-31 [colin]      3.7.1cvs31
1364
1365         * src/prefs_account.c
1366                 Don't use un-sensitive checkboxes in Privacy tab
1367                 when privacy system in None (makes unchecking 
1368                 painful when no privacy plugin is loaded)
1369
1370 2009-03-30 [colin]      3.7.1cvs30
1371
1372         * src/folder.c
1373         * src/folder.h
1374         * src/imap.c
1375         * src/mainwindow.c
1376         * src/mainwindow.h
1377         * src/prefs_account.c
1378         * src/prefs_account.h
1379         * src/summaryview.c
1380         * src/summaryview.h
1381                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
1382                 Add an option on the Receive page of IMAP account preferences:
1383                 "Move deleted mails to trash and expunge immediately". This
1384                 option defaults to TRUE to avoid changing the existing behaviour.
1385                 Setting it to FALSE prevents automatic expunging. 
1386                 Also, add Tools/Expunge and View/Hide deleted messages menu items
1387                 (View/Hide deleted message being a per-folder setting, and behaving,
1388                 like View/Hide read messages).
1389
1390 2009-03-30 [colin]      3.7.1cvs29
1391
1392         * src/imap.c
1393                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
1394                 ask for IMAP password when using GSSAPI auth
1395
1396 2009-03-27 [colin]      3.7.1cvs28
1397
1398         * src/folder.c
1399                 Fix cvs14, make sure we mark non-existent caches dirty
1400                 (or they never get written)
1401
1402 2009-03-27 [colin]      3.7.1cvs27
1403
1404         * src/imap.c
1405                 Fix tag update when all tags are removed 
1406                 from another client
1407
1408 2009-03-25 [colin]      3.7.1cvs26
1409
1410         * configure.ac
1411                 Fix configure.ac, thanks to Pawel
1412
1413 2009-03-25 [colin]      3.7.1cvs25
1414
1415         * src/news.c
1416         * src/etpan/nntp-thread.c
1417                 Fix header fetching (NG/To/Cc). Fixes 
1418                 bug 1883, 'Message processing fails to 
1419                 act on Newsgroups: field'
1420
1421 2009-03-23 [colin]      3.7.1cvs24
1422
1423         * src/textview.c
1424                 Fix internal headers visible in queue/sent
1425
1426 2009-03-23 [colin]      3.7.1cvs23
1427
1428         * configure.ac
1429                 Fix check for RC (resource compiler) used
1430                 on win32 (AC_LIBTOOL_RC used to call it 
1431                 implicitely but stopped)
1432
1433 2009-03-19 [colin]      3.7.1cvs22
1434
1435         * src/toolbar.c
1436                 Put spam button in default toolbar even if
1437                 bogofilter and spamassassin are not built.
1438                 Other anti-spam plugin could exist! :)
1439         * src/common/utils.c
1440                 Fix exit status fetch on win32
1441
1442 2009-03-18 [paul]       3.7.1cvs21
1443
1444         * src/gtk/spell_entry.c
1445                 fix "[BUG] Wrong word replaced in 'Subject:'
1446                 when spell-checking correction used"
1447                 Patch by Pawel Pekala
1448
1449 2009-03-17 [colin]      3.7.1cvs20
1450
1451         * src/common/utils.c
1452                 Fix win32 build (from cvs12)
1453
1454 2009-03-17 [colin]      3.7.1cvs19
1455
1456         * src/compose.c
1457                 Fix bug 1735, 'Change To: and Newsgroups: 
1458                 recipient field according account type'
1459                 Patch by Pawel
1460
1461 2009-03-17 [colin]      3.7.1cvs18
1462
1463         * src/msgcache.c
1464         * src/prefs_common.c
1465         * src/prefs_common.h
1466         * src/prefs_other.c
1467         * src/common/prefs.c
1468                 Add preference for fsyncing metadata
1469
1470 2009-03-16 [paul]       3.7.1cvs17
1471
1472         * src/prefs_customheader.c
1473                 add forgotten #if HAVE_LIBCOMPFACE
1474
1475 2009-03-16 [paul]       3.7.1cvs16
1476
1477         * src/prefs_customheader.c
1478                 put the (X-)Face preview image below the up/down
1479                 buttons so they don't jump around.
1480                 make the list reorderable by drag'n'drop
1481
1482 2009-03-16 [colin]      3.7.1cvs15
1483
1484         * src/prefs_customheader.c
1485                 Add a (X-)Face preview. Patch by iwkse.
1486
1487 2009-03-16 [colin]      3.7.1cvs14
1488
1489         * src/compose.c
1490         * src/folder.c
1491         * src/folder.h
1492         * src/msgcache.c
1493         * src/common/prefs.c
1494                 Add fsync calls to make sure we don't
1495                 lose data on system crashes. (to do:
1496                 add a pref to allow people choosing raw
1497                 speed)
1498
1499 2009-03-15 [colin]      3.7.1cvs13
1500
1501         * src/gtk/gtkaspell.c
1502                 Fix empty menu when there are no
1503                 suggestions (using the Spelling menu)
1504
1505 2009-03-14 [colin]      3.7.1cvs12
1506
1507         * src/common/utils.c
1508                 Win32: fix subject prefix length
1509
1510 2009-03-11 [mones]      3.7.1cvs11
1511
1512         * po/es.po
1513                 fix encoding declared in header
1514                 update translation now we're at it
1515
1516 2009-03-10 [colin]      3.7.1cvs10
1517
1518         * src/messageview.c
1519                 Fix "wrong mime" message printed out multiple
1520                 times
1521
1522 2009-03-10 [colin]      3.7.1cvs9
1523
1524         * src/prefs_folder_item.c
1525                 Fix build
1526
1527 2009-03-09 [paul]       3.7.1cvs8
1528
1529         * src/prefs_folder_item.c
1530         * src/send_message.c
1531                 fixes to english text
1532
1533 2009-03-08 [paul]       3.7.1cvs7
1534
1535         * po/ja.po
1536                 correct errors in header
1537
1538 2009-03-08 [paul]       3.7.1cvs6
1539
1540         * AUTHORS
1541         * configure.ac
1542         * po/ja.po
1543         * src/gtk/authors.h
1544         * tools/claws.i18n.status.pl
1545                 add Japanese translation, submitted by kazken3
1546
1547 2009-03-07 [colin]      3.7.1cvs5
1548
1549         * src/messageview.c
1550                 Don't let the invalid MIME warning hide
1551                 other noticeview (Partial receive or 
1552                 return receipt).
1553
1554 2009-03-07 [colin]      3.7.1cvs4
1555
1556         * src/procmime.c
1557                 Fix build
1558
1559 2009-03-07 [colin]      3.7.1cvs3
1560
1561         * src/messageview.c
1562         * src/procmime.c
1563         * src/procmime.h
1564                 Handle mimeparts that lack an end boundary.
1565                 They're invalid but it's too annoying for
1566                 normal users to fix.
1567
1568 2009-03-06 [wwp]        3.7.1cvs2
1569
1570         * src/compose.c
1571         * src/folder_item_prefs.c
1572         * src/folder_item_prefs.h
1573         * src/prefs_folder_item.c
1574                 Add per-folder default cc, bcc and reply-to.
1575
1576 2009-03-06 [colin]      3.7.1cvs1
1577
1578         * src/gedit-print.c
1579         * src/gtk/gtksourceprintjob.c
1580                 Fix build with old print interface
1581
1582 2009-03-06 [paul]       3.7.1
1583
1584         * NEWS
1585         * README
1586         * RELEASE_NOTES 
1587                 3.7.1 released!
1588
1589 2009-03-06 [paul]       3.7.0cvs78
1590
1591         * po/cs.po
1592         * po/de.po
1593         * po/fi.po
1594         * po/fr.po
1595         * po/hu.po
1596         * po/nl.po
1597         * po/pt_BR.po
1598         * po/sv.po
1599         * po/zh_CN.po
1600                 updated by David Vachulka, Stephan Sachse, Flammie
1601                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
1602                 Frederico Goncalves Guimaraes, Lars Persson Fink,
1603                 and Ralph Young
1604
1605 2009-03-03 [colin]      3.7.0cvs77
1606
1607         * src/prefs_filtering.c
1608                 Win32: Fix bug 1865, 'IMAP account name changes 
1609                 are not followed at filter actions'
1610
1611 2009-03-02 [colin]      3.7.0cvs76
1612
1613         * src/imap.c
1614                 Fix Launchpad bug 335571: 'claws-mail crashed 
1615                 with SIGSEGV in strlen() while deleting 
1616                 large amount of e-mails on IMAP account
1617
1618 2009-02-27 [mones]      3.7.0cvs75
1619
1620         * manual/es/account.xml
1621         * manual/es/ack.xml
1622         * manual/es/addrbook.xml
1623         * manual/es/advanced.xml
1624         * manual/es/claws-mail-manual.xml
1625         * manual/es/faq.xml
1626         * manual/es/glossary.xml
1627         * manual/es/gpl.xml
1628         * manual/es/handling.xml
1629         * manual/es/intro.xml
1630         * manual/es/keyboard.xml
1631         * manual/es/plugins.xml
1632         * manual/es/starting.xml
1633                 Sync with English version, fix some typos
1634                 Changed encoding to UTF-8
1635         * po/es.po
1636                 Update for release, changed encoding to UTF-8
1637
1638 2009-02-24 [colin]      3.7.0cvs74
1639
1640         * src/printing.c
1641                 Don't print separation line if there
1642                 are no headers
1643
1644 2009-02-23 [cleroy]     3.7.0cvs73
1645
1646         * src/account.c
1647         * src/action.c
1648         * src/addr_compl.c
1649         * src/addrbook.c
1650         * src/addrcache.c
1651         * src/addrcindex.c
1652         * src/addrclip.c
1653         * src/addrduplicates.c
1654         * src/addressadd.c
1655         * src/addressbook.c
1656         * src/addressbook_foldersel.c
1657         * src/addrharvest.c
1658         * src/addrindex.c
1659         * src/addritem.c
1660         * src/addrquery.c
1661         * src/addrselect.c
1662         * src/codeconv.c
1663         * src/compose.c
1664         * src/customheader.c
1665         * src/editaddress.c
1666         * src/editaddress_other_attributes_ldap.c
1667         * src/editgroup.c
1668         * src/editldap.c
1669         * src/enriched.c
1670         * src/exporthtml.c
1671         * src/exportldif.c
1672         * src/filtering.c
1673         * src/folder.c
1674         * src/foldersel.c
1675         * src/folderutils.c
1676         * src/folderview.c
1677         * src/gedit-print.c
1678         * src/html.c
1679         * src/imap.c
1680         * src/imap_gtk.c
1681         * src/inc.c
1682         * src/jpilot.c
1683         * src/ldapctrl.c
1684         * src/ldapquery.c
1685         * src/ldapserver.c
1686         * src/ldapupdate.c
1687         * src/ldif.c
1688         * src/localfolder.c
1689         * src/main.c
1690         * src/mainwindow.c
1691         * src/matcher.c
1692         * src/mbox.c
1693         * src/messageview.c
1694         * src/mh.c
1695         * src/mh_gtk.c
1696         * src/mimeview.c
1697         * src/msgcache.c
1698         * src/mutt.c
1699         * src/news.c
1700         * src/news_gtk.c
1701         * src/noticeview.c
1702         * src/pine.c
1703         * src/pop.c
1704         * src/prefs_account.c
1705         * src/prefs_actions.c
1706         * src/prefs_common.c
1707         * src/prefs_filtering.c
1708         * src/prefs_filtering_action.c
1709         * src/prefs_folder_column.c
1710         * src/prefs_folder_item.c
1711         * src/prefs_gtk.c
1712         * src/prefs_matcher.c
1713         * src/prefs_quote.c
1714         * src/prefs_send.c
1715         * src/prefs_summaries.c
1716         * src/prefs_summary_column.c
1717         * src/prefs_template.c
1718         * src/prefs_themes.c
1719         * src/prefs_toolbar.c
1720         * src/printing.c
1721         * src/privacy.c
1722         * src/procheader.c
1723         * src/procmime.c
1724         * src/procmsg.c
1725         * src/quote_fmt.c
1726         * src/remotefolder.c
1727         * src/send_message.c
1728         * src/sourcewindow.c
1729         * src/statusbar.c
1730         * src/stock_pixmap.c
1731         * src/summary_search.c
1732         * src/summaryview.c
1733         * src/textview.c
1734         * src/toolbar.c
1735         * src/undo.c
1736         * src/uri_opener.c
1737         * src/vcard.c
1738         * src/common/base64.c
1739         * src/common/claws.c
1740         * src/common/hooks.c
1741         * src/common/plugin.c
1742         * src/common/prefs.c
1743         * src/common/session.c
1744         * src/common/smtp.c
1745         * src/common/socket.c
1746         * src/common/string_match.c
1747         * src/common/stringtable.c
1748         * src/common/utils.c
1749         * src/common/utils.h
1750         * src/common/xml.c
1751         * src/common/xmlprops.c
1752         * src/gtk/colorlabel.c
1753         * src/gtk/combobox.c
1754         * src/gtk/foldersort.c
1755         * src/gtk/gtkaspell.c
1756         * src/gtk/gtkcmclist.c
1757         * src/gtk/gtkcmctree.c
1758         * src/gtk/gtkcmoptionmenu.c
1759         * src/gtk/gtksctree.c
1760         * src/gtk/gtkshruler.c
1761         * src/gtk/gtksourceprintjob.c
1762         * src/gtk/gtkutils.c
1763         * src/gtk/gtkvscrollbutton.c
1764         * src/gtk/logwindow.c
1765         * src/gtk/menu.c
1766         * src/gtk/pluginwindow.c
1767         * src/gtk/prefswindow.c
1768         * src/gtk/quicksearch.c
1769         * src/gtk/spell_entry.c
1770         * src/plugins/pgpcore/select-keys.c
1771         * src/plugins/pgpinline/pgpinline.c
1772         * src/plugins/pgpmime/pgpmime.c
1773         * src/plugins/smime/smime.c
1774         * src/plugins/spamassassin/spamassassin_gtk.c
1775                 Mass commit changing g_return_* to cm_return_*
1776                 and making these more interesting
1777
1778 2009-02-23 [colin]      3.7.0cvs72
1779
1780         * src/imap.c
1781                 Always initialise error code to no error
1782
1783 2009-02-23 [colin]      3.7.0cvs71
1784
1785         * src/imap.c
1786                 Fix separator substitution
1787
1788 2009-02-23 [colin]      3.7.0cvs70
1789
1790         * src/stock_pixmap.c
1791         * src/gtk/colorlabel.c
1792                 don't use g_return on normal checks
1793
1794 2009-02-22 [colin]      3.7.0cvs69
1795
1796         * src/addressbook.c
1797         * src/procmime.c
1798                 More fixes
1799
1800 2009-02-22 [colin]      3.7.0cvs68
1801
1802         * src/addrduplicates.c
1803         * src/addressbook.c
1804         * src/addrharvest.c
1805         * src/codeconv.c
1806         * src/compose.c
1807         * src/filtering.c
1808         * src/folder.c
1809         * src/imap.c
1810         * src/imap_gtk.c
1811         * src/importldif.c
1812         * src/jpilot.c
1813         * src/mainwindow.c
1814         * src/matcher.c
1815         * src/mbox.c
1816         * src/messageview.c
1817         * src/mh_gtk.c
1818         * src/prefs_common.c
1819         * src/prefs_filtering.c
1820         * src/prefs_gtk.c
1821         * src/printing.c
1822         * src/privacy.c
1823         * src/procmime.c
1824         * src/procmsg.c
1825         * src/summaryview.c
1826         * src/textview.c
1827         * src/undo.c
1828         * src/wizard.c
1829         * src/common/md5.c
1830         * src/common/socket.c
1831         * src/common/template.c
1832         * src/etpan/imap-thread.c
1833         * src/gtk/gtkaspell.c
1834         * src/gtk/gtkcmctree.c
1835         * src/gtk/gtksctree.c
1836         * src/gtk/inputdialog.c
1837         * src/plugins/pgpcore/sgpgme.c
1838         * src/plugins/pgpmime/pgpmime.c
1839         * src/plugins/smime/smime.c
1840         * src/plugins/spamassassin/spamassassin.c
1841                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
1842                 uninitialised accesses
1843
1844 2009-02-17 [colin]      3.7.0cvs67
1845
1846         * src/compose.c
1847                 Disable controls during queuing
1848
1849 2009-02-15 [colin]      3.7.0cvs66
1850
1851         * src/privacy.c
1852         * src/plugins/pgpcore/select-keys.c
1853         * src/plugins/pgpcore/sgpgme.c
1854                 Disable use of disabled keys
1855
1856 2009-02-15 [colin]      3.7.0cvs65
1857
1858         * src/folderview.c
1859         * src/summaryview.c
1860                 Fix font updating after changing 
1861                 prefs_common.derive_from_normal_font
1862
1863 2009-02-12 [paul]       3.7.0cvs64
1864
1865         * src/addressitem.h
1866         * src/export.h
1867         * src/headerview.c
1868         * src/headerview.h
1869         * src/common/version.h.in
1870         * src/gtk/about.h
1871         * src/gtk/menu.c
1872         * src/gtk/menu.h
1873                 more copyright header fixes
1874
1875 2009-02-12 [paul]       3.7.0cvs63
1876
1877         * src/gtk/progressdialog.c
1878         * src/gtk/progressdialog.h
1879                 fix copyright header
1880
1881 2009-02-12 [paul]       3.7.0cvs62
1882
1883         * src/gtk/spell_entry.c
1884         * src/gtk/spell_entry.h
1885                 better, more standard copyright header
1886
1887 2009-02-12 [paul]       3.7.0cvs61
1888
1889         * src/gtk/spell_entry.c
1890         * src/gtk/spell_entry.h
1891                 changes to copyright header
1892
1893 2009-02-12 [paul]       3.7.0cvs60
1894
1895         * src/gtk/spell_entry.c
1896         * src/gtk/spell_entry.h
1897                 fix broken build
1898
1899 2009-02-11 [colin]      3.7.0cvs59
1900
1901         * src/gtk/spell_entry.c
1902         * src/gtk/spell_entry.h
1903                 Forgot to add files
1904
1905 2009-02-11 [colin]      3.7.0cvs58
1906
1907         * src/compose.c
1908         * src/gtk/Makefile.am
1909         * src/gtk/gtkaspell.c
1910         * src/gtk/gtkaspell.h
1911                 Add spellcheck to subject. Patch by
1912                 Pawel.
1913
1914 2009-02-10 [holger]     3.7.0cvs57
1915
1916         * src/printing.c
1917         * src/common/defs.h
1918                 Move filename define for printing page setup cache to defs.h
1919
1920 2009-02-08 [mones]      3.7.0cvs56
1921
1922         * src/matcher.h
1923                 Fix build for bison 2.4.1
1924
1925 2009-02-06 [holger]     3.7.0cvs55
1926
1927         * src/prefs_common.c
1928         * src/prefs_common.h
1929         * src/printing.c
1930                 Fix restoring of custom page setups for printing by
1931                 temporarily caching the settings.
1932                 This is a workaround for Gnome Bug #39018, and fixes
1933                 Claws Mail Bug #1840.
1934
1935 2009-02-06 [colin]      3.7.0cvs54
1936
1937         * src/mainwindow.c
1938                 Fix hardcoded Shift-Q quits. Fixes
1939                 bug 1838, 'Claws-Mail sometimes quits 
1940                 when attempting to type a capital Q'
1941
1942 2009-01-31 [paul]       3.7.0cvs53
1943
1944         * src/compose.c
1945                 revert 3.7.0cvs49, until there is time to find out
1946                 why it causes a nasty crash!
1947
1948 2009-01-31 [paul]       3.7.0cvs52
1949
1950         * src/mainwindow.c
1951                 1 string that was forgotten for translation
1952
1953 2009-01-31 [paul]       3.7.0cvs51
1954
1955         * src/messageview.c
1956                 2 strings that were forgotten for translation
1957
1958 2009-01-31 [paul]       3.7.0cvs50
1959
1960         * src/gtk/prefswindow.c
1961                 build prefs tree in a slightly smarter way -
1962                 fix bug where if path[0] had same name as
1963                 path[1], (like in the de translation), path[1]
1964                 was lost and not shown in the window
1965
1966 2009-01-31 [paul]       3.7.0cvs49
1967
1968         * src/compose.c
1969                 fix bug 1836, 'Quoted text still blue after
1970                 removal of quote-character'
1971                 comment out some debug_print's that needlessly
1972                 slow things down
1973         * src/undo.c
1974                 comment out a debug_print that needlessly slows
1975                 things down
1976
1977 2009-01-31 [paul]       3.7.0cvs48
1978
1979         * src/summaryview.c
1980                 fix bug 1834, '"semi"-selection when collapsing thread'
1981
1982 2009-01-31 [paul]       3.7.0cvs47
1983
1984         * src/prefs_compose_writing.c
1985         * src/prefs_message.c
1986                 move 'quote_chars' pref to where it should be
1987
1988 2009-01-30 [paul]       3.7.0cvs46
1989
1990         * src/summaryview.c
1991                 fix updating of popup menu sensitivity
1992
1993 2009-01-28 [paul]       3.7.0cvs45
1994
1995         * tools/filter_conv_new.pl
1996                 move 'move' and 'delete' to end of @actions
1997                 so that they are always final actions in the
1998                 generated filtering rule
1999
2000 2009-01-27 [paul]       3.7.0cvs44
2001
2002         * src/messageview.c
2003                 always select text/calendar mimepart if suitable
2004                 plugin (i.e. vCalendar) is available
2005
2006 2009-01-27 [paul]       3.7.0cvs43
2007
2008         * src/folder.c
2009                 fix crash when right-clicking in summaryview when
2010                 processing is active
2011
2012 2009-01-22 [colin]      3.7.0cvs42
2013
2014         * src/compose.c
2015         * src/privacy.c
2016         * src/privacy.h
2017                 When replying to signed/encrypted mail and the
2018                 preference to sign/encrypt in this case is set,
2019                 choose the original mail's privacy system (if
2020                 available).
2021
2022 2009-01-21 [colin]      3.7.0cvs41
2023
2024         * src/addressbook.h
2025                 Fix warning (on-the-fly theming of
2026                 addressbook isn't complete yet)
2027
2028 2009-01-21 [colin]      3.7.0cvs40
2029
2030         * src/account.c
2031         * src/addressbook.c
2032                 Win32: Fix window placement
2033
2034 2009-01-21 [paul]       3.7.0cvs39
2035
2036         * src/inc.c
2037                 update timeout log msg
2038
2039 2009-01-17 [colin]      3.7.0cvs38
2040
2041         * src/main.c
2042         * src/mbox.c
2043         * src/common/md5.c
2044         * src/common/utils.c
2045         * src/etpan/imap-thread.c
2046                 Fix g_open calls (which don't ignore mode)
2047
2048 2009-01-17 [colin]      3.7.0cvs37
2049
2050         * src/addressbook.c
2051         * src/compose.c
2052         * src/foldersel.c
2053         * src/main.c
2054         * src/mainwindow.c
2055         * src/mbox.c
2056         * src/common/md5.c
2057         * src/common/ssl_certificate.c
2058         * src/common/tags.c
2059         * src/common/utils.c
2060         * src/etpan/imap-thread.c
2061         * src/plugins/bogofilter/bogofilter.c
2062         * src/plugins/pgpinline/pgpinline.c
2063         * src/plugins/smime/smime.c
2064                 Probably fix bug 1825, 'Unable to fetch messages from 
2065                 IMAP folders named with non-ASCII string'
2066                 Change remaining occurences of fopen and open with
2067                 g_fopen and g_open
2068
2069 2009-01-17 [paul]       3.7.0cvs36
2070
2071         * manual/faq.xml
2072                 update an old, outdated piece of info
2073
2074 2009-01-17 [paul]       3.7.0cvs35
2075
2076         * src/prefs_folder_item.c
2077                 fix bug where saving Folder Properties of a
2078                 sub-folder of outbox, queue, draft or trash
2079                 would change its parent's folder type to normal
2080
2081 2009-01-12 [mones]      3.7.0cvs34
2082
2083         * po/es.po
2084                 Updated translation
2085
2086 2009-01-12 [wwp]        3.7.0cvs33
2087
2088         * tools/fix_date.sh
2089         * tools/popfile-link.sh
2090         * tools/textviewer.sh
2091                 Fix bashisms and other portability glitches (thanks to
2092                 Steven M. Bellovin).
2093
2094 2009-01-11 [paul]       3.7.0cvs32
2095
2096         * src/addrindex.c
2097                 clean up some build warnings
2098
2099 2009-01-11 [colin]      3.7.0cvs31
2100
2101         * src/addrindex.c
2102                 Revert part of patch 3.7.0cvs29 
2103                 This function is used when jpilot
2104                 support is disabled
2105
2106 2009-01-11 [colin]      3.7.0cvs30
2107
2108         * src/folder.c
2109                 folder_find_child_item_by_name():
2110                 actually use name, not path's basename
2111
2112 2009-01-11 [paul]       3.7.0cvs29
2113
2114         * src/addrclip.c
2115         * src/addrindex.c
2116         * src/addritem.c
2117         * src/foldersel.h
2118         * src/folderview.c
2119         * src/prefs_folder_item.c
2120                 clean up some build warnings
2121
2122 2009-01-11 [paul]       3.7.0cvs28
2123
2124         * src/gtk/about.c
2125                 don't even mention printing support, assume its
2126                 presence, unless building with GTK+ < 2.10.0
2127
2128 2009-01-10 [colin]      3.7.0cvs27
2129
2130         * src/codeconv.c
2131                 Fix bug 1811, '[mime] Crash when there's no 
2132                 room for filename's start on the same line'
2133                 When the mimetype of the attachment is very 
2134                 long, there's no room at all to start the 
2135                 name=... parameter on the same line. This
2136                 caused an infinite loop as 0 characters of
2137                 the filename could be appended.
2138                 In such cases, insert linebreak before the
2139                 name parameter.
2140
2141 2009-01-09 [colin]      3.7.0cvs26
2142
2143         * src/compose.c
2144         * src/mainwindow.c
2145         * src/common/utils.c
2146                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
2147                 Compose Window does not attach'
2148
2149 2009-01-09 [colin]      3.7.0cvs25
2150
2151         * src/foldersel.c
2152                 Fix bug 1817, 'Changing Themes does not 
2153                 update the pixmaps in "Select folder" 
2154                 dialog box'
2155
2156 2009-01-09 [colin]      3.7.0cvs24
2157
2158         * src/main.c
2159                 Win32: Fix bug 1816, 'Attaching files with 
2160                 command-line generates error after attaching'
2161
2162 2009-01-09 [paul]       3.7.0cvs23
2163
2164         * src/gtk/about.c
2165                 forgot this '2009' in last commit
2166
2167 2009-01-09 [paul]       3.7.0cvs22
2168
2169         * src/*/*.[c,h]
2170                 it's 2009!
2171                 update copyright headers
2172
2173 2009-01-09 [paul]       3.7.0cvs21
2174
2175         * doc/man/claws-mail.1
2176                 update Team list
2177
2178 2009-01-09 [colin]      3.7.0cvs20
2179
2180         * src/messageview.c
2181                 Fix bug 1814, 'Windows' WM badly places 
2182                 message view'
2183
2184 2009-01-09 [colin]      3.7.0cvs19
2185
2186         * src/prefs_themes.c
2187         * src/stock_pixmap.c
2188         * src/stock_pixmap.h
2189         * src/common/utils.c
2190         * src/common/utils.h
2191                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
2192
2193 2009-01-08 [colin]      3.7.0cvs18
2194
2195         * src/mimeview.c
2196                 Win32: Fix bug 1810, 'Pressing 'o' key 
2197                 crashes CM'
2198
2199 2009-01-07 [colin]      3.7.0cvs17
2200
2201         * src/html.c
2202                 Fix bug 1432, '&amp; not escaped in links (HTML 
2203                 rendered as text)'
2204
2205 2009-01-06 [colin]      3.7.0cvs16
2206
2207         * src/plugins/pgpcore/select-keys.c
2208                 Warn translators the usual way about
2209                 accels
2210
2211 2009-01-06 [colin]      3.7.0cvs15
2212
2213         * src/mainwindow.c
2214                 Fix synchronisation dialog that shouldn't
2215                 appear when network goes down (Network
2216                 Manager)
2217         * src/mimeview.c
2218         * src/textview.c
2219                 Fix save as when attach_save_dir isn't set
2220                 fixes bug 1804, 'attach_save_directory does 
2221                 not default to $HOME'
2222         * src/plugins/pgpcore/select-keys.c
2223                 Add mnemonics to buttons - warn translators!
2224
2225 2009-01-06 [wwp]        3.7.0cvs14
2226
2227         * src/common/utils.c
2228                 Fix cvs13, thanks to Colin.
2229
2230 2009-01-06 [wwp]        3.7.0cvs13
2231
2232         * src/common/utils.c
2233                 Better support for Spanish Outlook replies (RES).
2234
2235 2009-01-02 [colin]      3.7.0cvs12
2236
2237         * src/folderview.c
2238                 Fix (+) sign after collapsed folder names that 
2239                 have quicksearch-matching children.
2240                 Fixes bug 1506, 'Recursive search in collapsed 
2241                 folders'
2242
2243 2009-01-02 [colin]      3.7.0cvs11
2244
2245         * src/stock_pixmap.c
2246         * src/stock_pixmap.h
2247                 Remove now-unused stock_pixmap_gdk
2248
2249 2009-01-02 [colin]      3.7.0cvs10
2250
2251         * src/gtk/gtkutils.c
2252         * src/pixmaps/claws-mail_icon.xpm
2253                 Use pixbuf for app icon, and make the app icon
2254                 a bit nicer
2255
2256 2009-01-02 [colin]      3.7.0cvs9
2257
2258         * src/uri_opener.c
2259                 Show both link title and URI if possible
2260
2261 2009-01-02 [colin]      3.7.0cvs8
2262
2263         * src/addressadd.c
2264         * src/addressbook.c
2265         * src/addressbook_foldersel.c
2266         * src/addressitem.h
2267         * src/folderview.c
2268         * src/grouplistdialog.c
2269         * src/importldif.c
2270         * src/mimeview.c
2271         * src/summaryview.c
2272         * src/gtk/gtkcmclist.c
2273         * src/gtk/gtkcmclist.h
2274         * src/gtk/gtkcmctree.c
2275         * src/gtk/gtkcmctree.h
2276         * src/gtk/gtksctree.c
2277         * src/gtk/gtksctree.h
2278                 Implement pixbuf rendering in tree widgets
2279                 instead of pixmaps
2280         * src/plugins/trayicon/trayicon.c
2281         * src/noticeview.c
2282         * src/prefs_themes.c
2283                 Use pixbuf rendering here too
2284
2285 2008-12-30 [paul]       3.7.0cvs7
2286
2287         * src/textview.c
2288                 no need to prematurely trim the uri in the statusbar
2289
2290 2008-12-29 [paul]       3.7.0cvs6
2291
2292         * src/procmsg.c
2293                 prefer List-Id header to X-* headers when creating
2294                 filter rule automatically
2295
2296 2008-12-28 [colin]      3.7.0cvs5
2297
2298         * src/compose.c
2299                 Set minimum height to 440 instead of 480
2300
2301 2008-12-22 [colin]      3.7.0cvs4
2302
2303         * src/compose.c
2304                 Fix bug 1799, '"Discard message" deletes manually 
2305                 saved draft'. Switch rmode to REEDIT after 
2306                 manually saving.
2307
2308 2008-12-21 [paul]       3.7.0cvs3
2309
2310         * tools/claws.i18n.status.pl
2311                 updates
2312
2313 2008-12-21 [paul]       3.7.0cvs2
2314
2315         * AUTHORS
2316         * src/gtk/authors.h
2317                 (more) updates
2318
2319 2008-12-21 [paul]       3.7.0cvs1
2320
2321         * AUTHORS
2322         * src/gtk/authors.h
2323                 updates
2324
2325 2008-12-19 [paul]       3.7.0
2326
2327         * NEWS
2328         * README
2329         * RELEASE_NOTES 
2330                 3.7.0 released!
2331
2332 2008-12-19 [paul]       3.6.1cvs80
2333
2334         * configure.ac
2335                 remove unmaintained sk and sr from ALL_LINGUAS
2336                 add newly maintained cs to ALL_LINGUAS
2337         * po/bg.po
2338         * po/ca.po
2339         * po/cs.po
2340         * po/de.po
2341         * po/fi.po
2342         * po/hu.po
2343         * po/nl.po
2344         * po/pt_BR.po
2345         * po/ru.po
2346         * po/sv.po
2347                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
2348                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
2349                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
2350                 Persson Fink
2351
2352 2008-12-16 [colin]      3.6.1cvs79
2353
2354         * src/plugins/pgpcore/sgpgme.c
2355                 Fix warning
2356
2357 2008-12-15 [colin]      3.6.1cvs78
2358
2359         * src/compose.c
2360         * src/privacy.c
2361         * src/privacy.h
2362         * src/plugins/pgpcore/sgpgme.c
2363         * src/plugins/pgpcore/sgpgme.h
2364         * src/plugins/pgpinline/pgpinline.c
2365         * src/plugins/pgpmime/pgpmime.c
2366         * src/plugins/smime/smime.c
2367                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
2368                 email address" doesn't work'. Use custom from address
2369                 if set
2370
2371 2008-12-15 [colin]      3.6.1cvs77
2372
2373         * src/common/utils.c
2374                 Fix bug 1746, 'Makes a mailto link from several 
2375                 paragraphs'
2376
2377 2008-12-15 [paul]       3.6.1cvs76
2378
2379         * m4/spamassassin.m4
2380                 fix warnings thrown up by autoconf-2.63
2381
2382 2008-12-13 [colin]      3.6.1cvs75
2383
2384         * Makefile.am
2385         * src/Makefile.am
2386         * src/common/ssl.c
2387         * src/common/utils.c
2388         * src/common/utils.h
2389         * tools/Makefile.am
2390                 Finish previous patch
2391
2392 2008-12-13 [colin]      3.6.1cvs74
2393
2394         * tools/Makefile.am
2395                 Only install certs on windows
2396
2397 2008-12-13 [colin]      3.6.1cvs73
2398
2399         * tools/Makefile.am
2400         * tools/ca-certificates.crt
2401         * src/common/Makefile.am
2402         * src/common/ssl.c
2403                 First try to ship SSL certificates in Windows
2404                 build
2405
2406 2008-12-12 [colin]      3.6.1cvs72
2407
2408         * configure.ac
2409         * src/plugins/pgpinline/claws.def
2410                 Windows build fixes
2411
2412 2008-12-12 [paul]       3.6.1cvs71
2413
2414         * src/imap.c
2415         * src/mh.c
2416         * src/partial_download.c
2417         * src/textview.c
2418         * src/common/claws.c
2419         * src/common/prefs.c
2420         * src/common/utils.c
2421                 win32: fix unlinking, renaming and bug with
2422                 non-ascii username
2423                 Patch by Colin
2424
2425 2008-12-11 [colin]      3.6.1cvs70
2426
2427         * po/fr.po
2428         * manual/fr/advanced.xml
2429                 Update french translations
2430
2431 2008-12-10 [colin]      3.6.1cvs69
2432
2433         * manual/faq.xml
2434                 Correct bug submission guidelines
2435
2436 2008-12-10 [colin]      3.6.1cvs68
2437
2438         * src/plugins/pgpcore/pgp_viewer.c
2439                 Fix bug 1736, 'Key import does not work'
2440                 Kill the correct pid (and not the parent
2441                 shell), and increase the timeout a bit.
2442
2443 2008-12-09 [paul]       3.6.1cvs67
2444
2445         * src/messageview.c
2446                 ensure that any stray noticeview buttons are hidden,
2447                 as clicking them causes segfaults!
2448
2449 2008-12-09 [colin]      3.6.1cvs66
2450
2451         * src/compose.c
2452         * src/compose.h
2453         * src/folder_item_prefs.h
2454         * src/prefs_common.c
2455         * src/prefs_common.h
2456         * src/common/defs.h
2457                 Fix bug 1792, '"Save Message to" should 
2458                 retain list of recently selected folders'
2459                 Also, make Enchant-related prefs stick
2460                 even if the build doesn't enable enchant
2461
2462 2008-12-09 [paul]       3.6.1cvs65
2463
2464         * src/messageview.c
2465                 fix bug 1787, 'Prevent automatic PGP inline
2466                 decryption attempts' use the noticeview to display
2467                 decryption failure messages instead of the irritating
2468                 popup dialog
2469
2470 2008-12-09 [colin]      3.6.1cvs64
2471
2472         * src/prefs_filtering.c
2473                 Fix bug 1789, 'filtering account selection 
2474                 (regression)'. Filtering on sending-only
2475                 accounts can be a little useful when using
2476                 filtering via Tools menu.
2477
2478 2008-12-07 [paul]       3.6.1cvs63
2479
2480         * src/prefs_actions.c
2481                 don't auto-select first entry (same as other
2482                 similar dialogs)
2483         * src/gtk/pluginwindow.c
2484                 these parents don't have children so don't look
2485                 for them
2486
2487 2008-12-07 [paul]       3.6.1cvs62
2488
2489         * src/prefs_account.c
2490         * src/gtk/pluginwindow.c
2491         * src/gtk/prefswindow.c
2492         * src/gtk/prefswindow.h
2493                 auto-select first page
2494
2495 2008-12-05 [colin]      3.6.1cvs61
2496
2497         * src/codeconv.c
2498         * src/procmime.c
2499                 Fix bug 1788, 'CM crashes re-encoding 
2500                 encoded parameters' (introduced in cvs40)
2501
2502 2008-12-05 [paul]       3.6.1cvs60
2503
2504         * src/prefs_common.h
2505                 remove gpg prefs that are no longer needed here
2506
2507 2008-12-03 [colin]      3.6.1cvs59
2508
2509         * src/msgcache.c
2510                 Speed up cache reading (about 10% gain)
2511         * src/summaryview.c
2512         * src/gtk/gtksctree.c
2513                 Speed up expand/collapse all threads
2514                 (about 95% gain)
2515
2516 2008-12-03 [paul]       3.6.1cvs58
2517
2518         * configure.ac
2519                 eradicate gcc4's signedness warnings
2520                 fix building with gnuTLS on (Open)Solaris
2521
2522 2008-12-01 [colin]      3.6.1cvs57
2523
2524         * src/gtk/gtkcmclist.c
2525                 Fix column headers
2526
2527 2008-12-01 [colin]      3.6.1cvs56
2528
2529         * src/plugins/pgpinline/pgpinline.c
2530                 Fix bug 1779, 'PGP Inline badly handles 
2531                 multipart'. Properly dump the current part
2532                 instead of running around with scissors
2533
2534 2008-11-30 [paul]       3.6.1cvs55
2535
2536         * manual/advanced.xml
2537         * manual/plugins.xml
2538         * src/prefs_toolbar.c
2539                 remove the verb from the page title and
2540                 update references in the manual
2541
2542 2008-11-30 [paul]       3.6.1cvs54
2543
2544         * src/prefs_other.c
2545                 move Other/ page to Other/Miscellaneous
2546         * src/gtk/prefswindow.c
2547                 make parent page unselectable
2548
2549 2008-11-29 [paul]       3.6.1cvs53
2550
2551         * README
2552                 add the new 'primary_paste_unselects' hidden
2553                 option, add missing 'log_[...]_color' options,
2554                 and reformat the text
2555         * manual/advanced.xml
2556                 add the new 'primary_paste_unselects' hidden
2557                 option, add missing 'log_[...]_color' options
2558
2559 2008-11-28 [colin]      3.6.1cvs52
2560
2561         * src/mimeview.c
2562                 Fix leak
2563
2564 2008-11-28 [colin]      3.6.1cvs51
2565
2566         * po/fr.po
2567                 Update translation
2568
2569 2008-11-28 [colin]      3.6.1cvs50
2570
2571         * src/mainwindow.c
2572                 Fix account selection in Mailing list
2573                 menu
2574
2575 2008-11-28 [paul]       3.6.1cvs49
2576
2577         * po/Makefile.in.in
2578                 automatically remove obsolete strings
2579
2580 2008-11-28 [colin]      3.6.1cvs48
2581
2582         * src/plugins/pgpcore/sgpgme.c
2583                 Fix error message when key isn't available.
2584
2585 2008-11-27 [colin]      3.6.1cvs47
2586
2587         * src/filtering.c
2588         * src/matcher.c
2589                 Fix a little leak
2590
2591 2008-11-26 [colin]      3.6.1cvs46
2592
2593         * src/common/ssl.c
2594                 Fix new warning
2595
2596 2008-11-26 [colin]      3.6.1cvs45
2597
2598         * src/plugins/pgpcore/select-keys.c
2599         * src/plugins/pgpcore/sgpgme.c
2600                 Fix bug 1591, 'S/MIME: better key 
2601                 handling/selection dialog'
2602                 Really ignore revoked/expired keys
2603
2604 2008-11-26 [colin]      3.6.1cvs44
2605
2606         * src/main.c
2607         * src/common/claws.c
2608         * src/common/ssl.c
2609                 Make sure libgcrypt's threading is initialised
2610                 before gnutls. See also old bug 1539.
2611
2612 2008-11-26 [colin]      3.6.1cvs43
2613
2614         * src/imap.c
2615         * src/news.c
2616         * src/etpan/imap-thread.c
2617                 Fix possible crashes due to clist_begin()
2618                 not checking for NULLs (it should!)
2619
2620 2008-11-25 [colin]      3.6.1cvs42
2621
2622         * src/procmime.c
2623                 Fix line length in MIME parameters
2624
2625 2008-11-22 [paul]       3.6.1cvs41
2626
2627         * src/compose.c
2628                 grab Return key press in attachments Properties
2629                 dialog
2630
2631 2008-11-21 [colin]      3.6.1cvs40
2632
2633         * src/compose.c
2634         * src/procmime.c
2635                 Fix bug 1776, 'use encoded name parameters 
2636                 for attachments instead of ascii'.
2637                 Break the RFC 2047 by using B-encoded 
2638                 filename parameter, like everyone does,
2639                 following advice from the RFC author.
2640
2641 2008-11-21 [colin]      3.6.1cvs39
2642
2643         * src/common/socket.c
2644                 Rehandshake if server asks to
2645
2646 2008-11-21 [colin]      3.6.1cvs38
2647
2648         * src/mimeview.h
2649         * src/toolbar.h
2650         * src/common/session.h
2651         * src/common/smtp.h
2652                 Move conditional-compilation members to
2653                 end of structs
2654
2655 2008-11-19 [wwp]        3.6.1cvs37
2656
2657         * src/prefs_actions.c
2658                 Fixed wrong behaviour when pressing Escape (was not cancelling
2659                 the action).
2660
2661 2008-11-19 [wwp]        3.6.1cvs36
2662
2663         * src/compose.c
2664         * src/matcher.c
2665         * src/messageview.c
2666         * src/mimeview.c
2667         * src/prefs_actions.c
2668         * src/prefs_filtering_action.c
2669         * src/procmsg.c
2670         * src/summaryview.c
2671         * src/textview.c
2672         * src/common/utils.c
2673                 Replace occurrences of "command line" with "command-line" everywhere.
2674                 Enforce code style (mostly indentation) in prefs_actions.c.
2675
2676 2008-11-19 [colin]      3.6.1cvs35
2677
2678         * src/compose.c
2679         * src/prefs_common.c
2680         * src/prefs_common.h
2681                 Add primary_paste_unselects hidden preference
2682                 to change how middle-click pasting changes
2683                 the selection and insert point; defaults to
2684                 pre-3.6.1cvs31
2685
2686 2008-11-19 [colin]      3.6.1cvs34
2687
2688         * src/folderview.c
2689                 Always give focus to summaryview, even if
2690                 the folder is empty, in small screen layout.
2691                 Allows to go back to folderlist using the
2692                 keyboard.
2693
2694 2008-11-18 [colin]      3.6.1cvs33
2695
2696         * src/mainwindow.h
2697                 Put back conditional at the end of struct
2698
2699 2008-11-18 [colin]      3.6.1cvs32
2700
2701         * src/procmime.c
2702         * src/common/w32_reg.c
2703                 Fix crash on win32 when browsing to a
2704                 directory
2705
2706 2008-11-15 [colin]      3.6.1cvs31
2707
2708         * src/compose.c
2709                 After a mid-click paste, deselect selection
2710                 and go to end of paste.
2711
2712 2008-11-15 [colin]      3.6.1cvs30
2713
2714         * src/compose.c
2715                 Auto-save draft after external editor quits
2716
2717 2008-11-15 [colin]      3.6.1cvs29
2718
2719         * src/plugins/pgpcore/sgpgme.c
2720                 Fix wrong error display, thanks to
2721                 Charles A. Edwards
2722
2723 2008-11-14 [colin]      3.6.1cvs28
2724
2725         * src/prefs_actions.c
2726                 Comment out bogus (IMO) warning
2727
2728 2008-11-14 [colin]      3.6.1cvs27
2729
2730         * src/mainwindow.c
2731         * src/summaryview.c
2732         * src/summaryview.h
2733         * src/gtk/menu.c
2734         * src/gtk/menu.h
2735                 Share summaryview's context menu actions with
2736                 the equivalent menu items of the main menu;
2737                 this allows to share accelerators and de-
2738                 duplicate code.
2739
2740 2008-11-14 [colin]      3.6.1cvs26
2741
2742         * src/plugins/pgpcore/sgpgme.c
2743                 Fix bug 1768, 'claws-mail crashes while 
2744                 checking smime bad signature'
2745
2746 2008-11-13 [colin]      3.6.1cvs25
2747
2748         * src/account.c
2749         * src/filtering.c
2750                 Fix redefinition of PREFSBUFSIZE
2751
2752 2008-11-13 [wwp]        3.6.1cvs24
2753
2754         * tools/popfile-link.sh
2755                 Add support for reusing existing POPFile session ID.
2756
2757 2008-11-12 [colin]      3.6.1cvs23
2758
2759         * src/prefs_gtk.h
2760                 Fix bug 1771, 'Folder template gets 
2761                 truncated when exiting the application'
2762                 Use a 32k buffer for string preferences
2763
2764 2008-11-11 [colin]      3.6.1cvs22
2765
2766         * src/summaryview.c
2767                 Fix "display sender using addressbook" when
2768                 prefs_common.swap_from is in use. Patch by
2769                 H. Merijn Brand
2770
2771 2008-11-11 [colin]      3.6.1cvs21
2772
2773         * src/autofaces.c
2774         * src/common/md5.c
2775         * src/common/md5.h
2776                 Make a few functions static
2777
2778 2008-11-07 [colin]      3.6.1cvs20
2779
2780         * src/mainwindow.c
2781         * src/summaryview.c
2782                 Fix crash when rebuilding colorlabel
2783                 menu
2784         * src/addrgather.c
2785         * src/editldap.c
2786         * src/prefs_account.c
2787         * src/prefs_compose_writing.c
2788         * src/prefs_logging.c
2789         * src/prefs_message.c
2790         * src/prefs_other.c
2791         * src/prefs_receive.c
2792         * src/prefs_summaries.c
2793         * src/prefs_wrapping.c
2794         * src/plugins/bogofilter/bogofilter_gtk.c
2795         * src/plugins/pgpcore/prefs_gpg.c
2796         * src/plugins/spamassassin/spamassassin_gtk.c
2797                 Fix deprecated use of page_size in 
2798                 gtkspinbutton adjustments
2799
2800 2008-11-06 [mones]      3.6.1cvs19
2801
2802         * src/mainwindow.c
2803                 Fix missing "About" in Help menu
2804         * tools/claws.i18n.status.pl
2805                 Fix header
2806
2807 2008-11-05 [colin]      3.6.1cvs18
2808
2809         * src/action.c
2810         * src/main.c
2811         * src/mainwindow.c
2812         * src/common/socket.c
2813         * src/common/socket.h
2814         * src/gtk/gtkutils.c
2815         * src/gtk/gtkutils.h
2816                 w32: Implement single launch (lock
2817                 socket); always put debug log to
2818                 the rc_dir; fix Start menu update
2819                 after registering as default Mail 
2820                 app
2821
2822 2008-11-05 [colin]      3.6.1cvs17
2823
2824         * src/mainwindow.c
2825                 Setting the Mail start menu item in HKCU 
2826                 confuses the Internet Options dialog. Do 
2827                 it in HKLM as this dialog does.
2828
2829 2008-11-04 [colin]      3.6.1cvs16
2830
2831         * src/common/w32_reg.c
2832                 Fix off-by-one
2833
2834 2008-11-04 [colin]      3.6.1cvs15
2835
2836         * src/procmime.c
2837                 w32: Fix getting content-type 
2838         * src/mimeview.c
2839         * src/prefs_common.c
2840         * src/prefs_common.h
2841         * src/prefs_ext_prog.c
2842         * src/textview.c
2843                 w32: better integration (use the
2844                 standard file associations instead
2845                 of our platform-unadapted open
2846                 dialog)
2847         * src/mainwindow.c
2848         * src/common/utils.c
2849         * src/common/w32_reg.c
2850         * src/common/w32lib.h
2851                 w32: better integration (allow 
2852                 setting Claws as default MUA)
2853
2854 2008-11-01 [colin]      3.6.1cvs14
2855
2856         * src/codeconv.c
2857                 Fix wrongly converted non-ascii characters
2858                 when locale's charset is US-ASCII (strict-mode
2859                 was failing in this case)
2860
2861 2008-10-30 [colin]      3.6.1cvs13
2862
2863         * src/mimeview.c
2864         * src/mimeview.h
2865         * src/textview.c
2866         * src/textview.h
2867                 Use one UI Manager per mimeview, instead of
2868                 the global one -- else user_data pointer gets
2869                 broken if opening and closing another message-
2870                 view, then using right-click on a mimeview's 
2871                 mimepart. Probably fixes bug 1711, 'Save-as
2872                 attachment crashes'
2873
2874 2008-10-24 [paul]       3.6.1cvs12
2875
2876         * tools/Makefile.am
2877         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
2878         * tools/kdeservicemenu/install.sh
2879                 another, possibly the final?, attempt on getting this
2880                 sorted for kde4
2881
2882 2008-10-24 [paul]       3.6.1cvs11
2883
2884         * tools/kdeservicemenu/install.sh
2885                 fix servicemenu installation directory on kde4
2886
2887 2008-10-24 [paul]       3.6.1cvs10
2888
2889         * tools/kdeservicemenu/README
2890         * tools/kdeservicemenu/install.sh
2891                 add support for kde4 in addition to kde3.
2892                 a rework involving checking for kde4-config, then
2893                 kde-config, finally prompting the user for the
2894                 location of either if they cannot be found
2895                 
2896
2897 2008-10-18 [paul]       3.6.1cvs9
2898
2899         * tools/claws.i18n.status.pl
2900                 updated with latest translator info.
2901                 only print for languages defined in %langname
2902
2903 2008-10-17 [paul]       3.6.1cvs8
2904
2905         * src/plugins/pgpcore/sgpgme.c
2906                 when listing the uid's, show the uid validity
2907
2908 2008-10-16 [paul]       3.6.1cvs7
2909
2910         * INSTALL
2911                 updated
2912
2913 2008-10-13 [wwp]        3.6.1cvs6
2914
2915         * po/fr.po
2916                 Updated French translation.
2917
2918 2008-10-11 [colin]      3.6.1cvs5
2919
2920         * src/gtk/authors.h
2921                 Fix bug 1756, "Outdated translators list in About 
2922                 dialogue". Patch by Aleksei Miheev.
2923
2924 2008-10-11 [colin]      3.6.1cvs4
2925
2926         * src/account.c
2927         * src/imap.c
2928         * src/inc.c
2929         * src/main.c
2930         * src/mainwindow.c
2931         * src/news.c
2932         * src/pop.c
2933         * src/pop.h
2934         * src/prefs_account.c
2935         * src/send_message.c
2936         * src/send_message.h
2937         * src/ssl_manager.c
2938         * src/ssl_manager.h
2939         * src/wizard.c
2940         * src/common/claws.c
2941         * src/common/defs.h
2942         * src/common/session.c
2943         * src/common/session.h
2944         * src/common/smtp.c
2945         * src/common/smtp.h
2946         * src/common/socket.c
2947         * src/common/socket.h
2948         * src/common/ssl.c
2949         * src/common/ssl.h
2950         * src/common/ssl_certificate.c
2951         * src/common/ssl_certificate.h
2952         * src/gtk/about.c
2953         * src/gtk/sslcertwindow.c
2954         * src/gtk/sslcertwindow.h
2955                 Remove OpenSSL code
2956
2957 2008-10-11 [colin]      3.6.1cvs3
2958
2959         * src/common/ssl_certificate.c
2960                 Make local function static
2961
2962 2008-10-10 [colin]      3.6.1cvs2
2963
2964         * src/common/ssl.h
2965         * src/common/ssl_certificate.c
2966         * src/gtk/sslcertwindow.c
2967                 Add offline certificate verification,
2968                 thanks to Nikos Mavrogiannopoulos for the
2969                 hints
2970
2971 2008-10-10 [colin]      3.6.1cvs1
2972
2973         * src/common/ssl_certificate.c
2974         * src/gtk/sslcertwindow.c
2975                 Fix warnings
2976
2977 2008-10-10 [paul]       3.6.1
2978
2979         * m4/spamassassin.m4
2980                 remove openssl dross
2981
2982         * NEWS
2983         * README
2984         * RELEASE_NOTES 
2985                 3.6.1 released!
2986
2987 2008-10-10 [colin]      3.6.0cvs25
2988
2989         * src/common/ssl.c
2990                 Tell libetpan it doesn't need to init
2991                 GnuTLS
2992
2993 2008-10-10 [colin]      3.6.0cvs24
2994
2995         * claws-mail.pc.in
2996                 Remove references to openssl
2997
2998 2008-10-09 [colin]      3.6.0cvs23
2999
3000         * configure.ac
3001                 Fix message
3002
3003 2008-10-09 [colin]      3.6.0cvs22
3004
3005         * configure.ac
3006                 Error out when building against openssl
3007
3008 2008-10-09 [colin]      3.6.0cvs21
3009
3010         * configure.ac
3011         * COPYING
3012         * src/crash.c
3013         * src/main.c
3014         * src/gtk/about.c
3015                 Disable OpenSSL due to requirement of
3016                 OpenSSL exception. Code not removed yet,
3017                 just in case, but disabled.
3018
3019 2008-10-09 [colin]      3.6.0cvs20
3020
3021         * configure.ac
3022         * src/Makefile.am
3023         * src/crash.c
3024         * src/gedit-print.c
3025         * src/gedit-print.h
3026         * src/main.c
3027         * src/mainwindow.c
3028         * src/messageview.c
3029         * src/prefs_ext_prog.c
3030         * src/prefs_fonts.c
3031         * src/prefs_image_viewer.c
3032         * src/printing.c
3033         * src/printing.h
3034         * src/summaryview.c
3035         * src/gtk/Makefile.am
3036         * src/gtk/about.c
3037         * src/gtk/gtksourceprintjob.c
3038         * src/gtk/gtksourceprintjob.h
3039                 Revert previous patch. It'd be better to remove
3040                 OpenSSL instead, as GnuTLS works as well.
3041
3042 2008-10-09 [colin]      3.6.0cvs19
3043
3044         * configure.ac
3045         * src/Makefile.am
3046         * src/crash.c
3047         * src/gedit-print.c
3048         * src/gedit-print.h
3049         * src/main.c
3050         * src/mainwindow.c
3051         * src/messageview.c
3052         * src/prefs_ext_prog.c
3053         * src/prefs_fonts.c
3054         * src/prefs_image_viewer.c
3055         * src/printing.c
3056         * src/printing.h
3057         * src/summaryview.c
3058         * src/gtk/Makefile.am
3059         * src/gtk/about.c
3060         * src/gtk/gtksourceprintjob.c
3061         * src/gtk/gtksourceprintjob.h
3062                 Remove the libgnomeprint interface (deprecated,
3063                 and fixes Debian's #501570, 'Copyright confusion')
3064
3065 2008-10-09 [colin]      3.6.0cvs18
3066
3067         * configure.ac
3068                 Require libetpan 0.57 (important fixes)
3069
3070 2008-10-08 [paul]       3.6.0cvs17
3071
3072         * src/prefs_filtering_action.c
3073         * src/prefs_matcher.c
3074                 enable re-ordering of the filtering/processing
3075                 condition and actions lists by drag'n'drop
3076
3077 2008-10-08 [colin]      3.6.0cvs16
3078
3079         * src/addressbook.c
3080                 Fix wrong menu title
3081
3082 2008-10-07 [colin]      3.6.0cvs15
3083
3084         * src/imap.c
3085                 After thinking, revert this. It's only a minor
3086                 annoyance to GSSAPI users, and I can't test this
3087                 right now. Postponed until after next good release.
3088
3089 2008-10-07 [colin]      3.6.0cvs14
3090
3091         * src/imap.c
3092                 Don't ask for a password when using GSSAPI
3093
3094 2008-10-07 [colin]      3.6.0cvs13
3095
3096         * src/mainwindow.c
3097                 Fix build with GTK+ < 2.14
3098
3099 2008-10-07 [colin]      3.6.0cvs12
3100
3101         * src/mainwindow.c
3102         * src/mainwindow.h
3103         * src/prefs_common.c
3104         * src/prefs_common.h
3105         * src/summaryview.c
3106         * src/gtk/colorlabel.c
3107                 Fix bug 1749, 'Shortcut keys for color labels 
3108                 not changeable'
3109                 Make fullscreen a setting remembered between
3110                 sessions
3111
3112 2008-10-07 [colin]      3.6.0cvs11
3113
3114         * src/prefs_other.c
3115                 Fix bug 1747, 'Wanderlust keybindings no longer 
3116                 working (regression)'
3117
3118 2008-10-07 [colin]      3.6.0cvs10
3119
3120         * src/mainwindow.c
3121                 Make fullscreen a real menu item
3122
3123 2008-10-07 [colin]      3.6.0cvs9
3124
3125         * src/mainwindow.c
3126                 Make sure we won't save size when
3127                 fullscreening
3128
3129 2008-10-06 [colin]      3.6.0cvs8
3130
3131         * src/mainwindow.c
3132         * src/mainwindow.h
3133                 Handle fullscreen via F11. Patch by
3134                 Michael Rasmussen
3135
3136 2008-10-06 [colin]      3.6.0cvs7
3137
3138         * src/common/ssl.c
3139                 Fix return value when setting client cert
3140
3141 2008-10-04 [colin]      3.6.0cvs6
3142
3143         * src/mimeview.c
3144                 Fix bug 1742, 'Attachment list contents not 
3145                 visible/scrollable'
3146
3147 2008-10-04 [paul]       3.6.0cvs5
3148
3149         * src/mainwindow.c
3150                 fix failure of Hide toolbar option on restart
3151
3152 2008-10-04 [colin]      3.6.0cvs4
3153
3154         * src/addressbook.c
3155         * src/compose.c
3156         * src/mainwindow.c
3157         * src/messageview.c
3158         * src/summaryview.c
3159                 Maemo: Fix bug 1737, Crashes upon opening
3160
3161 2008-10-04 [paul]       3.6.0cvs3
3162
3163         * po/pt_BR.po
3164                 submitted (just a little late) by Frederico
3165                 Goncalves Guimaraes
3166
3167 2008-10-03 [wwp]        3.6.0cvs2
3168
3169         * po/fr.po
3170                 Many fixes, mostly in menus and accelerators.
3171
3172 2008-10-03 [colin]      3.6.0cvs1
3173
3174         * src/gtk/filesel.c
3175                 Allow network mounts with new GTKs: they're
3176                 available via FUSE mounts and we don't need
3177                 GVFS.
3178
3179 2008-10-03 [paul]       3.6.0
3180
3181         * NEWS
3182         * README
3183         * RELEASE_NOTES 
3184                 3.6.0 released!
3185
3186 2008-10-03 [paul]       3.5.0cvs145
3187
3188         * configure.ac
3189         * po/bg.po
3190         * po/nl.po
3191         * po/ru.po
3192         * po/sv.po
3193                 new translations. added by Yasen Pramatarov,
3194                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
3195         * po/ca.po
3196         * po/de.po
3197         * po/fi.po
3198         * po/fr.po
3199         * po/hu.po
3200         * po/it.po
3201         * po/pl.po
3202         * po/zh_CN.po
3203                 updated translations. submitted by Miquel Oliete,
3204                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
3205                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
3206
3207 2008-10-02 [colin]      3.5.0cvs144
3208
3209         * src/common/session.c
3210                 Fix crash when connection fails on windows
3211
3212 2008-10-01 [colin]      3.5.0cvs143
3213
3214         * src/imap.c
3215                 Real fix for FS-unsafe chars on win32
3216
3217 2008-10-01 [colin]      3.5.0cvs142
3218
3219         * src/imap.c
3220                 Encode prohibited filenames on win32
3221
3222 2008-09-30 [mones]      3.5.0cvs141
3223
3224         * src/ldapctrl.c
3225         * src/main.c
3226         * src/prefs_themes.c
3227         * src/printing.c
3228                 Fix output of some debug messages
3229
3230 2008-09-30 [colin]      3.5.0cvs140
3231
3232         * src/addrbook.c
3233         * src/addrharvest.c
3234         * src/compose.c
3235         * src/jpilot.c
3236         * src/mh.c
3237         * src/prefs_themes.c
3238         * src/procheader.c
3239         * src/procmime.c
3240         * src/summaryview.c
3241         * src/common/utils.c
3242         * src/gtk/sslcertwindow.c
3243                 Win32: Fix time usage; use g_stat
3244
3245 2008-09-29 [colin]      3.5.0cvs139
3246
3247         * src/common/utils.c
3248                 Fix case-sensitive match of subject
3249                 prefixes on win32
3250
3251 2008-09-29 [colin]      3.5.0cvs138
3252
3253         * src/folder_item_prefs.c
3254         * src/folder_item_prefs.h
3255         * src/matcher.c
3256         * src/prefs_folder_item.c
3257         * src/prefs_matcher.c
3258         * src/summaryview.c
3259         * src/common/string_match.c
3260         * src/common/utils.c
3261                 Fix a huge leak (dozens of megs per folder
3262                 change) on Windows: disable regexps 
3263
3264 2008-09-28 [paul]       3.5.0cvs137
3265
3266         * po/en_GB.po
3267                 updated
3268
3269 2008-09-27 [colin]      3.5.0cvs136
3270
3271         * src/account.c
3272         * src/account.h
3273                 Add accessor for cur_account
3274
3275 2008-09-27 [colin]      3.5.0cvs135
3276
3277         * src/imap.c
3278                 Fix crash when error happen on session establishment
3279
3280 2008-09-26 [mones]      3.5.0cvs134
3281
3282         * po/es.po
3283                 Updated for release
3284
3285 2008-09-26 [colin]      3.5.0cvs133
3286
3287         * src/plugins/pgpcore/claws.def
3288                 Fix symbol
3289
3290 2008-09-26 [colin]      3.5.0cvs132
3291
3292         * src/prefs_common.c
3293         * src/prefs_common.h
3294         * src/plugins/pgpcore/pgp_viewer.c
3295                 Add an accessor to prefs_common for plugins
3296                 (Win32 fix)
3297
3298 2008-09-25 [colin]      3.5.0cvs131
3299
3300         * src/main.c
3301                 Fix bug 1725, 'useless lines in clawsrc'
3302         * src/plugins/smime/mypgpcore.def
3303                 Add a missing symbol
3304
3305 2008-09-25 [paul]       3.5.0cvs130
3306
3307         * src/plugins/smime/mypgpcore.def
3308         * src/plugins/smime/plugin.def
3309         * src/plugins/smime/version.rc
3310                 add these windows-specific files
3311                 (Thanks to Colin)
3312
3313 2008-09-25 [colin]      3.5.0cvs129
3314
3315         * src/main.c
3316                 Load standard plugins only on first run
3317
3318 2008-09-25 [colin]      3.5.0cvs128
3319
3320         * src/codeconv.c
3321                 Fix build...
3322
3323 2008-09-24 [colin]      3.5.0cvs127
3324
3325         * src/codeconv.c
3326                 Add nb_NO's charset (iso-8859-1)
3327
3328 2008-09-24 [colin]      3.5.0cvs126
3329
3330         * src/common/utils.c
3331                 Fix get_mail_base_dir() on windows
3332                 (was synced from main ages ago)
3333
3334 2008-09-24 [colin]      3.5.0cvs125
3335
3336         * src/main.c
3337         * src/wizard.c
3338                 Integrate better with Windows' style
3339
3340 2008-09-23 [paul]       3.5.0cvs124
3341
3342         * src/compose.c
3343         * src/mainwindow.c
3344         * src/messageview.c
3345                 offer these strings to translators too 
3346
3347 2008-09-23 [colin]      3.5.0cvs123
3348
3349         * configure.ac
3350                 Add a --disable-dbus flag in case we want
3351                 no DBUS even if headers are available (like
3352                 for building gpg4win)
3353         * src/filtering.c
3354         * src/mainwindow.c
3355         * src/prefs_logging.c
3356         * src/common/utils.c
3357         * src/plugins/pgpcore/sgpgme.c
3358         * src/plugins/smime/claws.def
3359                 Windows fixes:
3360                 - disable filtering log (it's crashy for
3361                   some reason)
3362                 - fix gmtime_r when time is -1 (before 01/01/70)
3363                 - add symbols for smime
3364
3365 2008-09-22 [colin]      3.5.0cvs122
3366
3367         * src/common/utils.c
3368         * src/account.c
3369                 Remove raw printf
3370         * src/compose.c
3371                 Fix cursor position after changing account
3372         * src/imap.c
3373         * src/mimeview.c
3374         * src/news.c
3375                 Fix absolute path detection 
3376
3377 2008-09-21 [colin]      3.5.0cvs121
3378
3379         * src/gtk/gtkaspell.c
3380                 Don't try to use empty dictionaries
3381
3382 2008-09-20 [colin]      3.5.0cvs120
3383
3384         * po/POTFILES.in
3385                 Add the new files to the translations
3386
3387 2008-09-20 [colin]      3.5.0cvs119
3388
3389         * configure.ac
3390         * src/plugins/Makefile.am
3391         * src/plugins/smime/Makefile.am
3392         * src/plugins/smime/plugin.c
3393         * src/plugins/smime/smime.c
3394         * src/plugins/smime/smime.deps
3395         * src/plugins/smime/smime.h
3396                 Include S/Mime plugin in the main plugins
3397                 Will ease the Gpg4win team's work
3398
3399 2008-09-20 [colin]      3.5.0cvs118
3400
3401         * src/autofaces.c
3402         * src/compose.c
3403         * src/ldapquery.c
3404         * src/main.c
3405         * src/news.c
3406         * src/common/socket.c
3407         * src/gtk/gtkutils.c
3408         * src/plugins/pgpcore/claws.def
3409                 Windows: more fixes, thanks to wwp and
3410                 Marcus Brinkmann
3411
3412 2008-09-20 [colin]      3.5.0cvs117
3413
3414         * src/imap.c
3415                 Tell on which server errors happened
3416
3417 2008-09-20 [colin]      3.5.0cvs116
3418
3419         * src/etpan/etpan-thread-manager.c
3420         * src/etpan/imap-thread.c
3421         * src/etpan/nntp-thread.c
3422                 Windows: Fix hang on IMAP/NNTP
3423
3424 2008-09-20 [colin]      3.5.0cvs115
3425
3426         * src/common/utils.c
3427                 Fix bug 1723, "Buffer overflow crash caused by 
3428                 preview in 'Date format help' dialog box"
3429                 Also, optimise fast_strftime a bit :)
3430
3431 2008-09-18 [colin]      3.5.0cvs114
3432
3433         * src/procmime.c
3434         * src/textview.c
3435                 Check for NULLs before str* functions
3436
3437 2008-09-18 [colin]      3.5.0cvs113
3438
3439         * src/messageview.c
3440         * src/procmime.c
3441         * src/textview.c
3442                 Handle html parts in multipart/related
3443                 Decode ISO-8859-1 as Windows-1252 (the former
3444                 is a subset of the latter) in order to 
3445                 workaround Outlook mails misencoding
3446         * src/gtk/logwindow.c
3447         * src/gtk/logwindow.h
3448                 Clear mainwindow's error pixmap when the
3449                 error scrolls out of the log
3450
3451 2008-09-17 [colin]      3.5.0cvs112
3452
3453         * src/image_viewer.c
3454                 Fix image loading (multiple childs added to 
3455                 scrolledwindow, break of the resize functionality)
3456         * src/account.c
3457         * src/prefs_folder_item.c
3458         * src/prefs_spelling.c
3459         * src/gtk/gtkaspell.c
3460                 Better fix problems with dictionaries updates
3461
3462 2008-09-17 [colin]      3.5.0cvs111
3463
3464         * src/common/utils.c
3465                 Fix double-opening (fixes multiple signatures when
3466                 using signify)
3467
3468 2008-09-16 [colin]      3.5.0cvs110
3469
3470         * src/prefs_account.c
3471         * src/prefs_folder_item.c
3472         * src/prefs_spelling.c
3473         * src/gtk/gtkaspell.c
3474                 Better stripping of aspell dictionaries names
3475
3476 2008-09-16 [colin]
3477
3478         * 3.6.0-rc1 released
3479
3480 2008-09-16 [colin]      3.5.0cvs109
3481
3482         * src/account.c
3483         * src/inc.c
3484         * src/mainwindow.c
3485         * src/prefs_account.h
3486         * src/prefs_other.c
3487         * src/send_message.c
3488         * src/gtk/inputdialog.c
3489                 Don't add a pref to allow remembering passwords
3490                 (Just not checking the checkbox is enough)
3491
3492 2008-09-16 [colin]      3.5.0cvs108
3493
3494         * configure.ac
3495                 Require libetpan 0.56 as 0.55 is crashy
3496         * src/messageview.c
3497                 Fix english
3498         * src/gtk/inputdialog.c
3499         * src/gtk/inputdialog.h
3500                 Fix warnings
3501
3502 2008-09-16 [wwp]        3.5.0cvs107
3503
3504         * src/compose.c
3505                 Complete 3.5.0cvs106 by removing a function that got
3506                 moved to account.[ch].
3507
3508 2008-09-16 [wwp]        3.5.0cvs106
3509
3510         * src/account.c
3511         * src/account.h
3512         * src/compose.c
3513         * src/quote_fmt.c
3514         * src/quote_fmt_lex.l
3515         * src/quote_fmt_parse.y
3516                 Add account signature (path and value string) manipulation
3517                 keywords to the template processor. It's now possible in
3518                 all templates to insert the account signature to an
3519                 arbitrary location or to pass it to a external script for
3520                 further editing.
3521
3522
3523 2008-09-16 [mones]      3.5.0cvs105
3524
3525         * src/imap.c
3526         * src/inc.c
3527         * src/mainwindow.c
3528         * src/mainwindow.h
3529         * src/news.c
3530         * src/prefs_account.h
3531         * src/prefs_common.c
3532         * src/prefs_common.h
3533         * src/prefs_other.c
3534         * src/send_message.c
3535         * src/gtk/inputdialog.c
3536         * src/gtk/inputdialog.h
3537                 Implement session passwords: unsaved passwords for receiving
3538                 or sending of accounts can be remembered while running to 
3539                 avoid repetitive typing.
3540                 As keeping passwords in memory is unsafe a new preference 
3541                 in Other page is added to activate or not such capability.
3542
3543 2008-09-14 [colin]      3.5.0cvs104
3544
3545         * src/codeconv.c
3546         * src/codeconv.h
3547                 Make conv_iconv_strdup static
3548
3549 2008-09-12 [colin]      3.5.0cvs103
3550
3551         * claws-mail.pc.in
3552         * src/Makefile.am
3553         * src/compose.c
3554         * src/compose.h
3555         * src/crash.c
3556         * src/folder_item_prefs.c
3557         * src/folder_item_prefs.h
3558         * src/main.c
3559         * src/prefs_account.c
3560         * src/prefs_common.c
3561         * src/prefs_common.h
3562         * src/prefs_folder_item.c
3563         * src/prefs_spelling.c
3564         * src/prefs_template.c
3565         * src/quote_fmt.h
3566         * src/quote_fmt_parse.y
3567         * src/toolbar.c
3568         * src/toolbar.h
3569         * src/gtk/Makefile.am
3570         * src/gtk/about.c
3571         * src/gtk/filesel.c
3572         * src/gtk/gtkaspell.c
3573         * src/gtk/gtkaspell.h
3574         * src/plugins/bogofilter/Makefile.am
3575         * src/plugins/dillo_viewer/Makefile.am
3576         * src/plugins/spamassassin/Makefile.am
3577         * src/plugins/trayicon/Makefile.am
3578                 Switch spellchecker to Enchant
3579
3580 2008-09-12 [paul]       3.5.0cvs102
3581
3582         * tools/README
3583         * tools/csv2addressbook.pl
3584                 add support for Fox Mail
3585
3586 2008-09-12 [paul]       3.5.0cvs101
3587
3588         * src/compose.c
3589         * src/prefs_wrapping.c
3590                 changes to English
3591
3592 2008-09-12 [paul]       3.5.0cvs100
3593
3594         * configure.ac
3595                 revert cvs99's libenchant commit error
3596
3597 2008-09-12 [colin]      3.5.0cvs99
3598
3599         * src/inc.c
3600                 Only go to inbox if there are new mails
3601                 (and fetch was manual)
3602
3603 2008-09-10 [colin]      3.5.0cvs98
3604
3605         * src/inc.c
3606         * src/summaryview.c
3607         * src/common/session.c
3608                 Use g_timeout_add_seconds instead of g_timeout_add
3609                 on glib >= 2.14 when we don't need precision on the 
3610                 delay. This helps reducing power consumption:
3611                 http://mjg59.livejournal.com/74651.html
3612
3613 2008-09-10 [colin]      3.5.0cvs97
3614
3615         * src/compose.c
3616                 Don't save window size and position when
3617                 compose is hidden (filtering action)
3618
3619 2008-09-09 [colin]      3.5.0cvs96
3620
3621         * src/action.h
3622         * src/addr_compl.c
3623         * src/addressadd.c
3624         * src/addressbook.h
3625         * src/addressbook_foldersel.c
3626         * src/addressitem.h
3627         * src/addrgather.c
3628         * src/alertpanel.c
3629         * src/browseldap.c
3630         * src/editaddress.c
3631         * src/editaddress_other_attributes_ldap.h
3632         * src/editbook.c
3633         * src/editjpilot.c
3634         * src/editldap.c
3635         * src/editldap_basedn.c
3636         * src/editvcard.c
3637         * src/exphtmldlg.c
3638         * src/expldifdlg.c
3639         * src/export.c
3640         * src/foldersel.c
3641         * src/foldersel.h
3642         * src/gedit-print.c
3643         * src/gedit-print.h
3644         * src/grouplistdialog.c
3645         * src/headerview.c
3646         * src/headerview.h
3647         * src/image_viewer.c
3648         * src/import.c
3649         * src/importldif.c
3650         * src/importmutt.c
3651         * src/importpine.c
3652         * src/inc.c
3653         * src/main.c
3654         * src/main.h
3655         * src/messageview.c
3656         * src/messageview.h
3657         * src/noticeview.c
3658         * src/prefs_actions.c
3659         * src/prefs_filtering.c
3660         * src/prefs_folder_column.c
3661         * src/prefs_gtk.h
3662         * src/prefs_summary_column.c
3663         * src/prefs_toolbar.c
3664         * src/send_message.c
3665         * src/setup.c
3666         * src/sourcewindow.c
3667         * src/sourcewindow.h
3668         * src/ssl_manager.c
3669         * src/statusbar.c
3670         * src/statusbar.h
3671         * src/stock_pixmap.c
3672         * src/stock_pixmap.h
3673         * src/summaryview.c
3674         * src/textview.c
3675         * src/textview.h
3676         * src/undo.h
3677         * src/uri_opener.c
3678         * src/wizard.c
3679         * src/wizard.h
3680         * src/common/ssl.h
3681         * src/common/utils.c
3682         * src/gtk/about.c
3683         * src/gtk/colorlabel.c
3684         * src/gtk/colorlabel.h
3685         * src/gtk/combobox.h
3686         * src/gtk/description_window.c
3687         * src/gtk/filesel.c
3688         * src/gtk/gtkaspell.c
3689         * src/gtk/gtkaspell.h
3690         * src/gtk/gtkcmclist.c
3691         * src/gtk/gtkcmclist.h
3692         * src/gtk/gtkcmctree.c
3693         * src/gtk/gtkcmctree.h
3694         * src/gtk/gtkcmoptionmenu.h
3695         * src/gtk/gtksctree.c
3696         * src/gtk/gtksctree.h
3697         * src/gtk/gtkshruler.c
3698         * src/gtk/gtkshruler.h
3699         * src/gtk/gtksourceprintjob.c
3700         * src/gtk/gtksourceprintjob.h
3701         * src/gtk/gtkutils.c
3702         * src/gtk/gtkutils.h
3703         * src/gtk/gtkvscrollbutton.c
3704         * src/gtk/gtkvscrollbutton.h
3705         * src/gtk/icon_legend.c
3706         * src/gtk/inputdialog.c
3707         * src/gtk/logwindow.c
3708         * src/gtk/logwindow.h
3709         * src/gtk/manage_window.c
3710         * src/gtk/manage_window.h
3711         * src/gtk/menu.c
3712         * src/gtk/prefswindow.c
3713         * src/gtk/progressdialog.c
3714         * src/gtk/progressdialog.h
3715         * src/plugins/bogofilter/bogofilter_gtk.c
3716         * src/plugins/pgpcore/passphrase.c
3717         * src/plugins/spamassassin/spamassassin_gtk.c
3718         * src/plugins/trayicon/trayicon.c
3719         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3720         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
3721         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
3722         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3723         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
3724                 Complete GTK+ 2.14 undeprecation
3725                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
3726
3727 2008-09-09 [colin]      3.5.0cvs95
3728
3729         * src/gtk/gtkcmclist.h
3730                 Fix build on GTK+ 2.14
3731
3732 2008-09-08 [colin]      3.5.0cvs94
3733
3734         * src/noticeview.c
3735         * src/noticeview.h
3736                 Remove GtkSignalFunc
3737
3738 2008-09-07 [colin]      3.5.0cvs93
3739
3740         * src/addressadd.c
3741         * src/addressbook_foldersel.c
3742         * src/gtk/gtkcmclist.c
3743         * src/gtk/gtkcmclist.h
3744         * src/gtk/gtkcmctree.c
3745         * src/gtk/gtkcmctree.h
3746         * src/gtk/gtksctree.c
3747         * src/gtk/prefswindow.c
3748         * src/gtk/prefswindow.h
3749                 Use GDestroyNotify instead of GtkDestroyNotify
3750                 (deprecated in GTK+ 2.14)
3751
3752 2008-09-07 [colin]      3.5.0cvs92
3753
3754         * src/textview.c
3755                 Fix bug 1712, 'invalid "Phishing attempt warning" 
3756                 when linked text ends with spaces'
3757
3758 2008-09-05 [colin]      3.5.0cvs91
3759
3760         * src/procmime.c
3761                 Maybe fix bug 1711, 'Save-as attachment crashes'
3762                 Possibly wrong free() due to pointer shifting
3763
3764 2008-09-05 [colin]      3.5.0cvs90
3765
3766         * src/compose.c
3767                 Fix bug 1710, 'User misreads "Discard Message" 
3768                 as "Discard Changes"'. Propose to save or discard
3769                 only the latest changes when closing an existing
3770                 draft. Autosave may still have saved parts of the
3771                 edit session.
3772
3773 2008-09-04 [colin]      3.5.0cvs89
3774
3775         * src/summaryview.c
3776                 Fix bug 1707, 'Segfault when sorting on non-visible column'
3777
3778 2008-09-01 [colin]      3.5.0cvs88
3779
3780         * src/imap.c
3781         * src/summaryview.c
3782         * src/common/tags.c
3783         * src/etpan/imap-thread.c
3784         * src/etpan/imap-thread.h
3785                 Store spam flag on IMAP (Junk/NonJunk, as 
3786                 ThunderBird does - this is nonstandard)
3787
3788 2008-08-31 [wwp]        3.5.0cvs87
3789
3790         * ChangeLog
3791                 Fix globish edition^Wediting.
3792
3793 2008-08-31 [wwp]        3.5.0cvs86
3794
3795         * src/addressbook.c
3796                 Don't break nickname editing for non-LDAP books (nickname
3797                 value was overwritten when editing existing contact, this
3798                 came from 3.0.2cvs109).
3799
3800 2008-08-30 [colin]      3.5.0cvs85
3801
3802         * src/mainwindow.c
3803         * src/summaryview.c
3804                 Fix "Apply tags..." key shortcut
3805
3806 2008-08-29 [iwkse]      3.5.0cvs84
3807
3808         * src/summaryview.c
3809                         Bit of clean:)
3810
3811 2008-08-29 [iwkse]      3.5.0cvs83
3812
3813         * src/summaryview.c
3814                         Disable "Move to trash" action if
3815                         we are in a trash-like folder.
3816                         Thanks to colinl
3817
3818 2008-08-29 [paul]       3.5.0cvs82
3819
3820         * configure.ac
3821                 bump up libetpan version requirement since
3822                 0.55 is released now
3823
3824 2008-08-28 [wwp]        3.5.0cvs81
3825
3826         * src/account.c
3827         * src/pop.c
3828         * src/prefs_account.c
3829         * src/prefs_account.h
3830                 Add finer granularity to the POP3's remove-after delay (now in
3831                 hours in addition to in days), patch by Paul Rolland.
3832
3833 2008-08-28 [wwp]        3.5.0cvs80
3834
3835         * src/gtk/combobox.c
3836                 Fix a typo in a comment.
3837
3838 2008-08-28 [iwkse]      3.5.0cvs79
3839
3840         * src/account.c
3841         * src/prefs_actions.c
3842         * src/prefs_filtering.c
3843         * src/prefs_template.c
3844                         Add search feature to the account, 
3845                         template and action dialog.
3846                         It's turned on selecting one row
3847                         of the list and typing some random
3848                         letter. Thanks to wwp, colinl
3849
3850 2008-08-28 [colin]      3.5.0cvs78
3851
3852         * src/Makefile.am
3853         * src/account.c
3854         * src/compose.c
3855         * src/prefs_account.c
3856         * src/prefs_account.h
3857         * src/privacy.c
3858         * src/privacy.h
3859         * src/procmime.c
3860         * src/stock_pixmap.c
3861         * src/stock_pixmap.h
3862         * src/summaryview.c
3863         * src/pixmaps/key_gpg_signed.xpm
3864                 Fix bug 1412, "Sign reply, if mail was signed"
3865                 Add an account preference to sign replies to signed mails
3866
3867 2008-08-28 [iwkse]      3.5.0cvs77
3868
3869         * src/prefs_filtering.c
3870                 Making the search more useful,
3871                 jumping directly to the relative rule.
3872
3873 2008-08-27 [colin]      3.5.0cvs76
3874
3875         * src/main.c
3876                 Add a bit of info
3877
3878 2008-08-27 [colin]      3.5.0cvs75
3879
3880         * src/gtk/gtkcmctree.c
3881                 Fix a few ifdefs
3882
3883 2008-08-26 [colin]      3.5.0cvs74
3884
3885         * src/gtk/gtkcmctree.c
3886                 Fix missing inits on old glib
3887
3888 2008-08-26 [wwp]        3.5.0cvs73
3889
3890         * src/common/utils.c
3891                 Added 'Fwd' to the list of known common subject prefixes.
3892
3893 2008-08-25 [iwkse]      3.5.0cvs72
3894
3895         * src/image_viewer.c
3896                 Add animated gif support to the
3897                 message preview.
3898
3899 2008-08-25 [colin]      3.5.0cvs71
3900
3901         * src/gtk/gtkcmctree.c
3902                 Make sure work isn't null
3903
3904 2008-08-24 [colin]      3.5.0cvs70
3905
3906         * src/common/ssl.c
3907                 Fix typo on SSL_CERT_DIR
3908
3909 2008-08-23 [holger]     3.5.0cvs69
3910
3911         * src/printing.c
3912                 Fix bug 1699 'Separator line mis-placed when
3913                 printing some e-mails'. The number of header lines
3914                 was not correctly calculated when Pango inserts
3915                 linebreaks
3916
3917 2008-08-23 [colin]      3.5.0cvs68
3918
3919         * src/mainwindow.c
3920                 Fix the account selector button; thanks
3921                 to wwp
3922
3923 2008-08-21 [colin]      3.5.0cvs67
3924
3925         * src/compose.c
3926         * src/compose.h
3927                 Add a compose preference for auto-indent
3928         * src/mainwindow.c
3929         * src/summaryview.c
3930                 Make colorlabel accels a bit less hacky
3931
3932 2008-08-21 [colin]      3.5.0cvs66
3933
3934         * src/compose.c
3935         * src/prefs_common.c
3936         * src/prefs_common.h
3937         * src/prefs_wrapping.c
3938                 Add a preference for autoindent; fix no_join tag
3939                 being applied to whole lines instead of just \n when
3940                 creating a line 
3941
3942 2008-08-21 [colin]      3.5.0cvs65
3943
3944         * src/compose.c
3945                 Add support for auto-indentation
3946
3947 2008-08-19 [colin]      3.5.0cvs64
3948
3949         * src/compose.c
3950                 Save Autowrap status in drafts/queued mails
3951
3952 2008-08-19 [colin]      3.5.0cvs63
3953
3954         * src/mainwindow.c
3955                 Fix a comment (in reality, test commit on
3956                 the new CVS server)
3957
3958 2008-08-17 [colin]      3.5.0cvs62
3959
3960         * src/prefs_actions.c
3961         * src/procmime.c
3962         * src/wizard.c
3963         * src/common/socket.h
3964         * src/gtk/gtkcmctree.c
3965                 Fix warnings
3966
3967 2008-08-16 [colin]      3.5.0cvs61
3968
3969         * src/editaddress_other_attributes_ldap.h
3970                 Add 'l' field (localityName)
3971
3972 2008-08-16 [colin]      3.5.0cvs60
3973
3974         * src/mainwindow.c
3975         * src/gtk/gtkcmclist.c
3976         * src/gtk/gtkcmclist.h
3977         * src/gtk/gtkcmctree.c
3978         * src/gtk/gtksctree.c
3979         * src/gtk/gtkutils.c
3980         * src/gtk/gtkvscrollbutton.c
3981                 Fix Maemo build (OS2007)
3982
3983 2008-08-14 [colin]      3.5.0cvs59
3984
3985         * src/folder.c
3986                 Don't crash if parent is null when creating
3987                 a folder
3988         * src/gtk/pluginwindow.c
3989                 Don't crash on race when closing window while
3990                 a plugin is loading and does gtk_iterations
3991
3992 2008-08-13 [colin]      3.5.0cvs58
3993
3994         * src/messageview.c
3995         * src/messageview.h
3996         * src/mimeview.c
3997                 Fix bug 1696, 'Viewing binary attachements 
3998                 as text over 1 MB' (various buglets)
3999
4000 2008-08-10 [colin]      3.5.0cvs57
4001
4002         * src/summaryview.c
4003         * src/gtk/gtkcmclist.c
4004                 Continue fixing GTK < 2.12 build, thanks to
4005                 Michael Hugues
4006
4007 2008-08-10 [colin]      3.5.0cvs56
4008
4009         * src/gtk/gtksctree.c
4010                 Fix build on GTK < 2.12
4011
4012 2008-08-09 [colin]      3.5.0cvs55
4013
4014         * src/mainwindow.c
4015                 Fix untranslatable strings, thanks to
4016                 Stephan Sachse
4017
4018 2008-08-07 [colin]      3.5.0cvs54
4019
4020         * src/compose.c
4021         * src/editaddress.c
4022         * src/folderview.c
4023         * src/mainwindow.c
4024         * src/message_search.c
4025         * src/mimeview.c
4026         * src/noticeview.c
4027         * src/prefs_account.c
4028         * src/prefs_common.c
4029         * src/prefs_customheader.c
4030         * src/prefs_ext_prog.c
4031         * src/prefs_filtering_action.c
4032         * src/prefs_gtk.c
4033         * src/prefs_logging.c
4034         * src/prefs_matcher.c
4035         * src/prefs_msg_colors.c
4036         * src/procmime.c
4037         * src/summary_search.c
4038         * src/summaryview.c
4039         * src/toolbar.c
4040         * src/gtk/colorsel.c
4041         * src/gtk/gtkaspell.c
4042         * src/gtk/gtkutils.c
4043         * src/gtk/gtkutils.h
4044         * src/gtk/inputdialog.c
4045         * src/gtk/pluginwindow.c
4046         * src/gtk/quicksearch.c
4047         * src/plugins/bogofilter/bogofilter_gtk.c
4048         * src/plugins/dillo_viewer/dillo_prefs.c
4049         * src/plugins/spamassassin/spamassassin_gtk.c
4050                 - Fix Ctrl-Space shortcut
4051                 - Fix mime-parsing bug in procmime (cvs52)
4052                 - Fix double-free in procmime (cvs52)
4053                 - Use gtk_bin_get_child instead of GTK_BIN()->child
4054                 - Fix Goto menu in mainwindow
4055
4056 2008-08-07 [mones]      3.5.0cvs53
4057
4058         * po/es.po
4059                 Updated translation (lots of changes!)
4060         * src/compose.c
4061                 Add missing accelerator key
4062         * src/mainwindow.c
4063                 Restored 'v' key function (thanks Colin!)
4064
4065 2008-08-06 [colin]      3.5.0cvs52
4066
4067         * src/addrbook.c
4068         * src/addrcindex.c
4069         * src/addrduplicates.c
4070         * src/addrharvest.c
4071         * src/enriched.c
4072         * src/html.c
4073         * src/ldif.c
4074         * src/mimeview.c
4075         * src/mutt.c
4076         * src/pine.c
4077         * src/procmime.c
4078         * src/vcard.c
4079         * src/wizard.c
4080                 Fix my use of g_utf8_strdown (it returns
4081                 a newly allocated string and doesn't
4082                 change the parameter)
4083
4084 2008-08-06 [colin]      3.5.0cvs51
4085
4086         * src/compose.c
4087                 Fix bug 1690, 'Copy/Paste in edit window may 
4088                 break Undo'; middle-click pastes aren't 
4089                 REPLACE_INSERT but just INSERT. 
4090                 Also, fix privacy menu selection
4091
4092 2008-08-05 [colin]      3.5.0cvs50
4093
4094         * src/action.c
4095         * src/addr_compl.c
4096         * src/addrbook.c
4097         * src/addrcindex.c
4098         * src/addrduplicates.c
4099         * src/addrharvest.c
4100         * src/enriched.c
4101         * src/html.c
4102         * src/ldif.c
4103         * src/main.c
4104         * src/mimeview.c
4105         * src/mutt.c
4106         * src/pine.c
4107         * src/procmime.c
4108         * src/vcard.c
4109         * src/wizard.c
4110         * src/common/socket.c
4111         * src/gtk/gtkutils.c
4112         * src/gtk/gtkutils.h
4113         * src/gtk/menu.c
4114         * src/plugins/spamassassin/spamassassin.c
4115                 More undeprecation (Glib)
4116
4117 2008-08-05 [colin]      3.5.0cvs49
4118
4119         * src/prefs_account.c
4120         * src/prefs_filtering_action.c
4121         * src/prefs_matcher.c
4122         * src/gtk/Makefile.am
4123         * src/gtk/claws-marshal.list
4124         * src/gtk/colorlabel.c
4125         * src/gtk/colorsel.c
4126         * src/gtk/foldersort.c
4127         * src/gtk/gtkaspell.c
4128         * src/gtk/gtkcmclist.c
4129         * src/gtk/gtkcmclist.h
4130         * src/gtk/gtkcmctree.c
4131         * src/gtk/gtkcmctree.h
4132         * src/gtk/gtkcmoptionmenu.c
4133         * src/gtk/gtkcmoptionmenu.h
4134         * src/gtk/gtksctree.c
4135         * src/gtk/gtksctree.h
4136         * src/gtk/gtkutils.c
4137         * src/gtk/gtkutils.h
4138         * src/gtk/gtkvscrollbutton.c
4139         * src/gtk/menu.c
4140         * src/gtk/menu.h
4141         * src/gtk/quicksearch.c
4142         * src/plugins/dillo_viewer/dillo_viewer.c
4143         * src/plugins/pgpcore/select-keys.c
4144                 Try to finish yesterday's commit
4145
4146 2008-08-04 [colin]      3.5.0cvs48
4147
4148         * src/addressadd.c
4149         * src/addressbook.c
4150         * src/addressbook_foldersel.c
4151         * src/addressitem.h
4152         * src/addrgather.c
4153         * src/browseldap.c
4154         * src/compose.c
4155         * src/compose.h
4156         * src/editaddress.c
4157         * src/editaddress_other_attributes_ldap.c
4158         * src/editgroup.c
4159         * src/editldap_basedn.c
4160         * src/folderview.c
4161         * src/folderview.h
4162         * src/grouplistdialog.c
4163         * src/image_viewer.c
4164         * src/imap_gtk.c
4165         * src/importldif.c
4166         * src/main.c
4167         * src/mainwindow.c
4168         * src/message_search.c
4169         * src/mh_gtk.c
4170         * src/mimeview.c
4171         * src/mimeview.h
4172         * src/news_gtk.c
4173         * src/noticeview.h
4174         * src/prefs_account.c
4175         * src/prefs_filtering_action.c
4176         * src/prefs_matcher.c
4177         * src/prefs_msg_colors.c
4178         * src/prefs_summaries.c
4179         * src/statusbar.c
4180         * src/stock_pixmap.c
4181         * src/summary_search.c
4182         * src/summaryview.c
4183         * src/summaryview.h
4184         * src/textview.c
4185         * src/toolbar.h
4186         * src/gtk/Makefile.am
4187         * src/gtk/claws-marshal.list
4188         * src/gtk/colorsel.c
4189         * src/gtk/foldersort.c
4190         * src/gtk/gtkaspell.c
4191         * src/gtk/gtkcmclist.c
4192         * src/gtk/gtkcmclist.h
4193         * src/gtk/gtkcmctree.c
4194         * src/gtk/gtkcmctree.h
4195         * src/gtk/gtksctree.c
4196         * src/gtk/gtksctree.h
4197         * src/gtk/gtkutils.c
4198         * src/gtk/gtkutils.h
4199         * src/gtk/gtkvscrollbutton.c
4200         * src/gtk/menu.c
4201         * src/gtk/menu.h
4202         * src/gtk/quicksearch.c
4203         * src/plugins/dillo_viewer/dillo_viewer.c
4204         * src/plugins/pgpcore/select-keys.c
4205                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
4206                 Undeprecate their implementation (GtkArg, GtkType, ...)
4207                 Undeprecate a few other things here and there
4208                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
4209                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
4210                 still have work to do
4211
4212 2008-08-04 [colin]      3.5.0cvs47
4213
4214         * src/compose.c
4215         * src/compose.h
4216         * src/toolbar.h
4217         * src/textview.c
4218         * src/stock_pixmap.c
4219         * src/statusbar.c
4220         * src/noticeview.h
4221         * src/mimeview.h
4222         * src/mainwindow.c
4223         * src/image_viewer.c
4224         * src/gtk/gtkaspell.c
4225         * src/gtk/gtkvscrollbutton.c
4226         * src/plugins/dillo_viewer/dillo_viewer.c
4227                 Undeprecate more things
4228
4229 2008-08-02 [colin]      3.5.0cvs46
4230
4231         * src/mainwindow.c
4232                 Fix toggle menu activation state
4233                 (thanks to cvs45 ;)
4234
4235 2008-08-02 [paul]       3.5.0cvs45
4236
4237         * src/mainwindow.c
4238                 fix sensitivity of
4239                 /View/Show or hide/Message View
4240
4241 2008-08-01 [paul]       3.5.0cvs44
4242
4243         * src/common/utils.c
4244         * src/plugins/pgpcore/claws.def
4245         * src/plugins/pgpinline/claws.def
4246                 fix compilation problems on mingw32,
4247                 (bug 1688) Patch by Marcus Brinkmann
4248
4249 2008-08-01 [colin]      3.5.0cvs43
4250
4251         * src/gtk/gtkutils.c
4252         * src/gtk/gtkvscrollbutton.c
4253                 Oups, fix build
4254
4255 2008-08-01 [colin]      3.5.0cvs42
4256
4257         * src/compose.c
4258         * src/foldersel.c
4259         * src/mainwindow.c
4260         * src/prefs_account.c
4261         * src/prefs_folder_item.c
4262         * src/prefs_quote.c
4263         * src/summaryview.c
4264         * src/gtk/gtkaspell.c
4265         * src/gtk/gtkutils.c
4266         * src/gtk/gtkvscrollbutton.c
4267                 Replace a few deprecated function calls
4268
4269 2008-08-01 [paul]       3.5.0cvs41
4270
4271         * src/action.c
4272                 fix crash that occurs because of recent GtkUIManager
4273                 changes. Thanks to Colin
4274
4275 2008-07-31 [colin]      3.5.0cvs40
4276
4277         * src/addressbook.c
4278         * src/compose.c
4279         * src/mainwindow.c
4280         * src/messageview.c
4281                 Some Maemo fixes
4282         * src/gtk/menu.c
4283         * src/gtk/menu.h
4284                 Remove deprecated helper funcs
4285
4286 2008-07-30 [colin]      3.5.0cvs39
4287
4288         * src/folderview.c
4289         * src/folderview.h
4290         * src/imap_gtk.c
4291         * src/mh_gtk.c
4292         * src/news_gtk.c
4293                 Move the folderview popup menu to GtkUIManager
4294
4295 2008-07-29 [colin]      3.5.0cvs38
4296
4297         * src/account.c
4298         * src/account.h
4299         * src/action.c
4300         * src/action.h
4301         * src/addressitem.h
4302         * src/compose.c
4303         * src/edittags.c
4304         * src/mainwindow.c
4305         * src/mainwindow.h
4306         * src/mimeview.c
4307         * src/summaryview.c
4308         * src/gtk/menu.c
4309         * src/gtk/menu.h
4310                 Switch the main menu to GtkUIManager
4311                 Warning fixes
4312
4313 2008-07-29 [colin]      3.5.0cvs37
4314
4315         * src/news.c
4316                 Fix bug 1684, 'view news messages with large 
4317                 attachements segfaults'
4318
4319 2008-07-29 [colin]      3.5.0cvs36
4320
4321         * src/action.c
4322         * src/action.h
4323         * src/addressbook.c
4324         * src/addressitem.h
4325         * src/compose.c
4326         * src/compose.h
4327         * src/messageview.c
4328         * src/messageview.h
4329         * src/summaryview.c
4330         * src/gtk/menu.c
4331         * src/gtk/menu.h
4332                 More switches to GtkUIManager
4333
4334 2008-07-26 [colin]      3.5.0cvs35
4335
4336         * src/gtk/menu.c
4337         * src/gtk/menu.h
4338                 Fix prototype
4339
4340 2008-07-25 [colin]      3.5.0cvs34
4341
4342         * src/addrcustomattr.c
4343         * src/addressbook.c
4344         * src/compose.c
4345         * src/editaddress.c
4346         * src/editaddress_other_attributes_ldap.h
4347         * src/edittags.c
4348         * src/mainwindow.c
4349         * src/mimeview.c
4350         * src/prefs_actions.c
4351         * src/prefs_filtering.c
4352         * src/prefs_template.c
4353         * src/summaryview.c
4354         * src/textview.c
4355         * src/textview.h
4356         * src/toolbar.c
4357         * src/gtk/about.c
4358         * src/gtk/menu.c
4359         * src/gtk/menu.h
4360         * src/plugins/trayicon/trayicon.c
4361                 More changes from GtkItemFactory to GtkUIManager
4362
4363 2008-07-25 [colin]      3.5.0cvs33
4364
4365         * src/gtk/menu.h
4366                 Add a macro to remove menu items
4367                 Make the gui_manager variable useless
4368
4369 2008-07-24 [colin]      3.5.0cvs32
4370
4371         * src/mimeview.c
4372                 Fix a gtk warning on clear
4373         * src/mainwindow.c
4374         * src/summaryview.c
4375         * src/summaryview.h
4376                 Switch the message list popup menu to
4377                 GtkUIManager
4378
4379 2008-07-23 [colin]      3.5.0cvs31
4380
4381         * src/plugins/pgpcore/pgp_viewer.c
4382         * src/plugins/pgpcore/sgpgme.c
4383                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
4384                 Patch by Thomas Wiegner <wiegner@gmx.de>
4385
4386 2008-07-20 [paul]       3.5.0cvs30
4387
4388         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4389                 remove redundant GTK version check
4390
4391 2008-07-20 [ticho]      3.5.0cvs29
4392
4393         * src/folderview.c
4394         * src/imap_gtk.c
4395         * src/news_gtk.c
4396                 Moved sensitivity setting for "Download messages" for IMAP and
4397                 news folders from folderview.c to imap_gtk.c and news_gtk.c
4398                 respectively for better code readability.
4399                 Fixed indentation in news' set_sensitivity().
4400
4401 2008-07-20 [paul]       3.5.0cvs28
4402
4403         * src/addrgather.c
4404                 remove more redundant code following cvs27
4405
4406 2008-07-20 [paul]       3.5.0cvs27
4407
4408         * src/addrgather.c
4409                 remove now redundant code
4410         * src/mainwindow.c
4411         * src/mainwindow.h
4412                 fix bug 1673, 'Tools/Harvest adresses is
4413                 grayed out if folder is empty'
4414
4415 2008-07-19 [ticho]      3.5.0cvs26
4416
4417         * src/edittags.c
4418         * src/main.c
4419         * src/mimeview.c
4420         * src/mimeview.h
4421         * src/gtk/gtkutils.c
4422         * src/gtk/gtkutils.h
4423         * src/gtk/menu.c
4424         * src/gtk/menu.h
4425                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
4426                 instead of deprecated GtkItemFactory.
4427
4428 2008-07-19 [colin]      3.5.0cvs25
4429
4430         * src/account.c
4431         * src/addrgather.c
4432         * src/compose.c
4433         * src/editldap.c
4434         * src/expldifdlg.c
4435         * src/importldif.c
4436         * src/main.c
4437         * src/mainwindow.c
4438         * src/mimeview.c
4439         * src/noticeview.c
4440         * src/prefs_account.c
4441         * src/prefs_actions.c
4442         * src/prefs_ext_prog.c
4443         * src/prefs_filtering.c
4444         * src/prefs_folder_item.c
4445         * src/prefs_image_viewer.c
4446         * src/prefs_logging.c
4447         * src/prefs_msg_colors.c
4448         * src/prefs_other.c
4449         * src/prefs_send.c
4450         * src/prefs_spelling.c
4451         * src/prefs_summaries.c
4452         * src/prefs_template.c
4453         * src/printing.c
4454         * src/quote_fmt.c
4455         * src/summary_search.c
4456         * src/summaryview.c
4457         * src/toolbar.c
4458         * src/wizard.c
4459         * src/common/Makefile.am
4460         * src/gtk/gtksctree.c
4461         * src/gtk/gtkutils.h
4462         * src/gtk/pluginwindow.c
4463         * src/gtk/quicksearch.c
4464         * src/plugins/bogofilter/bogofilter_gtk.c
4465         * src/plugins/dillo_viewer/dillo_prefs.c
4466         * src/plugins/pgpcore/prefs_gpg.c
4467         * src/plugins/spamassassin/spamassassin_gtk.c
4468         * src/plugins/trayicon/trayicon.c
4469         * src/plugins/trayicon/trayicon_prefs.c
4470                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
4471                 or greater). Use the old deprecated one on GTK+ < 2.12.
4472                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
4473                 of time!
4474
4475 2008-07-16 [colin]      3.5.0cvs24
4476
4477         * src/mainwindow.c
4478                 Fix folderview's scrolbar when starting minimised
4479                 to tray, and popping up the mainwindow by calling
4480                 claws-mail from the command line
4481
4482 2008-07-08 [colin]      3.5.0cvs23
4483
4484         * src/compose.c
4485                 Possibly fix po-headers appearing on empty
4486                 templates
4487
4488 2008-07-08 [colin]      3.5.0cvs22
4489
4490         * src/folderview.c
4491         * src/summaryview.c
4492                 Finish the always_open tristate patch, by Jonathan
4493                 Corbet.
4494
4495 2008-07-07 [paul]       3.5.0cvs21
4496
4497         * src/mainwindow.c
4498                 fix typo (missing ")
4499
4500 2008-07-07 [paul]       3.5.0cvs20
4501
4502         * src/mainwindow.c
4503                 fit the menu style a bit better
4504
4505 2008-07-07 [colin]      3.5.0cvs19
4506
4507         * src/prefs_themes.c
4508                 Make upgrading themes easier
4509
4510 2008-07-07 [colin]      3.5.0cvs18
4511
4512         * src/mainwindow.c
4513         * src/prefs_toolbar.c
4514         * src/stock_pixmap.c
4515                 Finish fixing bug 1609, 'Icon issues'
4516
4517 2008-07-07 [colin]      3.5.0cvs17
4518
4519         * src/prefs_common.c
4520                 Fix the default value
4521
4522 2008-07-07 [colin]      3.5.0cvs16
4523
4524         * src/prefs_summaries.c
4525                 Revert my fix to the string, the correct term
4526                 is indeed Message View
4527
4528 2008-07-07 [colin]      3.5.0cvs15
4529
4530         * AUTHORS
4531         * src/gtk/authors.h
4532         * src/prefs_common.c
4533         * src/prefs_common.h
4534         * src/prefs_summaries.c
4535         * src/summaryview.c
4536         * src/gtk/authors.h
4537                 Change "Always open message when selected" to
4538                 a tristate (Never/Always/When preview is visible)
4539                 Patch by Jonathan Corbet <corbet@lwn.net>.
4540
4541 2008-07-06 [paul]       3.5.0cvs14
4542
4543         * src/addrgather.c
4544                 improve the layout of the dialogue
4545                 improve the English
4546                 add tooltips
4547                 fix some of the nasty coding style
4548         * src/mainwindow.c
4549                 improve the English
4550                 add some missing mnemonics
4551
4552 2008-07-05 [paul]       3.5.0cvs13
4553
4554         * src/mainwindow.c
4555         * src/mainwindow.h
4556                 fix bug 1398, '"Change current account" is
4557                 available even when there's only one account'
4558         * src/plugins/pgpcore/prefs_gpg.c
4559                 put back a needed include, removed in error
4560
4561 2008-07-05 [colin]      3.5.0cvs12
4562
4563         * src/mainwindow.c
4564                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
4565
4566 2008-07-05 [colin]      3.5.0cvs11
4567
4568         * src/news.c
4569         * src/news_gtk.c
4570                 Provide ability to rename newsgroups. Closes
4571                 bug 1444, 'Add GUI option for renaming 
4572                 newsgroups'. Patch by Pawel Pekala
4573
4574 2008-07-05 [colin]      3.5.0cvs10
4575
4576         * src/plugins/pgpcore/passphrase.c
4577         * src/plugins/pgpcore/prefs_gpg.c
4578         * src/plugins/pgpcore/select-keys.c
4579                 Simplify GTK includes (with the advantage
4580                 of compiling against GTK+2.13); patch by
4581                 Charles A Edwards
4582
4583 2008-07-05 [colin]      3.5.0cvs9
4584
4585         * src/wizard.c
4586                 Add SSL client certificates
4587
4588 2008-07-05 [colin]      3.5.0cvs8
4589
4590         * src/prefs_account.c
4591         * src/common/session.h
4592                 Fix warnings
4593         * src/common/ssl.c
4594                 Add one path for certs
4595
4596 2008-07-05 [colin]      3.5.0cvs7
4597
4598         * src/prefs_account.c
4599                 Fix no-ssl build
4600
4601 2008-07-04 [colin]      3.5.0cvs6
4602
4603         * src/common/ssl.c
4604         * src/common/ssl.h
4605         * src/common/ssl_certificate.c
4606                 Workaround distro bugs and fix certificate checking
4607                 with OpenSSL
4608
4609 2008-07-04 [colin]      3.5.0cvs5
4610
4611         * src/filtering.c
4612         * src/common/ssl_certificate.c
4613         * src/common/ssl_certificate.h
4614         * src/etpan/imap-thread.c
4615         * src/etpan/nntp-thread.c
4616                 Fix some leaks, thanks to Martin Zwickel
4617                 Rename gnutls functions that do the same
4618                 as OpenSSL ones, to avoid symbol clashing
4619                 when Claws is built against GnuTLS and
4620                 libetpan against OpenSSL
4621
4622 2008-07-04 [paul]       3.5.0cvs4
4623
4624         * src/prefs_account.c
4625                 remove 1 forgotten '.'
4626
4627 2008-07-04 [paul]       3.5.0cvs3
4628
4629         * src/prefs_account.c
4630                 layout/engrish fixes to the 'Client
4631                 certificates' frame
4632
4633 2008-07-03 [colin]      3.5.0cvs2
4634
4635         * src/imap.c
4636         * src/news.c
4637         * src/pop.c
4638         * src/prefs_account.c
4639         * src/prefs_account.h
4640         * src/prefs_common.c
4641         * src/send_message.c
4642         * src/common/session.c
4643         * src/common/session.h
4644         * src/common/smtp.c
4645         * src/common/smtp.h
4646         * src/common/socket.h
4647         * src/common/ssl.c
4648         * src/common/ssl.h
4649         * src/common/ssl_certificate.c
4650         * src/common/ssl_certificate.h
4651         * src/etpan/imap-thread.c
4652         * src/etpan/nntp-thread.c
4653         * src/gtk/inputdialog.c
4654                 Add support for SSL client certificates (either PEM files
4655                 with certificate and private key, either PKCS12 files)
4656
4657 2008-06-28 [colin]      3.5.0cvs1
4658
4659         * src/foldersel.c
4660                 Fix compilation with older GTKs
4661
4662 2008-06-27 [paul]       3.5.0
4663
4664         * NEWS
4665         * README
4666         * RELEASE_NOTES 
4667                 3.5.0 released
4668
4669 2008-06-27 [paul]       3.4.0cvs116
4670
4671         * src/gtk/authors.h
4672                 complete cvs115
4673
4674 2008-06-27 [paul]       3.4.0cvs115
4675
4676         * configure.ac
4677         * src/gtk/authors.h
4678                 no longer build unmaintained translations
4679
4680 2008-06-27 [paul]       3.4.0cvs114
4681
4682         * po/de.po
4683         * po/fi.po
4684         * po/pt_BR.po
4685                 updated by Stephan Sachse, Flammie Pirinen, and
4686                 Frederico Goncalves Guimaraes
4687
4688 2008-06-26 [wwp]        3.4.0cvs113
4689
4690         * manual/fr/advanced.xml
4691                 Update French version of the manual (AutoFaces documentation).
4692
4693 2008-06-26 [wwp]        3.4.0cvs112
4694
4695         * manual/fr/advanced.xml
4696         * manual/fr/plugins.xml
4697                 Updated French version of the manual (completed
4698                 hidden options list, added note about Clawsker
4699                 and new mail archiver plugin).
4700
4701 2008-06-25 [colin]      3.4.0cvs111
4702
4703         * src/gtk/gtkaspell.c
4704                 Fix non-UTF8 in the replace with dialog
4705         * src/prefs_actions.c
4706                 Fix possible crasher
4707                 Patches by Pawel
4708
4709 2008-06-24 [mones]      3.4.0cvs110
4710
4711         * src/autofaces.c
4712                 Fix non-warning message, downgraded to debug info
4713
4714 2008-06-24 [colin]      3.4.0cvs109
4715
4716         * src/summaryview.c
4717                 Fix bug 1650, Message line too small after 
4718                 changing columns in "three columns" layout
4719
4720 2008-06-24 [colin]      3.4.0cvs108
4721
4722         * src/messageview.c
4723                 Fix Spam button sensitivity in newsgroups
4724
4725 2008-06-23 [wwp]        3.4.0cvs107
4726
4727         * po/fr.po
4728                 Updated French translation.
4729
4730 2008-06-23 [mones]      3.4.0cvs106
4731
4732         * po/es.po
4733                 Updated translation for release
4734
4735 2008-06-22 [mones]      3.4.0cvs105
4736
4737         * manual/es/plugins.xml
4738                 Synced new entry for Mail Archiver plugin
4739
4740 2008-06-22 [colin]      3.4.0cvs104
4741
4742         * src/compose.c
4743                 Fix initial cursor position
4744
4745 2008-06-21 [paul]       3.4.0cvs103
4746
4747         * manual/plugins.xml
4748                 add an entry for the new Mail Archiver plugin
4749
4750 2008-06-21 [paul]       3.4.0cvs102
4751
4752         * src/gtk/about.c
4753                 we're in 'string freeze', put back the
4754                 < > symbols for now
4755
4756 2008-06-21 [paul]       3.4.0cvs101
4757
4758         * manual/advanced.xml
4759         * manual/es/advanced.xml
4760                 fix build warning: <emphasis> cannot be contained
4761                 within <filename>
4762         * src/gtk/about.c
4763                 fix non-clickable link on License page and drop
4764                 the containing < > symbols to match other links
4765
4766 2008-06-20 [mones]      3.4.0cvs100
4767
4768         * manual/advanced.xml
4769                 Added autofaces documentation, note about clawsker in hidden
4770                 preferences, minor markup fix. Thanks Paul for proofreading
4771         * manual/es/advanced.xml
4772                 Synchronised Spanish manual
4773
4774 2008-06-16 [colin]      3.4.0cvs99
4775
4776         * src/compose.c
4777                 Fix cursor placing on signature change
4778
4779 2008-06-16 [paul]       3.4.0cvs98
4780
4781         * src/imap_gtk.c
4782         * src/mh_gtk.c
4783         * src/gtk/inputdialog.c
4784                 really fussy coding style fixes
4785
4786 2008-06-16 [paul]       3.4.0cvs97
4787
4788         * src/Makefile.am
4789                 keep the alphabetical order
4790
4791 2008-06-13 [mones]      3.4.0cvs96
4792
4793         * src/autofaces.c
4794                 Fix crasher ;-)
4795         * src/prefs_filtering_action.c
4796                 Fixed cosmetic bug, processing also displays "Filtering"
4797
4798 2008-06-13 [mones]      3.4.0cvs95
4799
4800         * src/Makefile.am
4801         * src/autofaces.c       ** NEW FILE **  
4802         * src/autofaces.h       ** NEW FILE **
4803         * src/compose.c
4804                 Allow setting Faces and X-Faces globally and per-account
4805                 from configuration files under ~/.claws-mail/autofaces
4806
4807 2008-06-13 [holger]     3.4.0cvs94
4808
4809         * .cvsignore
4810                 More files to ignore
4811         * src/gtk/inputdialog.c
4812         * src/gtk/inputdialog.h
4813                 Make input dialog more generic so that a checkbox
4814                 with custom text can be used in addition to the
4815                 "remember this" checkbox
4816         * src/imap_gtk.c
4817         * src/mh_gtk.c
4818         * src/prefs_common.c
4819         * src/prefs_common.h
4820                 Allow new folders to inherit the properties of the
4821                 parent folder during folder creation
4822
4823 2008-06-13 [wwp]        3.4.0cvs93
4824
4825         * src/addressbook.c
4826                 a better fix for this string, won't break up translations,
4827                 and is conform to other similar ones.
4828
4829 2008-06-13 [wwp]        3.4.0cvs92
4830
4831         * src/addrduplicates.c
4832         * src/addressadd.c
4833         * src/addressbook.c
4834         * src/addressbook_foldersel.c
4835         * src/editgroup.c
4836                 use tree decorations everywhere AB folders are used (AB tree pane,
4837                     add address to AB, select AB folder, edit group, custom attr, find dup
4838                     results), in order to match global style
4839                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
4840                     double clicking on groups in tree pane does open the group edit dialog
4841                     double clicking on other items in tree pane does expand/collapse
4842                 fix a missing space in AB's delete-folder dialog
4843                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
4844
4845         * src/foldersel.c
4846                 make foldersel dialog show dotted lines according to global (hidden) prefs
4847
4848 2008-06-12 [colin]      3.4.0cvs91
4849
4850         * src/compose.c
4851         * src/compose.h
4852                 Fix bug 1635, 'Last character of message is truncated 
4853                 when changing accounts w/ sigs'
4854         * src/folderview.c
4855                 Fix bug 1636, 'Can't select "properties" on "folders 
4856                 only" folders'
4857
4858 2008-06-11 [colin]      3.4.0cvs90
4859
4860         * src/folder.c
4861                 Maybe fix bug 1623, 'exits with segfault when 
4862                 logging in to certain imap-servers'
4863
4864 2008-06-10 [mones]      3.4.0cvs89
4865
4866         * AUTHORS
4867         * tools/Makefile.am
4868         * tools/README
4869         * tools/convert_mbox.sh
4870                 Undo cvs86 and cvs87, it really should be a patch to 
4871                 convert_mbox.pl
4872
4873 2008-06-10 [wwp]        3.4.0cvs88
4874
4875         * po/fr.po
4876                 Updated French translation.
4877
4878 2008-06-10 [mones]      3.4.0cvs87
4879
4880         * tools/Makefile.am
4881                 Oops, forgot to add previous script for distribution
4882
4883 2008-06-10 [mones]      3.4.0cvs86
4884
4885         * AUTHORS
4886         * tools/README
4887         * tools/convert_mbox.sh
4888                 Added script to convert Evolution mail folders contributed
4889                 by Daniel Dickinson <cshore@fionavar.ca>
4890                 Fixes debian bug 461435
4891
4892 2008-06-09 [colin]      3.4.0cvs85
4893
4894         * src/main.c
4895                 Integrate AWN information bubble if dbus is
4896                 available
4897         * src/folder.c
4898                 Fix crash when calling scan_required() on 
4899                 folder classes that don't implement them
4900         * src/common/session.c
4901                 Fix a little typo
4902
4903 2008-06-09 [colin]      3.4.0cvs84
4904
4905         * src/main.c
4906                 Fix bug 1447, 'If user tries to close while starting 
4907                 up, it will not close ever.'
4908
4909 2008-06-09 [colin]      3.4.0cvs83
4910
4911         * src/filtering.c
4912                 Fix bug 1628, 'Claws Mail crashes when 
4913                 filtering selected messages'
4914
4915 2008-06-04 [colin]      3.4.0cvs82
4916
4917         * src/messageview.c
4918                 Complete handling of html parts in multipart/alternative
4919                 mails
4920
4921 2008-06-03 [paul]       3.4.0cvs81
4922
4923         * src/prefs_message.c
4924                 make always the english good
4925
4926 2008-06-03 [colin]      3.4.0cvs80
4927
4928         * src/mainwindow.c
4929         * src/mainwindow.h
4930                 Fix bug 1624, '[PATCH] Quick search should be 
4931                 disabled for folder view'; based on a patch by
4932                 Michael Terry
4933
4934 2008-06-03 [iwkse]      3.4.0cvs79
4935
4936         * src/addressbook.c
4937                 Fix little gui bug on button sensitivity
4938         * src/messageview.c
4939         * src/prefs_common.c
4940         * src/prefs_common.h
4941         * src/prefs_message.c
4942                 Allow by default to show html in multipart/alternative
4943
4944 2008-06-02 [colin]      3.4.0cvs78
4945
4946         * src/prefs_actions.c
4947                 GUI rework, patch by Pawel 
4948
4949 2008-06-02 [colin]      3.4.0cvs77
4950
4951         * src/quote_fmt.c
4952                 Fix sensitivity/alignment, patch from
4953                 Pawel
4954
4955 2008-05-31 [colin]      3.4.0cvs76
4956
4957         * src/imap.c
4958                 Fix login issue introduced in cvs75.
4959
4960 2008-05-31 [colin]      3.4.0cvs75
4961
4962         * src/imap.c
4963                 Fix more possible double-frees. Also, fix the root cause
4964                 of these double-frees by just noting the Session is to
4965                 be destroyed instead of destroying it in flight
4966
4967 2008-05-29 [paul]       3.4.0cvs74
4968
4969         * manual/keyboard.xml
4970                 'Makes' these entries like the others
4971
4972 2008-05-29 [colin]      3.4.0cvs73
4973
4974         * src/procmsg.h
4975                 Include utils.h in case we
4976                 need to pull goffset definition
4977
4978 2008-05-29 [colin]      3.4.0cvs72
4979
4980         * src/common/utils.h
4981                 Workaround a stupid Glib issue, where
4982                 goffset happens to be undefined. 
4983
4984 2008-05-28 [colin]      3.4.0cvs71
4985
4986         * src/compose.c
4987         * src/compose.h
4988         * src/grouplistdialog.c
4989         * src/image_viewer.c
4990         * src/imap.c
4991         * src/inc.c
4992         * src/main.c
4993         * src/matcher.c
4994         * src/messageview.c
4995         * src/mimeview.c
4996         * src/prefs_themes.c
4997         * src/procmsg.h
4998         * src/summaryview.c
4999         * src/summaryview.h
5000         * src/textview.c
5001         * src/common/smtp.c
5002         * src/common/utils.c
5003         * src/common/utils.h
5004                 Use goffset instead of off_t for MsgInfo's size
5005                 Allows using MsgInfo structure from plugins
5006                 compiled with largefile support
5007
5008 2008-05-26 [colin]      3.4.0cvs70
5009
5010         * src/mainwindow.c
5011         * src/mainwindow.h
5012                 Define THEME_CHANGED_HOOKLIST and invoke
5013                 it on theme change
5014         * src/plugins/trayicon/trayicon.c
5015                 Listen to THEME_CHANGED_HOOKLIST and
5016                 update accordingly
5017
5018 2008-05-26 [paul]       3.4.0cvs69
5019
5020         * src/mimeview.c
5021                 plug a leak in mimeview_save_all()
5022
5023 2008-05-24 [colin]      3.4.0cvs68
5024
5025         * src/common/utils.h
5026                 Fix wrong define on old glibs
5027
5028 2008-05-24 [paul]       3.4.0cvs67
5029
5030         * src/Makefile.am
5031         * src/stock_pixmap.c
5032         * src/stock_pixmap.h
5033         * src/toolbar.c
5034         * src/pixmaps/cancel.xpm
5035         * src/pixmaps/close.xpm
5036                 add a specific icon for A_CANCEL_INC (addresses
5037                 point 1 of bug 1609 'Icon issues')
5038                 replace close.xpm with an icon of the standard
5039                 24x24 size
5040
5041 2008-05-24 [paul]       3.4.0cvs66
5042
5043         * src/pixmaps/insert_file.xpm
5044                 replaced
5045
5046 2008-05-23 [paul]       3.4.0cvs65
5047
5048         * src/common/md5.c
5049         * src/common/md5.h
5050                 add the possibility to check md5 on binary files,
5051                 thanks to Colin
5052
5053 2008-05-23 [colin]      3.4.0cvs64
5054
5055         * src/mainwindow.c
5056         * src/summaryview.c
5057                 Fix bug 1610, 'claws crash after opening/closing 
5058                 preferences and window update'
5059
5060 2008-05-22 [colin]      3.4.0cvs63
5061
5062         * src/prefs_filtering_action.c
5063         * src/gtk/combobox.c
5064         * src/gtk/combobox.h
5065                 Fix reselecting of Tags actions in
5066                 filtering actions dialog
5067
5068 2008-05-22 [colin]      3.4.0cvs62
5069
5070         * src/Makefile.am
5071         * src/prefs_toolbar.c
5072         * src/stock_pixmap.c
5073         * src/stock_pixmap.h
5074         * src/toolbar.c
5075         * src/pixmaps/delete_btn.xpm
5076         * src/pixmaps/insert_file.xpm
5077         * src/pixmaps/mail_reply_to_list.xpm
5078                 Fix more of bug 1609:
5079                 - Add a Delete button icon
5080                 - Add a Reply to list button icon
5081                 - Fix Insert file button icon
5082                 Artwork by Ciprian Popovici.
5083
5084 2008-05-21 [colin]      3.4.0cvs61
5085
5086         * src/common/utils.c
5087                 Fix a little leak
5088
5089 2008-05-21 [wwp]        3.4.0cvs60
5090
5091         * src/prefs_filtering.c
5092                 Don't show SMTP-only accounts in accounts list, as they are
5093                 irrelevant for filtering incoming messages.
5094
5095 2008-05-21 [colin]      3.4.0cvs59
5096
5097         * src/mainwindow.c
5098                 Don't put SMTP-only accounts in receive menus
5099
5100 2008-05-21 [colin]      3.4.0cvs58
5101
5102         * src/imap.c
5103                 Fix cvs56 (brain fart)
5104
5105 2008-05-21 [colin]      3.4.0cvs57
5106
5107         * src/common/utils.c
5108                 Fix bug 1615, 'hang on FIFO when the other end's not 
5109                 opened'
5110
5111 2008-05-21 [colin]      3.4.0cvs56
5112
5113         * src/imap.c
5114                 Fix a warning
5115
5116 2008-05-19 [colin]      3.4.0cvs55
5117
5118         * src/plugins/pgpcore/sgpgme.c
5119                 Maybe fix debian bug 481856, 'Segmentation fault 
5120                 when verifying a GPG signature'. Although it 
5121                 looks like a race condition...
5122
5123 2008-05-19 [colin]      3.4.0cvs54
5124
5125         * src/prefs_filtering_action.c
5126         * src/prefs_matcher.c
5127         * src/common/tags.c
5128         * src/common/tags.h
5129         * src/gtk/combobox.c
5130         * src/gtk/combobox.h
5131                 Patch by Pawel: disabled Tags menus in filtering dialogs
5132
5133 2008-05-19 [colin]      3.4.0cvs53
5134
5135         * src/prefs_account.c
5136                 GUI patch by Pawel: align ports entries
5137
5138 2008-05-19 [colin]      3.4.0cvs52
5139
5140         * src/mainwindow.c
5141                 Fix bug 1616, 'strange question while emptying trash'
5142
5143 2008-05-18 [colin]      3.4.0cvs51
5144
5145         * src/common/plugin.c
5146         * src/etpan/imap-thread.c
5147         * src/etpan/nntp-thread.c
5148         * src/gtk/gtksctree.c
5149                 Fix bug 1613, 'Various memory leaks'; 
5150                 based on a patch by Didier Barvaux.
5151
5152 2008-05-18 [colin]      3.4.0cvs50
5153
5154         * src/mimeview.c
5155         * src/privacy.h
5156         * src/toolbar.c
5157         * src/toolbar.h
5158         * src/plugins/pgpcore/sgpgme.c
5159                 Fix more parts of bug 1609:
5160                 - Make use of specific Expired privacy icon
5161                 - Use CLOSE instead of NOTICE_ERROR for cancel
5162                   receiving
5163                 - Allow a Preferences button in the main toolbar
5164
5165 2008-05-18 [colin]      3.4.0cvs49
5166
5167         * src/stock_pixmap.c
5168                 Fix bug with non-updating icons after theme change:
5169                 If fetching pixbuf for a given icon after a theme
5170                 change, the next pixmap fetch would return the old
5171                 cached one, as the theme change was forgotten at 
5172                 this time. (and vice-versa). This was mostly 
5173                 visible on open folder icons
5174
5175 2008-05-17 [colin]      3.4.0cvs48
5176
5177         * src/prefs_summaries.c
5178         * src/summaryview.c
5179                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
5180                 options'. Patch by Pawel
5181
5182 2008-05-16 [colin]      3.4.0cvs47
5183
5184         * src/imap.c
5185                 Fix another possible crash (on fatal errors
5186                 at login, like stream error).
5187
5188 2008-05-16 [paul]       3.4.0cvs46
5189
5190         * tools/thunderbird-filters-convertor.pl
5191                 fix a typo
5192                 fix reading a tb rule that contains something
5193                 like that: \"Sender\"
5194
5195 2008-05-16 [paul]       3.4.0cvs45
5196
5197         * tools/README
5198         * tools/csv2addressbook.pl
5199                 add support for gmail exported csv address book
5200
5201 2008-05-16 [colin]      3.4.0cvs44
5202
5203         * configure.ac
5204         * src/ldapupdate.c
5205                 Fix ldap deprecated calls. Patch by
5206                 Michael Rasmussen
5207
5208 2008-05-16 [paul]       3.4.0cvs43
5209
5210         * manual/de/account.xml
5211         * manual/it/account.xml
5212         * manual/it/ack.xml
5213         * manual/it/addrbook.xml
5214         * manual/it/claws-mail-manual.xml
5215         * manual/it/gpl.xml
5216         * manual/it/intro.xml
5217         * manual/it/starting.xml
5218                 add pages towards German and Italian manuals.
5219                 (just for storage, they are not built yet, due
5220                 to being incomplete.) submitted by Speckmade
5221                 <Speckmade@gmx.net> and Salvatore De Paolis
5222                 <iwkse@claws-mail.org>
5223
5224 2008-05-16 [colin]      3.4.0cvs42
5225
5226         * src/gtk/sslcertwindow.c
5227                 Fix SHA1 fingerprint with GnuTLS
5228
5229 2008-05-15 [colin]      3.4.0cvs41
5230
5231         * src/gtk/sslcertwindow.c
5232                 Print SHA1 fingerprint too
5233
5234 2008-05-15 [colin]      3.4.0cvs40
5235
5236         * src/imap.c
5237                 Fix certificate port on TLS. It was 
5238                 previously always 0.
5239                 **IMPORTANT INFORMATION**: this will trigger 
5240                 one wrong "New certificate" warning at the 
5241                 first connection with this fix, if using STARTTLS
5242                 on IMAP.
5243         * src/gtk/sslcertwindow.c
5244                 Make labels selectable
5245
5246 2008-05-15 [colin]      3.4.0cvs39
5247
5248         * src/imap.c
5249                 Fix double free when STARTTLS fails (for
5250                 example due to refusing the certificate)
5251
5252 2008-05-15 [paul]       3.4.0cvs38
5253
5254         * manual/advanced.xml
5255                 fix typo
5256
5257 2008-05-15 [paul]       3.4.0cvs37
5258
5259         * manual/advanced.xml
5260         * src/prefs_send.c
5261                 make outgoing_fallback_to_ascii a hidden pref
5262
5263 2008-05-14 [colin]      3.4.0cvs36
5264
5265         * src/main.c
5266         * src/mainwindow.c
5267         * src/mainwindow.h
5268                 Make it possible to cancel quit when Claws
5269                 ask whether to empty trash.
5270
5271 2008-05-14 [colin]      3.4.0cvs35
5272
5273         * src/compose.c
5274         * src/prefs_common.c
5275         * src/prefs_common.h
5276         * src/prefs_send.c
5277                 Add a preference to be able to specify an
5278                 outgoing charset/encoding but still fallback
5279                 to 7bit US-ASCII when possible (default TRUE,
5280                 same behavior as pre-cvs34)
5281
5282 2008-05-14 [colin]      3.4.0cvs34
5283
5284         * src/compose.c
5285                 Always use the specified encoding and charset if it is
5286                 specified, even if the mail is ASCII.
5287
5288 2008-05-13 [paul]       3.4.0cvs33
5289
5290         * src/ldapupdate.c
5291                 fix the build warnings the easy way for now
5292
5293 2008-05-13 [colin]      3.4.0cvs32
5294
5295         * src/prefs_themes.c
5296                 Count .png files as icons too (fixes part
5297                 of bug 1609, 'Icon issues')
5298
5299 2008-05-13 [wwp]        3.4.0cvs31
5300
5301         * src/addressbook_foldersel.c
5302                 Fix wrong check (completes 3.4.0.cvs30).
5303
5304 2008-05-12 [wwp]        3.4.0cvs30
5305
5306         * src/addressbook.c
5307         * src/addressbook_foldersel.c
5308         * src/filtering.c
5309         * src/matcher.c
5310         * src/prefs_matcher.c
5311         * src/plugins/bogofilter/bogofilter.c
5312         * src/plugins/bogofilter/bogofilter_gtk.c
5313         * src/plugins/dillo_viewer/dillo_prefs.c
5314         * src/plugins/spamassassin/spamassassin.c
5315         * src/plugins/spamassassin/spamassassin_gtk.c
5316                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
5317                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
5318                 translated string "Any" in plugins (whitelisting) and
5319                 UTF8 comparisons.
5320
5321 2008-05-07 [colin]      3.4.0cvs29
5322
5323         * configure.ac
5324                 Fix --enable-maemo (assume --enable-generic-umpc)
5325
5326 2008-05-07 [colin]      3.4.0cvs28
5327
5328         * configure.ac
5329         * src/account.c
5330         * src/addr_compl.c
5331         * src/compose.c
5332         * src/editaddress.c
5333         * src/folderview.c
5334         * src/mainwindow.c
5335         * src/messageview.c
5336         * src/mimeview.c
5337         * src/prefs_account.c
5338         * src/prefs_common.c
5339         * src/prefs_display_header.c
5340         * src/prefs_filtering.c
5341         * src/prefs_summaries.c
5342         * src/prefs_template.c
5343         * src/prefs_toolbar.c
5344         * src/stock_pixmap.c
5345         * src/summaryview.c
5346         * src/summaryview.h
5347         * src/textview.c
5348         * src/toolbar.c
5349         * src/gtk/about.c
5350         * src/gtk/gtksctree.c
5351         * src/gtk/menu.c
5352         * src/gtk/prefswindow.c
5353         * src/gtk/sslcertwindow.c
5354                 Separate generic UMPC code (layouts, ...) from 
5355                 MAEMO code (Hildon, ...)
5356
5357 2008-05-06 [paul]       3.4.0cvs27
5358
5359         * tools/claws.i18n.status.pl
5360                 add he.po
5361
5362 2008-05-06 [colin]      3.4.0cvs26
5363
5364         * src/common/utils.c
5365                 Maybe fix crash on FreeBSD
5366
5367 2008-05-05 [colin]      3.4.0cvs25
5368
5369         * src/messageview.c
5370                 Fix bug 1602, 'Crash when sending return receipt for
5371                 messages with no subject'
5372
5373 2008-05-05 [colin]      3.4.0cvs24
5374
5375         * src/mimeview.c
5376                 Don't overwrite temporary files with same
5377                 name when drag and dropping. Fixes bug 1599,
5378                 'attach multiple files with the same name from 
5379                 one mail to another'
5380
5381 2008-05-04 [paul]       3.4.0cvs23
5382
5383         * src/compose.c
5384         * src/prefs_common.c
5385                 fix bug 1587 'can not replay with quote'
5386
5387 2008-05-03 [colin]      3.4.0cvs22
5388
5389         * po/de.po
5390                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
5391
5392 2008-05-03 [colin]      3.4.0cvs21
5393
5394         * src/toolbar.c
5395                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
5396                 icon isn't grayed although ineffective'
5397
5398 2008-05-02 [wwp]        3.4.0cvs20
5399
5400         * po/fr.po
5401                 Fix translation.
5402
5403         * src/prefs_folder_item.c
5404                 Add missing notice in folder properties (templates) when
5405                 folder is a root node.
5406
5407 2008-04-30 [colin]      3.4.0cvs19
5408
5409         * src/prefs_toolbar.c
5410                 Add Trash and Delete icons to the icon chooser
5411
5412 2008-04-30 [colin]      3.4.0cvs18
5413
5414         * src/compose.c
5415                 Remove "Delete entire line" which was a noop
5416                 and should be the same as "Delete line" :)
5417
5418 2008-04-30 [colin]      3.4.0cvs17
5419
5420         * src/compose.c
5421                 Fix 'Delete line' and 'Delete to end of line'
5422                 on the last line. Patch by <seelenhirt@gmx.net>
5423
5424 2008-04-28 [colin]      3.4.0cvs16
5425
5426         * src/folder.c
5427                 Fix bug 1589, 'tagsdb file not removed when
5428                 folder deleted'.
5429         * src/common/utils.c
5430                 Make sure claws_unlink accepts NULL arg.
5431
5432 2008-04-25 [colin]      3.4.0cvs15
5433
5434         * src/common/ssl.c
5435                 Fix/simplify previous commit
5436
5437 2008-04-25 [colin]      3.4.0cvs14
5438
5439         * src/addrindex.h
5440         * src/common/ssl_certificate.c
5441                 Patch by Marcus: Fix Win32 build
5442         * src/common/ssl.c
5443                 Fix build with GnuTLS/no pthread, thanks
5444                 to Marcus
5445
5446 2008-04-25 [colin]      3.4.0cvs13
5447
5448         * src/summaryview.c
5449                 Fix bug 1586, '3-pane vertical layout now and then 
5450                 still shows sender column'
5451
5452 2008-04-25 [colin]      3.4.0cvs12
5453
5454         * src/Makefile.am
5455         * src/w32-logo.ico
5456         * src/w32-resource.rc
5457                 Patch from Marcus Brinkmann to set an icon on w32.
5458
5459 2008-04-24 [colin]      3.4.0cvs11
5460
5461         * src/inc.c
5462         * src/inc.h
5463                 Trace inc locks
5464         * src/ldif.c
5465         * src/ldif.h
5466                 Fix bug 1581, 'Bad File Format during Import LDIF':
5467                 Use dynamically allocated buffers; also, allow 
5468                 importing contacts with no email address
5469
5470 2008-04-24 [colin]      3.4.0cvs10
5471
5472         * src/prefs_common.c
5473                 Increment the timeout a bit on OpenBSD, 75 isn't enough
5474
5475 2008-04-23 [colin]      3.4.0cvs9
5476
5477         * src/compose.c
5478         * src/prefs_folder_item.c
5479         * src/prefs_template.c
5480         * src/quote_fmt.c
5481                 Fix bug 1576: Fix unescaping of templates when testing them
5482                 I think it breaks nothing. (wwp, you're welcome to double-check)
5483
5484 2008-04-23 [paul]       3.4.0cvs8
5485
5486         * manual/advanced.xml
5487                 add info about the "two_line_vertical" hidden
5488                 pref
5489
5490 2008-04-22 [paul]       3.4.0cvs7
5491
5492         * src/prefs_common.c
5493         * src/prefs_common.h
5494         * src/summaryview.c
5495                 make the 2-line view in summaryview when in three
5496                 columns mode configurable. hidden pref: "two_line_vertical"
5497
5498 2008-04-22 [colin]      3.4.0cvs6
5499
5500         * src/inc.c
5501                 Fix missing inc_unlock()
5502         * src/prefs_matcher.c
5503         * src/send_message.c
5504                 Fix my last commit
5505
5506 2008-04-22 [colin]      3.4.0cvs5
5507
5508         * src/etpan/imap-thread.c
5509                 Use g_(un)setenv instead of (un)setenv which
5510                 doesn't exist on IRIX 6.5
5511
5512 2008-04-22 [colin]      3.4.0cvs4
5513
5514         * src/inc.c
5515         * src/prefs_common.c
5516         * src/send_message.c
5517                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
5518                 Set the default timeout to 75 seconds
5519
5520 2008-04-20 [colin]      3.4.0cvs3
5521
5522         * src/pixmaps/tray_newmail.offline.xpm
5523         * src/pixmaps/tray_newmail.xpm
5524         * src/pixmaps/tray_newmarkedmail.offline.xpm
5525         * src/pixmaps/tray_newmarkedmail.xpm
5526         * src/pixmaps/tray_nomail.offline.xpm
5527         * src/pixmaps/tray_nomail.xpm
5528         * src/pixmaps/tray_unreadmail.offline.xpm
5529         * src/pixmaps/tray_unreadmail.xpm
5530         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
5531         * src/pixmaps/tray_unreadmarkedmail.xpm
5532                 Make the tray icons a bit nicer. Would be
5533                 nice to get really nice icons from someone
5534                 who's good at Gimp :)
5535
5536 2008-04-18 [colin]      3.4.0cvs2
5537
5538         * src/common/log.c
5539                 Forgot one g_unlink
5540
5541 lease complete the changelog entry below
5542 2008-04-18 [colin]      3.4.0cvs1
5543
5544         * src/addrduplicates.c
5545         * src/addressbook.c
5546         * src/compose.c
5547         * src/crash.c
5548         * src/editaddress.c
5549         * src/folder.c
5550         * src/image_viewer.c
5551         * src/imap.c
5552         * src/inc.c
5553         * src/main.c
5554         * src/mbox.c
5555         * src/messageview.c
5556         * src/mh.c
5557         * src/msgcache.c
5558         * src/news.c
5559         * src/partial_download.c
5560         * src/pop.c
5561         * src/prefs_common.c
5562         * src/prefs_common.h
5563         * src/prefs_other.c
5564         * src/prefs_themes.c
5565         * src/procheader.c
5566         * src/procmime.c
5567         * src/procmsg.c
5568         * src/textview.c
5569         * src/wizard.c
5570         * src/common/prefs.c
5571         * src/common/ssl_certificate.c
5572         * src/common/template.c
5573         * src/common/utils.c
5574         * src/common/utils.h
5575         * src/etpan/imap-thread.c
5576         * src/plugins/dillo_viewer/dillo_viewer.c
5577         * src/plugins/pgpcore/sgpgme.c
5578         * src/plugins/pgpinline/pgpinline.c
5579                 Add an option to shred temporary files and messages
5580                 instead of just removing them. Slows deletions down!
5581
5582 2008-04-18 [paul]       3.4.0
5583
5584         * NEWS
5585         * README
5586         * RELEASE_NOTES 
5587                 3.4.0 released
5588
5589
5590 2008-04-18 [paul]       3.3.1cvs61
5591
5592         * po/de.po
5593         * po/fi.po
5594         * po/it.po
5595         * po/pt_BR.po
5596                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
5597                 and Frederico Goncalves Guimaraes
5598         * po/es.po
5599                 updated on the last minute by a lazy Ricardo Mones
5600
5601 2008-04-18 [colin]      3.3.1cvs60
5602
5603         * po/fr.po
5604                 Update translation (Fabien Vantard)
5605
5606 2008-04-17 [colin]      3.3.1cvs59
5607
5608         * src/imap.c
5609                 Fix debian bug 474712, 'claws seg faults when IMAP 
5610                 connection breaks after an IMAP protocol error 
5611                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
5612         * src/summaryview.c
5613                 Fix a little leak
5614
5615 2008-04-17 [colin]      3.3.1cvs58
5616
5617         * src/common/log.c
5618                 Fix log size getting out of control (claws-mail
5619                 getting SIGXFSZ): rotate if every 10MB
5620
5621 2008-04-10 [paul]       3.3.1cvs57
5622
5623         * src/prefs_other.c
5624                 improvements to english usage
5625
5626 2008-04-10 [paul]       3.3.1cvs56
5627
5628         * src/prefs_receive.c
5629                 add an accurate description
5630
5631 2008-04-08 [colin]      3.3.1cvs55
5632
5633         * src/undo.c
5634                 Probably fix corruption, introduced in cvs53
5635
5636 2008-04-04 [iwkse]      3.3.1cvs54
5637
5638         * src/undo.c
5639                 undo should works properly again
5640
5641 2008-04-04 [iwkse]      3.3.1cvs53
5642
5643         * src/undo.c
5644                 Fix a segfault but breaks undo
5645                 on a specific case (eg. double paste with
5646                 middle-mouse button)
5647
5648 2008-04-04 [iwkse]      3.3.1cvs52
5649
5650         * src/prefs_filtering.c
5651                 Fix previous Tab mess
5652
5653 2008-04-03 [iwkse]      3.3.1cvs51
5654
5655         * src/prefs_filtering.c
5656                 Add search in filtering rules list
5657
5658 2008-04-02 [colin]      3.3.1cvs50
5659
5660         * src/main.c
5661                 Revert part of the previous patch: we do
5662                 want to parse ~/.claws-mail/gtkrc-2.0 if it
5663                 exists
5664
5665 2008-04-02 [colin]      3.3.1cvs49
5666
5667         * src/main.c
5668                 Fix bug 1562, 'Claws-Mail does not completely 
5669                 respect settings in GTK2_RC_FILES environment'
5670                 Remove manual parsing of .gtkrc-2.0 and 
5671                 .gtk/gtkrc-2.0. GTK does it itself these days.
5672
5673 2008-04-01 [colin]      3.3.1cvs48
5674
5675         * src/imap_gtk.c
5676                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
5677                 ticking "Show only subscribed"'
5678
5679 2008-03-31 [colin]      3.3.1cvs47
5680
5681         * src/folder.c
5682                 Fix bug 1553, 'File lock not respected'
5683                 Regression due to the implementation of
5684                 deletion batching
5685
5686 2008-03-31 [colin]      3.3.1cvs46
5687
5688         * src/mainwindow.c
5689                 Fix tags menu update, thanks to Paul
5690
5691 2008-03-29 [wwp]        3.3.1cvs45
5692
5693         * src/prefs_account.c
5694         * src/prefs_common.c
5695         * src/prefs_folder_item.c
5696         * src/prefs_quote.c
5697         * src/quote_fmt.c
5698         * src/quote_fmt.h
5699                 Fix compose template formats (in global preferences)
5700                 being translated under specific conditions.
5701                 Add a button to restore factory defaults for current
5702                 language.
5703
5704 2008-03-27 [colin]      3.3.1cvs44
5705
5706         * src/common/prefs.c
5707         * src/common/xmlprops.c
5708                 Fix RedHat bug 431735, 'segfault if /home is full' 
5709                 (when starting): Fix double fclose() in prefs.c
5710                 and potentially xmlprops.c
5711
5712 2008-03-27 [colin]      3.3.1cvs43
5713
5714         * src/addressbook.c
5715                 Fix bug 1559, 'Claws Mail crashed deleting all 
5716                 common contacts'
5717
5718 2008-03-27 [wwp]        3.3.1cvs42
5719
5720         * src/addressbook.c
5721                 Fix 3.3.0cvs41.
5722
5723 2008-03-27 [wwp]        3.3.1cvs41
5724
5725         * src/addressbook.c
5726                 Prevent list flickering when deleting addresses.
5727
5728 2008-03-26 [colin]      3.3.1cvs40
5729
5730         * src/imap.c
5731                 Clean up session disconnection. Possibly
5732                 fix Ubuntu bug #204290
5733
5734 2008-03-26 [colin]      3.3.1cvs39
5735
5736         * src/textview.c
5737                 Fix bug 1555: current folder wasn't used when
5738                 right-clicking on an email address
5739
5740 2008-03-25 [colin]      3.3.1cvs38
5741
5742         * src/plugins/bogofilter/bogofilter.c
5743         * src/plugins/bogofilter/bogofilter.h
5744         * src/plugins/bogofilter/bogofilter_gtk.c
5745                 Add a "learn from whitelist" preference
5746                 Whitelist Unsure mails too.
5747
5748 2008-03-24 [paul]       3.3.1cvs37
5749
5750         * src/prefs_account.c
5751                 If no MH mailbox and no account exists, when
5752                 creating a POP/Local account, just create and
5753                 use the default one instead of bailing with a
5754                 "Mailbox doesn't exist" error
5755
5756 2008-03-21 [colin]      3.3.1cvs36
5757
5758         * src/procmime.c
5759                 strstrip mime subtype
5760
5761 2008-03-21 [paul]       3.3.1cvs35
5762
5763         * manual/advanced.xml
5764                 correct and update the info about Actions
5765
5766 2008-03-20 [colin]      3.3.1cvs34
5767
5768         * src/messageview.c
5769         * src/messageview.h
5770         * src/textview.c
5771                 Show at max 1MB of text, add a noticeview to
5772                 show everything optionally.
5773
5774 2008-03-20 [colin]      3.3.1cvs33
5775
5776         * src/stock_pixmap.c
5777                 Add support for png themes
5778
5779 2008-03-19 [wwp]        3.3.1cvs32
5780
5781         * src/procheader.c
5782                 Sanity check.
5783
5784 2008-03-18 [colin]      3.3.1cvs31
5785
5786         * src/common/utils.c
5787         * src/common/utils.h
5788                 Handle size_t instead of off_t in to_human_readable
5789
5790 2008-03-18 [colin]      3.3.1cvs30
5791
5792         * src/imap.c
5793                 Remove raw printf
5794
5795 2008-03-16 [colin]      3.3.1cvs29
5796
5797         * src/summaryview.c
5798                 Fix build on GTK < 2.12
5799
5800 2008-03-16 [colin]      3.3.1cvs28
5801
5802         * src/mainwindow.c
5803                 Refresh non-list widget when switching
5804                 messageview
5805
5806 2008-03-16 [colin]      3.3.1cvs27
5807
5808         * manual/faq.xml
5809                 Revert cvs25: This wasn't a typo :) :
5810                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
5811
5812
5813 2008-03-16 [colin]      3.3.1cvs26
5814
5815         * src/summaryview.c
5816         * src/gtk/gtksctree.c
5817         * src/gtk/gtksctree.h
5818                 Implement 2-lines items in Summaryview when in 
5819                 three columns mode
5820
5821 2008-03-16 [paul]       3.3.1cvs25
5822
5823         * manual/faq.xml
5824                 fix typo
5825
5826 2008-03-14 [colin]      3.3.1cvs24
5827
5828         * src/prefs_filtering_action.c
5829                 Fix buglet on setting recipient when
5830                 reediting forward rules.
5831
5832 2008-03-12 [colin]      3.3.1cvs23
5833
5834         * src/summaryview.c
5835                 Fix a new unused variable warning
5836         * src/plugins/trayicon/trayicon.c
5837                 Fix folderview's scrollbar at startup
5838                 if starting hidden
5839
5840 2008-03-12 [colin]      3.3.1cvs22
5841
5842         * src/folderview.c
5843         * src/summaryview.c
5844                 Use item_opened at the beginning of showing
5845                 a folder instead of the end. Fixes flicker.
5846
5847 2008-03-12 [paul]       3.3.1cvs21
5848
5849         * src/folder.c
5850         * src/folder.h
5851         * src/mainwindow.c
5852         * src/procmsg.c
5853         * src/summaryview.c
5854         * src/plugins/trayicon/trayicon.c
5855                 add tooltip with extended folder stats
5856
5857 2008-03-10 [colin]      3.3.1cvs20
5858
5859         * src/common/xml.c
5860                 Handle comments
5861
5862 2008-03-07 [colin]      3.3.1cvs19
5863
5864         * src/mainwindow.c
5865                 Fix blinking of the taskbar entry
5866
5867 2008-03-07 [colin]      3.3.1cvs18
5868
5869         * src/mainwindow.c
5870                 MAEMO: Fix bug 1494, 'Trayicon 
5871                 plugin breaks UI...'
5872
5873 2008-03-07 [paul]       3.3.1cvs17
5874
5875         * src/gtk/authors.h
5876                 reflect reality a bit more closely
5877
5878 2008-03-06 [colin]      3.3.1cvs16
5879
5880         * src/mainwindow.c
5881         * src/mainwindow.h
5882         * src/summaryview.c
5883         * src/summaryview.h
5884         * src/toolbar.c
5885                 Integrate things better wrt the new
5886                 summaryview extensibility.
5887
5888 2008-03-06 [wwp]        3.3.1cvs15
5889
5890         * src/quote_fmt.c
5891                 Fix some gcc warnings.
5892
5893 2008-03-06 [wwp]        3.3.1cvs14
5894
5895         * src/prefs_account.c
5896         * src/prefs_folder_item.c
5897         * src/prefs_gtk.c
5898         * src/prefs_template.c
5899         * src/gtk/prefswindow.c
5900         * src/gtk/prefswindow.h
5901                 prefs_templates: fix missing unregistering of addr_completion widgets
5902                 and and ending of addr_completion service.
5903                 prefs_folder_item: fix missing registering/unregistering of widgets,
5904                 and rework the way add_completion service is started and stopped.
5905                 Plus few prefswindow API changes (opening).
5906
5907 2008-03-06 [wwp]        3.3.1cvs13
5908
5909         * src/folder_item_prefs.c
5910         * src/prefs_template.c
5911         * src/prefs_template.h
5912         * src/quote_fmt.c
5913         * src/common/template.c
5914                 Complete 3.3.1cvs12, thanks to Colin.
5915
5916 2008-03-06 [wwp]        3.3.1cvs12
5917
5918         * src/compose.c
5919         * src/folder_item_prefs.c
5920         * src/folder_item_prefs.h
5921         * src/prefs_account.c
5922         * src/prefs_folder_item.c
5923         * src/prefs_quote.c
5924         * src/prefs_template.c
5925         * src/quote_fmt.c
5926         * src/quote_fmt.h
5927         * src/common/template.c
5928         * src/common/template.h
5929                 Global and per-folder templates can now override the from name (this
5930                 doesn't change the account being used).
5931                 Examples:
5932                  "My other name" <%account_email> (just changes the name)
5933                  my.faked.email@address.org (overrides the address too)
5934
5935 2008-03-05 [colin]      3.3.1cvs11
5936
5937         * src/summaryview.c
5938         * src/summaryview.h
5939                 Replace that hbox with a notebook
5940
5941 2008-03-05 [colin]      3.3.1cvs10
5942
5943         * src/folder.h
5944         * src/folderview.c
5945                 Add klass functions for notification of folder
5946                 opening/closing via the GUI
5947         * src/summaryview.c
5948         * src/summaryview.h
5949                 Add a specific container for the scrolledwin
5950
5951 2008-03-05 [colin]      3.3.1cvs9
5952
5953         * src/folder.h
5954         * src/folderview.c
5955                 Add klass functions for notification of folder 
5956                 opening/closing via the GUI
5957         * src/summaryview.c
5958         * src/summaryview.h
5959                 Add a specific container for the scrolledwin
5960
5961 2008-03-02 [colin]      3.3.1cvs8
5962
5963         * src/messageview.c
5964                 MAEMO: Fix bug 1541, 'Deleting message from within 
5965                 read window displays next message then closes.'
5966
5967 2008-03-02 [colin]      3.3.1cvs7
5968
5969         * src/main.c
5970                 Probably fix bug 1539, 'Program crashes':
5971                 Setup Gcrypt's thread functions when built
5972                 with GnuTLS
5973
5974 2008-03-01 [colin]      3.3.1cvs6
5975
5976         * src/folder.c
5977         * src/imap_gtk.c
5978                 Get rid of stale folders with no account
5979
5980 2008-02-28 [colin]      3.3.1cvs5
5981
5982         * src/compose.c
5983                 Fix bug 1534, 'Segmentation fault when doing 
5984                 some draft saving and then throwing away'
5985         * src/imap.c
5986                 Fix bug 1533, 'Claws is unable to mark messages 
5987                 as "read" in IMAP shared folders'
5988         * src/etpan/imap-thread.c
5989                 Fix bug 1515, 'large messages crash claws when 
5990                 syncing for offline mode'. This is rather a
5991                 workaround, and mails > 64MB will still be
5992                 problematic if there's less than 64MB available
5993                 on the dataroot volume.
5994         * src/messageview.c
5995                 MAEMO: Add information when fetching big messages
5996
5997 2008-02-26 [colin]      3.3.1cvs4
5998
5999         * src/imap.c
6000                 fix bug 1532, '"login refused" message insufficiently 
6001                 detailed'
6002
6003 2008-02-26 [paul]       3.3.1cvs3
6004
6005         * INSTALL
6006         * README
6007                 remove mentions of ClamAV and a few other
6008                 old bits of information
6009
6010 2008-02-23 [colin]      3.3.1cvs2
6011
6012         * src/main.c
6013                 Fix log output (missing \n)
6014
6015 2008-02-23 [colin]      3.3.1cvs1
6016
6017         * configure.ac
6018                 Bump version number for stable release
6019
6020 2008-02-23 [paul]       3.3.0cvs21
6021
6022         * po/he.po
6023                 updated by Ofer
6024
6025 2008-02-21 [colin]      3.3.0cvs20
6026
6027         * src/matcher.c
6028                 Fix bug 1527, 'filtering is case sensitive when it 
6029                 shouldn't be'
6030
6031 2008-02-20 [colin]      3.3.0cvs19
6032
6033         * src/main.c
6034                 Fix file attachments from older Thunar
6035
6036 2008-02-19 [colin]      3.3.0cvs18
6037
6038         * manual/plugins.xml
6039         * manual/es/plugins.xml
6040         * manual/fr/plugins.xml
6041         * manual/pl/plugins.xml
6042                 Remove Clamav
6043
6044 2008-02-19 [paul]       3.3.0cvs17
6045
6046         * tools/README
6047         * tools/csv2addressbook.pl
6048                 add support for Kmail/Kaddressbook
6049
6050 2008-02-18 [colin]      3.3.0cvs16
6051
6052         * src/imap.c
6053                 Unset folder's session before creating a
6054                 new one
6055         * src/main.c
6056         * src/prefs_common.c
6057         * src/prefs_common.h
6058         * manual/advanced.xml
6059                 Add an hidden use_networkmanager pref, to
6060                 disable NetworkManager handling. Also,
6061                 consider UNKNOWN state to be CONNECTED.
6062
6063 2008-02-18 [wwp]        3.3.0cvs15
6064
6065         * src/matcher.c
6066                 Fix Engrish and make 'not' more visible in filtering debug logs.
6067
6068 2008-02-15 [colin]      3.3.0cvs14
6069
6070         * src/matcher.c
6071                 Revert cvs10 for now, it breaks the feature
6072
6073 2008-02-15 [colin]      3.3.0cvs13
6074
6075         * src/main.c
6076                 Always focus folder tree at startup
6077         * src/compose.c
6078                 Fix bug 1521, 'Cannot close compose window after 
6079                 replying to a non-existent news message'
6080
6081 2008-02-13 [colin]      3.3.0cvs12
6082
6083         * src/folderview.c
6084                 Fix important warnings
6085
6086 2008-02-12 [colin]      3.3.0cvs11
6087
6088         * src/imap.c
6089         * src/etpan/imap-thread.c
6090         * src/etpan/imap-thread.h
6091                 Fix handling of $Forwarded flag on Exchange:
6092                 check for the existence or creatability of a
6093                 flag before using it.
6094
6095 2008-02-12 [colin]      3.3.0cvs10
6096
6097         * src/matcher.c
6098                 Optimise matching on Found in addressbook if
6099                 the matched header is in cache (From, etc)
6100
6101 2008-02-12 [colin]      3.3.0cvs9
6102
6103         * src/folderview.c
6104                 Fix crashy stuff when changing displayed
6105                 columns
6106
6107 2008-02-12 [wwp]        3.3.0cvs8
6108
6109         * src/folder.h
6110                 Remove duplicate func declaration and restore the one
6111                 a missing one.
6112
6113 2008-02-12 [wwp]        3.3.0cvs7
6114
6115         * src/compose.c
6116         * src/export.c
6117         * src/folder.c
6118         * src/folder.h
6119         * src/foldersel.c
6120         * src/foldersel.h
6121         * src/imap_gtk.c
6122         * src/import.c
6123         * src/mainwindow.c
6124         * src/messageview.c
6125         * src/mh_gtk.c
6126         * src/prefs_account.c
6127         * src/prefs_filtering_action.c
6128         * src/summaryview.c
6129         * src/plugins/bogofilter/bogofilter_gtk.c
6130         * src/plugins/spamassassin/spamassassin_gtk.c
6131                 Allow moving/copying folders to root folders when using
6132                 the folder selection dialog (it was not possible to
6133                 maemo users to reparent a subfolder to a root folder
6134                 at all).
6135
6136 2008-02-12 [fabien]     3.3.0cvs6
6137
6138         * po/fr.po
6139                 a few days late for i18n fr update. Sorry.
6140
6141 2008-02-11 [colin]      3.3.0cvs5
6142
6143         * src/main.c
6144                 Implement support for future /dev/mem_notify.
6145                 This Linux kernel feature will allow applications
6146                 to be notified that memory has to be freed
6147                 before getting OOM-killed. For more information:
6148                 http://lwn.net/Articles/267013/
6149
6150 2008-02-10 [paul]       3.3.0cvs4
6151
6152         * src/Makefile.am
6153         * src/mimeview.c
6154         * src/prefs_toolbar.c
6155         * src/stock_pixmap.c
6156         * src/stock_pixmap.h
6157         * src/pixmaps/mime_text_patch.xpm
6158                 add an icon for attached patches
6159
6160 2008-02-09 [paul]       3.3.0cvs3
6161
6162         * src/gtk/about.c
6163                 bump the (c) year
6164
6165 2008-02-09 [wwp]        3.3.0cvs2
6166
6167         * src/main.c
6168                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
6169
6170 2008-02-08 [colin]      3.3.0cvs1
6171
6172         * src/common/utils.c
6173                 Forbid attaching anything containing "../" or ".ssh/"
6174                 from mailto: URI
6175
6176 2008-02-08 [paul]       3.3.0
6177
6178         * NEWS
6179         * README
6180         * RELEASE_NOTES 
6181                 3.3.0 released
6182
6183 2008-02-08 [paul]       3.2.0cvs77
6184
6185         * AUTHORS
6186                 updated with new translators
6187         * configure.ac
6188                 added he to ALL_LINGUAS
6189         * po/cs.po
6190         * po/de.po
6191         * po/es.po
6192         * po/fi.po
6193         * po/hu.po
6194         * po/it.po
6195         * po/pt_BR.po
6196         * po/zh_CN.po
6197                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
6198                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
6199                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
6200                 and Ralph Young
6201         * po/he.po
6202                 new Hebrew translation by Ofer <oc666@netvision.net.il>
6203         * src/gtk/about.c
6204                 updated with new translators and bumped (c) year
6205         * src/gtk/authors.h
6206                 updated with new translators
6207
6208 2008-02-05 [colin]      3.2.0cvs76
6209
6210         * src/messageview.c
6211         * src/mimeview.c
6212         * src/mimeview.h
6213                 Special case text/calendar parts: if there's one in
6214                 the mail, and a plugin handling text/calendar is
6215                 loaded, show that part. That'll avoid rendering 
6216                 meetings as plain text, which just looks broken to
6217                 many users.
6218
6219 2008-02-04 [colin]      3.2.0cvs75
6220
6221         * src/mainwindow.c
6222                 Maemo: Fix LED handling on OS 2008
6223
6224 2008-02-01 [colin]      3.2.0cvs74
6225
6226         * src/compose.c
6227                 Possibly fix the annoying and hard-to reproduce bug
6228                 where lines 
6229                 are
6230                 rewrapped
6231                 like
6232                 that.
6233
6234 2008-02-01 [paul]       3.2.0cvs73
6235
6236         * src/common/utils.c
6237                 fix bug 1502, 'Plus signs are stripped from
6238                 email addresses when calling from command line'
6239                 Thanks to Colin
6240
6241 2008-01-31 [colin]      3.2.0cvs72
6242
6243         * src/exphtmldlg.c
6244         * src/mimeview.c
6245         * src/summaryview.c
6246                 Fix building of URIs from filenames
6247
6248 2008-01-31 [wwp]        3.2.0cvs71
6249
6250         * src/main.c
6251                 Fixes debug output of compiled-in features list
6252                 (completes 3.2.0cvs60).
6253
6254 2008-01-31 [colin]      3.2.0cvs70
6255
6256         * configure.ac
6257         * po/POTFILES.in
6258         * src/compose.c
6259         * src/plugins/Makefile.am
6260         * src/plugins/clamav/.cvsignore
6261         * src/plugins/clamav/Makefile.am
6262         * src/plugins/clamav/README
6263         * src/plugins/clamav/clamav_plugin.c
6264         * src/plugins/clamav/clamav_plugin.h
6265         * src/plugins/clamav/clamav_plugin_gtk.c
6266         * src/plugins/clamav/clamav_plugin_gtk.deps
6267                 Remove the Clamav plugin from the core
6268
6269 2008-01-28 [wwp]        3.2.0cvs69
6270
6271         * src/compose.c
6272         * src/prefs_template.c
6273         * src/prefs_template.h
6274         * src/quote_fmt.c
6275         * src/quote_fmt.h
6276         * src/quote_fmt_lex.l
6277         * src/quote_fmt_parse.y
6278                 Fix for bug #1493: count lines (\n chars) according to the way
6279                 format body is passed (i.e. \-escaped or not).
6280
6281 2008-01-27 [paul]       3.2.0cvs68
6282
6283         * po/en_GB.po
6284                 updated
6285         * src/prefs_actions.c
6286         * src/prefs_filtering.c
6287         * src/prefs_folder_item.c
6288         * src/prefs_template.c
6289         * src/gtk/about.c
6290                 some minor changes to the English
6291
6292 2008-01-24 [colin]      3.2.0cvs67
6293
6294         * src/etpan/imap-thread.c
6295         * src/etpan/nntp-thread.c
6296                 Fix bug 1348, 'Hang ups at exit time with 
6297                 pgp plugin since 3.0.2'
6298
6299 2008-01-23 [colin]      3.2.0cvs66
6300
6301         * src/toolbar.c
6302                 Fix translation of something that shouldn't be
6303
6304 2008-01-23 [colin]      3.2.0cvs65
6305
6306         * src/procmime.c
6307                 Fix bug 1486, 'Re: Incorrect content when replying'
6308                 Revert to full scan if short scan found only 0-length
6309                 text parts
6310
6311 2008-01-23 [paul]       3.2.0cvs64
6312
6313         * src/prefs_folder_item.c
6314                 fix bug 1485, 'selecting a folder's default
6315                 account if name contains '&''
6316
6317 2008-01-23 [colin]      3.2.0cvs63
6318
6319         * src/folder.c
6320         * src/folder.h
6321         * src/main.c
6322         * src/mainwindow.c
6323                 Fix bug 1480, 'should be able to display mail file
6324                 from command line'. Let 'claws-mail --select' accept
6325                 absolute paths in addition to folder identifiers.
6326
6327 2008-01-22 [wwp]        3.2.0cvs62
6328
6329         * src/account.c
6330         * src/account.h
6331         * src/compose.c
6332         * src/messageview.c
6333         * src/summaryview.c
6334         * src/common/utils.c
6335         * src/common/utils.h
6336                 Allow from=address in mailto sequence:
6337                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
6338                   The 'from' will try to select the first account matching in accounts list,
6339                   otherwise will use the usual account selection mechanism but override with
6340                   this 'from' address.
6341                 Allow mailto with NNTP accounts
6342                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
6343                   is the default one or if a NNTP account address is used with 'from'.
6344                   This is more or less a bugfix as it was possible to use mailto with a NNTP
6345                   default account but the complete mailto sequence was put in To.
6346
6347 2008-01-22 [wwp]        3.2.0cvs61
6348
6349         * doc/man/claws-mail.1
6350                 Updated the man page: status of few features, command-line
6351                 usage (--version-full) and completed list of config files
6352                 and dirs.
6353
6354 2008-01-22 [wwp]        3.2.0cvs60
6355
6356         * src/main.c
6357                 Added --version-full to display version and compiled-in
6358                 features list (for later use by Clawsker for instance).
6359
6360 2008-01-22 [holger]     3.2.0cvs59
6361
6362         * src/addrduplicates.c
6363                 Fix scrolling in addressbook duplicate
6364                 finder result dialog
6365
6366 2008-01-21 [colin]      3.2.0cvs58
6367
6368         * src/summaryview.c
6369                 Fix bug 1457, 'sorting messages on, say, from, 
6370                 should subsort on previous sort choice'. Subsort
6371                 by date when sort is Subject, From, To, Tags.
6372
6373 2008-01-21 [colin]      3.2.0cvs57
6374
6375         * AUTHORS
6376         * src/matcher.c
6377         * src/mimeview.c
6378         * src/common/ssl.c
6379         * src/gtk/authors.h
6380                 Fix bug 1478, 'Wrong pthread_create calls all 
6381                 over the place'. Patch by Christian Cornelssen
6382
6383 2008-01-20 [colin]      3.2.0cvs56
6384
6385         * src/imap.c
6386         * src/etpan/imap-thread.c
6387         * src/etpan/imap-thread.h
6388                 Fix bug 1468, 'Use IMAP keyword to 
6389                 store "forwarded" flag'
6390
6391 2008-01-20 [colin]      3.2.0cvs55
6392
6393         * src/folderutils.c
6394                 Make list operations faster
6395
6396 2008-01-20 [colin]      3.2.0cvs54
6397
6398         * src/mainwindow.c
6399                 Fix bug 1353, 'on startup with small screen 
6400                 layout, keyboard input gets lost'
6401
6402 2008-01-20 [colin]      3.2.0cvs53
6403
6404         * src/textview.c
6405                 Complete 3.2.0cvs49, and fixes bug 1477, 
6406                 'Claws Mail crashes when view PGP-encrypted 
6407                 message'
6408
6409 2008-01-20 [colin]      3.2.0cvs52
6410
6411         * src/compose.c
6412                 Fix privacy menu update when replying to
6413                 encrypted mail and no default privacy 
6414                 system is set
6415
6416 2008-01-19 [colin]      3.2.0cvs51
6417
6418         * src/filtering.c
6419         * src/procmsg.h
6420         * src/plugins/bogofilter/bogofilter.c
6421         * src/plugins/clamav/clamav_plugin.c
6422         * src/plugins/spamassassin/spamassassin.c
6423                 Batch filtering deletions too (and save 4 bytes
6424                 per MsgInfo in the process :)
6425
6426 2008-01-19 [colin]      3.2.0cvs50
6427
6428         * src/folder.c
6429                 Make cache update after copies much faster
6430                 on IMAP
6431
6432 2008-01-19 [colin]      3.2.0cvs49
6433
6434         * src/textview.c
6435                 Check g_fopen() success
6436
6437 2008-01-17 [wwp]        3.2.0cvs48
6438
6439         * manual/faq.xml
6440         * manual/es/faq.xml
6441         * manual/fr/faq.xml
6442         * manual/pl/faq.xml
6443                 Sylpheed? No idea what this means.
6444
6445 2008-01-17 [colin]      3.2.0cvs47
6446
6447         * src/gtk/gtksctree.c
6448                 Make dnd threshold higher on Maemo
6449
6450 2008-01-16 [colin]      3.2.0cvs46
6451
6452         * src/common/passcrypt.c
6453                 Fix build on FreeBSD, thanks to Pawel
6454
6455 2008-01-15 [colin]      3.2.0cvs45
6456
6457         * src/compose.c
6458                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
6459                 spell check of actuall word'
6460         * src/summaryview.c
6461                 Temporarily disable immediate execution when learning
6462                 spam *only* if the summaryview isn't locked
6463
6464 2008-01-15 [wwp]        3.2.0cvs44
6465
6466         * src/prefs_filtering.c
6467                 Fix filtering prefs layout (Maemo port), moving page up/down
6468                 from buttons to context menu.
6469
6470 2008-01-15 [colin]      3.2.0cvs43
6471
6472         * src/compose.c
6473                 Fix bug 1465, 'First line in new message does not mark URLs'
6474
6475 2008-01-15 [colin]      3.2.0cvs42
6476
6477         * src/common/passcrypt.c
6478                 Fix bug 1461, 'several components #define 
6479                 _XOPEN_SOURCE improperly'
6480
6481 2008-01-15 [colin]      3.2.0cvs41
6482
6483         * src/summaryview.c
6484                 Fix bug 1469, 'Column width adjustments on message 
6485                 lists do not save'
6486
6487 2008-01-14 [holger]     3.2.0cvs40
6488
6489         * configure.ac
6490                 Add tests for dbus, dbus glib bindings,
6491                 and NetworkManager. All is optional. Add new
6492                 --(en|dis)able-networkmanager-support switch.
6493         * src/Makefile.am
6494         * src/imap.c
6495         * src/inc.c
6496         * src/main.c
6497         * src/main.h
6498         * src/mainwindow.c
6499         * src/gtk/about.c
6500                 Add optional NetworkManager support, so Claws Mail
6501                 can try to do the right thing when the network connection
6502                 status changes. NetworkManager support is active by
6503                 default if above requirements were met.
6504
6505 2008-01-12 [colin]      3.2.0cvs39
6506
6507         * src/summaryview.c
6508                 Advertise the click-on-reply feature in the tooltip
6509
6510 2008-01-12 [colin]      3.2.0cvs38
6511
6512         * src/Makefile.am
6513         * src/stock_pixmap.c
6514         * src/stock_pixmap.h
6515         * src/pixmaps/tray_newmail.offline.xpm
6516         * src/pixmaps/tray_newmail.xpm
6517         * src/pixmaps/tray_newmarkedmail.offline.xpm
6518         * src/pixmaps/tray_newmarkedmail.xpm
6519         * src/pixmaps/tray_nomail.offline.xpm
6520         * src/pixmaps/tray_nomail.xpm
6521         * src/pixmaps/tray_unreadmail.offline.xpm
6522         * src/pixmaps/tray_unreadmail.xpm
6523         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
6524         * src/pixmaps/tray_unreadmarkedmail.xpm
6525         * src/plugins/trayicon/Makefile.am
6526         * src/plugins/trayicon/newmail.offline.xpm
6527         * src/plugins/trayicon/newmail.xpm
6528         * src/plugins/trayicon/newmarkedmail.offline.xpm
6529         * src/plugins/trayicon/newmarkedmail.xpm
6530         * src/plugins/trayicon/nomail.offline.xpm
6531         * src/plugins/trayicon/nomail.xpm
6532         * src/plugins/trayicon/trayicon.c
6533         * src/plugins/trayicon/unreadmail.offline.xpm
6534         * src/plugins/trayicon/unreadmail.xpm
6535         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
6536         * src/plugins/trayicon/unreadmarkedmail.xpm
6537                 Make the Trayicon plugin icons themable
6538
6539 2008-01-12 [wwp]        3.2.0cvs37
6540
6541         * src/prefs_display_header.c
6542                 Fix extra leading hyphen visible in the display
6543                 header configuration combo list (maemo).
6544
6545 2008-01-11 [colin]      3.2.0cvs36
6546
6547         * src/imap.c
6548                 Set timeout to 1 before disconnecting all -
6549                 for when one switches to offline and has 
6550                 no network anymore
6551         * src/messageview.c
6552                 Fix bug 1454, 'error message shows parts and 
6553                 signature of previous messages'
6554         * src/prefs_common.c
6555                 Maemo: Hide Send dialog by default
6556
6557 2008-01-10 [colin]      3.2.0cvs35
6558
6559         * src/action.c
6560         * src/editldap.c
6561         * src/prefs_account.c
6562         * src/wizard.c
6563         * src/gtk/inputdialog.c
6564         * src/plugins/pgpcore/passphrase.c
6565                 Maemo: Fix bug 1455, 'Password enters leading letter 
6566                 incorrectly as uppercase'
6567
6568 2008-01-09 [colin]      3.2.0cvs34
6569
6570         * po/pl.po
6571                 Fix bug 1446, 'SC crashes frequently when staying 
6572                 in background'. Format string error in Polish 
6573                 translation
6574         * src/gtk/description_window.c
6575         * src/prefs_template.c
6576                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
6577                 patch by Pawel
6578         * src/wizard.c
6579                 Maemo: Fix build
6580
6581 2008-01-08 [colin]      3.2.0cvs33
6582
6583         * src/main.c
6584                 Maemo: connect HW status change signal for shutdown
6585         * src/mainwindow.c
6586                 Maemo: Fix hardware space key
6587         * src/wizard.c
6588                 Maemo: name mmc1 and 2 a better name
6589
6590 2008-01-08 [wwp]        3.2.0cvs32
6591
6592         * src/folder.c
6593         * src/folder_item_prefs.c
6594         * src/folder_item_prefs.h
6595         * src/prefs_folder_item.c
6596                 It's now possible to disable processing rules when
6597                 entering a folder (this adds a new option to the
6598                 folder properties dialog).
6599
6600 2008-01-08 [wwp]        3.2.0cvs31
6601
6602         * src/common/utils.c
6603                 Mailto: now supports 'insert' (stands for 'insert file'), this
6604                 adds the ability to create a new message from the command-line,
6605                 with body set from an existing file contents.
6606
6607 2008-01-08 [colin]      3.2.0cvs30
6608
6609         * src/summaryview.c
6610                 Maybe fix bug 1452, 'crash while drag'n'droping 
6611                 emails to an IMAP folder'
6612
6613 2008-01-07 [wwp]        3.2.0cvs29
6614
6615         * src/prefs_filtering.c
6616                 Static-alize a function, thanks to Colin.
6617
6618 2008-01-07 [colin]      3.2.0cvs28
6619
6620         * src/folderview.c
6621                 Fix scrolling to bottom when drag and dropping
6622         * src/summaryview.c
6623                 Fix bug 1445, 'Display sender using addressbook: fails 
6624                 when From: isn't an email address'
6625
6626 2008-01-07 [wwp]        3.2.0cvs27
6627
6628         * src/prefs_actions.c
6629         * src/prefs_filtering.c
6630         * src/prefs_template.c
6631                 Add tooltips to most buttons in the templates, actions and
6632                 filtering/processing dialogs.
6633
6634 2008-01-07 [wwp]        3.2.0cvs26
6635
6636         * src/prefs_filtering.c
6637                  - add a clear button to clear dialog input fields
6638                  - add page up and page down buttons to move selected rule up and down
6639                  - in rules list popup-menu: added Delete, Delete all and Duplicate
6640                  - popup-menu items are greyed out either if the list is empty (not counting the
6641                    (New) row or if there is no selected item
6642                  - clear store when closing dialog
6643
6644         * src/prefs_actions.c
6645                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
6646                    clear button, popup-menu
6647                  - clear store when closing dialog
6648
6649         * src/prefs_template.c
6650                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
6651                    clear button, popup-menu 
6652
6653         * src/addrcustomattr.c
6654                  - renamed popup-menu item Clear list to Delete all
6655                  - grey out popup-menu items is there is no selected item or if list is empty
6656                  - clear store when closing dialog
6657
6658         * src/edittags.c
6659                  - added popup-menu item Delete all
6660                  - grey out popup-menu items is there is no selected item or if list is empty
6661                  - clear store when closing dialog
6662
6663 2008-01-06 [wwp]        3.2.0cvs25
6664
6665         * src/addressadd.c
6666                 One more layout fix by Pawel (completes 3.2.0cvs24).
6667
6668 2008-01-05 [colin]      3.2.0cvs24
6669
6670         * src/addressadd.c
6671                 Little GUI fixes, patch by Pawel
6672
6673 2007-12-29 [wwp]        3.2.0cvs23
6674
6675         * src/compose.c
6676                 Fix for bug #1443, and strip possible whitespaces around
6677                 custom header names.
6678
6679 2007-12-29 [mones]      3.2.0cvs22
6680
6681         * po/es.po
6682                 Updated translation, corrected a term based 
6683                 on suggestion from Israel Saeta P�rez,
6684                 reverted awful X-Mailer translation
6685         * src/procmime.c
6686                 Complete cvs20 for FreeBSD, patch by Pawel
6687
6688 2007-12-29 [colin]      3.2.0cvs21
6689
6690         * src/textview.c
6691                 Fix bug 1442, 'Tags are repeated in 
6692                 encapsulated messages'
6693
6694 2007-12-28 [colin]      3.2.0cvs20
6695
6696         * src/procmime.c
6697                 Fix path to mime/globs. Patch by Marten King.
6698
6699 2007-12-27 [colin]      3.2.0cvs19
6700
6701         * src/plugins/pgpcore/Makefile.am
6702         * src/plugins/pgpinline/Makefile.am
6703         * src/plugins/pgpmime/Makefile.am
6704                 Add missing flags to build pgp plugins on maemo
6705
6706 2007-12-27 [colin]      3.2.0cvs18
6707
6708         * src/mainwindow.c
6709                 Maximise before showing to avoid probable flickering
6710                 on slow computers.
6711
6712 2007-12-27 [colin]      3.2.0cvs17
6713
6714         * src/main.c
6715         * src/mainwindow.c
6716         * src/prefs_common.c
6717         * src/prefs_common.h
6718                 Fix bug 1439, 'Claws Mail does not remember window size 
6719                 state when restarted'. Save maximised state and force
6720                 maximisation at startup if applicable.
6721
6722 2007-12-23 [paul]       3.2.0cvs16
6723
6724         * src/prefs_matcher.c
6725                 fix bug 1436, 'Filter condition dialog doesn't
6726                 load header name from current rules'
6727
6728 2007-12-22 [paul]       3.2.0cvs15
6729
6730         * src/compose.c
6731                 fix bug 1435, 'Reply doesn't take into account
6732                 reply-to field'
6733
6734 2007-12-21 [paul]       3.2.0cvs14
6735
6736         * src/common/ssl_certificate.c
6737                 fix FreeBSD build with IPV6 support 
6738
6739 2007-12-20 [colin]      3.2.0cvs13
6740
6741         * src/imap.c
6742                 Fix error handling
6743
6744 2007-12-20 [colin]      3.2.0cvs12
6745
6746         * src/imap.c
6747         * src/imap.h
6748         * src/prefs_account.c
6749                 Add DIGEST-MD5 support for IMAP authentication
6750
6751 2007-12-19 [mones]      3.2.0cvs11
6752
6753         * doc/man/claws-mail.1
6754                 Better ordering of sections, updated options
6755         * po/es.po
6756                 Updated strings
6757
6758 2007-12-19 [paul]       3.2.0cvs10
6759
6760         * src/prefs_account.c
6761                 use a spinbutton instead of an entry for
6762                 "POP authentication timeout" also
6763
6764 2007-12-19 [colin]      3.2.0cvs9
6765
6766         * src/prefs_filtering_action.c
6767         * src/prefs_matcher.c
6768         * src/gtk/description_window.c
6769                 Destroy info windows with their parents
6770                 Patch by Pawel
6771
6772 2007-12-19 [colin]      3.2.0cvs8
6773
6774         * src/prefs_account.c
6775                 Use spinbuttons instead of entries where needed
6776                 Patch by Pawel
6777
6778 2007-12-18 [paul]       3.2.0cvs7
6779
6780         * src/prefs_matcher.c
6781                 add missing i18n for a few strings
6782                 Patch by Stephan Sachse
6783
6784 2007-12-18 [paul]       3.2.0cvs6
6785
6786         * src/prefs_logging.c
6787                 use 'disk' instead of 'disc'
6788
6789 2007-12-18 [paul]       3.2.0cvs5
6790
6791         * po/en_GB.po
6792                 updated
6793         * src/addrcustomattr.c
6794         * src/editaddress.c
6795                 fixes to the ingleesh
6796         * src/prefs_filtering_action.c
6797                 fix copyright header
6798                 fix untranslated strings
6799         * src/prefs_filtering_action.h
6800                 fix copyright header
6801
6802 2007-12-18 [wwp]        3.2.0cvs4
6803
6804         * src/folderview.c
6805         * src/headerview.c
6806         * src/prefs_common.c
6807         * src/prefs_common.h
6808         * src/prefs_fonts.c
6809         * src/summaryview.c
6810         * src/textview.c
6811         * src/wizard.c
6812         * src/common/defs.h
6813         * src/gtk/gtkutils.c
6814                 Added prefs to set custom small and bold fonts
6815                 (might matter on some desktops, according to
6816                 DPI and font settings).
6817
6818 2007-12-18 [colin]      3.2.0cvs3
6819
6820         * src/prefs_logging.c
6821                 Rework GUI, patch by Pawel
6822
6823 2007-12-18 [colin]      3.2.0cvs2
6824
6825         * src/prefs_filtering_action.c
6826                 Rework GUI, patch by Pawel
6827
6828 2007-12-18 [colin]      3.2.0cvs1
6829
6830         * src/editaddress.c
6831                 Fix build on old GCC
6832                 Fix inverted buttons
6833
6834 2007-12-17 [paul]       3.2.0
6835
6836         * NEWS
6837         * README
6838         * RELEASE_NOTES 
6839                 3.2.0 released
6840
6841 2007-12-17 [paul]       3.1.0cvs79
6842
6843         * po/de.po
6844         * po/fr.po
6845         * po/hu.po
6846         * po/it.po
6847         * po/pt_BR.po
6848                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
6849                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
6850
6851 2007-12-17 [mones]      3.1.0cvs78
6852
6853         * po/es.po
6854                 Updated Spanish translation for 3.2.0 release
6855
6856 2007-12-16 [colin]      3.1.0cvs77
6857
6858         * src/addrcustomattr.c
6859                 Fix translations, patch by Fabien
6860
6861 2007-12-15 [paul]       3.1.0cvs76
6862
6863         * src/folderview.c
6864                 fix compiler warning
6865
6866 2007-12-14 [colin]      3.1.0cvs75
6867
6868         * src/folderview.c
6869                 Simplify logic
6870
6871 2007-12-12 [wwp]        3.1.0cvs74
6872
6873         * AUTHORS
6874         * src/gtk/authors.h
6875                 Added Marius Glauser to the hall of fame.
6876
6877 2007-12-12 [wwp]        3.1.0cvs73
6878
6879         * src/gtk/gtkutils.c
6880                 Improve the way we show results of searches
6881                 in message bodies: selected text now get centered
6882                 vertically in the message window.
6883                 Patch by Marius Glauser <seelenhirt@gmx.net>.
6884
6885 2007-12-10 [colin]      3.1.0cvs72
6886
6887         * src/folder.c
6888                 Don't crash when setting batch mode on no folder
6889
6890 2007-12-10 [colin]      3.1.0cvs71
6891
6892         * src/common/utils.c
6893                 Fix potential buffer overrun (thanks to
6894                 Hiroyuki)
6895
6896 2007-12-08 [paul]       3.1.0cvs70
6897
6898         * src/prefs_receive.c
6899                 small change to the English
6900
6901 2007-12-08 [colin]      3.1.0cvs69
6902
6903         * src/vcard.c
6904                 Fix warnings
6905
6906 2007-12-07 [colin]      3.1.0cvs68
6907
6908         * src/mainwindow.c
6909         * src/summaryview.c
6910         * src/summaryview.h
6911                 Free simplify_subject_preg at exit
6912
6913 2007-12-07 [colin]      3.1.0cvs67
6914
6915         * src/main.c
6916         * src/summaryview.c
6917         * src/common/utils.c
6918         * src/common/utils.h
6919                 We have to free reused regexps from time to
6920                 time, or they get huge
6921
6922 2007-12-07 [colin]      3.1.0cvs66
6923
6924         * src/vcard.c
6925                 Fix QP decoding (and UTF8)
6926
6927 2007-12-07 [colin]      3.1.0cvs65
6928
6929         * src/addrcustomattr.c
6930                 Update list of default custom attributes
6931                 now (will be needed for a feature patch
6932                 post 3.2.0)
6933
6934 2007-12-07 [colin]      3.1.0cvs64
6935
6936         * src/folder.c
6937                 Batch on destination folder when copying - fixes
6938                 slowness when moving unread mails to trash on IMAP
6939
6940 2007-12-06 [colin]      3.1.0cvs63
6941
6942         * src/common/w32_time.c
6943         * src/common/w32lib.h
6944         * src/etpan/etpan-thread-manager.c
6945         * src/etpan/imap-thread.c
6946         * src/etpan/nntp-thread.c
6947         * src/gtk/Makefile.am
6948                 Fix win32 build with libetpan. Thanks to
6949                 Marcus Brinkmann.
6950
6951 2007-12-06 [colin]      3.1.0cvs62
6952
6953         * src/account.c
6954         * src/imap.c
6955         * src/prefs_account.c
6956         * src/prefs_account.h
6957         * src/etpan/imap-thread.c
6958         * src/etpan/imap-thread.h
6959                 Disable connection via command line on WIN32
6960                 Disable mmap use on WIN32 - use normal strings
6961         * src/addressbook.c
6962         * src/addressbook.h
6963         * src/addressbook_foldersel.c
6964         * src/addressbook_foldersel.h
6965         * src/prefs_filtering_action.c
6966         * src/prefs_matcher.c
6967         * src/plugins/bogofilter/bogofilter_gtk.c
6968         * src/plugins/dillo_viewer/dillo_prefs.c
6969         * src/plugins/spamassassin/spamassassin_gtk.c
6970                 Fix leak, rework function logics to be more
6971                 natural - thanks to Holger
6972         * src/common/utils.c
6973                 Fix warnings
6974
6975 2007-12-06 [colin]      3.1.0cvs61
6976
6977         * src/news.c
6978         * src/common/utils.c
6979         * src/common/utils.h
6980                 Fix posting, and fix UTF-8 being sent when encoding
6981                 is 8bit
6982
6983 2007-12-05 [colin]      3.1.0cvs60
6984
6985         * src/news.c
6986                 Fix debian bug #453157, 'Fails to post usenet
6987                 articles after NNTP connection has been 
6988                 interrupted". Fix return value to prevent deletion
6989                 on failure, and issue MODE READER in case posting
6990                 fails at first.
6991
6992 2007-12-05 [colin]      3.1.0cvs59
6993
6994         * src/messageview.c
6995         * src/uri_opener.c
6996                 Improvements to the List URIs dialog
6997                 Patch by Pawel
6998
6999 2007-12-05 [colin]      3.1.0cvs58
7000
7001         * src/prefs_other.c
7002         * src/gtk/gtksctree.h
7003                 Fix warnings
7004
7005 2007-12-04 [colin]      3.1.0cvs57
7006
7007         * src/etpan/imap-thread.c
7008                 Fix bug 1378, 'Claws exits on IMAP alert message'
7009                 Don't do GTK calls directly from Etpan thread
7010
7011 2007-12-04 [colin]      3.1.0cvs56
7012
7013         * src/folderview.c
7014         * src/gtk/gtksctree.c
7015                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
7016                 Make all the left of column zero an hotspot for
7017                 expanding.
7018
7019 2007-12-04 [colin]      3.1.0cvs55
7020
7021         * src/mainwindow.c
7022         * src/mainwindow.h
7023         * src/prefs_common.c
7024         * src/prefs_common.h
7025         * src/prefs_receive.c
7026                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
7027
7028 2007-12-04 [wwp]        3.1.0cvs54
7029
7030         * src/prefs_other.c
7031                 Fix for bug #1419.
7032
7033 2007-12-04 [holger]     3.1.0cvs53
7034
7035         * src/addrduplicates.c
7036         * src/addrduplicates.h
7037                 Export addressbook entry deletion
7038
7039 2007-12-04 [colin]      3.1.0cvs52
7040
7041         * tools/Makefile.am
7042         * tools/README.sylprint
7043         * tools/sylprint.pl
7044         * tools/sylprint.rc
7045                 Fix debian bug #454089 (symlink attack in TMP directory)
7046                 http://secwatch.org/advisories/1019661/ :
7047                 Remove the buggy script, which was unmaintained anyway
7048         * src/news.c
7049         * src/procmsg.c
7050                 Store things in our private tmp directory.
7051
7052 2007-12-03 [colin]      3.1.0cvs51
7053
7054         * src/folder.c
7055         * src/folder.h
7056         * src/folderview.c
7057         * src/imap.c
7058         * src/mainwindow.c
7059                 Fix update problem when getting remote tags
7060         * src/prefs_matcher.c
7061                 Rework GUI to make it better. Patch by Pawel
7062                 Pekala
7063
7064 2007-12-03 [colin]      3.1.0cvs50
7065
7066         * src/etpan/imap-thread.c
7067         * src/etpan/nntp-thread.c
7068                 Fix bug 1417, 'Network log doesn't reveal 
7069                 enough NNTP errors'
7070
7071 2007-12-02 [iwkse]      3.1.0cvs49
7072
7073         * src/plugins/dillo_viewer/dillo_prefs.c
7074                         Insert dillo under the Plugins menu
7075
7076 2007-12-01 [paul]       3.1.0cvs48
7077
7078         * src/html.c
7079                 add these variant forms
7080                 Thanks to Colin
7081
7082 2007-12-01 [paul]       3.1.0cvs47
7083
7084         * src/matcher.c
7085                 fix a typo
7086
7087 2007-12-01 [paul]       3.1.0cvs46
7088
7089         * po/POTFILES.in
7090                 add the new addrcustomattr.c file
7091
7092 2007-11-29 [colin]      3.1.0cvs45
7093
7094         * src/common/ssl_certificate.c
7095                 Use the more modern getaddrinfo instead of 
7096                 gethostbyname when possible
7097
7098 2007-11-28 [colin]      3.1.0cvs44
7099
7100         * src/summaryview.c
7101                 Maybe fix bug 1410 and other crash reports
7102                 in summaryview since cvs38.
7103
7104 2007-11-28 [wwp]        3.1.0cvs43
7105
7106         * src/prefs_summary_open.c
7107                 Guard against an empty list of actions to perform
7108                 when opening a folder (or migration defaults could
7109                 be introduced, confusing).
7110
7111 2007-11-28 [colin]      3.1.0cvs42
7112
7113         * src/folderview.c
7114                 Fix mark all read from folder's contextual menu
7115
7116 2007-11-27 [colin]      3.1.0cvs41
7117
7118         * src/imap.c
7119         * src/imap.h
7120         * src/imap_gtk.c
7121         * src/prefs_account.c
7122         * src/etpan/imap-thread.c
7123                 A few fixes to the IMAP flags handling: Optimisations,
7124                 two crashers, mention that Bandwitdh-efficient mode
7125                 prevents tag fetching.
7126                 Fix M-UTF7 in subscription dialog.
7127
7128 2007-11-27 [colin]      3.1.0cvs40
7129
7130         * src/folder.c
7131         * src/mbox.c
7132         * src/summaryview.c
7133                 Make filtering faster on flags change: Batch original 
7134                 folderitem, where we'll do flags/tags changes.
7135
7136 2007-11-27 [colin]      3.1.0cvs39
7137
7138         * src/filtering.c
7139                 Fix bug 1407, 'After a copy action, further rules apply 
7140                 to both original and copy'
7141
7142 2007-11-27 [colin]      3.1.0cvs38
7143
7144         * src/edittags.c
7145         * src/summaryview.c
7146                 Fixes races when doing a long operation and user
7147                 asks for another one (Mark all read/unread on a 
7148                 big folder on IMAP for example)
7149
7150 2007-11-27 [wwp]        3.1.0cvs37
7151
7152         * src/addressbook.c
7153         * src/prefs_common.c
7154                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
7155                 and 3.1.0cvs35 (addressbook.c).
7156
7157 2007-11-27 [holger]     3.1.0cvs36
7158
7159         * src/printing.c
7160                 Add a line separating header and body
7161                 in the printout
7162
7163 2007-11-27 [wwp]        3.1.0cvs35
7164
7165         * src/addressbook.c
7166                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
7167                 (thanks to Colin) and revert disabling of cut/copy
7168                 context menu entries upon selected groups.
7169
7170 2007-11-27 [holger]     3.1.0cvs34
7171
7172         * src/printing.c
7173                 Add weights to the list of supported text attributes
7174                 for printing
7175
7176 2007-11-27 [wwp]        3.1.0cvs33
7177
7178         * src/Makefile.am
7179         * src/addrcustomattr.c
7180         * src/addrcustomattr.h
7181         * src/addressbook.c
7182         * src/editaddress.c
7183         * src/editaddress.h
7184         * src/prefs_common.c
7185         * src/prefs_common.h
7186         * src/common/defs.h
7187                 Provide a (customizable) list of preset attribute names
7188                 for editing contacts (closes bug #1391).
7189
7190 2007-11-27 [wwp]        3.1.0cvs32
7191
7192         * src/addrclip.c
7193         * src/addressbook.c
7194         * src/addritem.c
7195                 Various fixes in the address book:
7196                         - made copy/move of a folder to itself or its subtree
7197                           impossible (-> error)
7198                         - errors messages don't show in the status bar anymore,
7199                           use alertpanels instead
7200                         - simple click on group doesn't open group edit dialog
7201                           anymore when in contact edit embedded mode (was too itchy)
7202                         - fixed disabling of edit button and and menu entry when
7203                           in contact edit embedded mode (was done in a bad and
7204                           ineffective way)
7205                         - fix menu cut/paste sensitivity in treelist context
7206                           menu (conflicting enabling was done by different functions)
7207                         - fix some menu item sensitivity in address list context menu
7208                         - don't allow cut/copy of groups, it's useless as they won't
7209                           be copied w/ their contents
7210                         - fix missing copy of the picture file when copying (bug #1402),
7211                           fix picture attribute (internal) value when moving or copying
7212
7213
7214 2007-11-27 [colin]      3.1.0cvs31
7215
7216         * src/folder.c
7217         * src/imap.c
7218                 Fix tags loss on move, fix space encoding
7219
7220 2007-11-26 [colin]      3.1.0cvs30
7221
7222         * src/edittags.c
7223         * src/folder.c
7224         * src/folder.h
7225         * src/imap.c
7226         * src/messageview.c
7227         * src/procmsg.c
7228         * src/procmsg.h
7229         * src/summaryview.c
7230         * src/common/utils.c
7231         * src/common/utils.h
7232         * src/etpan/imap-thread.c
7233         * src/etpan/imap-thread.h
7234                 Add IMAP tags support
7235
7236 2007-11-26 [colin]      3.1.0cvs29
7237
7238         * src/imap.c
7239                 Fix bug 1405, 'imap auto auth method doesn't 
7240                 work since 3.1.0'
7241
7242 2007-11-26 [colin]      3.1.0cvs28
7243
7244         * src/messageview.c
7245         * src/procmime.c
7246                 Handle broken disposition-notifications from Evolution
7247                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
7248
7249 2007-11-25 [paul]       3.1.0cvs27
7250
7251         * src/folder_item_prefs.c
7252         * src/folder_item_prefs.h
7253                 remove dead code
7254
7255 2007-11-23 [wwp]        3.1.0cvs26
7256
7257         * src/matcher.c
7258         * src/matcher.h
7259         * src/matcher_parser_parse.y
7260         * src/prefs_matcher.c
7261                 Fix irrelevant case folding when adding matcher condition 'test',
7262                 thanks to Colin.
7263
7264 2007-11-23 [wwp]        3.1.0cvs25
7265
7266         * src/prefs_common.c
7267         * src/prefs_common.h
7268         * src/prefs_summary_open.c
7269         * src/prefs_summary_open.h
7270         * src/summaryview.c
7271                 Add "select first email in list" to the list of possible selections
7272                 when opening a folder.
7273
7274 2007-11-23 [paul]       3.1.0cvs24
7275
7276         * po/de.po
7277                 a fix by Stephan Sachse, plus remove all
7278                 old strings from the end of the file
7279
7280 2007-11-23 [wwp]        3.1.0cvs23
7281
7282         * src/prefs_msg_colors.c
7283                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
7284                 with little changes.
7285
7286 2007-11-23 [paul]       3.1.0cvs22
7287
7288         * src/prefs_logging.c
7289                 eliminate wasted horizontal space
7290
7291 2007-11-23 [paul]       3.1.0cvs21
7292
7293         * src/prefs_summaries.c
7294                 don't wrap the label or put linebreaks
7295
7296 2007-11-22 [colin]      3.1.0cvs20
7297
7298         * src/plugins/pgpinline/pgpinline.c
7299                 Fix decryption
7300
7301 2007-11-22 [wwp]        3.1.0cvs19
7302
7303         * src/prefs_themes.c
7304                 Yet another misuse of get_rc_dir(), still related
7305                 to user themes. Completes 3.1.0cvs18.
7306
7307 2007-11-22 [wwp]        3.1.0cvs18
7308
7309         * src/stock_pixmap.c
7310                 Fix a misuse of get_rc_dir(), user themes dir was
7311                 not set properly and some themes might have disappeared
7312                 from themes list in prefs.
7313
7314 2007-11-22 [wwp]        3.1.0cvs17
7315
7316         * src/edittags.c
7317         * src/edittags.h
7318         * src/common/tags.c
7319         * src/common/tags.h
7320                 Correct copyright for these claws-mail-only brand new
7321                 files.
7322
7323 2007-11-22 [paul]       3.1.0cvs16
7324
7325         * src/compose.c
7326                 fix bug 1400, 'Drag and drop of URLs does not work'
7327                 Thanks to Colin
7328
7329 2007-11-22 [paul]       3.1.0cvs15
7330
7331         * src/prefs_common.c
7332                 make "cmds_use_system_default" default to FALSE
7333                 so as not to disrupt current settings
7334         * src/summaryview.c
7335                 increase the size of the GdkRectangle, tooltips
7336                 didn't show for me otherwise
7337
7338 2007-11-21 [colin]      3.1.0cvs14
7339
7340         * src/compose.c
7341         * src/crash.c
7342         * src/exphtmldlg.c
7343         * src/mainwindow.c
7344         * src/manual.c
7345         * src/mimeview.c
7346         * src/prefs_account.c
7347         * src/prefs_common.c
7348         * src/prefs_common.h
7349         * src/prefs_ext_prog.c
7350         * src/textview.c
7351         * src/uri_opener.c
7352         * src/gtk/about.c
7353         * src/gtk/gtkutils.c
7354                 Use xdg-open as a way to find default browser,
7355                 when available
7356
7357 2007-11-21 [colin]      3.1.0cvs13
7358
7359         * src/messageview.c
7360         * src/procmime.c
7361         * src/procmsg.h
7362                 Send better return receipts (useful ones)
7363                 Handle incoming return receipts
7364
7365 2007-11-20 [colin]      3.1.0cvs12
7366
7367         * src/printing.c
7368         * src/printing.h
7369                 Add getter/setter for settings, and getter
7370                 for page setup
7371
7372 2007-11-20 [colin]      3.1.0cvs11
7373
7374         * src/folderview.c
7375         * src/main.c
7376         * src/mainwindow.c
7377                 Fix bug 1396, 'Crash on disabling a filter 
7378                 while it is processing'
7379
7380 2007-11-20 [paul]       3.1.0cvs10
7381
7382         * src/folder.c
7383                 fix bug 1395, 'Crash on checking for new mails
7384                 while filter is running'
7385                 Thanks to Colin
7386
7387 2007-11-20 [paul]       3.1.0cvs9
7388
7389         * src/compose.c
7390                 make this string easier for translators
7391
7392 2007-11-19 [colin]      3.1.0cvs8
7393
7394         * src/prefs_summaries.c
7395         * src/summaryview.c
7396                 Don't enable more tooltips on Maemo
7397
7398 2007-11-19 [colin]      3.1.0cvs7
7399
7400         * src/prefs_common.c
7401         * src/prefs_common.h
7402         * src/prefs_summaries.c
7403         * src/summaryview.c
7404                 Fix bug 1388, 'message list tool tips'
7405                 Add (optional) tooltips in summaryview.
7406                 This only works with GTK+ >= 2.12
7407
7408 2007-11-19 [colin]      3.1.0cvs6
7409
7410         * src/compose.c
7411                 Make strings a bit better when attaching
7412                 from mailto: URIs
7413
7414 2007-11-19 [colin]      3.1.0cvs5
7415
7416         * src/common/utils.c
7417                 Fix bug 1392, 'Top level domain .EU is 
7418                 not recognised as valid'
7419
7420 2007-11-19 [wwp]        3.1.0cvs4
7421
7422         * src/compose.c
7423         * src/compose.h
7424                 Revert changes to compose.c made in 3.1.0cvs2.
7425
7426 2007-11-19 [wwp]        3.1.0cvs3
7427
7428         * src/addressbook.c
7429         * src/addressbook.h
7430         * src/editaddress.c
7431         * src/editgroup.c
7432         * src/addrduplicates.c
7433                 Minor improvements in the address book:
7434                 always accept new contacts provided that some
7435                 detail is set (instead of rejecting silently).
7436                 Better guessing of contact name from incomplete
7437                 name information. Better display of contacts with
7438                 no name, in contact lists, group contents, find
7439                 duplicate results.
7440                 
7441
7442 2007-11-19 [wwp]        3.1.0cvs2
7443
7444         * src/compose.c
7445         * src/compose.h
7446         * src/prefs_logging.c
7447         * src/prefs_summaries.c
7448                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
7449                 wrap some long label in prefs/summaries, layout checkboxes
7450                 in a more compact form in prefs/loggin, make account and
7451                 header's combos have the same size/spacing in compose
7452                 window.
7453
7454 2007-11-19 [wwp]        3.1.0cvs1
7455
7456         * src/edittags.c
7457                 Fix a tiny leak and duplicate variable.
7458
7459 2007-11-19 [paul]       3.1.0
7460
7461         * NEWS
7462         * README
7463         * RELEASE_NOTES 
7464                 3.1.0 released
7465
7466 2007-11-19 [paul]       3.0.2cvs145
7467
7468         * po/de.po
7469         * po/fi.po
7470         * po/fr.po
7471         * po/hu.po
7472         * po/it.po
7473         * po/pl.po
7474         * po/pt_BR.po
7475         * po/sk.po
7476         * po/zh_CN.po
7477                 updated by Stephan Sachse, Flammie Pirinen,
7478                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
7479                 Emil Nowak, Frederico Goncalves Guimaraes,
7480                 Andrej Kacian, and Ralph Young
7481
7482 2007-11-18 [mones]      3.0.2cvs144
7483
7484         * po/es.po
7485                 Updated Spanish translation
7486
7487 2007-11-18 [colin]      3.0.2cvs143
7488
7489         * src/edittags.c
7490                 Prevent empty tag after edit, thanks to wwp
7491
7492 2007-11-18 [colin]      3.0.2cvs142
7493
7494         * src/editaddress.c
7495                 Fix possible "(null)" %s - thanks to wwp
7496
7497 2007-11-16 [wwp]        3.0.2cvs141
7498
7499         * src/common/utils.c
7500                 Fix for 3.0.2cvs140, prevents from crashing when opening
7501                 a compose window.
7502
7503 2007-11-16 [colin]      3.0.2cvs140
7504
7505         * src/main.c
7506         * src/common/claws.c
7507                 Output a bit more useful info at startup
7508                 in --debug mode
7509
7510 2007-11-16 [colin]      3.0.2cvs139
7511
7512         * src/compose.c
7513         * src/common/utils.c
7514         * src/common/utils.h
7515                 Fix bug 1387, 'Request for --compose to 
7516                 support multiple attachments'
7517
7518 2007-11-16 [colin]      3.0.2cvs138
7519
7520         * src/news.c
7521                 Fix bug 1390, 'NNTP fails after server 
7522                 closed connection'
7523
7524 2007-11-16 [colin]      3.0.2cvs137
7525
7526         * src/prefs_display_header.c
7527                 Fix bug 1389, 'Changing 'Display headers 
7528                 in message view' breaks dispheaderrc'
7529
7530 2007-11-14 [colin]      3.0.2cvs136
7531
7532         * src/summaryview.c
7533         * src/gtk/quicksearch.c
7534         * src/gtk/quicksearch.h
7535                 Fix resetting the quicksearch when in non-sticky
7536                 mode, but Recursive is set: reset only when going
7537                 out of the root search folder.
7538
7539 2007-11-14 [colin]      3.0.2cvs135
7540
7541         * src/filtering.c
7542                 Don't set new flag back when doing "Mark as unread"
7543                 from filtering
7544
7545 2007-11-12 [paul]       3.0.2cvs134
7546
7547         * src/plugins/dillo_viewer/dillo_viewer.c
7548                 don't offer the mime type for translation
7549
7550 2007-11-12 [paul]
7551
7552         3.1.0-rc2 released
7553
7554 2007-11-11 [colin]      3.0.2cvs133
7555
7556         * src/imap_gtk.c
7557         * src/mh_gtk.c
7558                 Use markup-escaped strings in dialogs
7559
7560 2007-11-11 [colin]      3.0.2cvs132
7561
7562         * src/imap.c
7563                 Better IMAP-UTF7/UTF8 conversion
7564
7565 2007-11-10 [colin]      3.0.2cvs131
7566
7567         * src/news.c
7568                 Fix debian bug 450698, 'nntp auth behavior changed 
7569                 without notice'
7570
7571 2007-11-10 [colin]      3.0.2cvs130
7572
7573         * configure.ac
7574         * src/inc.c
7575         * src/main.c
7576         * src/main.h
7577         * src/mimeview.c
7578         * src/statusbar.c
7579         * src/common/utils.c
7580         * src/etpan/Makefile.am
7581         * src/gtk/filesel.c
7582         * src/gtk/gtkutils.h
7583         * src/gtk/menu.c
7584         * src/plugins/bogofilter/Makefile.am
7585         * src/plugins/clamav/Makefile.am
7586         * src/plugins/dillo_viewer/Makefile.am
7587         * src/plugins/pgpcore/Makefile.am
7588         * src/plugins/spamassassin/Makefile.am
7589         * src/plugins/trayicon/Makefile.am
7590                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
7591
7592 2007-11-09 [colin]      3.0.2cvs129
7593
7594         * src/addressbook.c
7595         * src/ldapupdate.c
7596                 fix bug 1375, 'Impossible to modify e-mail
7597                 in LDAP addressbook twice'; Try two. update
7598                 externalID, don't make display lag, and
7599                 fix the cases where dn is not mail.
7600
7601 2007-11-08 [paul]       3.0.2cvs128
7602
7603         * src/account.c
7604         * src/compose.c
7605         * src/messageview.c
7606         * src/prefs_account.c
7607         * src/prefs_account.h
7608                 reinstate 'Generate Message-ID' option as an
7609                 account preference. (hidden on IMAP)
7610                 Thanks to Colin
7611
7612 2007-11-08 [paul]       3.0.2cvs127
7613
7614         * src/textview.c
7615                 MAEMO: fix failure of loading images inline
7616                 MAEMO: fix bug 1349, 'Emails still skip to end
7617                 when opened (in certain circumstances)...'
7618
7619 2007-11-07 [colin]      3.0.2cvs126
7620
7621         * src/toolbar.c
7622                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
7623
7624 2007-11-07 [colin]      3.0.2cvs125
7625
7626         * src/toolbar.c
7627                 Re-change the string occurence of A_CLAWS_ACTIONS
7628                 to A_SYL_ACTIONS, to prevent parse errors of the
7629                 toolbar_*.xml files
7630
7631 2007-11-07 [colin]      3.0.2cvs124
7632
7633         * src/mimeview.c
7634         * src/prefs_common.c
7635         * src/prefs_common.h
7636         * manual/advanced.xml
7637                 Add an hidden pref, 'save_parts_readwrite';
7638                 completes 3.0.2cvs35
7639
7640 2007-11-07 [paul]       3.0.2cvs123
7641
7642         * src/prefs_toolbar.c
7643         * src/toolbar.c
7644         * src/toolbar.h
7645                 rename ToolbarSylpheedActions to ToolbarClawsActions
7646                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
7647
7648 2007-11-07 [paul]       3.0.2cvs122
7649
7650         * src/toolbar.c
7651                 MAEMO: remove tooltips
7652
7653 2007-11-07 [colin]      3.0.2cvs121
7654
7655         * src/plugins/pgpinline/pgpinline.c
7656                 Fix bug 1377, 'unspecific errors on 
7657                 signature checking'. Fix trimming of
7658                 UTF8 data.
7659
7660 2007-11-06 [iwkse]      3.0.2cvs120
7661
7662         * src/prefs_summary_open.c
7663                 yet a string change
7664
7665 2007-11-06 [paul]       3.0.2cvs119
7666
7667         * tools/Makefile.am
7668         * tools/README
7669         * tools/csv2addressbook.pl
7670                 add a new script that imports a CSV formatted
7671                 address book. Becky and Thunderbird address
7672                 book are currently supported.
7673
7674 2007-11-05 [colin]      3.0.2cvs118
7675
7676         * src/imap.c
7677                 Fix deletion 
7678
7679 2007-11-05 [iwkse]      3.0.2cvs117
7680
7681         * src/prefs_summary_open.c
7682                 String changes
7683
7684 2007-11-04 [paul]       3.0.2cvs116
7685
7686         * src/addressbook_foldersel.c
7687                 fix gtk critical warning
7688                 Patch by Pawel Pekala
7689
7690 2007-11-04 [paul]       3.0.2cvs115
7691
7692         * tools/README
7693         * tools/claws-mail-compose-insert-files.pl
7694                 add --bcc and uri_escape() everything
7695
7696 2007-11-04 [paul]       3.0.2cvs114
7697
7698         * src/gtk/gtkutils.c
7699                 gtkut_stock_with_text_button_set_create(): set
7700                 GTK_CAN_DEFAULT on buttons 2 and 3
7701
7702 2007-11-03 [paul]       3.0.2cvs113
7703
7704         * src/common/utils.c
7705                 fix debian bug #448814, 'mailto: URI decoding
7706                 desn't decode the destination address field'
7707                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
7708
7709 2007-11-03 [paul]       3.0.2cvs112
7710
7711         * AUTHORS
7712         * src/compose.c
7713         * src/gtk/authors.h
7714                 allow Bcc in commandline URIs
7715                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
7716
7717 2007-11-02 [colin]      3.0.2cvs111
7718
7719         * src/addressbook.c
7720                 Maybe fix bug 1376, 'crash on 
7721                 addressbook manipulation'
7722
7723 2007-10-31 [paul]       3.0.2cvs110
7724
7725         * src/ldapupdate.c
7726                 fix bug 1375, 'Impossible to modify e-mail
7727                 in LDAP addressbook twice'
7728                 Patch by Michael Rasmussen
7729
7730 2007-10-30 [paul]       3.0.2cvs109
7731
7732         * configure.ac
7733                 enable GnuTLS support with --enable-gnutls which
7734                 will disable openssl support. if the user has
7735                 gtk >= 2.10.x don't allow gnomeprint even if the
7736                 user asks for it
7737
7738 2007-10-30 [paul]
7739
7740         3.1.0-rc1 released
7741
7742 2007-10-30 [paul]       3.0.2cvs108
7743
7744         * Makefile.am
7745                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
7746
7747 2007-10-30 [paul]       3.0.2cvs107
7748
7749         * src/expldifdlg.c
7750         * src/prefs_account.c
7751         * src/prefs_folder_item.c
7752         * src/prefs_spelling.c
7753         * src/prefs_themes.c
7754         * src/wizard.c
7755         * src/gtk/gtkaspell.c
7756         * src/gtk/gtkaspell.h
7757         * src/plugins/spamassassin/spamassassin_gtk.c
7758                 replace deprecated gtk_option_menu...
7759                 patch by Pawel Pekala
7760
7761 2007-10-29 [colin]      3.0.2cvs106
7762
7763         * src/plugins/dillo_viewer/dillo_prefs.c
7764                 Fix forgotten signal connect
7765
7766 2007-10-28 [colin]      3.0.2cvs105
7767
7768         * src/plugins/dillo_viewer/dillo_prefs.c
7769         * src/plugins/dillo_viewer/dillo_prefs.h
7770         * src/plugins/dillo_viewer/dillo_viewer.c
7771                 Implement addressbook-based whitelisting for loading
7772                 remote images. Fixed missing destroy of the embedded
7773                 browser that made a Dillo window pop up on exit, if
7774                 an HTML part was displayed.
7775
7776 2007-10-26 [colin]      3.0.2cvs104
7777
7778         * src/edittags.c
7779                 Add missing static
7780
7781 2007-10-25 [colin]      3.0.2cvs103
7782
7783         * src/editaddress.c
7784                 Add tap-and-hold on the picture, for Maemo
7785         * src/edittags.c
7786         * src/edittags.h
7787         * src/mainwindow.c
7788         * src/procmsg.c
7789         * src/summaryview.c
7790         * src/textview.c
7791                 Unify tag interfaces.
7792
7793 2007-10-25 [colin]      3.0.2cvs102
7794
7795         * src/imap.c
7796         * src/etpan/imap-thread.h
7797                 Much better error handling. We'll need to be really
7798                 clear to users about where errors come from, with 
7799                 the apparition of Gmail's IMAP server.
7800
7801 2007-10-24 [colin]      3.0.2cvs101
7802
7803         * src/edittags.c
7804         * src/mainwindow.c
7805         * src/summaryview.c
7806         * src/textview.c
7807                 Add tags sorting (alphabetical); allow deletion of
7808                 tags from the Apply Tags window
7809
7810 2007-10-24 [colin]      3.0.2cvs100
7811
7812         * src/editaddress.c
7813         * src/editaddress_other_attributes_ldap.c
7814         * src/editaddress_other_attributes_ldap.h
7815         * src/ldapctrl.c
7816         * src/ldapquery.c
7817         * src/ldapupdate.c
7818                 Fix LDAP writing (got broken in cvs39)
7819                 Add read-only support for jpegPhoto LDAP field
7820
7821 2007-10-23 [colin]      3.0.2cvs99
7822
7823         * src/news.c
7824                 Fix crash in some cases
7825
7826 2007-10-22 [colin]      3.0.2cvs98
7827
7828         * src/common/socket.h
7829         * src/common/ssl.c
7830                 Fix big leak in GnuTLS code
7831
7832 2007-10-22 [colin]      3.0.2cvs97
7833
7834         * src/news.c
7835                 Fix bug 1368, 'SIGSEGV in NNTP code'
7836
7837 2007-10-22 [colin]      3.0.2cvs96
7838
7839         * src/prefs_customheader.c
7840                 Catch compface warnings when generating X-Faces
7841
7842 2007-10-22 [wwp]        3.0.2cvs95
7843
7844         * src/quote_fmt_parse.y
7845                 Remove accidentally committed debug traces.
7846                 Fix a warning.
7847
7848 2007-10-22 [colin]      3.0.2cvs94
7849
7850         * src/etpan/nntp-thread.c
7851                 Fix authentication
7852
7853 2007-10-19 [wwp]        3.0.2cvs93
7854
7855         * src/common/ssl_certificate.c
7856                 Add missing include (Windows).
7857
7858 2007-10-19 [colin]      3.0.2cvs92
7859
7860         * src/imap_gtk.c
7861         * src/mimeview.c
7862         * src/textview.c
7863         * src/gtk/inputdialog.c
7864         * src/gtk/inputdialog.h
7865                 Remove the last old combo; patch by
7866                 Pawel
7867
7868 2007-10-19 [colin]      3.0.2cvs91
7869
7870         * src/common/ssl.c
7871                 Fix interop problem with GnuTLS and some crappy
7872                 servers that have very little keys.
7873
7874 2007-10-19 [colin]      3.0.2cvs90
7875
7876         * src/common/ssl.c
7877                 Fix return value check on GnuTLS, and
7878                 display the error
7879
7880 2007-10-18 [colin]      3.0.2cvs89
7881
7882         * src/common/ssl_certificate.c
7883                 Fix missing initialisations
7884
7885 2007-10-18 [wwp]        3.0.2cvs88
7886
7887         * src/Makefile.am
7888                 Fix linking against GNUTLS (matters if --enable-gnutls only).
7889
7890 2007-10-18 [colin]      3.0.2cvs87
7891
7892         * po/POTFILES.in
7893                 Fix build
7894
7895 2007-10-18 [mones]      3.0.2cvs86
7896
7897         * src/editbook.c
7898         * src/import.c
7899         * src/prefs_account.c
7900         * src/prefs_receive.c
7901         * src/gtk/about.c
7902         * src/plugins/bogofilter/bogofilter_gtk.c
7903         * src/plugins/spamassassin/spamassassin_gtk.c
7904                 More capitalisation micro-fixes
7905
7906 2007-10-18 [paul]       3.0.2cvs85
7907
7908         * configure.ac
7909                 add info about NNTP support via libetpan
7910                 change the configure output ending msg a little
7911         * src/gtk/about.c
7912                 similar changes to above
7913
7914 2007-10-18 [colin]      3.0.2cvs84
7915
7916         * src/procmime.c
7917         * src/procmime.h
7918                 Fix missing symbol for S/MIME
7919
7920 2007-10-18 [colin]      3.0.2cvs83
7921
7922         * src/prefs_filtering_action.c
7923                 Fix crash in tags (introduced in cvs78)
7924
7925 2007-10-18 [colin]      3.0.2cvs82
7926
7927         * src/common/Makefile.am
7928         * src/common/nntp.c
7929         * src/common/nntp.h
7930         * src/etpan/Makefile.am
7931         * src/etpan/etpan-thread-manager-types.h
7932         * src/etpan/etpan-thread-manager.c
7933         * src/etpan/imap-thread.c
7934         * src/etpan/nntp-thread.c
7935         * src/etpan/nntp-thread.h
7936         * src/news.c
7937         * src/news.h
7938                 Rewrite the nntp implementation
7939                 to use libetpan. Non-blocking NNTP!
7940         * src/account.c
7941         * src/crash.c
7942         * src/imap.c
7943         * src/inc.c
7944         * src/main.c
7945         * src/mainwindow.c
7946         * src/pop.c
7947         * src/pop.h
7948         * src/prefs_account.c
7949         * src/recv.c
7950         * src/recv.h
7951         * src/send_message.c
7952         * src/send_message.h
7953         * src/ssl_manager.c
7954         * src/ssl_manager.h
7955         * src/wizard.c
7956         * src/common/claws.c
7957         * src/common/session.c
7958         * src/common/session.h
7959         * src/common/smtp.c
7960         * src/common/smtp.h
7961         * src/common/socket.c
7962         * src/common/socket.h
7963         * src/common/ssl.c
7964         * src/common/ssl.h
7965         * src/common/ssl_certificate.c
7966         * src/common/ssl_certificate.h
7967         * src/gtk/about.c
7968         * src/gtk/sslcertwindow.c
7969         * src/gtk/sslcertwindow.h
7970                 Implement GnuTLS support. GnuTLS support
7971                 will be used if OpenSSL isn't available, or
7972                 specified explicitely. (the reason is that
7973                 GnuTLS cerficate checking is a bit less 
7974                 practical than OpenSSL's)
7975
7976 2007-10-18 [paul]       3.0.2cvs81
7977
7978         * src/gtk/inputdialog.c
7979         * src/gtk/inputdialog.h
7980                 fix copyright header
7981
7982 2007-10-17 [colin]      3.0.2cvs80
7983
7984         * src/plugins/pgpcore/select-keys.c
7985                 Fix bug which prevented encryption key
7986                 auto-selection when two or more matched the
7987                 email address, but only one isn't revoked
7988                 or expired.
7989
7990 2007-10-17 [wwp]        3.0.2cvs79
7991
7992         * src/compose.c
7993         * src/quote_fmt.c
7994         * src/quote_fmt.h
7995         * src/quote_fmt_lex.l
7996         * src/quote_fmt_parse.y
7997                 Templates can now attach files using |attach{filename}.
7998
7999 2007-10-17 [wwp]        3.0.2cvs78
8000
8001         * src/prefs_customheader.c
8002         * src/prefs_ext_prog.c
8003         * src/prefs_filtering_action.c
8004         * src/prefs_matcher.c
8005         * src/prefs_other.c
8006         * src/prefs_toolbar.c
8007         * src/gtk/combobox.c
8008         * src/gtk/combobox.h
8009         * src/gtk/gtkutils.c
8010         * src/gtk/gtkutils.h
8011         * src/plugins/bogofilter/bogofilter_gtk.c
8012         * src/plugins/spamassassin/spamassassin_gtk.c
8013                 Removed almost all remaining instances of GtkCombo
8014                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
8015                 few visual and code cleanup from Colin.
8016
8017 2007-10-16 [wwp]        3.0.2cvs77
8018         * src/gtk/pluginwindow.c
8019                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
8020
8021 2007-10-15 [colin]      3.0.2cvs76
8022
8023         * src/edittags.c
8024         * src/edittags.h
8025         * src/filtering.c
8026         * src/filtering.h
8027         * src/importmutt.c
8028         * src/importpine.c
8029         * src/main.c
8030         * src/messageview.c
8031         * src/messageview.h
8032         * src/mimeview.c
8033         * src/mimeview.h
8034         * src/pop.c
8035         * src/pop.h
8036         * src/prefs_common.c
8037         * src/prefs_common.h
8038         * src/prefs_customheader.c
8039         * src/prefs_customheader.h
8040         * src/prefs_display_header.c
8041         * src/prefs_display_header.h
8042         * src/prefs_filtering_action.c
8043         * src/prefs_filtering_action.h
8044         * src/prefs_folder_column.c
8045         * src/prefs_folder_column.h
8046         * src/prefs_folder_item.c
8047         * src/prefs_folder_item.h
8048         * src/prefs_gtk.c
8049         * src/prefs_gtk.h
8050         * src/prefs_logging.h
8051         * src/prefs_matcher.c
8052         * src/prefs_matcher.h
8053         * src/prefs_summary_column.c
8054         * src/prefs_summary_column.h
8055         * src/prefs_summary_open.c
8056         * src/procheader.c
8057         * src/procheader.h
8058         * src/procmime.c
8059         * src/procmime.h
8060         * src/recv.c
8061         * src/recv.h
8062         * src/sourcewindow.c
8063         * src/sourcewindow.h
8064         * src/summaryview.c
8065         * src/summaryview.h
8066         * src/textview.c
8067         * src/textview.h
8068         * src/toolbar.c
8069         * src/toolbar.h
8070         * src/common/mgutils.c
8071         * src/common/mgutils.h
8072         * src/common/nntp.c
8073         * src/common/nntp.h
8074         * src/common/prefs.c
8075         * src/common/prefs.h
8076         * src/common/socket.c
8077         * src/common/socket.h
8078         * src/common/stringtable.c
8079         * src/common/stringtable.h
8080         * src/common/template.c
8081         * src/common/template.h
8082         * src/common/uuencode.c
8083         * src/common/uuencode.h
8084         * src/gtk/gtkshruler.c
8085         * src/gtk/gtkshruler.h
8086         * src/gtk/menu.c
8087         * src/gtk/menu.h
8088         * src/gtk/progressdialog.c
8089         * src/gtk/progressdialog.h
8090                 Remove/staticalize, the return of the revenge
8091
8092 2007-10-15 [colin]      3.0.2cvs75
8093
8094         * src/matcher.c
8095                 Fix redirections in filtering's tests
8096
8097 2007-10-15 [colin]      3.0.2cvs74
8098
8099         * src/imap.c
8100                 Don't build imap_synchronise at all when 
8101                 building without libetpan
8102
8103 2007-10-14 [colin]      3.0.2cvs73
8104
8105         * src/imap.c
8106         * src/common/md5.c
8107         * src/common/md5.h
8108         * src/gtk/manage_window.c
8109         * src/gtk/manage_window.h
8110                 Remove more unused code
8111
8112 2007-10-14 [colin]      3.0.2cvs72
8113
8114         * src/addrquery.c
8115         * src/addrquery.h
8116         * src/recv.c
8117         * src/recv.h
8118         * src/vcard.c
8119         * src/vcard.h
8120         * src/common/xml.c
8121         * src/common/xml.h
8122         * src/common/xmlprops.c
8123         * src/common/xmlprops.h
8124                 Remove more unused code
8125
8126 2007-10-14 [colin]      3.0.2cvs71
8127
8128         * src/common/utils.c
8129                 Remove unused function
8130
8131 2007-10-13 [colin]      3.0.2cvs70
8132
8133         * src/imap.c
8134         * src/imap.h
8135         * src/mainwindow.c
8136         * src/mainwindow.h
8137         * src/gtk/gtkutils.c
8138         * src/gtk/gtkutils.h
8139                 Staticalise/Remove more code
8140
8141 2007-10-13 [colin]      3.0.2cvs69
8142
8143         * src/common/utils.c
8144         * src/common/utils.h
8145                 Remove dead code, unused for ages
8146
8147 2007-10-13 [colin]      3.0.2cvs68
8148
8149         * src/main.c
8150         * src/main.h
8151                 Maemo: define hildon_program in main.c,
8152                 make it accessible in the .h with extern
8153
8154 2007-10-13 [paul]       3.0.2cvs67
8155
8156         * src/gtk/menu.c
8157                 fix a bunch of runtime warnings on maemo
8158
8159 2007-10-13 [paul]       3.0.2cvs66
8160
8161         * src/main.c
8162         * src/main.h
8163         * src/gtk/gtkutils.c
8164         * src/gtk/gtkutils.h
8165                 fix a bunch of compiler warnings on maemo
8166
8167 2007-10-12 [colin]      3.0.2cvs65
8168
8169         * src/account.c
8170         * src/addritem.c
8171         * src/addritem.h
8172         * src/filtering.c
8173         * src/filtering.h
8174         * src/folder.c
8175         * src/folder.h
8176         * src/common/utils.c
8177         * src/common/utils.h
8178                 Remove unused code, staticalise some functions
8179
8180 2007-10-12 [paul]       3.0.2cvs64
8181
8182         * src/account.c
8183         * src/folderview.c
8184         * src/main.c
8185         * src/mainwindow.c
8186         * src/messageview.c
8187         * src/summary_search.c
8188         * src/summaryview.c
8189         * src/toolbar.c
8190         * src/wizard.c
8191         * src/common/utils.c
8192         * src/gtk/prefswindow.c
8193                 fix a bunch of compiler warnings on maemo
8194
8195 2007-10-11 [colin]      3.0.2cvs63
8196
8197         * src/editaddress.c
8198                 Make static function static
8199
8200 2007-10-11 [mones]      3.0.2cvs62
8201
8202         * src/addrduplicates.c
8203         * src/addressbook.c
8204         * src/compose.c
8205         * src/expldifdlg.c
8206         * src/mainwindow.c
8207         * src/messageview.c
8208         * src/pop.c
8209         * src/prefs_customheader.c
8210         * src/prefs_send.c
8211         * src/prefs_themes.c
8212         * src/common/plugin.c
8213         * src/gtk/pluginwindow.c
8214         * src/gtk/quicksearch.c
8215                 Fix several typos and capitalisation issues
8216
8217 2007-10-11 [wwp]        3.0.2cvs61
8218
8219         * src/editaddress.c
8220                 Fix a warning about possible use of uninitialized
8221                 filename var.
8222
8223 2007-10-11 [wwp]        3.0.2cvs60
8224
8225         * src/editaddress.c
8226                 Disable "Unset picture" menu item when there's
8227                 no picture to clear. Fix an extraneous g_unref_object,
8228                 add missing initializers.
8229
8230 2007-10-11 [wwp]        3.0.2cvs59
8231
8232         * src/pixmaps/anonymous.xpm
8233         * src/editaddress.c
8234         * src/Makefile.am
8235         * src/stock_pixmap.c
8236         * src/stock_pixmap.h
8237                 Fix a leak, gettext-ize the photo label.
8238                 Don't clear the existing picture if loading
8239                 a new one fails. Use a default 'anonymous'
8240                 picture (this new xpm has been added to the
8241                 internal stock_pixmap API). Add a
8242                 "Set picture" context menu entry.
8243
8244 2007-10-11 [colin]      3.0.2cvs58
8245
8246         * src/messageview.c
8247                 Make shift-shortcuts work
8248         * src/prefs_actions.c
8249                 Don't ask if we really want to close when
8250                 choosing OK and only the list is changed
8251         * src/prefs_template.c
8252                 Don't ask if we really want to close when
8253                 choosing OK and only the list is changed
8254         * src/common/plugin.c
8255                 Fix writing of second [Plugins_*] block
8256         * src/common/template.c
8257                 Remove unused files (fixes deletion)
8258
8259 2007-10-10 [paul]       3.0.2cvs57
8260
8261         * src/prefs_template.c
8262                 put the whole thing in a scrolled window
8263                 so that half the page is no longer inaccessible
8264                 on maemo
8265                 make the gtk_text_view smaller on maemo
8266
8267 2007-10-10 [colin]      3.0.2cvs56
8268
8269         * src/compose.c
8270                 Fix updating of Attachments number in some
8271                 cases (reedit, attach from command-line, ...)
8272
8273 2007-10-10 [colin]      3.0.2cvs55
8274
8275         * src/editaddress.c
8276                 Initialise error correctly
8277
8278 2007-10-10 [paul]       3.0.2cvs54
8279
8280         * src/prefs_filtering_action.c
8281         * src/gtk/description_window.c
8282         * src/gtk/foldersort.c
8283         * src/gtk/quicksearch.c
8284                 get rid of some pointless new lines and
8285                 make the descripton labels wrap better
8286
8287 2007-10-10 [colin]      3.0.2cvs53
8288
8289         * src/addressadd.c
8290         * src/editaddress.c
8291         * src/headerview.c
8292         * src/textview.c
8293                 More error handling on saving pictures
8294
8295 2007-10-10 [colin]      3.0.2cvs52
8296
8297         * src/printing.c
8298         * src/printing.h
8299                 Generalize a bit printing, so we can factorize
8300                 most of the code. 
8301
8302 2007-10-10 [paul]       3.0.2cvs51
8303
8304         * src/addrduplicates.c
8305                 fix engrish
8306                 use GTK_STOCK... buttons
8307
8308 2007-10-10 [paul]       3.0.2cvs50
8309
8310         * src/addressadd.c
8311         * src/addrindex.c
8312         * src/editaddress.c
8313                 Fix previous patch
8314                 Thanks to Colin
8315
8316 2007-10-10 [paul]       3.0.2cvs49
8317
8318         * src/summaryview.c
8319         * src/messageview.c
8320                 Fix crash on Add sender to addressbook when
8321                 From is null
8322         * src/addressadd.c
8323         * src/addrindex.c
8324         * src/editaddress.c
8325         * src/editaddress_other_attributes_ldap.h
8326                 Fix leaks 
8327                 Rename images to .png in addrbook/
8328         * src/headerview.c
8329         * src/textview.c
8330                 Fix Face/X-Face being used if adding another
8331                 address than sender to addressbook
8332                 Thanks to Colin
8333
8334 2007-10-10 [holger]     3.0.2cvs48
8335
8336         * src/addrduplicates.c
8337         * src/editaddress.c
8338                 Improvements to the addressbook duplicate finder
8339                 feature:
8340                  - add an edit button to the button bar
8341                  - display the whole bookname (with iface) and
8342                    use this for same-book checking
8343                  - after editing, try to keep selections if the
8344                    entries are still present
8345                  - sort the email column alphabetically
8346                  - put results in a scrolled window
8347                  - support embedded editing
8348                  - make columns in detail view resizable
8349                  - add keyboard shortcuts
8350
8351 2007-10-10 [wwp]        3.0.2cvs47
8352
8353         * src/addrindex.c
8354                 Fix a crash when there's no From: in email, thanks to Colin.
8355
8356 2007-10-09 [paul]       3.0.2cvs46
8357
8358         * src/messageview.c
8359         * src/summaryview.c
8360         * src/textview.c
8361                 fix building without compface support
8362
8363 2007-10-09 [colin]      3.0.2cvs45
8364
8365         * src/editaddress.c
8366         * src/headerview.c
8367         * src/textview.c
8368                 Add error handling
8369
8370 2007-10-09 [colin]      3.0.2cvs44
8371
8372         * src/addrduplicates.c
8373         * src/addressadd.c
8374         * src/addressadd.h
8375         * src/addressbook.c
8376         * src/addressbook.h
8377         * src/addrindex.c
8378         * src/addrindex.h
8379         * src/addritem.c
8380         * src/addritem.h
8381         * src/compose.c
8382         * src/editaddress.c
8383         * src/editaddress_other_attributes_ldap.h
8384         * src/headerview.c
8385         * src/messageview.c
8386         * src/mimeview.c
8387         * src/summaryview.c
8388         * src/textview.c
8389         * src/gtk/gtkutils.c
8390                 Automatically set contacts' pictures from Face 
8391                 or X-Face if they have no picture
8392                 Display the contact picture in textview or
8393                 headerview for mails sent by people in the 
8394                 addressbook, that have no Face or X-Face
8395                 Fix a few details in the Person edition dialog
8396                 (ability to unset picture)
8397                 Remove picture file when deleting contacts
8398
8399 2007-10-09 [iwkse]      3.0.2cvs43
8400
8401         * src/gtk/about.c
8402                 center the about window
8403
8404 2007-10-09 [paul]       3.0.2cvs42
8405
8406         * src/prefs_toolbar.c
8407                 fix icon selector window on maemo
8408
8409 2007-10-09 [paul]       3.0.2cvs41
8410
8411         * src/messageview.c
8412                 add 'go to' menu to separate msgview
8413
8414 2007-10-09 [colin]      3.0.2cvs40
8415
8416         * src/common/defs.h
8417                 Add forgotten file
8418
8419 2007-10-09 [iwkse]      3.0.2cvs39
8420
8421         * Makefile.am
8422         * src/addressbook.c
8423         * src/addritem.c
8424         * src/addritem.h
8425         * src/editaddress.c
8426         * src/editaddress_other_attributes_ldap.h
8427         * src/addrbook.c
8428         * src/Makefile.am
8429                 set a photo in the Addressbook
8430
8431 2007-10-08 [colin]      3.0.2cvs38
8432
8433         * src/prefs_toolbar.c
8434                 Make height 320 to remove the scrollbar 
8435                 (with current number of icons)
8436
8437 2007-10-08 [colin]      3.0.2cvs37
8438
8439         * src/prefs_toolbar.c
8440                 Transform the treeview to a GtkIconView.
8441                 Patch by Pawel
8442                 In addition, transform the window so that 
8443                 it looks like a popup menu. Patch by me
8444
8445 2007-10-08 [colin]      3.0.2cvs36
8446
8447         * src/compose.c
8448         * src/compose.h
8449                 Beautify the GUI a bit; in particular, show the
8450                 number of attachments in the tab's title.
8451                 Patch by Pawel
8452
8453 2007-10-08 [paul]       3.0.2cvs35
8454
8455         * src/mimeview.c
8456                 Save users from themselves: save temporary
8457                 files used for Open/Open with as read-only.
8458                 Thanks to Colin
8459
8460 2007-10-08 [paul]       3.0.2cvs34
8461
8462         * tools/Makefile.am
8463                 forgot this in cvs33
8464
8465 2007-10-08 [paul]       3.0.2cvs33
8466
8467         * tools/kdeservicemenu/README
8468         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
8469         * tools/kdeservicemenu/install.sh
8470         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8471                 renamed template* to *template so as not to confuse
8472                 lintian
8473
8474 2007-10-08 [paul]       3.0.2cvs32
8475
8476         * src/prefs_themes.c
8477         * src/stock_pixmap.c
8478                 replace 2 direct uses of RC_DIR
8479
8480 2007-10-07 [colin]      3.0.2cvs31
8481
8482         * src/addrduplicates.c
8483         * src/addrduplicates.h
8484         * src/addressbook.c
8485         * src/addressbook.h
8486         * src/addrindex.c
8487         * src/addrindex.h
8488                 Implement deletion in duplicate finder. 
8489                 Patch by Holger 
8490
8491 2007-10-07 [colin]      3.0.2cvs30
8492
8493         * src/exporthtml.c
8494         * src/mbox.c
8495         * src/common/utils.c
8496                 Better fix for Solaris, thanks to Nicolas Doualot
8497
8498 2007-10-07 [colin]      3.0.2cvs29
8499
8500         * AUTHORS
8501         * src/gtk/authors.h
8502                 Add Frank Dietrich
8503
8504 2007-10-07 [colin]      3.0.2cvs28
8505
8506         * src/exporthtml.c
8507                 Fix HTML export to make it more compliant
8508                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
8509
8510 2007-10-07 [colin]      3.0.2cvs27
8511
8512         * src/prefs_toolbar.c
8513                 Only use icons that wouldn't look stupid in the toolbar
8514                 Patch by Pawel
8515
8516 2007-10-07 [colin]      3.0.2cvs26
8517
8518         * src/prefs_toolbar.c
8519                 Fix old icon being used when none is selected
8520
8521 2007-10-07 [colin]      3.0.2cvs25
8522
8523         * src/toolbar.c
8524                 Fix copy/paste error
8525
8526 2007-10-07 [colin]      3.0.2cvs24
8527
8528         * src/prefs_toolbar.c
8529         * src/toolbar.c
8530         * src/toolbar.h
8531                 Update icon to default one when changing event
8532                 Make the icon chooser nicer (handle Esc, Enter,
8533                 double-click)
8534
8535 2007-10-06 [colin]      3.0.2cvs23
8536
8537         * src/prefs_toolbar.c
8538                 Fix text reset; patch by Pawel
8539
8540 2007-10-06 [colin]      3.0.2cvs22
8541
8542         * src/toolbar.h
8543                 Complete previous commit
8544
8545 2007-10-06 [colin]      3.0.2cvs21
8546
8547         * src/prefs_toolbar.c
8548         * src/toolbar.c
8549                 Set toolbar text automatically to the default
8550                 when changing Event executed on click
8551
8552 2007-10-06 [colin]      3.0.2cvs20
8553
8554         * src/prefs_toolbar.c
8555                 Invert Text and Event fields
8556
8557 2007-10-06 [colin]      3.0.2cvs19
8558
8559         * src/prefs_toolbar.c
8560         * src/toolbar.c
8561                 Make toolbar prefs look much better
8562                 Patch by Pawel Pekala
8563
8564 2007-10-06 [paul]       3.0.2cvs18
8565
8566         * src/account.c
8567         * src/prefs_filtering.c
8568                 fix checkbuttons in gtktreeview on maemo by
8569                 setting maemo's "allow-checkbox-mode" to FALSE
8570
8571 2007-10-06 [colin]      3.0.2cvs17
8572
8573         * configure.ac
8574                 Export -DSOLARIS in CFLAGS for all
8575                 Solaris (not just 2.8) and OpenSolaris
8576
8577 2007-10-06 [paul]       3.0.2cvs16
8578
8579         * AUTHORS
8580         * src/exporthtml.c
8581         * src/mbox.c
8582         * src/gtk/authors.h
8583                 fix build on solaris where ctime_r takes
8584                 3 arguments rather than 2.
8585                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
8586
8587 2007-10-05 [colin]      3.0.2cvs15
8588
8589         * src/etpan/imap-thread.c
8590                 Fix wrong error codepath
8591
8592 2007-10-05 [wwp]        3.0.2cvs14
8593
8594         * src/filtering.c
8595                 Fix unexpected logging of quicksearches:
8596                 debug_filtering_session flag was never reset to FALSE, causing
8597                 matcher functions to log when called from a quicksearch
8598                 (if a filtering session happened before).
8599
8600 2007-10-05 [paul]       3.0.2cvs13
8601
8602         * src/prefs_actions.c
8603         * src/prefs_filtering.c
8604         * src/prefs_template.c
8605                 fix bug 1343, 'Filtering..'s close button
8606                 silently discards new filter'
8607                 Thanks to Colin
8608
8609 2007-10-05 [paul]       3.0.2cvs12
8610
8611         * configure.ac
8612         * src/Makefile.am
8613                 fix bug 1347, '-Wno-unused-function, optional'
8614
8615 2007-10-05 [colin]      3.0.2cvs11
8616
8617         * src/procmime.c
8618         * src/common/mgutils.c
8619                 Fix warnings
8620
8621 2007-10-05 [mones]      3.0.2cvs10
8622
8623         * manual/advanced.xml
8624                 Use full menu name
8625         * manual/es/advanced.xml
8626                 Synchronise translation
8627
8628 2007-10-04 [colin]      3.0.2cvs9
8629
8630         * src/action.c
8631         * src/addrbook.c
8632         * src/addrindex.c
8633         * src/compose.c
8634         * src/exporthtml.c
8635         * src/exportldif.c
8636         * src/folder.c
8637         * src/main.c
8638         * src/matcher.c
8639         * src/mbox.c
8640         * src/messageview.c
8641         * src/mh.c
8642         * src/news.c
8643         * src/partial_download.c
8644         * src/pop.c
8645         * src/procmime.c
8646         * src/procmsg.c
8647         * src/toolbar.c
8648         * src/common/log.c
8649         * src/common/mgutils.c
8650         * src/common/plugin.c
8651         * src/common/utils.c
8652         * src/common/xml.c
8653         * src/common/xml.h
8654         * src/common/xmlprops.c
8655         * src/common/xmlprops.h
8656         * src/plugins/bogofilter/bogofilter.c
8657         * src/plugins/clamav/clamav_plugin.c
8658         * src/plugins/dillo_viewer/dillo_prefs.c
8659         * src/plugins/pgpcore/prefs_gpg.c
8660         * src/plugins/pgpinline/pgpinline.c
8661         * src/plugins/pgpmime/pgpmime.c
8662         * src/plugins/spamassassin/spamassassin.c
8663         * src/plugins/trayicon/trayicon_prefs.c
8664                 Verify success on writes. Will fix possible strange
8665                 failure on disk full.
8666
8667 2007-10-04 [paul]       3.0.2cvs8
8668
8669         * manual/advanced.xml
8670                 add further info about Actions
8671                 Patch by Emmanuel Briot <briot@adacore.com>
8672
8673 2007-10-04 [paul]       3.0.2cvs7
8674
8675         * src/account.c
8676                 remove the D column, instead indicate the
8677                 default account by use of bold text
8678
8679 2007-10-03 [colin]      3.0.2cvs6
8680
8681         * src/common/template.c
8682                 Fix templates writing (was prone to disk full problems)
8683
8684 2007-10-03 [colin]      3.0.2cvs5
8685
8686         * src/Makefile.am
8687         * src/addrduplicates.c
8688         * src/addrduplicates.h
8689         * src/addressbook.c
8690                 Add duplicate deletion. Patch by Holger
8691
8692 2007-10-03 [colin]      3.0.2cvs4
8693
8694         * src/matcher.c
8695         * src/gtk/quicksearch.c
8696                 Fix bug 1340, 'Case insensitive searches with 
8697                 non-ascii alphabets fail'.
8698
8699 2007-10-03 [colin]      3.0.2cvs3
8700
8701         * src/main.c
8702         * src/common/utils.c
8703         * src/common/utils.h
8704                 Implement run-time alternative config directories
8705
8706 2007-10-03 [colin]      3.0.2cvs2
8707
8708         * src/folderview.c
8709                 Prevent opening folder item while folder
8710                 is scanned in a better way
8711
8712 2007-10-02 [paul]       3.0.2cvs1
8713
8714         * NEWS
8715         * README
8716         * RELEASE_NOTES
8717         * configure.ac
8718                 bump up version number following stable release
8719
8720 2007-09-30 [colin]      3.0.1cvs49
8721
8722         * src/imap.c
8723                 Refresh session if needed
8724
8725 2007-09-30 [colin]      3.0.1cvs48
8726
8727         * src/imap.c
8728                 Reset folder's session to NULL
8729                 before destroying it
8730
8731 2007-09-30 [mones]      3.0.1cvs47
8732
8733         * manual/handling.xml
8734                 Use markup quotes instead hardcoded quotes
8735         * manual/es/handling.xml
8736                 Added new synced section (IMAP subscriptions)
8737
8738 2007-09-29 [colin]      3.0.1cvs46
8739
8740         * src/imap.c
8741                 Notice disconnections faster
8742
8743 2007-09-28 [colin]      3.0.1cvs45
8744
8745         * src/addressbook.c
8746         * src/addrindex.c
8747                 Fix warnings
8748
8749 2007-09-28 [paul]       3.0.1cvs44
8750
8751         * src/mimeview.c
8752                 fix maemo build
8753
8754 2007-09-28 [paul]       3.0.1cvs43
8755
8756         * src/account.c
8757                 use gtk_widget_set_size_request() on the label
8758                 so that wrapping works better. get rid of the
8759                 (partially deprecated) hbutton_box.
8760                 these changes should prevent buttons overlapping
8761                 on maemo
8762
8763 2007-09-28 [colin]      3.0.1cvs42
8764
8765         * src/pop.c
8766                 Fix typo :)
8767
8768 2007-09-28 [colin]      3.0.1cvs41
8769
8770         * src/compose.c
8771         * src/msgcache.c
8772         * src/pop.c
8773         * src/procmime.c
8774         * src/etpan/imap-thread.c
8775                 64bits-related warning fixes
8776
8777 2007-09-28 [colin]      3.0.1cvs40
8778
8779         * src/folder_item_prefs.c
8780         * src/ldaputil.c
8781         * src/mainwindow.c
8782         * src/mimeview.c
8783         * src/common/tags.c
8784                 Fix warnings
8785
8786 2007-09-28 [colin]      3.0.1cvs39
8787
8788         * src/plugins/spamassassin/spamassassin.c
8789         * src/plugins/spamassassin/spamassassin.h
8790         * src/plugins/spamassassin/spamassassin_gtk.c
8791                 Add addressbook-based whitelisting
8792
8793 2007-09-28 [colin]      3.0.1cvs38
8794
8795         * src/folder.c
8796                 Fix bug 1337, 'crash on pressing Send button'
8797
8798 2007-09-28 [paul]       3.0.1cvs37
8799
8800         * src/prefs_folder_item.c
8801                 give the orphans a parent. makes all prefs
8802                 pages visible on maemo
8803
8804 2007-09-28 [colin]      3.0.1cvs36
8805
8806         * src/prefs_folder_column.c
8807         * src/prefs_summary_column.c
8808                 Fix two leaks
8809
8810 2007-09-27 [colin]      3.0.1cvs35
8811
8812         * src/gtk/quicksearch.c
8813                 Fix bug 1336, 'Segfault if empty space before search-string'
8814
8815 2007-09-26 [mones]      3.0.1cvs34
8816
8817         * manual/account.xml
8818         * manual/plugins.xml
8819                 Fixed irc channel name, added some docbook markup.
8820                 Changed text markup to docbook markup. 
8821                 Added spamcop as supported in SpamReport description.
8822         * manual/fr/plugins.xml
8823                 Fixed irc channel name.
8824         * manual/es/account.xml
8825         * manual/es/advanced.xml
8826         * manual/es/claws-mail-manual.xml
8827         * manual/es/glossary.xml
8828         * manual/es/gpl.xml
8829         * manual/es/keyboard.xml
8830         * manual/es/plugins.xml
8831                 Synced with English version, fixed a couple of typos.
8832
8833 2007-09-26 [colin]      3.0.1cvs33
8834
8835         * configure.ac
8836                 Explain why "Libgnomeprint: no" on GTK+ 2.10
8837
8838 2007-09-26 [colin]      3.0.1cvs32
8839
8840         * src/messageview.c
8841         * src/procmsg.c
8842         * src/procmsg.h
8843                 Optimisation: avoid fetching mail 3 times locally
8844                 for displaying
8845
8846 2007-09-26 [colin]      3.0.1cvs31
8847
8848         * src/mh.c
8849                 Fix missing static
8850
8851 2007-09-26 [colin]      3.0.1cvs30
8852
8853         * src/folder.c
8854         * src/folder.h
8855         * src/mh.c
8856         * src/mh.h
8857                 Fix MH mtime hack - make it a folder class function
8858
8859 2007-09-26 [colin]      3.0.1cvs29
8860
8861         * src/inc.c
8862                 Fix bug 1334, 'user defined mail incorporation 
8863                 script not run'
8864
8865 2007-09-25 [colin]      3.0.1cvs28
8866
8867         * src/codeconv.c
8868                 Optimisation: shortcut conv_codeset_strdup
8869                 when src_code and dest_code are the same
8870         * src/common/xml.c
8871         * src/common/xml.h
8872                 Optimisation: shortcut code conversions when
8873                 files are in UTF-8; faster list walking by
8874                 using prepend/reverse.
8875
8876 2007-09-25 [holger]     3.0.1cvs27
8877
8878         * src/printing.c
8879                 Replace button bar of the preview window
8880                 with a real toolbar (patch by Colin)
8881                 Add zooming to the preview window
8882
8883 2007-09-24 [paul]       3.0.1cvs26
8884
8885         * src/compose.c
8886                 compact the character set menu, adding some
8887                 missing encodings. Patch by Pawel Pekala
8888
8889 2007-09-23 [paul]       3.0.1cvs25
8890
8891         * src/prefs_account.c
8892         * src/prefs_folder_item.c
8893         * src/prefs_quote.c
8894         * src/quote_fmt.c
8895         * src/quote_fmt.h
8896                 remove unnecessary frame from Templates options
8897                 and improve the English of the check button label
8898
8899 2007-09-22 [colin]      3.0.1cvs24
8900
8901         * src/gtk/quicksearch.c
8902                 Fix bug 1329, 'error in quicksearch.c'
8903                 Fix return with value in function returning void
8904
8905 2007-09-22 [colin]      3.0.1cvs23
8906
8907         * src/imap.c
8908         * src/procmsg.h
8909         * src/common/utils.c
8910         * src/common/utils.h
8911         * src/etpan/imap-thread.c
8912                 Optimise fetching IMAP cached emails *a lot*
8913                 (remember whether mail is fully cached and \r's
8914                  are already stripped)
8915
8916 2007-09-22 [colin]      3.0.1cvs22
8917
8918         * src/folder.c
8919         * src/folder.h
8920         * src/prefs_folder_item.c
8921                 Add a button to allow users to drop local caches.
8922
8923 2007-09-21 [colin]      3.0.1cvs21
8924
8925         * src/summaryview.c
8926                 Remove unnecessary error when cancelling export to mbox.
8927                 Patch by Pawel
8928
8929 2007-09-21 [paul]       3.0.1cvs20
8930
8931         * src/gtk/prefswindow.c
8932                 remove unnecessary frames from the prefs
8933                 pages. Patch by Pawel Pekala
8934
8935 2007-09-21 [paul]       3.0.1cvs19
8936
8937         * src/prefs_account.c
8938         * src/prefs_folder_item.c
8939         * src/prefs_quote.c
8940         * src/quote_fmt.c
8941                 put the Templates options into a tabbed
8942                 layout. Patch by Pawel Pekala
8943
8944 2007-09-21 [paul]       3.0.1cvs18
8945
8946         * src/mainwindow.c
8947                 group together the character set menu items
8948                 move the /View/Show or hide/Message view below
8949                 .../Toolbar menu item
8950                 Patch by Pawel Pekala
8951
8952 2007-09-21 [mones]      3.0.1cvs17
8953
8954         * src/compose.c
8955                 Fix for bug 1327, 'segfault when replying to a non-existent
8956                 news message', thanks to Colin.
8957
8958 2007-09-21 [colin]      3.0.1cvs16
8959
8960         * src/folderview.c
8961                 Complete 3.0.1cvs15
8962
8963 2007-09-20 [colin]      3.0.1cvs15
8964
8965         * src/folderview.c
8966         * src/folderview.h
8967                 Maybe fix bug 1324, 'Corrupted IMAP cache'
8968
8969 2007-09-20 [colin]      3.0.1cvs14
8970
8971         * src/printing.c
8972                 Fix a little leak
8973
8974 2007-09-20 [holger]     3.0.1cvs13
8975
8976         * src/printing.c
8977                 Add page layout to print preview.
8978                 Make the close-button in the toolbar
8979                 right-aligned.
8980
8981 2007-09-20 [paul]       3.0.1cvs12
8982
8983         * po/ru.po
8984                 updated by Pavlo Bohmat
8985
8986 2007-09-19 [colin]      3.0.1cvs11
8987
8988         * src/common/utils.c
8989                 Prevent unquoted mime boundaries, by always
8990                 using a /
8991
8992 2007-09-19 [colin]      3.0.1cvs10
8993
8994         * src/printing.c
8995                 Fix drawing area size, fix DPI change that
8996                 can cause total number of lines to decrease
8997
8998 2007-09-19 [colin]      3.0.1cvs9
8999
9000         * po/POTFILES.in
9001         * src/printing.c
9002                 Make print preview more efficient and nicer.
9003                 Patch mostly by Holger Berndt <hb@claws-mail.org>
9004
9005 2007-09-19 [colin]      3.0.1cvs8
9006
9007         * src/prefs_common.c
9008         * src/prefs_common.h
9009         * src/printing.c
9010                 Add scrolledwindow, default allocation and
9011                 size saving to the print preview window.
9012
9013 2007-09-18 [colin]      3.0.1cvs7
9014
9015         * src/prefs_common.c
9016         * src/prefs_common.h
9017         * src/prefs_image_viewer.c
9018         * src/printing.c
9019                 GtkPrintOperation:
9020                 - add image printing support
9021                 - add option to print images
9022                 - add preview widget
9023                 - add saving of a few Page Setup parameters
9024
9025 2007-09-18 [colin]      3.0.1cvs6
9026
9027         * AUTHORS
9028         * src/gtk/authors.h
9029                 Add Guillaume Chazarain
9030
9031 2007-09-18 [colin]      3.0.1cvs5
9032
9033         * src/common/utils.c
9034                 Fix bug 1321, 'access before allocation 
9035                 when scanning for uris'. Patch by 
9036                 Guillaume Chazarain <guichaz@yahoo.fr>
9037
9038 2007-09-18 [colin]      3.0.1cvs4
9039
9040         * src/toolbar.c
9041                 Fix bug 1320, 'Memory leak caused by 
9042                 gtk_container_get_children'. Patch by
9043                 Guillaume Chazarain <guichaz@yahoo.fr>
9044
9045 2007-09-18 [colin]      3.0.1cvs3
9046
9047         * src/printing.c
9048         * src/printing.h
9049                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
9050
9051 2007-09-18 [colin]      3.0.1cvs2
9052
9053         * src/Makefile.am
9054         * src/mainwindow.c
9055         * src/messageview.c
9056         * src/messageview.h
9057         * src/prefs_ext_prog.c
9058         * src/prefs_fonts.c
9059         * src/printing.c
9060         * src/printing.h
9061         * src/summaryview.c
9062                 Use GtkPrintOperation by default on GTK+ >= 2.10
9063                 Patch by Holger Berndt <hb@claws-mail.org>
9064
9065 2007-09-18 [paul]       3.0.1cvs1
9066
9067         * NEWS
9068         * README
9069         * RELEASE_NOTES
9070         * configure.ac
9071                 bump up version number following stable release
9072
9073 2007-09-16 [colin]      3.0.0cvs18
9074
9075         * src/folder.c
9076                 Fix possible memleak
9077
9078 2007-09-16 [colin]      3.0.0cvs17
9079
9080         * src/folderview.c
9081                 Fix bug 1311, 'Wrong arrow position 
9082                 while moving message into folder when 
9083                 column headers hidden'
9084         * src/image_viewer.c
9085                 Show error in the GUI if image can't
9086                 be loaded
9087         * src/matcher.c
9088                 Fix spurious output
9089         * src/messageview.c
9090                 Allow setting domain in msgid
9091         * src/common/plugin.c
9092                 Add timing information
9093
9094 2007-09-16 [colin]      3.0.0cvs16
9095
9096         * src/account.c
9097         * src/compose.c
9098         * src/prefs_account.c
9099         * src/prefs_account.h
9100         * src/common/utils.c
9101                 Remove Generate Message-ID option. We need
9102                 this on some IMAP servers.
9103         * src/prefs_template.c
9104                 Fix double-free
9105
9106 2007-09-16 [colin]      3.0.0cvs15
9107
9108         * src/prefs_filtering.c
9109         * src/prefs_filtering.h
9110         * src/prefs_filtering_action.c
9111         * src/common/tags.c
9112                 Fix tags issues: tags with spaces, renaming
9113                 tags.
9114
9115 2007-09-16 [colin]      3.0.0cvs14
9116
9117         * src/folderview.c
9118         * src/main.c
9119         * src/mainwindow.c
9120                 Fix bug 1308, 'Claws deletes folderlist.xml after
9121                 fetching mail short after start-up'
9122
9123 2007-09-16 [colin]      3.0.0cvs13
9124
9125         * src/compose.c
9126                 Fix scrolling to cursor
9127
9128 2007-09-16 [paul]       3.0.0cvs12
9129
9130         * po/sr.po
9131                 updated by Aleksandar Urosevic
9132
9133 2007-09-16 [paul]       3.0.0cvs11
9134
9135         * src/folder.c
9136                 do not allow locked msgs to be deleted,
9137                 even by filtering/processing
9138
9139 2007-09-07 [paul]       3.0.0cvs10
9140
9141         * src/prefs_folder_column.c
9142         * src/prefs_summary_column.c
9143                 implement button sensitivity
9144                 patch by Pawel Pekala
9145
9146 2007-09-06 [wwp]        3.0.0cvs9
9147
9148         * src/prefs_gtk.c
9149                 Add a missing linefeed to a debug message.
9150
9151 2007-09-05 [colin]      3.0.0cvs8
9152
9153         * src/inc.c
9154                 Fix statusbar/window mismatch on Maemo
9155
9156 2007-09-05 [colin]      3.0.0cvs7
9157
9158         * src/ldaputil.c
9159                 Fix build without USE_LDAP_TLS
9160
9161 2007-09-05 [colin]      3.0.0cvs6
9162
9163         * src/folder.c
9164         * src/imap.c
9165         * src/inc.c
9166         * src/mbox.c
9167         * src/send_message.c
9168         * src/statusbar.c
9169         * src/statusbar.h
9170                 Maemo: distinguish various statusbar messages,
9171                 in order to display only the most important.
9172
9173 2007-09-04 [wwp]        3.0.0cvs5
9174
9175         * src/account.c
9176                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
9177                 Show protocol "SMTP" and the appropriate server for send-only
9178                 accounts, show "-" instead of "" when no value is relevant.
9179
9180 2007-09-03 [ticho]      3.0.0cvs4
9181
9182         * src/summaryview.c
9183                 Handle plural form better in delete confirmation dialog.
9184
9185 2007-09-03 [wwp]        3.0.0cvs3
9186
9187         * src/compose.c
9188                 Warn differently when sending or sending later (queueing).
9189
9190 2007-09-03 [colin]      3.0.0cvs2
9191
9192         * src/procmime.c
9193         * src/procmime.h
9194         * src/common/plugin.c
9195         * src/common/plugin.h
9196                 Add a new plugin API, MimeParser. It allows
9197                 plugins to scan email MIME parts and optionally,
9198                 transform them.
9199
9200 2007-09-03 [mones]      3.0.0cvs1
9201
9202         * po/es.po
9203                 Updated translation
9204         * src/common/defs.h
9205                 While a better solution is made double history sizes
9206
9207 2007-09-03 [paul]       3.0.0
9208
9209         * NEWS
9210         * README
9211         * RELEASE_NOTES
9212                 3.0.0 released
9213
9214 [For previous entries, see ChangeLog.2.0.0-3.0.0]