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