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