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