2007-10-17 [wwp] 3.0.2cvs79
[claws.git] / ChangeLog
1 2007-10-17 [wwp]        3.0.2cvs79
2
3         * src/compose.c
4         * src/quote_fmt.c
5         * src/quote_fmt.h
6         * src/quote_fmt_lex.l
7         * src/quote_fmt_parse.y
8                 Templates can now attach files using |attach{filename}.
9
10 2007-10-17 [wwp]        3.0.2cvs78
11
12         * src/prefs_customheader.c
13         * src/prefs_ext_prog.c
14         * src/prefs_filtering_action.c
15         * src/prefs_matcher.c
16         * src/prefs_other.c
17         * src/prefs_toolbar.c
18         * src/gtk/combobox.c
19         * src/gtk/combobox.h
20         * src/gtk/gtkutils.c
21         * src/gtk/gtkutils.h
22         * src/plugins/bogofilter/bogofilter_gtk.c
23         * src/plugins/spamassassin/spamassassin_gtk.c
24                 Removed all remaining instances of GtkCombo
25                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
26                 few visual and code cleanup from Colin.
27
28 2007-10-16 [wwp]        3.0.2cvs77
29         * src/gtk/pluginwindow.c
30                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
31
32 2007-10-15 [colin]      3.0.2cvs76
33
34         * src/edittags.c
35         * src/edittags.h
36         * src/filtering.c
37         * src/filtering.h
38         * src/importmutt.c
39         * src/importpine.c
40         * src/main.c
41         * src/messageview.c
42         * src/messageview.h
43         * src/mimeview.c
44         * src/mimeview.h
45         * src/pop.c
46         * src/pop.h
47         * src/prefs_common.c
48         * src/prefs_common.h
49         * src/prefs_customheader.c
50         * src/prefs_customheader.h
51         * src/prefs_display_header.c
52         * src/prefs_display_header.h
53         * src/prefs_filtering_action.c
54         * src/prefs_filtering_action.h
55         * src/prefs_folder_column.c
56         * src/prefs_folder_column.h
57         * src/prefs_folder_item.c
58         * src/prefs_folder_item.h
59         * src/prefs_gtk.c
60         * src/prefs_gtk.h
61         * src/prefs_logging.h
62         * src/prefs_matcher.c
63         * src/prefs_matcher.h
64         * src/prefs_summary_column.c
65         * src/prefs_summary_column.h
66         * src/prefs_summary_open.c
67         * src/procheader.c
68         * src/procheader.h
69         * src/procmime.c
70         * src/procmime.h
71         * src/recv.c
72         * src/recv.h
73         * src/sourcewindow.c
74         * src/sourcewindow.h
75         * src/summaryview.c
76         * src/summaryview.h
77         * src/textview.c
78         * src/textview.h
79         * src/toolbar.c
80         * src/toolbar.h
81         * src/common/mgutils.c
82         * src/common/mgutils.h
83         * src/common/nntp.c
84         * src/common/nntp.h
85         * src/common/prefs.c
86         * src/common/prefs.h
87         * src/common/socket.c
88         * src/common/socket.h
89         * src/common/stringtable.c
90         * src/common/stringtable.h
91         * src/common/template.c
92         * src/common/template.h
93         * src/common/uuencode.c
94         * src/common/uuencode.h
95         * src/gtk/gtkshruler.c
96         * src/gtk/gtkshruler.h
97         * src/gtk/menu.c
98         * src/gtk/menu.h
99         * src/gtk/progressdialog.c
100         * src/gtk/progressdialog.h
101                 Remove/staticalize, the return of the revenge
102
103 2007-10-15 [colin]      3.0.2cvs75
104
105         * src/matcher.c
106                 Fix redirections in filtering's tests
107
108 2007-10-15 [colin]      3.0.2cvs74
109
110         * src/imap.c
111                 Don't build imap_synchronise at all when 
112                 building without libetpan
113
114 2007-10-14 [colin]      3.0.2cvs73
115
116         * src/imap.c
117         * src/common/md5.c
118         * src/common/md5.h
119         * src/gtk/manage_window.c
120         * src/gtk/manage_window.h
121                 Remove more unused code
122
123 2007-10-14 [colin]      3.0.2cvs72
124
125         * src/addrquery.c
126         * src/addrquery.h
127         * src/recv.c
128         * src/recv.h
129         * src/vcard.c
130         * src/vcard.h
131         * src/common/xml.c
132         * src/common/xml.h
133         * src/common/xmlprops.c
134         * src/common/xmlprops.h
135                 Remove more unused code
136
137 2007-10-14 [colin]      3.0.2cvs71
138
139         * src/common/utils.c
140                 Remove unused function
141
142 2007-10-13 [colin]      3.0.2cvs70
143
144         * src/imap.c
145         * src/imap.h
146         * src/mainwindow.c
147         * src/mainwindow.h
148         * src/gtk/gtkutils.c
149         * src/gtk/gtkutils.h
150                 Staticalise/Remove more code
151
152 2007-10-13 [colin]      3.0.2cvs69
153
154         * src/common/utils.c
155         * src/common/utils.h
156                 Remove dead code, unused for ages
157
158 2007-10-13 [colin]      3.0.2cvs68
159
160         * src/main.c
161         * src/main.h
162                 Maemo: define hildon_program in main.c,
163                 make it accessible in the .h with extern
164
165 2007-10-13 [paul]       3.0.2cvs67
166
167         * src/gtk/menu.c
168                 fix a bunch of runtime warnings on maemo
169
170 2007-10-13 [paul]       3.0.2cvs66
171
172         * src/main.c
173         * src/main.h
174         * src/gtk/gtkutils.c
175         * src/gtk/gtkutils.h
176                 fix a bunch of compiler warnings on maemo
177
178 2007-10-12 [colin]      3.0.2cvs65
179
180         * src/account.c
181         * src/addritem.c
182         * src/addritem.h
183         * src/filtering.c
184         * src/filtering.h
185         * src/folder.c
186         * src/folder.h
187         * src/common/utils.c
188         * src/common/utils.h
189                 Remove unused code, staticalise some functions
190
191 2007-10-12 [paul]       3.0.2cvs64
192
193         * src/account.c
194         * src/folderview.c
195         * src/main.c
196         * src/mainwindow.c
197         * src/messageview.c
198         * src/summary_search.c
199         * src/summaryview.c
200         * src/toolbar.c
201         * src/wizard.c
202         * src/common/utils.c
203         * src/gtk/prefswindow.c
204                 fix a bunch of compiler warnings on maemo
205
206 2007-10-11 [colin]      3.0.2cvs63
207
208         * src/editaddress.c
209                 Make static function static
210
211 2007-10-11 [mones]      3.0.2cvs62
212
213         * src/addrduplicates.c
214         * src/addressbook.c
215         * src/compose.c
216         * src/expldifdlg.c
217         * src/mainwindow.c
218         * src/messageview.c
219         * src/pop.c
220         * src/prefs_customheader.c
221         * src/prefs_send.c
222         * src/prefs_themes.c
223         * src/common/plugin.c
224         * src/gtk/pluginwindow.c
225         * src/gtk/quicksearch.c
226                 Fix several typos and capitalisation issues
227
228 2007-10-11 [wwp]        3.0.2cvs61
229
230         * src/editaddress.c
231                 Fix a warning about possible use of uninitialized
232                 filename var.
233
234 2007-10-11 [wwp]        3.0.2cvs60
235
236         * src/editaddress.c
237                 Disable "Unset picture" menu item when there's
238                 no picture to clear. Fix an extraneous g_unref_object,
239                 add missing initializers.
240
241 2007-10-11 [wwp]        3.0.2cvs59
242
243         * src/pixmaps/anonymous.xpm
244         * src/editaddress.c
245         * src/Makefile.am
246         * src/stock_pixmap.c
247         * src/stock_pixmap.h
248                 Fix a leak, gettext-ize the photo label.
249                 Don't clear the existing picture if loading
250                 a new one fails. Use a default 'anonymous'
251                 picture (this new xpm has been added to the
252                 internal stock_pixmap API). Add a
253                 "Set picture" context menu entry.
254
255 2007-10-11 [colin]      3.0.2cvs58
256
257         * src/messageview.c
258                 Make shift-shortcuts work
259         * src/prefs_actions.c
260                 Don't ask if we really want to close when
261                 choosing OK and only the list is changed
262         * src/prefs_template.c
263                 Don't ask if we really want to close when
264                 choosing OK and only the list is changed
265         * src/common/plugin.c
266                 Fix writing of second [Plugins_*] block
267         * src/common/template.c
268                 Remove unused files (fixes deletion)
269
270 2007-10-10 [paul]       3.0.2cvs57
271
272         * src/prefs_template.c
273                 put the whole thing in a scrolled window
274                 so that half the page is no longer inaccessible
275                 on maemo
276                 make the gtk_text_view smaller on maemo
277
278 2007-10-10 [colin]      3.0.2cvs56
279
280         * src/compose.c
281                 Fix updating of Attachments number in some
282                 cases (reedit, attach from command-line, ...)
283
284 2007-10-10 [colin]      3.0.2cvs55
285
286         * src/editaddress.c
287                 Initialise error correctly
288
289 2007-10-10 [paul]       3.0.2cvs54
290
291         * src/prefs_filtering_action.c
292         * src/gtk/description_window.c
293         * src/gtk/foldersort.c
294         * src/gtk/quicksearch.c
295                 get rid of some pointless new lines and
296                 make the descripton labels wrap better
297
298 2007-10-10 [colin]      3.0.2cvs53
299
300         * src/addressadd.c
301         * src/editaddress.c
302         * src/headerview.c
303         * src/textview.c
304                 More error handling on saving pictures
305
306 2007-10-10 [colin]      3.0.2cvs52
307
308         * src/printing.c
309         * src/printing.h
310                 Generalize a bit printing, so we can factorize
311                 most of the code. 
312
313 2007-10-10 [paul]       3.0.2cvs51
314
315         * src/addrduplicates.c
316                 fix engrish
317                 use GTK_STOCK... buttons
318
319 2007-10-10 [paul]       3.0.2cvs50
320
321         * src/addressadd.c
322         * src/addrindex.c
323         * src/editaddress.c
324                 Fix previous patch
325                 Thanks to Colin
326
327 2007-10-10 [paul]       3.0.2cvs49
328
329         * src/summaryview.c
330         * src/messageview.c
331                 Fix crash on Add sender to addressbook when
332                 From is null
333         * src/addressadd.c
334         * src/addrindex.c
335         * src/editaddress.c
336         * src/editaddress_other_attributes_ldap.h
337                 Fix leaks 
338                 Rename images to .png in addrbook/
339         * src/headerview.c
340         * src/textview.c
341                 Fix Face/X-Face being used if adding another
342                 address than sender to addressbook
343                 Thanks to Colin
344
345 2007-10-10 [holger]     3.0.2cvs48
346
347         * src/addrduplicates.c
348         * src/editaddress.c
349                 Improvements to the addressbook duplicate finder
350                 feature:
351                  - add an edit button to the button bar
352                  - display the whole bookname (with iface) and
353                    use this for same-book checking
354                  - after editing, try to keep selections if the
355                    entries are still present
356                  - sort the email column alphabetically
357                  - put results in a scrolled window
358                  - support embedded editing
359                  - make columns in detail view resizable
360                  - add keyboard shortcuts
361
362 2007-10-10 [wwp]        3.0.2cvs47
363
364         * src/addrindex.c
365                 Fix a crash when there's no From: in email, thanks to Colin.
366
367 2007-10-09 [paul]       3.0.2cvs46
368
369         * src/messageview.c
370         * src/summaryview.c
371         * src/textview.c
372                 fix building without compface support
373
374 2007-10-09 [colin]      3.0.2cvs45
375
376         * src/editaddress.c
377         * src/headerview.c
378         * src/textview.c
379                 Add error handling
380
381 2007-10-09 [colin]      3.0.2cvs44
382
383         * src/addrduplicates.c
384         * src/addressadd.c
385         * src/addressadd.h
386         * src/addressbook.c
387         * src/addressbook.h
388         * src/addrindex.c
389         * src/addrindex.h
390         * src/addritem.c
391         * src/addritem.h
392         * src/compose.c
393         * src/editaddress.c
394         * src/editaddress_other_attributes_ldap.h
395         * src/headerview.c
396         * src/messageview.c
397         * src/mimeview.c
398         * src/summaryview.c
399         * src/textview.c
400         * src/gtk/gtkutils.c
401                 Automatically set contacts' pictures from Face 
402                 or X-Face if they have no picture
403                 Display the contact picture in textview or
404                 headerview for mails sent by people in the 
405                 addressbook, that have no Face or X-Face
406                 Fix a few details in the Person edition dialog
407                 (ability to unset picture)
408                 Remove picture file when deleting contacts
409
410 2007-10-09 [iwkse]      3.0.2cvs43
411
412         * src/gtk/about.c
413                 center the about window
414
415 2007-10-09 [paul]       3.0.2cvs42
416
417         * src/prefs_toolbar.c
418                 fix icon selector window on maemo
419
420 2007-10-09 [paul]       3.0.2cvs41
421
422         * src/messageview.c
423                 add 'go to' menu to separate msgview
424
425 2007-10-09 [colin]      3.0.2cvs40
426
427         * src/common/defs.h
428                 Add forgotten file
429
430 2007-10-09 [iwkse]      3.0.2cvs39
431
432         * Makefile.am
433         * src/addressbook.c
434         * src/addritem.c
435         * src/addritem.h
436         * src/editaddress.c
437         * src/editaddress_other_attributes_ldap.h
438         * src/addrbook.c
439         * src/Makefile.am
440                 set a photo in the Addressbook
441
442 2007-10-08 [colin]      3.0.2cvs38
443
444         * src/prefs_toolbar.c
445                 Make height 320 to remove the scrollbar 
446                 (with current number of icons)
447
448 2007-10-08 [colin]      3.0.2cvs37
449
450         * src/prefs_toolbar.c
451                 Transform the treeview to a GtkIconView.
452                 Patch by Pawel
453                 In addition, transform the window so that 
454                 it looks like a popup menu. Patch by me
455
456 2007-10-08 [colin]      3.0.2cvs36
457
458         * src/compose.c
459         * src/compose.h
460                 Beautify the GUI a bit; in particular, show the
461                 number of attachments in the tab's title.
462                 Patch by Pawel
463
464 2007-10-08 [paul]       3.0.2cvs35
465
466         * src/mimeview.c
467                 Save users from themselves: save temporary
468                 files used for Open/Open with as read-only.
469                 Thanks to Colin
470
471 2007-10-08 [paul]       3.0.2cvs34
472
473         * tools/Makefile.am
474                 forgot this in cvs33
475
476 2007-10-08 [paul]       3.0.2cvs33
477
478         * tools/kdeservicemenu/README
479         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
480         * tools/kdeservicemenu/install.sh
481         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
482                 renamed template* to *template so as not to confuse
483                 lintian
484
485 2007-10-08 [paul]       3.0.2cvs32
486
487         * src/prefs_themes.c
488         * src/stock_pixmap.c
489                 replace 2 direct uses of RC_DIR
490
491 2007-10-07 [colin]      3.0.2cvs31
492
493         * src/addrduplicates.c
494         * src/addrduplicates.h
495         * src/addressbook.c
496         * src/addressbook.h
497         * src/addrindex.c
498         * src/addrindex.h
499                 Implement deletion in duplicate finder. 
500                 Patch by Holger 
501
502 2007-10-07 [colin]      3.0.2cvs30
503
504         * src/exporthtml.c
505         * src/mbox.c
506         * src/common/utils.c
507                 Better fix for Solaris, thanks to Nicolas Doualot
508
509 2007-10-07 [colin]      3.0.2cvs29
510
511         * AUTHORS
512         * src/gtk/authors.h
513                 Add Frank Dietrich
514
515 2007-10-07 [colin]      3.0.2cvs28
516
517         * src/exporthtml.c
518                 Fix HTML export to make it more compliant
519                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
520
521 2007-10-07 [colin]      3.0.2cvs27
522
523         * src/prefs_toolbar.c
524                 Only use icons that wouldn't look stupid in the toolbar
525                 Patch by Pawel
526
527 2007-10-07 [colin]      3.0.2cvs26
528
529         * src/prefs_toolbar.c
530                 Fix old icon being used when none is selected
531
532 2007-10-07 [colin]      3.0.2cvs25
533
534         * src/toolbar.c
535                 Fix copy/paste error
536
537 2007-10-07 [colin]      3.0.2cvs24
538
539         * src/prefs_toolbar.c
540         * src/toolbar.c
541         * src/toolbar.h
542                 Update icon to default one when changing event
543                 Make the icon chooser nicer (handle Esc, Enter,
544                 double-click)
545
546 2007-10-06 [colin]      3.0.2cvs23
547
548         * src/prefs_toolbar.c
549                 Fix text reset; patch by Pawel
550
551 2007-10-06 [colin]      3.0.2cvs22
552
553         * src/toolbar.h
554                 Complete previous commit
555
556 2007-10-06 [colin]      3.0.2cvs21
557
558         * src/prefs_toolbar.c
559         * src/toolbar.c
560                 Set toolbar text automatically to the default
561                 when changing Event executed on click
562
563 2007-10-06 [colin]      3.0.2cvs20
564
565         * src/prefs_toolbar.c
566                 Invert Text and Event fields
567
568 2007-10-06 [colin]      3.0.2cvs19
569
570         * src/prefs_toolbar.c
571         * src/toolbar.c
572                 Make toolbar prefs look much better
573                 Patch by Pawel Pekala
574
575 2007-10-06 [paul]       3.0.2cvs18
576
577         * src/account.c
578         * src/prefs_filtering.c
579                 fix checkbuttons in gtktreeview on maemo by
580                 setting maemo's "allow-checkbox-mode" to FALSE
581
582 2007-10-06 [colin]      3.0.2cvs17
583
584         * configure.ac
585                 Export -DSOLARIS in CFLAGS for all
586                 Solaris (not just 2.8) and OpenSolaris
587
588 2007-10-06 [paul]       3.0.2cvs16
589
590         * AUTHORS
591         * src/exporthtml.c
592         * src/mbox.c
593         * src/gtk/authors.h
594                 fix build on solaris where ctime_r takes
595                 3 arguments rather than 2.
596                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
597
598 2007-10-05 [colin]      3.0.2cvs15
599
600         * src/etpan/imap-thread.c
601                 Fix wrong error codepath
602
603 2007-10-05 [wwp]        3.0.2cvs14
604
605         * src/filtering.c
606                 Fix unexpected logging of quicksearches:
607                 debug_filtering_session flag was never reset to FALSE, causing
608                 matcher functions to log when called from a quicksearch
609                 (if a filtering session happened before).
610
611 2007-10-05 [paul]       3.0.2cvs13
612
613         * src/prefs_actions.c
614         * src/prefs_filtering.c
615         * src/prefs_template.c
616                 fix bug 1343, 'Filtering..'s close button
617                 silently discards new filter'
618                 Thanks to Colin
619
620 2007-10-05 [paul]       3.0.2cvs12
621
622         * configure.ac
623         * src/Makefile.am
624                 fix bug 1347, '-Wno-unused-function, optional'
625
626 2007-10-05 [colin]      3.0.2cvs11
627
628         * src/procmime.c
629         * src/common/mgutils.c
630                 Fix warnings
631
632 2007-10-05 [mones]      3.0.2cvs10
633
634         * manual/advanced.xml
635                 Use full menu name
636         * manual/es/advanced.xml
637                 Synchronise translation
638
639 2007-10-04 [colin]      3.0.2cvs9
640
641         * src/action.c
642         * src/addrbook.c
643         * src/addrindex.c
644         * src/compose.c
645         * src/exporthtml.c
646         * src/exportldif.c
647         * src/folder.c
648         * src/main.c
649         * src/matcher.c
650         * src/mbox.c
651         * src/messageview.c
652         * src/mh.c
653         * src/news.c
654         * src/partial_download.c
655         * src/pop.c
656         * src/procmime.c
657         * src/procmsg.c
658         * src/toolbar.c
659         * src/common/log.c
660         * src/common/mgutils.c
661         * src/common/plugin.c
662         * src/common/utils.c
663         * src/common/xml.c
664         * src/common/xml.h
665         * src/common/xmlprops.c
666         * src/common/xmlprops.h
667         * src/plugins/bogofilter/bogofilter.c
668         * src/plugins/clamav/clamav_plugin.c
669         * src/plugins/dillo_viewer/dillo_prefs.c
670         * src/plugins/pgpcore/prefs_gpg.c
671         * src/plugins/pgpinline/pgpinline.c
672         * src/plugins/pgpmime/pgpmime.c
673         * src/plugins/spamassassin/spamassassin.c
674         * src/plugins/trayicon/trayicon_prefs.c
675                 Verify success on writes. Will fix possible strange
676                 failure on disk full.
677
678 2007-10-04 [paul]       3.0.2cvs8
679
680         * manual/advanced.xml
681                 add further info about Actions
682                 Patch by Emmanuel Briot <briot@adacore.com>
683
684 2007-10-04 [paul]       3.0.2cvs7
685
686         * src/account.c
687                 remove the D column, instead indicate the
688                 default account by use of bold text
689
690 2007-10-03 [colin]      3.0.2cvs6
691
692         * src/common/template.c
693                 Fix templates writing (was prone to disk full problems)
694
695 2007-10-03 [colin]      3.0.2cvs5
696
697         * src/Makefile.am
698         * src/addrduplicates.c
699         * src/addrduplicates.h
700         * src/addressbook.c
701                 Add duplicate deletion. Patch by Holger
702
703 2007-10-03 [colin]      3.0.2cvs4
704
705         * src/matcher.c
706         * src/gtk/quicksearch.c
707                 Fix bug 1340, 'Case insensitive searches with 
708                 non-ascii alphabets fail'.
709
710 2007-10-03 [colin]      3.0.2cvs3
711
712         * src/main.c
713         * src/common/utils.c
714         * src/common/utils.h
715                 Implement run-time alternative config directories
716
717 2007-10-03 [colin]      3.0.2cvs2
718
719         * src/folderview.c
720                 Prevent opening folder item while folder
721                 is scanned in a better way
722
723 2007-10-02 [paul]       3.0.2cvs1
724
725         * NEWS
726         * README
727         * RELEASE_NOTES
728         * configure.ac
729                 bump up version number following stable release
730
731 2007-09-30 [colin]      3.0.1cvs49
732
733         * src/imap.c
734                 Refresh session if needed
735
736 2007-09-30 [colin]      3.0.1cvs48
737
738         * src/imap.c
739                 Reset folder's session to NULL
740                 before destroying it
741
742 2007-09-30 [mones]      3.0.1cvs47
743
744         * manual/handling.xml
745                 Use markup quotes instead hardcoded quotes
746         * manual/es/handling.xml
747                 Added new synced section (IMAP subscriptions)
748
749 2007-09-29 [colin]      3.0.1cvs46
750
751         * src/imap.c
752                 Notice disconnections faster
753
754 2007-09-28 [colin]      3.0.1cvs45
755
756         * src/addressbook.c
757         * src/addrindex.c
758                 Fix warnings
759
760 2007-09-28 [paul]       3.0.1cvs44
761
762         * src/mimeview.c
763                 fix maemo build
764
765 2007-09-28 [paul]       3.0.1cvs43
766
767         * src/account.c
768                 use gtk_widget_set_size_request() on the label
769                 so that wrapping works better. get rid of the
770                 (partially deprecated) hbutton_box.
771                 these changes should prevent buttons overlapping
772                 on maemo
773
774 2007-09-28 [colin]      3.0.1cvs42
775
776         * src/pop.c
777                 Fix typo :)
778
779 2007-09-28 [colin]      3.0.1cvs41
780
781         * src/compose.c
782         * src/msgcache.c
783         * src/pop.c
784         * src/procmime.c
785         * src/etpan/imap-thread.c
786                 64bits-related warning fixes
787
788 2007-09-28 [colin]      3.0.1cvs40
789
790         * src/folder_item_prefs.c
791         * src/ldaputil.c
792         * src/mainwindow.c
793         * src/mimeview.c
794         * src/common/tags.c
795                 Fix warnings
796
797 2007-09-28 [colin]      3.0.1cvs39
798
799         * src/plugins/spamassassin/spamassassin.c
800         * src/plugins/spamassassin/spamassassin.h
801         * src/plugins/spamassassin/spamassassin_gtk.c
802                 Add addressbook-based whitelisting
803
804 2007-09-28 [colin]      3.0.1cvs38
805
806         * src/folder.c
807                 Fix bug 1337, 'crash on pressing Send button'
808
809 2007-09-28 [paul]       3.0.1cvs37
810
811         * src/prefs_folder_item.c
812                 give the orphans a parent. makes all prefs
813                 pages visible on maemo
814
815 2007-09-28 [colin]      3.0.1cvs36
816
817         * src/prefs_folder_column.c
818         * src/prefs_summary_column.c
819                 Fix two leaks
820
821 2007-09-27 [colin]      3.0.1cvs35
822
823         * src/gtk/quicksearch.c
824                 Fix bug 1336, 'Segfault if empty space before search-string'
825
826 2007-09-26 [mones]      3.0.1cvs34
827
828         * manual/account.xml
829         * manual/plugins.xml
830                 Fixed irc channel name, added some docbook markup.
831                 Changed text markup to docbook markup. 
832                 Added spamcop as supported in SpamReport description.
833         * manual/fr/plugins.xml
834                 Fixed irc channel name.
835         * manual/es/account.xml
836         * manual/es/advanced.xml
837         * manual/es/claws-mail-manual.xml
838         * manual/es/glossary.xml
839         * manual/es/gpl.xml
840         * manual/es/keyboard.xml
841         * manual/es/plugins.xml
842                 Synced with English version, fixed a couple of typos.
843
844 2007-09-26 [colin]      3.0.1cvs33
845
846         * configure.ac
847                 Explain why "Libgnomeprint: no" on GTK+ 2.10
848
849 2007-09-26 [colin]      3.0.1cvs32
850
851         * src/messageview.c
852         * src/procmsg.c
853         * src/procmsg.h
854                 Optimisation: avoid fetching mail 3 times locally
855                 for displaying
856
857 2007-09-26 [colin]      3.0.1cvs31
858
859         * src/mh.c
860                 Fix missing static
861
862 2007-09-26 [colin]      3.0.1cvs30
863
864         * src/folder.c
865         * src/folder.h
866         * src/mh.c
867         * src/mh.h
868                 Fix MH mtime hack - make it a folder class function
869
870 2007-09-26 [colin]      3.0.1cvs29
871
872         * src/inc.c
873                 Fix bug 1334, 'user defined mail incorporation 
874                 script not run'
875
876 2007-09-25 [colin]      3.0.1cvs28
877
878         * src/codeconv.c
879                 Optimisation: shortcut conv_codeset_strdup
880                 when src_code and dest_code are the same
881         * src/common/xml.c
882         * src/common/xml.h
883                 Optimisation: shortcut code conversions when
884                 files are in UTF-8; faster list walking by
885                 using prepend/reverse.
886
887 2007-09-25 [holger]     3.0.1cvs27
888
889         * src/printing.c
890                 Replace button bar of the preview window
891                 with a real toolbar (patch by Colin)
892                 Add zooming to the preview window
893
894 2007-09-24 [paul]       3.0.1cvs26
895
896         * src/compose.c
897                 compact the character set menu, adding some
898                 missing encodings. Patch by Pawel Pekala
899
900 2007-09-23 [paul]       3.0.1cvs25
901
902         * src/prefs_account.c
903         * src/prefs_folder_item.c
904         * src/prefs_quote.c
905         * src/quote_fmt.c
906         * src/quote_fmt.h
907                 remove unnecessary frame from Templates options
908                 and improve the English of the check button label
909
910 2007-09-22 [colin]      3.0.1cvs24
911
912         * src/gtk/quicksearch.c
913                 Fix bug 1329, 'error in quicksearch.c'
914                 Fix return with value in function returning void
915
916 2007-09-22 [colin]      3.0.1cvs23
917
918         * src/imap.c
919         * src/procmsg.h
920         * src/common/utils.c
921         * src/common/utils.h
922         * src/etpan/imap-thread.c
923                 Optimise fetching IMAP cached emails *a lot*
924                 (remember whether mail is fully cached and \r's
925                  are already stripped)
926
927 2007-09-22 [colin]      3.0.1cvs22
928
929         * src/folder.c
930         * src/folder.h
931         * src/prefs_folder_item.c
932                 Add a button to allow users to drop local caches.
933
934 2007-09-21 [colin]      3.0.1cvs21
935
936         * src/summaryview.c
937                 Remove unnecessary error when cancelling export to mbox.
938                 Patch by Pawel
939
940 2007-09-21 [paul]       3.0.1cvs20
941
942         * src/gtk/prefswindow.c
943                 remove unnecessary frames from the prefs
944                 pages. Patch by Pawel Pekala
945
946 2007-09-21 [paul]       3.0.1cvs19
947
948         * src/prefs_account.c
949         * src/prefs_folder_item.c
950         * src/prefs_quote.c
951         * src/quote_fmt.c
952                 put the Templates options into a tabbed
953                 layout. Patch by Pawel Pekala
954
955 2007-09-21 [paul]       3.0.1cvs18
956
957         * src/mainwindow.c
958                 group together the character set menu items
959                 move the /View/Show or hide/Message view below
960                 .../Toolbar menu item
961                 Patch by Pawel Pekala
962
963 2007-09-21 [mones]      3.0.1cvs17
964
965         * src/compose.c
966                 Fix for bug 1327, 'segfault when replying to a non-existent
967                 news message', thanks to Colin.
968
969 2007-09-21 [colin]      3.0.1cvs16
970
971         * src/folderview.c
972                 Complete 3.0.1cvs15
973
974 2007-09-20 [colin]      3.0.1cvs15
975
976         * src/folderview.c
977         * src/folderview.h
978                 Maybe fix bug 1324, 'Corrupted IMAP cache'
979
980 2007-09-20 [colin]      3.0.1cvs14
981
982         * src/printing.c
983                 Fix a little leak
984
985 2007-09-20 [holger]     3.0.1cvs13
986
987         * src/printing.c
988                 Add page layout to print preview.
989                 Make the close-button in the toolbar
990                 right-aligned.
991
992 2007-09-20 [paul]       3.0.1cvs12
993
994         * po/ru.po
995                 updated by Pavlo Bohmat
996
997 2007-09-19 [colin]      3.0.1cvs11
998
999         * src/common/utils.c
1000                 Prevent unquoted mime boundaries, by always
1001                 using a /
1002
1003 2007-09-19 [colin]      3.0.1cvs10
1004
1005         * src/printing.c
1006                 Fix drawing area size, fix DPI change that
1007                 can cause total number of lines to decrease
1008
1009 2007-09-19 [colin]      3.0.1cvs9
1010
1011         * po/POTFILES.in
1012         * src/printing.c
1013                 Make print preview more efficient and nicer.
1014                 Patch mostly by Holger Berndt <hb@claws-mail.org>
1015
1016 2007-09-19 [colin]      3.0.1cvs8
1017
1018         * src/prefs_common.c
1019         * src/prefs_common.h
1020         * src/printing.c
1021                 Add scrolledwindow, default allocation and
1022                 size saving to the print preview window.
1023
1024 2007-09-18 [colin]      3.0.1cvs7
1025
1026         * src/prefs_common.c
1027         * src/prefs_common.h
1028         * src/prefs_image_viewer.c
1029         * src/printing.c
1030                 GtkPrintOperation:
1031                 - add image printing support
1032                 - add option to print images
1033                 - add preview widget
1034                 - add saving of a few Page Setup parameters
1035
1036 2007-09-18 [colin]      3.0.1cvs6
1037
1038         * AUTHORS
1039         * src/gtk/authors.h
1040                 Add Guillaume Chazarain
1041
1042 2007-09-18 [colin]      3.0.1cvs5
1043
1044         * src/common/utils.c
1045                 Fix bug 1321, 'access before allocation 
1046                 when scanning for uris'. Patch by 
1047                 Guillaume Chazarain <guichaz@yahoo.fr>
1048
1049 2007-09-18 [colin]      3.0.1cvs4
1050
1051         * src/toolbar.c
1052                 Fix bug 1320, 'Memory leak caused by 
1053                 gtk_container_get_children'. Patch by
1054                 Guillaume Chazarain <guichaz@yahoo.fr>
1055
1056 2007-09-18 [colin]      3.0.1cvs3
1057
1058         * src/printing.c
1059         * src/printing.h
1060                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
1061
1062 2007-09-18 [colin]      3.0.1cvs2
1063
1064         * src/Makefile.am
1065         * src/mainwindow.c
1066         * src/messageview.c
1067         * src/messageview.h
1068         * src/prefs_ext_prog.c
1069         * src/prefs_fonts.c
1070         * src/printing.c
1071         * src/printing.h
1072         * src/summaryview.c
1073                 Use GtkPrintOperation by default on GTK+ >= 2.10
1074                 Patch by Holger Berndt <hb@claws-mail.org>
1075
1076 2007-09-18 [paul]       3.0.1cvs1
1077
1078         * NEWS
1079         * README
1080         * RELEASE_NOTES
1081         * configure.ac
1082                 bump up version number following stable release
1083
1084 2007-09-16 [colin]      3.0.0cvs18
1085
1086         * src/folder.c
1087                 Fix possible memleak
1088
1089 2007-09-16 [colin]      3.0.0cvs17
1090
1091         * src/folderview.c
1092                 Fix bug 1311, 'Wrong arrow position 
1093                 while moving message into folder when 
1094                 column headers hidden'
1095         * src/image_viewer.c
1096                 Show error in the GUI if image can't
1097                 be loaded
1098         * src/matcher.c
1099                 Fix spurious output
1100         * src/messageview.c
1101                 Allow setting domain in msgid
1102         * src/common/plugin.c
1103                 Add timing information
1104
1105 2007-09-16 [colin]      3.0.0cvs16
1106
1107         * src/account.c
1108         * src/compose.c
1109         * src/prefs_account.c
1110         * src/prefs_account.h
1111         * src/common/utils.c
1112                 Remove Generate Message-ID option. We need
1113                 this on some IMAP servers.
1114         * src/prefs_template.c
1115                 Fix double-free
1116
1117 2007-09-16 [colin]      3.0.0cvs15
1118
1119         * src/prefs_filtering.c
1120         * src/prefs_filtering.h
1121         * src/prefs_filtering_action.c
1122         * src/common/tags.c
1123                 Fix tags issues: tags with spaces, renaming
1124                 tags.
1125
1126 2007-09-16 [colin]      3.0.0cvs14
1127
1128         * src/folderview.c
1129         * src/main.c
1130         * src/mainwindow.c
1131                 Fix bug 1308, 'Claws deletes folderlist.xml after
1132                 fetching mail short after start-up'
1133
1134 2007-09-16 [colin]      3.0.0cvs13
1135
1136         * src/compose.c
1137                 Fix scrolling to cursor
1138
1139 2007-09-16 [paul]       3.0.0cvs12
1140
1141         * po/sr.po
1142                 updated by Aleksandar Urosevic
1143
1144 2007-09-16 [paul]       3.0.0cvs11
1145
1146         * src/folder.c
1147                 do not allow locked msgs to be deleted,
1148                 even by filtering/processing
1149
1150 2007-09-07 [paul]       3.0.0cvs10
1151
1152         * src/prefs_folder_column.c
1153         * src/prefs_summary_column.c
1154                 implement button sensitivity
1155                 patch by Pawel Pekala
1156
1157 2007-09-06 [wwp]        3.0.0cvs9
1158
1159         * src/prefs_gtk.c
1160                 Add a missing linefeed to a debug message.
1161
1162 2007-09-05 [colin]      3.0.0cvs8
1163
1164         * src/inc.c
1165                 Fix statusbar/window mismatch on Maemo
1166
1167 2007-09-05 [colin]      3.0.0cvs7
1168
1169         * src/ldaputil.c
1170                 Fix build without USE_LDAP_TLS
1171
1172 2007-09-05 [colin]      3.0.0cvs6
1173
1174         * src/folder.c
1175         * src/imap.c
1176         * src/inc.c
1177         * src/mbox.c
1178         * src/send_message.c
1179         * src/statusbar.c
1180         * src/statusbar.h
1181                 Maemo: distinguish various statusbar messages,
1182                 in order to display only the most important.
1183
1184 2007-09-04 [wwp]        3.0.0cvs5
1185
1186         * src/account.c
1187                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1188                 Show protocol "SMTP" and the appropriate server for send-only
1189                 accounts, show "-" instead of "" when no value is relevant.
1190
1191 2007-09-03 [ticho]      3.0.0cvs4
1192
1193         * src/summaryview.c
1194                 Handle plural form better in delete confirmation dialog.
1195
1196 2007-09-03 [wwp]        3.0.0cvs3
1197
1198         * src/compose.c
1199                 Warn differently when sending or sending later (queueing).
1200
1201 2007-09-03 [colin]      3.0.0cvs2
1202
1203         * src/procmime.c
1204         * src/procmime.h
1205         * src/common/plugin.c
1206         * src/common/plugin.h
1207                 Add a new plugin API, MimeParser. It allows
1208                 plugins to scan email MIME parts and optionally,
1209                 transform them.
1210
1211 2007-09-03 [mones]      3.0.0cvs1
1212
1213         * po/es.po
1214                 Updated translation
1215         * src/common/defs.h
1216                 While a better solution is made double history sizes
1217
1218 2007-09-03 [paul]       3.0.0
1219
1220         * NEWS
1221         * README
1222         * RELEASE_NOTES
1223                 3.0.0 released
1224
1225 2007-09-03 [paul]       2.10.0cvs191
1226
1227         * po/bg.po
1228         * po/ca.po
1229         * po/de.po
1230         * po/fi.po
1231         * po/fr.po
1232         * po/hu.po
1233         * po/it.po
1234         * po/pl.po
1235         * po/pt_BR.po
1236         * po/ru.po
1237         * po/sk.po
1238         * po/zh_CN.po
1239                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1240                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1241                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1242                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1243
1244 2007-09-02 [colin]      2.10.0cvs190
1245
1246         * src/edittags.c
1247         * src/common/tags.c
1248                 Prevent empty or white-space tags
1249
1250 2007-09-01 [colin]      2.10.0cvs189
1251
1252         * src/main.c
1253                 Fix double-reading of accounts list when
1254                 the wizard has been run due to no accounts
1255         * src/mainwindow.c
1256                 Fix sensitivity of a menu item in case 
1257                 there's no account
1258
1259 2007-09-01 [wwp]        2.10.0cvs188
1260
1261         * src/wizard.c
1262                 Fix wizard crash when Mailbox dir already exists
1263                 (thanks to Colin).
1264
1265 2007-08-31 [colin]      2.10.0cvs187
1266
1267         * src/etpan/imap-thread.c
1268                 Fix unwanted creation of 
1269                 libetpan's stream dump file
1270         * src/compose.c
1271                 Fix coloring of pastes as quotation
1272         * src/summaryview.c
1273                 Maemo: Fix opening of mails from keypad
1274                 in Sent folders
1275         * src/addressbook.c
1276         * src/folderview.c
1277         * src/image_viewer.c
1278         * src/mimeview.c
1279         * src/gtk/prefswindow.c
1280                 Maemo: Fix adjustments changes 
1281
1282 2007-08-30 [colin]      2.10.0cvs186
1283
1284         * src/folderview.c
1285                 Don't opened selected folder when clicking
1286                 on white space
1287         * src/mainwindow.c
1288                 Maemo: Make Esc close messageviews
1289         * src/messageview.c
1290                 Maemo: Fix message scrolling to the end on 
1291                 opening
1292                 Maemo: Fix reopening same message
1293         * src/gtk/prefswindow.c
1294                 Maemo: try to fix scrollbar. Doesn't work,
1295                 it seems as if gtk_adjustment_set_value was
1296                 a noop.
1297
1298 2007-08-30 [colin]      2.10.0cvs185
1299
1300         * src/compose.c
1301         * src/folderview.c
1302         * src/main.c
1303         * src/prefs_matcher.c
1304         * src/prefs_template.c
1305         * src/quote_fmt.c
1306         * src/send_message.c
1307         * src/toolbar.c
1308         * src/gtk/gtkaspell.c
1309         * src/plugins/bogofilter/bogofilter.c
1310         * src/plugins/bogofilter/bogofilter_gtk.c
1311         * src/plugins/clamav/clamav_plugin_gtk.c
1312         * src/plugins/pgpcore/sgpgme.c
1313         * src/plugins/spamassassin/spamassassin.c
1314         * src/plugins/spamassassin/spamassassin_gtk.c
1315                 Fix all potential misuses of format-string functions
1316
1317 2007-08-30 [wwp]        2.10.0cvs184
1318
1319         * src/prefs_template.c
1320                 Fix a leak.
1321
1322 2007-08-29 [colin]      2.10.0cvs183
1323
1324         * src/plugins/trayicon/trayicon.c
1325                 Fix leak of hooks in case of error,
1326                 thanks to Holger Berndt
1327
1328 2007-08-28 [colin]      2.10.0cvs182
1329
1330         * src/mainwindow.c
1331                 Don't use current folder settings when
1332                 composing from the compose button's
1333                 account selector
1334
1335 2007-08-28 [colin]      2.10.0cvs181
1336
1337         * src/quote_fmt_parse.y
1338                 Fix cursor offset when quote contains UTF-8
1339                 chars
1340
1341 2007-08-28 [colin]      2.10.0cvs180
1342
1343         * src/compose.c
1344         * src/compose.h
1345                 Fix signature replacement when it's been wrapped
1346
1347 2007-08-27 [colin]      2.10.0cvs179
1348
1349         * src/summaryview.c
1350                 Fix indentation
1351
1352 2007-08-27 [colin]      2.10.0cvs178
1353
1354         * src/summaryview.c
1355                 Fix Quicksearch's Sticky mode
1356
1357 2007-08-27 [colin]      2.10.0cvs177
1358
1359         * src/folder_item_prefs.c
1360         * src/folder_item_prefs.h
1361         * src/imap_gtk.c
1362         * src/mh_gtk.c
1363                 Fix loss of subfolders properties when
1364                 renaming a folder
1365
1366 2007-08-26 [wwp]        2.10.0cvs176
1367
1368         * src/alertpanel.c
1369         * src/messageview.c
1370         * src/prefs_actions.c
1371                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1372                 will have to be used when necessary *before* calling
1373                 alertpanel functions.
1374
1375 2007-08-25 [paul]       2.10.0cvs175
1376
1377         * src/prefs_actions.c
1378                 workaround gettext problem marking
1379                 string as c-format when it's not
1380
1381 2007-08-25 [wwp]        2.10.0cvs174
1382
1383         * src/alertpanel.c
1384         * src/messageview.c
1385         * src/prefs_actions.c
1386                 Call the pango markup escape function right ince in alertpanel_create
1387                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1388                 2.10.0cvs158).
1389
1390         * src/common/log.c
1391                 Fix a crash due to a misuse of g_print(), encountered when the string
1392                 passed to g_print was containing printf substitution symbols.
1393
1394 2007-08-25 [paul]       2.10.0cvs173
1395
1396         * src/common/log.c
1397                 fix a segfault when refreshing RSSyl feeds
1398
1399 2007-08-25 [paul]       2.10.0cvs172
1400
1401         * src/gtk/icon_legend.c
1402                 add watchthread.xpm
1403
1404 2007-08-25 [paul]       2.10.0cvs171
1405
1406         * src/Makefile.am
1407         * src/stock_pixmap.c
1408         * src/pixmaps/insert_file.xpm
1409                 add a new pixmap instead of re-using
1410                 paste.xpm. (easier for icon theme authors)
1411
1412 2007-08-24 [holger]     2.10.0cvs170
1413
1414         * src/plugins/trayicon/trayicon.c
1415                 The same fix for another hook id.
1416
1417 2007-08-24 [holger]     2.10.0cvs169
1418
1419         * src/plugins/trayicon/trayicon.c
1420                 Micro-fix: Do the error checking for
1421                 the right hook id.
1422
1423 2007-08-24 [paul]       2.10.0cvs168
1424
1425         * src/folder.h
1426                 fix typo causing compiler warning
1427
1428 2007-08-24 [paul]       2.10.0cvs167
1429
1430         * README
1431                 put back the correct version of this file also
1432
1433 2007-08-24 [colin]      2.10.0cvs166
1434
1435         * src/send_message.c
1436                 Use progress bar when sending messages
1437
1438 2007-08-24 [paul]       2.10.0cvs165
1439
1440         * Makefile.am
1441                 oops! if i'm quick no-one will notice
1442                 (put back the proper file)
1443
1444 2007-08-24 [paul]       2.10.0cvs164
1445
1446         * AUTHORS
1447         * Makefile.am
1448         * README
1449         * src/gtk/authors.h
1450         * tools/Makefile.am
1451         * tools/README
1452         * tools/mew2claws-mail.pl
1453                 add new script that imports a Mew address book
1454                 submitted by Jerome Lelong
1455
1456 2007-08-24 [paul]       2.10.0cvs163
1457
1458         * manual/plugins.xml
1459                 remove the obsolete plugins, add the
1460                 missing plugins, including the forthcoming
1461                 SpamReport plugin
1462
1463 2007-08-24 [paul]       2.10.0cvs162
1464
1465         * manual/advanced.xml
1466                 add info about the hidden emphasis_color option
1467         * manual/keyboard.xml
1468                 correct the info about hotkeys
1469                 wrap the long lines
1470
1471 2007-08-24 [paul]       2.10.0cvs161
1472
1473         * src/folderview.c
1474                 add mnemonic to 'Run procesing rules'
1475
1476 2007-08-24 [paul]       2.10.0cvs160
1477
1478         * src/account.c
1479         * src/folder.c
1480         * src/folder.h
1481                 use suitable defaults for outbox,
1482                 queue, drafts and trash folders
1483
1484 2007-08-24 [wwp]        2.10.0cvs159
1485
1486         * src/folderview.c
1487                 Update menu item sensitivity if necessary (or we get a
1488                 gtk critical message).
1489
1490 2007-08-23 [wwp]        2.10.0cvs158
1491
1492         * src/action.c
1493         * src/prefs_actions.c
1494                 Allow literal % chars in action commands (use %%).
1495                 Add a missing p++ to the action parser in action_get_type(),
1496                 which was missing it, even if it was neutral.
1497                 Fix a pango markup warning at runtime.
1498
1499 2007-08-23 [wwp]        2.10.0cvs157
1500
1501         * src/addressbook.c
1502                 Contacts are now locale-aware sorted in the address book
1503                 (LC_COLLATE matters here).
1504                 Fix missing table initializers.
1505
1506 2007-08-23 [colin]      2.10.0cvs156
1507
1508         * src/imap.c
1509                 Check scan_required on dest folder when copying
1510
1511 2007-08-23 [colin]      2.10.0cvs155
1512
1513         * src/imap.c
1514                 Fix scanning when folder was empty
1515
1516 2007-08-22 [colin]      2.10.0cvs154
1517
1518         * src/msgcache.c
1519                 Don't g_warning when g_try_malloc fails(), or it makes
1520                 things worse as g_log() allocates. Fixes bug 1290,
1521                 'Claws Mail crashes if too little memory when 
1522                 rebuilding folder tree'
1523
1524 2007-08-22 [colin]      2.10.0cvs153
1525
1526         * src/inc.c
1527                 Fix format string vulnerability, thanks to
1528                 Ulf Harnhammar, Secunia Research
1529
1530 2007-08-22 [colin]      2.10.0cvs152
1531
1532         * src/ldapserver.c
1533                 Set tv_usec too
1534
1535 2007-08-22 [wwp]        2.10.0cvs151
1536
1537         * src/ldapquery.c
1538                 Few better null-ptr checks.
1539
1540 2007-08-22 [colin]      2.10.0cvs150
1541
1542         * src/editldap.c
1543         * src/editldap_basedn.c
1544         * src/ldapquery.c
1545         * src/ldapserver.c
1546         * src/ldapserver.h
1547         * src/ldapupdate.c
1548         * src/ldaputil.c
1549         * src/ldaputil.h
1550                 Fix ldap timeouts
1551
1552 2007-08-22 [colin]      2.10.0cvs149
1553
1554         * src/ldapquery.c
1555                 Finish previous fix
1556
1557 2007-08-22 [colin]      2.10.0cvs148
1558
1559         * src/ldapquery.c
1560                 Fix wrong assertions
1561
1562 2007-08-22 [colin]      2.10.0cvs147
1563
1564         * src/ldaputil.c
1565                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1566
1567 2007-08-22 [colin]      2.10.0cvs146
1568
1569         * src/editldap.c
1570         * src/ldaputil.c
1571                 Fix wrong "Connected successfully to server". Connection only succeeds if
1572                 we can get the base DN.
1573
1574 2007-08-21 [wwp]        2.10.0cvs145
1575
1576         * src/browseldap.c
1577         * src/editldap.c
1578         * src/ldapctrl.c
1579         * src/ldapquery.c
1580         * src/ldapserver.c
1581         * src/ldapupdate.c
1582         * src/ldaputil.c
1583                 More sanity checks in ldap functions.
1584
1585 2007-08-21 [wwp]        2.10.0cvs144
1586
1587         * src/prefs_account.c
1588                 Don't return a value in a void function().
1589
1590 2007-08-21 [paul]       2.10.0cvs143
1591
1592         * src/messageview.c
1593                 add check for ftp: to messageview_list_urls()
1594
1595 2007-08-21 [colin]      2.10.0cvs142
1596
1597         * src/editldap.c
1598         * src/ldapctrl.c
1599         * src/ldapctrl.h
1600         * src/ldapquery.c
1601         * src/ldapupdate.c
1602                 Fix bug 1293, 'LDAP address book not working'
1603                 Search only on specified fields, but fetch 
1604                 every field possible. People will have to 
1605                 reset the searched Attributes in their LDAP
1606                 servers properties.
1607
1608 2007-08-21 [wwp]        2.10.0cvs141
1609
1610         * src/addr_compl.c
1611         * src/addrbook.c
1612         * src/addrcache.c
1613         * src/addrcindex.c
1614         * src/addressbook.c
1615         * src/addrindex.c
1616         * src/browseldap.c
1617         * src/crash.c
1618         * src/editaddress_other_attributes_ldap.c
1619         * src/exporthtml.c
1620         * src/folder.c
1621         * src/folderview.c
1622         * src/imap.c
1623         * src/jpilot.c
1624         * src/ldapserver.c
1625         * src/ldapupdate.c
1626         * src/ldif.c
1627         * src/main.c
1628         * src/mainwindow.c
1629         * src/matcher.c
1630         * src/mh.c
1631         * src/msgcache.c
1632         * src/mutt.c
1633         * src/pine.c
1634         * src/pop.c
1635         * src/prefs_customheader.c
1636         * src/prefs_msg_colors.c
1637         * src/procmime.c
1638         * src/textview.c
1639         * src/vcard.c
1640         * src/wizard.c
1641         * src/common/log.c
1642         * src/common/socket.c
1643         * src/common/ssl_certificate.c
1644         * src/common/utils.c
1645         * src/common/utils.h
1646         * src/gtk/description_window.c
1647         * src/plugins/demo/demo.c
1648         * src/plugins/pgpcore/prefs_gpg.c
1649         * src/plugins/spamassassin/libspamc.c
1650                 Make sure we use glib functions to send text messages (information,
1651                 debug, warning, errors) to stdout/stderr - no more direct puts
1652                 fputs printf fprintf to stdout/stderr when it can be done using
1653                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1654                 stdout/stderr message is saved to log in Windows.
1655
1656
1657 2007-08-21 [wwp]        2.10.0cvs140
1658
1659         * src/main.c
1660         * src/common/utils.h
1661                 Route glib's stdout/stderr messages to a log file (Windows only),
1662                 instead of loosing them.
1663
1664 2007-08-21 [paul]       2.10.0cvs139
1665
1666         * src/mainwindow.c
1667                 replace deprecated g_strncasecmp()
1668         * src/messageview.c
1669                 fix 'List URLS'
1670
1671 2007-08-20 [ticho]      2.10.0cvs138
1672
1673         * src/account.c
1674         * src/prefs_account.h
1675                 Copy all account preferences in account_clone() - some
1676                 were missing.
1677         * src/prefs_account.c
1678                 Handle empty privacy system combobox gracefully (warning
1679                 instead of a crash).
1680
1681 2007-08-20 [colin]      2.10.0cvs137
1682
1683         * src/ldapctrl.c
1684                 Fix a leak
1685
1686 2007-08-20 [paul]       2.10.0cvs136
1687
1688         * src/browseldap.c
1689         * src/editldap.c
1690         * src/ldapctrl.c
1691         * src/ldapquery.c
1692         * src/ldapquery.h
1693         * src/ldapserver.c
1694         * src/ldaputil.c
1695                 add debug_prints
1696                 patch by Michael Rasmussen
1697
1698 2007-08-19 [colin]      2.10.0cvs135
1699
1700         * src/imap.c
1701                 Fix previous commit. Sensitivity update is needed
1702                 for "Cancel receiving". However when batching we
1703                 don't need to do it for every message flag change,
1704                 just once at the start and once at the end.
1705
1706 2007-08-19 [colin]      2.10.0cvs134
1707
1708         * src/imap.c
1709                 Remove useless menu updates on session lock/unlock
1710
1711 2007-08-19 [colin]      2.10.0cvs133
1712
1713         * src/etpan/imap-thread.c
1714                 Make all fetch logs less verbose
1715
1716 2007-08-19 [paul]       2.10.0cvs132
1717
1718         * src/foldersel.c
1719         * src/folderview.c
1720         * src/summaryview.c
1721                 fix bug 1286, 'Can't move a folder into a "Folders
1722                 Only" folder'
1723
1724 2007-08-18 [ticho]      2.10.0cvs131
1725
1726         * src/editaddress_other_attributes_ldap.c
1727                 Converted option menu for other ldap attributes to GtkComboBox.
1728
1729 2007-08-18 [colin]      2.10.0cvs130
1730
1731         * src/compose.c
1732         * src/prefs_common.c
1733         * src/prefs_common.h
1734         * src/prefs_send.c
1735         * src/send_message.c
1736                 Revert 'send_dialog_mode' meaning to 
1737                 'send_dialog_invisible', so that the 
1738                 new checkbox doesn't change the 
1739                 existing behaviour.
1740
1741 2007-08-18 [paul]       2.10.0cvs129
1742
1743         * src/summaryview.c
1744                 add missing menu update
1745
1746 2007-08-17 [colin]      2.10.0cvs128
1747
1748         * src/folder.c
1749                 Set batching after getting flags - maybe fixes
1750                 bug 1292, 'CM crashes on writing mail'
1751
1752 2007-08-16 [ticho]      2.10.0cvs127
1753
1754         * src/prefs_send.c
1755                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1756         * src/gtk/combobox.h
1757         * src/gtk/gtkutils.c
1758                 Allow NULL for GtkComboBox menuitem label, rendering such
1759                 items as row separators.
1760
1761 2007-08-16 [paul]       2.10.0cvs126
1762
1763         * src/plugins/trayicon/trayicon.c
1764                 remove wrongly used gettextisation
1765
1766 2007-08-15 [ticho]      2.10.0cvs125
1767
1768         * src/importldif.c
1769                 Fixed a runtime warning where an attempt to pack an
1770                 already packed GtkLabel was made.
1771
1772 2007-08-15 [ticho]      2.10.0cvs124
1773
1774         * src/prefs_compose_writing.c
1775                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1776                 into GtkComboBox.
1777
1778 2007-08-14 [ticho]      2.10.0cvs123
1779
1780         * src/messageview.c
1781         * src/gtk/gtkutils.c
1782                 Changed return receipt account selector to GtkComboBox.
1783                 Fixed a runtime warning where GTK tried to parse
1784                 "name <email@address" as a Pango markup in an alertpanel label.
1785
1786 2007-08-14 [ticho]      2.10.0cvs122
1787
1788         * src/prefs_logging.c
1789                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1790
1791 2007-08-14 [wwp]        2.10.0cvs121
1792
1793         * tools/Makefile.am
1794         * tools/README
1795         * tools/popfile-link.sh
1796                 Added a new tool: POPFile helper, to open
1797                 selected messages in POPFile control center,
1798                 in order to change the messages' status.
1799
1800 2007-08-14 [ticho]      2.10.0cvs120
1801
1802         * src/compose.c
1803         * src/prefs_common.c
1804         * src/prefs_common.h
1805         * src/prefs_send.c
1806         * src/send_message.c
1807                 Change "Show send dialog" optionmenu to a checkbutton.
1808         * src/prefs_receive.c
1809                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1810
1811 2007-08-13 [wwp]        2.10.0cvs119
1812
1813         * src/addr_compl.c
1814         * src/addressbook.c
1815         * src/addrindex.c
1816         * src/compose.c
1817         * src/filtering.c
1818         * src/folderview.c
1819         * src/inc.c
1820         * src/matcher.c
1821         * src/mh.c
1822         * src/partial_download.c
1823         * src/prefs_gtk.c
1824         * src/procmsg.c
1825         * src/stock_pixmap.c
1826         * src/summaryview.c
1827         * src/common/utils.c
1828         * src/gtk/gtkaspell.c
1829         * src/gtk/menu.c
1830                 Make sure we never pass NULL pointers for %s substitutions
1831                 (prevent from crashing in Windows).
1832
1833 2007-08-13 [wwp]        2.10.0cvs118
1834
1835         * src/msgcache.c
1836                 Re-enable mmap_reads in Windows with some missing
1837                 CloseHandle of mapping objects, thanks to
1838                 Marcus Brinkmann.
1839
1840 2007-08-13 [paul]       2.10.0cvs117
1841
1842         * src/common/utils.c
1843                 fix bug 1287, 'Compile time problem on Solaris
1844                 (nexenta gnu/Solaris) utils.c'
1845                 Thanks to Piotr Chrzczonowicz
1846
1847 2007-08-12 [wwp]        2.10.0cvs116
1848
1849         * src/plugins/pgpcore/prefs_gpg.c
1850                 Don't try to unset a GPG_AGENT_INFO that was not
1851                 set (and don't use a NULL string in Windows, it was
1852                 crashing with --debug if GPG_AGENT_INFO was not set).
1853
1854 2007-08-12 [wwp]        2.10.0cvs115
1855
1856         * src/privacy.h
1857                 Make gcc type-check arguments passed to privacy_set_error().
1858
1859 2007-08-12 [ticho]      2.10.0cvs114
1860
1861         * src/prefs_folder_item.c
1862                 Make sure that folder default account combobox always has some
1863                 account preselected.
1864         * src/gtk/combobox.c
1865                 Handle empty combobox gracefully (warning instead of crash).
1866
1867 2007-08-12 [ticho]      2.10.0cvs114
1868
1869         * src/prefs_folder_item.c
1870                 Make sure that folder default account combobox is not empty.
1871         * src/gtk/combobox.c
1872                 Handle empty combobox gracefully (warning instead of crash).
1873
1874 2007-08-11 [paul]       2.10.0cvs113
1875
1876         * src/addrgather.c
1877         * src/folderview.c
1878                 use 'subfolder' instead of 'sub-folder', matching
1879                 everywhere else the term is used
1880         * src/imap_gtk.c
1881                 fix engrish
1882
1883 2007-08-10 [wwp]        2.10.0cvs112
1884
1885         * src/msgcache.c
1886                 Disable mmap reads in Windows only (at least temporarily), they
1887                 prevent from renaming/removing target cache files.
1888
1889 2007-08-10 [paul]
1890
1891         3.0.0-rc2 released
1892
1893 2007-08-10 [wwp]        2.10.0cvs111
1894
1895         * src/msgcache.c
1896                 fix unpredictable crashes in Windows due to broken
1897                 cache/mark/tags files writting (file were opened for
1898                 writing in text mode).
1899
1900         * src/recv.c
1901                 use gettimeofday() from w32lib.h on Windows.
1902
1903 2007-08-10 [colin]      2.10.0cvs110
1904
1905         * src/imap.c
1906         * src/etpan/imap-thread.c
1907         * src/etpan/imap-thread.h
1908                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1909
1910 2007-08-09 [colin]      2.10.0cvs109
1911
1912         * src/editldap.c
1913                 Fix port being reset to 636 on SSL
1914         * src/folder.c
1915                 Fix folder_item_get_msg_num_by_file
1916                 on drafts/queue folders
1917
1918 2007-08-09 [wwp]        2.10.0cvs108
1919
1920         * src/folder.c
1921                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1922                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1923
1924
1925 2007-08-09 [colin]      2.10.0cvs107
1926
1927         * src/folderview.c
1928         * src/summaryview.c
1929         * src/gtk/prefswindow.c
1930                 A few Maemo layout fixes
1931
1932 2007-08-09 [paul]       2.10.0cvs106
1933
1934         * src/prefs_account.c
1935                 remove the hyphen from plug-ins to
1936                 match everywhere else
1937
1938 2007-08-08 [wwp]        2.10.0cvs105
1939
1940         * src/prefs_folder_item.c
1941                 Fix an extraneous stealth ^L char.
1942
1943 2007-08-08 [wwp]        2.10.0cvs104
1944
1945         * src/prefs_folder_item.c
1946                 Better fix, group variables declarations (USE_ASPELL).
1947
1948 2007-08-08 [wwp]        2.10.0cvs103
1949
1950         * src/prefs_folder_item.c
1951                 Fix compilation w/ USE_ASPELL set (broken
1952                 by 2.10.0cvs102).
1953
1954 2007-08-08 [ticho]      2.10.0cvs102
1955
1956         * src/prefs_folder_item.c
1957                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1958
1959 2007-08-08 [colin]      2.10.0cvs101
1960
1961         * src/imap.c
1962         * src/etpan/imap-thread.c
1963         * src/etpan/imap-thread.h
1964                 Close selected mailbox before doing
1965                 status on it.
1966
1967 2007-08-08 [colin]      2.10.0cvs100
1968
1969         * src/html.c
1970                 Complete symbol table, thanks to wwp.
1971                 Fixes bug 1284, 'The html -> text 
1972                 converter ignores entities'
1973         * src/msgcache.c
1974                 Fix possible fd leak
1975
1976 2007-08-08 [colin]      2.10.0cvs99
1977
1978         * src/imap.c
1979                 Better way to fetch UIDs on non-UIDPLUS servers
1980
1981 2007-08-07 [colin]      2.10.0cvs98
1982
1983         * src/imap.c
1984                 fix bug 1275, 'auto-saved draft messages not 
1985                 always being removed'; Also, make multiple
1986                 copy (in the same account) faster by matching
1987                 source/destination message UIDs.
1988         * src/messageview.c
1989                 Don't try to reshow deleted mail
1990         * src/msgcache.c
1991                 Fix leak on error path
1992
1993 2007-08-07 [wwp]        2.10.0cvs97
1994
1995         * manual/account.xml
1996         * manual/advanced.xml
1997         * manual/fr/account.xml
1998         * manual/fr/advanced.xml
1999                 Updated the reference manual and the French translation to
2000                 reflect 2.10.0cvs84: enable running folder Processing
2001                 rules on demand.
2002
2003 2007-08-06 [wwp]        2.10.0cvs96
2004
2005         * src/prefs_common.c
2006         * src/prefs_common.h
2007         * src/textview.c
2008                 Allow changing the emphasis color used to highlight
2009                 the newsreader/x-mailer header value when it matches
2010                 our preferred mail agent (hidden pref 'emphasis_col' added
2011                 to clawsrc).
2012
2013 2007-08-06 [colin]      2.10.0cvs95
2014
2015         * src/compose.c
2016         * src/compose.h
2017                 Re-commit 2.10.0cvs86, with a protection
2018                 against Pango bug. Also, try to fix 
2019                 bug 1275, 'auto-saved draft messages not 
2020                 always being removed'
2021
2022 2007-08-06 [wwp]        2.10.0cvs94
2023
2024         * src/gtk/quicksearch.c
2025                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
2026
2027 2007-08-06 [ticho]      2.10.0cvs93
2028
2029         * src/prefs_account.c
2030         * src/gtk/combobox.c
2031                 Use GtkComboBox instead of GtkOptionMenu for privacy system
2032                 selection in account preferences.
2033
2034 2007-08-06 [wwp]        2.10.0cvs92
2035
2036         * src/plugins/pgpcore/plugin.def
2037                 Apply one more chunk from gpg4win's 03-w32-port patch.
2038
2039 2007-08-05 [colin]      2.10.0cvs91
2040
2041         * src/compose.c
2042         * src/compose.h
2043                 reverting buggy patch for now
2044
2045 2007-08-05 [colin]      2.10.0cvs90
2046
2047         * src/folder.c
2048                 Fix slowdown
2049
2050 2007-08-04 [colin]      2.10.0cvs89
2051
2052         * src/prefs_summaries.c
2053         * src/summary_search.c
2054                 Replace deprecated widgets. Patch by
2055                 Andrej.
2056
2057 2007-08-04 [colin]      2.10.0cvs88
2058
2059         * src/mh.c
2060                 Refresh GUI only every 2000 mails on mh_get_last_num
2061                 This is fast (readdir) and done only once per 
2062                 session/folder
2063
2064 2007-08-03 [colin]      2.10.0cvs87
2065
2066         * src/prefs_account.c
2067         * src/gtk/combobox.h
2068         * src/gtk/gtkutils.c
2069                 Fix a deprecated widget. Patch by
2070                 Andrej
2071
2072 2007-08-03 [colin]      2.10.0cvs86
2073
2074         * src/compose.c
2075         * src/compose.h
2076                 Make colorisation and wrapping algorithms
2077                 faster. Fixes bug 1246, 'compose becomes 
2078                 increasingly slow replying to complex emails'
2079
2080 2007-08-03 [paul]       2.10.0cvs85
2081
2082         * src/mh.c
2083                 keep the window painted
2084
2085 2007-08-02 [paul]       2.10.0cvs84
2086
2087         * src/folderview.c
2088         * src/mainwindow.c
2089         * src/mainwindow.h
2090                 enable running folder Processing
2091                 rules on demand
2092
2093 2007-08-02 [paul]       2.10.0cvs83
2094
2095         * src/textview.c
2096                 speed up/clean up rendering of larger
2097                 msgs
2098                 Thanks to Colin
2099
2100 2007-08-01 [paul]       2.10.0cvs82
2101
2102         * src/mainwindow.h
2103                 clean up cruft
2104         * src/toolbar.c
2105                 change default toolbar layout on maemo
2106         * src/pixmaps/close.xpm
2107                 make the red cross a grey cross
2108         * src/pixmaps/jpilot.xpm
2109                 make icon smaller so it fits better
2110
2111 2007-07-31 [paul]       2.10.0cvs81
2112
2113         * src/setup.c
2114         * src/gtk/gtkutils.c
2115                 fix crash on maemo on first launch
2116
2117 2007-07-30 [paul]       2.10.0cvs80
2118
2119         * src/prefs_matcher.c
2120                 specify the units of age and size
2121
2122 2007-07-30 [paul]       2.10.0cvs79
2123
2124         * src/main.c
2125                 Fix IMAP timeout setting
2126
2127 2007-07-30 [colin]      2.10.0cvs78
2128
2129         * src/prefs_account.c
2130                 Fix a deprecated widget. Patch by
2131                 Andrej
2132
2133 2007-07-27 [paul]       2.10.0cvs77
2134
2135         * src/matcher_parser_parse.y
2136         * src/prefs_filtering_action.c
2137         * src/prefs_matcher.c
2138                 these changes forgotten in cvs74's
2139                 'watch thread' feature
2140
2141 2007-07-27 [paul]       2.10.0cvs76
2142
2143         * src/compose.c
2144                 fix potential crasher
2145                 thanks to Colin
2146
2147 2007-07-27 [paul]       2.10.0cvs75
2148
2149         * src/mainwindow.c
2150         * src/manual.c
2151         * src/manual.h
2152         * src/gtk/gtkutils.c
2153                 make mainwindow's /Help/Manual point to the
2154                 remote copy if the local copy doesn't exist
2155
2156 2007-07-27 [paul]       2.10.0cvs74
2157
2158         * src/Makefile.am
2159         * src/filtering.c
2160         * src/folder.c
2161         * src/mainwindow.c
2162         * src/matcher.c
2163         * src/matcher.h
2164         * src/matcher_parser_parse.y
2165         * src/procmsg.c
2166         * src/procmsg.h
2167         * src/stock_pixmap.c
2168         * src/stock_pixmap.h
2169         * src/summaryview.c
2170         * src/summaryview.h
2171         * src/toolbar.c
2172         * src/toolbar.h
2173         * src/pixmaps/watchthread.xpm
2174                 add 'watch thread' feature
2175
2176 2007-07-27 [paul]       2.10.0cvs73
2177
2178         * src/prefs_folder_item.c
2179                 adjust labels, add tooltips
2180
2181 2007-07-27 [colin]      2.10.0cvs72
2182
2183         * src/summaryview.c
2184                 Maemo: Remove less used menu items
2185
2186 2007-07-26 [colin]      2.10.0cvs71
2187
2188         * src/messageview.c
2189                 Maemo: destroy messageview after trashing mail.
2190                 Maybe should be done on X11 too
2191
2192 2007-07-26 [colin]      2.10.0cvs70
2193
2194         * src/folderview.c
2195         * src/mainwindow.c
2196         * src/prefs_common.c
2197         * src/prefs_common.h
2198         * src/summaryview.c
2199                 Add View/Show or Hide/Column headers
2200
2201 2007-07-26 [colin]      2.10.0cvs69
2202
2203         * src/procmime.c
2204                 Fix unwanted output
2205
2206 2007-07-26 [colin]      2.10.0cvs68
2207
2208         * src/ldapserver.c
2209                 Fix possible crash on cache invalidation
2210         * src/compose.c
2211         * src/procmime.c
2212         * src/procmime.h
2213         * src/quote_fmt_parse.y
2214                 Make replying to mails with big attachments
2215                 much faster. Fixes bug 1224, 'The process of 
2216                 Replying to emails with large attachments 
2217                 seems unreasonably long...'
2218
2219 2007-07-26 [colin]      2.10.0cvs67
2220
2221         * src/mimeview.c
2222         * src/matcher.c
2223         * src/common/ssl.c
2224                 Fix threads use on BSDs
2225
2226 2007-07-26 [paul]       2.10.0cvs66
2227
2228         * src/gtk/prefswindow.c
2229                 fix account prefs breakage
2230                 thanks to Colin
2231
2232 2007-07-26 [paul]       2.10.0cvs65
2233
2234         * configure.ac
2235                 standardise ./configure --help messages
2236
2237 2007-07-26 [colin]      2.10.0cvs64
2238
2239         * src/addressbook.c
2240         * src/editaddress.c
2241                 Fix two vCard-related crashes
2242
2243 2007-07-25 [colin]      2.10.0cvs63
2244
2245         * src/inc.c
2246         * src/prefs_common.c
2247         * src/prefs_common.h
2248         * src/prefs_receive.c
2249                 Maemo: Add a better way to notify of
2250                 new mails
2251         * src/mainwindow.c
2252         * src/statusbar.h
2253         * src/summaryview.c
2254         * src/toolbar.c
2255                 Maemo: Various layout fixes
2256         * src/gtk/prefswindow.c
2257                 Maemo: Better prefs layout
2258
2259 2007-07-25 [paul]       2.10.0cvs62
2260
2261         * src/textview.c
2262                 fix the layout on maemo
2263                 thanks to Colin
2264
2265 2007-07-25 [iwkse]      2.10.0cvs61
2266
2267         * src/summaryview.c
2268                 add 'o' shortcut on summaryview
2269
2270 2007-07-25 [iwkse]      2.10.0cvs60
2271
2272         * src/textview.c
2273                 fix o shortcut
2274
2275 2007-07-24 [colin]      2.10.0cvs59
2276
2277         * src/mh.c
2278                 Fix missing timestamp update on source
2279                 folder when moving
2280         * src/textview.c
2281         * src/textview.h
2282                 Better text layout on part's choices
2283
2284 2007-07-23 [colin]      2.10.0cvs58
2285
2286         * src/mimeview.c
2287         * src/textview.c
2288                 Maemo: Automatically choose the correct application
2289                 to open parts
2290         * src/gtk/quicksearch.c
2291                 Make search run on GDK_KP_Enter too
2292
2293 2007-07-23 [wwp]        2.10.0cvs57
2294
2295         * src/quote_fmt_lex.l
2296                 Revert accidentaly committed lines (account_sig) in
2297                 2.10.0cvs56.
2298
2299 2007-07-23 [wwp]        2.10.0cvs56
2300
2301         * src/quote_fmt_lex.l
2302                 Fix typos around long form expressions in the quote lexer.
2303
2304 2007-07-23 [paul]
2305
2306         3.0.0-rc1 released
2307
2308 2007-07-23 [colin]      2.10.0cvs55
2309
2310         * src/addr_compl.c
2311                 Fix auto-completion on Maemo
2312
2313 2007-07-23 [colin]      2.10.0cvs54
2314
2315         * src/statusbar.c
2316                 Maemo: Fix sticking statusbars
2317
2318 2007-07-22 [colin]      2.10.0cvs53
2319
2320         * src/main.c
2321                 Maemo: Fix the strange "top_application" info
2322                 at startup. We should do something when 
2323                 receiving such a message.
2324
2325 2007-07-20 [paul]       2.10.0cvs52
2326
2327         * src/news_gtk.c
2328                 add missing #include "statusbar.h"
2329
2330 2007-07-20 [colin]      2.10.0cvs51
2331
2332         * src/folder.c
2333         * src/folder.h
2334         * src/folder_item_prefs.c
2335         * src/folder_item_prefs.h
2336         * src/folderview.c
2337         * src/imap.c
2338         * src/imap_gtk.c
2339         * src/imap_gtk.h
2340         * src/news.c
2341         * src/news_gtk.c
2342         * src/news_gtk.h
2343         * src/prefs_folder_item.c
2344                 Implement age-based caching: allow to
2345                 specify a threshold for the offline synchronisation
2346                 feature, and whether old cached bodies should 
2347                 be removed
2348         * src/toolbar.c
2349         * src/toolbar.h
2350                 Fix label/tooltips
2351         * src/plugins/dillo_viewer/dillo_viewer.c
2352                 Check that Dillo's installed
2353
2354 2007-07-20 [wwp]        2.10.0cvs50
2355
2356         * src/mimeview.c
2357         * src/stock_pixmap.c
2358                 Draw a frame around the selected mimeview part icon (instead of the
2359                 shifted 'dancing' icon).
2360
2361 2007-07-20 [colin]      2.10.0cvs49
2362
2363         * src/main.c
2364                 Unref stuff even on error
2365         * src/wizard.c
2366                 disconnect signals only at the very
2367                 end of the wizard save.
2368
2369 2007-07-20 [colin]      2.10.0cvs48
2370
2371         * src/mainwindow.c
2372         * src/messageview.c
2373         * src/toolbar.c
2374         * src/toolbar.h
2375                 Fix random crashes while navigating
2376                 (GTK_EVENTS_FLUSH)
2377
2378 2007-07-19 [colin]      2.10.0cvs47
2379
2380         * configure.ac
2381         * src/main.c
2382         * src/prefs_common.c
2383         * src/prefs_common.h
2384         * src/wizard.c
2385         * src/common/defs.h
2386         * src/common/utils.c
2387                 Maemo: add an easy way to store data (mails
2388                 and IMAP/NNTP caches) on one of the SD cards,
2389                 and protect against unmounts if needed
2390
2391 2007-07-19 [paul]       2.10.0cvs46
2392
2393         * src/Makefile.am
2394         * src/stock_pixmap.c
2395         * src/gtk/about.c
2396         * src/pixmaps/claws-mail_logo-small.xpm
2397                 implement a (slightly) different About
2398                 dialog for maemo and add a small version
2399                 of the logo for it
2400         * src/wizard.c
2401                 use a scrolled window for wizard page 1
2402                 on maemo
2403
2404 2007-07-19 [paul]       2.10.0cvs45
2405
2406         * src/Makefile.am
2407                 too soon for this line
2408
2409 2007-07-19 [paul]       2.10.0cvs44
2410
2411         * src/Makefile.am
2412                 fix build on n800
2413
2414 2007-07-19 [colin]      2.10.0cvs43
2415
2416         * src/wizard.c
2417                 Solve Mail/Mailbox name when specifying
2418                 full /path/to/Mail.
2419
2420 2007-07-18 [colin]      2.10.0cvs42
2421
2422         * src/inc.c
2423         * configure.ac
2424                 Fix build on n770
2425
2426 2007-07-18 [colin]      2.10.0cvs41
2427
2428         * src/inc.c
2429                 Maemo: plug the online/offline system into
2430                 maemo's interfaces to have Claws automatically
2431                 switch according to the system status
2432         * src/statusbar.c
2433                 Maemo: use HildonBanners to display status
2434                 messages. Renders the main statusbar useless.
2435
2436 2007-07-18 [paul]       2.10.0cvs40
2437
2438         * src/filtering.c
2439                 fix screen blanking on moving/copying many msgs
2440         * src/folder.c
2441                 fix processing progressbar and screen blanking
2442                 during processing
2443
2444 2007-07-18 [paul]       2.10.0cvs39
2445
2446         * src/messageview.c
2447                 revert cvs37, breakage on maemo
2448
2449 2007-07-18 [paul]       2.10.0cvs38
2450
2451         * src/gtk/gtkutils.c
2452                 make sure we can still build with older GTK's
2453
2454 2007-07-18 [colin]      2.10.0cvs37
2455
2456         * src/messageview.c
2457                 Only hide the small layout's messageview, instead
2458                 of destroying it when closing
2459         * src/gtk/gtkutils.c
2460                 Use gtk_window_present_with_time to popup windows,
2461                 it seems to make things better with modern WMs
2462                 (actually focusing)
2463
2464 2007-07-17 [colin]      2.10.0cvs36
2465
2466         * src/editaddress.c
2467                 Simplify layout on Maemo
2468         * src/folder.c
2469                 Fix possible crash
2470         * src/prefs_display_header.c
2471                 Remove some headers by default on Maemo
2472
2473 2007-07-17 [paul]       2.10.0cvs35
2474
2475         * src/prefs_common.c
2476         * src/prefs_common.h
2477         * src/prefs_logging.c
2478         * src/common/log.c
2479                 add options to stop/enable writing logs to disc
2480
2481 2007-07-17 [paul]       2.10.0cvs34
2482
2483         * src/edittags.c
2484                 fix some issues with the Apply tags window:
2485                 - set search column (enables autocompl in the treeview)
2486                 - apply tag from "New tag" if it existed
2487                 - clears New tag entry when adding it with the button
2488                 Thanks to Colin
2489
2490 2007-07-17 [paul]       2.10.0cvs33
2491
2492         * src/edittags.c
2493                 fix 'apply tags' dialogue weirdness
2494
2495 2007-07-16 [colin]      2.10.0cvs32
2496
2497         * src/toolbar.c
2498                 Fix double-loading of mails on Maemo
2499
2500 2007-07-16 [colin]      2.10.0cvs31
2501
2502         * src/messageview.c
2503                 Prevent double-loading of the same part under some
2504                 conditions; hide statusbar on Maemo
2505
2506 2007-07-16 [colin]      2.10.0cvs30
2507
2508         * src/edittags.c
2509         * src/edittags.h
2510         * src/mainwindow.c
2511         * src/summaryview.c
2512                 Improve the tag interface - allow
2513                 to set/unset tags from a special
2514                 window.
2515         * src/gtk/gtkvscrollbutton.c
2516         * src/mimeview.c
2517         * src/mimeview.h
2518         * src/stock_pixmap.c
2519                 Fix Mimeview's ugly hacks in the
2520                 icon list. 
2521
2522 2007-07-16 [paul]       2.10.0cvs29
2523
2524         * src/wizard.c
2525                 rework dialog
2526         * src/gtk/icon_legend.c
2527                 put it all in a scrolled window
2528
2529 2007-07-15 [colin]      2.10.0cvs28
2530
2531         * src/mainwindow.c
2532                 Maemo: force layout to be Small screen; the
2533                 others don't make sense
2534
2535 2007-07-14 [colin]      2.10.0cvs27
2536
2537         * src/mimeview.c
2538         * src/gtk/gtkvscrollbutton.c
2539                 Maemo: Fix mimeview's buttons size
2540
2541 2007-07-14 [colin]      2.10.0cvs26
2542
2543         * src/toolbar.c
2544                 Fix the button workaround fix.
2545                 (Use the correct variable)
2546
2547 2007-07-14 [colin]      2.10.0cvs25
2548
2549         * src/mainwindow.c
2550         * src/toolbar.c
2551                 Maemo: put the progress bar in the
2552                 toolbar
2553
2554 2007-07-14 [colin]      2.10.0cvs24
2555
2556         * src/prefs_common.c
2557                 Maemo: hide statusbar by default
2558         * src/Makefile.am
2559         * src/stock_pixmap.c
2560         * src/stock_pixmap.h
2561         * src/toolbar.c
2562         * src/pixmaps/go_folders.xpm
2563                 Maemo: Add a specific icon to go back to
2564                 folder list
2565
2566 2007-07-14 [colin]      2.10.0cvs23
2567
2568         * src/toolbar.c
2569                 Don't set homogeneous finally
2570
2571 2007-07-14 [colin]      2.10.0cvs22
2572
2573         * src/toolbar.c
2574                 Fix button show/hide issues
2575
2576 2007-07-14 [colin]      2.10.0cvs21
2577
2578         * src/toolbar.c
2579                 Fix huge arrows
2580                 Fix button workaround to be able to click
2581                 if mouse was on button when it went un-
2582                 sensitive.
2583                 Revert previous commit, gtk_tool_item_set_homogeneous
2584                 doesn't mean what it seems to mean ;-)
2585
2586 2007-07-14 [paul]       2.10.0cvs20
2587
2588         * src/toolbar.c
2589                 make homogeneous FALSE always
2590
2591 2007-07-13 [colin]      2.10.0cvs19
2592
2593         * src/toolbar.c
2594         * src/toolbar.h
2595                 Rework to fit the non-deprecated API
2596         * src/compose.c
2597         * src/folderview.c
2598         * src/mainwindow.c
2599         * src/messageview.c
2600         * src/summaryview.c
2601                 Maemo layout changes. Better toolbars,
2602                 removal of CTree headers. 
2603
2604 2007-07-13 [paul]       2.10.0cvs18
2605
2606         * src/gtk/colorlabel.c
2607                 fix bug 1261, '[DE] coloring messages in overview 
2608                 keys are not localised'
2609                 the string is now included in claws-mail.pot
2610
2611 2007-07-13 [colin]      2.10.0cvs17
2612
2613         * src/summaryview.c
2614                 Fix bug 1267, 'printing mutliple messages 
2615                 opens one message-dialog after the other'
2616                 Ask for confirmation when printing 10
2617                 messages or more.
2618
2619 2007-07-11 [colin]      2.10.0cvs16
2620
2621         * COPYING
2622         * README
2623         * autogen.sh
2624         * manual/claws-mail-manual.xml
2625         * manual/gpl.xml
2626         * manual/es/claws-mail-manual.xml
2627         * manual/es/gpl.xml
2628         * manual/fr/claws-mail-manual.xml
2629         * manual/fr/gpl.xml
2630         * manual/pl/gpl.xml
2631         * src/account.c
2632         * src/account.h
2633         * src/action.c
2634         * src/action.h
2635         * src/adbookbase.h
2636         * src/addr_compl.c
2637         * src/addr_compl.h
2638         * src/addrbook.c
2639         * src/addrbook.h
2640         * src/addrcache.c
2641         * src/addrcache.h
2642         * src/addrcindex.c
2643         * src/addrcindex.h
2644         * src/addrclip.c
2645         * src/addrclip.h
2646         * src/addrdefs.h
2647         * src/addressadd.c
2648         * src/addressadd.h
2649         * src/addressbook.c
2650         * src/addressbook.h
2651         * src/addressbook_foldersel.c
2652         * src/addressbook_foldersel.h
2653         * src/addressitem.h
2654         * src/addrgather.c
2655         * src/addrgather.h
2656         * src/addrharvest.c
2657         * src/addrharvest.h
2658         * src/addrindex.c
2659         * src/addrindex.h
2660         * src/addritem.c
2661         * src/addritem.h
2662         * src/addrquery.c
2663         * src/addrquery.h
2664         * src/addrselect.c
2665         * src/addrselect.h
2666         * src/alertpanel.c
2667         * src/alertpanel.h
2668         * src/browseldap.c
2669         * src/browseldap.h
2670         * src/codeconv.c
2671         * src/codeconv.h
2672         * src/compose.c
2673         * src/compose.h
2674         * src/crash.c
2675         * src/crash.h
2676         * src/customheader.c
2677         * src/customheader.h
2678         * src/displayheader.c
2679         * src/displayheader.h
2680         * src/editaddress.c
2681         * src/editaddress.h
2682         * src/editaddress_other_attributes_ldap.c
2683         * src/editaddress_other_attributes_ldap.h
2684         * src/editbook.c
2685         * src/editbook.h
2686         * src/editgroup.c
2687         * src/editgroup.h
2688         * src/editjpilot.c
2689         * src/editjpilot.h
2690         * src/editldap.c
2691         * src/editldap.h
2692         * src/editldap_basedn.c
2693         * src/editldap_basedn.h
2694         * src/edittags.c
2695         * src/edittags.h
2696         * src/editvcard.c
2697         * src/editvcard.h
2698         * src/enriched.c
2699         * src/enriched.h
2700         * src/exphtmldlg.c
2701         * src/exphtmldlg.h
2702         * src/expldifdlg.c
2703         * src/expldifdlg.h
2704         * src/export.c
2705         * src/export.h
2706         * src/exporthtml.c
2707         * src/exporthtml.h
2708         * src/exportldif.c
2709         * src/exportldif.h
2710         * src/filtering.c
2711         * src/filtering.h
2712         * src/folder.c
2713         * src/folder.h
2714         * src/folder_item_prefs.c
2715         * src/folder_item_prefs.h
2716         * src/foldersel.c
2717         * src/foldersel.h
2718         * src/folderutils.c
2719         * src/folderutils.h
2720         * src/folderview.c
2721         * src/folderview.h
2722         * src/gedit-print.c
2723         * src/gedit-print.h
2724         * src/grouplistdialog.c
2725         * src/grouplistdialog.h
2726         * src/headerview.c
2727         * src/headerview.h
2728         * src/html.c
2729         * src/html.h
2730         * src/image_viewer.c
2731         * src/image_viewer.h
2732         * src/imap.c
2733         * src/imap.h
2734         * src/imap_gtk.c
2735         * src/imap_gtk.h
2736         * src/import.c
2737         * src/import.h
2738         * src/importldif.c
2739         * src/importldif.h
2740         * src/importmutt.c
2741         * src/importmutt.h
2742         * src/importpine.c
2743         * src/importpine.h
2744         * src/inc.c
2745         * src/inc.h
2746         * src/jpilot.c
2747         * src/jpilot.h
2748         * src/ldapctrl.c
2749         * src/ldapctrl.h
2750         * src/ldaplocate.c
2751         * src/ldaplocate.h
2752         * src/ldapquery.c
2753         * src/ldapquery.h
2754         * src/ldapserver.c
2755         * src/ldapserver.h
2756         * src/ldapupdate.c
2757         * src/ldapupdate.h
2758         * src/ldaputil.c
2759         * src/ldaputil.h
2760         * src/ldif.c
2761         * src/ldif.h
2762         * src/localfolder.c
2763         * src/localfolder.h
2764         * src/main.c
2765         * src/main.h
2766         * src/mainwindow.c
2767         * src/mainwindow.h
2768         * src/manual.c
2769         * src/manual.h
2770         * src/matcher.c
2771         * src/matcher.h
2772         * src/matcher_parser.h
2773         * src/matcher_parser_lex.l
2774         * src/matcher_parser_parse.y
2775         * src/mbox.c
2776         * src/mbox.h
2777         * src/message_search.c
2778         * src/message_search.h
2779         * src/messageview.c
2780         * src/messageview.h
2781         * src/mh.c
2782         * src/mh.h
2783         * src/mh_gtk.c
2784         * src/mh_gtk.h
2785         * src/mimeview.c
2786         * src/mimeview.h
2787         * src/msgcache.c
2788         * src/msgcache.h
2789         * src/mutt.c
2790         * src/mutt.h
2791         * src/news.c
2792         * src/news.h
2793         * src/news_gtk.c
2794         * src/news_gtk.h
2795         * src/noticeview.c
2796         * src/noticeview.h
2797         * src/partial_download.c
2798         * src/partial_download.h
2799         * src/pine.c
2800         * src/pine.h
2801         * src/pop.c
2802         * src/pop.h
2803         * src/prefs_account.c
2804         * src/prefs_account.h
2805         * src/prefs_actions.c
2806         * src/prefs_actions.h
2807         * src/prefs_common.c
2808         * src/prefs_common.h
2809         * src/prefs_compose_writing.c
2810         * src/prefs_compose_writing.h
2811         * src/prefs_customheader.c
2812         * src/prefs_customheader.h
2813         * src/prefs_display_header.c
2814         * src/prefs_display_header.h
2815         * src/prefs_ext_prog.c
2816         * src/prefs_ext_prog.h
2817         * src/prefs_filtering.c
2818         * src/prefs_filtering.h
2819         * src/prefs_filtering_action.c
2820         * src/prefs_filtering_action.h
2821         * src/prefs_folder_column.c
2822         * src/prefs_folder_column.h
2823         * src/prefs_folder_item.c
2824         * src/prefs_folder_item.h
2825         * src/prefs_fonts.c
2826         * src/prefs_fonts.h
2827         * src/prefs_gtk.c
2828         * src/prefs_gtk.h
2829         * src/prefs_image_viewer.c
2830         * src/prefs_image_viewer.h
2831         * src/prefs_logging.c
2832         * src/prefs_logging.h
2833         * src/prefs_matcher.c
2834         * src/prefs_matcher.h
2835         * src/prefs_message.c
2836         * src/prefs_message.h
2837         * src/prefs_msg_colors.c
2838         * src/prefs_msg_colors.h
2839         * src/prefs_other.c
2840         * src/prefs_other.h
2841         * src/prefs_quote.c
2842         * src/prefs_quote.h
2843         * src/prefs_receive.c
2844         * src/prefs_receive.h
2845         * src/prefs_send.c
2846         * src/prefs_send.h
2847         * src/prefs_spelling.c
2848         * src/prefs_spelling.h
2849         * src/prefs_summaries.c
2850         * src/prefs_summaries.h
2851         * src/prefs_summary_column.c
2852         * src/prefs_summary_column.h
2853         * src/prefs_summary_open.c
2854         * src/prefs_summary_open.h
2855         * src/prefs_template.c
2856         * src/prefs_template.h
2857         * src/prefs_themes.c
2858         * src/prefs_themes.h
2859         * src/prefs_toolbar.c
2860         * src/prefs_toolbar.h
2861         * src/prefs_wrapping.c
2862         * src/prefs_wrapping.h
2863         * src/privacy.c
2864         * src/privacy.h
2865         * src/procheader.c
2866         * src/procheader.h
2867         * src/procmime.c
2868         * src/procmime.h
2869         * src/procmsg.c
2870         * src/procmsg.h
2871         * src/quote_fmt.c
2872         * src/quote_fmt_lex.l
2873         * src/quote_fmt_parse.y
2874         * src/recv.c
2875         * src/recv.h
2876         * src/remotefolder.c
2877         * src/remotefolder.h
2878         * src/send_message.c
2879         * src/send_message.h
2880         * src/setup.c
2881         * src/setup.h
2882         * src/simple-gettext.c
2883         * src/sourcewindow.c
2884         * src/sourcewindow.h
2885         * src/ssl_manager.c
2886         * src/ssl_manager.h
2887         * src/statusbar.c
2888         * src/statusbar.h
2889         * src/stock_pixmap.c
2890         * src/stock_pixmap.h
2891         * src/summary_search.c
2892         * src/summary_search.h
2893         * src/summaryview.c
2894         * src/summaryview.h
2895         * src/textview.c
2896         * src/textview.h
2897         * src/toolbar.c
2898         * src/toolbar.h
2899         * src/undo.c
2900         * src/undo.h
2901         * src/unmime.c
2902         * src/unmime.h
2903         * src/uri_opener.c
2904         * src/uri_opener.h
2905         * src/vcard.c
2906         * src/vcard.h
2907         * src/wizard.c
2908         * src/wizard.h
2909         * src/common/base64.c
2910         * src/common/base64.h
2911         * src/common/claws.c
2912         * src/common/claws.h
2913         * src/common/defs.h
2914         * src/common/fnmatch.c
2915         * src/common/fnmatch.h
2916         * src/common/fnmatch_loop.c
2917         * src/common/hooks.c
2918         * src/common/hooks.h
2919         * src/common/log.c
2920         * src/common/log.h
2921         * src/common/md5.c
2922         * src/common/md5.h
2923         * src/common/mgutils.c
2924         * src/common/mgutils.h
2925         * src/common/nntp.c
2926         * src/common/nntp.h
2927         * src/common/passcrypt.c
2928         * src/common/passcrypt.h.in
2929         * src/common/plugin.c
2930         * src/common/plugin.h
2931         * src/common/prefs.c
2932         * src/common/prefs.h
2933         * src/common/progressindicator.c
2934         * src/common/progressindicator.h
2935         * src/common/quoted-printable.c
2936         * src/common/quoted-printable.h
2937         * src/common/session.c
2938         * src/common/session.h
2939         * src/common/smtp.c
2940         * src/common/smtp.h
2941         * src/common/socket.c
2942         * src/common/socket.h
2943         * src/common/ssl.c
2944         * src/common/ssl.h
2945         * src/common/ssl_certificate.c
2946         * src/common/ssl_certificate.h
2947         * src/common/string_match.c
2948         * src/common/string_match.h
2949         * src/common/stringtable.c
2950         * src/common/stringtable.h
2951         * src/common/tags.c
2952         * src/common/tags.h
2953         * src/common/template.c
2954         * src/common/template.h
2955         * src/common/timing.h
2956         * src/common/utils.c
2957         * src/common/utils.h
2958         * src/common/uuencode.c
2959         * src/common/uuencode.h
2960         * src/common/version.h.in
2961         * src/common/w32_dirent.c
2962         * src/common/w32_reg.c
2963         * src/common/w32_signal.c
2964         * src/common/w32_stat.c
2965         * src/common/w32_stdlib.c
2966         * src/common/w32_string.c
2967         * src/common/w32_time.c
2968         * src/common/w32_unistd.c
2969         * src/common/w32_wait.c
2970         * src/common/w32lib.h
2971         * src/common/xml.c
2972         * src/common/xml.h
2973         * src/common/xmlprops.c
2974         * src/common/xmlprops.h
2975         * src/etpan/etpan-errors.h
2976         * src/etpan/etpan-thread-manager-types.h
2977         * src/etpan/etpan-thread-manager.c
2978         * src/etpan/etpan-thread-manager.h
2979         * src/etpan/imap-thread.c
2980         * src/etpan/imap-thread.h
2981         * src/gtk/about.c
2982         * src/gtk/about.h
2983         * src/gtk/colorlabel.c
2984         * src/gtk/colorlabel.h
2985         * src/gtk/colorsel.c
2986         * src/gtk/colorsel.h
2987         * src/gtk/combobox.c
2988         * src/gtk/combobox.h
2989         * src/gtk/description_window.c
2990         * src/gtk/description_window.h
2991         * src/gtk/filesel.c
2992         * src/gtk/filesel.h
2993         * src/gtk/foldersort.c
2994         * src/gtk/foldersort.h
2995         * src/gtk/gtkaspell.c
2996         * src/gtk/gtkaspell.h
2997         * src/gtk/gtksctree.c
2998         * src/gtk/gtkshruler.c
2999         * src/gtk/gtkshruler.h
3000         * src/gtk/gtksourceprintjob.c
3001         * src/gtk/gtksourceprintjob.h
3002         * src/gtk/gtkutils.c
3003         * src/gtk/gtkutils.h
3004         * src/gtk/gtkvscrollbutton.c
3005         * src/gtk/gtkvscrollbutton.h
3006         * src/gtk/icon_legend.c
3007         * src/gtk/icon_legend.h
3008         * src/gtk/inputdialog.c
3009         * src/gtk/inputdialog.h
3010         * src/gtk/logwindow.c
3011         * src/gtk/logwindow.h
3012         * src/gtk/manage_window.c
3013         * src/gtk/manage_window.h
3014         * src/gtk/menu.c
3015         * src/gtk/menu.h
3016         * src/gtk/pluginwindow.c
3017         * src/gtk/pluginwindow.h
3018         * src/gtk/prefswindow.c
3019         * src/gtk/prefswindow.h
3020         * src/gtk/progressdialog.c
3021         * src/gtk/progressdialog.h
3022         * src/gtk/quicksearch.c
3023         * src/gtk/quicksearch.h
3024         * src/gtk/sslcertwindow.c
3025         * src/gtk/sslcertwindow.h
3026         * src/plugins/bogofilter/bogofilter.c
3027         * src/plugins/bogofilter/bogofilter.h
3028         * src/plugins/bogofilter/bogofilter_gtk.c
3029         * src/plugins/clamav/clamav_plugin.c
3030         * src/plugins/clamav/clamav_plugin.h
3031         * src/plugins/clamav/clamav_plugin_gtk.c
3032         * src/plugins/demo/demo.c
3033         * src/plugins/dillo_viewer/dillo_prefs.c
3034         * src/plugins/dillo_viewer/dillo_prefs.h
3035         * src/plugins/dillo_viewer/dillo_viewer.c
3036         * src/plugins/pgpcore/passphrase.c
3037         * src/plugins/pgpcore/passphrase.h
3038         * src/plugins/pgpcore/pgp_viewer.c
3039         * src/plugins/pgpcore/pgp_viewer.h
3040         * src/plugins/pgpcore/plugin.c
3041         * src/plugins/pgpcore/prefs_gpg.c
3042         * src/plugins/pgpcore/prefs_gpg.h
3043         * src/plugins/pgpcore/select-keys.c
3044         * src/plugins/pgpcore/select-keys.h
3045         * src/plugins/pgpcore/sgpgme.c
3046         * src/plugins/pgpcore/sgpgme.h
3047         * src/plugins/pgpinline/pgpinline.c
3048         * src/plugins/pgpinline/pgpinline.h
3049         * src/plugins/pgpinline/plugin.c
3050         * src/plugins/pgpmime/pgpmime.c
3051         * src/plugins/pgpmime/pgpmime.h
3052         * src/plugins/pgpmime/plugin.c
3053         * src/plugins/spamassassin/spamassassin.c
3054         * src/plugins/spamassassin/spamassassin.h
3055         * src/plugins/spamassassin/spamassassin_gtk.c
3056         * src/plugins/trayicon/trayicon.c
3057         * src/plugins/trayicon/trayicon_prefs.c
3058         * src/plugins/trayicon/trayicon_prefs.h
3059         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3060         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
3061         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
3062         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3063         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
3064         * tools/OOo2claws-mail.pl
3065         * tools/README.sylprint
3066         * tools/acroread2claws-mail.pl
3067         * tools/claws-mail-compose-insert-files.pl
3068         * tools/convert_mbox.pl
3069         * tools/filter_conv.pl
3070         * tools/filter_conv_new.pl
3071         * tools/fix_date.sh
3072         * tools/freshmeat_search.pl
3073         * tools/google_search.pl
3074         * tools/kmail-mailbox2claws-mail.pl
3075         * tools/kmail2claws-mail.pl
3076         * tools/kmail2claws-mail_v2.pl
3077         * tools/mairix.sh
3078         * tools/make.themes.project
3079         * tools/multiwebsearch.pl
3080         * tools/nautilus2claws-mail.sh
3081         * tools/outlook2claws-mail.pl
3082         * tools/textviewer.sh
3083         * tools/thunderbird-filters-convertor.pl
3084         * tools/update-po
3085         * tools/uuooffice
3086         * tools/vcard2xml.py
3087         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3088                 Upgrade to GPLv3 or later.
3089
3090 2007-07-10 [wwp]        2.10.0cvs15
3091
3092         * src/main.c
3093                 Fix re-opening of all composing messages that were
3094                 opened when closing the previous instance, thanks
3095                 to Colin.
3096
3097 2007-07-10 [paul]       2.10.0cvs14
3098
3099         * src/editaddress_other_attributes_ldap.c
3100         * src/ldapupdate.c
3101                 fix crash on selecting 'other attributes' combo
3102                 for either a new entry or an old entry with no
3103                 existing attributes.
3104                 fix bug on editing multiple attributes which
3105                 resulted them all having the value of the last
3106                 one changed.
3107                 Thanks to Colin
3108
3109 2007-07-10 [colin]      2.10.0cvs13
3110
3111         * src/editaddress.c
3112         * src/editaddress_other_attributes_ldap.h
3113         * src/ldapupdate.c
3114                 Fix --disable-ldap build
3115
3116 2007-07-09 [colin]      2.10.0cvs12
3117
3118         * src/Makefile.am
3119         * src/addritem.c
3120         * src/addritem.h
3121         * src/editaddress.c
3122         * src/editaddress_other_attributes_ldap.c
3123         * src/editaddress_other_attributes_ldap.h
3124         * src/editldap.c
3125         * src/ldapctrl.c
3126         * src/ldapctrl.h
3127         * src/ldapupdate.c
3128                 Add capability to edit all inetOrgPerson
3129                 attributes on LDAP. Patch by Michael 
3130                 Rasmussen
3131
3132 2007-07-09 [colin]      2.10.0cvs11
3133
3134         * src/Makefile.am
3135         * src/exporthtml.c
3136         * src/mbox.c
3137         * src/msgcache.c
3138         * src/prefs_summaries.c
3139         * src/prefs_themes.c
3140         * src/procheader.c
3141         * src/common/Makefile.am
3142         * src/common/log.c
3143         * src/common/timing.h
3144         * src/common/utils.c
3145         * src/common/utils.h
3146         * src/common/w32_account.c
3147         * src/common/w32lib.h
3148         * src/gtk/Makefile.am
3149         * src/gtk/colorlabel.c
3150         * src/plugins/pgpcore/Makefile.am
3151         * src/plugins/pgpcore/claws.def
3152         * src/plugins/pgpcore/passphrase.c
3153         * src/plugins/pgpcore/pgp_viewer.c
3154         * src/plugins/pgpcore/plugin.def
3155         * src/plugins/pgpcore/sgpgme.c
3156         * src/plugins/pgpinline/Makefile.am
3157         * src/plugins/pgpinline/claws.def
3158         * src/plugins/pgpinline/mypgpcore.def
3159         * src/plugins/pgpinline/plugin.def
3160         * src/plugins/pgpmime/Makefile.am
3161         * src/plugins/pgpmime/claws.def
3162         * src/plugins/pgpmime/mypgpcore.def
3163         * src/plugins/pgpmime/plugin.def
3164                 Commit win32 patch, from Werner Koch and
3165                 Marcus Brinkmann
3166
3167 2007-07-09 [colin]      2.10.0cvs10
3168
3169         * src/prefs_toolbar.c
3170                 Fix crash when no actions exist
3171
3172 2007-07-07 [paul]       2.10.0cvs9
3173
3174         * COPYING
3175         * manual/claws-mail-manual.xml
3176                 update copyright year
3177         * po/fi.po
3178                 updated by Flammie Pirinen
3179
3180 2007-07-05 [wwp]        2.10.0cvs8
3181
3182         * src/plugins/clamav/clamav_plugin_gtk.c
3183                 Make vertical spacing like in other plugin prefs pages.
3184
3185 2007-07-05 [wwp]        2.10.0cvs7
3186
3187         * src/quote_fmt.c
3188                 It's %am that works, not %ae (this doc incoherence has been
3189                 introduced with 2.9.2cvs13).
3190
3191 2007-07-04 [wwp]        2.10.0cvs6
3192
3193         * src/plugins/bogofilter/bogofilter.c
3194                 Gettext-ize an occurrence of "Any" that wasn't.
3195
3196 2007-07-04 [colin]      2.10.0cvs5
3197
3198         * po/POTFILES.in
3199                 Fix untranslated strings; thanks
3200                 to Pader Rezso.
3201
3202 2007-07-03 [colin]      2.10.0cvs4
3203
3204         * src/folder.c
3205         * src/mainwindow.c
3206                 Fix saving of sort mode for tags and
3207                 thread date. Thanks to Pierre Ossman.
3208                 Completes fix for bug 1233
3209
3210 2007-07-03 [paul]       2.10.0cvs3
3211
3212         * src/compose.c
3213                 fix auto-save
3214         * src/summaryview.c
3215                 fix build warnings
3216         Thanks to Colin
3217
3218 2007-07-02 [colin]      2.10.0cvs2
3219
3220         * src/folder.h
3221         * src/mainwindow.c
3222         * src/procmsg.h
3223         * src/summaryview.c
3224                 Add View/Sort/by Thread date
3225                 Fixes bug 1233, 'Capability to sort 
3226                 threads by most recent message'
3227                 Based on a patch by Paul Rolland
3228
3229 2007-07-02 [colin]      2.10.0cvs1
3230
3231         * src/Makefile.am
3232         * src/compose.c
3233         * src/edittags.c
3234         * src/edittags.h
3235         * src/filtering.c
3236         * src/folder.c
3237         * src/folder.h
3238         * src/headerview.c
3239         * src/headerview.h
3240         * src/main.c
3241         * src/mainwindow.c
3242         * src/mainwindow.h
3243         * src/manual.h
3244         * src/matcher.c
3245         * src/matcher.h
3246         * src/matcher_parser_parse.y
3247         * src/mimeview.c
3248         * src/msgcache.c
3249         * src/msgcache.h
3250         * src/prefs_common.c
3251         * src/prefs_common.h
3252         * src/prefs_filtering_action.c
3253         * src/prefs_matcher.c
3254         * src/prefs_summary_column.c
3255         * src/procmsg.c
3256         * src/procmsg.h
3257         * src/quote_fmt.c
3258         * src/quote_fmt_lex.l
3259         * src/quote_fmt_parse.y
3260         * src/summaryview.c
3261         * src/summaryview.h
3262         * src/textview.c
3263         * src/common/Makefile.am
3264         * src/common/defs.h
3265         * src/common/tags.c
3266         * src/common/tags.h
3267         * src/gtk/quicksearch.c
3268         * src/gtk/quicksearch.h
3269                 Add Tags implementation. Tags are arbitrary labels
3270                 that can be applied to messages. It is possible 
3271                 to create, edit, remove tags; apply them to mails;
3272                 filter on tags or tag presence; apply or unset
3273                 tags via filtering actions; reference tags in
3274                 reply templates.
3275
3276 2007-07-02 [paul]       2.10.0
3277
3278         * NEWS
3279         * README
3280         * RELEASE_NOTES
3281                 2.10.0 released
3282
3283 2007-07-02 [paul]       2.9.2cvs78
3284
3285         * po/de.po
3286         * po/en_GB.po
3287         * po/es.po
3288         * po/fr.po
3289         * po/hu.po
3290         * po/pt_BR.po
3291         * po/ru.po
3292         * po/zh_CN.po
3293                 updated by Stephan Sachse, me, Ricardo Mones
3294                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3295                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3296
3297 2007-07-02 [paul]       2.9.2cvs77
3298
3299         * AUTHORS
3300                 updated
3301
3302 2007-06-29 [wwp]        2.9.2cvs76
3303
3304         * src/gtk/headers.h
3305                 Fix a typo (thanks to Ricardo for finding this out).
3306
3307 2007-06-28 [paul]       2.9.2cvs75
3308
3309         * src/folderview.c
3310                 fix build warnings
3311
3312 2007-06-28 [paul]       2.9.2cvs74
3313
3314         * tools/Makefile.am
3315                 fix bug in the autotools build system.
3316                 Files cataloged under EXTRA_DIST were never
3317                 automatically copied to the build tree.
3318                 (fix 'make distcheck')
3319                 Patch by Michael Rasmussen.
3320
3321 2007-06-24 [colin]      2.9.2cvs73
3322
3323         * src/news_gtk.c
3324                 Fix bug 1249, 'Error handling for 
3325                 news errors needs modification'
3326                 Only popup error if the according
3327                 pref in Prefs/Receive is set.
3328
3329 2007-06-21 [colin]      2.9.2cvs72
3330
3331         * src/common/plugin.c
3332         * src/common/plugin.h
3333                 Change plugin API to know whether it's safe to 
3334                 unload plugins or whether we should just hide
3335                 them. Fixes bug 1248, 'Core dumps after 
3336                 unloading plugin and clicking on load plugins'
3337         * src/plugins/bogofilter/bogofilter.c
3338         * src/plugins/clamav/clamav_plugin.c
3339         * src/plugins/demo/demo.c
3340         * src/plugins/dillo_viewer/dillo_viewer.c
3341         * src/plugins/pgpcore/plugin.c
3342         * src/plugins/pgpinline/plugin.c
3343         * src/plugins/pgpmime/plugin.c
3344         * src/plugins/spamassassin/spamassassin.c
3345         * src/plugins/trayicon/trayicon.c
3346                 Update API
3347
3348 2007-06-19 [colin]      2.9.2cvs71
3349
3350         * src/compose.c
3351         * src/messageview.c
3352                 Fix crash mentioned in bug 1246
3353                 Race condition when automatically drafting
3354                 due to insertion on reedit.
3355
3356 2007-06-18 [wwp]        2.9.2cvs70
3357
3358         * src/importldif.c
3359                 LDIF import: use a "Proceed" button to complete
3360                 the process.
3361
3362 2007-06-18 [paul]       2.9.2cvs69
3363
3364         * configure.ac
3365                 use pkgconfig to check for gtk and glib
3366
3367 2007-06-17 [wwp]        2.9.2cvs68
3368
3369         * src/ldif.c
3370         * src/importldif.c
3371                 LDIF import: better error handling, minor code
3372                 and UI cleanup, and renamed the Save button
3373                 to Close, as imported stuff is already saved
3374                 when the Save button is shown.
3375
3376 2007-06-17 [colin]      2.9.2cvs67
3377
3378         * src/prefs_summaries.c
3379         * src/procmsg.c
3380                 Don't set as read when forwarded, only replied to
3381
3382 2007-06-17 [paul]       2.9.2cvs66
3383
3384         * src/alertpanel.c
3385                 add missing #include
3386
3387 2007-06-16 [colin]      2.9.2cvs65
3388
3389         * src/prefs_summaries.c
3390         * src/procmsg.c
3391                 Change the pref "Only mark as read when opened
3392                 in new window" to "..., replied to or forwarded".
3393                 Based on a patch by Paul Rolland.
3394
3395 2007-06-16 [paul]       2.9.2cvs64
3396
3397         * src/gtk/authors.h
3398                 alphabetical order! :)
3399
3400 2007-06-16 [colin]      2.9.2cvs63
3401
3402         * AUTHORS
3403         * src/gtk/authors.h
3404                 Add Michael Rasmussen in authors list
3405
3406 2007-06-16 [colin]      2.9.2cvs62
3407
3408         * src/messageview.c
3409                 Fix messageview_copy_clipboard to take advantage
3410                 of plugins' get_selection.
3411
3412 2007-06-15 [colin]      2.9.2cvs61
3413
3414         * src/action.c
3415         * src/addr_compl.c
3416         * src/addressbook.c
3417         * src/folderview.c
3418         * src/message_search.c
3419         * src/mimeview.c
3420         * src/summary_search.c
3421         * src/summaryview.c
3422         * src/textview.c
3423                 Allow GDK_KP_Enter to do the same as GDK_Return
3424                 Patch by Michael Rasmussen
3425
3426 2007-06-15 [paul]       2.9.2cvs60
3427
3428         * src/compose.c
3429                 fix bug when closing a compose window
3430                 during autosave
3431
3432 2007-06-14 [paul]       2.9.2cvs59
3433
3434         * src/main.c
3435         * src/common/defs.h
3436                 migrate sylpheed config
3437
3438 2007-06-14 [wwp]        2.9.2cvs58
3439
3440         * src/gtk/pluginwindow.c
3441                 Yet another attempt to fix sizing/alignment of the
3442                 button bar in plugins window.
3443
3444 2007-06-12 [colin]      2.9.2cvs57
3445
3446         * po/POTFILES.in
3447         * src/Makefile.am
3448         * src/folderview.c
3449         * src/prefs_common.c
3450         * src/prefs_common.h
3451         * src/prefs_summaries.c
3452         * src/prefs_summary_open.c
3453         * src/prefs_summary_open.h
3454         * src/summaryview.c
3455                 Make "when entering a folder" actions more personalisable
3456
3457 2007-06-12 [wwp]        2.9.2cvs56
3458
3459         * tools/README
3460                 Use short description from Paul (mairix.sh).
3461
3462 2007-06-12 [wwp]        2.9.2cvs55
3463
3464         * tools/README
3465                 Updated info about mairix.sh.
3466
3467 2007-06-11 [paul]       2.9.2cvs54
3468
3469         * src/prefs_logging.c
3470                 rework log window length widgets
3471                 and some sensitivity fixes
3472
3473 2007-06-11 [paul]       2.9.2cvs53
3474
3475         * src/mainwindow.c
3476         * src/prefs_logging.c
3477                 rename 'Protocol Log' to 'Network Log'
3478                 and some function renaming
3479
3480 2007-06-10 [wwp]        2.9.2cvs52
3481
3482         * src/gtk/pluginwindow.c
3483                 Revert 2.9.2cvs51.
3484
3485 2007-06-10 [wwp]        2.9.2cvs51
3486
3487         * src/gtk/pluginwindow.c
3488                 Fix button bar in plugin window, was centered and not
3489                 behaving like other dialogs w/ such button bar.
3490
3491 2007-06-08 [wwp]        2.9.2cvs50
3492
3493         * src/compose.c
3494         * src/compose.h
3495         * src/main.c
3496         * src/mainwindow.c
3497         * src/mainwindow.h
3498                 Provide a way out of automatic draft saving on IMAP, when
3499                 exiting offline.
3500                 Prevent drafting while sending and quitting while sending.
3501                 Thanks for Colin.
3502
3503
3504
3505 2007-06-08 [wwp]        2.9.2cvs49
3506
3507         * src/prefs_account.c
3508         * src/gtk/prefswindow.c
3509         * src/gtk/prefswindow.h
3510                 Activate the Basic page when opening account prefs.
3511
3512 2007-06-08 [wwp]        2.9.2cvs48
3513
3514         * src/common/socket.c
3515                 Don't crash if fork() fails, thanks to Colin.
3516
3517 2007-06-08 [wwp]        2.9.2cvs47
3518
3519         * src/gtk/prefswindow.c
3520                 Wrap some long lines, and reset horizontal scroller's adjusment
3521                 (this was already done, vertically), when changing tab (not page)
3522                 in prefs windows.
3523
3524 2007-06-08 [paul]       2.9.2cvs46
3525
3526         * src/common/utils.c
3527                 use gethostname() instead of uname()
3528                 based on a patch by Michael Hughes
3529                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3530
3531 2007-06-07 [wwp]        2.9.2cvs45
3532
3533         * src/prefs_common.c
3534                 Fix some useless warnings, thanks to Colin.
3535
3536 2007-06-06 [colin]      2.9.2cvs44
3537
3538         * src/ldapupdate.c
3539                 Fix strange allocations. 
3540
3541 2007-06-06 [colin]      2.9.2cvs43
3542
3543         * src/ldapupdate.c
3544                 Patch by Michael Rasmussus to help
3545                 bug 1232
3546
3547 2007-06-05 [wwp]        2.9.2cvs42
3548
3549         * src/prefs_account.c
3550         * src/prefs_folder_item.c
3551         * src/prefs_quote.c
3552         * src/quote_fmt.c
3553         * src/quote_fmt.h
3554                 Per-folder templates can now be applied recursively.
3555                 Always save per-folder templates (formats were erroneously
3556                 saved only if they were enabled).
3557                 Check for validity of quotation marks everywhere there
3558                 are defined.
3559
3560 2007-06-05 [wwp]        2.9.2cvs41
3561
3562         * src/inc.c
3563                 Fix incoming messages from local accounts always getting filtered
3564                 (even if the account prefs say don't), thanks to Colin.
3565
3566 2007-06-05 [wwp]        2.9.2cvs40
3567
3568         * src/compose.c
3569         * src/compose.h
3570                 Use per-folder/per-account quote chars when applying a
3571                 template or inserting text as well. Const'ify some
3572                 vars more.
3573
3574 2007-06-04 [colin]      2.9.2cvs39
3575
3576         * src/compose.c
3577                 More work for wwp :)
3578
3579 2007-06-04 [wwp]        2.9.2cvs38
3580
3581         * src/compose.c
3582                 Same as 2.9.2cvs36 but for forwarding.
3583
3584 2007-06-04 [colin]      2.9.2cvs37
3585
3586         * src/compose.c
3587                 Use original mail file for forward/redirect
3588                 Fixes some forwarded mails to be attached as
3589                 application/octet-stream (when they have binary
3590                 parts), and incidentally fixes bug 848
3591                 'Redirect breaks GnuPG'
3592
3593 2007-06-04 [wwp]        2.9.2cvs36
3594
3595         * src/compose.c
3596                 Fix quote mark mis-initialisation when replying/forwarding
3597                 (introduced w/ 2.9.2cvs20).
3598
3599 2007-06-04 [wwp]        2.9.2cvs35
3600
3601         * src/prefs_compose_writing.c
3602         * src/prefs_quote.c
3603                 Fix a bug where Quotation characters (prefs/compose/writing)
3604                 was cleared (introduced w/ 2.9.2cvs26).
3605
3606 2007-06-04 [wwp]        2.9.2cvs34
3607
3608         * src/prefs_account.c
3609         * src/prefs_account.h
3610                 Better fix for compiling w/o aspell (rollbacks
3611                 2.9.2cvs31).
3612
3613 2007-06-04 [wwp]        2.9.2cvs33
3614
3615         * src/account.c
3616         * src/prefs_account.c
3617         * src/prefs_account.h
3618         * src/procmsg.c
3619                 It's now possible to disable mail filtering plugins
3620                 on a per-account basis.
3621
3622 2007-06-04 [wwp]        2.9.2cvs32
3623
3624         * src/procheader.c
3625         * src/common/utils.c
3626         * src/common/utils.h
3627                 Support CRLF in headers part of messages.
3628                 Support few more date formats (RFC3339 subsets).
3629
3630 2007-06-04 [wwp]        2.9.2cvs31
3631
3632         * src/prefs_account.c
3633                 Fix compiling w/o aspell support.
3634
3635 2007-06-03 [wwp]        2.9.2cvs30
3636
3637         * src/prefs_gtk.c
3638                 Don't decode leading ENV_ and ~ in P_PASSWORD
3639                 values.
3640
3641 2007-06-03 [wwp]        2.9.2cvs29
3642
3643         * src/prefs_gtk.c
3644                 Don't decode leading ENV_ and ~ in P_PASSWORD
3645                 values.
3646
3647 2007-06-03 [wwp]        2.9.2cvs28
3648
3649         * src/prefs_account.c
3650         * src/gtk/prefswindow.c
3651         * src/gtk/prefswindow.h
3652                 Added a way to force preloading of all pages
3653                 (prefswindow).
3654                 Moved tabs to pages in account prefs.
3655
3656 2007-06-02 [colin]      2.9.2cvs27
3657
3658         * src/addressbook.c
3659                 Fix possible crash, fix ldap write bugs
3660         * src/ldapupdate.c
3661                 Fix ldap write bugs - patch by Michael
3662                 Rasmussen
3663         * src/alertpanel.c
3664         * src/alertpanel.h
3665                 Add a hook whenever alertpanel opens/closes
3666
3667 2007-05-31 [wwp]        2.9.2cvs26
3668
3669         * src/prefs_compose_writing.c
3670         * src/prefs_quote.c
3671                 Re-organized writing options a bit:
3672                  - renamed the Quoting page to Templates
3673                  - moved all composing templates to that page
3674                  - moved non-templates options to the Writing one,
3675                    grouped reply-related options, reordered reply and
3676                    forward options.
3677
3678 2007-05-31 [wwp]        2.9.2cvs25
3679
3680         * src/compose.c
3681                 Removed unused code.
3682
3683 2007-05-31 [colin]      2.9.2cvs24
3684
3685         * src/addressbook.c
3686                 Fix missing display name when modifying
3687                 LDAP. Patch by Michael Rasmussen
3688
3689 2007-05-31 [wwp]        2.9.2cvs23
3690
3691         * src/plugins/bogofilter/Makefile.am
3692         * src/plugins/clamav/Makefile.am
3693         * src/plugins/demo/Makefile.am
3694         * src/plugins/dillo_viewer/Makefile.am
3695         * src/plugins/spamassassin/Makefile.am
3696                 Fix building of those plugins in Mac OS X.
3697
3698 2007-05-30 [wwp]        2.9.2cvs22
3699
3700         * src/gtk/quicksearch.c
3701                 Fix missing initialization.
3702
3703 2007-05-30 [wwp]        2.9.2cvs21
3704
3705         * src/procheader.c
3706                 Revert accidental commit (debug outputs).
3707
3708 2007-05-30 [wwp]        2.9.2cvs20
3709
3710         * src/compose.c
3711         * src/folder_item_prefs.c
3712         * src/folder_item_prefs.h
3713         * src/prefs_account.c
3714         * src/prefs_account.h
3715         * src/prefs_folder_item.c
3716         * src/prefs_gtk.c
3717         * src/prefs_gtk.h
3718                 Implemented per-account and per-folder
3719                 compose/reply/forward formats.
3720
3721 2007-05-30 [wwp]        2.9.2cvs19
3722
3723         * src/prefs_compose_writing.c
3724         * src/prefs_quote.c
3725         * src/procheader.c
3726         * src/quote_fmt.c
3727         * src/quote_fmt.h
3728                 Internal API changes (factorize quote format
3729                 prefs and checks).
3730
3731 2007-05-30 [colin]      2.9.2cvs18
3732
3733         * src/compose.c
3734                 Fix race where it's possible to re-click Send
3735                 between end of SMTP session and end of "move to
3736                 sent folder" when sending an email with send
3737                 dialog enabled.
3738
3739 2007-05-30 [colin]      2.9.2cvs17
3740
3741         * src/crash.c
3742                 Ask for backtrace on all threads. Patch by
3743                 Pawel
3744         * src/folderview.c
3745                 Fix stale news statusbar when scanning fails.
3746                 Patch by Pawel
3747         * src/ldapupdate.c
3748                 Fix some LDAP write updates bugs. Patch
3749                 by Michael Rasmussen
3750
3751 2007-05-29 [colin]      2.9.2cvs16
3752
3753         * src/imap.c
3754                 Fix loss of local flags when moving mails
3755                 on IMAP in high-bandwidth mode (UID FETCH)
3756
3757 2007-05-25 [paul]       2.9.2cvs15
3758
3759         * src/common/socket.c
3760                 fix sometimes crasher on cancelling
3761                 message sending
3762
3763 2007-05-25 [colin]      2.9.2cvs14
3764
3765         * src/imap.c
3766                 Fix a memory leak
3767         * src/imap_gtk.c
3768                 Be more helpful in the subscription
3769                 message
3770
3771 2007-05-23 [wwp]        2.9.2cvs13
3772
3773         * src/compose.c
3774         * src/prefs_compose_writing.c
3775         * src/prefs_quote.c
3776         * src/prefs_template.c
3777         * src/prefs_template.h
3778         * src/quote_fmt.c
3779         * src/quote_fmt.h
3780         * src/quote_fmt_lex.l
3781         * src/quote_fmt_parse.y
3782                 Introduced new syntax elements (symbols and commands)
3783                 in templates/quote_fmt. Compatibility w/ old
3784                 symbols is kept.
3785                 Updated and reworked the corresponding Information
3786                 dialog.
3787                 Display the line number in dialogs that talk about
3788                 parser errors (in addition to the error message in
3789                 output).
3790
3791 2007-05-23 [wwp]        2.9.2cvs12
3792
3793         * src/quote_fmt_parse.y
3794                 Fix 2.9.2cvs11, probably a paste accident ;).
3795
3796 2007-05-23 [wwp]        2.9.2cvs11
3797
3798         * src/compose.c
3799         * src/prefs_template.c
3800         * src/quote_fmt.h
3801         * src/quote_fmt_parse.y
3802                 Fix 2.9.2cvs10, which broke --disable-aspell.
3803
3804 2007-05-22 [wwp]        2.9.2cvs10
3805
3806         * src/compose.c
3807         * src/prefs_template.c
3808         * src/quote_fmt.c
3809         * src/quote_fmt.h
3810         * src/quote_fmt_lex.l
3811         * src/quote_fmt_parse.y
3812         * src/gtk/gtkaspell.c
3813         * src/gtk/gtkaspell.h
3814                 Added template/quote format syntactical elements
3815                 to show and query:
3816                         - current dictionary
3817                           %T to show (shows empty if not set or not enabled),
3818                           ?T and !T to check if the default dictionary is
3819                           enabled and set
3820                         - current account's default dictionary
3821                           %aT to show (empty if not set or not enabled),
3822                           ?aT and !aT to check if it's enabled and set
3823                         - name completion for an address, from the address
3824                           book
3825                           %ABf, %ABt, %ABc respectively show the full name got
3826                           from the address book if From, To or Cc match a single
3827                           contact.
3828                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3829                           matches any contact and if the full name is non-empty.
3830                           If From, To or Cc are lists of email addresses, only
3831                           the first address will be checked.
3832                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3833                 that could show a trailing ','.
3834                 Also, template/quote_fmt parser now shows the line number in case
3835                 of parser error.
3836
3837 2007-05-15 [colin]      2.9.2cvs9
3838
3839         * src/main.c
3840         * src/main.h
3841                 Add a public function to know whether Claws
3842                 crashed last time
3843                 Store opened folder when exiting
3844         * src/folder.c
3845         * src/folder.h
3846                 Store last opened message in each FolderItem;
3847                 Reset last seen messages if Claws crashed, so 
3848                 that one can't go in an infinite crash in case 
3849                 a particular mail crashes Claws.
3850         * src/messageview.c
3851         * src/prefs_common.c
3852         * src/prefs_common.h
3853         * src/summaryview.c
3854         * src/prefs_summaries.c
3855                 Add "Select last opened message" when entering
3856                 a folder
3857                 Add "Select last opened folder" at startup.
3858
3859 2007-05-14 [colin]      2.9.2cvs8
3860
3861         * manual/xml2pdf
3862                 Fix bashism, search for xml catalog 
3863                 in /usr/local/share/xml/catalog too
3864                 Patch by Pawel
3865
3866 2007-05-13 [wwp]        2.9.2cvs7
3867
3868         * src/gtk/logwindow.c
3869                 fix raising log windows when they are either minimized or
3870                 in background.
3871
3872 2007-05-11 [colin]      2.9.2cvs6
3873
3874         * src/gtk/filesel.c
3875                 Use Hildon's file chooser on Maemo. Patch
3876                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3877                 'File attachment "manipulation" bugs...'
3878
3879 2007-05-10 [wwp]        2.9.2cvs5
3880
3881         * src/prefs_common.c
3882         * src/prefs_common.h
3883         * src/gtk/quicksearch.c
3884                 Add a quicksearch option to automatically run
3885                 a search selected from the history (this option
3886                 is exclusive towards type-ahead).
3887
3888 2007-05-10 [colin]      2.9.2cvs4
3889
3890         * src/imap.c
3891                 Fix g_warnings, thanks to Brian
3892                 Morrison
3893
3894 2007-05-09 [colin]      2.9.2cvs3
3895
3896         * src/crash.c
3897         * src/exporthtml.c
3898         * src/mbox.c
3899         * src/prefs_summaries.c
3900         * src/procheader.c
3901         * src/common/log.c
3902         * src/common/utils.c
3903         * src/gtk/gtksourceprintjob.c
3904         * src/gtk/sslcertwindow.c
3905                 Use the re-entrant variant of time functions
3906                 Probably fixes bug 1217, 'reentrancy problems 
3907                 with time functions'
3908
3909 2007-05-09 [colin]      2.9.2cvs2
3910
3911         * src/imap.c
3912                 Fix crasher when reconnection fails
3913
3914 2007-05-08 [paul]       2.9.2cvs1
3915
3916         * NEWS
3917         * README
3918         * RELEASE_NOTES
3919         * configure.ac
3920                 bump version number following
3921                 stable release
3922
3923 2007-05-08 [paul]       2.9.1cvs48
3924
3925         * src/plugins/demo/demo.c
3926         * src/plugins/dillo_viewer/dillo_prefs.c
3927         * src/plugins/dillo_viewer/dillo_prefs.h
3928         * src/plugins/dillo_viewer/dillo_viewer.c
3929         * src/plugins/pgpcore/pgp_viewer.c
3930         * src/plugins/pgpcore/pgp_viewer.h
3931         * src/plugins/pgpcore/plugin.c
3932         * src/plugins/pgpcore/prefs_gpg.c
3933         * src/plugins/pgpcore/prefs_gpg.h
3934         * src/plugins/pgpcore/sgpgme.c
3935         * src/plugins/pgpcore/sgpgme.h
3936         * src/plugins/pgpinline/plugin.c
3937         * src/plugins/pgpmime/pgpmime.c
3938         * src/plugins/pgpmime/pgpmime.h
3939         * src/plugins/pgpmime/plugin.c
3940         * src/plugins/spamassassin/spamassassin.c
3941         * src/plugins/spamassassin/spamassassin.h
3942         * src/plugins/spamassassin/spamassassin_gtk.c
3943         * src/plugins/trayicon/README
3944         * tools/README
3945         * tools/README.sylprint
3946         * tools/outlook2claws-mail.pl
3947         * tools/sylprint.pl
3948         * tools/tb2claws-mail
3949         * tools/tbird2claws.py
3950         * tools/update-po
3951         * tools/vcard2xml.py
3952         * tools/kdeservicemenu/README
3953                 cleanups and corrections
3954
3955 2007-05-06 [wwp]        2.9.1cvs47
3956
3957         * tools/uudec
3958                 Fix missing dash to `display` command-line, reported
3959                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3960
3961 2007-05-06 [colin]      2.9.1cvs46
3962
3963         * src/Makefile.am
3964         * src/stock_pixmap.c
3965         * src/stock_pixmap.h
3966         * src/pixmaps/printer.xpm
3967                 Add a printer icon
3968
3969 2007-05-06 [paul]       2.9.1cvs45
3970
3971         * src/compose.c
3972         * src/ldapquery.c
3973         * src/privacy.h
3974         * src/summary_search.c
3975         * src/summaryview.c
3976                 fix build warnings
3977
3978 2007-05-05 [wwp]        2.9.1cvs44
3979
3980         * src/messageview.c
3981         * src/mh.c
3982         * src/prefs_actions.c
3983         * src/prefs_gtk.c
3984         * src/summaryview.c
3985         * src/common/xml.c
3986                 Fix "faild" typos everywhere and capitalization of
3987                 some g_warnings.
3988
3989 2007-05-04 [colin]      2.9.1cvs43
3990
3991         * src/compose.c
3992         * src/privacy.c
3993         * src/privacy.h
3994         * src/plugins/pgpcore/prefs_gpg.c
3995         * src/plugins/pgpcore/prefs_gpg.h
3996         * src/plugins/pgpinline/pgpinline.c
3997         * src/plugins/pgpmime/pgpmime.c
3998                 Add an API to warn about encryption limits,
3999                 and allow to disable these warnings
4000
4001 2007-05-03 [colin]      2.9.1cvs42
4002
4003         * src/summaryview.c
4004         * src/mainwindow.c
4005                 Fix bug 1213, 'Delete more than 
4006                 one thread at once'
4007
4008 2007-05-03 [wwp]        2.9.1cvs41
4009
4010         * src/prefs_common.c
4011         * src/prefs_filtering.c
4012         * src/prefs_template.c
4013         * src/common/template.c
4014         * src/common/template.h
4015         * src/gtk/gtkutils.c
4016         * src/gtk/gtkutils.h
4017                 Templates are no longer automatically sorted
4018                 by name, but can be sorted manually using
4019                 |< < > >| buttons as well as drag'n'drop.
4020
4021 2007-05-03 [wwp]        2.9.1cvs40
4022
4023         * src/plugins/spamassassin/spamassassin.c
4024         * src/plugins/spamassassin/spamassassin.h
4025         * src/plugins/spamassassin/spamassassin_gtk.c
4026         * src/plugins/bogofilter/bogofilter.c
4027         * src/plugins/bogofilter/bogofilter.h
4028         * src/plugins/bogofilter/bogofilter_gtk.c
4029                 Added an option to conditionally mark saved spam
4030                 as read (default is and was to do so).
4031                 Satisfies feature request 1708539 on sf.net tracker.
4032
4033 2007-05-03 [colin]      2.9.1cvs39
4034
4035         * src/inc.c
4036                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
4037
4038 2007-05-02 [colin]      2.9.1cvs38
4039
4040         * src/textview.c
4041                 Fix bug 1209, 'Clicking on address 
4042                 in header (mailto uri) selects 
4043                 default account'. Patch adapted from
4044                 G.P. Halkes' patch.
4045
4046 2007-05-02 [colin]      2.9.1cvs37
4047
4048         * src/grouplistdialog.c
4049                 Set cursor to wait cursor while loading
4050                 groups.
4051
4052 2007-05-02 [paul]       2.9.1cvs36
4053
4054         * src/folder.c
4055         * src/common/defs.h
4056                 rename cache and mark files
4057                 (data is preserved)
4058
4059 2007-04-30 [paul]       2.9.1cvs35
4060
4061         * manual/glossary.xml
4062         * manual/plugins.xml
4063                 updates. Patch by Ricardo
4064
4065 2007-04-29 [wwp]        2.9.1cvs34
4066
4067         * src/mainwindow.c
4068         * configure.ac
4069                 Fix few grammatical errors (patch by David Relson < relson at
4070                 osagesoftware dot com >).
4071
4072 2007-04-28 [colin]      2.9.1cvs33
4073
4074         * src/account.c
4075         * src/pop.c
4076         * src/prefs_account.c
4077         * src/prefs_account.h
4078                 Drop the "Download all" preference. It's
4079                 stupidly useless and confuses people from
4080                 time to time.
4081
4082 2007-04-27 [wwp]        2.9.1cvs32
4083
4084         * src/account.c
4085         * src/prefs_account.c
4086         * src/prefs_account.h
4087                 Don't reflect accounts changes to the mainwindow when it's
4088                 not necessary.
4089
4090 2007-04-27 [colin]      2.9.1cvs31
4091
4092         * src/folder.c
4093                 Freeze/thaw when sync'ing flags
4094         * src/imap.c
4095         * src/prefs_account.c
4096         * src/prefs_account.h
4097         * src/etpan/imap-thread.c
4098         * src/etpan/imap-thread.h
4099                 Add a way to use UID FETCH instead
4100                 of searches to fetch message lists
4101                 and flags. More expensive towards
4102                 bandwidth, less expensive towards
4103                 server's CPU. Probably fixes 
4104                 bug 1158, 'Scanning new folders on 
4105                 Exchange 2007 extremely slow'.
4106                 Patch 95% by Hoa.
4107
4108 2007-04-27 [paul]       2.9.1cvs30
4109
4110         * src/mainwindow.c
4111         * src/prefs_logging.c
4112                 improvements to english usage
4113
4114 2007-04-27 [colin]      2.9.1cvs29
4115
4116         * src/imap.c
4117                 Fix build without libetpan (my bad!)
4118
4119 2007-04-26 [colin]      2.9.1cvs28
4120
4121         * src/imap.c
4122         * src/imap.h
4123                 Fix uselessly exported function
4124         * src/textview.c
4125                 Consider "- -- \n" as signature separator
4126                 (that's what signature separators look like
4127                  in PGP/Inline signed mails)
4128
4129 2007-04-26 [colin]      2.9.1cvs27
4130
4131         * configure.ac
4132                 libetpan-0.49 is now required
4133         * src/procmime.c
4134                 Fix double fetching of mails if
4135                 first try failed
4136         * src/imap.c
4137                 Make offline sync faster, by
4138                 remembering last change time, and
4139                 last sync time.
4140
4141 2007-04-26 [hoa]        2.9.1cvs26
4142
4143         * src/imap.c
4144         * src/imap.h
4145         * src/mainwindow.c
4146         * src/toolbar.c
4147         * src/etpan/imap-thread.c
4148         * src/etpan/imap-thread.h
4149                 cancellation of IMAP operations is now allowed.
4150                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
4151
4152 2007-04-26 [colin]      2.9.1cvs25
4153
4154         * src/folder.c
4155                 Always fetch body+headers in folders that are
4156                 synched for offline use, if "Synchronise as
4157                 soon as possible" is set.
4158                 Fixes bug 1200, 'Add option to always retrieve full 
4159                 messages'
4160
4161 2007-04-25 [colin]      2.9.1cvs24
4162
4163         * src/compose.c
4164                 Fix bug 1198, 'Reply-all "disappearing" address bug 
4165                 persists...'
4166
4167 2007-04-24 [colin]      2.9.1cvs23
4168
4169         * src/folderview.c
4170                 Fix bug 1195, 'Hardware key navigation' 
4171                 Make GDK_Enter toggle expansion (Maemo)
4172
4173 2007-04-24 [wwp]        2.9.1cvs22
4174
4175         * src/compose.c
4176                 Fix few compiler warnings.
4177
4178 2007-04-24 [paul]       2.9.1cvs21
4179
4180         * src/Makefile.am
4181         * src/stock_pixmap.c
4182         * src/stock_pixmap.h
4183                 complete last commit
4184
4185 2007-04-24 [paul]       2.9.1cvs20
4186
4187         * src/gtk/about.c
4188         * src/pixmaps/active.xpm
4189         * src/pixmaps/checkbox_off.xpm
4190         * src/pixmaps/checkbox_on.xpm
4191         * src/pixmaps/inactive.xpm
4192                 kick out the blobs
4193                 remove transparent border from checkbox icons
4194
4195 2007-04-24 [wwp]        2.9.1cvs19
4196
4197         * src/textview.c
4198         * src/textview.h
4199                 Fix a crash in textview, thanks to Colin.
4200
4201 2007-04-23 [wwp]        2.9.1cvs18
4202
4203         * src/prefs_common.c
4204                 Fix 2.9.1cvs5: no header was being translated at all.
4205
4206 2007-04-23 [colin]      2.9.1cvs17
4207
4208         * src/Makefile.am
4209         * src/stock_pixmap.c
4210         * src/stock_pixmap.h
4211         * src/summaryview.c
4212         * src/summaryview.h
4213         * src/gtk/gtksctree.c
4214         * src/gtk/gtksctree.h
4215         * src/pixmaps/selection.xpm
4216                 Fix bug 1193, 'Need a way to multi-select
4217                 items'. Add a toggle button to the summaryview
4218                 to switch between normal and multiple selection
4219                 (Maemo)
4220
4221 2007-04-23 [colin]      2.9.1cvs16
4222
4223         * src/Makefile.am
4224         * src/stock_pixmap.c
4225         * src/stock_pixmap.h
4226         * src/summaryview.c
4227         * src/summaryview.h
4228         * src/gtk/gtksctree.c
4229         * src/gtk/gtksctree.h
4230         * src/pixmaps/selection.xpm
4231                 Fix bug 1193, 'Need a way to multi-
4232                 select items'
4233                 Add a toggle button in the summaryview
4234                 to enable normal or multiple selection.
4235                 (Maemo)
4236
4237 2007-04-23 [colin]      2.9.1cvs15
4238
4239         * src/compose.c
4240                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4241
4242 2007-04-21 [colin]      2.9.1cvs14
4243
4244         * src/gtk/quicksearch.c
4245                 Fix previous commit (actually use correct
4246                 parameter)
4247
4248 2007-04-21 [colin]      2.9.1cvs13
4249
4250         * src/gtk/quicksearch.c
4251                 Fix changing quicksearch type (after Esc,
4252                 after changing Recursive, ...)
4253
4254 2007-04-20 [wwp]        2.9.1cvs12
4255
4256         * src/gtk/Makefile.am
4257                 Added headers.h (completes 2.9.1cvs5).
4258
4259 2007-04-20 [wwp]        2.9.1cvs11
4260
4261         * src/addressbook.c
4262                 Fix the use of display name in name column,
4263                 it has been overriden w/ the use of nickname
4264                 by 2.9.0cvs3. Now nickname is used (if any)
4265                 in case of LDAP books only.
4266
4267 2007-04-20 [colin]      2.9.1cvs10
4268
4269         * src/mimeview.c
4270         * src/summaryview.c
4271         * src/textview.c
4272                 Add handling of 'a' to loop in a mail's
4273                 mimeparts
4274
4275 2007-04-20 [colin]      2.9.1cvs9
4276
4277         * src/toolbar.c
4278                 Fix bug 1190, 'dir_open' button doesn't work'
4279                 (Maemo)
4280
4281 2007-04-20 [colin]      2.9.1cvs8
4282
4283         * src/folderview.c
4284         * src/mainwindow.c
4285                 Fix bug 1194, 'Hardware keys move from email 
4286                 list to account/directory list, but not back 
4287                 to email list...' (Maemo)
4288
4289 2007-04-20 [colin]      2.9.1cvs7
4290
4291         * src/compose.h
4292                 complete previous commit
4293
4294 2007-04-20 [colin]      2.9.1cvs6
4295
4296         * src/compose.c
4297                 Fix bug 1187, 'Reply-to addressee disappears 
4298                 when reply-to text box is clicked...' (Maemo)
4299
4300 2007-04-20 [wwp]        2.9.1cvs5
4301
4302         * po/POTFILES.in
4303         * src/addressbook.c
4304         * src/compose.c
4305         * src/filtering.c
4306         * src/headerview.c
4307         * src/matcher.c
4308         * src/prefs_common.c
4309         * src/prefs_common.h
4310         * src/prefs_display_header.c
4311         * src/prefs_matcher.c
4312         * src/summaryview.c
4313         * src/gtk/headers.h
4314         * src/gtk/quicksearch.c
4315                 Translate more header names according to the relevant option value,
4316                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4317                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4318                 to prefs_common_translated_header_name().
4319                 Added a headers.h reference file that contains known header names
4320                 (RFC2822 and others) to the translation process' input, so that
4321                 translated header names will still exist even if no occurrence of
4322                 _("headername") is found anymore in the sources.
4323                 Don't translate column name 'Number' following to trans_hdr option
4324                 value as it's not a header name.
4325
4326 2007-04-20 [colin]      2.9.1cvs4
4327
4328         * src/gtk/quicksearch.c
4329         * src/gtk/quicksearch.h
4330                 Add "From, To or Subject" quicksearch
4331                 type. Patch by ulfschaper@users.sf.net
4332
4333 2007-04-20 [colin]      2.9.1cvs3
4334
4335         * src/matcher.c
4336                 Implement proper references filtering condition.
4337                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4338
4339 2007-04-19 [wwp]        2.9.1cvs2
4340
4341         * src/prefs_display_header.c
4342         * src/message_search.c
4343                 Fix few warnings (g_free of const gchar*).
4344
4345 2007-04-19 [paul]       2.9.1cvs1
4346
4347         * NEWS
4348         * README
4349         * RELEASE_NOTES
4350         * configure.ac
4351                 bump version number following
4352                 stable release
4353
4354 2007-04-19 [paul]       2.9.0cvs9
4355
4356         * manual/advanced.xml
4357         * manual/glossary.xml
4358                 fix typos
4359
4360 2007-04-18 [paul]       2.9.0cvs8
4361
4362         * src/pop.c
4363                 fix for CVE-2007-1558 (APOP)
4364                 Thanks to Colin
4365
4366 2007-04-18 [paul]       2.9.0cvs7
4367
4368         * src/messageview.c
4369         * src/mimeview.c
4370         * src/summaryview.c
4371         * src/gtk/filesel.c
4372                 Fix encoding woes wrt saving of
4373                 mails and parts
4374                 Thanks to Colin
4375
4376 2007-04-18 [colin]      2.9.0cvs6
4377
4378         * src/gtk/pluginwindow.c
4379                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4380
4381 2007-04-17 [wwp]        2.9.0cvs5
4382
4383         * src/addressadd.c
4384         * src/addressbook.c
4385         * src/addrindex.c
4386         * src/ldapupdate.c
4387                 Fix --disable-ldap build,
4388                 fix some LDAP annoyances on 
4389                 searches, thanks to Colin.
4390
4391 2007-04-17 [wwp]        2.9.0cvs4
4392
4393         * src/ldapupdate.c
4394                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4395                 like gcc 2.9x. Thanks to Colin.
4396
4397 2007-04-17 [wwp]        2.9.0cvs3
4398
4399         * src/Makefile.am
4400         * src/addressadd.c
4401         * src/addressbook.c
4402         * src/addrindex.c
4403         * src/addritem.c
4404         * src/addritem.h
4405         * src/editaddress.c
4406         * src/ldapctrl.c
4407         * src/ldapctrl.h
4408         * src/ldapquery.c
4409         * src/ldapserver.c
4410         * src/ldapserver.h
4411         * src/ldapupdate.c
4412         * src/ldapupdate.h
4413                 Add LDAP write support. Patch mostly by 
4414                 Michael <mir at datanom dot net>
4415
4416 2007-04-17 [wwp]        2.9.0cvs2
4417
4418         * src/compose.c
4419                 Prepend "Add to address book" to the context menu of compose window's sender and
4420                 recipient fields.
4421
4422 2007-04-16 [paul]       2.9.0cvs1
4423
4424         * src/gtk/authors.h
4425                 add Pader Rezso
4426
4427 2007-04-16 [paul]       2.9.0
4428
4429         * NEWS
4430         * README
4431         * RELEASE_NOTES
4432                 2.9.0 released
4433
4434 2007-04-16 [paul]       2.8.1cvs102
4435
4436         * po/fr.po
4437                 updated by Fabien Vantard
4438
4439 2007-04-16 [paul]       2.8.1cvs101
4440
4441         * po/ca.po
4442         * po/cs.po
4443         * po/de.po
4444         * po/hu.po
4445         * po/pl.po
4446         * po/pt_BR.po
4447         * po/sr.po
4448         * po/zh_CN.po
4449                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4450                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4451                 Aleksandar Urosevic, and Ralgh Young
4452
4453 2007-04-15 [mones]      2.8.1cvs100
4454
4455         * po/es.po
4456                 Updated for release
4457
4458 2007-04-14 [colin]      2.8.1cvs99
4459
4460         * src/message_search.c
4461         * src/prefs_display_header.c
4462         * src/summary_search.c
4463         * src/gtk/combobox.c
4464                 Fix allocations
4465
4466 2007-04-14 [wwp]        2.8.1cvs98
4467
4468         * src/gtk/combobox.c
4469         * src/message_search.c
4470         * src/summary_search.c
4471         * src/prefs_display_header.c
4472                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4473                 returns NULL, get the text value directly from the GtkEntry child.
4474
4475 2007-04-13 [colin]      2.8.1cvs97
4476
4477         * src/gtk/quicksearch.c
4478                 Give the focus back to summaryview when
4479                 emptying the quicksearch with Esc
4480
4481 2007-04-13 [colin]      2.8.1cvs96
4482
4483         * src/message_search.c
4484         * src/prefs_display_header.c
4485         * src/summary_search.c
4486                 Fix possibles crashes when getting text
4487                 from gtk combos
4488
4489 2007-04-13 [colin]      2.8.1cvs95
4490
4491         * src/pop.c
4492                 Add some UIDL debugging
4493
4494 2007-04-12 [colin]      2.8.1cvs94
4495
4496         * src/folder.c
4497                 Force folder scan if necessary after
4498                 copying mails, to be able to reapply
4499                 flags.
4500
4501 2007-04-11 [colin]      2.8.1cvs93
4502
4503         * src/main.c
4504                 don't scan for new mail on startup if --select
4505                 is specified (or race conditions arise). If so,
4506                 do both sequentially.
4507
4508 2007-04-09 [colin]      2.8.1cvs92
4509
4510         * src/common/defs.h
4511                 Use leafpad by default on Maemo. Patch
4512                 by Jean-Luc Biord.
4513
4514 2007-04-06 [colin]      2.8.1cvs91
4515
4516         * src/pixmaps/queue_close.xpm
4517         * src/pixmaps/queue_close_hrm.xpm
4518         * src/pixmaps/queue_close_hrm_mark.xpm
4519         * src/pixmaps/queue_close_mark.xpm
4520         * src/pixmaps/queue_open.xpm
4521         * src/pixmaps/queue_open_hrm.xpm
4522         * src/pixmaps/queue_open_hrm_mark.xpm
4523         * src/pixmaps/queue_open_mark.xpm
4524                 Move the clock one pixel down :)
4525
4526 2007-04-05 [colin]      2.8.1cvs90
4527
4528         * src/mainwindow.c
4529                 Don't sync when switching offline from
4530                 command line - it's usually too late :)
4531
4532 2007-04-05 [paul]       2.8.1cvs89
4533
4534         * src/Makefile.am
4535         * src/stock_pixmap.c
4536         * src/pixmaps/dir_close_hrm.xpm
4537         * src/pixmaps/dir_close_hrm_mark.xpm
4538         * src/pixmaps/drafts_close.xpm
4539         * src/pixmaps/drafts_close_mark.xpm
4540         * src/pixmaps/drafts_open.xpm
4541         * src/pixmaps/drafts_open_mark.xpm
4542         * src/pixmaps/inbox.xpm
4543         * src/pixmaps/inbox_close.xpm
4544         * src/pixmaps/inbox_close_hrm.xpm
4545         * src/pixmaps/inbox_close_hrm_mark.xpm
4546         * src/pixmaps/inbox_close_mark.xpm
4547         * src/pixmaps/inbox_hrm.xpm
4548         * src/pixmaps/inbox_hrm_mark.xpm
4549         * src/pixmaps/inbox_mark.xpm
4550         * src/pixmaps/inbox_open.xpm
4551         * src/pixmaps/inbox_open_hrm.xpm
4552         * src/pixmaps/inbox_open_hrm_mark.xpm
4553         * src/pixmaps/inbox_open_mark.xpm
4554         * src/pixmaps/outbox.xpm
4555         * src/pixmaps/outbox_close.xpm
4556         * src/pixmaps/outbox_close_hrm.xpm
4557         * src/pixmaps/outbox_close_hrm_mark.xpm
4558         * src/pixmaps/outbox_close_mark.xpm
4559         * src/pixmaps/outbox_hrm.xpm
4560         * src/pixmaps/outbox_hrm_mark.xpm
4561         * src/pixmaps/outbox_mark.xpm
4562         * src/pixmaps/outbox_open.xpm
4563         * src/pixmaps/outbox_open_hrm.xpm
4564         * src/pixmaps/outbox_open_hrm_mark.xpm
4565         * src/pixmaps/outbox_open_mark.xpm
4566         * src/pixmaps/queue_close.xpm
4567         * src/pixmaps/queue_close_hrm.xpm
4568         * src/pixmaps/queue_close_hrm_mark.xpm
4569         * src/pixmaps/queue_close_mark.xpm
4570         * src/pixmaps/queue_open.xpm
4571         * src/pixmaps/queue_open_hrm.xpm
4572         * src/pixmaps/queue_open_hrm_mark.xpm
4573         * src/pixmaps/queue_open_mark.xpm
4574                 updated, added and replaced icons
4575                 Icons by Colin
4576
4577 2007-04-04 [colin]      2.8.1cvs88
4578
4579         * src/imap.c
4580                 Fix build without libetpan
4581
4582 2007-04-03 [colin]      2.8.1cvs87
4583
4584         * src/imap.c
4585                 Fix crash with Citadel, and try to make
4586                 things work. this server (and specifically 
4587                 STATUS and APPEND at least) seems broken.
4588
4589 2007-04-03 [colin]      2.8.1cvs86
4590
4591         * src/folderview.c
4592                 Fix icons on folder close
4593
4594 2007-04-03 [colin]      2.8.1cvs85
4595
4596         * src/inc.c
4597                 Fix double-ask of offline override in
4598                 certain cases
4599         * src/imap.c
4600         * src/imap.h
4601         * src/imap_gtk.c
4602                 Much more efficient way to synchronise
4603                 for offline use
4604         * src/etpan/imap-thread.c
4605                 Fix possible segs
4606         * src/folder.c
4607         * src/gtk/quicksearch.c
4608                 Fix some GUI lags
4609
4610 2007-04-03 [paul]       2.8.1cvs84
4611
4612         * src/filtering.c
4613         * src/folder.c
4614         * src/folder.h
4615         * src/prefs_common.c
4616         * src/prefs_common.h
4617         * src/prefs_other.c
4618                 Fix sync being done too late
4619                 Thanks to Colin
4620
4621 2007-04-02 [colin]      2.8.1cvs83
4622
4623         * src/summaryview.c
4624                 Maemo: Put status and quicksearch at the top
4625         * src/plugins/bogofilter/bogofilter.c
4626         * src/plugins/spamassassin/spamassassin.c
4627                 Derive trash from inbox if possible
4628
4629 2007-04-02 [paul]       2.8.1cvs82
4630
4631         * src/plugins/bogofilter/bogofilter_gtk.c
4632                 a few English changes
4633
4634 2007-04-02 [paul]
4635
4636         2.9.0-rc1 released
4637
4638 2007-04-02 [colin]      2.8.1cvs81
4639
4640         * src/image_viewer.c
4641                 Fix transparent images by using
4642                 GtkImage
4643         * src/messageview.c
4644                 Flush events (on new windows) to avoid
4645                 having the textview's image resize fail
4646                 to know the available width
4647
4648 2007-04-01 [colin]      2.8.1cvs80
4649
4650         * src/prefs_account.c
4651                 If no MH mailbox exist, when creating a POP/Local
4652                 account, just create and use the default one 
4653                 instead of bailing with a "Mailbox doesn't exist"
4654                 error
4655
4656 2007-03-31 [colin]      2.8.1cvs79
4657
4658         * src/prefs_account.c
4659                 Create signature file if it doesn't exist
4660                 before editing
4661         * src/prefs_toolbar.c
4662                 Maemo: Move "Use default" on the left so
4663                 that people can find it
4664         * src/common/defs.h
4665                 Maemo: make default editor "Maemopad", 
4666                 default signature file "MyDocs/signature.txt"
4667
4668 2007-03-31 [colin]      2.8.1cvs78
4669
4670         * src/prefs_account.c
4671                 Maemo: rework account prefs so
4672                 that less horizontal scrolling
4673                 is required
4674
4675 2007-03-31 [colin]      2.8.1cvs77
4676
4677         * src/folderview.c
4678         * src/prefs_common.c
4679         * src/prefs_common.h
4680                 Fix bug 1167, 'Allow not displaying zeros 
4681                 in folder list'. Patch by MartinP
4682
4683 2007-03-31 [colin]      2.8.1cvs76
4684
4685         * AUTHORS
4686                 Add Jean-Luc Biord
4687
4688 2007-03-31 [colin]      2.8.1cvs75
4689
4690         * src/imap.c
4691                 Apply patch from bug 1172, direct
4692                 access to the folder's session instead
4693                 of using getter. Patch by MartinP
4694
4695 2007-03-31 [paul]       2.8.1cvs74
4696
4697         * src/gtk/authors.h
4698                 no need to list Fabien twice!
4699
4700 2007-03-31 [colin]      2.8.1cvs73
4701
4702         * src/inc.c
4703                 If we're currently "overriding for %d minutes",
4704                 don't ask
4705
4706 2007-03-31 [colin]      2.8.1cvs72
4707
4708         * src/compose.c
4709         * src/imap.c
4710         * src/inc.c
4711         * src/inc.h
4712         * src/messageview.c
4713         * src/news.c
4714         * src/plugins/spamassassin/spamassassin.c
4715                 Offline override: Add a parameter to allow
4716                 asking even if the override timer is running.
4717                 Allows to ask every time the user makes an
4718                 explicit action needing online access (such
4719                 as Get Mail), and not when the action is 
4720                 implicit (such as opening an IMAP folder)
4721
4722 2007-03-31 [colin]      2.8.1cvs71
4723
4724         * src/inc.c
4725                 Override offline: "No" answer shouldn't
4726                 re-ask after 3 seconds, but 10 minutes. 
4727
4728 2007-03-30 [colin]      2.8.1cvs70
4729
4730         * src/common/socket.c
4731                 Better error reporting on unix socket
4732                 failure (bind usually)
4733         * src/gtk/gtkutils.c
4734         * src/gtk/gtkutils.h
4735                 Label window: add a pulsing progress
4736                 bar to show we're not hung :)
4737         * src/folderview.c
4738         * src/main.c
4739         * src/plugins/pgpcore/sgpgme.c
4740                 Update API
4741
4742 2007-03-30 [colin]      2.8.1cvs69
4743
4744         * src/pop.c
4745         * src/prefs_common.c
4746                 Fix possible trashing of history and uidl
4747                 files on disk full problems
4748
4749 2007-03-30 [paul]       2.8.1cvs68
4750
4751         * src/mainwindow.c
4752         * src/summaryview.c
4753         * src/summaryview.h
4754                 update summary when changing layout type
4755                 (fixes wrong folder icon being displayed)
4756                 Thanks to Colin
4757
4758 2007-03-29 [colin]      2.8.1cvs67
4759
4760         * src/prefs_ext_prog.c
4761                 The browser pref is irrelevant on Maemo
4762
4763 2007-03-29 [colin]      2.8.1cvs66
4764
4765         * src/compose.c
4766         * src/compose.h
4767                 Maemo: dynamically switch headers/text position
4768         * src/prefs_common.c
4769                 Maemo: hide compose's ruler by default
4770         * src/common/socket.c
4771         * src/common/socket.h
4772                 Fix build warning
4773
4774 2007-03-29 [colin]      2.8.1cvs65
4775
4776         * src/common/socket.c
4777         * src/common/socket.h
4778                 Fix build when MAEMO_CFLAGS contains
4779                 _X_OPENSOURCE (resolv.h errors as long
4780                 as we don't add _BSD_SOURCE. Ugly).
4781
4782 2007-03-29 [wwp]        2.8.1cvs64
4783
4784         * src/prefs_logging.c
4785                 Fix sensitivity of clip-log widgets in prefs/logging,
4786                 thanks to Fabien.
4787
4788 2007-03-29 [wwp]        2.8.1cvs63
4789
4790         * po/POTFILES.in
4791                 Updated files list for translations, thanks to Fabien.
4792
4793 2007-03-29 [colin]      2.8.1cvs62
4794
4795         * src/main.c
4796         * src/common/Makefile.am
4797         * src/common/utils.c
4798                 Maybe make URI opening work in Maemo
4799                 Requires testing :)
4800
4801 2007-03-28 [colin]      2.8.1cvs61
4802
4803         * src/folder.c
4804         * src/folder.h
4805         * src/folderview.c
4806                 Add the possibility to sort folders arbitrarily
4807                 (via editing of folderlist.xml only). Patch by
4808                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4809                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4810                 be changed by the user'
4811
4812 2007-03-28 [colin]      2.8.1cvs60
4813
4814         * src/mimeview.c
4815                 Add popup menu for mime icons
4816
4817 2007-03-28 [colin]      2.8.1cvs59
4818
4819         * src/mainwindow.c
4820                 Fix a layout issue when presenting
4821                 mainwindow in Small screen layout
4822         * src/toolbar.c
4823         * src/toolbar.h
4824                 Add a "Go to folder list" button for
4825                 mainwindow, and make it default in
4826                 the Maemo build
4827
4828 2007-03-28 [colin]      2.8.1cvs58
4829
4830         * src/compose.c
4831                 Don't dynamically update title on Maemo
4832                 Patch by Jean-Luc Biord
4833
4834 2007-03-27 [colin]      2.8.1cvs57
4835
4836         * src/compose.c
4837         * src/folderview.c
4838         * src/summaryview.c
4839                 Enable tap-and-hold on Maemo
4840
4841 2007-03-26 [colin]      2.8.1cvs56
4842
4843         * src/compose.c
4844                 More popup-menu (in attachments list)
4845
4846 2007-03-26 [colin]      2.8.1cvs55
4847
4848         * src/compose.c
4849                 Enable popup-menu signal
4850
4851 2007-03-26 [colin]      2.8.1cvs54
4852
4853         * src/plugins/pgpinline/pgpinline.c
4854                 Fix bug 1111, 'PGP/inline plugin hides text 
4855                 around encrypted text block'. Patch based on
4856                 a patch from Michal Cihar.
4857
4858 2007-03-26 [wwp]        2.8.1cvs53
4859
4860         * src/procmsg.c
4861                 Fix getting a false error when sending queued message
4862                 whereas the sending was fine (if there are subfolders
4863                 in the queue folder), thanks to Colin.
4864
4865 2007-03-26 [paul]       2.8.1cvs52
4866
4867         * src/wizard.c
4868                 update FACE header in welcome message
4869
4870 2007-03-25 [colin]      2.8.1cvs51
4871
4872         * src/Makefile.am
4873                 Fix make dist
4874
4875 2007-03-25 [colin]      2.8.1cvs50
4876
4877         * src/main.c
4878                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4879
4880 2007-03-24 [colin]      2.8.1cvs49
4881
4882         * src/main.c
4883                 Fix a few launch problems on Maemo
4884                 Patch by Jean-Luc Biord
4885
4886 2007-03-24 [wwp]        2.8.1cvs48
4887
4888         * src/alertpanel.c
4889         * src/alertpanel.h
4890         * src/messageview.c
4891         * src/summaryview.c
4892                 Fix wrong action performed when closing the
4893                 "ask about account specific filtering rules
4894                 when filtering manually" dialog by pressing Escape.
4895                 Fix wrong order of buttons in the "return receipt
4896                 notification - the message was sent to several of
4897                 your accounts" dialog.
4898
4899 2007-03-24 [paul]       2.8.1cvs47
4900
4901         * src/folderview.c
4902                 an improvement to English usage
4903         * tools/kdeservicemenu/README
4904                 updated Claws url
4905
4906 2007-03-24 [paul]       2.8.1cvs46
4907
4908         * src/Makefile.am
4909         * src/stock_pixmap.c
4910         * src/pixmaps/edit_extern.xpm
4911         * src/pixmaps/mail_sign.xpm
4912                 rescue long lost icons
4913
4914 2007-03-24 [paul]       2.8.1cvs45
4915
4916         * src/toolbar.c
4917                 fix toolbar (broken in 2.8.1cvs42)
4918
4919 2007-03-23 [colin]      2.8.1cvs44
4920
4921         * src/imap.c
4922                 Correctly unsubscribe/resubscribe after
4923                 RENAME
4924
4925 2007-03-23 [colin]      2.8.1cvs43
4926
4927         * src/prefs_common.c
4928                 Maemo: as the platform is light on RAM, allow
4929                 caches to be discarded faster.
4930
4931 2007-03-23 [colin]      2.8.1cvs42
4932
4933         * src/Makefile.am
4934         * src/compose.c
4935         * src/compose.h
4936         * src/stock_pixmap.c
4937         * src/stock_pixmap.h
4938         * src/summaryview.c
4939         * src/summaryview.h
4940         * src/toolbar.c
4941         * src/toolbar.h
4942         * src/pixmaps/open_mail.xpm
4943                 Maemo changes: Add the possibility to have
4944                 "Open Email" and "Close Window" buttons on 
4945                 toolbars (and use them in Maemo's default
4946                 toolbars)
4947
4948 2007-03-23 [wwp]        2.8.1cvs41
4949
4950         * src/action.c
4951                 Reverted that part of the action dialog closure logics, to
4952                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4953                 done later in a different way (or may not).
4954
4955 2007-03-22 [wwp]        2.8.1cvs40
4956
4957         * src/action.c
4958                 Fix sticky action dialog when got no output but action command
4959                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4960
4961 2007-03-22 [colin]      2.8.1cvs39
4962
4963         * src/prefs_filtering.c
4964         * src/gtk/combobox.h
4965                 Fix escaping account names in filtering prefs
4966
4967 2007-03-22 [colin]      2.8.1cvs38
4968
4969         * src/addrindex.c
4970         * src/ldapctrl.h
4971         * src/ldapquery.c
4972                 Add any attribute specified in LDAP servers'
4973                 Search attributes to the Other Attributes tab
4974                 of contacts; Add 'telephoneNumber' in the
4975                 default list.
4976
4977 2007-03-22 [colin]      2.8.1cvs37
4978
4979         * src/folderview.c
4980         * src/folderview.h
4981         * src/mainwindow.c
4982                 Try to prevent race conditions when
4983                 changing the folder list
4984         * src/summaryview.c
4985                 Fix possible red folder icon when
4986                 switching from Small screen layout
4987                 to any other
4988
4989 2007-03-22 [colin]      2.8.1cvs36
4990
4991         * src/mainwindow.c
4992         * src/mainwindow.h
4993         * src/summaryview.c
4994                 Rename "little screen" to "Small screen"
4995         * src/gtk/Makefile.am
4996         * src/common/utils.c
4997         * src/mh.c
4998                 Fix Maemo-related compilation problems
4999
5000 2007-03-21 [colin]      2.8.1cvs35
5001
5002         * configure.ac
5003                 Fix previous commit
5004         * claws-mail.desktop
5005                 Remove .png from the Icon, it's useless
5006
5007 2007-03-21 [colin]      2.8.1cvs34
5008
5009         * configure.ac
5010         * src/Makefile.am
5011                 Add the necessary lib checking for 
5012                 Maemo
5013
5014 2007-03-21 [colin]      2.8.1cvs33
5015
5016         * src/main.c
5017                 Fix unconditional "error happened" when
5018                 sending via command-line. "lol @ myself"
5019
5020 2007-03-21 [colin]      2.8.1cvs32
5021
5022         * claws-mail-40x40.png
5023         * claws-mail-26x26.png
5024         * src/account.c
5025         * src/addressbook.c
5026         * src/compose.c
5027         * src/folderview.c
5028         * src/folderview.h
5029         * src/main.c
5030         * src/mainwindow.c
5031         * src/mainwindow.h
5032         * src/messageview.c
5033         * src/prefs_account.c
5034         * src/prefs_common.c
5035         * src/summary_search.c
5036         * src/summaryview.c
5037         * src/summaryview.h
5038         * src/gtk/authors.h
5039         * src/gtk/gtkutils.c
5040         * src/gtk/gtkutils.h
5041         * src/gtk/logwindow.c
5042         * src/gtk/menu.c
5043         * src/gtk/prefswindow.c
5044                 Add Maemo port (patch mainly by Jean-Luc Biort)
5045                 Add a new 'Little screen' layout to help on such
5046                 platforms (patch by me)
5047                 Make some default preferences different (more
5048                 adapted) on Maemo (patch by me)
5049
5050 2007-03-21 [wwp]        2.8.1cvs31
5051
5052         * src/prefs_logging.c
5053         * src/prefs_logging.h
5054                 Fixed copyright header of newly added files.
5055
5056 2007-03-21 [wwp]        2.8.1cvs30
5057
5058         * src/Makefile.am
5059         * src/filtering.c
5060         * src/filtering.h
5061         * src/folder.c
5062         * src/folderview.c
5063         * src/imap.c
5064         * src/inc.c
5065         * src/main.c
5066         * src/mainwindow.c
5067         * src/mainwindow.h
5068         * src/matcher.c
5069         * src/messageview.c
5070         * src/news.c
5071         * src/pop.c
5072         * src/prefs_common.c
5073         * src/prefs_common.h
5074         * src/prefs_logging.c
5075         * src/prefs_logging.h
5076         * src/prefs_other.c
5077         * src/procmsg.c
5078         * src/send_message.c
5079         * src/summaryview.c
5080         * src/common/log.c
5081         * src/common/log.h
5082         * src/common/nntp.c
5083         * src/common/session.c
5084         * src/common/smtp.c
5085         * src/common/socket.c
5086         * src/etpan/imap-thread.c
5087         * src/gtk/logwindow.c
5088         * src/gtk/logwindow.h
5089         * src/plugins/bogofilter/bogofilter.c
5090         * src/plugins/spamassassin/spamassassin.c
5091                 Added debugging of filtering/processing rules.
5092                 The debug log is here 'Tools/Filtering debug window',
5093                 the options there 'Configuration/Preferences/Other/Logging',
5094                 and the log file is ~/.claws-mail/filtering.log.
5095                 Moved protocol log prefs to 'Other/Logging' as well.
5096                 To support such debugging feature, the existing log API has
5097                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
5098                 this impacts many external modules (commits follow).
5099
5100 2007-03-21 [paul]       2.8.1cvs29
5101
5102         * src/etpan/Makefile.am
5103         * src/etpan/imap-thread.c
5104                 add missing #include
5105
5106 2007-03-21 [colin]      2.8.1cvs28
5107
5108         * src/procmime.c
5109                 Fix bug 1157, 'some broken messages confuse 
5110                 mime parser'. Make sure we can't have MimeInfos
5111                 with negative sizes.
5112
5113 2007-03-20 [colin]      2.8.1cvs27
5114
5115         * src/main.c
5116                 Fix missing \0 on buffer
5117
5118 2007-03-20 [colin]      2.8.1cvs26
5119
5120         * src/mh.c
5121                 Use make_dir_hier instead of make_dir 
5122                 to create the MH mailbox
5123
5124 2007-03-20 [colin]      2.8.1cvs25
5125
5126         * src/folder.c
5127         * src/folder.h
5128         * src/prefs_account.c
5129         * src/wizard.c
5130                 Fix default inbox weirdnesses (after wizard,
5131                 if path is Mail, mailbox identifier is #mh/Mailbox,
5132                 and when creating new accounts)
5133
5134 2007-03-20 [colin]      2.8.1cvs24
5135
5136         * src/account.c
5137                 Write folderlist after adding/deleting accounts
5138                 that have folders
5139
5140 2007-03-20 [colin]      2.8.1cvs23
5141
5142         * src/imap.c
5143         * src/remotefolder.h
5144                 Fix bug 1153, 'CM segfaults if IMAP folder is 
5145                 selected while scanning prior to update'
5146
5147 2007-03-17 [paul]       2.8.1cvs22
5148
5149         * src/main.c
5150                 fix a typo, and be a little more verbose.
5151
5152 2007-03-17 [wwp]        2.8.1cvs21
5153
5154         * src/inc.c
5155                 Fix a compiler warning.
5156
5157 2007-03-16 [wwp]        2.8.1cvs20
5158
5159         * tools/Makefile.am
5160         * tools/README
5161                 Updated to deal w/ the new mairix.sh tool.
5162
5163 2007-03-16 [wwp]        2.8.1cvs19
5164
5165         * src/action.c
5166                 Fix logics issues around the action IO dialog:
5167                 - disable entry widget and exec button when
5168                   the exec button is clicked (don't wait for any
5169                   output line) - fix possible disabling/re-enabling/
5170                   re-disabling of those widgets
5171                 - raise an error if executing a %as{} action either
5172                   empty or invalid, instead of failing silently
5173                 - don't close the dialog if the abort button has been
5174                   clicked and if there was no output yet
5175                 - set focus to the abort button when the exec button
5176                   is clicked
5177                 - fix capitalization of a warning message
5178
5179 2007-03-16 [wwp]        2.8.1cvs18
5180
5181         * tools/mairix.sh
5182                 Added a wrapper to mairix to the tools folder.
5183
5184 2007-03-16 [colin]      2.8.1cvs17
5185
5186         * src/messageview.c
5187         * src/mimeview.h
5188                 Allow mimeviewer plugins to print
5189                 their stuff
5190
5191 2007-03-16 [colin]      2.8.1cvs16
5192
5193         * .cvsignore
5194                 Ignore *.patchset
5195
5196 2007-03-15 [colin]      2.8.1cvs15
5197
5198         * src/messageview.c
5199         * src/mimeview.h
5200                 Add a way for mimeviewer plugins to
5201                 implement body search
5202
5203 2007-03-15 [paul]       2.8.1cvs14
5204
5205         * src/prefs_spelling.c
5206                 fix English usage
5207
5208 2007-03-15 [paul]       2.8.1cvs13
5209
5210         * src/common/quoted-printable.c
5211                 fix decoding of quoted-printable parts
5212
5213 2007-03-14 [wwp]        2.8.1cvs12
5214
5215         * src/gtk/logwindow.h
5216                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
5217
5218 2007-03-14 [wwp]        2.8.1cvs11
5219
5220         * src/gtk/logwindow.h
5221                 Complete 2.8.1cvs10.
5222
5223 2007-03-14 [colin]      2.8.1cvs10
5224
5225         * src/gtk/logwindow.c
5226                 Probably fix bug 1149, crash on logwindow
5227                 close - at the expense of performance once
5228                 logwin has been opened
5229
5230 2007-03-14 [colin]      2.8.1cvs9
5231
5232         * src/main.c
5233                 If claws-mail is running on another
5234                 display, warn instead of popping it up
5235                 on the other display
5236
5237 2007-03-12 [colin]      2.8.1cvs8
5238
5239         * src/wizard.c
5240                 Fix bug 1145, 'Setting a different name 
5241                 for the Mailbox name isn't reflected in 
5242                 default account settings'. Patch by wwp
5243
5244 2007-03-12 [colin]      2.8.1cvs7
5245
5246         * src/summaryview.c
5247                 Fix bug 1143, 'Add number of messages to be 
5248                 deleted to confirmation dialog'
5249
5250 2007-03-12 [wwp]        2.8.1cvs6
5251
5252         * src/folderview.c
5253         * src/prefs_common.c
5254         * src/prefs_common.h
5255         * src/prefs_summaries.c
5256                 Changed the option that displays unread messages count
5257                 next to the folder name in folder list: it is now
5258                 possible to either display nothing, display the
5259                 unread messages number only or the unread and total messages
5260                 numbers. The patch includes this extra feature as well
5261                 as some minor fixes by rewriting the algo in folderview.c.
5262                 Thanks to Paul for the original idea and implementation, plus
5263                 testing and proof-reading!
5264
5265 2007-03-09 [paul]       2.8.1cvs5
5266
5267         * tools/Makefile.am
5268         * tools/README
5269         * tools/claws-mail-compose-insert-files.pl
5270                 added a script which enables inserting files
5271                 into the message body of a new Claws Mail
5272                 Compose window from the command line. Additionally
5273                 To, Cc, Subject and files to attach to the message
5274                 can be specified.
5275
5276 2007-03-09 [wwp]        2.8.1cvs4
5277
5278         * src/addr_compl.c
5279         * src/addr_compl.h
5280         * src/filtering.c
5281                 Optimize matching of addresses in the addressbook
5282                 (filtering/processing 'found_in_addressbook' condition).
5283
5284 2007-03-07 [wwp]        2.8.1cvs3
5285
5286         * src/quote_fmt.c
5287         * src/quote_fmt_lex.l
5288         * src/quote_fmt_parse.y
5289                 Add a new quote format symbol: %A to insert the
5290                 sender email address (just the address itself).
5291
5292 2007-03-06 [wwp]        2.8.1cvs2
5293
5294         * src/gtk/gtkutils.c
5295         * src/plugins/trayicon/trayicon_prefs.h
5296         * src/plugins/trayicon/trayicon_prefs.c
5297         * src/plugins/trayicon/trayicon.c
5298         * src/mainwindow.h
5299         * src/mainwindow.c
5300                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5301                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5302
5303
5304 2007-03-06 [paul]       2.8.1cvs1
5305
5306         * NEWS
5307         * README
5308         * RELEASE_NOTES
5309         * configure.ac
5310                 bump version number following
5311                 stable release
5312
5313 2007-03-06 [paul]       2.8.0cvs24
5314
5315         * po/cs.po
5316                 corrected by by Tim <timbrain@post.cz>
5317
5318 2007-03-05 [colin]      2.8.0cvs23
5319
5320         * src/Makefile.am
5321         * src/procmime.c
5322                 Fix mime/globs path on NetBSD
5323                 patch by George Michaelson
5324
5325 2007-03-05 [wwp]        2.8.0cvs22
5326
5327         * src/addr_compl.c
5328                 Remove debug statement (accidentally committed w/ cvs14).
5329
5330 2007-03-05 [paul]       2.8.0cvs21
5331
5332         * src/plugins/pgpcore/prefs_gpg.c
5333                 fix compiler warning
5334
5335 2007-03-05 [wwp]        2.8.0cvs20
5336
5337         * src/matcher_parser_parse.y
5338                 Fix mismerge between cvs17 and cvs19.
5339
5340 2007-03-05 [wwp]        2.8.0cvs19
5341
5342         * src/matcher_parser_parse.y
5343         * src/prefs_filtering_action.c
5344         * src/matcher.c
5345         * src/matcher.h
5346         * src/filtering.c
5347         * src/filtering.h
5348                 Add new 'add_to_addressbook' filtering/processing action.
5349
5350 2007-03-05 [wwp]        2.8.0cvs18
5351
5352         * src/filtering.c
5353                 Fix mark_as_ham filtering/processing action: spam flag
5354                 was not unset.
5355
5356 2007-03-04 [colin]      2.8.0cvs17
5357
5358         * src/filtering.c
5359         * src/matcher.c
5360         * src/matcher.h
5361         * src/matcher_parser_parse.y
5362         * src/prefs_filtering_action.c
5363                 Add 'Mark as spam' and 'Mark as ham' filtering
5364                 actions. Fixes bug 1138.
5365
5366 2007-03-04 [colin]      2.8.0cvs16
5367
5368         * src/imap.c
5369                 Fix bug 1140, wrong return value
5370                 without libetpan
5371
5372 2007-03-04 [wwp]        2.8.0cvs15
5373
5374         * src/addr_compl.c
5375                 Rollback cvs14: don't free stuff that is managed in g_list.
5376
5377 2007-03-04 [wwp]        2.8.0cvs14
5378
5379         * src/addr_compl.c
5380                 Fix a leak in address completion code.
5381
5382 2007-03-04 [colin]      2.8.0cvs13
5383
5384         * src/addr_compl.c
5385                 Maybe fix bug 1136, 'Crash in group 
5386                 address completion'
5387
5388 2007-03-04 [iwkse]      2.8.0cvs12
5389
5390         * src/imap.c
5391                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5392
5393 2007-03-03 [colin]      2.8.0cvs11
5394
5395         * src/plugins/pgpinline/pgpinline.c
5396                 Fix off-by-one, fix double-free. Fixes
5397                 bug 1135, 'cm-segfault on decrypting 
5398                 with PGP/inline'
5399
5400 2007-03-03 [colin]      2.8.0cvs10
5401
5402         * configure.ac
5403         * src/main.c
5404         * src/common/plugin.c
5405                 Fix bug 1134, 'Valgrind macros unhandled 
5406                 by Irix's cc'
5407
5408 2007-03-02 [colin]      2.8.0cvs9
5409
5410         * src/mbox.c
5411                 Don't error out on EAGAIN. Fixes 
5412                 bug 1129, '"local mbox file" account 
5413                 isn't retrieving mails'
5414
5415 2007-03-01 [wwp]        2.8.0cvs8
5416
5417         * src/mainwindow.c
5418         * src/gtk/colorlabel.c
5419                 Remove accels for extra color labels until we set better
5420                 and definitive ones.
5421
5422 2007-02-28 [wwp]        2.8.0cvs7
5423
5424         * src/mainwindow.c
5425         * src/matcher_parser_parse.y
5426         * src/prefs_common.c
5427         * src/prefs_msg_colors.c
5428         * src/procmsg.h
5429         * src/gtk/colorlabel.c
5430         * src/gtk/colorlabel.h
5431                 Add more customizable color labels. Cleaned up a bit
5432                 the color label API to avoid duplicate defines of
5433                 the max number of colors.
5434
5435 2007-02-27 [colin]      2.8.0cvs6
5436
5437         * src/mainwindow.c
5438         * src/common/utils.c
5439         * src/common/utils.h
5440                 Fix '+' in mailto URIs for List-* headers
5441
5442 2007-02-27 [colin]      2.8.0cvs5
5443
5444         * src/gtk/gtkutils.c
5445                 Use gtk_window_set_role instead of 
5446                 _set_wmclass
5447
5448 2007-02-27 [colin]      2.8.0cvs4
5449
5450         * src/inc.c
5451                 Fix "After receiving new mail, go to inbox" on IMAP,
5452                 and make it work only on manual reception
5453
5454 2007-02-27 [wwp]        2.8.0cvs3
5455
5456         * src/prefs_filtering.c
5457         * src/prefs_filtering_action.c
5458         * src/prefs_matcher.c
5459                 Update filtering matcher's and action's color label menus
5460                 when re-opening those dialogs (reflect any change to the
5461                 color labels list in the preferences).
5462
5463 2007-02-27 [colin]      2.8.0cvs2
5464
5465         * src/imap.c
5466         * src/etpan/etpan-thread-manager-types.h
5467         * src/etpan/etpan-thread-manager.c
5468         * src/etpan/imap-thread.c
5469                 Log imap ALERTs as errors in the log.
5470
5471 2007-02-26 [paul]       2.8.0cvs1
5472
5473         * tools/claws.i18n.status.pl
5474                 updated
5475
5476 2007-02-26 [paul]       2.7.2cvs75
5477
5478         * po/ca.po
5479         * po/cs.po
5480         * po/de.po
5481         * po/en_GB.po
5482         * po/fi.po
5483         * po/fr.po
5484         * po/hu.po
5485         * po/pl.po
5486         * po/pt_BR.po
5487         * po/sk.po
5488         * po/sr.po
5489         * po/zh_CN.po
5490                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5491                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5492                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5493                 Aleksandar Urosevic, and Ralgh Young
5494
5495 2007-02-25 [mones]      2.7.2cvs74
5496
5497         * po/es.po
5498                 Updated for release
5499
5500 2007-02-25 [colin]      2.7.2cvs73
5501
5502         * src/main.c
5503                 Clearing the list is only useful
5504                 to prevent a valgrind false-positive
5505
5506 2007-02-25 [paul]       2.7.2cvs72
5507
5508         * tools/Makefile.am
5509         * tools/README
5510         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5511         * tools/maildir2claws-mail.pl  **REMOVED**
5512                 renamed the script, fixed a couple bugs
5513
5514 2007-02-23 [colin]      2.7.2cvs71
5515
5516         * src/addressbook.c
5517                 Fix a leak, check for a few improbable nulls
5518
5519 2007-02-23 [colin]      2.7.2cvs70
5520
5521         * src/main.c
5522         * src/main.h
5523         * src/plugins/trayicon/trayicon.c
5524                 Fix blinking mainwin when starting in tray
5525                 (show mainwindow later in the startup process,
5526                  apart if restarting post-crash)
5527
5528 2007-02-23 [colin]      2.7.2cvs69
5529
5530         * src/folderview.c
5531         * src/imap_gtk.c
5532                 Fix crash when unsubscribing the currently
5533                 selected/opened folder
5534
5535 2007-02-23 [colin]      2.7.2cvs68
5536
5537         * src/compose.c
5538                 Fix bug that prevented colorization to
5539                 work without wrap quotation option
5540
5541 2007-02-23 [colin]      2.7.2cvs67
5542
5543         * src/addr_compl.c
5544                 Fix refcounting, start and end completion who
5545                 behaved as if there couldn't be any other current
5546                 user of completion
5547
5548 2007-02-23 [wwp]        2.7.2cvs66
5549
5550         * src/addressbook.c
5551         * src/addrindex.c
5552                 Address completion fixes: fix addressbook_peek_folder_exists() in
5553                 which the algorithm was ridiculously over-obfuscated and broken.
5554                 Fix addrindex_load_completion() as well, to load addresses in
5555                 completion list with regards to what addressbook_peek_folder_exists()
5556                 returns now.
5557
5558 2007-02-23 [wwp]        2.7.2cvs65
5559
5560         * src/addr_compl.c
5561                 Add addresses to completion when they're non-empty (thanks to Colin).
5562
5563 2007-02-23 [paul]       2.7.2cvs64
5564
5565         * src/plugins/pgpcore/passphrase.c
5566                 remove 'const '
5567
5568 2007-02-23 [colin]      2.7.2cvs63
5569
5570         * src/plugins/pgpcore/prefs_gpg.c
5571         * src/plugins/pgpcore/prefs_gpg.h
5572         * src/plugins/pgpcore/sgpgme.c
5573         * src/plugins/pgpinline/pgpinline.c
5574         * src/plugins/pgpmime/pgpmime.c
5575                 Try harder to respect user's choice wrt
5576                 gpg-agent even with gpg2, by unsetting
5577                 GPG_AGENT_INFO when necessary.
5578
5579 2007-02-22 [paul]       2.7.2cvs62
5580
5581         * src/plugins/pgpcore/sgpgme.c
5582         * src/plugins/pgpcore/sgpgme.h
5583         * src/plugins/pgpcore/passphrase.c
5584         * src/plugins/pgpinline/pgpinline.c
5585         * src/plugins/pgpmime/pgpmime.c
5586                 Fix a leak - gpgme_data_release_and_get_mem
5587                 leaks in recent gpgme. Workaround by using
5588                 our own function.
5589
5590 2007-02-22 [paul]       2.7.2cvs61
5591
5592         * src/gtk/quicksearch.c
5593                 Abandon dynamic search when pressing
5594                 Enter
5595
5596 2007-02-21 [colin]      2.7.2cvs60
5597
5598         * src/procmsg.c
5599         * src/plugins/pgpcore/passphrase.c
5600                 Fix little memory leaks
5601         * src/main.c
5602                 Fix false-positive leak at exit
5603         * src/gtk/quicksearch.c
5604                 Fix potentially big leak in recursive
5605                 Quicksearch
5606
5607 2007-02-21 [wwp]        2.7.2cvs59
5608
5609         * src/summaryview.c
5610                 Add missing newline to a debug message.
5611
5612 2007-02-20 [colin]      2.7.2cvs58
5613
5614         * src/Makefile.am
5615         * src/mimeview.c
5616         * src/stock_pixmap.c
5617         * src/stock_pixmap.h
5618         * src/pixmaps/mime_pgpsig.xpm
5619                 Add icon for application/pgp-signature
5620
5621 2007-02-20 [colin]      2.7.2cvs57
5622
5623         * src/Makefile.am
5624         * src/main.c
5625         * src/mimeview.c
5626         * src/stock_pixmap.c
5627         * src/stock_pixmap.h
5628         * src/pixmaps/mime_calendar.xpm
5629         * src/pixmaps/mime_pdf.xpm
5630         * src/pixmaps/mime_ps.xpm
5631                 Add icons for text/calendar, application/pdf
5632                 and application/postscript
5633
5634 2007-02-20 [colin]      2.7.2cvs56
5635
5636         * autogen.sh
5637         * src/matcher_parser_parse.y
5638         * src/matcher_parser_lex.l
5639                 Fix big memory leak in flex, and
5640                 require flex 2.5.31
5641
5642 2007-02-20 [wwp]        2.7.2cvs55
5643
5644         * src/matcher_parser_parse.y
5645                 Fix a duplicate token definition (thanks to iwkse).
5646
5647 2007-02-20 [wwp]        2.7.2cvs54
5648
5649         * src/matcher_parser_lex.l
5650         * src/quote_fmt_lex.l
5651                 Use proper flex options instead of direct use of #define,
5652                 make the flex-generated C lighter.
5653
5654 2007-02-20 [colin]      2.7.2cvs53
5655
5656         * src/summaryview.c
5657                 Grab focus in message list after hiding
5658                 the quicksearch, instead of leaving it
5659                 "somewhere"
5660
5661 2007-02-19 [colin]      2.7.2cvs52
5662
5663         * src/folderview.c
5664                 Fix bug 1033, 'Automatically refresh 
5665                 message list when new messages arrives'
5666                 Looks like folderview->opened can sometimes
5667                 be wrong...
5668
5669 2007-02-19 [paul]       2.7.2cvs51
5670
5671         * tools/Makefile.am
5672         * tools/README
5673         * tools/thunderbird-filters-convertor.pl
5674                 add new script which converts thunderbird filter
5675                 rules to Claws filter rules
5676
5677 2007-02-18 [paul]       2.7.2cvs50
5678
5679         * src/plugins/pgpcore/prefs_gpg.c
5680         * src/plugins/pgpcore/prefs_gpg.h
5681         * src/plugins/pgpcore/sgpgme.c
5682         * src/plugins/pgpinline/pgpinline.c
5683         * src/plugins/pgpmime/pgpmime.c
5684                 improved GUI interoperability with gpg-agent
5685
5686 2007-02-18 [paul]       2.7.2cvs49
5687
5688         * src/prefs_account.c
5689                 Privacy options sensitivity fix
5690
5691 2007-02-17 [colin]      2.7.2cvs48
5692
5693         * src/messageview.c
5694                 Reset icon to warning in the noticeview
5695
5696 2007-02-15 [colin]      2.7.2cvs47
5697
5698         * src/folderview.c
5699                 Fix a manifestation of bug 1033 (summaryview failing
5700                 to update for new mails), which happens after editing
5701                 account preferences or preferences that cause a 
5702                 folderview reload.
5703
5704 2007-02-15 [colin]      2.7.2cvs46
5705
5706         * src/addressbook.c
5707                 Probably fix bug 1123, 'Segmentation 
5708                 fault while opening address book'. I get
5709                 g_warnings if the saved paned position is
5710                 not greater than 0. Also, save position
5711                 when hiding the addressbook instead of
5712                 via signal.
5713
5714 2007-02-14 [colin]      2.7.2cvs45
5715
5716         * src/plugins/pgpcore/prefs_gpg.c
5717         * src/plugins/pgpcore/prefs_gpg.h
5718         * src/plugins/pgpcore/sgpgme.c
5719         * src/plugins/pgpinline/pgpinline.c
5720         * src/plugins/pgpmime/pgpmime.c
5721                 Add an option "Use gpg-agent if available". Fixes
5722                 annoyances with distro-installed gpg-agent, when
5723                 no pinentry program is installed, and the user's 
5724                 at a loss on why "decryption failed". Makes more
5725                 clear why passphrase isn't saved when gpg-agent is
5726                 used. Defaults to true, to avoid changing the 
5727                 current behaviour.
5728
5729 2007-02-14 [wwp]        2.7.2cvs44
5730
5731         * src/matcher_parser_parse.y
5732                 Fix missing line number reset (wrong line number might appear
5733                 when re-loading filtering rules if there's a parser error).
5734
5735 2007-02-13 [colin]      2.7.2cvs43
5736
5737         * src/common/utils.c
5738                 Don't encode ',' in URIs before passing it
5739                 to the browser command-line. It was probably
5740                 done at a time where commas in URIs made
5741                 mozilla -remote 'openurl(%s,new-window)'
5742                 bug.
5743
5744 2007-02-13 [wwp]        2.7.2cvs42
5745
5746         * src/prefs_matcher.c
5747         * src/plugins/bogofilter/bogofilter_gtk.c
5748                 A bit of string factorization around "Select ..." buttons.
5749
5750 2007-02-11 [colin]      2.7.2cvs41
5751
5752         * src/alertpanel.c
5753                 Make sure to escape the title
5754
5755 2007-02-11 [colin]      2.7.2cvs40
5756
5757         * src/codeconv.c
5758                 Recognize .utf8 locales as .UTF-8 ones
5759
5760 2007-02-11 [colin]      2.7.2cvs39
5761
5762         * src/compose.c
5763                 Fix code conversion when dragging a file
5764
5765 2007-02-09 [colin]      2.7.2cvs38
5766
5767         * src/plugins/clamav/clamav_plugin.c
5768                 Complete Paul's patch with conditional
5769                 compilation to avoid breaking compilation
5770                 on old Dapper and Edgy... Maybe other
5771                 distros too.
5772
5773 2007-02-09 [paul]       2.7.2cvs37
5774
5775         * src/plugins/clamav/clamav_plugin.c
5776                 fix for the upstream changes in libclamav
5777
5778 2007-02-09 [paul]       2.7.2cvs36
5779
5780         * src/main.c
5781         * src/mainwindow.c
5782         * src/procmsg.c
5783         * src/procmsg.h
5784                 fix "warn if there are queued messages" (on exit)
5785                 option, which only checked the first mailbox's
5786                 queue
5787                 don't ask before emptying trash if there are no
5788                 messages in trash, also check and empty all trash
5789                 folders
5790         * src/prefs_other.c
5791                 move "Ask before emptying trash" option
5792                 outside of the "On exit" frame as it's
5793                 not only an "On exit" option
5794
5795 2007-02-09 [paul]       2.7.2cvs35
5796
5797         * src/addrgather.c
5798         * src/alertpanel.c
5799         * src/editldap.c
5800         * src/prefs_account.c
5801         * src/prefs_folder_item.c
5802         * src/prefs_gtk.h
5803         * src/prefs_matcher.c
5804         * src/prefs_message.c
5805         * src/prefs_msg_colors.c
5806         * src/prefs_summaries.c
5807         * src/wizard.c
5808         * src/gtk/inputdialog.c
5809         * src/plugins/bogofilter/bogofilter_gtk.c
5810                 pedantic commit: use 'checkbtn' everywhere
5811                 instead of a mixture of 'checkbtn' and 'chkbtn'
5812
5813 2007-02-09 [paul]       2.7.2cvs34
5814
5815         * src/compose.c
5816                 fix default hotkeys
5817         * src/prefs_other.c
5818         * src/prefs_send.c
5819                 move "Never send Return Receipts" from
5820                 prefs_other to prefs_send
5821                 add an option "Ask about account specific
5822                 filtering rules..." to prefs_other
5823         * src/gtk/gtkutils.c
5824                 fix a compiler warning
5825
5826 2007-02-08 [colin]      2.7.2cvs33
5827
5828         * src/plugins/pgpinline/pgpinline.c
5829                 Fix bug 1110, 'pgpmime fails to process 
5830                 encapsulated openpgp mime (rfc 3156, 6.1 
5831                 -> rfc1847)'
5832                 It was due to an interaction between PGP/Mime
5833                 and PGP/Inline plugin. 
5834
5835 2007-02-08 [colin]      2.7.2cvs32
5836
5837         * src/inc.c
5838         * src/mbox.c
5839         * src/mbox.h
5840                 Fix bug 1117, 'fcntl locking code 
5841                 does not work in mbox.c'
5842
5843 2007-02-08 [colin]      2.7.2cvs31
5844
5845         * src/prefs_account.c
5846                 Fix Gentoo bug 165819, 'can't create 
5847                 a "local mbox file" account'. Patch
5848                 by Olivier <castan.o@free.fr>
5849
5850 2007-02-07 [colin]      2.7.2cvs30
5851
5852         * src/ldapquery.c
5853                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5854                 autocompletion was used'
5855
5856 2007-02-07 [paul]       2.7.2cvs29
5857
5858         * src/folder.c
5859                 cut down on unnecessary debug_prints
5860         * src/imap_gtk.c
5861                 fix menu_set_active() on 'Show only
5862                 subscribed folders'
5863
5864 2007-02-07 [paul]       2.7.2cvs28
5865
5866         * src/plugins/clamav/clamav_plugin.c
5867         * src/plugins/clamav/clamav_plugin.h
5868         * src/plugins/clamav/clamav_plugin_gtk.c
5869                 fix copyright header
5870
5871 2007-02-07 [paul]       2.7.2cvs27
5872
5873         * src/procheader.c
5874                 fix bug 1116, 'summary view allow a 
5875                 subject line break'
5876
5877 2007-02-06 [colin]      2.7.2cvs26
5878
5879         * src/summaryview.c
5880                 Fix delete thread
5881
5882 2007-02-05 [fabien]     2.7.2cvs25
5883
5884         * po/POTFILES.in
5885         * src/uri_opener.c
5886                 i18n related - 1 fix and 1 message for translators.
5887
5888 2007-02-05 [colin]      2.7.2cvs24
5889
5890         * src/gtk/quicksearch.c
5891                 Don't reload summary list if quicksearch wasn't
5892                 active on hiding; move currently selected mail in
5893                 the visible area when showing the quicksearch
5894
5895 2007-02-05 [colin]      2.7.2cvs23
5896
5897         * src/folderview.c
5898                 Add debug to try to solve bug 1104
5899
5900 2007-02-05 [paul]       2.7.2cvs22
5901
5902         * src/mainwindow.c
5903                 confirm before emptying trash on exit is
5904                 a Yes or No answer, use Yes or No in the
5905                 dialog
5906
5907 2007-02-04 [colin]      2.7.2cvs21
5908
5909         * src/compose.c
5910         * src/plugins/pgpcore/passphrase.c
5911         * src/plugins/pgpcore/select-keys.c
5912                 Set wmclass on new windows
5913
5914 2007-02-04 [colin]
5915
5916         2.8.0-rc1 released
5917
5918 2007-02-04 [colin]      2.7.2cvs20
5919
5920         * src/compose.c
5921         * src/compose.h
5922                 Auto save drafts on exit, reopen them
5923                 at startup, instead of asking
5924         * src/account.c
5925         * src/addressadd.c
5926         * src/addressbook.c
5927         * src/addressbook_foldersel.c
5928         * src/addrgather.c
5929         * src/crash.c
5930         * src/editaddress.c
5931         * src/editbook.c
5932         * src/editgroup.c
5933         * src/editjpilot.c
5934         * src/editldap.c
5935         * src/editldap_basedn.c
5936         * src/editvcard.c
5937         * src/exphtmldlg.c
5938         * src/expldifdlg.c
5939         * src/export.c
5940         * src/foldersel.c
5941         * src/gedit-print.c
5942         * src/import.c
5943         * src/importldif.c
5944         * src/importmutt.c
5945         * src/importpine.c
5946         * src/main.c
5947         * src/mainwindow.c
5948         * src/message_search.c
5949         * src/messageview.c
5950         * src/prefs_actions.c
5951         * src/prefs_customheader.c
5952         * src/prefs_display_header.c
5953         * src/prefs_filtering.c
5954         * src/prefs_filtering_action.c
5955         * src/prefs_folder_column.c
5956         * src/prefs_gtk.c
5957         * src/prefs_matcher.c
5958         * src/prefs_other.c
5959         * src/prefs_summaries.c
5960         * src/prefs_summary_column.c
5961         * src/prefs_template.c
5962         * src/sourcewindow.c
5963         * src/ssl_manager.c
5964         * src/summary_search.c
5965         * src/uri_opener.c
5966         * src/gtk/about.c
5967         * src/gtk/description_window.c
5968         * src/gtk/foldersort.c
5969         * src/gtk/gtkutils.c
5970         * src/gtk/gtkutils.h
5971         * src/gtk/icon_legend.c
5972         * src/gtk/logwindow.c
5973         * src/gtk/pluginwindow.c
5974         * src/gtk/prefswindow.c
5975                 Give different wmclass to different
5976                 windows - thanks to sed ;)
5977
5978 2007-02-04 [colin]      2.7.2cvs19
5979
5980         * src/main.c
5981                 Revert previous patch, can't reproduce
5982                 it anymore. 
5983
5984 2007-02-03 [colin]      2.7.2cvs18
5985
5986         * src/main.c
5987                 Don't save the mainwindow size and
5988                 position on emergency exit (libSM's
5989                 "die" callback), Xfce seems to make
5990                 the window smaller just before the
5991                 size's saved.
5992
5993 2007-02-03 [colin]      2.7.2cvs17
5994
5995         * src/plugins/bogofilter/bogofilter.c
5996         * src/plugins/bogofilter/bogofilter.h
5997         * src/plugins/bogofilter/bogofilter_gtk.c
5998         * src/plugins/pgpinline/pgpinline.c
5999         * src/plugins/pgpinline/pgpinline.h
6000                 Fix more copyrights
6001
6002 2007-02-03 [colin]      2.7.2cvs16
6003
6004         * src/partial_download.c
6005         * src/partial_download.h
6006         * src/ssl_manager.c
6007         * src/ssl_manager.h
6008         * src/uri_opener.c
6009         * src/uri_opener.h
6010         * src/wizard.c
6011         * src/wizard.h
6012         * src/common/ssl_certificate.c
6013         * src/common/ssl_certificate.h
6014         * src/gtk/quicksearch.c
6015         * src/gtk/quicksearch.h
6016         * src/gtk/sslcertwindow.c
6017         * src/gtk/sslcertwindow.h
6018                 Fix copyright on my files
6019
6020 2007-02-02 [colin]      2.7.2cvs15
6021
6022         * src/Makefile.am
6023         * src/mainwindow.c
6024         * src/messageview.c
6025         * src/messageview.h
6026         * src/textview.c
6027         * src/textview.h
6028         * src/uri_opener.c
6029         * src/uri_opener.h
6030                 Add Tools/List URIs to allow
6031                 opening any URI in the current mail
6032
6033 2007-02-02 [colin]      2.7.2cvs14
6034
6035         * src/common/valgrind.h ** NEW FILE **
6036         * src/common/Makefile.am
6037         * src/common/plugin.c
6038                 Don't dlclose the plugins if we're running
6039                 under valgrind. (doesn't require valgrind
6040                 either at compile time or run time).
6041
6042 2007-02-01 [paul]       2.7.2cvs13
6043
6044         * AUTHORS
6045         * src/gtk/authors.h
6046         * tools/freshmeat_search.pl
6047         * tools/google_search.pl
6048         * tools/multiwebsearch.pl
6049                 add support for non ISO-8859-1 compatible locales
6050                 Patch by Alex Gorbachenko <agent_007@immo.ru>
6051
6052 2007-02-01 [colin]      2.7.2cvs12
6053
6054         * src/prefs_other.c
6055         * src/prefs_summaries.c
6056                 Move keybinding prefs to the Other page
6057
6058 2007-02-01 [wwp]        2.7.2cvs11
6059
6060         * src/plugins/trayicon/trayicon.c
6061                 Fix a raising issue within KDE.
6062
6063 2007-02-01 [colin]      2.7.2cvs10
6064
6065         * src/codeconv.c
6066                 Fix stray quotes in encoded strings
6067         * src/addressadd.c
6068                 Fix wrong call causing g_warnings
6069         * src/textview.c
6070                 Remove useless message
6071
6072 2007-01-31 [wwp]        2.7.2cvs9
6073
6074         * src/plugins/trayicon/trayicon.c
6075                 fix buggy hiding of main window when closing if close-to-tray
6076                 is not set (bad logics  in the trayicon hook code).
6077                 Changed the quit confirmation message too.
6078
6079 2007-01-30 [colin]      2.7.2cvs8
6080
6081         * src/main.c
6082                 Fix hidden mainwindow after clicking on
6083                 the X close button, if compose windows
6084                 exist and the user chooses not to quit
6085
6086 2007-01-30 [colin]      2.7.2cvs7
6087
6088         * src/main.c
6089         * src/compose.c
6090                 Handle local URIs to attach files (file:///...)
6091                 Fixes attaching files from Thunar for example
6092
6093 2007-01-30 [colin]      2.7.2cvs6
6094
6095         * src/prefs_ext_prog.c
6096                 Add 'mousepad' to the list of text editors.
6097                 Mousepad is XFCE's text editor
6098
6099 2007-01-29 [wwp]        2.7.2cvs5
6100
6101         * po/POTFILES.in
6102         * src/plugins/trayicon/trayicon_prefs.c
6103                 trayicon i18n fixes, thanks to Fabien.
6104
6105 2007-01-28 [wwp]        2.7.2cvs4
6106
6107         * src/mainwindow.c
6108         * src/mainwindow.h
6109         * src/plugins/trayicon/trayicon.c
6110         * src/plugins/trayicon/trayicon_prefs.c
6111         * src/plugins/trayicon/trayicon_prefs.h
6112                 Added a new TrayIcon plugin option to close to tray
6113                 (WM's hotkey and [X] button will hide the window instead
6114                 of closing it - closing CM can be done using the tray icon
6115                 menu or the File menu).
6116                 Improved visibility handling in trayicon, clicking the
6117                 trayicon now raise the window to current desktop when it
6118                 was either minimized/shaded/on another desktop.
6119                 Thanks to Paul for testing and fixing a strange behaviour
6120                 in KDE ;-).
6121
6122 2007-01-27 [paul]       2.7.2cvs3
6123
6124         * src/prefs_folder_item.c
6125         * src/prefs_receive.c
6126         * src/plugins/pgpcore/prefs_gpg.c
6127                 use 'start-up' instead of 'startup' in labels
6128
6129 2007-01-26 [wwp]        2.7.2cvs2
6130
6131         * src/plugins/trayicon/Makefile.am
6132         * src/plugins/trayicon/trayicon.c
6133         * src/plugins/trayicon/trayicon_prefs.c
6134         * src/plugins/trayicon/trayicon_prefs.h
6135                 Add a new TrayIcon option to hide the main window at
6136                 start-up.
6137                 Fix trayicon.c copyright header.
6138
6139 2007-01-26 [paul]       2.7.2cvs1
6140
6141         * NEWS
6142         * README
6143         * RELEASE_NOTES
6144         * configure.ac
6145                 bump up version number following
6146                 stable release
6147
6148 2007-01-25 [mones]      2.7.1cvs60
6149
6150         * po/es.po
6151                 updated thousands of strings (well, probably less ;-)
6152
6153 2007-01-25 [colin]      2.7.1cvs59
6154
6155         * src/matcher.c
6156                 Fix 2nd-run loss of matcherrc on new
6157                 configurations. 
6158
6159 2007-01-25 [wwp]        2.7.1cvs58
6160
6161         * src/mimeview.c
6162                 fix handling of empty value in attach_save_directory too, thanks
6163                 to Colin.
6164
6165 2007-01-25 [wwp]        2.7.1cvs57
6166
6167         * src/gtk/filesel.c
6168                 fix handling of empty value in attach_load_directory,
6169                 thanks to Colin.
6170
6171 2007-01-25 [wwp]        2.7.1cvs56
6172
6173         * src/plugins/dillo_viewer/dillo_prefs.h
6174                 fix a typo.
6175
6176 2007-01-25 [colin]      2.7.1cvs55
6177
6178         * src/matcher.c
6179         * src/matcher.h
6180         * src/matcher_parser_parse.y
6181         * src/prefs_matcher.c
6182                 Add matching on the spam flag
6183
6184 2007-01-24 [colin]      2.7.1cvs54
6185
6186         * src/folder.c
6187         * src/common/xml.c
6188         * src/common/xml.h
6189                 Make sure folderlist.xml is correctly
6190                 written before overwriting it.
6191         * src/procmsg.c
6192         * src/procmsg.h
6193         * src/summaryview.c
6194         * src/plugins/bogofilter/bogofilter.c
6195         * src/plugins/bogofilter/bogofilter.h
6196         * src/plugins/bogofilter/bogofilter_gtk.c
6197         * src/plugins/spamassassin/spamassassin.c
6198         * src/plugins/spamassassin/spamassassin.h
6199         * src/plugins/spamassassin/spamassassin_gtk.c
6200                 Move spam to the correct trash folder after
6201                 learning, if spam directory isn't set.
6202
6203 2007-01-23 [paul]       2.7.1cvs53
6204
6205         * src/plugins/bogofilter/bogofilter_gtk.c
6206                 fix sensitivity of "Insert X-Bogosity header"
6207                 option
6208
6209 2007-01-23 [colin]      2.7.1cvs52
6210
6211         * src/toolbar.c
6212                 Translate toolbar items text if
6213                 they're translatable (default)
6214         * src/addrcache.c
6215         * src/addrcache.h
6216         * src/addritem.c
6217         * src/addritem.h
6218         * src/codeconv.c
6219         * src/codeconv.h
6220         * src/jpilot.c
6221         * src/jpilot.h
6222         * src/ldapctrl.c
6223         * src/ldapctrl.h
6224         * src/ldapquery.h
6225         * src/ldif.c
6226         * src/ldif.h
6227         * src/etpan/etpan-thread-manager.c
6228         * src/etpan/etpan-thread-manager.h
6229         * src/gtk/gtkutils.c
6230         * src/gtk/gtkutils.h
6231                 More static functions
6232
6233 2007-01-22 [fabien]     2.7.1cvs51
6234
6235         * src/gtk/gtkutils.c
6236                 gtkut_get_options_frame() : ability to pass
6237                 a 'NULL' value in frame pointer parameter if
6238                 we don't need it.
6239
6240 2007-01-22 [colin]      2.7.1cvs50
6241
6242         * src/procmsg.c
6243         * src/procmsg.h
6244         * src/plugins/bogofilter/bogofilter.c
6245         * src/plugins/bogofilter/bogofilter_gtk.c
6246         * src/plugins/spamassassin/spamassassin.c
6247         * src/plugins/spamassassin/spamassassin_gtk.c
6248                 Allow moving spams to the account's trash
6249                 instead of default one
6250
6251 2007-01-21 [colin]      2.7.1cvs49
6252
6253         * src/ldapquery.c
6254         * src/ldapquery.h
6255                 Revert a static function that shouldn't
6256                 have been
6257
6258 2007-01-21 [colin]      2.7.1cvs48
6259
6260         * src/ldapquery.c
6261         * src/ldapquery.h
6262                 Same
6263
6264 2007-01-21 [colin]      2.7.1cvs47
6265
6266         * src/procmsg.c
6267         * src/procmsg.h
6268                 Same
6269
6270 2007-01-21 [colin]      2.7.1cvs46
6271
6272         * src/common/socket.c
6273         * src/common/socket.h
6274                 Same
6275
6276 2007-01-21 [colin]      2.7.1cvs45
6277
6278         * src/crash.c
6279         * src/exporthtml.c
6280         * src/exporthtml.h
6281         * src/exportldif.c
6282         * src/exportldif.h
6283         * src/folder.c
6284         * src/folder.h
6285         * src/folder_item_prefs.c
6286         * src/folder_item_prefs.h
6287         * src/folderview.c
6288         * src/folderview.h
6289         * src/gedit-print.c
6290         * src/gedit-print.h
6291         * src/main.c
6292         * src/main.h
6293         * src/common/socket.c
6294         * src/common/socket.h
6295         * src/gtk/gtkaspell.c
6296         * src/gtk/gtkaspell.h
6297         * src/gtk/quicksearch.c
6298         * src/gtk/quicksearch.h
6299                 Same
6300
6301 2007-01-21 [colin]      2.7.1cvs44
6302
6303         * src/common/utils.c
6304         * src/common/utils.h
6305         * src/etpan/etpan-thread-manager.c
6306         * src/etpan/etpan-thread-manager.h
6307                 Same (Funny that etpan_thread_unbind
6308                 is called but not etpan_thread_bind)
6309
6310 2007-01-21 [colin]      2.7.1cvs43
6311
6312         * src/addrselect.c
6313         * src/addrselect.h
6314         * src/codeconv.c
6315         * src/codeconv.h
6316         * src/compose.c
6317         * src/compose.h
6318         * src/etpan/Makefile.am
6319         * src/gtk/colorlabel.c
6320         * src/gtk/colorlabel.h
6321         * src/gtk/sslcertwindow.c
6322         * src/gtk/sslcertwindow.h
6323         * src/etpan/etpan-log.c ** REMOVED **
6324         * src/etpan/etpan-log.h ** REMOVED **
6325                 Same
6326
6327 2007-01-20 [colin]      2.7.1cvs42
6328
6329         * src/addritem.c
6330         * src/addritem.h
6331                 Same
6332
6333 2007-01-20 [colin]      2.7.1cvs41
6334
6335         * src/account.c
6336         * src/account.h
6337         * src/addrbook.c
6338         * src/addrbook.h
6339         * src/addrcache.c
6340         * src/addrcache.h
6341         * src/addrclip.c
6342         * src/addrclip.h
6343         * src/addressbook.c
6344         * src/addressbook.h
6345         * src/addrharvest.c
6346         * src/addrharvest.h
6347         * src/addrindex.c
6348         * src/addrindex.h
6349         * src/editaddress.c
6350         * src/editaddress.h
6351                 Make functions that aren't used in other
6352                 files static
6353
6354 2007-01-20 [colin]      2.7.1cvs40
6355
6356         * src/account.c
6357         * src/addrbook.c
6358         * src/addrcache.c
6359         * src/addressbook.c
6360         * src/addrgather.c
6361         * src/addrindex.c
6362         * src/addrquery.c
6363         * src/addrselect.c
6364         * src/browseldap.c
6365         * src/compose.c
6366         * src/editbook.c
6367         * src/editjpilot.c
6368         * src/editldap.c
6369         * src/editldap_basedn.c
6370         * src/editvcard.c
6371         * src/exporthtml.c
6372         * src/exportldif.c
6373         * src/folder.c
6374         * src/folderview.c
6375         * src/image_viewer.c
6376         * src/imap.c
6377         * src/importmutt.c
6378         * src/importpine.c
6379         * src/jpilot.c
6380         * src/ldapquery.c
6381         * src/main.c
6382         * src/mainwindow.c
6383         * src/matcher.c
6384         * src/messageview.c
6385         * src/mh.c
6386         * src/mimeview.c
6387         * src/msgcache.c
6388         * src/mutt.c
6389         * src/news.c
6390         * src/pine.c
6391         * src/prefs_account.c
6392         * src/prefs_common.c
6393         * src/prefs_compose_writing.c
6394         * src/prefs_ext_prog.c
6395         * src/prefs_folder_item.c
6396         * src/prefs_fonts.c
6397         * src/prefs_message.c
6398         * src/prefs_msg_colors.c
6399         * src/prefs_other.c
6400         * src/prefs_quote.c
6401         * src/prefs_receive.c
6402         * src/prefs_send.c
6403         * src/prefs_spelling.c
6404         * src/prefs_summaries.c
6405         * src/prefs_toolbar.c
6406         * src/prefs_wrapping.c
6407         * src/privacy.c
6408         * src/procmime.c
6409         * src/procmsg.c
6410         * src/ssl_manager.c
6411         * src/statusbar.c
6412         * src/summaryview.c
6413         * src/toolbar.c
6414         * src/vcard.c
6415         * src/common/hooks.c
6416         * src/common/log.c
6417         * src/common/passcrypt.c
6418         * src/common/socket.c
6419         * src/common/ssl.c
6420         * src/common/ssl_certificate.c
6421         * src/common/template.c
6422         * src/common/utils.c
6423         * src/etpan/imap-thread.c
6424         * src/gtk/sslcertwindow.c
6425         * src/gtk/sslcertwindow.h
6426                 Make functions that could be static, static
6427
6428 2007-01-20 [colin]      2.7.1cvs39
6429
6430         * src/editldap.c
6431                 Fix tooltip
6432
6433 2007-01-20 [colin]      2.7.1cvs38
6434
6435         * src/ldapquery.c
6436         * src/ldaputil.c
6437         * src/ldaputil.h
6438                 Fix bug 1102, 'claws-mail-2.7.1 
6439                 makes use of deprecated ldap 
6440                 functions'
6441
6442 2007-01-20 [colin]      2.7.1cvs37
6443
6444         * src/mainwindow.c
6445         * src/mainwindow.h
6446         * src/summaryview.c
6447         * src/gtk/quicksearch.c
6448                 Add Wide message list layout
6449
6450 2007-01-19 [fabien]     2.7.1cvs36
6451
6452         * src/textview.c
6453                 make sure a font change is considered in links of
6454                 headerview.
6455
6456 2007-01-19 [colin]      2.7.1cvs35
6457
6458         * src/main.c
6459         * src/mainwindow.c
6460         * src/mainwindow.h
6461         * src/messageview.c
6462         * src/messageview.h
6463         * src/prefs_common.c
6464         * src/prefs_common.h
6465         * src/summaryview.c
6466         * src/summaryview.h
6467         * src/gtk/quicksearch.c
6468         * src/gtk/quicksearch.h
6469                 Drop 'Separate Folder tree' and 'Separate
6470                 Message View'. Put three layouts in place
6471                 of it.
6472
6473 2007-01-19 [paul]       2.7.1cvs34
6474
6475         * src/prefs_msg_colors.c
6476                 more use of Q_ for translators
6477
6478 2007-01-19 [paul]       2.7.1cvs33
6479
6480         * src/imap_gtk.c
6481         * src/prefs_account.c
6482                 a few changes to the English
6483
6484 2007-01-19 [fabien]     2.7.1cvs32
6485
6486         * src/wizard.c
6487                 factorize translatable string
6488
6489 2007-01-18 [colin]      2.7.1cvs31
6490
6491         * src/main.c
6492                 Don't error out on --sync option. Although
6493                 we don't do anything with it, gtk+ handles
6494                 it, and it's useful for debugging X errors
6495
6496 2007-01-18 [fabien]     2.7.1cvs30
6497
6498         * src/prefs_other.c
6499                 ability to apply on the fly the recent added
6500                 'gtk_can_change_accels' pref (no need to restart).
6501
6502 2007-01-18 [fabien]     2.7.1cvs29
6503
6504         * src/plugins/bogofilter/bogofilter_gtk.c
6505         * src/plugins/bogofilter/bogofilter.c
6506         * src/plugins/spamassassin/spamassassin_gtk.c
6507         * src/addr_compl.c
6508         * src/prefs_account.c
6509                 factorize or rewrite some translatable strings.
6510
6511 2007-01-18 [fabien]     2.7.1cvs28
6512
6513         * src/prefs_gtk.h
6514         * src/compose.c
6515                 set a 4pix space between "Subject:" label and subject entry in
6516                 compose window.
6517
6518 2007-01-18 [wwp]        2.7.1cvs27
6519
6520         * src/addressbook.c
6521                 fix conflicting address-copy/paste when focus is set
6522                 to the embedded edit-person form.
6523  
6524
6525 2007-01-18 [wwp]        2.7.1cvs26
6526
6527         * src/addressbook.h
6528                 complete 2.7.1cvs23 (one more file was missing from that
6529                 commit).
6530
6531 2007-01-18 [colin]      2.7.1cvs25
6532
6533         * src/main.c
6534                 Provide a way to migrate without backup
6535                 Re-ask for migration on next start if 
6536                 it has been refused and wizard has been 
6537                 cancelled after.
6538
6539 2007-01-18 [wwp]        2.7.1cvs24
6540
6541         * src/editaddress.c
6542                 complete 2.7.1.cvs23 (file was missing from previous
6543                 commit).
6544
6545 2007-01-18 [wwp]        2.7.1cvs23
6546
6547         * src/addressbook.c
6548                 fix potential crashes in address book's focus_in/out signal handlers,
6549                 force focus to the edit-person form when clicked the Edit menu entry or
6550                 button (this only matters if the edit-person form is embedded to the
6551                 AB window, in that case, focus is not set when browsing the contacts
6552                 list w/ keys or mouse clicks).
6553
6554 2007-01-18 [paul]       2.7.1cvs22
6555
6556         * src/main.c
6557                 add command line options:
6558                 -h for --help
6559                 -q and --quit for --exit
6560                 -v for --version
6561                 print "Unknown option" for unknown options
6562
6563 2007-01-18 [paul]       2.7.1cvs21
6564
6565         * po/ru.po
6566                 updated by Pavlo Bohmat
6567
6568 2007-01-18 [paul]       2.7.1cvs20
6569
6570         * src/mainwindow.c
6571                 fix sensitivity issues of Mark as Spam/Ham
6572
6573 2007-01-17 [fabien]     2.7.1cvs19
6574
6575         * src/prefs_other.c
6576         * src/prefs_common.c
6577         * src/prefs_common.h
6578         * src/main.c
6579                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6580                 control the corresponding gtk property. It could be used to lock
6581                 all shortcuts (avoid to set one of them by inadvertency).
6582
6583 2007-01-17 [colin]      2.7.1cvs18
6584
6585         * src/summaryview.c
6586                 Fix bug 1100, 'Highlighted e-mail data not visible 
6587                 when color label applied.'. Use a weighted average
6588                 between normal selected foreground color and color
6589                 label instead of a simple one (3/1 instead 1/1).
6590
6591 2007-01-17 [colin]      2.7.1cvs17
6592
6593         * src/messageview.c
6594                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6595                 crash' - don't prevent mail switching while loading
6596
6597 2007-01-17 [colin]      2.7.1cvs16
6598
6599         * src/folder.c
6600         * src/folder.h
6601         * src/folderview.c
6602         * src/folderview.h
6603         * src/imap.c
6604         * src/imap.h
6605         * src/imap_gtk.c
6606                 Manage recursive search of unsubscribed folders
6607                 Rescan tree without checking for new messages 
6608                 after subscriptions changed
6609
6610 2007-01-17 [paul]       2.7.1cvs15
6611
6612         * src/prefs_common.c
6613         * src/gtk/pluginwindow.c
6614                 fix bug 1101, '"Load plugin" button is
6615                 accidentally hidden'
6616                 unset (-1) initial width in prefs_common,
6617                 fix overlapping buttons,
6618                 and other cleanups
6619
6620 2007-01-17 [paul]       2.7.1cvs14
6621
6622         * src/procmime.c
6623                 add #include <errno.h>, it's needed
6624                 on some systems
6625
6626 2007-01-17 [paul]       2.7.1cvs13
6627
6628         * src/common/defs.h
6629         * tools/make.themes.project
6630                 rename .sylpheed_themeinfo to .claws_themeinfo
6631                 and use it
6632         * src/etpan/etpan-errors.h
6633         * src/etpan/etpan-log.c
6634         * src/etpan/etpan-log.h
6635         * src/etpan/etpan-thread-manager-types.h
6636         * src/etpan/etpan-thread-manager.c
6637         * src/etpan/etpan-thread-manager.h
6638         * src/etpan/imap-thread.c
6639         * src/etpan/imap-thread.h
6640                 add copyright header
6641
6642 2007-01-17 [colin]      2.7.1cvs12
6643
6644         * src/plugins/pgpcore/select-keys.c
6645         * src/gtk/pluginwindow.c
6646         * src/prefs_account.c
6647                 Fix warnings
6648
6649 2007-01-16 [colin]      2.7.1cvs11
6650
6651         * src/imap.c
6652         * src/imap.h
6653         * src/imap_gtk.c
6654                 Manage subscribing to subfolders when only
6655                 subscribed folders are shown.
6656
6657 2007-01-16 [colin]      2.7.1cvs10
6658
6659         * src/folderview.c
6660                 Fix annoying vscrollbar going back to top
6661                 on Check for new folders
6662
6663 2007-01-16 [colin]      2.7.1cvs9
6664
6665         * src/imap.c
6666                 Remove printf
6667
6668 2007-01-16 [colin]      2.7.1cvs8
6669
6670         * src/filtering.c
6671                 Bigger buffer for errors
6672         * src/imap.c
6673         * src/imap.h
6674         * src/imap_gtk.c
6675         * src/prefs_account.c
6676         * src/prefs_account.h
6677         * src/wizard.c
6678         * src/etpan/imap-thread.c
6679         * src/etpan/imap-thread.h
6680         * manual/handling.xml
6681                 Add subscriptions management. What it changes:
6682                 Creating a folder subscribes to it
6683                 Deleting a folder unsubscribes it
6684                 New contextual menu item allowing to switch between
6685                 All folders and Subscribed folders, subscribe, and
6686                 unsubscribe. "Creating" an existing but unsubscribed
6687                 folder will subscribe it.
6688                 By default for new accounts, only subscribed folders 
6689                 are shown.
6690
6691
6692 2007-01-16 [paul]       2.7.1cvs7
6693
6694         * src/summaryview.c
6695                 Allow folder classes to specify only sort_key or
6696                 sort_type instead of both or none.
6697
6698 2007-01-16 [paul]       2.7.1cvs6
6699
6700         * src/action.c
6701         * src/compose.c
6702         * src/mimeview.c
6703         * src/procmime.c
6704         * src/textview.c
6705                 Save and use errno for procmime_get_part
6706
6707 2007-01-16 [colin]      2.7.1cvs5
6708
6709         * src/imap.c
6710                 Never remove INBOX when scanning for
6711                 new folders. It's a special folder
6712                 that has to exist.
6713
6714 2007-01-15 [colin]      2.7.1cvs4
6715
6716         * src/imap.c
6717                 Fix 'Check for new folders' when IMAP subdirectory
6718                 is set
6719         * src/etpan/imap-thread.c
6720                 Fix build
6721
6722 2007-01-15 [colin]      2.7.1cvs3
6723
6724         * src/etpan/imap-thread.c
6725                 Fix invalid free on command-connection
6726                 error
6727
6728 2007-01-15 [wwp]        2.7.1cvs2
6729
6730         * src/matcher_parser_lex.l
6731         * src/quote_fmt_lex.l
6732         * src/matcher_parser_parse.y
6733                 fix copyright header in lexers and parsers.
6734
6735 2007-01-15 [paul]       2.7.1cvs1
6736
6737         * NEWS
6738         * README
6739         * RELEASE_NOTES
6740         * configure.ac
6741                 bump up version number following
6742                 stable release
6743
6744 2007-01-15 [paul]       2.7.0cvs31
6745
6746         * AUTHORS
6747         * src/gtk/authors.h
6748                 add Fabien to the Team list
6749                 add the recent contributors
6750                 make a few corrections
6751
6752 2007-01-15 [paul]       2.7.0cvs30
6753
6754         * src/mainwindow.c
6755                 fix compiler warning
6756         * src/plugins/pgpcore/prefs_gpg.c
6757         * src/plugins/pgpcore/prefs_gpg.h
6758                 add missing include
6759                 fix copyright header
6760
6761 2007-01-14 [colin]      2.7.0cvs29
6762
6763         * src/gtk/filesel.c
6764                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6765                 two benefits: faster to open, will fix strange
6766                 dbus-related crash. Thanks to Pascal Terjan.
6767
6768 2007-01-14 [colin]      2.7.0cvs28
6769
6770         * src/etpan/imap-thread.c
6771                 Delete the old imap just after allocating
6772                 the new one. Makes sure we don't get the
6773                 same pointer by sheer luck, which feels
6774                 strange in the debug log.
6775
6776 2007-01-14 [colin]      2.7.0cvs27
6777
6778         * src/gtk/inputdialog.c
6779                 Make sure we don't print passwords in
6780                 clear text when in debug mode
6781
6782 2007-01-14 [colin]      2.7.0cvs26
6783
6784         * src/gtk/gtksctree.c
6785                 Fix bug 1098, 'bogus last row display 
6786                 after expanding a thread'. Patch by
6787                 Jindrich Makovicka <makovick@gmail.com>
6788
6789 2007-01-14 [colin]      2.7.0cvs25
6790
6791         * src/etpan/imap-thread.c
6792                 Close socket manually before
6793                 freeing the imap struct
6794
6795 2007-01-14 [colin]      2.7.0cvs24
6796
6797         * src/etpan/imap-thread.c
6798                 Maybe fix new reconnection issues
6799
6800 2007-01-13 [colin]      2.7.0cvs23
6801
6802         * src/summaryview.c
6803                 Freeze/thaw on thread selection
6804
6805 2007-01-13 [paul]       2.7.0cvs22
6806
6807         * src/mainwindow.c
6808         * src/summaryview.c
6809         * src/summaryview.h
6810                 add 'Edit/Delete thread'
6811
6812 2007-01-13 [colin]      2.7.0cvs21
6813
6814         * src/prefs_account.c
6815         * src/prefs_compose_writing.c
6816         * src/prefs_message.c
6817         * src/prefs_msg_colors.c
6818         * src/prefs_other.c
6819         * src/prefs_receive.c
6820         * src/prefs_spelling.c
6821         * src/prefs_summaries.c
6822         * src/prefs_themes.c
6823         * src/gtk/gtkutils.c
6824         * src/gtk/gtkutils.h
6825         * src/plugins/pgpcore/prefs_gpg.c
6826         * src/plugins/spamassassin/spamassassin_gtk.c
6827                 Factorize gtk frame creation
6828                 Patch by Pawel
6829
6830 2007-01-13 [colin]      2.7.0cvs20
6831
6832         * src/message_search.c
6833         * src/summary_search.c
6834                 Fix Enter in search windows
6835         * src/messageview.c
6836                 Fix body search starting at the
6837                 end of the mail (and asking for loop)
6838
6839 2007-01-13 [colin]      2.7.0cvs19
6840
6841         * src/etpan/imap-thread.c
6842                 Make sure we don't free the same imap
6843                 twice
6844
6845 2007-01-13 [colin]      2.7.0cvs18
6846
6847         * commitHelper
6848                 Allow multiple commitHelpers to
6849                 run at once
6850
6851 2007-01-12 [colin]      2.7.0cvs17
6852
6853         * src/etpan/imap-thread.c
6854                 Make sure we get rid of the previous mailimap
6855                 when connecting - just in case disconnect was
6856                 unclean
6857
6858 2007-01-12 [paul]       2.7.0cvs16
6859
6860         * src/compose.c
6861                 Strip S/MIME signatures when re-editing
6862                 S/MIME signed messages.
6863
6864 2007-01-12 [paul]       2.7.0cvs15
6865
6866         * configure.ac
6867         * src/addressbook.c
6868         * src/foldersel.c
6869         * src/folderview.c
6870         * src/main.c
6871                 no need to define CLAWS anymore, remove
6872                 all that stuff
6873
6874 2007-01-12 [paul]       2.7.0cvs14
6875
6876         * src/mimeview.c
6877                 check if the mail's signed as
6878                 it can change the mail structure
6879                 Thanks to Colin
6880
6881 2007-01-12 [paul]       2.7.0cvs13
6882
6883         * src/procmime.c
6884                 fix Forwarding msgs with attachments
6885                 that have dos line endings
6886                 Thanks to Colin
6887
6888 2007-01-12 [wwp]        2.7.0cvs12
6889
6890         * configure.ac
6891                 Revert accidentally committed extra version tag.
6892
6893 2007-01-12 [wwp]        2.7.0cvs11
6894
6895         * src/prefs_account.c
6896                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6897
6898 2007-01-11 [colin]      2.7.0cvs10
6899
6900         * src/imap.c
6901                 move g_warning to debug_print
6902                 it scares people for no reason
6903
6904 2007-01-11 [colin]      2.7.0cvs9
6905
6906         * po/POTFILES.in
6907                 Fix files to translate. Patch by
6908                 Fabien
6909
6910 2007-01-11 [paul]       2.7.0cvs8
6911
6912         * src/imap.c
6913                 Fix recursion when server lists the
6914                 current subfolder in the response
6915         * src/mimeview.c
6916                 Fix updating of icon_list/ctree
6917         * src/plugins/pgpcore/select-keys.c
6918                 Fix a few annoyances when choosing
6919                 keys for the CMS (S/MIME) protocol
6920
6921 2007-01-11 [wwp]        2.7.0cvs7
6922
6923         * src/compose.c
6924         * src/prefs_account.c
6925         * src/prefs_account.h
6926                 Add per-account spellcheck default dictionaries settings.
6927
6928 2007-01-10 [colin]      2.7.0cvs6
6929
6930         * src/prefs_folder_item.c
6931                 Factorize strings - patch by Fabien
6932
6933 2007-01-10 [colin]      2.7.0cvs5
6934
6935         * src/mainwindow.c
6936                 Fix bug 1095, 'Crash while changing folder 
6937                 columns during incorporation'
6938
6939 2007-01-09 [colin]      2.7.0cvs4
6940
6941         * src/gtk/pluginwindow.c
6942                 Set the plugin window transient. Seems
6943                 like some window managers hide it in
6944                 the background after "load plugin"...
6945
6946 2007-01-09 [colin]      2.7.0cvs3
6947
6948         * src/gtk/filesel.c
6949                 Use the same type for alloc and free
6950
6951 2007-01-08 [paul]       2.7.0cvs2
6952
6953         * po/nl.po
6954                 updated by Tim Dijkstra
6955
6956 2007-01-08 [paul]       2.7.0cvs1
6957
6958         * src/prefs_themes.c
6959         * src/common/utils.c
6960                 Fix resource leaks
6961
6962 2007-01-08 [paul]       2.7.0
6963
6964         * NEWS
6965         * README
6966         * RELEASE_NOTES
6967                 2.7.0 released
6968
6969 2007-01-08 [paul]       2.6.1cvs119
6970
6971         * doc/man/claws-mail.1
6972                 another correction
6973
6974 2007-01-08 [paul]       2.6.1cvs118
6975
6976         * doc/man/claws-mail.1
6977                 corrections
6978         * manual/advanced.xml
6979                 improved English usage
6980
6981 2007-01-08 [paul]       2.6.1cvs117
6982
6983         * po/ca.po
6984         * po/de.po
6985         * po/en_GB.po
6986         * po/fi.po
6987         * po/it.po
6988         * po/pt_BR.po
6989         * po/sk.po
6990         * po/sr.po
6991         * po/zh_CN.po
6992                 updated by Miquel Oliete, Stephan Sachse, me,
6993                 Tommi Pirinen, Andrea Spadaccini, Frederico
6994                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6995                 Urosevic, and Ralgh Young
6996
6997 2007-01-07 [mones]      2.6.1cvs116
6998
6999         * manual/es/advanced.xml
7000         * po/es.po
7001                 Synced manual (unhide mark_as_read_delay)
7002                 and updated translation for release
7003
7004 2007-01-07 [paul]       2.6.1cvs115
7005
7006         * src/prefs_matcher.c
7007                 make the hbox content fit better under
7008                 various languages
7009
7010 2007-01-07 [colin]      2.6.1cvs114
7011
7012         * src/messageview.c
7013                 Fix bug 1088, 'Ctrl-h produces repeatable
7014                 crash'
7015
7016 2007-01-06 [colin]      2.6.1cvs113
7017
7018         * src/etpan/imap-thread.c
7019                 Add casts to int to get certs. Fixes
7020                 bug 1064, 'crash @ etpan_certificate_check() 
7021                 when opening an IMAP folder', with latest
7022                 libetpan CVS or >= 0.49
7023         * src/mainwindow.c
7024         * src/mainwindow.h
7025         * src/imap_gtk.c
7026         * src/news_gtk.c
7027         * src/prefs_folder_item.c
7028                 Grey out the "synchronise" menu items if
7029                 there's nothing to synchronise.
7030         * src/plugins/pgpcore/sgpgme.c
7031                 Make an error clearer than "Unknown error"
7032
7033 2007-01-06 [colin]      2.6.1cvs112
7034
7035         * src/messageview.c
7036                 Don't try to show a message if updating
7037                 Maybe fixes bug 1088, 'ctrl-h produces
7038                 repeatable crash'.
7039
7040 2007-01-06 [colin]      2.6.1cvs111
7041
7042         * src/summaryview.c
7043                 Disable Control-Space (handle it as Space).
7044
7045 2007-01-05 [paul]       2.6.1cvs110
7046
7047         * src/imap.c
7048                 Fix bug 934, 'sylpheed claws 2.1 
7049                 doesn't show Exchanges Public Folders'
7050                 Thanks to Hoa and Colin
7051         * src/msgcache.c
7052                 Refuse to allocate more than 2 MB for a 
7053                 single field, it's a good indication of
7054                 cache corruption.
7055
7056 2007-01-05 [colin]      2.6.1cvs109
7057
7058         * src/mainwindow.c
7059                 Allow --select'ing emails by Message-ID too
7060
7061 2007-01-05 [colin]      2.6.1cvs108
7062
7063         * src/common/quoted-printable.c
7064                 Uh! Third fix :)
7065
7066 2007-01-05 [colin]      2.6.1cvs107
7067
7068         * src/common/quoted-printable.c
7069                 Fix previous commit about bug 1089
7070                 Thanks to Ralf
7071
7072 2007-01-05 [colin]      2.6.1cvs106
7073
7074         * src/common/quoted-printable.c
7075                 Fix my previous commit on bug 1089
7076                 - Thanks to Ralf :)
7077
7078 2007-01-04 [colin]      2.6.1cvs105
7079
7080         * src/common/quoted-printable.c
7081                 Fix bug 1089, 'NUL characters in Subject 
7082                 line are misinterpreted'. Not a pain to
7083                 fix in fact.
7084
7085 2007-01-04 [colin]      
7086
7087         2.7.0-rc3 released
7088
7089 2007-01-04 [wwp]        2.6.1cvs104
7090
7091         * src/image_viewer.c
7092                 Force operator precedence (fix a compiler warning).
7093
7094 2007-01-04 [colin]      2.6.1cvs103
7095
7096         * src/image_viewer.c
7097                 Be cautious there too (same fix as the one
7098                 in textview from cvs33)
7099         * src/messageview.c
7100                 Don't use any MimeViewer plugin when showing
7101                 all headers
7102
7103 2007-01-03 [wwp]        2.6.1cvs102
7104
7105         * src/html.c
7106         * src/html.h
7107                 fixed "cent" sign (use the existing ASCII one),
7108                 decode more HTML entities,
7109                 converted table ASCII entries to UTF-8,
7110                 moved a switch() into a hashtable.
7111
7112 2007-01-03 [paul]       2.6.1cvs101
7113
7114         * src/compose.c
7115         * src/messageview.c
7116         * src/procmsg.c
7117         * src/procmsg.h
7118                 When possible, use move_msg instead of
7119                 copy_msg + remove_msg to move sent mail
7120                 from Queue to Sent. 
7121
7122 2007-01-03 [paul]       2.6.1cvs100
7123
7124         * src/html.c
7125                 add more html entity recognition:
7126                 pounds, euros, and cents
7127
7128 2007-01-03 [colin]      2.6.1cvs99
7129
7130         * src/imap_gtk.c
7131                 Don't display an error on NOSELECT
7132                 folders when synchronising
7133
7134 2007-01-03 [paul]       2.6.1cvs98
7135
7136         * tools/maildir2claws-mail.pl
7137                 only substitute 'sent-mail' if it's
7138                 the full directory name
7139
7140 2007-01-03 [paul]       2.6.1cvs97
7141
7142         * ChangeLog
7143         * ChangeLog.pre2.0.0
7144         * Makefile.am
7145                 archive a chunk of ChangeLog in
7146                 ChangeLog.pre2.0.0
7147         * ChangeLog.gtk1
7148         * doc/src/ChangeLog.claws-pre0.8.0
7149                 remove ChangeLog.claws-pre0.8.0, adding
7150                 its contents to ChangeLog.gtk1
7151
7152 2007-01-03 [paul]       2.6.1cvs96
7153
7154         * src/account.c
7155         * src/account.h
7156         * src/action.c
7157         * src/action.h
7158         * src/adbookbase.h
7159         * src/addr_compl.c
7160         * src/addr_compl.h
7161         * src/addrbook.c
7162         * src/addrcache.c
7163         * src/addrcache.h
7164         * src/addrcindex.c
7165         * src/addrcindex.h
7166         * src/addrclip.c
7167         * src/addrclip.h
7168         * src/addrdefs.h
7169         * src/addressadd.c
7170         * src/addressadd.h
7171         * src/addressbook.c
7172         * src/addressbook.h
7173         * src/addressbook_foldersel.c
7174         * src/addressbook_foldersel.h
7175         * src/addrgather.c
7176         * src/addrgather.h
7177         * src/addrharvest.c
7178         * src/addrharvest.h
7179         * src/addrindex.c
7180         * src/addrindex.h
7181         * src/addritem.c
7182         * src/addritem.h
7183         * src/addrquery.c
7184         * src/addrquery.h
7185         * src/addrselect.c
7186         * src/addrselect.h
7187         * src/alertpanel.c
7188         * src/alertpanel.h
7189         * src/browseldap.c
7190         * src/browseldap.h
7191         * src/codeconv.c
7192         * src/codeconv.h
7193         * src/compose.c
7194         * src/compose.h
7195         * src/customheader.c
7196         * src/customheader.h
7197         * src/displayheader.c
7198         * src/displayheader.h
7199         * src/editaddress.c
7200         * src/editaddress.h
7201         * src/editbook.c
7202         * src/editbook.h
7203         * src/editgroup.c
7204         * src/editgroup.h
7205         * src/editjpilot.c
7206         * src/editjpilot.h
7207         * src/editldap.c
7208         * src/editldap.h
7209         * src/editldap_basedn.c
7210         * src/editldap_basedn.h
7211         * src/editvcard.c
7212         * src/editvcard.h
7213         * src/exphtmldlg.c
7214         * src/exphtmldlg.h
7215         * src/expldifdlg.c
7216         * src/expldifdlg.h
7217         * src/export.c
7218         * src/export.h
7219         * src/exporthtml.c
7220         * src/exporthtml.h
7221         * src/exportldif.c
7222         * src/exportldif.h
7223         * src/filtering.c
7224         * src/filtering.h
7225         * src/folder.c
7226         * src/folder.h
7227         * src/folder_item_prefs.c
7228         * src/folder_item_prefs.h
7229         * src/foldersel.c
7230         * src/foldersel.h
7231         * src/folderutils.c
7232         * src/folderutils.h
7233         * src/folderview.c
7234         * src/folderview.h
7235         * src/grouplistdialog.c
7236         * src/grouplistdialog.h
7237         * src/headerview.c
7238         * src/html.c
7239         * src/html.h
7240         * src/image_viewer.c
7241         * src/image_viewer.h
7242         * src/imap.c
7243         * src/imap.h
7244         * src/imap_gtk.c
7245         * src/imap_gtk.h
7246         * src/import.c
7247         * src/import.h
7248         * src/importldif.c
7249         * src/importldif.h
7250         * src/importmutt.c
7251         * src/importmutt.h
7252         * src/importpine.c
7253         * src/importpine.h
7254         * src/inc.c
7255         * src/inc.h
7256         * src/jpilot.c
7257         * src/jpilot.h
7258         * src/ldapctrl.c
7259         * src/ldapctrl.h
7260         * src/ldaplocate.c
7261         * src/ldaplocate.h
7262         * src/ldapquery.c
7263         * src/ldapquery.h
7264         * src/ldapserver.c
7265         * src/ldapserver.h
7266         * src/ldaputil.c
7267         * src/ldaputil.h
7268         * src/ldif.c
7269         * src/ldif.h
7270         * src/main.c
7271         * src/main.h
7272         * src/mainwindow.c
7273         * src/mainwindow.h
7274         * src/manual.c
7275         * src/manual.h
7276         * src/mbox.c
7277         * src/message_search.c
7278         * src/message_search.h
7279         * src/messageview.c
7280         * src/messageview.h
7281         * src/mh.c
7282         * src/mh.h
7283         * src/mh_gtk.c
7284         * src/mh_gtk.h
7285         * src/mimeview.c
7286         * src/mimeview.h
7287         * src/msgcache.c
7288         * src/msgcache.h
7289         * src/mutt.c
7290         * src/mutt.h
7291         * src/news.c
7292         * src/news.h
7293         * src/news_gtk.c
7294         * src/news_gtk.h
7295         * src/partial_download.c
7296         * src/partial_download.h
7297         * src/pine.c
7298         * src/pine.h
7299         * src/pop.c
7300         * src/pop.h
7301         * src/prefs_account.c
7302         * src/prefs_account.h
7303         * src/prefs_actions.c
7304         * src/prefs_actions.h
7305         * src/prefs_common.c
7306         * src/prefs_common.h
7307         * src/prefs_compose_writing.c
7308         * src/prefs_compose_writing.h
7309         * src/prefs_customheader.c
7310         * src/prefs_customheader.h
7311         * src/prefs_display_header.c
7312         * src/prefs_display_header.h
7313         * src/prefs_filtering.c
7314         * src/prefs_filtering.h
7315         * src/prefs_filtering_action.c
7316         * src/prefs_filtering_action.h
7317         * src/prefs_folder_column.c
7318         * src/prefs_folder_column.h
7319         * src/prefs_folder_item.c
7320         * src/prefs_folder_item.h
7321         * src/prefs_fonts.c
7322         * src/prefs_fonts.h
7323         * src/prefs_gtk.c
7324         * src/prefs_gtk.h
7325         * src/prefs_image_viewer.c
7326         * src/prefs_image_viewer.h
7327         * src/prefs_matcher.c
7328         * src/prefs_matcher.h
7329         * src/prefs_message.c
7330         * src/prefs_msg_colors.c
7331         * src/prefs_msg_colors.h
7332         * src/prefs_other.c
7333         * src/prefs_quote.c
7334         * src/prefs_receive.c
7335         * src/prefs_send.c
7336         * src/prefs_spelling.c
7337         * src/prefs_spelling.h
7338         * src/prefs_summaries.c
7339         * src/prefs_summaries.h
7340         * src/prefs_summary_column.c
7341         * src/prefs_summary_column.h
7342         * src/prefs_template.c
7343         * src/prefs_template.h
7344         * src/prefs_themes.c
7345         * src/prefs_themes.h
7346         * src/prefs_toolbar.c
7347         * src/prefs_toolbar.h
7348         * src/prefs_wrapping.c
7349         * src/prefs_wrapping.h
7350         * src/privacy.c
7351         * src/privacy.h
7352         * src/procheader.c
7353         * src/procheader.h
7354         * src/procmime.c
7355         * src/procmime.h
7356         * src/procmsg.c
7357         * src/procmsg.h
7358         * src/quote_fmt.c
7359         * src/quote_fmt_parse.y
7360         * src/recv.c
7361         * src/recv.h
7362         * src/remotefolder.c
7363         * src/remotefolder.h
7364         * src/send_message.c
7365         * src/send_message.h
7366         * src/setup.c
7367         * src/setup.h
7368         * src/sourcewindow.c
7369         * src/sourcewindow.h
7370         * src/ssl_manager.c
7371         * src/ssl_manager.h
7372         * src/statusbar.c
7373         * src/statusbar.h
7374         * src/stock_pixmap.c
7375         * src/stock_pixmap.h
7376         * src/summary_search.c
7377         * src/summary_search.h
7378         * src/summaryview.c
7379         * src/summaryview.h
7380         * src/textview.c
7381         * src/textview.h
7382         * src/toolbar.c
7383         * src/toolbar.h
7384         * src/undo.c
7385         * src/undo.h
7386         * src/unmime.c
7387         * src/unmime.h
7388         * src/vcard.c
7389         * src/vcard.h
7390         * src/wizard.c
7391         * src/wizard.h
7392         * src/common/base64.c
7393         * src/common/base64.h
7394         * src/common/defs.h
7395         * src/common/hooks.c
7396         * src/common/hooks.h
7397         * src/common/log.c
7398         * src/common/log.h
7399         * src/common/mgutils.c
7400         * src/common/mgutils.h
7401         * src/common/nntp.c
7402         * src/common/nntp.h
7403         * src/common/passcrypt.c
7404         * src/common/passcrypt.h.in
7405         * src/common/plugin.c
7406         * src/common/plugin.h
7407         * src/common/prefs.c
7408         * src/common/prefs.h
7409         * src/common/progressindicator.c
7410         * src/common/progressindicator.h
7411         * src/common/quoted-printable.c
7412         * src/common/quoted-printable.h
7413         * src/common/session.c
7414         * src/common/session.h
7415         * src/common/smtp.c
7416         * src/common/smtp.h
7417         * src/common/socket.c
7418         * src/common/socket.h
7419         * src/common/ssl.c
7420         * src/common/ssl.h
7421         * src/common/ssl_certificate.c
7422         * src/common/ssl_certificate.h
7423         * src/common/stringtable.c
7424         * src/common/stringtable.h
7425         * src/common/template.c
7426         * src/common/template.h
7427         * src/common/timing.h
7428         * src/common/utils.c
7429         * src/common/utils.h
7430         * src/common/version.h.in
7431         * src/common/xml.c
7432         * src/common/xml.h
7433         * src/common/xmlprops.c
7434         * src/common/xmlprops.h
7435         * src/gtk/about.c
7436         * src/gtk/colorlabel.c
7437         * src/gtk/colorsel.c
7438         * src/gtk/colorsel.h
7439         * src/gtk/combobox.c
7440         * src/gtk/combobox.h
7441         * src/gtk/description_window.c
7442         * src/gtk/description_window.h
7443         * src/gtk/filesel.c
7444         * src/gtk/filesel.h
7445         * src/gtk/foldersort.c
7446         * src/gtk/foldersort.h
7447         * src/gtk/gtksctree.c
7448         * src/gtk/gtkutils.c
7449         * src/gtk/gtkutils.h
7450         * src/gtk/inputdialog.c
7451         * src/gtk/inputdialog.h
7452         * src/gtk/logwindow.c
7453         * src/gtk/logwindow.h
7454         * src/gtk/manage_window.c
7455         * src/gtk/manage_window.h
7456         * src/gtk/menu.c
7457         * src/gtk/menu.h
7458         * src/gtk/pluginwindow.c
7459         * src/gtk/pluginwindow.h
7460         * src/gtk/prefswindow.c
7461         * src/gtk/prefswindow.h
7462         * src/gtk/progressdialog.c
7463         * src/gtk/progressdialog.h
7464         * src/gtk/sslcertwindow.c
7465         * src/gtk/sslcertwindow.h
7466         * src/plugins/bogofilter/bogofilter.c
7467         * src/plugins/bogofilter/bogofilter.h
7468         * src/plugins/bogofilter/bogofilter_gtk.c
7469         * src/plugins/clamav/clamav_plugin.c
7470         * src/plugins/clamav/clamav_plugin.h
7471         * src/plugins/clamav/clamav_plugin_gtk.c
7472         * src/plugins/demo/demo.c
7473         * src/plugins/dillo_viewer/dillo_prefs.c
7474         * src/plugins/dillo_viewer/dillo_prefs.h
7475         * src/plugins/dillo_viewer/dillo_viewer.c
7476         * src/plugins/pgpcore/passphrase.c
7477         * src/plugins/pgpcore/passphrase.h
7478         * src/plugins/pgpcore/pgp_viewer.c
7479         * src/plugins/pgpcore/pgp_viewer.h
7480         * src/plugins/pgpcore/plugin.c
7481         * src/plugins/pgpcore/select-keys.c
7482         * src/plugins/pgpcore/select-keys.h
7483         * src/plugins/pgpcore/sgpgme.c
7484         * src/plugins/pgpcore/sgpgme.h
7485         * src/plugins/pgpinline/pgpinline.c
7486         * src/plugins/pgpinline/pgpinline.h
7487         * src/plugins/pgpinline/plugin.c
7488         * src/plugins/pgpmime/pgpmime.c
7489         * src/plugins/pgpmime/pgpmime.h
7490         * src/plugins/pgpmime/plugin.c
7491         * src/plugins/spamassassin/spamassassin.c
7492         * src/plugins/spamassassin/spamassassin.h
7493         * src/plugins/spamassassin/spamassassin_gtk.c
7494         * src/plugins/trayicon/trayicon.c
7495                 it's 2007, update the year in the copyright headers
7496
7497 2007-01-03 [paul]       2.6.1cvs95
7498
7499         * src/gtk/about.c
7500                 it is 2007, use it in the copyright string
7501
7502 2007-01-03 [paul]       2.6.1cvs94
7503
7504         * src/html.c
7505                 html entity conversion:
7506                 move &#153; to a more suitable place
7507                 add &bull; and &ndash;
7508                 make sure &mdash; and &#8212; are both
7509                 converted the same
7510
7511 2007-01-02 [colin]      2.6.1cvs93
7512
7513         * src/addrbook.c
7514                 Fix leak
7515         * src/common/plugin.c
7516                 Add comment
7517         * src/etpan/imap-thread.c
7518                 Fix warning
7519
7520 2006-12-31 [paul]       2.6.1cvs92
7521
7522         * src/prefs_summaries.c
7523                 use gtk_button_new_from_stock()
7524
7525 2006-12-30 [colin]      2.6.1cvs91
7526
7527         * src/folder.c
7528         * src/imap_gtk.c
7529         * src/mh_gtk.c
7530                 Don't update filtering and account paths 
7531                 when copying folders
7532
7533 2006-12-30 [colin]      2.6.1cvs90
7534
7535         * src/prefs_compose_writing.c
7536         * src/prefs_quote.c
7537         * src/prefs_template.c
7538                 Use message font for Writing and 
7539                 Quoting prefs, as well as Templates.
7540
7541 2006-12-30 [colin]      2.6.1cvs89
7542
7543         * src/prefs_summaries.c
7544                 Rework GUI; patch by Pawel
7545
7546 2006-12-29 [colin]      2.6.1cvs88
7547
7548         * src/prefs_folder_item.c
7549                 Fix bug 1085, 'Apply to subfolder 
7550                 doesn't work' - I was mistaken saying
7551                 it worked in every case
7552
7553 2006-12-28 [colin]      2.6.1cvs87
7554
7555         * src/gtk/gtkaspell.c
7556                 Don't assert if use_alternate is true
7557                 and alt_dictionary isn't set -- this 
7558                 is what happens on upgrade! Rather,
7559                 do with it.
7560
7561 2006-12-28 [colin]      2.6.1cvs86
7562
7563         * Makefile.am
7564                 Fix desktop/icon simplification
7565
7566 2006-12-28 [colin]      2.6.1cvs85
7567
7568         * Makefile.am
7569                 Make desktop and icon not 
7570                 dependant on the desktop
7571
7572 2006-12-28 [wwp]        2.6.1cvs84
7573
7574         * src/plugins/pgpmime/claws.def
7575                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7576
7577 2006-12-28 [wwp]        2.6.1cvs83
7578
7579         * src/prefs_folder_item.c
7580                 Fix coloring of "simplify subject regexp" (folder prefs),
7581                 which might be left to red whereas the regexp gets empty.
7582
7583 2006-12-28 [wwp]        2.6.1cvs82
7584
7585         * src/prefs_common.c
7586         * src/prefs_common.h
7587         * src/addressbook.c
7588         * src/addressitem.h
7589                 Save addressbook mainwindow's horizontal and vertical splitter position.
7590
7591 2006-12-27 [wwp]        2.6.1cvs81
7592
7593         * src/gtk/gtkaspell.c
7594         * src/gtk/gtkaspell.h
7595         * src/compose.c
7596                 Fix assignment of compose's default and alternate dictionary from
7597                 account or folder settings. Now gtkaspell_change_dict does rotate
7598                 dicts only when it's called from a menu cb.
7599
7600 2006-12-27 [wwp]        2.6.1cvs80
7601
7602         * src/folder_item_prefs.c
7603                 Fix randomly initialized default-alt-dictionary (folder prefs),
7604                 complete 2.6.1cvs72.
7605
7606 2006-12-27 [paul]       2.6.1cvs79
7607
7608         * src/imap_gtk.c
7609         * src/mh_gtk.c
7610                 Add Copy folder in the folder's contextual
7611                 menu
7612
7613 2006-12-27 [wwp]        2.6.1cvs78
7614
7615         * src/imap.c
7616                 Clean up session locking, thanks to Colin.
7617
7618 2006-12-26 [colin]      2.6.1cvs77
7619
7620         * src/statusbar.c
7621                 Revert previous patch
7622
7623 2006-12-26 [colin]      2.6.1cvs76
7624
7625         * src/folder.c
7626         * src/folderview.c
7627         * src/imap.c
7628         * src/statusbar.c
7629         * src/etpan/imap-thread.c
7630                 Fix previous commit warnings
7631                 Make statusbar update every second if total < 20
7632                 Make IMAP APPEND faster by simplifying log              
7633
7634 2006-12-26 [colin]      2.6.1cvs75
7635
7636         * src/folder.c
7637         * src/folder.h
7638         * src/folderview.c
7639         * src/folderview.h
7640         * src/imap_gtk.c
7641         * src/mh_gtk.c
7642                 Make it possible to copy folders accross
7643                 mailboxes (this was an arbitrary limitation).
7644                 Still make it impossible to move folders 
7645                 accross mailboxes.
7646
7647 2006-12-26 [colin]      2.6.1cvs74
7648
7649         * src/etpan/imap-thread.c
7650                 Fix bug 1081, 'claws-mail 
7651                 segfaults when going offline 
7652                 while it transfers mails via 
7653                 imap'
7654
7655 2006-12-26 [colin]      2.6.1cvs73
7656
7657         * src/folder_item_prefs.c
7658                 Don't forget alt dictionary when
7659                 renaming/moving folders
7660
7661 2006-12-26 [wwp]        2.6.1cvs72
7662
7663         * src/folder_item_prefs.c
7664                 Add missing defaults for per-folder alt dict
7665                 (forgotten in 2.6.1cvs61).
7666
7667 2006-12-26 [colin]      2.6.1cvs71
7668
7669         * src/wizard.c
7670                 Add tooltip to state that specifying
7671                 full path to mailbox is possible
7672
7673 2006-12-26 [wwp]        2.6.1cvs70
7674
7675         * src/partial_download.c
7676         * src/gtk/gtkvscrollbutton.c
7677         * src/plugins/pgpinline/plugin.c
7678                 Fix for few compiler warnings that matter.
7679
7680 2006-12-25 [colin]      2.6.1cvs69
7681
7682         * src/partial_download.c
7683                 Fix marking for download or deletion
7684                 when the header isn't the first
7685         * src/gtk/logwindow.c
7686                 Fix start of scrolling
7687
7688 2006-12-23 [paul]       2.6.1cvs68
7689
7690         * src/compose.c
7691                 change last commit to use the 'academic'
7692                 method instead. Thanks to wwp
7693
7694 2006-12-23 [paul]       2.6.1cvs67
7695
7696         * src/compose.c
7697                 don't warn about empty subject when
7698                 redirecting
7699
7700 2006-12-22 [colin]      2.6.1cvs66
7701
7702         * src/summary_search.c
7703                 Fix previous patch
7704
7705 2006-12-22 [colin]      2.6.1cvs65
7706
7707         * src/gtk/gtkutils.c
7708         * src/imap.c
7709         * src/jpilot.c
7710         * src/summary_search.c
7711                 A few warning fixes
7712
7713 2006-12-23 [paul]       
7714
7715         2.7.0-rc2 released
7716
7717 2006-12-22 [colin]      2.6.1cvs64
7718
7719         * src/toolbar.c
7720         * src/toolbar.h
7721                 Add a combo to the learn spam button
7722         * src/plugins/bogofilter/bogofilter.c
7723         * src/plugins/bogofilter/bogofilter_gtk.c
7724         * src/plugins/bogofilter/bogofilter.h
7725                 Allow to store Unsure mails in a specific
7726                 folder to make better teaching easier
7727
7728 2006-12-21 [wwp]        2.6.1cvs63
7729
7730         * src/compose.c
7731         * src/prefs_common.c
7732         * src/prefs_common.h
7733         * src/prefs_spelling.c
7734         * src/gtk/gtkaspell.c
7735         * src/gtk/gtkaspell.h
7736                 Allow spell-checking using both current and alternate dictionaries
7737                 (thanks to Colin).
7738
7739 2006-12-21 [wwp]        2.6.1cvs62
7740
7741         * src/gtk/gtkaspell.c
7742                 Apply recheck_when_changing_dict (highlight all mispelled words)
7743                 when switching to alternate dictionary.
7744
7745 2006-12-21 [wwp]        2.6.1cvs61
7746
7747         * src/compose.c
7748         * src/folder_item_prefs.h
7749         * src/prefs_common.c
7750         * src/prefs_common.h
7751         * src/prefs_folder_item.c
7752         * src/prefs_spelling.c
7753         * src/gtk/gtkaspell.c
7754         * src/gtk/gtkaspell.h
7755                 Add global and per-folder prefs to set the default
7756                 alternate dictionary.
7757
7758 2006-12-21 [colin]      2.6.1cvs60
7759
7760         * src/folder.c
7761                 Look for folders by path in all folders
7762         * src/html.c
7763                 add &mdash;
7764
7765 2006-12-20 [colin]      2.6.1cvs59
7766
7767         * src/gtk/quicksearch.c
7768                 Make sure in_typing is false when clearing
7769
7770 2006-12-20 [wwp]        2.6.1cvs58
7771
7772         * configure.ac
7773                 change manual's target dir to be LFH-compliant (thanks to Colin).
7774
7775 2006-12-20 [wwp]        2.6.1cvs57
7776
7777         * src/prefs_common.c
7778         * src/prefs_summaries.c
7779                 i18n fix and factorize patch, thanks to Fabien.
7780
7781 2006-12-20 [paul]       2.6.1cvs56
7782
7783         * configure.ac
7784                 last of the renaming (??)
7785         * src/main.c
7786                 correct --help info of --status-full
7787         * src/plugins/bogofilter/bogofilter.c
7788                 make FALSE default of whitelist_ab
7789
7790 2006-12-19 [colin]      2.6.1cvs55
7791
7792         * src/jpilot.c
7793                 Same as before, without depending on
7794                 pisock >= 0.12
7795
7796 2006-12-19 [colin]      2.6.1cvs54
7797
7798         * src/jpilot.c
7799                 Fix bug 1059, 'Better jpilot charset 
7800                 handling'. Use libpisync's charset conversion
7801                 if possible
7802
7803 2006-12-19 [colin]      2.6.1cvs53
7804
7805         * po/fr.po
7806                 Updated by Fabien
7807
7808 2006-12-19 [wwp]        2.6.1cvs52
7809
7810         * src/gtk/about.c
7811                 Add missing #include (thanks to Colin).
7812
7813 2006-12-19 [wwp]        2.6.1cvs51
7814
7815         * src/prefs_receive.c
7816                 Better spacing between widgets in prefs.
7817
7818 2006-12-18 [colin]      2.6.1cvs50
7819
7820         * src/imap.c
7821                 Fix failure to get separator on LIST "" ""
7822                 Try LIST "" "INBOX" too.
7823
7824 2006-12-18 [wwp]        2.6.1cvs49
7825
7826         * src/common/session.c
7827                 Fix a compiler warning (thanks to Fabien).
7828
7829 2006-12-18 [wwp]        2.6.1cvs48
7830
7831         * src/compose.c
7832         * src/prefs_quote.c
7833                 Factorize some strings for translation (it's about error
7834                 messages when applying or checking template/quote format).
7835
7836 2006-12-18 [colin]      2.6.1cvs47
7837
7838         * Makefile.am
7839         * src/common/defs.h
7840         * src/gtk/Makefile.am
7841         * src/gtk/about.c
7842                 Add a Release notes tab from the contents of
7843                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7844
7845 2006-12-17 [colin]      2.6.1cvs46
7846
7847         * src/mimeview.c
7848         * src/textview.c
7849         * src/gtk/filesel.c
7850                 Correctly convert from/to UTF8/filename encoding
7851                 when loading and saving files. Probably fixes
7852                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7853                 for a file to attach and is blocked...'
7854
7855 2006-12-17 [colin]      2.6.1cvs45
7856
7857         * src/gtk/logwindow.c
7858                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7859                 IMAP folder and is blocked on main thread': 
7860                 make sure we put utf8 in the log.
7861
7862 2006-12-16 [colin]      2.6.1cvs44
7863
7864         * src/toolbar.c
7865         * src/toolbar.h
7866                 Fix bug 1055, 'Add the 'cancel receive' 
7867                 in the available events for the toolbar buttons'
7868
7869 2006-12-16 [colin]      2.6.1cvs43
7870
7871         * po/POTFILES.in
7872         * src/imap.c
7873         * src/common/nntp.c
7874         * src/common/session.c
7875                 Log error when SSL handshakes fail. 
7876                 Fixes bug 1082, 'incorrect / imprecise 
7877                 error message when imap server provides 
7878                 ssl only through STARTTLS but SSL is 
7879                 selected'
7880
7881 2006-12-15 [wwp]        2.6.1cvs42
7882
7883         * src/plugins/bogofilter/bogofilter_gtk.c
7884                 set proper sensitivity to widgets I've recently added.
7885
7886 2006-12-15 [colin]      
7887
7888         2.7.0-rc1 released
7889
7890 2006-12-15 [wwp]        2.6.1cvs41
7891
7892         * src/plugins/bogofilter/bogofilter.c
7893         * src/plugins/bogofilter/bogofilter.h
7894         * src/plugins/bogofilter/bogofilter_gtk.c
7895                 bogofilter's whitelist can now use a subset of
7896                 the addressbook (either a book, a subfolder of a book,
7897                 or the whole addressbook by using "Any"). Re-used there
7898                 some pref_matcher widgets and mechanisms to match a subset
7899                 of the addressbook.
7900
7901 2006-12-15 [wwp]        2.6.1cvs40
7902
7903         * src/wizard.c
7904         * src/common/plugin.c
7905         * src/common/plugin.h
7906         * src/gtk/about.c
7907         * src/plugins/bogofilter/bogofilter.c
7908         * src/plugins/clamav/clamav_plugin.c
7909         * src/plugins/demo/demo.c
7910         * src/plugins/dillo_viewer/dillo_viewer.c
7911         * src/plugins/pgpcore/plugin.c
7912         * src/plugins/pgpinline/plugin.c
7913         * src/plugins/pgpmime/plugin.c
7914         * src/plugins/spamassassin/spamassassin.c
7915         * src/plugins/trayicon/trayicon.c
7916                 factorize some translatable strings (plugins-related),
7917                 fix missing punctuation in several places,
7918                 remove useless translatable \n in about.c,
7919                 and factorize plugin init code w/ a new function
7920                 check_plugin_version() in common/plugin.c.
7921                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7922
7923 2006-12-15 [wwp]        2.6.1cvs39
7924
7925         * src/plugins/bogofilter/bogofilter.c
7926         * src/plugins/bogofilter/bogofilter_gtk.c
7927                 flag whitelisted spams as spam, but don't filter it to the spam
7928                 folder. Thanks to Colin.
7929
7930 2006-12-15 [ticho]      2.6.1cvs38
7931
7932         * src/plugins/bogofilter/bogofilter.c
7933         * src/plugins/bogofilter/bogofilter.h
7934         * src/plugins/bogofilter/bogofilter_gtk.c
7935                 Add option to whitelist senders found in addressbook. Patch by colin.
7936
7937 2006-12-15 [paul]       2.6.1cvs37
7938
7939         * src/folderview.c
7940                 add missing #include "log.h"
7941
7942 2006-12-15 [paul]       2.6.1cvs36
7943
7944         * src/plugins/bogofilter/bogofilter.c
7945         * src/plugins/bogofilter/bogofilter.h
7946         * src/plugins/bogofilter/bogofilter_gtk.c
7947                 Add an option to allow inserting an
7948                 X-Claws-Bogosity header (on MH folders
7949                 only). Patch by Colin
7950
7951 2006-12-14 [colin]      2.6.1cvs35
7952
7953         * src/main.c
7954                 "Yes" should be the default choice for
7955                 migration configuration
7956
7957 2006-12-14 [paul]       2.6.1cvs34
7958
7959         * src/prefs_summaries.c
7960         * manual/advanced.xml
7961                 Unhide mark_as_read_delay
7962
7963 2006-12-14 [paul]       2.6.1cvs33
7964
7965         * src/messageview.c
7966         * src/messageview.h
7967         * src/mimeview.c
7968         * src/mimeview.h
7969         * src/summaryview.c
7970         * src/textview.c
7971         * src/textview.h
7972                 Fix printing of selection
7973                 Fix printing of message parts
7974                 Fix printing of images
7975         * src/gtk/gtksourceprintjob.c
7976                 Fix page count when there are images
7977
7978 2006-12-14 [wwp]        2.6.1cvs32
7979
7980         * src/mainwindow.c
7981         * src/summaryview.c
7982         * src/summaryview.h
7983         * src/gtk/quicksearch.c
7984                 fix quicksearch 'magnify' button status when QS is closed
7985                 using the Escape key, thanks to Colin.
7986
7987 2006-12-14 [wwp]        2.6.1cvs31
7988
7989         * src/mainwindow.c
7990         * src/summaryview.c
7991         * src/summaryview.h
7992         * src/gtk/quicksearch.c
7993                 fix quicksearch 'magnify' button status when QS is closed
7994                 using the Escape key, thanks to Colin.
7995
7996 2006-12-13 [colin]      2.6.1cvs30
7997
7998         * src/ldapquery.c
7999         * src/ldaputil.c
8000                 Use the binary safe version of ldap_get_values,
8001                 to make sure we manipulate null-terminated 
8002                 strings. Maybe fixes bug 1075, 'claws mail 
8003                 segfault when completing ldap adresses'
8004         * src/syldap.c ** REMOVED **
8005         * src/syldap.h ** REMOVED **
8006                 Remove dead files
8007
8008 2006-12-13 [mones]      2.6.1cvs29
8009
8010         * po/es.po
8011                 Fixed piped strings, fixed click translation
8012
8013 2006-12-13 [paul]       2.6.1cvs28
8014
8015         * src/main.c
8016                 don't translate these strings
8017
8018 2006-12-13 [paul]       2.6.1cvs27
8019
8020         * po/en_GB.po
8021                 updated
8022
8023 2006-12-13 [colin]      2.6.1cvs26
8024
8025         * src/main.c
8026         * src/main.h
8027                 Add claws_is_starting()
8028
8029 2006-12-13 [mones]      2.6.1cvs25
8030
8031         * manual/es/advanced.xml
8032         * po/es.po
8033                 Synced manual and updated translation
8034
8035 2006-12-12 [colin]      2.6.1cvs24
8036
8037         * src/wizard.c
8038                 Add an option to use STARTTLS in the
8039                 welcome wizard. Fixes bug 1080, 
8040                 'Using SSL option in wizard for incoming 
8041                 server does not activate SSL with STARTTLS'
8042
8043 2006-12-12 [colin]      2.6.1cvs23
8044
8045         * src/main.c
8046                 Don't exit when there's an incomplete
8047                 mailbox configured - leaves a chance 
8048                 to fix a failing IMAP account. Exit
8049                 if no mailbox at all is loaded (case
8050                 of missing plugin).
8051                 Completes bug 1077's fix (I was wrong
8052                 in this bug's comment #3).
8053
8054 2006-12-12 [colin]      2.6.1cvs22
8055
8056         * src/gtk/menu.h
8057                 Add another menu data type
8058         * src/prefs_account.c
8059                 Complete the completion of bug 1076
8060                 (doesn't lose the pref on apply)
8061
8062 2006-12-12 [paul]       2.6.1cvs21
8063
8064         * src/prefs_account.c
8065                 complete the fix of bug 1076
8066                 also be more verbose with the text
8067
8068 2006-12-12 [paul]       2.6.1cvs20
8069
8070         * src/gtk/combobox.c
8071                 fix compilation warning
8072
8073 2006-12-11 [colin]      2.6.1cvs19
8074
8075         * src/wizard.c
8076                 Document :port in server entry tooltips
8077
8078 2006-12-11 [colin]      2.6.1cvs18
8079
8080         * src/main.c
8081                 Fix compile
8082
8083 2006-12-11 [colin]      2.6.1cvs17
8084
8085         * src/main.c
8086                 Add failing IMAP as a reason for no
8087                 mailbox
8088
8089 2006-12-11 [colin]      2.6.1cvs16
8090
8091         * src/prefs_account.c
8092                 Check for existence of inbox for local
8093                 accounts too
8094         * src/wizard.c
8095                 Allow setting the port to use for servers
8096                 by using the usual "server.example.com:port"
8097                 syntax. Fixes bug 1077, 'sylpheed-claws does 
8098                 not start when IMAP server is unavailable'
8099
8100 2006-12-11 [colin]      2.6.1cvs15
8101
8102         * src/prefs_account.c
8103                 Prevent use of non-existing default inbox
8104
8105 2006-12-11 [colin]      2.6.1cvs14
8106
8107         * src/prefs_account.c
8108                 Fix sensitivity. Fixes bug 1076, 'privacy 
8109                 options are displayed even when pgp plugin 
8110                 not loaded / available'
8111
8112 2006-12-09 [colin]      2.6.1cvs13
8113
8114         * manual/advanced.xml
8115         * src/prefs_common.c
8116         * src/prefs_common.h
8117         * src/common/ssl_certificate.c
8118                 Add a new hidden preference, 'unsafe_ssl_certs',
8119                 which allows to store multiple certificates per
8120                 server/port. This is disabled by default because
8121                 it's less secure (presenting a new certificate
8122                 instead of a changed one raises less alarms).
8123                 This will cause Claws to ask about an unknown
8124                 certificate for people who have used 2.6.1cvs8
8125                 or greater.
8126
8127 2006-12-09 [colin]      2.6.1cvs12
8128
8129         * src/action.c
8130                 Fix cache updating after action
8131
8132 2006-12-07 [wwp]        2.6.1cvs11
8133
8134         * src/compose.c
8135                 fix email address comparison when replying to all
8136                 (avoid replying to ourselves), thanks to Colin.
8137
8138 2006-12-06 [paul]       2.6.1cvs10
8139
8140         * src/addrharvest.c
8141         * src/editldap.c
8142         * src/expldifdlg.c
8143         * src/news.c
8144         * src/toolbar.c
8145         * src/common/utils.c
8146                 ...and more renaming
8147                 Thanks to Colin
8148
8149 2006-12-06 [paul]       2.6.1cvs9
8150
8151         * src/compose.c
8152         * src/messageview.c
8153         * src/procheader.c
8154         * src/procmime.c
8155         * src/procmsg.c
8156         * src/textview.c
8157                 more renaming
8158                 Thanks to Colin
8159
8160 2006-12-06 [colin]      2.6.1cvs8
8161
8162         * src/ssl_manager.c
8163         * src/common/ssl_certificate.c
8164         * src/common/ssl_certificate.h
8165                 Handle multiple certificates per host/port
8166
8167 2006-12-06 [colin]      2.6.1cvs7
8168
8169         * src/etpan/imap-thread.c
8170                 Fix certificate checking on IMAP
8171
8172 2006-12-06 [colin]      2.6.1cvs6
8173
8174         * src/folderview.c
8175                 Fix bug 1072, 'Claws stops fetching newsgroups 
8176                 from server when newsgroup got deleted': continue
8177                 checking other groups
8178
8179 2006-12-05 [wwp]        2.6.1cvs5
8180
8181         * src/message_search.c
8182         * src/summary_search.c
8183         * src/gtk/combobox.c
8184         * src/gtk/combobox.h
8185         * src/gtk/gtkutils.c
8186         * src/gtk/gtkutils.h
8187                 make up and down arrow keys in modern gtk_combo_box_entry widgets
8188                 behave like w/ old comboboxes (summary and message search only).
8189
8190 2006-12-05 [paul]       2.6.1cvs4
8191
8192         * src/wizard.c
8193                 encode headers
8194                 Thanks to Colin
8195
8196 2006-12-05 [paul]       2.6.1cvs3
8197
8198         * tools/README
8199         * tools/textviewer.pl
8200                 script updated and description added
8201
8202 2006-12-04 [colin]      2.6.1cvs2
8203
8204         * src/compose.c
8205                 Run pre-send hook only when checking
8206                 everything
8207
8208 2006-12-04 [paul]       2.6.1cvs1
8209
8210         * NEWS
8211         * README
8212         * RELEASE_NOTES
8213         * configure.ac
8214         * tools/README
8215                 bump up version number following stable release
8216
8217 2006-12-04 [paul]       2.6.0cvs83
8218
8219         * README
8220                 updates and corrections
8221
8222 2006-12-04 [colin]      2.6.0cvs82
8223
8224         * src/common/utils.c
8225                 Probably fix bug 1066, 'Incorrect mailbox 
8226                 size displayed'
8227
8228 2006-12-04 [colin]      2.6.0cvs81
8229
8230         * src/common/utils.c
8231                 Trim tabs from mailcap file too.
8232
8233 2006-12-02 [paul]       2.6.0cvs80
8234
8235         * src/exphtmldlg.c
8236                 fix broken GUI under certain languages
8237         * src/expldifdlg.c
8238                 put the Cancel button to the right
8239
8240 2006-12-01 [paul]       2.6.0cvs79
8241
8242         * tools/Makefile.am
8243                 remove reference to removed file
8244
8245 2006-12-01 [wwp]        2.6.0cvs78
8246
8247         * src/addressbook.c
8248         * src/editaddress.c
8249                 remove forgotten debug statements.
8250
8251 2006-12-01 [wwp]        2.6.0cvs77
8252
8253         * manual/advanced.xml
8254         * manual/fr/advanced.xml
8255         * src/addressbook.c
8256         * src/addressbook.h
8257         * src/addressitem.h
8258         * src/editaddress.c
8259         * src/editaddress.h
8260         * src/prefs_common.c
8261         * src/prefs_common.h
8262         * src/gtk/gtkutils.c
8263         * src/gtk/gtkutils.h
8264                 add a hidden option to allow embedding the editaddress (edit contact details)
8265                 dialog into the addressbook's window. This doesn't change the default
8266                 behaviour.
8267
8268 2006-12-01 [wwp]        2.6.0cvs76
8269
8270         * src/message_search.c
8271         * src/summary_search.c
8272                 fix more focus issues (don't set focus to combobox's entry widget when
8273                 entry's value changed, if entry widget has focus already).
8274
8275 2006-12-01 [wwp]        2.6.0cvs75
8276
8277         * src/gtk/quicksearch.c
8278                 revert last changes to the quicksearch gtk_combo_box, this needs more
8279                 tuning and testing.
8280
8281 2006-12-01 [paul]       2.6.0cvs74
8282
8283         * tools/kdeservicemenu/README
8284         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8285         * tools/kdeservicemenu/install.sh
8286         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8287         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8288                 simplify this stuff, and in so doing,
8289                 fix it. (possibly re-extend it again at
8290                 a later date)
8291
8292 2006-12-01 [wwp]        2.6.0cvs73
8293
8294         * src/gtk/quicksearch.c
8295                 adapt quicksearch code to use modern gtk_combo_box'es.
8296
8297 2006-12-01 [wwp]        2.6.0cvs72
8298
8299         * src/common/defs.h
8300         * src/prefs_common.c
8301         * src/prefs_common.h
8302         * src/message_search.c
8303         * src/summary_search.c
8304         * src/gtk/combobox.c
8305         * src/gtk/combobox.h
8306                 add history combos to all message and summary search fields.
8307
8308 2006-12-01 [wwp]        2.6.0cvs71
8309
8310         * src/summaryview.c
8311                 As the list may change while the mark as read delay
8312                 runs, we can't rely on the 'row' pointer, which can
8313                 be invalid when the timeout is called. As the mark
8314                 as read is only done if the message is still selected,
8315                 use summaryview->selected instead. Thanks to Colin.
8316
8317 2006-11-30 [paul]       2.6.0cvs70
8318
8319         * src/textview.c
8320                 give emphasis to "Sylpheed-Claws"
8321                 as well as "Claws Mail"
8322
8323 2006-11-30 [colin]      2.6.0cvs69
8324
8325         * src/wizard.c
8326                 Put the SSL checkboxes in the receiving
8327                 and sending server pages.
8328
8329 2006-11-29 [colin]      2.6.0cvs68
8330
8331         * src/gtk/gtkutils.c
8332         * src/gtk/gtkvscrollbutton.c
8333                 Revert some deprecated fixes - they seem to
8334                 deprecate stuff as soon as a new one gets out.
8335                 g_object_ref_sink needed glib-2.10.
8336
8337 2006-11-29 [colin]      2.6.0cvs67
8338
8339         * src/common/utils.c
8340                 Create .mailcap if it doesn't exist
8341
8342 2006-11-29 [colin]      2.6.0cvs66
8343
8344         * src/compose.c
8345                 Followup to cvs60: use original list
8346                 of recipients if replying to a mail
8347                 in Sent Drafts or Queue.
8348
8349 2006-11-27 [paul]       2.6.0cvs65
8350
8351         * src/image_viewer.c
8352                 revert the last change for now (it's broken)
8353
8354 2006-11-27 [paul]       2.6.0cvs64
8355
8356         * Makefile.am
8357         * configure.ac
8358         * m4/aclocal-include.m4
8359         * m4/check-type.m4
8360         * src/Makefile.am
8361         * src/addr_compl.c
8362         * src/compose.c
8363         * src/crash.c
8364         * src/export.c
8365         * src/exporthtml.c
8366         * src/exportldif.c
8367         * src/imap.c
8368         * src/import.c
8369         * src/main.c
8370         * src/main.h
8371         * src/matcher.c
8372         * src/mimeview.c
8373         * src/procmsg.c
8374         * src/textview.c
8375         * src/common/Makefile.am
8376         * src/common/claws.c
8377         * src/common/claws.h
8378         * src/common/ssl.c
8379         * src/common/sylpheed.c
8380         * src/common/sylpheed.h
8381         * src/etpan/Makefile.am
8382         * src/gtk/Makefile.am
8383         * src/gtk/claws-marshal.list
8384         * src/gtk/filesel.c
8385         * src/gtk/gtksctree.c
8386         * src/gtk/quicksearch.c
8387         * src/gtk/sylpheed-marshal.list
8388         * src/plugins/bogofilter/bogofilter.c
8389         * src/plugins/bogofilter/bogofilter_gtk.c
8390         * src/plugins/clamav/clamav_plugin.c
8391         * src/plugins/clamav/clamav_plugin_gtk.c
8392         * src/plugins/demo/demo.c
8393         * src/plugins/dillo_viewer/dillo_viewer.c
8394         * src/plugins/pgpcore/Makefile.am
8395         * src/plugins/pgpcore/claws.def
8396         * src/plugins/pgpcore/pgp_viewer.c
8397         * src/plugins/pgpcore/plugin.c
8398         * src/plugins/pgpcore/sylpheed.def
8399         * src/plugins/pgpinline/Makefile.am
8400         * src/plugins/pgpinline/claws.def
8401         * src/plugins/pgpinline/plugin.c
8402         * src/plugins/pgpinline/sylpheed.def
8403         * src/plugins/pgpmime/Makefile.am
8404         * src/plugins/pgpmime/claws.def
8405         * src/plugins/pgpmime/plugin.c
8406         * src/plugins/pgpmime/sylpheed.def
8407         * src/plugins/spamassassin/spamassassin.c
8408         * src/plugins/spamassassin/spamassassin_gtk.c
8409         * src/plugins/trayicon/trayicon.c
8410                 yet more renaming
8411                 remove deprecated gtk_tooltips_set_delay()
8412
8413 2006-11-26 [paul]       2.6.0cvs63
8414
8415         * src/expldifdlg.c
8416         * src/folderview.c
8417         * src/image_viewer.c
8418         * src/mainwindow.c
8419         * src/gtk/gtkutils.c
8420         * src/gtk/gtkvscrollbutton.c
8421         * src/gtk/prefswindow.c
8422         * src/plugins/pgpcore/prefs_gpg.c
8423                 replace more deprecated GTK+ functions
8424
8425 2006-11-26 [paul]       2.6.0cvs62
8426
8427         * src/addr_compl.c
8428         * src/addressbook.c
8429         * src/browseldap.c
8430                 replace deprecated gtk_idle_... functions
8431
8432 2006-11-26 [paul]       2.6.0cvs61
8433
8434         * src/compose.c
8435         * src/folderview.c
8436         * src/inc.c
8437         * src/summaryview.c
8438         * src/gtk/gtkvscrollbutton.c
8439         * src/gtk/quicksearch.c
8440         * src/plugins/pgpcore/passphrase.c
8441                 replace deprecated gtk_timeout_add and
8442                 gtk_timeout_remove
8443
8444 2006-11-26 [paul]       2.6.0cvs60
8445
8446         * src/compose.c
8447                 fix bug that caused the wrong recipient
8448                 to be selected when replying to a msg
8449                 which is From one of our accounts to
8450                 another of our accounts
8451
8452 2006-11-25 [paul]       2.6.0cvs59
8453
8454         * src/summaryview.c
8455                 don't change the From column title to
8456                 To if the To column is visible
8457
8458 2006-11-24 [paul]       2.6.0cvs58
8459
8460         * src/compose.c
8461                 fix bug 1069, 'Sent mails disappear, BCC
8462                 or locking problem?'
8463
8464 2006-11-21 [wwp]        2.6.0cvs57
8465
8466         * src/compose.c
8467                 fix spelling menu when replying (same as 2.3.1cvs39):
8468                 discrepancy between context menu and top menu when
8469                 folder's dictionary isn't the default one.
8470
8471 2006-11-19 [paul]       2.6.0cvs56
8472
8473         * src/summaryview.c
8474                 obey always_show_msg option when
8475                 marking as spam
8476         * src/plugins/bogofilter/bogofilter.c
8477                 fix typo
8478
8479 2006-11-18 [paul]       2.6.0cvs55
8480
8481         * AUTHORS
8482         * README
8483         * debian/copyright
8484         * manual/ack.xml
8485         * manual/es/ack.xml
8486         * manual/fr/ack.xml
8487         * manual/pl/ack.xml
8488         * src/gtk/authors.h
8489         * src/gtk/icon_legend.c
8490         * src/gtk/icon_legend.h
8491         * tools/OOo2claws-mail.pl
8492         * tools/README
8493         * tools/acroread2claws-mail.pl
8494         * tools/claws.i18n.status.pl
8495         * tools/filter_conv.pl
8496         * tools/filter_conv_new.pl
8497         * tools/freshmeat_search.pl
8498         * tools/google_search.pl
8499         * tools/kmail2claws-mail.pl
8500         * tools/kmail2claws-mail_v2.pl
8501         * tools/maildir2claws-mail.pl
8502         * tools/make.themes.project
8503         * tools/multiwebsearch.pl
8504         * tools/outlook2claws-mail.pl
8505         * tools/tb2claws-mail
8506         * tools/kdeservicemenu/README
8507         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8508                 update mine and wwp's email addresses in
8509                 several places
8510                 Patch by wwp
8511         * src/prefs_compose_writing.c
8512                 set sensitivity on 'new message format' frame
8513
8514 2006-11-17 [paul]       2.6.0cvs54
8515
8516         * src/gtk/about.c
8517                 more reworking of the GUI
8518                 Patch by Fabien Vantard
8519
8520 2006-11-16 [paul]       2.6.0cvs53
8521
8522         * src/gtk/about.c
8523                 set a minimum size for the window, allow
8524                 it to automatically expand as necessary
8525
8526 2006-11-16 [wwp]        2.6.0cvs52
8527
8528         * src/gtk/about.c
8529                 better wrap of copyright info on some systems.
8530
8531 2006-11-16 [paul]       2.6.0cvs51
8532
8533         * src/gtk/about.c
8534                 move the tech info from the upper panel
8535                 to the Info tab
8536                 use a gtk_text_view for the features tab
8537
8538 2006-11-16 [paul]       2.6.0cvs50
8539
8540         * po/Makevars
8541                 update my email address
8542         * src/addressbook.c
8543         * src/compose.c
8544         * src/imap_gtk.c
8545         * src/mh_gtk.c
8546         * src/news_gtk.c
8547         * src/summaryview.c
8548         * src/plugins/trayicon/trayicon.c
8549                 don't offer simple menu separators
8550                 for translation
8551         * src/folderview.c
8552                 add separator between 'mark all read'
8553                 and 'search folder'
8554
8555 2006-11-15 [wwp]        2.6.0cvs49
8556
8557         * src/gtk/authors.h
8558                 updated manuals authors.
8559
8560 2006-11-14 [paul]       2.6.0cvs48
8561
8562         * src/compose.c
8563                 Fix Options/Reply mode after draft save
8564
8565 2006-11-14 [paul]       2.6.0cvs47
8566
8567         * src/Makefile.am
8568                 Fix make DESTDIR=...
8569         * src/mbox.c
8570                 Optimise speed
8571         * src/plugins/pgpinline/pgpinline.c
8572                 Probably fix bug 1061
8573
8574 2006-11-14 [paul]       2.6.0cvs46
8575
8576         * po/Makevars
8577                 enable Q_ macro
8578         * src/Makefile.am
8579         * src/stock_pixmap.c
8580         * src/stock_pixmap.h
8581         * src/gtk/about.c
8582         * src/pixmaps/active.xpm
8583         * src/pixmaps/inactive.xpm
8584                 add a new page, 'Features', to the About dialog
8585                 showing which features are compiled in and which
8586                 are not
8587
8588 2006-11-14 [paul]       2.6.0cvs45
8589
8590         * po/ru.po
8591                 updated by Pavlo Bohmat
8592
8593 2006-11-14 [colin]      2.6.0cvs44
8594
8595         * src/compose.c
8596         * src/inc.c
8597         * src/messageview.c
8598         * src/news.c
8599         * src/pop.c
8600         * src/procmsg.c
8601         * src/gtk/gtkaspell.c
8602                 Fix 64-bit-related warnings
8603         * src/ssl_manager.c
8604                 Fix possible infinite loop
8605         * src/plugins/pgpcore/sgpgme.c
8606                 Remove useless check
8607
8608 2006-11-13 [colin]      2.6.0cvs43
8609
8610         * src/gtk/Makefile.am
8611                 authors.h isn't generated
8612
8613 2006-11-13 [colin]      2.6.0cvs42
8614
8615         * src/plugins/pgpinline/pgpinline.c
8616         * src/plugins/pgpmime/pgpmime.c
8617                 Very probably fix bug 1061, 'crash on 
8618                 opening signed email'. Another cast
8619                 problem
8620
8621 2006-11-13 [colin]      2.6.0cvs41
8622
8623         * src/plugins/pgpcore/sgpgme.c
8624                 Maybe fix bug 1061, 'crash on opening 
8625                 signed email'
8626
8627 2006-11-13 [wwp]        2.6.0cvs40
8628
8629         * src/plugins/pgpinline/pgpinline.c
8630                 fix candidate for bug #1057, thanks to Colin.
8631
8632 2006-11-13 [wwp]        2.6.0cvs39
8633
8634         * src/compose.c
8635         * src/quote_fmt_parse.y
8636                 fix bug 1052: current parser buffer was not always 
8637                 allocated, ptr to this buffer could be returned as 
8638                 NULL whereas no parser error has occurred. in 
8639                 consequence, defining a template body as "%d" 
8640                 (w/o the quotes) for the first time of the instance 
8641                 of claws-mail, was reporting a parser error. make 
8642                 sure that the buffer is always allocated, even to 
8643                 an empty string.
8644                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8645                 unescaping of the fmt string was always done 
8646                 whereas it must be done *only* when receiving 
8647                 quote format strings issued from the prefs 
8648                 (compose new message, reply, forward, redirect 
8649                 formats), *not* when applying templates.  in 
8650                 consequences, applying templates w/ sequences 
8651                 like \\|p{echo} were failing. make sure that 
8652                 unescaping is done only when necessary.
8653
8654 2006-11-12 [colin]      2.6.0cvs38
8655
8656         * po/de.po
8657                 Fix typo (s/KB/MB)
8658
8659 2006-11-12 [colin]      2.6.0cvs37
8660
8661         * src/plugins/pgpinline/pgpinline.c
8662         * src/plugins/pgpmime/pgpmime.c
8663                 Release GPG context at the latest 
8664                 possible moment. Maybe fixes 
8665                 bug 1057, 'crash on sending signed 
8666                 message to a newsgroup'
8667                 
8668
8669 2006-11-12 [colin]      2.6.0cvs36
8670
8671         * src/plugins/pgpcore/sgpgme.c
8672                 Tell a bit more when gpg's status doesn't
8673                 contain any signature
8674
8675 2006-11-12 [colin]      2.6.0cvs35
8676
8677         * src/compose.c
8678                 Fix bug 1060, 'compilation error with 
8679                 Irix's cc'
8680
8681 2006-11-12 [paul]       2.6.0cvs34
8682
8683         * doc/man/claws-mail.1
8684         * src/prefs_gtk.c
8685         * src/plugins/clamav/README
8686         * src/plugins/spamassassin/README
8687         * tools/README
8688         * tools/freshmeat_search.pl
8689         * tools/google_search.pl
8690         * tools/multiwebsearch.pl
8691                 more renaming
8692         * src/plugins/trayicon/trayicon.c
8693                 fix compiliation warning
8694
8695 2006-11-11 [colin]      2.6.0cvs33
8696
8697         * src/folderview.c
8698                 Forbid drag and drop from/to different
8699                 folders of type F_UNKNOWN
8700
8701 2006-11-11 [colin]      2.6.0cvs32
8702
8703         * src/plugins/pgpinline/pgpinline.c
8704                 Fix typo in previous commit:
8705                 - gpgme_new(&ctx);
8706                 + if ((err = gpgme_new(&data->ctx)) ...)
8707
8708 2006-11-11 [colin]      2.6.0cvs31
8709
8710         * src/plugins/pgpinline/pgpinline.c
8711         * src/plugins/pgpmime/pgpmime.c
8712                 Check success after calling gpgme_new
8713                 Maybe fixes bug 1057, 'crash on sending 
8714                 signed message to a newsgroup'
8715
8716 2006-11-11 [colin]      2.6.0cvs30
8717
8718         * src/undo.c
8719                 init undostruct to 0s (from
8720                 valgrind log of bug 1057)
8721
8722 2006-11-10 [colin]      2.6.0cvs29
8723
8724         * src/mainwindow.c
8725                 Set cursor to wait before filtering
8726                 duplicates in all folders
8727         * src/plugins/bogofilter/bogofilter.c
8728         * src/plugins/bogofilter/bogofilter.h
8729         * src/plugins/bogofilter/bogofilter_gtk.c
8730                 Completely thread away the bogofilter
8731                 filtering
8732
8733 2006-11-10 [mones]      2.6.0cvs28
8734
8735         * src/compose.c
8736         * src/compose.h
8737                 added COMPOSE_CHECK_BEFORE_SEND hook
8738
8739 2006-11-10 [paul]       2.6.0cvs27
8740
8741         * src/crash.c
8742                 more renaming
8743                 add libSM to get_compiled_in_features()
8744         * src/main.c
8745                 more renaming
8746
8747 2006-11-10 [colin]      2.6.0cvs26
8748
8749         * src/etpan/imap-thread.c
8750                 Add a reference to libetpan's sasl engine
8751                 so that sasl_done() doesn't get called by
8752                 libetpan, and doesn't break openssl.
8753                 Should fix bug 1053, 'SC fails to reestablish 
8754                 a secure connection'
8755                 Patch by Hoa
8756
8757 2006-11-10 [colin]      2.6.0cvs25
8758
8759         * manual/addrbook.xml
8760         * manual/advanced.xml
8761         * manual/faq.xml
8762         * manual/intro.xml
8763                 Some more renaming
8764
8765 2006-11-09 [colin]      2.6.0cvs24
8766
8767         * src/plugins/bogofilter/bogofilter_gtk.c
8768                 Add comment about annoyance
8769
8770 2006-11-09 [colin]      2.6.0cvs23
8771
8772         * src/plugins/bogofilter/bogofilter.c
8773         * src/plugins/bogofilter/bogofilter_gtk.c
8774                 Prepare things needed to thread bogofilter
8775                 filtering: separate bogo stuff and possible GUI
8776                 stuff. 
8777
8778 2006-11-09 [colin]      2.6.0cvs22
8779
8780         * src/account.c
8781         * src/compose.c
8782                 Search for one of our accounts in Delivered-To
8783                 (helps for auto-account selection when 
8784                  replying/forwarding)
8785         * src/folderview.c
8786         * src/mainwindow.c
8787         * src/mainwindow.h
8788         * src/plugins/trayicon/trayicon.c
8789                 Allow opening a new mail with any account from
8790                 the contextual menu
8791
8792 2006-11-09 [wwp]        2.6.0cvs21
8793
8794         * src/compose.c
8795         * src/prefs_common.c
8796         * src/prefs_common.h
8797         * src/prefs_compose_writing.c
8798                 add a compose new message format (in prefs/compose/writing), it's a
8799                 simple subject+body template to use when opening a new composition
8800                 window. It's similar to the existent reply and forward formats.
8801
8802                 enhanced the template/format % symbols substitution mechanism to
8803                 use current composition window information when % are used in
8804                 the compose new message format or in templates applied to new
8805                 messages (there were useless in that situations before). When
8806                 applied to new messages, %d corresponds to the system time/date.
8807
8808 2006-11-09 [paul]       2.6.0cvs20
8809
8810         * src/gtk/authors.h
8811                 fix last commit
8812
8813 2006-11-09 [paul]       2.6.0cvs19
8814
8815         * src/gtk/authors.h
8816                 keep tje alphabetical order
8817
8818 2006-11-08 [colin]      2.6.0cvs18
8819
8820         * src/etpan/imap-thread.c
8821                 Fix bug 1054, 'Slowness logging big 
8822                 data chunks'
8823
8824 2006-11-08 [paul]       2.6.0cvs17
8825
8826         * tools/Makefile.am
8827                 fix the renaming
8828
8829 2006-11-08 [paul]       2.6.0cvs16
8830
8831         * src/common/defs.h
8832                 update BUGZILLA_URI
8833
8834 2006-11-08 [paul]       2.6.0cvs15
8835
8836         * tools/Makefile.am
8837         * tools/OOo2claws-mail.pl
8838         * tools/OOo2sylpheed.pl
8839         * tools/README
8840         * tools/acroread2claws-mail.pl
8841         * tools/acroread2sylpheed.pl
8842         * tools/kmail2claws-mail.pl
8843         * tools/kmail2claws-mail_v2.pl
8844         * tools/kmail2sylpheed.pl
8845         * tools/kmail2sylpheed_v2.pl
8846         * tools/maildir2claws-mail.pl
8847         * tools/maildir2sylpheed.pl
8848         * tools/nautilus2claws-mail.sh
8849         * tools/nautilus2sylpheed.sh
8850         * tools/outlook2claws-mail.pl
8851         * tools/outlook2sylpheed.pl
8852         * tools/tb2claws-mail
8853         * tools/tb2sylpheed
8854         * tools/tbird2claws.py
8855         * tools/tbird2syl.py
8856         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8857         * tools/kdeservicemenu/install.sh
8858         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8859         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8860         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8861         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8862         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8863                 renamed (removed, added) tools files
8864
8865 2006-11-08 [paul]       2.6.0cvs14
8866
8867         * src/main.c
8868         * src/common/defs.h
8869                 Migrate sylpheedrc to clawsrc, and fix the standard
8870                 plugins path in the process
8871
8872 2006-11-07 [colin]      2.6.0cvs13
8873
8874         * src/Makefile.am
8875                 Symlink sylpheed-claws relative to 
8876                 claws-mail
8877
8878 2006-11-07 [colin]      2.6.0cvs12
8879
8880         * src/compose.c
8881                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8882
8883 2006-11-07 [paul]       2.6.0cvs11
8884
8885         * src/gtk/about.c
8886                 Fix a missed occurence of
8887                 Sylpheed-Claws
8888
8889 2006-11-07 [paul]       2.6.0cvs10
8890
8891         * src/Makefile.am
8892                 Fix symlink installation
8893
8894 2006-11-07 [paul]       2.6.0cvs9
8895
8896         * src/Makefile.am
8897                 Symlink claws-mail to sylpheed-claws
8898         * src/common/utils.c
8899                 Fix migrating symlinks
8900         * src/etpan/imap-thread.c
8901                 check certificate only when there's
8902                 no error
8903
8904 2006-11-07 [paul]       2.6.0cvs8
8905
8906         * Makefile.am
8907                 Fix icon breakages with Gtk, which needs a 
8908                 cache updated to see them.
8909
8910 2006-11-07 [paul]       2.6.0cvs7
8911
8912         * .cvsignore
8913         * AUTHORS
8914         * COPYING
8915         * INSTALL
8916         * Makefile.am
8917         * NEWS
8918         * README
8919         * RELEASE_NOTES
8920         * autogen.sh
8921         * claws-mail-128x128.png
8922         * claws-mail-64x64.png
8923         * claws-mail.ico
8924         * claws-mail.pc.in
8925         * claws-mail.png
8926         * configure.ac
8927         * sylpheed-claws-128x128.png
8928         * sylpheed-claws-64x64.png
8929         * sylpheed-claws.desktop
8930         * sylpheed-claws.ico
8931         * sylpheed-claws.pc.in
8932         * sylpheed-claws.png
8933         * debian/README.Debian
8934         * debian/changelog
8935         * debian/claws-mail.desktop
8936         * debian/claws-mail.menu
8937         * debian/claws-mail.postinst.debhelper
8938         * debian/claws-mail.postrm.debhelper
8939         * debian/control
8940         * debian/copyright
8941         * debian/files
8942         * debian/rules
8943         * debian/sylpheed-claws.desktop
8944         * debian/sylpheed-claws.menu
8945         * debian/sylpheed-claws.postinst.debhelper
8946         * debian/sylpheed-claws.postrm.debhelper
8947         * doc/man/Makefile.am
8948         * doc/man/claws-mail.1
8949         * doc/man/sylpheed-claws.1
8950         * doc/src/ChangeLog.claws-pre0.8.0
8951         * manual/Makefile.am
8952         * manual/account.xml
8953         * manual/ack.xml
8954         * manual/addrbook.xml
8955         * manual/advanced.xml
8956         * manual/claws-mail-manual.xml
8957         * manual/faq.xml
8958         * manual/glossary.xml
8959         * manual/handling.xml
8960         * manual/intro.xml
8961         * manual/keyboard.xml
8962         * manual/plugins.xml
8963         * manual/starting.xml
8964         * manual/sylpheed-claws-manual.xml
8965         * manual/xml2pdf
8966         * manual/dist/.cvsignore
8967         * manual/dist/html/.cvsignore
8968         * manual/dist/html/Makefile.am
8969         * manual/dist/pdf/.cvsignore
8970         * manual/dist/pdf/Makefile.am
8971         * manual/dist/ps/.cvsignore
8972         * manual/dist/ps/Makefile.am
8973         * manual/dist/txt/.cvsignore
8974         * manual/dist/txt/Makefile.am
8975         * manual/es/Makefile.am
8976         * manual/es/advanced.xml
8977         * manual/es/claws-mail-manual.xml
8978         * manual/es/faq.xml
8979         * manual/es/glossary.xml
8980         * manual/es/handling.xml
8981         * manual/es/intro.xml
8982         * manual/es/plugins.xml
8983         * manual/es/sylpheed-claws-manual.xml
8984         * manual/es/dist/.cvsignore
8985         * manual/es/dist/html/.cvsignore
8986         * manual/es/dist/html/Makefile.am
8987         * manual/es/dist/pdf/.cvsignore
8988         * manual/es/dist/pdf/Makefile.am
8989         * manual/es/dist/ps/.cvsignore
8990         * manual/es/dist/ps/Makefile.am
8991         * manual/es/dist/txt/.cvsignore
8992         * manual/es/dist/txt/Makefile.am
8993         * manual/fr/Makefile.am
8994         * manual/fr/account.xml
8995         * manual/fr/ack.xml
8996         * manual/fr/addrbook.xml
8997         * manual/fr/advanced.xml
8998         * manual/fr/claws-mail-manual.xml
8999         * manual/fr/faq.xml
9000         * manual/fr/glossary.xml
9001         * manual/fr/handling.xml
9002         * manual/fr/intro.xml
9003         * manual/fr/keyboard.xml
9004         * manual/fr/plugins.xml
9005         * manual/fr/starting.xml
9006         * manual/fr/sylpheed-claws-manual.xml
9007         * manual/fr/dist/.cvsignore
9008         * manual/fr/dist/html/.cvsignore
9009         * manual/fr/dist/html/Makefile.am
9010         * manual/fr/dist/pdf/.cvsignore
9011         * manual/fr/dist/pdf/Makefile.am
9012         * manual/fr/dist/ps/.cvsignore
9013         * manual/fr/dist/ps/Makefile.am
9014         * manual/fr/dist/txt/.cvsignore
9015         * manual/fr/dist/txt/Makefile.am
9016         * manual/pl/Makefile.am
9017         * manual/pl/account.xml
9018         * manual/pl/ack.xml
9019         * manual/pl/addrbook.xml
9020         * manual/pl/advanced.xml
9021         * manual/pl/claws-mail-manual.xml
9022         * manual/pl/faq.xml
9023         * manual/pl/glossary.xml
9024         * manual/pl/handling.xml
9025         * manual/pl/intro.xml
9026         * manual/pl/keyboard.xml
9027         * manual/pl/plugins.xml
9028         * manual/pl/starting.xml
9029         * manual/pl/sylpheed-claws-manual.xml
9030         * manual/pl/dist/.cvsignore
9031         * manual/pl/dist/html/.cvsignore
9032         * manual/pl/dist/html/Makefile.am
9033         * manual/pl/dist/pdf/.cvsignore
9034         * manual/pl/dist/pdf/Makefile.am
9035         * manual/pl/dist/ps/.cvsignore
9036         * manual/pl/dist/ps/Makefile.am
9037         * manual/pl/dist/txt/.cvsignore
9038         * manual/pl/dist/txt/Makefile.am
9039         * po/.cvsignore
9040         * po/Makevars
9041         * src/.cvsignore
9042         * src/Makefile.am
9043         * src/account.c
9044         * src/account.h
9045         * src/action.c
9046         * src/action.h
9047         * src/adbookbase.h
9048         * src/addr_compl.c
9049         * src/addr_compl.h
9050         * src/addrbook.c
9051         * src/addrcache.c
9052         * src/addrcache.h
9053         * src/addrcindex.c
9054         * src/addrcindex.h
9055         * src/addrclip.c
9056         * src/addrclip.h
9057         * src/addrdefs.h
9058         * src/addressadd.c
9059         * src/addressadd.h
9060         * src/addressbook.c
9061         * src/addressbook.h
9062         * src/addressbook_foldersel.c
9063         * src/addressbook_foldersel.h
9064         * src/addrgather.c
9065         * src/addrgather.h
9066         * src/addrharvest.c
9067         * src/addrharvest.h
9068         * src/addrindex.c
9069         * src/addrindex.h
9070         * src/addritem.c
9071         * src/addritem.h
9072         * src/addrquery.c
9073         * src/addrquery.h
9074         * src/addrselect.c
9075         * src/addrselect.h
9076         * src/alertpanel.c
9077         * src/alertpanel.h
9078         * src/browseldap.c
9079         * src/browseldap.h
9080         * src/codeconv.c
9081         * src/codeconv.h
9082         * src/compose.c
9083         * src/crash.c
9084         * src/crash.h
9085         * src/customheader.c
9086         * src/customheader.h
9087         * src/displayheader.c
9088         * src/displayheader.h
9089         * src/editaddress.c
9090         * src/editaddress.h
9091         * src/editbook.c
9092         * src/editbook.h
9093         * src/editgroup.c
9094         * src/editgroup.h
9095         * src/editjpilot.c
9096         * src/editjpilot.h
9097         * src/editldap.c
9098         * src/editldap.h
9099         * src/editldap_basedn.c
9100         * src/editldap_basedn.h
9101         * src/editvcard.c
9102         * src/editvcard.h
9103         * src/exphtmldlg.c
9104         * src/exphtmldlg.h
9105         * src/expldifdlg.c
9106         * src/expldifdlg.h
9107         * src/export.c
9108         * src/exporthtml.c
9109         * src/exporthtml.h
9110         * src/exportldif.c
9111         * src/exportldif.h
9112         * src/filtering.c
9113         * src/filtering.h
9114         * src/folder.c
9115         * src/folder.h
9116         * src/folder_item_prefs.c
9117         * src/folder_item_prefs.h
9118         * src/foldersel.c
9119         * src/foldersel.h
9120         * src/folderutils.c
9121         * src/folderutils.h
9122         * src/folderview.c
9123         * src/folderview.h
9124         * src/grouplistdialog.c
9125         * src/grouplistdialog.h
9126         * src/html.c
9127         * src/html.h
9128         * src/image_viewer.c
9129         * src/image_viewer.h
9130         * src/imap.c
9131         * src/imap.h
9132         * src/imap_gtk.c
9133         * src/imap_gtk.h
9134         * src/import.c
9135         * src/import.h
9136         * src/importldif.c
9137         * src/importldif.h
9138         * src/importmutt.c
9139         * src/importmutt.h
9140         * src/importpine.c
9141         * src/importpine.h
9142         * src/inc.c
9143         * src/inc.h
9144         * src/jpilot.c
9145         * src/jpilot.h
9146         * src/ldapctrl.c
9147         * src/ldapctrl.h
9148         * src/ldaplocate.c
9149         * src/ldaplocate.h
9150         * src/ldapquery.c
9151         * src/ldapquery.h
9152         * src/ldapserver.c
9153         * src/ldapserver.h
9154         * src/ldaputil.c
9155         * src/ldaputil.h
9156         * src/ldif.c
9157         * src/ldif.h
9158         * src/localfolder.c
9159         * src/localfolder.h
9160         * src/main.c
9161         * src/main.h
9162         * src/mainwindow.c
9163         * src/mainwindow.h
9164         * src/manual.c
9165         * src/manual.h
9166         * src/matcher.c
9167         * src/matcher.h
9168         * src/matcher_parser.h
9169         * src/matcher_parser_lex.l
9170         * src/matcher_parser_parse.y
9171         * src/mbox.c
9172         * src/mbox.h
9173         * src/message_search.c
9174         * src/message_search.h
9175         * src/messageview.c
9176         * src/messageview.h
9177         * src/mh.c
9178         * src/mh.h
9179         * src/mh_gtk.c
9180         * src/mh_gtk.h
9181         * src/mimeview.c
9182         * src/mimeview.h
9183         * src/msgcache.c
9184         * src/msgcache.h
9185         * src/mutt.c
9186         * src/mutt.h
9187         * src/news.c
9188         * src/news.h
9189         * src/news_gtk.c
9190         * src/news_gtk.h
9191         * src/noticeview.c
9192         * src/noticeview.h
9193         * src/partial_download.c
9194         * src/partial_download.h
9195         * src/pine.c
9196         * src/pine.h
9197         * src/pop.c
9198         * src/pop.h
9199         * src/prefs_account.c
9200         * src/prefs_account.h
9201         * src/prefs_actions.c
9202         * src/prefs_actions.h
9203         * src/prefs_common.c
9204         * src/prefs_common.h
9205         * src/prefs_compose_writing.c
9206         * src/prefs_compose_writing.h
9207         * src/prefs_customheader.c
9208         * src/prefs_customheader.h
9209         * src/prefs_display_header.c
9210         * src/prefs_display_header.h
9211         * src/prefs_ext_prog.c
9212         * src/prefs_ext_prog.h
9213         * src/prefs_filtering.c
9214         * src/prefs_folder_column.c
9215         * src/prefs_folder_column.h
9216         * src/prefs_folder_item.c
9217         * src/prefs_folder_item.h
9218         * src/prefs_fonts.c
9219         * src/prefs_fonts.h
9220         * src/prefs_gtk.c
9221         * src/prefs_gtk.h
9222         * src/prefs_image_viewer.c
9223         * src/prefs_image_viewer.h
9224         * src/prefs_matcher.c
9225         * src/prefs_matcher.h
9226         * src/prefs_message.c
9227         * src/prefs_message.h
9228         * src/prefs_msg_colors.c
9229         * src/prefs_msg_colors.h
9230         * src/prefs_other.c
9231         * src/prefs_other.h
9232         * src/prefs_quote.c
9233         * src/prefs_quote.h
9234         * src/prefs_receive.c
9235         * src/prefs_receive.h
9236         * src/prefs_send.c
9237         * src/prefs_send.h
9238         * src/prefs_spelling.c
9239         * src/prefs_spelling.h
9240         * src/prefs_summaries.c
9241         * src/prefs_summaries.h
9242         * src/prefs_summary_column.c
9243         * src/prefs_summary_column.h
9244         * src/prefs_template.c
9245         * src/prefs_template.h
9246         * src/prefs_themes.c
9247         * src/prefs_themes.h
9248         * src/prefs_toolbar.c
9249         * src/prefs_toolbar.h
9250         * src/prefs_wrapping.c
9251         * src/prefs_wrapping.h
9252         * src/privacy.c
9253         * src/privacy.h
9254         * src/procheader.c
9255         * src/procheader.h
9256         * src/procmime.c
9257         * src/procmime.h
9258         * src/procmsg.c
9259         * src/procmsg.h
9260         * src/quote_fmt.c
9261         * src/quote_fmt_parse.y
9262         * src/recv.c
9263         * src/recv.h
9264         * src/remotefolder.c
9265         * src/remotefolder.h
9266         * src/send_message.c
9267         * src/send_message.h
9268         * src/setup.c
9269         * src/setup.h
9270         * src/sourcewindow.c
9271         * src/sourcewindow.h
9272         * src/ssl_manager.c
9273         * src/ssl_manager.h
9274         * src/statusbar.c
9275         * src/statusbar.h
9276         * src/stock_pixmap.c
9277         * src/stock_pixmap.h
9278         * src/summary_search.c
9279         * src/summary_search.h
9280         * src/summaryview.c
9281         * src/summaryview.h
9282         * src/syldap.c
9283         * src/syldap.h
9284         * src/textview.c
9285         * src/textview.h
9286         * src/toolbar.c
9287         * src/toolbar.h
9288         * src/undo.c
9289         * src/undo.h
9290         * src/unmime.c
9291         * src/unmime.h
9292         * src/vcard.c
9293         * src/vcard.h
9294         * src/wizard.c
9295         * src/wizard.h
9296         * src/common/base64.c
9297         * src/common/base64.h
9298         * src/common/defs.h
9299         * src/common/hooks.c
9300         * src/common/hooks.h
9301         * src/common/log.c
9302         * src/common/log.h
9303         * src/common/mgutils.c
9304         * src/common/mgutils.h
9305         * src/common/nntp.c
9306         * src/common/nntp.h
9307         * src/common/passcrypt.c
9308         * src/common/passcrypt.h.in
9309         * src/common/plugin.c
9310         * src/common/plugin.h
9311         * src/common/prefs.c
9312         * src/common/prefs.h
9313         * src/common/progressindicator.c
9314         * src/common/progressindicator.h
9315         * src/common/quoted-printable.c
9316         * src/common/quoted-printable.h
9317         * src/common/session.c
9318         * src/common/session.h
9319         * src/common/smtp.c
9320         * src/common/smtp.h
9321         * src/common/socket.c
9322         * src/common/socket.h
9323         * src/common/ssl.c
9324         * src/common/ssl.h
9325         * src/common/stringtable.c
9326         * src/common/stringtable.h
9327         * src/common/sylpheed.c
9328         * src/common/sylpheed.h
9329         * src/common/template.c
9330         * src/common/template.h
9331         * src/common/timing.h
9332         * src/common/utils.c
9333         * src/common/utils.h
9334         * src/common/version.h.in
9335         * src/common/xml.c
9336         * src/common/xml.h
9337         * src/common/xmlprops.c
9338         * src/common/xmlprops.h
9339         * src/gtk/about.c
9340         * src/gtk/colorlabel.c
9341         * src/gtk/colorlabel.h
9342         * src/gtk/colorsel.c
9343         * src/gtk/colorsel.h
9344         * src/gtk/combobox.c
9345         * src/gtk/combobox.h
9346         * src/gtk/description_window.c
9347         * src/gtk/description_window.h
9348         * src/gtk/filesel.c
9349         * src/gtk/filesel.h
9350         * src/gtk/foldersort.c
9351         * src/gtk/foldersort.h
9352         * src/gtk/gtkaspell.c
9353         * src/gtk/gtkaspell.h
9354         * src/gtk/gtksctree.c
9355         * src/gtk/gtkshruler.c
9356         * src/gtk/gtkshruler.h
9357         * src/gtk/gtkutils.c
9358         * src/gtk/gtkutils.h
9359         * src/gtk/icon_legend.c
9360         * src/gtk/icon_legend.h
9361         * src/gtk/logwindow.c
9362         * src/gtk/logwindow.h
9363         * src/gtk/manage_window.c
9364         * src/gtk/manage_window.h
9365         * src/gtk/pluginwindow.c
9366         * src/gtk/pluginwindow.h
9367         * src/gtk/prefswindow.c
9368         * src/gtk/prefswindow.h
9369         * src/gtk/quicksearch.c
9370         * src/gtk/quicksearch.h
9371         * src/pixmaps/claws-mail.xpm
9372         * src/pixmaps/claws-mail_icon.xpm
9373         * src/pixmaps/claws-mail_logo.xpm
9374         * src/pixmaps/sylpheed-claws.xpm
9375         * src/pixmaps/sylpheed-claws_icon.xpm
9376         * src/pixmaps/sylpheed-claws_logo.xpm
9377         * src/plugins/bogofilter/Makefile.am
9378         * src/plugins/bogofilter/bogofilter.c
9379         * src/plugins/bogofilter/bogofilter.h
9380         * src/plugins/bogofilter/bogofilter_gtk.c
9381         * src/plugins/clamav/Makefile.am
9382         * src/plugins/clamav/clamav_plugin.c
9383         * src/plugins/clamav/clamav_plugin.h
9384         * src/plugins/clamav/clamav_plugin_gtk.c
9385         * src/plugins/demo/Makefile.am
9386         * src/plugins/demo/demo.c
9387         * src/plugins/dillo_viewer/Makefile.am
9388         * src/plugins/dillo_viewer/README
9389         * src/plugins/dillo_viewer/dillo_prefs.c
9390         * src/plugins/dillo_viewer/dillo_prefs.h
9391         * src/plugins/dillo_viewer/dillo_viewer.c
9392         * src/plugins/pgpcore/Makefile.am
9393         * src/plugins/pgpcore/passphrase.c
9394         * src/plugins/pgpcore/passphrase.h
9395         * src/plugins/pgpcore/pgp_viewer.c
9396         * src/plugins/pgpcore/pgp_viewer.h
9397         * src/plugins/pgpcore/plugin.c
9398         * src/plugins/pgpcore/prefs_gpg.c
9399         * src/plugins/pgpcore/prefs_gpg.h
9400         * src/plugins/pgpcore/select-keys.c
9401         * src/plugins/pgpcore/select-keys.h
9402         * src/plugins/pgpcore/sgpgme.c
9403         * src/plugins/pgpcore/sgpgme.h
9404         * src/plugins/pgpcore/sylpheed.def
9405         * src/plugins/pgpcore/version.rc
9406         * src/plugins/pgpinline/Makefile.am
9407         * src/plugins/pgpinline/pgpinline.c
9408         * src/plugins/pgpinline/pgpinline.h
9409         * src/plugins/pgpinline/plugin.c
9410         * src/plugins/pgpinline/sylpheed.def
9411         * src/plugins/pgpinline/version.rc
9412         * src/plugins/pgpmime/Makefile.am
9413         * src/plugins/pgpmime/pgpmime.c
9414         * src/plugins/pgpmime/pgpmime.h
9415         * src/plugins/pgpmime/plugin.c
9416         * src/plugins/pgpmime/sylpheed.def
9417         * src/plugins/pgpmime/version.rc
9418         * src/plugins/spamassassin/Makefile.am
9419         * src/plugins/spamassassin/README
9420         * src/plugins/spamassassin/spamassassin.c
9421         * src/plugins/spamassassin/spamassassin.h
9422         * src/plugins/spamassassin/spamassassin_gtk.c
9423         * src/plugins/trayicon/Makefile.am
9424         * src/plugins/trayicon/trayicon.c
9425         * tools/OOo2sylpheed.pl
9426         * tools/README
9427         * tools/README.sylprint
9428         * tools/acroread2sylpheed.pl
9429         * tools/claws.i18n.status.pl
9430         * tools/filter_conv.pl
9431         * tools/filter_conv_new.pl
9432         * tools/freshmeat_search.pl
9433         * tools/google_search.pl
9434         * tools/kmail2sylpheed.pl
9435         * tools/kmail2sylpheed_v2.pl
9436         * tools/make.themes.project
9437         * tools/multiwebsearch.pl
9438         * tools/nautilus2sylpheed.sh
9439         * tools/outlook2sylpheed.pl
9440         * tools/sylprint.pl
9441         * tools/sylprint.rc
9442         * tools/tb2sylpheed
9443         * tools/textviewer.sh
9444         * tools/vcard2xml.py
9445         * tools/kdeservicemenu/README
9446         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9447         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9448         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9449                 Change name to Claws Mail. Announce to follow...
9450
9451 2006-11-06 [wwp]        2.6.0cvs6
9452
9453         * src/prefs_template.c
9454                 unify messages related to quote format/template errors (fix
9455                 capitalization), again.
9456
9457 2006-11-06 [wwp]        2.6.0cvs5
9458
9459         * src/prefs_quote.c
9460                 unify messages related to quote format/template errors.
9461
9462 2006-11-06 [wwp]        2.6.0cvs4
9463
9464         * src/prefs_msg_colors.c
9465                 more uses of Q_ macro for contextual translations, thanks
9466                 to Fabien (fzzzzz).
9467
9468 2006-11-06 [wwp]        2.6.0cvs3
9469
9470         * src/compose.c
9471         * src/common/utils.c
9472         * src/common/utils.h
9473                 show an alertpanel to make sure users are aware that sensitive
9474                 files are attached (it's file blacklist-based). This will fix
9475                 interaction w/ GoogleEarth for instance, thanks to Colin.
9476
9477 2006-11-06 [wwp]        2.6.0cvs2
9478
9479         * src/prefs_quote.c
9480         * src/prefs_template.c
9481         * src/prefs_template.h
9482                 check quote format when applying/closing prefs. For now this only
9483                 shows up an error dialog box, not preventing the user from using
9484                 a broken quote (reply, forwards) format.
9485
9486 2006-11-06 [wwp]        2.6.0cvs1
9487
9488         * src/prefs_template.c
9489                 fix missing checks of some template fields.
9490
9491 2006-11-06 [paul]       2.6.0
9492
9493         * NEWS
9494         * README
9495         * RELEASE_NOTES
9496                 2.6.0 released
9497
9498 2006-11-06 [paul]       2.5.6cvs22
9499
9500         * manual/advanced.xml
9501         * manual/es/advanced.xml
9502                 put 'respect_flowed_format' info in the correct
9503                 place
9504
9505 2006-11-06 [mones]      2.5.6cvs21
9506
9507         * po/es.po
9508                 Minor fixes for release
9509
9510 2006-11-06 [paul]       2.5.6cvs20
9511
9512         * po/cs.po
9513         * po/de.po
9514         * po/fr.po
9515         * po/it.po
9516         * po/nl.po
9517         * po/pt_BR.po
9518         * po/sk.po
9519         * po/sv.po
9520         * po/zh_CN.po
9521                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9522                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9523                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9524                 Young
9525
9526 2006-11-02 [colin]      2.5.6cvs19
9527
9528         * src/imap.c
9529         * src/imap.h
9530         * src/prefs_account.c
9531         * src/etpan/imap-thread.c
9532                 Add GSSAPI support - fixes Debian bug #383274
9533
9534 2006-11-01 [colin]      2.5.6cvs18
9535
9536         * src/jpilot.c
9537                 Handle libpisock12 support. Probably
9538                 fixes bug 1046, 'jpilot AddressDB.pdb 
9539                 import fail'
9540
9541 2006-11-01 [colin]      2.5.6cvs17
9542
9543         * src/folderutils.c
9544                 debug_print() folderutils_mark_all_read()
9545
9546 2006-11-01 [colin]      2.5.6cvs16
9547
9548         * COPYING
9549                 Add missed files to the Apache exception
9550
9551 2006-10-31 [colin]      2.5.6cvs15
9552
9553         * src/folder.c
9554         * src/folder.h
9555                 Add a copy_private_data() func to FolderClasses
9556                 Doesn't break the feature freeze, because we 
9557                 won't use it (right now) in the core.
9558
9559 2006-10-31 [colin]      2.5.6cvs14
9560
9561         * COPYING
9562                 Allow linking with the Apache licensed files in
9563                 src/plugins/spamassassin. Hopefully fixes 
9564                 bug 1048, 'Spamassassin plugin license problem'
9565
9566 2006-10-31 [wwp]        2.5.6cvs13
9567
9568         * src/compose.c
9569                 fix and optimize trimming of leading linefeeds in body loop.
9570
9571 2006-10-31 [colin]      2.5.6cvs12
9572
9573         * src/etpan/imap-thread.c
9574         * src/imap.c
9575                 Make really sure to have NULL sets in case
9576                 of error
9577
9578 2006-10-30 [wwp]        2.5.6cvs11
9579
9580         * src/prefs_common.c
9581         * src/prefs_common.h
9582         * src/compose.c
9583                 fix broken storage of quote format template when it contains \-escape
9584                 sequences. The application of such sequences is also fixed now (\t
9585                 in quote format will be a real tab instead of a 't', for instance).
9586
9587 2006-10-27 [colin]      2.5.6cvs10
9588
9589         * src/compose.c
9590                 Probably fix bug 1045, 'sylpheed-claws 
9591                 doesn't remove the mail from the IMAP 
9592                 Queue folder after sending'. From
9593                 2.5.6cvs3-stable
9594
9595 2006-10-27 [colin]      2.5.6cvs9
9596
9597         * configure.ac
9598                 Require libetpan-0.48. I'm so annoying,
9599                 I know ;-)
9600
9601 2006-10-27 [colin]      2.5.6cvs8
9602
9603         * src/folder.c
9604         * src/imap.c
9605                 Probably fix bug 1044, 'sylpheed-claws 
9606                 segfaults while moving mails' - Fix relation
9607                 usage when moving to an IMAP mailbox from another
9608                 mailbox
9609
9610 2006-10-26 [paul]       2.5.6cvs7
9611
9612         * src/gtk/about.c
9613                 add libSM to compiled-in features
9614                 list
9615
9616 2006-10-24 [colin]      2.5.6cvs6
9617
9618         * src/textview.c
9619         * src/gtk/gtkutils.c
9620                 Fix crash when printing emails with an
9621                 xface
9622
9623 2006-10-24 [mones]      2.5.6cvs5
9624
9625         * manual/es/advanced.xml
9626                 Synchronize hidden option respect_flowed_format
9627         * po/es.po
9628                 Updated translation
9629
9630 2006-10-21 [paul]       2.5.6cvs4
9631
9632         * src/gtk/authors.h
9633         * src/plugins/pgpcore/pgp_viewer.c
9634         * src/plugins/pgpcore/sgpgme.c
9635                 fix building on BSDs
9636                 Thanks to Michael Hughes
9637                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9638
9639 2006-10-20 [colin]      2.5.6cvs3
9640
9641         * configure.ac
9642                 Bump up libetpan requirement
9643                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9644         * src/common/utils.c
9645         * src/common/utils.h
9646                 Add convenience get_file_mtime()
9647         * src/imap.c
9648         * src/etpan/imap-thread.c
9649         * src/etpan/imap-thread.h
9650                 Implement UIDPLUS support if the server
9651                 supports it - faster sending in this case
9652
9653 2006-10-19 [colin]      2.5.6cvs2
9654
9655         * src/gtk/quicksearch.c
9656                 Fix emptying in type-ahead+extended mode
9657         * src/mainwindow.c
9658         * src/mainwindow.h
9659                 Add a hook for offline state change
9660         * src/plugins/trayicon/trayicon.c
9661                 Use it to display offline icons
9662         * src/plugins/trayicon/Makefile.am
9663         * src/plugins/trayicon/newmail.offline.xpm
9664         * src/plugins/trayicon/newmarkedmail.offline.xpm
9665         * src/plugins/trayicon/nomail.offline.xpm
9666         * src/plugins/trayicon/unreadmail.offline.xpm
9667         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9668                 Add the icons
9669
9670 2006-10-12 [paul]       2.5.6cvs1
9671
9672         * NEWS
9673         * README
9674         * configure.ac
9675                 Update version number following
9676                 stable release
9677
9678 2006-10-19 [colin]      2.5.5cvs18
9679
9680         * manual/handling.xml
9681                 Add type-ahead search
9682
9683 2006-10-18 [colin]      2.5.5cvs17
9684
9685         * src/gtk/quicksearch.c
9686                 Remove "save to history only if there's
9687                 no syntax error", it breaks for some 
9688                 reason which I'll investigate later.
9689
9690 2006-10-18 [colin]      2.5.5cvs16
9691
9692         * src/prefs_common.c
9693         * src/prefs_common.h
9694         * src/summaryview.c
9695         * src/gtk/quicksearch.c
9696         * src/gtk/quicksearch.h
9697                 Add a type-ahead option for fast searches
9698                 Patch by Fabien Vantard
9699
9700 2006-10-18 [colin]      2.5.5cvs15
9701
9702         * src/compose.c
9703         * src/compose.h
9704                 Add Options/Reply mode/ menu to be able to
9705                 change the recipients of a reply on the fly
9706
9707 2006-10-18 [colin]      2.5.5cvs14
9708
9709         * src/compose.c
9710                 Fix redirecting of our own sent mails
9711
9712 2006-10-17 [wwp]        2.5.5cvs13
9713
9714         * src/send_message.c
9715                 Fix duplicate error messages when sending, and missing
9716                 newline in such error messages.
9717
9718 2006-10-17 [colin]      2.5.5cvs12
9719
9720         * src/compose.c
9721                 Compare addresses case-insensitive
9722
9723 2006-10-17 [colin]      2.5.5cvs11
9724
9725         * src/plugins/pgpcore/sgpgme.c
9726                 Fix return status
9727
9728 2006-10-17 [colin]      2.5.5cvs10
9729
9730         * src/plugins/pgpcore/pgp_viewer.c
9731                 Fix return status
9732
9733 2006-10-17 [colin]      2.5.5cvs9
9734
9735         * src/quote_fmt.c
9736                 Fix a typo (thanks to Fabien)
9737
9738 2006-10-16 [colin]      2.5.5cvs8
9739
9740         * src/textview.c
9741                 Fix problem with quote-folding when emails
9742                 don't convert cleanly to UTF-8
9743
9744 2006-10-14 [colin]      2.5.5cvs7
9745
9746         * src/prefs_template.c
9747                 Reset fields when reopening
9748                 the window
9749
9750 2006-10-13 [paul]       2.5.5cvs6
9751
9752         * manual/advanced.xml
9753         * src/prefs_message.c
9754                 make 'respect_flowed_format' a hidden
9755                 option, and add a manual entry for it
9756                 Thanks to Colin
9757
9758 2006-10-12 [colin]      2.5.5cvs5
9759
9760         * src/codeconv.c
9761                 Revert part of 2.5.2cvs21:
9762                 Don't optimise by reusing the 
9763                 last iconv converter if possible:
9764                 it seems slightly broken in a 
9765                 very hard way to reproduce
9766
9767 2006-10-12 [colin]      2.5.5cvs4
9768
9769         * src/prefs_common.c
9770         * src/prefs_common.h
9771         * src/prefs_message.c
9772         * src/procmime.c
9773                 Fix bug 1035, 'Incorrect handling 
9774                 of flowed lines'. We now optionnaly
9775                 handle this format (preference is in
9776                 Message View/Text options section)
9777
9778 2006-10-12 [colin]      2.5.5cvs3
9779
9780         * po/POTFILES.in
9781                 Add new file
9782         * src/plugins/pgpcore/pgp_viewer.c
9783         * src/plugins/pgpcore/sgpgme.c
9784                 Don't try to import without asking
9785
9786 2006-10-12 [colin]      2.5.5cvs2
9787
9788         * src/compose.c
9789                 Fix bug 1036, 'Forwarding a mutlipart
9790                 mail with a "text/html" block to ms
9791                 outlook users leeds to freeze of
9792                 outlook'. Poor outlook users...
9793
9794 2006-10-12 [paul]       2.5.5cvs1
9795
9796         * NEWS
9797         * README
9798         * configure.ac
9799                 Update version number following
9800                 stable release
9801
9802 2006-10-11 [paul]       2.5.4cvs1
9803
9804         * NEWS
9805         * README
9806         * configure.ac
9807                 Update version number following
9808                 stable release
9809
9810 2006-10-11 [paul]       2.5.3cvs32
9811
9812         * src/textview.c
9813                 fix bug 1032, 'Segmentation fault when showing
9814                 message' (bug in quote folding)
9815                 Thanks to Colin
9816
9817 2006-10-10 [colin]      2.5.3cvs31
9818
9819         * src/quote_fmt.c
9820                 Rephrase english a bit
9821
9822 2006-10-10 [colin]      2.5.3cvs30
9823
9824         * src/prefs_compose_writing.c
9825                 Stop making the page larger than the window
9826
9827 2006-10-10 [wwp]        2.5.3cvs29
9828
9829         * src/compose.c
9830         * src/prefs_template.c
9831         * src/quote_fmt.c
9832         * src/quote_fmt.h
9833         * src/quote_fmt_lex.l
9834         * src/quote_fmt_parse.y
9835                 Extend the quote parser a bit: allow to get access to
9836                 basic (composing) account info.
9837
9838 2006-10-10 [colin]      2.5.3cvs28
9839
9840         * src/procheader.c
9841                 Fix this \t problem in subject
9842
9843 2006-10-09 [colin]      2.5.3cvs27
9844
9845         * src/main.c
9846         * src/prefs_gtk.c
9847                 Prepare cache a bit later
9848                 If section already exists, skip the new one 
9849                 (as previously); avoid writing the same block
9850                 twice - if we find a second block with the 
9851                 same id, skip it.
9852         * src/plugins/pgpcore/pgp_viewer.c
9853                 Set cursor to busy when retrieving a key
9854         * src/plugins/pgpcore/sgpgme.c
9855                 allow 5 seconds for gpg to export the key
9856                 
9857
9858 2006-10-09 [colin]      2.5.3cvs26
9859
9860         * configure.ac
9861         * src/msgcache.c
9862         * src/prefs_gtk.c
9863                 Check for existence of fgets_unlocked
9864                 and fwrite_unlocked
9865
9866 2006-10-09 [paul]       2.5.3cvs25
9867
9868         * src/prefs_summaries.c
9869                 replace strftime() with fast_strftime() and in
9870                 the consequence fix the bug in the display of
9871                 AM/PM in the 'Example' string
9872
9873 2006-10-09 [ticho]      2.5.3cvs24
9874
9875         * po/sk.po
9876                 Updated (and fixed up somewhat) Slovak translation.
9877
9878 2006-10-08 [colin]      2.5.3cvs23
9879
9880         * src/prefs_folder_item.c
9881                 Explain why prefs in the top-level folder
9882                 aren't retained, but are still useful
9883
9884 2006-10-08 [colin]      2.5.3cvs22
9885
9886         * src/prefs_gtk.c
9887                 Don't cache anything if caching fails
9888
9889 2006-10-08 [colin]      2.5.3cvs21
9890
9891         * src/common/utils.c
9892                 always include gi18n.h
9893
9894 2006-10-07 [colin]      2.5.3cvs20
9895
9896         * src/plugins/pgpcore/pgp_viewer.c
9897                 Kill gpg after 5 seconds wait
9898
9899 2006-10-07 [colin]      2.5.3cvs19
9900
9901         * src/plugins/pgpcore/pgp_viewer.c
9902         * src/plugins/pgpcore/pgp_viewer.h
9903                 Fix copyright
9904
9905 2006-10-07 [colin]      2.5.3cvs18
9906
9907         * src/plugins/pgpcore/pgp_viewer.c
9908         * src/plugins/pgpcore/pgp_viewer.h
9909                 Actually add the files to CVS
9910
9911 2006-10-07 [colin]      2.5.3cvs17
9912
9913         * src/plugins/pgpcore/sgpgme.c
9914                 Be sure not to crash on 'application/pgp-signature' that
9915                 are not application/pgp-signatures
9916
9917 2006-10-07 [colin]      2.5.3cvs16
9918
9919         * src/textview.c
9920         * src/textview.h
9921                 Make a bit more of the API available
9922         * src/plugins/pgpcore/Makefile.am
9923         * src/plugins/pgpcore/plugin.c
9924         * src/plugins/pgpcore/sgpgme.c
9925                 Add basic key import/export
9926
9927 2006-10-07 [colin]      2.5.3cvs15
9928
9929         * src/folderview.c
9930         * src/imap.c
9931         * src/prefs_account.c
9932         * src/wizard.c
9933                 Warn users *everywhere* if libetpan's not
9934                 linked in
9935
9936 2006-10-06 [mones]      2.5.3cvs14
9937
9938         * po/de.po
9939         * po/es.po
9940                 updated by Stephan Sachse and me
9941
9942 2006-10-06 [colin]      2.5.3cvs13
9943
9944         * src/main.c
9945         * src/common/sylpheed.c
9946                 Don't load common plugins if --exit is passed
9947         * src/prefs_gtk.c
9948         * src/prefs_gtk.h
9949                 Implement a cache to avoid reading the same
9950                 files over and over again at startup
9951
9952 2006-10-06 [colin]      2.5.3cvs12
9953
9954         * src/summaryview.c
9955         * src/gtk/quicksearch.c
9956                 Update display every 5k mails on fast searches
9957
9958 2006-10-06 [colin]      2.5.3cvs11
9959
9960         * src/textview.c
9961                 Don't do quote folding on HTML or ERTF.
9962                 May fix the Cygwin issues if they were
9963                 happening with HTML mails?
9964
9965 2006-10-05 [colin]      2.5.3cvs10
9966
9967         * src/prefs_gtk.c
9968                 Oops, forgot one
9969
9970 2006-10-05 [colin]      2.5.3cvs9
9971
9972         * src/prefs_gtk.c
9973                 Use unlocked_stdio here too
9974
9975 2006-10-05 [colin]      2.5.3cvs8
9976
9977         * src/folderview.c
9978                 Fix go to next * after preferences apply
9979         * src/msgcache.c
9980                 Do the fd lock/unlock ourselves instead of
9981                 letting the libc do it at each write 
9982
9983 2006-10-05 [colin]      2.5.3cvs7
9984
9985         * src/common/utils.c
9986                 Faster division, thanks to Jean Diraison
9987
9988 2006-10-05 [paul]       2.5.3cvs6
9989
9990         * src/common/utils.c
9991                 fix building with --disable-nls
9992
9993 2006-10-04 [colin]      2.5.3cvs5
9994
9995         * src/folder.c
9996                 Maybe fix a segfault
9997
9998 2006-10-04 [wwp]        2.5.3cvs4
9999
10000         * src/prefs_folder_item.c
10001                 Fine-tune layouts in folder item prefs. Suggested by
10002                 Fabien Vantard <fzzzzz@gmail.com>.
10003
10004 2006-10-04 [wwp]        2.5.3cvs3
10005
10006         * src/prefs_folder_item.c
10007                 Kill the clandestine passengers. You didn't see anything.
10008
10009 2006-10-04 [wwp]        2.5.3cvs2
10010
10011         * src/prefs_folder_item.c
10012                 Add a way to test the subject simplify regexp in
10013                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
10014                 w/ few layout changes.
10015
10016 2006-20-04 [paul]       2.5.3cvs1
10017
10018         * NEWS
10019         * README
10020         * configure.ac
10021                 Update version number following
10022                 stable release
10023
10024 2006-10-04 [colin]      2.5.2cvs42
10025
10026         * src/folder.c
10027         * src/folder.h
10028         * src/summaryview.c
10029                 Provide a way for folder classes to set their sort
10030                 type and key
10031
10032 2006-10-03 [colin]      2.5.2cvs41
10033
10034         * src/mh.c
10035                 Don't use strlen() to know if the
10036                 string's empty
10037
10038 2006-10-03 [colin]      2.5.2cvs40
10039
10040         * src/mh.c
10041                 Fix "check for new folders" with accentued folders
10042
10043 2006-10-03 [ticho]      2.5.2cvs39
10044
10045         * src/filtering.c
10046         * src/folder.c
10047         * src/inc.c
10048         * src/mbox.c
10049                 Colin's fix for "copy" filtering rules.
10050
10051 2006-10-02 [colin]      2.5.2cvs38
10052
10053         * src/folderview.c
10054                 Fix for double-click too
10055
10056 2006-10-02 [colin]      2.5.2cvs37
10057
10058         * src/folderview.c
10059                 correct fix for cvs36
10060
10061 2006-10-02 [colin]      2.5.2cvs36
10062
10063         * src/folderview.c
10064                 Fix 'goto next unread' after collapsing/expanding 
10065                 a node.
10066
10067 2006-10-02 [colin]      2.5.2cvs35
10068
10069         * src/summaryview.c
10070                 Fix double freeze/thaw
10071         * src/common/utils.c
10072         * src/common/utils.h
10073                 Reimplement strftime
10074         * src/procheader.c
10075                 Use it
10076
10077
10078 2006-10-02 [colin]      2.5.2cvs34
10079
10080         * src/mh.c
10081                 Time mh_write_sequences() - it's fast
10082         * src/summaryview.c
10083                 Init a variable to shut up gcc
10084
10085 2006-10-01 [colin]      2.5.2cvs33
10086
10087         * src/folder.c
10088         * src/mh.c
10089         * src/mh.h
10090         * src/msgcache.c
10091                 Add helper mh_set_mtime(), and set mtime to stat()'s result
10092                 Add fsync but disable it, it's slow as hell
10093
10094 2006-10-01 [colin]      2.5.2cvs32
10095
10096         * src/mh.c
10097         * src/msgcache.c
10098                 fflush() caches and mh_sequences before
10099                 fclose()ing
10100
10101 2006-10-01 [colin]      2.5.2cvs31
10102
10103         * src/msgcache.c
10104                 Don't ftruncate when not using mmap
10105
10106 2006-09-30 [colin]      2.5.2cvs30
10107
10108         * src/main.c
10109                 Write folder list *after* saving caches
10110
10111 2006-09-30 [colin]      2.5.2cvs29
10112
10113         * src/folder.c
10114         * src/mh.c
10115                 Debug forced mtime changes
10116
10117 2006-09-30 [colin]      2.5.2cvs28
10118
10119         * src/folder.c
10120         * src/main.c
10121                 Remove useless debug_print()s (code
10122                 well-tested)
10123
10124 2006-09-30 [colin]      2.5.2cvs27
10125
10126         * src/mh.c
10127                 Do stuff faster when writing mh_sequences
10128
10129 2006-09-30 [colin]      2.5.2cvs26
10130
10131         * src/mh.c
10132                 Don't let the writing of .mh_sequences, which
10133                 can change the folder's mtime, let us think
10134                 we need to scan.
10135
10136 2006-09-30 [colin]      2.5.2cvs25
10137
10138         * src/folder.c
10139                 Move a debug_print where it belongs 
10140                 (processing)
10141         * src/summaryview.c
10142                 Don't mess with a huge slow subject
10143                 table if we're not threading by
10144                 subject
10145
10146 2006-09-30 [colin]      2.5.2cvs24
10147
10148         * src/msgcache.c
10149                 Reenable mmaped reads (*not* writes!)
10150         * src/procmsg.c
10151                 Don't destroy and recreate hashtables just
10152                 for fun
10153         * src/common/utils.c
10154                 Remove useless reply prefixes (it's case
10155                 unsensitive)
10156
10157 2006-09-30 [wwp]        2.5.2cvs23
10158
10159         * tools/fix_date.sh
10160                 Fixed a minor bug in date value extraction, added a switch
10161                 to replace non RFC-compliant Date: value, added a switch
10162                 to use strict RFC matching patterns for dates.
10163
10164 2006-09-29 [colin]      2.5.2cvs22
10165
10166         * src/matcher_parser.h
10167         * src/matcher_parser_parse.y
10168         * src/prefs_filtering.c
10169         * src/statusbar.c
10170         * src/summary_search.c
10171         * src/summaryview.c
10172         * src/gtk/quicksearch.c
10173         * src/gtk/quicksearch.h
10174                 Optimise searches by setting different
10175                 refresh intervals (depending if the 
10176                 search is fast or not)
10177
10178 2006-09-29 [colin]      2.5.2cvs21
10179
10180         * src/codeconv.c
10181                 Optimise by reusing the last iconv converter
10182                 if possible
10183         * src/textview.c
10184                 Optimise a bit (the foldable quotes feature
10185                 still has an awful O(n^2) algo
10186
10187 2006-09-29 [colin]      2.5.2cvs20
10188
10189         * src/gtk/gtksctree.c
10190         * src/gtk/gtksctree.h
10191                 Optimise de-selection via up/down or
10192                 another key
10193
10194 2006-09-28 [colin]      2.5.2cvs19
10195
10196         * src/action.c
10197         * src/compose.c
10198         * src/folderview.c
10199         * src/mainwindow.c
10200         * src/messageview.c
10201         * src/summary_search.c
10202         * src/toolbar.c
10203                 Avoid using summaryview->ctree directly
10204
10205 2006-09-28 [colin]      2.5.2cvs18
10206
10207         * src/summaryview.c
10208         * src/summaryview.h
10209                 Add helpers to freeze/thaw/grab_focus
10210                 Factorize calls to freeze/thaw/grab_focus
10211                 
10212
10213 2006-09-28 [colin]      2.5.2cvs17
10214
10215         * src/main.c
10216                 More guards for the session management
10217
10218 2006-09-28 [colin]      2.5.2cvs16
10219
10220         * src/folderview.c
10221         * src/gtk/gtksctree.c
10222         * src/gtk/gtksctree.h
10223                 Make expanding not recursive in folderview
10224
10225 2006-09-28 [colin]      2.5.2cvs15
10226
10227         * src/addressbook.c
10228                 If nothing is selected in the list (right part)
10229                 and a group is selected in the tree (left part),
10230                 mail this group.
10231
10232 2006-09-28 [colin]      2.5.2cvs14
10233
10234         * src/Makefile.am
10235                 Actually use SM_LIBS
10236
10237 2006-09-28 [ticho]      2.5.2cvs13
10238
10239         * src/export.c
10240         * src/messageview.c
10241         * src/mimeview.c
10242         * src/news.c
10243         * src/pop.c
10244         * src/prefs_themes.c
10245         * src/procmsg.c
10246                 Small i18n string optimization.
10247         * src/send_message.c
10248         * src/summaryview.c
10249         * src/common/session.c
10250         * src/common/smtp.c
10251         * src/common/ssl_certificate.c
10252         * src/common/utils.c
10253                 Use "Couldn't" instead of "Can't" in UI messages,
10254                 where appropriate.
10255
10256 2006-09-28 [colin]      2.5.2cvs12
10257
10258         * configure.ac
10259                 Possibly fix link errors
10260
10261 2006-09-27 [wwp]        2.5.2cvs11
10262
10263         * src/gtk/authors.h
10264         * doc/man/sylpheed-claws.1
10265         * manual/ack.xml
10266         * manual/es/ack.xml
10267         * manual/fr/ack.xml
10268         * manual/pl/ack.xml
10269                 Updated authors info (me, myself and I).
10270
10271 2006-09-27 [colin]      2.5.2cvs10
10272
10273         * src/addressbook.c
10274                 Remove useless printf
10275
10276 2006-09-27 [wwp]        2.5.2cvs9
10277
10278         * src/editgroup.c
10279         * src/send_message.c
10280         * src/inc.c
10281         * src/prefs_common.c
10282         * src/prefs_common.h
10283         * src/gtk/progressdialog.c
10284                 remember more windows' sizes (send dialog, received dialog,
10285                 edit group in addressbook).
10286
10287 2006-09-27 [colin]      2.5.2cvs8
10288
10289         * configure.ac
10290         * src/main.c
10291         * src/mainwindow.h
10292                 Use libSM to communicate with the session
10293                 manager, so that we can know when the 
10294                 session ends, save our caches, and draft
10295                 our compose windows.
10296
10297 2006-09-27 [colin]      2.5.2cvs7
10298
10299         * src/addressbook.c
10300                 Fix issues:
10301                 o Allow Book and Group creation from the tree's
10302                   contextual menu
10303                 o Do not actually delete the contacts when 
10304                   deleting groups from the tree (duh!)
10305
10306 2006-09-27 [colin]      2.5.2cvs6
10307
10308         * src/compose.c
10309         * src/compose.h
10310         * src/mainwindow.c
10311         * src/textview.c
10312         * src/toolbar.c
10313                 o Allow passing an email address to 
10314                   compose_new_with_folderitem
10315                 o Update callers
10316                 o Use current folderitem when clicking
10317                   on a TextView mailto: link
10318                 o Fix a possible leak in TextView
10319
10320 2006-09-27 [colin]      2.5.2cvs5
10321
10322         * src/html.c
10323                 Use UTF-8 chars to replace HTML entities
10324
10325 2006-09-27 [colin]      2.5.2cvs4
10326
10327         * AUTHORS
10328         * src/prefs_account.c
10329         * src/gtk/authors.h
10330                 Fix bug #1024 (Array index out of
10331                 range in sylpheed-claws-2.5.2)
10332                 Patch by Ales Nosek <anosek@suse.cz>
10333
10334 2006-09-27 [colin]      2.5.2cvs3
10335
10336         * src/addr_compl.c
10337                 Actually do the test
10338
10339 2006-09-27 [colin]      2.5.2cvs2
10340
10341         * src/addr_compl.c
10342         * src/addr_compl.h
10343                 Allow completing with comma (in certain cases: vCalendar
10344                 for example doesn't support that)
10345                 Patch by Fabien Vantard
10346
10347 2006-09-26 [colin]      2.5.2cvs1
10348
10349         * src/Makefile.am
10350         * src/addr_compl.c
10351         * src/addr_compl.h
10352         * src/addrbook.c
10353         * src/addrbook.h
10354         * src/addressbook.c
10355         * src/addrindex.c
10356         * src/addrindex.h
10357         * src/compose.c
10358         * src/prefs_common.c
10359         * src/prefs_filtering_action.c
10360         * src/prefs_folder_item.c
10361         * src/prefs_template.c
10362         * src/stock_pixmap.c
10363         * src/stock_pixmap.h
10364         * src/pixmaps/addr_one.xpm
10365         * src/pixmaps/addr_two.xpm
10366                 Add auto-completion on groups
10367
10368 2006-09-26 [colin]      2.5.2
10369
10370         * NEWS
10371         * README
10372         * RELEASE_NOTES
10373                 2.5.2 released
10374
10375 2006-09-26 [colin]      2.5.1cvs5
10376
10377         * src/matcher.c
10378                 Fix condition
10379
10380 2006-09-26 [colin]      2.5.1cvs4
10381
10382         * src/mbox.c
10383                 Revert cvs1 (useless as the message is printed 
10384                 every 500 mails)
10385
10386 2006-09-26 [colin]      2.5.1cvs3
10387
10388         * src/partial_download.c
10389                 Fix crasher found by Alexsandar Urosevic
10390
10391 2006-09-26 [colin]      2.5.1cvs2
10392
10393         * src/summaryview.c
10394                 Fix bug #1023 (Sylpheed deletes too much messages)
10395
10396 2006-09-26 [ticho]      2.5.1cvs1
10397
10398         * src/mbox.c
10399                 Make use of gettext's multiple plurals for statusbar
10400                 progress message.
10401
10402 2006-09-25 [paul]       2.5.1
10403
10404         * NEWS
10405         * README
10406         * RELEASE_NOTES
10407                 2.5.1 released
10408
10409 2006-09-25 [colin]      2.5.0cvs3
10410
10411         * src/plugins/bogofilter/bogofilter.c
10412         * src/plugins/clamav/clamav_plugin.c
10413         * src/plugins/spamassassin/spamassassin.c
10414                 BogoFilter, Spamassassin: Fix double hook registering after
10415                 visiting preferences
10416                 Spamassassin, Clamav: Just set the mails to move instead of
10417                 doing the move - caller will move the things at once.
10418
10419 2006-09-25 [colin]      2.5.0cvs2
10420
10421         * src/imap.c
10422         * src/etpan/imap-thread.c
10423                 Use UID SEARCH ALL instead of UID 1:*
10424                 (braindead servers can't figure out that's
10425                 the same...)
10426
10427 2006-09-25 [wwp]        2.5.0cvs1
10428
10429         * src/message_search.c
10430                 Added the ability to stop a running search (in message body).
10431
10432 2006-09-25 [paul]       2.5.0
10433
10434         * NEWS
10435         * README
10436         * RELEASE_NOTES
10437                 2.5.0 released
10438
10439 2006-09-25 [paul]       2.4.0cvs214
10440
10441         * po/cs.po
10442         * po/de.po
10443         * po/fi.po
10444         * po/fr.po
10445         * po/nl.po
10446         * po/pt_BR.po
10447         * po/sk.po
10448         * po/sr.po
10449         * po/zh_CN.po
10450                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10451                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10452                 Ticho, Aleksander Urosevic, Ralgh Young
10453
10454 2006-09-24 [mones]      2.4.0cvs213
10455
10456         * po/es.po
10457                 Updated for release
10458
10459 2006-09-23 [colin]      2.4.0cvs212
10460
10461         * src/gtk/inputdialog.c
10462                 Fix [ ] remember this appearing in normal
10463                 input dialogs after it's been used by
10464                 mimeview.
10465         * src/folder.c
10466         * src/folderview.c
10467         * src/msgcache.c
10468         * src/procmsg.c
10469         * src/summaryview.c
10470         * src/textview.c
10471         * src/common/timing.h
10472                 Enable timings in debug mode and make it
10473                 look prettier.
10474
10475 2006-09-22 [colin]      2.4.0cvs211
10476
10477         * README
10478                 Revert test change
10479         * commitHelper
10480                 ping the correct URI
10481
10482 2006-09-22 [colin]      2.4.0cvs210
10483
10484         * README
10485                 Let's see if bug #1022 is fixed
10486
10487 2006-09-21 [colin]      2.4.0cvs209
10488
10489         * src/wizard.c
10490         * src/common/plugin.c
10491                 Prepare infra to load predefined plugins when
10492                 no configuration existed. Don't actually load
10493                 anything yet (feat. freeze)
10494
10495 2006-09-21 [wwp]        2.4.0cvs208
10496
10497         * manual/fr/faq.xml
10498                 Partial sync w/ 2.4.0cvs72:
10499                 wrap file and minor updates.
10500
10501 2006-09-21 [wwp]        2.4.0cvs207
10502
10503         * tools/fix_date.sh
10504                 several fixes and enhancements. A new --force switch has been
10505                 added to prevent overriding by default Date: header when
10506                 already existing.
10507
10508 2006-09-21 [paul]       2.4.0cvs206
10509
10510         * src/common/utils.c
10511                 add Chinese UTF8 Re prefix
10512
10513 2006-09-21 [wwp]        2.4.0cvs205
10514
10515         * tools/Makefile.am
10516                 Fics alfabettical order.
10517
10518 2006-09-21 [wwp]        2.4.0cvs204
10519
10520         * tools/fix_date.sh
10521         * tools/Makefile.am
10522                 Added an action tool to fix missing Date field in emails.
10523                 Updated Makefile.am to reflect those last two additions.
10524
10525 2006-09-21 [wwp]        2.4.0cvs203
10526
10527         * tools/uuooffice
10528                 Added a action tool to open uuencoded docs w/
10529                 OpenOffice (based on uudec method).
10530
10531 2006-09-21 [colin]      2.4.0cvs202
10532
10533         * src/compose.c
10534         * src/textview.c
10535                 Workaround possible GTK crash: remove selection 
10536                 clipboard before destroying widget, or GTK+-2.10
10537                 dies. Thanks to Hiro.
10538
10539 2006-09-20 [colin]      2.4.0cvs201
10540
10541         * src/compose.c
10542                 Fix free-after-use in some cases (when 
10543                 procmime_encode_content() frees mimeinfo->data.mem
10544                 and turns it to a temp file)
10545
10546 2006-09-20 [colin]      2.4.0cvs200
10547
10548         * src/folderview.c
10549         * src/summaryview.c
10550         * src/gtk/gtksctree.c
10551         * src/gtk/gtksctree.h
10552                 Add tooltips in the folderview and summaryview
10553                 (Doesn't break string freeze as they already
10554                 exist)
10555         * src/toolbar.c
10556                 Put the spam button in the default configuration
10557                 if compiled with bogo plugin too
10558
10559 2006-09-19 [colin]      2.4.0cvs199
10560
10561         * src/summaryview.c
10562         * src/summaryview.h
10563                 Update folder name label on folder rename
10564         * src/prefs_matcher.c
10565         * src/gtk/logwindow.h
10566                 Fix warnings
10567                 Patches by Fabien
10568
10569 2006-09-19 [wwp]        2.4.0cvs198
10570
10571         * src/summary_search.c
10572                 fix can't click forward/backward buttons in the
10573                 search messages.
10574
10575 2006-09-18 [paul]       2.4.0cvs197
10576
10577         * src/wizard.c
10578                 add missing bracket, capitalise the A of
10579                 'SpamAssassin'
10580
10581 2006-09-18 [paul]       2.4.0cvs196
10582
10583         * src/compose.c
10584                 fix bug 1012 'crashed upon sending mail
10585                 from compose window'
10586                 Thanks to Colin
10587
10588 2006-09-16 [colin]      2.4.0cvs195
10589
10590         * src/folderview.c
10591                 Fix "real-time" sorting by freezing/thawing
10592
10593 2006-09-16 [colin]      2.4.0cvs194
10594
10595         * manual/faq.xml
10596                 Fix the anti-spam entry a bit
10597
10598 2006-09-16 [colin]      2.4.0cvs193
10599
10600         * src/wizard.c
10601                 Make sure reviewers have no excuse when stating
10602                 Sylpheed-Claws doesn't have antispam capabilities.
10603
10604 2006-09-16 [colin]      2.4.0cvs192
10605
10606         * src/main.c
10607                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10608                 as if the SIGPIPE comes from etpan's thread we could
10609                 trigger a GUI update from this thread.
10610
10611 2006-09-16 [colin]      2.4.0cvs191
10612
10613         * src/summaryview.c
10614                 Init all members of the struct
10615
10616 2006-09-16 [paul]       2.4.0cvs190
10617
10618         * src/account.c
10619                 improvements to the English
10620
10621 2006-09-15 [colin]      2.4.0cvs189
10622
10623         * src/summaryview.c
10624                 HIG order on dialog
10625
10626 2006-09-14 [colin]      2.4.0cvs188
10627
10628         * src/common/socket.c
10629         * src/common/socket.h
10630         * src/common/ssl.c
10631         * src/common/ssl_certificate.c
10632         * src/common/ssl_certificate.h
10633         * src/etpan/imap-thread.c
10634                 the get_fqdn() call done to get canonical name when
10635                 checking an SSL certificate is blocking, which is
10636                 sad as we just did a non-blocking lookup to connect.
10637                 Fix that by letting the fqdn available to the SockInfo,
10638                 and use that in ssl_certificate_check(). For IMAP,
10639                 we don't do it as the lookup's done by libetpan, but
10640                 it's less annoying as IMAP connections as much more
10641                 rare than POP3 connections.
10642
10643 2006-09-14 [paul]       2.4.0cvs187
10644
10645         * manual/advanced.xml
10646                 improvements to the English,
10647                 properly place the new hidden options
10648                 within the alphabetical order
10649         * src/gtk/pluginwindow.c
10650                 improvements to the English
10651
10652 2006-09-14 [colin]      2.4.0cvs186
10653
10654         * src/prefs_common.c
10655         * src/prefs_common.h
10656         * src/gtk/gtksctree.c
10657         * manual/advanced.xml
10658                 New hidden pref, stripes_color_offset, to change
10659                 the value added/substracted to normal bgcolor to
10660                 create the stripes in summaries
10661
10662 2006-09-13 [colin]      2.4.0cvs185
10663
10664         * src/gedit-print.c
10665         * src/messageview.c
10666         * src/messageview.h
10667         * src/summaryview.c
10668         * src/textview.c
10669                 Fix misc. printing issues: 
10670                 - Bad font for linkified headers
10671                 - Different font if the mail was displayed or not
10672                 - Factorize the thing
10673
10674 2006-09-13 [colin]      2.4.0cvs184
10675
10676         * src/common/ssl_certificate.c
10677                 Only get FQDN once when checking certificate
10678
10679 2006-09-13 [colin]      2.4.0cvs183
10680
10681         * src/account.c
10682         * src/gtk/pluginwindow.c
10683                 Misc. GUI fixes by Fabien
10684
10685 2006-09-13 [wwp]        2.4.0cvs182
10686
10687         * configure.ac
10688         * src/common/utils.h
10689         * src/common/utils.c
10690                 get rid of unused wide-char functions.
10691
10692 2006-09-13 [wwp]        2.4.0cvs181
10693
10694         * src/plugins/pgpinline/sylpheed.def
10695         * src/textview.c
10696                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10697                 add privacy_reset_error to the .def file,
10698                 do not fork for an external textviewer.
10699
10700 2006-09-13 [wwp]        2.4.0cvs180
10701
10702         * src/prefs_common.c
10703                 fix broken font entry in prefs (patch issued by the gpg4win team,
10704                 probably by Marcus Brinkmann <marcus@g10code.de>).
10705
10706 2006-09-13 [colin]      2.4.0cvs179
10707
10708         * src/folder.h
10709                 Fix a warning in summaryview.c
10710         * src/mainwindow.c
10711         * src/summaryview.c
10712         * src/summaryview.h
10713                 Add missing Mark/* elements in the
10714                 main menu
10715
10716 2006-09-12 [colin]      2.4.0cvs178
10717
10718         * src/prefs_actions.c
10719         * src/prefs_filtering_action.c
10720         * src/prefs_matcher.c
10721                 Use (New) instead of New everywhere
10722
10723 2006-09-12 [wwp]        2.4.0cvs177
10724
10725         * manual/fr/addrbook.xml
10726         * manual/fr/handling.xml
10727                 updated some quotes in the fr manual to match the fr translation.
10728
10729 2006-09-12 [wwp]        2.4.0cvs176
10730
10731         * src/prefs_matcher.c
10732                 don't store translated string elements in matcher expressions.
10733                 Also fixed a misused of Q_().
10734
10735 2006-09-11 [wwp]        2.4.0cvs175
10736
10737         * src/plugins//bogofilter/bogofilter.c
10738         * src/plugins//clamav/clamav_plugin.c
10739         * src/plugins//demo/demo.c
10740         * src/plugins//dillo_viewer/dillo_viewer.c
10741         * src/plugins//pgpcore/plugin.c
10742         * src/plugins//pgpinline/plugin.c
10743         * src/plugins//pgpmime/plugin.c
10744         * src/plugins//spamassassin/spamassassin.c
10745                 gettext-ize more strings (mostly plugin error messages).
10746
10747 2006-09-11 [colin]      2.4.0cvs174
10748
10749         * src/alertpanel.c
10750                 Make maximum buffer size bigger to avoid
10751                 truncating translated messages. Patch by
10752                 Fabien
10753
10754 2006-09-11 [colin]      2.4.0cvs173
10755
10756         * src/etpan/imap-thread.c
10757                 Fix compilation on OpenBSD, thanks to 
10758                 Landry
10759
10760 2006-09-10 [wwp]        2.4.0cvs172
10761
10762         * manual/account.xml
10763         * manual/addrbook.xml
10764         * manual/handling.xml
10765         * manual/es/handling.xml
10766         * manual/fr/account.xml
10767         * manual/fr/addrbook.xml
10768         * manual/fr/handling.xml
10769                 documented addressbook matching (condition configuration):
10770                   addrbook.xml, en fr
10771                 documented per-account filtering rules (handling/filtering
10772                   section, account section):
10773                   account.xml, handling.xml, en fr
10774                 slightly updated the handling/searching section to tell few
10775                   words about the extended search ability:
10776                   handling.xml, en fr
10777                 added missing <quote></quotes> to Quick Search:
10778                   handling.xml, en fr es
10779                 fixed a typo (auomatically):
10780                   handling.xml, en
10781                 changes revisited by Paul.
10782
10783 2006-09-10 [paul]       2.4.0cvs171
10784
10785         * src/prefs_actions.c
10786         * src/prefs_filtering.c
10787         * src/prefs_template.c
10788                 adjustments to the gui
10789                 Patch by Fabien Vantard (slightly modified)
10790
10791 2006-09-10 [colin]      2.4.0cvs170
10792
10793         * src/summaryview.c
10794                 Check folderitem/summaryview consistency
10795                 (basically automates Update summary). Fixes
10796                 #1011 (wrong (negative) count on unread 
10797                 messages)
10798
10799 2006-09-10 [colin]      2.4.0cvs169
10800
10801         * src/gtk/gtksctree.c
10802                 Fix recursive expansion via mouse
10803         * src/plugins/bogofilter/bogofilter.c
10804                 Use normal filtering way of moving
10805                 messages (batching), possibly fixing
10806                 bug #1015 (Bogofilter plugin doubles 
10807                 new messages)
10808
10809 2006-09-09 [wwp]        2.4.0cvs168
10810
10811         * src/prefs_filtering.c
10812                 better place for this fix.
10813
10814 2006-09-09 [wwp]        2.4.0cvs167
10815
10816         * src/prefs_filtering.c
10817                 fix a minor bug when the enabled status of a filtering/processing
10818                 rule always got set to TRUE when replacing this rule. That still
10819                 make sense when adding a new rule, but now when replacing, we
10820                 don't override the value of 'enabled'.
10821                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10822                 to prefs_filtering_list_view_get_info() as this function not only
10823                 returns the name, but also the account_id and the enabled status.
10824
10825 2006-09-09 [mones]      2.4.0cvs166
10826
10827         * manual/glossary.xml
10828         * manual/plugins.xml
10829                 Minor format corrections
10830         * manual/gpl.xml
10831                 Fix misplaced NO WARRANTY section
10832         * manual/es/advanced.xml
10833         * manual/es/faq.xml
10834         * manual/es/glossary.xml
10835         * manual/es/gpl.xml
10836         * manual/es/handling.xml
10837         * manual/es/plugins.xml
10838         * manual/es/starting.xml
10839                 Incorporate changes from English version
10840         * manual/fr/ack.xml
10841         * manual/pl/ack.xml
10842         * manual/es/ack.xml
10843                 Fix address, (add translation credits in es version)
10844         * po/es.po
10845                 Updated translation
10846
10847 2006-09-09 [wwp]        2.4.0cvs165
10848
10849         * src/prefs_filtering.c
10850                 fix a crash when opening filtering prefs, if matcherrc file contains
10851                 broken data (non-existing account id, which is theoretically not
10852                 possible).
10853
10854 2006-09-08 [colin]      2.4.0cvs164
10855
10856         * src/folder.c
10857                 Wrong assert, make it an if()
10858         * src/gtk/gtksctree.c
10859                 Fix bug #1013 (expand selected thread 
10860                 tree) - expanding is now recursive
10861
10862 2006-09-07 [wwp]        2.4.0cvs163
10863
10864         * src/prefs_matcher.c
10865                 make better sentences about addressbook matching in the
10866                 matcher prefs. This should make translators' work easier
10867                 too.
10868
10869 2006-09-07 [wwp]        2.4.0cvs162
10870
10871         * src/prefs_filtering.c
10872                 code simplification (get rid of dup var. assignment).
10873
10874 2006-09-07 [wwp]        2.4.0cvs161
10875
10876         * src/summaryview.c
10877                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10878                 <fzzzzz@gmail.com>.
10879
10880 2006-09-07 [paul]       2.4.0cvs160
10881
10882         * src/mimeview.c
10883                 fix compilation warnings
10884                 Thanks to Colin
10885
10886 2006-09-07 [paul]       2.4.0cvs159
10887
10888         * src/mimeview.c
10889                 select the mimepart icon when
10890                 displaying as text
10891                 Thanks to Colin
10892
10893 2006-09-06 [paul]       2.4.0cvs158
10894
10895         * src/prefs_filtering.c
10896                 fix labels and table element spacing
10897                 Patch by Fabien Vantard
10898
10899 2006-09-06 [paul]
10900
10901         2.5.0-rc3 released
10902
10903 2006-09-06 [paul]       2.4.0cvs157
10904
10905         * manual/es/advanced.xml
10906                 fix typo
10907
10908 2006-09-06 [wwp]        2.4.0cvs156
10909
10910         * src/mainwindow.c
10911                 fix an dup launch issue when iconified, thanks to Colin.
10912
10913 2006-09-06 [wwp]        2.4.0cvs155
10914
10915         * src/gtk//gtksctree.h
10916                 oops, forgot that one!
10917
10918 2006-09-06 [wwp]        2.4.0cvs154
10919
10920         * manual/pl/advanced.xml
10921         * manual/advanced.xml
10922         * manual/es/advanced.xml
10923         * manual/fr/advanced.xml
10924         * src/prefs_customheader.c
10925         * src/prefs_filtering_action.c
10926         * src/foldersel.c
10927         * src/prefs_summaries.c
10928         * src/prefs_filtering.c
10929         * src/account.c
10930         * src/compose.c
10931         * src/prefs_summary_column.c
10932         * src/addr_compl.c
10933         * src/prefs_actions.c
10934         * src/prefs_folder_column.c
10935         * src/ssl_manager.c
10936         * src/prefs_template.c
10937         * src/prefs_display_header.c
10938         * src/prefs_common.h
10939         * src/prefs_matcher.c
10940         * src/prefs_common.c
10941         * src/prefs_toolbar.c
10942         * src/summaryview.c
10943         * src/folderview.c
10944         * src/gtk/gtksctree.c
10945         * src/gtk/pluginwindow.c
10946         * src/gtk/progressdialog.c
10947         * src/gtk/prefswindow.c
10948                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10949                 to make its meaning more obvious (all versions of the manual reflect
10950                 the change).
10951                 added an extra hidden option use_stripes_in_summary to allow
10952                 discarding these stripes in mainwindow's folder and message lists;
10953                 en and fr manuals only are OK towards this.
10954
10955 2006-09-06 [colin]      2.4.0cvs153
10956
10957         * src/textview.c
10958                 Hide Sylpheed-Claws' internal queue headers
10959                 when showing all headers. They'll be present
10960                 only in Source window.
10961
10962 2006-09-05 [colin]      2.4.0cvs152
10963
10964         * src/plugins/trayicon/trayicon.c
10965                 Fix crash at exit - we have to disconnect
10966                 our handlers
10967         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10968                 Update eggtrayicon - patch adapted from a
10969                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10970                 on Sylpheed's ML
10971
10972 2006-09-05 [colin]      2.4.0cvs151
10973
10974         * src/mainwindow.c
10975         * src/gtk/logwindow.c
10976                 Fix race condition when something writes
10977                 to the log too soon during init. Thanks
10978                 to Fabien Vantard
10979
10980 2006-09-05 [colin]      2.4.0cvs150
10981
10982         * src/mimeview.c
10983                 Don't select part on right-click either
10984
10985 2006-09-05 [paul]       2.4.0cvs149
10986
10987         * src/mimeview.c
10988                 completion of previous commit
10989                 Thanks to Colin
10990
10991 2006-09-05 [colin]      2.4.0cvs148
10992
10993         * src/mimeview.c
10994                 Don't force selection on middle-click, just open
10995
10996 2006-09-04 [colin]      2.4.0cvs147
10997
10998         * src/mimeview.c
10999                 Looks like gtk_notebook_set_current_page()
11000                 sometimes steals focus, and this annoys us
11001                 in MimeViewers as it renders navigation
11002                 keys useless. Take back focus after switching
11003                 pages.
11004
11005 2006-09-04 [colin]      2.4.0cvs146
11006
11007         * src/messageview.c
11008                 Set stop_loading when clicking on Next
11009                 during load. Don't add a callback to 
11010                 avoid over-complicating things.
11011
11012 2006-09-04 [colin]      2.4.0cvs145
11013
11014         * src/mimeview.c
11015         * src/messageview.c
11016                 Fix multiple loads in separate messageview
11017
11018 2006-09-04 [colin]      2.4.0cvs144
11019
11020         * src/summaryview.c
11021                 Let navigation keys be handled during 
11022                 load
11023
11024 2006-09-04 [colin]      2.4.0cvs143
11025
11026         * src/messageview.c
11027         * src/summaryview.c
11028         * src/textview.c
11029         * src/textview.h
11030                 Make loading of huge mails (lots of text and/or
11031                 images) cancellable, so the GUI doesn't block 
11032
11033 2006-09-04 [colin]      2.4.0cvs142
11034
11035         * src/plugins/trayicon/trayicon.c
11036                 Fix annoyance when removing a folder with 
11037                 unread mails: trayicon didn't update
11038
11039 2006-09-04 [paul]       2.4.0cvs141
11040
11041         * src/gtk/icon_legend.c
11042                 straighten up columns
11043                 Patch by Fabien Vantard
11044
11045 2006-09-04 [wwp]        2.4.0cvs140
11046
11047         * src/prefs_filtering.c
11048                 fix new line's account name in filtering prefs:
11049                 was "All", is now "(New)".
11050
11051 2006-09-04 [paul]       2.4.0cvs139
11052
11053         * tools/make.themes.project
11054                 use "AUTOMAKE_OPTIONS = dist-bzip2"
11055                 instead of homebrewed "make release"
11056
11057 2006-09-03 [colin]      2.4.0cvs138
11058
11059         * src/folderview.c
11060                 Fix bug #1007 (Wrong folder highlighted)
11061
11062 2006-09-03 [colin]      2.4.0cvs137
11063
11064         * src/compose.c
11065                 Don't set Newsgroup: header to a mail folder
11066                 path
11067
11068 2006-09-03 [paul]       2.4.0cvs136
11069
11070         * src/prefs_other.c
11071         * src/prefs_spelling.c
11072                 unify the gui
11073
11074 2006-09-03 [paul]       2.4.0cvs135
11075
11076         * src/prefs_summaries.c
11077                 correct menu item text in prefs_keybind_apply_clicked()
11078
11079 2006-09-03 [paul]       2.4.0cvs134
11080
11081         * manual/advanced.xml
11082                 some improvements to the descriptions
11083         * src/mainwindow.c
11084         * src/messageview.c
11085         * src/summaryview.c
11086         * src/gtk/menu.c
11087                 fix menu sensitivity issues
11088         * src/prefs_message.c
11089                 drop the useless word 'short'
11090         * src/prefs_other.c
11091                 add the word 'lines' indicating log length
11092                 is a measure of lines
11093         * src/textview.c
11094                 fix compilation warnings
11095
11096 2006-09-02 [colin]      2.4.0cvs133
11097
11098         * src/messageview.c
11099                 Display a special return-receipt message
11100                 if the message is from the user
11101         * src/summaryview.c
11102                 Fix missing freeze of the list when marking
11103                 all read and unthreading for exec. Thanks
11104                 to Stephan Sachse.
11105
11106 2006-09-02 [paul]       2.4.0cvs132
11107
11108         * src/mainwindow.c
11109         * src/prefs_message.c
11110         * src/summaryview.c
11111                 fix some english
11112
11113 2006-09-02 [wwp]        2.4.0cvs131
11114
11115         * src/prefs_filtering.c
11116                 added an account name column to the filtering rules
11117                 dialog.
11118
11119 2006-09-02 [colin]      2.4.0cvs130
11120
11121         * src/gtk/logwindow.c
11122         * src/gtk/logwindow.h
11123                 Block scrolling if we're not at the end
11124                 of the log
11125
11126 2006-09-02 [colin]      2.4.0cvs129
11127
11128         * src/folder.c
11129                 Make sure account-specific rules can't
11130                 be used in {pre-,post-,}processing
11131         * src/mainwindow.c
11132         * src/gtk/logwindow.c
11133         * src/gtk/logwindow.h
11134                 Jump to last error when clicking on the
11135                 warning icon
11136
11137 2006-09-02 [colin]      2.4.0cvs128
11138
11139         * src/imap.c
11140         * src/import.c
11141         * src/mainwindow.c
11142         * src/mainwindow.h
11143                 Fix warning icon
11144         * src/inc.c
11145         * src/mbox.c
11146         * src/mbox.h
11147                 Let proc_mbox know its account, for
11148                 account-specific rules
11149
11150 2006-09-01 [colin]      2.4.0cvs127
11151
11152         * src/codeconv.c
11153                 Don't uselessly use iconv to convert from
11154                 us-ascii
11155         * src/alertpanel.c
11156         * src/mainwindow.c
11157         * src/mainwindow.h
11158         * src/inc.c
11159                 Fix certain log cases, disable warning icon
11160                 for now, the correct way to display it when
11161                 necessary and only when necessary is probably
11162                 to do it manually rather than use error logs
11163         * src/etpan/imap-thread.c
11164                 Clean up UID logging a bit
11165         * src/gtk/logwindow.c
11166         * src/gtk/logwindow.h
11167                 Make logging faster when the window's closed
11168
11169 2006-09-01 [wwp]        2.4.0cvs126
11170
11171         * manual/fr/account.xml
11172                 reflect changes to the ref. manual (parts of cvs72):
11173                 fix tabnames and quotes.
11174
11175 2006-09-01 [wwp]        2.4.0cvs125
11176
11177         * manual/fr/plugins.xml
11178                 reflect changes to the reference manual (cvs42):
11179                 update IRC channel info.
11180
11181 2006-09-01 [wwp]        2.4.0cvs124
11182
11183         * commitHelper
11184                 use CVSEDITOR env. var. if set, according to `man cvs`.
11185
11186 2006-09-01 [wwp]        2.4.0cvs123
11187
11188         * manual/advanced.xml
11189                 better sentence again (thanks to Paul).
11190
11191 2006-09-01 [wwp]        2.4.0cvs122
11192
11193         * manual/advanced.xml
11194         fix definition of toolbar_detachable and rework a bit the one of
11195         enable_dotted_lines.
11196
11197 2006-09-01 [mones]      2.4.0cvs121
11198
11199         * manual/advanced.xml
11200                 Document enable_dotted_lines
11201
11202 2006-09-01 [paul]       2.4.0cvs120
11203
11204         * src/folderview.c
11205         * src/folderview.h
11206         * src/imap.c
11207         * src/mainwindow.c
11208         * src/summaryview.c
11209                 obey the 'When entering folder...' option
11210                 when using the /View/Go to/... menu items
11211                 Thanks to Colin
11212
11213 2006-08-31 [colin]      2.4.0cvs119
11214
11215         * src/folderview.c
11216                 Revert 2.4.0cvs116, wrong fix.
11217
11218 2006-08-31 [colin]      2.4.0cvs118
11219
11220         * src/gtk/gtksctree.c
11221                 Better state the various copyrights
11222
11223 2006-08-31 [colin]      2.4.0cvs117
11224
11225         * src/prefs_common.c
11226                 fix enable_dotted_lines
11227
11228 2006-08-31 [colin]      2.4.0cvs116
11229
11230         * src/folderview.c
11231                 Use pref "Always open on select" when going
11232                 to next unread folder
11233         * src/gtk/gtksctree.c
11234                 Fix link failure to _gtk_clist_create_cell_layout
11235                 on certain computers. (Why not mine, I wonder)
11236
11237 2006-08-31 [colin]      2.4.0cvs115
11238
11239         * src/procmsg.c
11240         * src/textview.c
11241         * src/plugins/bogofilter/bogofilter.c
11242         * src/plugins/spamassassin/spamassassin.c
11243                 Requalify some "errors" to warnings
11244         * src/mainwindow.c
11245         * src/mainwindow.h
11246         * src/statusbar.c
11247                 Add an icon in the statusbar to notify
11248                 of errors
11249         * src/gtk/gtksctree.c
11250         * src/folderview.c
11251         * src/summaryview.c
11252                 Make the GtkSCTree look more modern by
11253                 alternating background lines
11254         * src/prefs_common.c
11255         * src/prefs_common.h
11256                 Add a pref to let people have the old
11257                 way if they prefer
11258
11259
11260 2006-08-30 [colin]      2.4.0cvs114
11261
11262         * src/procmsg.c
11263         * src/procmsg.h
11264                 Provide a way to filter a list of
11265                 messages in an optimised manner, and
11266                 add a list-filtering hook
11267         * src/folder.c
11268         * src/inc.c
11269         * src/mbox.c
11270                 Use the list filtering
11271         * src/plugins/bogofilter/bogofilter.c
11272                 Use the list-filtering hook
11273                 Use -b (bulk) mode for more speed
11274                 when learning and filtering
11275         * src/etpan/imap-thread.c
11276                 Make log output shorter in UID SEARCH
11277
11278
11279 2006-08-30 [colin]      2.4.0cvs113
11280
11281         * src/plugins/bogofilter/bogofilter.c
11282                 Really fast mass learning - thanks to David
11283                 Relson for the options explanations :)
11284
11285 2006-08-30 [colin]      2.4.0cvs112
11286
11287         * src/msgcache.c
11288                 Fix compilation on FreeBSD. Thanks
11289                 to Michael Hugues
11290
11291 2006-08-29 [colin]      2.4.0cvs111
11292
11293         * src/folderview.c
11294                 Handle "popup_menu" signal (for popping the 
11295                 menu via the keyboard)
11296         * src/mimeview.c
11297         * src/mimeview.h
11298         * src/summaryview.c
11299         * src/textview.c
11300         * src/gtk/gtkutils.c
11301         * src/gtk/gtkutils.h
11302                 Factorize scrolling code, and add an API 
11303                 for MimeViewers to handle scroll orders
11304
11305 2006-08-29 [wwp]        2.4.0cvs110
11306
11307         * src/plugins//bogofilter/bogofilter.c
11308         * src/plugins//spamassassin/spamassassin.c
11309                 make the bogofilter/spamassassin filtering error dialogs at
11310         incorporation obey to the "don't popup error dialog on
11311         receive error" option. If disabled, feed the log window w/
11312         the error message.
11313
11314 2006-08-29 [paul]
11315
11316         2.5.0-rc2 released
11317
11318 2006-08-29 [paul]       2.4.0cvs109
11319
11320         * Makefile.am
11321                 remove 'make release', it's not needed
11322                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11323
11324 2006-08-29 [paul]       2.4.0cvs108
11325
11326         * src/foldersel.c
11327         * src/summary_search.c
11328         * src/gtk/progressdialog.c
11329         * src/plugins/pgpcore/passphrase.c
11330                 replace deprecated gtk_window_set_policy()
11331
11332 2006-08-29 [colin]      2.4.0cvs107
11333
11334         * src/folder.c
11335                 Fix data loss when copy fails during a move:
11336                 only use fast remove_msgs if everything was
11337                 copied OK; else use slow remove_msg on the
11338                 mails that got copied only.
11339
11340 2006-08-28 [paul]       2.4.0cvs106
11341
11342         * src/mh.c
11343                 revert change in 2.4.0cvs104, it breaks
11344                 stuff
11345
11346 2006-08-28 [paul]       2.4.0cvs105
11347
11348         * src/plugins/spamassassin/spamassassin.c
11349                 english fix
11350
11351 2006-08-28 [paul]       2.4.0cvs104
11352
11353         * src/mh.c
11354                 fix data loss when moving to another
11355                 mailbox fails
11356         * src/prefs_spelling.c
11357                 improve the english
11358         * src/gtk/pluginwindow.c
11359                 improve the layout of the dialog text
11360         All thanks to Colin
11361
11362 2006-08-28 [paul]       2.4.0cvs103
11363
11364         * src/plugins/bogofilter/bogofilter.c
11365         * src/plugins/bogofilter/bogofilter_gtk.c
11366                 fix english up a bit, innit
11367
11368 2006-08-28 [paul]       2.4.0cvs102
11369
11370         * configure.ac
11371         * po/Makefile.in.in
11372         * po/Makevars
11373                 require autoconf 2.60, enabling building
11374                 with gettext 0.15 (gettext 0.14.x build still
11375                 possible). Replace Makefiles with versions
11376                 from gettext 0.15.
11377                 Remove configure options --with-localedir and
11378                 --with-mandir. The options that are provided
11379                 directly by autoconf 2.60 can be used instead:
11380                 --mandir --localedir
11381
11382 2006-08-27 [colin]      2.4.0cvs101
11383
11384         * src/plugins/bogofilter/Makefile.am
11385                 Fix make dist (no README)
11386
11387 2006-08-27 [colin]      2.4.0cvs100
11388
11389         * src/folder.c
11390                 Don't use F_UNKNOWN folders for any default
11391                 outbox/trash/etc
11392         * src/plugins/bogofilter/bogofilter.c
11393         * src/plugins/bogofilter/bogofilter.h
11394         * src/plugins/bogofilter/bogofilter_gtk.c
11395                 Add an option to specify the path to bogofilter
11396                 Use single-quotes to be able to learn in folders
11397                 with spaces in their names
11398                 Verify learning status
11399
11400 2006-08-27 [colin]      2.4.0cvs99
11401
11402         * manual/faq.xml
11403         * manual/plugins.xml
11404                 Document Bogofilter plugin
11405
11406 2006-08-27 [colin]      2.4.0cvs98
11407
11408         * src/compose.c
11409         * src/messageview.c
11410         * src/procmsg.c
11411         * src/procmsg.h
11412                 When possible, copy the queued mail to sent folder
11413                 instead of re-adding. Much faster on IMAP.
11414
11415 2006-08-27 [colin]      2.4.0cvs97
11416
11417         * src/msgcache.c
11418                 Disable mmaped caches - huge metadata loss
11419                 here after a power failure.
11420         * src/summaryview.c
11421                 Add quicksearch timing
11422         * src/common/plugin.c
11423         * src/common/plugin.h
11424                 Implement an interface to tell what plugins
11425                 provide. Prevent loading of similar plugins.
11426         * src/plugins/clamav/clamav_plugin.c
11427         * src/plugins/demo/demo.c
11428         * src/plugins/dillo_viewer/dillo_viewer.c
11429         * src/plugins/pgpcore/plugin.c
11430         * src/plugins/pgpinline/pgpinline.c
11431         * src/plugins/pgpmime/pgpmime.c
11432         * src/plugins/spamassassin/spamassassin.c
11433         * src/plugins/trayicon/trayicon.c
11434                 Implement plugin_provides()
11435
11436 2006-08-27 [colin]      2.4.0cvs96
11437
11438         * configure.ac
11439         * src/plugins/Makefile.am
11440         * src/plugins/bogofilter/.cvsignore
11441         * src/plugins/bogofilter/Makefile.am
11442         * src/plugins/bogofilter/bogofilter.c
11443         * src/plugins/bogofilter/bogofilter.h
11444         * src/plugins/bogofilter/bogofilter_gtk.c
11445                 New Bogofilter plugin, provides filtering and
11446                 learning. Spamassassin will go to extra plugins.
11447
11448 2006-08-26 [mones]      2.4.0cvs95
11449
11450         * manual/handling.xml
11451                 Fix subfolder path in the example (thanks to Paul) 
11452
11453 2006-08-26 [mones]      2.4.0cvs94
11454
11455         * manual/glossary.xml
11456                 2.2. + add ISP to the glossary
11457                 7.5. + Add UIDL to glossary
11458                 7.7. + Add TCP to glossary
11459         * manual/handling.xml
11460                 7.1. + Mentions GNU/Linux distribution, what about the non...
11461                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11462                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11463                 7.4. = Use appropriate quotation for commands
11464                 7.6. = change "" to <quote></quote>
11465         * manual/plugins.xml
11466                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11467         * manual/starting.xml
11468                 2.1. + local mbox file: some examples of mbox file locations...
11469                 Also reformatted files requiring it
11470
11471 2006-08-26 [wwp]        2.4.0cvs93
11472
11473         * src/summary_search.c
11474                 disable find buttons while summary search is running.
11475
11476 2006-08-25 [colin]      2.4.0cvs92
11477
11478         * src/folder.c
11479         * src/folderutils.c
11480         * src/mh.c
11481         * src/procmsg.h
11482         * src/summaryview.c
11483                 Speed up MH moving, and add progressbar
11484                 for MH deletion
11485         * src/msgcache.c
11486                 Write cache files using mmap() too
11487
11488 2006-08-25 [wwp]        2.4.0cvs91
11489
11490         * src/summaryview.c
11491                 switch spam<->ham button when a message has been marked as spam or ham
11492                 and is still selected. Thanks to Colin.
11493
11494 2006-08-25 [paul]       2.4.0cvs90
11495
11496         * src/Makefile.am
11497         * src/stock_pixmap.c
11498         * src/stock_pixmap.h
11499         * src/summaryview.c
11500         * src/gtk/icon_legend.c
11501         * src/pixmaps/copied.xpm
11502         * src/pixmaps/moved.xpm
11503                 add icons for delayed execution marked for
11504                 copying, marked for moving
11505
11506 2006-08-25 [mones]      2.4.0cvs89
11507
11508         * manual/glossary.xml
11509                 Fix the other glossary items:
11510                 5.1. = Inmmediate execution -> <quote>immediate execution...
11511                 5.2. = Fix MBOX capitalization -> Mbox
11512                 5.3. + Improve Plugins def. w/ tech. ref.
11513                 5.4. = Quotation -> replace '>' by <quote>></quote>
11514                 5.5. - SMTP Server. -> remove dot
11515         * po/es.po
11516                 Updated translation
11517
11518 2006-08-25 [mones]      2.4.0cvs88
11519
11520         * manual/ack.xml
11521                 Reformatted, changed email address
11522         * manual/glossary.xml
11523                 Reformatted, fixed MANUAL-TODO items:
11524                 8.2. + add ROT-13 to glossary
11525                 8.4. + add URL to glossary
11526         * manual/es/advanced.xml
11527                 Fixed <literal>s
11528
11529 2006-08-25 [paul]       2.4.0cvs87
11530
11531         * src/gtk/icon_legend.c
11532                 add 'marked for deletion' icon
11533                 arrange icons by containing column
11534                 wrap long label text
11535
11536 2006-08-25 [colin]      2.4.0cvs86
11537
11538         * src/common/utils.c
11539         * src/common/utils.h
11540                 Add the sc_g_*list_bigger functions in
11541                 a place everyone can use it
11542         * src/summaryview.c
11543                 Only freeze/thaw the list when working
11544                 on the selection, if it's bigger than 1
11545         * src/gtk/gtksctree.c
11546                 Only freeze/thaw the list when unselec-
11547                 ting 'all' if ('all' != 1)
11548                 This avoids some flickering
11549
11550 2006-08-24 [colin]      2.4.0cvs85
11551
11552         * src/addressbook.c
11553                 Fix strange list selection
11554                 Fix random seg (Invalid read of freed memory)
11555
11556 2006-08-24 [colin]      2.4.0cvs84
11557
11558         * src/alertpanel.c
11559         * src/gtk/inputdialog.c
11560         * src/plugins/pgpcore/passphrase.c
11561                 Revert minimal width patch of 2.4.0cvs67,
11562                 as it is also a maximal width. Use 
11563                 gtk_window_set_default_size instead.
11564
11565 2006-08-24 [colin]      2.4.0cvs83
11566
11567         * src/msgcache.c
11568                 Write cache/mark to temp files before
11569                 overwriting old ones (avoids metadata
11570                 loss if writing the new files fail).
11571                 Use mmap() to read cache/mark file, as
11572                 this makes cache reading faster. Dis-
11573                 abled for big-endian machines until it
11574                 can be tested. (Big-endian users: set
11575                 msgcache_use_mmap = TRUE in the relevant
11576                 #if).
11577         * src/procmsg.h
11578                 Move rarely used fields of MsgInfo in 
11579                 another structure, which will only be
11580                 allocated if needed. Face, X-Face,
11581                 Return receipt headers and List-*
11582                 headers are moved. Mails having none
11583                 of these occupy 52 bytes less with
11584                 this patch, which makes 2.5MB of RAM
11585                 saved on a 50k folder).
11586         * src/headerview.c
11587         * src/mainwindow.c
11588         * src/messageview.c
11589         * src/partial_download.c
11590         * src/procheader.c
11591         * src/procmsg.c
11592         * src/textview.c
11593                 Follow this structure change.
11594
11595 2006-08-24 [wwp]        2.4.0cvs82
11596
11597         * manual/es/.cvsignore
11598         * manual/es/dist/.cvsignore
11599         * manual/es/dist/html/.cvsignore
11600         * manual/es/dist/pdf/.cvsignore
11601         * manual/es/dist/ps/.cvsignore
11602         * manual/es/dist/txt/.cvsignore
11603                 more (generated) files to ignore.
11604
11605 2006-08-24 [colin]      2.4.0cvs81
11606
11607         * src/folder.c
11608         * src/mh.c
11609                 Fix possible problems with local delivery. Check the folder doesn't
11610                 need scan before setting its mtime when saving cache (which can be
11611                 done long after the folder's been modified by an external process);
11612                 Check that the stored item's mtime didn't change in mh functions.
11613
11614 2006-08-24 [mones]      2.4.0cvs80
11615
11616         * manual/advanced.xml
11617                 Rewrapping, some fixes and MANUAL-TODO items:
11618                 8.1. = change "" to <quote></quote>
11619                 8.3. = quote menu items
11620                 8.5. - deploying -> new user ... ideally a new user (redundant)
11621
11622 2006-08-23 [colin]      2.4.0cvs79
11623
11624         * src/gtk/gtksctree.c
11625                 When selecting or deselecting range, only
11626                 freeze/thaw when selection is bigger than 10
11627
11628 2006-08-23 [colin]      2.4.0cvs78
11629
11630         * src/messageview.c
11631         * src/mimeview.c
11632         * src/mimeview.h
11633         * src/plugins/dillo_viewer/dillo_viewer.c
11634                 Provide an API for MimeViewer plugins to
11635                 return a text selection for replying
11636
11637 2006-08-23 [colin]      2.4.0cvs77
11638
11639         * src/image_viewer.c
11640         * src/textview.c
11641                 Use gtk_pixbuf_new_from_file_at_scale(), which
11642                 is faster than getting the pixbuf then resizing
11643                 it.
11644
11645 2006-08-23 [colin]      2.4.0cvs76
11646
11647         * src/procmime.c
11648                 UTF-8 should be sent Quoted-printable
11649
11650 2006-08-22 [colin]      2.4.0cvs75
11651
11652         * src/mh.c
11653                 Check if scan is required before touching
11654                 the folder (or it'll be required every time)
11655
11656 2006-08-22 [colin]      2.4.0cvs74
11657
11658         * configure.ac
11659                 Require libetpan 0.46 (crasher fix when built
11660                 against gnutls)
11661
11662 2006-08-22 [colin]      2.4.0cvs73
11663
11664         * src/folder.c
11665                 Set folder's mtime after writing its
11666                 cache
11667         * src/folderview.c
11668                 Add some timing
11669         * src/procmsg.c
11670                 Don't do useless stuff if we don't 
11671                 thread by subject
11672         * src/summaryview.c
11673                 Add some timing, don't deselect prior
11674                 to selecting (gtksctree does it itself),
11675                 remove crash avoidance hacks as it's been
11676                 properly fixed since a while
11677         * src/common/utils.c
11678                 Optimize to_human_readable(): _() is slow,
11679                 do it only once, and avoid %f format for KB
11680                 (the most common in a summaryview)
11681         * src/gtk/gtksctree.c
11682                 Don't uselessly freeze/thaw (fixes flicker
11683                 on next unread and friends), reduce number
11684                 of g_list_nth/g_list_position where possible
11685         * src/gtk/gtkutils.c
11686         * src/gtk/gtkutils.h
11687                 Reduce number of g_list_nth/g_list_position
11688                 where possible.
11689                 All of this makes loading as 70k folder 2.1
11690                 seconds instead of 3.2 (with hot FS caches).
11691                 (1.3 seconds without Date and Size columns...)
11692
11693 2006-08-22 [paul]       2.4.0cvs72
11694
11695         wrap documents and do some items from mones' MANUAL-TODO:
11696
11697         * manual/account.xml
11698                 4.1. = fix tabname references to <quote>tabname</quote>
11699                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11700         * manual/faq.xml
11701                 1.1. = mentioned options don't match UI
11702                 Add information about the 'Never send Return Receipts'
11703                 option
11704         * manual/handling.xml
11705                 6.2. = Mentions Extended symbols button, but now is
11706                 named Information
11707                 6.3. = Mentions ... button, which is now Edit
11708
11709 2006-08-22 [colin]      2.4.0cvs71
11710
11711         * src/gtk/pluginwindow.c
11712                 Fix layout in verbose translations (such
11713                 as french)
11714
11715 2006-08-22 [paul]       2.4.0cvs70
11716
11717         * manual/Makefile.am
11718                 build manuals in alphabetical order
11719         * src/addressbook.c
11720         * src/prefs_themes.c
11721                 replace/remove deprecated symbols
11722         * src/gtk/gtkutils.c
11723                 fix a warning
11724         * src/gtk/pluginwindow.c
11725                 replace deprecated symbol
11726                 replace label text and move it
11727         * src/plugins/pgpcore/prefs_gpg.c
11728                 move the 'Generate...' button out of the
11729                 Sign Key frame, replace the English used
11730         * src/plugins/pgpcore/sgpgme.c
11731                 fixes to the English
11732
11733 2006-08-21 [colin]      2.4.0cvs69
11734
11735         * src/plugins/trayicon/trayicon.c
11736                 Add more strings for translation; patch
11737                 by Pawel
11738
11739 2006-08-21 [colin]      2.4.0cvs68
11740
11741         * src/compose.c
11742                 fix replied flag not set after drafting
11743         * src/matcher.c
11744                 fix body quicksearch in non-encoded bodies
11745                 containing '='
11746         * src/msgcache.c
11747                 Get rid of the g_malloc workaround for
11748                 corrupted caches, use g_try_malloc
11749
11750 2006-08-21 [colin]      2.4.0cvs67
11751
11752         * src/alertpanel.c
11753         * src/gtk/inputdialog.c
11754         * src/plugins/pgpcore/passphrase.c
11755                 Set minimal width to 375
11756         * src/mainwindow.c
11757                 Fix switching to offline, asking if it 
11758                 should be overriden for synchronising
11759         * src/mimeview.c
11760                 Don't offer to remember command on Open 
11761                 with for text parts, as the browser or 
11762                 text editor command isn't changed from 
11763                 there
11764
11765 2006-08-20 [paul]       2.4.0cvs66
11766
11767         * po/ko.po
11768         * po/zh_CN.po
11769                 fix plural form errors. revealed by stricter
11770                 checking of gettext 0.15
11771
11772 2006-08-18 [paul]       2.4.0cvs65
11773
11774         * src/stock_pixmap.c
11775                 fix the fix of 2.4.0cvs64
11776                 Thanks to Colin
11777
11778 2006-08-18 [paul]       2.4.0cvs64
11779
11780         * src/stock_pixmap.c
11781                 fix leaks
11782                 Thanks to Colin
11783
11784 2006-08-18 [paul]       2.4.0cvs63
11785
11786         * src/compose.c
11787         * src/procmsg.c
11788                 fix occasional IMAP bug where large msgs
11789                 were left in the queue folder after sending
11790                 Thanks to Colin
11791
11792 2006-08-18 [paul]       2.4.0cvs62
11793
11794         * src/folderview.c
11795                 freeze the summaryview while quicksearch results
11796                 are displayed
11797                 (fixes bug 456 'current message is hidden when the
11798                 view is refreshed and extended search is "unread 
11799                 messages"')
11800                 Thanks to Colin
11801         * src/textview.c
11802                 add missing #include "inputdialog.h"
11803         * src/common/utils.h
11804                 add missing mailcap_update_default() and improve
11805                 readability
11806
11807 2006-08-17 [colin]      2.4.0cvs61
11808
11809         * src/plugins/pgpcore/select-keys.c
11810                 Fix warnings :)
11811
11812 2006-08-17 [colin]      2.4.0cvs60
11813
11814         * src/compose.c
11815                 Don't continue queuing if Cancel is clicked
11816                 in select-keys
11817
11818 2006-08-17 [colin]      2.4.0cvs59
11819
11820         * src/plugins/pgpcore/select-keys.c
11821                 When encrypting, if only one key matches and it 
11822                 matches exactly, automatically use it.
11823
11824 2006-08-17 [colin]      2.4.0cvs58
11825
11826         * src/mimeview.c
11827         * src/prefs_common.c
11828         * src/prefs_common.h
11829         * src/prefs_ext_prog.c
11830         * src/textview.c
11831                 Fix issues with previous patch (text/html)
11832                 Remove outdated prefs
11833
11834 2006-08-17 [colin]      2.4.0cvs57
11835
11836         * src/imap.c
11837                 Add View Log button on auth error
11838         * src/procmsg.c
11839                 Fix encrypted mail marked as new when
11840                 saved in normal folders
11841         * src/plugins/pgpinline/pgpinline.c
11842                 Fix encrypt bug on IMAP
11843         * src/mimeview.c
11844         * src/common/utils.c
11845         * src/common/utils.h
11846         * src/gtk/inputdialog.c
11847         * src/gtk/inputdialog.h
11848                 Get rid of metamail stuff, simplify
11849                 opening, and allow remembering of user's
11850                 choices (by updating ~/.mailcap). There's
11851                 still to drop "Audio player" and "Image
11852                 viewer" preferences.
11853
11854 2006-08-17 [mones]      2.4.0cvs56
11855
11856         * manual/es/sylpheed-claws-manual.xml
11857                 fix DTD path
11858
11859 2006-08-17 [mones]      2.4.0cvs55
11860
11861         * configure.ac
11862         * manual/Makefile.am
11863         * manual/es/Makefile.am
11864         * manual/es/account.xml
11865         * manual/es/ack.xml
11866         * manual/es/addrbook.xml
11867         * manual/es/advanced.xml
11868         * manual/es/faq.xml
11869         * manual/es/glossary.xml
11870         * manual/es/gpl.xml
11871         * manual/es/handling.xml
11872         * manual/es/intro.xml
11873         * manual/es/keyboard.xml
11874         * manual/es/plugins.xml
11875         * manual/es/starting.xml
11876         * manual/es/sylpheed-claws-manual.xml
11877         * manual/es/dist/Makefile.am
11878         * manual/es/dist/html/Makefile.am
11879         * manual/es/dist/pdf/Makefile.am
11880         * manual/es/dist/ps/Makefile.am
11881         * manual/es/dist/txt/Makefile.am
11882                 Spanish translation for the manual
11883
11884 2006-08-16 [colin]      2.4.0cvs54
11885
11886         * src/compose.c
11887         * src/main.c
11888         * src/mainwindow.c
11889                 Fix send button sensitivity at startup
11890                 Set send menu sensitivity (patch by Fabien)
11891         * src/ssl_manager.c
11892                 Enable closing with esc (patch by Fabien)
11893         * src/gtk/foldersort.c
11894                 Enable closing with esc (patch by Fabien)
11895         * src/procmime.c
11896                 Optimisation (no need to copy to tempfile to
11897                 "decode" 7bit and 8bit)
11898         * src/summaryview.c
11899                 Fix cruft in swap_from case
11900         * src/textview.c
11901                 Fix missing last line in some mail cases 
11902                 (Fixes debian #381872)
11903         * src/plugins/pgpcore/prefs_gpg.c
11904         * src/plugins/pgpcore/sgpgme.c
11905         * src/plugins/pgpcore/sgpgme.h
11906                 Don't show "no key found" when user explicitely
11907                 wants to create a key
11908
11909 2006-08-16 [paul]       2.4.0cvs53
11910
11911         * configure.ac
11912         * src/account.c
11913         * src/addressbook.c
11914         * src/headerview.c
11915         * src/prefs_account.c
11916         * src/prefs_message.c
11917         * src/gtk/gtkutils.c
11918                 bump up minimum required versions of GTK+ and
11919                 GLIB to 2.6.0
11920
11921 2006-08-16 [paul]       2.4.0cvs52
11922
11923         * src/toolbar.c
11924                 workaround GTK+ Bug 351600 - 'Can't re-click
11925                 on button after sensitivity update'
11926                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11927                 Thanks to Colin
11928
11929 2006-08-15 [colin]      2.4.0cvs51
11930
11931         * src/plugins/pgpcore/prefs_gpg.c
11932                 Set options sensitivity according to
11933                 key existence
11934         * src/plugins/pgpcore/sgpgme.c
11935                 Allow to create key with no passphrase
11936
11937 2006-08-14 [cleroy]     2.4.0cvs50
11938
11939         * src/gtk/pluginwindow.c
11940                 New layout (maybe to be changed?)
11941         * src/gtk/gtkutils.c
11942                 Fix a bit label_window
11943         * src/plugins/pgpcore/passphrase.c
11944         * src/plugins/pgpcore/passphrase.h
11945         * src/plugins/pgpcore/plugin.c
11946         * src/plugins/pgpcore/prefs_gpg.c
11947         * src/plugins/pgpcore/prefs_gpg.h
11948         * src/plugins/pgpcore/sgpgme.c
11949         * src/plugins/pgpcore/sgpgme.h
11950                 Allow to create a PGP private key via the GUI
11951
11952 2006-08-14 [wwp]        2.4.0cvs49
11953
11954         * src/addressbook_foldersel.c
11955                 fix strict ISO C90 compliance.
11956
11957 2006-08-14 [paul]       2.4.0cvs48
11958
11959         * src/gtk/prefswindow.c
11960                 re-set scrolled window on opening
11961                 Patch by Ticho
11962
11963 2006-08-14 [paul]
11964
11965         2.5.0-rc1 released
11966
11967 2006-08-14 [paul]       2.4.0cvs47
11968
11969         * src/prefs_display_header.c
11970                 re-enable user-defined Displayed Headers
11971
11972 2006-08-14 [paul]       2.4.0cvs46
11973
11974         * src/prefs_account.c
11975                 use GTK_STOCK_EDIT
11976
11977 2006-08-13 [colin]      2.4.0cvs45
11978
11979         * src/common/utils.c
11980                 Fix "a" in quote when the original message is empty,
11981                 by using \0 instead of 'a' to test writability of
11982                 temp files.
11983
11984 2006-08-13 [wwp]        2.4.0cvs44
11985
11986         * src/plugins/spamassassin/spamassassin.c
11987                 fix capitalization of "SpamAssassin" in some debug, log and
11988                 dialog messages.
11989
11990 2006-08-13 [paul]       2.4.0cvs43
11991
11992         * src/editldap.c
11993                 fix overlapping widgets
11994         * src/prefs_account.c
11995                 fix translation of protocol_names[]
11996                 fix label disappearing off the edge of the
11997                 visible area
11998
11999 2006-08-12 [paul]       2.4.0cvs42
12000
12001         * manual/plugins.xml
12002                 update IRC channel info before it gets forgotten
12003                 about
12004
12005 2006-08-11 [colin]      2.4.0cvs41
12006
12007         * src/compose.c
12008         * src/mainwindow.c
12009         * src/mainwindow.h
12010         * src/procmsg.c
12011         * src/procmsg.h
12012         * src/summaryview.c
12013         * src/toolbar.c
12014                 Grey out the Send button if
12015                 - Queue folders are empty, or
12016                 - We're sending already
12017
12018 2006-08-11 [wwp]        2.4.0cvs40
12019
12020         * src/main.c
12021                 fix a logic issue when quitting while a compose window is
12022                 still open, thanks to Colin.
12023
12024 2006-08-10 [colin]      2.4.0cvs39
12025
12026         * src/main.c
12027                 Fix default font size setting after wizard run
12028         * src/imap.c
12029         * src/etpan/imap-thread.c
12030         * src/etpan/imap-thread.h
12031                 Fix bug #999 (Timing out on TSL cert validation 
12032                 dialog makes ugly things happen). Also, STARTTLS
12033                 unconditionnaly if initial capabilities contain
12034                 LOGINDISABLED and STARTTLS.
12035
12036 2006-08-09 [colin]      2.4.0cvs38
12037
12038         * src/mainwindow.c
12039         * src/mainwindow.h
12040                 Fix Tools/Actions sensitivity when there are
12041                 no actions
12042
12043 2006-08-09 [colin]      2.4.0cvs37
12044
12045         * src/prefs_filtering.c
12046                 Warning fix, patch by Paul
12047         * src/messageview.c
12048         * src/prefs_actions.c
12049         * src/prefs_filtering_action.c
12050         * src/prefs_matcher.c
12051                 Uniformisation of "Info ..." to "Info..." (for
12052                 old gtk), patch by Fabien
12053         * src/plugins/clamav/clamav_plugin_gtk.c
12054                 Sensitivity fix by Fabien
12055
12056 2006-08-09 [colin]      2.4.0cvs36
12057
12058         * src/main.c
12059         * src/main.h
12060                 Add a function to know whether we're exiting
12061         * src/plugins/trayicon/trayicon.c
12062                 If exiting, don't do anything. Faster, and
12063                 avoids gtk_main_iteration reentracy causing
12064                 segfaults at exit
12065
12066 2006-08-09 [colin]      2.4.0cvs35
12067
12068         * src/messageview.c
12069         * src/mimeview.c
12070         * src/mimeview.h
12071                 Fix lack of part selection when automatically 
12072                 jumping to a specific part
12073         * src/msgcache.c
12074                 Little optimisation in cache reading
12075
12076 2006-08-09 [colin]      2.4.0cvs34
12077
12078         * src/compose.c
12079                 Fix crash setting the priority on reedit
12080                 (Accessing compose before creating it!)
12081
12082 2006-08-08 [colin]      2.4.0cvs33
12083
12084         * src/procmime.c
12085                 Fix bug #998 (last attachment is not accessible)
12086                 Bad RFC interpretation on multipart close-delimiters
12087         * src/mimeview.c
12088         * src/mimeview.h
12089         * src/gtk/gtkvscrollbutton.c
12090         * src/gtk/gtkvscrollbutton.h
12091                 Make attachments list wheel-scrollable
12092
12093 2006-08-07 [colin]      2.4.0cvs32
12094
12095         * src/gtk/gtkaspell.c
12096                 Fix bug #973 (Unicode punctation characters 
12097                 are not recognized as separators by the
12098                 spell checker); fix unsigned stuff
12099
12100 2006-08-07 [colin]      2.4.0cvs31
12101
12102         * src/compose.c
12103                 Fix bug #956 (DnD text with accents in compose 
12104                 text entry); fix gccc's signed/unsigned fuss
12105
12106 2006-08-06 [colin]      2.4.0cvs30
12107
12108         * src/main.c
12109                 Fix bug #979 (Plugin crashes when exiting 
12110                 sylpheed-claws) : handle exit request only 
12111                 once
12112
12113 2006-08-05 [colin]      2.4.0cvs29
12114
12115         * src/news.c
12116                 Just make sure we have a msgid.
12117
12118 2006-08-05 [colin]      2.4.0cvs28
12119
12120         * src/news.c
12121         * src/summaryview.c
12122                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
12123                 by reimplementing it
12124         * src/textview.c
12125                 Fix bug when hiding quotes with level > 3 and quote
12126                 colors are recycled
12127
12128 2006-08-04 [colin]      2.4.0cvs27
12129
12130         * src/compose.c
12131         * src/undo.c
12132         * src/undo.h
12133                 Fix a bit replace-by-pasting undo
12134         * src/mainwindow.c
12135         * src/messageview.c
12136                 Fix Fold quotes menu synchro in
12137                 mainwindow when it changes in 
12138                 messageview
12139         * src/textview.c
12140                 Fix right-click on quotes blocks
12141         * src/common/utils.c
12142                 Verify that the file created by
12143                 my_tmpfile() is writable. Fixes
12144                 bug #988 (very specific filesystem
12145                 issue)
12146         * src/plugins/pgpcore/sgpgme.c
12147                 Fix file descriptor leak
12148         * src/plugins/spamassassin/spamassassin.c
12149                 Warn once if spamd isn't reachable
12150
12151 2006-08-04 [colin]      2.4.0cvs26
12152
12153         * src/toolbar.c
12154                 i18n context patch by Fabien
12155
12156 2006-08-03 [colin]      2.4.0cvs25
12157
12158         * src/mainwindow.c
12159         * src/messageview.c
12160                 Rename "Hide quotes" to "Fold quotes"
12161         * src/textview.c
12162                 Don't use hand cursor on quotes. "all 
12163                 the bonuses of the feature and none of 
12164                 unwelcome side-effects"
12165
12166 2006-08-03 [colin]      2.4.0cvs24
12167
12168         * AUTHORS
12169         * sylpheed-claws.desktop
12170         * src/gtk/authors.h
12171                 Bring the desktop file to XDG compliance
12172                 Patch by Charles A. Edwards
12173
12174 2006-08-03 [colin]      2.4.0cvs23
12175
12176         * src/textview.c
12177                 Fix links offset when they are preceded
12178                 by accentued chars (g_utf8_strlen!)
12179         * src/mainwindow.c
12180                 Fix wrong status when starting offline
12181
12182
12183 2006-08-03 [wwp]        2.4.0cvs22
12184
12185         * src/prefs_common.h
12186                 ask what to do w/ filtering rules that belong to an account when
12187                 applying filtering rules manually from the main window (skip,
12188                 apply regardless of the account, use current account). This dialog
12189                 can be skipped and the last reply used.
12190                 (forgot that file)
12191
12192 2006-08-03 [wwp]        2.4.0cvs21
12193
12194         * src/filtering.c
12195         * src/filtering.h
12196         * src/prefs_common.c
12197         * src/summaryview.c
12198         * src/alertpanel.c
12199         * src/alertpanel.h
12200         * src/messageview.c
12201                 ask what to do w/ filtering rules that belong to an account when
12202                 applying filtering rules manually from the main window (skip,
12203                 apply regardless of the account, use current account). This dialog
12204                 can be skipped and the last reply used.
12205
12206
12207 2006-08-03 [colin]      2.4.0cvs20
12208
12209         * src/textview.c
12210                 Optimize previous patch
12211
12212 2006-08-03 [cleroy]     2.4.0cvs19
12213
12214         * src/textview.c
12215                 Fix quotes getting toggled back when the
12216                 mail has an even number of text parts
12217
12218 2006-08-02 [colin]      2.4.0cvs18
12219
12220         * src/messageview.c
12221                 Add Hide quotes menu
12222
12223 2006-08-02 [colin]      2.4.0cvs17
12224
12225         * src/mainwindow.c
12226         * src/prefs_common.c
12227         * src/textview.c
12228         * src/textview.h
12229         * src/gtk/about.c
12230                 Allow per-level quote hiding,
12231                 Allow toggling quotes by double-clicking them
12232                 Rename RemoteURI to ClickableText to reflect
12233                 the fact it's used for a variety of things
12234
12235 2006-08-02 [wwp]        2.4.0cvs16
12236
12237         * src/mainwindow.c
12238                 fix "View/Hide quotes" menu item status initialization.
12239
12240 2006-08-02 [wwp]        2.4.0cvs15
12241
12242         * src/matcher_parser_parse.y
12243                 remove a debug trace.
12244
12245 2006-08-02 [paul]       2.4.0cvs14
12246
12247         * src/plugins/pgpcore/passphrase.c
12248                 don't set initial dialog size
12249                 make it resizable
12250
12251 2006-08-02 [paul]       2.4.0cvs13
12252
12253         * src/noticeview.c
12254                 remove the rogue '/' character
12255
12256 2006-08-02 [paul]       2.4.0cvs12
12257
12258         * src/noticeview.c
12259                 allow buttons to resize as necessary
12260
12261 2006-08-01 [wwp]        2.4.0cvs11
12262
12263         * src/mbox.c
12264                 fix strict ISO C90 compliance.
12265
12266 2006-08-01 [wwp]        2.4.0cvs10
12267
12268         * tools/update-po
12269                 updated update-po tool to work w/ context-dependent translations.
12270                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12271
12272 2006-08-01 [wwp]        2.4.0cvs9
12273
12274         * src/matcher.c
12275         * src/prefs_filtering.c
12276         * src/prefs_matcher.c
12277                 allow context-dependent translations for "All",
12278                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12279
12280 2006-07-31 [colin]      2.4.0cvs8
12281
12282         * AUTHORS
12283         * src/gtk/authors.h
12284                 Add Rafal to authors
12285
12286 2006-07-31 [colin]      2.4.0cvs7
12287
12288         * src/compose.c
12289         * src/mainwindow.c
12290         * src/messageview.h
12291         * src/prefs_common.c
12292         * src/prefs_common.h
12293         * src/textview.c
12294                 Add 'View/Hide quotes'. Patch based on a patch
12295                 by Rafal Weglarz
12296
12297 2006-07-31 [colin]      2.4.0cvs6
12298
12299         * src/action.c
12300                 Fix problem with "> stuff >" actions
12301
12302 2006-07-31 [paul]       2.4.0cvs5
12303
12304         * po/nb.po
12305                 updated by Geir Helland
12306
12307 2006-07-31 [wwp]        2.4.0cvs4
12308
12309         * src/mainwindow.c
12310         * src/summaryview.c
12311         * src/summaryview.h
12312                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12313                 thanks to Colin.
12314
12315 2006-07-31 [wwp]        2.4.0cvs3
12316
12317         * src/Makefile.am
12318         * src/addr_compl.c
12319         * src/addr_compl.h
12320         * src/addressbook.c
12321         * src/addressbook.h
12322         * src/addressbook_foldersel.c
12323         * src/addressbook_foldersel.h
12324         * src/addrindex.c
12325         * src/addrindex.h
12326         * src/matcher.c
12327         * src/matcher.h
12328         * src/matcher_parser_lex.l
12329         * src/matcher_parser_parse.y
12330         * src/prefs_common.c
12331         * src/prefs_common.h
12332         * src/prefs_filtering.c
12333         * src/prefs_matcher.c
12334         * src/prefs_matcher.h
12335         * src/summaryview.c
12336                 introduce filtering against the address book. It's now possible to add
12337                 matched conditions to determine if any email address in a message matches
12338                 or doesn't match any or all books or folders in the address book.
12339
12340 2006-07-31 [wwp]        2.4.0cvs2
12341
12342         * src/account.c
12343         * src/filtering.c
12344         * src/filtering.h
12345         * src/folder.c
12346         * src/folderview.c
12347         * src/inc.c
12348         * src/mainwindow.c
12349         * src/matcher.c
12350         * src/matcher_parser_lex.l
12351         * src/matcher_parser_parse.y
12352         * src/mbox.c
12353         * src/prefs_filtering.c
12354         * src/prefs_filtering.h
12355         * src/procmsg.c
12356         * src/procmsg.h
12357         * src/summaryview.c
12358                 introduce per-account filtering rules. Each filtering rule can now be assigned
12359                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12360                 when applying filtering rules manually, as all rules will apply - even the ones
12361                 assigned to an account. This issue will be addressed soon.
12362  
12363
12364
12365 2006-07-31 [wwp]        2.4.0cvs1
12366
12367         * src/quote_fmt.c
12368                 make more strings translatable.
12369
12370 2006-07-31 [paul]       2.4.0
12371
12372         2.4.0 released
12373
12374 2006-07-31 [paul]       2.3.1cvs91
12375
12376         * po/ca.po
12377                 updated by Miquel Oliete
12378
12379 2006-07-31 [paul]       2.3.1cvs90
12380
12381         * po/de.po
12382         * po/el.po
12383         * po/fr.po
12384         * po/it.po
12385         * po/pl.po
12386         * po/pt_BR.po
12387         * po/sr.po
12388         * po/zh_CN.po
12389                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12390                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12391                 Aleksandar Urosevic, and Ralgh Young
12392
12393 2006-07-31 [paul]       2.3.1cvs89
12394
12395         * src/account.c
12396         * src/main.c
12397         * src/mainwindow.c
12398         * src/mainwindow.h
12399                 Fix a race condition when, after an SC crash, rescanning
12400                 folders took more than 0.5 seconds
12401                 Thanks to Colin
12402
12403 2006-07-31 [paul]       2.3.1cvs88
12404
12405         * src/folderview.c
12406                 don't translate separator strings
12407
12408 2006-07-30 [mones]      2.3.1cvs87
12409
12410         * doc/man/sylpheed-claws.1
12411                 Fixed non-ASCII chars in Hoa's name
12412         * po/es.po
12413                 Updated for release
12414
12415 2006-07-27 [colin]      2.3.1cvs86
12416
12417         * src/textview.c
12418                 Don't include the leading \n in links
12419                 Patch by Fabien
12420
12421 2006-07-25 [colin]      2.3.1cvs85
12422
12423         * src/mainwindow.c
12424         * src/common/socket.h
12425         * src/etpan/imap-thread.c
12426                 Refresh resolvers before connecting
12427                 to IMAP servers, and after switching
12428                 to online. Thanks to Paul.
12429
12430 2006-07-18 [colin]
12431
12432         * 2.4.0-rc4 released
12433
12434 2006-07-17 [colin]      2.3.1cvs84
12435
12436         * src/inc.c
12437                 Show connection attempt in statusbar before
12438                 connecting (previously first message was
12439                 "Retrieving messages from ..." after the
12440                 connection succeeded.
12441
12442 2006-07-16 [wwp]        2.3.1cvs83
12443
12444         * sylpheed-claws.ico
12445                 Added .ico file (windows multi-size icon file, generated).
12446
12447 2006-07-12 [wwp]        2.3.1cvs82
12448
12449         * src/messageview.c
12450                 remove Message/Re-edit menu entry from messageview window,
12451                 as sent/draft/queued messages are opened in compose window when
12452                 re-edited and it's not possible to re-edit other msgs.
12453
12454 2006-07-12 [paul]       2.3.1cvs81
12455
12456         * AUTHORS
12457         * src/mainwindow.c
12458         * src/gtk/authors.h
12459                 check online state before resetting
12460                 mailcheck timer. Useful if some program
12461                 verifies connection state and updates
12462                 Claws.
12463                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12464
12465 2006-07-12 [paul]       2.3.1cvs80
12466
12467         * sylpheed-claws-128x128.png
12468         * sylpheed-claws-64x64.png
12469         * sylpheed-claws.png
12470         * src/Makefile.am
12471         * src/main.c
12472         * src/prefs_toolbar.c
12473         * src/stock_pixmap.c
12474         * src/stock_pixmap.h
12475         * src/wizard.c
12476         * src/gtk/about.c
12477         * src/gtk/gtkutils.c
12478         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12479         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12480         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12481         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12482         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12483         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12484                 updated and renamed logo/icon files and related
12485                 logo by Jesper Schultz
12486
12487 2006-07-11 [paul]       2.3.1cvs79
12488
12489         * src/main.c
12490                 fix the labels a smidgin
12491
12492 2006-07-09 [colin]      2.3.1cvs78
12493
12494         * src/textview.c
12495                 Show errors in textviewer's command
12496                 Patch by H. Merijn Brand
12497
12498 2006-07-09 [colin]      2.3.1cvs77
12499
12500         * src/compose.c
12501                 Save FMID in drafts too
12502
12503 2006-07-08 [colin]      2.3.1cvs76
12504
12505         * src/compose.c
12506                 Svae RMID in drafted mails too
12507                 Save quote_fmt vars for whole mails,
12508                 don't reset at each quote_fmt_init:
12509                 allows to use the same |i{var} in
12510                 various template fields
12511         * src/prefs_template.c
12512         * src/quote_fmt.h
12513         * src/quote_fmt_parse.y
12514                 Same
12515
12516 2006-07-08 [colin]      2.3.1cvs75
12517
12518         * src/textview.c
12519                 Fix highlighting of attached parts URIs
12520
12521 2006-07-08 [colin]      2.3.1cvs74
12522
12523         * src/main.c
12524                 Prevent bug #981 (sc 2.3.1 segfaults with 
12525                 gtk+ 2.10) from being reported again:
12526                 if Sylpheed-Claws has been compiled against
12527                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12528                 of if Sylpheed-Claws has been compiled against
12529                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12530                 error out.
12531
12532 2006-07-07 [colin]      2.3.1cvs73
12533
12534         * src/prefs_actions.c
12535                 Fix label
12536
12537 2006-07-07 [colin]      2.3.1cvs72
12538
12539         * src/prefs_actions.c
12540                 Fix compile on gtk < 2.8. argh :)
12541
12542 2006-07-07 [paul]       2.3.1cvs71
12543
12544         * src/common/defs.h
12545                 update DONATE_URI
12546
12547 2006-07-07 [colin]      2.3.1cvs70
12548
12549         * po/POTFILES.in
12550         * src/quote_fmt.c
12551         * src/quote_fmt_lex.l
12552         * src/quote_fmt_parse.y
12553                 Add |i{var}, a way to insert user-entered
12554                 text in a template
12555
12556 2006-07-07 [colin]
12557
12558         * 2.4.0-rc3 released
12559
12560 2006-07-07 [colin]      2.3.1cvs69
12561
12562         * src/folder.c
12563                 Don't consider inboxes of UNKNOWN folder 
12564                 classes to be useable as default inboxes
12565
12566 2006-07-07 [paul]       2.3.1cvs68
12567
12568         * src/textview.c
12569                 add missing #include <errno.h>
12570                 Thanks to René J. Blokland
12571
12572 2006-07-07 [paul]       2.3.1cvs67
12573
12574         * src/action.c
12575                 Return now Closes dialog
12576         * src/mimeview.c
12577         * src/mimeview.h
12578         * src/textview.c
12579                 add contextual menu to mime parts listed
12580                 in the textview
12581                 Thanks to Colin
12582         * src/common/utils.c
12583                 reversal: ' is a valid character in URLs
12584
12585 2006-07-06 [colin]      2.3.1cvs66
12586
12587         * src/remotefolder.h
12588                 Forgotten in previous commit
12589
12590 2006-07-06 [colin]      2.3.1cvs65
12591
12592         * src/folder.c
12593                 Set summary update flag whenever
12594                 totals changed
12595         * src/imap.c
12596         * src/prefs_account.c
12597         * src/common/utils.h
12598         * src/etpan/imap-thread.c
12599                 Fix warnings, thanks to Fabien and
12600                 Ricardo
12601
12602 2006-07-06 [wwp]        2.3.1cvs64
12603
12604         * src/gtk/gtkutils.c
12605                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12606
12607 2006-07-06 [wwp]        2.3.1cvs63
12608
12609         * src/account.c
12610         * src/addressbook.c
12611         * src/addressitem.h
12612         * src/folderview.c
12613         * src/mainwindow.c
12614         * src/manual.c
12615         * src/manual.h
12616         * src/message_search.c
12617         * src/prefs_actions.c
12618         * src/prefs_filtering.c
12619         * src/prefs_filtering.h
12620         * src/prefs_template.c
12621         * src/summary_search.c
12622         * src/summaryview.c
12623         * src/gtk/gtkutils.c
12624         * src/gtk/gtkutils.h
12625         * src/gtk/pluginwindow.c
12626                 add help buttons to some dialogs. Clicking such buttons opens a
12627                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12628
12629 2006-07-06 [paul]       2.3.1cvs62
12630
12631         * src/textview.c
12632                 fix attachments contextual menu
12633                 Thanks to Colin
12634
12635 2006-07-05 [colin]      2.3.1cvs61
12636
12637         * src/textview.c
12638         * src/compose.c
12639                 Handle sftp:// links
12640
12641 2006-07-05 [paul]       2.3.1cvs60
12642
12643         * src/gtk/filesel.c
12644                 grab save button by default
12645                 Thanks to Colin
12646
12647 2006-07-05 [wwp]        2.3.1cvs59
12648
12649         * manual/xml2pdf
12650                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12651
12652 2006-07-04 [colin]      2.3.1cvs58
12653
12654         * src/mimeview.c
12655         * src/textview.c
12656                 Use left click to select, middle click to open
12657                 on mimeparts links
12658         * src/common/utils.c
12659                 Fix segfault
12660
12661 2006-07-04 [colin]      2.3.1cvs57
12662
12663         * src/mainwindow.c
12664         * src/news.c
12665                 Warning fixes, thanks to Fabien
12666
12667 2006-07-04 [colin]      2.3.1cvs56
12668
12669         * src/mimeview.c
12670         * src/mimeview.h
12671         * src/textview.c
12672                 Allow parts to be selected via their text label
12673                 in textview
12674
12675 2006-07-04 [colin]      2.3.1cvs55
12676
12677         * src/folderview.c
12678                 Feedback when closing (for big folders)
12679         * src/prefs_actions.c
12680         * src/prefs_filtering.c
12681         * src/prefs_matcher.c
12682         * src/prefs_template.c
12683                 Fix default button when closing without
12684                 having saved
12685
12686 2006-07-04 [colin]      2.3.1cvs54
12687
12688         * src/news.c
12689                 Delete local file on deletion
12690
12691 2006-07-03 [colin]      2.3.1cvs53
12692
12693         * src/folderview.c
12694         * src/main.c
12695                 Don't freeze when rescanning after crash
12696
12697 2006-07-03 [wwp]        2.3.1cvs52
12698
12699         * src/compose.c
12700         * src/privacy.c
12701         * src/privacy.h
12702         * src/plugins/pgpinline/pgpinline.c
12703         * src/plugins/pgpmime/pgpmime.c
12704                 don't report an error when the user cancels the passphrase dialog.
12705
12706 2006-07-02 [colin]      2.3.1cvs51
12707
12708         * src/folderview.c
12709                 Open message when crossing folders with Space,
12710                 goto next unread and friends
12711
12712 2006-07-01 [colin]      2.3.1cvs50
12713
12714         * src/prefs_account.c
12715                 Typographic rules varying from language
12716                 to language (in french "Protocole :"),
12717                 we have to do that :)
12718
12719 2006-07-01 [ticho]      2.3.1cvs49
12720
12721         * src/prefs_account.c
12722                 Only use one temporary gchar* variable in
12723                 prefs_account_protocol_set_optmenu().
12724
12725 2006-07-01 [ticho]      2.3.1cvs48
12726
12727         * src/prefs_account.c
12728         * src/prefs_account.h
12729                 Use GtkLabel for existing account protocol name.
12730                 Created an array for protocol names and populate the
12731                 combobox from it in a for() cycle.
12732
12733 2006-06-30 [colin]      2.3.1cvs47
12734
12735         * src/compose.c
12736                 Block undo when changing signature (by changing
12737                 account)
12738
12739 2006-06-30 [paul]       2.3.1cvs46
12740
12741         * src/send_message.c
12742                 when editing From in the Compose window, use that address
12743                 in the Return-Path: header
12744                 Thanks to Colin
12745
12746 2006-06-30 [colin]      2.3.1cvs45
12747
12748         * src/compose.c
12749                 Fix signature replacement:
12750                 - when no newline before separator
12751                 - when reediting
12752
12753 2006-06-29 [colin]      2.3.1cvs44
12754
12755         * src/folderview.c
12756         * src/folderview.h
12757         * src/mainwindow.c
12758         * src/summaryview.c
12759                 Let 'View/Go to/Next marked' work like
12760                 Next new & Next unread: across folders
12761                 Change the select_on_entry pref to do
12762                 what we want when changing folder
12763         * src/common/utils.c
12764                 Fix single-quoted links 
12765
12766 2006-06-29 [colin]      2.3.1cvs43
12767
12768         * src/gtk/gtkaspell.c
12769                 "Sylpheed" and "Sylpheed-Claws" do exist !
12770
12771 2006-06-29 [colin]      2.3.1cvs42
12772
12773         * src/imap.c
12774                 Forgot to remove debug
12775
12776 2006-06-29 [colin]      2.3.1cvs41
12777
12778         * src/imap.c
12779         * src/imap.h
12780         * src/mainwindow.c
12781                 Disconnect from IMAP servers when going
12782                 offline. Fixes bug #978 (going to offline-mode 
12783                 won't close connections)
12784
12785 2006-06-29 [colin]      2.3.1cvs40
12786
12787         * src/main.c
12788                 Fix transient setting on failing plugins
12789                 Patch by Fabien
12790         * src/plugins/pgpcore/sgpgme.c
12791                 Only warn for OpenPGP. Most people don't
12792                 have CMS available.
12793
12794 2006-06-29 [colin]      2.3.1cvs39
12795
12796         * src/compose.c
12797                 Fix Spelling menu (discrepancy between context menu
12798                 and top menu when folder's dictionary isn't the 
12799                 default one)
12800         * src/plugins/pgpcore/sgpgme.c
12801                 More error reporting about why gpgme can fail
12802
12803 2006-06-29 [wwp]        2.3.1cvs38
12804
12805         * src/mainwindow.c
12806                 honor the display-header-pane setting even when the message view
12807                 is a separate window.
12808
12809 2006-06-29 [wwp]        2.3.1cvs37
12810
12811         * src/prefs_actions.c
12812                 forgot to commit that one (use of GTK_STOCK_INFO).
12813
12814 2006-06-29 [colin]      2.3.1cvs36
12815
12816         * src/imap.c
12817                 Better handling of login errors (ask the password
12818                 again once), alert in case of error. Fix three
12819                 signedness warnings.
12820
12821 2006-06-28 [wwp]        2.3.1cvs35
12822
12823         * src/prefs_template.c
12824         * src/prefs_matcher.c
12825         * src/prefs_filtering_action.c
12826         * src/prefs_quote.c
12827                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12828                 patch by Fabien Vantard, slightly modified.
12829
12830 2006-06-28 [paul]
12831
12832         2.4.0-rc2 released
12833
12834 2006-06-28 [colin]      2.3.1cvs34
12835
12836         * src/prefs_account.c
12837                 Fix bug #977 (Can't add or edit imap accounts)
12838
12839 2006-06-28 [colin]      2.3.1cvs33
12840
12841         * src/mimeview.c
12842                 Fix previous
12843
12844 2006-06-28 [colin]      2.3.1cvs32
12845
12846         * src/mimeview.c
12847                 Save named inlined attachments with "Save all"
12848         * src/main.c
12849         * src/mbox.c
12850         * src/common/plugin.c
12851         * src/common/plugin.h
12852         * src/common/sylpheed.c
12853         * src/common/utils.c
12854         * src/plugins/pgpcore/sylpheed.def
12855         * src/plugins/pgpinline/sylpheed.def
12856         * src/plugins/pgpmime/sylpheed.def
12857                 Win32 compatibility patch, by
12858                 Werner Koch
12859
12860 2006-06-28 [wwp]        2.3.1cvs31
12861
12862         * src/imap.c
12863         * src/prefs_folder_item.c
12864                 less compilation warnings (thanks to Fabien Vantard), less typos.
12865
12866 2006-06-28 [paul]       2.3.1cvs30
12867
12868         * src/gtk/gtkutils.c
12869                 gtk_combo_box_set_focus_on_click() is only
12870                 available since gtk 2.6.0
12871
12872 2006-06-28 [paul]       2.3.1cvs29
12873
12874         * src/prefs_ext_prog.c
12875                 fix engrish and add a tooltip for the
12876                 'command for 'Display as text' option
12877
12878 2006-06-28 [paul]
12879
12880         2.4.0-rc1 released
12881
12882 2006-06-28 [paul]       2.3.1cvs28
12883
12884         * ChangeLog
12885         * tools/Makefile.am
12886                 include textviewer.pl in releases
12887
12888 2006-06-28 [paul]       2.3.1cvs27
12889
12890         * src/prefs_ext_prog.c
12891                 hide Print command option if libgnomeprint
12892                 support is present
12893
12894 2006-06-27 [colin]      2.3.1cvs26
12895
12896         * src/compose.c
12897                 Fix Esc handling in insert/attach dialog
12898                 Don't show this dialog if dragging something
12899                 else than text/uri-list
12900                 Thanks to Fabien Vantard
12901         * tools/textviewer.pl
12902                 Filter script to display stuff as text
12903                 by H. Merijn Brand
12904
12905 2006-06-27 [wwp]        2.3.1cvs25
12906
12907         * src/messageview.c
12908                 use the exact product name (message view title), patch
12909                 by Fabien Vantard.
12910
12911 2006-06-27 [ticho]      2.3.1cvs24
12912
12913         * src/prefs_account.c
12914         * src/prefs_common.c
12915         * src/prefs_common.h
12916         * src/prefs_ext_prog.c
12917         * src/textview.c
12918                 Add a preference (Preferences/External programs)
12919                 to allow "Display as text" to be done via a script
12920                 (patch by H.Merijn Brand).
12921                 Use GtkComboBox for protocol selection in account
12922                 preferences.
12923                 Only include current choice for existing accounts, and
12924                 insensitivize the combobox.
12925
12926 2006-06-27 [paul]       2.3.1cvs23
12927
12928         * src/mbox.c
12929                 fix crasher introduced in cvs21.
12930                 Thanks to Colin
12931
12932 2006-06-26 [colin]      2.3.1cvs22
12933
12934         * src/mbox.c
12935                 Fix double-frees when leaving folders
12936                 after exporting to mbox
12937
12938 2006-06-26 [colin]      2.3.1cvs21
12939
12940         * src/mbox.c
12941                 More feedback (and optimisation)
12942                 on import/export
12943         * src/common/utils.c
12944                 Fix case when looking for mail addresses
12945         * src/gtk/gtkutils.c
12946                 Extra check for (X-)Face
12947
12948 2006-06-25 [ticho]      2.3.1cvs20
12949
12950         * src/compose.c
12951         * src/exphtmldlg.c
12952         * src/gtk/gtkutils.c
12953         * src/gtk/gtkutils.h
12954                 Added second argument to gtkut_sc_combobox_create() to
12955                 control focus-on-click for the widget.
12956                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12957
12958 2006-06-25 [ticho]      2.3.1cvs19
12959
12960         * src/compose.c
12961         * src/gtk/Makefile.am
12962         * src/gtk/combobox.c
12963         * src/gtk/combobox.h
12964         * src/gtk/gtkutils.c
12965         * src/gtk/gtkutils.h
12966                 Use GtkComboBox instead of deprecated GtkOptionMenu
12967                 for account selector in compose window and for encoding
12968                 selector in attachment properties.
12969                 Also factorise working with the new GtkComboBox somewhat.
12970
12971 2006-06-24 [paul]       2.3.1cvs18
12972
12973         * src/prefs_common.c
12974                 use the correct default value
12975
12976 2006-06-24 [paul]       2.3.1cvs17
12977
12978         * src/compose.c
12979         * src/prefs_common.c
12980         * src/prefs_common.h
12981         * src/prefs_compose_writing.c
12982                 enable setting of default action when
12983                 dnd'ing files in the compose window.
12984                 (Collaborative effort with wwp)
12985
12986 2006-06-23 [wwp]        2.3.1cvs16
12987
12988         * src/compose.c
12989                 i18n fix (thanks to Fabien Vantard)
12990
12991 2006-06-22 [colin]      2.3.1cvs15
12992
12993         * src/prefs_customheader.c
12994                 Don't use filters in custom headers' file 
12995                 selector. Remember, extensions mean nothing :)
12996
12997 2006-06-22 [paul]       2.3.1cvs14
12998
12999         * configure.ac
13000                 allow setting of man directory location
13001
13002 2006-06-22 [colin]      2.3.1cvs13
13003
13004         * src/mainwindow.c
13005                 Add 'View/Go to/Next unread folder'.
13006                 I missed that :)
13007
13008 2006-06-22 [colin]      2.3.1cvs12
13009
13010         * src/common/utils.c
13011                 Add some subject prefixes
13012                 Patch by Bjorn T Johansen <btj@havleik.no>
13013
13014 2006-06-22 [colin]      2.3.1cvs11
13015
13016         * manual/advanced.xml
13017                 Forgotten hidden pref
13018
13019 2006-06-21 [paul]       2.3.1cvs10
13020
13021         * src/prefs_account.c
13022                 complete the removal of 'Add date header' option
13023
13024 2006-06-21 [paul]       2.3.1cvs9
13025
13026         * src/account.c
13027         * src/compose.c
13028         * src/prefs_account.c
13029         * src/prefs_account.h
13030                 remove option to add date header - always
13031                 add date header
13032         * src/etpan/imap-thread.c
13033                 fix warnings (Thanks to Colin)
13034
13035 2006-06-21 [wwp]        2.3.1cvs8
13036
13037         * src/folder.c
13038                 set the attachment flag when inline text part are (file)named. This is more convenient
13039                 when receiving (for instance) inline source files or patches sent using thunderbird.
13040
13041 2006-06-21 [paul]       2.3.1cvs7
13042
13043         * src/inc.c
13044                 fix off-by-one count of current msg in
13045                 statusbar filtering progressbar
13046
13047 2006-06-21 [paul]       2.3.1cvs6
13048
13049         * src/folder.c
13050                 Show attachment icon even if the part is 'inline'
13051                 if the following conditions are met:
13052                 - content-type != 'text/plain'
13053                 - content-type != '*/pgp-signature'
13054                 - either 'name' or 'filename' parameter is not NULL
13055                 
13056                 Thanks to Colin
13057
13058 2006-06-21 [paul]       2.3.1cvs5
13059
13060         * src/messageview.c
13061         * src/prefs_common.c
13062         * src/prefs_common.h
13063         * src/prefs_other.c
13064                 add an option to 'Never send Return
13065                 Receipts'
13066                 Thanks to Colin
13067
13068 2006-06-20 [mones]      2.3.1cvs4
13069
13070         * po/es.po
13071                 updated
13072         * src/compose.c
13073                 typo fixed (space after comma)
13074         * tools/make.themes.project
13075                 remove exec mode from tarball files
13076
13077 2006-06-20 [colin]      2.3.1cvs3
13078
13079         * src/news.c
13080         * src/procheader.c
13081         * src/unmime.c
13082                 Better fix for \n's in headers (don't 
13083                 break Received: and others)
13084
13085 2006-06-20 [paul]       2.3.1cvs2
13086
13087         * src/alertpanel.c
13088         * src/textview.c
13089                 improve legibility of phishing attempt
13090                 dialog
13091
13092 2006-06-20 [paul]       2.3.1cvs1
13093
13094         * NEWS
13095         * README
13096         * configure.ac
13097                 Update version number following
13098                 stable release
13099
13100 2006-06-20 [colin]      2.3.0cvs26
13101
13102         * src/compose.c
13103                 When dragging a file to the text of the compose
13104                 window, ask whether we want to insert or attach
13105                 (I know lots of people who do that to attach)
13106
13107 2006-06-20 [colin]      2.3.0cvs25
13108
13109         * src/etpan/imap-thread.c
13110                 Fix threshold (the append command is often > 32 bytes)
13111
13112 2006-06-19 [colin]      2.3.0cvs24
13113
13114         * src/imap.c
13115         * src/etpan/imap-thread.c
13116                 Workaround Rockliffe IMAP server bug: replace
13117                 "x UID SEARCH (ANSWERED UID 1:*)" with
13118                 "x UID SEARCH ANSWERED"
13119                 (Rockliffe doesn't handle the parenthesis)
13120
13121 2006-06-19 [colin]      2.3.0cvs23
13122
13123         * src/compose.c
13124         * src/imap.c
13125         * src/etpan/imap-thread.c
13126                 Probably fix bug #972 (Freezes when adding 
13127                 an attachment to the message)
13128         * src/common/defs.h
13129                 Modernize Firefox cmd
13130
13131
13132 2006-06-18 [colin]      2.3.0cvs22
13133
13134         * src/prefs_customheader.c
13135                 Only allow correct filenames for various
13136                 custom headers
13137
13138 2006-06-18 [colin]      2.3.0cvs21
13139
13140         * src/prefs_customheader.c
13141                 Add a 'From File...' button in custom headers prefs, which
13142                 try to do the right thing: 
13143                 for normal headers, use file as plaintext,
13144                 for X-Face, calls compface,
13145                 for Face, encode to b64.
13146
13147 2006-06-17 [colin]      2.3.0cvs20
13148
13149         * src/mh.c
13150                 Warning fix
13151
13152 2006-06-16 [colin]      2.3.0cvs19
13153
13154         * src/summaryview.c
13155                 Recursive quicksearch: show message list
13156                 in current folder, *then* search children
13157                 in the background.
13158
13159 2006-06-16 [colin]      2.3.0cvs18
13160
13161         * src/main.c
13162                 Instead of ignoring SIGPIPE, save caches
13163                 when getting one. Will fix the fact that
13164                 hot caches are out-of-date when logging 
13165                 out of Xorg.
13166         * src/compose.c
13167         * src/prefs_compose_writing.c
13168                 Only save text (not attachments) when 
13169                 auto-saving to drafts
13170         * src/unmime.c
13171                 Always replace \n, \r and \t with spaces
13172                 in headers
13173         * manual/dist/html/Makefile.am
13174         * manual/dist/pdf/Makefile.am
13175         * manual/dist/ps/Makefile.am
13176         * manual/dist/txt/Makefile.am
13177         * manual/fr/dist/html/Makefile.am
13178         * manual/fr/dist/pdf/Makefile.am
13179         * manual/fr/dist/ps/Makefile.am
13180         * manual/fr/dist/txt/Makefile.am
13181         * manual/pl/dist/html/Makefile.am
13182         * manual/pl/dist/pdf/Makefile.am
13183         * manual/pl/dist/ps/Makefile.am
13184         * manual/pl/dist/txt/Makefile.am
13185                 Fix make clean removing pregenerated manuals
13186
13187
13188 2006-06-16 [colin]      2.3.0cvs17
13189
13190         * src/plugins/pgpcore/sgpgme.c
13191         * src/plugins/pgpmime/pgpmime.c
13192         * src/plugins/pgpinline/pgpinline.c
13193                 Better error reporting in setup_signers.
13194                 Don't fallback to default key if specified
13195                 key isn't found.
13196                 Don't allow signing if more than one secret
13197                 key matches the one specified in prefs.
13198
13199 2006-06-15 [colin]      2.3.0cvs16
13200
13201         * src/folderview.c
13202                 Add "Send queue" in the folder's contextual
13203                 menu
13204         * src/compose.c
13205         * src/messageview.c
13206         * src/privacy.c
13207         * src/privacy.h
13208         * src/procmime.c
13209         * src/procmsg.c
13210         * src/plugins/pgpcore/passphrase.c
13211         * src/plugins/pgpcore/sgpgme.c
13212         * src/plugins/pgpinline/pgpinline.c
13213         * src/plugins/pgpmime/pgpmime.c
13214                 Better error reporting
13215         * src/mbox.c
13216                 Probably fix bug #971 (2.2.3 cannot read mail 
13217                 from local mbox)
13218
13219
13220 2006-06-15 [mones]      2.3.0cvs15
13221
13222         * tools/make.themes.project
13223                 creates the themes project from the web page
13224
13225 2006-06-15 [colin]      2.3.0cvs14
13226
13227         * src/folder.c
13228                 Better fix (avoid losing the folder if scan_tree 
13229                 fails)
13230
13231 2006-06-15 [cleroy]     2.3.0cvs13
13232
13233         * src/folder.c
13234                 Probably fix Bug #969 (crash on rebuilding 
13235                 imap folder)
13236
13237 2006-06-14 [colin]      2.3.0cvs12
13238
13239         * manual/dtd/manual.xsl
13240         * manual/sylpheed-claws-manual.xml
13241         * manual/fr/sylpheed-claws-manual.xml
13242         * manual/pl/sylpheed-claws-manual.xml
13243                 Insert pagebreaks between sections
13244
13245 2006-06-14 [paul]       2.3.0cvs11
13246
13247         * configure.ac
13248                 better fix than 2.3.0cvs10
13249
13250 2006-06-14 [paul]       2.3.0cvs10
13251
13252         * configure.ac
13253                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13254                 (backwards compatible)
13255
13256 2006-06-13 [colin]      2.3.0cvs9
13257
13258         * src/messageview.c
13259                 Fix sending of return receipt with the new queue folders
13260
13261 2006-06-13 [wwp]        2.3.0cvs8
13262
13263         * src/quote_fmt_lex.l
13264                 fix wrong tokens returned in quote_fmt lexer, query not().
13265
13266 2006-06-13 [wwp]        2.3.0cvs7
13267
13268         * src/folder.c
13269         * src/prefs_folder_item.c
13270                 allow changing folder type even when folder is not a top-level one,
13271                 thanks to Colin.
13272
13273 2006-06-12 [colin]      2.3.0cvs6
13274
13275         * src/folderview.c
13276                 Fix double-ask of "Do you want to mark all
13277                 as read"
13278
13279 2006-06-12 [colin]      2.3.0cvs5
13280
13281         * src/compose.c
13282         * src/compose.h
13283         * src/folder.c
13284         * src/folder.h
13285         * src/imap.c
13286         * src/inc.c
13287         * src/main.c
13288         * src/messageview.c
13289         * src/mh.c
13290         * src/prefs_folder_item.c
13291         * src/procheader.c
13292         * src/procmime.c
13293         * src/procmsg.c
13294         * src/procmsg.h
13295         * src/send_message.c
13296         * src/summaryview.c
13297         * src/toolbar.c
13298                 Apply bug #964's patch (Queue and drafts aren't normal)
13299                 The Drafts and Queue folder now contain RFC-822 files,
13300                 allowing to move and copy mails from and to these 
13301                 folders. Moving from Drafts to Queue will prepare the
13302                 mail for sending (PGP signature, encryption, etc).
13303                 This patch also rework sending errors handling to try
13304                 to be more helpful.
13305                 Also, allow redefining folder types via the GUI 
13306                 (Folder type in its Properties)
13307
13308 2006-06-12 [colin]      2.3.0cvs4
13309
13310         * src/summaryview.c
13311         * src/prefs_common.c
13312         * src/prefs_common.h
13313         * src/gedit-print.c
13314                 Allow to define a specific print font - patch
13315                 by Bernhard Walle <bernhard.walle@gmx.de>
13316         * src/prefs_fonts.c
13317         * manual/advanced.xml
13318         * manual/fr/advanced.xml
13319                 Add a hidden pref to allow deletion without
13320                 confirmation
13321
13322 2006-06-12 [wwp]        2.3.0cvs3
13323
13324         * .cvsignore
13325                 more files to ignore.
13326
13327 2006-06-12 [wwp]        2.3.0cvs2
13328
13329         * src/quote_fmt.c
13330         * src/quote_fmt_lex.l
13331         * src/quote_fmt_parse.y
13332                 extend the quote_fmt parser (templates and quotes):
13333                 - allow limited sub-expressions in |p{} and |f{} expressions,
13334                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13335                 - implemented/fixed missing implementation of query_references and show_references,
13336                 - completed, fixed contents and format of the symbols help dialog,
13337                 - fix some compilation warnings.
13338
13339 2006-06-12 [wwp]        2.3.0cvs1
13340
13341         * manual/advanced.xml
13342         * manual/fr/advanced.xml
13343                 updates in the "templates" section of the manual (eng/fr):
13344                  - be more precise (both versions)
13345                  - completed to match the english reference (fr version)
13346                  - touchups (both versions)
13347
13348 2006-06-12 [paul]       2.3.0
13349
13350         2.3.0 released
13351
13352 2006-06-12 [paul]       2.2.3cvs14
13353
13354         * po/ca.po
13355         * po/cs.po
13356         * po/de.po
13357         * po/el.po
13358         * po/fr.po
13359         * po/it.po
13360         * po/pt_BR.po
13361         * po/sr.po
13362         * po/zh_CN.po
13363                 updated by Miquel Oliete, Tim, Stephan Sachse,
13364                 Stavros Giannouris, Fabien Vantard, Andrea
13365                 Spadaccini, Frederico Goncalves Guimaraes,
13366                 Aleksandar Urosevic, and Ralgh Young
13367
13368 2006-06-12 [colin]      2.2.3cvs13
13369
13370         * src/mbox.c
13371                 Add missing header
13372
13373 2006-06-11 [colin]      2.2.3cvs12
13374
13375         * src/msgcache.c
13376                 Verify that g_malloc() succeeded
13377
13378 2006-06-11 [colin]      2.2.3cvs11
13379
13380         * src/wizard.c
13381                 Add Face header to welcome mail
13382
13383 2006-06-10 [colin]      2.2.3cvs10
13384
13385         * src/textview.c
13386                 Revert previous (Forgot it changes the
13387                 margin on the whole mail)
13388
13389 2006-06-10 [colin]      2.2.3cvs9
13390
13391         * src/textview.c
13392                 Don't overlap long headers under (X-)Face
13393
13394 2006-06-10 [mones]      2.2.3cvs8
13395
13396         * manual/xml2pdf
13397                 allow generation of manual on systems lacking saxon binary
13398                 but with java and the saxon library installed
13399
13400         * po/es.po
13401                 updated for release
13402
13403 2006-06-09 [colin]      2.2.3cvs7
13404
13405         * src/summaryview.c
13406                 Fix leak when using Display Sender using Addressbook
13407
13408 2006-06-09 [colin]      2.2.3cvs6
13409
13410         * src/compose.c
13411         * src/folder.c
13412         * src/folderview.c
13413         * src/mimeview.c
13414         * src/summaryview.c
13415                 More leaks fixes
13416
13417 2006-06-09 [paul]       2.2.3cvs5
13418
13419         * AUTHORS
13420         * src/gtk/authors.h
13421         * tools/claws.i18n.status.pl
13422                 updated with new info
13423
13424 2006-06-09 [paul]       2.2.3cvs4
13425
13426         * README
13427                 updated
13428         * manual/ack.xml
13429                 add wwp to authors list
13430         * src/gtk/authors.h
13431                 update mine and Colin's addresses
13432
13433 2006-06-08 [colin]      2.2.3cvs3
13434
13435         * src/etpan/imap-thread.c
13436                 Fix leak on SSL cert check
13437
13438 2006-06-08 [colin]      2.2.3cvs2
13439
13440         * src/common/utils.c
13441                 Fix leak
13442
13443 2006-06-08 [paul]       2.2.3cvs1
13444
13445         * configure.ac
13446                 Update version number following
13447                 stable release
13448
13449 2006-06-07 [colin]      2.2.2cvs3
13450
13451         * src/msgcache.c
13452                 Fix catching cache read errors (guint instead of gint)
13453                 Prevent malloc'ing more than 8MB (means cache corruption)
13454
13455 2006-06-07 [paul]       2.2.2cvs2
13456
13457         * src/exporthtml.c
13458         * src/exportldif.c
13459         * src/mh.c
13460         * src/mutt.c
13461         * src/pine.c
13462         * src/common/utils.c
13463                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13464                 obey $HOME'
13465                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13466                 Thanks to Colin
13467
13468 2006-06-06 [paul]       2.2.2cvs1
13469
13470         * configure.ac
13471                 Update version number following
13472                 stable release
13473
13474 2006-06-06 [paul]       2.2.1cvs6
13475
13476         * src/matcher.c
13477                 fix  implicit declaration of
13478                 sylpheed_do_idle()
13479                 Patch by Fabien Vantard
13480
13481 2006-06-06 [paul]       2.2.1cvs5
13482
13483         * src/matcher.c
13484                 fix age_greater and age_lower so that they
13485                 mean what say and not '...or equal to'
13486                 Thanks to Colin
13487
13488 2006-06-06 [paul]       2.2.1cvs4
13489
13490         * src/textview.c
13491         * src/common/utils.c
13492                 fix URI check
13493                 Thanks to Colin
13494
13495 2006-06-05 [wwp]        2.2.1cvs3
13496
13497         * manual/fr/account.xml
13498                 minor language fixes (thanks to Fabien Vantard).
13499
13500 2006-06-05 [colin]      2.2.1cvs2
13501
13502         * src/prefs_folder_item.c
13503         * src/folderview.c
13504                 Allow recursive setting of properties 
13505                 for whole mailboxes
13506         * src/matcher.c
13507                 Don't freeze on 'test' filtering rule
13508
13509 2006-06-05 [colin]      2.2.1cvs1
13510
13511         * configure.ac
13512                 Update version number following
13513                 stable release
13514
13515 2006-06-04 [wwp]        2.2.0cvs82
13516
13517         * manual/glossary.xml
13518         * manual/account.xml
13519         * manual/fr/glossary.xml
13520         * manual/fr/account.xml
13521                 added glossary section and references/links related to the Face custom header.
13522
13523 2006-06-04 [colin]      2.2.0cvs81
13524
13525         * src/summaryview.c
13526                 Skip to next message on move with no
13527                 immediate execution
13528
13529 2006-06-04 [wwp]        2.2.0cvs80
13530
13531         * manual/xml2pdf
13532                 added sanity checks, exit when needed.
13533
13534 2006-06-03 [paul]       2.2.0cvs79
13535
13536         * src/prefs_receive.c
13537                 page name is now 'Receiving'
13538         * src/prefs_send.c
13539                 page name is now 'Sending'
13540
13541 2006-06-03 [colin]      2.2.0cvs78
13542
13543         * src/plugins/spamassassin/spamassassin_gtk.c
13544                 Autoswitch to Localhost if transport was previously
13545                 disabled. Else people had to check [] Enable, then
13546                 *reselect* transport.
13547
13548 2006-06-03 [colin]      2.2.0cvs77
13549
13550         * src/plugins/pgpinline/pgpinline.c
13551         * src/plugins/pgpmime/pgpmime.c
13552                 Check that gpg_data_release_and_get_mem 
13553                 didn't fail (now, why this happens...)
13554
13555 2006-06-03 [colin]      2.2.0cvs76
13556
13557         * src/mbox.c
13558                 Fix bug #962 (Manual and/or UI should 
13559                 warn about incompatible locking 
13560                 causing dataloss)
13561
13562 2006-06-02 [cleroy]     2.2.0cvs75
13563
13564         * src/filtering.c
13565         * src/folder.c
13566         * src/procmsg.c
13567         * src/summaryview.c
13568                 Fix a few leaks
13569
13570 2006-06-02 [colin]      2.2.0cvs74
13571
13572         * src/main.c
13573                 On exit, free caches after writing them
13574                 Shuts up some valgrind false positives
13575         * src/procmsg.c
13576         * src/send_message.c
13577                 Fix races when reusing existing SMTP connections
13578                 Fix inexistant session timeout
13579         * src/toolbar.c
13580                 Display alertpanel after all queues have
13581                 been processed, not after each
13582
13583 2006-06-02 [wwp]        2.2.0cvs73
13584
13585         * manual/fr/glossary.xml
13586         * manual/fr/ack.xml
13587         * manual/ack.xml
13588                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13589
13590 2006-06-02 [wwp]        2.2.0cvs72
13591
13592         * manual/xml2pdf
13593         * manual/dist/pdf/Makefile.am
13594         * manual/dtd/manual.xsl
13595         * manual/fr/dist/pdf/Makefile.am
13596         * manual/pl/dist/pdf/Makefile.am
13597                 we changed the procedure to generate the .pdf version of the manual.
13598                 The procedure is more modern and the .pdf we get now has a valid index.
13599                 Here are the new pre-requisites:
13600
13601                 - JRE 1.x (1.4 here): there must be one from your distro
13602                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13603                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13604                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13605
13606                 See my posts for further info about the installation of this toolchain:
13607
13608                 Date: Fri, 19 May 2006 19:40:06 +0200
13609                 From: wwp <subscript@free.fr>
13610                 To: sylpheed-claws-devel@lists.sourceforge.net
13611                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13612
13613                 and
13614
13615                 Date: Wed, 24 May 2006 12:58:49 +0200
13616                 From: wwp <subscript@free.fr>
13617                 To: sylpheed-claws-devel@lists.sourceforge.net
13618                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13619
13620 2006-06-01 [colin]      2.2.0cvs71
13621
13622         * src/compose.c
13623                 Better guards against IMAP races
13624         * src/main.c
13625         * src/prefs_common.c
13626         * src/prefs_common.h
13627         * src/common/ssl_certificate.c
13628         * src/etpan/imap-thread.c
13629         * src/etpan/imap-thread.h
13630         * src/gtk/sslcertwindow.c
13631                 New hidden option ssl_skip_cert_check to 
13632                 avoid dups of bug #959 (libetpan linked
13633                 against gnutls and gnutls buggy on 64bit)
13634                 Present expired warning only once per
13635                 session/server.
13636         * manual/advanced.xml
13637         * manual/fr/advanced.xml
13638                 Document new option
13639
13640 2006-06-01 [wwp]        2.2.0cvs70
13641
13642         * src/messageview.c
13643                 fix for bug #961 (return receipt dialog 
13644                 complains incorrectly about return-path 
13645                 email adress being different), thanks 
13646                 to Colin.
13647
13648 2006-05-31 [cleroy]     2.2.0cvs69
13649
13650         * src/common/ssl.c
13651                 Guard against NULLs, although this
13652                 should never be an issue
13653
13654 2006-05-31 [colin]      2.2.0cvs68
13655
13656         * src/filtering.c
13657                 Use g_slist_prepend
13658         * src/imap.c
13659                 Don't remove caches when destroying folder, it
13660                 could (should) be done at exit
13661         * src/inc.c
13662                 free processing cache after incorporation
13663         * src/etpan/imap-thread.c
13664                 Maybe fix bug #959 (Crash on moving to emails 
13665                 to a imap account per ssl with a expired 
13666                 certificate.)
13667
13668 2006-05-30 [colin]      2.2.0cvs67
13669
13670         * src/summaryview.c
13671                 Put back event flush when displaying message
13672                 It avoids reading a bunch of messages just
13673                 by hitting shift-n for too long ;)
13674
13675 2006-05-29 [colin]      2.2.0cvs66
13676
13677         * src/summaryview.c
13678                 Remove useless g_warnings
13679
13680 2006-05-29 [colin]      2.2.0cvs65
13681
13682         * src/imap.c
13683                 Fix g_slist_append()s for performance
13684
13685 2006-05-29 [colin]      2.2.0cvs64
13686
13687         * src/compose.c
13688         * src/common/utils.c
13689                 Fix extraneous tab at start of addresses
13690         * src/mainwindow.c
13691                 Fix warnings (thanks to Fabien)
13692                 Fix crash at exit when composing messages 
13693                 exist
13694         * src/pop.c
13695                 Fix progress bar when deleting expired mails
13696                 Thanks to Hiro
13697         * src/summaryview.c
13698         * src/gtk/gtksctree.c
13699                 Fix re-sorting slowness
13700
13701 2006-05-29 [paul]       2.2.0cvs63
13702
13703         * src/mh.c
13704                 fetch full message when moving mails
13705                 from another mailbox, (fixed data loss
13706                 when filtering from IMAP to MH, introduced
13707                 in 2.2.0cvs57).
13708                 Thanks to Colin
13709
13710 2006-05-29 [mones]      2.2.0cvs62
13711
13712         * src/gtk/gtksctree.c
13713                 Unselect faster (patch by Colin)        
13714
13715 2006-05-26 [colin]      2.2.0cvs61
13716
13717         * src/summaryview.c
13718                 Unplug MSGINFO_UPDATE callback on delete too.
13719
13720 2006-05-26 [colin]      2.2.0cvs60
13721
13722         * src/foldersel.c
13723                 Fix bold in folder selection window with glib2.10
13724                 thanks Hiro
13725
13726 2006-05-26 [colin]      2.2.0cvs59
13727
13728         * src/procheader.c
13729                 Convert date only if necessary (and don't
13730                 try to convert from utf8 to utf8, too)
13731         * src/summaryview.c
13732                 Only set column's text if the column's 
13733                 displayed
13734
13735 2006-05-26 [colin]      2.2.0cvs58
13736
13737         * src/summaryview.c
13738         * src/gtk/gtkutils.c
13739                 Fix useless warning
13740
13741 2006-05-26 [colin]      2.2.0cvs57
13742
13743         * src/mainwindow.c
13744                 Make summaryview selectable as long as 
13745                 no message has focus
13746         * src/mh.c
13747                 Faster deletion (by implementing mh_remove_msgs)
13748                 Faster copy (avoid using mh_fetch_msg just to get
13749                 the filename)
13750                 Faster move (using move_file instead of copy_file
13751                 if MSG_IS_MOVE)
13752                 No progressbar if total number of mails to cp/mv 
13753                 is less than 100
13754         * src/summaryview.c
13755                 Fix removal from subject_table when mail gets moved
13756                 Faster deletion (g_slist_prepend instead of append)
13757         * src/gtk/gtksctree.c
13758                 Remove useless code
13759
13760 2006-05-25 [colin]      2.2.0cvs56
13761
13762         * src/common/ssl_certificate.c
13763                 Fix leak in expired cert check
13764
13765 2006-05-25 [colin]      2.2.0cvs55
13766
13767         * src/mh.c
13768                 Disable flags syncing on .mh_sequences - it
13769                 is buggy and marks mails read under unknown
13770                 conditions.
13771
13772 2006-05-25 [paul]
13773
13774         * 2.3.0-rc4 released
13775
13776 2006-05-24 [colin]      2.2.0cvs54
13777
13778         attention cvs users: if you manage to crash
13779         Sylpheed-Claws while moving, copying or deleting
13780         mails, we *are* interested in stack traces and
13781         valgrind logs. It looks stable, but one never
13782         knows...
13783
13784         * src/folder.c
13785                 Add progressbar for cache updates
13786         * src/folderutils.c
13787                 Optimize Mark all read in the current
13788                 folder
13789         * src/mh.c
13790                 Add progressbar for copy/move
13791         * src/procmsg.c
13792                 Optimize O(n^2) in copy/move
13793         * src/summaryview.c
13794         * src/gtk/gtksctree.c
13795                 Optimize O(n^2) algos
13796         * src/common/timing.h
13797                 Display ms instead of us
13798
13799 2006-05-24 [wwp]        2.2.0cvs53
13800
13801         * manual/fr/advanced.xml
13802                 updates to the French manual.
13803
13804 2006-05-24 [wwp]        2.2.0cvs52
13805
13806         * src/common/utils.c
13807                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13808
13809 2006-05-24 [wwp]        2.2.0cvs51
13810
13811         * src/folderutils.c
13812                 fixed "mark all read" in MH folders (thanks to Colin).
13813
13814 2006-05-24 [paul]       2.2.0cvs50
13815
13816         * doc/man/sylpheed-claws.1
13817                 updated the man page
13818
13819 2006-05-23 [colin]      2.2.0cvs49
13820
13821         * src/folderview.c
13822         * src/imap.c
13823         * src/inc.c
13824         * src/mbox.c
13825         * src/messageview.c
13826         * src/news.c
13827         * src/send_message.c
13828         * src/summaryview.c
13829         * src/gtk/sslcertwindow.c
13830                 alertpanel fixes, by Fabien
13831
13832 2006-05-23 [colin]      2.2.0cvs48
13833
13834         * src/folder.c
13835         * src/folderview.c
13836         * src/msgcache.c
13837         * src/summaryview.c
13838         * src/gtk/gtksctree.c
13839         * src/gtk/gtksctree.h
13840                 More timings
13841                 Fix slow loading problem, which was caused by the
13842                 use of some gtk_ctree funcs and their use of
13843                 g_list_position while gtk_ctree_(un)link'ing.
13844                 Reap more functions from gtkctree.c to be sure we
13845                 use our (fast) version instead of theirs.
13846         * src/mh.c
13847                 Fix copy of unread mails
13848
13849
13850 2006-05-22 [wwp]        2.2.0cvs47
13851
13852         * manual/fr/advanced.xml
13853                 updated.
13854
13855 2006-05-22 [colin]      2.2.0cvs46
13856
13857         * src/filtering.c
13858                 Fix possible infinite loop. 'copy' is not a 
13859                 final action, so when encountering a 'copy',
13860                 we have to check if a previous one was set
13861                 and do it. In the same way, if we encounter
13862                 a 'move' we have to perform a possibly 
13863                 pending 'copy'. This will slow down filtering
13864                 on IMAP if move+copy or multiple copy actions
13865                 are to be done, but handling it via the batch
13866                 would be really too convoluted.
13867
13868 2006-05-22 [wwp]        2.2.0cvs45
13869
13870         * manual/fr/advanced.xml
13871         * manual/fr/faq.xml
13872         * manual/fr/glossary.xml
13873         * manual/fr/handling.xml
13874         * manual/fr/intro.xml
13875         * manual/fr/plugins.xml
13876         * manual/fr/sylpheed-claws-manual.xml
13877                 sync w/ the english manual: updates URIs, documented mailing-list
13878                 support, better explanation about the enabled/disabled feature
13879                 in filtering/processing rules by Paul.
13880
13881 2006-05-21 [colin]      2.2.0cvs44
13882
13883         * src/summaryview.c
13884                 Don't expand after building threads, but during
13885
13886 2006-05-21 [colin]      2.2.0cvs43
13887
13888         * src/procmsg.c
13889         * src/summaryview.c
13890                 More timing possibilities... For next time I have 
13891                 to find out how the hell some 3GHz computer takes
13892                 one minute to open a 30k folder...
13893
13894 2006-05-21 [colin]      2.2.0cvs42
13895
13896         * manual/pl/advanced.xml
13897         * manual/pl/faq.xml
13898         * manual/pl/glossary.xml
13899         * manual/pl/handling.xml
13900         * manual/pl/intro.xml
13901         * manual/pl/plugins.xml
13902         * manual/pl/sylpheed-claws-manual.xml
13903                 Polish manual updated by Pawel
13904
13905 2006-05-20 [colin]
13906
13907         * 2.3.0-rc3 released
13908
13909 2006-05-20 [colin]      2.2.0cvs41
13910
13911         * src/imap.c
13912                 Fix -rc2 problems:
13913                 - remove cache of moved messages from original folder
13914                 - apply new flags to messages even if they aren't appliable
13915                   via IMAP.
13916
13917 2006-05-20 [colin]
13918
13919         * 2.3.0-rc2 released
13920
13921 2006-05-19 [colin]      2.2.0cvs40
13922
13923         * src/imap.c
13924                 Don't issue SELECT in imap_change_flags
13925                 before having checked that we indeed have
13926                 some flags to change. MSG_POSTFILTERED for
13927                 example can't be used on IMAP.
13928                 Fixes bug #955 (copying messages between 
13929                 imap folders is extremely slow), which was
13930                 a regression.
13931
13932 2006-05-19 [colin]      2.2.0cvs39
13933
13934         * src/folder.c
13935         * src/folder.h
13936         * src/folderview.c
13937                 Try to fix bug #830 (Some unread messages 
13938                 get marked read in IMAP inbox):
13939                 - Prevent scanning a folder if it's being 
13940                   opened via the GUI
13941                 - Postpone opening via the GUI of a folder
13942                   currently scanned.
13943
13944
13945 2006-05-19 [wwp]        2.2.0cvs38
13946
13947         * manual/advanced.xml
13948                 fix English+typo (thanks to Paul).
13949
13950 2006-05-19 [wwp]        2.2.0cvs37
13951
13952         * manual/advanced.xml
13953         * manual/fr/advanced.xml
13954         * src/gtk/logwindow.c
13955         * src/prefs_common.c
13956         * src/prefs_common.h
13957                 added hidden prefs to allow customization of colors used in
13958                 protocol log window (useful for dark gtk+ themes).
13959
13960 2006-05-19 [wwp]        2.2.0cvs36
13961
13962         * ChangeLog
13963                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13964
13965 2006-05-19 [paul]       2.2.0cvs35
13966
13967         * src/textview.c
13968                 make Reply-To fully clickable
13969         * src/gtk/logwindow.c
13970                 more colouring (SMTP ESMTP)
13971         Both patches by Pawel Pekala
13972
13973 2006-05-19 [cleroy]     2.2.0cvs34
13974
13975         * src/mh.c
13976                 Don't update flags from current folder
13977                 Probably fixes bug #935 (Read Messages 
13978                 Revert to Being Marked as Unread)
13979
13980 2006-05-18 [colin]      2.2.0cvs33
13981
13982         * src/imap.c
13983                 Warning fix
13984         * src/compose.c
13985         * src/mainwindow.c
13986         * src/summaryview.c
13987         * src/toolbar.c
13988                 Allow replying to multiple emails
13989                 in multiple windows
13990         * src/mimeview.c
13991         * src/etpan/imap-thread.c
13992                 Leak fixes
13993
13994 2006-05-18 [paul]       2.2.0cvs32
13995
13996         * src/summaryview.c
13997                 keep Mailing-List menu refreshed
13998                 Thanks to Colin
13999
14000 2006-05-18 [paul]       2.2.0cvs31
14001
14002         * manual/advanced.xml
14003         * manual/faq.xml
14004         * manual/glossary.xml
14005         * manual/handling.xml
14006         * manual/intro.xml
14007         * manual/plugins.xml
14008         * manual/sylpheed-claws-manual.xml
14009                 update URLs
14010                 add info about mailing-list support
14011                 edit filtering info
14012         * src/wizard.c
14013         * src/common/defs.h
14014         * src/gtk/about.c
14015         * src/plugins/dillo_viewer/README
14016                 update URLs
14017
14018 2006-05-17 [wwp]        2.2.0cvs30
14019
14020         * manual/handling.xml
14021         * manual/fr/handling.xml
14022                 documented the ability to enabled/disable filtering/processing rules.
14023
14024 2006-05-17 [colin]      2.2.0cvs29
14025
14026         * src/main.c
14027                 Don't initialize g_thread subsystem if it's 
14028                 already done (thanks to Hiro)
14029         * src/mimeview.c
14030                 Fix saving of parts when there name can't be
14031                 converted from UTF-8.
14032
14033 2006-05-17 [paul]       2.2.0cvs28
14034
14035         * po/Makefile.in.in
14036                 fix config.status warning with autoconf 2.60
14037
14038 2006-05-17 [paul]       2.2.0cvs27
14039
14040         * po/POTFILES.in
14041                 add src/mbox.c
14042
14043 2006-05-17 [wwp]        2.2.0cvs26
14044
14045         * src/mainwindow.c
14046                 fix useless and potentially dangerous buffer walking (thanks to Colin).
14047
14048 2006-05-17 [wwp]        2.2.0cvs25
14049
14050         * src/plugins/demo/demo.c
14051                 updated product name in plugin demo (many plugins need to be
14052                 sync'ed w/ that change).
14053
14054 2006-05-17 [colin]      2.2.0cvs24
14055
14056         * src/mh.c
14057                 Fix leak
14058
14059 2006-05-16 [colin]      2.2.0cvs23
14060
14061         * src/mainwindow.c
14062                 Stupid me hit again. Fix cvs22.
14063
14064 2006-05-16 [colin]      2.2.0cvs22
14065
14066         * src/mainwindow.c
14067                 Fix bug #922 (sylpheed-claws crashed after 
14068                 pushing on Inbox folder)
14069
14070 2006-05-16 [colin]      2.2.0cvs21
14071
14072         * src/compose.c
14073                 Make From header be copy/paste/select-able
14074
14075 2006-05-16 [wwp]        2.2.0cvs20
14076
14077         * src/export.c
14078         * src/matcher.c
14079         * src/summaryview.c
14080         * src/etpan/imap-thread.c
14081                 fix some compiler warnings (thanks to Colin).
14082
14083 2006-05-16 [wwp]        2.2.0cvs19
14084
14085         * src/action.c
14086         * src/gedit-print.c
14087         * src/inc.c
14088         * src/mainwindow.c
14089         * src/mh.c
14090         * src/statusbar.c
14091         * src/send_message.c
14092         * src/summaryview.c
14093                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
14094
14095 2006-05-15 [colin]      2.2.0cvs18
14096
14097         * src/procmsg.c
14098                 Fix automatic rule creation with List-Post
14099
14100 2006-05-15 [paul]       2.2.0cvs17
14101
14102         * tools/filter_conv_new.pl
14103                 updated for rule enabling/disabling
14104                 claws version >= 2.3.x required
14105
14106 2006-05-15 [cleroy]     2.2.0cvs16
14107
14108         * src/main.c
14109                 Revert test
14110
14111 2006-05-15 [cleroy]     2.2.0cvs15
14112
14113         * src/main.c
14114                 test
14115
14116 2006-05-15 [wwp]        2.2.0cvs14
14117
14118         * manual/pl/.cvsignore
14119                 ignore generated files.
14120
14121 2006-05-14 [wwp]        2.3.0-rc1
14122
14123         * 2.3.0-rc1 released
14124
14125 2006-05-13 [wwp]        2.2.0cvs13
14126
14127         * src/filtering.c
14128         * src/filtering.h
14129         * src/matcher.c
14130         * src/matcher_parser_lex.l
14131         * src/matcher_parser_parse.y
14132         * src/prefs_filtering.c
14133                 new feature: provide the ability to disable filtering and processing
14134                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
14135                 adaptations.
14136
14137 2006-05-13 [colin]      2.2.0cvs12
14138
14139         * src/compose.c
14140                 Remove useless if (a) b; else b;
14141                 Thanks to wwp
14142
14143 2006-05-13 [wwp]        2.2.0cvs11
14144
14145         * src/export.c
14146         * src/import.c
14147         * src/mainwindow.c
14148         * src/mbox.c
14149         * src/summaryview.c
14150         * src/summaryview.h
14151                 no more silent failures (or at least less ones) when importing
14152                 or exporting from/to mbox. Also start importing/exporting if
14153                 the necessary info is set.
14154
14155 2006-05-13 [wwp]        2.2.0cvs10
14156
14157         * RELEASE_NOTES
14158                 restored up-to-date release notes.
14159
14160 2006-05-13 [paul]       2.2.0cvs9
14161
14162         * po/nl.po
14163         * po/ru.po
14164                 updated by Tim Dijkstra and Pavlo Bohmat
14165
14166 2006-05-12 [colin]      2.2.0cvs8
14167
14168         * src/gtk/quicksearch.c
14169                 Add "k" as shortcut for "colorlabel". Patch
14170                 by ath42@users.sf.net.
14171
14172 2006-05-12 [paul]       2.2.0cvs7
14173
14174         * src/prefs_common.h
14175         * src/prefs_summaries.c
14176         * src/summaryview.c
14177                 when entering a folder also allow
14178                 going directly to first Marked message
14179
14180 2006-05-12 [paul]       2.2.0cvs6
14181
14182         * src/summaryview.c
14183                 always obey 'confirm before marking all
14184                 mails read' option
14185
14186 2006-05-12 [paul]       2.2.0cvs5
14187
14188         * src/textview.c
14189                 make Sender fully clickable
14190
14191 2006-05-12 [colin]      2.2.0cvs4
14192
14193         * src/compose.c
14194         * src/compose.h
14195                 Let From be editable
14196         * src/main.c
14197         * src/mh.c
14198                 Full support of .mh_sequences' Unseen seq
14199
14200 2006-05-12 [colin]      2.2.0cvs3
14201
14202         * src/folder.c
14203         * src/mainwindow.c
14204         * src/mainwindow.h
14205         * src/messageview.c
14206         * src/prefs_spelling.c
14207         * src/procheader.c
14208         * src/procmsg.c
14209         * src/procmsg.h
14210         * src/summaryview.c
14211         * src/toolbar.c
14212         * src/toolbar.h
14213                 Add contextual menu on Compose toolbar
14214                 button. Fixes bug #944 (Automatic
14215                 addresses not applied when changing account
14216                 from compose window)
14217                 add Mailing List support
14218                 based on the old 0.6.5claws25 patch by
14219                 Melvin Hadasht, with finishing touches
14220                 by Colin
14221                 Fix "ignore thread" when mails are threaded by
14222                 subject (and weren't ignored although appearing
14223                 in the thread).
14224                 GUI rework.
14225                 Both patches by Pawel.
14226
14227 2006-05-08 [paul]       2.2.0cvs2
14228
14229         * src/mainwindow.c
14230         * src/mainwindow.h
14231         * src/messageview.c
14232         * src/procheader.c
14233         * src/procmsg.c
14234         * src/procmsg.h
14235         * src/summaryview.c
14236                 add Mailing List support
14237                 based on the old 0.6.5claws25 patch by 
14238                 Melvin Hadasht, with finishing touches
14239                 by Colin
14240
14241 2006-05-08 [colin]      2.2.0cvs1
14242
14243         * src/mainwindow.c
14244         * src/toolbar.c
14245         * src/toolbar.h
14246                 Add contextual menu on Compose toolbar 
14247                 button. Fixes bug #944 (Automatic 
14248                 addresses not applied when changing account 
14249                 from compose window)
14250
14251 2006-05-08 [paul]       2.2.0
14252
14253         2.2.0 released
14254
14255 2006-05-08 [paul]       2.1.1cvs51
14256
14257         * po/cs.po
14258         * po/de.po
14259         * po/en_GB.po
14260         * po/fi.po
14261         * po/fr.po
14262         * po/pt_BR.po
14263         * po/sr.po
14264         * po/zh_CN.po
14265                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14266                 Fabien Vantard, Frederico Goncalves Guimaraes,
14267                 Aleksandar Urosevic, and Ralgh Young
14268
14269 2006-05-12 [colin]      2.1.1cvs50
14270
14271         * po/cs.po
14272         * po/de.po
14273         * po/en_GB.po
14274         * po/es.po
14275         * po/fi.po
14276         * po/fr.po
14277         * po/pt_BR.po
14278         * po/sr.po
14279         * po/zh_CN.po
14280                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14281                 Fabien Vantard, Frederico Goncalves Guimaraes,
14282                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14283
14284 2006-05-05 [colin]      2.1.1cvs49
14285
14286         * manual/Makefile.am
14287         * manual/pl/Makefile.am
14288         * manual/pl/account.xml
14289         * manual/pl/ack.xml
14290         * manual/pl/addrbook.xml
14291         * manual/pl/advanced.xml
14292         * manual/pl/faq.xml
14293         * manual/pl/glossary.xml
14294         * manual/pl/gpl.xml
14295         * manual/pl/handling.xml
14296         * manual/pl/intro.xml
14297         * manual/pl/keyboard.xml
14298         * manual/pl/plugins.xml
14299         * manual/pl/starting.xml
14300         * manual/pl/sylpheed-claws-manual.xml
14301         * manual/pl/dist/.cvsignore
14302         * manual/pl/dist/Makefile.am
14303         * manual/pl/dist/html/.cvsignore
14304         * manual/pl/dist/html/Makefile.am
14305         * manual/pl/dist/pdf/.cvsignore
14306         * manual/pl/dist/pdf/Makefile.am
14307         * manual/pl/dist/ps/.cvsignore
14308         * manual/pl/dist/ps/Makefile.am
14309         * manual/pl/dist/txt/.cvsignore
14310         * manual/pl/dist/txt/Makefile.am
14311                 Add the polish translation of the manual,
14312                 Authored by Pawel Pekala.
14313
14314 2006-05-05 [cleroy]     2.1.1cvs48
14315
14316         * src/main.c
14317                 Re-read matcherrc after loading plugins 
14318                 if some of them add folders.
14319
14320 2006-05-03 [colin]      2.1.1cvs47
14321
14322         * src/imap.c
14323                 I'm idiot
14324
14325 2006-05-03 [colin]      2.1.1cvs46
14326
14327         * src/imap.c
14328                 Be sure to have a session when
14329                 getting separator
14330
14331 2006-05-03 [colin]      2.1.1cvs45
14332
14333         * src/imap.c
14334         * src/imap.h
14335         * src/imap_gtk.c
14336                 Fix preventing renaming with namespace 
14337                 separator.
14338
14339 2006-05-01 [colin]      2.1.1cvs44
14340
14341         * src/action.c
14342                 Don't reload messageview when result of
14343                 action is piped.
14344
14345 2006-04-29 [colin]      2.1.1cvs43
14346
14347         * src/prefs_receive.c
14348         * src/plugins/spamassassin/spamassassin_gtk.c
14349         * src/plugins/clamav/clamav_plugin_gtk.c
14350                 GUI fixes by Pawel
14351
14352 2006-04-29 [colin]      2.1.1cvs42
14353
14354         * src/prefs_compose_writing.c
14355         * src/prefs_quote.c
14356                 Cleanups. Patch by Pawel
14357
14358 2006-04-28 [paul]       2.1.1cvs41
14359
14360         * src/matcher.c
14361                 fix returned quick search results when search
14362                 term contains an underscore.
14363                 Thanks to Colin
14364
14365 2006-04-28 [paul]       2.1.1cvs40
14366
14367         * src/prefs_message.c
14368         * src/prefs_receive.c
14369                 GUI cleanups
14370                 Patches by Pawel Pekala
14371
14372 2006-04-27 [colin]      2.1.1cvs39
14373
14374         * src/wizard.c
14375                 Differentiate subject Welcome from
14376                 window's title Welcome
14377
14378 2006-04-27 [paul]
14379
14380         2.2.0-rc1 released
14381
14382 2006-04-27 [paul]       2.1.1cvs38
14383
14384         * manual/advanced.xml
14385         * manual/fr/advanced.xml
14386                 add info about compose_no_markup hidden pref
14387
14388 2006-04-27 [paul]       2.1.1cvs37
14389
14390         * src/prefs_account.c
14391                 improve privacy labels
14392         * src/prefs_msg_colors.c
14393                 change some strings for translators' convenience
14394         * src/gtk/gtkutils.c
14395                 don't underline the link button text
14396
14397 2006-04-25 [colin]      2.1.1cvs36
14398
14399         * src/folder.c
14400                 Complete 2.1.1cvs33 (once more ;)
14401
14402 2006-04-25 [colin]      2.1.1cvs35
14403
14404         * src/editldap.c
14405                 Fix tooltip
14406
14407 2006-04-25 [cleroy]     2.1.1cvs34
14408
14409         * src/compose.c
14410         * src/gtk/gtkaspell.c
14411                 Fix crash on redirect (related to the return 
14412                 of the aspell menu in compose's toolbar)
14413         * src/prefs_msg_colors.c
14414                 Fix sensitivity widgets
14415         * src/image_viewer.c
14416         * src/gtk/pluginwindow.c
14417         * src/gtk/prefswindow.c
14418                 Change released signals to clicked (Fabien)
14419         * po/POTFILES.in
14420         * src/common/socket.c
14421         * src/plugins/spamassassin/spamassassin.c
14422                 Translate strings (Fabien)
14423
14424 2006-04-25 [paul]       2.1.1cvs33
14425
14426         * src/folder.c
14427         * src/folder.h
14428         * src/folderview.c
14429                 complete the fix of bug #912
14430                 Thanks to Colin
14431
14432 2006-04-25 [colin]      2.1.1cvs32
14433
14434         * src/news.c
14435                 Better progress bar
14436         * src/mimeview.c
14437         * src/summaryview.c
14438         * src/summaryview.h
14439                 Fix focus chain
14440                 Patches by Pawel Pekala
14441
14442 2006-04-24 [colin]      2.1.1cvs31
14443
14444         * src/compose.c
14445                 Fix compilation warnings (Fabien)
14446
14447 2006-04-24 [colin]      2.1.1cvs30
14448
14449         * src/addrindex.c
14450         * src/editldap.c
14451         * src/editldap_basedn.c
14452         * src/editldap_basedn.h
14453         * src/ldapctrl.c
14454         * src/ldapctrl.h
14455         * src/ldapquery.c
14456         * src/ldaputil.c
14457         * src/ldaputil.h
14458                 Fix bug #901 (LDAPS support)
14459
14460 2006-04-24 [colin]      2.1.1cvs29
14461
14462         * src/compose.c
14463                 Fix logic on error with send dialog on
14464         * src/imap.c
14465                 Fix compilation without libetpan, thanks
14466                 to Fabien
14467         * src/summaryview.c
14468                 Fix 'context-menu' key
14469
14470 2006-04-23 [colin]      2.1.1cvs28
14471
14472         * src/folder.c
14473                 Never free current's cache to free up 
14474                 memory. Fixes bug #912 (new count 
14475                 randomly set to message count)
14476
14477 2006-04-23 [colin]      2.1.1cvs27
14478
14479         * src/gtk/quicksearch.c
14480                 And remove printf...
14481
14482 2006-04-23 [colin]      2.1.1cvs26
14483
14484         * src/gtk/quicksearch.c
14485                 Fix replacing in quicksearch, and fix inserting
14486                 in the middle of the string. (introduced at 2.1.0cvs22)
14487
14488 2006-04-23 [colin]      2.1.1cvs25
14489
14490         * src/imap.c
14491                 Make sure uidnext is initialized in get_num_list
14492                 (not for stable, related to 2.1.1cvs8 and friends)
14493
14494 2006-04-23 [colin]      2.1.1cvs24
14495
14496         * src/imap.c
14497                 Output something when login is successful
14498                 too
14499
14500 2006-04-23 [colin]      2.1.1cvs23
14501
14502         * src/etpan/imap-thread.c
14503                 Better logging (line-per-line, hide data in fetch)
14504                 Fix a const warning
14505         * src/gtk/logwindow.c
14506         * src/gtk/logwindow.h
14507                 Better logging (color for input/output)
14508
14509 2006-04-21 [colin]      2.1.1cvs22
14510
14511         * src/gtk/quicksearch.c
14512                 On gtk+-2.8, use stock buttons in quicksearch
14513                 Based on a patch by Fabien and a design by Paul
14514
14515 2006-04-21 [colin]      2.1.1cvs21
14516
14517         * src/folderview.c
14518         * src/mainwindow.c
14519                 Fix occasional flicker in folderview
14520         * src/common/utils.c
14521                 Fix bug #943 (Incorrectly parsed email address 
14522                 list in short headers on message view and in 
14523                 printouts)
14524
14525 2006-04-20 [colin]      2.1.1cvs20
14526
14527         * src/imap.c
14528         * src/imap.h
14529         * src/prefs_account.c
14530                 Add ANONYMOUS auth for IMAP
14531
14532 2006-04-20 [paul]       2.1.1cvs19
14533
14534         * src/main.c
14535                 proper fix for 2.1.1cvs18
14536                 Thanks to Colin
14537
14538 2006-04-20 [paul]       2.1.1cvs18
14539
14540         * src/main.c
14541                 fix build warnings
14542
14543 2006-04-20 [paul]       2.1.1cvs17
14544
14545         * src/gtk/quicksearch.c
14546                 fix standard, non-extended Quick search,
14547                 was broken in 2.1.1cvs15.
14548                 Thanks to Colin.
14549
14550 2006-04-20 [colin]      2.1.1cvs16
14551
14552         * src/prefs_matcher.c
14553                 Fix values when reselecting a ~test
14554                 rule
14555
14556 2006-04-19 [colin]      2.1.1cvs15
14557
14558         * src/compose.c
14559         * src/compose.h
14560         * src/gtk/gtkaspell.c
14561         * src/gtk/gtkaspell.h
14562                 Put back Options menu in Spelling/
14563         * src/gtk/quicksearch.c
14564                 Don't search, and show error, if the
14565                 advanced search has a syntax error
14566
14567 2006-04-18 [colin]      2.1.1cvs14
14568
14569         * src/textview.c
14570                 Fix gdk warnings on set_cursor when textview
14571                 isn't visible
14572
14573 2006-04-18 [colin]      2.1.1cvs13
14574
14575         * src/gtk/gtksctree.c
14576                 Remove seemingly useless refresh that causes
14577                 flicker - watch this commit in case of 
14578                 problems before planned backport to stable
14579
14580 2006-04-18 [colin]      2.1.1cvs12
14581
14582         * src/imap.c
14583                 Factorize get/set_xml code
14584         * src/compose.c
14585         * src/prefs_account.c
14586         * src/prefs_account.h
14587         * src/procmsg.c
14588                 Add Encrypt to self option
14589
14590 2006-04-17 [colin]      2.1.1cvs11
14591
14592         * configure.ac
14593                 Fix search on encrpyt function on dragonfly
14594                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14595
14596 2006-04-17 [colin]      2.1.1cvs10
14597
14598         * src/prefs_account.c
14599                 Be safe by default: remove mails from POP3
14600                 after 7 days, not immediately
14601
14602 2006-04-17 [colin]      2.1.1cvs9
14603
14604         * src/etpan/imap-thread.c
14605                 Fix build on DragonFly - patch by 
14606                 Jonathan Buschmann <jonthn@agmact.com>
14607
14608 2006-04-17 [colin]      2.1.1cvs8
14609
14610         * src/imap.c
14611                 Save uidnext between sessions
14612
14613 2006-04-17 [colin]      2.1.1cvs7
14614
14615         * src/imap.c
14616                 scan is required when uid validity changes
14617
14618 2006-04-17 [colin]      2.1.1cvs6
14619
14620         * src/folderview.c
14621                 Don't scan if not necessary, apart in current
14622                 folder and INBOX to fetch flags.
14623         * src/imap.c
14624                 Scan is necessary if unread count changes
14625
14626 2006-04-17 [colin]      2.1.1cvs5
14627
14628         * src/imap.c
14629                 ...But always fetch ANSWERED and DELETED flags for
14630                 INBOX, as filtering can happen on these flags.
14631
14632 2006-04-17 [colin]      2.1.1cvs4
14633
14634         * src/imap.c
14635                 Don't fetch REPLIED and DELETED flags when synchronising
14636                 flags with a closed folder. We only need UNSEEN and FLAGGED
14637                 to update the folderview.
14638
14639 2006-04-17 [colin]      2.1.1cvs3
14640
14641         * src/imap.c
14642                 Faster flag search when there are new mails 
14643                 in a folder. We can do a full search if the 
14644                 folder contains less messages than the new
14645                 list.
14646
14647 2006-04-17 [colin]      2.1.1cvs2
14648
14649         * po/cs.po
14650         * po/de.po
14651         * po/fr.po
14652         * po/nl.po
14653         * po/pt_BR.po
14654                 Update translations from stable branch
14655
14656 2006-04-17 [colin]      2.1.1cvs1
14657
14658         * configure.ac
14659                 Bump version to follow stable release
14660
14661 2006-04-16 [mones]      2.1.0cvs50
14662
14663         * po/es.po
14664                 Updated for release
14665
14666 2006-04-16 [colin]      2.1.0cvs49
14667
14668         * src/textview.c
14669                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14670                 with gtk < 2.8. Thanks to Fabien Vantard.
14671
14672 2006-04-15 [colin]      2.1.0cvs48
14673
14674         * src/etpan/imap-thread.c
14675                 Fix bug #919 (libetpan: SEGV when connecting 
14676                 using command)
14677
14678 2006-04-14 [colin]      2.1.0cvs47
14679
14680         * src/main.c
14681                 Fix race on --select (should be done better)
14682
14683 2006-04-14 [wwp]        2.1.0cvs46
14684
14685         * src/send_message.c
14686                 enforce a check for domain in account prefs (a sending
14687                 error could be faced if domain was checked but no value set),
14688                 thanks to Colin.
14689
14690 2006-04-14 [colin]      2.1.0cvs45
14691
14692         * src/codeconv.c
14693                 when converting from unknown to unknown, if the
14694                 string is UTF8, don't convert it to the locale
14695                 (which breaks it)
14696
14697 2006-04-14 [colin]      2.1.0cvs44
14698
14699         * src/compose.c
14700                 Don't try to use ASCII for converting headers
14701                 (as done in body)
14702
14703 2006-04-14 [paul]       2.1.0cvs43
14704
14705         * src/crash.c
14706                 add locale/charset info to crash report
14707         * src/gtk/about.c
14708                 add wwp to doc team
14709                 replace 'e-mail' with preferred 'email'
14710         * src/gtk/authors.h
14711                 ensure contributors list is in alphabetical
14712                 order
14713
14714 2006-04-13 [colin]      2.1.0cvs42
14715
14716         * src/textview.c
14717                 Prevent gdk warnings
14718
14719 2006-04-13 [colin]      2.1.0cvs41
14720
14721         * src/common/ssl_certificate.c
14722         * src/common/ssl_certificate.h
14723         * src/gtk/sslcertwindow.c
14724                 Warn on expired certs, and display the expiration date
14725
14726 2006-04-13 [colin]      2.1.0cvs40
14727
14728         * src/plugins/spamassassin/spamassassin_gtk.c
14729                 Fix missing set_text on unix socket
14730
14731 2006-04-13 [wwp]        2.1.0cvs39
14732
14733         * manual/fr/advanced.xml
14734         * manual/fr/glossary.xml
14735                 applied new spam/ham/email lexicon (pourriel, courriel)
14736
14737 2006-04-13 [paul]       2.1.0cvs38
14738
14739         * src/plugins/pgpmime/plugin.c
14740                 remove the mention of S/MIME from the
14741                 description. This is now handled by the
14742                 S/MIME plugin.
14743
14744 2006-04-13 [paul]       2.1.0cvs37
14745
14746         * src/prefs_msg_colors.c
14747                 rework dialog
14748         * src/prefs_folder_item.c
14749         * src/prefs_spelling.c
14750                 add a tooltip to the colour selector buttons
14751
14752 2006-04-13 [wwp]        2.1.0cvs36
14753
14754         * manual/advanced.xml
14755         * manual/glossary.xml
14756         * manual/handling.xml
14757         * manual/keyboard.xml
14758         * manual/plugins.xml
14759         * manual/starting.xml
14760         * manual/fr/account.xml
14761         * manual/fr/ack.xml
14762         * manual/fr/addrbook.xml
14763         * manual/fr/advanced.xml
14764         * manual/fr/faq.xml
14765         * manual/fr/glossary.xml
14766         * manual/fr/gpl.xml
14767         * manual/fr/handling.xml
14768         * manual/fr/intro.xml
14769         * manual/fr/keyboard.xml
14770         * manual/fr/plugins.xml
14771         * manual/fr/starting.xml
14772         * manual/fr/sylpheed-claws-manual.xml
14773                 fixes to the manuals:
14774                  - summaryview -> Message List (same in French)
14775                  - translate key names
14776                  - fix French punctuation, use non-breakable spaces when
14777                    necessary, don't use &thinsp; which is not portable
14778                  - tell what maildir and mbox formats we support
14779
14780 2006-04-12 [wwp]        2.1.0cvs35
14781
14782         * src/prefs_toolbar.c
14783                 unified a replace button more,
14784                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14785
14786 2006-04-12 [wwp]        2.1.0cvs34
14787
14788         * src/prefs_common.c
14789         * src/prefs_msg_colors.c
14790                 make default color labels translatable,
14791                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14792                 thanks to Tim <timbrain@post.cz> for reporting.
14793
14794 2006-04-12 [wwp]        2.1.0cvs33
14795
14796         * manual/glossary.xml
14797         * manual/intro.xml
14798         * manual/plugins.xml
14799         * manual/starting.xml
14800         * manual/sylpheed-claws-manual.xml
14801         * manual/fr/.cvsignore
14802         * manual/fr/account.xml
14803         * manual/fr/ack.xml
14804         * manual/fr/addrbook.xml
14805         * manual/fr/advanced.xml
14806         * manual/fr/faq.xml
14807         * manual/fr/glossary.xml
14808         * manual/fr/handling.xml
14809         * manual/fr/intro.xml
14810         * manual/fr/keyboard.xml
14811         * manual/fr/plugins.xml
14812         * manual/fr/starting.xml
14813         * manual/fr/sylpheed-claws-manual.xml
14814                 various fixes: typos, missing .fr translations, punctuation,
14815                 capitalization, links, accents and some bad French more.
14816
14817 2006-04-12 [wwp]        2.1.0cvs32
14818
14819         * src/prefs_gtk.c
14820                 fix for bug #935: always store prefs files in UTF-8 (thanks
14821                 to Colin).
14822
14823 2006-04-11 [colin]      2.1.0cvs31
14824
14825         * src/compose.c
14826                 Fix inserting files not in utf8 when locale is utf8
14827
14828 2006-04-11 [colin]      2.1.0cvs30
14829
14830         * src/inc.c
14831                 Don't show error dialog when cancelling connection
14832                 Patch by Pawel
14833
14834 2006-04-11 [cleroy]     2.1.0cvs29
14835
14836         * src/compose.c
14837                 Implement multiple quote levels
14838         * src/prefs_common.c
14839                 Change a little bit the quote bgcolor for 2nd level
14840
14841 2006-04-11 [colin]      2.1.0cvs28
14842
14843         * src/gtk/about.c
14844                 Add locale and charset in the label
14845
14846 2006-04-10 [colin]      2.1.0cvs27
14847
14848         * src/compose.c
14849         * src/prefs_common.c
14850         * src/prefs_common.h
14851         * src/prefs_msg_colors.c
14852         * src/textview.c
14853                 Allow optional background color in quotes
14854                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14855                 GTK+-2.8.x feature
14856
14857 2006-04-10 [colin]      2.1.0cvs26
14858
14859         * src/main.c
14860         * src/mainwindow.c
14861         * src/mainwindow.h
14862                 Implement --select
14863
14864 2006-04-10 [colin]      2.1.0cvs25
14865
14866         * manual/plugins.xml
14867         * manual/fr/plugins.xml
14868                 Document libcurl's proxy variables
14869
14870 2006-04-09 [colin]      2.1.0cvs24
14871
14872         * src/prefs_common.c
14873                 gettext() returns statically allocated stuff. We have
14874                 to strdup it in order to be able to free it.
14875
14876 2006-04-09 [colin]      2.1.0cvs23
14877
14878         * AUTHORS
14879         * src/gtk/authors.h
14880                 Add Alexei
14881
14882 2006-04-09 [colin]      2.1.0cvs22
14883
14884         * src/mainwindow.c
14885         * src/gtk/quicksearch.c
14886                 Fix bug #859 (problems with cyrilic input in 
14887                 search panel) - Patch by Alexey Illarionov 
14888                 <littlesavage@rambler.ru>
14889
14890 2006-04-09 [colin]      2.1.0cvs21
14891
14892         * src/prefs_customheader.c
14893                 I prefer removing then freeing rather than the contrary
14894                 (even if it doesn't change anything ;-)
14895         * src/prefs_account.c
14896                 Fix bug #933 (Crash re-entering the custom headers list 
14897                 dialog in accounts prefs)
14898                 The problem happened when cancelling the Account 
14899                 Preferences' dialogs - in which case we didn't do 
14900                 anything to the PrefsAccount * struct. In case of applying,
14901                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14902                 working with in this dialog. The problem is that 
14903                 prefs_customheader.c, working on this tmp_ac_prefs, always
14904                 changes the ->customhdr_list pointer, even when cancelled. 
14905                 So in case of cancelling the prefs_account dialog, we still
14906                 have to update ->customhdr_list in the real account.
14907
14908 2006-04-08 [colin]      2.1.0cvs20
14909
14910         * manual/fr/glossary.xml
14911         * manual/fr/keyboard.xml
14912                 Forgot some headers :)
14913
14914 2006-04-08 [colin]      2.1.0cvs19
14915
14916         * manual/Makefile.am
14917         * manual/fr/Makefile.am
14918         * manual/fr/account.xml
14919         * manual/fr/ack.xml
14920         * manual/fr/addrbook.xml
14921         * manual/fr/advanced.xml
14922         * manual/fr/faq.xml
14923         * manual/fr/glossary.xml
14924         * manual/fr/gpl.xml
14925         * manual/fr/handling.xml
14926         * manual/fr/intro.xml
14927         * manual/fr/keyboard.xml
14928         * manual/fr/plugins.xml
14929         * manual/fr/starting.xml
14930         * manual/fr/sylpheed-claws-manual.xml
14931         * manual/fr/dist/.cvsignore
14932         * manual/fr/dist/Makefile.am
14933         * manual/fr/dist/html/.cvsignore
14934         * manual/fr/dist/html/Makefile.am
14935         * manual/fr/dist/pdf/.cvsignore
14936         * manual/fr/dist/pdf/Makefile.am
14937         * manual/fr/dist/ps/.cvsignore
14938         * manual/fr/dist/ps/Makefile.am
14939         * manual/fr/dist/txt/.cvsignore
14940         * manual/fr/dist/txt/Makefile.am
14941                 Add the french translation of the manual. Thanks to
14942                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14943                 account.xml, ack.xml, addrbook.xml and advanced.xml
14944
14945 2006-04-08 [colin]      2.1.0cvs18
14946
14947         * manual/plugins.xml
14948         * manual/starting.xml
14949                 More fixes
14950
14951 2006-04-07 [colin]      2.1.0cvs17
14952
14953         * manual/faq.xml
14954         * manual/intro.xml
14955         * manual/keyboard.xml
14956                 Little fixes
14957
14958 2006-04-07 [colin]      2.1.0cvs16
14959
14960         * README
14961         * src/compose.c
14962         * src/prefs_common.c
14963         * src/prefs_common.h
14964                 Add hidden compose_no_markup pref
14965
14966 2006-04-07 [wwp]        2.1.0cvs15
14967
14968         * src/summary_search.c
14969         * .cvsignore
14970                 Bugfix: stop button was sticky when searching in an empty folder.
14971                 Applied curly brackets code style to the whole file (summary_search.c).
14972                 More files to ignore.
14973
14974 2006-04-07 [wwp]        2.1.0cvs14
14975
14976         * src/message_search.c
14977         * src/summary_search.c
14978                 changed default button when search bumps at file/folder
14979                 beginning or end, for convenience (thanks to Colin).
14980
14981 2006-04-07 [paul]       2.1.0cvs13
14982
14983         * src/plugins/dillo_viewer/dillo_prefs.c
14984                 avoid future potential for namespace collision
14985                 Patch by Colin
14986
14987 2006-04-06 [wwp]        2.1.0cvs12
14988
14989         * src/summary_search.c
14990                 Unify extended/advanced searches names (and thus factorize labels),
14991                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14992
14993 2006-04-06 [wwp]        2.1.0cvs11
14994
14995         * src/folderview.c
14996         * src/prefs_themes.c
14997         * src/summaryview.c
14998                 Fixed some compilation warnings.
14999
15000 2006-04-06 [colin]      2.1.0cvs10
15001
15002         * manual/advanced.xml
15003                 Document the wizard template and how to deploy
15004                 Sylpheed-Claws effectively
15005
15006 2006-04-06 [colin]      2.1.0cvs9
15007
15008         * src/folderview.c
15009                 gettext patch to tell translators about _("#"),
15010                 by Maxim Britov
15011
15012 2006-04-06 [colin]      2.1.0cvs8
15013
15014         * src/textview.c
15015                 Fix invalid GtkTextBIter after clicking "Display as text"
15016
15017 2006-04-06 [mones]      2.1.0cvs7
15018
15019         * src/addr_compl.c
15020         * src/addrindex.c
15021         * src/addritem.c
15022         * src/codeconv.c
15023         * src/compose.c
15024         * src/filtering.c
15025         * src/folder.c
15026         * src/folder_item_prefs.c
15027         * src/folderview.c
15028         * src/localfolder.c
15029         * src/matcher.c
15030         * src/mimeview.c
15031         * src/prefs_msg_colors.c
15032         * src/prefs_spelling.c
15033         * src/prefs_themes.c
15034         * src/procmime.c
15035         * src/procmsg.c
15036         * src/stock_pixmap.c
15037         * src/summaryview.c
15038         * src/textview.c
15039         * src/toolbar.c
15040         * src/common/mgutils.c
15041         * src/common/prefs.c
15042         * src/common/ssl_certificate.c
15043         * src/gtk/colorlabel.c
15044         * src/gtk/quicksearch.c
15045         * src/plugins/pgpmime/pgpmime.c
15046         * src/plugins/spamassassin/spamassassin.c
15047                 Removed redundant NULL checks for g_free() calls.
15048                 Patch by Pawel Pekala.
15049
15050 2006-04-06 [mones]      2.1.0cvs6
15051
15052         * src/prefs_actions.c
15053         * src/prefs_filtering.c
15054         * src/prefs_filtering_action.c
15055         * src/prefs_matcher.c
15056         * src/prefs_template.c
15057         * src/gtk/gtkutils.c
15058         * src/gtk/gtkutils.h
15059                 Have a nice replace button. Patch by Pawel Pekala
15060
15061 2006-04-06 [colin]      2.1.0cvs5
15062
15063         * src/addressbook.c
15064                 Fix crash with empty columns
15065
15066 2006-04-05 [colin]      2.1.0cvs4
15067
15068         * src/wizard.c
15069         * src/prefs_gtk.c
15070                 Allow wizard customization with pre-filled values
15071
15072 2006-04-05 [colin]      2.1.0cvs3
15073
15074         * src/textview.c
15075         * src/mimeview.c
15076         * src/mimeview.h
15077                 Nicer messages in mimeview
15078
15079 2006-04-05 [colin]      2.1.0cvs2
15080
15081         * src/addressbook.c
15082         * src/prefs_summaries.c
15083                 i18n fix
15084
15085 2006-04-05 [colin]      2.1.0cvs1
15086
15087         * src/plugins/pgpcore/plugin.c
15088         * src/plugins/pgpcore/select-keys.c
15089         * src/plugins/pgpcore/select-keys.h
15090         * src/plugins/pgpcore/sgpgme.c
15091         * src/plugins/pgpcore/sgpgme.h
15092         * src/plugins/pgpinline/pgpinline.c
15093         * src/plugins/pgpinline/plugin.c
15094         * src/plugins/pgpmime/pgpmime.c
15095         * src/plugins/pgpmime/plugin.c
15096                 Factorize and generalize a bit 
15097                 Drop S/MIME signature verification from PGP/MIME
15098                 (adding it as another, more complete plugin)
15099
15100 2006-04-05 [paul]       2.1.0
15101
15102         2.1.0 released
15103
15104 2006-04-05 [paul]       2.0.0cvs186
15105
15106         * manual/advanced.xml
15107                 add info on colour labels
15108
15109 2006-04-05 [paul]       2.0.0cvs185
15110
15111         * po/bg.po
15112         * po/cs.po
15113         * po/de.po
15114         * po/el.po
15115         * po/en_GB.po
15116         * po/fi.po
15117         * po/fr.po
15118         * po/it.po
15119         * po/nl.po
15120         * po/pl.po
15121         * po/pt_BR.po
15122         * po/sr.po
15123         * po/zh_CN.po
15124                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
15125                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
15126                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
15127                 Guimaraes, Aleksandar Urosevic, Ralgh Young
15128         * src/gtk/authors.h
15129         * tools/claws.i18n.status.pl
15130                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
15131                 and new Czech translator, Tim <timbrain@post.cz>
15132
15133 2006-04-05 [mones]      2.0.0cvs184
15134
15135         * po/es.po
15136                 Updated translation
15137
15138 2006-04-05 [colin]      2.0.0cvs183
15139
15140         * src/gtk/quicksearch.c
15141                 Fix bug #929 (unnecessary reload in quick search bar)
15142
15143 2006-04-05 [colin]      2.0.0cvs182
15144
15145         * src/compose.c
15146                 Fix crash on Reply with no From:
15147                 Show signature and conversion error on queuing 
15148                 (but not sending)
15149         * src/mainwindow.c
15150         * src/summaryview.c
15151         * src/summaryview.h
15152                 Factorize threading code and make sure msginfo 
15153                 is not null when it comes from a GtkCTreeRow's 
15154                 data
15155         * src/gtk/gtkaspell.c
15156                 Check for necessary things
15157         * src/gtk/gtksctree.c
15158         * src/gtk/gtksctree.h
15159                 Reset anchor if necessary when removing node
15160
15161 2006-03-29 [colin]      2.0.0cvs181
15162
15163         * src/folderview.c
15164                 Warn for disabled IMAP accounts (due to lack of
15165                 libetpan). Breaks string-freeze - sorry - but it
15166                 is kind of important ;)
15167
15168 2006-03-28 [colin]      2.0.0cvs180
15169
15170         * src/gtk/gtkutils.c
15171         * src/gtk/gtkutils.h
15172                 Add a gtkut_get_link_btn() function that
15173                 creates a button which acts like an URI
15174         * src/prefs_themes.c
15175         * src/gtk/about.c
15176                 Use this function (factorizes codes)
15177         * src/common/defs.h
15178         * src/gtk/pluginwindow.c
15179                 Add a "Get more..." in the plugins window
15180
15181 2006-03-28 [colin]      2.0.0cvs179
15182
15183         * src/common/smtp.c
15184         * src/common/passcrypt.c
15185         * src/undo.c
15186                 Warning fixes. Patch by Pawel Pekala
15187
15188 2006-03-27 [colin]      2.0.0cvs178
15189
15190         * src/undo.c
15191                 Fix undoing by blocks with spaces
15192
15193 2006-03-27 [colin]      2.0.0cvs177
15194
15195         * src/textview.c
15196                 Set margin to 3px for headers
15197
15198 2006-03-27 [paul]
15199
15200         2.1.0-rc2 released
15201
15202 2006-03-27 [wwp]        2.0.0cvs176
15203
15204         * src/summaryview.c
15205                 don't reset quicksearch when updating the message list.
15206                 Thanks to Colin.
15207
15208 2006-03-26 [wwp]        2.0.0cvs175
15209
15210         * src/compose.c
15211                 use a unified border width ('other' tab in the compose window,
15212                 patch by Pawel Pekala).
15213
15214
15215 2006-03-26 [wwp]        2.0.0cvs174
15216
15217         * src/common/quoted-printable.c
15218         * src/addressbook.c
15219                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
15220
15221 2006-03-26 [colin]      2.0.0cvs173
15222
15223         * src/quote_fmt_parse.y
15224                 Fix non-UTF8 date formats messing up the whole quote a 
15225                 little bit
15226
15227 2006-03-26 [colin]      2.0.0cvs172
15228
15229         * src/procheader.c
15230                 Make sure the date is UTF8 valid, or try to make it
15231                 so. IncrediMail is really IncrediStupid.
15232         * src/compose.c
15233                 Fix possible conversions. 
15234                 
15235
15236 2006-03-26 [colin]      2.0.0cvs171
15237
15238         * src/matcher.c
15239                 Fix corner cases in body search. This is still a
15240                 hack... It seems impossible to make it good and 
15241                 reasonably fast at the same time.
15242
15243 2006-03-26 [colin]      2.0.0cvs170
15244
15245         * src/summaryview.c
15246                 I think I killed the twilight zone bug!
15247                 summary_select_node() flushes GTK events in order
15248                 to be able to center the view. But this also 
15249                 flushes keypresses like Ctrl-Alt-U, so this can
15250                 call summary_show from summary_select_node (itself
15251                 called from summary_show, etc.). And the summaryview
15252                 has to be unlocked in this function. So just locking
15253                 while processing GTK events, and bailing if locked, 
15254                 should fix it.
15255                 Fixes bug #927 (SIGSEGV during Update Summary)
15256
15257 2006-03-25 [colin]      2.0.0cvs169
15258
15259         * src/matcher.c
15260                 Fix search in QP-encoded bodies
15261                 Fix utf-8 searches in bodies encoded in the
15262                 locale's encoding
15263         * src/common/quoted-printable.c
15264         * src/common/quoted-printable.h
15265                 Add a decode function that doesn't overwrite
15266                 the original pointer
15267                 
15268
15269 2006-03-24 [colin]      2.0.0cvs168
15270
15271         * src/action.c
15272         * src/summaryview.c
15273         * src/summaryview.h
15274                 Update message cache after action
15275                 Patch by H. Merijn Brand
15276         * src/prefs_msg_colors.c
15277                 Factorize label 
15278                 Patch by Fabien Vantard
15279         * src/plugins/spamassassin/spamassassin_gtk.c
15280                 Remove useless translation
15281                 Patch by Fabien Vantard
15282
15283 2006-03-23 [colin]      2.0.0cvs167
15284
15285         * src/common/ssl.c
15286                 Let 30 seconds to SSL_connect
15287
15288 2006-03-23 [wwp]        2.0.0cvs166
15289
15290         * src/summaryview.c
15291         * src/gtk/description_window.c
15292                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15293                 and headers are translated; adjust description windows' width to fit their
15294                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15295
15296 2006-03-23 [paul]       2.0.0cvs165
15297
15298         * src/common/utils.c
15299                 fix highlighting of URIs containing "()"
15300                 (2.0.0cvs164's reversal fixed)
15301                 Thanks to Colin.
15302
15303 2006-03-23 [paul]       2.0.0cvs164
15304
15305         * src/common/utils.c
15306                 revert patch, (postponing a fix), at 2.0.0cvs120
15307                 as it breaks more URIs than it fixes.
15308                 Allow '-' to be a terminating character in a URI
15309
15310 2006-03-22 [colin]      2.0.0cvs163
15311
15312         * configure.ac
15313                 Require libetpan 0.45
15314                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15315
15316 2006-03-22 [paul]       2.0.0cvs162
15317
15318         * src/editgroup.c
15319                 replace '<-' and '->' buttons with GTK_STOCK graphical
15320                 buttons
15321         * src/summary_search.c
15322                 don't offer '...' for translation
15323                 add a tooltip to advanced search '...' button
15324         * src/gtk/quicksearch.c
15325                 don't offer '...' for translation
15326
15327 2006-03-21 [colin]      2.0.0cvs161
15328
15329         * src/compose.c
15330                 Fix middle-click pasting (insert at click
15331                 position instead of cursor position, don't
15332                 remove existing selection and allow pasting
15333                 our own selection)
15334         * src/addressbook.c
15335                 "LDAP Server" -> "LDAP servers"
15336
15337 2006-03-21 [wwp]        2.0.0cvs160
15338
15339         * src/etpan/imap-thread.c
15340                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15341
15342 2006-03-20 [colin]      2.0.0cvs159
15343
15344         * src/summaryview.c
15345                 Don't reload summaryview after an execute with no
15346                 move action
15347
15348 2006-03-19 [colin]      2.0.0cvs158
15349
15350         * src/addressbook.c
15351                 and put groups at the top, always
15352
15353 2006-03-19 [colin]      2.0.0cvs157
15354
15355         * src/addressbook.c
15356                 Order groups before names, as previously
15357
15358 2006-03-19 [colin]      2.0.0cvs156
15359
15360         * src/addressbook.c
15361                 - Sort case-unsensitive
15362                 - Put the sort arrow at opening too
15363
15364 2006-03-19 [wwp]        2.0.0cvs155
15365
15366         * src/addressbook.c
15367                 allow sorting by name/email/remarks, ensure that right-pane's contents
15368                 matches the left-pane selection (cleared when appropriate).
15369                 Patch by Pawel Pekala <c0rn@o2.pl>.
15370
15371 2006-03-18 [colin]      2.0.0cvs154
15372
15373         * src/textview.c
15374                 Fix text cursor ;)
15375
15376 2006-03-18 [colin]      2.0.0cvs153
15377
15378         * src/gtk/filesel.c
15379                 Make sure we hide the preview if we didn't get
15380                 a filename
15381
15382 2006-03-18 [colin]      2.0.0cvs152
15383
15384         * src/summaryview.c
15385                 Set cursor to watch for execution (fixes lack
15386                 of watch-cursor when dnd'ing hundreds of mails)
15387         * src/gtk/filesel.c
15388                 Check that mime type is 'image/*' before updating
15389                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15390
15391 2006-03-18 [colin]      2.0.0cvs151
15392
15393         * src/mainwindow.c
15394         * src/textview.c
15395         * src/textview.h
15396                 Put a watch cursor in textview too when the mainwindow's
15397                 cursor in a watch
15398
15399 2006-03-18 [colin]      2.0.0cvs150
15400
15401         * src/folder.c
15402                 Change wrong asserts to simple tests
15403
15404 2006-03-17 [colin]      2.0.0cvs149
15405
15406         * src/mainwindow.c
15407         * src/mainwindow.h
15408         * src/prefs_msg_colors.c
15409         * src/summaryview.c
15410         * src/summaryview.h
15411         * src/gtk/colorlabel.c
15412         * src/gtk/colorlabel.h
15413                 Add a color label menu in the main menubar
15414                 Add (fixed) accels Ctrl-{0-7} to change the color
15415                 They have to be fixed because the menu's dynamic,
15416                 the items are complex widgets, hence we can't use
15417                 a GtkItemFactory.
15418
15419
15420 2006-03-17 [wwp]        2.0.0cvs148
15421
15422         * src/compose.c
15423                 rollback few lines from my previous commit (those lines come from
15424                 a pending patch, accidentally commited, even if neutral as they are
15425                 commented out).
15426
15427 2006-03-17 [wwp]        2.0.0cvs147
15428
15429         * src/compose.c
15430                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15431                 applied code style/indentation to the modified function.
15432
15433 2006-03-17 [wwp]        2.0.0cvs146
15434
15435         * src/procmsg.c
15436         * src/compose.c
15437                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15438
15439 2006-03-17 [paul]
15440
15441         2.1.0-rc1 released
15442
15443 2006-03-17 [paul]       2.0.0cvs145
15444
15445         * src/main.c
15446                 addressbook_read_file() was called twice
15447         * src/textview.c
15448                 X-Mailer highlighting
15449
15450 2006-03-16 [colin]      2.0.0cvs144
15451
15452         * src/sourcewindow.c
15453         * src/sourcewindow.h
15454                 And the last one, in source window.
15455
15456 2006-03-16 [colin]      2.0.0cvs143
15457
15458         * src/compose.c
15459         * src/compose.h
15460                 Fix the same stuff in compose
15461
15462 2006-03-16 [colin]      2.0.0cvs142
15463
15464         * src/messageview.c
15465                 Complete the previous messageview crash fix
15466
15467 2006-03-16 [colin]      2.0.0cvs141
15468
15469         * src/procmsg.h
15470         * src/procmsg.c
15471         * src/folder.c
15472                 Fix POSTPROCESSING hook
15473                 Patch by H. Merijn Brand
15474
15475         * src/procmime.c
15476         * src/procmime.h
15477                 Parse Content-Location
15478
15479         * src/toolbar.c
15480         * src/messageview.c
15481         * src/messageview.h
15482                 Don't crash when a top-level MessageView has
15483                 been closed on us. Same problematic than
15484                 yesterday's quicksearch issue.
15485
15486 2006-03-15 [colin]      2.0.0cvs140
15487
15488         * src/gtk/quicksearch.c
15489                 Fix a bitchy race we didn't think about when we
15490                 added quicksearch cancellation:
15491                 If the search is not on cached fields, for example
15492                 body_part matchcase "stuff"
15493                 the matcher code has to get the whole message. If
15494                 we're on IMAP, that can be slow, and in order to
15495                 be non-blocking, the IMAP code idle loop processes
15496                 gtk events too. So it is possible to cancel a
15497                 quicksearch while the matcher is getting the mail's
15498                 body. After matcher got its body, it will start to
15499                 iterate over the matcher list that the Quicksearch's
15500                 clear_search_cb() just freed via prepare_matcher().
15501                 SIGSEGV ensues.
15502                 The fix consists of guarding the matcherlist_match()
15503                 call with a boolean 'matching'. If we reset the
15504                 quicksearch while matching is TRUE, we don't free
15505                 the matcherlist anymore like we did, but we set
15506                 another new flag, deferred_free, to TRUE. Then,
15507                 in quicksearch_match(), just after returning from
15508                 matcherlist_match() and unsetting the matching flag,
15509                 we check the deferred_free flag and do the
15510                 prepare_matcher() (which does the matcherlist_free)
15511                 for real, so we free the matcherlist once it's not
15512                 used anymore.
15513                 As all of this runs via the glib main loop, we
15514                 luckily don't need a mutex.
15515         * src/summaryview.c
15516                 Also, show progress while searching.
15517
15518
15519 2006-03-14 [colin]      2.0.0cvs139
15520
15521         * src/alertpanel.c
15522                 Make alertpanel_is_open non-static
15523
15524 2006-03-14 [colin]      2.0.0cvs138
15525
15526         * src/prefs_spelling.c
15527                 Cleanups - Fabien Vantard
15528
15529 2006-03-14 [wwp]        2.0.0cvs137
15530
15531         * src/main.c
15532                 code style normalization (curly braces, indentation).
15533
15534 2006-03-14 [wwp]        2.0.0cvs137
15535
15536         * src/main.c
15537                 code style (braces, indentation)
15538
15539 2006-03-12 [paul]       2.0.0cvs136
15540
15541         * src/prefs_common.c
15542                 trans_hdr defaults to FALSE to be RFC-savvy
15543         * src/prefs_summaries.c
15544                 add a tooltip to the trans_hdr option
15545                 
15546
15547 2006-03-12 [paul]       2.0.0cvs135
15548
15549         * src/prefs_matcher.c
15550                 give a little more width to the combos
15551         * src/prefs_display_header.c
15552         * src/textview.c
15553                 translate headers if prefs_common.trans_hdr
15554                 is TRUE
15555
15556         Patches by Pawel Pekala
15557
15558 2006-03-12 [paul]       2.0.0cvs134
15559
15560         * src/plugins/clamav/clamav_plugin.c
15561         * src/plugins/dillo_viewer/dillo_viewer.c
15562         * src/plugins/pgpcore/plugin.c
15563         * src/plugins/pgpinline/plugin.c
15564         * src/plugins/pgpmime/plugin.c
15565         * src/plugins/spamassassin/spamassassin.c
15566                 update/add to descriptions
15567         * src/plugins/spamassassin/spamassassin_gtk.c
15568                 fixes to the english, remove superfluous
15569                 tooltips, clean up a little
15570
15571 2006-03-12 [paul]       2.0.0cvs133
15572
15573         * src/compose.c
15574                 fix Bug 924, 'Account combo box shows up wrong 
15575                 if & is in account name'
15576
15577 2006-03-11 [colin]      2.0.0cvs132
15578
15579         * src/summaryview.c
15580                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15581                 messed up shift-selection because is slows down
15582                 moving around summaryview. thanks -users
15583
15584 2006-03-10 [colin]      2.0.0cvs131
15585
15586         * src/plugins/spamassassin/spamassassin_gtk.c
15587                 Put back Paul's engrish fixes
15588
15589 2006-03-10 [colin]      2.0.0cvs130
15590
15591         * src/plugins/spamassassin/spamassassin.c
15592         * src/plugins/spamassassin/spamassassin.h
15593         * src/plugins/spamassassin/spamassassin_gtk.c
15594                 Cleanup SA prefs page (more)
15595                 Patch by Fabien Vantard
15596
15597 2006-03-10 [paul]       2.0.0cvs129
15598
15599         * src/prefs_msg_colors.c
15600         * src/prefs_spelling.c
15601                 widget sensitivity
15602
15603 2006-03-09 [mones]      2.0.0cvs128
15604
15605         * po/es.po
15606                 Update for next RC
15607
15608 2006-03-09 [wwp]        2.0.0cvs127
15609
15610         * configure.ac
15611                 revert accidental commit (requirement for libetpan 0.43), this time
15612                 not in HEAD.
15613
15614 2006-03-09 [wwp]        2.0.0cvs125
15615
15616         * configure.ac
15617                 revert accidental commit (requirement for libetpan 0.43)
15618
15619 2006-03-09 [paul]       2.0.0cvs126
15620
15621         * src/prefs_receive.c
15622                 remove useless frame
15623                 replace 'incorporation' with 'receiving'
15624         * src/plugins/clamav/clamav_plugin_gtk.c
15625         * src/plugins/spamassassin/spamassassin_gtk.c
15626                 improve widget sensitivity
15627                 fix a bit his engrish
15628
15629 2006-03-09 [wwp]        2.0.0cvs125
15630
15631         * src/addressadd.c
15632         * src/foldersel.c
15633         * src/prefs_common.c
15634         * src/prefs_common.h
15635                 remember some more windows' sizes (add to addressbook and
15636                 select folder).
15637
15638 2006-03-09 [paul]       2.0.0cvs124
15639
15640         * src/plugins/pgpcore/prefs_gpg.c
15641                 normalise construction of dialogue
15642
15643 2006-03-09 [paul]       2.0.0cvs123
15644
15645         * src/plugins/trayicon/Makefile.am
15646                 add missing slash
15647
15648 2006-03-08 [colin]      2.0.0cvs122
15649
15650         * src/plugins/trayicon/Makefile.am
15651                 Fix build in separate dir 
15652                 Patch by Bamanzi <bamanzi@gmail.com>
15653
15654 2006-03-08 [colin]      2.0.0cvs121
15655
15656         * src/procmsg.c
15657                 Batch move and copies from summaryview with delayed execution
15658                 too
15659
15660 2006-03-07 [paul]       2.0.0cvs120
15661
15662         * src/common/utils.c
15663                 fix highlighting of URIs containing "()"
15664                 Patch by Pawel Pekala
15665
15666 2006-03-07 [paul]       2.0.0cvs119
15667
15668         * src/folder.c
15669         * src/folder.h
15670         * src/folderview.c
15671                 immediately do alphabetical resort when
15672                 changing a folder's name
15673                 Patch by Pawel Pekala
15674
15675 2006-03-07 [paul]       2.0.0cvs118
15676
15677         * src/news.c
15678         * src/news_gtk.c
15679                 when unsubscribing a newsgroup, remove the
15680                 folder and msgs in .sylpheed-claws/newscache
15681                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15682
15683 2006-03-07 [paul]       2.0.0cvs117
15684
15685         * src/textview.c
15686                 fix wrong Fake URL Warning
15687                 Thanks to Hiro
15688
15689 2006-03-07 [colin]      2.0.0cvs116
15690
15691         * src/imap.c
15692                 Return immediately when password dialog was
15693                 cancelled
15694         * src/gtk/inputdialog.c
15695                 Allow empty strings for passwords
15696
15697
15698 2006-03-06 [colin]      2.0.0cvs115
15699
15700         * src/imap.c
15701                 Prevent double-timeouts when connection fails
15702
15703 2006-03-06 [colin]
15704
15705         2.0.1-rc1 released
15706
15707 2006-03-06 [colin]      2.0.0cvs114
15708
15709         * src/imap.c
15710                 Refresh session during potentially long
15711                 operations
15712
15713 2006-03-06 [wwp]        2.0.0cvs113
15714
15715         * src/prefs_msg_colors.h
15716                 forgot that one (custom color labels).
15717
15718 2006-03-06 [wwp]        2.0.0cvs112
15719
15720         * src/prefs_common.c
15721         * src/prefs_common.h
15722         * src/prefs_msg_colors.c
15723         * src/summaryview.c
15724         * src/summaryview.h
15725         * src/gtk/colorlabel.c
15726         * src/gtk/colorlabel.h
15727                 colors in messages list are now customizable. Color values and names can
15728                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15729                 Thanks to Paul and Colin for their help with this longstanding patch!
15730
15731 2006-03-06 [wwp]        2.0.0cvs111
15732
15733         * src/textview.c
15734                 don't crash if (x)face is bad.
15735
15736 2006-03-05 [paul]       2.0.0cvs110
15737
15738         * AUTHORS
15739         * configure.ac
15740         * src/Makefile.am
15741         * src/common/Makefile.am
15742         * src/common/utils.h
15743         * src/etpan/imap-thread.c
15744         * src/gtk/authors.h
15745         * src/plugins/clamav/Makefile.am
15746         * src/plugins/demo/Makefile.am
15747         * src/plugins/dillo_viewer/Makefile.am
15748         * src/plugins/pgpcore/Makefile.am
15749         * src/plugins/pgpcore/passphrase.c
15750         * src/plugins/pgpinline/Makefile.am
15751         * src/plugins/pgpmime/Makefile.am
15752         * src/plugins/spamassassin/Makefile.am
15753         * src/plugins/trayicon/Makefile.am
15754                 fix builiding on cygwin
15755                 Patch by Ralgh Young <bamanzi@gmail.com>
15756
15757 2006-03-04 [wwp]        2.0.0cvs109
15758
15759         * manual/keyboard.xml
15760                 fix mixed up/down keys.
15761
15762 2006-03-04 [wwp]        2.0.0cvs108
15763
15764         * README
15765         * INSTALL
15766                 updated links to SpamAssassin.
15767
15768 2006-03-04 [wwp]        2.0.0cvs107
15769
15770         * manual/plugins.xml
15771         * src/plugins/spamassassin/README
15772                 updated SpamAssassin plugin docs to reflect new functional additions
15773                 (also fix/update/documents few technical stuff more, see the README).
15774
15775 2006-03-04 [wwp]        2.0.0cvs106
15776
15777         * src/prefs_message.c
15778                 normalized capitalization of message-prefs paths.
15779
15780 2006-03-04 [wwp]        2.0.0cvs105
15781
15782         * manual/advanced.xml
15783                 typo.
15784
15785 2006-03-03 [colin]      2.0.0cvs104
15786
15787         * src/plugins/clamav/clamav_plugin_gtk.c
15788                 Rework prefs page, patch by Fabien 
15789
15790 2006-03-03 [colin]      2.0.0cvs103
15791
15792         * src/plugins/clamav/clamav_plugin.c
15793                 Set error on all errors
15794
15795 2006-03-03 [colin]      2.0.0cvs102
15796
15797         * src/common/plugin.c
15798                 Initialize error to avoid crashing when a plugin fails
15799                 without setting error
15800
15801 2006-03-02 [wwp]        2.0.0cvs101
15802
15803         * configure.ac
15804                 fixed linker flags for libetpan support on Cygwin
15805                 (thanks to H.Merijn Brand).
15806
15807 2006-03-02 [wwp]        2.0.0cvs100
15808
15809         * src/addressbook.c
15810                 fix some AB error messages: one for punctuation and
15811                 one wrongly duplicate (thanks, maxbritov).
15812
15813 2006-03-02 [wwp]        2.0.0cvs99
15814
15815         * src/plugins/spamassassin/spamassassin.c
15816                 make sync calls to sa-learn/spamc to prevent
15817                 system (whatever local or client/server) overload.
15818
15819 2006-03-02 [colin]      2.0.0cvs98
15820
15821         * src/summaryview.c
15822                 Put the spam icon in the status column instead of the
15823                 mark one
15824
15825 2006-03-01 [colin]      2.0.0cvs97
15826
15827         * src/plugins/spamassassin/spamassassin.c
15828                 Fix segfault (g_file_set_contents fails for some 
15829                 reason and err==0x2f. Can't find out why with
15830                 valgrind, using working function :-)
15831
15832 2006-03-01 [colin]      2.0.0cvs96
15833
15834         * src/inc.c
15835                 Offline overriding: let 'No' be cached only 3 seconds
15836
15837 2006-03-01 [colin]      2.0.0cvs95
15838
15839         * src/addr_compl.c
15840         * src/addrbook.c
15841         * src/addressbook.c
15842         * src/addrindex.c
15843         * src/folder_item_prefs.c
15844         * src/headerview.c
15845         * src/imap.c
15846         * src/inc.c
15847         * src/ldif.c
15848         * src/mainwindow.c
15849         * src/mh.c
15850         * src/msgcache.c
15851         * src/prefs_common.h
15852         * src/prefs_msg_colors.c
15853         * src/procheader.c
15854         * src/procheader.h
15855         * src/procmime.c
15856         * src/procmsg.c
15857         * src/procmsg.h
15858         * src/send_message.h
15859         * src/simple-gettext.c
15860         * src/summaryview.c
15861         * src/summaryview.h
15862         * src/syldap.c
15863         * src/textview.c
15864         * src/undo.c
15865         * src/common/ssl_certificate.c
15866         * src/common/utils.c
15867         * src/gtk/colorsel.c
15868         * src/gtk/gtksctree.c
15869         * src/gtk/gtkshruler.c
15870         * src/plugins/trayicon/trayicon.c
15871                 #if 0 goes to /dev/null
15872
15873 2006-03-01 [colin]      2.0.0cvs94
15874
15875         * src/compose.c
15876         * src/imap.c
15877         * src/inc.c
15878         * src/inc.h
15879         * src/messageview.c
15880         * src/news.c
15881         * src/plugins/spamassassin/spamassassin.c
15882                 Allow to add information in the "working offline"
15883                 window
15884
15885 2006-03-01 [wwp]        2.0.0cvs93
15886
15887         * src/plugins/spamassassin/spamassassin.c
15888                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15889                 'cause it seems that calling `spamc ... < inputfile` with
15890                 g_spawn_(a)sync simply.. erm doesn't work :-).
15891
15892 2006-03-01 [wwp]        2.0.0cvs92
15893
15894         * src/toolbar.c
15895         * src/toolbar.h
15896                 simplify the adding of spam/ham button to the messageview toolbar
15897                 (it gets more clear now that the same button will be "Mark as spam"
15898                 or "Mark as ham" according to the current message status,
15899                 thanks to Colin).
15900
15901 2006-03-01 [wwp]        2.0.0cvs91
15902
15903         * src/messageview.c
15904         * src/procmsg.c
15905         * src/procmsg.h
15906         * src/summaryview.c
15907         * src/plugins/spamassassin/spamassassin.c
15908         * src/plugins/spamassassin/spamassassin.h
15909                 make learner callbacks return a status (0 for ok),
15910                 handle it in main code to avoid setting flags when learning failed,
15911                 don't learn on TCP if offline in spamassassin,
15912                 thanks to Colin.
15913
15914                 
15915
15916 2006-03-01 [wwp]        2.0.0cvs90
15917
15918         * src/compose.c
15919                 some work around the compose window's account menu,
15920                 patch by Fabien Vantard.
15921
15922 2006-03-01 [wwp]        2.0.0cvs89
15923
15924         * src/plugins/spamassassin/spamassassin.c
15925                 fixed bad logics, was using spamc in local mode and sa-learn
15926                 in remote mode (thanks, Colin).
15927
15928 2006-03-01 [wwp]        2.0.0cvs88
15929
15930         * src/plugins/spamassassin/spamassassin.c
15931         * src/plugins/spamassassin/spamassassin.h
15932         * src/plugins/spamassassin/spamassassin_gtk.c
15933                 made processing of emails w/ sa-plugin an option (default is TRUE),
15934                 fixed Engrish some tooltips, capitalization of some debug messages
15935                 and warnings. The spamassassin plugin now provides two separate
15936                 services: process emails upon incorporation and spamd training.
15937                 Both services (un)register independently but use some common
15938                 plugin settings (transport settings, spam storage location).
15939
15940 2006-02-28 [wwp]        2.0.0cvs87
15941
15942         * src/plugins/spamassassin/spamassassin.c
15943                 fix async flag to spamc cmdline execution (batch exec should
15944                 be asynchronous).
15945
15946 2006-02-27 [wwp]        2.0.0cvs86
15947
15948         * src/plugins/spamassassin/spamassassin.c
15949         * src/plugins/spamassassin/spamassassin.h
15950         * src/plugins/spamassassin/spamassassin_gtk.c
15951                 - added the ability to learn a remote spamassassin server (spamd),
15952                 using spamc.
15953                 - added the spamassassin option 'username', that applies to all
15954                 spamassassin operations (filtering, learning, local or remote).
15955                 The default username is the current unix user (if left blank
15956                 from gtk prefs or config file).
15957                 - commented out some unused code (notebook widget), removed unused
15958                 layout (hbox1).
15959                 - make more widgets sensitive to the transport type.
15960
15961 2006-02-27 [colin]      2.0.0cvs85
15962
15963         * src/plugins/spamassassin/spamassassin.c
15964                 Fix sa-learn call when offline
15965
15966 2006-02-27 [colin]      2.0.0cvs84
15967
15968         * configure.ac
15969         * src/Makefile.am
15970         * src/mainwindow.c
15971         * src/mainwindow.h
15972         * src/messageview.c
15973         * src/messageview.h
15974         * src/prefs_toolbar.c
15975         * src/procmsg.c
15976         * src/stock_pixmap.c
15977         * src/stock_pixmap.h
15978         * src/summaryview.c
15979         * src/toolbar.c
15980         * src/toolbar.h
15981         * src/pixmaps/ham_btn.xpm
15982         * src/pixmaps/spam.xpm
15983         * src/pixmaps/spam_btn.xpm
15984         * src/plugins/spamassassin/spamassassin.c
15985                 Add button in toolbar for spam learning
15986                 Fix a few bugs from the last related commit
15987                 Revert 1.9.6cvs23 which messed up shift-selection
15988
15989 2006-02-24 [colin]      2.0.0cvs83
15990
15991         * src/procmsg.c
15992         * src/summaryview.c
15993         * src/summaryview.h
15994         * src/plugins/spamassassin/spamassassin.c
15995         * src/plugins/spamassassin/spamassassin.h
15996         * src/plugins/spamassassin/spamassassin_gtk.c
15997                 Unregister learner when spamassassin is either
15998                 disabled or over tcp
15999
16000 2006-02-24 [colin]      2.0.0cvs82
16001
16002         * src/Makefile.am
16003         * src/mainwindow.c
16004         * src/mainwindow.h
16005         * src/procmsg.c
16006         * src/procmsg.h
16007         * src/stock_pixmap.c
16008         * src/stock_pixmap.h
16009         * src/summaryview.c
16010         * src/summaryview.h
16011         * src/gtk/icon_legend.c
16012         * src/pixmaps/spam.xpm  ** NEW FILE **
16013         * src/plugins/spamassassin/spamassassin.c
16014         * src/plugins/spamassassin/spamassassin_gtk.c
16015                 Add spam learning interface (Mark/Mark as 
16016                 (spam|ham) menus)
16017
16018 2006-02-24 [wwp]        2.0.0cvs81
16019
16020         * src/compose.c
16021         * src/compose.h
16022         * src/filtering.c
16023                 hide compose window when sending message in batch mode
16024                 (filtering: forward and redirect). Also fixed a wrong
16025                 value returned when sending failed, neutral anyway.
16026                 (Colin, me) 
16027
16028 2006-02-24 [wwp]        2.0.0cvs80
16029
16030         * src/mainwindow.c
16031                 use GTK+'s stock quit button. Patch by Fabien Vantard.
16032
16033 2006-02-24 [paul]       2.0.0cvs79
16034
16035         * src/news.c
16036         * src/news.h
16037         * src/news_gtk.c
16038                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
16039                 Thanks to Colin
16040
16041 2006-02-23 [colin]      2.0.0cvs78
16042
16043         * src/alertpanel.c
16044                 Change OK to Close in alertpanel with View log
16045                 button; add accel to View log. Patch by Fabien
16046                 Vantard
16047
16048 2006-02-23 [wwp]        2.0.0cvs77
16049
16050         * src/compose.c
16051                 silly me, there were much more tests to perform, since toolbars can
16052                 really have down to 1 element only.
16053
16054 2006-02-23 [wwp]        2.0.0cvs76
16055
16056         * commitHelper
16057                 fixed indentation from my previous commit. Fallback to VISUAL if
16058                 EDITOR is not set (and to vi, at last resort).
16059
16060 2006-02-23 [wwp]        2.0.0cvs75
16061
16062         * commitHelper
16063                 improved error detection (Colin, me).
16064
16065 2006-02-23 [wwp]        2.0.0cvs74
16066
16067         * src/prefs_toolbar.c
16068                 simplify and fix prefs/toolbars layouting. Combos' contents can
16069                 now be really displayed.
16070
16071 2006-02-23 [wwp]        2.0.0cvs73
16072         simplifies and fix prefs/toolbars layouting. Combos' contents can now
16073         be really displayed.
16074
16075 2006-02-22 [wwp]        2.0.0cvs72
16076
16077         * src/compose.c
16078                 fix a typo in my previous commit (sorry!).
16079
16080 2006-02-22 [wwp]        2.0.0cvs71
16081
16082         * src/prefs_toolbar.c
16083                 fix a crash when adding separators to toolbars,
16084                 also fix some separator item information.
16085
16086 2006-02-22 [wwp]        2.0.0cvs70
16087
16088         * src/compose.c
16089                 fix a crash when redirecting (for instance) when compose window's
16090                 toolbar contents has been customized (when some buttons have been
16091                 removed in fact).
16092
16093 2006-02-21 [wwp]        2.0.0cvs69
16094
16095         * src/summaryview.c
16096         * src/gtk/pluginwindow.c
16097         * src/plugins/pgpcore/prefs_gpg.c
16098                 fix some compilation warnings (feat. remains of removed code).
16099
16100 2006-02-21 [wwp]        2.0.0cvs68
16101
16102         * src/gtk/gtkutils.c
16103                 fix two compilation issues, thanks to Stephan Sachse.
16104
16105 2006-02-20 [colin]      2.0.0cvs67
16106
16107         * src/mainwindow.c
16108                 Don't reselect displayed mail on refocus
16109                 This fixes actions misbehaving 
16110
16111 2006-02-20 [wwp]        2.0.0cvs66
16112
16113         * src/summaryview.c
16114         * src/gtk/gtksctree.c
16115         * src/gtk/gtkshruler.c
16116                 changed more runtime typecast checks.
16117
16118 2006-02-20 [wwp]        2.0.0cvs65
16119
16120         * src/summary_search.c
16121                 find all - summaryview refresh issue fixed, thanks to Colin.
16122
16123 2006-02-20 [wwp]        2.0.0cvs64
16124
16125         * src/gtk/gtkutils.c
16126                 better runtime typecast checks.
16127
16128 2006-02-20 [wwp]        2.0.0cvs63
16129
16130         * src/summary_search.c
16131                 enhancements to the summary search:
16132                         - add the ability to stop the running search
16133                           (upon ESC-key press, new Stop button or when Clear button is pressed)
16134                         - don't search if no criteria (From/To/Subject/Body) is set
16135                         - ensure that a busy mouse pointer is always shown when searching,
16136                           show it even a bit earlier
16137
16138 2006-02-19 [colin]      2.0.0cvs62
16139
16140         * src/compose.c
16141         * src/imap.c
16142         * src/etpan/imap-thread.c
16143         * src/etpan/imap-thread.h
16144                 (Future) IMAP speed improvement on sending
16145                 Will require a libetpan update
16146         * src/summaryview.c
16147         * src/gtk/quicksearch.c
16148                 Make quicksearch clearable while running.
16149
16150 2006-02-17 [colin]      2.0.0cvs61
16151
16152         * src/imap.c
16153         * src/etpan/imap-thread.c
16154         * src/etpan/imap-thread.h
16155                 Check for IMAP certificates
16156                 ** Requires libetpan-0.42-cvs4 
16157                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
16158
16159 2006-02-17 [colin]      2.0.0cvs60
16160
16161         * src/messageview.c
16162         * src/prefs_common.c
16163         * src/prefs_common.h
16164         * src/prefs_message.c
16165                 Add pref to display HTML-only mails with plugin, 
16166                 if possible (defaulting to FALSE of course).
16167
16168 2006-02-16 [colin]      2.0.0cvs59
16169
16170         * src/main.c
16171         * src/common/plugin.c
16172         * src/common/plugin.h
16173         * src/gtk/pluginwindow.c
16174                 Keep track of requested (but unloaded) plugins
16175                 in some error cases.
16176
16177 2006-02-16 [wwp]        2.0.0cvs58
16178
16179         * src/gtk/gtkaspell.c
16180         * src/gtk/gtkaspell.h
16181         * src/prefs_spelling.c
16182         * src/compose.c
16183         * src/prefs_common.c
16184         * src/prefs_common.h
16185                 implemented new optional spellchecker behaviour: re-check message when
16186                 dictionary got changed (from compose-window/context-menu/Change dictionary).
16187
16188 2006-02-16 [wwp]        2.0.0cvs57
16189
16190         * src/quote_fmt_parse.y
16191                 pclose popen'ed pipe.
16192
16193 2006-02-15 [colin]      2.0.0cvs56
16194
16195         * src/mimeview.c
16196         * src/mimeview.h
16197                 Let MimeViewers know which MimeView they
16198                 depend of.
16199         * src/summaryview.c
16200                 Swap From/To columns in Sent/Queue/Drafts
16201                 folders
16202         * src/etpan/imap-thread.c
16203                 Use mailstream_low_tls_open() for STARTTLS
16204                 instead of mailstream_low_ssl_open()
16205                 ** REQUIRES libetpan 0.42cvs3 **
16206
16207 2006-02-15 [wwp]        2.0.0cvs55
16208
16209         * src/compose.c
16210         * src/compose.h
16211         * src/message_search.c
16212         * src/message_search.h
16213         * src/textview.c
16214         * src/gtk/gtkutils.c
16215         * src/gtk/gtkutils.h
16216                 added the ability to Find text in the compose window (and a bit
16217                 of code factorization).
16218
16219 2006-02-15 [wwp]        2.0.0cvs54
16220
16221         * src/prefs_gtk.c
16222                 yet another one file was missing (fix for some widgets' sensitivity).
16223                 Thanks Colin!
16224
16225 2006-02-15 [wwp]        2.0.0cvs53
16226
16227         * src/prefs_gtk.h
16228                 oops forgot that file (fix for some widgets' sensitivity).
16229
16230 2006-02-15 [wwp]        2.0.0cvs52
16231
16232         * src/summary_search.c
16233                 implemented advanced summary search options (added the ability
16234                 to use matcher conditions in an advanced search mode).
16235
16236 2006-02-15 [wwp]        2.0.0cvs51
16237
16238         * src/plugins/pgpcore/prefs_gpg.c
16239         * src/prefs_account.c
16240                 fix some widget sensitivity, mostly around some labels in
16241                 account prefs.
16242
16243 2006-02-15 [paul]       2.0.0cvs50
16244
16245         * manual/advanced.xml
16246                 improve Templates info
16247                 written by wwp
16248
16249 2006-02-14 [colin]      2.0.0cvs49
16250
16251         * src/pixmaps/address_book.xpm
16252         * src/pixmaps/preferences.xpm
16253         * src/pixmaps/properties.xpm
16254                 Fix pixmap size - patch by Fabien Vantard
16255
16256 2006-02-13 [colin]      2.0.0cvs48
16257
16258         * src/procmime.c
16259                 Add missing fclose()s on error
16260         * src/textview.c
16261                 Remove unused code
16262         * src/common/utils.c
16263                 Fix temp files not being deleted on windows
16264         Patches by Thomas Gilgin
16265
16266 2006-02-13 [colin]      2.0.0cvs47
16267
16268         * src/mainwindow.c
16269                 Fix exit crash
16270
16271 2006-02-13 [wwp]        2.0.0cvs46
16272
16273         * src/plugins/pgpcore/prefs_gpg.c
16274                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16275
16276 2006-02-12 [colin]      2.0.0cvs45
16277
16278         * src/folderview.c
16279         * src/main.c
16280         * src/mainwindow.c
16281                 Fix "stuff" when quitting
16282
16283 2006-02-12 [wwp]        2.0.0cvs44
16284
16285         * src/prefs_themes.c
16286                 fix typos in debug messages.
16287
16288 2006-02-11 [colin]      2.0.0cvs43
16289
16290         * src/summaryview.c
16291                 don't allow drag/drop from ourself
16292
16293 2006-02-10 [wwp]        2.0.0cvs42
16294
16295         * src/exporthtml.c
16296         * src/html.c
16297         * src/html.h
16298         * src/procmime.c
16299         * src/textview.c
16300                 renamed html_ prefixed functions and data structures to avoid
16301                 namespace clashes w/ other software (gtkhtml2 for instance).
16302                 Closes bug #907.
16303
16304
16305 2006-02-09 [colin]      2.0.0cvs41
16306
16307         * src/summaryview.c
16308                 Fix shitty logic messed up. Thanks Ticho for the hint!
16309
16310 2006-02-09 [wwp]        2.0.0cvs40
16311
16312         * src/gtk/about.c
16313         * src/compose.c
16314         * src/prefs_account.c
16315         * src/prefs_gtk.h
16316         * src/editaddress.c
16317                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16318                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16319                 Browse buttons in accounts prefs.
16320
16321 2006-02-09 [colin]      2.0.0cvs39
16322
16323         * src/matcher.c
16324                 Check for pointer before using its members
16325         * src/gtk/gtksourceprintjob.c
16326                 Fix a wrong warning
16327
16328 2006-02-09 [wwp]        2.0.0cvs38
16329
16330         * src/gtk/filesel.c
16331                 fix few compiler warnings (type mismatch).
16332
16333 2006-02-09 [paul]       2.0.0cvs37
16334
16335         * po/fr.po
16336                 updated by Fabien Vantard
16337
16338 2006-02-08 [colin]      2.0.0cvs36
16339
16340         * src/prefs_common.c
16341         * src/common/defs.h
16342         * src/common/plugin.c
16343                 allow windows and linux configurations to coexist
16344                 patch by Thomas Gilgin
16345
16346 2006-02-08 [colin]      2.0.0cvs35
16347
16348         * src/filtering.c
16349         * src/matcher.c
16350         * src/matcher.h
16351         * src/matcher_parser_parse.y
16352         * src/prefs_filtering_action.c
16353         * src/prefs_matcher.c
16354                 Add the "Ignore thread" filtering
16355                 action
16356
16357 2006-02-08 [colin]      2.0.0cvs34
16358
16359         * src/compose.c
16360         * src/procmime.c
16361         * src/procmime.h
16362                 Fix bug #905 (damaged attachment)
16363                 text files with raw \0's aren't really text files
16364         FOR_STABLE
16365
16366 2006-02-08 [colin]      2.0.0cvs33
16367
16368         * src/summaryview.c
16369                 Fix crasher introduced yesterday
16370
16371 2006-02-08 [wwp]        2.0.0cvs32
16372
16373         * src/compose.c
16374         * src/compose.h
16375                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16376
16377 2006-02-08 [wwp]        2.0.0cvs31
16378
16379         * src/prefs_template.c
16380                 templates enhancement: allow address completion for Cc and Bcc fields
16381                 (it was currently possible for the To field only)
16382
16383 2006-02-08 [colin]      2.0.0cvs30
16384
16385         * src/compose.c
16386                 Don't unblock if not blocked
16387         FOR_STABLE
16388
16389 2006-02-07 [colin]      2.0.0cvs29
16390
16391         * src/action.c
16392                 Forgot to refresh summaryview
16393
16394 2006-02-07 [colin]      2.0.0cvs28
16395
16396         * src/action.c
16397                 Freeze/thaw message list and folder list while
16398                 processing %as{} actions 
16399         * src/compose.c
16400                 Fix auto-wrap disabling after a middle-click
16401                 paste - FOR_STABLE
16402
16403 2006-02-07 [paul]       2.0.0cvs27
16404
16405         * src/folder.c
16406                 fix freeing of uninitialised pointers
16407                 Thanks to Colin
16408
16409 2006-02-06 [colin]      2.0.0cvs26
16410
16411         * src/folder.c
16412                 Use g_slist_prepend in potentially big list
16413
16414 2006-02-06 [colin]      2.0.0cvs25
16415
16416         * src/folder.c
16417                 Completely skip processing if it doesn't 
16418                 exist (faster!)
16419
16420 2006-02-06 [colin]      2.0.0cvs24
16421
16422         * src/folder.c
16423         * src/summaryview.c
16424                 Batch filtering in summaryview (from Tools menu)
16425                 and pre/post//-processing too
16426
16427 2006-02-06 [colin]      2.0.0cvs23
16428
16429         * src/procmsg.h
16430         * src/filtering.c
16431                 Use a special field for batch filtering instead
16432                 of stepping on deferred execution's toes
16433
16434 2006-02-06 [colin]      2.0.0cvs22
16435
16436         * src/action.c
16437         * src/filtering.c
16438         * src/filtering.h
16439         * src/folder.c
16440         * src/summaryview.c
16441                 Fix filtering via menus and actions
16442
16443 2006-02-06 [colin]      2.0.0cvs21
16444
16445         * src/imap.c
16446                 Put the added file directly to cache if possible (will work
16447                 with next libetpan)
16448         * src/filtering.c
16449         * src/filtering.h
16450         * src/inc.c
16451         * src/folder.c
16452         * src/mbox.c
16453         * src/procmsg.h
16454                 Move and copy filtered messages by batches instead of one
16455                 by one - faster on IMAP
16456         * src/procmsg.c
16457                 Add a function that'll possibly be useful later
16458
16459 2006-02-06 [colin]      2.0.0cvs20
16460
16461         * src/addressbook.c
16462                 Use internal mime-type instead of text/plain for d'n'd
16463         * src/compose.c
16464                 Allow attaching files from mimeview's icon list via d'n'd
16465         * src/folderview.c
16466         * src/folderview.h
16467                 Use internal mime-type instead of text/plain for d'n'd
16468                 Don't try to selected opened folder if none is
16469                 Factorize d'n'd from other apps code
16470         * src/headerview.c
16471         * src/textview.c
16472         * src/gtk/gtkutils.c
16473         * src/gtk/gtkutils.h
16474                 Factorize Face/X-Face stuff
16475         * src/mimeview.c
16476                 Fix d'n'd to other apps
16477         * src/prefs_message.c
16478                 Let the XFace pref be usable without libcompface as it also
16479                 applies to Face
16480         * src/summaryview.c
16481                 Fix d'n'd to other apps
16482                 Factorize d'n'd from other apps code
16483
16484 2006-02-06 [wwp]        2.0.0cvs19
16485
16486         * po/it.po
16487                 Italian translation fixes by Andrea Spadaccini (no more confusion
16488                 between filtering and processing, and few changes in the About
16489                 dialog).
16490
16491
16492 2006-02-06 [mones]      2.0.0cvs18
16493
16494         * src/gtk/icon_legend.c
16495                 Improved descriptions allowing better translations
16496
16497 2006-02-05 [colin]      2.0.0cvs17
16498
16499         * src/imap.c
16500                 Add the f*cking missing expunge that caused imap_fetch_env
16501                 to fail after an add_msgs ! :-///
16502         * src/etpan/imap-thread.c
16503                 Add a bit of debug
16504         FOR_STABLE
16505
16506 2006-02-05 [colin]      2.0.0cvs16
16507
16508         * src/common/utils.c
16509                 Don't check for return-path (or we can't put
16510                 back non-sent mails)
16511
16512 2006-02-05 [colin]      2.0.0cvs15
16513
16514         * src/textview.c
16515                 Don't try to display Face header in textview
16516                 when teh headerview's active
16517
16518 2006-02-05 [colin]      2.0.0cvs14
16519
16520         * tools/tbird2syl.py
16521         * tools/Makefile.am
16522                 Add script to import Thunderbird mails
16523
16524 2006-02-05 [colin]      2.0.0cvs13
16525
16526         * src/headerview.c
16527         * src/procheader.c
16528         * src/procmsg.c
16529         * src/procmsg.h
16530         * src/textview.c
16531                 Show Face headers - patch partially by Klaus Flittner
16532
16533 2006-02-05 [colin]      2.0.0cvs12
16534
16535         * src/folderview.c
16536         * src/summaryview.c
16537         * src/common/utils.c
16538         * src/common/utils.h
16539                 Let dnd work from mime icons to summaryview
16540                 and to folderview too
16541                 Add a crude test to avoid trying to add files
16542                 drag'n'dropped when they're not mails
16543
16544 2006-02-04 [colin]      2.0.0cvs11
16545
16546         * src/summaryview.c
16547         * src/mimeview.c
16548                 Fix utf8 conversion
16549
16550 2006-02-04 [colin]      2.0.0cvs10
16551
16552         * src/compose.c
16553         * src/folderview.c
16554         * src/mimeview.c
16555         * src/summaryview.c
16556         * src/summaryview.h
16557                 Added various drag and drop capas:
16558                 From                    To
16559                 summaryview             other apps
16560                 mimeview icons          other apps
16561                 other apps              summaryview
16562                 other apps              folderview
16563
16564                 This shouldn't have broken the existing:
16565                 From                    To
16566                 summaryview             folderview
16567                 folderview              folderview
16568                 summaryview             compose's attachments
16569
16570         Tests welcomed.
16571
16572 2006-02-02 [paul]       2.0.0cvs9
16573
16574         * src/mainwindow.c
16575                 move global option 'Set displayed columns...' out
16576                 of folder option grouping.
16577                 fix sensitivity of 'harvest addresses'
16578         FOR_STABLE
16579
16580 2006-02-01 [colin]      2.0.0cvs8
16581
16582         * src/mimeview.c
16583                 Revert the alertpanel patch, it sucks (intrusive
16584                 and gets in the way of "open")
16585
16586 2006-02-01 [colin]      2.0.0cvs7
16587
16588         * src/compose.c
16589         * src/prefs_account.c
16590         * src/prefs_common.c
16591         * src/common/defs.h
16592         * src/common/utils.c
16593         * src/common/utils.h
16594                 Add ability to edit the signature file
16595                 from the account preferences, and use
16596                 a default for the text editor.
16597                 Patch by Fabien Vantard
16598
16599 2006-02-01 [colin]      2.0.0cvs6
16600
16601         * src/mimeview.c
16602                 Try to get mime type by extension if it is
16603                 application/octet-stream
16604                 Display a window with possible choices when
16605                 encountering unknown mime types
16606         * src/gtk/filesel.c
16607         * src/gtk/filesel.h
16608                 Add preview
16609                 Allow multiple selection in filtered filesel
16610                 (patch by Fabien Vantard)
16611         * src/gtk/pluginwindow.c
16612                 Use it (patch by Fabien Vantard)
16613
16614 2006-02-01 [paul]       2.0.0cvs5
16615
16616         * src/jpilot.c
16617                 fix crash on creating jpilot address book
16618                 Thanks to Colin - FOR_STABLE
16619         * src/prefs_summaries.c
16620         * src/prefs_wrapping.c
16621         * src/gtk/icon_legend.c
16622         * src/gtk/quicksearch.c
16623                 string fixes and additions
16624
16625 2006-02-01 [paul]       2.0.0cvs4
16626
16627         * src/compose.c
16628         * src/mainwindow.c
16629         * src/messageview.c
16630         * src/prefs_send.c
16631                 add Arabic encoding option
16632                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16633
16634 2006-01-31 [colin]      2.0.0cvs3
16635
16636         * src/plugins/pgpcore/passphrase.c
16637                 Convert passphrase to locale encoding
16638         * src/compose.c
16639                 Fix drafting on IMAP. Crappy bug sneaked in
16640                 the release :-/
16641         FOR_STABLE
16642
16643 2006-01-30 [paul]       2.0.0cvs2
16644
16645         * src/gtk/icon_legend.c
16646                 show the new entries
16647
16648 2006-01-30 [colin]      2.0.0cvs1
16649
16650         * src/manual.c
16651                 Check for the file to be present before 
16652                 enabling the menu - FOR_STABLE
16653         * src/gtk/icon_legend.c
16654                 Add folders icons (not all of them, there
16655                 are too much, but the most intriguing ones)
16656
16657 2006-01-30 [paul]       2.0.0
16658
16659         version 2.0.0 released
16660
16661 [For previous entries, see ChangeLog.pre2.0.0]