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