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