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