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