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