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