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