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