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