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