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