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