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