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