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