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