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