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