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