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