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