c0a7faa75c3fc19da9d8dc433ea16ca7305f63ed
[claws.git] / ChangeLog
1 lease complete the changelog entry below
2 2008-04-18 [colin]      3.4.0cvs1
3
4         * src/addrduplicates.c
5         * src/addressbook.c
6         * src/compose.c
7         * src/crash.c
8         * src/editaddress.c
9         * src/folder.c
10         * src/image_viewer.c
11         * src/imap.c
12         * src/inc.c
13         * src/main.c
14         * src/mbox.c
15         * src/messageview.c
16         * src/mh.c
17         * src/msgcache.c
18         * src/news.c
19         * src/partial_download.c
20         * src/pop.c
21         * src/prefs_common.c
22         * src/prefs_common.h
23         * src/prefs_other.c
24         * src/prefs_themes.c
25         * src/procheader.c
26         * src/procmime.c
27         * src/procmsg.c
28         * src/textview.c
29         * src/wizard.c
30         * src/common/prefs.c
31         * src/common/ssl_certificate.c
32         * src/common/template.c
33         * src/common/utils.c
34         * src/common/utils.h
35         * src/etpan/imap-thread.c
36         * src/plugins/dillo_viewer/dillo_viewer.c
37         * src/plugins/pgpcore/sgpgme.c
38         * src/plugins/pgpinline/pgpinline.c
39                 Add an option to shred temporary files and messages
40                 instead of just removing them. Slows deletions down!
41
42 2008-04-18 [paul]       3.4.0
43
44         * NEWS
45         * README
46         * RELEASE_NOTES 
47                 3.4.0 released
48
49
50 2008-04-18 [paul]       3.3.1cvs61
51
52         * po/de.po
53         * po/fi.po
54         * po/it.po
55         * po/pt_BR.po
56                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
57                 and Frederico Goncalves Guimaraes
58         * po/es.po
59                 updated on the last minute by a lazy Ricardo Mones
60
61 2008-04-18 [colin]      3.3.1cvs60
62
63         * po/fr.po
64                 Update translation (Fabien Vantard)
65
66 2008-04-17 [colin]      3.3.1cvs59
67
68         * src/imap.c
69                 Fix debian bug 474712, 'claws seg faults when IMAP 
70                 connection breaks after an IMAP protocol error 
71                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
72         * src/summaryview.c
73                 Fix a little leak
74
75 2008-04-17 [colin]      3.3.1cvs58
76
77         * src/common/log.c
78                 Fix log size getting out of control (claws-mail
79                 getting SIGXFSZ): rotate if every 10MB
80
81 2008-04-10 [paul]       3.3.1cvs57
82
83         * src/prefs_other.c
84                 improvements to english usage
85
86 2008-04-10 [paul]       3.3.1cvs56
87
88         * src/prefs_receive.c
89                 add an accurate description
90
91 2008-04-08 [colin]      3.3.1cvs55
92
93         * src/undo.c
94                 Probably fix corruption, introduced in cvs53
95
96 2008-04-04 [iwkse]      3.3.1cvs54
97
98         * src/undo.c
99                 undo should works properly again
100
101 2008-04-04 [iwkse]      3.3.1cvs53
102
103         * src/undo.c
104                 Fix a segfault but breaks undo
105                 on a specific case (eg. double paste with
106                 middle-mouse button)
107
108 2008-04-04 [iwkse]      3.3.1cvs52
109
110         * src/prefs_filtering.c
111                 Fix previous Tab mess
112
113 2008-04-03 [iwkse]      3.3.1cvs51
114
115         * src/prefs_filtering.c
116                 Add search in filtering rules list
117
118 2008-04-02 [colin]      3.3.1cvs50
119
120         * src/main.c
121                 Revert part of the previous patch: we do
122                 want to parse ~/.claws-mail/gtkrc-2.0 if it
123                 exists
124
125 2008-04-02 [colin]      3.3.1cvs49
126
127         * src/main.c
128                 Fix bug 1562, 'Claws-Mail does not completely 
129                 respect settings in GTK2_RC_FILES environment'
130                 Remove manual parsing of .gtkrc-2.0 and 
131                 .gtk/gtkrc-2.0. GTK does it itself these days.
132
133 2008-04-01 [colin]      3.3.1cvs48
134
135         * src/imap_gtk.c
136                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
137                 ticking "Show only subscribed"'
138
139 2008-03-31 [colin]      3.3.1cvs47
140
141         * src/folder.c
142                 Fix bug 1553, 'File lock not respected'
143                 Regression due to the implementation of
144                 deletion batching
145
146 2008-03-31 [colin]      3.3.1cvs46
147
148         * src/mainwindow.c
149                 Fix tags menu update, thanks to Paul
150
151 2008-03-29 [wwp]        3.3.1cvs45
152
153         * src/prefs_account.c
154         * src/prefs_common.c
155         * src/prefs_folder_item.c
156         * src/prefs_quote.c
157         * src/quote_fmt.c
158         * src/quote_fmt.h
159                 Fix compose template formats (in global preferences)
160                 being translated under specific conditions.
161                 Add a button to restore factory defaults for current
162                 language.
163
164 2008-03-27 [colin]      3.3.1cvs44
165
166         * src/common/prefs.c
167         * src/common/xmlprops.c
168                 Fix RedHat bug 431735, 'segfault if /home is full' 
169                 (when starting): Fix double fclose() in prefs.c
170                 and potentially xmlprops.c
171
172 2008-03-27 [colin]      3.3.1cvs43
173
174         * src/addressbook.c
175                 Fix bug 1559, 'Claws Mail crashed deleting all 
176                 common contacts'
177
178 2008-03-27 [wwp]        3.3.1cvs42
179
180         * src/addressbook.c
181                 Fix 3.3.0cvs41.
182
183 2008-03-27 [wwp]        3.3.1cvs41
184
185         * src/addressbook.c
186                 Prevent list flickering when deleting addresses.
187
188 2008-03-26 [colin]      3.3.1cvs40
189
190         * src/imap.c
191                 Clean up session disconnection. Possibly
192                 fix Ubuntu bug #204290
193
194 2008-03-26 [colin]      3.3.1cvs39
195
196         * src/textview.c
197                 Fix bug 1555: current folder wasn't used when
198                 right-clicking on an email address
199
200 2008-03-25 [colin]      3.3.1cvs38
201
202         * src/plugins/bogofilter/bogofilter.c
203         * src/plugins/bogofilter/bogofilter.h
204         * src/plugins/bogofilter/bogofilter_gtk.c
205                 Add a "learn from whitelist" preference
206                 Whitelist Unsure mails too.
207
208 2008-03-24 [paul]       3.3.1cvs37
209
210         * src/prefs_account.c
211                 If no MH mailbox and no account exists, when
212                 creating a POP/Local account, just create and
213                 use the default one instead of bailing with a
214                 "Mailbox doesn't exist" error
215
216 2008-03-21 [colin]      3.3.1cvs36
217
218         * src/procmime.c
219                 strstrip mime subtype
220
221 2008-03-21 [paul]       3.3.1cvs35
222
223         * manual/advanced.xml
224                 correct and update the info about Actions
225
226 2008-03-20 [colin]      3.3.1cvs34
227
228         * src/messageview.c
229         * src/messageview.h
230         * src/textview.c
231                 Show at max 1MB of text, add a noticeview to
232                 show everything optionally.
233
234 2008-03-20 [colin]      3.3.1cvs33
235
236         * src/stock_pixmap.c
237                 Add support for png themes
238
239 2008-03-19 [wwp]        3.3.1cvs32
240
241         * src/procheader.c
242                 Sanity check.
243
244 2008-03-18 [colin]      3.3.1cvs31
245
246         * src/common/utils.c
247         * src/common/utils.h
248                 Handle size_t instead of off_t in to_human_readable
249
250 2008-03-18 [colin]      3.3.1cvs30
251
252         * src/imap.c
253                 Remove raw printf
254
255 2008-03-16 [colin]      3.3.1cvs29
256
257         * src/summaryview.c
258                 Fix build on GTK < 2.12
259
260 2008-03-16 [colin]      3.3.1cvs28
261
262         * src/mainwindow.c
263                 Refresh non-list widget when switching
264                 messageview
265
266 2008-03-16 [colin]      3.3.1cvs27
267
268         * manual/faq.xml
269                 Revert cvs25: This wasn't a typo :) :
270                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
271
272
273 2008-03-16 [colin]      3.3.1cvs26
274
275         * src/summaryview.c
276         * src/gtk/gtksctree.c
277         * src/gtk/gtksctree.h
278                 Implement 2-lines items in Summaryview when in 
279                 three columns mode
280
281 2008-03-16 [paul]       3.3.1cvs25
282
283         * manual/faq.xml
284                 fix typo
285
286 2008-03-14 [colin]      3.3.1cvs24
287
288         * src/prefs_filtering_action.c
289                 Fix buglet on setting recipient when
290                 reediting forward rules.
291
292 2008-03-12 [colin]      3.3.1cvs23
293
294         * src/summaryview.c
295                 Fix a new unused variable warning
296         * src/plugins/trayicon/trayicon.c
297                 Fix folderview's scrollbar at startup
298                 if starting hidden
299
300 2008-03-12 [colin]      3.3.1cvs22
301
302         * src/folderview.c
303         * src/summaryview.c
304                 Use item_opened at the beginning of showing
305                 a folder instead of the end. Fixes flicker.
306
307 2008-03-12 [paul]       3.3.1cvs21
308
309         * src/folder.c
310         * src/folder.h
311         * src/mainwindow.c
312         * src/procmsg.c
313         * src/summaryview.c
314         * src/plugins/trayicon/trayicon.c
315                 add tooltip with extended folder stats
316
317 2008-03-10 [colin]      3.3.1cvs20
318
319         * src/common/xml.c
320                 Handle comments
321
322 2008-03-07 [colin]      3.3.1cvs19
323
324         * src/mainwindow.c
325                 Fix blinking of the taskbar entry
326
327 2008-03-07 [colin]      3.3.1cvs18
328
329         * src/mainwindow.c
330                 MAEMO: Fix bug 1494, 'Trayicon 
331                 plugin breaks UI...'
332
333 2008-03-07 [paul]       3.3.1cvs17
334
335         * src/gtk/authors.h
336                 reflect reality a bit more closely
337
338 2008-03-06 [colin]      3.3.1cvs16
339
340         * src/mainwindow.c
341         * src/mainwindow.h
342         * src/summaryview.c
343         * src/summaryview.h
344         * src/toolbar.c
345                 Integrate things better wrt the new
346                 summaryview extensibility.
347
348 2008-03-06 [wwp]        3.3.1cvs15
349
350         * src/quote_fmt.c
351                 Fix some gcc warnings.
352
353 2008-03-06 [wwp]        3.3.1cvs14
354
355         * src/prefs_account.c
356         * src/prefs_folder_item.c
357         * src/prefs_gtk.c
358         * src/prefs_template.c
359         * src/gtk/prefswindow.c
360         * src/gtk/prefswindow.h
361                 prefs_templates: fix missing unregistering of addr_completion widgets
362                 and and ending of addr_completion service.
363                 prefs_folder_item: fix missing registering/unregistering of widgets,
364                 and rework the way add_completion service is started and stopped.
365                 Plus few prefswindow API changes (opening).
366
367 2008-03-06 [wwp]        3.3.1cvs13
368
369         * src/folder_item_prefs.c
370         * src/prefs_template.c
371         * src/prefs_template.h
372         * src/quote_fmt.c
373         * src/common/template.c
374                 Complete 3.3.1cvs12, thanks to Colin.
375
376 2008-03-06 [wwp]        3.3.1cvs12
377
378         * src/compose.c
379         * src/folder_item_prefs.c
380         * src/folder_item_prefs.h
381         * src/prefs_account.c
382         * src/prefs_folder_item.c
383         * src/prefs_quote.c
384         * src/prefs_template.c
385         * src/quote_fmt.c
386         * src/quote_fmt.h
387         * src/common/template.c
388         * src/common/template.h
389                 Global and per-folder templates can now override the from name (this
390                 doesn't change the account being used).
391                 Examples:
392                  "My other name" <%account_email> (just changes the name)
393                  my.faked.email@address.org (overrides the address too)
394
395 2008-03-05 [colin]      3.3.1cvs11
396
397         * src/summaryview.c
398         * src/summaryview.h
399                 Replace that hbox with a notebook
400
401 2008-03-05 [colin]      3.3.1cvs10
402
403         * src/folder.h
404         * src/folderview.c
405                 Add klass functions for notification of folder
406                 opening/closing via the GUI
407         * src/summaryview.c
408         * src/summaryview.h
409                 Add a specific container for the scrolledwin
410
411 2008-03-05 [colin]      3.3.1cvs9
412
413         * src/folder.h
414         * src/folderview.c
415                 Add klass functions for notification of folder 
416                 opening/closing via the GUI
417         * src/summaryview.c
418         * src/summaryview.h
419                 Add a specific container for the scrolledwin
420
421 2008-03-02 [colin]      3.3.1cvs8
422
423         * src/messageview.c
424                 MAEMO: Fix bug 1541, 'Deleting message from within 
425                 read window displays next message then closes.'
426
427 2008-03-02 [colin]      3.3.1cvs7
428
429         * src/main.c
430                 Probably fix bug 1539, 'Program crashes':
431                 Setup Gcrypt's thread functions when built
432                 with GnuTLS
433
434 2008-03-01 [colin]      3.3.1cvs6
435
436         * src/folder.c
437         * src/imap_gtk.c
438                 Get rid of stale folders with no account
439
440 2008-02-28 [colin]      3.3.1cvs5
441
442         * src/compose.c
443                 Fix bug 1534, 'Segmentation fault when doing 
444                 some draft saving and then throwing away'
445         * src/imap.c
446                 Fix bug 1533, 'Claws is unable to mark messages 
447                 as "read" in IMAP shared folders'
448         * src/etpan/imap-thread.c
449                 Fix bug 1515, 'large messages crash claws when 
450                 syncing for offline mode'. This is rather a
451                 workaround, and mails > 64MB will still be
452                 problematic if there's less than 64MB available
453                 on the dataroot volume.
454         * src/messageview.c
455                 MAEMO: Add information when fetching big messages
456
457 2008-02-26 [colin]      3.3.1cvs4
458
459         * src/imap.c
460                 fix bug 1532, '"login refused" message insufficiently 
461                 detailed'
462
463 2008-02-26 [paul]       3.3.1cvs3
464
465         * INSTALL
466         * README
467                 remove mentions of ClamAV and a few other
468                 old bits of information
469
470 2008-02-23 [colin]      3.3.1cvs2
471
472         * src/main.c
473                 Fix log output (missing \n)
474
475 2008-02-23 [colin]      3.3.1cvs1
476
477         * configure.ac
478                 Bump version number for stable release
479
480 2008-02-23 [paul]       3.3.0cvs21
481
482         * po/he.po
483                 updated by Ofer
484
485 2008-02-21 [colin]      3.3.0cvs20
486
487         * src/matcher.c
488                 Fix bug 1527, 'filtering is case sensitive when it 
489                 shouldn't be'
490
491 2008-02-20 [colin]      3.3.0cvs19
492
493         * src/main.c
494                 Fix file attachments from older Thunar
495
496 2008-02-19 [colin]      3.3.0cvs18
497
498         * manual/plugins.xml
499         * manual/es/plugins.xml
500         * manual/fr/plugins.xml
501         * manual/pl/plugins.xml
502                 Remove Clamav
503
504 2008-02-19 [paul]       3.3.0cvs17
505
506         * tools/README
507         * tools/csv2addressbook.pl
508                 add support for Kmail/Kaddressbook
509
510 2008-02-18 [colin]      3.3.0cvs16
511
512         * src/imap.c
513                 Unset folder's session before creating a
514                 new one
515         * src/main.c
516         * src/prefs_common.c
517         * src/prefs_common.h
518         * manual/advanced.xml
519                 Add an hidden use_networkmanager pref, to
520                 disable NetworkManager handling. Also,
521                 consider UNKNOWN state to be CONNECTED.
522
523 2008-02-18 [wwp]        3.3.0cvs15
524
525         * src/matcher.c
526                 Fix Engrish and make 'not' more visible in filtering debug logs.
527
528 2008-02-15 [colin]      3.3.0cvs14
529
530         * src/matcher.c
531                 Revert cvs10 for now, it breaks the feature
532
533 2008-02-15 [colin]      3.3.0cvs13
534
535         * src/main.c
536                 Always focus folder tree at startup
537         * src/compose.c
538                 Fix bug 1521, 'Cannot close compose window after 
539                 replying to a non-existent news message'
540
541 2008-02-13 [colin]      3.3.0cvs12
542
543         * src/folderview.c
544                 Fix important warnings
545
546 2008-02-12 [colin]      3.3.0cvs11
547
548         * src/imap.c
549         * src/etpan/imap-thread.c
550         * src/etpan/imap-thread.h
551                 Fix handling of $Forwarded flag on Exchange:
552                 check for the existence or creatability of a
553                 flag before using it.
554
555 2008-02-12 [colin]      3.3.0cvs10
556
557         * src/matcher.c
558                 Optimise matching on Found in addressbook if
559                 the matched header is in cache (From, etc)
560
561 2008-02-12 [colin]      3.3.0cvs9
562
563         * src/folderview.c
564                 Fix crashy stuff when changing displayed
565                 columns
566
567 2008-02-12 [wwp]        3.3.0cvs8
568
569         * src/folder.h
570                 Remove duplicate func declaration and restore the one
571                 a missing one.
572
573 2008-02-12 [wwp]        3.3.0cvs7
574
575         * src/compose.c
576         * src/export.c
577         * src/folder.c
578         * src/folder.h
579         * src/foldersel.c
580         * src/foldersel.h
581         * src/imap_gtk.c
582         * src/import.c
583         * src/mainwindow.c
584         * src/messageview.c
585         * src/mh_gtk.c
586         * src/prefs_account.c
587         * src/prefs_filtering_action.c
588         * src/summaryview.c
589         * src/plugins/bogofilter/bogofilter_gtk.c
590         * src/plugins/spamassassin/spamassassin_gtk.c
591                 Allow moving/copying folders to root folders when using
592                 the folder selection dialog (it was not possible to
593                 maemo users to reparent a subfolder to a root folder
594                 at all).
595
596 2008-02-12 [fabien]     3.3.0cvs6
597
598         * po/fr.po
599                 a few days late for i18n fr update. Sorry.
600
601 2008-02-11 [colin]      3.3.0cvs5
602
603         * src/main.c
604                 Implement support for future /dev/mem_notify.
605                 This Linux kernel feature will allow applications
606                 to be notified that memory has to be freed
607                 before getting OOM-killed. For more information:
608                 http://lwn.net/Articles/267013/
609
610 2008-02-10 [paul]       3.3.0cvs4
611
612         * src/Makefile.am
613         * src/mimeview.c
614         * src/prefs_toolbar.c
615         * src/stock_pixmap.c
616         * src/stock_pixmap.h
617         * src/pixmaps/mime_text_patch.xpm
618                 add an icon for attached patches
619
620 2008-02-09 [paul]       3.3.0cvs3
621
622         * src/gtk/about.c
623                 bump the (c) year
624
625 2008-02-09 [wwp]        3.3.0cvs2
626
627         * src/main.c
628                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
629
630 2008-02-08 [colin]      3.3.0cvs1
631
632         * src/common/utils.c
633                 Forbid attaching anything containing "../" or ".ssh/"
634                 from mailto: URI
635
636 2008-02-08 [paul]       3.3.0
637
638         * NEWS
639         * README
640         * RELEASE_NOTES 
641                 3.3.0 released
642
643 2008-02-08 [paul]       3.2.0cvs77
644
645         * AUTHORS
646                 updated with new translators
647         * configure.ac
648                 added he to ALL_LINGUAS
649         * po/cs.po
650         * po/de.po
651         * po/es.po
652         * po/fi.po
653         * po/hu.po
654         * po/it.po
655         * po/pt_BR.po
656         * po/zh_CN.po
657                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
658                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
659                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
660                 and Ralph Young
661         * po/he.po
662                 new Hebrew translation by Ofer <oc666@netvision.net.il>
663         * src/gtk/about.c
664                 updated with new translators and bumped (c) year
665         * src/gtk/authors.h
666                 updated with new translators
667
668 2008-02-05 [colin]      3.2.0cvs76
669
670         * src/messageview.c
671         * src/mimeview.c
672         * src/mimeview.h
673                 Special case text/calendar parts: if there's one in
674                 the mail, and a plugin handling text/calendar is
675                 loaded, show that part. That'll avoid rendering 
676                 meetings as plain text, which just looks broken to
677                 many users.
678
679 2008-02-04 [colin]      3.2.0cvs75
680
681         * src/mainwindow.c
682                 Maemo: Fix LED handling on OS 2008
683
684 2008-02-01 [colin]      3.2.0cvs74
685
686         * src/compose.c
687                 Possibly fix the annoying and hard-to reproduce bug
688                 where lines 
689                 are
690                 rewrapped
691                 like
692                 that.
693
694 2008-02-01 [paul]       3.2.0cvs73
695
696         * src/common/utils.c
697                 fix bug 1502, 'Plus signs are stripped from
698                 email addresses when calling from command line'
699                 Thanks to Colin
700
701 2008-01-31 [colin]      3.2.0cvs72
702
703         * src/exphtmldlg.c
704         * src/mimeview.c
705         * src/summaryview.c
706                 Fix building of URIs from filenames
707
708 2008-01-31 [wwp]        3.2.0cvs71
709
710         * src/main.c
711                 Fixes debug output of compiled-in features list
712                 (completes 3.2.0cvs60).
713
714 2008-01-31 [colin]      3.2.0cvs70
715
716         * configure.ac
717         * po/POTFILES.in
718         * src/compose.c
719         * src/plugins/Makefile.am
720         * src/plugins/clamav/.cvsignore
721         * src/plugins/clamav/Makefile.am
722         * src/plugins/clamav/README
723         * src/plugins/clamav/clamav_plugin.c
724         * src/plugins/clamav/clamav_plugin.h
725         * src/plugins/clamav/clamav_plugin_gtk.c
726         * src/plugins/clamav/clamav_plugin_gtk.deps
727                 Remove the Clamav plugin from the core
728
729 2008-01-28 [wwp]        3.2.0cvs69
730
731         * src/compose.c
732         * src/prefs_template.c
733         * src/prefs_template.h
734         * src/quote_fmt.c
735         * src/quote_fmt.h
736         * src/quote_fmt_lex.l
737         * src/quote_fmt_parse.y
738                 Fix for bug #1493: count lines (\n chars) according to the way
739                 format body is passed (i.e. \-escaped or not).
740
741 2008-01-27 [paul]       3.2.0cvs68
742
743         * po/en_GB.po
744                 updated
745         * src/prefs_actions.c
746         * src/prefs_filtering.c
747         * src/prefs_folder_item.c
748         * src/prefs_template.c
749         * src/gtk/about.c
750                 some minor changes to the English
751
752 2008-01-24 [colin]      3.2.0cvs67
753
754         * src/etpan/imap-thread.c
755         * src/etpan/nntp-thread.c
756                 Fix bug 1348, 'Hang ups at exit time with 
757                 pgp plugin since 3.0.2'
758
759 2008-01-23 [colin]      3.2.0cvs66
760
761         * src/toolbar.c
762                 Fix translation of something that shouldn't be
763
764 2008-01-23 [colin]      3.2.0cvs65
765
766         * src/procmime.c
767                 Fix bug 1486, 'Re: Incorrect content when replying'
768                 Revert to full scan if short scan found only 0-length
769                 text parts
770
771 2008-01-23 [paul]       3.2.0cvs64
772
773         * src/prefs_folder_item.c
774                 fix bug 1485, 'selecting a folder's default
775                 account if name contains '&''
776
777 2008-01-23 [colin]      3.2.0cvs63
778
779         * src/folder.c
780         * src/folder.h
781         * src/main.c
782         * src/mainwindow.c
783                 Fix bug 1480, 'should be able to display mail file
784                 from command line'. Let 'claws-mail --select' accept
785                 absolute paths in addition to folder identifiers.
786
787 2008-01-22 [wwp]        3.2.0cvs62
788
789         * src/account.c
790         * src/account.h
791         * src/compose.c
792         * src/messageview.c
793         * src/summaryview.c
794         * src/common/utils.c
795         * src/common/utils.h
796                 Allow from=address in mailto sequence:
797                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
798                   The 'from' will try to select the first account matching in accounts list,
799                   otherwise will use the usual account selection mechanism but override with
800                   this 'from' address.
801                 Allow mailto with NNTP accounts
802                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
803                   is the default one or if a NNTP account address is used with 'from'.
804                   This is more or less a bugfix as it was possible to use mailto with a NNTP
805                   default account but the complete mailto sequence was put in To.
806
807 2008-01-22 [wwp]        3.2.0cvs61
808
809         * doc/man/claws-mail.1
810                 Updated the man page: status of few features, command-line
811                 usage (--version-full) and completed list of config files
812                 and dirs.
813
814 2008-01-22 [wwp]        3.2.0cvs60
815
816         * src/main.c
817                 Added --version-full to display version and compiled-in
818                 features list (for later use by Clawsker for instance).
819
820 2008-01-22 [holger]     3.2.0cvs59
821
822         * src/addrduplicates.c
823                 Fix scrolling in addressbook duplicate
824                 finder result dialog
825
826 2008-01-21 [colin]      3.2.0cvs58
827
828         * src/summaryview.c
829                 Fix bug 1457, 'sorting messages on, say, from, 
830                 should subsort on previous sort choice'. Subsort
831                 by date when sort is Subject, From, To, Tags.
832
833 2008-01-21 [colin]      3.2.0cvs57
834
835         * AUTHORS
836         * src/matcher.c
837         * src/mimeview.c
838         * src/common/ssl.c
839         * src/gtk/authors.h
840                 Fix bug 1478, 'Wrong pthread_create calls all 
841                 over the place'. Patch by Christian Cornelssen
842
843 2008-01-20 [colin]      3.2.0cvs56
844
845         * src/imap.c
846         * src/etpan/imap-thread.c
847         * src/etpan/imap-thread.h
848                 Fix bug 1468, 'Use IMAP keyword to 
849                 store "forwarded" flag'
850
851 2008-01-20 [colin]      3.2.0cvs55
852
853         * src/folderutils.c
854                 Make list operations faster
855
856 2008-01-20 [colin]      3.2.0cvs54
857
858         * src/mainwindow.c
859                 Fix bug 1353, 'on startup with small screen 
860                 layout, keyboard input gets lost'
861
862 2008-01-20 [colin]      3.2.0cvs53
863
864         * src/textview.c
865                 Complete 3.2.0cvs49, and fixes bug 1477, 
866                 'Claws Mail crashes when view PGP-encrypted 
867                 message'
868
869 2008-01-20 [colin]      3.2.0cvs52
870
871         * src/compose.c
872                 Fix privacy menu update when replying to
873                 encrypted mail and no default privacy 
874                 system is set
875
876 2008-01-19 [colin]      3.2.0cvs51
877
878         * src/filtering.c
879         * src/procmsg.h
880         * src/plugins/bogofilter/bogofilter.c
881         * src/plugins/clamav/clamav_plugin.c
882         * src/plugins/spamassassin/spamassassin.c
883                 Batch filtering deletions too (and save 4 bytes
884                 per MsgInfo in the process :)
885
886 2008-01-19 [colin]      3.2.0cvs50
887
888         * src/folder.c
889                 Make cache update after copies much faster
890                 on IMAP
891
892 2008-01-19 [colin]      3.2.0cvs49
893
894         * src/textview.c
895                 Check g_fopen() success
896
897 2008-01-17 [wwp]        3.2.0cvs48
898
899         * manual/faq.xml
900         * manual/es/faq.xml
901         * manual/fr/faq.xml
902         * manual/pl/faq.xml
903                 Sylpheed? No idea what this means.
904
905 2008-01-17 [colin]      3.2.0cvs47
906
907         * src/gtk/gtksctree.c
908                 Make dnd threshold higher on Maemo
909
910 2008-01-16 [colin]      3.2.0cvs46
911
912         * src/common/passcrypt.c
913                 Fix build on FreeBSD, thanks to Pawel
914
915 2008-01-15 [colin]      3.2.0cvs45
916
917         * src/compose.c
918                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
919                 spell check of actuall word'
920         * src/summaryview.c
921                 Temporarily disable immediate execution when learning
922                 spam *only* if the summaryview isn't locked
923
924 2008-01-15 [wwp]        3.2.0cvs44
925
926         * src/prefs_filtering.c
927                 Fix filtering prefs layout (Maemo port), moving page up/down
928                 from buttons to context menu.
929
930 2008-01-15 [colin]      3.2.0cvs43
931
932         * src/compose.c
933                 Fix bug 1465, 'First line in new message does not mark URLs'
934
935 2008-01-15 [colin]      3.2.0cvs42
936
937         * src/common/passcrypt.c
938                 Fix bug 1461, 'several components #define 
939                 _XOPEN_SOURCE improperly'
940
941 2008-01-15 [colin]      3.2.0cvs41
942
943         * src/summaryview.c
944                 Fix bug 1469, 'Column width adjustments on message 
945                 lists do not save'
946
947 2008-01-14 [holger]     3.2.0cvs40
948
949         * configure.ac
950                 Add tests for dbus, dbus glib bindings,
951                 and NetworkManager. All is optional. Add new
952                 --(en|dis)able-networkmanager-support switch.
953         * src/Makefile.am
954         * src/imap.c
955         * src/inc.c
956         * src/main.c
957         * src/main.h
958         * src/mainwindow.c
959         * src/gtk/about.c
960                 Add optional NetworkManager support, so Claws Mail
961                 can try to do the right thing when the network connection
962                 status changes. NetworkManager support is active by
963                 default if above requirements were met.
964
965 2008-01-12 [colin]      3.2.0cvs39
966
967         * src/summaryview.c
968                 Advertise the click-on-reply feature in the tooltip
969
970 2008-01-12 [colin]      3.2.0cvs38
971
972         * src/Makefile.am
973         * src/stock_pixmap.c
974         * src/stock_pixmap.h
975         * src/pixmaps/tray_newmail.offline.xpm
976         * src/pixmaps/tray_newmail.xpm
977         * src/pixmaps/tray_newmarkedmail.offline.xpm
978         * src/pixmaps/tray_newmarkedmail.xpm
979         * src/pixmaps/tray_nomail.offline.xpm
980         * src/pixmaps/tray_nomail.xpm
981         * src/pixmaps/tray_unreadmail.offline.xpm
982         * src/pixmaps/tray_unreadmail.xpm
983         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
984         * src/pixmaps/tray_unreadmarkedmail.xpm
985         * src/plugins/trayicon/Makefile.am
986         * src/plugins/trayicon/newmail.offline.xpm
987         * src/plugins/trayicon/newmail.xpm
988         * src/plugins/trayicon/newmarkedmail.offline.xpm
989         * src/plugins/trayicon/newmarkedmail.xpm
990         * src/plugins/trayicon/nomail.offline.xpm
991         * src/plugins/trayicon/nomail.xpm
992         * src/plugins/trayicon/trayicon.c
993         * src/plugins/trayicon/unreadmail.offline.xpm
994         * src/plugins/trayicon/unreadmail.xpm
995         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
996         * src/plugins/trayicon/unreadmarkedmail.xpm
997                 Make the Trayicon plugin icons themable
998
999 2008-01-12 [wwp]        3.2.0cvs37
1000
1001         * src/prefs_display_header.c
1002                 Fix extra leading hyphen visible in the display
1003                 header configuration combo list (maemo).
1004
1005 2008-01-11 [colin]      3.2.0cvs36
1006
1007         * src/imap.c
1008                 Set timeout to 1 before disconnecting all -
1009                 for when one switches to offline and has 
1010                 no network anymore
1011         * src/messageview.c
1012                 Fix bug 1454, 'error message shows parts and 
1013                 signature of previous messages'
1014         * src/prefs_common.c
1015                 Maemo: Hide Send dialog by default
1016
1017 2008-01-10 [colin]      3.2.0cvs35
1018
1019         * src/action.c
1020         * src/editldap.c
1021         * src/prefs_account.c
1022         * src/wizard.c
1023         * src/gtk/inputdialog.c
1024         * src/plugins/pgpcore/passphrase.c
1025                 Maemo: Fix bug 1455, 'Password enters leading letter 
1026                 incorrectly as uppercase'
1027
1028 2008-01-09 [colin]      3.2.0cvs34
1029
1030         * po/pl.po
1031                 Fix bug 1446, 'SC crashes frequently when staying 
1032                 in background'. Format string error in Polish 
1033                 translation
1034         * src/gtk/description_window.c
1035         * src/prefs_template.c
1036                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
1037                 patch by Pawel
1038         * src/wizard.c
1039                 Maemo: Fix build
1040
1041 2008-01-08 [colin]      3.2.0cvs33
1042
1043         * src/main.c
1044                 Maemo: connect HW status change signal for shutdown
1045         * src/mainwindow.c
1046                 Maemo: Fix hardware space key
1047         * src/wizard.c
1048                 Maemo: name mmc1 and 2 a better name
1049
1050 2008-01-08 [wwp]        3.2.0cvs32
1051
1052         * src/folder.c
1053         * src/folder_item_prefs.c
1054         * src/folder_item_prefs.h
1055         * src/prefs_folder_item.c
1056                 It's now possible to disable processing rules when
1057                 entering a folder (this adds a new option to the
1058                 folder properties dialog).
1059
1060 2008-01-08 [wwp]        3.2.0cvs31
1061
1062         * src/common/utils.c
1063                 Mailto: now supports 'insert' (stands for 'insert file'), this
1064                 adds the ability to create a new message from the command-line,
1065                 with body set from an existing file contents.
1066
1067 2008-01-08 [colin]      3.2.0cvs30
1068
1069         * src/summaryview.c
1070                 Maybe fix bug 1452, 'crash while drag'n'droping 
1071                 emails to an IMAP folder'
1072
1073 2008-01-07 [wwp]        3.2.0cvs29
1074
1075         * src/prefs_filtering.c
1076                 Static-alize a function, thanks to Colin.
1077
1078 2008-01-07 [colin]      3.2.0cvs28
1079
1080         * src/folderview.c
1081                 Fix scrolling to bottom when drag and dropping
1082         * src/summaryview.c
1083                 Fix bug 1445, 'Display sender using addressbook: fails 
1084                 when From: isn't an email address'
1085
1086 2008-01-07 [wwp]        3.2.0cvs27
1087
1088         * src/prefs_actions.c
1089         * src/prefs_filtering.c
1090         * src/prefs_template.c
1091                 Add tooltips to most buttons in the templates, actions and
1092                 filtering/processing dialogs.
1093
1094 2008-01-07 [wwp]        3.2.0cvs26
1095
1096         * src/prefs_filtering.c
1097                  - add a clear button to clear dialog input fields
1098                  - add page up and page down buttons to move selected rule up and down
1099                  - in rules list popup-menu: added Delete, Delete all and Duplicate
1100                  - popup-menu items are greyed out either if the list is empty (not counting the
1101                    (New) row or if there is no selected item
1102                  - clear store when closing dialog
1103
1104         * src/prefs_actions.c
1105                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
1106                    clear button, popup-menu
1107                  - clear store when closing dialog
1108
1109         * src/prefs_template.c
1110                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
1111                    clear button, popup-menu 
1112
1113         * src/addrcustomattr.c
1114                  - renamed popup-menu item Clear list to Delete all
1115                  - grey out popup-menu items is there is no selected item or if list is empty
1116                  - clear store when closing dialog
1117
1118         * src/edittags.c
1119                  - added popup-menu item Delete all
1120                  - grey out popup-menu items is there is no selected item or if list is empty
1121                  - clear store when closing dialog
1122
1123 2008-01-06 [wwp]        3.2.0cvs25
1124
1125         * src/addressadd.c
1126                 One more layout fix by Pawel (completes 3.2.0cvs24).
1127
1128 2008-01-05 [colin]      3.2.0cvs24
1129
1130         * src/addressadd.c
1131                 Little GUI fixes, patch by Pawel
1132
1133 2007-12-29 [wwp]        3.2.0cvs23
1134
1135         * src/compose.c
1136                 Fix for bug #1443, and strip possible whitespaces around
1137                 custom header names.
1138
1139 2007-12-29 [mones]      3.2.0cvs22
1140
1141         * po/es.po
1142                 Updated translation, corrected a term based 
1143                 on suggestion from Israel Saeta Pérez,
1144                 reverted awful X-Mailer translation
1145         * src/procmime.c
1146                 Complete cvs20 for FreeBSD, patch by Pawel
1147
1148 2007-12-29 [colin]      3.2.0cvs21
1149
1150         * src/textview.c
1151                 Fix bug 1442, 'Tags are repeated in 
1152                 encapsulated messages'
1153
1154 2007-12-28 [colin]      3.2.0cvs20
1155
1156         * src/procmime.c
1157                 Fix path to mime/globs. Patch by Marten King.
1158
1159 2007-12-27 [colin]      3.2.0cvs19
1160
1161         * src/plugins/pgpcore/Makefile.am
1162         * src/plugins/pgpinline/Makefile.am
1163         * src/plugins/pgpmime/Makefile.am
1164                 Add missing flags to build pgp plugins on maemo
1165
1166 2007-12-27 [colin]      3.2.0cvs18
1167
1168         * src/mainwindow.c
1169                 Maximise before showing to avoid probable flickering
1170                 on slow computers.
1171
1172 2007-12-27 [colin]      3.2.0cvs17
1173
1174         * src/main.c
1175         * src/mainwindow.c
1176         * src/prefs_common.c
1177         * src/prefs_common.h
1178                 Fix bug 1439, 'Claws Mail does not remember window size 
1179                 state when restarted'. Save maximised state and force
1180                 maximisation at startup if applicable.
1181
1182 2007-12-23 [paul]       3.2.0cvs16
1183
1184         * src/prefs_matcher.c
1185                 fix bug 1436, 'Filter condition dialog doesn't
1186                 load header name from current rules'
1187
1188 2007-12-22 [paul]       3.2.0cvs15
1189
1190         * src/compose.c
1191                 fix bug 1435, 'Reply doesn't take into account
1192                 reply-to field'
1193
1194 2007-12-21 [paul]       3.2.0cvs14
1195
1196         * src/common/ssl_certificate.c
1197                 fix FreeBSD build with IPV6 support 
1198
1199 2007-12-20 [colin]      3.2.0cvs13
1200
1201         * src/imap.c
1202                 Fix error handling
1203
1204 2007-12-20 [colin]      3.2.0cvs12
1205
1206         * src/imap.c
1207         * src/imap.h
1208         * src/prefs_account.c
1209                 Add DIGEST-MD5 support for IMAP authentication
1210
1211 2007-12-19 [mones]      3.2.0cvs11
1212
1213         * doc/man/claws-mail.1
1214                 Better ordering of sections, updated options
1215         * po/es.po
1216                 Updated strings
1217
1218 2007-12-19 [paul]       3.2.0cvs10
1219
1220         * src/prefs_account.c
1221                 use a spinbutton instead of an entry for
1222                 "POP authentication timeout" also
1223
1224 2007-12-19 [colin]      3.2.0cvs9
1225
1226         * src/prefs_filtering_action.c
1227         * src/prefs_matcher.c
1228         * src/gtk/description_window.c
1229                 Destroy info windows with their parents
1230                 Patch by Pawel
1231
1232 2007-12-19 [colin]      3.2.0cvs8
1233
1234         * src/prefs_account.c
1235                 Use spinbuttons instead of entries where needed
1236                 Patch by Pawel
1237
1238 2007-12-18 [paul]       3.2.0cvs7
1239
1240         * src/prefs_matcher.c
1241                 add missing i18n for a few strings
1242                 Patch by Stephan Sachse
1243
1244 2007-12-18 [paul]       3.2.0cvs6
1245
1246         * src/prefs_logging.c
1247                 use 'disk' instead of 'disc'
1248
1249 2007-12-18 [paul]       3.2.0cvs5
1250
1251         * po/en_GB.po
1252                 updated
1253         * src/addrcustomattr.c
1254         * src/editaddress.c
1255                 fixes to the ingleesh
1256         * src/prefs_filtering_action.c
1257                 fix copyright header
1258                 fix untranslated strings
1259         * src/prefs_filtering_action.h
1260                 fix copyright header
1261
1262 2007-12-18 [wwp]        3.2.0cvs4
1263
1264         * src/folderview.c
1265         * src/headerview.c
1266         * src/prefs_common.c
1267         * src/prefs_common.h
1268         * src/prefs_fonts.c
1269         * src/summaryview.c
1270         * src/textview.c
1271         * src/wizard.c
1272         * src/common/defs.h
1273         * src/gtk/gtkutils.c
1274                 Added prefs to set custom small and bold fonts
1275                 (might matter on some desktops, according to
1276                 DPI and font settings).
1277
1278 2007-12-18 [colin]      3.2.0cvs3
1279
1280         * src/prefs_logging.c
1281                 Rework GUI, patch by Pawel
1282
1283 2007-12-18 [colin]      3.2.0cvs2
1284
1285         * src/prefs_filtering_action.c
1286                 Rework GUI, patch by Pawel
1287
1288 2007-12-18 [colin]      3.2.0cvs1
1289
1290         * src/editaddress.c
1291                 Fix build on old GCC
1292                 Fix inverted buttons
1293
1294 2007-12-17 [paul]       3.2.0
1295
1296         * NEWS
1297         * README
1298         * RELEASE_NOTES 
1299                 3.2.0 released
1300
1301 2007-12-17 [paul]       3.1.0cvs79
1302
1303         * po/de.po
1304         * po/fr.po
1305         * po/hu.po
1306         * po/it.po
1307         * po/pt_BR.po
1308                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
1309                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
1310
1311 2007-12-17 [mones]      3.1.0cvs78
1312
1313         * po/es.po
1314                 Updated Spanish translation for 3.2.0 release
1315
1316 2007-12-16 [colin]      3.1.0cvs77
1317
1318         * src/addrcustomattr.c
1319                 Fix translations, patch by Fabien
1320
1321 2007-12-15 [paul]       3.1.0cvs76
1322
1323         * src/folderview.c
1324                 fix compiler warning
1325
1326 2007-12-14 [colin]      3.1.0cvs75
1327
1328         * src/folderview.c
1329                 Simplify logic
1330
1331 2007-12-12 [wwp]        3.1.0cvs74
1332
1333         * AUTHORS
1334         * src/gtk/authors.h
1335                 Added Marius Glauser to the hall of fame.
1336
1337 2007-12-12 [wwp]        3.1.0cvs73
1338
1339         * src/gtk/gtkutils.c
1340                 Improve the way we show results of searches
1341                 in message bodies: selected text now get centered
1342                 vertically in the message window.
1343                 Patch by Marius Glauser <seelenhirt@gmx.net>.
1344
1345 2007-12-10 [colin]      3.1.0cvs72
1346
1347         * src/folder.c
1348                 Don't crash when setting batch mode on no folder
1349
1350 2007-12-10 [colin]      3.1.0cvs71
1351
1352         * src/common/utils.c
1353                 Fix potential buffer overrun (thanks to
1354                 Hiroyuki)
1355
1356 2007-12-08 [paul]       3.1.0cvs70
1357
1358         * src/prefs_receive.c
1359                 small change to the English
1360
1361 2007-12-08 [colin]      3.1.0cvs69
1362
1363         * src/vcard.c
1364                 Fix warnings
1365
1366 2007-12-07 [colin]      3.1.0cvs68
1367
1368         * src/mainwindow.c
1369         * src/summaryview.c
1370         * src/summaryview.h
1371                 Free simplify_subject_preg at exit
1372
1373 2007-12-07 [colin]      3.1.0cvs67
1374
1375         * src/main.c
1376         * src/summaryview.c
1377         * src/common/utils.c
1378         * src/common/utils.h
1379                 We have to free reused regexps from time to
1380                 time, or they get huge
1381
1382 2007-12-07 [colin]      3.1.0cvs66
1383
1384         * src/vcard.c
1385                 Fix QP decoding (and UTF8)
1386
1387 2007-12-07 [colin]      3.1.0cvs65
1388
1389         * src/addrcustomattr.c
1390                 Update list of default custom attributes
1391                 now (will be needed for a feature patch
1392                 post 3.2.0)
1393
1394 2007-12-07 [colin]      3.1.0cvs64
1395
1396         * src/folder.c
1397                 Batch on destination folder when copying - fixes
1398                 slowness when moving unread mails to trash on IMAP
1399
1400 2007-12-06 [colin]      3.1.0cvs63
1401
1402         * src/common/w32_time.c
1403         * src/common/w32lib.h
1404         * src/etpan/etpan-thread-manager.c
1405         * src/etpan/imap-thread.c
1406         * src/etpan/nntp-thread.c
1407         * src/gtk/Makefile.am
1408                 Fix win32 build with libetpan. Thanks to
1409                 Marcus Brinkmann.
1410
1411 2007-12-06 [colin]      3.1.0cvs62
1412
1413         * src/account.c
1414         * src/imap.c
1415         * src/prefs_account.c
1416         * src/prefs_account.h
1417         * src/etpan/imap-thread.c
1418         * src/etpan/imap-thread.h
1419                 Disable connection via command line on WIN32
1420                 Disable mmap use on WIN32 - use normal strings
1421         * src/addressbook.c
1422         * src/addressbook.h
1423         * src/addressbook_foldersel.c
1424         * src/addressbook_foldersel.h
1425         * src/prefs_filtering_action.c
1426         * src/prefs_matcher.c
1427         * src/plugins/bogofilter/bogofilter_gtk.c
1428         * src/plugins/dillo_viewer/dillo_prefs.c
1429         * src/plugins/spamassassin/spamassassin_gtk.c
1430                 Fix leak, rework function logics to be more
1431                 natural - thanks to Holger
1432         * src/common/utils.c
1433                 Fix warnings
1434
1435 2007-12-06 [colin]      3.1.0cvs61
1436
1437         * src/news.c
1438         * src/common/utils.c
1439         * src/common/utils.h
1440                 Fix posting, and fix UTF-8 being sent when encoding
1441                 is 8bit
1442
1443 2007-12-05 [colin]      3.1.0cvs60
1444
1445         * src/news.c
1446                 Fix debian bug #453157, 'Fails to post usenet
1447                 articles after NNTP connection has been 
1448                 interrupted". Fix return value to prevent deletion
1449                 on failure, and issue MODE READER in case posting
1450                 fails at first.
1451
1452 2007-12-05 [colin]      3.1.0cvs59
1453
1454         * src/messageview.c
1455         * src/uri_opener.c
1456                 Improvements to the List URIs dialog
1457                 Patch by Pawel
1458
1459 2007-12-05 [colin]      3.1.0cvs58
1460
1461         * src/prefs_other.c
1462         * src/gtk/gtksctree.h
1463                 Fix warnings
1464
1465 2007-12-04 [colin]      3.1.0cvs57
1466
1467         * src/etpan/imap-thread.c
1468                 Fix bug 1378, 'Claws exits on IMAP alert message'
1469                 Don't do GTK calls directly from Etpan thread
1470
1471 2007-12-04 [colin]      3.1.0cvs56
1472
1473         * src/folderview.c
1474         * src/gtk/gtksctree.c
1475                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
1476                 Make all the left of column zero an hotspot for
1477                 expanding.
1478
1479 2007-12-04 [colin]      3.1.0cvs55
1480
1481         * src/mainwindow.c
1482         * src/mainwindow.h
1483         * src/prefs_common.c
1484         * src/prefs_common.h
1485         * src/prefs_receive.c
1486                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
1487
1488 2007-12-04 [wwp]        3.1.0cvs54
1489
1490         * src/prefs_other.c
1491                 Fix for bug #1419.
1492
1493 2007-12-04 [holger]     3.1.0cvs53
1494
1495         * src/addrduplicates.c
1496         * src/addrduplicates.h
1497                 Export addressbook entry deletion
1498
1499 2007-12-04 [colin]      3.1.0cvs52
1500
1501         * tools/Makefile.am
1502         * tools/README.sylprint
1503         * tools/sylprint.pl
1504         * tools/sylprint.rc
1505                 Fix debian bug #454089 (symlink attack in TMP directory)
1506                 http://secwatch.org/advisories/1019661/ :
1507                 Remove the buggy script, which was unmaintained anyway
1508         * src/news.c
1509         * src/procmsg.c
1510                 Store things in our private tmp directory.
1511
1512 2007-12-03 [colin]      3.1.0cvs51
1513
1514         * src/folder.c
1515         * src/folder.h
1516         * src/folderview.c
1517         * src/imap.c
1518         * src/mainwindow.c
1519                 Fix update problem when getting remote tags
1520         * src/prefs_matcher.c
1521                 Rework GUI to make it better. Patch by Pawel
1522                 Pekala
1523
1524 2007-12-03 [colin]      3.1.0cvs50
1525
1526         * src/etpan/imap-thread.c
1527         * src/etpan/nntp-thread.c
1528                 Fix bug 1417, 'Network log doesn't reveal 
1529                 enough NNTP errors'
1530
1531 2007-12-02 [iwkse]      3.1.0cvs49
1532
1533         * src/plugins/dillo_viewer/dillo_prefs.c
1534                         Insert dillo under the Plugins menu
1535
1536 2007-12-01 [paul]       3.1.0cvs48
1537
1538         * src/html.c
1539                 add these variant forms
1540                 Thanks to Colin
1541
1542 2007-12-01 [paul]       3.1.0cvs47
1543
1544         * src/matcher.c
1545                 fix a typo
1546
1547 2007-12-01 [paul]       3.1.0cvs46
1548
1549         * po/POTFILES.in
1550                 add the new addrcustomattr.c file
1551
1552 2007-11-29 [colin]      3.1.0cvs45
1553
1554         * src/common/ssl_certificate.c
1555                 Use the more modern getaddrinfo instead of 
1556                 gethostbyname when possible
1557
1558 2007-11-28 [colin]      3.1.0cvs44
1559
1560         * src/summaryview.c
1561                 Maybe fix bug 1410 and other crash reports
1562                 in summaryview since cvs38.
1563
1564 2007-11-28 [wwp]        3.1.0cvs43
1565
1566         * src/prefs_summary_open.c
1567                 Guard against an empty list of actions to perform
1568                 when opening a folder (or migration defaults could
1569                 be introduced, confusing).
1570
1571 2007-11-28 [colin]      3.1.0cvs42
1572
1573         * src/folderview.c
1574                 Fix mark all read from folder's contextual menu
1575
1576 2007-11-27 [colin]      3.1.0cvs41
1577
1578         * src/imap.c
1579         * src/imap.h
1580         * src/imap_gtk.c
1581         * src/prefs_account.c
1582         * src/etpan/imap-thread.c
1583                 A few fixes to the IMAP flags handling: Optimisations,
1584                 two crashers, mention that Bandwitdh-efficient mode
1585                 prevents tag fetching.
1586                 Fix M-UTF7 in subscription dialog.
1587
1588 2007-11-27 [colin]      3.1.0cvs40
1589
1590         * src/folder.c
1591         * src/mbox.c
1592         * src/summaryview.c
1593                 Make filtering faster on flags change: Batch original 
1594                 folderitem, where we'll do flags/tags changes.
1595
1596 2007-11-27 [colin]      3.1.0cvs39
1597
1598         * src/filtering.c
1599                 Fix bug 1407, 'After a copy action, further rules apply 
1600                 to both original and copy'
1601
1602 2007-11-27 [colin]      3.1.0cvs38
1603
1604         * src/edittags.c
1605         * src/summaryview.c
1606                 Fixes races when doing a long operation and user
1607                 asks for another one (Mark all read/unread on a 
1608                 big folder on IMAP for example)
1609
1610 2007-11-27 [wwp]        3.1.0cvs37
1611
1612         * src/addressbook.c
1613         * src/prefs_common.c
1614                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
1615                 and 3.1.0cvs35 (addressbook.c).
1616
1617 2007-11-27 [holger]     3.1.0cvs36
1618
1619         * src/printing.c
1620                 Add a line separating header and body
1621                 in the printout
1622
1623 2007-11-27 [wwp]        3.1.0cvs35
1624
1625         * src/addressbook.c
1626                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
1627                 (thanks to Colin) and revert disabling of cut/copy
1628                 context menu entries upon selected groups.
1629
1630 2007-11-27 [holger]     3.1.0cvs34
1631
1632         * src/printing.c
1633                 Add weights to the list of supported text attributes
1634                 for printing
1635
1636 2007-11-27 [wwp]        3.1.0cvs33
1637
1638         * src/Makefile.am
1639         * src/addrcustomattr.c
1640         * src/addrcustomattr.h
1641         * src/addressbook.c
1642         * src/editaddress.c
1643         * src/editaddress.h
1644         * src/prefs_common.c
1645         * src/prefs_common.h
1646         * src/common/defs.h
1647                 Provide a (customizable) list of preset attribute names
1648                 for editing contacts (closes bug #1391).
1649
1650 2007-11-27 [wwp]        3.1.0cvs32
1651
1652         * src/addrclip.c
1653         * src/addressbook.c
1654         * src/addritem.c
1655                 Various fixes in the address book:
1656                         - made copy/move of a folder to itself or its subtree
1657                           impossible (-> error)
1658                         - errors messages don't show in the status bar anymore,
1659                           use alertpanels instead
1660                         - simple click on group doesn't open group edit dialog
1661                           anymore when in contact edit embedded mode (was too itchy)
1662                         - fixed disabling of edit button and and menu entry when
1663                           in contact edit embedded mode (was done in a bad and
1664                           ineffective way)
1665                         - fix menu cut/paste sensitivity in treelist context
1666                           menu (conflicting enabling was done by different functions)
1667                         - fix some menu item sensitivity in address list context menu
1668                         - don't allow cut/copy of groups, it's useless as they won't
1669                           be copied w/ their contents
1670                         - fix missing copy of the picture file when copying (bug #1402),
1671                           fix picture attribute (internal) value when moving or copying
1672
1673
1674 2007-11-27 [colin]      3.1.0cvs31
1675
1676         * src/folder.c
1677         * src/imap.c
1678                 Fix tags loss on move, fix space encoding
1679
1680 2007-11-26 [colin]      3.1.0cvs30
1681
1682         * src/edittags.c
1683         * src/folder.c
1684         * src/folder.h
1685         * src/imap.c
1686         * src/messageview.c
1687         * src/procmsg.c
1688         * src/procmsg.h
1689         * src/summaryview.c
1690         * src/common/utils.c
1691         * src/common/utils.h
1692         * src/etpan/imap-thread.c
1693         * src/etpan/imap-thread.h
1694                 Add IMAP tags support
1695
1696 2007-11-26 [colin]      3.1.0cvs29
1697
1698         * src/imap.c
1699                 Fix bug 1405, 'imap auto auth method doesn't 
1700                 work since 3.1.0'
1701
1702 2007-11-26 [colin]      3.1.0cvs28
1703
1704         * src/messageview.c
1705         * src/procmime.c
1706                 Handle broken disposition-notifications from Evolution
1707                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
1708
1709 2007-11-25 [paul]       3.1.0cvs27
1710
1711         * src/folder_item_prefs.c
1712         * src/folder_item_prefs.h
1713                 remove dead code
1714
1715 2007-11-23 [wwp]        3.1.0cvs26
1716
1717         * src/matcher.c
1718         * src/matcher.h
1719         * src/matcher_parser_parse.y
1720         * src/prefs_matcher.c
1721                 Fix irrelevant case folding when adding matcher condition 'test',
1722                 thanks to Colin.
1723
1724 2007-11-23 [wwp]        3.1.0cvs25
1725
1726         * src/prefs_common.c
1727         * src/prefs_common.h
1728         * src/prefs_summary_open.c
1729         * src/prefs_summary_open.h
1730         * src/summaryview.c
1731                 Add "select first email in list" to the list of possible selections
1732                 when opening a folder.
1733
1734 2007-11-23 [paul]       3.1.0cvs24
1735
1736         * po/de.po
1737                 a fix by Stephan Sachse, plus remove all
1738                 old strings from the end of the file
1739
1740 2007-11-23 [wwp]        3.1.0cvs23
1741
1742         * src/prefs_msg_colors.c
1743                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
1744                 with little changes.
1745
1746 2007-11-23 [paul]       3.1.0cvs22
1747
1748         * src/prefs_logging.c
1749                 eliminate wasted horizontal space
1750
1751 2007-11-23 [paul]       3.1.0cvs21
1752
1753         * src/prefs_summaries.c
1754                 don't wrap the label or put linebreaks
1755
1756 2007-11-22 [colin]      3.1.0cvs20
1757
1758         * src/plugins/pgpinline/pgpinline.c
1759                 Fix decryption
1760
1761 2007-11-22 [wwp]        3.1.0cvs19
1762
1763         * src/prefs_themes.c
1764                 Yet another misuse of get_rc_dir(), still related
1765                 to user themes. Completes 3.1.0cvs18.
1766
1767 2007-11-22 [wwp]        3.1.0cvs18
1768
1769         * src/stock_pixmap.c
1770                 Fix a misuse of get_rc_dir(), user themes dir was
1771                 not set properly and some themes might have disappeared
1772                 from themes list in prefs.
1773
1774 2007-11-22 [wwp]        3.1.0cvs17
1775
1776         * src/edittags.c
1777         * src/edittags.h
1778         * src/common/tags.c
1779         * src/common/tags.h
1780                 Correct copyright for these claws-mail-only brand new
1781                 files.
1782
1783 2007-11-22 [paul]       3.1.0cvs16
1784
1785         * src/compose.c
1786                 fix bug 1400, 'Drag and drop of URLs does not work'
1787                 Thanks to Colin
1788
1789 2007-11-22 [paul]       3.1.0cvs15
1790
1791         * src/prefs_common.c
1792                 make "cmds_use_system_default" default to FALSE
1793                 so as not to disrupt current settings
1794         * src/summaryview.c
1795                 increase the size of the GdkRectangle, tooltips
1796                 didn't show for me otherwise
1797
1798 2007-11-21 [colin]      3.1.0cvs14
1799
1800         * src/compose.c
1801         * src/crash.c
1802         * src/exphtmldlg.c
1803         * src/mainwindow.c
1804         * src/manual.c
1805         * src/mimeview.c
1806         * src/prefs_account.c
1807         * src/prefs_common.c
1808         * src/prefs_common.h
1809         * src/prefs_ext_prog.c
1810         * src/textview.c
1811         * src/uri_opener.c
1812         * src/gtk/about.c
1813         * src/gtk/gtkutils.c
1814                 Use xdg-open as a way to find default browser,
1815                 when available
1816
1817 2007-11-21 [colin]      3.1.0cvs13
1818
1819         * src/messageview.c
1820         * src/procmime.c
1821         * src/procmsg.h
1822                 Send better return receipts (useful ones)
1823                 Handle incoming return receipts
1824
1825 2007-11-20 [colin]      3.1.0cvs12
1826
1827         * src/printing.c
1828         * src/printing.h
1829                 Add getter/setter for settings, and getter
1830                 for page setup
1831
1832 2007-11-20 [colin]      3.1.0cvs11
1833
1834         * src/folderview.c
1835         * src/main.c
1836         * src/mainwindow.c
1837                 Fix bug 1396, 'Crash on disabling a filter 
1838                 while it is processing'
1839
1840 2007-11-20 [paul]       3.1.0cvs10
1841
1842         * src/folder.c
1843                 fix bug 1395, 'Crash on checking for new mails
1844                 while filter is running'
1845                 Thanks to Colin
1846
1847 2007-11-20 [paul]       3.1.0cvs9
1848
1849         * src/compose.c
1850                 make this string easier for translators
1851
1852 2007-11-19 [colin]      3.1.0cvs8
1853
1854         * src/prefs_summaries.c
1855         * src/summaryview.c
1856                 Don't enable more tooltips on Maemo
1857
1858 2007-11-19 [colin]      3.1.0cvs7
1859
1860         * src/prefs_common.c
1861         * src/prefs_common.h
1862         * src/prefs_summaries.c
1863         * src/summaryview.c
1864                 Fix bug 1388, 'message list tool tips'
1865                 Add (optional) tooltips in summaryview.
1866                 This only works with GTK+ >= 2.12
1867
1868 2007-11-19 [colin]      3.1.0cvs6
1869
1870         * src/compose.c
1871                 Make strings a bit better when attaching
1872                 from mailto: URIs
1873
1874 2007-11-19 [colin]      3.1.0cvs5
1875
1876         * src/common/utils.c
1877                 Fix bug 1392, 'Top level domain .EU is 
1878                 not recognised as valid'
1879
1880 2007-11-19 [wwp]        3.1.0cvs4
1881
1882         * src/compose.c
1883         * src/compose.h
1884                 Revert changes to compose.c made in 3.1.0cvs2.
1885
1886 2007-11-19 [wwp]        3.1.0cvs3
1887
1888         * src/addressbook.c
1889         * src/addressbook.h
1890         * src/editaddress.c
1891         * src/editgroup.c
1892         * src/addrduplicates.c
1893                 Minor improvements in the address book:
1894                 always accept new contacts provided that some
1895                 detail is set (instead of rejecting silently).
1896                 Better guessing of contact name from incomplete
1897                 name information. Better display of contacts with
1898                 no name, in contact lists, group contents, find
1899                 duplicate results.
1900                 
1901
1902 2007-11-19 [wwp]        3.1.0cvs2
1903
1904         * src/compose.c
1905         * src/compose.h
1906         * src/prefs_logging.c
1907         * src/prefs_summaries.c
1908                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
1909                 wrap some long label in prefs/summaries, layout checkboxes
1910                 in a more compact form in prefs/loggin, make account and
1911                 header's combos have the same size/spacing in compose
1912                 window.
1913
1914 2007-11-19 [wwp]        3.1.0cvs1
1915
1916         * src/edittags.c
1917                 Fix a tiny leak and duplicate variable.
1918
1919 2007-11-19 [paul]       3.1.0
1920
1921         * NEWS
1922         * README
1923         * RELEASE_NOTES 
1924                 3.1.0 released
1925
1926 2007-11-19 [paul]       3.0.2cvs145
1927
1928         * po/de.po
1929         * po/fi.po
1930         * po/fr.po
1931         * po/hu.po
1932         * po/it.po
1933         * po/pl.po
1934         * po/pt_BR.po
1935         * po/sk.po
1936         * po/zh_CN.po
1937                 updated by Stephan Sachse, Flammie Pirinen,
1938                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
1939                 Emil Nowak, Frederico Goncalves Guimaraes,
1940                 Andrej Kacian, and Ralph Young
1941
1942 2007-11-18 [mones]      3.0.2cvs144
1943
1944         * po/es.po
1945                 Updated Spanish translation
1946
1947 2007-11-18 [colin]      3.0.2cvs143
1948
1949         * src/edittags.c
1950                 Prevent empty tag after edit, thanks to wwp
1951
1952 2007-11-18 [colin]      3.0.2cvs142
1953
1954         * src/editaddress.c
1955                 Fix possible "(null)" %s - thanks to wwp
1956
1957 2007-11-16 [wwp]        3.0.2cvs141
1958
1959         * src/common/utils.c
1960                 Fix for 3.0.2cvs140, prevents from crashing when opening
1961                 a compose window.
1962
1963 2007-11-16 [colin]      3.0.2cvs140
1964
1965         * src/main.c
1966         * src/common/claws.c
1967                 Output a bit more useful info at startup
1968                 in --debug mode
1969
1970 2007-11-16 [colin]      3.0.2cvs139
1971
1972         * src/compose.c
1973         * src/common/utils.c
1974         * src/common/utils.h
1975                 Fix bug 1387, 'Request for --compose to 
1976                 support multiple attachments'
1977
1978 2007-11-16 [colin]      3.0.2cvs138
1979
1980         * src/news.c
1981                 Fix bug 1390, 'NNTP fails after server 
1982                 closed connection'
1983
1984 2007-11-16 [colin]      3.0.2cvs137
1985
1986         * src/prefs_display_header.c
1987                 Fix bug 1389, 'Changing 'Display headers 
1988                 in message view' breaks dispheaderrc'
1989
1990 2007-11-14 [colin]      3.0.2cvs136
1991
1992         * src/summaryview.c
1993         * src/gtk/quicksearch.c
1994         * src/gtk/quicksearch.h
1995                 Fix resetting the quicksearch when in non-sticky
1996                 mode, but Recursive is set: reset only when going
1997                 out of the root search folder.
1998
1999 2007-11-14 [colin]      3.0.2cvs135
2000
2001         * src/filtering.c
2002                 Don't set new flag back when doing "Mark as unread"
2003                 from filtering
2004
2005 2007-11-12 [paul]       3.0.2cvs134
2006
2007         * src/plugins/dillo_viewer/dillo_viewer.c
2008                 don't offer the mime type for translation
2009
2010 2007-11-12 [paul]
2011
2012         3.1.0-rc2 released
2013
2014 2007-11-11 [colin]      3.0.2cvs133
2015
2016         * src/imap_gtk.c
2017         * src/mh_gtk.c
2018                 Use markup-escaped strings in dialogs
2019
2020 2007-11-11 [colin]      3.0.2cvs132
2021
2022         * src/imap.c
2023                 Better IMAP-UTF7/UTF8 conversion
2024
2025 2007-11-10 [colin]      3.0.2cvs131
2026
2027         * src/news.c
2028                 Fix debian bug 450698, 'nntp auth behavior changed 
2029                 without notice'
2030
2031 2007-11-10 [colin]      3.0.2cvs130
2032
2033         * configure.ac
2034         * src/inc.c
2035         * src/main.c
2036         * src/main.h
2037         * src/mimeview.c
2038         * src/statusbar.c
2039         * src/common/utils.c
2040         * src/etpan/Makefile.am
2041         * src/gtk/filesel.c
2042         * src/gtk/gtkutils.h
2043         * src/gtk/menu.c
2044         * src/plugins/bogofilter/Makefile.am
2045         * src/plugins/clamav/Makefile.am
2046         * src/plugins/dillo_viewer/Makefile.am
2047         * src/plugins/pgpcore/Makefile.am
2048         * src/plugins/spamassassin/Makefile.am
2049         * src/plugins/trayicon/Makefile.am
2050                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
2051
2052 2007-11-09 [colin]      3.0.2cvs129
2053
2054         * src/addressbook.c
2055         * src/ldapupdate.c
2056                 fix bug 1375, 'Impossible to modify e-mail
2057                 in LDAP addressbook twice'; Try two. update
2058                 externalID, don't make display lag, and
2059                 fix the cases where dn is not mail.
2060
2061 2007-11-08 [paul]       3.0.2cvs128
2062
2063         * src/account.c
2064         * src/compose.c
2065         * src/messageview.c
2066         * src/prefs_account.c
2067         * src/prefs_account.h
2068                 reinstate 'Generate Message-ID' option as an
2069                 account preference. (hidden on IMAP)
2070                 Thanks to Colin
2071
2072 2007-11-08 [paul]       3.0.2cvs127
2073
2074         * src/textview.c
2075                 MAEMO: fix failure of loading images inline
2076                 MAEMO: fix bug 1349, 'Emails still skip to end
2077                 when opened (in certain circumstances)...'
2078
2079 2007-11-07 [colin]      3.0.2cvs126
2080
2081         * src/toolbar.c
2082                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
2083
2084 2007-11-07 [colin]      3.0.2cvs125
2085
2086         * src/toolbar.c
2087                 Re-change the string occurence of A_CLAWS_ACTIONS
2088                 to A_SYL_ACTIONS, to prevent parse errors of the
2089                 toolbar_*.xml files
2090
2091 2007-11-07 [colin]      3.0.2cvs124
2092
2093         * src/mimeview.c
2094         * src/prefs_common.c
2095         * src/prefs_common.h
2096         * manual/advanced.xml
2097                 Add an hidden pref, 'save_parts_readwrite';
2098                 completes 3.0.2cvs35
2099
2100 2007-11-07 [paul]       3.0.2cvs123
2101
2102         * src/prefs_toolbar.c
2103         * src/toolbar.c
2104         * src/toolbar.h
2105                 rename ToolbarSylpheedActions to ToolbarClawsActions
2106                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
2107
2108 2007-11-07 [paul]       3.0.2cvs122
2109
2110         * src/toolbar.c
2111                 MAEMO: remove tooltips
2112
2113 2007-11-07 [colin]      3.0.2cvs121
2114
2115         * src/plugins/pgpinline/pgpinline.c
2116                 Fix bug 1377, 'unspecific errors on 
2117                 signature checking'. Fix trimming of
2118                 UTF8 data.
2119
2120 2007-11-06 [iwkse]      3.0.2cvs120
2121
2122         * src/prefs_summary_open.c
2123                 yet a string change
2124
2125 2007-11-06 [paul]       3.0.2cvs119
2126
2127         * tools/Makefile.am
2128         * tools/README
2129         * tools/csv2addressbook.pl
2130                 add a new script that imports a CSV formatted
2131                 address book. Becky and Thunderbird address
2132                 book are currently supported.
2133
2134 2007-11-05 [colin]      3.0.2cvs118
2135
2136         * src/imap.c
2137                 Fix deletion 
2138
2139 2007-11-05 [iwkse]      3.0.2cvs117
2140
2141         * src/prefs_summary_open.c
2142                 String changes
2143
2144 2007-11-04 [paul]       3.0.2cvs116
2145
2146         * src/addressbook_foldersel.c
2147                 fix gtk critical warning
2148                 Patch by Pawel Pekala
2149
2150 2007-11-04 [paul]       3.0.2cvs115
2151
2152         * tools/README
2153         * tools/claws-mail-compose-insert-files.pl
2154                 add --bcc and uri_escape() everything
2155
2156 2007-11-04 [paul]       3.0.2cvs114
2157
2158         * src/gtk/gtkutils.c
2159                 gtkut_stock_with_text_button_set_create(): set
2160                 GTK_CAN_DEFAULT on buttons 2 and 3
2161
2162 2007-11-03 [paul]       3.0.2cvs113
2163
2164         * src/common/utils.c
2165                 fix debian bug #448814, 'mailto: URI decoding
2166                 desn't decode the destination address field'
2167                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
2168
2169 2007-11-03 [paul]       3.0.2cvs112
2170
2171         * AUTHORS
2172         * src/compose.c
2173         * src/gtk/authors.h
2174                 allow Bcc in commandline URIs
2175                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
2176
2177 2007-11-02 [colin]      3.0.2cvs111
2178
2179         * src/addressbook.c
2180                 Maybe fix bug 1376, 'crash on 
2181                 addressbook manipulation'
2182
2183 2007-10-31 [paul]       3.0.2cvs110
2184
2185         * src/ldapupdate.c
2186                 fix bug 1375, 'Impossible to modify e-mail
2187                 in LDAP addressbook twice'
2188                 Patch by Michael Rasmussen
2189
2190 2007-10-30 [paul]       3.0.2cvs109
2191
2192         * configure.ac
2193                 enable GnuTLS support with --enable-gnutls which
2194                 will disable openssl support. if the user has
2195                 gtk >= 2.10.x don't allow gnomeprint even if the
2196                 user asks for it
2197
2198 2007-10-30 [paul]
2199
2200         3.1.0-rc1 released
2201
2202 2007-10-30 [paul]       3.0.2cvs108
2203
2204         * Makefile.am
2205                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
2206
2207 2007-10-30 [paul]       3.0.2cvs107
2208
2209         * src/expldifdlg.c
2210         * src/prefs_account.c
2211         * src/prefs_folder_item.c
2212         * src/prefs_spelling.c
2213         * src/prefs_themes.c
2214         * src/wizard.c
2215         * src/gtk/gtkaspell.c
2216         * src/gtk/gtkaspell.h
2217         * src/plugins/spamassassin/spamassassin_gtk.c
2218                 replace deprecated gtk_option_menu...
2219                 patch by Pawel Pekala
2220
2221 2007-10-29 [colin]      3.0.2cvs106
2222
2223         * src/plugins/dillo_viewer/dillo_prefs.c
2224                 Fix forgotten signal connect
2225
2226 2007-10-28 [colin]      3.0.2cvs105
2227
2228         * src/plugins/dillo_viewer/dillo_prefs.c
2229         * src/plugins/dillo_viewer/dillo_prefs.h
2230         * src/plugins/dillo_viewer/dillo_viewer.c
2231                 Implement addressbook-based whitelisting for loading
2232                 remote images. Fixed missing destroy of the embedded
2233                 browser that made a Dillo window pop up on exit, if
2234                 an HTML part was displayed.
2235
2236 2007-10-26 [colin]      3.0.2cvs104
2237
2238         * src/edittags.c
2239                 Add missing static
2240
2241 2007-10-25 [colin]      3.0.2cvs103
2242
2243         * src/editaddress.c
2244                 Add tap-and-hold on the picture, for Maemo
2245         * src/edittags.c
2246         * src/edittags.h
2247         * src/mainwindow.c
2248         * src/procmsg.c
2249         * src/summaryview.c
2250         * src/textview.c
2251                 Unify tag interfaces.
2252
2253 2007-10-25 [colin]      3.0.2cvs102
2254
2255         * src/imap.c
2256         * src/etpan/imap-thread.h
2257                 Much better error handling. We'll need to be really
2258                 clear to users about where errors come from, with 
2259                 the apparition of Gmail's IMAP server.
2260
2261 2007-10-24 [colin]      3.0.2cvs101
2262
2263         * src/edittags.c
2264         * src/mainwindow.c
2265         * src/summaryview.c
2266         * src/textview.c
2267                 Add tags sorting (alphabetical); allow deletion of
2268                 tags from the Apply Tags window
2269
2270 2007-10-24 [colin]      3.0.2cvs100
2271
2272         * src/editaddress.c
2273         * src/editaddress_other_attributes_ldap.c
2274         * src/editaddress_other_attributes_ldap.h
2275         * src/ldapctrl.c
2276         * src/ldapquery.c
2277         * src/ldapupdate.c
2278                 Fix LDAP writing (got broken in cvs39)
2279                 Add read-only support for jpegPhoto LDAP field
2280
2281 2007-10-23 [colin]      3.0.2cvs99
2282
2283         * src/news.c
2284                 Fix crash in some cases
2285
2286 2007-10-22 [colin]      3.0.2cvs98
2287
2288         * src/common/socket.h
2289         * src/common/ssl.c
2290                 Fix big leak in GnuTLS code
2291
2292 2007-10-22 [colin]      3.0.2cvs97
2293
2294         * src/news.c
2295                 Fix bug 1368, 'SIGSEGV in NNTP code'
2296
2297 2007-10-22 [colin]      3.0.2cvs96
2298
2299         * src/prefs_customheader.c
2300                 Catch compface warnings when generating X-Faces
2301
2302 2007-10-22 [wwp]        3.0.2cvs95
2303
2304         * src/quote_fmt_parse.y
2305                 Remove accidentally committed debug traces.
2306                 Fix a warning.
2307
2308 2007-10-22 [colin]      3.0.2cvs94
2309
2310         * src/etpan/nntp-thread.c
2311                 Fix authentication
2312
2313 2007-10-19 [wwp]        3.0.2cvs93
2314
2315         * src/common/ssl_certificate.c
2316                 Add missing include (Windows).
2317
2318 2007-10-19 [colin]      3.0.2cvs92
2319
2320         * src/imap_gtk.c
2321         * src/mimeview.c
2322         * src/textview.c
2323         * src/gtk/inputdialog.c
2324         * src/gtk/inputdialog.h
2325                 Remove the last old combo; patch by
2326                 Pawel
2327
2328 2007-10-19 [colin]      3.0.2cvs91
2329
2330         * src/common/ssl.c
2331                 Fix interop problem with GnuTLS and some crappy
2332                 servers that have very little keys.
2333
2334 2007-10-19 [colin]      3.0.2cvs90
2335
2336         * src/common/ssl.c
2337                 Fix return value check on GnuTLS, and
2338                 display the error
2339
2340 2007-10-18 [colin]      3.0.2cvs89
2341
2342         * src/common/ssl_certificate.c
2343                 Fix missing initialisations
2344
2345 2007-10-18 [wwp]        3.0.2cvs88
2346
2347         * src/Makefile.am
2348                 Fix linking against GNUTLS (matters if --enable-gnutls only).
2349
2350 2007-10-18 [colin]      3.0.2cvs87
2351
2352         * po/POTFILES.in
2353                 Fix build
2354
2355 2007-10-18 [mones]      3.0.2cvs86
2356
2357         * src/editbook.c
2358         * src/import.c
2359         * src/prefs_account.c
2360         * src/prefs_receive.c
2361         * src/gtk/about.c
2362         * src/plugins/bogofilter/bogofilter_gtk.c
2363         * src/plugins/spamassassin/spamassassin_gtk.c
2364                 More capitalisation micro-fixes
2365
2366 2007-10-18 [paul]       3.0.2cvs85
2367
2368         * configure.ac
2369                 add info about NNTP support via libetpan
2370                 change the configure output ending msg a little
2371         * src/gtk/about.c
2372                 similar changes to above
2373
2374 2007-10-18 [colin]      3.0.2cvs84
2375
2376         * src/procmime.c
2377         * src/procmime.h
2378                 Fix missing symbol for S/MIME
2379
2380 2007-10-18 [colin]      3.0.2cvs83
2381
2382         * src/prefs_filtering_action.c
2383                 Fix crash in tags (introduced in cvs78)
2384
2385 2007-10-18 [colin]      3.0.2cvs82
2386
2387         * src/common/Makefile.am
2388         * src/common/nntp.c
2389         * src/common/nntp.h
2390         * src/etpan/Makefile.am
2391         * src/etpan/etpan-thread-manager-types.h
2392         * src/etpan/etpan-thread-manager.c
2393         * src/etpan/imap-thread.c
2394         * src/etpan/nntp-thread.c
2395         * src/etpan/nntp-thread.h
2396         * src/news.c
2397         * src/news.h
2398                 Rewrite the nntp implementation
2399                 to use libetpan. Non-blocking NNTP!
2400         * src/account.c
2401         * src/crash.c
2402         * src/imap.c
2403         * src/inc.c
2404         * src/main.c
2405         * src/mainwindow.c
2406         * src/pop.c
2407         * src/pop.h
2408         * src/prefs_account.c
2409         * src/recv.c
2410         * src/recv.h
2411         * src/send_message.c
2412         * src/send_message.h
2413         * src/ssl_manager.c
2414         * src/ssl_manager.h
2415         * src/wizard.c
2416         * src/common/claws.c
2417         * src/common/session.c
2418         * src/common/session.h
2419         * src/common/smtp.c
2420         * src/common/smtp.h
2421         * src/common/socket.c
2422         * src/common/socket.h
2423         * src/common/ssl.c
2424         * src/common/ssl.h
2425         * src/common/ssl_certificate.c
2426         * src/common/ssl_certificate.h
2427         * src/gtk/about.c
2428         * src/gtk/sslcertwindow.c
2429         * src/gtk/sslcertwindow.h
2430                 Implement GnuTLS support. GnuTLS support
2431                 will be used if OpenSSL isn't available, or
2432                 specified explicitely. (the reason is that
2433                 GnuTLS cerficate checking is a bit less 
2434                 practical than OpenSSL's)
2435
2436 2007-10-18 [paul]       3.0.2cvs81
2437
2438         * src/gtk/inputdialog.c
2439         * src/gtk/inputdialog.h
2440                 fix copyright header
2441
2442 2007-10-17 [colin]      3.0.2cvs80
2443
2444         * src/plugins/pgpcore/select-keys.c
2445                 Fix bug which prevented encryption key
2446                 auto-selection when two or more matched the
2447                 email address, but only one isn't revoked
2448                 or expired.
2449
2450 2007-10-17 [wwp]        3.0.2cvs79
2451
2452         * src/compose.c
2453         * src/quote_fmt.c
2454         * src/quote_fmt.h
2455         * src/quote_fmt_lex.l
2456         * src/quote_fmt_parse.y
2457                 Templates can now attach files using |attach{filename}.
2458
2459 2007-10-17 [wwp]        3.0.2cvs78
2460
2461         * src/prefs_customheader.c
2462         * src/prefs_ext_prog.c
2463         * src/prefs_filtering_action.c
2464         * src/prefs_matcher.c
2465         * src/prefs_other.c
2466         * src/prefs_toolbar.c
2467         * src/gtk/combobox.c
2468         * src/gtk/combobox.h
2469         * src/gtk/gtkutils.c
2470         * src/gtk/gtkutils.h
2471         * src/plugins/bogofilter/bogofilter_gtk.c
2472         * src/plugins/spamassassin/spamassassin_gtk.c
2473                 Removed almost all remaining instances of GtkCombo
2474                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
2475                 few visual and code cleanup from Colin.
2476
2477 2007-10-16 [wwp]        3.0.2cvs77
2478         * src/gtk/pluginwindow.c
2479                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
2480
2481 2007-10-15 [colin]      3.0.2cvs76
2482
2483         * src/edittags.c
2484         * src/edittags.h
2485         * src/filtering.c
2486         * src/filtering.h
2487         * src/importmutt.c
2488         * src/importpine.c
2489         * src/main.c
2490         * src/messageview.c
2491         * src/messageview.h
2492         * src/mimeview.c
2493         * src/mimeview.h
2494         * src/pop.c
2495         * src/pop.h
2496         * src/prefs_common.c
2497         * src/prefs_common.h
2498         * src/prefs_customheader.c
2499         * src/prefs_customheader.h
2500         * src/prefs_display_header.c
2501         * src/prefs_display_header.h
2502         * src/prefs_filtering_action.c
2503         * src/prefs_filtering_action.h
2504         * src/prefs_folder_column.c
2505         * src/prefs_folder_column.h
2506         * src/prefs_folder_item.c
2507         * src/prefs_folder_item.h
2508         * src/prefs_gtk.c
2509         * src/prefs_gtk.h
2510         * src/prefs_logging.h
2511         * src/prefs_matcher.c
2512         * src/prefs_matcher.h
2513         * src/prefs_summary_column.c
2514         * src/prefs_summary_column.h
2515         * src/prefs_summary_open.c
2516         * src/procheader.c
2517         * src/procheader.h
2518         * src/procmime.c
2519         * src/procmime.h
2520         * src/recv.c
2521         * src/recv.h
2522         * src/sourcewindow.c
2523         * src/sourcewindow.h
2524         * src/summaryview.c
2525         * src/summaryview.h
2526         * src/textview.c
2527         * src/textview.h
2528         * src/toolbar.c
2529         * src/toolbar.h
2530         * src/common/mgutils.c
2531         * src/common/mgutils.h
2532         * src/common/nntp.c
2533         * src/common/nntp.h
2534         * src/common/prefs.c
2535         * src/common/prefs.h
2536         * src/common/socket.c
2537         * src/common/socket.h
2538         * src/common/stringtable.c
2539         * src/common/stringtable.h
2540         * src/common/template.c
2541         * src/common/template.h
2542         * src/common/uuencode.c
2543         * src/common/uuencode.h
2544         * src/gtk/gtkshruler.c
2545         * src/gtk/gtkshruler.h
2546         * src/gtk/menu.c
2547         * src/gtk/menu.h
2548         * src/gtk/progressdialog.c
2549         * src/gtk/progressdialog.h
2550                 Remove/staticalize, the return of the revenge
2551
2552 2007-10-15 [colin]      3.0.2cvs75
2553
2554         * src/matcher.c
2555                 Fix redirections in filtering's tests
2556
2557 2007-10-15 [colin]      3.0.2cvs74
2558
2559         * src/imap.c
2560                 Don't build imap_synchronise at all when 
2561                 building without libetpan
2562
2563 2007-10-14 [colin]      3.0.2cvs73
2564
2565         * src/imap.c
2566         * src/common/md5.c
2567         * src/common/md5.h
2568         * src/gtk/manage_window.c
2569         * src/gtk/manage_window.h
2570                 Remove more unused code
2571
2572 2007-10-14 [colin]      3.0.2cvs72
2573
2574         * src/addrquery.c
2575         * src/addrquery.h
2576         * src/recv.c
2577         * src/recv.h
2578         * src/vcard.c
2579         * src/vcard.h
2580         * src/common/xml.c
2581         * src/common/xml.h
2582         * src/common/xmlprops.c
2583         * src/common/xmlprops.h
2584                 Remove more unused code
2585
2586 2007-10-14 [colin]      3.0.2cvs71
2587
2588         * src/common/utils.c
2589                 Remove unused function
2590
2591 2007-10-13 [colin]      3.0.2cvs70
2592
2593         * src/imap.c
2594         * src/imap.h
2595         * src/mainwindow.c
2596         * src/mainwindow.h
2597         * src/gtk/gtkutils.c
2598         * src/gtk/gtkutils.h
2599                 Staticalise/Remove more code
2600
2601 2007-10-13 [colin]      3.0.2cvs69
2602
2603         * src/common/utils.c
2604         * src/common/utils.h
2605                 Remove dead code, unused for ages
2606
2607 2007-10-13 [colin]      3.0.2cvs68
2608
2609         * src/main.c
2610         * src/main.h
2611                 Maemo: define hildon_program in main.c,
2612                 make it accessible in the .h with extern
2613
2614 2007-10-13 [paul]       3.0.2cvs67
2615
2616         * src/gtk/menu.c
2617                 fix a bunch of runtime warnings on maemo
2618
2619 2007-10-13 [paul]       3.0.2cvs66
2620
2621         * src/main.c
2622         * src/main.h
2623         * src/gtk/gtkutils.c
2624         * src/gtk/gtkutils.h
2625                 fix a bunch of compiler warnings on maemo
2626
2627 2007-10-12 [colin]      3.0.2cvs65
2628
2629         * src/account.c
2630         * src/addritem.c
2631         * src/addritem.h
2632         * src/filtering.c
2633         * src/filtering.h
2634         * src/folder.c
2635         * src/folder.h
2636         * src/common/utils.c
2637         * src/common/utils.h
2638                 Remove unused code, staticalise some functions
2639
2640 2007-10-12 [paul]       3.0.2cvs64
2641
2642         * src/account.c
2643         * src/folderview.c
2644         * src/main.c
2645         * src/mainwindow.c
2646         * src/messageview.c
2647         * src/summary_search.c
2648         * src/summaryview.c
2649         * src/toolbar.c
2650         * src/wizard.c
2651         * src/common/utils.c
2652         * src/gtk/prefswindow.c
2653                 fix a bunch of compiler warnings on maemo
2654
2655 2007-10-11 [colin]      3.0.2cvs63
2656
2657         * src/editaddress.c
2658                 Make static function static
2659
2660 2007-10-11 [mones]      3.0.2cvs62
2661
2662         * src/addrduplicates.c
2663         * src/addressbook.c
2664         * src/compose.c
2665         * src/expldifdlg.c
2666         * src/mainwindow.c
2667         * src/messageview.c
2668         * src/pop.c
2669         * src/prefs_customheader.c
2670         * src/prefs_send.c
2671         * src/prefs_themes.c
2672         * src/common/plugin.c
2673         * src/gtk/pluginwindow.c
2674         * src/gtk/quicksearch.c
2675                 Fix several typos and capitalisation issues
2676
2677 2007-10-11 [wwp]        3.0.2cvs61
2678
2679         * src/editaddress.c
2680                 Fix a warning about possible use of uninitialized
2681                 filename var.
2682
2683 2007-10-11 [wwp]        3.0.2cvs60
2684
2685         * src/editaddress.c
2686                 Disable "Unset picture" menu item when there's
2687                 no picture to clear. Fix an extraneous g_unref_object,
2688                 add missing initializers.
2689
2690 2007-10-11 [wwp]        3.0.2cvs59
2691
2692         * src/pixmaps/anonymous.xpm
2693         * src/editaddress.c
2694         * src/Makefile.am
2695         * src/stock_pixmap.c
2696         * src/stock_pixmap.h
2697                 Fix a leak, gettext-ize the photo label.
2698                 Don't clear the existing picture if loading
2699                 a new one fails. Use a default 'anonymous'
2700                 picture (this new xpm has been added to the
2701                 internal stock_pixmap API). Add a
2702                 "Set picture" context menu entry.
2703
2704 2007-10-11 [colin]      3.0.2cvs58
2705
2706         * src/messageview.c
2707                 Make shift-shortcuts work
2708         * src/prefs_actions.c
2709                 Don't ask if we really want to close when
2710                 choosing OK and only the list is changed
2711         * src/prefs_template.c
2712                 Don't ask if we really want to close when
2713                 choosing OK and only the list is changed
2714         * src/common/plugin.c
2715                 Fix writing of second [Plugins_*] block
2716         * src/common/template.c
2717                 Remove unused files (fixes deletion)
2718
2719 2007-10-10 [paul]       3.0.2cvs57
2720
2721         * src/prefs_template.c
2722                 put the whole thing in a scrolled window
2723                 so that half the page is no longer inaccessible
2724                 on maemo
2725                 make the gtk_text_view smaller on maemo
2726
2727 2007-10-10 [colin]      3.0.2cvs56
2728
2729         * src/compose.c
2730                 Fix updating of Attachments number in some
2731                 cases (reedit, attach from command-line, ...)
2732
2733 2007-10-10 [colin]      3.0.2cvs55
2734
2735         * src/editaddress.c
2736                 Initialise error correctly
2737
2738 2007-10-10 [paul]       3.0.2cvs54
2739
2740         * src/prefs_filtering_action.c
2741         * src/gtk/description_window.c
2742         * src/gtk/foldersort.c
2743         * src/gtk/quicksearch.c
2744                 get rid of some pointless new lines and
2745                 make the descripton labels wrap better
2746
2747 2007-10-10 [colin]      3.0.2cvs53
2748
2749         * src/addressadd.c
2750         * src/editaddress.c
2751         * src/headerview.c
2752         * src/textview.c
2753                 More error handling on saving pictures
2754
2755 2007-10-10 [colin]      3.0.2cvs52
2756
2757         * src/printing.c
2758         * src/printing.h
2759                 Generalize a bit printing, so we can factorize
2760                 most of the code. 
2761
2762 2007-10-10 [paul]       3.0.2cvs51
2763
2764         * src/addrduplicates.c
2765                 fix engrish
2766                 use GTK_STOCK... buttons
2767
2768 2007-10-10 [paul]       3.0.2cvs50
2769
2770         * src/addressadd.c
2771         * src/addrindex.c
2772         * src/editaddress.c
2773                 Fix previous patch
2774                 Thanks to Colin
2775
2776 2007-10-10 [paul]       3.0.2cvs49
2777
2778         * src/summaryview.c
2779         * src/messageview.c
2780                 Fix crash on Add sender to addressbook when
2781                 From is null
2782         * src/addressadd.c
2783         * src/addrindex.c
2784         * src/editaddress.c
2785         * src/editaddress_other_attributes_ldap.h
2786                 Fix leaks 
2787                 Rename images to .png in addrbook/
2788         * src/headerview.c
2789         * src/textview.c
2790                 Fix Face/X-Face being used if adding another
2791                 address than sender to addressbook
2792                 Thanks to Colin
2793
2794 2007-10-10 [holger]     3.0.2cvs48
2795
2796         * src/addrduplicates.c
2797         * src/editaddress.c
2798                 Improvements to the addressbook duplicate finder
2799                 feature:
2800                  - add an edit button to the button bar
2801                  - display the whole bookname (with iface) and
2802                    use this for same-book checking
2803                  - after editing, try to keep selections if the
2804                    entries are still present
2805                  - sort the email column alphabetically
2806                  - put results in a scrolled window
2807                  - support embedded editing
2808                  - make columns in detail view resizable
2809                  - add keyboard shortcuts
2810
2811 2007-10-10 [wwp]        3.0.2cvs47
2812
2813         * src/addrindex.c
2814                 Fix a crash when there's no From: in email, thanks to Colin.
2815
2816 2007-10-09 [paul]       3.0.2cvs46
2817
2818         * src/messageview.c
2819         * src/summaryview.c
2820         * src/textview.c
2821                 fix building without compface support
2822
2823 2007-10-09 [colin]      3.0.2cvs45
2824
2825         * src/editaddress.c
2826         * src/headerview.c
2827         * src/textview.c
2828                 Add error handling
2829
2830 2007-10-09 [colin]      3.0.2cvs44
2831
2832         * src/addrduplicates.c
2833         * src/addressadd.c
2834         * src/addressadd.h
2835         * src/addressbook.c
2836         * src/addressbook.h
2837         * src/addrindex.c
2838         * src/addrindex.h
2839         * src/addritem.c
2840         * src/addritem.h
2841         * src/compose.c
2842         * src/editaddress.c
2843         * src/editaddress_other_attributes_ldap.h
2844         * src/headerview.c
2845         * src/messageview.c
2846         * src/mimeview.c
2847         * src/summaryview.c
2848         * src/textview.c
2849         * src/gtk/gtkutils.c
2850                 Automatically set contacts' pictures from Face 
2851                 or X-Face if they have no picture
2852                 Display the contact picture in textview or
2853                 headerview for mails sent by people in the 
2854                 addressbook, that have no Face or X-Face
2855                 Fix a few details in the Person edition dialog
2856                 (ability to unset picture)
2857                 Remove picture file when deleting contacts
2858
2859 2007-10-09 [iwkse]      3.0.2cvs43
2860
2861         * src/gtk/about.c
2862                 center the about window
2863
2864 2007-10-09 [paul]       3.0.2cvs42
2865
2866         * src/prefs_toolbar.c
2867                 fix icon selector window on maemo
2868
2869 2007-10-09 [paul]       3.0.2cvs41
2870
2871         * src/messageview.c
2872                 add 'go to' menu to separate msgview
2873
2874 2007-10-09 [colin]      3.0.2cvs40
2875
2876         * src/common/defs.h
2877                 Add forgotten file
2878
2879 2007-10-09 [iwkse]      3.0.2cvs39
2880
2881         * Makefile.am
2882         * src/addressbook.c
2883         * src/addritem.c
2884         * src/addritem.h
2885         * src/editaddress.c
2886         * src/editaddress_other_attributes_ldap.h
2887         * src/addrbook.c
2888         * src/Makefile.am
2889                 set a photo in the Addressbook
2890
2891 2007-10-08 [colin]      3.0.2cvs38
2892
2893         * src/prefs_toolbar.c
2894                 Make height 320 to remove the scrollbar 
2895                 (with current number of icons)
2896
2897 2007-10-08 [colin]      3.0.2cvs37
2898
2899         * src/prefs_toolbar.c
2900                 Transform the treeview to a GtkIconView.
2901                 Patch by Pawel
2902                 In addition, transform the window so that 
2903                 it looks like a popup menu. Patch by me
2904
2905 2007-10-08 [colin]      3.0.2cvs36
2906
2907         * src/compose.c
2908         * src/compose.h
2909                 Beautify the GUI a bit; in particular, show the
2910                 number of attachments in the tab's title.
2911                 Patch by Pawel
2912
2913 2007-10-08 [paul]       3.0.2cvs35
2914
2915         * src/mimeview.c
2916                 Save users from themselves: save temporary
2917                 files used for Open/Open with as read-only.
2918                 Thanks to Colin
2919
2920 2007-10-08 [paul]       3.0.2cvs34
2921
2922         * tools/Makefile.am
2923                 forgot this in cvs33
2924
2925 2007-10-08 [paul]       3.0.2cvs33
2926
2927         * tools/kdeservicemenu/README
2928         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
2929         * tools/kdeservicemenu/install.sh
2930         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2931                 renamed template* to *template so as not to confuse
2932                 lintian
2933
2934 2007-10-08 [paul]       3.0.2cvs32
2935
2936         * src/prefs_themes.c
2937         * src/stock_pixmap.c
2938                 replace 2 direct uses of RC_DIR
2939
2940 2007-10-07 [colin]      3.0.2cvs31
2941
2942         * src/addrduplicates.c
2943         * src/addrduplicates.h
2944         * src/addressbook.c
2945         * src/addressbook.h
2946         * src/addrindex.c
2947         * src/addrindex.h
2948                 Implement deletion in duplicate finder. 
2949                 Patch by Holger 
2950
2951 2007-10-07 [colin]      3.0.2cvs30
2952
2953         * src/exporthtml.c
2954         * src/mbox.c
2955         * src/common/utils.c
2956                 Better fix for Solaris, thanks to Nicolas Doualot
2957
2958 2007-10-07 [colin]      3.0.2cvs29
2959
2960         * AUTHORS
2961         * src/gtk/authors.h
2962                 Add Frank Dietrich
2963
2964 2007-10-07 [colin]      3.0.2cvs28
2965
2966         * src/exporthtml.c
2967                 Fix HTML export to make it more compliant
2968                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
2969
2970 2007-10-07 [colin]      3.0.2cvs27
2971
2972         * src/prefs_toolbar.c
2973                 Only use icons that wouldn't look stupid in the toolbar
2974                 Patch by Pawel
2975
2976 2007-10-07 [colin]      3.0.2cvs26
2977
2978         * src/prefs_toolbar.c
2979                 Fix old icon being used when none is selected
2980
2981 2007-10-07 [colin]      3.0.2cvs25
2982
2983         * src/toolbar.c
2984                 Fix copy/paste error
2985
2986 2007-10-07 [colin]      3.0.2cvs24
2987
2988         * src/prefs_toolbar.c
2989         * src/toolbar.c
2990         * src/toolbar.h
2991                 Update icon to default one when changing event
2992                 Make the icon chooser nicer (handle Esc, Enter,
2993                 double-click)
2994
2995 2007-10-06 [colin]      3.0.2cvs23
2996
2997         * src/prefs_toolbar.c
2998                 Fix text reset; patch by Pawel
2999
3000 2007-10-06 [colin]      3.0.2cvs22
3001
3002         * src/toolbar.h
3003                 Complete previous commit
3004
3005 2007-10-06 [colin]      3.0.2cvs21
3006
3007         * src/prefs_toolbar.c
3008         * src/toolbar.c
3009                 Set toolbar text automatically to the default
3010                 when changing Event executed on click
3011
3012 2007-10-06 [colin]      3.0.2cvs20
3013
3014         * src/prefs_toolbar.c
3015                 Invert Text and Event fields
3016
3017 2007-10-06 [colin]      3.0.2cvs19
3018
3019         * src/prefs_toolbar.c
3020         * src/toolbar.c
3021                 Make toolbar prefs look much better
3022                 Patch by Pawel Pekala
3023
3024 2007-10-06 [paul]       3.0.2cvs18
3025
3026         * src/account.c
3027         * src/prefs_filtering.c
3028                 fix checkbuttons in gtktreeview on maemo by
3029                 setting maemo's "allow-checkbox-mode" to FALSE
3030
3031 2007-10-06 [colin]      3.0.2cvs17
3032
3033         * configure.ac
3034                 Export -DSOLARIS in CFLAGS for all
3035                 Solaris (not just 2.8) and OpenSolaris
3036
3037 2007-10-06 [paul]       3.0.2cvs16
3038
3039         * AUTHORS
3040         * src/exporthtml.c
3041         * src/mbox.c
3042         * src/gtk/authors.h
3043                 fix build on solaris where ctime_r takes
3044                 3 arguments rather than 2.
3045                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
3046
3047 2007-10-05 [colin]      3.0.2cvs15
3048
3049         * src/etpan/imap-thread.c
3050                 Fix wrong error codepath
3051
3052 2007-10-05 [wwp]        3.0.2cvs14
3053
3054         * src/filtering.c
3055                 Fix unexpected logging of quicksearches:
3056                 debug_filtering_session flag was never reset to FALSE, causing
3057                 matcher functions to log when called from a quicksearch
3058                 (if a filtering session happened before).
3059
3060 2007-10-05 [paul]       3.0.2cvs13
3061
3062         * src/prefs_actions.c
3063         * src/prefs_filtering.c
3064         * src/prefs_template.c
3065                 fix bug 1343, 'Filtering..'s close button
3066                 silently discards new filter'
3067                 Thanks to Colin
3068
3069 2007-10-05 [paul]       3.0.2cvs12
3070
3071         * configure.ac
3072         * src/Makefile.am
3073                 fix bug 1347, '-Wno-unused-function, optional'
3074
3075 2007-10-05 [colin]      3.0.2cvs11
3076
3077         * src/procmime.c
3078         * src/common/mgutils.c
3079                 Fix warnings
3080
3081 2007-10-05 [mones]      3.0.2cvs10
3082
3083         * manual/advanced.xml
3084                 Use full menu name
3085         * manual/es/advanced.xml
3086                 Synchronise translation
3087
3088 2007-10-04 [colin]      3.0.2cvs9
3089
3090         * src/action.c
3091         * src/addrbook.c
3092         * src/addrindex.c
3093         * src/compose.c
3094         * src/exporthtml.c
3095         * src/exportldif.c
3096         * src/folder.c
3097         * src/main.c
3098         * src/matcher.c
3099         * src/mbox.c
3100         * src/messageview.c
3101         * src/mh.c
3102         * src/news.c
3103         * src/partial_download.c
3104         * src/pop.c
3105         * src/procmime.c
3106         * src/procmsg.c
3107         * src/toolbar.c
3108         * src/common/log.c
3109         * src/common/mgutils.c
3110         * src/common/plugin.c
3111         * src/common/utils.c
3112         * src/common/xml.c
3113         * src/common/xml.h
3114         * src/common/xmlprops.c
3115         * src/common/xmlprops.h
3116         * src/plugins/bogofilter/bogofilter.c
3117         * src/plugins/clamav/clamav_plugin.c
3118         * src/plugins/dillo_viewer/dillo_prefs.c
3119         * src/plugins/pgpcore/prefs_gpg.c
3120         * src/plugins/pgpinline/pgpinline.c
3121         * src/plugins/pgpmime/pgpmime.c
3122         * src/plugins/spamassassin/spamassassin.c
3123         * src/plugins/trayicon/trayicon_prefs.c
3124                 Verify success on writes. Will fix possible strange
3125                 failure on disk full.
3126
3127 2007-10-04 [paul]       3.0.2cvs8
3128
3129         * manual/advanced.xml
3130                 add further info about Actions
3131                 Patch by Emmanuel Briot <briot@adacore.com>
3132
3133 2007-10-04 [paul]       3.0.2cvs7
3134
3135         * src/account.c
3136                 remove the D column, instead indicate the
3137                 default account by use of bold text
3138
3139 2007-10-03 [colin]      3.0.2cvs6
3140
3141         * src/common/template.c
3142                 Fix templates writing (was prone to disk full problems)
3143
3144 2007-10-03 [colin]      3.0.2cvs5
3145
3146         * src/Makefile.am
3147         * src/addrduplicates.c
3148         * src/addrduplicates.h
3149         * src/addressbook.c
3150                 Add duplicate deletion. Patch by Holger
3151
3152 2007-10-03 [colin]      3.0.2cvs4
3153
3154         * src/matcher.c
3155         * src/gtk/quicksearch.c
3156                 Fix bug 1340, 'Case insensitive searches with 
3157                 non-ascii alphabets fail'.
3158
3159 2007-10-03 [colin]      3.0.2cvs3
3160
3161         * src/main.c
3162         * src/common/utils.c
3163         * src/common/utils.h
3164                 Implement run-time alternative config directories
3165
3166 2007-10-03 [colin]      3.0.2cvs2
3167
3168         * src/folderview.c
3169                 Prevent opening folder item while folder
3170                 is scanned in a better way
3171
3172 2007-10-02 [paul]       3.0.2cvs1
3173
3174         * NEWS
3175         * README
3176         * RELEASE_NOTES
3177         * configure.ac
3178                 bump up version number following stable release
3179
3180 2007-09-30 [colin]      3.0.1cvs49
3181
3182         * src/imap.c
3183                 Refresh session if needed
3184
3185 2007-09-30 [colin]      3.0.1cvs48
3186
3187         * src/imap.c
3188                 Reset folder's session to NULL
3189                 before destroying it
3190
3191 2007-09-30 [mones]      3.0.1cvs47
3192
3193         * manual/handling.xml
3194                 Use markup quotes instead hardcoded quotes
3195         * manual/es/handling.xml
3196                 Added new synced section (IMAP subscriptions)
3197
3198 2007-09-29 [colin]      3.0.1cvs46
3199
3200         * src/imap.c
3201                 Notice disconnections faster
3202
3203 2007-09-28 [colin]      3.0.1cvs45
3204
3205         * src/addressbook.c
3206         * src/addrindex.c
3207                 Fix warnings
3208
3209 2007-09-28 [paul]       3.0.1cvs44
3210
3211         * src/mimeview.c
3212                 fix maemo build
3213
3214 2007-09-28 [paul]       3.0.1cvs43
3215
3216         * src/account.c
3217                 use gtk_widget_set_size_request() on the label
3218                 so that wrapping works better. get rid of the
3219                 (partially deprecated) hbutton_box.
3220                 these changes should prevent buttons overlapping
3221                 on maemo
3222
3223 2007-09-28 [colin]      3.0.1cvs42
3224
3225         * src/pop.c
3226                 Fix typo :)
3227
3228 2007-09-28 [colin]      3.0.1cvs41
3229
3230         * src/compose.c
3231         * src/msgcache.c
3232         * src/pop.c
3233         * src/procmime.c
3234         * src/etpan/imap-thread.c
3235                 64bits-related warning fixes
3236
3237 2007-09-28 [colin]      3.0.1cvs40
3238
3239         * src/folder_item_prefs.c
3240         * src/ldaputil.c
3241         * src/mainwindow.c
3242         * src/mimeview.c
3243         * src/common/tags.c
3244                 Fix warnings
3245
3246 2007-09-28 [colin]      3.0.1cvs39
3247
3248         * src/plugins/spamassassin/spamassassin.c
3249         * src/plugins/spamassassin/spamassassin.h
3250         * src/plugins/spamassassin/spamassassin_gtk.c
3251                 Add addressbook-based whitelisting
3252
3253 2007-09-28 [colin]      3.0.1cvs38
3254
3255         * src/folder.c
3256                 Fix bug 1337, 'crash on pressing Send button'
3257
3258 2007-09-28 [paul]       3.0.1cvs37
3259
3260         * src/prefs_folder_item.c
3261                 give the orphans a parent. makes all prefs
3262                 pages visible on maemo
3263
3264 2007-09-28 [colin]      3.0.1cvs36
3265
3266         * src/prefs_folder_column.c
3267         * src/prefs_summary_column.c
3268                 Fix two leaks
3269
3270 2007-09-27 [colin]      3.0.1cvs35
3271
3272         * src/gtk/quicksearch.c
3273                 Fix bug 1336, 'Segfault if empty space before search-string'
3274
3275 2007-09-26 [mones]      3.0.1cvs34
3276
3277         * manual/account.xml
3278         * manual/plugins.xml
3279                 Fixed irc channel name, added some docbook markup.
3280                 Changed text markup to docbook markup. 
3281                 Added spamcop as supported in SpamReport description.
3282         * manual/fr/plugins.xml
3283                 Fixed irc channel name.
3284         * manual/es/account.xml
3285         * manual/es/advanced.xml
3286         * manual/es/claws-mail-manual.xml
3287         * manual/es/glossary.xml
3288         * manual/es/gpl.xml
3289         * manual/es/keyboard.xml
3290         * manual/es/plugins.xml
3291                 Synced with English version, fixed a couple of typos.
3292
3293 2007-09-26 [colin]      3.0.1cvs33
3294
3295         * configure.ac
3296                 Explain why "Libgnomeprint: no" on GTK+ 2.10
3297
3298 2007-09-26 [colin]      3.0.1cvs32
3299
3300         * src/messageview.c
3301         * src/procmsg.c
3302         * src/procmsg.h
3303                 Optimisation: avoid fetching mail 3 times locally
3304                 for displaying
3305
3306 2007-09-26 [colin]      3.0.1cvs31
3307
3308         * src/mh.c
3309                 Fix missing static
3310
3311 2007-09-26 [colin]      3.0.1cvs30
3312
3313         * src/folder.c
3314         * src/folder.h
3315         * src/mh.c
3316         * src/mh.h
3317                 Fix MH mtime hack - make it a folder class function
3318
3319 2007-09-26 [colin]      3.0.1cvs29
3320
3321         * src/inc.c
3322                 Fix bug 1334, 'user defined mail incorporation 
3323                 script not run'
3324
3325 2007-09-25 [colin]      3.0.1cvs28
3326
3327         * src/codeconv.c
3328                 Optimisation: shortcut conv_codeset_strdup
3329                 when src_code and dest_code are the same
3330         * src/common/xml.c
3331         * src/common/xml.h
3332                 Optimisation: shortcut code conversions when
3333                 files are in UTF-8; faster list walking by
3334                 using prepend/reverse.
3335
3336 2007-09-25 [holger]     3.0.1cvs27
3337
3338         * src/printing.c
3339                 Replace button bar of the preview window
3340                 with a real toolbar (patch by Colin)
3341                 Add zooming to the preview window
3342
3343 2007-09-24 [paul]       3.0.1cvs26
3344
3345         * src/compose.c
3346                 compact the character set menu, adding some
3347                 missing encodings. Patch by Pawel Pekala
3348
3349 2007-09-23 [paul]       3.0.1cvs25
3350
3351         * src/prefs_account.c
3352         * src/prefs_folder_item.c
3353         * src/prefs_quote.c
3354         * src/quote_fmt.c
3355         * src/quote_fmt.h
3356                 remove unnecessary frame from Templates options
3357                 and improve the English of the check button label
3358
3359 2007-09-22 [colin]      3.0.1cvs24
3360
3361         * src/gtk/quicksearch.c
3362                 Fix bug 1329, 'error in quicksearch.c'
3363                 Fix return with value in function returning void
3364
3365 2007-09-22 [colin]      3.0.1cvs23
3366
3367         * src/imap.c
3368         * src/procmsg.h
3369         * src/common/utils.c
3370         * src/common/utils.h
3371         * src/etpan/imap-thread.c
3372                 Optimise fetching IMAP cached emails *a lot*
3373                 (remember whether mail is fully cached and \r's
3374                  are already stripped)
3375
3376 2007-09-22 [colin]      3.0.1cvs22
3377
3378         * src/folder.c
3379         * src/folder.h
3380         * src/prefs_folder_item.c
3381                 Add a button to allow users to drop local caches.
3382
3383 2007-09-21 [colin]      3.0.1cvs21
3384
3385         * src/summaryview.c
3386                 Remove unnecessary error when cancelling export to mbox.
3387                 Patch by Pawel
3388
3389 2007-09-21 [paul]       3.0.1cvs20
3390
3391         * src/gtk/prefswindow.c
3392                 remove unnecessary frames from the prefs
3393                 pages. Patch by Pawel Pekala
3394
3395 2007-09-21 [paul]       3.0.1cvs19
3396
3397         * src/prefs_account.c
3398         * src/prefs_folder_item.c
3399         * src/prefs_quote.c
3400         * src/quote_fmt.c
3401                 put the Templates options into a tabbed
3402                 layout. Patch by Pawel Pekala
3403
3404 2007-09-21 [paul]       3.0.1cvs18
3405
3406         * src/mainwindow.c
3407                 group together the character set menu items
3408                 move the /View/Show or hide/Message view below
3409                 .../Toolbar menu item
3410                 Patch by Pawel Pekala
3411
3412 2007-09-21 [mones]      3.0.1cvs17
3413
3414         * src/compose.c
3415                 Fix for bug 1327, 'segfault when replying to a non-existent
3416                 news message', thanks to Colin.
3417
3418 2007-09-21 [colin]      3.0.1cvs16
3419
3420         * src/folderview.c
3421                 Complete 3.0.1cvs15
3422
3423 2007-09-20 [colin]      3.0.1cvs15
3424
3425         * src/folderview.c
3426         * src/folderview.h
3427                 Maybe fix bug 1324, 'Corrupted IMAP cache'
3428
3429 2007-09-20 [colin]      3.0.1cvs14
3430
3431         * src/printing.c
3432                 Fix a little leak
3433
3434 2007-09-20 [holger]     3.0.1cvs13
3435
3436         * src/printing.c
3437                 Add page layout to print preview.
3438                 Make the close-button in the toolbar
3439                 right-aligned.
3440
3441 2007-09-20 [paul]       3.0.1cvs12
3442
3443         * po/ru.po
3444                 updated by Pavlo Bohmat
3445
3446 2007-09-19 [colin]      3.0.1cvs11
3447
3448         * src/common/utils.c
3449                 Prevent unquoted mime boundaries, by always
3450                 using a /
3451
3452 2007-09-19 [colin]      3.0.1cvs10
3453
3454         * src/printing.c
3455                 Fix drawing area size, fix DPI change that
3456                 can cause total number of lines to decrease
3457
3458 2007-09-19 [colin]      3.0.1cvs9
3459
3460         * po/POTFILES.in
3461         * src/printing.c
3462                 Make print preview more efficient and nicer.
3463                 Patch mostly by Holger Berndt <hb@claws-mail.org>
3464
3465 2007-09-19 [colin]      3.0.1cvs8
3466
3467         * src/prefs_common.c
3468         * src/prefs_common.h
3469         * src/printing.c
3470                 Add scrolledwindow, default allocation and
3471                 size saving to the print preview window.
3472
3473 2007-09-18 [colin]      3.0.1cvs7
3474
3475         * src/prefs_common.c
3476         * src/prefs_common.h
3477         * src/prefs_image_viewer.c
3478         * src/printing.c
3479                 GtkPrintOperation:
3480                 - add image printing support
3481                 - add option to print images
3482                 - add preview widget
3483                 - add saving of a few Page Setup parameters
3484
3485 2007-09-18 [colin]      3.0.1cvs6
3486
3487         * AUTHORS
3488         * src/gtk/authors.h
3489                 Add Guillaume Chazarain
3490
3491 2007-09-18 [colin]      3.0.1cvs5
3492
3493         * src/common/utils.c
3494                 Fix bug 1321, 'access before allocation 
3495                 when scanning for uris'. Patch by 
3496                 Guillaume Chazarain <guichaz@yahoo.fr>
3497
3498 2007-09-18 [colin]      3.0.1cvs4
3499
3500         * src/toolbar.c
3501                 Fix bug 1320, 'Memory leak caused by 
3502                 gtk_container_get_children'. Patch by
3503                 Guillaume Chazarain <guichaz@yahoo.fr>
3504
3505 2007-09-18 [colin]      3.0.1cvs3
3506
3507         * src/printing.c
3508         * src/printing.h
3509                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
3510
3511 2007-09-18 [colin]      3.0.1cvs2
3512
3513         * src/Makefile.am
3514         * src/mainwindow.c
3515         * src/messageview.c
3516         * src/messageview.h
3517         * src/prefs_ext_prog.c
3518         * src/prefs_fonts.c
3519         * src/printing.c
3520         * src/printing.h
3521         * src/summaryview.c
3522                 Use GtkPrintOperation by default on GTK+ >= 2.10
3523                 Patch by Holger Berndt <hb@claws-mail.org>
3524
3525 2007-09-18 [paul]       3.0.1cvs1
3526
3527         * NEWS
3528         * README
3529         * RELEASE_NOTES
3530         * configure.ac
3531                 bump up version number following stable release
3532
3533 2007-09-16 [colin]      3.0.0cvs18
3534
3535         * src/folder.c
3536                 Fix possible memleak
3537
3538 2007-09-16 [colin]      3.0.0cvs17
3539
3540         * src/folderview.c
3541                 Fix bug 1311, 'Wrong arrow position 
3542                 while moving message into folder when 
3543                 column headers hidden'
3544         * src/image_viewer.c
3545                 Show error in the GUI if image can't
3546                 be loaded
3547         * src/matcher.c
3548                 Fix spurious output
3549         * src/messageview.c
3550                 Allow setting domain in msgid
3551         * src/common/plugin.c
3552                 Add timing information
3553
3554 2007-09-16 [colin]      3.0.0cvs16
3555
3556         * src/account.c
3557         * src/compose.c
3558         * src/prefs_account.c
3559         * src/prefs_account.h
3560         * src/common/utils.c
3561                 Remove Generate Message-ID option. We need
3562                 this on some IMAP servers.
3563         * src/prefs_template.c
3564                 Fix double-free
3565
3566 2007-09-16 [colin]      3.0.0cvs15
3567
3568         * src/prefs_filtering.c
3569         * src/prefs_filtering.h
3570         * src/prefs_filtering_action.c
3571         * src/common/tags.c
3572                 Fix tags issues: tags with spaces, renaming
3573                 tags.
3574
3575 2007-09-16 [colin]      3.0.0cvs14
3576
3577         * src/folderview.c
3578         * src/main.c
3579         * src/mainwindow.c
3580                 Fix bug 1308, 'Claws deletes folderlist.xml after
3581                 fetching mail short after start-up'
3582
3583 2007-09-16 [colin]      3.0.0cvs13
3584
3585         * src/compose.c
3586                 Fix scrolling to cursor
3587
3588 2007-09-16 [paul]       3.0.0cvs12
3589
3590         * po/sr.po
3591                 updated by Aleksandar Urosevic
3592
3593 2007-09-16 [paul]       3.0.0cvs11
3594
3595         * src/folder.c
3596                 do not allow locked msgs to be deleted,
3597                 even by filtering/processing
3598
3599 2007-09-07 [paul]       3.0.0cvs10
3600
3601         * src/prefs_folder_column.c
3602         * src/prefs_summary_column.c
3603                 implement button sensitivity
3604                 patch by Pawel Pekala
3605
3606 2007-09-06 [wwp]        3.0.0cvs9
3607
3608         * src/prefs_gtk.c
3609                 Add a missing linefeed to a debug message.
3610
3611 2007-09-05 [colin]      3.0.0cvs8
3612
3613         * src/inc.c
3614                 Fix statusbar/window mismatch on Maemo
3615
3616 2007-09-05 [colin]      3.0.0cvs7
3617
3618         * src/ldaputil.c
3619                 Fix build without USE_LDAP_TLS
3620
3621 2007-09-05 [colin]      3.0.0cvs6
3622
3623         * src/folder.c
3624         * src/imap.c
3625         * src/inc.c
3626         * src/mbox.c
3627         * src/send_message.c
3628         * src/statusbar.c
3629         * src/statusbar.h
3630                 Maemo: distinguish various statusbar messages,
3631                 in order to display only the most important.
3632
3633 2007-09-04 [wwp]        3.0.0cvs5
3634
3635         * src/account.c
3636                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
3637                 Show protocol "SMTP" and the appropriate server for send-only
3638                 accounts, show "-" instead of "" when no value is relevant.
3639
3640 2007-09-03 [ticho]      3.0.0cvs4
3641
3642         * src/summaryview.c
3643                 Handle plural form better in delete confirmation dialog.
3644
3645 2007-09-03 [wwp]        3.0.0cvs3
3646
3647         * src/compose.c
3648                 Warn differently when sending or sending later (queueing).
3649
3650 2007-09-03 [colin]      3.0.0cvs2
3651
3652         * src/procmime.c
3653         * src/procmime.h
3654         * src/common/plugin.c
3655         * src/common/plugin.h
3656                 Add a new plugin API, MimeParser. It allows
3657                 plugins to scan email MIME parts and optionally,
3658                 transform them.
3659
3660 2007-09-03 [mones]      3.0.0cvs1
3661
3662         * po/es.po
3663                 Updated translation
3664         * src/common/defs.h
3665                 While a better solution is made double history sizes
3666
3667 2007-09-03 [paul]       3.0.0
3668
3669         * NEWS
3670         * README
3671         * RELEASE_NOTES
3672                 3.0.0 released
3673
3674 [For previous entries, see ChangeLog.2.0.0-3.0.0]