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