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