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