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