fa5818fbcc3e32988fb737055d492b22b2305072
[claws.git] / ChangeLog
1 2007-10-28 [colin]      3.0.2cvs105
2
3         * src/plugins/dillo_viewer/dillo_prefs.c
4         * src/plugins/dillo_viewer/dillo_prefs.h
5         * src/plugins/dillo_viewer/dillo_viewer.c
6                 Implement addressbook-based whitelisting for loading
7                 remote images. Fixed missing destroy of the embedded
8                 browser that made a Dillo window pop up on exit, if
9                 an HTML part was displayed.
10
11 2007-10-26 [colin]      3.0.2cvs104
12
13         * src/edittags.c
14                 Add missing static
15
16 2007-10-25 [colin]      3.0.2cvs103
17
18         * src/editaddress.c
19                 Add tap-and-hold on the picture, for Maemo
20         * src/edittags.c
21         * src/edittags.h
22         * src/mainwindow.c
23         * src/procmsg.c
24         * src/summaryview.c
25         * src/textview.c
26                 Unify tag interfaces.
27
28 2007-10-25 [colin]      3.0.2cvs102
29
30         * src/imap.c
31         * src/etpan/imap-thread.h
32                 Much better error handling. We'll need to be really
33                 clear to users about where errors come from, with 
34                 the apparition of Gmail's IMAP server.
35
36 2007-10-24 [colin]      3.0.2cvs101
37
38         * src/edittags.c
39         * src/mainwindow.c
40         * src/summaryview.c
41         * src/textview.c
42                 Add tags sorting (alphabetical); allow deletion of
43                 tags from the Apply Tags window
44
45 2007-10-24 [colin]      3.0.2cvs100
46
47         * src/editaddress.c
48         * src/editaddress_other_attributes_ldap.c
49         * src/editaddress_other_attributes_ldap.h
50         * src/ldapctrl.c
51         * src/ldapquery.c
52         * src/ldapupdate.c
53                 Fix LDAP writing (got broken in cvs39)
54                 Add read-only support for jpegPhoto LDAP field
55
56 2007-10-23 [colin]      3.0.2cvs99
57
58         * src/news.c
59                 Fix crash in some cases
60
61 2007-10-22 [colin]      3.0.2cvs98
62
63         * src/common/socket.h
64         * src/common/ssl.c
65                 Fix big leak in GnuTLS code
66
67 2007-10-22 [colin]      3.0.2cvs97
68
69         * src/news.c
70                 Fix bug 1368, 'SIGSEGV in NNTP code'
71
72 2007-10-22 [colin]      3.0.2cvs96
73
74         * src/prefs_customheader.c
75                 Catch compface warnings when generating X-Faces
76
77 2007-10-22 [wwp]        3.0.2cvs95
78
79         * src/quote_fmt_parse.y
80                 Remove accidentally committed debug traces.
81                 Fix a warning.
82
83 2007-10-22 [colin]      3.0.2cvs94
84
85         * src/etpan/nntp-thread.c
86                 Fix authentication
87
88 2007-10-19 [wwp]        3.0.2cvs93
89
90         * src/common/ssl_certificate.c
91                 Add missing include (Windows).
92
93 2007-10-19 [colin]      3.0.2cvs92
94
95         * src/imap_gtk.c
96         * src/mimeview.c
97         * src/textview.c
98         * src/gtk/inputdialog.c
99         * src/gtk/inputdialog.h
100                 Remove the last old combo; patch by
101                 Pawel
102
103 2007-10-19 [colin]      3.0.2cvs91
104
105         * src/common/ssl.c
106                 Fix interop problem with GnuTLS and some crappy
107                 servers that have very little keys.
108
109 2007-10-19 [colin]      3.0.2cvs90
110
111         * src/common/ssl.c
112                 Fix return value check on GnuTLS, and
113                 display the error
114
115 2007-10-18 [colin]      3.0.2cvs89
116
117         * src/common/ssl_certificate.c
118                 Fix missing initialisations
119
120 2007-10-18 [wwp]        3.0.2cvs88
121
122         * src/Makefile.am
123                 Fix linking against GNUTLS (matters if --enable-gnutls only).
124
125 2007-10-18 [colin]      3.0.2cvs87
126
127         * po/POTFILES.in
128                 Fix build
129
130 2007-10-18 [mones]      3.0.2cvs86
131
132         * src/editbook.c
133         * src/import.c
134         * src/prefs_account.c
135         * src/prefs_receive.c
136         * src/gtk/about.c
137         * src/plugins/bogofilter/bogofilter_gtk.c
138         * src/plugins/spamassassin/spamassassin_gtk.c
139                 More capitalisation micro-fixes
140
141 2007-10-18 [paul]       3.0.2cvs85
142
143         * configure.ac
144                 add info about NNTP support via libetpan
145                 change the configure output ending msg a little
146         * src/gtk/about.c
147                 similar changes to above
148
149 2007-10-18 [colin]      3.0.2cvs84
150
151         * src/procmime.c
152         * src/procmime.h
153                 Fix missing symbol for S/MIME
154
155 2007-10-18 [colin]      3.0.2cvs83
156
157         * src/prefs_filtering_action.c
158                 Fix crash in tags (introduced in cvs78)
159
160 2007-10-18 [colin]      3.0.2cvs82
161
162         * src/common/Makefile.am
163         * src/common/nntp.c
164         * src/common/nntp.h
165         * src/etpan/Makefile.am
166         * src/etpan/etpan-thread-manager-types.h
167         * src/etpan/etpan-thread-manager.c
168         * src/etpan/imap-thread.c
169         * src/etpan/nntp-thread.c
170         * src/etpan/nntp-thread.h
171         * src/news.c
172         * src/news.h
173                 Rewrite the nntp implementation
174                 to use libetpan. Non-blocking NNTP!
175         * src/account.c
176         * src/crash.c
177         * src/imap.c
178         * src/inc.c
179         * src/main.c
180         * src/mainwindow.c
181         * src/pop.c
182         * src/pop.h
183         * src/prefs_account.c
184         * src/recv.c
185         * src/recv.h
186         * src/send_message.c
187         * src/send_message.h
188         * src/ssl_manager.c
189         * src/ssl_manager.h
190         * src/wizard.c
191         * src/common/claws.c
192         * src/common/session.c
193         * src/common/session.h
194         * src/common/smtp.c
195         * src/common/smtp.h
196         * src/common/socket.c
197         * src/common/socket.h
198         * src/common/ssl.c
199         * src/common/ssl.h
200         * src/common/ssl_certificate.c
201         * src/common/ssl_certificate.h
202         * src/gtk/about.c
203         * src/gtk/sslcertwindow.c
204         * src/gtk/sslcertwindow.h
205                 Implement GnuTLS support. GnuTLS support
206                 will be used if OpenSSL isn't available, or
207                 specified explicitely. (the reason is that
208                 GnuTLS cerficate checking is a bit less 
209                 practical than OpenSSL's)
210
211 2007-10-18 [paul]       3.0.2cvs81
212
213         * src/gtk/inputdialog.c
214         * src/gtk/inputdialog.h
215                 fix copyright header
216
217 2007-10-17 [colin]      3.0.2cvs80
218
219         * src/plugins/pgpcore/select-keys.c
220                 Fix bug which prevented encryption key
221                 auto-selection when two or more matched the
222                 email address, but only one isn't revoked
223                 or expired.
224
225 2007-10-17 [wwp]        3.0.2cvs79
226
227         * src/compose.c
228         * src/quote_fmt.c
229         * src/quote_fmt.h
230         * src/quote_fmt_lex.l
231         * src/quote_fmt_parse.y
232                 Templates can now attach files using |attach{filename}.
233
234 2007-10-17 [wwp]        3.0.2cvs78
235
236         * src/prefs_customheader.c
237         * src/prefs_ext_prog.c
238         * src/prefs_filtering_action.c
239         * src/prefs_matcher.c
240         * src/prefs_other.c
241         * src/prefs_toolbar.c
242         * src/gtk/combobox.c
243         * src/gtk/combobox.h
244         * src/gtk/gtkutils.c
245         * src/gtk/gtkutils.h
246         * src/plugins/bogofilter/bogofilter_gtk.c
247         * src/plugins/spamassassin/spamassassin_gtk.c
248                 Removed almost all remaining instances of GtkCombo
249                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
250                 few visual and code cleanup from Colin.
251
252 2007-10-16 [wwp]        3.0.2cvs77
253         * src/gtk/pluginwindow.c
254                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
255
256 2007-10-15 [colin]      3.0.2cvs76
257
258         * src/edittags.c
259         * src/edittags.h
260         * src/filtering.c
261         * src/filtering.h
262         * src/importmutt.c
263         * src/importpine.c
264         * src/main.c
265         * src/messageview.c
266         * src/messageview.h
267         * src/mimeview.c
268         * src/mimeview.h
269         * src/pop.c
270         * src/pop.h
271         * src/prefs_common.c
272         * src/prefs_common.h
273         * src/prefs_customheader.c
274         * src/prefs_customheader.h
275         * src/prefs_display_header.c
276         * src/prefs_display_header.h
277         * src/prefs_filtering_action.c
278         * src/prefs_filtering_action.h
279         * src/prefs_folder_column.c
280         * src/prefs_folder_column.h
281         * src/prefs_folder_item.c
282         * src/prefs_folder_item.h
283         * src/prefs_gtk.c
284         * src/prefs_gtk.h
285         * src/prefs_logging.h
286         * src/prefs_matcher.c
287         * src/prefs_matcher.h
288         * src/prefs_summary_column.c
289         * src/prefs_summary_column.h
290         * src/prefs_summary_open.c
291         * src/procheader.c
292         * src/procheader.h
293         * src/procmime.c
294         * src/procmime.h
295         * src/recv.c
296         * src/recv.h
297         * src/sourcewindow.c
298         * src/sourcewindow.h
299         * src/summaryview.c
300         * src/summaryview.h
301         * src/textview.c
302         * src/textview.h
303         * src/toolbar.c
304         * src/toolbar.h
305         * src/common/mgutils.c
306         * src/common/mgutils.h
307         * src/common/nntp.c
308         * src/common/nntp.h
309         * src/common/prefs.c
310         * src/common/prefs.h
311         * src/common/socket.c
312         * src/common/socket.h
313         * src/common/stringtable.c
314         * src/common/stringtable.h
315         * src/common/template.c
316         * src/common/template.h
317         * src/common/uuencode.c
318         * src/common/uuencode.h
319         * src/gtk/gtkshruler.c
320         * src/gtk/gtkshruler.h
321         * src/gtk/menu.c
322         * src/gtk/menu.h
323         * src/gtk/progressdialog.c
324         * src/gtk/progressdialog.h
325                 Remove/staticalize, the return of the revenge
326
327 2007-10-15 [colin]      3.0.2cvs75
328
329         * src/matcher.c
330                 Fix redirections in filtering's tests
331
332 2007-10-15 [colin]      3.0.2cvs74
333
334         * src/imap.c
335                 Don't build imap_synchronise at all when 
336                 building without libetpan
337
338 2007-10-14 [colin]      3.0.2cvs73
339
340         * src/imap.c
341         * src/common/md5.c
342         * src/common/md5.h
343         * src/gtk/manage_window.c
344         * src/gtk/manage_window.h
345                 Remove more unused code
346
347 2007-10-14 [colin]      3.0.2cvs72
348
349         * src/addrquery.c
350         * src/addrquery.h
351         * src/recv.c
352         * src/recv.h
353         * src/vcard.c
354         * src/vcard.h
355         * src/common/xml.c
356         * src/common/xml.h
357         * src/common/xmlprops.c
358         * src/common/xmlprops.h
359                 Remove more unused code
360
361 2007-10-14 [colin]      3.0.2cvs71
362
363         * src/common/utils.c
364                 Remove unused function
365
366 2007-10-13 [colin]      3.0.2cvs70
367
368         * src/imap.c
369         * src/imap.h
370         * src/mainwindow.c
371         * src/mainwindow.h
372         * src/gtk/gtkutils.c
373         * src/gtk/gtkutils.h
374                 Staticalise/Remove more code
375
376 2007-10-13 [colin]      3.0.2cvs69
377
378         * src/common/utils.c
379         * src/common/utils.h
380                 Remove dead code, unused for ages
381
382 2007-10-13 [colin]      3.0.2cvs68
383
384         * src/main.c
385         * src/main.h
386                 Maemo: define hildon_program in main.c,
387                 make it accessible in the .h with extern
388
389 2007-10-13 [paul]       3.0.2cvs67
390
391         * src/gtk/menu.c
392                 fix a bunch of runtime warnings on maemo
393
394 2007-10-13 [paul]       3.0.2cvs66
395
396         * src/main.c
397         * src/main.h
398         * src/gtk/gtkutils.c
399         * src/gtk/gtkutils.h
400                 fix a bunch of compiler warnings on maemo
401
402 2007-10-12 [colin]      3.0.2cvs65
403
404         * src/account.c
405         * src/addritem.c
406         * src/addritem.h
407         * src/filtering.c
408         * src/filtering.h
409         * src/folder.c
410         * src/folder.h
411         * src/common/utils.c
412         * src/common/utils.h
413                 Remove unused code, staticalise some functions
414
415 2007-10-12 [paul]       3.0.2cvs64
416
417         * src/account.c
418         * src/folderview.c
419         * src/main.c
420         * src/mainwindow.c
421         * src/messageview.c
422         * src/summary_search.c
423         * src/summaryview.c
424         * src/toolbar.c
425         * src/wizard.c
426         * src/common/utils.c
427         * src/gtk/prefswindow.c
428                 fix a bunch of compiler warnings on maemo
429
430 2007-10-11 [colin]      3.0.2cvs63
431
432         * src/editaddress.c
433                 Make static function static
434
435 2007-10-11 [mones]      3.0.2cvs62
436
437         * src/addrduplicates.c
438         * src/addressbook.c
439         * src/compose.c
440         * src/expldifdlg.c
441         * src/mainwindow.c
442         * src/messageview.c
443         * src/pop.c
444         * src/prefs_customheader.c
445         * src/prefs_send.c
446         * src/prefs_themes.c
447         * src/common/plugin.c
448         * src/gtk/pluginwindow.c
449         * src/gtk/quicksearch.c
450                 Fix several typos and capitalisation issues
451
452 2007-10-11 [wwp]        3.0.2cvs61
453
454         * src/editaddress.c
455                 Fix a warning about possible use of uninitialized
456                 filename var.
457
458 2007-10-11 [wwp]        3.0.2cvs60
459
460         * src/editaddress.c
461                 Disable "Unset picture" menu item when there's
462                 no picture to clear. Fix an extraneous g_unref_object,
463                 add missing initializers.
464
465 2007-10-11 [wwp]        3.0.2cvs59
466
467         * src/pixmaps/anonymous.xpm
468         * src/editaddress.c
469         * src/Makefile.am
470         * src/stock_pixmap.c
471         * src/stock_pixmap.h
472                 Fix a leak, gettext-ize the photo label.
473                 Don't clear the existing picture if loading
474                 a new one fails. Use a default 'anonymous'
475                 picture (this new xpm has been added to the
476                 internal stock_pixmap API). Add a
477                 "Set picture" context menu entry.
478
479 2007-10-11 [colin]      3.0.2cvs58
480
481         * src/messageview.c
482                 Make shift-shortcuts work
483         * src/prefs_actions.c
484                 Don't ask if we really want to close when
485                 choosing OK and only the list is changed
486         * src/prefs_template.c
487                 Don't ask if we really want to close when
488                 choosing OK and only the list is changed
489         * src/common/plugin.c
490                 Fix writing of second [Plugins_*] block
491         * src/common/template.c
492                 Remove unused files (fixes deletion)
493
494 2007-10-10 [paul]       3.0.2cvs57
495
496         * src/prefs_template.c
497                 put the whole thing in a scrolled window
498                 so that half the page is no longer inaccessible
499                 on maemo
500                 make the gtk_text_view smaller on maemo
501
502 2007-10-10 [colin]      3.0.2cvs56
503
504         * src/compose.c
505                 Fix updating of Attachments number in some
506                 cases (reedit, attach from command-line, ...)
507
508 2007-10-10 [colin]      3.0.2cvs55
509
510         * src/editaddress.c
511                 Initialise error correctly
512
513 2007-10-10 [paul]       3.0.2cvs54
514
515         * src/prefs_filtering_action.c
516         * src/gtk/description_window.c
517         * src/gtk/foldersort.c
518         * src/gtk/quicksearch.c
519                 get rid of some pointless new lines and
520                 make the descripton labels wrap better
521
522 2007-10-10 [colin]      3.0.2cvs53
523
524         * src/addressadd.c
525         * src/editaddress.c
526         * src/headerview.c
527         * src/textview.c
528                 More error handling on saving pictures
529
530 2007-10-10 [colin]      3.0.2cvs52
531
532         * src/printing.c
533         * src/printing.h
534                 Generalize a bit printing, so we can factorize
535                 most of the code. 
536
537 2007-10-10 [paul]       3.0.2cvs51
538
539         * src/addrduplicates.c
540                 fix engrish
541                 use GTK_STOCK... buttons
542
543 2007-10-10 [paul]       3.0.2cvs50
544
545         * src/addressadd.c
546         * src/addrindex.c
547         * src/editaddress.c
548                 Fix previous patch
549                 Thanks to Colin
550
551 2007-10-10 [paul]       3.0.2cvs49
552
553         * src/summaryview.c
554         * src/messageview.c
555                 Fix crash on Add sender to addressbook when
556                 From is null
557         * src/addressadd.c
558         * src/addrindex.c
559         * src/editaddress.c
560         * src/editaddress_other_attributes_ldap.h
561                 Fix leaks 
562                 Rename images to .png in addrbook/
563         * src/headerview.c
564         * src/textview.c
565                 Fix Face/X-Face being used if adding another
566                 address than sender to addressbook
567                 Thanks to Colin
568
569 2007-10-10 [holger]     3.0.2cvs48
570
571         * src/addrduplicates.c
572         * src/editaddress.c
573                 Improvements to the addressbook duplicate finder
574                 feature:
575                  - add an edit button to the button bar
576                  - display the whole bookname (with iface) and
577                    use this for same-book checking
578                  - after editing, try to keep selections if the
579                    entries are still present
580                  - sort the email column alphabetically
581                  - put results in a scrolled window
582                  - support embedded editing
583                  - make columns in detail view resizable
584                  - add keyboard shortcuts
585
586 2007-10-10 [wwp]        3.0.2cvs47
587
588         * src/addrindex.c
589                 Fix a crash when there's no From: in email, thanks to Colin.
590
591 2007-10-09 [paul]       3.0.2cvs46
592
593         * src/messageview.c
594         * src/summaryview.c
595         * src/textview.c
596                 fix building without compface support
597
598 2007-10-09 [colin]      3.0.2cvs45
599
600         * src/editaddress.c
601         * src/headerview.c
602         * src/textview.c
603                 Add error handling
604
605 2007-10-09 [colin]      3.0.2cvs44
606
607         * src/addrduplicates.c
608         * src/addressadd.c
609         * src/addressadd.h
610         * src/addressbook.c
611         * src/addressbook.h
612         * src/addrindex.c
613         * src/addrindex.h
614         * src/addritem.c
615         * src/addritem.h
616         * src/compose.c
617         * src/editaddress.c
618         * src/editaddress_other_attributes_ldap.h
619         * src/headerview.c
620         * src/messageview.c
621         * src/mimeview.c
622         * src/summaryview.c
623         * src/textview.c
624         * src/gtk/gtkutils.c
625                 Automatically set contacts' pictures from Face 
626                 or X-Face if they have no picture
627                 Display the contact picture in textview or
628                 headerview for mails sent by people in the 
629                 addressbook, that have no Face or X-Face
630                 Fix a few details in the Person edition dialog
631                 (ability to unset picture)
632                 Remove picture file when deleting contacts
633
634 2007-10-09 [iwkse]      3.0.2cvs43
635
636         * src/gtk/about.c
637                 center the about window
638
639 2007-10-09 [paul]       3.0.2cvs42
640
641         * src/prefs_toolbar.c
642                 fix icon selector window on maemo
643
644 2007-10-09 [paul]       3.0.2cvs41
645
646         * src/messageview.c
647                 add 'go to' menu to separate msgview
648
649 2007-10-09 [colin]      3.0.2cvs40
650
651         * src/common/defs.h
652                 Add forgotten file
653
654 2007-10-09 [iwkse]      3.0.2cvs39
655
656         * Makefile.am
657         * src/addressbook.c
658         * src/addritem.c
659         * src/addritem.h
660         * src/editaddress.c
661         * src/editaddress_other_attributes_ldap.h
662         * src/addrbook.c
663         * src/Makefile.am
664                 set a photo in the Addressbook
665
666 2007-10-08 [colin]      3.0.2cvs38
667
668         * src/prefs_toolbar.c
669                 Make height 320 to remove the scrollbar 
670                 (with current number of icons)
671
672 2007-10-08 [colin]      3.0.2cvs37
673
674         * src/prefs_toolbar.c
675                 Transform the treeview to a GtkIconView.
676                 Patch by Pawel
677                 In addition, transform the window so that 
678                 it looks like a popup menu. Patch by me
679
680 2007-10-08 [colin]      3.0.2cvs36
681
682         * src/compose.c
683         * src/compose.h
684                 Beautify the GUI a bit; in particular, show the
685                 number of attachments in the tab's title.
686                 Patch by Pawel
687
688 2007-10-08 [paul]       3.0.2cvs35
689
690         * src/mimeview.c
691                 Save users from themselves: save temporary
692                 files used for Open/Open with as read-only.
693                 Thanks to Colin
694
695 2007-10-08 [paul]       3.0.2cvs34
696
697         * tools/Makefile.am
698                 forgot this in cvs33
699
700 2007-10-08 [paul]       3.0.2cvs33
701
702         * tools/kdeservicemenu/README
703         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
704         * tools/kdeservicemenu/install.sh
705         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
706                 renamed template* to *template so as not to confuse
707                 lintian
708
709 2007-10-08 [paul]       3.0.2cvs32
710
711         * src/prefs_themes.c
712         * src/stock_pixmap.c
713                 replace 2 direct uses of RC_DIR
714
715 2007-10-07 [colin]      3.0.2cvs31
716
717         * src/addrduplicates.c
718         * src/addrduplicates.h
719         * src/addressbook.c
720         * src/addressbook.h
721         * src/addrindex.c
722         * src/addrindex.h
723                 Implement deletion in duplicate finder. 
724                 Patch by Holger 
725
726 2007-10-07 [colin]      3.0.2cvs30
727
728         * src/exporthtml.c
729         * src/mbox.c
730         * src/common/utils.c
731                 Better fix for Solaris, thanks to Nicolas Doualot
732
733 2007-10-07 [colin]      3.0.2cvs29
734
735         * AUTHORS
736         * src/gtk/authors.h
737                 Add Frank Dietrich
738
739 2007-10-07 [colin]      3.0.2cvs28
740
741         * src/exporthtml.c
742                 Fix HTML export to make it more compliant
743                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
744
745 2007-10-07 [colin]      3.0.2cvs27
746
747         * src/prefs_toolbar.c
748                 Only use icons that wouldn't look stupid in the toolbar
749                 Patch by Pawel
750
751 2007-10-07 [colin]      3.0.2cvs26
752
753         * src/prefs_toolbar.c
754                 Fix old icon being used when none is selected
755
756 2007-10-07 [colin]      3.0.2cvs25
757
758         * src/toolbar.c
759                 Fix copy/paste error
760
761 2007-10-07 [colin]      3.0.2cvs24
762
763         * src/prefs_toolbar.c
764         * src/toolbar.c
765         * src/toolbar.h
766                 Update icon to default one when changing event
767                 Make the icon chooser nicer (handle Esc, Enter,
768                 double-click)
769
770 2007-10-06 [colin]      3.0.2cvs23
771
772         * src/prefs_toolbar.c
773                 Fix text reset; patch by Pawel
774
775 2007-10-06 [colin]      3.0.2cvs22
776
777         * src/toolbar.h
778                 Complete previous commit
779
780 2007-10-06 [colin]      3.0.2cvs21
781
782         * src/prefs_toolbar.c
783         * src/toolbar.c
784                 Set toolbar text automatically to the default
785                 when changing Event executed on click
786
787 2007-10-06 [colin]      3.0.2cvs20
788
789         * src/prefs_toolbar.c
790                 Invert Text and Event fields
791
792 2007-10-06 [colin]      3.0.2cvs19
793
794         * src/prefs_toolbar.c
795         * src/toolbar.c
796                 Make toolbar prefs look much better
797                 Patch by Pawel Pekala
798
799 2007-10-06 [paul]       3.0.2cvs18
800
801         * src/account.c
802         * src/prefs_filtering.c
803                 fix checkbuttons in gtktreeview on maemo by
804                 setting maemo's "allow-checkbox-mode" to FALSE
805
806 2007-10-06 [colin]      3.0.2cvs17
807
808         * configure.ac
809                 Export -DSOLARIS in CFLAGS for all
810                 Solaris (not just 2.8) and OpenSolaris
811
812 2007-10-06 [paul]       3.0.2cvs16
813
814         * AUTHORS
815         * src/exporthtml.c
816         * src/mbox.c
817         * src/gtk/authors.h
818                 fix build on solaris where ctime_r takes
819                 3 arguments rather than 2.
820                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
821
822 2007-10-05 [colin]      3.0.2cvs15
823
824         * src/etpan/imap-thread.c
825                 Fix wrong error codepath
826
827 2007-10-05 [wwp]        3.0.2cvs14
828
829         * src/filtering.c
830                 Fix unexpected logging of quicksearches:
831                 debug_filtering_session flag was never reset to FALSE, causing
832                 matcher functions to log when called from a quicksearch
833                 (if a filtering session happened before).
834
835 2007-10-05 [paul]       3.0.2cvs13
836
837         * src/prefs_actions.c
838         * src/prefs_filtering.c
839         * src/prefs_template.c
840                 fix bug 1343, 'Filtering..'s close button
841                 silently discards new filter'
842                 Thanks to Colin
843
844 2007-10-05 [paul]       3.0.2cvs12
845
846         * configure.ac
847         * src/Makefile.am
848                 fix bug 1347, '-Wno-unused-function, optional'
849
850 2007-10-05 [colin]      3.0.2cvs11
851
852         * src/procmime.c
853         * src/common/mgutils.c
854                 Fix warnings
855
856 2007-10-05 [mones]      3.0.2cvs10
857
858         * manual/advanced.xml
859                 Use full menu name
860         * manual/es/advanced.xml
861                 Synchronise translation
862
863 2007-10-04 [colin]      3.0.2cvs9
864
865         * src/action.c
866         * src/addrbook.c
867         * src/addrindex.c
868         * src/compose.c
869         * src/exporthtml.c
870         * src/exportldif.c
871         * src/folder.c
872         * src/main.c
873         * src/matcher.c
874         * src/mbox.c
875         * src/messageview.c
876         * src/mh.c
877         * src/news.c
878         * src/partial_download.c
879         * src/pop.c
880         * src/procmime.c
881         * src/procmsg.c
882         * src/toolbar.c
883         * src/common/log.c
884         * src/common/mgutils.c
885         * src/common/plugin.c
886         * src/common/utils.c
887         * src/common/xml.c
888         * src/common/xml.h
889         * src/common/xmlprops.c
890         * src/common/xmlprops.h
891         * src/plugins/bogofilter/bogofilter.c
892         * src/plugins/clamav/clamav_plugin.c
893         * src/plugins/dillo_viewer/dillo_prefs.c
894         * src/plugins/pgpcore/prefs_gpg.c
895         * src/plugins/pgpinline/pgpinline.c
896         * src/plugins/pgpmime/pgpmime.c
897         * src/plugins/spamassassin/spamassassin.c
898         * src/plugins/trayicon/trayicon_prefs.c
899                 Verify success on writes. Will fix possible strange
900                 failure on disk full.
901
902 2007-10-04 [paul]       3.0.2cvs8
903
904         * manual/advanced.xml
905                 add further info about Actions
906                 Patch by Emmanuel Briot <briot@adacore.com>
907
908 2007-10-04 [paul]       3.0.2cvs7
909
910         * src/account.c
911                 remove the D column, instead indicate the
912                 default account by use of bold text
913
914 2007-10-03 [colin]      3.0.2cvs6
915
916         * src/common/template.c
917                 Fix templates writing (was prone to disk full problems)
918
919 2007-10-03 [colin]      3.0.2cvs5
920
921         * src/Makefile.am
922         * src/addrduplicates.c
923         * src/addrduplicates.h
924         * src/addressbook.c
925                 Add duplicate deletion. Patch by Holger
926
927 2007-10-03 [colin]      3.0.2cvs4
928
929         * src/matcher.c
930         * src/gtk/quicksearch.c
931                 Fix bug 1340, 'Case insensitive searches with 
932                 non-ascii alphabets fail'.
933
934 2007-10-03 [colin]      3.0.2cvs3
935
936         * src/main.c
937         * src/common/utils.c
938         * src/common/utils.h
939                 Implement run-time alternative config directories
940
941 2007-10-03 [colin]      3.0.2cvs2
942
943         * src/folderview.c
944                 Prevent opening folder item while folder
945                 is scanned in a better way
946
947 2007-10-02 [paul]       3.0.2cvs1
948
949         * NEWS
950         * README
951         * RELEASE_NOTES
952         * configure.ac
953                 bump up version number following stable release
954
955 2007-09-30 [colin]      3.0.1cvs49
956
957         * src/imap.c
958                 Refresh session if needed
959
960 2007-09-30 [colin]      3.0.1cvs48
961
962         * src/imap.c
963                 Reset folder's session to NULL
964                 before destroying it
965
966 2007-09-30 [mones]      3.0.1cvs47
967
968         * manual/handling.xml
969                 Use markup quotes instead hardcoded quotes
970         * manual/es/handling.xml
971                 Added new synced section (IMAP subscriptions)
972
973 2007-09-29 [colin]      3.0.1cvs46
974
975         * src/imap.c
976                 Notice disconnections faster
977
978 2007-09-28 [colin]      3.0.1cvs45
979
980         * src/addressbook.c
981         * src/addrindex.c
982                 Fix warnings
983
984 2007-09-28 [paul]       3.0.1cvs44
985
986         * src/mimeview.c
987                 fix maemo build
988
989 2007-09-28 [paul]       3.0.1cvs43
990
991         * src/account.c
992                 use gtk_widget_set_size_request() on the label
993                 so that wrapping works better. get rid of the
994                 (partially deprecated) hbutton_box.
995                 these changes should prevent buttons overlapping
996                 on maemo
997
998 2007-09-28 [colin]      3.0.1cvs42
999
1000         * src/pop.c
1001                 Fix typo :)
1002
1003 2007-09-28 [colin]      3.0.1cvs41
1004
1005         * src/compose.c
1006         * src/msgcache.c
1007         * src/pop.c
1008         * src/procmime.c
1009         * src/etpan/imap-thread.c
1010                 64bits-related warning fixes
1011
1012 2007-09-28 [colin]      3.0.1cvs40
1013
1014         * src/folder_item_prefs.c
1015         * src/ldaputil.c
1016         * src/mainwindow.c
1017         * src/mimeview.c
1018         * src/common/tags.c
1019                 Fix warnings
1020
1021 2007-09-28 [colin]      3.0.1cvs39
1022
1023         * src/plugins/spamassassin/spamassassin.c
1024         * src/plugins/spamassassin/spamassassin.h
1025         * src/plugins/spamassassin/spamassassin_gtk.c
1026                 Add addressbook-based whitelisting
1027
1028 2007-09-28 [colin]      3.0.1cvs38
1029
1030         * src/folder.c
1031                 Fix bug 1337, 'crash on pressing Send button'
1032
1033 2007-09-28 [paul]       3.0.1cvs37
1034
1035         * src/prefs_folder_item.c
1036                 give the orphans a parent. makes all prefs
1037                 pages visible on maemo
1038
1039 2007-09-28 [colin]      3.0.1cvs36
1040
1041         * src/prefs_folder_column.c
1042         * src/prefs_summary_column.c
1043                 Fix two leaks
1044
1045 2007-09-27 [colin]      3.0.1cvs35
1046
1047         * src/gtk/quicksearch.c
1048                 Fix bug 1336, 'Segfault if empty space before search-string'
1049
1050 2007-09-26 [mones]      3.0.1cvs34
1051
1052         * manual/account.xml
1053         * manual/plugins.xml
1054                 Fixed irc channel name, added some docbook markup.
1055                 Changed text markup to docbook markup. 
1056                 Added spamcop as supported in SpamReport description.
1057         * manual/fr/plugins.xml
1058                 Fixed irc channel name.
1059         * manual/es/account.xml
1060         * manual/es/advanced.xml
1061         * manual/es/claws-mail-manual.xml
1062         * manual/es/glossary.xml
1063         * manual/es/gpl.xml
1064         * manual/es/keyboard.xml
1065         * manual/es/plugins.xml
1066                 Synced with English version, fixed a couple of typos.
1067
1068 2007-09-26 [colin]      3.0.1cvs33
1069
1070         * configure.ac
1071                 Explain why "Libgnomeprint: no" on GTK+ 2.10
1072
1073 2007-09-26 [colin]      3.0.1cvs32
1074
1075         * src/messageview.c
1076         * src/procmsg.c
1077         * src/procmsg.h
1078                 Optimisation: avoid fetching mail 3 times locally
1079                 for displaying
1080
1081 2007-09-26 [colin]      3.0.1cvs31
1082
1083         * src/mh.c
1084                 Fix missing static
1085
1086 2007-09-26 [colin]      3.0.1cvs30
1087
1088         * src/folder.c
1089         * src/folder.h
1090         * src/mh.c
1091         * src/mh.h
1092                 Fix MH mtime hack - make it a folder class function
1093
1094 2007-09-26 [colin]      3.0.1cvs29
1095
1096         * src/inc.c
1097                 Fix bug 1334, 'user defined mail incorporation 
1098                 script not run'
1099
1100 2007-09-25 [colin]      3.0.1cvs28
1101
1102         * src/codeconv.c
1103                 Optimisation: shortcut conv_codeset_strdup
1104                 when src_code and dest_code are the same
1105         * src/common/xml.c
1106         * src/common/xml.h
1107                 Optimisation: shortcut code conversions when
1108                 files are in UTF-8; faster list walking by
1109                 using prepend/reverse.
1110
1111 2007-09-25 [holger]     3.0.1cvs27
1112
1113         * src/printing.c
1114                 Replace button bar of the preview window
1115                 with a real toolbar (patch by Colin)
1116                 Add zooming to the preview window
1117
1118 2007-09-24 [paul]       3.0.1cvs26
1119
1120         * src/compose.c
1121                 compact the character set menu, adding some
1122                 missing encodings. Patch by Pawel Pekala
1123
1124 2007-09-23 [paul]       3.0.1cvs25
1125
1126         * src/prefs_account.c
1127         * src/prefs_folder_item.c
1128         * src/prefs_quote.c
1129         * src/quote_fmt.c
1130         * src/quote_fmt.h
1131                 remove unnecessary frame from Templates options
1132                 and improve the English of the check button label
1133
1134 2007-09-22 [colin]      3.0.1cvs24
1135
1136         * src/gtk/quicksearch.c
1137                 Fix bug 1329, 'error in quicksearch.c'
1138                 Fix return with value in function returning void
1139
1140 2007-09-22 [colin]      3.0.1cvs23
1141
1142         * src/imap.c
1143         * src/procmsg.h
1144         * src/common/utils.c
1145         * src/common/utils.h
1146         * src/etpan/imap-thread.c
1147                 Optimise fetching IMAP cached emails *a lot*
1148                 (remember whether mail is fully cached and \r's
1149                  are already stripped)
1150
1151 2007-09-22 [colin]      3.0.1cvs22
1152
1153         * src/folder.c
1154         * src/folder.h
1155         * src/prefs_folder_item.c
1156                 Add a button to allow users to drop local caches.
1157
1158 2007-09-21 [colin]      3.0.1cvs21
1159
1160         * src/summaryview.c
1161                 Remove unnecessary error when cancelling export to mbox.
1162                 Patch by Pawel
1163
1164 2007-09-21 [paul]       3.0.1cvs20
1165
1166         * src/gtk/prefswindow.c
1167                 remove unnecessary frames from the prefs
1168                 pages. Patch by Pawel Pekala
1169
1170 2007-09-21 [paul]       3.0.1cvs19
1171
1172         * src/prefs_account.c
1173         * src/prefs_folder_item.c
1174         * src/prefs_quote.c
1175         * src/quote_fmt.c
1176                 put the Templates options into a tabbed
1177                 layout. Patch by Pawel Pekala
1178
1179 2007-09-21 [paul]       3.0.1cvs18
1180
1181         * src/mainwindow.c
1182                 group together the character set menu items
1183                 move the /View/Show or hide/Message view below
1184                 .../Toolbar menu item
1185                 Patch by Pawel Pekala
1186
1187 2007-09-21 [mones]      3.0.1cvs17
1188
1189         * src/compose.c
1190                 Fix for bug 1327, 'segfault when replying to a non-existent
1191                 news message', thanks to Colin.
1192
1193 2007-09-21 [colin]      3.0.1cvs16
1194
1195         * src/folderview.c
1196                 Complete 3.0.1cvs15
1197
1198 2007-09-20 [colin]      3.0.1cvs15
1199
1200         * src/folderview.c
1201         * src/folderview.h
1202                 Maybe fix bug 1324, 'Corrupted IMAP cache'
1203
1204 2007-09-20 [colin]      3.0.1cvs14
1205
1206         * src/printing.c
1207                 Fix a little leak
1208
1209 2007-09-20 [holger]     3.0.1cvs13
1210
1211         * src/printing.c
1212                 Add page layout to print preview.
1213                 Make the close-button in the toolbar
1214                 right-aligned.
1215
1216 2007-09-20 [paul]       3.0.1cvs12
1217
1218         * po/ru.po
1219                 updated by Pavlo Bohmat
1220
1221 2007-09-19 [colin]      3.0.1cvs11
1222
1223         * src/common/utils.c
1224                 Prevent unquoted mime boundaries, by always
1225                 using a /
1226
1227 2007-09-19 [colin]      3.0.1cvs10
1228
1229         * src/printing.c
1230                 Fix drawing area size, fix DPI change that
1231                 can cause total number of lines to decrease
1232
1233 2007-09-19 [colin]      3.0.1cvs9
1234
1235         * po/POTFILES.in
1236         * src/printing.c
1237                 Make print preview more efficient and nicer.
1238                 Patch mostly by Holger Berndt <hb@claws-mail.org>
1239
1240 2007-09-19 [colin]      3.0.1cvs8
1241
1242         * src/prefs_common.c
1243         * src/prefs_common.h
1244         * src/printing.c
1245                 Add scrolledwindow, default allocation and
1246                 size saving to the print preview window.
1247
1248 2007-09-18 [colin]      3.0.1cvs7
1249
1250         * src/prefs_common.c
1251         * src/prefs_common.h
1252         * src/prefs_image_viewer.c
1253         * src/printing.c
1254                 GtkPrintOperation:
1255                 - add image printing support
1256                 - add option to print images
1257                 - add preview widget
1258                 - add saving of a few Page Setup parameters
1259
1260 2007-09-18 [colin]      3.0.1cvs6
1261
1262         * AUTHORS
1263         * src/gtk/authors.h
1264                 Add Guillaume Chazarain
1265
1266 2007-09-18 [colin]      3.0.1cvs5
1267
1268         * src/common/utils.c
1269                 Fix bug 1321, 'access before allocation 
1270                 when scanning for uris'. Patch by 
1271                 Guillaume Chazarain <guichaz@yahoo.fr>
1272
1273 2007-09-18 [colin]      3.0.1cvs4
1274
1275         * src/toolbar.c
1276                 Fix bug 1320, 'Memory leak caused by 
1277                 gtk_container_get_children'. Patch by
1278                 Guillaume Chazarain <guichaz@yahoo.fr>
1279
1280 2007-09-18 [colin]      3.0.1cvs3
1281
1282         * src/printing.c
1283         * src/printing.h
1284                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
1285
1286 2007-09-18 [colin]      3.0.1cvs2
1287
1288         * src/Makefile.am
1289         * src/mainwindow.c
1290         * src/messageview.c
1291         * src/messageview.h
1292         * src/prefs_ext_prog.c
1293         * src/prefs_fonts.c
1294         * src/printing.c
1295         * src/printing.h
1296         * src/summaryview.c
1297                 Use GtkPrintOperation by default on GTK+ >= 2.10
1298                 Patch by Holger Berndt <hb@claws-mail.org>
1299
1300 2007-09-18 [paul]       3.0.1cvs1
1301
1302         * NEWS
1303         * README
1304         * RELEASE_NOTES
1305         * configure.ac
1306                 bump up version number following stable release
1307
1308 2007-09-16 [colin]      3.0.0cvs18
1309
1310         * src/folder.c
1311                 Fix possible memleak
1312
1313 2007-09-16 [colin]      3.0.0cvs17
1314
1315         * src/folderview.c
1316                 Fix bug 1311, 'Wrong arrow position 
1317                 while moving message into folder when 
1318                 column headers hidden'
1319         * src/image_viewer.c
1320                 Show error in the GUI if image can't
1321                 be loaded
1322         * src/matcher.c
1323                 Fix spurious output
1324         * src/messageview.c
1325                 Allow setting domain in msgid
1326         * src/common/plugin.c
1327                 Add timing information
1328
1329 2007-09-16 [colin]      3.0.0cvs16
1330
1331         * src/account.c
1332         * src/compose.c
1333         * src/prefs_account.c
1334         * src/prefs_account.h
1335         * src/common/utils.c
1336                 Remove Generate Message-ID option. We need
1337                 this on some IMAP servers.
1338         * src/prefs_template.c
1339                 Fix double-free
1340
1341 2007-09-16 [colin]      3.0.0cvs15
1342
1343         * src/prefs_filtering.c
1344         * src/prefs_filtering.h
1345         * src/prefs_filtering_action.c
1346         * src/common/tags.c
1347                 Fix tags issues: tags with spaces, renaming
1348                 tags.
1349
1350 2007-09-16 [colin]      3.0.0cvs14
1351
1352         * src/folderview.c
1353         * src/main.c
1354         * src/mainwindow.c
1355                 Fix bug 1308, 'Claws deletes folderlist.xml after
1356                 fetching mail short after start-up'
1357
1358 2007-09-16 [colin]      3.0.0cvs13
1359
1360         * src/compose.c
1361                 Fix scrolling to cursor
1362
1363 2007-09-16 [paul]       3.0.0cvs12
1364
1365         * po/sr.po
1366                 updated by Aleksandar Urosevic
1367
1368 2007-09-16 [paul]       3.0.0cvs11
1369
1370         * src/folder.c
1371                 do not allow locked msgs to be deleted,
1372                 even by filtering/processing
1373
1374 2007-09-07 [paul]       3.0.0cvs10
1375
1376         * src/prefs_folder_column.c
1377         * src/prefs_summary_column.c
1378                 implement button sensitivity
1379                 patch by Pawel Pekala
1380
1381 2007-09-06 [wwp]        3.0.0cvs9
1382
1383         * src/prefs_gtk.c
1384                 Add a missing linefeed to a debug message.
1385
1386 2007-09-05 [colin]      3.0.0cvs8
1387
1388         * src/inc.c
1389                 Fix statusbar/window mismatch on Maemo
1390
1391 2007-09-05 [colin]      3.0.0cvs7
1392
1393         * src/ldaputil.c
1394                 Fix build without USE_LDAP_TLS
1395
1396 2007-09-05 [colin]      3.0.0cvs6
1397
1398         * src/folder.c
1399         * src/imap.c
1400         * src/inc.c
1401         * src/mbox.c
1402         * src/send_message.c
1403         * src/statusbar.c
1404         * src/statusbar.h
1405                 Maemo: distinguish various statusbar messages,
1406                 in order to display only the most important.
1407
1408 2007-09-04 [wwp]        3.0.0cvs5
1409
1410         * src/account.c
1411                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1412                 Show protocol "SMTP" and the appropriate server for send-only
1413                 accounts, show "-" instead of "" when no value is relevant.
1414
1415 2007-09-03 [ticho]      3.0.0cvs4
1416
1417         * src/summaryview.c
1418                 Handle plural form better in delete confirmation dialog.
1419
1420 2007-09-03 [wwp]        3.0.0cvs3
1421
1422         * src/compose.c
1423                 Warn differently when sending or sending later (queueing).
1424
1425 2007-09-03 [colin]      3.0.0cvs2
1426
1427         * src/procmime.c
1428         * src/procmime.h
1429         * src/common/plugin.c
1430         * src/common/plugin.h
1431                 Add a new plugin API, MimeParser. It allows
1432                 plugins to scan email MIME parts and optionally,
1433                 transform them.
1434
1435 2007-09-03 [mones]      3.0.0cvs1
1436
1437         * po/es.po
1438                 Updated translation
1439         * src/common/defs.h
1440                 While a better solution is made double history sizes
1441
1442 2007-09-03 [paul]       3.0.0
1443
1444         * NEWS
1445         * README
1446         * RELEASE_NOTES
1447                 3.0.0 released
1448
1449 [For previous entries, see ChangeLog.2.0.0-3.0.0]