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