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