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