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