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