2007-10-12 [colin] 3.0.2cvs65
[claws.git] / ChangeLog
1 2007-10-12 [colin]      3.0.2cvs65
2
3         * src/account.c
4         * src/addritem.c
5         * src/addritem.h
6         * src/filtering.c
7         * src/filtering.h
8         * src/folder.c
9         * src/folder.h
10         * src/common/utils.c
11         * src/common/utils.h
12                 Remove unused code, staticalise some functions
13
14 2007-10-12 [paul]       3.0.2cvs64
15
16         * src/account.c
17         * src/folderview.c
18         * src/main.c
19         * src/mainwindow.c
20         * src/messageview.c
21         * src/summary_search.c
22         * src/summaryview.c
23         * src/toolbar.c
24         * src/wizard.c
25         * src/common/utils.c
26         * src/gtk/prefswindow.c
27                 fix a bunch of compiler warnings on maemo
28
29 2007-10-11 [colin]      3.0.2cvs63
30
31         * src/editaddress.c
32                 Make static function static
33
34 2007-10-11 [mones]      3.0.2cvs62
35
36         * src/addrduplicates.c
37         * src/addressbook.c
38         * src/compose.c
39         * src/expldifdlg.c
40         * src/mainwindow.c
41         * src/messageview.c
42         * src/pop.c
43         * src/prefs_customheader.c
44         * src/prefs_send.c
45         * src/prefs_themes.c
46         * src/common/plugin.c
47         * src/gtk/pluginwindow.c
48         * src/gtk/quicksearch.c
49                 Fix several typos and capitalisation issues
50
51 2007-10-11 [wwp]        3.0.2cvs61
52
53         * src/editaddress.c
54                 Fix a warning about possible use of uninitialized
55                 filename var.
56
57 2007-10-11 [wwp]        3.0.2cvs60
58
59         * src/editaddress.c
60                 Disable "Unset picture" menu item when there's
61                 no picture to clear. Fix an extraneous g_unref_object,
62                 add missing initializers.
63
64 2007-10-11 [wwp]        3.0.2cvs59
65
66         * src/pixmaps/anonymous.xpm
67         * src/editaddress.c
68         * src/Makefile.am
69         * src/stock_pixmap.c
70         * src/stock_pixmap.h
71                 Fix a leak, gettext-ize the photo label.
72                 Don't clear the existing picture if loading
73                 a new one fails. Use a default 'anonymous'
74                 picture (this new xpm has been added to the
75                 internal stock_pixmap API). Add a
76                 "Set picture" context menu entry.
77
78 2007-10-11 [colin]      3.0.2cvs58
79
80         * src/messageview.c
81                 Make shift-shortcuts work
82         * src/prefs_actions.c
83                 Don't ask if we really want to close when
84                 choosing OK and only the list is changed
85         * src/prefs_template.c
86                 Don't ask if we really want to close when
87                 choosing OK and only the list is changed
88         * src/common/plugin.c
89                 Fix writing of second [Plugins_*] block
90         * src/common/template.c
91                 Remove unused files (fixes deletion)
92
93 2007-10-10 [paul]       3.0.2cvs57
94
95         * src/prefs_template.c
96                 put the whole thing in a scrolled window
97                 so that half the page is no longer inaccessible
98                 on maemo
99                 make the gtk_text_view smaller on maemo
100
101 2007-10-10 [colin]      3.0.2cvs56
102
103         * src/compose.c
104                 Fix updating of Attachments number in some
105                 cases (reedit, attach from command-line, ...)
106
107 2007-10-10 [colin]      3.0.2cvs55
108
109         * src/editaddress.c
110                 Initialise error correctly
111
112 2007-10-10 [paul]       3.0.2cvs54
113
114         * src/prefs_filtering_action.c
115         * src/gtk/description_window.c
116         * src/gtk/foldersort.c
117         * src/gtk/quicksearch.c
118                 get rid of some pointless new lines and
119                 make the descripton labels wrap better
120
121 2007-10-10 [colin]      3.0.2cvs53
122
123         * src/addressadd.c
124         * src/editaddress.c
125         * src/headerview.c
126         * src/textview.c
127                 More error handling on saving pictures
128
129 2007-10-10 [colin]      3.0.2cvs52
130
131         * src/printing.c
132         * src/printing.h
133                 Generalize a bit printing, so we can factorize
134                 most of the code. 
135
136 2007-10-10 [paul]       3.0.2cvs51
137
138         * src/addrduplicates.c
139                 fix engrish
140                 use GTK_STOCK... buttons
141
142 2007-10-10 [paul]       3.0.2cvs50
143
144         * src/addressadd.c
145         * src/addrindex.c
146         * src/editaddress.c
147                 Fix previous patch
148                 Thanks to Colin
149
150 2007-10-10 [paul]       3.0.2cvs49
151
152         * src/summaryview.c
153         * src/messageview.c
154                 Fix crash on Add sender to addressbook when
155                 From is null
156         * src/addressadd.c
157         * src/addrindex.c
158         * src/editaddress.c
159         * src/editaddress_other_attributes_ldap.h
160                 Fix leaks 
161                 Rename images to .png in addrbook/
162         * src/headerview.c
163         * src/textview.c
164                 Fix Face/X-Face being used if adding another
165                 address than sender to addressbook
166                 Thanks to Colin
167
168 2007-10-10 [holger]     3.0.2cvs48
169
170         * src/addrduplicates.c
171         * src/editaddress.c
172                 Improvements to the addressbook duplicate finder
173                 feature:
174                  - add an edit button to the button bar
175                  - display the whole bookname (with iface) and
176                    use this for same-book checking
177                  - after editing, try to keep selections if the
178                    entries are still present
179                  - sort the email column alphabetically
180                  - put results in a scrolled window
181                  - support embedded editing
182                  - make columns in detail view resizable
183                  - add keyboard shortcuts
184
185 2007-10-10 [wwp]        3.0.2cvs47
186
187         * src/addrindex.c
188                 Fix a crash when there's no From: in email, thanks to Colin.
189
190 2007-10-09 [paul]       3.0.2cvs46
191
192         * src/messageview.c
193         * src/summaryview.c
194         * src/textview.c
195                 fix building without compface support
196
197 2007-10-09 [colin]      3.0.2cvs45
198
199         * src/editaddress.c
200         * src/headerview.c
201         * src/textview.c
202                 Add error handling
203
204 2007-10-09 [colin]      3.0.2cvs44
205
206         * src/addrduplicates.c
207         * src/addressadd.c
208         * src/addressadd.h
209         * src/addressbook.c
210         * src/addressbook.h
211         * src/addrindex.c
212         * src/addrindex.h
213         * src/addritem.c
214         * src/addritem.h
215         * src/compose.c
216         * src/editaddress.c
217         * src/editaddress_other_attributes_ldap.h
218         * src/headerview.c
219         * src/messageview.c
220         * src/mimeview.c
221         * src/summaryview.c
222         * src/textview.c
223         * src/gtk/gtkutils.c
224                 Automatically set contacts' pictures from Face 
225                 or X-Face if they have no picture
226                 Display the contact picture in textview or
227                 headerview for mails sent by people in the 
228                 addressbook, that have no Face or X-Face
229                 Fix a few details in the Person edition dialog
230                 (ability to unset picture)
231                 Remove picture file when deleting contacts
232
233 2007-10-09 [iwkse]      3.0.2cvs43
234
235         * src/gtk/about.c
236                 center the about window
237
238 2007-10-09 [paul]       3.0.2cvs42
239
240         * src/prefs_toolbar.c
241                 fix icon selector window on maemo
242
243 2007-10-09 [paul]       3.0.2cvs41
244
245         * src/messageview.c
246                 add 'go to' menu to separate msgview
247
248 2007-10-09 [colin]      3.0.2cvs40
249
250         * src/common/defs.h
251                 Add forgotten file
252
253 2007-10-09 [iwkse]      3.0.2cvs39
254
255         * Makefile.am
256         * src/addressbook.c
257         * src/addritem.c
258         * src/addritem.h
259         * src/editaddress.c
260         * src/editaddress_other_attributes_ldap.h
261         * src/addrbook.c
262         * src/Makefile.am
263                 set a photo in the Addressbook
264
265 2007-10-08 [colin]      3.0.2cvs38
266
267         * src/prefs_toolbar.c
268                 Make height 320 to remove the scrollbar 
269                 (with current number of icons)
270
271 2007-10-08 [colin]      3.0.2cvs37
272
273         * src/prefs_toolbar.c
274                 Transform the treeview to a GtkIconView.
275                 Patch by Pawel
276                 In addition, transform the window so that 
277                 it looks like a popup menu. Patch by me
278
279 2007-10-08 [colin]      3.0.2cvs36
280
281         * src/compose.c
282         * src/compose.h
283                 Beautify the GUI a bit; in particular, show the
284                 number of attachments in the tab's title.
285                 Patch by Pawel
286
287 2007-10-08 [paul]       3.0.2cvs35
288
289         * src/mimeview.c
290                 Save users from themselves: save temporary
291                 files used for Open/Open with as read-only.
292                 Thanks to Colin
293
294 2007-10-08 [paul]       3.0.2cvs34
295
296         * tools/Makefile.am
297                 forgot this in cvs33
298
299 2007-10-08 [paul]       3.0.2cvs33
300
301         * tools/kdeservicemenu/README
302         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
303         * tools/kdeservicemenu/install.sh
304         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
305                 renamed template* to *template so as not to confuse
306                 lintian
307
308 2007-10-08 [paul]       3.0.2cvs32
309
310         * src/prefs_themes.c
311         * src/stock_pixmap.c
312                 replace 2 direct uses of RC_DIR
313
314 2007-10-07 [colin]      3.0.2cvs31
315
316         * src/addrduplicates.c
317         * src/addrduplicates.h
318         * src/addressbook.c
319         * src/addressbook.h
320         * src/addrindex.c
321         * src/addrindex.h
322                 Implement deletion in duplicate finder. 
323                 Patch by Holger 
324
325 2007-10-07 [colin]      3.0.2cvs30
326
327         * src/exporthtml.c
328         * src/mbox.c
329         * src/common/utils.c
330                 Better fix for Solaris, thanks to Nicolas Doualot
331
332 2007-10-07 [colin]      3.0.2cvs29
333
334         * AUTHORS
335         * src/gtk/authors.h
336                 Add Frank Dietrich
337
338 2007-10-07 [colin]      3.0.2cvs28
339
340         * src/exporthtml.c
341                 Fix HTML export to make it more compliant
342                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
343
344 2007-10-07 [colin]      3.0.2cvs27
345
346         * src/prefs_toolbar.c
347                 Only use icons that wouldn't look stupid in the toolbar
348                 Patch by Pawel
349
350 2007-10-07 [colin]      3.0.2cvs26
351
352         * src/prefs_toolbar.c
353                 Fix old icon being used when none is selected
354
355 2007-10-07 [colin]      3.0.2cvs25
356
357         * src/toolbar.c
358                 Fix copy/paste error
359
360 2007-10-07 [colin]      3.0.2cvs24
361
362         * src/prefs_toolbar.c
363         * src/toolbar.c
364         * src/toolbar.h
365                 Update icon to default one when changing event
366                 Make the icon chooser nicer (handle Esc, Enter,
367                 double-click)
368
369 2007-10-06 [colin]      3.0.2cvs23
370
371         * src/prefs_toolbar.c
372                 Fix text reset; patch by Pawel
373
374 2007-10-06 [colin]      3.0.2cvs22
375
376         * src/toolbar.h
377                 Complete previous commit
378
379 2007-10-06 [colin]      3.0.2cvs21
380
381         * src/prefs_toolbar.c
382         * src/toolbar.c
383                 Set toolbar text automatically to the default
384                 when changing Event executed on click
385
386 2007-10-06 [colin]      3.0.2cvs20
387
388         * src/prefs_toolbar.c
389                 Invert Text and Event fields
390
391 2007-10-06 [colin]      3.0.2cvs19
392
393         * src/prefs_toolbar.c
394         * src/toolbar.c
395                 Make toolbar prefs look much better
396                 Patch by Pawel Pekala
397
398 2007-10-06 [paul]       3.0.2cvs18
399
400         * src/account.c
401         * src/prefs_filtering.c
402                 fix checkbuttons in gtktreeview on maemo by
403                 setting maemo's "allow-checkbox-mode" to FALSE
404
405 2007-10-06 [colin]      3.0.2cvs17
406
407         * configure.ac
408                 Export -DSOLARIS in CFLAGS for all
409                 Solaris (not just 2.8) and OpenSolaris
410
411 2007-10-06 [paul]       3.0.2cvs16
412
413         * AUTHORS
414         * src/exporthtml.c
415         * src/mbox.c
416         * src/gtk/authors.h
417                 fix build on solaris where ctime_r takes
418                 3 arguments rather than 2.
419                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
420
421 2007-10-05 [colin]      3.0.2cvs15
422
423         * src/etpan/imap-thread.c
424                 Fix wrong error codepath
425
426 2007-10-05 [wwp]        3.0.2cvs14
427
428         * src/filtering.c
429                 Fix unexpected logging of quicksearches:
430                 debug_filtering_session flag was never reset to FALSE, causing
431                 matcher functions to log when called from a quicksearch
432                 (if a filtering session happened before).
433
434 2007-10-05 [paul]       3.0.2cvs13
435
436         * src/prefs_actions.c
437         * src/prefs_filtering.c
438         * src/prefs_template.c
439                 fix bug 1343, 'Filtering..'s close button
440                 silently discards new filter'
441                 Thanks to Colin
442
443 2007-10-05 [paul]       3.0.2cvs12
444
445         * configure.ac
446         * src/Makefile.am
447                 fix bug 1347, '-Wno-unused-function, optional'
448
449 2007-10-05 [colin]      3.0.2cvs11
450
451         * src/procmime.c
452         * src/common/mgutils.c
453                 Fix warnings
454
455 2007-10-05 [mones]      3.0.2cvs10
456
457         * manual/advanced.xml
458                 Use full menu name
459         * manual/es/advanced.xml
460                 Synchronise translation
461
462 2007-10-04 [colin]      3.0.2cvs9
463
464         * src/action.c
465         * src/addrbook.c
466         * src/addrindex.c
467         * src/compose.c
468         * src/exporthtml.c
469         * src/exportldif.c
470         * src/folder.c
471         * src/main.c
472         * src/matcher.c
473         * src/mbox.c
474         * src/messageview.c
475         * src/mh.c
476         * src/news.c
477         * src/partial_download.c
478         * src/pop.c
479         * src/procmime.c
480         * src/procmsg.c
481         * src/toolbar.c
482         * src/common/log.c
483         * src/common/mgutils.c
484         * src/common/plugin.c
485         * src/common/utils.c
486         * src/common/xml.c
487         * src/common/xml.h
488         * src/common/xmlprops.c
489         * src/common/xmlprops.h
490         * src/plugins/bogofilter/bogofilter.c
491         * src/plugins/clamav/clamav_plugin.c
492         * src/plugins/dillo_viewer/dillo_prefs.c
493         * src/plugins/pgpcore/prefs_gpg.c
494         * src/plugins/pgpinline/pgpinline.c
495         * src/plugins/pgpmime/pgpmime.c
496         * src/plugins/spamassassin/spamassassin.c
497         * src/plugins/trayicon/trayicon_prefs.c
498                 Verify success on writes. Will fix possible strange
499                 failure on disk full.
500
501 2007-10-04 [paul]       3.0.2cvs8
502
503         * manual/advanced.xml
504                 add further info about Actions
505                 Patch by Emmanuel Briot <briot@adacore.com>
506
507 2007-10-04 [paul]       3.0.2cvs7
508
509         * src/account.c
510                 remove the D column, instead indicate the
511                 default account by use of bold text
512
513 2007-10-03 [colin]      3.0.2cvs6
514
515         * src/common/template.c
516                 Fix templates writing (was prone to disk full problems)
517
518 2007-10-03 [colin]      3.0.2cvs5
519
520         * src/Makefile.am
521         * src/addrduplicates.c
522         * src/addrduplicates.h
523         * src/addressbook.c
524                 Add duplicate deletion. Patch by Holger
525
526 2007-10-03 [colin]      3.0.2cvs4
527
528         * src/matcher.c
529         * src/gtk/quicksearch.c
530                 Fix bug 1340, 'Case insensitive searches with 
531                 non-ascii alphabets fail'.
532
533 2007-10-03 [colin]      3.0.2cvs3
534
535         * src/main.c
536         * src/common/utils.c
537         * src/common/utils.h
538                 Implement run-time alternative config directories
539
540 2007-10-03 [colin]      3.0.2cvs2
541
542         * src/folderview.c
543                 Prevent opening folder item while folder
544                 is scanned in a better way
545
546 2007-10-02 [paul]       3.0.2cvs1
547
548         * NEWS
549         * README
550         * RELEASE_NOTES
551         * configure.ac
552                 bump up version number following stable release
553
554 2007-09-30 [colin]      3.0.1cvs49
555
556         * src/imap.c
557                 Refresh session if needed
558
559 2007-09-30 [colin]      3.0.1cvs48
560
561         * src/imap.c
562                 Reset folder's session to NULL
563                 before destroying it
564
565 2007-09-30 [mones]      3.0.1cvs47
566
567         * manual/handling.xml
568                 Use markup quotes instead hardcoded quotes
569         * manual/es/handling.xml
570                 Added new synced section (IMAP subscriptions)
571
572 2007-09-29 [colin]      3.0.1cvs46
573
574         * src/imap.c
575                 Notice disconnections faster
576
577 2007-09-28 [colin]      3.0.1cvs45
578
579         * src/addressbook.c
580         * src/addrindex.c
581                 Fix warnings
582
583 2007-09-28 [paul]       3.0.1cvs44
584
585         * src/mimeview.c
586                 fix maemo build
587
588 2007-09-28 [paul]       3.0.1cvs43
589
590         * src/account.c
591                 use gtk_widget_set_size_request() on the label
592                 so that wrapping works better. get rid of the
593                 (partially deprecated) hbutton_box.
594                 these changes should prevent buttons overlapping
595                 on maemo
596
597 2007-09-28 [colin]      3.0.1cvs42
598
599         * src/pop.c
600                 Fix typo :)
601
602 2007-09-28 [colin]      3.0.1cvs41
603
604         * src/compose.c
605         * src/msgcache.c
606         * src/pop.c
607         * src/procmime.c
608         * src/etpan/imap-thread.c
609                 64bits-related warning fixes
610
611 2007-09-28 [colin]      3.0.1cvs40
612
613         * src/folder_item_prefs.c
614         * src/ldaputil.c
615         * src/mainwindow.c
616         * src/mimeview.c
617         * src/common/tags.c
618                 Fix warnings
619
620 2007-09-28 [colin]      3.0.1cvs39
621
622         * src/plugins/spamassassin/spamassassin.c
623         * src/plugins/spamassassin/spamassassin.h
624         * src/plugins/spamassassin/spamassassin_gtk.c
625                 Add addressbook-based whitelisting
626
627 2007-09-28 [colin]      3.0.1cvs38
628
629         * src/folder.c
630                 Fix bug 1337, 'crash on pressing Send button'
631
632 2007-09-28 [paul]       3.0.1cvs37
633
634         * src/prefs_folder_item.c
635                 give the orphans a parent. makes all prefs
636                 pages visible on maemo
637
638 2007-09-28 [colin]      3.0.1cvs36
639
640         * src/prefs_folder_column.c
641         * src/prefs_summary_column.c
642                 Fix two leaks
643
644 2007-09-27 [colin]      3.0.1cvs35
645
646         * src/gtk/quicksearch.c
647                 Fix bug 1336, 'Segfault if empty space before search-string'
648
649 2007-09-26 [mones]      3.0.1cvs34
650
651         * manual/account.xml
652         * manual/plugins.xml
653                 Fixed irc channel name, added some docbook markup.
654                 Changed text markup to docbook markup. 
655                 Added spamcop as supported in SpamReport description.
656         * manual/fr/plugins.xml
657                 Fixed irc channel name.
658         * manual/es/account.xml
659         * manual/es/advanced.xml
660         * manual/es/claws-mail-manual.xml
661         * manual/es/glossary.xml
662         * manual/es/gpl.xml
663         * manual/es/keyboard.xml
664         * manual/es/plugins.xml
665                 Synced with English version, fixed a couple of typos.
666
667 2007-09-26 [colin]      3.0.1cvs33
668
669         * configure.ac
670                 Explain why "Libgnomeprint: no" on GTK+ 2.10
671
672 2007-09-26 [colin]      3.0.1cvs32
673
674         * src/messageview.c
675         * src/procmsg.c
676         * src/procmsg.h
677                 Optimisation: avoid fetching mail 3 times locally
678                 for displaying
679
680 2007-09-26 [colin]      3.0.1cvs31
681
682         * src/mh.c
683                 Fix missing static
684
685 2007-09-26 [colin]      3.0.1cvs30
686
687         * src/folder.c
688         * src/folder.h
689         * src/mh.c
690         * src/mh.h
691                 Fix MH mtime hack - make it a folder class function
692
693 2007-09-26 [colin]      3.0.1cvs29
694
695         * src/inc.c
696                 Fix bug 1334, 'user defined mail incorporation 
697                 script not run'
698
699 2007-09-25 [colin]      3.0.1cvs28
700
701         * src/codeconv.c
702                 Optimisation: shortcut conv_codeset_strdup
703                 when src_code and dest_code are the same
704         * src/common/xml.c
705         * src/common/xml.h
706                 Optimisation: shortcut code conversions when
707                 files are in UTF-8; faster list walking by
708                 using prepend/reverse.
709
710 2007-09-25 [holger]     3.0.1cvs27
711
712         * src/printing.c
713                 Replace button bar of the preview window
714                 with a real toolbar (patch by Colin)
715                 Add zooming to the preview window
716
717 2007-09-24 [paul]       3.0.1cvs26
718
719         * src/compose.c
720                 compact the character set menu, adding some
721                 missing encodings. Patch by Pawel Pekala
722
723 2007-09-23 [paul]       3.0.1cvs25
724
725         * src/prefs_account.c
726         * src/prefs_folder_item.c
727         * src/prefs_quote.c
728         * src/quote_fmt.c
729         * src/quote_fmt.h
730                 remove unnecessary frame from Templates options
731                 and improve the English of the check button label
732
733 2007-09-22 [colin]      3.0.1cvs24
734
735         * src/gtk/quicksearch.c
736                 Fix bug 1329, 'error in quicksearch.c'
737                 Fix return with value in function returning void
738
739 2007-09-22 [colin]      3.0.1cvs23
740
741         * src/imap.c
742         * src/procmsg.h
743         * src/common/utils.c
744         * src/common/utils.h
745         * src/etpan/imap-thread.c
746                 Optimise fetching IMAP cached emails *a lot*
747                 (remember whether mail is fully cached and \r's
748                  are already stripped)
749
750 2007-09-22 [colin]      3.0.1cvs22
751
752         * src/folder.c
753         * src/folder.h
754         * src/prefs_folder_item.c
755                 Add a button to allow users to drop local caches.
756
757 2007-09-21 [colin]      3.0.1cvs21
758
759         * src/summaryview.c
760                 Remove unnecessary error when cancelling export to mbox.
761                 Patch by Pawel
762
763 2007-09-21 [paul]       3.0.1cvs20
764
765         * src/gtk/prefswindow.c
766                 remove unnecessary frames from the prefs
767                 pages. Patch by Pawel Pekala
768
769 2007-09-21 [paul]       3.0.1cvs19
770
771         * src/prefs_account.c
772         * src/prefs_folder_item.c
773         * src/prefs_quote.c
774         * src/quote_fmt.c
775                 put the Templates options into a tabbed
776                 layout. Patch by Pawel Pekala
777
778 2007-09-21 [paul]       3.0.1cvs18
779
780         * src/mainwindow.c
781                 group together the character set menu items
782                 move the /View/Show or hide/Message view below
783                 .../Toolbar menu item
784                 Patch by Pawel Pekala
785
786 2007-09-21 [mones]      3.0.1cvs17
787
788         * src/compose.c
789                 Fix for bug 1327, 'segfault when replying to a non-existent
790                 news message', thanks to Colin.
791
792 2007-09-21 [colin]      3.0.1cvs16
793
794         * src/folderview.c
795                 Complete 3.0.1cvs15
796
797 2007-09-20 [colin]      3.0.1cvs15
798
799         * src/folderview.c
800         * src/folderview.h
801                 Maybe fix bug 1324, 'Corrupted IMAP cache'
802
803 2007-09-20 [colin]      3.0.1cvs14
804
805         * src/printing.c
806                 Fix a little leak
807
808 2007-09-20 [holger]     3.0.1cvs13
809
810         * src/printing.c
811                 Add page layout to print preview.
812                 Make the close-button in the toolbar
813                 right-aligned.
814
815 2007-09-20 [paul]       3.0.1cvs12
816
817         * po/ru.po
818                 updated by Pavlo Bohmat
819
820 2007-09-19 [colin]      3.0.1cvs11
821
822         * src/common/utils.c
823                 Prevent unquoted mime boundaries, by always
824                 using a /
825
826 2007-09-19 [colin]      3.0.1cvs10
827
828         * src/printing.c
829                 Fix drawing area size, fix DPI change that
830                 can cause total number of lines to decrease
831
832 2007-09-19 [colin]      3.0.1cvs9
833
834         * po/POTFILES.in
835         * src/printing.c
836                 Make print preview more efficient and nicer.
837                 Patch mostly by Holger Berndt <hb@claws-mail.org>
838
839 2007-09-19 [colin]      3.0.1cvs8
840
841         * src/prefs_common.c
842         * src/prefs_common.h
843         * src/printing.c
844                 Add scrolledwindow, default allocation and
845                 size saving to the print preview window.
846
847 2007-09-18 [colin]      3.0.1cvs7
848
849         * src/prefs_common.c
850         * src/prefs_common.h
851         * src/prefs_image_viewer.c
852         * src/printing.c
853                 GtkPrintOperation:
854                 - add image printing support
855                 - add option to print images
856                 - add preview widget
857                 - add saving of a few Page Setup parameters
858
859 2007-09-18 [colin]      3.0.1cvs6
860
861         * AUTHORS
862         * src/gtk/authors.h
863                 Add Guillaume Chazarain
864
865 2007-09-18 [colin]      3.0.1cvs5
866
867         * src/common/utils.c
868                 Fix bug 1321, 'access before allocation 
869                 when scanning for uris'. Patch by 
870                 Guillaume Chazarain <guichaz@yahoo.fr>
871
872 2007-09-18 [colin]      3.0.1cvs4
873
874         * src/toolbar.c
875                 Fix bug 1320, 'Memory leak caused by 
876                 gtk_container_get_children'. Patch by
877                 Guillaume Chazarain <guichaz@yahoo.fr>
878
879 2007-09-18 [colin]      3.0.1cvs3
880
881         * src/printing.c
882         * src/printing.h
883                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
884
885 2007-09-18 [colin]      3.0.1cvs2
886
887         * src/Makefile.am
888         * src/mainwindow.c
889         * src/messageview.c
890         * src/messageview.h
891         * src/prefs_ext_prog.c
892         * src/prefs_fonts.c
893         * src/printing.c
894         * src/printing.h
895         * src/summaryview.c
896                 Use GtkPrintOperation by default on GTK+ >= 2.10
897                 Patch by Holger Berndt <hb@claws-mail.org>
898
899 2007-09-18 [paul]       3.0.1cvs1
900
901         * NEWS
902         * README
903         * RELEASE_NOTES
904         * configure.ac
905                 bump up version number following stable release
906
907 2007-09-16 [colin]      3.0.0cvs18
908
909         * src/folder.c
910                 Fix possible memleak
911
912 2007-09-16 [colin]      3.0.0cvs17
913
914         * src/folderview.c
915                 Fix bug 1311, 'Wrong arrow position 
916                 while moving message into folder when 
917                 column headers hidden'
918         * src/image_viewer.c
919                 Show error in the GUI if image can't
920                 be loaded
921         * src/matcher.c
922                 Fix spurious output
923         * src/messageview.c
924                 Allow setting domain in msgid
925         * src/common/plugin.c
926                 Add timing information
927
928 2007-09-16 [colin]      3.0.0cvs16
929
930         * src/account.c
931         * src/compose.c
932         * src/prefs_account.c
933         * src/prefs_account.h
934         * src/common/utils.c
935                 Remove Generate Message-ID option. We need
936                 this on some IMAP servers.
937         * src/prefs_template.c
938                 Fix double-free
939
940 2007-09-16 [colin]      3.0.0cvs15
941
942         * src/prefs_filtering.c
943         * src/prefs_filtering.h
944         * src/prefs_filtering_action.c
945         * src/common/tags.c
946                 Fix tags issues: tags with spaces, renaming
947                 tags.
948
949 2007-09-16 [colin]      3.0.0cvs14
950
951         * src/folderview.c
952         * src/main.c
953         * src/mainwindow.c
954                 Fix bug 1308, 'Claws deletes folderlist.xml after
955                 fetching mail short after start-up'
956
957 2007-09-16 [colin]      3.0.0cvs13
958
959         * src/compose.c
960                 Fix scrolling to cursor
961
962 2007-09-16 [paul]       3.0.0cvs12
963
964         * po/sr.po
965                 updated by Aleksandar Urosevic
966
967 2007-09-16 [paul]       3.0.0cvs11
968
969         * src/folder.c
970                 do not allow locked msgs to be deleted,
971                 even by filtering/processing
972
973 2007-09-07 [paul]       3.0.0cvs10
974
975         * src/prefs_folder_column.c
976         * src/prefs_summary_column.c
977                 implement button sensitivity
978                 patch by Pawel Pekala
979
980 2007-09-06 [wwp]        3.0.0cvs9
981
982         * src/prefs_gtk.c
983                 Add a missing linefeed to a debug message.
984
985 2007-09-05 [colin]      3.0.0cvs8
986
987         * src/inc.c
988                 Fix statusbar/window mismatch on Maemo
989
990 2007-09-05 [colin]      3.0.0cvs7
991
992         * src/ldaputil.c
993                 Fix build without USE_LDAP_TLS
994
995 2007-09-05 [colin]      3.0.0cvs6
996
997         * src/folder.c
998         * src/imap.c
999         * src/inc.c
1000         * src/mbox.c
1001         * src/send_message.c
1002         * src/statusbar.c
1003         * src/statusbar.h
1004                 Maemo: distinguish various statusbar messages,
1005                 in order to display only the most important.
1006
1007 2007-09-04 [wwp]        3.0.0cvs5
1008
1009         * src/account.c
1010                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1011                 Show protocol "SMTP" and the appropriate server for send-only
1012                 accounts, show "-" instead of "" when no value is relevant.
1013
1014 2007-09-03 [ticho]      3.0.0cvs4
1015
1016         * src/summaryview.c
1017                 Handle plural form better in delete confirmation dialog.
1018
1019 2007-09-03 [wwp]        3.0.0cvs3
1020
1021         * src/compose.c
1022                 Warn differently when sending or sending later (queueing).
1023
1024 2007-09-03 [colin]      3.0.0cvs2
1025
1026         * src/procmime.c
1027         * src/procmime.h
1028         * src/common/plugin.c
1029         * src/common/plugin.h
1030                 Add a new plugin API, MimeParser. It allows
1031                 plugins to scan email MIME parts and optionally,
1032                 transform them.
1033
1034 2007-09-03 [mones]      3.0.0cvs1
1035
1036         * po/es.po
1037                 Updated translation
1038         * src/common/defs.h
1039                 While a better solution is made double history sizes
1040
1041 2007-09-03 [paul]       3.0.0
1042
1043         * NEWS
1044         * README
1045         * RELEASE_NOTES
1046                 3.0.0 released
1047
1048 2007-09-03 [paul]       2.10.0cvs191
1049
1050         * po/bg.po
1051         * po/ca.po
1052         * po/de.po
1053         * po/fi.po
1054         * po/fr.po
1055         * po/hu.po
1056         * po/it.po
1057         * po/pl.po
1058         * po/pt_BR.po
1059         * po/ru.po
1060         * po/sk.po
1061         * po/zh_CN.po
1062                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1063                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1064                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1065                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1066
1067 2007-09-02 [colin]      2.10.0cvs190
1068
1069         * src/edittags.c
1070         * src/common/tags.c
1071                 Prevent empty or white-space tags
1072
1073 2007-09-01 [colin]      2.10.0cvs189
1074
1075         * src/main.c
1076                 Fix double-reading of accounts list when
1077                 the wizard has been run due to no accounts
1078         * src/mainwindow.c
1079                 Fix sensitivity of a menu item in case 
1080                 there's no account
1081
1082 2007-09-01 [wwp]        2.10.0cvs188
1083
1084         * src/wizard.c
1085                 Fix wizard crash when Mailbox dir already exists
1086                 (thanks to Colin).
1087
1088 2007-08-31 [colin]      2.10.0cvs187
1089
1090         * src/etpan/imap-thread.c
1091                 Fix unwanted creation of 
1092                 libetpan's stream dump file
1093         * src/compose.c
1094                 Fix coloring of pastes as quotation
1095         * src/summaryview.c
1096                 Maemo: Fix opening of mails from keypad
1097                 in Sent folders
1098         * src/addressbook.c
1099         * src/folderview.c
1100         * src/image_viewer.c
1101         * src/mimeview.c
1102         * src/gtk/prefswindow.c
1103                 Maemo: Fix adjustments changes 
1104
1105 2007-08-30 [colin]      2.10.0cvs186
1106
1107         * src/folderview.c
1108                 Don't opened selected folder when clicking
1109                 on white space
1110         * src/mainwindow.c
1111                 Maemo: Make Esc close messageviews
1112         * src/messageview.c
1113                 Maemo: Fix message scrolling to the end on 
1114                 opening
1115                 Maemo: Fix reopening same message
1116         * src/gtk/prefswindow.c
1117                 Maemo: try to fix scrollbar. Doesn't work,
1118                 it seems as if gtk_adjustment_set_value was
1119                 a noop.
1120
1121 2007-08-30 [colin]      2.10.0cvs185
1122
1123         * src/compose.c
1124         * src/folderview.c
1125         * src/main.c
1126         * src/prefs_matcher.c
1127         * src/prefs_template.c
1128         * src/quote_fmt.c
1129         * src/send_message.c
1130         * src/toolbar.c
1131         * src/gtk/gtkaspell.c
1132         * src/plugins/bogofilter/bogofilter.c
1133         * src/plugins/bogofilter/bogofilter_gtk.c
1134         * src/plugins/clamav/clamav_plugin_gtk.c
1135         * src/plugins/pgpcore/sgpgme.c
1136         * src/plugins/spamassassin/spamassassin.c
1137         * src/plugins/spamassassin/spamassassin_gtk.c
1138                 Fix all potential misuses of format-string functions
1139
1140 2007-08-30 [wwp]        2.10.0cvs184
1141
1142         * src/prefs_template.c
1143                 Fix a leak.
1144
1145 2007-08-29 [colin]      2.10.0cvs183
1146
1147         * src/plugins/trayicon/trayicon.c
1148                 Fix leak of hooks in case of error,
1149                 thanks to Holger Berndt
1150
1151 2007-08-28 [colin]      2.10.0cvs182
1152
1153         * src/mainwindow.c
1154                 Don't use current folder settings when
1155                 composing from the compose button's
1156                 account selector
1157
1158 2007-08-28 [colin]      2.10.0cvs181
1159
1160         * src/quote_fmt_parse.y
1161                 Fix cursor offset when quote contains UTF-8
1162                 chars
1163
1164 2007-08-28 [colin]      2.10.0cvs180
1165
1166         * src/compose.c
1167         * src/compose.h
1168                 Fix signature replacement when it's been wrapped
1169
1170 2007-08-27 [colin]      2.10.0cvs179
1171
1172         * src/summaryview.c
1173                 Fix indentation
1174
1175 2007-08-27 [colin]      2.10.0cvs178
1176
1177         * src/summaryview.c
1178                 Fix Quicksearch's Sticky mode
1179
1180 2007-08-27 [colin]      2.10.0cvs177
1181
1182         * src/folder_item_prefs.c
1183         * src/folder_item_prefs.h
1184         * src/imap_gtk.c
1185         * src/mh_gtk.c
1186                 Fix loss of subfolders properties when
1187                 renaming a folder
1188
1189 2007-08-26 [wwp]        2.10.0cvs176
1190
1191         * src/alertpanel.c
1192         * src/messageview.c
1193         * src/prefs_actions.c
1194                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1195                 will have to be used when necessary *before* calling
1196                 alertpanel functions.
1197
1198 2007-08-25 [paul]       2.10.0cvs175
1199
1200         * src/prefs_actions.c
1201                 workaround gettext problem marking
1202                 string as c-format when it's not
1203
1204 2007-08-25 [wwp]        2.10.0cvs174
1205
1206         * src/alertpanel.c
1207         * src/messageview.c
1208         * src/prefs_actions.c
1209                 Call the pango markup escape function right ince in alertpanel_create
1210                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1211                 2.10.0cvs158).
1212
1213         * src/common/log.c
1214                 Fix a crash due to a misuse of g_print(), encountered when the string
1215                 passed to g_print was containing printf substitution symbols.
1216
1217 2007-08-25 [paul]       2.10.0cvs173
1218
1219         * src/common/log.c
1220                 fix a segfault when refreshing RSSyl feeds
1221
1222 2007-08-25 [paul]       2.10.0cvs172
1223
1224         * src/gtk/icon_legend.c
1225                 add watchthread.xpm
1226
1227 2007-08-25 [paul]       2.10.0cvs171
1228
1229         * src/Makefile.am
1230         * src/stock_pixmap.c
1231         * src/pixmaps/insert_file.xpm
1232                 add a new pixmap instead of re-using
1233                 paste.xpm. (easier for icon theme authors)
1234
1235 2007-08-24 [holger]     2.10.0cvs170
1236
1237         * src/plugins/trayicon/trayicon.c
1238                 The same fix for another hook id.
1239
1240 2007-08-24 [holger]     2.10.0cvs169
1241
1242         * src/plugins/trayicon/trayicon.c
1243                 Micro-fix: Do the error checking for
1244                 the right hook id.
1245
1246 2007-08-24 [paul]       2.10.0cvs168
1247
1248         * src/folder.h
1249                 fix typo causing compiler warning
1250
1251 2007-08-24 [paul]       2.10.0cvs167
1252
1253         * README
1254                 put back the correct version of this file also
1255
1256 2007-08-24 [colin]      2.10.0cvs166
1257
1258         * src/send_message.c
1259                 Use progress bar when sending messages
1260
1261 2007-08-24 [paul]       2.10.0cvs165
1262
1263         * Makefile.am
1264                 oops! if i'm quick no-one will notice
1265                 (put back the proper file)
1266
1267 2007-08-24 [paul]       2.10.0cvs164
1268
1269         * AUTHORS
1270         * Makefile.am
1271         * README
1272         * src/gtk/authors.h
1273         * tools/Makefile.am
1274         * tools/README
1275         * tools/mew2claws-mail.pl
1276                 add new script that imports a Mew address book
1277                 submitted by Jerome Lelong
1278
1279 2007-08-24 [paul]       2.10.0cvs163
1280
1281         * manual/plugins.xml
1282                 remove the obsolete plugins, add the
1283                 missing plugins, including the forthcoming
1284                 SpamReport plugin
1285
1286 2007-08-24 [paul]       2.10.0cvs162
1287
1288         * manual/advanced.xml
1289                 add info about the hidden emphasis_color option
1290         * manual/keyboard.xml
1291                 correct the info about hotkeys
1292                 wrap the long lines
1293
1294 2007-08-24 [paul]       2.10.0cvs161
1295
1296         * src/folderview.c
1297                 add mnemonic to 'Run procesing rules'
1298
1299 2007-08-24 [paul]       2.10.0cvs160
1300
1301         * src/account.c
1302         * src/folder.c
1303         * src/folder.h
1304                 use suitable defaults for outbox,
1305                 queue, drafts and trash folders
1306
1307 2007-08-24 [wwp]        2.10.0cvs159
1308
1309         * src/folderview.c
1310                 Update menu item sensitivity if necessary (or we get a
1311                 gtk critical message).
1312
1313 2007-08-23 [wwp]        2.10.0cvs158
1314
1315         * src/action.c
1316         * src/prefs_actions.c
1317                 Allow literal % chars in action commands (use %%).
1318                 Add a missing p++ to the action parser in action_get_type(),
1319                 which was missing it, even if it was neutral.
1320                 Fix a pango markup warning at runtime.
1321
1322 2007-08-23 [wwp]        2.10.0cvs157
1323
1324         * src/addressbook.c
1325                 Contacts are now locale-aware sorted in the address book
1326                 (LC_COLLATE matters here).
1327                 Fix missing table initializers.
1328
1329 2007-08-23 [colin]      2.10.0cvs156
1330
1331         * src/imap.c
1332                 Check scan_required on dest folder when copying
1333
1334 2007-08-23 [colin]      2.10.0cvs155
1335
1336         * src/imap.c
1337                 Fix scanning when folder was empty
1338
1339 2007-08-22 [colin]      2.10.0cvs154
1340
1341         * src/msgcache.c
1342                 Don't g_warning when g_try_malloc fails(), or it makes
1343                 things worse as g_log() allocates. Fixes bug 1290,
1344                 'Claws Mail crashes if too little memory when 
1345                 rebuilding folder tree'
1346
1347 2007-08-22 [colin]      2.10.0cvs153
1348
1349         * src/inc.c
1350                 Fix format string vulnerability, thanks to
1351                 Ulf Harnhammar, Secunia Research
1352
1353 2007-08-22 [colin]      2.10.0cvs152
1354
1355         * src/ldapserver.c
1356                 Set tv_usec too
1357
1358 2007-08-22 [wwp]        2.10.0cvs151
1359
1360         * src/ldapquery.c
1361                 Few better null-ptr checks.
1362
1363 2007-08-22 [colin]      2.10.0cvs150
1364
1365         * src/editldap.c
1366         * src/editldap_basedn.c
1367         * src/ldapquery.c
1368         * src/ldapserver.c
1369         * src/ldapserver.h
1370         * src/ldapupdate.c
1371         * src/ldaputil.c
1372         * src/ldaputil.h
1373                 Fix ldap timeouts
1374
1375 2007-08-22 [colin]      2.10.0cvs149
1376
1377         * src/ldapquery.c
1378                 Finish previous fix
1379
1380 2007-08-22 [colin]      2.10.0cvs148
1381
1382         * src/ldapquery.c
1383                 Fix wrong assertions
1384
1385 2007-08-22 [colin]      2.10.0cvs147
1386
1387         * src/ldaputil.c
1388                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1389
1390 2007-08-22 [colin]      2.10.0cvs146
1391
1392         * src/editldap.c
1393         * src/ldaputil.c
1394                 Fix wrong "Connected successfully to server". Connection only succeeds if
1395                 we can get the base DN.
1396
1397 2007-08-21 [wwp]        2.10.0cvs145
1398
1399         * src/browseldap.c
1400         * src/editldap.c
1401         * src/ldapctrl.c
1402         * src/ldapquery.c
1403         * src/ldapserver.c
1404         * src/ldapupdate.c
1405         * src/ldaputil.c
1406                 More sanity checks in ldap functions.
1407
1408 2007-08-21 [wwp]        2.10.0cvs144
1409
1410         * src/prefs_account.c
1411                 Don't return a value in a void function().
1412
1413 2007-08-21 [paul]       2.10.0cvs143
1414
1415         * src/messageview.c
1416                 add check for ftp: to messageview_list_urls()
1417
1418 2007-08-21 [colin]      2.10.0cvs142
1419
1420         * src/editldap.c
1421         * src/ldapctrl.c
1422         * src/ldapctrl.h
1423         * src/ldapquery.c
1424         * src/ldapupdate.c
1425                 Fix bug 1293, 'LDAP address book not working'
1426                 Search only on specified fields, but fetch 
1427                 every field possible. People will have to 
1428                 reset the searched Attributes in their LDAP
1429                 servers properties.
1430
1431 2007-08-21 [wwp]        2.10.0cvs141
1432
1433         * src/addr_compl.c
1434         * src/addrbook.c
1435         * src/addrcache.c
1436         * src/addrcindex.c
1437         * src/addressbook.c
1438         * src/addrindex.c
1439         * src/browseldap.c
1440         * src/crash.c
1441         * src/editaddress_other_attributes_ldap.c
1442         * src/exporthtml.c
1443         * src/folder.c
1444         * src/folderview.c
1445         * src/imap.c
1446         * src/jpilot.c
1447         * src/ldapserver.c
1448         * src/ldapupdate.c
1449         * src/ldif.c
1450         * src/main.c
1451         * src/mainwindow.c
1452         * src/matcher.c
1453         * src/mh.c
1454         * src/msgcache.c
1455         * src/mutt.c
1456         * src/pine.c
1457         * src/pop.c
1458         * src/prefs_customheader.c
1459         * src/prefs_msg_colors.c
1460         * src/procmime.c
1461         * src/textview.c
1462         * src/vcard.c
1463         * src/wizard.c
1464         * src/common/log.c
1465         * src/common/socket.c
1466         * src/common/ssl_certificate.c
1467         * src/common/utils.c
1468         * src/common/utils.h
1469         * src/gtk/description_window.c
1470         * src/plugins/demo/demo.c
1471         * src/plugins/pgpcore/prefs_gpg.c
1472         * src/plugins/spamassassin/libspamc.c
1473                 Make sure we use glib functions to send text messages (information,
1474                 debug, warning, errors) to stdout/stderr - no more direct puts
1475                 fputs printf fprintf to stdout/stderr when it can be done using
1476                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1477                 stdout/stderr message is saved to log in Windows.
1478
1479
1480 2007-08-21 [wwp]        2.10.0cvs140
1481
1482         * src/main.c
1483         * src/common/utils.h
1484                 Route glib's stdout/stderr messages to a log file (Windows only),
1485                 instead of loosing them.
1486
1487 2007-08-21 [paul]       2.10.0cvs139
1488
1489         * src/mainwindow.c
1490                 replace deprecated g_strncasecmp()
1491         * src/messageview.c
1492                 fix 'List URLS'
1493
1494 2007-08-20 [ticho]      2.10.0cvs138
1495
1496         * src/account.c
1497         * src/prefs_account.h
1498                 Copy all account preferences in account_clone() - some
1499                 were missing.
1500         * src/prefs_account.c
1501                 Handle empty privacy system combobox gracefully (warning
1502                 instead of a crash).
1503
1504 2007-08-20 [colin]      2.10.0cvs137
1505
1506         * src/ldapctrl.c
1507                 Fix a leak
1508
1509 2007-08-20 [paul]       2.10.0cvs136
1510
1511         * src/browseldap.c
1512         * src/editldap.c
1513         * src/ldapctrl.c
1514         * src/ldapquery.c
1515         * src/ldapquery.h
1516         * src/ldapserver.c
1517         * src/ldaputil.c
1518                 add debug_prints
1519                 patch by Michael Rasmussen
1520
1521 2007-08-19 [colin]      2.10.0cvs135
1522
1523         * src/imap.c
1524                 Fix previous commit. Sensitivity update is needed
1525                 for "Cancel receiving". However when batching we
1526                 don't need to do it for every message flag change,
1527                 just once at the start and once at the end.
1528
1529 2007-08-19 [colin]      2.10.0cvs134
1530
1531         * src/imap.c
1532                 Remove useless menu updates on session lock/unlock
1533
1534 2007-08-19 [colin]      2.10.0cvs133
1535
1536         * src/etpan/imap-thread.c
1537                 Make all fetch logs less verbose
1538
1539 2007-08-19 [paul]       2.10.0cvs132
1540
1541         * src/foldersel.c
1542         * src/folderview.c
1543         * src/summaryview.c
1544                 fix bug 1286, 'Can't move a folder into a "Folders
1545                 Only" folder'
1546
1547 2007-08-18 [ticho]      2.10.0cvs131
1548
1549         * src/editaddress_other_attributes_ldap.c
1550                 Converted option menu for other ldap attributes to GtkComboBox.
1551
1552 2007-08-18 [colin]      2.10.0cvs130
1553
1554         * src/compose.c
1555         * src/prefs_common.c
1556         * src/prefs_common.h
1557         * src/prefs_send.c
1558         * src/send_message.c
1559                 Revert 'send_dialog_mode' meaning to 
1560                 'send_dialog_invisible', so that the 
1561                 new checkbox doesn't change the 
1562                 existing behaviour.
1563
1564 2007-08-18 [paul]       2.10.0cvs129
1565
1566         * src/summaryview.c
1567                 add missing menu update
1568
1569 2007-08-17 [colin]      2.10.0cvs128
1570
1571         * src/folder.c
1572                 Set batching after getting flags - maybe fixes
1573                 bug 1292, 'CM crashes on writing mail'
1574
1575 2007-08-16 [ticho]      2.10.0cvs127
1576
1577         * src/prefs_send.c
1578                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1579         * src/gtk/combobox.h
1580         * src/gtk/gtkutils.c
1581                 Allow NULL for GtkComboBox menuitem label, rendering such
1582                 items as row separators.
1583
1584 2007-08-16 [paul]       2.10.0cvs126
1585
1586         * src/plugins/trayicon/trayicon.c
1587                 remove wrongly used gettextisation
1588
1589 2007-08-15 [ticho]      2.10.0cvs125
1590
1591         * src/importldif.c
1592                 Fixed a runtime warning where an attempt to pack an
1593                 already packed GtkLabel was made.
1594
1595 2007-08-15 [ticho]      2.10.0cvs124
1596
1597         * src/prefs_compose_writing.c
1598                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1599                 into GtkComboBox.
1600
1601 2007-08-14 [ticho]      2.10.0cvs123
1602
1603         * src/messageview.c
1604         * src/gtk/gtkutils.c
1605                 Changed return receipt account selector to GtkComboBox.
1606                 Fixed a runtime warning where GTK tried to parse
1607                 "name <email@address" as a Pango markup in an alertpanel label.
1608
1609 2007-08-14 [ticho]      2.10.0cvs122
1610
1611         * src/prefs_logging.c
1612                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1613
1614 2007-08-14 [wwp]        2.10.0cvs121
1615
1616         * tools/Makefile.am
1617         * tools/README
1618         * tools/popfile-link.sh
1619                 Added a new tool: POPFile helper, to open
1620                 selected messages in POPFile control center,
1621                 in order to change the messages' status.
1622
1623 2007-08-14 [ticho]      2.10.0cvs120
1624
1625         * src/compose.c
1626         * src/prefs_common.c
1627         * src/prefs_common.h
1628         * src/prefs_send.c
1629         * src/send_message.c
1630                 Change "Show send dialog" optionmenu to a checkbutton.
1631         * src/prefs_receive.c
1632                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1633
1634 2007-08-13 [wwp]        2.10.0cvs119
1635
1636         * src/addr_compl.c
1637         * src/addressbook.c
1638         * src/addrindex.c
1639         * src/compose.c
1640         * src/filtering.c
1641         * src/folderview.c
1642         * src/inc.c
1643         * src/matcher.c
1644         * src/mh.c
1645         * src/partial_download.c
1646         * src/prefs_gtk.c
1647         * src/procmsg.c
1648         * src/stock_pixmap.c
1649         * src/summaryview.c
1650         * src/common/utils.c
1651         * src/gtk/gtkaspell.c
1652         * src/gtk/menu.c
1653                 Make sure we never pass NULL pointers for %s substitutions
1654                 (prevent from crashing in Windows).
1655
1656 2007-08-13 [wwp]        2.10.0cvs118
1657
1658         * src/msgcache.c
1659                 Re-enable mmap_reads in Windows with some missing
1660                 CloseHandle of mapping objects, thanks to
1661                 Marcus Brinkmann.
1662
1663 2007-08-13 [paul]       2.10.0cvs117
1664
1665         * src/common/utils.c
1666                 fix bug 1287, 'Compile time problem on Solaris
1667                 (nexenta gnu/Solaris) utils.c'
1668                 Thanks to Piotr Chrzczonowicz
1669
1670 2007-08-12 [wwp]        2.10.0cvs116
1671
1672         * src/plugins/pgpcore/prefs_gpg.c
1673                 Don't try to unset a GPG_AGENT_INFO that was not
1674                 set (and don't use a NULL string in Windows, it was
1675                 crashing with --debug if GPG_AGENT_INFO was not set).
1676
1677 2007-08-12 [wwp]        2.10.0cvs115
1678
1679         * src/privacy.h
1680                 Make gcc type-check arguments passed to privacy_set_error().
1681
1682 2007-08-12 [ticho]      2.10.0cvs114
1683
1684         * src/prefs_folder_item.c
1685                 Make sure that folder default account combobox always has some
1686                 account preselected.
1687         * src/gtk/combobox.c
1688                 Handle empty combobox gracefully (warning instead of crash).
1689
1690 2007-08-12 [ticho]      2.10.0cvs114
1691
1692         * src/prefs_folder_item.c
1693                 Make sure that folder default account combobox is not empty.
1694         * src/gtk/combobox.c
1695                 Handle empty combobox gracefully (warning instead of crash).
1696
1697 2007-08-11 [paul]       2.10.0cvs113
1698
1699         * src/addrgather.c
1700         * src/folderview.c
1701                 use 'subfolder' instead of 'sub-folder', matching
1702                 everywhere else the term is used
1703         * src/imap_gtk.c
1704                 fix engrish
1705
1706 2007-08-10 [wwp]        2.10.0cvs112
1707
1708         * src/msgcache.c
1709                 Disable mmap reads in Windows only (at least temporarily), they
1710                 prevent from renaming/removing target cache files.
1711
1712 2007-08-10 [paul]
1713
1714         3.0.0-rc2 released
1715
1716 2007-08-10 [wwp]        2.10.0cvs111
1717
1718         * src/msgcache.c
1719                 fix unpredictable crashes in Windows due to broken
1720                 cache/mark/tags files writting (file were opened for
1721                 writing in text mode).
1722
1723         * src/recv.c
1724                 use gettimeofday() from w32lib.h on Windows.
1725
1726 2007-08-10 [colin]      2.10.0cvs110
1727
1728         * src/imap.c
1729         * src/etpan/imap-thread.c
1730         * src/etpan/imap-thread.h
1731                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1732
1733 2007-08-09 [colin]      2.10.0cvs109
1734
1735         * src/editldap.c
1736                 Fix port being reset to 636 on SSL
1737         * src/folder.c
1738                 Fix folder_item_get_msg_num_by_file
1739                 on drafts/queue folders
1740
1741 2007-08-09 [wwp]        2.10.0cvs108
1742
1743         * src/folder.c
1744                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1745                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1746
1747
1748 2007-08-09 [colin]      2.10.0cvs107
1749
1750         * src/folderview.c
1751         * src/summaryview.c
1752         * src/gtk/prefswindow.c
1753                 A few Maemo layout fixes
1754
1755 2007-08-09 [paul]       2.10.0cvs106
1756
1757         * src/prefs_account.c
1758                 remove the hyphen from plug-ins to
1759                 match everywhere else
1760
1761 2007-08-08 [wwp]        2.10.0cvs105
1762
1763         * src/prefs_folder_item.c
1764                 Fix an extraneous stealth ^L char.
1765
1766 2007-08-08 [wwp]        2.10.0cvs104
1767
1768         * src/prefs_folder_item.c
1769                 Better fix, group variables declarations (USE_ASPELL).
1770
1771 2007-08-08 [wwp]        2.10.0cvs103
1772
1773         * src/prefs_folder_item.c
1774                 Fix compilation w/ USE_ASPELL set (broken
1775                 by 2.10.0cvs102).
1776
1777 2007-08-08 [ticho]      2.10.0cvs102
1778
1779         * src/prefs_folder_item.c
1780                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1781
1782 2007-08-08 [colin]      2.10.0cvs101
1783
1784         * src/imap.c
1785         * src/etpan/imap-thread.c
1786         * src/etpan/imap-thread.h
1787                 Close selected mailbox before doing
1788                 status on it.
1789
1790 2007-08-08 [colin]      2.10.0cvs100
1791
1792         * src/html.c
1793                 Complete symbol table, thanks to wwp.
1794                 Fixes bug 1284, 'The html -> text 
1795                 converter ignores entities'
1796         * src/msgcache.c
1797                 Fix possible fd leak
1798
1799 2007-08-08 [colin]      2.10.0cvs99
1800
1801         * src/imap.c
1802                 Better way to fetch UIDs on non-UIDPLUS servers
1803
1804 2007-08-07 [colin]      2.10.0cvs98
1805
1806         * src/imap.c
1807                 fix bug 1275, 'auto-saved draft messages not 
1808                 always being removed'; Also, make multiple
1809                 copy (in the same account) faster by matching
1810                 source/destination message UIDs.
1811         * src/messageview.c
1812                 Don't try to reshow deleted mail
1813         * src/msgcache.c
1814                 Fix leak on error path
1815
1816 2007-08-07 [wwp]        2.10.0cvs97
1817
1818         * manual/account.xml
1819         * manual/advanced.xml
1820         * manual/fr/account.xml
1821         * manual/fr/advanced.xml
1822                 Updated the reference manual and the French translation to
1823                 reflect 2.10.0cvs84: enable running folder Processing
1824                 rules on demand.
1825
1826 2007-08-06 [wwp]        2.10.0cvs96
1827
1828         * src/prefs_common.c
1829         * src/prefs_common.h
1830         * src/textview.c
1831                 Allow changing the emphasis color used to highlight
1832                 the newsreader/x-mailer header value when it matches
1833                 our preferred mail agent (hidden pref 'emphasis_col' added
1834                 to clawsrc).
1835
1836 2007-08-06 [colin]      2.10.0cvs95
1837
1838         * src/compose.c
1839         * src/compose.h
1840                 Re-commit 2.10.0cvs86, with a protection
1841                 against Pango bug. Also, try to fix 
1842                 bug 1275, 'auto-saved draft messages not 
1843                 always being removed'
1844
1845 2007-08-06 [wwp]        2.10.0cvs94
1846
1847         * src/gtk/quicksearch.c
1848                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1849
1850 2007-08-06 [ticho]      2.10.0cvs93
1851
1852         * src/prefs_account.c
1853         * src/gtk/combobox.c
1854                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1855                 selection in account preferences.
1856
1857 2007-08-06 [wwp]        2.10.0cvs92
1858
1859         * src/plugins/pgpcore/plugin.def
1860                 Apply one more chunk from gpg4win's 03-w32-port patch.
1861
1862 2007-08-05 [colin]      2.10.0cvs91
1863
1864         * src/compose.c
1865         * src/compose.h
1866                 reverting buggy patch for now
1867
1868 2007-08-05 [colin]      2.10.0cvs90
1869
1870         * src/folder.c
1871                 Fix slowdown
1872
1873 2007-08-04 [colin]      2.10.0cvs89
1874
1875         * src/prefs_summaries.c
1876         * src/summary_search.c
1877                 Replace deprecated widgets. Patch by
1878                 Andrej.
1879
1880 2007-08-04 [colin]      2.10.0cvs88
1881
1882         * src/mh.c
1883                 Refresh GUI only every 2000 mails on mh_get_last_num
1884                 This is fast (readdir) and done only once per 
1885                 session/folder
1886
1887 2007-08-03 [colin]      2.10.0cvs87
1888
1889         * src/prefs_account.c
1890         * src/gtk/combobox.h
1891         * src/gtk/gtkutils.c
1892                 Fix a deprecated widget. Patch by
1893                 Andrej
1894
1895 2007-08-03 [colin]      2.10.0cvs86
1896
1897         * src/compose.c
1898         * src/compose.h
1899                 Make colorisation and wrapping algorithms
1900                 faster. Fixes bug 1246, 'compose becomes 
1901                 increasingly slow replying to complex emails'
1902
1903 2007-08-03 [paul]       2.10.0cvs85
1904
1905         * src/mh.c
1906                 keep the window painted
1907
1908 2007-08-02 [paul]       2.10.0cvs84
1909
1910         * src/folderview.c
1911         * src/mainwindow.c
1912         * src/mainwindow.h
1913                 enable running folder Processing
1914                 rules on demand
1915
1916 2007-08-02 [paul]       2.10.0cvs83
1917
1918         * src/textview.c
1919                 speed up/clean up rendering of larger
1920                 msgs
1921                 Thanks to Colin
1922
1923 2007-08-01 [paul]       2.10.0cvs82
1924
1925         * src/mainwindow.h
1926                 clean up cruft
1927         * src/toolbar.c
1928                 change default toolbar layout on maemo
1929         * src/pixmaps/close.xpm
1930                 make the red cross a grey cross
1931         * src/pixmaps/jpilot.xpm
1932                 make icon smaller so it fits better
1933
1934 2007-07-31 [paul]       2.10.0cvs81
1935
1936         * src/setup.c
1937         * src/gtk/gtkutils.c
1938                 fix crash on maemo on first launch
1939
1940 2007-07-30 [paul]       2.10.0cvs80
1941
1942         * src/prefs_matcher.c
1943                 specify the units of age and size
1944
1945 2007-07-30 [paul]       2.10.0cvs79
1946
1947         * src/main.c
1948                 Fix IMAP timeout setting
1949
1950 2007-07-30 [colin]      2.10.0cvs78
1951
1952         * src/prefs_account.c
1953                 Fix a deprecated widget. Patch by
1954                 Andrej
1955
1956 2007-07-27 [paul]       2.10.0cvs77
1957
1958         * src/matcher_parser_parse.y
1959         * src/prefs_filtering_action.c
1960         * src/prefs_matcher.c
1961                 these changes forgotten in cvs74's
1962                 'watch thread' feature
1963
1964 2007-07-27 [paul]       2.10.0cvs76
1965
1966         * src/compose.c
1967                 fix potential crasher
1968                 thanks to Colin
1969
1970 2007-07-27 [paul]       2.10.0cvs75
1971
1972         * src/mainwindow.c
1973         * src/manual.c
1974         * src/manual.h
1975         * src/gtk/gtkutils.c
1976                 make mainwindow's /Help/Manual point to the
1977                 remote copy if the local copy doesn't exist
1978
1979 2007-07-27 [paul]       2.10.0cvs74
1980
1981         * src/Makefile.am
1982         * src/filtering.c
1983         * src/folder.c
1984         * src/mainwindow.c
1985         * src/matcher.c
1986         * src/matcher.h
1987         * src/matcher_parser_parse.y
1988         * src/procmsg.c
1989         * src/procmsg.h
1990         * src/stock_pixmap.c
1991         * src/stock_pixmap.h
1992         * src/summaryview.c
1993         * src/summaryview.h
1994         * src/toolbar.c
1995         * src/toolbar.h
1996         * src/pixmaps/watchthread.xpm
1997                 add 'watch thread' feature
1998
1999 2007-07-27 [paul]       2.10.0cvs73
2000
2001         * src/prefs_folder_item.c
2002                 adjust labels, add tooltips
2003
2004 2007-07-27 [colin]      2.10.0cvs72
2005
2006         * src/summaryview.c
2007                 Maemo: Remove less used menu items
2008
2009 2007-07-26 [colin]      2.10.0cvs71
2010
2011         * src/messageview.c
2012                 Maemo: destroy messageview after trashing mail.
2013                 Maybe should be done on X11 too
2014
2015 2007-07-26 [colin]      2.10.0cvs70
2016
2017         * src/folderview.c
2018         * src/mainwindow.c
2019         * src/prefs_common.c
2020         * src/prefs_common.h
2021         * src/summaryview.c
2022                 Add View/Show or Hide/Column headers
2023
2024 2007-07-26 [colin]      2.10.0cvs69
2025
2026         * src/procmime.c
2027                 Fix unwanted output
2028
2029 2007-07-26 [colin]      2.10.0cvs68
2030
2031         * src/ldapserver.c
2032                 Fix possible crash on cache invalidation
2033         * src/compose.c
2034         * src/procmime.c
2035         * src/procmime.h
2036         * src/quote_fmt_parse.y
2037                 Make replying to mails with big attachments
2038                 much faster. Fixes bug 1224, 'The process of 
2039                 Replying to emails with large attachments 
2040                 seems unreasonably long...'
2041
2042 2007-07-26 [colin]      2.10.0cvs67
2043
2044         * src/mimeview.c
2045         * src/matcher.c
2046         * src/common/ssl.c
2047                 Fix threads use on BSDs
2048
2049 2007-07-26 [paul]       2.10.0cvs66
2050
2051         * src/gtk/prefswindow.c
2052                 fix account prefs breakage
2053                 thanks to Colin
2054
2055 2007-07-26 [paul]       2.10.0cvs65
2056
2057         * configure.ac
2058                 standardise ./configure --help messages
2059
2060 2007-07-26 [colin]      2.10.0cvs64
2061
2062         * src/addressbook.c
2063         * src/editaddress.c
2064                 Fix two vCard-related crashes
2065
2066 2007-07-25 [colin]      2.10.0cvs63
2067
2068         * src/inc.c
2069         * src/prefs_common.c
2070         * src/prefs_common.h
2071         * src/prefs_receive.c
2072                 Maemo: Add a better way to notify of
2073                 new mails
2074         * src/mainwindow.c
2075         * src/statusbar.h
2076         * src/summaryview.c
2077         * src/toolbar.c
2078                 Maemo: Various layout fixes
2079         * src/gtk/prefswindow.c
2080                 Maemo: Better prefs layout
2081
2082 2007-07-25 [paul]       2.10.0cvs62
2083
2084         * src/textview.c
2085                 fix the layout on maemo
2086                 thanks to Colin
2087
2088 2007-07-25 [iwkse]      2.10.0cvs61
2089
2090         * src/summaryview.c
2091                 add 'o' shortcut on summaryview
2092
2093 2007-07-25 [iwkse]      2.10.0cvs60
2094
2095         * src/textview.c
2096                 fix o shortcut
2097
2098 2007-07-24 [colin]      2.10.0cvs59
2099
2100         * src/mh.c
2101                 Fix missing timestamp update on source
2102                 folder when moving
2103         * src/textview.c
2104         * src/textview.h
2105                 Better text layout on part's choices
2106
2107 2007-07-23 [colin]      2.10.0cvs58
2108
2109         * src/mimeview.c
2110         * src/textview.c
2111                 Maemo: Automatically choose the correct application
2112                 to open parts
2113         * src/gtk/quicksearch.c
2114                 Make search run on GDK_KP_Enter too
2115
2116 2007-07-23 [wwp]        2.10.0cvs57
2117
2118         * src/quote_fmt_lex.l
2119                 Revert accidentaly committed lines (account_sig) in
2120                 2.10.0cvs56.
2121
2122 2007-07-23 [wwp]        2.10.0cvs56
2123
2124         * src/quote_fmt_lex.l
2125                 Fix typos around long form expressions in the quote lexer.
2126
2127 2007-07-23 [paul]
2128
2129         3.0.0-rc1 released
2130
2131 2007-07-23 [colin]      2.10.0cvs55
2132
2133         * src/addr_compl.c
2134                 Fix auto-completion on Maemo
2135
2136 2007-07-23 [colin]      2.10.0cvs54
2137
2138         * src/statusbar.c
2139                 Maemo: Fix sticking statusbars
2140
2141 2007-07-22 [colin]      2.10.0cvs53
2142
2143         * src/main.c
2144                 Maemo: Fix the strange "top_application" info
2145                 at startup. We should do something when 
2146                 receiving such a message.
2147
2148 2007-07-20 [paul]       2.10.0cvs52
2149
2150         * src/news_gtk.c
2151                 add missing #include "statusbar.h"
2152
2153 2007-07-20 [colin]      2.10.0cvs51
2154
2155         * src/folder.c
2156         * src/folder.h
2157         * src/folder_item_prefs.c
2158         * src/folder_item_prefs.h
2159         * src/folderview.c
2160         * src/imap.c
2161         * src/imap_gtk.c
2162         * src/imap_gtk.h
2163         * src/news.c
2164         * src/news_gtk.c
2165         * src/news_gtk.h
2166         * src/prefs_folder_item.c
2167                 Implement age-based caching: allow to
2168                 specify a threshold for the offline synchronisation
2169                 feature, and whether old cached bodies should 
2170                 be removed
2171         * src/toolbar.c
2172         * src/toolbar.h
2173                 Fix label/tooltips
2174         * src/plugins/dillo_viewer/dillo_viewer.c
2175                 Check that Dillo's installed
2176
2177 2007-07-20 [wwp]        2.10.0cvs50
2178
2179         * src/mimeview.c
2180         * src/stock_pixmap.c
2181                 Draw a frame around the selected mimeview part icon (instead of the
2182                 shifted 'dancing' icon).
2183
2184 2007-07-20 [colin]      2.10.0cvs49
2185
2186         * src/main.c
2187                 Unref stuff even on error
2188         * src/wizard.c
2189                 disconnect signals only at the very
2190                 end of the wizard save.
2191
2192 2007-07-20 [colin]      2.10.0cvs48
2193
2194         * src/mainwindow.c
2195         * src/messageview.c
2196         * src/toolbar.c
2197         * src/toolbar.h
2198                 Fix random crashes while navigating
2199                 (GTK_EVENTS_FLUSH)
2200
2201 2007-07-19 [colin]      2.10.0cvs47
2202
2203         * configure.ac
2204         * src/main.c
2205         * src/prefs_common.c
2206         * src/prefs_common.h
2207         * src/wizard.c
2208         * src/common/defs.h
2209         * src/common/utils.c
2210                 Maemo: add an easy way to store data (mails
2211                 and IMAP/NNTP caches) on one of the SD cards,
2212                 and protect against unmounts if needed
2213
2214 2007-07-19 [paul]       2.10.0cvs46
2215
2216         * src/Makefile.am
2217         * src/stock_pixmap.c
2218         * src/gtk/about.c
2219         * src/pixmaps/claws-mail_logo-small.xpm
2220                 implement a (slightly) different About
2221                 dialog for maemo and add a small version
2222                 of the logo for it
2223         * src/wizard.c
2224                 use a scrolled window for wizard page 1
2225                 on maemo
2226
2227 2007-07-19 [paul]       2.10.0cvs45
2228
2229         * src/Makefile.am
2230                 too soon for this line
2231
2232 2007-07-19 [paul]       2.10.0cvs44
2233
2234         * src/Makefile.am
2235                 fix build on n800
2236
2237 2007-07-19 [colin]      2.10.0cvs43
2238
2239         * src/wizard.c
2240                 Solve Mail/Mailbox name when specifying
2241                 full /path/to/Mail.
2242
2243 2007-07-18 [colin]      2.10.0cvs42
2244
2245         * src/inc.c
2246         * configure.ac
2247                 Fix build on n770
2248
2249 2007-07-18 [colin]      2.10.0cvs41
2250
2251         * src/inc.c
2252                 Maemo: plug the online/offline system into
2253                 maemo's interfaces to have Claws automatically
2254                 switch according to the system status
2255         * src/statusbar.c
2256                 Maemo: use HildonBanners to display status
2257                 messages. Renders the main statusbar useless.
2258
2259 2007-07-18 [paul]       2.10.0cvs40
2260
2261         * src/filtering.c
2262                 fix screen blanking on moving/copying many msgs
2263         * src/folder.c
2264                 fix processing progressbar and screen blanking
2265                 during processing
2266
2267 2007-07-18 [paul]       2.10.0cvs39
2268
2269         * src/messageview.c
2270                 revert cvs37, breakage on maemo
2271
2272 2007-07-18 [paul]       2.10.0cvs38
2273
2274         * src/gtk/gtkutils.c
2275                 make sure we can still build with older GTK's
2276
2277 2007-07-18 [colin]      2.10.0cvs37
2278
2279         * src/messageview.c
2280                 Only hide the small layout's messageview, instead
2281                 of destroying it when closing
2282         * src/gtk/gtkutils.c
2283                 Use gtk_window_present_with_time to popup windows,
2284                 it seems to make things better with modern WMs
2285                 (actually focusing)
2286
2287 2007-07-17 [colin]      2.10.0cvs36
2288
2289         * src/editaddress.c
2290                 Simplify layout on Maemo
2291         * src/folder.c
2292                 Fix possible crash
2293         * src/prefs_display_header.c
2294                 Remove some headers by default on Maemo
2295
2296 2007-07-17 [paul]       2.10.0cvs35
2297
2298         * src/prefs_common.c
2299         * src/prefs_common.h
2300         * src/prefs_logging.c
2301         * src/common/log.c
2302                 add options to stop/enable writing logs to disc
2303
2304 2007-07-17 [paul]       2.10.0cvs34
2305
2306         * src/edittags.c
2307                 fix some issues with the Apply tags window:
2308                 - set search column (enables autocompl in the treeview)
2309                 - apply tag from "New tag" if it existed
2310                 - clears New tag entry when adding it with the button
2311                 Thanks to Colin
2312
2313 2007-07-17 [paul]       2.10.0cvs33
2314
2315         * src/edittags.c
2316                 fix 'apply tags' dialogue weirdness
2317
2318 2007-07-16 [colin]      2.10.0cvs32
2319
2320         * src/toolbar.c
2321                 Fix double-loading of mails on Maemo
2322
2323 2007-07-16 [colin]      2.10.0cvs31
2324
2325         * src/messageview.c
2326                 Prevent double-loading of the same part under some
2327                 conditions; hide statusbar on Maemo
2328
2329 2007-07-16 [colin]      2.10.0cvs30
2330
2331         * src/edittags.c
2332         * src/edittags.h
2333         * src/mainwindow.c
2334         * src/summaryview.c
2335                 Improve the tag interface - allow
2336                 to set/unset tags from a special
2337                 window.
2338         * src/gtk/gtkvscrollbutton.c
2339         * src/mimeview.c
2340         * src/mimeview.h
2341         * src/stock_pixmap.c
2342                 Fix Mimeview's ugly hacks in the
2343                 icon list. 
2344
2345 2007-07-16 [paul]       2.10.0cvs29
2346
2347         * src/wizard.c
2348                 rework dialog
2349         * src/gtk/icon_legend.c
2350                 put it all in a scrolled window
2351
2352 2007-07-15 [colin]      2.10.0cvs28
2353
2354         * src/mainwindow.c
2355                 Maemo: force layout to be Small screen; the
2356                 others don't make sense
2357
2358 2007-07-14 [colin]      2.10.0cvs27
2359
2360         * src/mimeview.c
2361         * src/gtk/gtkvscrollbutton.c
2362                 Maemo: Fix mimeview's buttons size
2363
2364 2007-07-14 [colin]      2.10.0cvs26
2365
2366         * src/toolbar.c
2367                 Fix the button workaround fix.
2368                 (Use the correct variable)
2369
2370 2007-07-14 [colin]      2.10.0cvs25
2371
2372         * src/mainwindow.c
2373         * src/toolbar.c
2374                 Maemo: put the progress bar in the
2375                 toolbar
2376
2377 2007-07-14 [colin]      2.10.0cvs24
2378
2379         * src/prefs_common.c
2380                 Maemo: hide statusbar by default
2381         * src/Makefile.am
2382         * src/stock_pixmap.c
2383         * src/stock_pixmap.h
2384         * src/toolbar.c
2385         * src/pixmaps/go_folders.xpm
2386                 Maemo: Add a specific icon to go back to
2387                 folder list
2388
2389 2007-07-14 [colin]      2.10.0cvs23
2390
2391         * src/toolbar.c
2392                 Don't set homogeneous finally
2393
2394 2007-07-14 [colin]      2.10.0cvs22
2395
2396         * src/toolbar.c
2397                 Fix button show/hide issues
2398
2399 2007-07-14 [colin]      2.10.0cvs21
2400
2401         * src/toolbar.c
2402                 Fix huge arrows
2403                 Fix button workaround to be able to click
2404                 if mouse was on button when it went un-
2405                 sensitive.
2406                 Revert previous commit, gtk_tool_item_set_homogeneous
2407                 doesn't mean what it seems to mean ;-)
2408
2409 2007-07-14 [paul]       2.10.0cvs20
2410
2411         * src/toolbar.c
2412                 make homogeneous FALSE always
2413
2414 2007-07-13 [colin]      2.10.0cvs19
2415
2416         * src/toolbar.c
2417         * src/toolbar.h
2418                 Rework to fit the non-deprecated API
2419         * src/compose.c
2420         * src/folderview.c
2421         * src/mainwindow.c
2422         * src/messageview.c
2423         * src/summaryview.c
2424                 Maemo layout changes. Better toolbars,
2425                 removal of CTree headers. 
2426
2427 2007-07-13 [paul]       2.10.0cvs18
2428
2429         * src/gtk/colorlabel.c
2430                 fix bug 1261, '[DE] coloring messages in overview 
2431                 keys are not localised'
2432                 the string is now included in claws-mail.pot
2433
2434 2007-07-13 [colin]      2.10.0cvs17
2435
2436         * src/summaryview.c
2437                 Fix bug 1267, 'printing mutliple messages 
2438                 opens one message-dialog after the other'
2439                 Ask for confirmation when printing 10
2440                 messages or more.
2441
2442 2007-07-11 [colin]      2.10.0cvs16
2443
2444         * COPYING
2445         * README
2446         * autogen.sh
2447         * manual/claws-mail-manual.xml
2448         * manual/gpl.xml
2449         * manual/es/claws-mail-manual.xml
2450         * manual/es/gpl.xml
2451         * manual/fr/claws-mail-manual.xml
2452         * manual/fr/gpl.xml
2453         * manual/pl/gpl.xml
2454         * src/account.c
2455         * src/account.h
2456         * src/action.c
2457         * src/action.h
2458         * src/adbookbase.h
2459         * src/addr_compl.c
2460         * src/addr_compl.h
2461         * src/addrbook.c
2462         * src/addrbook.h
2463         * src/addrcache.c
2464         * src/addrcache.h
2465         * src/addrcindex.c
2466         * src/addrcindex.h
2467         * src/addrclip.c
2468         * src/addrclip.h
2469         * src/addrdefs.h
2470         * src/addressadd.c
2471         * src/addressadd.h
2472         * src/addressbook.c
2473         * src/addressbook.h
2474         * src/addressbook_foldersel.c
2475         * src/addressbook_foldersel.h
2476         * src/addressitem.h
2477         * src/addrgather.c
2478         * src/addrgather.h
2479         * src/addrharvest.c
2480         * src/addrharvest.h
2481         * src/addrindex.c
2482         * src/addrindex.h
2483         * src/addritem.c
2484         * src/addritem.h
2485         * src/addrquery.c
2486         * src/addrquery.h
2487         * src/addrselect.c
2488         * src/addrselect.h
2489         * src/alertpanel.c
2490         * src/alertpanel.h
2491         * src/browseldap.c
2492         * src/browseldap.h
2493         * src/codeconv.c
2494         * src/codeconv.h
2495         * src/compose.c
2496         * src/compose.h
2497         * src/crash.c
2498         * src/crash.h
2499         * src/customheader.c
2500         * src/customheader.h
2501         * src/displayheader.c
2502         * src/displayheader.h
2503         * src/editaddress.c
2504         * src/editaddress.h
2505         * src/editaddress_other_attributes_ldap.c
2506         * src/editaddress_other_attributes_ldap.h
2507         * src/editbook.c
2508         * src/editbook.h
2509         * src/editgroup.c
2510         * src/editgroup.h
2511         * src/editjpilot.c
2512         * src/editjpilot.h
2513         * src/editldap.c
2514         * src/editldap.h
2515         * src/editldap_basedn.c
2516         * src/editldap_basedn.h
2517         * src/edittags.c
2518         * src/edittags.h
2519         * src/editvcard.c
2520         * src/editvcard.h
2521         * src/enriched.c
2522         * src/enriched.h
2523         * src/exphtmldlg.c
2524         * src/exphtmldlg.h
2525         * src/expldifdlg.c
2526         * src/expldifdlg.h
2527         * src/export.c
2528         * src/export.h
2529         * src/exporthtml.c
2530         * src/exporthtml.h
2531         * src/exportldif.c
2532         * src/exportldif.h
2533         * src/filtering.c
2534         * src/filtering.h
2535         * src/folder.c
2536         * src/folder.h
2537         * src/folder_item_prefs.c
2538         * src/folder_item_prefs.h
2539         * src/foldersel.c
2540         * src/foldersel.h
2541         * src/folderutils.c
2542         * src/folderutils.h
2543         * src/folderview.c
2544         * src/folderview.h
2545         * src/gedit-print.c
2546         * src/gedit-print.h
2547         * src/grouplistdialog.c
2548         * src/grouplistdialog.h
2549         * src/headerview.c
2550         * src/headerview.h
2551         * src/html.c
2552         * src/html.h
2553         * src/image_viewer.c
2554         * src/image_viewer.h
2555         * src/imap.c
2556         * src/imap.h
2557         * src/imap_gtk.c
2558         * src/imap_gtk.h
2559         * src/import.c
2560         * src/import.h
2561         * src/importldif.c
2562         * src/importldif.h
2563         * src/importmutt.c
2564         * src/importmutt.h
2565         * src/importpine.c
2566         * src/importpine.h
2567         * src/inc.c
2568         * src/inc.h
2569         * src/jpilot.c
2570         * src/jpilot.h
2571         * src/ldapctrl.c
2572         * src/ldapctrl.h
2573         * src/ldaplocate.c
2574         * src/ldaplocate.h
2575         * src/ldapquery.c
2576         * src/ldapquery.h
2577         * src/ldapserver.c
2578         * src/ldapserver.h
2579         * src/ldapupdate.c
2580         * src/ldapupdate.h
2581         * src/ldaputil.c
2582         * src/ldaputil.h
2583         * src/ldif.c
2584         * src/ldif.h
2585         * src/localfolder.c
2586         * src/localfolder.h
2587         * src/main.c
2588         * src/main.h
2589         * src/mainwindow.c
2590         * src/mainwindow.h
2591         * src/manual.c
2592         * src/manual.h
2593         * src/matcher.c
2594         * src/matcher.h
2595         * src/matcher_parser.h
2596         * src/matcher_parser_lex.l
2597         * src/matcher_parser_parse.y
2598         * src/mbox.c
2599         * src/mbox.h
2600         * src/message_search.c
2601         * src/message_search.h
2602         * src/messageview.c
2603         * src/messageview.h
2604         * src/mh.c
2605         * src/mh.h
2606         * src/mh_gtk.c
2607         * src/mh_gtk.h
2608         * src/mimeview.c
2609         * src/mimeview.h
2610         * src/msgcache.c
2611         * src/msgcache.h
2612         * src/mutt.c
2613         * src/mutt.h
2614         * src/news.c
2615         * src/news.h
2616         * src/news_gtk.c
2617         * src/news_gtk.h
2618         * src/noticeview.c
2619         * src/noticeview.h
2620         * src/partial_download.c
2621         * src/partial_download.h
2622         * src/pine.c
2623         * src/pine.h
2624         * src/pop.c
2625         * src/pop.h
2626         * src/prefs_account.c
2627         * src/prefs_account.h
2628         * src/prefs_actions.c
2629         * src/prefs_actions.h
2630         * src/prefs_common.c
2631         * src/prefs_common.h
2632         * src/prefs_compose_writing.c
2633         * src/prefs_compose_writing.h
2634         * src/prefs_customheader.c
2635         * src/prefs_customheader.h
2636         * src/prefs_display_header.c
2637         * src/prefs_display_header.h
2638         * src/prefs_ext_prog.c
2639         * src/prefs_ext_prog.h
2640         * src/prefs_filtering.c
2641         * src/prefs_filtering.h
2642         * src/prefs_filtering_action.c
2643         * src/prefs_filtering_action.h
2644         * src/prefs_folder_column.c
2645         * src/prefs_folder_column.h
2646         * src/prefs_folder_item.c
2647         * src/prefs_folder_item.h
2648         * src/prefs_fonts.c
2649         * src/prefs_fonts.h
2650         * src/prefs_gtk.c
2651         * src/prefs_gtk.h
2652         * src/prefs_image_viewer.c
2653         * src/prefs_image_viewer.h
2654         * src/prefs_logging.c
2655         * src/prefs_logging.h
2656         * src/prefs_matcher.c
2657         * src/prefs_matcher.h
2658         * src/prefs_message.c
2659         * src/prefs_message.h
2660         * src/prefs_msg_colors.c
2661         * src/prefs_msg_colors.h
2662         * src/prefs_other.c
2663         * src/prefs_other.h
2664         * src/prefs_quote.c
2665         * src/prefs_quote.h
2666         * src/prefs_receive.c
2667         * src/prefs_receive.h
2668         * src/prefs_send.c
2669         * src/prefs_send.h
2670         * src/prefs_spelling.c
2671         * src/prefs_spelling.h
2672         * src/prefs_summaries.c
2673         * src/prefs_summaries.h
2674         * src/prefs_summary_column.c
2675         * src/prefs_summary_column.h
2676         * src/prefs_summary_open.c
2677         * src/prefs_summary_open.h
2678         * src/prefs_template.c
2679         * src/prefs_template.h
2680         * src/prefs_themes.c
2681         * src/prefs_themes.h
2682         * src/prefs_toolbar.c
2683         * src/prefs_toolbar.h
2684         * src/prefs_wrapping.c
2685         * src/prefs_wrapping.h
2686         * src/privacy.c
2687         * src/privacy.h
2688         * src/procheader.c
2689         * src/procheader.h
2690         * src/procmime.c
2691         * src/procmime.h
2692         * src/procmsg.c
2693         * src/procmsg.h
2694         * src/quote_fmt.c
2695         * src/quote_fmt_lex.l
2696         * src/quote_fmt_parse.y
2697         * src/recv.c
2698         * src/recv.h
2699         * src/remotefolder.c
2700         * src/remotefolder.h
2701         * src/send_message.c
2702         * src/send_message.h
2703         * src/setup.c
2704         * src/setup.h
2705         * src/simple-gettext.c
2706         * src/sourcewindow.c
2707         * src/sourcewindow.h
2708         * src/ssl_manager.c
2709         * src/ssl_manager.h
2710         * src/statusbar.c
2711         * src/statusbar.h
2712         * src/stock_pixmap.c
2713         * src/stock_pixmap.h
2714         * src/summary_search.c
2715         * src/summary_search.h
2716         * src/summaryview.c
2717         * src/summaryview.h
2718         * src/textview.c
2719         * src/textview.h
2720         * src/toolbar.c
2721         * src/toolbar.h
2722         * src/undo.c
2723         * src/undo.h
2724         * src/unmime.c
2725         * src/unmime.h
2726         * src/uri_opener.c
2727         * src/uri_opener.h
2728         * src/vcard.c
2729         * src/vcard.h
2730         * src/wizard.c
2731         * src/wizard.h
2732         * src/common/base64.c
2733         * src/common/base64.h
2734         * src/common/claws.c
2735         * src/common/claws.h
2736         * src/common/defs.h
2737         * src/common/fnmatch.c
2738         * src/common/fnmatch.h
2739         * src/common/fnmatch_loop.c
2740         * src/common/hooks.c
2741         * src/common/hooks.h
2742         * src/common/log.c
2743         * src/common/log.h
2744         * src/common/md5.c
2745         * src/common/md5.h
2746         * src/common/mgutils.c
2747         * src/common/mgutils.h
2748         * src/common/nntp.c
2749         * src/common/nntp.h
2750         * src/common/passcrypt.c
2751         * src/common/passcrypt.h.in
2752         * src/common/plugin.c
2753         * src/common/plugin.h
2754         * src/common/prefs.c
2755         * src/common/prefs.h
2756         * src/common/progressindicator.c
2757         * src/common/progressindicator.h
2758         * src/common/quoted-printable.c
2759         * src/common/quoted-printable.h
2760         * src/common/session.c
2761         * src/common/session.h
2762         * src/common/smtp.c
2763         * src/common/smtp.h
2764         * src/common/socket.c
2765         * src/common/socket.h
2766         * src/common/ssl.c
2767         * src/common/ssl.h
2768         * src/common/ssl_certificate.c
2769         * src/common/ssl_certificate.h
2770         * src/common/string_match.c
2771         * src/common/string_match.h
2772         * src/common/stringtable.c
2773         * src/common/stringtable.h
2774         * src/common/tags.c
2775         * src/common/tags.h
2776         * src/common/template.c
2777         * src/common/template.h
2778         * src/common/timing.h
2779         * src/common/utils.c
2780         * src/common/utils.h
2781         * src/common/uuencode.c
2782         * src/common/uuencode.h
2783         * src/common/version.h.in
2784         * src/common/w32_dirent.c
2785         * src/common/w32_reg.c
2786         * src/common/w32_signal.c
2787         * src/common/w32_stat.c
2788         * src/common/w32_stdlib.c
2789         * src/common/w32_string.c
2790         * src/common/w32_time.c
2791         * src/common/w32_unistd.c
2792         * src/common/w32_wait.c
2793         * src/common/w32lib.h
2794         * src/common/xml.c
2795         * src/common/xml.h
2796         * src/common/xmlprops.c
2797         * src/common/xmlprops.h
2798         * src/etpan/etpan-errors.h
2799         * src/etpan/etpan-thread-manager-types.h
2800         * src/etpan/etpan-thread-manager.c
2801         * src/etpan/etpan-thread-manager.h
2802         * src/etpan/imap-thread.c
2803         * src/etpan/imap-thread.h
2804         * src/gtk/about.c
2805         * src/gtk/about.h
2806         * src/gtk/colorlabel.c
2807         * src/gtk/colorlabel.h
2808         * src/gtk/colorsel.c
2809         * src/gtk/colorsel.h
2810         * src/gtk/combobox.c
2811         * src/gtk/combobox.h
2812         * src/gtk/description_window.c
2813         * src/gtk/description_window.h
2814         * src/gtk/filesel.c
2815         * src/gtk/filesel.h
2816         * src/gtk/foldersort.c
2817         * src/gtk/foldersort.h
2818         * src/gtk/gtkaspell.c
2819         * src/gtk/gtkaspell.h
2820         * src/gtk/gtksctree.c
2821         * src/gtk/gtkshruler.c
2822         * src/gtk/gtkshruler.h
2823         * src/gtk/gtksourceprintjob.c
2824         * src/gtk/gtksourceprintjob.h
2825         * src/gtk/gtkutils.c
2826         * src/gtk/gtkutils.h
2827         * src/gtk/gtkvscrollbutton.c
2828         * src/gtk/gtkvscrollbutton.h
2829         * src/gtk/icon_legend.c
2830         * src/gtk/icon_legend.h
2831         * src/gtk/inputdialog.c
2832         * src/gtk/inputdialog.h
2833         * src/gtk/logwindow.c
2834         * src/gtk/logwindow.h
2835         * src/gtk/manage_window.c
2836         * src/gtk/manage_window.h
2837         * src/gtk/menu.c
2838         * src/gtk/menu.h
2839         * src/gtk/pluginwindow.c
2840         * src/gtk/pluginwindow.h
2841         * src/gtk/prefswindow.c
2842         * src/gtk/prefswindow.h
2843         * src/gtk/progressdialog.c
2844         * src/gtk/progressdialog.h
2845         * src/gtk/quicksearch.c
2846         * src/gtk/quicksearch.h
2847         * src/gtk/sslcertwindow.c
2848         * src/gtk/sslcertwindow.h
2849         * src/plugins/bogofilter/bogofilter.c
2850         * src/plugins/bogofilter/bogofilter.h
2851         * src/plugins/bogofilter/bogofilter_gtk.c
2852         * src/plugins/clamav/clamav_plugin.c
2853         * src/plugins/clamav/clamav_plugin.h
2854         * src/plugins/clamav/clamav_plugin_gtk.c
2855         * src/plugins/demo/demo.c
2856         * src/plugins/dillo_viewer/dillo_prefs.c
2857         * src/plugins/dillo_viewer/dillo_prefs.h
2858         * src/plugins/dillo_viewer/dillo_viewer.c
2859         * src/plugins/pgpcore/passphrase.c
2860         * src/plugins/pgpcore/passphrase.h
2861         * src/plugins/pgpcore/pgp_viewer.c
2862         * src/plugins/pgpcore/pgp_viewer.h
2863         * src/plugins/pgpcore/plugin.c
2864         * src/plugins/pgpcore/prefs_gpg.c
2865         * src/plugins/pgpcore/prefs_gpg.h
2866         * src/plugins/pgpcore/select-keys.c
2867         * src/plugins/pgpcore/select-keys.h
2868         * src/plugins/pgpcore/sgpgme.c
2869         * src/plugins/pgpcore/sgpgme.h
2870         * src/plugins/pgpinline/pgpinline.c
2871         * src/plugins/pgpinline/pgpinline.h
2872         * src/plugins/pgpinline/plugin.c
2873         * src/plugins/pgpmime/pgpmime.c
2874         * src/plugins/pgpmime/pgpmime.h
2875         * src/plugins/pgpmime/plugin.c
2876         * src/plugins/spamassassin/spamassassin.c
2877         * src/plugins/spamassassin/spamassassin.h
2878         * src/plugins/spamassassin/spamassassin_gtk.c
2879         * src/plugins/trayicon/trayicon.c
2880         * src/plugins/trayicon/trayicon_prefs.c
2881         * src/plugins/trayicon/trayicon_prefs.h
2882         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2883         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2884         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2885         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2886         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2887         * tools/OOo2claws-mail.pl
2888         * tools/README.sylprint
2889         * tools/acroread2claws-mail.pl
2890         * tools/claws-mail-compose-insert-files.pl
2891         * tools/convert_mbox.pl
2892         * tools/filter_conv.pl
2893         * tools/filter_conv_new.pl
2894         * tools/fix_date.sh
2895         * tools/freshmeat_search.pl
2896         * tools/google_search.pl
2897         * tools/kmail-mailbox2claws-mail.pl
2898         * tools/kmail2claws-mail.pl
2899         * tools/kmail2claws-mail_v2.pl
2900         * tools/mairix.sh
2901         * tools/make.themes.project
2902         * tools/multiwebsearch.pl
2903         * tools/nautilus2claws-mail.sh
2904         * tools/outlook2claws-mail.pl
2905         * tools/textviewer.sh
2906         * tools/thunderbird-filters-convertor.pl
2907         * tools/update-po
2908         * tools/uuooffice
2909         * tools/vcard2xml.py
2910         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2911                 Upgrade to GPLv3 or later.
2912
2913 2007-07-10 [wwp]        2.10.0cvs15
2914
2915         * src/main.c
2916                 Fix re-opening of all composing messages that were
2917                 opened when closing the previous instance, thanks
2918                 to Colin.
2919
2920 2007-07-10 [paul]       2.10.0cvs14
2921
2922         * src/editaddress_other_attributes_ldap.c
2923         * src/ldapupdate.c
2924                 fix crash on selecting 'other attributes' combo
2925                 for either a new entry or an old entry with no
2926                 existing attributes.
2927                 fix bug on editing multiple attributes which
2928                 resulted them all having the value of the last
2929                 one changed.
2930                 Thanks to Colin
2931
2932 2007-07-10 [colin]      2.10.0cvs13
2933
2934         * src/editaddress.c
2935         * src/editaddress_other_attributes_ldap.h
2936         * src/ldapupdate.c
2937                 Fix --disable-ldap build
2938
2939 2007-07-09 [colin]      2.10.0cvs12
2940
2941         * src/Makefile.am
2942         * src/addritem.c
2943         * src/addritem.h
2944         * src/editaddress.c
2945         * src/editaddress_other_attributes_ldap.c
2946         * src/editaddress_other_attributes_ldap.h
2947         * src/editldap.c
2948         * src/ldapctrl.c
2949         * src/ldapctrl.h
2950         * src/ldapupdate.c
2951                 Add capability to edit all inetOrgPerson
2952                 attributes on LDAP. Patch by Michael 
2953                 Rasmussen
2954
2955 2007-07-09 [colin]      2.10.0cvs11
2956
2957         * src/Makefile.am
2958         * src/exporthtml.c
2959         * src/mbox.c
2960         * src/msgcache.c
2961         * src/prefs_summaries.c
2962         * src/prefs_themes.c
2963         * src/procheader.c
2964         * src/common/Makefile.am
2965         * src/common/log.c
2966         * src/common/timing.h
2967         * src/common/utils.c
2968         * src/common/utils.h
2969         * src/common/w32_account.c
2970         * src/common/w32lib.h
2971         * src/gtk/Makefile.am
2972         * src/gtk/colorlabel.c
2973         * src/plugins/pgpcore/Makefile.am
2974         * src/plugins/pgpcore/claws.def
2975         * src/plugins/pgpcore/passphrase.c
2976         * src/plugins/pgpcore/pgp_viewer.c
2977         * src/plugins/pgpcore/plugin.def
2978         * src/plugins/pgpcore/sgpgme.c
2979         * src/plugins/pgpinline/Makefile.am
2980         * src/plugins/pgpinline/claws.def
2981         * src/plugins/pgpinline/mypgpcore.def
2982         * src/plugins/pgpinline/plugin.def
2983         * src/plugins/pgpmime/Makefile.am
2984         * src/plugins/pgpmime/claws.def
2985         * src/plugins/pgpmime/mypgpcore.def
2986         * src/plugins/pgpmime/plugin.def
2987                 Commit win32 patch, from Werner Koch and
2988                 Marcus Brinkmann
2989
2990 2007-07-09 [colin]      2.10.0cvs10
2991
2992         * src/prefs_toolbar.c
2993                 Fix crash when no actions exist
2994
2995 2007-07-07 [paul]       2.10.0cvs9
2996
2997         * COPYING
2998         * manual/claws-mail-manual.xml
2999                 update copyright year
3000         * po/fi.po
3001                 updated by Flammie Pirinen
3002
3003 2007-07-05 [wwp]        2.10.0cvs8
3004
3005         * src/plugins/clamav/clamav_plugin_gtk.c
3006                 Make vertical spacing like in other plugin prefs pages.
3007
3008 2007-07-05 [wwp]        2.10.0cvs7
3009
3010         * src/quote_fmt.c
3011                 It's %am that works, not %ae (this doc incoherence has been
3012                 introduced with 2.9.2cvs13).
3013
3014 2007-07-04 [wwp]        2.10.0cvs6
3015
3016         * src/plugins/bogofilter/bogofilter.c
3017                 Gettext-ize an occurrence of "Any" that wasn't.
3018
3019 2007-07-04 [colin]      2.10.0cvs5
3020
3021         * po/POTFILES.in
3022                 Fix untranslated strings; thanks
3023                 to Pader Rezso.
3024
3025 2007-07-03 [colin]      2.10.0cvs4
3026
3027         * src/folder.c
3028         * src/mainwindow.c
3029                 Fix saving of sort mode for tags and
3030                 thread date. Thanks to Pierre Ossman.
3031                 Completes fix for bug 1233
3032
3033 2007-07-03 [paul]       2.10.0cvs3
3034
3035         * src/compose.c
3036                 fix auto-save
3037         * src/summaryview.c
3038                 fix build warnings
3039         Thanks to Colin
3040
3041 2007-07-02 [colin]      2.10.0cvs2
3042
3043         * src/folder.h
3044         * src/mainwindow.c
3045         * src/procmsg.h
3046         * src/summaryview.c
3047                 Add View/Sort/by Thread date
3048                 Fixes bug 1233, 'Capability to sort 
3049                 threads by most recent message'
3050                 Based on a patch by Paul Rolland
3051
3052 2007-07-02 [colin]      2.10.0cvs1
3053
3054         * src/Makefile.am
3055         * src/compose.c
3056         * src/edittags.c
3057         * src/edittags.h
3058         * src/filtering.c
3059         * src/folder.c
3060         * src/folder.h
3061         * src/headerview.c
3062         * src/headerview.h
3063         * src/main.c
3064         * src/mainwindow.c
3065         * src/mainwindow.h
3066         * src/manual.h
3067         * src/matcher.c
3068         * src/matcher.h
3069         * src/matcher_parser_parse.y
3070         * src/mimeview.c
3071         * src/msgcache.c
3072         * src/msgcache.h
3073         * src/prefs_common.c
3074         * src/prefs_common.h
3075         * src/prefs_filtering_action.c
3076         * src/prefs_matcher.c
3077         * src/prefs_summary_column.c
3078         * src/procmsg.c
3079         * src/procmsg.h
3080         * src/quote_fmt.c
3081         * src/quote_fmt_lex.l
3082         * src/quote_fmt_parse.y
3083         * src/summaryview.c
3084         * src/summaryview.h
3085         * src/textview.c
3086         * src/common/Makefile.am
3087         * src/common/defs.h
3088         * src/common/tags.c
3089         * src/common/tags.h
3090         * src/gtk/quicksearch.c
3091         * src/gtk/quicksearch.h
3092                 Add Tags implementation. Tags are arbitrary labels
3093                 that can be applied to messages. It is possible 
3094                 to create, edit, remove tags; apply them to mails;
3095                 filter on tags or tag presence; apply or unset
3096                 tags via filtering actions; reference tags in
3097                 reply templates.
3098
3099 2007-07-02 [paul]       2.10.0
3100
3101         * NEWS
3102         * README
3103         * RELEASE_NOTES
3104                 2.10.0 released
3105
3106 2007-07-02 [paul]       2.9.2cvs78
3107
3108         * po/de.po
3109         * po/en_GB.po
3110         * po/es.po
3111         * po/fr.po
3112         * po/hu.po
3113         * po/pt_BR.po
3114         * po/ru.po
3115         * po/zh_CN.po
3116                 updated by Stephan Sachse, me, Ricardo Mones
3117                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3118                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3119
3120 2007-07-02 [paul]       2.9.2cvs77
3121
3122         * AUTHORS
3123                 updated
3124
3125 2007-06-29 [wwp]        2.9.2cvs76
3126
3127         * src/gtk/headers.h
3128                 Fix a typo (thanks to Ricardo for finding this out).
3129
3130 2007-06-28 [paul]       2.9.2cvs75
3131
3132         * src/folderview.c
3133                 fix build warnings
3134
3135 2007-06-28 [paul]       2.9.2cvs74
3136
3137         * tools/Makefile.am
3138                 fix bug in the autotools build system.
3139                 Files cataloged under EXTRA_DIST were never
3140                 automatically copied to the build tree.
3141                 (fix 'make distcheck')
3142                 Patch by Michael Rasmussen.
3143
3144 2007-06-24 [colin]      2.9.2cvs73
3145
3146         * src/news_gtk.c
3147                 Fix bug 1249, 'Error handling for 
3148                 news errors needs modification'
3149                 Only popup error if the according
3150                 pref in Prefs/Receive is set.
3151
3152 2007-06-21 [colin]      2.9.2cvs72
3153
3154         * src/common/plugin.c
3155         * src/common/plugin.h
3156                 Change plugin API to know whether it's safe to 
3157                 unload plugins or whether we should just hide
3158                 them. Fixes bug 1248, 'Core dumps after 
3159                 unloading plugin and clicking on load plugins'
3160         * src/plugins/bogofilter/bogofilter.c
3161         * src/plugins/clamav/clamav_plugin.c
3162         * src/plugins/demo/demo.c
3163         * src/plugins/dillo_viewer/dillo_viewer.c
3164         * src/plugins/pgpcore/plugin.c
3165         * src/plugins/pgpinline/plugin.c
3166         * src/plugins/pgpmime/plugin.c
3167         * src/plugins/spamassassin/spamassassin.c
3168         * src/plugins/trayicon/trayicon.c
3169                 Update API
3170
3171 2007-06-19 [colin]      2.9.2cvs71
3172
3173         * src/compose.c
3174         * src/messageview.c
3175                 Fix crash mentioned in bug 1246
3176                 Race condition when automatically drafting
3177                 due to insertion on reedit.
3178
3179 2007-06-18 [wwp]        2.9.2cvs70
3180
3181         * src/importldif.c
3182                 LDIF import: use a "Proceed" button to complete
3183                 the process.
3184
3185 2007-06-18 [paul]       2.9.2cvs69
3186
3187         * configure.ac
3188                 use pkgconfig to check for gtk and glib
3189
3190 2007-06-17 [wwp]        2.9.2cvs68
3191
3192         * src/ldif.c
3193         * src/importldif.c
3194                 LDIF import: better error handling, minor code
3195                 and UI cleanup, and renamed the Save button
3196                 to Close, as imported stuff is already saved
3197                 when the Save button is shown.
3198
3199 2007-06-17 [colin]      2.9.2cvs67
3200
3201         * src/prefs_summaries.c
3202         * src/procmsg.c
3203                 Don't set as read when forwarded, only replied to
3204
3205 2007-06-17 [paul]       2.9.2cvs66
3206
3207         * src/alertpanel.c
3208                 add missing #include
3209
3210 2007-06-16 [colin]      2.9.2cvs65
3211
3212         * src/prefs_summaries.c
3213         * src/procmsg.c
3214                 Change the pref "Only mark as read when opened
3215                 in new window" to "..., replied to or forwarded".
3216                 Based on a patch by Paul Rolland.
3217
3218 2007-06-16 [paul]       2.9.2cvs64
3219
3220         * src/gtk/authors.h
3221                 alphabetical order! :)
3222
3223 2007-06-16 [colin]      2.9.2cvs63
3224
3225         * AUTHORS
3226         * src/gtk/authors.h
3227                 Add Michael Rasmussen in authors list
3228
3229 2007-06-16 [colin]      2.9.2cvs62
3230
3231         * src/messageview.c
3232                 Fix messageview_copy_clipboard to take advantage
3233                 of plugins' get_selection.
3234
3235 2007-06-15 [colin]      2.9.2cvs61
3236
3237         * src/action.c
3238         * src/addr_compl.c
3239         * src/addressbook.c
3240         * src/folderview.c
3241         * src/message_search.c
3242         * src/mimeview.c
3243         * src/summary_search.c
3244         * src/summaryview.c
3245         * src/textview.c
3246                 Allow GDK_KP_Enter to do the same as GDK_Return
3247                 Patch by Michael Rasmussen
3248
3249 2007-06-15 [paul]       2.9.2cvs60
3250
3251         * src/compose.c
3252                 fix bug when closing a compose window
3253                 during autosave
3254
3255 2007-06-14 [paul]       2.9.2cvs59
3256
3257         * src/main.c
3258         * src/common/defs.h
3259                 migrate sylpheed config
3260
3261 2007-06-14 [wwp]        2.9.2cvs58
3262
3263         * src/gtk/pluginwindow.c
3264                 Yet another attempt to fix sizing/alignment of the
3265                 button bar in plugins window.
3266
3267 2007-06-12 [colin]      2.9.2cvs57
3268
3269         * po/POTFILES.in
3270         * src/Makefile.am
3271         * src/folderview.c
3272         * src/prefs_common.c
3273         * src/prefs_common.h
3274         * src/prefs_summaries.c
3275         * src/prefs_summary_open.c
3276         * src/prefs_summary_open.h
3277         * src/summaryview.c
3278                 Make "when entering a folder" actions more personalisable
3279
3280 2007-06-12 [wwp]        2.9.2cvs56
3281
3282         * tools/README
3283                 Use short description from Paul (mairix.sh).
3284
3285 2007-06-12 [wwp]        2.9.2cvs55
3286
3287         * tools/README
3288                 Updated info about mairix.sh.
3289
3290 2007-06-11 [paul]       2.9.2cvs54
3291
3292         * src/prefs_logging.c
3293                 rework log window length widgets
3294                 and some sensitivity fixes
3295
3296 2007-06-11 [paul]       2.9.2cvs53
3297
3298         * src/mainwindow.c
3299         * src/prefs_logging.c
3300                 rename 'Protocol Log' to 'Network Log'
3301                 and some function renaming
3302
3303 2007-06-10 [wwp]        2.9.2cvs52
3304
3305         * src/gtk/pluginwindow.c
3306                 Revert 2.9.2cvs51.
3307
3308 2007-06-10 [wwp]        2.9.2cvs51
3309
3310         * src/gtk/pluginwindow.c
3311                 Fix button bar in plugin window, was centered and not
3312                 behaving like other dialogs w/ such button bar.
3313
3314 2007-06-08 [wwp]        2.9.2cvs50
3315
3316         * src/compose.c
3317         * src/compose.h
3318         * src/main.c
3319         * src/mainwindow.c
3320         * src/mainwindow.h
3321                 Provide a way out of automatic draft saving on IMAP, when
3322                 exiting offline.
3323                 Prevent drafting while sending and quitting while sending.
3324                 Thanks for Colin.
3325
3326
3327
3328 2007-06-08 [wwp]        2.9.2cvs49
3329
3330         * src/prefs_account.c
3331         * src/gtk/prefswindow.c
3332         * src/gtk/prefswindow.h
3333                 Activate the Basic page when opening account prefs.
3334
3335 2007-06-08 [wwp]        2.9.2cvs48
3336
3337         * src/common/socket.c
3338                 Don't crash if fork() fails, thanks to Colin.
3339
3340 2007-06-08 [wwp]        2.9.2cvs47
3341
3342         * src/gtk/prefswindow.c
3343                 Wrap some long lines, and reset horizontal scroller's adjusment
3344                 (this was already done, vertically), when changing tab (not page)
3345                 in prefs windows.
3346
3347 2007-06-08 [paul]       2.9.2cvs46
3348
3349         * src/common/utils.c
3350                 use gethostname() instead of uname()
3351                 based on a patch by Michael Hughes
3352                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3353
3354 2007-06-07 [wwp]        2.9.2cvs45
3355
3356         * src/prefs_common.c
3357                 Fix some useless warnings, thanks to Colin.
3358
3359 2007-06-06 [colin]      2.9.2cvs44
3360
3361         * src/ldapupdate.c
3362                 Fix strange allocations. 
3363
3364 2007-06-06 [colin]      2.9.2cvs43
3365
3366         * src/ldapupdate.c
3367                 Patch by Michael Rasmussus to help
3368                 bug 1232
3369
3370 2007-06-05 [wwp]        2.9.2cvs42
3371
3372         * src/prefs_account.c
3373         * src/prefs_folder_item.c
3374         * src/prefs_quote.c
3375         * src/quote_fmt.c
3376         * src/quote_fmt.h
3377                 Per-folder templates can now be applied recursively.
3378                 Always save per-folder templates (formats were erroneously
3379                 saved only if they were enabled).
3380                 Check for validity of quotation marks everywhere there
3381                 are defined.
3382
3383 2007-06-05 [wwp]        2.9.2cvs41
3384
3385         * src/inc.c
3386                 Fix incoming messages from local accounts always getting filtered
3387                 (even if the account prefs say don't), thanks to Colin.
3388
3389 2007-06-05 [wwp]        2.9.2cvs40
3390
3391         * src/compose.c
3392         * src/compose.h
3393                 Use per-folder/per-account quote chars when applying a
3394                 template or inserting text as well. Const'ify some
3395                 vars more.
3396
3397 2007-06-04 [colin]      2.9.2cvs39
3398
3399         * src/compose.c
3400                 More work for wwp :)
3401
3402 2007-06-04 [wwp]        2.9.2cvs38
3403
3404         * src/compose.c
3405                 Same as 2.9.2cvs36 but for forwarding.
3406
3407 2007-06-04 [colin]      2.9.2cvs37
3408
3409         * src/compose.c
3410                 Use original mail file for forward/redirect
3411                 Fixes some forwarded mails to be attached as
3412                 application/octet-stream (when they have binary
3413                 parts), and incidentally fixes bug 848
3414                 'Redirect breaks GnuPG'
3415
3416 2007-06-04 [wwp]        2.9.2cvs36
3417
3418         * src/compose.c
3419                 Fix quote mark mis-initialisation when replying/forwarding
3420                 (introduced w/ 2.9.2cvs20).
3421
3422 2007-06-04 [wwp]        2.9.2cvs35
3423
3424         * src/prefs_compose_writing.c
3425         * src/prefs_quote.c
3426                 Fix a bug where Quotation characters (prefs/compose/writing)
3427                 was cleared (introduced w/ 2.9.2cvs26).
3428
3429 2007-06-04 [wwp]        2.9.2cvs34
3430
3431         * src/prefs_account.c
3432         * src/prefs_account.h
3433                 Better fix for compiling w/o aspell (rollbacks
3434                 2.9.2cvs31).
3435
3436 2007-06-04 [wwp]        2.9.2cvs33
3437
3438         * src/account.c
3439         * src/prefs_account.c
3440         * src/prefs_account.h
3441         * src/procmsg.c
3442                 It's now possible to disable mail filtering plugins
3443                 on a per-account basis.
3444
3445 2007-06-04 [wwp]        2.9.2cvs32
3446
3447         * src/procheader.c
3448         * src/common/utils.c
3449         * src/common/utils.h
3450                 Support CRLF in headers part of messages.
3451                 Support few more date formats (RFC3339 subsets).
3452
3453 2007-06-04 [wwp]        2.9.2cvs31
3454
3455         * src/prefs_account.c
3456                 Fix compiling w/o aspell support.
3457
3458 2007-06-03 [wwp]        2.9.2cvs30
3459
3460         * src/prefs_gtk.c
3461                 Don't decode leading ENV_ and ~ in P_PASSWORD
3462                 values.
3463
3464 2007-06-03 [wwp]        2.9.2cvs29
3465
3466         * src/prefs_gtk.c
3467                 Don't decode leading ENV_ and ~ in P_PASSWORD
3468                 values.
3469
3470 2007-06-03 [wwp]        2.9.2cvs28
3471
3472         * src/prefs_account.c
3473         * src/gtk/prefswindow.c
3474         * src/gtk/prefswindow.h
3475                 Added a way to force preloading of all pages
3476                 (prefswindow).
3477                 Moved tabs to pages in account prefs.
3478
3479 2007-06-02 [colin]      2.9.2cvs27
3480
3481         * src/addressbook.c
3482                 Fix possible crash, fix ldap write bugs
3483         * src/ldapupdate.c
3484                 Fix ldap write bugs - patch by Michael
3485                 Rasmussen
3486         * src/alertpanel.c
3487         * src/alertpanel.h
3488                 Add a hook whenever alertpanel opens/closes
3489
3490 2007-05-31 [wwp]        2.9.2cvs26
3491
3492         * src/prefs_compose_writing.c
3493         * src/prefs_quote.c
3494                 Re-organized writing options a bit:
3495                  - renamed the Quoting page to Templates
3496                  - moved all composing templates to that page
3497                  - moved non-templates options to the Writing one,
3498                    grouped reply-related options, reordered reply and
3499                    forward options.
3500
3501 2007-05-31 [wwp]        2.9.2cvs25
3502
3503         * src/compose.c
3504                 Removed unused code.
3505
3506 2007-05-31 [colin]      2.9.2cvs24
3507
3508         * src/addressbook.c
3509                 Fix missing display name when modifying
3510                 LDAP. Patch by Michael Rasmussen
3511
3512 2007-05-31 [wwp]        2.9.2cvs23
3513
3514         * src/plugins/bogofilter/Makefile.am
3515         * src/plugins/clamav/Makefile.am
3516         * src/plugins/demo/Makefile.am
3517         * src/plugins/dillo_viewer/Makefile.am
3518         * src/plugins/spamassassin/Makefile.am
3519                 Fix building of those plugins in Mac OS X.
3520
3521 2007-05-30 [wwp]        2.9.2cvs22
3522
3523         * src/gtk/quicksearch.c
3524                 Fix missing initialization.
3525
3526 2007-05-30 [wwp]        2.9.2cvs21
3527
3528         * src/procheader.c
3529                 Revert accidental commit (debug outputs).
3530
3531 2007-05-30 [wwp]        2.9.2cvs20
3532
3533         * src/compose.c
3534         * src/folder_item_prefs.c
3535         * src/folder_item_prefs.h
3536         * src/prefs_account.c
3537         * src/prefs_account.h
3538         * src/prefs_folder_item.c
3539         * src/prefs_gtk.c
3540         * src/prefs_gtk.h
3541                 Implemented per-account and per-folder
3542                 compose/reply/forward formats.
3543
3544 2007-05-30 [wwp]        2.9.2cvs19
3545
3546         * src/prefs_compose_writing.c
3547         * src/prefs_quote.c
3548         * src/procheader.c
3549         * src/quote_fmt.c
3550         * src/quote_fmt.h
3551                 Internal API changes (factorize quote format
3552                 prefs and checks).
3553
3554 2007-05-30 [colin]      2.9.2cvs18
3555
3556         * src/compose.c
3557                 Fix race where it's possible to re-click Send
3558                 between end of SMTP session and end of "move to
3559                 sent folder" when sending an email with send
3560                 dialog enabled.
3561
3562 2007-05-30 [colin]      2.9.2cvs17
3563
3564         * src/crash.c
3565                 Ask for backtrace on all threads. Patch by
3566                 Pawel
3567         * src/folderview.c
3568                 Fix stale news statusbar when scanning fails.
3569                 Patch by Pawel
3570         * src/ldapupdate.c
3571                 Fix some LDAP write updates bugs. Patch
3572                 by Michael Rasmussen
3573
3574 2007-05-29 [colin]      2.9.2cvs16
3575
3576         * src/imap.c
3577                 Fix loss of local flags when moving mails
3578                 on IMAP in high-bandwidth mode (UID FETCH)
3579
3580 2007-05-25 [paul]       2.9.2cvs15
3581
3582         * src/common/socket.c
3583                 fix sometimes crasher on cancelling
3584                 message sending
3585
3586 2007-05-25 [colin]      2.9.2cvs14
3587
3588         * src/imap.c
3589                 Fix a memory leak
3590         * src/imap_gtk.c
3591                 Be more helpful in the subscription
3592                 message
3593
3594 2007-05-23 [wwp]        2.9.2cvs13
3595
3596         * src/compose.c
3597         * src/prefs_compose_writing.c
3598         * src/prefs_quote.c
3599         * src/prefs_template.c
3600         * src/prefs_template.h
3601         * src/quote_fmt.c
3602         * src/quote_fmt.h
3603         * src/quote_fmt_lex.l
3604         * src/quote_fmt_parse.y
3605                 Introduced new syntax elements (symbols and commands)
3606                 in templates/quote_fmt. Compatibility w/ old
3607                 symbols is kept.
3608                 Updated and reworked the corresponding Information
3609                 dialog.
3610                 Display the line number in dialogs that talk about
3611                 parser errors (in addition to the error message in
3612                 output).
3613
3614 2007-05-23 [wwp]        2.9.2cvs12
3615
3616         * src/quote_fmt_parse.y
3617                 Fix 2.9.2cvs11, probably a paste accident ;).
3618
3619 2007-05-23 [wwp]        2.9.2cvs11
3620
3621         * src/compose.c
3622         * src/prefs_template.c
3623         * src/quote_fmt.h
3624         * src/quote_fmt_parse.y
3625                 Fix 2.9.2cvs10, which broke --disable-aspell.
3626
3627 2007-05-22 [wwp]        2.9.2cvs10
3628
3629         * src/compose.c
3630         * src/prefs_template.c
3631         * src/quote_fmt.c
3632         * src/quote_fmt.h
3633         * src/quote_fmt_lex.l
3634         * src/quote_fmt_parse.y
3635         * src/gtk/gtkaspell.c
3636         * src/gtk/gtkaspell.h
3637                 Added template/quote format syntactical elements
3638                 to show and query:
3639                         - current dictionary
3640                           %T to show (shows empty if not set or not enabled),
3641                           ?T and !T to check if the default dictionary is
3642                           enabled and set
3643                         - current account's default dictionary
3644                           %aT to show (empty if not set or not enabled),
3645                           ?aT and !aT to check if it's enabled and set
3646                         - name completion for an address, from the address
3647                           book
3648                           %ABf, %ABt, %ABc respectively show the full name got
3649                           from the address book if From, To or Cc match a single
3650                           contact.
3651                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3652                           matches any contact and if the full name is non-empty.
3653                           If From, To or Cc are lists of email addresses, only
3654                           the first address will be checked.
3655                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3656                 that could show a trailing ','.
3657                 Also, template/quote_fmt parser now shows the line number in case
3658                 of parser error.
3659
3660 2007-05-15 [colin]      2.9.2cvs9
3661
3662         * src/main.c
3663         * src/main.h
3664                 Add a public function to know whether Claws
3665                 crashed last time
3666                 Store opened folder when exiting
3667         * src/folder.c
3668         * src/folder.h
3669                 Store last opened message in each FolderItem;
3670                 Reset last seen messages if Claws crashed, so 
3671                 that one can't go in an infinite crash in case 
3672                 a particular mail crashes Claws.
3673         * src/messageview.c
3674         * src/prefs_common.c
3675         * src/prefs_common.h
3676         * src/summaryview.c
3677         * src/prefs_summaries.c
3678                 Add "Select last opened message" when entering
3679                 a folder
3680                 Add "Select last opened folder" at startup.
3681
3682 2007-05-14 [colin]      2.9.2cvs8
3683
3684         * manual/xml2pdf
3685                 Fix bashism, search for xml catalog 
3686                 in /usr/local/share/xml/catalog too
3687                 Patch by Pawel
3688
3689 2007-05-13 [wwp]        2.9.2cvs7
3690
3691         * src/gtk/logwindow.c
3692                 fix raising log windows when they are either minimized or
3693                 in background.
3694
3695 2007-05-11 [colin]      2.9.2cvs6
3696
3697         * src/gtk/filesel.c
3698                 Use Hildon's file chooser on Maemo. Patch
3699                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3700                 'File attachment "manipulation" bugs...'
3701
3702 2007-05-10 [wwp]        2.9.2cvs5
3703
3704         * src/prefs_common.c
3705         * src/prefs_common.h
3706         * src/gtk/quicksearch.c
3707                 Add a quicksearch option to automatically run
3708                 a search selected from the history (this option
3709                 is exclusive towards type-ahead).
3710
3711 2007-05-10 [colin]      2.9.2cvs4
3712
3713         * src/imap.c
3714                 Fix g_warnings, thanks to Brian
3715                 Morrison
3716
3717 2007-05-09 [colin]      2.9.2cvs3
3718
3719         * src/crash.c
3720         * src/exporthtml.c
3721         * src/mbox.c
3722         * src/prefs_summaries.c
3723         * src/procheader.c
3724         * src/common/log.c
3725         * src/common/utils.c
3726         * src/gtk/gtksourceprintjob.c
3727         * src/gtk/sslcertwindow.c
3728                 Use the re-entrant variant of time functions
3729                 Probably fixes bug 1217, 'reentrancy problems 
3730                 with time functions'
3731
3732 2007-05-09 [colin]      2.9.2cvs2
3733
3734         * src/imap.c
3735                 Fix crasher when reconnection fails
3736
3737 2007-05-08 [paul]       2.9.2cvs1
3738
3739         * NEWS
3740         * README
3741         * RELEASE_NOTES
3742         * configure.ac
3743                 bump version number following
3744                 stable release
3745
3746 2007-05-08 [paul]       2.9.1cvs48
3747
3748         * src/plugins/demo/demo.c
3749         * src/plugins/dillo_viewer/dillo_prefs.c
3750         * src/plugins/dillo_viewer/dillo_prefs.h
3751         * src/plugins/dillo_viewer/dillo_viewer.c
3752         * src/plugins/pgpcore/pgp_viewer.c
3753         * src/plugins/pgpcore/pgp_viewer.h
3754         * src/plugins/pgpcore/plugin.c
3755         * src/plugins/pgpcore/prefs_gpg.c
3756         * src/plugins/pgpcore/prefs_gpg.h
3757         * src/plugins/pgpcore/sgpgme.c
3758         * src/plugins/pgpcore/sgpgme.h
3759         * src/plugins/pgpinline/plugin.c
3760         * src/plugins/pgpmime/pgpmime.c
3761         * src/plugins/pgpmime/pgpmime.h
3762         * src/plugins/pgpmime/plugin.c
3763         * src/plugins/spamassassin/spamassassin.c
3764         * src/plugins/spamassassin/spamassassin.h
3765         * src/plugins/spamassassin/spamassassin_gtk.c
3766         * src/plugins/trayicon/README
3767         * tools/README
3768         * tools/README.sylprint
3769         * tools/outlook2claws-mail.pl
3770         * tools/sylprint.pl
3771         * tools/tb2claws-mail
3772         * tools/tbird2claws.py
3773         * tools/update-po
3774         * tools/vcard2xml.py
3775         * tools/kdeservicemenu/README
3776                 cleanups and corrections
3777
3778 2007-05-06 [wwp]        2.9.1cvs47
3779
3780         * tools/uudec
3781                 Fix missing dash to `display` command-line, reported
3782                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3783
3784 2007-05-06 [colin]      2.9.1cvs46
3785
3786         * src/Makefile.am
3787         * src/stock_pixmap.c
3788         * src/stock_pixmap.h
3789         * src/pixmaps/printer.xpm
3790                 Add a printer icon
3791
3792 2007-05-06 [paul]       2.9.1cvs45
3793
3794         * src/compose.c
3795         * src/ldapquery.c
3796         * src/privacy.h
3797         * src/summary_search.c
3798         * src/summaryview.c
3799                 fix build warnings
3800
3801 2007-05-05 [wwp]        2.9.1cvs44
3802
3803         * src/messageview.c
3804         * src/mh.c
3805         * src/prefs_actions.c
3806         * src/prefs_gtk.c
3807         * src/summaryview.c
3808         * src/common/xml.c
3809                 Fix "faild" typos everywhere and capitalization of
3810                 some g_warnings.
3811
3812 2007-05-04 [colin]      2.9.1cvs43
3813
3814         * src/compose.c
3815         * src/privacy.c
3816         * src/privacy.h
3817         * src/plugins/pgpcore/prefs_gpg.c
3818         * src/plugins/pgpcore/prefs_gpg.h
3819         * src/plugins/pgpinline/pgpinline.c
3820         * src/plugins/pgpmime/pgpmime.c
3821                 Add an API to warn about encryption limits,
3822                 and allow to disable these warnings
3823
3824 2007-05-03 [colin]      2.9.1cvs42
3825
3826         * src/summaryview.c
3827         * src/mainwindow.c
3828                 Fix bug 1213, 'Delete more than 
3829                 one thread at once'
3830
3831 2007-05-03 [wwp]        2.9.1cvs41
3832
3833         * src/prefs_common.c
3834         * src/prefs_filtering.c
3835         * src/prefs_template.c
3836         * src/common/template.c
3837         * src/common/template.h
3838         * src/gtk/gtkutils.c
3839         * src/gtk/gtkutils.h
3840                 Templates are no longer automatically sorted
3841                 by name, but can be sorted manually using
3842                 |< < > >| buttons as well as drag'n'drop.
3843
3844 2007-05-03 [wwp]        2.9.1cvs40
3845
3846         * src/plugins/spamassassin/spamassassin.c
3847         * src/plugins/spamassassin/spamassassin.h
3848         * src/plugins/spamassassin/spamassassin_gtk.c
3849         * src/plugins/bogofilter/bogofilter.c
3850         * src/plugins/bogofilter/bogofilter.h
3851         * src/plugins/bogofilter/bogofilter_gtk.c
3852                 Added an option to conditionally mark saved spam
3853                 as read (default is and was to do so).
3854                 Satisfies feature request 1708539 on sf.net tracker.
3855
3856 2007-05-03 [colin]      2.9.1cvs39
3857
3858         * src/inc.c
3859                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3860
3861 2007-05-02 [colin]      2.9.1cvs38
3862
3863         * src/textview.c
3864                 Fix bug 1209, 'Clicking on address 
3865                 in header (mailto uri) selects 
3866                 default account'. Patch adapted from
3867                 G.P. Halkes' patch.
3868
3869 2007-05-02 [colin]      2.9.1cvs37
3870
3871         * src/grouplistdialog.c
3872                 Set cursor to wait cursor while loading
3873                 groups.
3874
3875 2007-05-02 [paul]       2.9.1cvs36
3876
3877         * src/folder.c
3878         * src/common/defs.h
3879                 rename cache and mark files
3880                 (data is preserved)
3881
3882 2007-04-30 [paul]       2.9.1cvs35
3883
3884         * manual/glossary.xml
3885         * manual/plugins.xml
3886                 updates. Patch by Ricardo
3887
3888 2007-04-29 [wwp]        2.9.1cvs34
3889
3890         * src/mainwindow.c
3891         * configure.ac
3892                 Fix few grammatical errors (patch by David Relson < relson at
3893                 osagesoftware dot com >).
3894
3895 2007-04-28 [colin]      2.9.1cvs33
3896
3897         * src/account.c
3898         * src/pop.c
3899         * src/prefs_account.c
3900         * src/prefs_account.h
3901                 Drop the "Download all" preference. It's
3902                 stupidly useless and confuses people from
3903                 time to time.
3904
3905 2007-04-27 [wwp]        2.9.1cvs32
3906
3907         * src/account.c
3908         * src/prefs_account.c
3909         * src/prefs_account.h
3910                 Don't reflect accounts changes to the mainwindow when it's
3911                 not necessary.
3912
3913 2007-04-27 [colin]      2.9.1cvs31
3914
3915         * src/folder.c
3916                 Freeze/thaw when sync'ing flags
3917         * src/imap.c
3918         * src/prefs_account.c
3919         * src/prefs_account.h
3920         * src/etpan/imap-thread.c
3921         * src/etpan/imap-thread.h
3922                 Add a way to use UID FETCH instead
3923                 of searches to fetch message lists
3924                 and flags. More expensive towards
3925                 bandwidth, less expensive towards
3926                 server's CPU. Probably fixes 
3927                 bug 1158, 'Scanning new folders on 
3928                 Exchange 2007 extremely slow'.
3929                 Patch 95% by Hoa.
3930
3931 2007-04-27 [paul]       2.9.1cvs30
3932
3933         * src/mainwindow.c
3934         * src/prefs_logging.c
3935                 improvements to english usage
3936
3937 2007-04-27 [colin]      2.9.1cvs29
3938
3939         * src/imap.c
3940                 Fix build without libetpan (my bad!)
3941
3942 2007-04-26 [colin]      2.9.1cvs28
3943
3944         * src/imap.c
3945         * src/imap.h
3946                 Fix uselessly exported function
3947         * src/textview.c
3948                 Consider "- -- \n" as signature separator
3949                 (that's what signature separators look like
3950                  in PGP/Inline signed mails)
3951
3952 2007-04-26 [colin]      2.9.1cvs27
3953
3954         * configure.ac
3955                 libetpan-0.49 is now required
3956         * src/procmime.c
3957                 Fix double fetching of mails if
3958                 first try failed
3959         * src/imap.c
3960                 Make offline sync faster, by
3961                 remembering last change time, and
3962                 last sync time.
3963
3964 2007-04-26 [hoa]        2.9.1cvs26
3965
3966         * src/imap.c
3967         * src/imap.h
3968         * src/mainwindow.c
3969         * src/toolbar.c
3970         * src/etpan/imap-thread.c
3971         * src/etpan/imap-thread.h
3972                 cancellation of IMAP operations is now allowed.
3973                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3974
3975 2007-04-26 [colin]      2.9.1cvs25
3976
3977         * src/folder.c
3978                 Always fetch body+headers in folders that are
3979                 synched for offline use, if "Synchronise as
3980                 soon as possible" is set.
3981                 Fixes bug 1200, 'Add option to always retrieve full 
3982                 messages'
3983
3984 2007-04-25 [colin]      2.9.1cvs24
3985
3986         * src/compose.c
3987                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3988                 persists...'
3989
3990 2007-04-24 [colin]      2.9.1cvs23
3991
3992         * src/folderview.c
3993                 Fix bug 1195, 'Hardware key navigation' 
3994                 Make GDK_Enter toggle expansion (Maemo)
3995
3996 2007-04-24 [wwp]        2.9.1cvs22
3997
3998         * src/compose.c
3999                 Fix few compiler warnings.
4000
4001 2007-04-24 [paul]       2.9.1cvs21
4002
4003         * src/Makefile.am
4004         * src/stock_pixmap.c
4005         * src/stock_pixmap.h
4006                 complete last commit
4007
4008 2007-04-24 [paul]       2.9.1cvs20
4009
4010         * src/gtk/about.c
4011         * src/pixmaps/active.xpm
4012         * src/pixmaps/checkbox_off.xpm
4013         * src/pixmaps/checkbox_on.xpm
4014         * src/pixmaps/inactive.xpm
4015                 kick out the blobs
4016                 remove transparent border from checkbox icons
4017
4018 2007-04-24 [wwp]        2.9.1cvs19
4019
4020         * src/textview.c
4021         * src/textview.h
4022                 Fix a crash in textview, thanks to Colin.
4023
4024 2007-04-23 [wwp]        2.9.1cvs18
4025
4026         * src/prefs_common.c
4027                 Fix 2.9.1cvs5: no header was being translated at all.
4028
4029 2007-04-23 [colin]      2.9.1cvs17
4030
4031         * src/Makefile.am
4032         * src/stock_pixmap.c
4033         * src/stock_pixmap.h
4034         * src/summaryview.c
4035         * src/summaryview.h
4036         * src/gtk/gtksctree.c
4037         * src/gtk/gtksctree.h
4038         * src/pixmaps/selection.xpm
4039                 Fix bug 1193, 'Need a way to multi-select
4040                 items'. Add a toggle button to the summaryview
4041                 to switch between normal and multiple selection
4042                 (Maemo)
4043
4044 2007-04-23 [colin]      2.9.1cvs16
4045
4046         * src/Makefile.am
4047         * src/stock_pixmap.c
4048         * src/stock_pixmap.h
4049         * src/summaryview.c
4050         * src/summaryview.h
4051         * src/gtk/gtksctree.c
4052         * src/gtk/gtksctree.h
4053         * src/pixmaps/selection.xpm
4054                 Fix bug 1193, 'Need a way to multi-
4055                 select items'
4056                 Add a toggle button in the summaryview
4057                 to enable normal or multiple selection.
4058                 (Maemo)
4059
4060 2007-04-23 [colin]      2.9.1cvs15
4061
4062         * src/compose.c
4063                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4064
4065 2007-04-21 [colin]      2.9.1cvs14
4066
4067         * src/gtk/quicksearch.c
4068                 Fix previous commit (actually use correct
4069                 parameter)
4070
4071 2007-04-21 [colin]      2.9.1cvs13
4072
4073         * src/gtk/quicksearch.c
4074                 Fix changing quicksearch type (after Esc,
4075                 after changing Recursive, ...)
4076
4077 2007-04-20 [wwp]        2.9.1cvs12
4078
4079         * src/gtk/Makefile.am
4080                 Added headers.h (completes 2.9.1cvs5).
4081
4082 2007-04-20 [wwp]        2.9.1cvs11
4083
4084         * src/addressbook.c
4085                 Fix the use of display name in name column,
4086                 it has been overriden w/ the use of nickname
4087                 by 2.9.0cvs3. Now nickname is used (if any)
4088                 in case of LDAP books only.
4089
4090 2007-04-20 [colin]      2.9.1cvs10
4091
4092         * src/mimeview.c
4093         * src/summaryview.c
4094         * src/textview.c
4095                 Add handling of 'a' to loop in a mail's
4096                 mimeparts
4097
4098 2007-04-20 [colin]      2.9.1cvs9
4099
4100         * src/toolbar.c
4101                 Fix bug 1190, 'dir_open' button doesn't work'
4102                 (Maemo)
4103
4104 2007-04-20 [colin]      2.9.1cvs8
4105
4106         * src/folderview.c
4107         * src/mainwindow.c
4108                 Fix bug 1194, 'Hardware keys move from email 
4109                 list to account/directory list, but not back 
4110                 to email list...' (Maemo)
4111
4112 2007-04-20 [colin]      2.9.1cvs7
4113
4114         * src/compose.h
4115                 complete previous commit
4116
4117 2007-04-20 [colin]      2.9.1cvs6
4118
4119         * src/compose.c
4120                 Fix bug 1187, 'Reply-to addressee disappears 
4121                 when reply-to text box is clicked...' (Maemo)
4122
4123 2007-04-20 [wwp]        2.9.1cvs5
4124
4125         * po/POTFILES.in
4126         * src/addressbook.c
4127         * src/compose.c
4128         * src/filtering.c
4129         * src/headerview.c
4130         * src/matcher.c
4131         * src/prefs_common.c
4132         * src/prefs_common.h
4133         * src/prefs_display_header.c
4134         * src/prefs_matcher.c
4135         * src/summaryview.c
4136         * src/gtk/headers.h
4137         * src/gtk/quicksearch.c
4138                 Translate more header names according to the relevant option value,
4139                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4140                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4141                 to prefs_common_translated_header_name().
4142                 Added a headers.h reference file that contains known header names
4143                 (RFC2822 and others) to the translation process' input, so that
4144                 translated header names will still exist even if no occurrence of
4145                 _("headername") is found anymore in the sources.
4146                 Don't translate column name 'Number' following to trans_hdr option
4147                 value as it's not a header name.
4148
4149 2007-04-20 [colin]      2.9.1cvs4
4150
4151         * src/gtk/quicksearch.c
4152         * src/gtk/quicksearch.h
4153                 Add "From, To or Subject" quicksearch
4154                 type. Patch by ulfschaper@users.sf.net
4155
4156 2007-04-20 [colin]      2.9.1cvs3
4157
4158         * src/matcher.c
4159                 Implement proper references filtering condition.
4160                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4161
4162 2007-04-19 [wwp]        2.9.1cvs2
4163
4164         * src/prefs_display_header.c
4165         * src/message_search.c
4166                 Fix few warnings (g_free of const gchar*).
4167
4168 2007-04-19 [paul]       2.9.1cvs1
4169
4170         * NEWS
4171         * README
4172         * RELEASE_NOTES
4173         * configure.ac
4174                 bump version number following
4175                 stable release
4176
4177 2007-04-19 [paul]       2.9.0cvs9
4178
4179         * manual/advanced.xml
4180         * manual/glossary.xml
4181                 fix typos
4182
4183 2007-04-18 [paul]       2.9.0cvs8
4184
4185         * src/pop.c
4186                 fix for CVE-2007-1558 (APOP)
4187                 Thanks to Colin
4188
4189 2007-04-18 [paul]       2.9.0cvs7
4190
4191         * src/messageview.c
4192         * src/mimeview.c
4193         * src/summaryview.c
4194         * src/gtk/filesel.c
4195                 Fix encoding woes wrt saving of
4196                 mails and parts
4197                 Thanks to Colin
4198
4199 2007-04-18 [colin]      2.9.0cvs6
4200
4201         * src/gtk/pluginwindow.c
4202                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4203
4204 2007-04-17 [wwp]        2.9.0cvs5
4205
4206         * src/addressadd.c
4207         * src/addressbook.c
4208         * src/addrindex.c
4209         * src/ldapupdate.c
4210                 Fix --disable-ldap build,
4211                 fix some LDAP annoyances on 
4212                 searches, thanks to Colin.
4213
4214 2007-04-17 [wwp]        2.9.0cvs4
4215
4216         * src/ldapupdate.c
4217                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4218                 like gcc 2.9x. Thanks to Colin.
4219
4220 2007-04-17 [wwp]        2.9.0cvs3
4221
4222         * src/Makefile.am
4223         * src/addressadd.c
4224         * src/addressbook.c
4225         * src/addrindex.c
4226         * src/addritem.c
4227         * src/addritem.h
4228         * src/editaddress.c
4229         * src/ldapctrl.c
4230         * src/ldapctrl.h
4231         * src/ldapquery.c
4232         * src/ldapserver.c
4233         * src/ldapserver.h
4234         * src/ldapupdate.c
4235         * src/ldapupdate.h
4236                 Add LDAP write support. Patch mostly by 
4237                 Michael <mir at datanom dot net>
4238
4239 2007-04-17 [wwp]        2.9.0cvs2
4240
4241         * src/compose.c
4242                 Prepend "Add to address book" to the context menu of compose window's sender and
4243                 recipient fields.
4244
4245 2007-04-16 [paul]       2.9.0cvs1
4246
4247         * src/gtk/authors.h
4248                 add Pader Rezso
4249
4250 2007-04-16 [paul]       2.9.0
4251
4252         * NEWS
4253         * README
4254         * RELEASE_NOTES
4255                 2.9.0 released
4256
4257 2007-04-16 [paul]       2.8.1cvs102
4258
4259         * po/fr.po
4260                 updated by Fabien Vantard
4261
4262 2007-04-16 [paul]       2.8.1cvs101
4263
4264         * po/ca.po
4265         * po/cs.po
4266         * po/de.po
4267         * po/hu.po
4268         * po/pl.po
4269         * po/pt_BR.po
4270         * po/sr.po
4271         * po/zh_CN.po
4272                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4273                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4274                 Aleksandar Urosevic, and Ralgh Young
4275
4276 2007-04-15 [mones]      2.8.1cvs100
4277
4278         * po/es.po
4279                 Updated for release
4280
4281 2007-04-14 [colin]      2.8.1cvs99
4282
4283         * src/message_search.c
4284         * src/prefs_display_header.c
4285         * src/summary_search.c
4286         * src/gtk/combobox.c
4287                 Fix allocations
4288
4289 2007-04-14 [wwp]        2.8.1cvs98
4290
4291         * src/gtk/combobox.c
4292         * src/message_search.c
4293         * src/summary_search.c
4294         * src/prefs_display_header.c
4295                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4296                 returns NULL, get the text value directly from the GtkEntry child.
4297
4298 2007-04-13 [colin]      2.8.1cvs97
4299
4300         * src/gtk/quicksearch.c
4301                 Give the focus back to summaryview when
4302                 emptying the quicksearch with Esc
4303
4304 2007-04-13 [colin]      2.8.1cvs96
4305
4306         * src/message_search.c
4307         * src/prefs_display_header.c
4308         * src/summary_search.c
4309                 Fix possibles crashes when getting text
4310                 from gtk combos
4311
4312 2007-04-13 [colin]      2.8.1cvs95
4313
4314         * src/pop.c
4315                 Add some UIDL debugging
4316
4317 2007-04-12 [colin]      2.8.1cvs94
4318
4319         * src/folder.c
4320                 Force folder scan if necessary after
4321                 copying mails, to be able to reapply
4322                 flags.
4323
4324 2007-04-11 [colin]      2.8.1cvs93
4325
4326         * src/main.c
4327                 don't scan for new mail on startup if --select
4328                 is specified (or race conditions arise). If so,
4329                 do both sequentially.
4330
4331 2007-04-09 [colin]      2.8.1cvs92
4332
4333         * src/common/defs.h
4334                 Use leafpad by default on Maemo. Patch
4335                 by Jean-Luc Biord.
4336
4337 2007-04-06 [colin]      2.8.1cvs91
4338
4339         * src/pixmaps/queue_close.xpm
4340         * src/pixmaps/queue_close_hrm.xpm
4341         * src/pixmaps/queue_close_hrm_mark.xpm
4342         * src/pixmaps/queue_close_mark.xpm
4343         * src/pixmaps/queue_open.xpm
4344         * src/pixmaps/queue_open_hrm.xpm
4345         * src/pixmaps/queue_open_hrm_mark.xpm
4346         * src/pixmaps/queue_open_mark.xpm
4347                 Move the clock one pixel down :)
4348
4349 2007-04-05 [colin]      2.8.1cvs90
4350
4351         * src/mainwindow.c
4352                 Don't sync when switching offline from
4353                 command line - it's usually too late :)
4354
4355 2007-04-05 [paul]       2.8.1cvs89
4356
4357         * src/Makefile.am
4358         * src/stock_pixmap.c
4359         * src/pixmaps/dir_close_hrm.xpm
4360         * src/pixmaps/dir_close_hrm_mark.xpm
4361         * src/pixmaps/drafts_close.xpm
4362         * src/pixmaps/drafts_close_mark.xpm
4363         * src/pixmaps/drafts_open.xpm
4364         * src/pixmaps/drafts_open_mark.xpm
4365         * src/pixmaps/inbox.xpm
4366         * src/pixmaps/inbox_close.xpm
4367         * src/pixmaps/inbox_close_hrm.xpm
4368         * src/pixmaps/inbox_close_hrm_mark.xpm
4369         * src/pixmaps/inbox_close_mark.xpm
4370         * src/pixmaps/inbox_hrm.xpm
4371         * src/pixmaps/inbox_hrm_mark.xpm
4372         * src/pixmaps/inbox_mark.xpm
4373         * src/pixmaps/inbox_open.xpm
4374         * src/pixmaps/inbox_open_hrm.xpm
4375         * src/pixmaps/inbox_open_hrm_mark.xpm
4376         * src/pixmaps/inbox_open_mark.xpm
4377         * src/pixmaps/outbox.xpm
4378         * src/pixmaps/outbox_close.xpm
4379         * src/pixmaps/outbox_close_hrm.xpm
4380         * src/pixmaps/outbox_close_hrm_mark.xpm
4381         * src/pixmaps/outbox_close_mark.xpm
4382         * src/pixmaps/outbox_hrm.xpm
4383         * src/pixmaps/outbox_hrm_mark.xpm
4384         * src/pixmaps/outbox_mark.xpm
4385         * src/pixmaps/outbox_open.xpm
4386         * src/pixmaps/outbox_open_hrm.xpm
4387         * src/pixmaps/outbox_open_hrm_mark.xpm
4388         * src/pixmaps/outbox_open_mark.xpm
4389         * src/pixmaps/queue_close.xpm
4390         * src/pixmaps/queue_close_hrm.xpm
4391         * src/pixmaps/queue_close_hrm_mark.xpm
4392         * src/pixmaps/queue_close_mark.xpm
4393         * src/pixmaps/queue_open.xpm
4394         * src/pixmaps/queue_open_hrm.xpm
4395         * src/pixmaps/queue_open_hrm_mark.xpm
4396         * src/pixmaps/queue_open_mark.xpm
4397                 updated, added and replaced icons
4398                 Icons by Colin
4399
4400 2007-04-04 [colin]      2.8.1cvs88
4401
4402         * src/imap.c
4403                 Fix build without libetpan
4404
4405 2007-04-03 [colin]      2.8.1cvs87
4406
4407         * src/imap.c
4408                 Fix crash with Citadel, and try to make
4409                 things work. this server (and specifically 
4410                 STATUS and APPEND at least) seems broken.
4411
4412 2007-04-03 [colin]      2.8.1cvs86
4413
4414         * src/folderview.c
4415                 Fix icons on folder close
4416
4417 2007-04-03 [colin]      2.8.1cvs85
4418
4419         * src/inc.c
4420                 Fix double-ask of offline override in
4421                 certain cases
4422         * src/imap.c
4423         * src/imap.h
4424         * src/imap_gtk.c
4425                 Much more efficient way to synchronise
4426                 for offline use
4427         * src/etpan/imap-thread.c
4428                 Fix possible segs
4429         * src/folder.c
4430         * src/gtk/quicksearch.c
4431                 Fix some GUI lags
4432
4433 2007-04-03 [paul]       2.8.1cvs84
4434
4435         * src/filtering.c
4436         * src/folder.c
4437         * src/folder.h
4438         * src/prefs_common.c
4439         * src/prefs_common.h
4440         * src/prefs_other.c
4441                 Fix sync being done too late
4442                 Thanks to Colin
4443
4444 2007-04-02 [colin]      2.8.1cvs83
4445
4446         * src/summaryview.c
4447                 Maemo: Put status and quicksearch at the top
4448         * src/plugins/bogofilter/bogofilter.c
4449         * src/plugins/spamassassin/spamassassin.c
4450                 Derive trash from inbox if possible
4451
4452 2007-04-02 [paul]       2.8.1cvs82
4453
4454         * src/plugins/bogofilter/bogofilter_gtk.c
4455                 a few English changes
4456
4457 2007-04-02 [paul]
4458
4459         2.9.0-rc1 released
4460
4461 2007-04-02 [colin]      2.8.1cvs81
4462
4463         * src/image_viewer.c
4464                 Fix transparent images by using
4465                 GtkImage
4466         * src/messageview.c
4467                 Flush events (on new windows) to avoid
4468                 having the textview's image resize fail
4469                 to know the available width
4470
4471 2007-04-01 [colin]      2.8.1cvs80
4472
4473         * src/prefs_account.c
4474                 If no MH mailbox exist, when creating a POP/Local
4475                 account, just create and use the default one 
4476                 instead of bailing with a "Mailbox doesn't exist"
4477                 error
4478
4479 2007-03-31 [colin]      2.8.1cvs79
4480
4481         * src/prefs_account.c
4482                 Create signature file if it doesn't exist
4483                 before editing
4484         * src/prefs_toolbar.c
4485                 Maemo: Move "Use default" on the left so
4486                 that people can find it
4487         * src/common/defs.h
4488                 Maemo: make default editor "Maemopad", 
4489                 default signature file "MyDocs/signature.txt"
4490
4491 2007-03-31 [colin]      2.8.1cvs78
4492
4493         * src/prefs_account.c
4494                 Maemo: rework account prefs so
4495                 that less horizontal scrolling
4496                 is required
4497
4498 2007-03-31 [colin]      2.8.1cvs77
4499
4500         * src/folderview.c
4501         * src/prefs_common.c
4502         * src/prefs_common.h
4503                 Fix bug 1167, 'Allow not displaying zeros 
4504                 in folder list'. Patch by MartinP
4505
4506 2007-03-31 [colin]      2.8.1cvs76
4507
4508         * AUTHORS
4509                 Add Jean-Luc Biord
4510
4511 2007-03-31 [colin]      2.8.1cvs75
4512
4513         * src/imap.c
4514                 Apply patch from bug 1172, direct
4515                 access to the folder's session instead
4516                 of using getter. Patch by MartinP
4517
4518 2007-03-31 [paul]       2.8.1cvs74
4519
4520         * src/gtk/authors.h
4521                 no need to list Fabien twice!
4522
4523 2007-03-31 [colin]      2.8.1cvs73
4524
4525         * src/inc.c
4526                 If we're currently "overriding for %d minutes",
4527                 don't ask
4528
4529 2007-03-31 [colin]      2.8.1cvs72
4530
4531         * src/compose.c
4532         * src/imap.c
4533         * src/inc.c
4534         * src/inc.h
4535         * src/messageview.c
4536         * src/news.c
4537         * src/plugins/spamassassin/spamassassin.c
4538                 Offline override: Add a parameter to allow
4539                 asking even if the override timer is running.
4540                 Allows to ask every time the user makes an
4541                 explicit action needing online access (such
4542                 as Get Mail), and not when the action is 
4543                 implicit (such as opening an IMAP folder)
4544
4545 2007-03-31 [colin]      2.8.1cvs71
4546
4547         * src/inc.c
4548                 Override offline: "No" answer shouldn't
4549                 re-ask after 3 seconds, but 10 minutes. 
4550
4551 2007-03-30 [colin]      2.8.1cvs70
4552
4553         * src/common/socket.c
4554                 Better error reporting on unix socket
4555                 failure (bind usually)
4556         * src/gtk/gtkutils.c
4557         * src/gtk/gtkutils.h
4558                 Label window: add a pulsing progress
4559                 bar to show we're not hung :)
4560         * src/folderview.c
4561         * src/main.c
4562         * src/plugins/pgpcore/sgpgme.c
4563                 Update API
4564
4565 2007-03-30 [colin]      2.8.1cvs69
4566
4567         * src/pop.c
4568         * src/prefs_common.c
4569                 Fix possible trashing of history and uidl
4570                 files on disk full problems
4571
4572 2007-03-30 [paul]       2.8.1cvs68
4573
4574         * src/mainwindow.c
4575         * src/summaryview.c
4576         * src/summaryview.h
4577                 update summary when changing layout type
4578                 (fixes wrong folder icon being displayed)
4579                 Thanks to Colin
4580
4581 2007-03-29 [colin]      2.8.1cvs67
4582
4583         * src/prefs_ext_prog.c
4584                 The browser pref is irrelevant on Maemo
4585
4586 2007-03-29 [colin]      2.8.1cvs66
4587
4588         * src/compose.c
4589         * src/compose.h
4590                 Maemo: dynamically switch headers/text position
4591         * src/prefs_common.c
4592                 Maemo: hide compose's ruler by default
4593         * src/common/socket.c
4594         * src/common/socket.h
4595                 Fix build warning
4596
4597 2007-03-29 [colin]      2.8.1cvs65
4598
4599         * src/common/socket.c
4600         * src/common/socket.h
4601                 Fix build when MAEMO_CFLAGS contains
4602                 _X_OPENSOURCE (resolv.h errors as long
4603                 as we don't add _BSD_SOURCE. Ugly).
4604
4605 2007-03-29 [wwp]        2.8.1cvs64
4606
4607         * src/prefs_logging.c
4608                 Fix sensitivity of clip-log widgets in prefs/logging,
4609                 thanks to Fabien.
4610
4611 2007-03-29 [wwp]        2.8.1cvs63
4612
4613         * po/POTFILES.in
4614                 Updated files list for translations, thanks to Fabien.
4615
4616 2007-03-29 [colin]      2.8.1cvs62
4617
4618         * src/main.c
4619         * src/common/Makefile.am
4620         * src/common/utils.c
4621                 Maybe make URI opening work in Maemo
4622                 Requires testing :)
4623
4624 2007-03-28 [colin]      2.8.1cvs61
4625
4626         * src/folder.c
4627         * src/folder.h
4628         * src/folderview.c
4629                 Add the possibility to sort folders arbitrarily
4630                 (via editing of folderlist.xml only). Patch by
4631                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4632                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4633                 be changed by the user'
4634
4635 2007-03-28 [colin]      2.8.1cvs60
4636
4637         * src/mimeview.c
4638                 Add popup menu for mime icons
4639
4640 2007-03-28 [colin]      2.8.1cvs59
4641
4642         * src/mainwindow.c
4643                 Fix a layout issue when presenting
4644                 mainwindow in Small screen layout
4645         * src/toolbar.c
4646         * src/toolbar.h
4647                 Add a "Go to folder list" button for
4648                 mainwindow, and make it default in
4649                 the Maemo build
4650
4651 2007-03-28 [colin]      2.8.1cvs58
4652
4653         * src/compose.c
4654                 Don't dynamically update title on Maemo
4655                 Patch by Jean-Luc Biord
4656
4657 2007-03-27 [colin]      2.8.1cvs57
4658
4659         * src/compose.c
4660         * src/folderview.c
4661         * src/summaryview.c
4662                 Enable tap-and-hold on Maemo
4663
4664 2007-03-26 [colin]      2.8.1cvs56
4665
4666         * src/compose.c
4667                 More popup-menu (in attachments list)
4668
4669 2007-03-26 [colin]      2.8.1cvs55
4670
4671         * src/compose.c
4672                 Enable popup-menu signal
4673
4674 2007-03-26 [colin]      2.8.1cvs54
4675
4676         * src/plugins/pgpinline/pgpinline.c
4677                 Fix bug 1111, 'PGP/inline plugin hides text 
4678                 around encrypted text block'. Patch based on
4679                 a patch from Michal Cihar.
4680
4681 2007-03-26 [wwp]        2.8.1cvs53
4682
4683         * src/procmsg.c
4684                 Fix getting a false error when sending queued message
4685                 whereas the sending was fine (if there are subfolders
4686                 in the queue folder), thanks to Colin.
4687
4688 2007-03-26 [paul]       2.8.1cvs52
4689
4690         * src/wizard.c
4691                 update FACE header in welcome message
4692
4693 2007-03-25 [colin]      2.8.1cvs51
4694
4695         * src/Makefile.am
4696                 Fix make dist
4697
4698 2007-03-25 [colin]      2.8.1cvs50
4699
4700         * src/main.c
4701                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4702
4703 2007-03-24 [colin]      2.8.1cvs49
4704
4705         * src/main.c
4706                 Fix a few launch problems on Maemo
4707                 Patch by Jean-Luc Biord
4708
4709 2007-03-24 [wwp]        2.8.1cvs48
4710
4711         * src/alertpanel.c
4712         * src/alertpanel.h
4713         * src/messageview.c
4714         * src/summaryview.c
4715                 Fix wrong action performed when closing the
4716                 "ask about account specific filtering rules
4717                 when filtering manually" dialog by pressing Escape.
4718                 Fix wrong order of buttons in the "return receipt
4719                 notification - the message was sent to several of
4720                 your accounts" dialog.
4721
4722 2007-03-24 [paul]       2.8.1cvs47
4723
4724         * src/folderview.c
4725                 an improvement to English usage
4726         * tools/kdeservicemenu/README
4727                 updated Claws url
4728
4729 2007-03-24 [paul]       2.8.1cvs46
4730
4731         * src/Makefile.am
4732         * src/stock_pixmap.c
4733         * src/pixmaps/edit_extern.xpm
4734         * src/pixmaps/mail_sign.xpm
4735                 rescue long lost icons
4736
4737 2007-03-24 [paul]       2.8.1cvs45
4738
4739         * src/toolbar.c
4740                 fix toolbar (broken in 2.8.1cvs42)
4741
4742 2007-03-23 [colin]      2.8.1cvs44
4743
4744         * src/imap.c
4745                 Correctly unsubscribe/resubscribe after
4746                 RENAME
4747
4748 2007-03-23 [colin]      2.8.1cvs43
4749
4750         * src/prefs_common.c
4751                 Maemo: as the platform is light on RAM, allow
4752                 caches to be discarded faster.
4753
4754 2007-03-23 [colin]      2.8.1cvs42
4755
4756         * src/Makefile.am
4757         * src/compose.c
4758         * src/compose.h
4759         * src/stock_pixmap.c
4760         * src/stock_pixmap.h
4761         * src/summaryview.c
4762         * src/summaryview.h
4763         * src/toolbar.c
4764         * src/toolbar.h
4765         * src/pixmaps/open_mail.xpm
4766                 Maemo changes: Add the possibility to have
4767                 "Open Email" and "Close Window" buttons on 
4768                 toolbars (and use them in Maemo's default
4769                 toolbars)
4770
4771 2007-03-23 [wwp]        2.8.1cvs41
4772
4773         * src/action.c
4774                 Reverted that part of the action dialog closure logics, to
4775                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4776                 done later in a different way (or may not).
4777
4778 2007-03-22 [wwp]        2.8.1cvs40
4779
4780         * src/action.c
4781                 Fix sticky action dialog when got no output but action command
4782                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4783
4784 2007-03-22 [colin]      2.8.1cvs39
4785
4786         * src/prefs_filtering.c
4787         * src/gtk/combobox.h
4788                 Fix escaping account names in filtering prefs
4789
4790 2007-03-22 [colin]      2.8.1cvs38
4791
4792         * src/addrindex.c
4793         * src/ldapctrl.h
4794         * src/ldapquery.c
4795                 Add any attribute specified in LDAP servers'
4796                 Search attributes to the Other Attributes tab
4797                 of contacts; Add 'telephoneNumber' in the
4798                 default list.
4799
4800 2007-03-22 [colin]      2.8.1cvs37
4801
4802         * src/folderview.c
4803         * src/folderview.h
4804         * src/mainwindow.c
4805                 Try to prevent race conditions when
4806                 changing the folder list
4807         * src/summaryview.c
4808                 Fix possible red folder icon when
4809                 switching from Small screen layout
4810                 to any other
4811
4812 2007-03-22 [colin]      2.8.1cvs36
4813
4814         * src/mainwindow.c
4815         * src/mainwindow.h
4816         * src/summaryview.c
4817                 Rename "little screen" to "Small screen"
4818         * src/gtk/Makefile.am
4819         * src/common/utils.c
4820         * src/mh.c
4821                 Fix Maemo-related compilation problems
4822
4823 2007-03-21 [colin]      2.8.1cvs35
4824
4825         * configure.ac
4826                 Fix previous commit
4827         * claws-mail.desktop
4828                 Remove .png from the Icon, it's useless
4829
4830 2007-03-21 [colin]      2.8.1cvs34
4831
4832         * configure.ac
4833         * src/Makefile.am
4834                 Add the necessary lib checking for 
4835                 Maemo
4836
4837 2007-03-21 [colin]      2.8.1cvs33
4838
4839         * src/main.c
4840                 Fix unconditional "error happened" when
4841                 sending via command-line. "lol @ myself"
4842
4843 2007-03-21 [colin]      2.8.1cvs32
4844
4845         * claws-mail-40x40.png
4846         * claws-mail-26x26.png
4847         * src/account.c
4848         * src/addressbook.c
4849         * src/compose.c
4850         * src/folderview.c
4851         * src/folderview.h
4852         * src/main.c
4853         * src/mainwindow.c
4854         * src/mainwindow.h
4855         * src/messageview.c
4856         * src/prefs_account.c
4857         * src/prefs_common.c
4858         * src/summary_search.c
4859         * src/summaryview.c
4860         * src/summaryview.h
4861         * src/gtk/authors.h
4862         * src/gtk/gtkutils.c
4863         * src/gtk/gtkutils.h
4864         * src/gtk/logwindow.c
4865         * src/gtk/menu.c
4866         * src/gtk/prefswindow.c
4867                 Add Maemo port (patch mainly by Jean-Luc Biort)
4868                 Add a new 'Little screen' layout to help on such
4869                 platforms (patch by me)
4870                 Make some default preferences different (more
4871                 adapted) on Maemo (patch by me)
4872
4873 2007-03-21 [wwp]        2.8.1cvs31
4874
4875         * src/prefs_logging.c
4876         * src/prefs_logging.h
4877                 Fixed copyright header of newly added files.
4878
4879 2007-03-21 [wwp]        2.8.1cvs30
4880
4881         * src/Makefile.am
4882         * src/filtering.c
4883         * src/filtering.h
4884         * src/folder.c
4885         * src/folderview.c
4886         * src/imap.c
4887         * src/inc.c
4888         * src/main.c
4889         * src/mainwindow.c
4890         * src/mainwindow.h
4891         * src/matcher.c
4892         * src/messageview.c
4893         * src/news.c
4894         * src/pop.c
4895         * src/prefs_common.c
4896         * src/prefs_common.h
4897         * src/prefs_logging.c
4898         * src/prefs_logging.h
4899         * src/prefs_other.c
4900         * src/procmsg.c
4901         * src/send_message.c
4902         * src/summaryview.c
4903         * src/common/log.c
4904         * src/common/log.h
4905         * src/common/nntp.c
4906         * src/common/session.c
4907         * src/common/smtp.c
4908         * src/common/socket.c
4909         * src/etpan/imap-thread.c
4910         * src/gtk/logwindow.c
4911         * src/gtk/logwindow.h
4912         * src/plugins/bogofilter/bogofilter.c
4913         * src/plugins/spamassassin/spamassassin.c
4914                 Added debugging of filtering/processing rules.
4915                 The debug log is here 'Tools/Filtering debug window',
4916                 the options there 'Configuration/Preferences/Other/Logging',
4917                 and the log file is ~/.claws-mail/filtering.log.
4918                 Moved protocol log prefs to 'Other/Logging' as well.
4919                 To support such debugging feature, the existing log API has
4920                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4921                 this impacts many external modules (commits follow).
4922
4923 2007-03-21 [paul]       2.8.1cvs29
4924
4925         * src/etpan/Makefile.am
4926         * src/etpan/imap-thread.c
4927                 add missing #include
4928
4929 2007-03-21 [colin]      2.8.1cvs28
4930
4931         * src/procmime.c
4932                 Fix bug 1157, 'some broken messages confuse 
4933                 mime parser'. Make sure we can't have MimeInfos
4934                 with negative sizes.
4935
4936 2007-03-20 [colin]      2.8.1cvs27
4937
4938         * src/main.c
4939                 Fix missing \0 on buffer
4940
4941 2007-03-20 [colin]      2.8.1cvs26
4942
4943         * src/mh.c
4944                 Use make_dir_hier instead of make_dir 
4945                 to create the MH mailbox
4946
4947 2007-03-20 [colin]      2.8.1cvs25
4948
4949         * src/folder.c
4950         * src/folder.h
4951         * src/prefs_account.c
4952         * src/wizard.c
4953                 Fix default inbox weirdnesses (after wizard,
4954                 if path is Mail, mailbox identifier is #mh/Mailbox,
4955                 and when creating new accounts)
4956
4957 2007-03-20 [colin]      2.8.1cvs24
4958
4959         * src/account.c
4960                 Write folderlist after adding/deleting accounts
4961                 that have folders
4962
4963 2007-03-20 [colin]      2.8.1cvs23
4964
4965         * src/imap.c
4966         * src/remotefolder.h
4967                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4968                 selected while scanning prior to update'
4969
4970 2007-03-17 [paul]       2.8.1cvs22
4971
4972         * src/main.c
4973                 fix a typo, and be a little more verbose.
4974
4975 2007-03-17 [wwp]        2.8.1cvs21
4976
4977         * src/inc.c
4978                 Fix a compiler warning.
4979
4980 2007-03-16 [wwp]        2.8.1cvs20
4981
4982         * tools/Makefile.am
4983         * tools/README
4984                 Updated to deal w/ the new mairix.sh tool.
4985
4986 2007-03-16 [wwp]        2.8.1cvs19
4987
4988         * src/action.c
4989                 Fix logics issues around the action IO dialog:
4990                 - disable entry widget and exec button when
4991                   the exec button is clicked (don't wait for any
4992                   output line) - fix possible disabling/re-enabling/
4993                   re-disabling of those widgets
4994                 - raise an error if executing a %as{} action either
4995                   empty or invalid, instead of failing silently
4996                 - don't close the dialog if the abort button has been
4997                   clicked and if there was no output yet
4998                 - set focus to the abort button when the exec button
4999                   is clicked
5000                 - fix capitalization of a warning message
5001
5002 2007-03-16 [wwp]        2.8.1cvs18
5003
5004         * tools/mairix.sh
5005                 Added a wrapper to mairix to the tools folder.
5006
5007 2007-03-16 [colin]      2.8.1cvs17
5008
5009         * src/messageview.c
5010         * src/mimeview.h
5011                 Allow mimeviewer plugins to print
5012                 their stuff
5013
5014 2007-03-16 [colin]      2.8.1cvs16
5015
5016         * .cvsignore
5017                 Ignore *.patchset
5018
5019 2007-03-15 [colin]      2.8.1cvs15
5020
5021         * src/messageview.c
5022         * src/mimeview.h
5023                 Add a way for mimeviewer plugins to
5024                 implement body search
5025
5026 2007-03-15 [paul]       2.8.1cvs14
5027
5028         * src/prefs_spelling.c
5029                 fix English usage
5030
5031 2007-03-15 [paul]       2.8.1cvs13
5032
5033         * src/common/quoted-printable.c
5034                 fix decoding of quoted-printable parts
5035
5036 2007-03-14 [wwp]        2.8.1cvs12
5037
5038         * src/gtk/logwindow.h
5039                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
5040
5041 2007-03-14 [wwp]        2.8.1cvs11
5042
5043         * src/gtk/logwindow.h
5044                 Complete 2.8.1cvs10.
5045
5046 2007-03-14 [colin]      2.8.1cvs10
5047
5048         * src/gtk/logwindow.c
5049                 Probably fix bug 1149, crash on logwindow
5050                 close - at the expense of performance once
5051                 logwin has been opened
5052
5053 2007-03-14 [colin]      2.8.1cvs9
5054
5055         * src/main.c
5056                 If claws-mail is running on another
5057                 display, warn instead of popping it up
5058                 on the other display
5059
5060 2007-03-12 [colin]      2.8.1cvs8
5061
5062         * src/wizard.c
5063                 Fix bug 1145, 'Setting a different name 
5064                 for the Mailbox name isn't reflected in 
5065                 default account settings'. Patch by wwp
5066
5067 2007-03-12 [colin]      2.8.1cvs7
5068
5069         * src/summaryview.c
5070                 Fix bug 1143, 'Add number of messages to be 
5071                 deleted to confirmation dialog'
5072
5073 2007-03-12 [wwp]        2.8.1cvs6
5074
5075         * src/folderview.c
5076         * src/prefs_common.c
5077         * src/prefs_common.h
5078         * src/prefs_summaries.c
5079                 Changed the option that displays unread messages count
5080                 next to the folder name in folder list: it is now
5081                 possible to either display nothing, display the
5082                 unread messages number only or the unread and total messages
5083                 numbers. The patch includes this extra feature as well
5084                 as some minor fixes by rewriting the algo in folderview.c.
5085                 Thanks to Paul for the original idea and implementation, plus
5086                 testing and proof-reading!
5087
5088 2007-03-09 [paul]       2.8.1cvs5
5089
5090         * tools/Makefile.am
5091         * tools/README
5092         * tools/claws-mail-compose-insert-files.pl
5093                 added a script which enables inserting files
5094                 into the message body of a new Claws Mail
5095                 Compose window from the command line. Additionally
5096                 To, Cc, Subject and files to attach to the message
5097                 can be specified.
5098
5099 2007-03-09 [wwp]        2.8.1cvs4
5100
5101         * src/addr_compl.c
5102         * src/addr_compl.h
5103         * src/filtering.c
5104                 Optimize matching of addresses in the addressbook
5105                 (filtering/processing 'found_in_addressbook' condition).
5106
5107 2007-03-07 [wwp]        2.8.1cvs3
5108
5109         * src/quote_fmt.c
5110         * src/quote_fmt_lex.l
5111         * src/quote_fmt_parse.y
5112                 Add a new quote format symbol: %A to insert the
5113                 sender email address (just the address itself).
5114
5115 2007-03-06 [wwp]        2.8.1cvs2
5116
5117         * src/gtk/gtkutils.c
5118         * src/plugins/trayicon/trayicon_prefs.h
5119         * src/plugins/trayicon/trayicon_prefs.c
5120         * src/plugins/trayicon/trayicon.c
5121         * src/mainwindow.h
5122         * src/mainwindow.c
5123                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5124                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5125
5126
5127 2007-03-06 [paul]       2.8.1cvs1
5128
5129         * NEWS
5130         * README
5131         * RELEASE_NOTES
5132         * configure.ac
5133                 bump version number following
5134                 stable release
5135
5136 2007-03-06 [paul]       2.8.0cvs24
5137
5138         * po/cs.po
5139                 corrected by by Tim <timbrain@post.cz>
5140
5141 2007-03-05 [colin]      2.8.0cvs23
5142
5143         * src/Makefile.am
5144         * src/procmime.c
5145                 Fix mime/globs path on NetBSD
5146                 patch by George Michaelson
5147
5148 2007-03-05 [wwp]        2.8.0cvs22
5149
5150         * src/addr_compl.c
5151                 Remove debug statement (accidentally committed w/ cvs14).
5152
5153 2007-03-05 [paul]       2.8.0cvs21
5154
5155         * src/plugins/pgpcore/prefs_gpg.c
5156                 fix compiler warning
5157
5158 2007-03-05 [wwp]        2.8.0cvs20
5159
5160         * src/matcher_parser_parse.y
5161                 Fix mismerge between cvs17 and cvs19.
5162
5163 2007-03-05 [wwp]        2.8.0cvs19
5164
5165         * src/matcher_parser_parse.y
5166         * src/prefs_filtering_action.c
5167         * src/matcher.c
5168         * src/matcher.h
5169         * src/filtering.c
5170         * src/filtering.h
5171                 Add new 'add_to_addressbook' filtering/processing action.
5172
5173 2007-03-05 [wwp]        2.8.0cvs18
5174
5175         * src/filtering.c
5176                 Fix mark_as_ham filtering/processing action: spam flag
5177                 was not unset.
5178
5179 2007-03-04 [colin]      2.8.0cvs17
5180
5181         * src/filtering.c
5182         * src/matcher.c
5183         * src/matcher.h
5184         * src/matcher_parser_parse.y
5185         * src/prefs_filtering_action.c
5186                 Add 'Mark as spam' and 'Mark as ham' filtering
5187                 actions. Fixes bug 1138.
5188
5189 2007-03-04 [colin]      2.8.0cvs16
5190
5191         * src/imap.c
5192                 Fix bug 1140, wrong return value
5193                 without libetpan
5194
5195 2007-03-04 [wwp]        2.8.0cvs15
5196
5197         * src/addr_compl.c
5198                 Rollback cvs14: don't free stuff that is managed in g_list.
5199
5200 2007-03-04 [wwp]        2.8.0cvs14
5201
5202         * src/addr_compl.c
5203                 Fix a leak in address completion code.
5204
5205 2007-03-04 [colin]      2.8.0cvs13
5206
5207         * src/addr_compl.c
5208                 Maybe fix bug 1136, 'Crash in group 
5209                 address completion'
5210
5211 2007-03-04 [iwkse]      2.8.0cvs12
5212
5213         * src/imap.c
5214                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5215
5216 2007-03-03 [colin]      2.8.0cvs11
5217
5218         * src/plugins/pgpinline/pgpinline.c
5219                 Fix off-by-one, fix double-free. Fixes
5220                 bug 1135, 'cm-segfault on decrypting 
5221                 with PGP/inline'
5222
5223 2007-03-03 [colin]      2.8.0cvs10
5224
5225         * configure.ac
5226         * src/main.c
5227         * src/common/plugin.c
5228                 Fix bug 1134, 'Valgrind macros unhandled 
5229                 by Irix's cc'
5230
5231 2007-03-02 [colin]      2.8.0cvs9
5232
5233         * src/mbox.c
5234                 Don't error out on EAGAIN. Fixes 
5235                 bug 1129, '"local mbox file" account 
5236                 isn't retrieving mails'
5237
5238 2007-03-01 [wwp]        2.8.0cvs8
5239
5240         * src/mainwindow.c
5241         * src/gtk/colorlabel.c
5242                 Remove accels for extra color labels until we set better
5243                 and definitive ones.
5244
5245 2007-02-28 [wwp]        2.8.0cvs7
5246
5247         * src/mainwindow.c
5248         * src/matcher_parser_parse.y
5249         * src/prefs_common.c
5250         * src/prefs_msg_colors.c
5251         * src/procmsg.h
5252         * src/gtk/colorlabel.c
5253         * src/gtk/colorlabel.h
5254                 Add more customizable color labels. Cleaned up a bit
5255                 the color label API to avoid duplicate defines of
5256                 the max number of colors.
5257
5258 2007-02-27 [colin]      2.8.0cvs6
5259
5260         * src/mainwindow.c
5261         * src/common/utils.c
5262         * src/common/utils.h
5263                 Fix '+' in mailto URIs for List-* headers
5264
5265 2007-02-27 [colin]      2.8.0cvs5
5266
5267         * src/gtk/gtkutils.c
5268                 Use gtk_window_set_role instead of 
5269                 _set_wmclass
5270
5271 2007-02-27 [colin]      2.8.0cvs4
5272
5273         * src/inc.c
5274                 Fix "After receiving new mail, go to inbox" on IMAP,
5275                 and make it work only on manual reception
5276
5277 2007-02-27 [wwp]        2.8.0cvs3
5278
5279         * src/prefs_filtering.c
5280         * src/prefs_filtering_action.c
5281         * src/prefs_matcher.c
5282                 Update filtering matcher's and action's color label menus
5283                 when re-opening those dialogs (reflect any change to the
5284                 color labels list in the preferences).
5285
5286 2007-02-27 [colin]      2.8.0cvs2
5287
5288         * src/imap.c
5289         * src/etpan/etpan-thread-manager-types.h
5290         * src/etpan/etpan-thread-manager.c
5291         * src/etpan/imap-thread.c
5292                 Log imap ALERTs as errors in the log.
5293
5294 2007-02-26 [paul]       2.8.0cvs1
5295
5296         * tools/claws.i18n.status.pl
5297                 updated
5298
5299 2007-02-26 [paul]       2.7.2cvs75
5300
5301         * po/ca.po
5302         * po/cs.po
5303         * po/de.po
5304         * po/en_GB.po
5305         * po/fi.po
5306         * po/fr.po
5307         * po/hu.po
5308         * po/pl.po
5309         * po/pt_BR.po
5310         * po/sk.po
5311         * po/sr.po
5312         * po/zh_CN.po
5313                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5314                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5315                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5316                 Aleksandar Urosevic, and Ralgh Young
5317
5318 2007-02-25 [mones]      2.7.2cvs74
5319
5320         * po/es.po
5321                 Updated for release
5322
5323 2007-02-25 [colin]      2.7.2cvs73
5324
5325         * src/main.c
5326                 Clearing the list is only useful
5327                 to prevent a valgrind false-positive
5328
5329 2007-02-25 [paul]       2.7.2cvs72
5330
5331         * tools/Makefile.am
5332         * tools/README
5333         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5334         * tools/maildir2claws-mail.pl  **REMOVED**
5335                 renamed the script, fixed a couple bugs
5336
5337 2007-02-23 [colin]      2.7.2cvs71
5338
5339         * src/addressbook.c
5340                 Fix a leak, check for a few improbable nulls
5341
5342 2007-02-23 [colin]      2.7.2cvs70
5343
5344         * src/main.c
5345         * src/main.h
5346         * src/plugins/trayicon/trayicon.c
5347                 Fix blinking mainwin when starting in tray
5348                 (show mainwindow later in the startup process,
5349                  apart if restarting post-crash)
5350
5351 2007-02-23 [colin]      2.7.2cvs69
5352
5353         * src/folderview.c
5354         * src/imap_gtk.c
5355                 Fix crash when unsubscribing the currently
5356                 selected/opened folder
5357
5358 2007-02-23 [colin]      2.7.2cvs68
5359
5360         * src/compose.c
5361                 Fix bug that prevented colorization to
5362                 work without wrap quotation option
5363
5364 2007-02-23 [colin]      2.7.2cvs67
5365
5366         * src/addr_compl.c
5367                 Fix refcounting, start and end completion who
5368                 behaved as if there couldn't be any other current
5369                 user of completion
5370
5371 2007-02-23 [wwp]        2.7.2cvs66
5372
5373         * src/addressbook.c
5374         * src/addrindex.c
5375                 Address completion fixes: fix addressbook_peek_folder_exists() in
5376                 which the algorithm was ridiculously over-obfuscated and broken.
5377                 Fix addrindex_load_completion() as well, to load addresses in
5378                 completion list with regards to what addressbook_peek_folder_exists()
5379                 returns now.
5380
5381 2007-02-23 [wwp]        2.7.2cvs65
5382
5383         * src/addr_compl.c
5384                 Add addresses to completion when they're non-empty (thanks to Colin).
5385
5386 2007-02-23 [paul]       2.7.2cvs64
5387
5388         * src/plugins/pgpcore/passphrase.c
5389                 remove 'const '
5390
5391 2007-02-23 [colin]      2.7.2cvs63
5392
5393         * src/plugins/pgpcore/prefs_gpg.c
5394         * src/plugins/pgpcore/prefs_gpg.h
5395         * src/plugins/pgpcore/sgpgme.c
5396         * src/plugins/pgpinline/pgpinline.c
5397         * src/plugins/pgpmime/pgpmime.c
5398                 Try harder to respect user's choice wrt
5399                 gpg-agent even with gpg2, by unsetting
5400                 GPG_AGENT_INFO when necessary.
5401
5402 2007-02-22 [paul]       2.7.2cvs62
5403
5404         * src/plugins/pgpcore/sgpgme.c
5405         * src/plugins/pgpcore/sgpgme.h
5406         * src/plugins/pgpcore/passphrase.c
5407         * src/plugins/pgpinline/pgpinline.c
5408         * src/plugins/pgpmime/pgpmime.c
5409                 Fix a leak - gpgme_data_release_and_get_mem
5410                 leaks in recent gpgme. Workaround by using
5411                 our own function.
5412
5413 2007-02-22 [paul]       2.7.2cvs61
5414
5415         * src/gtk/quicksearch.c
5416                 Abandon dynamic search when pressing
5417                 Enter
5418
5419 2007-02-21 [colin]      2.7.2cvs60
5420
5421         * src/procmsg.c
5422         * src/plugins/pgpcore/passphrase.c
5423                 Fix little memory leaks
5424         * src/main.c
5425                 Fix false-positive leak at exit
5426         * src/gtk/quicksearch.c
5427                 Fix potentially big leak in recursive
5428                 Quicksearch
5429
5430 2007-02-21 [wwp]        2.7.2cvs59
5431
5432         * src/summaryview.c
5433                 Add missing newline to a debug message.
5434
5435 2007-02-20 [colin]      2.7.2cvs58
5436
5437         * src/Makefile.am
5438         * src/mimeview.c
5439         * src/stock_pixmap.c
5440         * src/stock_pixmap.h
5441         * src/pixmaps/mime_pgpsig.xpm
5442                 Add icon for application/pgp-signature
5443
5444 2007-02-20 [colin]      2.7.2cvs57
5445
5446         * src/Makefile.am
5447         * src/main.c
5448         * src/mimeview.c
5449         * src/stock_pixmap.c
5450         * src/stock_pixmap.h
5451         * src/pixmaps/mime_calendar.xpm
5452         * src/pixmaps/mime_pdf.xpm
5453         * src/pixmaps/mime_ps.xpm
5454                 Add icons for text/calendar, application/pdf
5455                 and application/postscript
5456
5457 2007-02-20 [colin]      2.7.2cvs56
5458
5459         * autogen.sh
5460         * src/matcher_parser_parse.y
5461         * src/matcher_parser_lex.l
5462                 Fix big memory leak in flex, and
5463                 require flex 2.5.31
5464
5465 2007-02-20 [wwp]        2.7.2cvs55
5466
5467         * src/matcher_parser_parse.y
5468                 Fix a duplicate token definition (thanks to iwkse).
5469
5470 2007-02-20 [wwp]        2.7.2cvs54
5471
5472         * src/matcher_parser_lex.l
5473         * src/quote_fmt_lex.l
5474                 Use proper flex options instead of direct use of #define,
5475                 make the flex-generated C lighter.
5476
5477 2007-02-20 [colin]      2.7.2cvs53
5478
5479         * src/summaryview.c
5480                 Grab focus in message list after hiding
5481                 the quicksearch, instead of leaving it
5482                 "somewhere"
5483
5484 2007-02-19 [colin]      2.7.2cvs52
5485
5486         * src/folderview.c
5487                 Fix bug 1033, 'Automatically refresh 
5488                 message list when new messages arrives'
5489                 Looks like folderview->opened can sometimes
5490                 be wrong...
5491
5492 2007-02-19 [paul]       2.7.2cvs51
5493
5494         * tools/Makefile.am
5495         * tools/README
5496         * tools/thunderbird-filters-convertor.pl
5497                 add new script which converts thunderbird filter
5498                 rules to Claws filter rules
5499
5500 2007-02-18 [paul]       2.7.2cvs50
5501
5502         * src/plugins/pgpcore/prefs_gpg.c
5503         * src/plugins/pgpcore/prefs_gpg.h
5504         * src/plugins/pgpcore/sgpgme.c
5505         * src/plugins/pgpinline/pgpinline.c
5506         * src/plugins/pgpmime/pgpmime.c
5507                 improved GUI interoperability with gpg-agent
5508
5509 2007-02-18 [paul]       2.7.2cvs49
5510
5511         * src/prefs_account.c
5512                 Privacy options sensitivity fix
5513
5514 2007-02-17 [colin]      2.7.2cvs48
5515
5516         * src/messageview.c
5517                 Reset icon to warning in the noticeview
5518
5519 2007-02-15 [colin]      2.7.2cvs47
5520
5521         * src/folderview.c
5522                 Fix a manifestation of bug 1033 (summaryview failing
5523                 to update for new mails), which happens after editing
5524                 account preferences or preferences that cause a 
5525                 folderview reload.
5526
5527 2007-02-15 [colin]      2.7.2cvs46
5528
5529         * src/addressbook.c
5530                 Probably fix bug 1123, 'Segmentation 
5531                 fault while opening address book'. I get
5532                 g_warnings if the saved paned position is
5533                 not greater than 0. Also, save position
5534                 when hiding the addressbook instead of
5535                 via signal.
5536
5537 2007-02-14 [colin]      2.7.2cvs45
5538
5539         * src/plugins/pgpcore/prefs_gpg.c
5540         * src/plugins/pgpcore/prefs_gpg.h
5541         * src/plugins/pgpcore/sgpgme.c
5542         * src/plugins/pgpinline/pgpinline.c
5543         * src/plugins/pgpmime/pgpmime.c
5544                 Add an option "Use gpg-agent if available". Fixes
5545                 annoyances with distro-installed gpg-agent, when
5546                 no pinentry program is installed, and the user's 
5547                 at a loss on why "decryption failed". Makes more
5548                 clear why passphrase isn't saved when gpg-agent is
5549                 used. Defaults to true, to avoid changing the 
5550                 current behaviour.
5551
5552 2007-02-14 [wwp]        2.7.2cvs44
5553
5554         * src/matcher_parser_parse.y
5555                 Fix missing line number reset (wrong line number might appear
5556                 when re-loading filtering rules if there's a parser error).
5557
5558 2007-02-13 [colin]      2.7.2cvs43
5559
5560         * src/common/utils.c
5561                 Don't encode ',' in URIs before passing it
5562                 to the browser command-line. It was probably
5563                 done at a time where commas in URIs made
5564                 mozilla -remote 'openurl(%s,new-window)'
5565                 bug.
5566
5567 2007-02-13 [wwp]        2.7.2cvs42
5568
5569         * src/prefs_matcher.c
5570         * src/plugins/bogofilter/bogofilter_gtk.c
5571                 A bit of string factorization around "Select ..." buttons.
5572
5573 2007-02-11 [colin]      2.7.2cvs41
5574
5575         * src/alertpanel.c
5576                 Make sure to escape the title
5577
5578 2007-02-11 [colin]      2.7.2cvs40
5579
5580         * src/codeconv.c
5581                 Recognize .utf8 locales as .UTF-8 ones
5582
5583 2007-02-11 [colin]      2.7.2cvs39
5584
5585         * src/compose.c
5586                 Fix code conversion when dragging a file
5587
5588 2007-02-09 [colin]      2.7.2cvs38
5589
5590         * src/plugins/clamav/clamav_plugin.c
5591                 Complete Paul's patch with conditional
5592                 compilation to avoid breaking compilation
5593                 on old Dapper and Edgy... Maybe other
5594                 distros too.
5595
5596 2007-02-09 [paul]       2.7.2cvs37
5597
5598         * src/plugins/clamav/clamav_plugin.c
5599                 fix for the upstream changes in libclamav
5600
5601 2007-02-09 [paul]       2.7.2cvs36
5602
5603         * src/main.c
5604         * src/mainwindow.c
5605         * src/procmsg.c
5606         * src/procmsg.h
5607                 fix "warn if there are queued messages" (on exit)
5608                 option, which only checked the first mailbox's
5609                 queue
5610                 don't ask before emptying trash if there are no
5611                 messages in trash, also check and empty all trash
5612                 folders
5613         * src/prefs_other.c
5614                 move "Ask before emptying trash" option
5615                 outside of the "On exit" frame as it's
5616                 not only an "On exit" option
5617
5618 2007-02-09 [paul]       2.7.2cvs35
5619
5620         * src/addrgather.c
5621         * src/alertpanel.c
5622         * src/editldap.c
5623         * src/prefs_account.c
5624         * src/prefs_folder_item.c
5625         * src/prefs_gtk.h
5626         * src/prefs_matcher.c
5627         * src/prefs_message.c
5628         * src/prefs_msg_colors.c
5629         * src/prefs_summaries.c
5630         * src/wizard.c
5631         * src/gtk/inputdialog.c
5632         * src/plugins/bogofilter/bogofilter_gtk.c
5633                 pedantic commit: use 'checkbtn' everywhere
5634                 instead of a mixture of 'checkbtn' and 'chkbtn'
5635
5636 2007-02-09 [paul]       2.7.2cvs34
5637
5638         * src/compose.c
5639                 fix default hotkeys
5640         * src/prefs_other.c
5641         * src/prefs_send.c
5642                 move "Never send Return Receipts" from
5643                 prefs_other to prefs_send
5644                 add an option "Ask about account specific
5645                 filtering rules..." to prefs_other
5646         * src/gtk/gtkutils.c
5647                 fix a compiler warning
5648
5649 2007-02-08 [colin]      2.7.2cvs33
5650
5651         * src/plugins/pgpinline/pgpinline.c
5652                 Fix bug 1110, 'pgpmime fails to process 
5653                 encapsulated openpgp mime (rfc 3156, 6.1 
5654                 -> rfc1847)'
5655                 It was due to an interaction between PGP/Mime
5656                 and PGP/Inline plugin. 
5657
5658 2007-02-08 [colin]      2.7.2cvs32
5659
5660         * src/inc.c
5661         * src/mbox.c
5662         * src/mbox.h
5663                 Fix bug 1117, 'fcntl locking code 
5664                 does not work in mbox.c'
5665
5666 2007-02-08 [colin]      2.7.2cvs31
5667
5668         * src/prefs_account.c
5669                 Fix Gentoo bug 165819, 'can't create 
5670                 a "local mbox file" account'. Patch
5671                 by Olivier <castan.o@free.fr>
5672
5673 2007-02-07 [colin]      2.7.2cvs30
5674
5675         * src/ldapquery.c
5676                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5677                 autocompletion was used'
5678
5679 2007-02-07 [paul]       2.7.2cvs29
5680
5681         * src/folder.c
5682                 cut down on unnecessary debug_prints
5683         * src/imap_gtk.c
5684                 fix menu_set_active() on 'Show only
5685                 subscribed folders'
5686
5687 2007-02-07 [paul]       2.7.2cvs28
5688
5689         * src/plugins/clamav/clamav_plugin.c
5690         * src/plugins/clamav/clamav_plugin.h
5691         * src/plugins/clamav/clamav_plugin_gtk.c
5692                 fix copyright header
5693
5694 2007-02-07 [paul]       2.7.2cvs27
5695
5696         * src/procheader.c
5697                 fix bug 1116, 'summary view allow a 
5698                 subject line break'
5699
5700 2007-02-06 [colin]      2.7.2cvs26
5701
5702         * src/summaryview.c
5703                 Fix delete thread
5704
5705 2007-02-05 [fabien]     2.7.2cvs25
5706
5707         * po/POTFILES.in
5708         * src/uri_opener.c
5709                 i18n related - 1 fix and 1 message for translators.
5710
5711 2007-02-05 [colin]      2.7.2cvs24
5712
5713         * src/gtk/quicksearch.c
5714                 Don't reload summary list if quicksearch wasn't
5715                 active on hiding; move currently selected mail in
5716                 the visible area when showing the quicksearch
5717
5718 2007-02-05 [colin]      2.7.2cvs23
5719
5720         * src/folderview.c
5721                 Add debug to try to solve bug 1104
5722
5723 2007-02-05 [paul]       2.7.2cvs22
5724
5725         * src/mainwindow.c
5726                 confirm before emptying trash on exit is
5727                 a Yes or No answer, use Yes or No in the
5728                 dialog
5729
5730 2007-02-04 [colin]      2.7.2cvs21
5731
5732         * src/compose.c
5733         * src/plugins/pgpcore/passphrase.c
5734         * src/plugins/pgpcore/select-keys.c
5735                 Set wmclass on new windows
5736
5737 2007-02-04 [colin]
5738
5739         2.8.0-rc1 released
5740
5741 2007-02-04 [colin]      2.7.2cvs20
5742
5743         * src/compose.c
5744         * src/compose.h
5745                 Auto save drafts on exit, reopen them
5746                 at startup, instead of asking
5747         * src/account.c
5748         * src/addressadd.c
5749         * src/addressbook.c
5750         * src/addressbook_foldersel.c
5751         * src/addrgather.c
5752         * src/crash.c
5753         * src/editaddress.c
5754         * src/editbook.c
5755         * src/editgroup.c
5756         * src/editjpilot.c
5757         * src/editldap.c
5758         * src/editldap_basedn.c
5759         * src/editvcard.c
5760         * src/exphtmldlg.c
5761         * src/expldifdlg.c
5762         * src/export.c
5763         * src/foldersel.c
5764         * src/gedit-print.c
5765         * src/import.c
5766         * src/importldif.c
5767         * src/importmutt.c
5768         * src/importpine.c
5769         * src/main.c
5770         * src/mainwindow.c
5771         * src/message_search.c
5772         * src/messageview.c
5773         * src/prefs_actions.c
5774         * src/prefs_customheader.c
5775         * src/prefs_display_header.c
5776         * src/prefs_filtering.c
5777         * src/prefs_filtering_action.c
5778         * src/prefs_folder_column.c
5779         * src/prefs_gtk.c
5780         * src/prefs_matcher.c
5781         * src/prefs_other.c
5782         * src/prefs_summaries.c
5783         * src/prefs_summary_column.c
5784         * src/prefs_template.c
5785         * src/sourcewindow.c
5786         * src/ssl_manager.c
5787         * src/summary_search.c
5788         * src/uri_opener.c
5789         * src/gtk/about.c
5790         * src/gtk/description_window.c
5791         * src/gtk/foldersort.c
5792         * src/gtk/gtkutils.c
5793         * src/gtk/gtkutils.h
5794         * src/gtk/icon_legend.c
5795         * src/gtk/logwindow.c
5796         * src/gtk/pluginwindow.c
5797         * src/gtk/prefswindow.c
5798                 Give different wmclass to different
5799                 windows - thanks to sed ;)
5800
5801 2007-02-04 [colin]      2.7.2cvs19
5802
5803         * src/main.c
5804                 Revert previous patch, can't reproduce
5805                 it anymore. 
5806
5807 2007-02-03 [colin]      2.7.2cvs18
5808
5809         * src/main.c
5810                 Don't save the mainwindow size and
5811                 position on emergency exit (libSM's
5812                 "die" callback), Xfce seems to make
5813                 the window smaller just before the
5814                 size's saved.
5815
5816 2007-02-03 [colin]      2.7.2cvs17
5817
5818         * src/plugins/bogofilter/bogofilter.c
5819         * src/plugins/bogofilter/bogofilter.h
5820         * src/plugins/bogofilter/bogofilter_gtk.c
5821         * src/plugins/pgpinline/pgpinline.c
5822         * src/plugins/pgpinline/pgpinline.h
5823                 Fix more copyrights
5824
5825 2007-02-03 [colin]      2.7.2cvs16
5826
5827         * src/partial_download.c
5828         * src/partial_download.h
5829         * src/ssl_manager.c
5830         * src/ssl_manager.h
5831         * src/uri_opener.c
5832         * src/uri_opener.h
5833         * src/wizard.c
5834         * src/wizard.h
5835         * src/common/ssl_certificate.c
5836         * src/common/ssl_certificate.h
5837         * src/gtk/quicksearch.c
5838         * src/gtk/quicksearch.h
5839         * src/gtk/sslcertwindow.c
5840         * src/gtk/sslcertwindow.h
5841                 Fix copyright on my files
5842
5843 2007-02-02 [colin]      2.7.2cvs15
5844
5845         * src/Makefile.am
5846         * src/mainwindow.c
5847         * src/messageview.c
5848         * src/messageview.h
5849         * src/textview.c
5850         * src/textview.h
5851         * src/uri_opener.c
5852         * src/uri_opener.h
5853                 Add Tools/List URIs to allow
5854                 opening any URI in the current mail
5855
5856 2007-02-02 [colin]      2.7.2cvs14
5857
5858         * src/common/valgrind.h ** NEW FILE **
5859         * src/common/Makefile.am
5860         * src/common/plugin.c
5861                 Don't dlclose the plugins if we're running
5862                 under valgrind. (doesn't require valgrind
5863                 either at compile time or run time).
5864
5865 2007-02-01 [paul]       2.7.2cvs13
5866
5867         * AUTHORS
5868         * src/gtk/authors.h
5869         * tools/freshmeat_search.pl
5870         * tools/google_search.pl
5871         * tools/multiwebsearch.pl
5872                 add support for non ISO-8859-1 compatible locales
5873                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5874
5875 2007-02-01 [colin]      2.7.2cvs12
5876
5877         * src/prefs_other.c
5878         * src/prefs_summaries.c
5879                 Move keybinding prefs to the Other page
5880
5881 2007-02-01 [wwp]        2.7.2cvs11
5882
5883         * src/plugins/trayicon/trayicon.c
5884                 Fix a raising issue within KDE.
5885
5886 2007-02-01 [colin]      2.7.2cvs10
5887
5888         * src/codeconv.c
5889                 Fix stray quotes in encoded strings
5890         * src/addressadd.c
5891                 Fix wrong call causing g_warnings
5892         * src/textview.c
5893                 Remove useless message
5894
5895 2007-01-31 [wwp]        2.7.2cvs9
5896
5897         * src/plugins/trayicon/trayicon.c
5898                 fix buggy hiding of main window when closing if close-to-tray
5899                 is not set (bad logics  in the trayicon hook code).
5900                 Changed the quit confirmation message too.
5901
5902 2007-01-30 [colin]      2.7.2cvs8
5903
5904         * src/main.c
5905                 Fix hidden mainwindow after clicking on
5906                 the X close button, if compose windows
5907                 exist and the user chooses not to quit
5908
5909 2007-01-30 [colin]      2.7.2cvs7
5910
5911         * src/main.c
5912         * src/compose.c
5913                 Handle local URIs to attach files (file:///...)
5914                 Fixes attaching files from Thunar for example
5915
5916 2007-01-30 [colin]      2.7.2cvs6
5917
5918         * src/prefs_ext_prog.c
5919                 Add 'mousepad' to the list of text editors.
5920                 Mousepad is XFCE's text editor
5921
5922 2007-01-29 [wwp]        2.7.2cvs5
5923
5924         * po/POTFILES.in
5925         * src/plugins/trayicon/trayicon_prefs.c
5926                 trayicon i18n fixes, thanks to Fabien.
5927
5928 2007-01-28 [wwp]        2.7.2cvs4
5929
5930         * src/mainwindow.c
5931         * src/mainwindow.h
5932         * src/plugins/trayicon/trayicon.c
5933         * src/plugins/trayicon/trayicon_prefs.c
5934         * src/plugins/trayicon/trayicon_prefs.h
5935                 Added a new TrayIcon plugin option to close to tray
5936                 (WM's hotkey and [X] button will hide the window instead
5937                 of closing it - closing CM can be done using the tray icon
5938                 menu or the File menu).
5939                 Improved visibility handling in trayicon, clicking the
5940                 trayicon now raise the window to current desktop when it
5941                 was either minimized/shaded/on another desktop.
5942                 Thanks to Paul for testing and fixing a strange behaviour
5943                 in KDE ;-).
5944
5945 2007-01-27 [paul]       2.7.2cvs3
5946
5947         * src/prefs_folder_item.c
5948         * src/prefs_receive.c
5949         * src/plugins/pgpcore/prefs_gpg.c
5950                 use 'start-up' instead of 'startup' in labels
5951
5952 2007-01-26 [wwp]        2.7.2cvs2
5953
5954         * src/plugins/trayicon/Makefile.am
5955         * src/plugins/trayicon/trayicon.c
5956         * src/plugins/trayicon/trayicon_prefs.c
5957         * src/plugins/trayicon/trayicon_prefs.h
5958                 Add a new TrayIcon option to hide the main window at
5959                 start-up.
5960                 Fix trayicon.c copyright header.
5961
5962 2007-01-26 [paul]       2.7.2cvs1
5963
5964         * NEWS
5965         * README
5966         * RELEASE_NOTES
5967         * configure.ac
5968                 bump up version number following
5969                 stable release
5970
5971 2007-01-25 [mones]      2.7.1cvs60
5972
5973         * po/es.po
5974                 updated thousands of strings (well, probably less ;-)
5975
5976 2007-01-25 [colin]      2.7.1cvs59
5977
5978         * src/matcher.c
5979                 Fix 2nd-run loss of matcherrc on new
5980                 configurations. 
5981
5982 2007-01-25 [wwp]        2.7.1cvs58
5983
5984         * src/mimeview.c
5985                 fix handling of empty value in attach_save_directory too, thanks
5986                 to Colin.
5987
5988 2007-01-25 [wwp]        2.7.1cvs57
5989
5990         * src/gtk/filesel.c
5991                 fix handling of empty value in attach_load_directory,
5992                 thanks to Colin.
5993
5994 2007-01-25 [wwp]        2.7.1cvs56
5995
5996         * src/plugins/dillo_viewer/dillo_prefs.h
5997                 fix a typo.
5998
5999 2007-01-25 [colin]      2.7.1cvs55
6000
6001         * src/matcher.c
6002         * src/matcher.h
6003         * src/matcher_parser_parse.y
6004         * src/prefs_matcher.c
6005                 Add matching on the spam flag
6006
6007 2007-01-24 [colin]      2.7.1cvs54
6008
6009         * src/folder.c
6010         * src/common/xml.c
6011         * src/common/xml.h
6012                 Make sure folderlist.xml is correctly
6013                 written before overwriting it.
6014         * src/procmsg.c
6015         * src/procmsg.h
6016         * src/summaryview.c
6017         * src/plugins/bogofilter/bogofilter.c
6018         * src/plugins/bogofilter/bogofilter.h
6019         * src/plugins/bogofilter/bogofilter_gtk.c
6020         * src/plugins/spamassassin/spamassassin.c
6021         * src/plugins/spamassassin/spamassassin.h
6022         * src/plugins/spamassassin/spamassassin_gtk.c
6023                 Move spam to the correct trash folder after
6024                 learning, if spam directory isn't set.
6025
6026 2007-01-23 [paul]       2.7.1cvs53
6027
6028         * src/plugins/bogofilter/bogofilter_gtk.c
6029                 fix sensitivity of "Insert X-Bogosity header"
6030                 option
6031
6032 2007-01-23 [colin]      2.7.1cvs52
6033
6034         * src/toolbar.c
6035                 Translate toolbar items text if
6036                 they're translatable (default)
6037         * src/addrcache.c
6038         * src/addrcache.h
6039         * src/addritem.c
6040         * src/addritem.h
6041         * src/codeconv.c
6042         * src/codeconv.h
6043         * src/jpilot.c
6044         * src/jpilot.h
6045         * src/ldapctrl.c
6046         * src/ldapctrl.h
6047         * src/ldapquery.h
6048         * src/ldif.c
6049         * src/ldif.h
6050         * src/etpan/etpan-thread-manager.c
6051         * src/etpan/etpan-thread-manager.h
6052         * src/gtk/gtkutils.c
6053         * src/gtk/gtkutils.h
6054                 More static functions
6055
6056 2007-01-22 [fabien]     2.7.1cvs51
6057
6058         * src/gtk/gtkutils.c
6059                 gtkut_get_options_frame() : ability to pass
6060                 a 'NULL' value in frame pointer parameter if
6061                 we don't need it.
6062
6063 2007-01-22 [colin]      2.7.1cvs50
6064
6065         * src/procmsg.c
6066         * src/procmsg.h
6067         * src/plugins/bogofilter/bogofilter.c
6068         * src/plugins/bogofilter/bogofilter_gtk.c
6069         * src/plugins/spamassassin/spamassassin.c
6070         * src/plugins/spamassassin/spamassassin_gtk.c
6071                 Allow moving spams to the account's trash
6072                 instead of default one
6073
6074 2007-01-21 [colin]      2.7.1cvs49
6075
6076         * src/ldapquery.c
6077         * src/ldapquery.h
6078                 Revert a static function that shouldn't
6079                 have been
6080
6081 2007-01-21 [colin]      2.7.1cvs48
6082
6083         * src/ldapquery.c
6084         * src/ldapquery.h
6085                 Same
6086
6087 2007-01-21 [colin]      2.7.1cvs47
6088
6089         * src/procmsg.c
6090         * src/procmsg.h
6091                 Same
6092
6093 2007-01-21 [colin]      2.7.1cvs46
6094
6095         * src/common/socket.c
6096         * src/common/socket.h
6097                 Same
6098
6099 2007-01-21 [colin]      2.7.1cvs45
6100
6101         * src/crash.c
6102         * src/exporthtml.c
6103         * src/exporthtml.h
6104         * src/exportldif.c
6105         * src/exportldif.h
6106         * src/folder.c
6107         * src/folder.h
6108         * src/folder_item_prefs.c
6109         * src/folder_item_prefs.h
6110         * src/folderview.c
6111         * src/folderview.h
6112         * src/gedit-print.c
6113         * src/gedit-print.h
6114         * src/main.c
6115         * src/main.h
6116         * src/common/socket.c
6117         * src/common/socket.h
6118         * src/gtk/gtkaspell.c
6119         * src/gtk/gtkaspell.h
6120         * src/gtk/quicksearch.c
6121         * src/gtk/quicksearch.h
6122                 Same
6123
6124 2007-01-21 [colin]      2.7.1cvs44
6125
6126         * src/common/utils.c
6127         * src/common/utils.h
6128         * src/etpan/etpan-thread-manager.c
6129         * src/etpan/etpan-thread-manager.h
6130                 Same (Funny that etpan_thread_unbind
6131                 is called but not etpan_thread_bind)
6132
6133 2007-01-21 [colin]      2.7.1cvs43
6134
6135         * src/addrselect.c
6136         * src/addrselect.h
6137         * src/codeconv.c
6138         * src/codeconv.h
6139         * src/compose.c
6140         * src/compose.h
6141         * src/etpan/Makefile.am
6142         * src/gtk/colorlabel.c
6143         * src/gtk/colorlabel.h
6144         * src/gtk/sslcertwindow.c
6145         * src/gtk/sslcertwindow.h
6146         * src/etpan/etpan-log.c ** REMOVED **
6147         * src/etpan/etpan-log.h ** REMOVED **
6148                 Same
6149
6150 2007-01-20 [colin]      2.7.1cvs42
6151
6152         * src/addritem.c
6153         * src/addritem.h
6154                 Same
6155
6156 2007-01-20 [colin]      2.7.1cvs41
6157
6158         * src/account.c
6159         * src/account.h
6160         * src/addrbook.c
6161         * src/addrbook.h
6162         * src/addrcache.c
6163         * src/addrcache.h
6164         * src/addrclip.c
6165         * src/addrclip.h
6166         * src/addressbook.c
6167         * src/addressbook.h
6168         * src/addrharvest.c
6169         * src/addrharvest.h
6170         * src/addrindex.c
6171         * src/addrindex.h
6172         * src/editaddress.c
6173         * src/editaddress.h
6174                 Make functions that aren't used in other
6175                 files static
6176
6177 2007-01-20 [colin]      2.7.1cvs40
6178
6179         * src/account.c
6180         * src/addrbook.c
6181         * src/addrcache.c
6182         * src/addressbook.c
6183         * src/addrgather.c
6184         * src/addrindex.c
6185         * src/addrquery.c
6186         * src/addrselect.c
6187         * src/browseldap.c
6188         * src/compose.c
6189         * src/editbook.c
6190         * src/editjpilot.c
6191         * src/editldap.c
6192         * src/editldap_basedn.c
6193         * src/editvcard.c
6194         * src/exporthtml.c
6195         * src/exportldif.c
6196         * src/folder.c
6197         * src/folderview.c
6198         * src/image_viewer.c
6199         * src/imap.c
6200         * src/importmutt.c
6201         * src/importpine.c
6202         * src/jpilot.c
6203         * src/ldapquery.c
6204         * src/main.c
6205         * src/mainwindow.c
6206         * src/matcher.c
6207         * src/messageview.c
6208         * src/mh.c
6209         * src/mimeview.c
6210         * src/msgcache.c
6211         * src/mutt.c
6212         * src/news.c
6213         * src/pine.c
6214         * src/prefs_account.c
6215         * src/prefs_common.c
6216         * src/prefs_compose_writing.c
6217         * src/prefs_ext_prog.c
6218         * src/prefs_folder_item.c
6219         * src/prefs_fonts.c
6220         * src/prefs_message.c
6221         * src/prefs_msg_colors.c
6222         * src/prefs_other.c
6223         * src/prefs_quote.c
6224         * src/prefs_receive.c
6225         * src/prefs_send.c
6226         * src/prefs_spelling.c
6227         * src/prefs_summaries.c
6228         * src/prefs_toolbar.c
6229         * src/prefs_wrapping.c
6230         * src/privacy.c
6231         * src/procmime.c
6232         * src/procmsg.c
6233         * src/ssl_manager.c
6234         * src/statusbar.c
6235         * src/summaryview.c
6236         * src/toolbar.c
6237         * src/vcard.c
6238         * src/common/hooks.c
6239         * src/common/log.c
6240         * src/common/passcrypt.c
6241         * src/common/socket.c
6242         * src/common/ssl.c
6243         * src/common/ssl_certificate.c
6244         * src/common/template.c
6245         * src/common/utils.c
6246         * src/etpan/imap-thread.c
6247         * src/gtk/sslcertwindow.c
6248         * src/gtk/sslcertwindow.h
6249                 Make functions that could be static, static
6250
6251 2007-01-20 [colin]      2.7.1cvs39
6252
6253         * src/editldap.c
6254                 Fix tooltip
6255
6256 2007-01-20 [colin]      2.7.1cvs38
6257
6258         * src/ldapquery.c
6259         * src/ldaputil.c
6260         * src/ldaputil.h
6261                 Fix bug 1102, 'claws-mail-2.7.1 
6262                 makes use of deprecated ldap 
6263                 functions'
6264
6265 2007-01-20 [colin]      2.7.1cvs37
6266
6267         * src/mainwindow.c
6268         * src/mainwindow.h
6269         * src/summaryview.c
6270         * src/gtk/quicksearch.c
6271                 Add Wide message list layout
6272
6273 2007-01-19 [fabien]     2.7.1cvs36
6274
6275         * src/textview.c
6276                 make sure a font change is considered in links of
6277                 headerview.
6278
6279 2007-01-19 [colin]      2.7.1cvs35
6280
6281         * src/main.c
6282         * src/mainwindow.c
6283         * src/mainwindow.h
6284         * src/messageview.c
6285         * src/messageview.h
6286         * src/prefs_common.c
6287         * src/prefs_common.h
6288         * src/summaryview.c
6289         * src/summaryview.h
6290         * src/gtk/quicksearch.c
6291         * src/gtk/quicksearch.h
6292                 Drop 'Separate Folder tree' and 'Separate
6293                 Message View'. Put three layouts in place
6294                 of it.
6295
6296 2007-01-19 [paul]       2.7.1cvs34
6297
6298         * src/prefs_msg_colors.c
6299                 more use of Q_ for translators
6300
6301 2007-01-19 [paul]       2.7.1cvs33
6302
6303         * src/imap_gtk.c
6304         * src/prefs_account.c
6305                 a few changes to the English
6306
6307 2007-01-19 [fabien]     2.7.1cvs32
6308
6309         * src/wizard.c
6310                 factorize translatable string
6311
6312 2007-01-18 [colin]      2.7.1cvs31
6313
6314         * src/main.c
6315                 Don't error out on --sync option. Although
6316                 we don't do anything with it, gtk+ handles
6317                 it, and it's useful for debugging X errors
6318
6319 2007-01-18 [fabien]     2.7.1cvs30
6320
6321         * src/prefs_other.c
6322                 ability to apply on the fly the recent added
6323                 'gtk_can_change_accels' pref (no need to restart).
6324
6325 2007-01-18 [fabien]     2.7.1cvs29
6326
6327         * src/plugins/bogofilter/bogofilter_gtk.c
6328         * src/plugins/bogofilter/bogofilter.c
6329         * src/plugins/spamassassin/spamassassin_gtk.c
6330         * src/addr_compl.c
6331         * src/prefs_account.c
6332                 factorize or rewrite some translatable strings.
6333
6334 2007-01-18 [fabien]     2.7.1cvs28
6335
6336         * src/prefs_gtk.h
6337         * src/compose.c
6338                 set a 4pix space between "Subject:" label and subject entry in
6339                 compose window.
6340
6341 2007-01-18 [wwp]        2.7.1cvs27
6342
6343         * src/addressbook.c
6344                 fix conflicting address-copy/paste when focus is set
6345                 to the embedded edit-person form.
6346  
6347
6348 2007-01-18 [wwp]        2.7.1cvs26
6349
6350         * src/addressbook.h
6351                 complete 2.7.1cvs23 (one more file was missing from that
6352                 commit).
6353
6354 2007-01-18 [colin]      2.7.1cvs25
6355
6356         * src/main.c
6357                 Provide a way to migrate without backup
6358                 Re-ask for migration on next start if 
6359                 it has been refused and wizard has been 
6360                 cancelled after.
6361
6362 2007-01-18 [wwp]        2.7.1cvs24
6363
6364         * src/editaddress.c
6365                 complete 2.7.1.cvs23 (file was missing from previous
6366                 commit).
6367
6368 2007-01-18 [wwp]        2.7.1cvs23
6369
6370         * src/addressbook.c
6371                 fix potential crashes in address book's focus_in/out signal handlers,
6372                 force focus to the edit-person form when clicked the Edit menu entry or
6373                 button (this only matters if the edit-person form is embedded to the
6374                 AB window, in that case, focus is not set when browsing the contacts
6375                 list w/ keys or mouse clicks).
6376
6377 2007-01-18 [paul]       2.7.1cvs22
6378
6379         * src/main.c
6380                 add command line options:
6381                 -h for --help
6382                 -q and --quit for --exit
6383                 -v for --version
6384                 print "Unknown option" for unknown options
6385
6386 2007-01-18 [paul]       2.7.1cvs21
6387
6388         * po/ru.po
6389                 updated by Pavlo Bohmat
6390
6391 2007-01-18 [paul]       2.7.1cvs20
6392
6393         * src/mainwindow.c
6394                 fix sensitivity issues of Mark as Spam/Ham
6395
6396 2007-01-17 [fabien]     2.7.1cvs19
6397
6398         * src/prefs_other.c
6399         * src/prefs_common.c
6400         * src/prefs_common.h
6401         * src/main.c
6402                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6403                 control the corresponding gtk property. It could be used to lock
6404                 all shortcuts (avoid to set one of them by inadvertency).
6405
6406 2007-01-17 [colin]      2.7.1cvs18
6407
6408         * src/summaryview.c
6409                 Fix bug 1100, 'Highlighted e-mail data not visible 
6410                 when color label applied.'. Use a weighted average
6411                 between normal selected foreground color and color
6412                 label instead of a simple one (3/1 instead 1/1).
6413
6414 2007-01-17 [colin]      2.7.1cvs17
6415
6416         * src/messageview.c
6417                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6418                 crash' - don't prevent mail switching while loading
6419
6420 2007-01-17 [colin]      2.7.1cvs16
6421
6422         * src/folder.c
6423         * src/folder.h
6424         * src/folderview.c
6425         * src/folderview.h
6426         * src/imap.c
6427         * src/imap.h
6428         * src/imap_gtk.c
6429                 Manage recursive search of unsubscribed folders
6430                 Rescan tree without checking for new messages 
6431                 after subscriptions changed
6432
6433 2007-01-17 [paul]       2.7.1cvs15
6434
6435         * src/prefs_common.c
6436         * src/gtk/pluginwindow.c
6437                 fix bug 1101, '"Load plugin" button is
6438                 accidentally hidden'
6439                 unset (-1) initial width in prefs_common,
6440                 fix overlapping buttons,
6441                 and other cleanups
6442
6443 2007-01-17 [paul]       2.7.1cvs14
6444
6445         * src/procmime.c
6446                 add #include <errno.h>, it's needed
6447                 on some systems
6448
6449 2007-01-17 [paul]       2.7.1cvs13
6450
6451         * src/common/defs.h
6452         * tools/make.themes.project
6453                 rename .sylpheed_themeinfo to .claws_themeinfo
6454                 and use it
6455         * src/etpan/etpan-errors.h
6456         * src/etpan/etpan-log.c
6457         * src/etpan/etpan-log.h
6458         * src/etpan/etpan-thread-manager-types.h
6459         * src/etpan/etpan-thread-manager.c
6460         * src/etpan/etpan-thread-manager.h
6461         * src/etpan/imap-thread.c
6462         * src/etpan/imap-thread.h
6463                 add copyright header
6464
6465 2007-01-17 [colin]      2.7.1cvs12
6466
6467         * src/plugins/pgpcore/select-keys.c
6468         * src/gtk/pluginwindow.c
6469         * src/prefs_account.c
6470                 Fix warnings
6471
6472 2007-01-16 [colin]      2.7.1cvs11
6473
6474         * src/imap.c
6475         * src/imap.h
6476         * src/imap_gtk.c
6477                 Manage subscribing to subfolders when only
6478                 subscribed folders are shown.
6479
6480 2007-01-16 [colin]      2.7.1cvs10
6481
6482         * src/folderview.c
6483                 Fix annoying vscrollbar going back to top
6484                 on Check for new folders
6485
6486 2007-01-16 [colin]      2.7.1cvs9
6487
6488         * src/imap.c
6489                 Remove printf
6490
6491 2007-01-16 [colin]      2.7.1cvs8
6492
6493         * src/filtering.c
6494                 Bigger buffer for errors
6495         * src/imap.c
6496         * src/imap.h
6497         * src/imap_gtk.c
6498         * src/prefs_account.c
6499         * src/prefs_account.h
6500         * src/wizard.c
6501         * src/etpan/imap-thread.c
6502         * src/etpan/imap-thread.h
6503         * manual/handling.xml
6504                 Add subscriptions management. What it changes:
6505                 Creating a folder subscribes to it
6506                 Deleting a folder unsubscribes it
6507                 New contextual menu item allowing to switch between
6508                 All folders and Subscribed folders, subscribe, and
6509                 unsubscribe. "Creating" an existing but unsubscribed
6510                 folder will subscribe it.
6511                 By default for new accounts, only subscribed folders 
6512                 are shown.
6513
6514
6515 2007-01-16 [paul]       2.7.1cvs7
6516
6517         * src/summaryview.c
6518                 Allow folder classes to specify only sort_key or
6519                 sort_type instead of both or none.
6520
6521 2007-01-16 [paul]       2.7.1cvs6
6522
6523         * src/action.c
6524         * src/compose.c
6525         * src/mimeview.c
6526         * src/procmime.c
6527         * src/textview.c
6528                 Save and use errno for procmime_get_part
6529
6530 2007-01-16 [colin]      2.7.1cvs5
6531
6532         * src/imap.c
6533                 Never remove INBOX when scanning for
6534                 new folders. It's a special folder
6535                 that has to exist.
6536
6537 2007-01-15 [colin]      2.7.1cvs4
6538
6539         * src/imap.c
6540                 Fix 'Check for new folders' when IMAP subdirectory
6541                 is set
6542         * src/etpan/imap-thread.c
6543                 Fix build
6544
6545 2007-01-15 [colin]      2.7.1cvs3
6546
6547         * src/etpan/imap-thread.c
6548                 Fix invalid free on command-connection
6549                 error
6550
6551 2007-01-15 [wwp]        2.7.1cvs2
6552
6553         * src/matcher_parser_lex.l
6554         * src/quote_fmt_lex.l
6555         * src/matcher_parser_parse.y
6556                 fix copyright header in lexers and parsers.
6557
6558 2007-01-15 [paul]       2.7.1cvs1
6559
6560         * NEWS
6561         * README
6562         * RELEASE_NOTES
6563         * configure.ac
6564                 bump up version number following
6565                 stable release
6566
6567 2007-01-15 [paul]       2.7.0cvs31
6568
6569         * AUTHORS
6570         * src/gtk/authors.h
6571                 add Fabien to the Team list
6572                 add the recent contributors
6573                 make a few corrections
6574
6575 2007-01-15 [paul]       2.7.0cvs30
6576
6577         * src/mainwindow.c
6578                 fix compiler warning
6579         * src/plugins/pgpcore/prefs_gpg.c
6580         * src/plugins/pgpcore/prefs_gpg.h
6581                 add missing include
6582                 fix copyright header
6583
6584 2007-01-14 [colin]      2.7.0cvs29
6585
6586         * src/gtk/filesel.c
6587                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6588                 two benefits: faster to open, will fix strange
6589                 dbus-related crash. Thanks to Pascal Terjan.
6590
6591 2007-01-14 [colin]      2.7.0cvs28
6592
6593         * src/etpan/imap-thread.c
6594                 Delete the old imap just after allocating
6595                 the new one. Makes sure we don't get the
6596                 same pointer by sheer luck, which feels
6597                 strange in the debug log.
6598
6599 2007-01-14 [colin]      2.7.0cvs27
6600
6601         * src/gtk/inputdialog.c
6602                 Make sure we don't print passwords in
6603                 clear text when in debug mode
6604
6605 2007-01-14 [colin]      2.7.0cvs26
6606
6607         * src/gtk/gtksctree.c
6608                 Fix bug 1098, 'bogus last row display 
6609                 after expanding a thread'. Patch by
6610                 Jindrich Makovicka <makovick@gmail.com>
6611
6612 2007-01-14 [colin]      2.7.0cvs25
6613
6614         * src/etpan/imap-thread.c
6615                 Close socket manually before
6616                 freeing the imap struct
6617
6618 2007-01-14 [colin]      2.7.0cvs24
6619
6620         * src/etpan/imap-thread.c
6621                 Maybe fix new reconnection issues
6622
6623 2007-01-13 [colin]      2.7.0cvs23
6624
6625         * src/summaryview.c
6626                 Freeze/thaw on thread selection
6627
6628 2007-01-13 [paul]       2.7.0cvs22
6629
6630         * src/mainwindow.c
6631         * src/summaryview.c
6632         * src/summaryview.h
6633                 add 'Edit/Delete thread'
6634
6635 2007-01-13 [colin]      2.7.0cvs21
6636
6637         * src/prefs_account.c
6638         * src/prefs_compose_writing.c
6639         * src/prefs_message.c
6640         * src/prefs_msg_colors.c
6641         * src/prefs_other.c
6642         * src/prefs_receive.c
6643         * src/prefs_spelling.c
6644         * src/prefs_summaries.c
6645         * src/prefs_themes.c
6646         * src/gtk/gtkutils.c
6647         * src/gtk/gtkutils.h
6648         * src/plugins/pgpcore/prefs_gpg.c
6649         * src/plugins/spamassassin/spamassassin_gtk.c
6650                 Factorize gtk frame creation
6651                 Patch by Pawel
6652
6653 2007-01-13 [colin]      2.7.0cvs20
6654
6655         * src/message_search.c
6656         * src/summary_search.c
6657                 Fix Enter in search windows
6658         * src/messageview.c
6659                 Fix body search starting at the
6660                 end of the mail (and asking for loop)
6661
6662 2007-01-13 [colin]      2.7.0cvs19
6663
6664         * src/etpan/imap-thread.c
6665                 Make sure we don't free the same imap
6666                 twice
6667
6668 2007-01-13 [colin]      2.7.0cvs18
6669
6670         * commitHelper
6671                 Allow multiple commitHelpers to
6672                 run at once
6673
6674 2007-01-12 [colin]      2.7.0cvs17
6675
6676         * src/etpan/imap-thread.c
6677                 Make sure we get rid of the previous mailimap
6678                 when connecting - just in case disconnect was
6679                 unclean
6680
6681 2007-01-12 [paul]       2.7.0cvs16
6682
6683         * src/compose.c
6684                 Strip S/MIME signatures when re-editing
6685                 S/MIME signed messages.
6686
6687 2007-01-12 [paul]       2.7.0cvs15
6688
6689         * configure.ac
6690         * src/addressbook.c
6691         * src/foldersel.c
6692         * src/folderview.c
6693         * src/main.c
6694                 no need to define CLAWS anymore, remove
6695                 all that stuff
6696
6697 2007-01-12 [paul]       2.7.0cvs14
6698
6699         * src/mimeview.c
6700                 check if the mail's signed as
6701                 it can change the mail structure
6702                 Thanks to Colin
6703
6704 2007-01-12 [paul]       2.7.0cvs13
6705
6706         * src/procmime.c
6707                 fix Forwarding msgs with attachments
6708                 that have dos line endings
6709                 Thanks to Colin
6710
6711 2007-01-12 [wwp]        2.7.0cvs12
6712
6713         * configure.ac
6714                 Revert accidentally committed extra version tag.
6715
6716 2007-01-12 [wwp]        2.7.0cvs11
6717
6718         * src/prefs_account.c
6719                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6720
6721 2007-01-11 [colin]      2.7.0cvs10
6722
6723         * src/imap.c
6724                 move g_warning to debug_print
6725                 it scares people for no reason
6726
6727 2007-01-11 [colin]      2.7.0cvs9
6728
6729         * po/POTFILES.in
6730                 Fix files to translate. Patch by
6731                 Fabien
6732
6733 2007-01-11 [paul]       2.7.0cvs8
6734
6735         * src/imap.c
6736                 Fix recursion when server lists the
6737                 current subfolder in the response
6738         * src/mimeview.c
6739                 Fix updating of icon_list/ctree
6740         * src/plugins/pgpcore/select-keys.c
6741                 Fix a few annoyances when choosing
6742                 keys for the CMS (S/MIME) protocol
6743
6744 2007-01-11 [wwp]        2.7.0cvs7
6745
6746         * src/compose.c
6747         * src/prefs_account.c
6748         * src/prefs_account.h
6749                 Add per-account spellcheck default dictionaries settings.
6750
6751 2007-01-10 [colin]      2.7.0cvs6
6752
6753         * src/prefs_folder_item.c
6754                 Factorize strings - patch by Fabien
6755
6756 2007-01-10 [colin]      2.7.0cvs5
6757
6758         * src/mainwindow.c
6759                 Fix bug 1095, 'Crash while changing folder 
6760                 columns during incorporation'
6761
6762 2007-01-09 [colin]      2.7.0cvs4
6763
6764         * src/gtk/pluginwindow.c
6765                 Set the plugin window transient. Seems
6766                 like some window managers hide it in
6767                 the background after "load plugin"...
6768
6769 2007-01-09 [colin]      2.7.0cvs3
6770
6771         * src/gtk/filesel.c
6772                 Use the same type for alloc and free
6773
6774 2007-01-08 [paul]       2.7.0cvs2
6775
6776         * po/nl.po
6777                 updated by Tim Dijkstra
6778
6779 2007-01-08 [paul]       2.7.0cvs1
6780
6781         * src/prefs_themes.c
6782         * src/common/utils.c
6783                 Fix resource leaks
6784
6785 2007-01-08 [paul]       2.7.0
6786
6787         * NEWS
6788         * README
6789         * RELEASE_NOTES
6790                 2.7.0 released
6791
6792 2007-01-08 [paul]       2.6.1cvs119
6793
6794         * doc/man/claws-mail.1
6795                 another correction
6796
6797 2007-01-08 [paul]       2.6.1cvs118
6798
6799         * doc/man/claws-mail.1
6800                 corrections
6801         * manual/advanced.xml
6802                 improved English usage
6803
6804 2007-01-08 [paul]       2.6.1cvs117
6805
6806         * po/ca.po
6807         * po/de.po
6808         * po/en_GB.po
6809         * po/fi.po
6810         * po/it.po
6811         * po/pt_BR.po
6812         * po/sk.po
6813         * po/sr.po
6814         * po/zh_CN.po
6815                 updated by Miquel Oliete, Stephan Sachse, me,
6816                 Tommi Pirinen, Andrea Spadaccini, Frederico
6817                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6818                 Urosevic, and Ralgh Young
6819
6820 2007-01-07 [mones]      2.6.1cvs116
6821
6822         * manual/es/advanced.xml
6823         * po/es.po
6824                 Synced manual (unhide mark_as_read_delay)
6825                 and updated translation for release
6826
6827 2007-01-07 [paul]       2.6.1cvs115
6828
6829         * src/prefs_matcher.c
6830                 make the hbox content fit better under
6831                 various languages
6832
6833 2007-01-07 [colin]      2.6.1cvs114
6834
6835         * src/messageview.c
6836                 Fix bug 1088, 'Ctrl-h produces repeatable
6837                 crash'
6838
6839 2007-01-06 [colin]      2.6.1cvs113
6840
6841         * src/etpan/imap-thread.c
6842                 Add casts to int to get certs. Fixes
6843                 bug 1064, 'crash @ etpan_certificate_check() 
6844                 when opening an IMAP folder', with latest
6845                 libetpan CVS or >= 0.49
6846         * src/mainwindow.c
6847         * src/mainwindow.h
6848         * src/imap_gtk.c
6849         * src/news_gtk.c
6850         * src/prefs_folder_item.c
6851                 Grey out the "synchronise" menu items if
6852                 there's nothing to synchronise.
6853         * src/plugins/pgpcore/sgpgme.c
6854                 Make an error clearer than "Unknown error"
6855
6856 2007-01-06 [colin]      2.6.1cvs112
6857
6858         * src/messageview.c
6859                 Don't try to show a message if updating
6860                 Maybe fixes bug 1088, 'ctrl-h produces
6861                 repeatable crash'.
6862
6863 2007-01-06 [colin]      2.6.1cvs111
6864
6865         * src/summaryview.c
6866                 Disable Control-Space (handle it as Space).
6867
6868 2007-01-05 [paul]       2.6.1cvs110
6869
6870         * src/imap.c
6871                 Fix bug 934, 'sylpheed claws 2.1 
6872                 doesn't show Exchanges Public Folders'
6873                 Thanks to Hoa and Colin
6874         * src/msgcache.c
6875                 Refuse to allocate more than 2 MB for a 
6876                 single field, it's a good indication of
6877                 cache corruption.
6878
6879 2007-01-05 [colin]      2.6.1cvs109
6880
6881         * src/mainwindow.c
6882                 Allow --select'ing emails by Message-ID too
6883
6884 2007-01-05 [colin]      2.6.1cvs108
6885
6886         * src/common/quoted-printable.c
6887                 Uh! Third fix :)
6888
6889 2007-01-05 [colin]      2.6.1cvs107
6890
6891         * src/common/quoted-printable.c
6892                 Fix previous commit about bug 1089
6893                 Thanks to Ralf
6894
6895 2007-01-05 [colin]      2.6.1cvs106
6896
6897         * src/common/quoted-printable.c
6898                 Fix my previous commit on bug 1089
6899                 - Thanks to Ralf :)
6900
6901 2007-01-04 [colin]      2.6.1cvs105
6902
6903         * src/common/quoted-printable.c
6904                 Fix bug 1089, 'NUL characters in Subject 
6905                 line are misinterpreted'. Not a pain to
6906                 fix in fact.
6907
6908 2007-01-04 [colin]      
6909
6910         2.7.0-rc3 released
6911
6912 2007-01-04 [wwp]        2.6.1cvs104
6913
6914         * src/image_viewer.c
6915                 Force operator precedence (fix a compiler warning).
6916
6917 2007-01-04 [colin]      2.6.1cvs103
6918
6919         * src/image_viewer.c
6920                 Be cautious there too (same fix as the one
6921                 in textview from cvs33)
6922         * src/messageview.c
6923                 Don't use any MimeViewer plugin when showing
6924                 all headers
6925
6926 2007-01-03 [wwp]        2.6.1cvs102
6927
6928         * src/html.c
6929         * src/html.h
6930                 fixed "cent" sign (use the existing ASCII one),
6931                 decode more HTML entities,
6932                 converted table ASCII entries to UTF-8,
6933                 moved a switch() into a hashtable.
6934
6935 2007-01-03 [paul]       2.6.1cvs101
6936
6937         * src/compose.c
6938         * src/messageview.c
6939         * src/procmsg.c
6940         * src/procmsg.h
6941                 When possible, use move_msg instead of
6942                 copy_msg + remove_msg to move sent mail
6943                 from Queue to Sent. 
6944
6945 2007-01-03 [paul]       2.6.1cvs100
6946
6947         * src/html.c
6948                 add more html entity recognition:
6949                 pounds, euros, and cents
6950
6951 2007-01-03 [colin]      2.6.1cvs99
6952
6953         * src/imap_gtk.c
6954                 Don't display an error on NOSELECT
6955                 folders when synchronising
6956
6957 2007-01-03 [paul]       2.6.1cvs98
6958
6959         * tools/maildir2claws-mail.pl
6960                 only substitute 'sent-mail' if it's
6961                 the full directory name
6962
6963 2007-01-03 [paul]       2.6.1cvs97
6964
6965         * ChangeLog
6966         * ChangeLog.pre2.0.0
6967         * Makefile.am
6968                 archive a chunk of ChangeLog in
6969                 ChangeLog.pre2.0.0
6970         * ChangeLog.gtk1
6971         * doc/src/ChangeLog.claws-pre0.8.0
6972                 remove ChangeLog.claws-pre0.8.0, adding
6973                 its contents to ChangeLog.gtk1
6974
6975 2007-01-03 [paul]       2.6.1cvs96
6976
6977         * src/account.c
6978         * src/account.h
6979         * src/action.c
6980         * src/action.h
6981         * src/adbookbase.h
6982         * src/addr_compl.c
6983         * src/addr_compl.h
6984         * src/addrbook.c
6985         * src/addrcache.c
6986         * src/addrcache.h
6987         * src/addrcindex.c
6988         * src/addrcindex.h
6989         * src/addrclip.c
6990         * src/addrclip.h
6991         * src/addrdefs.h
6992         * src/addressadd.c
6993         * src/addressadd.h
6994         * src/addressbook.c
6995         * src/addressbook.h
6996         * src/addressbook_foldersel.c
6997         * src/addressbook_foldersel.h
6998         * src/addrgather.c
6999         * src/addrgather.h
7000         * src/addrharvest.c
7001         * src/addrharvest.h
7002         * src/addrindex.c
7003         * src/addrindex.h
7004         * src/addritem.c
7005         * src/addritem.h
7006         * src/addrquery.c
7007         * src/addrquery.h
7008         * src/addrselect.c
7009         * src/addrselect.h
7010         * src/alertpanel.c
7011         * src/alertpanel.h
7012         * src/browseldap.c
7013         * src/browseldap.h
7014         * src/codeconv.c
7015         * src/codeconv.h
7016         * src/compose.c
7017         * src/compose.h
7018         * src/customheader.c
7019         * src/customheader.h
7020         * src/displayheader.c
7021         * src/displayheader.h
7022         * src/editaddress.c
7023         * src/editaddress.h
7024         * src/editbook.c
7025         * src/editbook.h
7026         * src/editgroup.c
7027         * src/editgroup.h
7028         * src/editjpilot.c
7029         * src/editjpilot.h
7030         * src/editldap.c
7031         * src/editldap.h
7032         * src/editldap_basedn.c
7033         * src/editldap_basedn.h
7034         * src/editvcard.c
7035         * src/editvcard.h
7036         * src/exphtmldlg.c
7037         * src/exphtmldlg.h
7038         * src/expldifdlg.c
7039         * src/expldifdlg.h
7040         * src/export.c
7041         * src/export.h
7042         * src/exporthtml.c
7043         * src/exporthtml.h
7044         * src/exportldif.c
7045         * src/exportldif.h
7046         * src/filtering.c
7047         * src/filtering.h
7048         * src/folder.c
7049         * src/folder.h
7050         * src/folder_item_prefs.c
7051         * src/folder_item_prefs.h
7052         * src/foldersel.c
7053         * src/foldersel.h
7054         * src/folderutils.c
7055         * src/folderutils.h
7056         * src/folderview.c
7057         * src/folderview.h
7058         * src/grouplistdialog.c
7059         * src/grouplistdialog.h
7060         * src/headerview.c
7061         * src/html.c
7062         * src/html.h
7063         * src/image_viewer.c
7064         * src/image_viewer.h
7065         * src/imap.c
7066         * src/imap.h
7067         * src/imap_gtk.c
7068         * src/imap_gtk.h
7069         * src/import.c
7070         * src/import.h
7071         * src/importldif.c
7072         * src/importldif.h
7073         * src/importmutt.c
7074         * src/importmutt.h
7075         * src/importpine.c
7076         * src/importpine.h
7077         * src/inc.c
7078         * src/inc.h
7079         * src/jpilot.c
7080         * src/jpilot.h
7081         * src/ldapctrl.c
7082         * src/ldapctrl.h
7083         * src/ldaplocate.c
7084         * src/ldaplocate.h
7085         * src/ldapquery.c
7086         * src/ldapquery.h
7087         * src/ldapserver.c
7088         * src/ldapserver.h
7089         * src/ldaputil.c
7090         * src/ldaputil.h
7091         * src/ldif.c
7092         * src/ldif.h
7093         * src/main.c
7094         * src/main.h
7095         * src/mainwindow.c
7096         * src/mainwindow.h
7097         * src/manual.c
7098         * src/manual.h
7099         * src/mbox.c
7100         * src/message_search.c
7101         * src/message_search.h
7102         * src/messageview.c
7103         * src/messageview.h
7104         * src/mh.c
7105         * src/mh.h
7106         * src/mh_gtk.c
7107         * src/mh_gtk.h
7108         * src/mimeview.c
7109         * src/mimeview.h
7110         * src/msgcache.c
7111         * src/msgcache.h
7112         * src/mutt.c
7113         * src/mutt.h
7114         * src/news.c
7115         * src/news.h
7116         * src/news_gtk.c
7117         * src/news_gtk.h
7118         * src/partial_download.c
7119         * src/partial_download.h
7120         * src/pine.c
7121         * src/pine.h
7122         * src/pop.c
7123         * src/pop.h
7124         * src/prefs_account.c
7125         * src/prefs_account.h
7126         * src/prefs_actions.c
7127         * src/prefs_actions.h
7128         * src/prefs_common.c
7129         * src/prefs_common.h
7130         * src/prefs_compose_writing.c
7131         * src/prefs_compose_writing.h
7132         * src/prefs_customheader.c
7133         * src/prefs_customheader.h
7134         * src/prefs_display_header.c
7135         * src/prefs_display_header.h
7136         * src/prefs_filtering.c
7137         * src/prefs_filtering.h
7138         * src/prefs_filtering_action.c
7139         * src/prefs_filtering_action.h
7140         * src/prefs_folder_column.c
7141         * src/prefs_folder_column.h
7142         * src/prefs_folder_item.c
7143         * src/prefs_folder_item.h
7144         * src/prefs_fonts.c
7145         * src/prefs_fonts.h
7146         * src/prefs_gtk.c
7147         * src/prefs_gtk.h
7148         * src/prefs_image_viewer.c
7149         * src/prefs_image_viewer.h
7150         * src/prefs_matcher.c
7151         * src/prefs_matcher.h
7152         * src/prefs_message.c
7153         * src/prefs_msg_colors.c
7154         * src/prefs_msg_colors.h
7155         * src/prefs_other.c
7156         * src/prefs_quote.c
7157         * src/prefs_receive.c
7158         * src/prefs_send.c
7159         * src/prefs_spelling.c
7160         * src/prefs_spelling.h
7161         * src/prefs_summaries.c
7162         * src/prefs_summaries.h
7163         * src/prefs_summary_column.c
7164         * src/prefs_summary_column.h
7165         * src/prefs_template.c
7166         * src/prefs_template.h
7167         * src/prefs_themes.c
7168         * src/prefs_themes.h
7169         * src/prefs_toolbar.c
7170         * src/prefs_toolbar.h
7171         * src/prefs_wrapping.c
7172         * src/prefs_wrapping.h
7173         * src/privacy.c
7174         * src/privacy.h
7175         * src/procheader.c
7176         * src/procheader.h
7177         * src/procmime.c
7178         * src/procmime.h
7179         * src/procmsg.c
7180         * src/procmsg.h
7181         * src/quote_fmt.c
7182         * src/quote_fmt_parse.y
7183         * src/recv.c
7184         * src/recv.h
7185         * src/remotefolder.c
7186         * src/remotefolder.h
7187         * src/send_message.c
7188         * src/send_message.h
7189         * src/setup.c
7190         * src/setup.h
7191         * src/sourcewindow.c
7192         * src/sourcewindow.h
7193         * src/ssl_manager.c
7194         * src/ssl_manager.h
7195         * src/statusbar.c
7196         * src/statusbar.h
7197         * src/stock_pixmap.c
7198         * src/stock_pixmap.h
7199         * src/summary_search.c
7200         * src/summary_search.h
7201         * src/summaryview.c
7202         * src/summaryview.h
7203         * src/textview.c
7204         * src/textview.h
7205         * src/toolbar.c
7206         * src/toolbar.h
7207         * src/undo.c
7208         * src/undo.h
7209         * src/unmime.c
7210         * src/unmime.h
7211         * src/vcard.c
7212         * src/vcard.h
7213         * src/wizard.c
7214         * src/wizard.h
7215         * src/common/base64.c
7216         * src/common/base64.h
7217         * src/common/defs.h
7218         * src/common/hooks.c
7219         * src/common/hooks.h
7220         * src/common/log.c
7221         * src/common/log.h
7222         * src/common/mgutils.c
7223         * src/common/mgutils.h
7224         * src/common/nntp.c
7225         * src/common/nntp.h
7226         * src/common/passcrypt.c
7227         * src/common/passcrypt.h.in
7228         * src/common/plugin.c
7229         * src/common/plugin.h
7230         * src/common/prefs.c
7231         * src/common/prefs.h
7232         * src/common/progressindicator.c
7233         * src/common/progressindicator.h
7234         * src/common/quoted-printable.c
7235         * src/common/quoted-printable.h
7236         * src/common/session.c
7237         * src/common/session.h
7238         * src/common/smtp.c
7239         * src/common/smtp.h
7240         * src/common/socket.c
7241         * src/common/socket.h
7242         * src/common/ssl.c
7243         * src/common/ssl.h
7244         * src/common/ssl_certificate.c
7245         * src/common/ssl_certificate.h
7246         * src/common/stringtable.c
7247         * src/common/stringtable.h
7248         * src/common/template.c
7249         * src/common/template.h
7250         * src/common/timing.h
7251         * src/common/utils.c
7252         * src/common/utils.h
7253         * src/common/version.h.in
7254         * src/common/xml.c
7255         * src/common/xml.h
7256         * src/common/xmlprops.c
7257         * src/common/xmlprops.h
7258         * src/gtk/about.c
7259         * src/gtk/colorlabel.c
7260         * src/gtk/colorsel.c
7261         * src/gtk/colorsel.h
7262         * src/gtk/combobox.c
7263         * src/gtk/combobox.h
7264         * src/gtk/description_window.c
7265         * src/gtk/description_window.h
7266         * src/gtk/filesel.c
7267         * src/gtk/filesel.h
7268         * src/gtk/foldersort.c
7269         * src/gtk/foldersort.h
7270         * src/gtk/gtksctree.c
7271         * src/gtk/gtkutils.c
7272         * src/gtk/gtkutils.h
7273         * src/gtk/inputdialog.c
7274         * src/gtk/inputdialog.h
7275         * src/gtk/logwindow.c
7276         * src/gtk/logwindow.h
7277         * src/gtk/manage_window.c
7278         * src/gtk/manage_window.h
7279         * src/gtk/menu.c
7280         * src/gtk/menu.h
7281         * src/gtk/pluginwindow.c
7282         * src/gtk/pluginwindow.h
7283         * src/gtk/prefswindow.c
7284         * src/gtk/prefswindow.h
7285         * src/gtk/progressdialog.c
7286         * src/gtk/progressdialog.h
7287         * src/gtk/sslcertwindow.c
7288         * src/gtk/sslcertwindow.h
7289         * src/plugins/bogofilter/bogofilter.c
7290         * src/plugins/bogofilter/bogofilter.h
7291         * src/plugins/bogofilter/bogofilter_gtk.c
7292         * src/plugins/clamav/clamav_plugin.c
7293         * src/plugins/clamav/clamav_plugin.h
7294         * src/plugins/clamav/clamav_plugin_gtk.c
7295         * src/plugins/demo/demo.c
7296         * src/plugins/dillo_viewer/dillo_prefs.c
7297         * src/plugins/dillo_viewer/dillo_prefs.h
7298         * src/plugins/dillo_viewer/dillo_viewer.c
7299         * src/plugins/pgpcore/passphrase.c
7300         * src/plugins/pgpcore/passphrase.h
7301         * src/plugins/pgpcore/pgp_viewer.c
7302         * src/plugins/pgpcore/pgp_viewer.h
7303         * src/plugins/pgpcore/plugin.c
7304         * src/plugins/pgpcore/select-keys.c
7305         * src/plugins/pgpcore/select-keys.h
7306         * src/plugins/pgpcore/sgpgme.c
7307         * src/plugins/pgpcore/sgpgme.h
7308         * src/plugins/pgpinline/pgpinline.c
7309         * src/plugins/pgpinline/pgpinline.h
7310         * src/plugins/pgpinline/plugin.c
7311         * src/plugins/pgpmime/pgpmime.c
7312         * src/plugins/pgpmime/pgpmime.h
7313         * src/plugins/pgpmime/plugin.c
7314         * src/plugins/spamassassin/spamassassin.c
7315         * src/plugins/spamassassin/spamassassin.h
7316         * src/plugins/spamassassin/spamassassin_gtk.c
7317         * src/plugins/trayicon/trayicon.c
7318                 it's 2007, update the year in the copyright headers
7319
7320 2007-01-03 [paul]       2.6.1cvs95
7321
7322         * src/gtk/about.c
7323                 it is 2007, use it in the copyright string
7324
7325 2007-01-03 [paul]       2.6.1cvs94
7326
7327         * src/html.c
7328                 html entity conversion:
7329                 move &#153; to a more suitable place
7330                 add &bull; and &ndash;
7331                 make sure &mdash; and &#8212; are both
7332                 converted the same
7333
7334 2007-01-02 [colin]      2.6.1cvs93
7335
7336         * src/addrbook.c
7337                 Fix leak
7338         * src/common/plugin.c
7339                 Add comment
7340         * src/etpan/imap-thread.c
7341                 Fix warning
7342
7343 2006-12-31 [paul]       2.6.1cvs92
7344
7345         * src/prefs_summaries.c
7346                 use gtk_button_new_from_stock()
7347
7348 2006-12-30 [colin]      2.6.1cvs91
7349
7350         * src/folder.c
7351         * src/imap_gtk.c
7352         * src/mh_gtk.c
7353                 Don't update filtering and account paths 
7354                 when copying folders
7355
7356 2006-12-30 [colin]      2.6.1cvs90
7357
7358         * src/prefs_compose_writing.c
7359         * src/prefs_quote.c
7360         * src/prefs_template.c
7361                 Use message font for Writing and 
7362                 Quoting prefs, as well as Templates.
7363
7364 2006-12-30 [colin]      2.6.1cvs89
7365
7366         * src/prefs_summaries.c
7367                 Rework GUI; patch by Pawel
7368
7369 2006-12-29 [colin]      2.6.1cvs88
7370
7371         * src/prefs_folder_item.c
7372                 Fix bug 1085, 'Apply to subfolder 
7373                 doesn't work' - I was mistaken saying
7374                 it worked in every case
7375
7376 2006-12-28 [colin]      2.6.1cvs87
7377
7378         * src/gtk/gtkaspell.c
7379                 Don't assert if use_alternate is true
7380                 and alt_dictionary isn't set -- this 
7381                 is what happens on upgrade! Rather,
7382                 do with it.
7383
7384 2006-12-28 [colin]      2.6.1cvs86
7385
7386         * Makefile.am
7387                 Fix desktop/icon simplification
7388
7389 2006-12-28 [colin]      2.6.1cvs85
7390
7391         * Makefile.am
7392                 Make desktop and icon not 
7393                 dependant on the desktop
7394
7395 2006-12-28 [wwp]        2.6.1cvs84
7396
7397         * src/plugins/pgpmime/claws.def
7398                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7399
7400 2006-12-28 [wwp]        2.6.1cvs83
7401
7402         * src/prefs_folder_item.c
7403                 Fix coloring of "simplify subject regexp" (folder prefs),
7404                 which might be left to red whereas the regexp gets empty.
7405
7406 2006-12-28 [wwp]        2.6.1cvs82
7407
7408         * src/prefs_common.c
7409         * src/prefs_common.h
7410         * src/addressbook.c
7411         * src/addressitem.h
7412                 Save addressbook mainwindow's horizontal and vertical splitter position.
7413
7414 2006-12-27 [wwp]        2.6.1cvs81
7415
7416         * src/gtk/gtkaspell.c
7417         * src/gtk/gtkaspell.h
7418         * src/compose.c
7419                 Fix assignment of compose's default and alternate dictionary from
7420                 account or folder settings. Now gtkaspell_change_dict does rotate
7421                 dicts only when it's called from a menu cb.
7422
7423 2006-12-27 [wwp]        2.6.1cvs80
7424
7425         * src/folder_item_prefs.c
7426                 Fix randomly initialized default-alt-dictionary (folder prefs),
7427                 complete 2.6.1cvs72.
7428
7429 2006-12-27 [paul]       2.6.1cvs79
7430
7431         * src/imap_gtk.c
7432         * src/mh_gtk.c
7433                 Add Copy folder in the folder's contextual
7434                 menu
7435
7436 2006-12-27 [wwp]        2.6.1cvs78
7437
7438         * src/imap.c
7439                 Clean up session locking, thanks to Colin.
7440
7441 2006-12-26 [colin]      2.6.1cvs77
7442
7443         * src/statusbar.c
7444                 Revert previous patch
7445
7446 2006-12-26 [colin]      2.6.1cvs76
7447
7448         * src/folder.c
7449         * src/folderview.c
7450         * src/imap.c
7451         * src/statusbar.c
7452         * src/etpan/imap-thread.c
7453                 Fix previous commit warnings
7454                 Make statusbar update every second if total < 20
7455                 Make IMAP APPEND faster by simplifying log              
7456
7457 2006-12-26 [colin]      2.6.1cvs75
7458
7459         * src/folder.c
7460         * src/folder.h
7461         * src/folderview.c
7462         * src/folderview.h
7463         * src/imap_gtk.c
7464         * src/mh_gtk.c
7465                 Make it possible to copy folders accross
7466                 mailboxes (this was an arbitrary limitation).
7467                 Still make it impossible to move folders 
7468                 accross mailboxes.
7469
7470 2006-12-26 [colin]      2.6.1cvs74
7471
7472         * src/etpan/imap-thread.c
7473                 Fix bug 1081, 'claws-mail 
7474                 segfaults when going offline 
7475                 while it transfers mails via 
7476                 imap'
7477
7478 2006-12-26 [colin]      2.6.1cvs73
7479
7480         * src/folder_item_prefs.c
7481                 Don't forget alt dictionary when
7482                 renaming/moving folders
7483
7484 2006-12-26 [wwp]        2.6.1cvs72
7485
7486         * src/folder_item_prefs.c
7487                 Add missing defaults for per-folder alt dict
7488                 (forgotten in 2.6.1cvs61).
7489
7490 2006-12-26 [colin]      2.6.1cvs71
7491
7492         * src/wizard.c
7493                 Add tooltip to state that specifying
7494                 full path to mailbox is possible
7495
7496 2006-12-26 [wwp]        2.6.1cvs70
7497
7498         * src/partial_download.c
7499         * src/gtk/gtkvscrollbutton.c
7500         * src/plugins/pgpinline/plugin.c
7501                 Fix for few compiler warnings that matter.
7502
7503 2006-12-25 [colin]      2.6.1cvs69
7504
7505         * src/partial_download.c
7506                 Fix marking for download or deletion
7507                 when the header isn't the first
7508         * src/gtk/logwindow.c
7509                 Fix start of scrolling
7510
7511 2006-12-23 [paul]       2.6.1cvs68
7512
7513         * src/compose.c
7514                 change last commit to use the 'academic'
7515                 method instead. Thanks to wwp
7516
7517 2006-12-23 [paul]       2.6.1cvs67
7518
7519         * src/compose.c
7520                 don't warn about empty subject when
7521                 redirecting
7522
7523 2006-12-22 [colin]      2.6.1cvs66
7524
7525         * src/summary_search.c
7526                 Fix previous patch
7527
7528 2006-12-22 [colin]      2.6.1cvs65
7529
7530         * src/gtk/gtkutils.c
7531         * src/imap.c
7532         * src/jpilot.c
7533         * src/summary_search.c
7534                 A few warning fixes
7535
7536 2006-12-23 [paul]       
7537
7538         2.7.0-rc2 released
7539
7540 2006-12-22 [colin]      2.6.1cvs64
7541
7542         * src/toolbar.c
7543         * src/toolbar.h
7544                 Add a combo to the learn spam button
7545         * src/plugins/bogofilter/bogofilter.c
7546         * src/plugins/bogofilter/bogofilter_gtk.c
7547         * src/plugins/bogofilter/bogofilter.h
7548                 Allow to store Unsure mails in a specific
7549                 folder to make better teaching easier
7550
7551 2006-12-21 [wwp]        2.6.1cvs63
7552
7553         * src/compose.c
7554         * src/prefs_common.c
7555         * src/prefs_common.h
7556         * src/prefs_spelling.c
7557         * src/gtk/gtkaspell.c
7558         * src/gtk/gtkaspell.h
7559                 Allow spell-checking using both current and alternate dictionaries
7560                 (thanks to Colin).
7561
7562 2006-12-21 [wwp]        2.6.1cvs62
7563
7564         * src/gtk/gtkaspell.c
7565                 Apply recheck_when_changing_dict (highlight all mispelled words)
7566                 when switching to alternate dictionary.
7567
7568 2006-12-21 [wwp]        2.6.1cvs61
7569
7570         * src/compose.c
7571         * src/folder_item_prefs.h
7572         * src/prefs_common.c
7573         * src/prefs_common.h
7574         * src/prefs_folder_item.c
7575         * src/prefs_spelling.c
7576         * src/gtk/gtkaspell.c
7577         * src/gtk/gtkaspell.h
7578                 Add global and per-folder prefs to set the default
7579                 alternate dictionary.
7580
7581 2006-12-21 [colin]      2.6.1cvs60
7582
7583         * src/folder.c
7584                 Look for folders by path in all folders
7585         * src/html.c
7586                 add &mdash;
7587
7588 2006-12-20 [colin]      2.6.1cvs59
7589
7590         * src/gtk/quicksearch.c
7591                 Make sure in_typing is false when clearing
7592
7593 2006-12-20 [wwp]        2.6.1cvs58
7594
7595         * configure.ac
7596                 change manual's target dir to be LFH-compliant (thanks to Colin).
7597
7598 2006-12-20 [wwp]        2.6.1cvs57
7599
7600         * src/prefs_common.c
7601         * src/prefs_summaries.c
7602                 i18n fix and factorize patch, thanks to Fabien.
7603
7604 2006-12-20 [paul]       2.6.1cvs56
7605
7606         * configure.ac
7607                 last of the renaming (??)
7608         * src/main.c
7609                 correct --help info of --status-full
7610         * src/plugins/bogofilter/bogofilter.c
7611                 make FALSE default of whitelist_ab
7612
7613 2006-12-19 [colin]      2.6.1cvs55
7614
7615         * src/jpilot.c
7616                 Same as before, without depending on
7617                 pisock >= 0.12
7618
7619 2006-12-19 [colin]      2.6.1cvs54
7620
7621         * src/jpilot.c
7622                 Fix bug 1059, 'Better jpilot charset 
7623                 handling'. Use libpisync's charset conversion
7624                 if possible
7625
7626 2006-12-19 [colin]      2.6.1cvs53
7627
7628         * po/fr.po
7629                 Updated by Fabien
7630
7631 2006-12-19 [wwp]        2.6.1cvs52
7632
7633         * src/gtk/about.c
7634                 Add missing #include (thanks to Colin).
7635
7636 2006-12-19 [wwp]        2.6.1cvs51
7637
7638         * src/prefs_receive.c
7639                 Better spacing between widgets in prefs.
7640
7641 2006-12-18 [colin]      2.6.1cvs50
7642
7643         * src/imap.c
7644                 Fix failure to get separator on LIST "" ""
7645                 Try LIST "" "INBOX" too.
7646
7647 2006-12-18 [wwp]        2.6.1cvs49
7648
7649         * src/common/session.c
7650                 Fix a compiler warning (thanks to Fabien).
7651
7652 2006-12-18 [wwp]        2.6.1cvs48
7653
7654         * src/compose.c
7655         * src/prefs_quote.c
7656                 Factorize some strings for translation (it's about error
7657                 messages when applying or checking template/quote format).
7658
7659 2006-12-18 [colin]      2.6.1cvs47
7660
7661         * Makefile.am
7662         * src/common/defs.h
7663         * src/gtk/Makefile.am
7664         * src/gtk/about.c
7665                 Add a Release notes tab from the contents of
7666                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7667
7668 2006-12-17 [colin]      2.6.1cvs46
7669
7670         * src/mimeview.c
7671         * src/textview.c
7672         * src/gtk/filesel.c
7673                 Correctly convert from/to UTF8/filename encoding
7674                 when loading and saving files. Probably fixes
7675                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7676                 for a file to attach and is blocked...'
7677
7678 2006-12-17 [colin]      2.6.1cvs45
7679
7680         * src/gtk/logwindow.c
7681                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7682                 IMAP folder and is blocked on main thread': 
7683                 make sure we put utf8 in the log.
7684
7685 2006-12-16 [colin]      2.6.1cvs44
7686
7687         * src/toolbar.c
7688         * src/toolbar.h
7689                 Fix bug 1055, 'Add the 'cancel receive' 
7690                 in the available events for the toolbar buttons'
7691
7692 2006-12-16 [colin]      2.6.1cvs43
7693
7694         * po/POTFILES.in
7695         * src/imap.c
7696         * src/common/nntp.c
7697         * src/common/session.c
7698                 Log error when SSL handshakes fail. 
7699                 Fixes bug 1082, 'incorrect / imprecise 
7700                 error message when imap server provides 
7701                 ssl only through STARTTLS but SSL is 
7702                 selected'
7703
7704 2006-12-15 [wwp]        2.6.1cvs42
7705
7706         * src/plugins/bogofilter/bogofilter_gtk.c
7707                 set proper sensitivity to widgets I've recently added.
7708
7709 2006-12-15 [colin]      
7710
7711         2.7.0-rc1 released
7712
7713 2006-12-15 [wwp]        2.6.1cvs41
7714
7715         * src/plugins/bogofilter/bogofilter.c
7716         * src/plugins/bogofilter/bogofilter.h
7717         * src/plugins/bogofilter/bogofilter_gtk.c
7718                 bogofilter's whitelist can now use a subset of
7719                 the addressbook (either a book, a subfolder of a book,
7720                 or the whole addressbook by using "Any"). Re-used there
7721                 some pref_matcher widgets and mechanisms to match a subset
7722                 of the addressbook.
7723
7724 2006-12-15 [wwp]        2.6.1cvs40
7725
7726         * src/wizard.c
7727         * src/common/plugin.c
7728         * src/common/plugin.h
7729         * src/gtk/about.c
7730         * src/plugins/bogofilter/bogofilter.c
7731         * src/plugins/clamav/clamav_plugin.c
7732         * src/plugins/demo/demo.c
7733         * src/plugins/dillo_viewer/dillo_viewer.c
7734         * src/plugins/pgpcore/plugin.c
7735         * src/plugins/pgpinline/plugin.c
7736         * src/plugins/pgpmime/plugin.c
7737         * src/plugins/spamassassin/spamassassin.c
7738         * src/plugins/trayicon/trayicon.c
7739                 factorize some translatable strings (plugins-related),
7740                 fix missing punctuation in several places,
7741                 remove useless translatable \n in about.c,
7742                 and factorize plugin init code w/ a new function
7743                 check_plugin_version() in common/plugin.c.
7744                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7745
7746 2006-12-15 [wwp]        2.6.1cvs39
7747
7748         * src/plugins/bogofilter/bogofilter.c
7749         * src/plugins/bogofilter/bogofilter_gtk.c
7750                 flag whitelisted spams as spam, but don't filter it to the spam
7751                 folder. Thanks to Colin.
7752
7753 2006-12-15 [ticho]      2.6.1cvs38
7754
7755         * src/plugins/bogofilter/bogofilter.c
7756         * src/plugins/bogofilter/bogofilter.h
7757         * src/plugins/bogofilter/bogofilter_gtk.c
7758                 Add option to whitelist senders found in addressbook. Patch by colin.
7759
7760 2006-12-15 [paul]       2.6.1cvs37
7761
7762         * src/folderview.c
7763                 add missing #include "log.h"
7764
7765 2006-12-15 [paul]       2.6.1cvs36
7766
7767         * src/plugins/bogofilter/bogofilter.c
7768         * src/plugins/bogofilter/bogofilter.h
7769         * src/plugins/bogofilter/bogofilter_gtk.c
7770                 Add an option to allow inserting an
7771                 X-Claws-Bogosity header (on MH folders
7772                 only). Patch by Colin
7773
7774 2006-12-14 [colin]      2.6.1cvs35
7775
7776         * src/main.c
7777                 "Yes" should be the default choice for
7778                 migration configuration
7779
7780 2006-12-14 [paul]       2.6.1cvs34
7781
7782         * src/prefs_summaries.c
7783         * manual/advanced.xml
7784                 Unhide mark_as_read_delay
7785
7786 2006-12-14 [paul]       2.6.1cvs33
7787
7788         * src/messageview.c
7789         * src/messageview.h
7790         * src/mimeview.c
7791         * src/mimeview.h
7792         * src/summaryview.c
7793         * src/textview.c
7794         * src/textview.h
7795                 Fix printing of selection
7796                 Fix printing of message parts
7797                 Fix printing of images
7798         * src/gtk/gtksourceprintjob.c
7799                 Fix page count when there are images
7800
7801 2006-12-14 [wwp]        2.6.1cvs32
7802
7803         * src/mainwindow.c
7804         * src/summaryview.c
7805         * src/summaryview.h
7806         * src/gtk/quicksearch.c
7807                 fix quicksearch 'magnify' button status when QS is closed
7808                 using the Escape key, thanks to Colin.
7809
7810 2006-12-14 [wwp]        2.6.1cvs31
7811
7812         * src/mainwindow.c
7813         * src/summaryview.c
7814         * src/summaryview.h
7815         * src/gtk/quicksearch.c
7816                 fix quicksearch 'magnify' button status when QS is closed
7817                 using the Escape key, thanks to Colin.
7818
7819 2006-12-13 [colin]      2.6.1cvs30
7820
7821         * src/ldapquery.c
7822         * src/ldaputil.c
7823                 Use the binary safe version of ldap_get_values,
7824                 to make sure we manipulate null-terminated 
7825                 strings. Maybe fixes bug 1075, 'claws mail 
7826                 segfault when completing ldap adresses'
7827         * src/syldap.c ** REMOVED **
7828         * src/syldap.h ** REMOVED **
7829                 Remove dead files
7830
7831 2006-12-13 [mones]      2.6.1cvs29
7832
7833         * po/es.po
7834                 Fixed piped strings, fixed click translation
7835
7836 2006-12-13 [paul]       2.6.1cvs28
7837
7838         * src/main.c
7839                 don't translate these strings
7840
7841 2006-12-13 [paul]       2.6.1cvs27
7842
7843         * po/en_GB.po
7844                 updated
7845
7846 2006-12-13 [colin]      2.6.1cvs26
7847
7848         * src/main.c
7849         * src/main.h
7850                 Add claws_is_starting()
7851
7852 2006-12-13 [mones]      2.6.1cvs25
7853
7854         * manual/es/advanced.xml
7855         * po/es.po
7856                 Synced manual and updated translation
7857
7858 2006-12-12 [colin]      2.6.1cvs24
7859
7860         * src/wizard.c
7861                 Add an option to use STARTTLS in the
7862                 welcome wizard. Fixes bug 1080, 
7863                 'Using SSL option in wizard for incoming 
7864                 server does not activate SSL with STARTTLS'
7865
7866 2006-12-12 [colin]      2.6.1cvs23
7867
7868         * src/main.c
7869                 Don't exit when there's an incomplete
7870                 mailbox configured - leaves a chance 
7871                 to fix a failing IMAP account. Exit
7872                 if no mailbox at all is loaded (case
7873                 of missing plugin).
7874                 Completes bug 1077's fix (I was wrong
7875                 in this bug's comment #3).
7876
7877 2006-12-12 [colin]      2.6.1cvs22
7878
7879         * src/gtk/menu.h
7880                 Add another menu data type
7881         * src/prefs_account.c
7882                 Complete the completion of bug 1076
7883                 (doesn't lose the pref on apply)
7884
7885 2006-12-12 [paul]       2.6.1cvs21
7886
7887         * src/prefs_account.c
7888                 complete the fix of bug 1076
7889                 also be more verbose with the text
7890
7891 2006-12-12 [paul]       2.6.1cvs20
7892
7893         * src/gtk/combobox.c
7894                 fix compilation warning
7895
7896 2006-12-11 [colin]      2.6.1cvs19
7897
7898         * src/wizard.c
7899                 Document :port in server entry tooltips
7900
7901 2006-12-11 [colin]      2.6.1cvs18
7902
7903         * src/main.c
7904                 Fix compile
7905
7906 2006-12-11 [colin]      2.6.1cvs17
7907
7908         * src/main.c
7909                 Add failing IMAP as a reason for no
7910                 mailbox
7911
7912 2006-12-11 [colin]      2.6.1cvs16
7913
7914         * src/prefs_account.c
7915                 Check for existence of inbox for local
7916                 accounts too
7917         * src/wizard.c
7918                 Allow setting the port to use for servers
7919                 by using the usual "server.example.com:port"
7920                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7921                 not start when IMAP server is unavailable'
7922
7923 2006-12-11 [colin]      2.6.1cvs15
7924
7925         * src/prefs_account.c
7926                 Prevent use of non-existing default inbox
7927
7928 2006-12-11 [colin]      2.6.1cvs14
7929
7930         * src/prefs_account.c
7931                 Fix sensitivity. Fixes bug 1076, 'privacy 
7932                 options are displayed even when pgp plugin 
7933                 not loaded / available'
7934
7935 2006-12-09 [colin]      2.6.1cvs13
7936
7937         * manual/advanced.xml
7938         * src/prefs_common.c
7939         * src/prefs_common.h
7940         * src/common/ssl_certificate.c
7941                 Add a new hidden preference, 'unsafe_ssl_certs',
7942                 which allows to store multiple certificates per
7943                 server/port. This is disabled by default because
7944                 it's less secure (presenting a new certificate
7945                 instead of a changed one raises less alarms).
7946                 This will cause Claws to ask about an unknown
7947                 certificate for people who have used 2.6.1cvs8
7948                 or greater.
7949
7950 2006-12-09 [colin]      2.6.1cvs12
7951
7952         * src/action.c
7953                 Fix cache updating after action
7954
7955 2006-12-07 [wwp]        2.6.1cvs11
7956
7957         * src/compose.c
7958                 fix email address comparison when replying to all
7959                 (avoid replying to ourselves), thanks to Colin.
7960
7961 2006-12-06 [paul]       2.6.1cvs10
7962
7963         * src/addrharvest.c
7964         * src/editldap.c
7965         * src/expldifdlg.c
7966         * src/news.c
7967         * src/toolbar.c
7968         * src/common/utils.c
7969                 ...and more renaming
7970                 Thanks to Colin
7971
7972 2006-12-06 [paul]       2.6.1cvs9
7973
7974         * src/compose.c
7975         * src/messageview.c
7976         * src/procheader.c
7977         * src/procmime.c
7978         * src/procmsg.c
7979         * src/textview.c
7980                 more renaming
7981                 Thanks to Colin
7982
7983 2006-12-06 [colin]      2.6.1cvs8
7984
7985         * src/ssl_manager.c
7986         * src/common/ssl_certificate.c
7987         * src/common/ssl_certificate.h
7988                 Handle multiple certificates per host/port
7989
7990 2006-12-06 [colin]      2.6.1cvs7
7991
7992         * src/etpan/imap-thread.c
7993                 Fix certificate checking on IMAP
7994
7995 2006-12-06 [colin]      2.6.1cvs6
7996
7997         * src/folderview.c
7998                 Fix bug 1072, 'Claws stops fetching newsgroups 
7999                 from server when newsgroup got deleted': continue
8000                 checking other groups
8001
8002 2006-12-05 [wwp]        2.6.1cvs5
8003
8004         * src/message_search.c
8005         * src/summary_search.c
8006         * src/gtk/combobox.c
8007         * src/gtk/combobox.h
8008         * src/gtk/gtkutils.c
8009         * src/gtk/gtkutils.h
8010                 make up and down arrow keys in modern gtk_combo_box_entry widgets
8011                 behave like w/ old comboboxes (summary and message search only).
8012
8013 2006-12-05 [paul]       2.6.1cvs4
8014
8015         * src/wizard.c
8016                 encode headers
8017                 Thanks to Colin
8018
8019 2006-12-05 [paul]       2.6.1cvs3
8020
8021         * tools/README
8022         * tools/textviewer.pl
8023                 script updated and description added
8024
8025 2006-12-04 [colin]      2.6.1cvs2
8026
8027         * src/compose.c
8028                 Run pre-send hook only when checking
8029                 everything
8030
8031 2006-12-04 [paul]       2.6.1cvs1
8032
8033         * NEWS
8034         * README
8035         * RELEASE_NOTES
8036         * configure.ac
8037         * tools/README
8038                 bump up version number following stable release
8039
8040 2006-12-04 [paul]       2.6.0cvs83
8041
8042         * README
8043                 updates and corrections
8044
8045 2006-12-04 [colin]      2.6.0cvs82
8046
8047         * src/common/utils.c
8048                 Probably fix bug 1066, 'Incorrect mailbox 
8049                 size displayed'
8050
8051 2006-12-04 [colin]      2.6.0cvs81
8052
8053         * src/common/utils.c
8054                 Trim tabs from mailcap file too.
8055
8056 2006-12-02 [paul]       2.6.0cvs80
8057
8058         * src/exphtmldlg.c
8059                 fix broken GUI under certain languages
8060         * src/expldifdlg.c
8061                 put the Cancel button to the right
8062
8063 2006-12-01 [paul]       2.6.0cvs79
8064
8065         * tools/Makefile.am
8066                 remove reference to removed file
8067
8068 2006-12-01 [wwp]        2.6.0cvs78
8069
8070         * src/addressbook.c
8071         * src/editaddress.c
8072                 remove forgotten debug statements.
8073
8074 2006-12-01 [wwp]        2.6.0cvs77
8075
8076         * manual/advanced.xml
8077         * manual/fr/advanced.xml
8078         * src/addressbook.c
8079         * src/addressbook.h
8080         * src/addressitem.h
8081         * src/editaddress.c
8082         * src/editaddress.h
8083         * src/prefs_common.c
8084         * src/prefs_common.h
8085         * src/gtk/gtkutils.c
8086         * src/gtk/gtkutils.h
8087                 add a hidden option to allow embedding the editaddress (edit contact details)
8088                 dialog into the addressbook's window. This doesn't change the default
8089                 behaviour.
8090
8091 2006-12-01 [wwp]        2.6.0cvs76
8092
8093         * src/message_search.c
8094         * src/summary_search.c
8095                 fix more focus issues (don't set focus to combobox's entry widget when
8096                 entry's value changed, if entry widget has focus already).
8097
8098 2006-12-01 [wwp]        2.6.0cvs75
8099
8100         * src/gtk/quicksearch.c
8101                 revert last changes to the quicksearch gtk_combo_box, this needs more
8102                 tuning and testing.
8103
8104 2006-12-01 [paul]       2.6.0cvs74
8105
8106         * tools/kdeservicemenu/README
8107         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8108         * tools/kdeservicemenu/install.sh
8109         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8110         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8111                 simplify this stuff, and in so doing,
8112                 fix it. (possibly re-extend it again at
8113                 a later date)
8114
8115 2006-12-01 [wwp]        2.6.0cvs73
8116
8117         * src/gtk/quicksearch.c
8118                 adapt quicksearch code to use modern gtk_combo_box'es.
8119
8120 2006-12-01 [wwp]        2.6.0cvs72
8121
8122         * src/common/defs.h
8123         * src/prefs_common.c
8124         * src/prefs_common.h
8125         * src/message_search.c
8126         * src/summary_search.c
8127         * src/gtk/combobox.c
8128         * src/gtk/combobox.h
8129                 add history combos to all message and summary search fields.
8130
8131 2006-12-01 [wwp]        2.6.0cvs71
8132
8133         * src/summaryview.c
8134                 As the list may change while the mark as read delay
8135                 runs, we can't rely on the 'row' pointer, which can
8136                 be invalid when the timeout is called. As the mark
8137                 as read is only done if the message is still selected,
8138                 use summaryview->selected instead. Thanks to Colin.
8139
8140 2006-11-30 [paul]       2.6.0cvs70
8141
8142         * src/textview.c
8143                 give emphasis to "Sylpheed-Claws"
8144                 as well as "Claws Mail"
8145
8146 2006-11-30 [colin]      2.6.0cvs69
8147
8148         * src/wizard.c
8149                 Put the SSL checkboxes in the receiving
8150                 and sending server pages.
8151
8152 2006-11-29 [colin]      2.6.0cvs68
8153
8154         * src/gtk/gtkutils.c
8155         * src/gtk/gtkvscrollbutton.c
8156                 Revert some deprecated fixes - they seem to
8157                 deprecate stuff as soon as a new one gets out.
8158                 g_object_ref_sink needed glib-2.10.
8159
8160 2006-11-29 [colin]      2.6.0cvs67
8161
8162         * src/common/utils.c
8163                 Create .mailcap if it doesn't exist
8164
8165 2006-11-29 [colin]      2.6.0cvs66
8166
8167         * src/compose.c
8168                 Followup to cvs60: use original list
8169                 of recipients if replying to a mail
8170                 in Sent Drafts or Queue.
8171
8172 2006-11-27 [paul]       2.6.0cvs65
8173
8174         * src/image_viewer.c
8175                 revert the last change for now (it's broken)
8176
8177 2006-11-27 [paul]       2.6.0cvs64
8178
8179         * Makefile.am
8180         * configure.ac
8181         * m4/aclocal-include.m4
8182         * m4/check-type.m4
8183         * src/Makefile.am
8184         * src/addr_compl.c
8185         * src/compose.c
8186         * src/crash.c
8187         * src/export.c
8188         * src/exporthtml.c
8189         * src/exportldif.c
8190         * src/imap.c
8191         * src/import.c
8192         * src/main.c
8193         * src/main.h
8194         * src/matcher.c
8195         * src/mimeview.c
8196         * src/procmsg.c
8197         * src/textview.c
8198         * src/common/Makefile.am
8199         * src/common/claws.c
8200         * src/common/claws.h
8201         * src/common/ssl.c
8202         * src/common/sylpheed.c
8203         * src/common/sylpheed.h
8204         * src/etpan/Makefile.am
8205         * src/gtk/Makefile.am
8206         * src/gtk/claws-marshal.list
8207         * src/gtk/filesel.c
8208         * src/gtk/gtksctree.c
8209         * src/gtk/quicksearch.c
8210         * src/gtk/sylpheed-marshal.list
8211         * src/plugins/bogofilter/bogofilter.c
8212         * src/plugins/bogofilter/bogofilter_gtk.c
8213         * src/plugins/clamav/clamav_plugin.c
8214         * src/plugins/clamav/clamav_plugin_gtk.c
8215         * src/plugins/demo/demo.c
8216         * src/plugins/dillo_viewer/dillo_viewer.c
8217         * src/plugins/pgpcore/Makefile.am
8218         * src/plugins/pgpcore/claws.def
8219         * src/plugins/pgpcore/pgp_viewer.c
8220         * src/plugins/pgpcore/plugin.c
8221         * src/plugins/pgpcore/sylpheed.def
8222         * src/plugins/pgpinline/Makefile.am
8223         * src/plugins/pgpinline/claws.def
8224         * src/plugins/pgpinline/plugin.c
8225         * src/plugins/pgpinline/sylpheed.def
8226         * src/plugins/pgpmime/Makefile.am
8227         * src/plugins/pgpmime/claws.def
8228         * src/plugins/pgpmime/plugin.c
8229         * src/plugins/pgpmime/sylpheed.def
8230         * src/plugins/spamassassin/spamassassin.c
8231         * src/plugins/spamassassin/spamassassin_gtk.c
8232         * src/plugins/trayicon/trayicon.c
8233                 yet more renaming
8234                 remove deprecated gtk_tooltips_set_delay()
8235
8236 2006-11-26 [paul]       2.6.0cvs63
8237
8238         * src/expldifdlg.c
8239         * src/folderview.c
8240         * src/image_viewer.c
8241         * src/mainwindow.c
8242         * src/gtk/gtkutils.c
8243         * src/gtk/gtkvscrollbutton.c
8244         * src/gtk/prefswindow.c
8245         * src/plugins/pgpcore/prefs_gpg.c
8246                 replace more deprecated GTK+ functions
8247
8248 2006-11-26 [paul]       2.6.0cvs62
8249
8250         * src/addr_compl.c
8251         * src/addressbook.c
8252         * src/browseldap.c
8253                 replace deprecated gtk_idle_... functions
8254
8255 2006-11-26 [paul]       2.6.0cvs61
8256
8257         * src/compose.c
8258         * src/folderview.c
8259         * src/inc.c
8260         * src/summaryview.c
8261         * src/gtk/gtkvscrollbutton.c
8262         * src/gtk/quicksearch.c
8263         * src/plugins/pgpcore/passphrase.c
8264                 replace deprecated gtk_timeout_add and
8265                 gtk_timeout_remove
8266
8267 2006-11-26 [paul]       2.6.0cvs60
8268
8269         * src/compose.c
8270                 fix bug that caused the wrong recipient
8271                 to be selected when replying to a msg
8272                 which is From one of our accounts to
8273                 another of our accounts
8274
8275 2006-11-25 [paul]       2.6.0cvs59
8276
8277         * src/summaryview.c
8278                 don't change the From column title to
8279                 To if the To column is visible
8280
8281 2006-11-24 [paul]       2.6.0cvs58
8282
8283         * src/compose.c
8284                 fix bug 1069, 'Sent mails disappear, BCC
8285                 or locking problem?'
8286
8287 2006-11-21 [wwp]        2.6.0cvs57
8288
8289         * src/compose.c
8290                 fix spelling menu when replying (same as 2.3.1cvs39):
8291                 discrepancy between context menu and top menu when
8292                 folder's dictionary isn't the default one.
8293
8294 2006-11-19 [paul]       2.6.0cvs56
8295
8296         * src/summaryview.c
8297                 obey always_show_msg option when
8298                 marking as spam
8299         * src/plugins/bogofilter/bogofilter.c
8300                 fix typo
8301
8302 2006-11-18 [paul]       2.6.0cvs55
8303
8304         * AUTHORS
8305         * README
8306         * debian/copyright
8307         * manual/ack.xml
8308         * manual/es/ack.xml
8309         * manual/fr/ack.xml
8310         * manual/pl/ack.xml
8311         * src/gtk/authors.h
8312         * src/gtk/icon_legend.c
8313         * src/gtk/icon_legend.h
8314         * tools/OOo2claws-mail.pl
8315         * tools/README
8316         * tools/acroread2claws-mail.pl
8317         * tools/claws.i18n.status.pl
8318         * tools/filter_conv.pl
8319         * tools/filter_conv_new.pl
8320         * tools/freshmeat_search.pl
8321         * tools/google_search.pl
8322         * tools/kmail2claws-mail.pl
8323         * tools/kmail2claws-mail_v2.pl
8324         * tools/maildir2claws-mail.pl
8325         * tools/make.themes.project
8326         * tools/multiwebsearch.pl
8327         * tools/outlook2claws-mail.pl
8328         * tools/tb2claws-mail
8329         * tools/kdeservicemenu/README
8330         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8331                 update mine and wwp's email addresses in
8332                 several places
8333                 Patch by wwp
8334         * src/prefs_compose_writing.c
8335                 set sensitivity on 'new message format' frame
8336
8337 2006-11-17 [paul]       2.6.0cvs54
8338
8339         * src/gtk/about.c
8340                 more reworking of the GUI
8341                 Patch by Fabien Vantard
8342
8343 2006-11-16 [paul]       2.6.0cvs53
8344
8345         * src/gtk/about.c
8346                 set a minimum size for the window, allow
8347                 it to automatically expand as necessary
8348
8349 2006-11-16 [wwp]        2.6.0cvs52
8350
8351         * src/gtk/about.c
8352                 better wrap of copyright info on some systems.
8353
8354 2006-11-16 [paul]       2.6.0cvs51
8355
8356         * src/gtk/about.c
8357                 move the tech info from the upper panel
8358                 to the Info tab
8359                 use a gtk_text_view for the features tab
8360
8361 2006-11-16 [paul]       2.6.0cvs50
8362
8363         * po/Makevars
8364                 update my email address
8365         * src/addressbook.c
8366         * src/compose.c
8367         * src/imap_gtk.c
8368         * src/mh_gtk.c
8369         * src/news_gtk.c
8370         * src/summaryview.c
8371         * src/plugins/trayicon/trayicon.c
8372                 don't offer simple menu separators
8373                 for translation
8374         * src/folderview.c
8375                 add separator between 'mark all read'
8376                 and 'search folder'
8377
8378 2006-11-15 [wwp]        2.6.0cvs49
8379
8380         * src/gtk/authors.h
8381                 updated manuals authors.
8382
8383 2006-11-14 [paul]       2.6.0cvs48
8384
8385         * src/compose.c
8386                 Fix Options/Reply mode after draft save
8387
8388 2006-11-14 [paul]       2.6.0cvs47
8389
8390         * src/Makefile.am
8391                 Fix make DESTDIR=...
8392         * src/mbox.c
8393                 Optimise speed
8394         * src/plugins/pgpinline/pgpinline.c
8395                 Probably fix bug 1061
8396
8397 2006-11-14 [paul]       2.6.0cvs46
8398
8399         * po/Makevars
8400                 enable Q_ macro
8401         * src/Makefile.am
8402         * src/stock_pixmap.c
8403         * src/stock_pixmap.h
8404         * src/gtk/about.c
8405         * src/pixmaps/active.xpm
8406         * src/pixmaps/inactive.xpm
8407                 add a new page, 'Features', to the About dialog
8408                 showing which features are compiled in and which
8409                 are not
8410
8411 2006-11-14 [paul]       2.6.0cvs45
8412
8413         * po/ru.po
8414                 updated by Pavlo Bohmat
8415
8416 2006-11-14 [colin]      2.6.0cvs44
8417
8418         * src/compose.c
8419         * src/inc.c
8420         * src/messageview.c
8421         * src/news.c
8422         * src/pop.c
8423         * src/procmsg.c
8424         * src/gtk/gtkaspell.c
8425                 Fix 64-bit-related warnings
8426         * src/ssl_manager.c
8427                 Fix possible infinite loop
8428         * src/plugins/pgpcore/sgpgme.c
8429                 Remove useless check
8430
8431 2006-11-13 [colin]      2.6.0cvs43
8432
8433         * src/gtk/Makefile.am
8434                 authors.h isn't generated
8435
8436 2006-11-13 [colin]      2.6.0cvs42
8437
8438         * src/plugins/pgpinline/pgpinline.c
8439         * src/plugins/pgpmime/pgpmime.c
8440                 Very probably fix bug 1061, 'crash on 
8441                 opening signed email'. Another cast
8442                 problem
8443
8444 2006-11-13 [colin]      2.6.0cvs41
8445
8446         * src/plugins/pgpcore/sgpgme.c
8447                 Maybe fix bug 1061, 'crash on opening 
8448                 signed email'
8449
8450 2006-11-13 [wwp]        2.6.0cvs40
8451
8452         * src/plugins/pgpinline/pgpinline.c
8453                 fix candidate for bug #1057, thanks to Colin.
8454
8455 2006-11-13 [wwp]        2.6.0cvs39
8456
8457         * src/compose.c
8458         * src/quote_fmt_parse.y
8459                 fix bug 1052: current parser buffer was not always 
8460                 allocated, ptr to this buffer could be returned as 
8461                 NULL whereas no parser error has occurred. in 
8462                 consequence, defining a template body as "%d" 
8463                 (w/o the quotes) for the first time of the instance 
8464                 of claws-mail, was reporting a parser error. make 
8465                 sure that the buffer is always allocated, even to 
8466                 an empty string.
8467                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8468                 unescaping of the fmt string was always done 
8469                 whereas it must be done *only* when receiving 
8470                 quote format strings issued from the prefs 
8471                 (compose new message, reply, forward, redirect 
8472                 formats), *not* when applying templates.  in 
8473                 consequences, applying templates w/ sequences 
8474                 like \\|p{echo} were failing. make sure that 
8475                 unescaping is done only when necessary.
8476
8477 2006-11-12 [colin]      2.6.0cvs38
8478
8479         * po/de.po
8480                 Fix typo (s/KB/MB)
8481
8482 2006-11-12 [colin]      2.6.0cvs37
8483
8484         * src/plugins/pgpinline/pgpinline.c
8485         * src/plugins/pgpmime/pgpmime.c
8486                 Release GPG context at the latest 
8487                 possible moment. Maybe fixes 
8488                 bug 1057, 'crash on sending signed 
8489                 message to a newsgroup'
8490                 
8491
8492 2006-11-12 [colin]      2.6.0cvs36
8493
8494         * src/plugins/pgpcore/sgpgme.c
8495                 Tell a bit more when gpg's status doesn't
8496                 contain any signature
8497
8498 2006-11-12 [colin]      2.6.0cvs35
8499
8500         * src/compose.c
8501                 Fix bug 1060, 'compilation error with 
8502                 Irix's cc'
8503
8504 2006-11-12 [paul]       2.6.0cvs34
8505
8506         * doc/man/claws-mail.1
8507         * src/prefs_gtk.c
8508         * src/plugins/clamav/README
8509         * src/plugins/spamassassin/README
8510         * tools/README
8511         * tools/freshmeat_search.pl
8512         * tools/google_search.pl
8513         * tools/multiwebsearch.pl
8514                 more renaming
8515         * src/plugins/trayicon/trayicon.c
8516                 fix compiliation warning
8517
8518 2006-11-11 [colin]      2.6.0cvs33
8519
8520         * src/folderview.c
8521                 Forbid drag and drop from/to different
8522                 folders of type F_UNKNOWN
8523
8524 2006-11-11 [colin]      2.6.0cvs32
8525
8526         * src/plugins/pgpinline/pgpinline.c
8527                 Fix typo in previous commit:
8528                 - gpgme_new(&ctx);
8529                 + if ((err = gpgme_new(&data->ctx)) ...)
8530
8531 2006-11-11 [colin]      2.6.0cvs31
8532
8533         * src/plugins/pgpinline/pgpinline.c
8534         * src/plugins/pgpmime/pgpmime.c
8535                 Check success after calling gpgme_new
8536                 Maybe fixes bug 1057, 'crash on sending 
8537                 signed message to a newsgroup'
8538
8539 2006-11-11 [colin]      2.6.0cvs30
8540
8541         * src/undo.c
8542                 init undostruct to 0s (from
8543                 valgrind log of bug 1057)
8544
8545 2006-11-10 [colin]      2.6.0cvs29
8546
8547         * src/mainwindow.c
8548                 Set cursor to wait before filtering
8549                 duplicates in all folders
8550         * src/plugins/bogofilter/bogofilter.c
8551         * src/plugins/bogofilter/bogofilter.h
8552         * src/plugins/bogofilter/bogofilter_gtk.c
8553                 Completely thread away the bogofilter
8554                 filtering
8555
8556 2006-11-10 [mones]      2.6.0cvs28
8557
8558         * src/compose.c
8559         * src/compose.h
8560                 added COMPOSE_CHECK_BEFORE_SEND hook
8561
8562 2006-11-10 [paul]       2.6.0cvs27
8563
8564         * src/crash.c
8565                 more renaming
8566                 add libSM to get_compiled_in_features()
8567         * src/main.c
8568                 more renaming
8569
8570 2006-11-10 [colin]      2.6.0cvs26
8571
8572         * src/etpan/imap-thread.c
8573                 Add a reference to libetpan's sasl engine
8574                 so that sasl_done() doesn't get called by
8575                 libetpan, and doesn't break openssl.
8576                 Should fix bug 1053, 'SC fails to reestablish 
8577                 a secure connection'
8578                 Patch by Hoa
8579
8580 2006-11-10 [colin]      2.6.0cvs25
8581
8582         * manual/addrbook.xml
8583         * manual/advanced.xml
8584         * manual/faq.xml
8585         * manual/intro.xml
8586                 Some more renaming
8587
8588 2006-11-09 [colin]      2.6.0cvs24
8589
8590         * src/plugins/bogofilter/bogofilter_gtk.c
8591                 Add comment about annoyance
8592
8593 2006-11-09 [colin]      2.6.0cvs23
8594
8595         * src/plugins/bogofilter/bogofilter.c
8596         * src/plugins/bogofilter/bogofilter_gtk.c
8597                 Prepare things needed to thread bogofilter
8598                 filtering: separate bogo stuff and possible GUI
8599                 stuff. 
8600
8601 2006-11-09 [colin]      2.6.0cvs22
8602
8603         * src/account.c
8604         * src/compose.c
8605                 Search for one of our accounts in Delivered-To
8606                 (helps for auto-account selection when 
8607                  replying/forwarding)
8608         * src/folderview.c
8609         * src/mainwindow.c
8610         * src/mainwindow.h
8611         * src/plugins/trayicon/trayicon.c
8612                 Allow opening a new mail with any account from
8613                 the contextual menu
8614
8615 2006-11-09 [wwp]        2.6.0cvs21
8616
8617         * src/compose.c
8618         * src/prefs_common.c
8619         * src/prefs_common.h
8620         * src/prefs_compose_writing.c
8621                 add a compose new message format (in prefs/compose/writing), it's a
8622                 simple subject+body template to use when opening a new composition
8623                 window. It's similar to the existent reply and forward formats.
8624
8625                 enhanced the template/format % symbols substitution mechanism to
8626                 use current composition window information when % are used in
8627                 the compose new message format or in templates applied to new
8628                 messages (there were useless in that situations before). When
8629                 applied to new messages, %d corresponds to the system time/date.
8630
8631 2006-11-09 [paul]       2.6.0cvs20
8632
8633         * src/gtk/authors.h
8634                 fix last commit
8635
8636 2006-11-09 [paul]       2.6.0cvs19
8637
8638         * src/gtk/authors.h
8639                 keep tje alphabetical order
8640
8641 2006-11-08 [colin]      2.6.0cvs18
8642
8643         * src/etpan/imap-thread.c
8644                 Fix bug 1054, 'Slowness logging big 
8645                 data chunks'
8646
8647 2006-11-08 [paul]       2.6.0cvs17
8648
8649         * tools/Makefile.am
8650                 fix the renaming
8651
8652 2006-11-08 [paul]       2.6.0cvs16
8653
8654         * src/common/defs.h
8655                 update BUGZILLA_URI
8656
8657 2006-11-08 [paul]       2.6.0cvs15
8658
8659         * tools/Makefile.am
8660         * tools/OOo2claws-mail.pl
8661         * tools/OOo2sylpheed.pl
8662         * tools/README
8663         * tools/acroread2claws-mail.pl
8664         * tools/acroread2sylpheed.pl
8665         * tools/kmail2claws-mail.pl
8666         * tools/kmail2claws-mail_v2.pl
8667         * tools/kmail2sylpheed.pl
8668         * tools/kmail2sylpheed_v2.pl
8669         * tools/maildir2claws-mail.pl
8670         * tools/maildir2sylpheed.pl
8671         * tools/nautilus2claws-mail.sh
8672         * tools/nautilus2sylpheed.sh
8673         * tools/outlook2claws-mail.pl
8674         * tools/outlook2sylpheed.pl
8675         * tools/tb2claws-mail
8676         * tools/tb2sylpheed
8677         * tools/tbird2claws.py
8678         * tools/tbird2syl.py
8679         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8680         * tools/kdeservicemenu/install.sh
8681         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8682         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8683         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8684         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8685         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8686                 renamed (removed, added) tools files
8687
8688 2006-11-08 [paul]       2.6.0cvs14
8689
8690         * src/main.c
8691         * src/common/defs.h
8692                 Migrate sylpheedrc to clawsrc, and fix the standard
8693                 plugins path in the process
8694
8695 2006-11-07 [colin]      2.6.0cvs13
8696
8697         * src/Makefile.am
8698                 Symlink sylpheed-claws relative to 
8699                 claws-mail
8700
8701 2006-11-07 [colin]      2.6.0cvs12
8702
8703         * src/compose.c
8704                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8705
8706 2006-11-07 [paul]       2.6.0cvs11
8707
8708         * src/gtk/about.c
8709                 Fix a missed occurence of
8710                 Sylpheed-Claws
8711
8712 2006-11-07 [paul]       2.6.0cvs10
8713
8714         * src/Makefile.am
8715                 Fix symlink installation
8716
8717 2006-11-07 [paul]       2.6.0cvs9
8718
8719         * src/Makefile.am
8720                 Symlink claws-mail to sylpheed-claws
8721         * src/common/utils.c
8722                 Fix migrating symlinks
8723         * src/etpan/imap-thread.c
8724                 check certificate only when there's
8725                 no error
8726
8727 2006-11-07 [paul]       2.6.0cvs8
8728
8729         * Makefile.am
8730                 Fix icon breakages with Gtk, which needs a 
8731                 cache updated to see them.
8732
8733 2006-11-07 [paul]       2.6.0cvs7
8734
8735         * .cvsignore
8736         * AUTHORS
8737         * COPYING
8738         * INSTALL
8739         * Makefile.am
8740         * NEWS
8741         * README
8742         * RELEASE_NOTES
8743         * autogen.sh
8744         * claws-mail-128x128.png
8745         * claws-mail-64x64.png
8746         * claws-mail.ico
8747         * claws-mail.pc.in
8748         * claws-mail.png
8749         * configure.ac
8750         * sylpheed-claws-128x128.png
8751         * sylpheed-claws-64x64.png
8752         * sylpheed-claws.desktop
8753         * sylpheed-claws.ico
8754         * sylpheed-claws.pc.in
8755         * sylpheed-claws.png
8756         * debian/README.Debian
8757         * debian/changelog
8758         * debian/claws-mail.desktop
8759         * debian/claws-mail.menu
8760         * debian/claws-mail.postinst.debhelper
8761         * debian/claws-mail.postrm.debhelper
8762         * debian/control
8763         * debian/copyright
8764         * debian/files
8765         * debian/rules
8766         * debian/sylpheed-claws.desktop
8767         * debian/sylpheed-claws.menu
8768         * debian/sylpheed-claws.postinst.debhelper
8769         * debian/sylpheed-claws.postrm.debhelper
8770         * doc/man/Makefile.am
8771         * doc/man/claws-mail.1
8772         * doc/man/sylpheed-claws.1
8773         * doc/src/ChangeLog.claws-pre0.8.0
8774         * manual/Makefile.am
8775         * manual/account.xml
8776         * manual/ack.xml
8777         * manual/addrbook.xml
8778         * manual/advanced.xml
8779         * manual/claws-mail-manual.xml
8780         * manual/faq.xml
8781         * manual/glossary.xml
8782         * manual/handling.xml
8783         * manual/intro.xml
8784         * manual/keyboard.xml
8785         * manual/plugins.xml
8786         * manual/starting.xml
8787         * manual/sylpheed-claws-manual.xml
8788         * manual/xml2pdf
8789         * manual/dist/.cvsignore
8790         * manual/dist/html/.cvsignore
8791         * manual/dist/html/Makefile.am
8792         * manual/dist/pdf/.cvsignore
8793         * manual/dist/pdf/Makefile.am
8794         * manual/dist/ps/.cvsignore
8795         * manual/dist/ps/Makefile.am
8796         * manual/dist/txt/.cvsignore
8797         * manual/dist/txt/Makefile.am
8798         * manual/es/Makefile.am
8799         * manual/es/advanced.xml
8800         * manual/es/claws-mail-manual.xml
8801         * manual/es/faq.xml
8802         * manual/es/glossary.xml
8803         * manual/es/handling.xml
8804         * manual/es/intro.xml
8805         * manual/es/plugins.xml
8806         * manual/es/sylpheed-claws-manual.xml
8807         * manual/es/dist/.cvsignore
8808         * manual/es/dist/html/.cvsignore
8809         * manual/es/dist/html/Makefile.am
8810         * manual/es/dist/pdf/.cvsignore
8811         * manual/es/dist/pdf/Makefile.am
8812         * manual/es/dist/ps/.cvsignore
8813         * manual/es/dist/ps/Makefile.am
8814         * manual/es/dist/txt/.cvsignore
8815         * manual/es/dist/txt/Makefile.am
8816         * manual/fr/Makefile.am
8817         * manual/fr/account.xml
8818         * manual/fr/ack.xml
8819         * manual/fr/addrbook.xml
8820         * manual/fr/advanced.xml
8821         * manual/fr/claws-mail-manual.xml
8822         * manual/fr/faq.xml
8823         * manual/fr/glossary.xml
8824         * manual/fr/handling.xml
8825         * manual/fr/intro.xml
8826         * manual/fr/keyboard.xml
8827         * manual/fr/plugins.xml
8828         * manual/fr/starting.xml
8829         * manual/fr/sylpheed-claws-manual.xml
8830         * manual/fr/dist/.cvsignore
8831         * manual/fr/dist/html/.cvsignore
8832         * manual/fr/dist/html/Makefile.am
8833         * manual/fr/dist/pdf/.cvsignore
8834         * manual/fr/dist/pdf/Makefile.am
8835         * manual/fr/dist/ps/.cvsignore
8836         * manual/fr/dist/ps/Makefile.am
8837         * manual/fr/dist/txt/.cvsignore
8838         * manual/fr/dist/txt/Makefile.am
8839         * manual/pl/Makefile.am
8840         * manual/pl/account.xml
8841         * manual/pl/ack.xml
8842         * manual/pl/addrbook.xml
8843         * manual/pl/advanced.xml
8844         * manual/pl/claws-mail-manual.xml
8845         * manual/pl/faq.xml
8846         * manual/pl/glossary.xml
8847         * manual/pl/handling.xml
8848         * manual/pl/intro.xml
8849         * manual/pl/keyboard.xml
8850         * manual/pl/plugins.xml
8851         * manual/pl/starting.xml
8852         * manual/pl/sylpheed-claws-manual.xml
8853         * manual/pl/dist/.cvsignore
8854         * manual/pl/dist/html/.cvsignore
8855         * manual/pl/dist/html/Makefile.am
8856         * manual/pl/dist/pdf/.cvsignore
8857         * manual/pl/dist/pdf/Makefile.am
8858         * manual/pl/dist/ps/.cvsignore
8859         * manual/pl/dist/ps/Makefile.am
8860         * manual/pl/dist/txt/.cvsignore
8861         * manual/pl/dist/txt/Makefile.am
8862         * po/.cvsignore
8863         * po/Makevars
8864         * src/.cvsignore
8865         * src/Makefile.am
8866         * src/account.c
8867         * src/account.h
8868         * src/action.c
8869         * src/action.h
8870         * src/adbookbase.h
8871         * src/addr_compl.c
8872         * src/addr_compl.h
8873         * src/addrbook.c
8874         * src/addrcache.c
8875         * src/addrcache.h
8876         * src/addrcindex.c
8877         * src/addrcindex.h
8878         * src/addrclip.c
8879         * src/addrclip.h
8880         * src/addrdefs.h
8881         * src/addressadd.c
8882         * src/addressadd.h
8883         * src/addressbook.c
8884         * src/addressbook.h
8885         * src/addressbook_foldersel.c
8886         * src/addressbook_foldersel.h
8887         * src/addrgather.c
8888         * src/addrgather.h
8889         * src/addrharvest.c
8890         * src/addrharvest.h
8891         * src/addrindex.c
8892         * src/addrindex.h
8893         * src/addritem.c
8894         * src/addritem.h
8895         * src/addrquery.c
8896         * src/addrquery.h
8897         * src/addrselect.c
8898         * src/addrselect.h
8899         * src/alertpanel.c
8900         * src/alertpanel.h
8901         * src/browseldap.c
8902         * src/browseldap.h
8903         * src/codeconv.c
8904         * src/codeconv.h
8905         * src/compose.c
8906         * src/crash.c
8907         * src/crash.h
8908         * src/customheader.c
8909         * src/customheader.h
8910         * src/displayheader.c
8911         * src/displayheader.h
8912         * src/editaddress.c
8913         * src/editaddress.h
8914         * src/editbook.c
8915         * src/editbook.h
8916         * src/editgroup.c
8917         * src/editgroup.h
8918         * src/editjpilot.c
8919         * src/editjpilot.h
8920         * src/editldap.c
8921         * src/editldap.h
8922         * src/editldap_basedn.c
8923         * src/editldap_basedn.h
8924         * src/editvcard.c
8925         * src/editvcard.h
8926         * src/exphtmldlg.c
8927         * src/exphtmldlg.h
8928         * src/expldifdlg.c
8929         * src/expldifdlg.h
8930         * src/export.c
8931         * src/exporthtml.c
8932         * src/exporthtml.h
8933         * src/exportldif.c
8934         * src/exportldif.h
8935         * src/filtering.c
8936         * src/filtering.h
8937         * src/folder.c
8938         * src/folder.h
8939         * src/folder_item_prefs.c
8940         * src/folder_item_prefs.h
8941         * src/foldersel.c
8942         * src/foldersel.h
8943         * src/folderutils.c
8944         * src/folderutils.h
8945         * src/folderview.c
8946         * src/folderview.h
8947         * src/grouplistdialog.c
8948         * src/grouplistdialog.h
8949         * src/html.c
8950         * src/html.h
8951         * src/image_viewer.c
8952         * src/image_viewer.h
8953         * src/imap.c
8954         * src/imap.h
8955         * src/imap_gtk.c
8956         * src/imap_gtk.h
8957         * src/import.c
8958         * src/import.h
8959         * src/importldif.c
8960         * src/importldif.h
8961         * src/importmutt.c
8962         * src/importmutt.h
8963         * src/importpine.c
8964         * src/importpine.h
8965         * src/inc.c
8966         * src/inc.h
8967         * src/jpilot.c
8968         * src/jpilot.h
8969         * src/ldapctrl.c
8970         * src/ldapctrl.h
8971         * src/ldaplocate.c
8972         * src/ldaplocate.h
8973         * src/ldapquery.c
8974         * src/ldapquery.h
8975         * src/ldapserver.c
8976         * src/ldapserver.h
8977         * src/ldaputil.c
8978         * src/ldaputil.h
8979         * src/ldif.c
8980         * src/ldif.h
8981         * src/localfolder.c
8982         * src/localfolder.h
8983         * src/main.c
8984         * src/main.h
8985         * src/mainwindow.c
8986         * src/mainwindow.h
8987         * src/manual.c
8988         * src/manual.h
8989         * src/matcher.c
8990         * src/matcher.h
8991         * src/matcher_parser.h
8992         * src/matcher_parser_lex.l
8993         * src/matcher_parser_parse.y
8994         * src/mbox.c
8995         * src/mbox.h
8996         * src/message_search.c
8997         * src/message_search.h
8998         * src/messageview.c
8999         * src/messageview.h
9000         * src/mh.c
9001         * src/mh.h
9002         * src/mh_gtk.c
9003         * src/mh_gtk.h
9004         * src/mimeview.c
9005         * src/mimeview.h
9006         * src/msgcache.c
9007         * src/msgcache.h
9008         * src/mutt.c
9009         * src/mutt.h
9010         * src/news.c
9011         * src/news.h
9012         * src/news_gtk.c
9013         * src/news_gtk.h
9014         * src/noticeview.c
9015         * src/noticeview.h
9016         * src/partial_download.c
9017         * src/partial_download.h
9018         * src/pine.c
9019         * src/pine.h
9020         * src/pop.c
9021         * src/pop.h
9022         * src/prefs_account.c
9023         * src/prefs_account.h
9024         * src/prefs_actions.c
9025         * src/prefs_actions.h
9026         * src/prefs_common.c
9027         * src/prefs_common.h
9028         * src/prefs_compose_writing.c
9029         * src/prefs_compose_writing.h
9030         * src/prefs_customheader.c
9031         * src/prefs_customheader.h
9032         * src/prefs_display_header.c
9033         * src/prefs_display_header.h
9034         * src/prefs_ext_prog.c
9035         * src/prefs_ext_prog.h
9036         * src/prefs_filtering.c
9037         * src/prefs_folder_column.c
9038         * src/prefs_folder_column.h
9039         * src/prefs_folder_item.c
9040         * src/prefs_folder_item.h
9041         * src/prefs_fonts.c
9042         * src/prefs_fonts.h
9043         * src/prefs_gtk.c
9044         * src/prefs_gtk.h
9045         * src/prefs_image_viewer.c
9046         * src/prefs_image_viewer.h
9047         * src/prefs_matcher.c
9048         * src/prefs_matcher.h
9049         * src/prefs_message.c
9050         * src/prefs_message.h
9051         * src/prefs_msg_colors.c
9052         * src/prefs_msg_colors.h
9053         * src/prefs_other.c
9054         * src/prefs_other.h
9055         * src/prefs_quote.c
9056         * src/prefs_quote.h
9057         * src/prefs_receive.c
9058         * src/prefs_receive.h
9059         * src/prefs_send.c
9060         * src/prefs_send.h
9061         * src/prefs_spelling.c
9062         * src/prefs_spelling.h
9063         * src/prefs_summaries.c
9064         * src/prefs_summaries.h
9065         * src/prefs_summary_column.c
9066         * src/prefs_summary_column.h
9067         * src/prefs_template.c
9068         * src/prefs_template.h
9069         * src/prefs_themes.c
9070         * src/prefs_themes.h
9071         * src/prefs_toolbar.c
9072         * src/prefs_toolbar.h
9073         * src/prefs_wrapping.c
9074         * src/prefs_wrapping.h
9075         * src/privacy.c
9076         * src/privacy.h
9077         * src/procheader.c
9078         * src/procheader.h
9079         * src/procmime.c
9080         * src/procmime.h
9081         * src/procmsg.c
9082         * src/procmsg.h
9083         * src/quote_fmt.c
9084         * src/quote_fmt_parse.y
9085         * src/recv.c
9086         * src/recv.h
9087         * src/remotefolder.c
9088         * src/remotefolder.h
9089         * src/send_message.c
9090         * src/send_message.h
9091         * src/setup.c
9092         * src/setup.h
9093         * src/sourcewindow.c
9094         * src/sourcewindow.h
9095         * src/ssl_manager.c
9096         * src/ssl_manager.h
9097         * src/statusbar.c
9098         * src/statusbar.h
9099         * src/stock_pixmap.c
9100         * src/stock_pixmap.h
9101         * src/summary_search.c
9102         * src/summary_search.h
9103         * src/summaryview.c
9104         * src/summaryview.h
9105         * src/syldap.c
9106         * src/syldap.h
9107         * src/textview.c
9108         * src/textview.h
9109         * src/toolbar.c
9110         * src/toolbar.h
9111         * src/undo.c
9112         * src/undo.h
9113         * src/unmime.c
9114         * src/unmime.h
9115         * src/vcard.c
9116         * src/vcard.h
9117         * src/wizard.c
9118         * src/wizard.h
9119         * src/common/base64.c
9120         * src/common/base64.h
9121         * src/common/defs.h
9122         * src/common/hooks.c
9123         * src/common/hooks.h
9124         * src/common/log.c
9125         * src/common/log.h
9126         * src/common/mgutils.c
9127         * src/common/mgutils.h
9128         * src/common/nntp.c
9129         * src/common/nntp.h
9130         * src/common/passcrypt.c
9131         * src/common/passcrypt.h.in
9132         * src/common/plugin.c
9133         * src/common/plugin.h
9134         * src/common/prefs.c
9135         * src/common/prefs.h
9136         * src/common/progressindicator.c
9137         * src/common/progressindicator.h
9138         * src/common/quoted-printable.c
9139         * src/common/quoted-printable.h
9140         * src/common/session.c
9141         * src/common/session.h
9142         * src/common/smtp.c
9143         * src/common/smtp.h
9144         * src/common/socket.c
9145         * src/common/socket.h
9146         * src/common/ssl.c
9147         * src/common/ssl.h
9148         * src/common/stringtable.c
9149         * src/common/stringtable.h
9150         * src/common/sylpheed.c
9151         * src/common/sylpheed.h
9152         * src/common/template.c
9153         * src/common/template.h
9154         * src/common/timing.h
9155         * src/common/utils.c
9156         * src/common/utils.h
9157         * src/common/version.h.in
9158         * src/common/xml.c
9159         * src/common/xml.h
9160         * src/common/xmlprops.c
9161         * src/common/xmlprops.h
9162         * src/gtk/about.c
9163         * src/gtk/colorlabel.c
9164         * src/gtk/colorlabel.h
9165         * src/gtk/colorsel.c
9166         * src/gtk/colorsel.h
9167         * src/gtk/combobox.c
9168         * src/gtk/combobox.h
9169         * src/gtk/description_window.c
9170         * src/gtk/description_window.h
9171         * src/gtk/filesel.c
9172         * src/gtk/filesel.h
9173         * src/gtk/foldersort.c
9174         * src/gtk/foldersort.h
9175         * src/gtk/gtkaspell.c
9176         * src/gtk/gtkaspell.h
9177         * src/gtk/gtksctree.c
9178         * src/gtk/gtkshruler.c
9179         * src/gtk/gtkshruler.h
9180         * src/gtk/gtkutils.c
9181         * src/gtk/gtkutils.h
9182         * src/gtk/icon_legend.c
9183         * src/gtk/icon_legend.h
9184         * src/gtk/logwindow.c
9185         * src/gtk/logwindow.h
9186         * src/gtk/manage_window.c
9187         * src/gtk/manage_window.h
9188         * src/gtk/pluginwindow.c
9189         * src/gtk/pluginwindow.h
9190         * src/gtk/prefswindow.c
9191         * src/gtk/prefswindow.h
9192         * src/gtk/quicksearch.c
9193         * src/gtk/quicksearch.h
9194         * src/pixmaps/claws-mail.xpm
9195         * src/pixmaps/claws-mail_icon.xpm
9196         * src/pixmaps/claws-mail_logo.xpm
9197         * src/pixmaps/sylpheed-claws.xpm
9198         * src/pixmaps/sylpheed-claws_icon.xpm
9199         * src/pixmaps/sylpheed-claws_logo.xpm
9200         * src/plugins/bogofilter/Makefile.am
9201         * src/plugins/bogofilter/bogofilter.c
9202         * src/plugins/bogofilter/bogofilter.h
9203         * src/plugins/bogofilter/bogofilter_gtk.c
9204         * src/plugins/clamav/Makefile.am
9205         * src/plugins/clamav/clamav_plugin.c
9206         * src/plugins/clamav/clamav_plugin.h
9207         * src/plugins/clamav/clamav_plugin_gtk.c
9208         * src/plugins/demo/Makefile.am
9209         * src/plugins/demo/demo.c
9210         * src/plugins/dillo_viewer/Makefile.am
9211         * src/plugins/dillo_viewer/README
9212         * src/plugins/dillo_viewer/dillo_prefs.c
9213         * src/plugins/dillo_viewer/dillo_prefs.h
9214         * src/plugins/dillo_viewer/dillo_viewer.c
9215         * src/plugins/pgpcore/Makefile.am
9216         * src/plugins/pgpcore/passphrase.c
9217         * src/plugins/pgpcore/passphrase.h
9218         * src/plugins/pgpcore/pgp_viewer.c
9219         * src/plugins/pgpcore/pgp_viewer.h
9220         * src/plugins/pgpcore/plugin.c
9221         * src/plugins/pgpcore/prefs_gpg.c
9222         * src/plugins/pgpcore/prefs_gpg.h
9223         * src/plugins/pgpcore/select-keys.c
9224         * src/plugins/pgpcore/select-keys.h
9225         * src/plugins/pgpcore/sgpgme.c
9226         * src/plugins/pgpcore/sgpgme.h
9227         * src/plugins/pgpcore/sylpheed.def
9228         * src/plugins/pgpcore/version.rc
9229         * src/plugins/pgpinline/Makefile.am
9230         * src/plugins/pgpinline/pgpinline.c
9231         * src/plugins/pgpinline/pgpinline.h
9232         * src/plugins/pgpinline/plugin.c
9233         * src/plugins/pgpinline/sylpheed.def
9234         * src/plugins/pgpinline/version.rc
9235         * src/plugins/pgpmime/Makefile.am
9236         * src/plugins/pgpmime/pgpmime.c
9237         * src/plugins/pgpmime/pgpmime.h
9238         * src/plugins/pgpmime/plugin.c
9239         * src/plugins/pgpmime/sylpheed.def
9240         * src/plugins/pgpmime/version.rc
9241         * src/plugins/spamassassin/Makefile.am
9242         * src/plugins/spamassassin/README
9243         * src/plugins/spamassassin/spamassassin.c
9244         * src/plugins/spamassassin/spamassassin.h
9245         * src/plugins/spamassassin/spamassassin_gtk.c
9246         * src/plugins/trayicon/Makefile.am
9247         * src/plugins/trayicon/trayicon.c
9248         * tools/OOo2sylpheed.pl
9249         * tools/README
9250         * tools/README.sylprint
9251         * tools/acroread2sylpheed.pl
9252         * tools/claws.i18n.status.pl
9253         * tools/filter_conv.pl
9254         * tools/filter_conv_new.pl
9255         * tools/freshmeat_search.pl
9256         * tools/google_search.pl
9257         * tools/kmail2sylpheed.pl
9258         * tools/kmail2sylpheed_v2.pl
9259         * tools/make.themes.project
9260         * tools/multiwebsearch.pl
9261         * tools/nautilus2sylpheed.sh
9262         * tools/outlook2sylpheed.pl
9263         * tools/sylprint.pl
9264         * tools/sylprint.rc
9265         * tools/tb2sylpheed
9266         * tools/textviewer.sh
9267         * tools/vcard2xml.py
9268         * tools/kdeservicemenu/README
9269         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9270         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9271         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9272                 Change name to Claws Mail. Announce to follow...
9273
9274 2006-11-06 [wwp]        2.6.0cvs6
9275
9276         * src/prefs_template.c
9277                 unify messages related to quote format/template errors (fix
9278                 capitalization), again.
9279
9280 2006-11-06 [wwp]        2.6.0cvs5
9281
9282         * src/prefs_quote.c
9283                 unify messages related to quote format/template errors.
9284
9285 2006-11-06 [wwp]        2.6.0cvs4
9286
9287         * src/prefs_msg_colors.c
9288                 more uses of Q_ macro for contextual translations, thanks
9289                 to Fabien (fzzzzz).
9290
9291 2006-11-06 [wwp]        2.6.0cvs3
9292
9293         * src/compose.c
9294         * src/common/utils.c
9295         * src/common/utils.h
9296                 show an alertpanel to make sure users are aware that sensitive
9297                 files are attached (it's file blacklist-based). This will fix
9298                 interaction w/ GoogleEarth for instance, thanks to Colin.
9299
9300 2006-11-06 [wwp]        2.6.0cvs2
9301
9302         * src/prefs_quote.c
9303         * src/prefs_template.c
9304         * src/prefs_template.h
9305                 check quote format when applying/closing prefs. For now this only
9306                 shows up an error dialog box, not preventing the user from using
9307                 a broken quote (reply, forwards) format.
9308
9309 2006-11-06 [wwp]        2.6.0cvs1
9310
9311         * src/prefs_template.c
9312                 fix missing checks of some template fields.
9313
9314 2006-11-06 [paul]       2.6.0
9315
9316         * NEWS
9317         * README
9318         * RELEASE_NOTES
9319                 2.6.0 released
9320
9321 2006-11-06 [paul]       2.5.6cvs22
9322
9323         * manual/advanced.xml
9324         * manual/es/advanced.xml
9325                 put 'respect_flowed_format' info in the correct
9326                 place
9327
9328 2006-11-06 [mones]      2.5.6cvs21
9329
9330         * po/es.po
9331                 Minor fixes for release
9332
9333 2006-11-06 [paul]       2.5.6cvs20
9334
9335         * po/cs.po
9336         * po/de.po
9337         * po/fr.po
9338         * po/it.po
9339         * po/nl.po
9340         * po/pt_BR.po
9341         * po/sk.po
9342         * po/sv.po
9343         * po/zh_CN.po
9344                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9345                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9346                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9347                 Young
9348
9349 2006-11-02 [colin]      2.5.6cvs19
9350
9351         * src/imap.c
9352         * src/imap.h
9353         * src/prefs_account.c
9354         * src/etpan/imap-thread.c
9355                 Add GSSAPI support - fixes Debian bug #383274
9356
9357 2006-11-01 [colin]      2.5.6cvs18
9358
9359         * src/jpilot.c
9360                 Handle libpisock12 support. Probably
9361                 fixes bug 1046, 'jpilot AddressDB.pdb 
9362                 import fail'
9363
9364 2006-11-01 [colin]      2.5.6cvs17
9365
9366         * src/folderutils.c
9367                 debug_print() folderutils_mark_all_read()
9368
9369 2006-11-01 [colin]      2.5.6cvs16
9370
9371         * COPYING
9372                 Add missed files to the Apache exception
9373
9374 2006-10-31 [colin]      2.5.6cvs15
9375
9376         * src/folder.c
9377         * src/folder.h
9378                 Add a copy_private_data() func to FolderClasses
9379                 Doesn't break the feature freeze, because we 
9380                 won't use it (right now) in the core.
9381
9382 2006-10-31 [colin]      2.5.6cvs14
9383
9384         * COPYING
9385                 Allow linking with the Apache licensed files in
9386                 src/plugins/spamassassin. Hopefully fixes 
9387                 bug 1048, 'Spamassassin plugin license problem'
9388
9389 2006-10-31 [wwp]        2.5.6cvs13
9390
9391         * src/compose.c
9392                 fix and optimize trimming of leading linefeeds in body loop.
9393
9394 2006-10-31 [colin]      2.5.6cvs12
9395
9396         * src/etpan/imap-thread.c
9397         * src/imap.c
9398                 Make really sure to have NULL sets in case
9399                 of error
9400
9401 2006-10-30 [wwp]        2.5.6cvs11
9402
9403         * src/prefs_common.c
9404         * src/prefs_common.h
9405         * src/compose.c
9406                 fix broken storage of quote format template when it contains \-escape
9407                 sequences. The application of such sequences is also fixed now (\t
9408                 in quote format will be a real tab instead of a 't', for instance).
9409
9410 2006-10-27 [colin]      2.5.6cvs10
9411
9412         * src/compose.c
9413                 Probably fix bug 1045, 'sylpheed-claws 
9414                 doesn't remove the mail from the IMAP 
9415                 Queue folder after sending'. From
9416                 2.5.6cvs3-stable
9417
9418 2006-10-27 [colin]      2.5.6cvs9
9419
9420         * configure.ac
9421                 Require libetpan-0.48. I'm so annoying,
9422                 I know ;-)
9423
9424 2006-10-27 [colin]      2.5.6cvs8
9425
9426         * src/folder.c
9427         * src/imap.c
9428                 Probably fix bug 1044, 'sylpheed-claws 
9429                 segfaults while moving mails' - Fix relation
9430                 usage when moving to an IMAP mailbox from another
9431                 mailbox
9432
9433 2006-10-26 [paul]       2.5.6cvs7
9434
9435         * src/gtk/about.c
9436                 add libSM to compiled-in features
9437                 list
9438
9439 2006-10-24 [colin]      2.5.6cvs6
9440
9441         * src/textview.c
9442         * src/gtk/gtkutils.c
9443                 Fix crash when printing emails with an
9444                 xface
9445
9446 2006-10-24 [mones]      2.5.6cvs5
9447
9448         * manual/es/advanced.xml
9449                 Synchronize hidden option respect_flowed_format
9450         * po/es.po
9451                 Updated translation
9452
9453 2006-10-21 [paul]       2.5.6cvs4
9454
9455         * src/gtk/authors.h
9456         * src/plugins/pgpcore/pgp_viewer.c
9457         * src/plugins/pgpcore/sgpgme.c
9458                 fix building on BSDs
9459                 Thanks to Michael Hughes
9460                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9461
9462 2006-10-20 [colin]      2.5.6cvs3
9463
9464         * configure.ac
9465                 Bump up libetpan requirement
9466                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9467         * src/common/utils.c
9468         * src/common/utils.h
9469                 Add convenience get_file_mtime()
9470         * src/imap.c
9471         * src/etpan/imap-thread.c
9472         * src/etpan/imap-thread.h
9473                 Implement UIDPLUS support if the server
9474                 supports it - faster sending in this case
9475
9476 2006-10-19 [colin]      2.5.6cvs2
9477
9478         * src/gtk/quicksearch.c
9479                 Fix emptying in type-ahead+extended mode
9480         * src/mainwindow.c
9481         * src/mainwindow.h
9482                 Add a hook for offline state change
9483         * src/plugins/trayicon/trayicon.c
9484                 Use it to display offline icons
9485         * src/plugins/trayicon/Makefile.am
9486         * src/plugins/trayicon/newmail.offline.xpm
9487         * src/plugins/trayicon/newmarkedmail.offline.xpm
9488         * src/plugins/trayicon/nomail.offline.xpm
9489         * src/plugins/trayicon/unreadmail.offline.xpm
9490         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9491                 Add the icons
9492
9493 2006-10-12 [paul]       2.5.6cvs1
9494
9495         * NEWS
9496         * README
9497         * configure.ac
9498                 Update version number following
9499                 stable release
9500
9501 2006-10-19 [colin]      2.5.5cvs18
9502
9503         * manual/handling.xml
9504                 Add type-ahead search
9505
9506 2006-10-18 [colin]      2.5.5cvs17
9507
9508         * src/gtk/quicksearch.c
9509                 Remove "save to history only if there's
9510                 no syntax error", it breaks for some 
9511                 reason which I'll investigate later.
9512
9513 2006-10-18 [colin]      2.5.5cvs16
9514
9515         * src/prefs_common.c
9516         * src/prefs_common.h
9517         * src/summaryview.c
9518         * src/gtk/quicksearch.c
9519         * src/gtk/quicksearch.h
9520                 Add a type-ahead option for fast searches
9521                 Patch by Fabien Vantard
9522
9523 2006-10-18 [colin]      2.5.5cvs15
9524
9525         * src/compose.c
9526         * src/compose.h
9527                 Add Options/Reply mode/ menu to be able to
9528                 change the recipients of a reply on the fly
9529
9530 2006-10-18 [colin]      2.5.5cvs14
9531
9532         * src/compose.c
9533                 Fix redirecting of our own sent mails
9534
9535 2006-10-17 [wwp]        2.5.5cvs13
9536
9537         * src/send_message.c
9538                 Fix duplicate error messages when sending, and missing
9539                 newline in such error messages.
9540
9541 2006-10-17 [colin]      2.5.5cvs12
9542
9543         * src/compose.c
9544                 Compare addresses case-insensitive
9545
9546 2006-10-17 [colin]      2.5.5cvs11
9547
9548         * src/plugins/pgpcore/sgpgme.c
9549                 Fix return status
9550
9551 2006-10-17 [colin]      2.5.5cvs10
9552
9553         * src/plugins/pgpcore/pgp_viewer.c
9554                 Fix return status
9555
9556 2006-10-17 [colin]      2.5.5cvs9
9557
9558         * src/quote_fmt.c
9559                 Fix a typo (thanks to Fabien)
9560
9561 2006-10-16 [colin]      2.5.5cvs8
9562
9563         * src/textview.c
9564                 Fix problem with quote-folding when emails
9565                 don't convert cleanly to UTF-8
9566
9567 2006-10-14 [colin]      2.5.5cvs7
9568
9569         * src/prefs_template.c
9570                 Reset fields when reopening
9571                 the window
9572
9573 2006-10-13 [paul]       2.5.5cvs6
9574
9575         * manual/advanced.xml
9576         * src/prefs_message.c
9577                 make 'respect_flowed_format' a hidden
9578                 option, and add a manual entry for it
9579                 Thanks to Colin
9580
9581 2006-10-12 [colin]      2.5.5cvs5
9582
9583         * src/codeconv.c
9584                 Revert part of 2.5.2cvs21:
9585                 Don't optimise by reusing the 
9586                 last iconv converter if possible:
9587                 it seems slightly broken in a 
9588                 very hard way to reproduce
9589
9590 2006-10-12 [colin]      2.5.5cvs4
9591
9592         * src/prefs_common.c
9593         * src/prefs_common.h
9594         * src/prefs_message.c
9595         * src/procmime.c
9596                 Fix bug 1035, 'Incorrect handling 
9597                 of flowed lines'. We now optionnaly
9598                 handle this format (preference is in
9599                 Message View/Text options section)
9600
9601 2006-10-12 [colin]      2.5.5cvs3
9602
9603         * po/POTFILES.in
9604                 Add new file
9605         * src/plugins/pgpcore/pgp_viewer.c
9606         * src/plugins/pgpcore/sgpgme.c
9607                 Don't try to import without asking
9608
9609 2006-10-12 [colin]      2.5.5cvs2
9610
9611         * src/compose.c
9612                 Fix bug 1036, 'Forwarding a mutlipart
9613                 mail with a "text/html" block to ms
9614                 outlook users leeds to freeze of
9615                 outlook'. Poor outlook users...
9616
9617 2006-10-12 [paul]       2.5.5cvs1
9618
9619         * NEWS
9620         * README
9621         * configure.ac
9622                 Update version number following
9623                 stable release
9624
9625 2006-10-11 [paul]       2.5.4cvs1
9626
9627         * NEWS
9628         * README
9629         * configure.ac
9630                 Update version number following
9631                 stable release
9632
9633 2006-10-11 [paul]       2.5.3cvs32
9634
9635         * src/textview.c
9636                 fix bug 1032, 'Segmentation fault when showing
9637                 message' (bug in quote folding)
9638                 Thanks to Colin
9639
9640 2006-10-10 [colin]      2.5.3cvs31
9641
9642         * src/quote_fmt.c
9643                 Rephrase english a bit
9644
9645 2006-10-10 [colin]      2.5.3cvs30
9646
9647         * src/prefs_compose_writing.c
9648                 Stop making the page larger than the window
9649
9650 2006-10-10 [wwp]        2.5.3cvs29
9651
9652         * src/compose.c
9653         * src/prefs_template.c
9654         * src/quote_fmt.c
9655         * src/quote_fmt.h
9656         * src/quote_fmt_lex.l
9657         * src/quote_fmt_parse.y
9658                 Extend the quote parser a bit: allow to get access to
9659                 basic (composing) account info.
9660
9661 2006-10-10 [colin]      2.5.3cvs28
9662
9663         * src/procheader.c
9664                 Fix this \t problem in subject
9665
9666 2006-10-09 [colin]      2.5.3cvs27
9667
9668         * src/main.c
9669         * src/prefs_gtk.c
9670                 Prepare cache a bit later
9671                 If section already exists, skip the new one 
9672                 (as previously); avoid writing the same block
9673                 twice - if we find a second block with the 
9674                 same id, skip it.
9675         * src/plugins/pgpcore/pgp_viewer.c
9676                 Set cursor to busy when retrieving a key
9677         * src/plugins/pgpcore/sgpgme.c
9678                 allow 5 seconds for gpg to export the key
9679                 
9680
9681 2006-10-09 [colin]      2.5.3cvs26
9682
9683         * configure.ac
9684         * src/msgcache.c
9685         * src/prefs_gtk.c
9686                 Check for existence of fgets_unlocked
9687                 and fwrite_unlocked
9688
9689 2006-10-09 [paul]       2.5.3cvs25
9690
9691         * src/prefs_summaries.c
9692                 replace strftime() with fast_strftime() and in
9693                 the consequence fix the bug in the display of
9694                 AM/PM in the 'Example' string
9695
9696 2006-10-09 [ticho]      2.5.3cvs24
9697
9698         * po/sk.po
9699                 Updated (and fixed up somewhat) Slovak translation.
9700
9701 2006-10-08 [colin]      2.5.3cvs23
9702
9703         * src/prefs_folder_item.c
9704                 Explain why prefs in the top-level folder
9705                 aren't retained, but are still useful
9706
9707 2006-10-08 [colin]      2.5.3cvs22
9708
9709         * src/prefs_gtk.c
9710                 Don't cache anything if caching fails
9711
9712 2006-10-08 [colin]      2.5.3cvs21
9713
9714         * src/common/utils.c
9715                 always include gi18n.h
9716
9717 2006-10-07 [colin]      2.5.3cvs20
9718
9719         * src/plugins/pgpcore/pgp_viewer.c
9720                 Kill gpg after 5 seconds wait
9721
9722 2006-10-07 [colin]      2.5.3cvs19
9723
9724         * src/plugins/pgpcore/pgp_viewer.c
9725         * src/plugins/pgpcore/pgp_viewer.h
9726                 Fix copyright
9727
9728 2006-10-07 [colin]      2.5.3cvs18
9729
9730         * src/plugins/pgpcore/pgp_viewer.c
9731         * src/plugins/pgpcore/pgp_viewer.h
9732                 Actually add the files to CVS
9733
9734 2006-10-07 [colin]      2.5.3cvs17
9735
9736         * src/plugins/pgpcore/sgpgme.c
9737                 Be sure not to crash on 'application/pgp-signature' that
9738                 are not application/pgp-signatures
9739
9740 2006-10-07 [colin]      2.5.3cvs16
9741
9742         * src/textview.c
9743         * src/textview.h
9744                 Make a bit more of the API available
9745         * src/plugins/pgpcore/Makefile.am
9746         * src/plugins/pgpcore/plugin.c
9747         * src/plugins/pgpcore/sgpgme.c
9748                 Add basic key import/export
9749
9750 2006-10-07 [colin]      2.5.3cvs15
9751
9752         * src/folderview.c
9753         * src/imap.c
9754         * src/prefs_account.c
9755         * src/wizard.c
9756                 Warn users *everywhere* if libetpan's not
9757                 linked in
9758
9759 2006-10-06 [mones]      2.5.3cvs14
9760
9761         * po/de.po
9762         * po/es.po
9763                 updated by Stephan Sachse and me
9764
9765 2006-10-06 [colin]      2.5.3cvs13
9766
9767         * src/main.c
9768         * src/common/sylpheed.c
9769                 Don't load common plugins if --exit is passed
9770         * src/prefs_gtk.c
9771         * src/prefs_gtk.h
9772                 Implement a cache to avoid reading the same
9773                 files over and over again at startup
9774
9775 2006-10-06 [colin]      2.5.3cvs12
9776
9777         * src/summaryview.c
9778         * src/gtk/quicksearch.c
9779                 Update display every 5k mails on fast searches
9780
9781 2006-10-06 [colin]      2.5.3cvs11
9782
9783         * src/textview.c
9784                 Don't do quote folding on HTML or ERTF.
9785                 May fix the Cygwin issues if they were
9786                 happening with HTML mails?
9787
9788 2006-10-05 [colin]      2.5.3cvs10
9789
9790         * src/prefs_gtk.c
9791                 Oops, forgot one
9792
9793 2006-10-05 [colin]      2.5.3cvs9
9794
9795         * src/prefs_gtk.c
9796                 Use unlocked_stdio here too
9797
9798 2006-10-05 [colin]      2.5.3cvs8
9799
9800         * src/folderview.c
9801                 Fix go to next * after preferences apply
9802         * src/msgcache.c
9803                 Do the fd lock/unlock ourselves instead of
9804                 letting the libc do it at each write 
9805
9806 2006-10-05 [colin]      2.5.3cvs7
9807
9808         * src/common/utils.c
9809                 Faster division, thanks to Jean Diraison
9810
9811 2006-10-05 [paul]       2.5.3cvs6
9812
9813         * src/common/utils.c
9814                 fix building with --disable-nls
9815
9816 2006-10-04 [colin]      2.5.3cvs5
9817
9818         * src/folder.c
9819                 Maybe fix a segfault
9820
9821 2006-10-04 [wwp]        2.5.3cvs4
9822
9823         * src/prefs_folder_item.c
9824                 Fine-tune layouts in folder item prefs. Suggested by
9825                 Fabien Vantard <fzzzzz@gmail.com>.
9826
9827 2006-10-04 [wwp]        2.5.3cvs3
9828
9829         * src/prefs_folder_item.c
9830                 Kill the clandestine passengers. You didn't see anything.
9831
9832 2006-10-04 [wwp]        2.5.3cvs2
9833
9834         * src/prefs_folder_item.c
9835                 Add a way to test the subject simplify regexp in
9836                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9837                 w/ few layout changes.
9838
9839 2006-20-04 [paul]       2.5.3cvs1
9840
9841         * NEWS
9842         * README
9843         * configure.ac
9844                 Update version number following
9845                 stable release
9846
9847 2006-10-04 [colin]      2.5.2cvs42
9848
9849         * src/folder.c
9850         * src/folder.h
9851         * src/summaryview.c
9852                 Provide a way for folder classes to set their sort
9853                 type and key
9854
9855 2006-10-03 [colin]      2.5.2cvs41
9856
9857         * src/mh.c
9858                 Don't use strlen() to know if the
9859                 string's empty
9860
9861 2006-10-03 [colin]      2.5.2cvs40
9862
9863         * src/mh.c
9864                 Fix "check for new folders" with accentued folders
9865
9866 2006-10-03 [ticho]      2.5.2cvs39
9867
9868         * src/filtering.c
9869         * src/folder.c
9870         * src/inc.c
9871         * src/mbox.c
9872                 Colin's fix for "copy" filtering rules.
9873
9874 2006-10-02 [colin]      2.5.2cvs38
9875
9876         * src/folderview.c
9877                 Fix for double-click too
9878
9879 2006-10-02 [colin]      2.5.2cvs37
9880
9881         * src/folderview.c
9882                 correct fix for cvs36
9883
9884 2006-10-02 [colin]      2.5.2cvs36
9885
9886         * src/folderview.c
9887                 Fix 'goto next unread' after collapsing/expanding 
9888                 a node.
9889
9890 2006-10-02 [colin]      2.5.2cvs35
9891
9892         * src/summaryview.c
9893                 Fix double freeze/thaw
9894         * src/common/utils.c
9895         * src/common/utils.h
9896                 Reimplement strftime
9897         * src/procheader.c
9898                 Use it
9899
9900
9901 2006-10-02 [colin]      2.5.2cvs34
9902
9903         * src/mh.c
9904                 Time mh_write_sequences() - it's fast
9905         * src/summaryview.c
9906                 Init a variable to shut up gcc
9907
9908 2006-10-01 [colin]      2.5.2cvs33
9909
9910         * src/folder.c
9911         * src/mh.c
9912         * src/mh.h
9913         * src/msgcache.c
9914                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9915                 Add fsync but disable it, it's slow as hell
9916
9917 2006-10-01 [colin]      2.5.2cvs32
9918
9919         * src/mh.c
9920         * src/msgcache.c
9921                 fflush() caches and mh_sequences before
9922                 fclose()ing
9923
9924 2006-10-01 [colin]      2.5.2cvs31
9925
9926         * src/msgcache.c
9927                 Don't ftruncate when not using mmap
9928
9929 2006-09-30 [colin]      2.5.2cvs30
9930
9931         * src/main.c
9932                 Write folder list *after* saving caches
9933
9934 2006-09-30 [colin]      2.5.2cvs29
9935
9936         * src/folder.c
9937         * src/mh.c
9938                 Debug forced mtime changes
9939
9940 2006-09-30 [colin]      2.5.2cvs28
9941
9942         * src/folder.c
9943         * src/main.c
9944                 Remove useless debug_print()s (code
9945                 well-tested)
9946
9947 2006-09-30 [colin]      2.5.2cvs27
9948
9949         * src/mh.c
9950                 Do stuff faster when writing mh_sequences
9951
9952 2006-09-30 [colin]      2.5.2cvs26
9953
9954         * src/mh.c
9955                 Don't let the writing of .mh_sequences, which
9956                 can change the folder's mtime, let us think
9957                 we need to scan.
9958
9959 2006-09-30 [colin]      2.5.2cvs25
9960
9961         * src/folder.c
9962                 Move a debug_print where it belongs 
9963                 (processing)
9964         * src/summaryview.c
9965                 Don't mess with a huge slow subject
9966                 table if we're not threading by
9967                 subject
9968
9969 2006-09-30 [colin]      2.5.2cvs24
9970
9971         * src/msgcache.c
9972                 Reenable mmaped reads (*not* writes!)
9973         * src/procmsg.c
9974                 Don't destroy and recreate hashtables just
9975                 for fun
9976         * src/common/utils.c
9977                 Remove useless reply prefixes (it's case
9978                 unsensitive)
9979
9980 2006-09-30 [wwp]        2.5.2cvs23
9981
9982         * tools/fix_date.sh
9983                 Fixed a minor bug in date value extraction, added a switch
9984                 to replace non RFC-compliant Date: value, added a switch
9985                 to use strict RFC matching patterns for dates.
9986
9987 2006-09-29 [colin]      2.5.2cvs22
9988
9989         * src/matcher_parser.h
9990         * src/matcher_parser_parse.y
9991         * src/prefs_filtering.c
9992         * src/statusbar.c
9993         * src/summary_search.c
9994         * src/summaryview.c
9995         * src/gtk/quicksearch.c
9996         * src/gtk/quicksearch.h
9997                 Optimise searches by setting different
9998                 refresh intervals (depending if the 
9999                 search is fast or not)
10000
10001 2006-09-29 [colin]      2.5.2cvs21
10002
10003         * src/codeconv.c
10004                 Optimise by reusing the last iconv converter
10005                 if possible
10006         * src/textview.c
10007                 Optimise a bit (the foldable quotes feature
10008                 still has an awful O(n^2) algo
10009
10010 2006-09-29 [colin]      2.5.2cvs20
10011
10012         * src/gtk/gtksctree.c
10013         * src/gtk/gtksctree.h
10014                 Optimise de-selection via up/down or
10015                 another key
10016
10017 2006-09-28 [colin]      2.5.2cvs19
10018
10019         * src/action.c
10020         * src/compose.c
10021         * src/folderview.c
10022         * src/mainwindow.c
10023         * src/messageview.c
10024         * src/summary_search.c
10025         * src/toolbar.c
10026                 Avoid using summaryview->ctree directly
10027
10028 2006-09-28 [colin]      2.5.2cvs18
10029
10030         * src/summaryview.c
10031         * src/summaryview.h
10032                 Add helpers to freeze/thaw/grab_focus
10033                 Factorize calls to freeze/thaw/grab_focus
10034                 
10035
10036 2006-09-28 [colin]      2.5.2cvs17
10037
10038         * src/main.c
10039                 More guards for the session management
10040
10041 2006-09-28 [colin]      2.5.2cvs16
10042
10043         * src/folderview.c
10044         * src/gtk/gtksctree.c
10045         * src/gtk/gtksctree.h
10046                 Make expanding not recursive in folderview
10047
10048 2006-09-28 [colin]      2.5.2cvs15
10049
10050         * src/addressbook.c
10051                 If nothing is selected in the list (right part)
10052                 and a group is selected in the tree (left part),
10053                 mail this group.
10054
10055 2006-09-28 [colin]      2.5.2cvs14
10056
10057         * src/Makefile.am
10058                 Actually use SM_LIBS
10059
10060 2006-09-28 [ticho]      2.5.2cvs13
10061
10062         * src/export.c
10063         * src/messageview.c
10064         * src/mimeview.c
10065         * src/news.c
10066         * src/pop.c
10067         * src/prefs_themes.c
10068         * src/procmsg.c
10069                 Small i18n string optimization.
10070         * src/send_message.c
10071         * src/summaryview.c
10072         * src/common/session.c
10073         * src/common/smtp.c
10074         * src/common/ssl_certificate.c
10075         * src/common/utils.c
10076                 Use "Couldn't" instead of "Can't" in UI messages,
10077                 where appropriate.
10078
10079 2006-09-28 [colin]      2.5.2cvs12
10080
10081         * configure.ac
10082                 Possibly fix link errors
10083
10084 2006-09-27 [wwp]        2.5.2cvs11
10085
10086         * src/gtk/authors.h
10087         * doc/man/sylpheed-claws.1
10088         * manual/ack.xml
10089         * manual/es/ack.xml
10090         * manual/fr/ack.xml
10091         * manual/pl/ack.xml
10092                 Updated authors info (me, myself and I).
10093
10094 2006-09-27 [colin]      2.5.2cvs10
10095
10096         * src/addressbook.c
10097                 Remove useless printf
10098
10099 2006-09-27 [wwp]        2.5.2cvs9
10100
10101         * src/editgroup.c
10102         * src/send_message.c
10103         * src/inc.c
10104         * src/prefs_common.c
10105         * src/prefs_common.h
10106         * src/gtk/progressdialog.c
10107                 remember more windows' sizes (send dialog, received dialog,
10108                 edit group in addressbook).
10109
10110 2006-09-27 [colin]      2.5.2cvs8
10111
10112         * configure.ac
10113         * src/main.c
10114         * src/mainwindow.h
10115                 Use libSM to communicate with the session
10116                 manager, so that we can know when the 
10117                 session ends, save our caches, and draft
10118                 our compose windows.
10119
10120 2006-09-27 [colin]      2.5.2cvs7
10121
10122         * src/addressbook.c
10123                 Fix issues:
10124                 o Allow Book and Group creation from the tree's
10125                   contextual menu
10126                 o Do not actually delete the contacts when 
10127                   deleting groups from the tree (duh!)
10128
10129 2006-09-27 [colin]      2.5.2cvs6
10130
10131         * src/compose.c
10132         * src/compose.h
10133         * src/mainwindow.c
10134         * src/textview.c
10135         * src/toolbar.c
10136                 o Allow passing an email address to 
10137                   compose_new_with_folderitem
10138                 o Update callers
10139                 o Use current folderitem when clicking
10140                   on a TextView mailto: link
10141                 o Fix a possible leak in TextView
10142
10143 2006-09-27 [colin]      2.5.2cvs5
10144
10145         * src/html.c
10146                 Use UTF-8 chars to replace HTML entities
10147
10148 2006-09-27 [colin]      2.5.2cvs4
10149
10150         * AUTHORS
10151         * src/prefs_account.c
10152         * src/gtk/authors.h
10153                 Fix bug #1024 (Array index out of
10154                 range in sylpheed-claws-2.5.2)
10155                 Patch by Ales Nosek <anosek@suse.cz>
10156
10157 2006-09-27 [colin]      2.5.2cvs3
10158
10159         * src/addr_compl.c
10160                 Actually do the test
10161
10162 2006-09-27 [colin]      2.5.2cvs2
10163
10164         * src/addr_compl.c
10165         * src/addr_compl.h
10166                 Allow completing with comma (in certain cases: vCalendar
10167                 for example doesn't support that)
10168                 Patch by Fabien Vantard
10169
10170 2006-09-26 [colin]      2.5.2cvs1
10171
10172         * src/Makefile.am
10173         * src/addr_compl.c
10174         * src/addr_compl.h
10175         * src/addrbook.c
10176         * src/addrbook.h
10177         * src/addressbook.c
10178         * src/addrindex.c
10179         * src/addrindex.h
10180         * src/compose.c
10181         * src/prefs_common.c
10182         * src/prefs_filtering_action.c
10183         * src/prefs_folder_item.c
10184         * src/prefs_template.c
10185         * src/stock_pixmap.c
10186         * src/stock_pixmap.h
10187         * src/pixmaps/addr_one.xpm
10188         * src/pixmaps/addr_two.xpm
10189                 Add auto-completion on groups
10190
10191 2006-09-26 [colin]      2.5.2
10192
10193         * NEWS
10194         * README
10195         * RELEASE_NOTES
10196                 2.5.2 released
10197
10198 2006-09-26 [colin]      2.5.1cvs5
10199
10200         * src/matcher.c
10201                 Fix condition
10202
10203 2006-09-26 [colin]      2.5.1cvs4
10204
10205         * src/mbox.c
10206                 Revert cvs1 (useless as the message is printed 
10207                 every 500 mails)
10208
10209 2006-09-26 [colin]      2.5.1cvs3
10210
10211         * src/partial_download.c
10212                 Fix crasher found by Alexsandar Urosevic
10213
10214 2006-09-26 [colin]      2.5.1cvs2
10215
10216         * src/summaryview.c
10217                 Fix bug #1023 (Sylpheed deletes too much messages)
10218
10219 2006-09-26 [ticho]      2.5.1cvs1
10220
10221         * src/mbox.c
10222                 Make use of gettext's multiple plurals for statusbar
10223                 progress message.
10224
10225 2006-09-25 [paul]       2.5.1
10226
10227         * NEWS
10228         * README
10229         * RELEASE_NOTES
10230                 2.5.1 released
10231
10232 2006-09-25 [colin]      2.5.0cvs3
10233
10234         * src/plugins/bogofilter/bogofilter.c
10235         * src/plugins/clamav/clamav_plugin.c
10236         * src/plugins/spamassassin/spamassassin.c
10237                 BogoFilter, Spamassassin: Fix double hook registering after
10238                 visiting preferences
10239                 Spamassassin, Clamav: Just set the mails to move instead of
10240                 doing the move - caller will move the things at once.
10241
10242 2006-09-25 [colin]      2.5.0cvs2
10243
10244         * src/imap.c
10245         * src/etpan/imap-thread.c
10246                 Use UID SEARCH ALL instead of UID 1:*
10247                 (braindead servers can't figure out that's
10248                 the same...)
10249
10250 2006-09-25 [wwp]        2.5.0cvs1
10251
10252         * src/message_search.c
10253                 Added the ability to stop a running search (in message body).
10254
10255 2006-09-25 [paul]       2.5.0
10256
10257         * NEWS
10258         * README
10259         * RELEASE_NOTES
10260                 2.5.0 released
10261
10262 2006-09-25 [paul]       2.4.0cvs214
10263
10264         * po/cs.po
10265         * po/de.po
10266         * po/fi.po
10267         * po/fr.po
10268         * po/nl.po
10269         * po/pt_BR.po
10270         * po/sk.po
10271         * po/sr.po
10272         * po/zh_CN.po
10273                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10274                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10275                 Ticho, Aleksander Urosevic, Ralgh Young
10276
10277 2006-09-24 [mones]      2.4.0cvs213
10278
10279         * po/es.po
10280                 Updated for release
10281
10282 2006-09-23 [colin]      2.4.0cvs212
10283
10284         * src/gtk/inputdialog.c
10285                 Fix [ ] remember this appearing in normal
10286                 input dialogs after it's been used by
10287                 mimeview.
10288         * src/folder.c
10289         * src/folderview.c
10290         * src/msgcache.c
10291         * src/procmsg.c
10292         * src/summaryview.c
10293         * src/textview.c
10294         * src/common/timing.h
10295                 Enable timings in debug mode and make it
10296                 look prettier.
10297
10298 2006-09-22 [colin]      2.4.0cvs211
10299
10300         * README
10301                 Revert test change
10302         * commitHelper
10303                 ping the correct URI
10304
10305 2006-09-22 [colin]      2.4.0cvs210
10306
10307         * README
10308                 Let's see if bug #1022 is fixed
10309
10310 2006-09-21 [colin]      2.4.0cvs209
10311
10312         * src/wizard.c
10313         * src/common/plugin.c
10314                 Prepare infra to load predefined plugins when
10315                 no configuration existed. Don't actually load
10316                 anything yet (feat. freeze)
10317
10318 2006-09-21 [wwp]        2.4.0cvs208
10319
10320         * manual/fr/faq.xml
10321                 Partial sync w/ 2.4.0cvs72:
10322                 wrap file and minor updates.
10323
10324 2006-09-21 [wwp]        2.4.0cvs207
10325
10326         * tools/fix_date.sh
10327                 several fixes and enhancements. A new --force switch has been
10328                 added to prevent overriding by default Date: header when
10329                 already existing.
10330
10331 2006-09-21 [paul]       2.4.0cvs206
10332
10333         * src/common/utils.c
10334                 add Chinese UTF8 Re prefix
10335
10336 2006-09-21 [wwp]        2.4.0cvs205
10337
10338         * tools/Makefile.am
10339                 Fics alfabettical order.
10340
10341 2006-09-21 [wwp]        2.4.0cvs204
10342
10343         * tools/fix_date.sh
10344         * tools/Makefile.am
10345                 Added an action tool to fix missing Date field in emails.
10346                 Updated Makefile.am to reflect those last two additions.
10347
10348 2006-09-21 [wwp]        2.4.0cvs203
10349
10350         * tools/uuooffice
10351                 Added a action tool to open uuencoded docs w/
10352                 OpenOffice (based on uudec method).
10353
10354 2006-09-21 [colin]      2.4.0cvs202
10355
10356         * src/compose.c
10357         * src/textview.c
10358                 Workaround possible GTK crash: remove selection 
10359                 clipboard before destroying widget, or GTK+-2.10
10360                 dies. Thanks to Hiro.
10361
10362 2006-09-20 [colin]      2.4.0cvs201
10363
10364         * src/compose.c
10365                 Fix free-after-use in some cases (when 
10366                 procmime_encode_content() frees mimeinfo->data.mem
10367                 and turns it to a temp file)
10368
10369 2006-09-20 [colin]      2.4.0cvs200
10370
10371         * src/folderview.c
10372         * src/summaryview.c
10373         * src/gtk/gtksctree.c
10374         * src/gtk/gtksctree.h
10375                 Add tooltips in the folderview and summaryview
10376                 (Doesn't break string freeze as they already
10377                 exist)
10378         * src/toolbar.c
10379                 Put the spam button in the default configuration
10380                 if compiled with bogo plugin too
10381
10382 2006-09-19 [colin]      2.4.0cvs199
10383
10384         * src/summaryview.c
10385         * src/summaryview.h
10386                 Update folder name label on folder rename
10387         * src/prefs_matcher.c
10388         * src/gtk/logwindow.h
10389                 Fix warnings
10390                 Patches by Fabien
10391
10392 2006-09-19 [wwp]        2.4.0cvs198
10393
10394         * src/summary_search.c
10395                 fix can't click forward/backward buttons in the
10396                 search messages.
10397
10398 2006-09-18 [paul]       2.4.0cvs197
10399
10400         * src/wizard.c
10401                 add missing bracket, capitalise the A of
10402                 'SpamAssassin'
10403
10404 2006-09-18 [paul]       2.4.0cvs196
10405
10406         * src/compose.c
10407                 fix bug 1012 'crashed upon sending mail
10408                 from compose window'
10409                 Thanks to Colin
10410
10411 2006-09-16 [colin]      2.4.0cvs195
10412
10413         * src/folderview.c
10414                 Fix "real-time" sorting by freezing/thawing
10415
10416 2006-09-16 [colin]      2.4.0cvs194
10417
10418         * manual/faq.xml
10419                 Fix the anti-spam entry a bit
10420
10421 2006-09-16 [colin]      2.4.0cvs193
10422
10423         * src/wizard.c
10424                 Make sure reviewers have no excuse when stating
10425                 Sylpheed-Claws doesn't have antispam capabilities.
10426
10427 2006-09-16 [colin]      2.4.0cvs192
10428
10429         * src/main.c
10430                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10431                 as if the SIGPIPE comes from etpan's thread we could
10432                 trigger a GUI update from this thread.
10433
10434 2006-09-16 [colin]      2.4.0cvs191
10435
10436         * src/summaryview.c
10437                 Init all members of the struct
10438
10439 2006-09-16 [paul]       2.4.0cvs190
10440
10441         * src/account.c
10442                 improvements to the English
10443
10444 2006-09-15 [colin]      2.4.0cvs189
10445
10446         * src/summaryview.c
10447                 HIG order on dialog
10448
10449 2006-09-14 [colin]      2.4.0cvs188
10450
10451         * src/common/socket.c
10452         * src/common/socket.h
10453         * src/common/ssl.c
10454         * src/common/ssl_certificate.c
10455         * src/common/ssl_certificate.h
10456         * src/etpan/imap-thread.c
10457                 the get_fqdn() call done to get canonical name when
10458                 checking an SSL certificate is blocking, which is
10459                 sad as we just did a non-blocking lookup to connect.
10460                 Fix that by letting the fqdn available to the SockInfo,
10461                 and use that in ssl_certificate_check(). For IMAP,
10462                 we don't do it as the lookup's done by libetpan, but
10463                 it's less annoying as IMAP connections as much more
10464                 rare than POP3 connections.
10465
10466 2006-09-14 [paul]       2.4.0cvs187
10467
10468         * manual/advanced.xml
10469                 improvements to the English,
10470                 properly place the new hidden options
10471                 within the alphabetical order
10472         * src/gtk/pluginwindow.c
10473                 improvements to the English
10474
10475 2006-09-14 [colin]      2.4.0cvs186
10476
10477         * src/prefs_common.c
10478         * src/prefs_common.h
10479         * src/gtk/gtksctree.c
10480         * manual/advanced.xml
10481                 New hidden pref, stripes_color_offset, to change
10482                 the value added/substracted to normal bgcolor to
10483                 create the stripes in summaries
10484
10485 2006-09-13 [colin]      2.4.0cvs185
10486
10487         * src/gedit-print.c
10488         * src/messageview.c
10489         * src/messageview.h
10490         * src/summaryview.c
10491         * src/textview.c
10492                 Fix misc. printing issues: 
10493                 - Bad font for linkified headers
10494                 - Different font if the mail was displayed or not
10495                 - Factorize the thing
10496
10497 2006-09-13 [colin]      2.4.0cvs184
10498
10499         * src/common/ssl_certificate.c
10500                 Only get FQDN once when checking certificate
10501
10502 2006-09-13 [colin]      2.4.0cvs183
10503
10504         * src/account.c
10505         * src/gtk/pluginwindow.c
10506                 Misc. GUI fixes by Fabien
10507
10508 2006-09-13 [wwp]        2.4.0cvs182
10509
10510         * configure.ac
10511         * src/common/utils.h
10512         * src/common/utils.c
10513                 get rid of unused wide-char functions.
10514
10515 2006-09-13 [wwp]        2.4.0cvs181
10516
10517         * src/plugins/pgpinline/sylpheed.def
10518         * src/textview.c
10519                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10520                 add privacy_reset_error to the .def file,
10521                 do not fork for an external textviewer.
10522
10523 2006-09-13 [wwp]        2.4.0cvs180
10524
10525         * src/prefs_common.c
10526                 fix broken font entry in prefs (patch issued by the gpg4win team,
10527                 probably by Marcus Brinkmann <marcus@g10code.de>).
10528
10529 2006-09-13 [colin]      2.4.0cvs179
10530
10531         * src/folder.h
10532                 Fix a warning in summaryview.c
10533         * src/mainwindow.c
10534         * src/summaryview.c
10535         * src/summaryview.h
10536                 Add missing Mark/* elements in the
10537                 main menu
10538
10539 2006-09-12 [colin]      2.4.0cvs178
10540
10541         * src/prefs_actions.c
10542         * src/prefs_filtering_action.c
10543         * src/prefs_matcher.c
10544                 Use (New) instead of New everywhere
10545
10546 2006-09-12 [wwp]        2.4.0cvs177
10547
10548         * manual/fr/addrbook.xml
10549         * manual/fr/handling.xml
10550                 updated some quotes in the fr manual to match the fr translation.
10551
10552 2006-09-12 [wwp]        2.4.0cvs176
10553
10554         * src/prefs_matcher.c
10555                 don't store translated string elements in matcher expressions.
10556                 Also fixed a misused of Q_().
10557
10558 2006-09-11 [wwp]        2.4.0cvs175
10559
10560         * src/plugins//bogofilter/bogofilter.c
10561         * src/plugins//clamav/clamav_plugin.c
10562         * src/plugins//demo/demo.c
10563         * src/plugins//dillo_viewer/dillo_viewer.c
10564         * src/plugins//pgpcore/plugin.c
10565         * src/plugins//pgpinline/plugin.c
10566         * src/plugins//pgpmime/plugin.c
10567         * src/plugins//spamassassin/spamassassin.c
10568                 gettext-ize more strings (mostly plugin error messages).
10569
10570 2006-09-11 [colin]      2.4.0cvs174
10571
10572         * src/alertpanel.c
10573                 Make maximum buffer size bigger to avoid
10574                 truncating translated messages. Patch by
10575                 Fabien
10576
10577 2006-09-11 [colin]      2.4.0cvs173
10578
10579         * src/etpan/imap-thread.c
10580                 Fix compilation on OpenBSD, thanks to 
10581                 Landry
10582
10583 2006-09-10 [wwp]        2.4.0cvs172
10584
10585         * manual/account.xml
10586         * manual/addrbook.xml
10587         * manual/handling.xml
10588         * manual/es/handling.xml
10589         * manual/fr/account.xml
10590         * manual/fr/addrbook.xml
10591         * manual/fr/handling.xml
10592                 documented addressbook matching (condition configuration):
10593                   addrbook.xml, en fr
10594                 documented per-account filtering rules (handling/filtering
10595                   section, account section):
10596                   account.xml, handling.xml, en fr
10597                 slightly updated the handling/searching section to tell few
10598                   words about the extended search ability:
10599                   handling.xml, en fr
10600                 added missing <quote></quotes> to Quick Search:
10601                   handling.xml, en fr es
10602                 fixed a typo (auomatically):
10603                   handling.xml, en
10604                 changes revisited by Paul.
10605
10606 2006-09-10 [paul]       2.4.0cvs171
10607
10608         * src/prefs_actions.c
10609         * src/prefs_filtering.c
10610         * src/prefs_template.c
10611                 adjustments to the gui
10612                 Patch by Fabien Vantard (slightly modified)
10613
10614 2006-09-10 [colin]      2.4.0cvs170
10615
10616         * src/summaryview.c
10617                 Check folderitem/summaryview consistency
10618                 (basically automates Update summary). Fixes
10619                 #1011 (wrong (negative) count on unread 
10620                 messages)
10621
10622 2006-09-10 [colin]      2.4.0cvs169
10623
10624         * src/gtk/gtksctree.c
10625                 Fix recursive expansion via mouse
10626         * src/plugins/bogofilter/bogofilter.c
10627                 Use normal filtering way of moving
10628                 messages (batching), possibly fixing
10629                 bug #1015 (Bogofilter plugin doubles 
10630                 new messages)
10631
10632 2006-09-09 [wwp]        2.4.0cvs168
10633
10634         * src/prefs_filtering.c
10635                 better place for this fix.
10636
10637 2006-09-09 [wwp]        2.4.0cvs167
10638
10639         * src/prefs_filtering.c
10640                 fix a minor bug when the enabled status of a filtering/processing
10641                 rule always got set to TRUE when replacing this rule. That still
10642                 make sense when adding a new rule, but now when replacing, we
10643                 don't override the value of 'enabled'.
10644                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10645                 to prefs_filtering_list_view_get_info() as this function not only
10646                 returns the name, but also the account_id and the enabled status.
10647
10648 2006-09-09 [mones]      2.4.0cvs166
10649
10650         * manual/glossary.xml
10651         * manual/plugins.xml
10652                 Minor format corrections
10653         * manual/gpl.xml
10654                 Fix misplaced NO WARRANTY section
10655         * manual/es/advanced.xml
10656         * manual/es/faq.xml
10657         * manual/es/glossary.xml
10658         * manual/es/gpl.xml
10659         * manual/es/handling.xml
10660         * manual/es/plugins.xml
10661         * manual/es/starting.xml
10662                 Incorporate changes from English version
10663         * manual/fr/ack.xml
10664         * manual/pl/ack.xml
10665         * manual/es/ack.xml
10666                 Fix address, (add translation credits in es version)
10667         * po/es.po
10668                 Updated translation
10669
10670 2006-09-09 [wwp]        2.4.0cvs165
10671
10672         * src/prefs_filtering.c
10673                 fix a crash when opening filtering prefs, if matcherrc file contains
10674                 broken data (non-existing account id, which is theoretically not
10675                 possible).
10676
10677 2006-09-08 [colin]      2.4.0cvs164
10678
10679         * src/folder.c
10680                 Wrong assert, make it an if()
10681         * src/gtk/gtksctree.c
10682                 Fix bug #1013 (expand selected thread 
10683                 tree) - expanding is now recursive
10684
10685 2006-09-07 [wwp]        2.4.0cvs163
10686
10687         * src/prefs_matcher.c
10688                 make better sentences about addressbook matching in the
10689                 matcher prefs. This should make translators' work easier
10690                 too.
10691
10692 2006-09-07 [wwp]        2.4.0cvs162
10693
10694         * src/prefs_filtering.c
10695                 code simplification (get rid of dup var. assignment).
10696
10697 2006-09-07 [wwp]        2.4.0cvs161
10698
10699         * src/summaryview.c
10700                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10701                 <fzzzzz@gmail.com>.
10702
10703 2006-09-07 [paul]       2.4.0cvs160
10704
10705         * src/mimeview.c
10706                 fix compilation warnings
10707                 Thanks to Colin
10708
10709 2006-09-07 [paul]       2.4.0cvs159
10710
10711         * src/mimeview.c
10712                 select the mimepart icon when
10713                 displaying as text
10714                 Thanks to Colin
10715
10716 2006-09-06 [paul]       2.4.0cvs158
10717
10718         * src/prefs_filtering.c
10719                 fix labels and table element spacing
10720                 Patch by Fabien Vantard
10721
10722 2006-09-06 [paul]
10723
10724         2.5.0-rc3 released
10725
10726 2006-09-06 [paul]       2.4.0cvs157
10727
10728         * manual/es/advanced.xml
10729                 fix typo
10730
10731 2006-09-06 [wwp]        2.4.0cvs156
10732
10733         * src/mainwindow.c
10734                 fix an dup launch issue when iconified, thanks to Colin.
10735
10736 2006-09-06 [wwp]        2.4.0cvs155
10737
10738         * src/gtk//gtksctree.h
10739                 oops, forgot that one!
10740
10741 2006-09-06 [wwp]        2.4.0cvs154
10742
10743         * manual/pl/advanced.xml
10744         * manual/advanced.xml
10745         * manual/es/advanced.xml
10746         * manual/fr/advanced.xml
10747         * src/prefs_customheader.c
10748         * src/prefs_filtering_action.c
10749         * src/foldersel.c
10750         * src/prefs_summaries.c
10751         * src/prefs_filtering.c
10752         * src/account.c
10753         * src/compose.c
10754         * src/prefs_summary_column.c
10755         * src/addr_compl.c
10756         * src/prefs_actions.c
10757         * src/prefs_folder_column.c
10758         * src/ssl_manager.c
10759         * src/prefs_template.c
10760         * src/prefs_display_header.c
10761         * src/prefs_common.h
10762         * src/prefs_matcher.c
10763         * src/prefs_common.c
10764         * src/prefs_toolbar.c
10765         * src/summaryview.c
10766         * src/folderview.c
10767         * src/gtk/gtksctree.c
10768         * src/gtk/pluginwindow.c
10769         * src/gtk/progressdialog.c
10770         * src/gtk/prefswindow.c
10771                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10772                 to make its meaning more obvious (all versions of the manual reflect
10773                 the change).
10774                 added an extra hidden option use_stripes_in_summary to allow
10775                 discarding these stripes in mainwindow's folder and message lists;
10776                 en and fr manuals only are OK towards this.
10777
10778 2006-09-06 [colin]      2.4.0cvs153
10779
10780         * src/textview.c
10781                 Hide Sylpheed-Claws' internal queue headers
10782                 when showing all headers. They'll be present
10783                 only in Source window.
10784
10785 2006-09-05 [colin]      2.4.0cvs152
10786
10787         * src/plugins/trayicon/trayicon.c
10788                 Fix crash at exit - we have to disconnect
10789                 our handlers
10790         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10791                 Update eggtrayicon - patch adapted from a
10792                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10793                 on Sylpheed's ML
10794
10795 2006-09-05 [colin]      2.4.0cvs151
10796
10797         * src/mainwindow.c
10798         * src/gtk/logwindow.c
10799                 Fix race condition when something writes
10800                 to the log too soon during init. Thanks
10801                 to Fabien Vantard
10802
10803 2006-09-05 [colin]      2.4.0cvs150
10804
10805         * src/mimeview.c
10806                 Don't select part on right-click either
10807
10808 2006-09-05 [paul]       2.4.0cvs149
10809
10810         * src/mimeview.c
10811                 completion of previous commit
10812                 Thanks to Colin
10813
10814 2006-09-05 [colin]      2.4.0cvs148
10815
10816         * src/mimeview.c
10817                 Don't force selection on middle-click, just open
10818
10819 2006-09-04 [colin]      2.4.0cvs147
10820
10821         * src/mimeview.c
10822                 Looks like gtk_notebook_set_current_page()
10823                 sometimes steals focus, and this annoys us
10824                 in MimeViewers as it renders navigation
10825                 keys useless. Take back focus after switching
10826                 pages.
10827
10828 2006-09-04 [colin]      2.4.0cvs146
10829
10830         * src/messageview.c
10831                 Set stop_loading when clicking on Next
10832                 during load. Don't add a callback to 
10833                 avoid over-complicating things.
10834
10835 2006-09-04 [colin]      2.4.0cvs145
10836
10837         * src/mimeview.c
10838         * src/messageview.c
10839                 Fix multiple loads in separate messageview
10840
10841 2006-09-04 [colin]      2.4.0cvs144
10842
10843         * src/summaryview.c
10844                 Let navigation keys be handled during 
10845                 load
10846
10847 2006-09-04 [colin]      2.4.0cvs143
10848
10849         * src/messageview.c
10850         * src/summaryview.c
10851         * src/textview.c
10852         * src/textview.h
10853                 Make loading of huge mails (lots of text and/or
10854                 images) cancellable, so the GUI doesn't block 
10855
10856 2006-09-04 [colin]      2.4.0cvs142
10857
10858         * src/plugins/trayicon/trayicon.c
10859                 Fix annoyance when removing a folder with 
10860                 unread mails: trayicon didn't update
10861
10862 2006-09-04 [paul]       2.4.0cvs141
10863
10864         * src/gtk/icon_legend.c
10865                 straighten up columns
10866                 Patch by Fabien Vantard
10867
10868 2006-09-04 [wwp]        2.4.0cvs140
10869
10870         * src/prefs_filtering.c
10871                 fix new line's account name in filtering prefs:
10872                 was "All", is now "(New)".
10873
10874 2006-09-04 [paul]       2.4.0cvs139
10875
10876         * tools/make.themes.project
10877                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10878                 instead of homebrewed "make release"
10879
10880 2006-09-03 [colin]      2.4.0cvs138
10881
10882         * src/folderview.c
10883                 Fix bug #1007 (Wrong folder highlighted)
10884
10885 2006-09-03 [colin]      2.4.0cvs137
10886
10887         * src/compose.c
10888                 Don't set Newsgroup: header to a mail folder
10889                 path
10890
10891 2006-09-03 [paul]       2.4.0cvs136
10892
10893         * src/prefs_other.c
10894         * src/prefs_spelling.c
10895                 unify the gui
10896
10897 2006-09-03 [paul]       2.4.0cvs135
10898
10899         * src/prefs_summaries.c
10900                 correct menu item text in prefs_keybind_apply_clicked()
10901
10902 2006-09-03 [paul]       2.4.0cvs134
10903
10904         * manual/advanced.xml
10905                 some improvements to the descriptions
10906         * src/mainwindow.c
10907         * src/messageview.c
10908         * src/summaryview.c
10909         * src/gtk/menu.c
10910                 fix menu sensitivity issues
10911         * src/prefs_message.c
10912                 drop the useless word 'short'
10913         * src/prefs_other.c
10914                 add the word 'lines' indicating log length
10915                 is a measure of lines
10916         * src/textview.c
10917                 fix compilation warnings
10918
10919 2006-09-02 [colin]      2.4.0cvs133
10920
10921         * src/messageview.c
10922                 Display a special return-receipt message
10923                 if the message is from the user
10924         * src/summaryview.c
10925                 Fix missing freeze of the list when marking
10926                 all read and unthreading for exec. Thanks
10927                 to Stephan Sachse.
10928
10929 2006-09-02 [paul]       2.4.0cvs132
10930
10931         * src/mainwindow.c
10932         * src/prefs_message.c
10933         * src/summaryview.c
10934                 fix some english
10935
10936 2006-09-02 [wwp]        2.4.0cvs131
10937
10938         * src/prefs_filtering.c
10939                 added an account name column to the filtering rules
10940                 dialog.
10941
10942 2006-09-02 [colin]      2.4.0cvs130
10943
10944         * src/gtk/logwindow.c
10945         * src/gtk/logwindow.h
10946                 Block scrolling if we're not at the end
10947                 of the log
10948
10949 2006-09-02 [colin]      2.4.0cvs129
10950
10951         * src/folder.c
10952                 Make sure account-specific rules can't
10953                 be used in {pre-,post-,}processing
10954         * src/mainwindow.c
10955         * src/gtk/logwindow.c
10956         * src/gtk/logwindow.h
10957                 Jump to last error when clicking on the
10958                 warning icon
10959
10960 2006-09-02 [colin]      2.4.0cvs128
10961
10962         * src/imap.c
10963         * src/import.c
10964         * src/mainwindow.c
10965         * src/mainwindow.h
10966                 Fix warning icon
10967         * src/inc.c
10968         * src/mbox.c
10969         * src/mbox.h
10970                 Let proc_mbox know its account, for
10971                 account-specific rules
10972
10973 2006-09-01 [colin]      2.4.0cvs127
10974
10975         * src/codeconv.c
10976                 Don't uselessly use iconv to convert from
10977                 us-ascii
10978         * src/alertpanel.c
10979         * src/mainwindow.c
10980         * src/mainwindow.h
10981         * src/inc.c
10982                 Fix certain log cases, disable warning icon
10983                 for now, the correct way to display it when
10984                 necessary and only when necessary is probably
10985                 to do it manually rather than use error logs
10986         * src/etpan/imap-thread.c
10987                 Clean up UID logging a bit
10988         * src/gtk/logwindow.c
10989         * src/gtk/logwindow.h
10990                 Make logging faster when the window's closed
10991
10992 2006-09-01 [wwp]        2.4.0cvs126
10993
10994         * manual/fr/account.xml
10995                 reflect changes to the ref. manual (parts of cvs72):
10996                 fix tabnames and quotes.
10997
10998 2006-09-01 [wwp]        2.4.0cvs125
10999
11000         * manual/fr/plugins.xml
11001                 reflect changes to the reference manual (cvs42):
11002                 update IRC channel info.
11003
11004 2006-09-01 [wwp]        2.4.0cvs124
11005
11006         * commitHelper
11007                 use CVSEDITOR env. var. if set, according to `man cvs`.
11008
11009 2006-09-01 [wwp]        2.4.0cvs123
11010
11011         * manual/advanced.xml
11012                 better sentence again (thanks to Paul).
11013
11014 2006-09-01 [wwp]        2.4.0cvs122
11015
11016         * manual/advanced.xml
11017         fix definition of toolbar_detachable and rework a bit the one of
11018         enable_dotted_lines.
11019
11020 2006-09-01 [mones]      2.4.0cvs121
11021
11022         * manual/advanced.xml
11023                 Document enable_dotted_lines
11024
11025 2006-09-01 [paul]       2.4.0cvs120
11026
11027         * src/folderview.c
11028         * src/folderview.h
11029         * src/imap.c
11030         * src/mainwindow.c
11031         * src/summaryview.c
11032                 obey the 'When entering folder...' option
11033                 when using the /View/Go to/... menu items
11034                 Thanks to Colin
11035
11036 2006-08-31 [colin]      2.4.0cvs119
11037
11038         * src/folderview.c
11039                 Revert 2.4.0cvs116, wrong fix.
11040
11041 2006-08-31 [colin]      2.4.0cvs118
11042
11043         * src/gtk/gtksctree.c
11044                 Better state the various copyrights
11045
11046 2006-08-31 [colin]      2.4.0cvs117
11047
11048         * src/prefs_common.c
11049                 fix enable_dotted_lines
11050
11051 2006-08-31 [colin]      2.4.0cvs116
11052
11053         * src/folderview.c
11054                 Use pref "Always open on select" when going
11055                 to next unread folder
11056         * src/gtk/gtksctree.c
11057                 Fix link failure to _gtk_clist_create_cell_layout
11058                 on certain computers. (Why not mine, I wonder)
11059
11060 2006-08-31 [colin]      2.4.0cvs115
11061
11062         * src/procmsg.c
11063         * src/textview.c
11064         * src/plugins/bogofilter/bogofilter.c
11065         * src/plugins/spamassassin/spamassassin.c
11066                 Requalify some "errors" to warnings
11067         * src/mainwindow.c
11068         * src/mainwindow.h
11069         * src/statusbar.c
11070                 Add an icon in the statusbar to notify
11071                 of errors
11072         * src/gtk/gtksctree.c
11073         * src/folderview.c
11074         * src/summaryview.c
11075                 Make the GtkSCTree look more modern by
11076                 alternating background lines
11077         * src/prefs_common.c
11078         * src/prefs_common.h
11079                 Add a pref to let people have the old
11080                 way if they prefer
11081
11082
11083 2006-08-30 [colin]      2.4.0cvs114
11084
11085         * src/procmsg.c
11086         * src/procmsg.h
11087                 Provide a way to filter a list of
11088                 messages in an optimised manner, and
11089                 add a list-filtering hook
11090         * src/folder.c
11091         * src/inc.c
11092         * src/mbox.c
11093                 Use the list filtering
11094         * src/plugins/bogofilter/bogofilter.c
11095                 Use the list-filtering hook
11096                 Use -b (bulk) mode for more speed
11097                 when learning and filtering
11098         * src/etpan/imap-thread.c
11099                 Make log output shorter in UID SEARCH
11100
11101
11102 2006-08-30 [colin]      2.4.0cvs113
11103
11104         * src/plugins/bogofilter/bogofilter.c
11105                 Really fast mass learning - thanks to David
11106                 Relson for the options explanations :)
11107
11108 2006-08-30 [colin]      2.4.0cvs112
11109
11110         * src/msgcache.c
11111                 Fix compilation on FreeBSD. Thanks
11112                 to Michael Hugues
11113
11114 2006-08-29 [colin]      2.4.0cvs111
11115
11116         * src/folderview.c
11117                 Handle "popup_menu" signal (for popping the 
11118                 menu via the keyboard)
11119         * src/mimeview.c
11120         * src/mimeview.h
11121         * src/summaryview.c
11122         * src/textview.c
11123         * src/gtk/gtkutils.c
11124         * src/gtk/gtkutils.h
11125                 Factorize scrolling code, and add an API 
11126                 for MimeViewers to handle scroll orders
11127
11128 2006-08-29 [wwp]        2.4.0cvs110
11129
11130         * src/plugins//bogofilter/bogofilter.c
11131         * src/plugins//spamassassin/spamassassin.c
11132                 make the bogofilter/spamassassin filtering error dialogs at
11133         incorporation obey to the "don't popup error dialog on
11134         receive error" option. If disabled, feed the log window w/
11135         the error message.
11136
11137 2006-08-29 [paul]
11138
11139         2.5.0-rc2 released
11140
11141 2006-08-29 [paul]       2.4.0cvs109
11142
11143         * Makefile.am
11144                 remove 'make release', it's not needed
11145                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11146
11147 2006-08-29 [paul]       2.4.0cvs108
11148
11149         * src/foldersel.c
11150         * src/summary_search.c
11151         * src/gtk/progressdialog.c
11152         * src/plugins/pgpcore/passphrase.c
11153                 replace deprecated gtk_window_set_policy()
11154
11155 2006-08-29 [colin]      2.4.0cvs107
11156
11157         * src/folder.c
11158                 Fix data loss when copy fails during a move:
11159                 only use fast remove_msgs if everything was
11160                 copied OK; else use slow remove_msg on the
11161                 mails that got copied only.
11162
11163 2006-08-28 [paul]       2.4.0cvs106
11164
11165         * src/mh.c
11166                 revert change in 2.4.0cvs104, it breaks
11167                 stuff
11168
11169 2006-08-28 [paul]       2.4.0cvs105
11170
11171         * src/plugins/spamassassin/spamassassin.c
11172                 english fix
11173
11174 2006-08-28 [paul]       2.4.0cvs104
11175
11176         * src/mh.c
11177                 fix data loss when moving to another
11178                 mailbox fails
11179         * src/prefs_spelling.c
11180                 improve the english
11181         * src/gtk/pluginwindow.c
11182                 improve the layout of the dialog text
11183         All thanks to Colin
11184
11185 2006-08-28 [paul]       2.4.0cvs103
11186
11187         * src/plugins/bogofilter/bogofilter.c
11188         * src/plugins/bogofilter/bogofilter_gtk.c
11189                 fix english up a bit, innit
11190
11191 2006-08-28 [paul]       2.4.0cvs102
11192
11193         * configure.ac
11194         * po/Makefile.in.in
11195         * po/Makevars
11196                 require autoconf 2.60, enabling building
11197                 with gettext 0.15 (gettext 0.14.x build still
11198                 possible). Replace Makefiles with versions
11199                 from gettext 0.15.
11200                 Remove configure options --with-localedir and
11201                 --with-mandir. The options that are provided
11202                 directly by autoconf 2.60 can be used instead:
11203                 --mandir --localedir
11204
11205 2006-08-27 [colin]      2.4.0cvs101
11206
11207         * src/plugins/bogofilter/Makefile.am
11208                 Fix make dist (no README)
11209
11210 2006-08-27 [colin]      2.4.0cvs100
11211
11212         * src/folder.c
11213                 Don't use F_UNKNOWN folders for any default
11214                 outbox/trash/etc
11215         * src/plugins/bogofilter/bogofilter.c
11216         * src/plugins/bogofilter/bogofilter.h
11217         * src/plugins/bogofilter/bogofilter_gtk.c
11218                 Add an option to specify the path to bogofilter
11219                 Use single-quotes to be able to learn in folders
11220                 with spaces in their names
11221                 Verify learning status
11222
11223 2006-08-27 [colin]      2.4.0cvs99
11224
11225         * manual/faq.xml
11226         * manual/plugins.xml
11227                 Document Bogofilter plugin
11228
11229 2006-08-27 [colin]      2.4.0cvs98
11230
11231         * src/compose.c
11232         * src/messageview.c
11233         * src/procmsg.c
11234         * src/procmsg.h
11235                 When possible, copy the queued mail to sent folder
11236                 instead of re-adding. Much faster on IMAP.
11237
11238 2006-08-27 [colin]      2.4.0cvs97
11239
11240         * src/msgcache.c
11241                 Disable mmaped caches - huge metadata loss
11242                 here after a power failure.
11243         * src/summaryview.c
11244                 Add quicksearch timing
11245         * src/common/plugin.c
11246         * src/common/plugin.h
11247                 Implement an interface to tell what plugins
11248                 provide. Prevent loading of similar plugins.
11249         * src/plugins/clamav/clamav_plugin.c
11250         * src/plugins/demo/demo.c
11251         * src/plugins/dillo_viewer/dillo_viewer.c
11252         * src/plugins/pgpcore/plugin.c
11253         * src/plugins/pgpinline/pgpinline.c
11254         * src/plugins/pgpmime/pgpmime.c
11255         * src/plugins/spamassassin/spamassassin.c
11256         * src/plugins/trayicon/trayicon.c
11257                 Implement plugin_provides()
11258
11259 2006-08-27 [colin]      2.4.0cvs96
11260
11261         * configure.ac
11262         * src/plugins/Makefile.am
11263         * src/plugins/bogofilter/.cvsignore
11264         * src/plugins/bogofilter/Makefile.am
11265         * src/plugins/bogofilter/bogofilter.c
11266         * src/plugins/bogofilter/bogofilter.h
11267         * src/plugins/bogofilter/bogofilter_gtk.c
11268                 New Bogofilter plugin, provides filtering and
11269                 learning. Spamassassin will go to extra plugins.
11270
11271 2006-08-26 [mones]      2.4.0cvs95
11272
11273         * manual/handling.xml
11274                 Fix subfolder path in the example (thanks to Paul) 
11275
11276 2006-08-26 [mones]      2.4.0cvs94
11277
11278         * manual/glossary.xml
11279                 2.2. + add ISP to the glossary
11280                 7.5. + Add UIDL to glossary
11281                 7.7. + Add TCP to glossary
11282         * manual/handling.xml
11283                 7.1. + Mentions GNU/Linux distribution, what about the non...
11284                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11285                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11286                 7.4. = Use appropriate quotation for commands
11287                 7.6. = change "" to <quote></quote>
11288         * manual/plugins.xml
11289                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11290         * manual/starting.xml
11291                 2.1. + local mbox file: some examples of mbox file locations...
11292                 Also reformatted files requiring it
11293
11294 2006-08-26 [wwp]        2.4.0cvs93
11295
11296         * src/summary_search.c
11297                 disable find buttons while summary search is running.
11298
11299 2006-08-25 [colin]      2.4.0cvs92
11300
11301         * src/folder.c
11302         * src/folderutils.c
11303         * src/mh.c
11304         * src/procmsg.h
11305         * src/summaryview.c
11306                 Speed up MH moving, and add progressbar
11307                 for MH deletion
11308         * src/msgcache.c
11309                 Write cache files using mmap() too
11310
11311 2006-08-25 [wwp]        2.4.0cvs91
11312
11313         * src/summaryview.c
11314                 switch spam<->ham button when a message has been marked as spam or ham
11315                 and is still selected. Thanks to Colin.
11316
11317 2006-08-25 [paul]       2.4.0cvs90
11318
11319         * src/Makefile.am
11320         * src/stock_pixmap.c
11321         * src/stock_pixmap.h
11322         * src/summaryview.c
11323         * src/gtk/icon_legend.c
11324         * src/pixmaps/copied.xpm
11325         * src/pixmaps/moved.xpm
11326                 add icons for delayed execution marked for
11327                 copying, marked for moving
11328
11329 2006-08-25 [mones]      2.4.0cvs89
11330
11331         * manual/glossary.xml
11332                 Fix the other glossary items:
11333                 5.1. = Inmmediate execution -> <quote>immediate execution...
11334                 5.2. = Fix MBOX capitalization -> Mbox
11335                 5.3. + Improve Plugins def. w/ tech. ref.
11336                 5.4. = Quotation -> replace '>' by <quote>></quote>
11337                 5.5. - SMTP Server. -> remove dot
11338         * po/es.po
11339                 Updated translation
11340
11341 2006-08-25 [mones]      2.4.0cvs88
11342
11343         * manual/ack.xml
11344                 Reformatted, changed email address
11345         * manual/glossary.xml
11346                 Reformatted, fixed MANUAL-TODO items:
11347                 8.2. + add ROT-13 to glossary
11348                 8.4. + add URL to glossary
11349         * manual/es/advanced.xml
11350                 Fixed <literal>s
11351
11352 2006-08-25 [paul]       2.4.0cvs87
11353
11354         * src/gtk/icon_legend.c
11355                 add 'marked for deletion' icon
11356                 arrange icons by containing column
11357                 wrap long label text
11358
11359 2006-08-25 [colin]      2.4.0cvs86
11360
11361         * src/common/utils.c
11362         * src/common/utils.h
11363                 Add the sc_g_*list_bigger functions in
11364                 a place everyone can use it
11365         * src/summaryview.c
11366                 Only freeze/thaw the list when working
11367                 on the selection, if it's bigger than 1
11368         * src/gtk/gtksctree.c
11369                 Only freeze/thaw the list when unselec-
11370                 ting 'all' if ('all' != 1)
11371                 This avoids some flickering
11372
11373 2006-08-24 [colin]      2.4.0cvs85
11374
11375         * src/addressbook.c
11376                 Fix strange list selection
11377                 Fix random seg (Invalid read of freed memory)
11378
11379 2006-08-24 [colin]      2.4.0cvs84
11380
11381         * src/alertpanel.c
11382         * src/gtk/inputdialog.c
11383         * src/plugins/pgpcore/passphrase.c
11384                 Revert minimal width patch of 2.4.0cvs67,
11385                 as it is also a maximal width. Use 
11386                 gtk_window_set_default_size instead.
11387
11388 2006-08-24 [colin]      2.4.0cvs83
11389
11390         * src/msgcache.c
11391                 Write cache/mark to temp files before
11392                 overwriting old ones (avoids metadata
11393                 loss if writing the new files fail).
11394                 Use mmap() to read cache/mark file, as
11395                 this makes cache reading faster. Dis-
11396                 abled for big-endian machines until it
11397                 can be tested. (Big-endian users: set
11398                 msgcache_use_mmap = TRUE in the relevant
11399                 #if).
11400         * src/procmsg.h
11401                 Move rarely used fields of MsgInfo in 
11402                 another structure, which will only be
11403                 allocated if needed. Face, X-Face,
11404                 Return receipt headers and List-*
11405                 headers are moved. Mails having none
11406                 of these occupy 52 bytes less with
11407                 this patch, which makes 2.5MB of RAM
11408                 saved on a 50k folder).
11409         * src/headerview.c
11410         * src/mainwindow.c
11411         * src/messageview.c
11412         * src/partial_download.c
11413         * src/procheader.c
11414         * src/procmsg.c
11415         * src/textview.c
11416                 Follow this structure change.
11417
11418 2006-08-24 [wwp]        2.4.0cvs82
11419
11420         * manual/es/.cvsignore
11421         * manual/es/dist/.cvsignore
11422         * manual/es/dist/html/.cvsignore
11423         * manual/es/dist/pdf/.cvsignore
11424         * manual/es/dist/ps/.cvsignore
11425         * manual/es/dist/txt/.cvsignore
11426                 more (generated) files to ignore.
11427
11428 2006-08-24 [colin]      2.4.0cvs81
11429
11430         * src/folder.c
11431         * src/mh.c
11432                 Fix possible problems with local delivery. Check the folder doesn't
11433                 need scan before setting its mtime when saving cache (which can be
11434                 done long after the folder's been modified by an external process);
11435                 Check that the stored item's mtime didn't change in mh functions.
11436
11437 2006-08-24 [mones]      2.4.0cvs80
11438
11439         * manual/advanced.xml
11440                 Rewrapping, some fixes and MANUAL-TODO items:
11441                 8.1. = change "" to <quote></quote>
11442                 8.3. = quote menu items
11443                 8.5. - deploying -> new user ... ideally a new user (redundant)
11444
11445 2006-08-23 [colin]      2.4.0cvs79
11446
11447         * src/gtk/gtksctree.c
11448                 When selecting or deselecting range, only
11449                 freeze/thaw when selection is bigger than 10
11450
11451 2006-08-23 [colin]      2.4.0cvs78
11452
11453         * src/messageview.c
11454         * src/mimeview.c
11455         * src/mimeview.h
11456         * src/plugins/dillo_viewer/dillo_viewer.c
11457                 Provide an API for MimeViewer plugins to
11458                 return a text selection for replying
11459
11460 2006-08-23 [colin]      2.4.0cvs77
11461
11462         * src/image_viewer.c
11463         * src/textview.c
11464                 Use gtk_pixbuf_new_from_file_at_scale(), which
11465                 is faster than getting the pixbuf then resizing
11466                 it.
11467
11468 2006-08-23 [colin]      2.4.0cvs76
11469
11470         * src/procmime.c
11471                 UTF-8 should be sent Quoted-printable
11472
11473 2006-08-22 [colin]      2.4.0cvs75
11474
11475         * src/mh.c
11476                 Check if scan is required before touching
11477                 the folder (or it'll be required every time)
11478
11479 2006-08-22 [colin]      2.4.0cvs74
11480
11481         * configure.ac
11482                 Require libetpan 0.46 (crasher fix when built
11483                 against gnutls)
11484
11485 2006-08-22 [colin]      2.4.0cvs73
11486
11487         * src/folder.c
11488                 Set folder's mtime after writing its
11489                 cache
11490         * src/folderview.c
11491                 Add some timing
11492         * src/procmsg.c
11493                 Don't do useless stuff if we don't 
11494                 thread by subject
11495         * src/summaryview.c
11496                 Add some timing, don't deselect prior
11497                 to selecting (gtksctree does it itself),
11498                 remove crash avoidance hacks as it's been
11499                 properly fixed since a while
11500         * src/common/utils.c
11501                 Optimize to_human_readable(): _() is slow,
11502                 do it only once, and avoid %f format for KB
11503                 (the most common in a summaryview)
11504         * src/gtk/gtksctree.c
11505                 Don't uselessly freeze/thaw (fixes flicker
11506                 on next unread and friends), reduce number
11507                 of g_list_nth/g_list_position where possible
11508         * src/gtk/gtkutils.c
11509         * src/gtk/gtkutils.h
11510                 Reduce number of g_list_nth/g_list_position
11511                 where possible.
11512                 All of this makes loading as 70k folder 2.1
11513                 seconds instead of 3.2 (with hot FS caches).
11514                 (1.3 seconds without Date and Size columns...)
11515
11516 2006-08-22 [paul]       2.4.0cvs72
11517
11518         wrap documents and do some items from mones' MANUAL-TODO:
11519
11520         * manual/account.xml
11521                 4.1. = fix tabname references to <quote>tabname</quote>
11522                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11523         * manual/faq.xml
11524                 1.1. = mentioned options don't match UI
11525                 Add information about the 'Never send Return Receipts'
11526                 option
11527         * manual/handling.xml
11528                 6.2. = Mentions Extended symbols button, but now is
11529                 named Information
11530                 6.3. = Mentions ... button, which is now Edit
11531
11532 2006-08-22 [colin]      2.4.0cvs71
11533
11534         * src/gtk/pluginwindow.c
11535                 Fix layout in verbose translations (such
11536                 as french)
11537
11538 2006-08-22 [paul]       2.4.0cvs70
11539
11540         * manual/Makefile.am
11541                 build manuals in alphabetical order
11542         * src/addressbook.c
11543         * src/prefs_themes.c
11544                 replace/remove deprecated symbols
11545         * src/gtk/gtkutils.c
11546                 fix a warning
11547         * src/gtk/pluginwindow.c
11548                 replace deprecated symbol
11549                 replace label text and move it
11550         * src/plugins/pgpcore/prefs_gpg.c
11551                 move the 'Generate...' button out of the
11552                 Sign Key frame, replace the English used
11553         * src/plugins/pgpcore/sgpgme.c
11554                 fixes to the English
11555
11556 2006-08-21 [colin]      2.4.0cvs69
11557
11558         * src/plugins/trayicon/trayicon.c
11559                 Add more strings for translation; patch
11560                 by Pawel
11561
11562 2006-08-21 [colin]      2.4.0cvs68
11563
11564         * src/compose.c
11565                 fix replied flag not set after drafting
11566         * src/matcher.c
11567                 fix body quicksearch in non-encoded bodies
11568                 containing '='
11569         * src/msgcache.c
11570                 Get rid of the g_malloc workaround for
11571                 corrupted caches, use g_try_malloc
11572
11573 2006-08-21 [colin]      2.4.0cvs67
11574
11575         * src/alertpanel.c
11576         * src/gtk/inputdialog.c
11577         * src/plugins/pgpcore/passphrase.c
11578                 Set minimal width to 375
11579         * src/mainwindow.c
11580                 Fix switching to offline, asking if it 
11581                 should be overriden for synchronising
11582         * src/mimeview.c
11583                 Don't offer to remember command on Open 
11584                 with for text parts, as the browser or 
11585                 text editor command isn't changed from 
11586                 there
11587
11588 2006-08-20 [paul]       2.4.0cvs66
11589
11590         * po/ko.po
11591         * po/zh_CN.po
11592                 fix plural form errors. revealed by stricter
11593                 checking of gettext 0.15
11594
11595 2006-08-18 [paul]       2.4.0cvs65
11596
11597         * src/stock_pixmap.c
11598                 fix the fix of 2.4.0cvs64
11599                 Thanks to Colin
11600
11601 2006-08-18 [paul]       2.4.0cvs64
11602
11603         * src/stock_pixmap.c
11604                 fix leaks
11605                 Thanks to Colin
11606
11607 2006-08-18 [paul]       2.4.0cvs63
11608
11609         * src/compose.c
11610         * src/procmsg.c
11611                 fix occasional IMAP bug where large msgs
11612                 were left in the queue folder after sending
11613                 Thanks to Colin
11614
11615 2006-08-18 [paul]       2.4.0cvs62
11616
11617         * src/folderview.c
11618                 freeze the summaryview while quicksearch results
11619                 are displayed
11620                 (fixes bug 456 'current message is hidden when the
11621                 view is refreshed and extended search is "unread 
11622                 messages"')
11623                 Thanks to Colin
11624         * src/textview.c
11625                 add missing #include "inputdialog.h"
11626         * src/common/utils.h
11627                 add missing mailcap_update_default() and improve
11628                 readability
11629
11630 2006-08-17 [colin]      2.4.0cvs61
11631
11632         * src/plugins/pgpcore/select-keys.c
11633                 Fix warnings :)
11634
11635 2006-08-17 [colin]      2.4.0cvs60
11636
11637         * src/compose.c
11638                 Don't continue queuing if Cancel is clicked
11639                 in select-keys
11640
11641 2006-08-17 [colin]      2.4.0cvs59
11642
11643         * src/plugins/pgpcore/select-keys.c
11644                 When encrypting, if only one key matches and it 
11645                 matches exactly, automatically use it.
11646
11647 2006-08-17 [colin]      2.4.0cvs58
11648
11649         * src/mimeview.c
11650         * src/prefs_common.c
11651         * src/prefs_common.h
11652         * src/prefs_ext_prog.c
11653         * src/textview.c
11654                 Fix issues with previous patch (text/html)
11655                 Remove outdated prefs
11656
11657 2006-08-17 [colin]      2.4.0cvs57
11658
11659         * src/imap.c
11660                 Add View Log button on auth error
11661         * src/procmsg.c
11662                 Fix encrypted mail marked as new when
11663                 saved in normal folders
11664         * src/plugins/pgpinline/pgpinline.c
11665                 Fix encrypt bug on IMAP
11666         * src/mimeview.c
11667         * src/common/utils.c
11668         * src/common/utils.h
11669         * src/gtk/inputdialog.c
11670         * src/gtk/inputdialog.h
11671                 Get rid of metamail stuff, simplify
11672                 opening, and allow remembering of user's
11673                 choices (by updating ~/.mailcap). There's
11674                 still to drop "Audio player" and "Image
11675                 viewer" preferences.
11676
11677 2006-08-17 [mones]      2.4.0cvs56
11678
11679         * manual/es/sylpheed-claws-manual.xml
11680                 fix DTD path
11681
11682 2006-08-17 [mones]      2.4.0cvs55
11683
11684         * configure.ac
11685         * manual/Makefile.am
11686         * manual/es/Makefile.am
11687         * manual/es/account.xml
11688         * manual/es/ack.xml
11689         * manual/es/addrbook.xml
11690         * manual/es/advanced.xml
11691         * manual/es/faq.xml
11692         * manual/es/glossary.xml
11693         * manual/es/gpl.xml
11694         * manual/es/handling.xml
11695         * manual/es/intro.xml
11696         * manual/es/keyboard.xml
11697         * manual/es/plugins.xml
11698         * manual/es/starting.xml
11699         * manual/es/sylpheed-claws-manual.xml
11700         * manual/es/dist/Makefile.am
11701         * manual/es/dist/html/Makefile.am
11702         * manual/es/dist/pdf/Makefile.am
11703         * manual/es/dist/ps/Makefile.am
11704         * manual/es/dist/txt/Makefile.am
11705                 Spanish translation for the manual
11706
11707 2006-08-16 [colin]      2.4.0cvs54
11708
11709         * src/compose.c
11710         * src/main.c
11711         * src/mainwindow.c
11712                 Fix send button sensitivity at startup
11713                 Set send menu sensitivity (patch by Fabien)
11714         * src/ssl_manager.c
11715                 Enable closing with esc (patch by Fabien)
11716         * src/gtk/foldersort.c
11717                 Enable closing with esc (patch by Fabien)
11718         * src/procmime.c
11719                 Optimisation (no need to copy to tempfile to
11720                 "decode" 7bit and 8bit)
11721         * src/summaryview.c
11722                 Fix cruft in swap_from case
11723         * src/textview.c
11724                 Fix missing last line in some mail cases 
11725                 (Fixes debian #381872)
11726         * src/plugins/pgpcore/prefs_gpg.c
11727         * src/plugins/pgpcore/sgpgme.c
11728         * src/plugins/pgpcore/sgpgme.h
11729                 Don't show "no key found" when user explicitely
11730                 wants to create a key
11731
11732 2006-08-16 [paul]       2.4.0cvs53
11733
11734         * configure.ac
11735         * src/account.c
11736         * src/addressbook.c
11737         * src/headerview.c
11738         * src/prefs_account.c
11739         * src/prefs_message.c
11740         * src/gtk/gtkutils.c
11741                 bump up minimum required versions of GTK+ and
11742                 GLIB to 2.6.0
11743
11744 2006-08-16 [paul]       2.4.0cvs52
11745
11746         * src/toolbar.c
11747                 workaround GTK+ Bug 351600 - 'Can't re-click
11748                 on button after sensitivity update'
11749                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11750                 Thanks to Colin
11751
11752 2006-08-15 [colin]      2.4.0cvs51
11753
11754         * src/plugins/pgpcore/prefs_gpg.c
11755                 Set options sensitivity according to
11756                 key existence
11757         * src/plugins/pgpcore/sgpgme.c
11758                 Allow to create key with no passphrase
11759
11760 2006-08-14 [cleroy]     2.4.0cvs50
11761
11762         * src/gtk/pluginwindow.c
11763                 New layout (maybe to be changed?)
11764         * src/gtk/gtkutils.c
11765                 Fix a bit label_window
11766         * src/plugins/pgpcore/passphrase.c
11767         * src/plugins/pgpcore/passphrase.h
11768         * src/plugins/pgpcore/plugin.c
11769         * src/plugins/pgpcore/prefs_gpg.c
11770         * src/plugins/pgpcore/prefs_gpg.h
11771         * src/plugins/pgpcore/sgpgme.c
11772         * src/plugins/pgpcore/sgpgme.h
11773                 Allow to create a PGP private key via the GUI
11774
11775 2006-08-14 [wwp]        2.4.0cvs49
11776
11777         * src/addressbook_foldersel.c
11778                 fix strict ISO C90 compliance.
11779
11780 2006-08-14 [paul]       2.4.0cvs48
11781
11782         * src/gtk/prefswindow.c
11783                 re-set scrolled window on opening
11784                 Patch by Ticho
11785
11786 2006-08-14 [paul]
11787
11788         2.5.0-rc1 released
11789
11790 2006-08-14 [paul]       2.4.0cvs47
11791
11792         * src/prefs_display_header.c
11793                 re-enable user-defined Displayed Headers
11794
11795 2006-08-14 [paul]       2.4.0cvs46
11796
11797         * src/prefs_account.c
11798                 use GTK_STOCK_EDIT
11799
11800 2006-08-13 [colin]      2.4.0cvs45
11801
11802         * src/common/utils.c
11803                 Fix "a" in quote when the original message is empty,
11804                 by using \0 instead of 'a' to test writability of
11805                 temp files.
11806
11807 2006-08-13 [wwp]        2.4.0cvs44
11808
11809         * src/plugins/spamassassin/spamassassin.c
11810                 fix capitalization of "SpamAssassin" in some debug, log and
11811                 dialog messages.
11812
11813 2006-08-13 [paul]       2.4.0cvs43
11814
11815         * src/editldap.c
11816                 fix overlapping widgets
11817         * src/prefs_account.c
11818                 fix translation of protocol_names[]
11819                 fix label disappearing off the edge of the
11820                 visible area
11821
11822 2006-08-12 [paul]       2.4.0cvs42
11823
11824         * manual/plugins.xml
11825                 update IRC channel info before it gets forgotten
11826                 about
11827
11828 2006-08-11 [colin]      2.4.0cvs41
11829
11830         * src/compose.c
11831         * src/mainwindow.c
11832         * src/mainwindow.h
11833         * src/procmsg.c
11834         * src/procmsg.h
11835         * src/summaryview.c
11836         * src/toolbar.c
11837                 Grey out the Send button if
11838                 - Queue folders are empty, or
11839                 - We're sending already
11840
11841 2006-08-11 [wwp]        2.4.0cvs40
11842
11843         * src/main.c
11844                 fix a logic issue when quitting while a compose window is
11845                 still open, thanks to Colin.
11846
11847 2006-08-10 [colin]      2.4.0cvs39
11848
11849         * src/main.c
11850                 Fix default font size setting after wizard run
11851         * src/imap.c
11852         * src/etpan/imap-thread.c
11853         * src/etpan/imap-thread.h
11854                 Fix bug #999 (Timing out on TSL cert validation 
11855                 dialog makes ugly things happen). Also, STARTTLS
11856                 unconditionnaly if initial capabilities contain
11857                 LOGINDISABLED and STARTTLS.
11858
11859 2006-08-09 [colin]      2.4.0cvs38
11860
11861         * src/mainwindow.c
11862         * src/mainwindow.h
11863                 Fix Tools/Actions sensitivity when there are
11864                 no actions
11865
11866 2006-08-09 [colin]      2.4.0cvs37
11867
11868         * src/prefs_filtering.c
11869                 Warning fix, patch by Paul
11870         * src/messageview.c
11871         * src/prefs_actions.c
11872         * src/prefs_filtering_action.c
11873         * src/prefs_matcher.c
11874                 Uniformisation of "Info ..." to "Info..." (for
11875                 old gtk), patch by Fabien
11876         * src/plugins/clamav/clamav_plugin_gtk.c
11877                 Sensitivity fix by Fabien
11878
11879 2006-08-09 [colin]      2.4.0cvs36
11880
11881         * src/main.c
11882         * src/main.h
11883                 Add a function to know whether we're exiting
11884         * src/plugins/trayicon/trayicon.c
11885                 If exiting, don't do anything. Faster, and
11886                 avoids gtk_main_iteration reentracy causing
11887                 segfaults at exit
11888
11889 2006-08-09 [colin]      2.4.0cvs35
11890
11891         * src/messageview.c
11892         * src/mimeview.c
11893         * src/mimeview.h
11894                 Fix lack of part selection when automatically 
11895                 jumping to a specific part
11896         * src/msgcache.c
11897                 Little optimisation in cache reading
11898
11899 2006-08-09 [colin]      2.4.0cvs34
11900
11901         * src/compose.c
11902                 Fix crash setting the priority on reedit
11903                 (Accessing compose before creating it!)
11904
11905 2006-08-08 [colin]      2.4.0cvs33
11906
11907         * src/procmime.c
11908                 Fix bug #998 (last attachment is not accessible)
11909                 Bad RFC interpretation on multipart close-delimiters
11910         * src/mimeview.c
11911         * src/mimeview.h
11912         * src/gtk/gtkvscrollbutton.c
11913         * src/gtk/gtkvscrollbutton.h
11914                 Make attachments list wheel-scrollable
11915
11916 2006-08-07 [colin]      2.4.0cvs32
11917
11918         * src/gtk/gtkaspell.c
11919                 Fix bug #973 (Unicode punctation characters 
11920                 are not recognized as separators by the
11921                 spell checker); fix unsigned stuff
11922
11923 2006-08-07 [colin]      2.4.0cvs31
11924
11925         * src/compose.c
11926                 Fix bug #956 (DnD text with accents in compose 
11927                 text entry); fix gccc's signed/unsigned fuss
11928
11929 2006-08-06 [colin]      2.4.0cvs30
11930
11931         * src/main.c
11932                 Fix bug #979 (Plugin crashes when exiting 
11933                 sylpheed-claws) : handle exit request only 
11934                 once
11935
11936 2006-08-05 [colin]      2.4.0cvs29
11937
11938         * src/news.c
11939                 Just make sure we have a msgid.
11940
11941 2006-08-05 [colin]      2.4.0cvs28
11942
11943         * src/news.c
11944         * src/summaryview.c
11945                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11946                 by reimplementing it
11947         * src/textview.c
11948                 Fix bug when hiding quotes with level > 3 and quote
11949                 colors are recycled
11950
11951 2006-08-04 [colin]      2.4.0cvs27
11952
11953         * src/compose.c
11954         * src/undo.c
11955         * src/undo.h
11956                 Fix a bit replace-by-pasting undo
11957         * src/mainwindow.c
11958         * src/messageview.c
11959                 Fix Fold quotes menu synchro in
11960                 mainwindow when it changes in 
11961                 messageview
11962         * src/textview.c
11963                 Fix right-click on quotes blocks
11964         * src/common/utils.c
11965                 Verify that the file created by
11966                 my_tmpfile() is writable. Fixes
11967                 bug #988 (very specific filesystem
11968                 issue)
11969         * src/plugins/pgpcore/sgpgme.c
11970                 Fix file descriptor leak
11971         * src/plugins/spamassassin/spamassassin.c
11972                 Warn once if spamd isn't reachable
11973
11974 2006-08-04 [colin]      2.4.0cvs26
11975
11976         * src/toolbar.c
11977                 i18n context patch by Fabien
11978
11979 2006-08-03 [colin]      2.4.0cvs25
11980
11981         * src/mainwindow.c
11982         * src/messageview.c
11983                 Rename "Hide quotes" to "Fold quotes"
11984         * src/textview.c
11985                 Don't use hand cursor on quotes. "all 
11986                 the bonuses of the feature and none of 
11987                 unwelcome side-effects"
11988
11989 2006-08-03 [colin]      2.4.0cvs24
11990
11991         * AUTHORS
11992         * sylpheed-claws.desktop
11993         * src/gtk/authors.h
11994                 Bring the desktop file to XDG compliance
11995                 Patch by Charles A. Edwards
11996
11997 2006-08-03 [colin]      2.4.0cvs23
11998
11999         * src/textview.c
12000                 Fix links offset when they are preceded
12001                 by accentued chars (g_utf8_strlen!)
12002         * src/mainwindow.c
12003                 Fix wrong status when starting offline
12004
12005
12006 2006-08-03 [wwp]        2.4.0cvs22
12007
12008         * src/prefs_common.h
12009                 ask what to do w/ filtering rules that belong to an account when
12010                 applying filtering rules manually from the main window (skip,
12011                 apply regardless of the account, use current account). This dialog
12012                 can be skipped and the last reply used.
12013                 (forgot that file)
12014
12015 2006-08-03 [wwp]        2.4.0cvs21
12016
12017         * src/filtering.c
12018         * src/filtering.h
12019         * src/prefs_common.c
12020         * src/summaryview.c
12021         * src/alertpanel.c
12022         * src/alertpanel.h
12023         * src/messageview.c
12024                 ask what to do w/ filtering rules that belong to an account when
12025                 applying filtering rules manually from the main window (skip,
12026                 apply regardless of the account, use current account). This dialog
12027                 can be skipped and the last reply used.
12028
12029
12030 2006-08-03 [colin]      2.4.0cvs20
12031
12032         * src/textview.c
12033                 Optimize previous patch
12034
12035 2006-08-03 [cleroy]     2.4.0cvs19
12036
12037         * src/textview.c
12038                 Fix quotes getting toggled back when the
12039                 mail has an even number of text parts
12040
12041 2006-08-02 [colin]      2.4.0cvs18
12042
12043         * src/messageview.c
12044                 Add Hide quotes menu
12045
12046 2006-08-02 [colin]      2.4.0cvs17
12047
12048         * src/mainwindow.c
12049         * src/prefs_common.c
12050         * src/textview.c
12051         * src/textview.h
12052         * src/gtk/about.c
12053                 Allow per-level quote hiding,
12054                 Allow toggling quotes by double-clicking them
12055                 Rename RemoteURI to ClickableText to reflect
12056                 the fact it's used for a variety of things
12057
12058 2006-08-02 [wwp]        2.4.0cvs16
12059
12060         * src/mainwindow.c
12061                 fix "View/Hide quotes" menu item status initialization.
12062
12063 2006-08-02 [wwp]        2.4.0cvs15
12064
12065         * src/matcher_parser_parse.y
12066                 remove a debug trace.
12067
12068 2006-08-02 [paul]       2.4.0cvs14
12069
12070         * src/plugins/pgpcore/passphrase.c
12071                 don't set initial dialog size
12072                 make it resizable
12073
12074 2006-08-02 [paul]       2.4.0cvs13
12075
12076         * src/noticeview.c
12077                 remove the rogue '/' character
12078
12079 2006-08-02 [paul]       2.4.0cvs12
12080
12081         * src/noticeview.c
12082                 allow buttons to resize as necessary
12083
12084 2006-08-01 [wwp]        2.4.0cvs11
12085
12086         * src/mbox.c
12087                 fix strict ISO C90 compliance.
12088
12089 2006-08-01 [wwp]        2.4.0cvs10
12090
12091         * tools/update-po
12092                 updated update-po tool to work w/ context-dependent translations.
12093                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12094
12095 2006-08-01 [wwp]        2.4.0cvs9
12096
12097         * src/matcher.c
12098         * src/prefs_filtering.c
12099         * src/prefs_matcher.c
12100                 allow context-dependent translations for "All",
12101                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12102
12103 2006-07-31 [colin]      2.4.0cvs8
12104
12105         * AUTHORS
12106         * src/gtk/authors.h
12107                 Add Rafal to authors
12108
12109 2006-07-31 [colin]      2.4.0cvs7
12110
12111         * src/compose.c
12112         * src/mainwindow.c
12113         * src/messageview.h
12114         * src/prefs_common.c
12115         * src/prefs_common.h
12116         * src/textview.c
12117                 Add 'View/Hide quotes'. Patch based on a patch
12118                 by Rafal Weglarz
12119
12120 2006-07-31 [colin]      2.4.0cvs6
12121
12122         * src/action.c
12123                 Fix problem with "> stuff >" actions
12124
12125 2006-07-31 [paul]       2.4.0cvs5
12126
12127         * po/nb.po
12128                 updated by Geir Helland
12129
12130 2006-07-31 [wwp]        2.4.0cvs4
12131
12132         * src/mainwindow.c
12133         * src/summaryview.c
12134         * src/summaryview.h
12135                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12136                 thanks to Colin.
12137
12138 2006-07-31 [wwp]        2.4.0cvs3
12139
12140         * src/Makefile.am
12141         * src/addr_compl.c
12142         * src/addr_compl.h
12143         * src/addressbook.c
12144         * src/addressbook.h
12145         * src/addressbook_foldersel.c
12146         * src/addressbook_foldersel.h
12147         * src/addrindex.c
12148         * src/addrindex.h
12149         * src/matcher.c
12150         * src/matcher.h
12151         * src/matcher_parser_lex.l
12152         * src/matcher_parser_parse.y
12153         * src/prefs_common.c
12154         * src/prefs_common.h
12155         * src/prefs_filtering.c
12156         * src/prefs_matcher.c
12157         * src/prefs_matcher.h
12158         * src/summaryview.c
12159                 introduce filtering against the address book. It's now possible to add
12160                 matched conditions to determine if any email address in a message matches
12161                 or doesn't match any or all books or folders in the address book.
12162
12163 2006-07-31 [wwp]        2.4.0cvs2
12164
12165         * src/account.c
12166         * src/filtering.c
12167         * src/filtering.h
12168         * src/folder.c
12169         * src/folderview.c
12170         * src/inc.c
12171         * src/mainwindow.c
12172         * src/matcher.c
12173         * src/matcher_parser_lex.l
12174         * src/matcher_parser_parse.y
12175         * src/mbox.c
12176         * src/prefs_filtering.c
12177         * src/prefs_filtering.h
12178         * src/procmsg.c
12179         * src/procmsg.h
12180         * src/summaryview.c
12181                 introduce per-account filtering rules. Each filtering rule can now be assigned
12182                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12183                 when applying filtering rules manually, as all rules will apply - even the ones
12184                 assigned to an account. This issue will be addressed soon.
12185  
12186
12187
12188 2006-07-31 [wwp]        2.4.0cvs1
12189
12190         * src/quote_fmt.c
12191                 make more strings translatable.
12192
12193 2006-07-31 [paul]       2.4.0
12194
12195         2.4.0 released
12196
12197 2006-07-31 [paul]       2.3.1cvs91
12198
12199         * po/ca.po
12200                 updated by Miquel Oliete
12201
12202 2006-07-31 [paul]       2.3.1cvs90
12203
12204         * po/de.po
12205         * po/el.po
12206         * po/fr.po
12207         * po/it.po
12208         * po/pl.po
12209         * po/pt_BR.po
12210         * po/sr.po
12211         * po/zh_CN.po
12212                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12213                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12214                 Aleksandar Urosevic, and Ralgh Young
12215
12216 2006-07-31 [paul]       2.3.1cvs89
12217
12218         * src/account.c
12219         * src/main.c
12220         * src/mainwindow.c
12221         * src/mainwindow.h
12222                 Fix a race condition when, after an SC crash, rescanning
12223                 folders took more than 0.5 seconds
12224                 Thanks to Colin
12225
12226 2006-07-31 [paul]       2.3.1cvs88
12227
12228         * src/folderview.c
12229                 don't translate separator strings
12230
12231 2006-07-30 [mones]      2.3.1cvs87
12232
12233         * doc/man/sylpheed-claws.1
12234                 Fixed non-ASCII chars in Hoa's name
12235         * po/es.po
12236                 Updated for release
12237
12238 2006-07-27 [colin]      2.3.1cvs86
12239
12240         * src/textview.c
12241                 Don't include the leading \n in links
12242                 Patch by Fabien
12243
12244 2006-07-25 [colin]      2.3.1cvs85
12245
12246         * src/mainwindow.c
12247         * src/common/socket.h
12248         * src/etpan/imap-thread.c
12249                 Refresh resolvers before connecting
12250                 to IMAP servers, and after switching
12251                 to online. Thanks to Paul.
12252
12253 2006-07-18 [colin]
12254
12255         * 2.4.0-rc4 released
12256
12257 2006-07-17 [colin]      2.3.1cvs84
12258
12259         * src/inc.c
12260                 Show connection attempt in statusbar before
12261                 connecting (previously first message was
12262                 "Retrieving messages from ..." after the
12263                 connection succeeded.
12264
12265 2006-07-16 [wwp]        2.3.1cvs83
12266
12267         * sylpheed-claws.ico
12268                 Added .ico file (windows multi-size icon file, generated).
12269
12270 2006-07-12 [wwp]        2.3.1cvs82
12271
12272         * src/messageview.c
12273                 remove Message/Re-edit menu entry from messageview window,
12274                 as sent/draft/queued messages are opened in compose window when
12275                 re-edited and it's not possible to re-edit other msgs.
12276
12277 2006-07-12 [paul]       2.3.1cvs81
12278
12279         * AUTHORS
12280         * src/mainwindow.c
12281         * src/gtk/authors.h
12282                 check online state before resetting
12283                 mailcheck timer. Useful if some program
12284                 verifies connection state and updates
12285                 Claws.
12286                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12287
12288 2006-07-12 [paul]       2.3.1cvs80
12289
12290         * sylpheed-claws-128x128.png
12291         * sylpheed-claws-64x64.png
12292         * sylpheed-claws.png
12293         * src/Makefile.am
12294         * src/main.c
12295         * src/prefs_toolbar.c
12296         * src/stock_pixmap.c
12297         * src/stock_pixmap.h
12298         * src/wizard.c
12299         * src/gtk/about.c
12300         * src/gtk/gtkutils.c
12301         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12302         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12303         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12304         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12305         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12306         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12307                 updated and renamed logo/icon files and related
12308                 logo by Jesper Schultz
12309
12310 2006-07-11 [paul]       2.3.1cvs79
12311
12312         * src/main.c
12313                 fix the labels a smidgin
12314
12315 2006-07-09 [colin]      2.3.1cvs78
12316
12317         * src/textview.c
12318                 Show errors in textviewer's command
12319                 Patch by H. Merijn Brand
12320
12321 2006-07-09 [colin]      2.3.1cvs77
12322
12323         * src/compose.c
12324                 Save FMID in drafts too
12325
12326 2006-07-08 [colin]      2.3.1cvs76
12327
12328         * src/compose.c
12329                 Svae RMID in drafted mails too
12330                 Save quote_fmt vars for whole mails,
12331                 don't reset at each quote_fmt_init:
12332                 allows to use the same |i{var} in
12333                 various template fields
12334         * src/prefs_template.c
12335         * src/quote_fmt.h
12336         * src/quote_fmt_parse.y
12337                 Same
12338
12339 2006-07-08 [colin]      2.3.1cvs75
12340
12341         * src/textview.c
12342                 Fix highlighting of attached parts URIs
12343
12344 2006-07-08 [colin]      2.3.1cvs74
12345
12346         * src/main.c
12347                 Prevent bug #981 (sc 2.3.1 segfaults with 
12348                 gtk+ 2.10) from being reported again:
12349                 if Sylpheed-Claws has been compiled against
12350                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12351                 of if Sylpheed-Claws has been compiled against
12352                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12353                 error out.
12354
12355 2006-07-07 [colin]      2.3.1cvs73
12356
12357         * src/prefs_actions.c
12358                 Fix label
12359
12360 2006-07-07 [colin]      2.3.1cvs72
12361
12362         * src/prefs_actions.c
12363                 Fix compile on gtk < 2.8. argh :)
12364
12365 2006-07-07 [paul]       2.3.1cvs71
12366
12367         * src/common/defs.h
12368                 update DONATE_URI
12369
12370 2006-07-07 [colin]      2.3.1cvs70
12371
12372         * po/POTFILES.in
12373         * src/quote_fmt.c
12374         * src/quote_fmt_lex.l
12375         * src/quote_fmt_parse.y
12376                 Add |i{var}, a way to insert user-entered
12377                 text in a template
12378
12379 2006-07-07 [colin]
12380
12381         * 2.4.0-rc3 released
12382
12383 2006-07-07 [colin]      2.3.1cvs69
12384
12385         * src/folder.c
12386                 Don't consider inboxes of UNKNOWN folder 
12387                 classes to be useable as default inboxes
12388
12389 2006-07-07 [paul]       2.3.1cvs68
12390
12391         * src/textview.c
12392                 add missing #include <errno.h>
12393                 Thanks to René J. Blokland
12394
12395 2006-07-07 [paul]       2.3.1cvs67
12396
12397         * src/action.c
12398                 Return now Closes dialog
12399         * src/mimeview.c
12400         * src/mimeview.h
12401         * src/textview.c
12402                 add contextual menu to mime parts listed
12403                 in the textview
12404                 Thanks to Colin
12405         * src/common/utils.c
12406                 reversal: ' is a valid character in URLs
12407
12408 2006-07-06 [colin]      2.3.1cvs66
12409
12410         * src/remotefolder.h
12411                 Forgotten in previous commit
12412
12413 2006-07-06 [colin]      2.3.1cvs65
12414
12415         * src/folder.c
12416                 Set summary update flag whenever
12417                 totals changed
12418         * src/imap.c
12419         * src/prefs_account.c
12420         * src/common/utils.h
12421         * src/etpan/imap-thread.c
12422                 Fix warnings, thanks to Fabien and
12423                 Ricardo
12424
12425 2006-07-06 [wwp]        2.3.1cvs64
12426
12427         * src/gtk/gtkutils.c
12428                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12429
12430 2006-07-06 [wwp]        2.3.1cvs63
12431
12432         * src/account.c
12433         * src/addressbook.c
12434         * src/addressitem.h
12435         * src/folderview.c
12436         * src/mainwindow.c
12437         * src/manual.c
12438         * src/manual.h
12439         * src/message_search.c
12440         * src/prefs_actions.c
12441         * src/prefs_filtering.c
12442         * src/prefs_filtering.h
12443         * src/prefs_template.c
12444         * src/summary_search.c
12445         * src/summaryview.c
12446         * src/gtk/gtkutils.c
12447         * src/gtk/gtkutils.h
12448         * src/gtk/pluginwindow.c
12449                 add help buttons to some dialogs. Clicking such buttons opens a
12450                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12451
12452 2006-07-06 [paul]       2.3.1cvs62
12453
12454         * src/textview.c
12455                 fix attachments contextual menu
12456                 Thanks to Colin
12457
12458 2006-07-05 [colin]      2.3.1cvs61
12459
12460         * src/textview.c
12461         * src/compose.c
12462                 Handle sftp:// links
12463
12464 2006-07-05 [paul]       2.3.1cvs60
12465
12466         * src/gtk/filesel.c
12467                 grab save button by default
12468                 Thanks to Colin
12469
12470 2006-07-05 [wwp]        2.3.1cvs59
12471
12472         * manual/xml2pdf
12473                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12474
12475 2006-07-04 [colin]      2.3.1cvs58
12476
12477         * src/mimeview.c
12478         * src/textview.c
12479                 Use left click to select, middle click to open
12480                 on mimeparts links
12481         * src/common/utils.c
12482                 Fix segfault
12483
12484 2006-07-04 [colin]      2.3.1cvs57
12485
12486         * src/mainwindow.c
12487         * src/news.c
12488                 Warning fixes, thanks to Fabien
12489
12490 2006-07-04 [colin]      2.3.1cvs56
12491
12492         * src/mimeview.c
12493         * src/mimeview.h
12494         * src/textview.c
12495                 Allow parts to be selected via their text label
12496                 in textview
12497
12498 2006-07-04 [colin]      2.3.1cvs55
12499
12500         * src/folderview.c
12501                 Feedback when closing (for big folders)
12502         * src/prefs_actions.c
12503         * src/prefs_filtering.c
12504         * src/prefs_matcher.c
12505         * src/prefs_template.c
12506                 Fix default button when closing without
12507                 having saved
12508
12509 2006-07-04 [colin]      2.3.1cvs54
12510
12511         * src/news.c
12512                 Delete local file on deletion
12513
12514 2006-07-03 [colin]      2.3.1cvs53
12515
12516         * src/folderview.c
12517         * src/main.c
12518                 Don't freeze when rescanning after crash
12519
12520 2006-07-03 [wwp]        2.3.1cvs52
12521
12522         * src/compose.c
12523         * src/privacy.c
12524         * src/privacy.h
12525         * src/plugins/pgpinline/pgpinline.c
12526         * src/plugins/pgpmime/pgpmime.c
12527                 don't report an error when the user cancels the passphrase dialog.
12528
12529 2006-07-02 [colin]      2.3.1cvs51
12530
12531         * src/folderview.c
12532                 Open message when crossing folders with Space,
12533                 goto next unread and friends
12534
12535 2006-07-01 [colin]      2.3.1cvs50
12536
12537         * src/prefs_account.c
12538                 Typographic rules varying from language
12539                 to language (in french "Protocole :"),
12540                 we have to do that :)
12541
12542 2006-07-01 [ticho]      2.3.1cvs49
12543
12544         * src/prefs_account.c
12545                 Only use one temporary gchar* variable in
12546                 prefs_account_protocol_set_optmenu().
12547
12548 2006-07-01 [ticho]      2.3.1cvs48
12549
12550         * src/prefs_account.c
12551         * src/prefs_account.h
12552                 Use GtkLabel for existing account protocol name.
12553                 Created an array for protocol names and populate the
12554                 combobox from it in a for() cycle.
12555
12556 2006-06-30 [colin]      2.3.1cvs47
12557
12558         * src/compose.c
12559                 Block undo when changing signature (by changing
12560                 account)
12561
12562 2006-06-30 [paul]       2.3.1cvs46
12563
12564         * src/send_message.c
12565                 when editing From in the Compose window, use that address
12566                 in the Return-Path: header
12567                 Thanks to Colin
12568
12569 2006-06-30 [colin]      2.3.1cvs45
12570
12571         * src/compose.c
12572                 Fix signature replacement:
12573                 - when no newline before separator
12574                 - when reediting
12575
12576 2006-06-29 [colin]      2.3.1cvs44
12577
12578         * src/folderview.c
12579         * src/folderview.h
12580         * src/mainwindow.c
12581         * src/summaryview.c
12582                 Let 'View/Go to/Next marked' work like
12583                 Next new & Next unread: across folders
12584                 Change the select_on_entry pref to do
12585                 what we want when changing folder
12586         * src/common/utils.c
12587                 Fix single-quoted links 
12588
12589 2006-06-29 [colin]      2.3.1cvs43
12590
12591         * src/gtk/gtkaspell.c
12592                 "Sylpheed" and "Sylpheed-Claws" do exist !
12593
12594 2006-06-29 [colin]      2.3.1cvs42
12595
12596         * src/imap.c
12597                 Forgot to remove debug
12598
12599 2006-06-29 [colin]      2.3.1cvs41
12600
12601         * src/imap.c
12602         * src/imap.h
12603         * src/mainwindow.c
12604                 Disconnect from IMAP servers when going
12605                 offline. Fixes bug #978 (going to offline-mode 
12606                 won't close connections)
12607
12608 2006-06-29 [colin]      2.3.1cvs40
12609
12610         * src/main.c
12611                 Fix transient setting on failing plugins
12612                 Patch by Fabien
12613         * src/plugins/pgpcore/sgpgme.c
12614                 Only warn for OpenPGP. Most people don't
12615                 have CMS available.
12616
12617 2006-06-29 [colin]      2.3.1cvs39
12618
12619         * src/compose.c
12620                 Fix Spelling menu (discrepancy between context menu
12621                 and top menu when folder's dictionary isn't the 
12622                 default one)
12623         * src/plugins/pgpcore/sgpgme.c
12624                 More error reporting about why gpgme can fail
12625
12626 2006-06-29 [wwp]        2.3.1cvs38
12627
12628         * src/mainwindow.c
12629                 honor the display-header-pane setting even when the message view
12630                 is a separate window.
12631
12632 2006-06-29 [wwp]        2.3.1cvs37
12633
12634         * src/prefs_actions.c
12635                 forgot to commit that one (use of GTK_STOCK_INFO).
12636
12637 2006-06-29 [colin]      2.3.1cvs36
12638
12639         * src/imap.c
12640                 Better handling of login errors (ask the password
12641                 again once), alert in case of error. Fix three
12642                 signedness warnings.
12643
12644 2006-06-28 [wwp]        2.3.1cvs35
12645
12646         * src/prefs_template.c
12647         * src/prefs_matcher.c
12648         * src/prefs_filtering_action.c
12649         * src/prefs_quote.c
12650                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12651                 patch by Fabien Vantard, slightly modified.
12652
12653 2006-06-28 [paul]
12654
12655         2.4.0-rc2 released
12656
12657 2006-06-28 [colin]      2.3.1cvs34
12658
12659         * src/prefs_account.c
12660                 Fix bug #977 (Can't add or edit imap accounts)
12661
12662 2006-06-28 [colin]      2.3.1cvs33
12663
12664         * src/mimeview.c
12665                 Fix previous
12666
12667 2006-06-28 [colin]      2.3.1cvs32
12668
12669         * src/mimeview.c
12670                 Save named inlined attachments with "Save all"
12671         * src/main.c
12672         * src/mbox.c
12673         * src/common/plugin.c
12674         * src/common/plugin.h
12675         * src/common/sylpheed.c
12676         * src/common/utils.c
12677         * src/plugins/pgpcore/sylpheed.def
12678         * src/plugins/pgpinline/sylpheed.def
12679         * src/plugins/pgpmime/sylpheed.def
12680                 Win32 compatibility patch, by
12681                 Werner Koch
12682
12683 2006-06-28 [wwp]        2.3.1cvs31
12684
12685         * src/imap.c
12686         * src/prefs_folder_item.c
12687                 less compilation warnings (thanks to Fabien Vantard), less typos.
12688
12689 2006-06-28 [paul]       2.3.1cvs30
12690
12691         * src/gtk/gtkutils.c
12692                 gtk_combo_box_set_focus_on_click() is only
12693                 available since gtk 2.6.0
12694
12695 2006-06-28 [paul]       2.3.1cvs29
12696
12697         * src/prefs_ext_prog.c
12698                 fix engrish and add a tooltip for the
12699                 'command for 'Display as text' option
12700
12701 2006-06-28 [paul]
12702
12703         2.4.0-rc1 released
12704
12705 2006-06-28 [paul]       2.3.1cvs28
12706
12707         * ChangeLog
12708         * tools/Makefile.am
12709                 include textviewer.pl in releases
12710
12711 2006-06-28 [paul]       2.3.1cvs27
12712
12713         * src/prefs_ext_prog.c
12714                 hide Print command option if libgnomeprint
12715                 support is present
12716
12717 2006-06-27 [colin]      2.3.1cvs26
12718
12719         * src/compose.c
12720                 Fix Esc handling in insert/attach dialog
12721                 Don't show this dialog if dragging something
12722                 else than text/uri-list
12723                 Thanks to Fabien Vantard
12724         * tools/textviewer.pl
12725                 Filter script to display stuff as text
12726                 by H. Merijn Brand
12727
12728 2006-06-27 [wwp]        2.3.1cvs25
12729
12730         * src/messageview.c
12731                 use the exact product name (message view title), patch
12732                 by Fabien Vantard.
12733
12734 2006-06-27 [ticho]      2.3.1cvs24
12735
12736         * src/prefs_account.c
12737         * src/prefs_common.c
12738         * src/prefs_common.h
12739         * src/prefs_ext_prog.c
12740         * src/textview.c
12741                 Add a preference (Preferences/External programs)
12742                 to allow "Display as text" to be done via a script
12743                 (patch by H.Merijn Brand).
12744                 Use GtkComboBox for protocol selection in account
12745                 preferences.
12746                 Only include current choice for existing accounts, and
12747                 insensitivize the combobox.
12748
12749 2006-06-27 [paul]       2.3.1cvs23
12750
12751         * src/mbox.c
12752                 fix crasher introduced in cvs21.
12753                 Thanks to Colin
12754
12755 2006-06-26 [colin]      2.3.1cvs22
12756
12757         * src/mbox.c
12758                 Fix double-frees when leaving folders
12759                 after exporting to mbox
12760
12761 2006-06-26 [colin]      2.3.1cvs21
12762
12763         * src/mbox.c
12764                 More feedback (and optimisation)
12765                 on import/export
12766         * src/common/utils.c
12767                 Fix case when looking for mail addresses
12768         * src/gtk/gtkutils.c
12769                 Extra check for (X-)Face
12770
12771 2006-06-25 [ticho]      2.3.1cvs20
12772
12773         * src/compose.c
12774         * src/exphtmldlg.c
12775         * src/gtk/gtkutils.c
12776         * src/gtk/gtkutils.h
12777                 Added second argument to gtkut_sc_combobox_create() to
12778                 control focus-on-click for the widget.
12779                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12780
12781 2006-06-25 [ticho]      2.3.1cvs19
12782
12783         * src/compose.c
12784         * src/gtk/Makefile.am
12785         * src/gtk/combobox.c
12786         * src/gtk/combobox.h
12787         * src/gtk/gtkutils.c
12788         * src/gtk/gtkutils.h
12789                 Use GtkComboBox instead of deprecated GtkOptionMenu
12790                 for account selector in compose window and for encoding
12791                 selector in attachment properties.
12792                 Also factorise working with the new GtkComboBox somewhat.
12793
12794 2006-06-24 [paul]       2.3.1cvs18
12795
12796         * src/prefs_common.c
12797                 use the correct default value
12798
12799 2006-06-24 [paul]       2.3.1cvs17
12800
12801         * src/compose.c
12802         * src/prefs_common.c
12803         * src/prefs_common.h
12804         * src/prefs_compose_writing.c
12805                 enable setting of default action when
12806                 dnd'ing files in the compose window.
12807                 (Collaborative effort with wwp)
12808
12809 2006-06-23 [wwp]        2.3.1cvs16
12810
12811         * src/compose.c
12812                 i18n fix (thanks to Fabien Vantard)
12813
12814 2006-06-22 [colin]      2.3.1cvs15
12815
12816         * src/prefs_customheader.c
12817                 Don't use filters in custom headers' file 
12818                 selector. Remember, extensions mean nothing :)
12819
12820 2006-06-22 [paul]       2.3.1cvs14
12821
12822         * configure.ac
12823                 allow setting of man directory location
12824
12825 2006-06-22 [colin]      2.3.1cvs13
12826
12827         * src/mainwindow.c
12828                 Add 'View/Go to/Next unread folder'.
12829                 I missed that :)
12830
12831 2006-06-22 [colin]      2.3.1cvs12
12832
12833         * src/common/utils.c
12834                 Add some subject prefixes
12835                 Patch by Bjorn T Johansen <btj@havleik.no>
12836
12837 2006-06-22 [colin]      2.3.1cvs11
12838
12839         * manual/advanced.xml
12840                 Forgotten hidden pref
12841
12842 2006-06-21 [paul]       2.3.1cvs10
12843
12844         * src/prefs_account.c
12845                 complete the removal of 'Add date header' option
12846
12847 2006-06-21 [paul]       2.3.1cvs9
12848
12849         * src/account.c
12850         * src/compose.c
12851         * src/prefs_account.c
12852         * src/prefs_account.h
12853                 remove option to add date header - always
12854                 add date header
12855         * src/etpan/imap-thread.c
12856                 fix warnings (Thanks to Colin)
12857
12858 2006-06-21 [wwp]        2.3.1cvs8
12859
12860         * src/folder.c
12861                 set the attachment flag when inline text part are (file)named. This is more convenient
12862                 when receiving (for instance) inline source files or patches sent using thunderbird.
12863
12864 2006-06-21 [paul]       2.3.1cvs7
12865
12866         * src/inc.c
12867                 fix off-by-one count of current msg in
12868                 statusbar filtering progressbar
12869
12870 2006-06-21 [paul]       2.3.1cvs6
12871
12872         * src/folder.c
12873                 Show attachment icon even if the part is 'inline'
12874                 if the following conditions are met:
12875                 - content-type != 'text/plain'
12876                 - content-type != '*/pgp-signature'
12877                 - either 'name' or 'filename' parameter is not NULL
12878                 
12879                 Thanks to Colin
12880
12881 2006-06-21 [paul]       2.3.1cvs5
12882
12883         * src/messageview.c
12884         * src/prefs_common.c
12885         * src/prefs_common.h
12886         * src/prefs_other.c
12887                 add an option to 'Never send Return
12888                 Receipts'
12889                 Thanks to Colin
12890
12891 2006-06-20 [mones]      2.3.1cvs4
12892
12893         * po/es.po
12894                 updated
12895         * src/compose.c
12896                 typo fixed (space after comma)
12897         * tools/make.themes.project
12898                 remove exec mode from tarball files
12899
12900 2006-06-20 [colin]      2.3.1cvs3
12901
12902         * src/news.c
12903         * src/procheader.c
12904         * src/unmime.c
12905                 Better fix for \n's in headers (don't 
12906                 break Received: and others)
12907
12908 2006-06-20 [paul]       2.3.1cvs2
12909
12910         * src/alertpanel.c
12911         * src/textview.c
12912                 improve legibility of phishing attempt
12913                 dialog
12914
12915 2006-06-20 [paul]       2.3.1cvs1
12916
12917         * NEWS
12918         * README
12919         * configure.ac
12920                 Update version number following
12921                 stable release
12922
12923 2006-06-20 [colin]      2.3.0cvs26
12924
12925         * src/compose.c
12926                 When dragging a file to the text of the compose
12927                 window, ask whether we want to insert or attach
12928                 (I know lots of people who do that to attach)
12929
12930 2006-06-20 [colin]      2.3.0cvs25
12931
12932         * src/etpan/imap-thread.c
12933                 Fix threshold (the append command is often > 32 bytes)
12934
12935 2006-06-19 [colin]      2.3.0cvs24
12936
12937         * src/imap.c
12938         * src/etpan/imap-thread.c
12939                 Workaround Rockliffe IMAP server bug: replace
12940                 "x UID SEARCH (ANSWERED UID 1:*)" with
12941                 "x UID SEARCH ANSWERED"
12942                 (Rockliffe doesn't handle the parenthesis)
12943
12944 2006-06-19 [colin]      2.3.0cvs23
12945
12946         * src/compose.c
12947         * src/imap.c
12948         * src/etpan/imap-thread.c
12949                 Probably fix bug #972 (Freezes when adding 
12950                 an attachment to the message)
12951         * src/common/defs.h
12952                 Modernize Firefox cmd
12953
12954
12955 2006-06-18 [colin]      2.3.0cvs22
12956
12957         * src/prefs_customheader.c
12958                 Only allow correct filenames for various
12959                 custom headers
12960
12961 2006-06-18 [colin]      2.3.0cvs21
12962
12963         * src/prefs_customheader.c
12964                 Add a 'From File...' button in custom headers prefs, which
12965                 try to do the right thing: 
12966                 for normal headers, use file as plaintext,
12967                 for X-Face, calls compface,
12968                 for Face, encode to b64.
12969
12970 2006-06-17 [colin]      2.3.0cvs20
12971
12972         * src/mh.c
12973                 Warning fix
12974
12975 2006-06-16 [colin]      2.3.0cvs19
12976
12977         * src/summaryview.c
12978                 Recursive quicksearch: show message list
12979                 in current folder, *then* search children
12980                 in the background.
12981
12982 2006-06-16 [colin]      2.3.0cvs18
12983
12984         * src/main.c
12985                 Instead of ignoring SIGPIPE, save caches
12986                 when getting one. Will fix the fact that
12987                 hot caches are out-of-date when logging 
12988                 out of Xorg.
12989         * src/compose.c
12990         * src/prefs_compose_writing.c
12991                 Only save text (not attachments) when 
12992                 auto-saving to drafts
12993         * src/unmime.c
12994                 Always replace \n, \r and \t with spaces
12995                 in headers
12996         * manual/dist/html/Makefile.am
12997         * manual/dist/pdf/Makefile.am
12998         * manual/dist/ps/Makefile.am
12999         * manual/dist/txt/Makefile.am
13000         * manual/fr/dist/html/Makefile.am
13001         * manual/fr/dist/pdf/Makefile.am
13002         * manual/fr/dist/ps/Makefile.am
13003         * manual/fr/dist/txt/Makefile.am
13004         * manual/pl/dist/html/Makefile.am
13005         * manual/pl/dist/pdf/Makefile.am
13006         * manual/pl/dist/ps/Makefile.am
13007         * manual/pl/dist/txt/Makefile.am
13008                 Fix make clean removing pregenerated manuals
13009
13010
13011 2006-06-16 [colin]      2.3.0cvs17
13012
13013         * src/plugins/pgpcore/sgpgme.c
13014         * src/plugins/pgpmime/pgpmime.c
13015         * src/plugins/pgpinline/pgpinline.c
13016                 Better error reporting in setup_signers.
13017                 Don't fallback to default key if specified
13018                 key isn't found.
13019                 Don't allow signing if more than one secret
13020                 key matches the one specified in prefs.
13021
13022 2006-06-15 [colin]      2.3.0cvs16
13023
13024         * src/folderview.c
13025                 Add "Send queue" in the folder's contextual
13026                 menu
13027         * src/compose.c
13028         * src/messageview.c
13029         * src/privacy.c
13030         * src/privacy.h
13031         * src/procmime.c
13032         * src/procmsg.c
13033         * src/plugins/pgpcore/passphrase.c
13034         * src/plugins/pgpcore/sgpgme.c
13035         * src/plugins/pgpinline/pgpinline.c
13036         * src/plugins/pgpmime/pgpmime.c
13037                 Better error reporting
13038         * src/mbox.c
13039                 Probably fix bug #971 (2.2.3 cannot read mail 
13040                 from local mbox)
13041
13042
13043 2006-06-15 [mones]      2.3.0cvs15
13044
13045         * tools/make.themes.project
13046                 creates the themes project from the web page
13047
13048 2006-06-15 [colin]      2.3.0cvs14
13049
13050         * src/folder.c
13051                 Better fix (avoid losing the folder if scan_tree 
13052                 fails)
13053
13054 2006-06-15 [cleroy]     2.3.0cvs13
13055
13056         * src/folder.c
13057                 Probably fix Bug #969 (crash on rebuilding 
13058                 imap folder)
13059
13060 2006-06-14 [colin]      2.3.0cvs12
13061
13062         * manual/dtd/manual.xsl
13063         * manual/sylpheed-claws-manual.xml
13064         * manual/fr/sylpheed-claws-manual.xml
13065         * manual/pl/sylpheed-claws-manual.xml
13066                 Insert pagebreaks between sections
13067
13068 2006-06-14 [paul]       2.3.0cvs11
13069
13070         * configure.ac
13071                 better fix than 2.3.0cvs10
13072
13073 2006-06-14 [paul]       2.3.0cvs10
13074
13075         * configure.ac
13076                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13077                 (backwards compatible)
13078
13079 2006-06-13 [colin]      2.3.0cvs9
13080
13081         * src/messageview.c
13082                 Fix sending of return receipt with the new queue folders
13083
13084 2006-06-13 [wwp]        2.3.0cvs8
13085
13086         * src/quote_fmt_lex.l
13087                 fix wrong tokens returned in quote_fmt lexer, query not().
13088
13089 2006-06-13 [wwp]        2.3.0cvs7
13090
13091         * src/folder.c
13092         * src/prefs_folder_item.c
13093                 allow changing folder type even when folder is not a top-level one,
13094                 thanks to Colin.
13095
13096 2006-06-12 [colin]      2.3.0cvs6
13097
13098         * src/folderview.c
13099                 Fix double-ask of "Do you want to mark all
13100                 as read"
13101
13102 2006-06-12 [colin]      2.3.0cvs5
13103
13104         * src/compose.c
13105         * src/compose.h
13106         * src/folder.c
13107         * src/folder.h
13108         * src/imap.c
13109         * src/inc.c
13110         * src/main.c
13111         * src/messageview.c
13112         * src/mh.c
13113         * src/prefs_folder_item.c
13114         * src/procheader.c
13115         * src/procmime.c
13116         * src/procmsg.c
13117         * src/procmsg.h
13118         * src/send_message.c
13119         * src/summaryview.c
13120         * src/toolbar.c
13121                 Apply bug #964's patch (Queue and drafts aren't normal)
13122                 The Drafts and Queue folder now contain RFC-822 files,
13123                 allowing to move and copy mails from and to these 
13124                 folders. Moving from Drafts to Queue will prepare the
13125                 mail for sending (PGP signature, encryption, etc).
13126                 This patch also rework sending errors handling to try
13127                 to be more helpful.
13128                 Also, allow redefining folder types via the GUI 
13129                 (Folder type in its Properties)
13130
13131 2006-06-12 [colin]      2.3.0cvs4
13132
13133         * src/summaryview.c
13134         * src/prefs_common.c
13135         * src/prefs_common.h
13136         * src/gedit-print.c
13137                 Allow to define a specific print font - patch
13138                 by Bernhard Walle <bernhard.walle@gmx.de>
13139         * src/prefs_fonts.c
13140         * manual/advanced.xml
13141         * manual/fr/advanced.xml
13142                 Add a hidden pref to allow deletion without
13143                 confirmation
13144
13145 2006-06-12 [wwp]        2.3.0cvs3
13146
13147         * .cvsignore
13148                 more files to ignore.
13149
13150 2006-06-12 [wwp]        2.3.0cvs2
13151
13152         * src/quote_fmt.c
13153         * src/quote_fmt_lex.l
13154         * src/quote_fmt_parse.y
13155                 extend the quote_fmt parser (templates and quotes):
13156                 - allow limited sub-expressions in |p{} and |f{} expressions,
13157                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13158                 - implemented/fixed missing implementation of query_references and show_references,
13159                 - completed, fixed contents and format of the symbols help dialog,
13160                 - fix some compilation warnings.
13161
13162 2006-06-12 [wwp]        2.3.0cvs1
13163
13164         * manual/advanced.xml
13165         * manual/fr/advanced.xml
13166                 updates in the "templates" section of the manual (eng/fr):
13167                  - be more precise (both versions)
13168                  - completed to match the english reference (fr version)
13169                  - touchups (both versions)
13170
13171 2006-06-12 [paul]       2.3.0
13172
13173         2.3.0 released
13174
13175 2006-06-12 [paul]       2.2.3cvs14
13176
13177         * po/ca.po
13178         * po/cs.po
13179         * po/de.po
13180         * po/el.po
13181         * po/fr.po
13182         * po/it.po
13183         * po/pt_BR.po
13184         * po/sr.po
13185         * po/zh_CN.po
13186                 updated by Miquel Oliete, Tim, Stephan Sachse,
13187                 Stavros Giannouris, Fabien Vantard, Andrea
13188                 Spadaccini, Frederico Goncalves Guimaraes,
13189                 Aleksandar Urosevic, and Ralgh Young
13190
13191 2006-06-12 [colin]      2.2.3cvs13
13192
13193         * src/mbox.c
13194                 Add missing header
13195
13196 2006-06-11 [colin]      2.2.3cvs12
13197
13198         * src/msgcache.c
13199                 Verify that g_malloc() succeeded
13200
13201 2006-06-11 [colin]      2.2.3cvs11
13202
13203         * src/wizard.c
13204                 Add Face header to welcome mail
13205
13206 2006-06-10 [colin]      2.2.3cvs10
13207
13208         * src/textview.c
13209                 Revert previous (Forgot it changes the
13210                 margin on the whole mail)
13211
13212 2006-06-10 [colin]      2.2.3cvs9
13213
13214         * src/textview.c
13215                 Don't overlap long headers under (X-)Face
13216
13217 2006-06-10 [mones]      2.2.3cvs8
13218
13219         * manual/xml2pdf
13220                 allow generation of manual on systems lacking saxon binary
13221                 but with java and the saxon library installed
13222
13223         * po/es.po
13224                 updated for release
13225
13226 2006-06-09 [colin]      2.2.3cvs7
13227
13228         * src/summaryview.c
13229                 Fix leak when using Display Sender using Addressbook
13230
13231 2006-06-09 [colin]      2.2.3cvs6
13232
13233         * src/compose.c
13234         * src/folder.c
13235         * src/folderview.c
13236         * src/mimeview.c
13237         * src/summaryview.c
13238                 More leaks fixes
13239
13240 2006-06-09 [paul]       2.2.3cvs5
13241
13242         * AUTHORS
13243         * src/gtk/authors.h
13244         * tools/claws.i18n.status.pl
13245                 updated with new info
13246
13247 2006-06-09 [paul]       2.2.3cvs4
13248
13249         * README
13250                 updated
13251         * manual/ack.xml
13252                 add wwp to authors list
13253         * src/gtk/authors.h
13254                 update mine and Colin's addresses
13255
13256 2006-06-08 [colin]      2.2.3cvs3
13257
13258         * src/etpan/imap-thread.c
13259                 Fix leak on SSL cert check
13260
13261 2006-06-08 [colin]      2.2.3cvs2
13262
13263         * src/common/utils.c
13264                 Fix leak
13265
13266 2006-06-08 [paul]       2.2.3cvs1
13267
13268         * configure.ac
13269                 Update version number following
13270                 stable release
13271
13272 2006-06-07 [colin]      2.2.2cvs3
13273
13274         * src/msgcache.c
13275                 Fix catching cache read errors (guint instead of gint)
13276                 Prevent malloc'ing more than 8MB (means cache corruption)
13277
13278 2006-06-07 [paul]       2.2.2cvs2
13279
13280         * src/exporthtml.c
13281         * src/exportldif.c
13282         * src/mh.c
13283         * src/mutt.c
13284         * src/pine.c
13285         * src/common/utils.c
13286                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13287                 obey $HOME'
13288                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13289                 Thanks to Colin
13290
13291 2006-06-06 [paul]       2.2.2cvs1
13292
13293         * configure.ac
13294                 Update version number following
13295                 stable release
13296
13297 2006-06-06 [paul]       2.2.1cvs6
13298
13299         * src/matcher.c
13300                 fix  implicit declaration of
13301                 sylpheed_do_idle()
13302                 Patch by Fabien Vantard
13303
13304 2006-06-06 [paul]       2.2.1cvs5
13305
13306         * src/matcher.c
13307                 fix age_greater and age_lower so that they
13308                 mean what say and not '...or equal to'
13309                 Thanks to Colin
13310
13311 2006-06-06 [paul]       2.2.1cvs4
13312
13313         * src/textview.c
13314         * src/common/utils.c
13315                 fix URI check
13316                 Thanks to Colin
13317
13318 2006-06-05 [wwp]        2.2.1cvs3
13319
13320         * manual/fr/account.xml
13321                 minor language fixes (thanks to Fabien Vantard).
13322
13323 2006-06-05 [colin]      2.2.1cvs2
13324
13325         * src/prefs_folder_item.c
13326         * src/folderview.c
13327                 Allow recursive setting of properties 
13328                 for whole mailboxes
13329         * src/matcher.c
13330                 Don't freeze on 'test' filtering rule
13331
13332 2006-06-05 [colin]      2.2.1cvs1
13333
13334         * configure.ac
13335                 Update version number following
13336                 stable release
13337
13338 2006-06-04 [wwp]        2.2.0cvs82
13339
13340         * manual/glossary.xml
13341         * manual/account.xml
13342         * manual/fr/glossary.xml
13343         * manual/fr/account.xml
13344                 added glossary section and references/links related to the Face custom header.
13345
13346 2006-06-04 [colin]      2.2.0cvs81
13347
13348         * src/summaryview.c
13349                 Skip to next message on move with no
13350                 immediate execution
13351
13352 2006-06-04 [wwp]        2.2.0cvs80
13353
13354         * manual/xml2pdf
13355                 added sanity checks, exit when needed.
13356
13357 2006-06-03 [paul]       2.2.0cvs79
13358
13359         * src/prefs_receive.c
13360                 page name is now 'Receiving'
13361         * src/prefs_send.c
13362                 page name is now 'Sending'
13363
13364 2006-06-03 [colin]      2.2.0cvs78
13365
13366         * src/plugins/spamassassin/spamassassin_gtk.c
13367                 Autoswitch to Localhost if transport was previously
13368                 disabled. Else people had to check [] Enable, then
13369                 *reselect* transport.
13370
13371 2006-06-03 [colin]      2.2.0cvs77
13372
13373         * src/plugins/pgpinline/pgpinline.c
13374         * src/plugins/pgpmime/pgpmime.c
13375                 Check that gpg_data_release_and_get_mem 
13376                 didn't fail (now, why this happens...)
13377
13378 2006-06-03 [colin]      2.2.0cvs76
13379
13380         * src/mbox.c
13381                 Fix bug #962 (Manual and/or UI should 
13382                 warn about incompatible locking 
13383                 causing dataloss)
13384
13385 2006-06-02 [cleroy]     2.2.0cvs75
13386
13387         * src/filtering.c
13388         * src/folder.c
13389         * src/procmsg.c
13390         * src/summaryview.c
13391                 Fix a few leaks
13392
13393 2006-06-02 [colin]      2.2.0cvs74
13394
13395         * src/main.c
13396                 On exit, free caches after writing them
13397                 Shuts up some valgrind false positives
13398         * src/procmsg.c
13399         * src/send_message.c
13400                 Fix races when reusing existing SMTP connections
13401                 Fix inexistant session timeout
13402         * src/toolbar.c
13403                 Display alertpanel after all queues have
13404                 been processed, not after each
13405
13406 2006-06-02 [wwp]        2.2.0cvs73
13407
13408         * manual/fr/glossary.xml
13409         * manual/fr/ack.xml
13410         * manual/ack.xml
13411                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13412
13413 2006-06-02 [wwp]        2.2.0cvs72
13414
13415         * manual/xml2pdf
13416         * manual/dist/pdf/Makefile.am
13417         * manual/dtd/manual.xsl
13418         * manual/fr/dist/pdf/Makefile.am
13419         * manual/pl/dist/pdf/Makefile.am
13420                 we changed the procedure to generate the .pdf version of the manual.
13421                 The procedure is more modern and the .pdf we get now has a valid index.
13422                 Here are the new pre-requisites:
13423
13424                 - JRE 1.x (1.4 here): there must be one from your distro
13425                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13426                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13427                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13428
13429                 See my posts for further info about the installation of this toolchain:
13430
13431                 Date: Fri, 19 May 2006 19:40:06 +0200
13432                 From: wwp <subscript@free.fr>
13433                 To: sylpheed-claws-devel@lists.sourceforge.net
13434                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13435
13436                 and
13437
13438                 Date: Wed, 24 May 2006 12:58:49 +0200
13439                 From: wwp <subscript@free.fr>
13440                 To: sylpheed-claws-devel@lists.sourceforge.net
13441                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13442
13443 2006-06-01 [colin]      2.2.0cvs71
13444
13445         * src/compose.c
13446                 Better guards against IMAP races
13447         * src/main.c
13448         * src/prefs_common.c
13449         * src/prefs_common.h
13450         * src/common/ssl_certificate.c
13451         * src/etpan/imap-thread.c
13452         * src/etpan/imap-thread.h
13453         * src/gtk/sslcertwindow.c
13454                 New hidden option ssl_skip_cert_check to 
13455                 avoid dups of bug #959 (libetpan linked
13456                 against gnutls and gnutls buggy on 64bit)
13457                 Present expired warning only once per
13458                 session/server.
13459         * manual/advanced.xml
13460         * manual/fr/advanced.xml
13461                 Document new option
13462
13463 2006-06-01 [wwp]        2.2.0cvs70
13464
13465         * src/messageview.c
13466                 fix for bug #961 (return receipt dialog 
13467                 complains incorrectly about return-path 
13468                 email adress being different), thanks 
13469                 to Colin.
13470
13471 2006-05-31 [cleroy]     2.2.0cvs69
13472
13473         * src/common/ssl.c
13474                 Guard against NULLs, although this
13475                 should never be an issue
13476
13477 2006-05-31 [colin]      2.2.0cvs68
13478
13479         * src/filtering.c
13480                 Use g_slist_prepend
13481         * src/imap.c
13482                 Don't remove caches when destroying folder, it
13483                 could (should) be done at exit
13484         * src/inc.c
13485                 free processing cache after incorporation
13486         * src/etpan/imap-thread.c
13487                 Maybe fix bug #959 (Crash on moving to emails 
13488                 to a imap account per ssl with a expired 
13489                 certificate.)
13490
13491 2006-05-30 [colin]      2.2.0cvs67
13492
13493         * src/summaryview.c
13494                 Put back event flush when displaying message
13495                 It avoids reading a bunch of messages just
13496                 by hitting shift-n for too long ;)
13497
13498 2006-05-29 [colin]      2.2.0cvs66
13499
13500         * src/summaryview.c
13501                 Remove useless g_warnings
13502
13503 2006-05-29 [colin]      2.2.0cvs65
13504
13505         * src/imap.c
13506                 Fix g_slist_append()s for performance
13507
13508 2006-05-29 [colin]      2.2.0cvs64
13509
13510         * src/compose.c
13511         * src/common/utils.c
13512                 Fix extraneous tab at start of addresses
13513         * src/mainwindow.c
13514                 Fix warnings (thanks to Fabien)
13515                 Fix crash at exit when composing messages 
13516                 exist
13517         * src/pop.c
13518                 Fix progress bar when deleting expired mails
13519                 Thanks to Hiro
13520         * src/summaryview.c
13521         * src/gtk/gtksctree.c
13522                 Fix re-sorting slowness
13523
13524 2006-05-29 [paul]       2.2.0cvs63
13525
13526         * src/mh.c
13527                 fetch full message when moving mails
13528                 from another mailbox, (fixed data loss
13529                 when filtering from IMAP to MH, introduced
13530                 in 2.2.0cvs57).
13531                 Thanks to Colin
13532
13533 2006-05-29 [mones]      2.2.0cvs62
13534
13535         * src/gtk/gtksctree.c
13536                 Unselect faster (patch by Colin)        
13537
13538 2006-05-26 [colin]      2.2.0cvs61
13539
13540         * src/summaryview.c
13541                 Unplug MSGINFO_UPDATE callback on delete too.
13542
13543 2006-05-26 [colin]      2.2.0cvs60
13544
13545         * src/foldersel.c
13546                 Fix bold in folder selection window with glib2.10
13547                 thanks Hiro
13548
13549 2006-05-26 [colin]      2.2.0cvs59
13550
13551         * src/procheader.c
13552                 Convert date only if necessary (and don't
13553                 try to convert from utf8 to utf8, too)
13554         * src/summaryview.c
13555                 Only set column's text if the column's 
13556                 displayed
13557
13558 2006-05-26 [colin]      2.2.0cvs58
13559
13560         * src/summaryview.c
13561         * src/gtk/gtkutils.c
13562                 Fix useless warning
13563
13564 2006-05-26 [colin]      2.2.0cvs57
13565
13566         * src/mainwindow.c
13567                 Make summaryview selectable as long as 
13568                 no message has focus
13569         * src/mh.c
13570                 Faster deletion (by implementing mh_remove_msgs)
13571                 Faster copy (avoid using mh_fetch_msg just to get
13572                 the filename)
13573                 Faster move (using move_file instead of copy_file
13574                 if MSG_IS_MOVE)
13575                 No progressbar if total number of mails to cp/mv 
13576                 is less than 100
13577         * src/summaryview.c
13578                 Fix removal from subject_table when mail gets moved
13579                 Faster deletion (g_slist_prepend instead of append)
13580         * src/gtk/gtksctree.c
13581                 Remove useless code
13582
13583 2006-05-25 [colin]      2.2.0cvs56
13584
13585         * src/common/ssl_certificate.c
13586                 Fix leak in expired cert check
13587
13588 2006-05-25 [colin]      2.2.0cvs55
13589
13590         * src/mh.c
13591                 Disable flags syncing on .mh_sequences - it
13592                 is buggy and marks mails read under unknown
13593                 conditions.
13594
13595 2006-05-25 [paul]
13596
13597         * 2.3.0-rc4 released
13598
13599 2006-05-24 [colin]      2.2.0cvs54
13600
13601         attention cvs users: if you manage to crash
13602         Sylpheed-Claws while moving, copying or deleting
13603         mails, we *are* interested in stack traces and
13604         valgrind logs. It looks stable, but one never
13605         knows...
13606
13607         * src/folder.c
13608                 Add progressbar for cache updates
13609         * src/folderutils.c
13610                 Optimize Mark all read in the current
13611                 folder
13612         * src/mh.c
13613                 Add progressbar for copy/move
13614         * src/procmsg.c
13615                 Optimize O(n^2) in copy/move
13616         * src/summaryview.c
13617         * src/gtk/gtksctree.c
13618                 Optimize O(n^2) algos
13619         * src/common/timing.h
13620                 Display ms instead of us
13621
13622 2006-05-24 [wwp]        2.2.0cvs53
13623
13624         * manual/fr/advanced.xml
13625                 updates to the French manual.
13626
13627 2006-05-24 [wwp]        2.2.0cvs52
13628
13629         * src/common/utils.c
13630                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13631
13632 2006-05-24 [wwp]        2.2.0cvs51
13633
13634         * src/folderutils.c
13635                 fixed "mark all read" in MH folders (thanks to Colin).
13636
13637 2006-05-24 [paul]       2.2.0cvs50
13638
13639         * doc/man/sylpheed-claws.1
13640                 updated the man page
13641
13642 2006-05-23 [colin]      2.2.0cvs49
13643
13644         * src/folderview.c
13645         * src/imap.c
13646         * src/inc.c
13647         * src/mbox.c
13648         * src/messageview.c
13649         * src/news.c
13650         * src/send_message.c
13651         * src/summaryview.c
13652         * src/gtk/sslcertwindow.c
13653                 alertpanel fixes, by Fabien
13654
13655 2006-05-23 [colin]      2.2.0cvs48
13656
13657         * src/folder.c
13658         * src/folderview.c
13659         * src/msgcache.c
13660         * src/summaryview.c
13661         * src/gtk/gtksctree.c
13662         * src/gtk/gtksctree.h
13663                 More timings
13664                 Fix slow loading problem, which was caused by the
13665                 use of some gtk_ctree funcs and their use of
13666                 g_list_position while gtk_ctree_(un)link'ing.
13667                 Reap more functions from gtkctree.c to be sure we
13668                 use our (fast) version instead of theirs.
13669         * src/mh.c
13670                 Fix copy of unread mails
13671
13672
13673 2006-05-22 [wwp]        2.2.0cvs47
13674
13675         * manual/fr/advanced.xml
13676                 updated.
13677
13678 2006-05-22 [colin]      2.2.0cvs46
13679
13680         * src/filtering.c
13681                 Fix possible infinite loop. 'copy' is not a 
13682                 final action, so when encountering a 'copy',
13683                 we have to check if a previous one was set
13684                 and do it. In the same way, if we encounter
13685                 a 'move' we have to perform a possibly 
13686                 pending 'copy'. This will slow down filtering
13687                 on IMAP if move+copy or multiple copy actions
13688                 are to be done, but handling it via the batch
13689                 would be really too convoluted.
13690
13691 2006-05-22 [wwp]        2.2.0cvs45
13692
13693         * manual/fr/advanced.xml
13694         * manual/fr/faq.xml
13695         * manual/fr/glossary.xml
13696         * manual/fr/handling.xml
13697         * manual/fr/intro.xml
13698         * manual/fr/plugins.xml
13699         * manual/fr/sylpheed-claws-manual.xml
13700                 sync w/ the english manual: updates URIs, documented mailing-list
13701                 support, better explanation about the enabled/disabled feature
13702                 in filtering/processing rules by Paul.
13703
13704 2006-05-21 [colin]      2.2.0cvs44
13705
13706         * src/summaryview.c
13707                 Don't expand after building threads, but during
13708
13709 2006-05-21 [colin]      2.2.0cvs43
13710
13711         * src/procmsg.c
13712         * src/summaryview.c
13713                 More timing possibilities... For next time I have 
13714                 to find out how the hell some 3GHz computer takes
13715                 one minute to open a 30k folder...
13716
13717 2006-05-21 [colin]      2.2.0cvs42
13718
13719         * manual/pl/advanced.xml
13720         * manual/pl/faq.xml
13721         * manual/pl/glossary.xml
13722         * manual/pl/handling.xml
13723         * manual/pl/intro.xml
13724         * manual/pl/plugins.xml
13725         * manual/pl/sylpheed-claws-manual.xml
13726                 Polish manual updated by Pawel
13727
13728 2006-05-20 [colin]
13729
13730         * 2.3.0-rc3 released
13731
13732 2006-05-20 [colin]      2.2.0cvs41
13733
13734         * src/imap.c
13735                 Fix -rc2 problems:
13736                 - remove cache of moved messages from original folder
13737                 - apply new flags to messages even if they aren't appliable
13738                   via IMAP.
13739
13740 2006-05-20 [colin]
13741
13742         * 2.3.0-rc2 released
13743
13744 2006-05-19 [colin]      2.2.0cvs40
13745
13746         * src/imap.c
13747                 Don't issue SELECT in imap_change_flags
13748                 before having checked that we indeed have
13749                 some flags to change. MSG_POSTFILTERED for
13750                 example can't be used on IMAP.
13751                 Fixes bug #955 (copying messages between 
13752                 imap folders is extremely slow), which was
13753                 a regression.
13754
13755 2006-05-19 [colin]      2.2.0cvs39
13756
13757         * src/folder.c
13758         * src/folder.h
13759         * src/folderview.c
13760                 Try to fix bug #830 (Some unread messages 
13761                 get marked read in IMAP inbox):
13762                 - Prevent scanning a folder if it's being 
13763                   opened via the GUI
13764                 - Postpone opening via the GUI of a folder
13765                   currently scanned.
13766
13767
13768 2006-05-19 [wwp]        2.2.0cvs38
13769
13770         * manual/advanced.xml
13771                 fix English+typo (thanks to Paul).
13772
13773 2006-05-19 [wwp]        2.2.0cvs37
13774
13775         * manual/advanced.xml
13776         * manual/fr/advanced.xml
13777         * src/gtk/logwindow.c
13778         * src/prefs_common.c
13779         * src/prefs_common.h
13780                 added hidden prefs to allow customization of colors used in
13781                 protocol log window (useful for dark gtk+ themes).
13782
13783 2006-05-19 [wwp]        2.2.0cvs36
13784
13785         * ChangeLog
13786                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13787
13788 2006-05-19 [paul]       2.2.0cvs35
13789
13790         * src/textview.c
13791                 make Reply-To fully clickable
13792         * src/gtk/logwindow.c
13793                 more colouring (SMTP ESMTP)
13794         Both patches by Pawel Pekala
13795
13796 2006-05-19 [cleroy]     2.2.0cvs34
13797
13798         * src/mh.c
13799                 Don't update flags from current folder
13800                 Probably fixes bug #935 (Read Messages 
13801                 Revert to Being Marked as Unread)
13802
13803 2006-05-18 [colin]      2.2.0cvs33
13804
13805         * src/imap.c
13806                 Warning fix
13807         * src/compose.c
13808         * src/mainwindow.c
13809         * src/summaryview.c
13810         * src/toolbar.c
13811                 Allow replying to multiple emails
13812                 in multiple windows
13813         * src/mimeview.c
13814         * src/etpan/imap-thread.c
13815                 Leak fixes
13816
13817 2006-05-18 [paul]       2.2.0cvs32
13818
13819         * src/summaryview.c
13820                 keep Mailing-List menu refreshed
13821                 Thanks to Colin
13822
13823 2006-05-18 [paul]       2.2.0cvs31
13824
13825         * manual/advanced.xml
13826         * manual/faq.xml
13827         * manual/glossary.xml
13828         * manual/handling.xml
13829         * manual/intro.xml
13830         * manual/plugins.xml
13831         * manual/sylpheed-claws-manual.xml
13832                 update URLs
13833                 add info about mailing-list support
13834                 edit filtering info
13835         * src/wizard.c
13836         * src/common/defs.h
13837         * src/gtk/about.c
13838         * src/plugins/dillo_viewer/README
13839                 update URLs
13840
13841 2006-05-17 [wwp]        2.2.0cvs30
13842
13843         * manual/handling.xml
13844         * manual/fr/handling.xml
13845                 documented the ability to enabled/disable filtering/processing rules.
13846
13847 2006-05-17 [colin]      2.2.0cvs29
13848
13849         * src/main.c
13850                 Don't initialize g_thread subsystem if it's 
13851                 already done (thanks to Hiro)
13852         * src/mimeview.c
13853                 Fix saving of parts when there name can't be
13854                 converted from UTF-8.
13855
13856 2006-05-17 [paul]       2.2.0cvs28
13857
13858         * po/Makefile.in.in
13859                 fix config.status warning with autoconf 2.60
13860
13861 2006-05-17 [paul]       2.2.0cvs27
13862
13863         * po/POTFILES.in
13864                 add src/mbox.c
13865
13866 2006-05-17 [wwp]        2.2.0cvs26
13867
13868         * src/mainwindow.c
13869                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13870
13871 2006-05-17 [wwp]        2.2.0cvs25
13872
13873         * src/plugins/demo/demo.c
13874                 updated product name in plugin demo (many plugins need to be
13875                 sync'ed w/ that change).
13876
13877 2006-05-17 [colin]      2.2.0cvs24
13878
13879         * src/mh.c
13880                 Fix leak
13881
13882 2006-05-16 [colin]      2.2.0cvs23
13883
13884         * src/mainwindow.c
13885                 Stupid me hit again. Fix cvs22.
13886
13887 2006-05-16 [colin]      2.2.0cvs22
13888
13889         * src/mainwindow.c
13890                 Fix bug #922 (sylpheed-claws crashed after 
13891                 pushing on Inbox folder)
13892
13893 2006-05-16 [colin]      2.2.0cvs21
13894
13895         * src/compose.c
13896                 Make From header be copy/paste/select-able
13897
13898 2006-05-16 [wwp]        2.2.0cvs20
13899
13900         * src/export.c
13901         * src/matcher.c
13902         * src/summaryview.c
13903         * src/etpan/imap-thread.c
13904                 fix some compiler warnings (thanks to Colin).
13905
13906 2006-05-16 [wwp]        2.2.0cvs19
13907
13908         * src/action.c
13909         * src/gedit-print.c
13910         * src/inc.c
13911         * src/mainwindow.c
13912         * src/mh.c
13913         * src/statusbar.c
13914         * src/send_message.c
13915         * src/summaryview.c
13916                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13917
13918 2006-05-15 [colin]      2.2.0cvs18
13919
13920         * src/procmsg.c
13921                 Fix automatic rule creation with List-Post
13922
13923 2006-05-15 [paul]       2.2.0cvs17
13924
13925         * tools/filter_conv_new.pl
13926                 updated for rule enabling/disabling
13927                 claws version >= 2.3.x required
13928
13929 2006-05-15 [cleroy]     2.2.0cvs16
13930
13931         * src/main.c
13932                 Revert test
13933
13934 2006-05-15 [cleroy]     2.2.0cvs15
13935
13936         * src/main.c
13937                 test
13938
13939 2006-05-15 [wwp]        2.2.0cvs14
13940
13941         * manual/pl/.cvsignore
13942                 ignore generated files.
13943
13944 2006-05-14 [wwp]        2.3.0-rc1
13945
13946         * 2.3.0-rc1 released
13947
13948 2006-05-13 [wwp]        2.2.0cvs13
13949
13950         * src/filtering.c
13951         * src/filtering.h
13952         * src/matcher.c
13953         * src/matcher_parser_lex.l
13954         * src/matcher_parser_parse.y
13955         * src/prefs_filtering.c
13956                 new feature: provide the ability to disable filtering and processing
13957                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13958                 adaptations.
13959
13960 2006-05-13 [colin]      2.2.0cvs12
13961
13962         * src/compose.c
13963                 Remove useless if (a) b; else b;
13964                 Thanks to wwp
13965
13966 2006-05-13 [wwp]        2.2.0cvs11
13967
13968         * src/export.c
13969         * src/import.c
13970         * src/mainwindow.c
13971         * src/mbox.c
13972         * src/summaryview.c
13973         * src/summaryview.h
13974                 no more silent failures (or at least less ones) when importing
13975                 or exporting from/to mbox. Also start importing/exporting if
13976                 the necessary info is set.
13977
13978 2006-05-13 [wwp]        2.2.0cvs10
13979
13980         * RELEASE_NOTES
13981                 restored up-to-date release notes.
13982
13983 2006-05-13 [paul]       2.2.0cvs9
13984
13985         * po/nl.po
13986         * po/ru.po
13987                 updated by Tim Dijkstra and Pavlo Bohmat
13988
13989 2006-05-12 [colin]      2.2.0cvs8
13990
13991         * src/gtk/quicksearch.c
13992                 Add "k" as shortcut for "colorlabel". Patch
13993                 by ath42@users.sf.net.
13994
13995 2006-05-12 [paul]       2.2.0cvs7
13996
13997         * src/prefs_common.h
13998         * src/prefs_summaries.c
13999         * src/summaryview.c
14000                 when entering a folder also allow
14001                 going directly to first Marked message
14002
14003 2006-05-12 [paul]       2.2.0cvs6
14004
14005         * src/summaryview.c
14006                 always obey 'confirm before marking all
14007                 mails read' option
14008
14009 2006-05-12 [paul]       2.2.0cvs5
14010
14011         * src/textview.c
14012                 make Sender fully clickable
14013
14014 2006-05-12 [colin]      2.2.0cvs4
14015
14016         * src/compose.c
14017         * src/compose.h
14018                 Let From be editable
14019         * src/main.c
14020         * src/mh.c
14021                 Full support of .mh_sequences' Unseen seq
14022
14023 2006-05-12 [colin]      2.2.0cvs3
14024
14025         * src/folder.c
14026         * src/mainwindow.c
14027         * src/mainwindow.h
14028         * src/messageview.c
14029         * src/prefs_spelling.c
14030         * src/procheader.c
14031         * src/procmsg.c
14032         * src/procmsg.h
14033         * src/summaryview.c
14034         * src/toolbar.c
14035         * src/toolbar.h
14036                 Add contextual menu on Compose toolbar
14037                 button. Fixes bug #944 (Automatic
14038                 addresses not applied when changing account
14039                 from compose window)
14040                 add Mailing List support
14041                 based on the old 0.6.5claws25 patch by
14042                 Melvin Hadasht, with finishing touches
14043                 by Colin
14044                 Fix "ignore thread" when mails are threaded by
14045                 subject (and weren't ignored although appearing
14046                 in the thread).
14047                 GUI rework.
14048                 Both patches by Pawel.
14049
14050 2006-05-08 [paul]       2.2.0cvs2
14051
14052         * src/mainwindow.c
14053         * src/mainwindow.h
14054         * src/messageview.c
14055         * src/procheader.c
14056         * src/procmsg.c
14057         * src/procmsg.h
14058         * src/summaryview.c
14059                 add Mailing List support
14060                 based on the old 0.6.5claws25 patch by 
14061                 Melvin Hadasht, with finishing touches
14062                 by Colin
14063
14064 2006-05-08 [colin]      2.2.0cvs1
14065
14066         * src/mainwindow.c
14067         * src/toolbar.c
14068         * src/toolbar.h
14069                 Add contextual menu on Compose toolbar 
14070                 button. Fixes bug #944 (Automatic 
14071                 addresses not applied when changing account 
14072                 from compose window)
14073
14074 2006-05-08 [paul]       2.2.0
14075
14076         2.2.0 released
14077
14078 2006-05-08 [paul]       2.1.1cvs51
14079
14080         * po/cs.po
14081         * po/de.po
14082         * po/en_GB.po
14083         * po/fi.po
14084         * po/fr.po
14085         * po/pt_BR.po
14086         * po/sr.po
14087         * po/zh_CN.po
14088                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14089                 Fabien Vantard, Frederico Goncalves Guimaraes,
14090                 Aleksandar Urosevic, and Ralgh Young
14091
14092 2006-05-12 [colin]      2.1.1cvs50
14093
14094         * po/cs.po
14095         * po/de.po
14096         * po/en_GB.po
14097         * po/es.po
14098         * po/fi.po
14099         * po/fr.po
14100         * po/pt_BR.po
14101         * po/sr.po
14102         * po/zh_CN.po
14103                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14104                 Fabien Vantard, Frederico Goncalves Guimaraes,
14105                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14106
14107 2006-05-05 [colin]      2.1.1cvs49
14108
14109         * manual/Makefile.am
14110         * manual/pl/Makefile.am
14111         * manual/pl/account.xml
14112         * manual/pl/ack.xml
14113         * manual/pl/addrbook.xml
14114         * manual/pl/advanced.xml
14115         * manual/pl/faq.xml
14116         * manual/pl/glossary.xml
14117         * manual/pl/gpl.xml
14118         * manual/pl/handling.xml
14119         * manual/pl/intro.xml
14120         * manual/pl/keyboard.xml
14121         * manual/pl/plugins.xml
14122         * manual/pl/starting.xml
14123         * manual/pl/sylpheed-claws-manual.xml
14124         * manual/pl/dist/.cvsignore
14125         * manual/pl/dist/Makefile.am
14126         * manual/pl/dist/html/.cvsignore
14127         * manual/pl/dist/html/Makefile.am
14128         * manual/pl/dist/pdf/.cvsignore
14129         * manual/pl/dist/pdf/Makefile.am
14130         * manual/pl/dist/ps/.cvsignore
14131         * manual/pl/dist/ps/Makefile.am
14132         * manual/pl/dist/txt/.cvsignore
14133         * manual/pl/dist/txt/Makefile.am
14134                 Add the polish translation of the manual,
14135                 Authored by Pawel Pekala.
14136
14137 2006-05-05 [cleroy]     2.1.1cvs48
14138
14139         * src/main.c
14140                 Re-read matcherrc after loading plugins 
14141                 if some of them add folders.
14142
14143 2006-05-03 [colin]      2.1.1cvs47
14144
14145         * src/imap.c
14146                 I'm idiot
14147
14148 2006-05-03 [colin]      2.1.1cvs46
14149
14150         * src/imap.c
14151                 Be sure to have a session when
14152                 getting separator
14153
14154 2006-05-03 [colin]      2.1.1cvs45
14155
14156         * src/imap.c
14157         * src/imap.h
14158         * src/imap_gtk.c
14159                 Fix preventing renaming with namespace 
14160                 separator.
14161
14162 2006-05-01 [colin]      2.1.1cvs44
14163
14164         * src/action.c
14165                 Don't reload messageview when result of
14166                 action is piped.
14167
14168 2006-04-29 [colin]      2.1.1cvs43
14169
14170         * src/prefs_receive.c
14171         * src/plugins/spamassassin/spamassassin_gtk.c
14172         * src/plugins/clamav/clamav_plugin_gtk.c
14173                 GUI fixes by Pawel
14174
14175 2006-04-29 [colin]      2.1.1cvs42
14176
14177         * src/prefs_compose_writing.c
14178         * src/prefs_quote.c
14179                 Cleanups. Patch by Pawel
14180
14181 2006-04-28 [paul]       2.1.1cvs41
14182
14183         * src/matcher.c
14184                 fix returned quick search results when search
14185                 term contains an underscore.
14186                 Thanks to Colin
14187
14188 2006-04-28 [paul]       2.1.1cvs40
14189
14190         * src/prefs_message.c
14191         * src/prefs_receive.c
14192                 GUI cleanups
14193                 Patches by Pawel Pekala
14194
14195 2006-04-27 [colin]      2.1.1cvs39
14196
14197         * src/wizard.c
14198                 Differentiate subject Welcome from
14199                 window's title Welcome
14200
14201 2006-04-27 [paul]
14202
14203         2.2.0-rc1 released
14204
14205 2006-04-27 [paul]       2.1.1cvs38
14206
14207         * manual/advanced.xml
14208         * manual/fr/advanced.xml
14209                 add info about compose_no_markup hidden pref
14210
14211 2006-04-27 [paul]       2.1.1cvs37
14212
14213         * src/prefs_account.c
14214                 improve privacy labels
14215         * src/prefs_msg_colors.c
14216                 change some strings for translators' convenience
14217         * src/gtk/gtkutils.c
14218                 don't underline the link button text
14219
14220 2006-04-25 [colin]      2.1.1cvs36
14221
14222         * src/folder.c
14223                 Complete 2.1.1cvs33 (once more ;)
14224
14225 2006-04-25 [colin]      2.1.1cvs35
14226
14227         * src/editldap.c
14228                 Fix tooltip
14229
14230 2006-04-25 [cleroy]     2.1.1cvs34
14231
14232         * src/compose.c
14233         * src/gtk/gtkaspell.c
14234                 Fix crash on redirect (related to the return 
14235                 of the aspell menu in compose's toolbar)
14236         * src/prefs_msg_colors.c
14237                 Fix sensitivity widgets
14238         * src/image_viewer.c
14239         * src/gtk/pluginwindow.c
14240         * src/gtk/prefswindow.c
14241                 Change released signals to clicked (Fabien)
14242         * po/POTFILES.in
14243         * src/common/socket.c
14244         * src/plugins/spamassassin/spamassassin.c
14245                 Translate strings (Fabien)
14246
14247 2006-04-25 [paul]       2.1.1cvs33
14248
14249         * src/folder.c
14250         * src/folder.h
14251         * src/folderview.c
14252                 complete the fix of bug #912
14253                 Thanks to Colin
14254
14255 2006-04-25 [colin]      2.1.1cvs32
14256
14257         * src/news.c
14258                 Better progress bar
14259         * src/mimeview.c
14260         * src/summaryview.c
14261         * src/summaryview.h
14262                 Fix focus chain
14263                 Patches by Pawel Pekala
14264
14265 2006-04-24 [colin]      2.1.1cvs31
14266
14267         * src/compose.c
14268                 Fix compilation warnings (Fabien)
14269
14270 2006-04-24 [colin]      2.1.1cvs30
14271
14272         * src/addrindex.c
14273         * src/editldap.c
14274         * src/editldap_basedn.c
14275         * src/editldap_basedn.h
14276         * src/ldapctrl.c
14277         * src/ldapctrl.h
14278         * src/ldapquery.c
14279         * src/ldaputil.c
14280         * src/ldaputil.h
14281                 Fix bug #901 (LDAPS support)
14282
14283 2006-04-24 [colin]      2.1.1cvs29
14284
14285         * src/compose.c
14286                 Fix logic on error with send dialog on
14287         * src/imap.c
14288                 Fix compilation without libetpan, thanks
14289                 to Fabien
14290         * src/summaryview.c
14291                 Fix 'context-menu' key
14292
14293 2006-04-23 [colin]      2.1.1cvs28
14294
14295         * src/folder.c
14296                 Never free current's cache to free up 
14297                 memory. Fixes bug #912 (new count 
14298                 randomly set to message count)
14299
14300 2006-04-23 [colin]      2.1.1cvs27
14301
14302         * src/gtk/quicksearch.c
14303                 And remove printf...
14304
14305 2006-04-23 [colin]      2.1.1cvs26
14306
14307         * src/gtk/quicksearch.c
14308                 Fix replacing in quicksearch, and fix inserting
14309                 in the middle of the string. (introduced at 2.1.0cvs22)
14310
14311 2006-04-23 [colin]      2.1.1cvs25
14312
14313         * src/imap.c
14314                 Make sure uidnext is initialized in get_num_list
14315                 (not for stable, related to 2.1.1cvs8 and friends)
14316
14317 2006-04-23 [colin]      2.1.1cvs24
14318
14319         * src/imap.c
14320                 Output something when login is successful
14321                 too
14322
14323 2006-04-23 [colin]      2.1.1cvs23
14324
14325         * src/etpan/imap-thread.c
14326                 Better logging (line-per-line, hide data in fetch)
14327                 Fix a const warning
14328         * src/gtk/logwindow.c
14329         * src/gtk/logwindow.h
14330                 Better logging (color for input/output)
14331
14332 2006-04-21 [colin]      2.1.1cvs22
14333
14334         * src/gtk/quicksearch.c
14335                 On gtk+-2.8, use stock buttons in quicksearch
14336                 Based on a patch by Fabien and a design by Paul
14337
14338 2006-04-21 [colin]      2.1.1cvs21
14339
14340         * src/folderview.c
14341         * src/mainwindow.c
14342                 Fix occasional flicker in folderview
14343         * src/common/utils.c
14344                 Fix bug #943 (Incorrectly parsed email address 
14345                 list in short headers on message view and in 
14346                 printouts)
14347
14348 2006-04-20 [colin]      2.1.1cvs20
14349
14350         * src/imap.c
14351         * src/imap.h
14352         * src/prefs_account.c
14353                 Add ANONYMOUS auth for IMAP
14354
14355 2006-04-20 [paul]       2.1.1cvs19
14356
14357         * src/main.c
14358                 proper fix for 2.1.1cvs18
14359                 Thanks to Colin
14360
14361 2006-04-20 [paul]       2.1.1cvs18
14362
14363         * src/main.c
14364                 fix build warnings
14365
14366 2006-04-20 [paul]       2.1.1cvs17
14367
14368         * src/gtk/quicksearch.c
14369                 fix standard, non-extended Quick search,
14370                 was broken in 2.1.1cvs15.
14371                 Thanks to Colin.
14372
14373 2006-04-20 [colin]      2.1.1cvs16
14374
14375         * src/prefs_matcher.c
14376                 Fix values when reselecting a ~test
14377                 rule
14378
14379 2006-04-19 [colin]      2.1.1cvs15
14380
14381         * src/compose.c
14382         * src/compose.h
14383         * src/gtk/gtkaspell.c
14384         * src/gtk/gtkaspell.h
14385                 Put back Options menu in Spelling/
14386         * src/gtk/quicksearch.c
14387                 Don't search, and show error, if the
14388                 advanced search has a syntax error
14389
14390 2006-04-18 [colin]      2.1.1cvs14
14391
14392         * src/textview.c
14393                 Fix gdk warnings on set_cursor when textview
14394                 isn't visible
14395
14396 2006-04-18 [colin]      2.1.1cvs13
14397
14398         * src/gtk/gtksctree.c
14399                 Remove seemingly useless refresh that causes
14400                 flicker - watch this commit in case of 
14401                 problems before planned backport to stable
14402
14403 2006-04-18 [colin]      2.1.1cvs12
14404
14405         * src/imap.c
14406                 Factorize get/set_xml code
14407         * src/compose.c
14408         * src/prefs_account.c
14409         * src/prefs_account.h
14410         * src/procmsg.c
14411                 Add Encrypt to self option
14412
14413 2006-04-17 [colin]      2.1.1cvs11
14414
14415         * configure.ac
14416                 Fix search on encrpyt function on dragonfly
14417                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14418
14419 2006-04-17 [colin]      2.1.1cvs10
14420
14421         * src/prefs_account.c
14422                 Be safe by default: remove mails from POP3
14423                 after 7 days, not immediately
14424
14425 2006-04-17 [colin]      2.1.1cvs9
14426
14427         * src/etpan/imap-thread.c
14428                 Fix build on DragonFly - patch by 
14429                 Jonathan Buschmann <jonthn@agmact.com>
14430
14431 2006-04-17 [colin]      2.1.1cvs8
14432
14433         * src/imap.c
14434                 Save uidnext between sessions
14435
14436 2006-04-17 [colin]      2.1.1cvs7
14437
14438         * src/imap.c
14439                 scan is required when uid validity changes
14440
14441 2006-04-17 [colin]      2.1.1cvs6
14442
14443         * src/folderview.c
14444                 Don't scan if not necessary, apart in current
14445                 folder and INBOX to fetch flags.
14446         * src/imap.c
14447                 Scan is necessary if unread count changes
14448
14449 2006-04-17 [colin]      2.1.1cvs5
14450
14451         * src/imap.c
14452                 ...But always fetch ANSWERED and DELETED flags for
14453                 INBOX, as filtering can happen on these flags.
14454
14455 2006-04-17 [colin]      2.1.1cvs4
14456
14457         * src/imap.c
14458                 Don't fetch REPLIED and DELETED flags when synchronising
14459                 flags with a closed folder. We only need UNSEEN and FLAGGED
14460                 to update the folderview.
14461
14462 2006-04-17 [colin]      2.1.1cvs3
14463
14464         * src/imap.c
14465                 Faster flag search when there are new mails 
14466                 in a folder. We can do a full search if the 
14467                 folder contains less messages than the new
14468                 list.
14469
14470 2006-04-17 [colin]      2.1.1cvs2
14471
14472         * po/cs.po
14473         * po/de.po
14474         * po/fr.po
14475         * po/nl.po
14476         * po/pt_BR.po
14477                 Update translations from stable branch
14478
14479 2006-04-17 [colin]      2.1.1cvs1
14480
14481         * configure.ac
14482                 Bump version to follow stable release
14483
14484 2006-04-16 [mones]      2.1.0cvs50
14485
14486         * po/es.po
14487                 Updated for release
14488
14489 2006-04-16 [colin]      2.1.0cvs49
14490
14491         * src/textview.c
14492                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14493                 with gtk < 2.8. Thanks to Fabien Vantard.
14494
14495 2006-04-15 [colin]      2.1.0cvs48
14496
14497         * src/etpan/imap-thread.c
14498                 Fix bug #919 (libetpan: SEGV when connecting 
14499                 using command)
14500
14501 2006-04-14 [colin]      2.1.0cvs47
14502
14503         * src/main.c
14504                 Fix race on --select (should be done better)
14505
14506 2006-04-14 [wwp]        2.1.0cvs46
14507
14508         * src/send_message.c
14509                 enforce a check for domain in account prefs (a sending
14510                 error could be faced if domain was checked but no value set),
14511                 thanks to Colin.
14512
14513 2006-04-14 [colin]      2.1.0cvs45
14514
14515         * src/codeconv.c
14516                 when converting from unknown to unknown, if the
14517                 string is UTF8, don't convert it to the locale
14518                 (which breaks it)
14519
14520 2006-04-14 [colin]      2.1.0cvs44
14521
14522         * src/compose.c
14523                 Don't try to use ASCII for converting headers
14524                 (as done in body)
14525
14526 2006-04-14 [paul]       2.1.0cvs43
14527
14528         * src/crash.c
14529                 add locale/charset info to crash report
14530         * src/gtk/about.c
14531                 add wwp to doc team
14532                 replace 'e-mail' with preferred 'email'
14533         * src/gtk/authors.h
14534                 ensure contributors list is in alphabetical
14535                 order
14536
14537 2006-04-13 [colin]      2.1.0cvs42
14538
14539         * src/textview.c
14540                 Prevent gdk warnings
14541
14542 2006-04-13 [colin]      2.1.0cvs41
14543
14544         * src/common/ssl_certificate.c
14545         * src/common/ssl_certificate.h
14546         * src/gtk/sslcertwindow.c
14547                 Warn on expired certs, and display the expiration date
14548
14549 2006-04-13 [colin]      2.1.0cvs40
14550
14551         * src/plugins/spamassassin/spamassassin_gtk.c
14552                 Fix missing set_text on unix socket
14553
14554 2006-04-13 [wwp]        2.1.0cvs39
14555
14556         * manual/fr/advanced.xml
14557         * manual/fr/glossary.xml
14558                 applied new spam/ham/email lexicon (pourriel, courriel)
14559
14560 2006-04-13 [paul]       2.1.0cvs38
14561
14562         * src/plugins/pgpmime/plugin.c
14563                 remove the mention of S/MIME from the
14564                 description. This is now handled by the
14565                 S/MIME plugin.
14566
14567 2006-04-13 [paul]       2.1.0cvs37
14568
14569         * src/prefs_msg_colors.c
14570                 rework dialog
14571         * src/prefs_folder_item.c
14572         * src/prefs_spelling.c
14573                 add a tooltip to the colour selector buttons
14574
14575 2006-04-13 [wwp]        2.1.0cvs36
14576
14577         * manual/advanced.xml
14578         * manual/glossary.xml
14579         * manual/handling.xml
14580         * manual/keyboard.xml
14581         * manual/plugins.xml
14582         * manual/starting.xml
14583         * manual/fr/account.xml
14584         * manual/fr/ack.xml
14585         * manual/fr/addrbook.xml
14586         * manual/fr/advanced.xml
14587         * manual/fr/faq.xml
14588         * manual/fr/glossary.xml
14589         * manual/fr/gpl.xml
14590         * manual/fr/handling.xml
14591         * manual/fr/intro.xml
14592         * manual/fr/keyboard.xml
14593         * manual/fr/plugins.xml
14594         * manual/fr/starting.xml
14595         * manual/fr/sylpheed-claws-manual.xml
14596                 fixes to the manuals:
14597                  - summaryview -> Message List (same in French)
14598                  - translate key names
14599                  - fix French punctuation, use non-breakable spaces when
14600                    necessary, don't use &thinsp; which is not portable
14601                  - tell what maildir and mbox formats we support
14602
14603 2006-04-12 [wwp]        2.1.0cvs35
14604
14605         * src/prefs_toolbar.c
14606                 unified a replace button more,
14607                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14608
14609 2006-04-12 [wwp]        2.1.0cvs34
14610
14611         * src/prefs_common.c
14612         * src/prefs_msg_colors.c
14613                 make default color labels translatable,
14614                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14615                 thanks to Tim <timbrain@post.cz> for reporting.
14616
14617 2006-04-12 [wwp]        2.1.0cvs33
14618
14619         * manual/glossary.xml
14620         * manual/intro.xml
14621         * manual/plugins.xml
14622         * manual/starting.xml
14623         * manual/sylpheed-claws-manual.xml
14624         * manual/fr/.cvsignore
14625         * manual/fr/account.xml
14626         * manual/fr/ack.xml
14627         * manual/fr/addrbook.xml
14628         * manual/fr/advanced.xml
14629         * manual/fr/faq.xml
14630         * manual/fr/glossary.xml
14631         * manual/fr/handling.xml
14632         * manual/fr/intro.xml
14633         * manual/fr/keyboard.xml
14634         * manual/fr/plugins.xml
14635         * manual/fr/starting.xml
14636         * manual/fr/sylpheed-claws-manual.xml
14637                 various fixes: typos, missing .fr translations, punctuation,
14638                 capitalization, links, accents and some bad French more.
14639
14640 2006-04-12 [wwp]        2.1.0cvs32
14641
14642         * src/prefs_gtk.c
14643                 fix for bug #935: always store prefs files in UTF-8 (thanks
14644                 to Colin).
14645
14646 2006-04-11 [colin]      2.1.0cvs31
14647
14648         * src/compose.c
14649                 Fix inserting files not in utf8 when locale is utf8
14650
14651 2006-04-11 [colin]      2.1.0cvs30
14652
14653         * src/inc.c
14654                 Don't show error dialog when cancelling connection
14655                 Patch by Pawel
14656
14657 2006-04-11 [cleroy]     2.1.0cvs29
14658
14659         * src/compose.c
14660                 Implement multiple quote levels
14661         * src/prefs_common.c
14662                 Change a little bit the quote bgcolor for 2nd level
14663
14664 2006-04-11 [colin]      2.1.0cvs28
14665
14666         * src/gtk/about.c
14667                 Add locale and charset in the label
14668
14669 2006-04-10 [colin]      2.1.0cvs27
14670
14671         * src/compose.c
14672         * src/prefs_common.c
14673         * src/prefs_common.h
14674         * src/prefs_msg_colors.c
14675         * src/textview.c
14676                 Allow optional background color in quotes
14677                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14678                 GTK+-2.8.x feature
14679
14680 2006-04-10 [colin]      2.1.0cvs26
14681
14682         * src/main.c
14683         * src/mainwindow.c
14684         * src/mainwindow.h
14685                 Implement --select
14686
14687 2006-04-10 [colin]      2.1.0cvs25
14688
14689         * manual/plugins.xml
14690         * manual/fr/plugins.xml
14691                 Document libcurl's proxy variables
14692
14693 2006-04-09 [colin]      2.1.0cvs24
14694
14695         * src/prefs_common.c
14696                 gettext() returns statically allocated stuff. We have
14697                 to strdup it in order to be able to free it.
14698
14699 2006-04-09 [colin]      2.1.0cvs23
14700
14701         * AUTHORS
14702         * src/gtk/authors.h
14703                 Add Alexei
14704
14705 2006-04-09 [colin]      2.1.0cvs22
14706
14707         * src/mainwindow.c
14708         * src/gtk/quicksearch.c
14709                 Fix bug #859 (problems with cyrilic input in 
14710                 search panel) - Patch by Alexey Illarionov 
14711                 <littlesavage@rambler.ru>
14712
14713 2006-04-09 [colin]      2.1.0cvs21
14714
14715         * src/prefs_customheader.c
14716                 I prefer removing then freeing rather than the contrary
14717                 (even if it doesn't change anything ;-)
14718         * src/prefs_account.c
14719                 Fix bug #933 (Crash re-entering the custom headers list 
14720                 dialog in accounts prefs)
14721                 The problem happened when cancelling the Account 
14722                 Preferences' dialogs - in which case we didn't do 
14723                 anything to the PrefsAccount * struct. In case of applying,
14724                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14725                 working with in this dialog. The problem is that 
14726                 prefs_customheader.c, working on this tmp_ac_prefs, always
14727                 changes the ->customhdr_list pointer, even when cancelled. 
14728                 So in case of cancelling the prefs_account dialog, we still
14729                 have to update ->customhdr_list in the real account.
14730
14731 2006-04-08 [colin]      2.1.0cvs20
14732
14733         * manual/fr/glossary.xml
14734         * manual/fr/keyboard.xml
14735                 Forgot some headers :)
14736
14737 2006-04-08 [colin]      2.1.0cvs19
14738
14739         * manual/Makefile.am
14740         * manual/fr/Makefile.am
14741         * manual/fr/account.xml
14742         * manual/fr/ack.xml
14743         * manual/fr/addrbook.xml
14744         * manual/fr/advanced.xml
14745         * manual/fr/faq.xml
14746         * manual/fr/glossary.xml
14747         * manual/fr/gpl.xml
14748         * manual/fr/handling.xml
14749         * manual/fr/intro.xml
14750         * manual/fr/keyboard.xml
14751         * manual/fr/plugins.xml
14752         * manual/fr/starting.xml
14753         * manual/fr/sylpheed-claws-manual.xml
14754         * manual/fr/dist/.cvsignore
14755         * manual/fr/dist/Makefile.am
14756         * manual/fr/dist/html/.cvsignore
14757         * manual/fr/dist/html/Makefile.am
14758         * manual/fr/dist/pdf/.cvsignore
14759         * manual/fr/dist/pdf/Makefile.am
14760         * manual/fr/dist/ps/.cvsignore
14761         * manual/fr/dist/ps/Makefile.am
14762         * manual/fr/dist/txt/.cvsignore
14763         * manual/fr/dist/txt/Makefile.am
14764                 Add the french translation of the manual. Thanks to
14765                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14766                 account.xml, ack.xml, addrbook.xml and advanced.xml
14767
14768 2006-04-08 [colin]      2.1.0cvs18
14769
14770         * manual/plugins.xml
14771         * manual/starting.xml
14772                 More fixes
14773
14774 2006-04-07 [colin]      2.1.0cvs17
14775
14776         * manual/faq.xml
14777         * manual/intro.xml
14778         * manual/keyboard.xml
14779                 Little fixes
14780
14781 2006-04-07 [colin]      2.1.0cvs16
14782
14783         * README
14784         * src/compose.c
14785         * src/prefs_common.c
14786         * src/prefs_common.h
14787                 Add hidden compose_no_markup pref
14788
14789 2006-04-07 [wwp]        2.1.0cvs15
14790
14791         * src/summary_search.c
14792         * .cvsignore
14793                 Bugfix: stop button was sticky when searching in an empty folder.
14794                 Applied curly brackets code style to the whole file (summary_search.c).
14795                 More files to ignore.
14796
14797 2006-04-07 [wwp]        2.1.0cvs14
14798
14799         * src/message_search.c
14800         * src/summary_search.c
14801                 changed default button when search bumps at file/folder
14802                 beginning or end, for convenience (thanks to Colin).
14803
14804 2006-04-07 [paul]       2.1.0cvs13
14805
14806         * src/plugins/dillo_viewer/dillo_prefs.c
14807                 avoid future potential for namespace collision
14808                 Patch by Colin
14809
14810 2006-04-06 [wwp]        2.1.0cvs12
14811
14812         * src/summary_search.c
14813                 Unify extended/advanced searches names (and thus factorize labels),
14814                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14815
14816 2006-04-06 [wwp]        2.1.0cvs11
14817
14818         * src/folderview.c
14819         * src/prefs_themes.c
14820         * src/summaryview.c
14821                 Fixed some compilation warnings.
14822
14823 2006-04-06 [colin]      2.1.0cvs10
14824
14825         * manual/advanced.xml
14826                 Document the wizard template and how to deploy
14827                 Sylpheed-Claws effectively
14828
14829 2006-04-06 [colin]      2.1.0cvs9
14830
14831         * src/folderview.c
14832                 gettext patch to tell translators about _("#"),
14833                 by Maxim Britov
14834
14835 2006-04-06 [colin]      2.1.0cvs8
14836
14837         * src/textview.c
14838                 Fix invalid GtkTextBIter after clicking "Display as text"
14839
14840 2006-04-06 [mones]      2.1.0cvs7
14841
14842         * src/addr_compl.c
14843         * src/addrindex.c
14844         * src/addritem.c
14845         * src/codeconv.c
14846         * src/compose.c
14847         * src/filtering.c
14848         * src/folder.c
14849         * src/folder_item_prefs.c
14850         * src/folderview.c
14851         * src/localfolder.c
14852         * src/matcher.c
14853         * src/mimeview.c
14854         * src/prefs_msg_colors.c
14855         * src/prefs_spelling.c
14856         * src/prefs_themes.c
14857         * src/procmime.c
14858         * src/procmsg.c
14859         * src/stock_pixmap.c
14860         * src/summaryview.c
14861         * src/textview.c
14862         * src/toolbar.c
14863         * src/common/mgutils.c
14864         * src/common/prefs.c
14865         * src/common/ssl_certificate.c
14866         * src/gtk/colorlabel.c
14867         * src/gtk/quicksearch.c
14868         * src/plugins/pgpmime/pgpmime.c
14869         * src/plugins/spamassassin/spamassassin.c
14870                 Removed redundant NULL checks for g_free() calls.
14871                 Patch by Pawel Pekala.
14872
14873 2006-04-06 [mones]      2.1.0cvs6
14874
14875         * src/prefs_actions.c
14876         * src/prefs_filtering.c
14877         * src/prefs_filtering_action.c
14878         * src/prefs_matcher.c
14879         * src/prefs_template.c
14880         * src/gtk/gtkutils.c
14881         * src/gtk/gtkutils.h
14882                 Have a nice replace button. Patch by Pawel Pekala
14883
14884 2006-04-06 [colin]      2.1.0cvs5
14885
14886         * src/addressbook.c
14887                 Fix crash with empty columns
14888
14889 2006-04-05 [colin]      2.1.0cvs4
14890
14891         * src/wizard.c
14892         * src/prefs_gtk.c
14893                 Allow wizard customization with pre-filled values
14894
14895 2006-04-05 [colin]      2.1.0cvs3
14896
14897         * src/textview.c
14898         * src/mimeview.c
14899         * src/mimeview.h
14900                 Nicer messages in mimeview
14901
14902 2006-04-05 [colin]      2.1.0cvs2
14903
14904         * src/addressbook.c
14905         * src/prefs_summaries.c
14906                 i18n fix
14907
14908 2006-04-05 [colin]      2.1.0cvs1
14909
14910         * src/plugins/pgpcore/plugin.c
14911         * src/plugins/pgpcore/select-keys.c
14912         * src/plugins/pgpcore/select-keys.h
14913         * src/plugins/pgpcore/sgpgme.c
14914         * src/plugins/pgpcore/sgpgme.h
14915         * src/plugins/pgpinline/pgpinline.c
14916         * src/plugins/pgpinline/plugin.c
14917         * src/plugins/pgpmime/pgpmime.c
14918         * src/plugins/pgpmime/plugin.c
14919                 Factorize and generalize a bit 
14920                 Drop S/MIME signature verification from PGP/MIME
14921                 (adding it as another, more complete plugin)
14922
14923 2006-04-05 [paul]       2.1.0
14924
14925         2.1.0 released
14926
14927 2006-04-05 [paul]       2.0.0cvs186
14928
14929         * manual/advanced.xml
14930                 add info on colour labels
14931
14932 2006-04-05 [paul]       2.0.0cvs185
14933
14934         * po/bg.po
14935         * po/cs.po
14936         * po/de.po
14937         * po/el.po
14938         * po/en_GB.po
14939         * po/fi.po
14940         * po/fr.po
14941         * po/it.po
14942         * po/nl.po
14943         * po/pl.po
14944         * po/pt_BR.po
14945         * po/sr.po
14946         * po/zh_CN.po
14947                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14948                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14949                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14950                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14951         * src/gtk/authors.h
14952         * tools/claws.i18n.status.pl
14953                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14954                 and new Czech translator, Tim <timbrain@post.cz>
14955
14956 2006-04-05 [mones]      2.0.0cvs184
14957
14958         * po/es.po
14959                 Updated translation
14960
14961 2006-04-05 [colin]      2.0.0cvs183
14962
14963         * src/gtk/quicksearch.c
14964                 Fix bug #929 (unnecessary reload in quick search bar)
14965
14966 2006-04-05 [colin]      2.0.0cvs182
14967
14968         * src/compose.c
14969                 Fix crash on Reply with no From:
14970                 Show signature and conversion error on queuing 
14971                 (but not sending)
14972         * src/mainwindow.c
14973         * src/summaryview.c
14974         * src/summaryview.h
14975                 Factorize threading code and make sure msginfo 
14976                 is not null when it comes from a GtkCTreeRow's 
14977                 data
14978         * src/gtk/gtkaspell.c
14979                 Check for necessary things
14980         * src/gtk/gtksctree.c
14981         * src/gtk/gtksctree.h
14982                 Reset anchor if necessary when removing node
14983
14984 2006-03-29 [colin]      2.0.0cvs181
14985
14986         * src/folderview.c
14987                 Warn for disabled IMAP accounts (due to lack of
14988                 libetpan). Breaks string-freeze - sorry - but it
14989                 is kind of important ;)
14990
14991 2006-03-28 [colin]      2.0.0cvs180
14992
14993         * src/gtk/gtkutils.c
14994         * src/gtk/gtkutils.h
14995                 Add a gtkut_get_link_btn() function that
14996                 creates a button which acts like an URI
14997         * src/prefs_themes.c
14998         * src/gtk/about.c
14999                 Use this function (factorizes codes)
15000         * src/common/defs.h
15001         * src/gtk/pluginwindow.c
15002                 Add a "Get more..." in the plugins window
15003
15004 2006-03-28 [colin]      2.0.0cvs179
15005
15006         * src/common/smtp.c
15007         * src/common/passcrypt.c
15008         * src/undo.c
15009                 Warning fixes. Patch by Pawel Pekala
15010
15011 2006-03-27 [colin]      2.0.0cvs178
15012
15013         * src/undo.c
15014                 Fix undoing by blocks with spaces
15015
15016 2006-03-27 [colin]      2.0.0cvs177
15017
15018         * src/textview.c
15019                 Set margin to 3px for headers
15020
15021 2006-03-27 [paul]
15022
15023         2.1.0-rc2 released
15024
15025 2006-03-27 [wwp]        2.0.0cvs176
15026
15027         * src/summaryview.c
15028                 don't reset quicksearch when updating the message list.
15029                 Thanks to Colin.
15030
15031 2006-03-26 [wwp]        2.0.0cvs175
15032
15033         * src/compose.c
15034                 use a unified border width ('other' tab in the compose window,
15035                 patch by Pawel Pekala).
15036
15037
15038 2006-03-26 [wwp]        2.0.0cvs174
15039
15040         * src/common/quoted-printable.c
15041         * src/addressbook.c
15042                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
15043
15044 2006-03-26 [colin]      2.0.0cvs173
15045
15046         * src/quote_fmt_parse.y
15047                 Fix non-UTF8 date formats messing up the whole quote a 
15048                 little bit
15049
15050 2006-03-26 [colin]      2.0.0cvs172
15051
15052         * src/procheader.c
15053                 Make sure the date is UTF8 valid, or try to make it
15054                 so. IncrediMail is really IncrediStupid.
15055         * src/compose.c
15056                 Fix possible conversions. 
15057                 
15058
15059 2006-03-26 [colin]      2.0.0cvs171
15060
15061         * src/matcher.c
15062                 Fix corner cases in body search. This is still a
15063                 hack... It seems impossible to make it good and 
15064                 reasonably fast at the same time.
15065
15066 2006-03-26 [colin]      2.0.0cvs170
15067
15068         * src/summaryview.c
15069                 I think I killed the twilight zone bug!
15070                 summary_select_node() flushes GTK events in order
15071                 to be able to center the view. But this also 
15072                 flushes keypresses like Ctrl-Alt-U, so this can
15073                 call summary_show from summary_select_node (itself
15074                 called from summary_show, etc.). And the summaryview
15075                 has to be unlocked in this function. So just locking
15076                 while processing GTK events, and bailing if locked, 
15077                 should fix it.
15078                 Fixes bug #927 (SIGSEGV during Update Summary)
15079
15080 2006-03-25 [colin]      2.0.0cvs169
15081
15082         * src/matcher.c
15083                 Fix search in QP-encoded bodies
15084                 Fix utf-8 searches in bodies encoded in the
15085                 locale's encoding
15086         * src/common/quoted-printable.c
15087         * src/common/quoted-printable.h
15088                 Add a decode function that doesn't overwrite
15089                 the original pointer
15090                 
15091
15092 2006-03-24 [colin]      2.0.0cvs168
15093
15094         * src/action.c
15095         * src/summaryview.c
15096         * src/summaryview.h
15097                 Update message cache after action
15098                 Patch by H. Merijn Brand
15099         * src/prefs_msg_colors.c
15100                 Factorize label 
15101                 Patch by Fabien Vantard
15102         * src/plugins/spamassassin/spamassassin_gtk.c
15103                 Remove useless translation
15104                 Patch by Fabien Vantard
15105
15106 2006-03-23 [colin]      2.0.0cvs167
15107
15108         * src/common/ssl.c
15109                 Let 30 seconds to SSL_connect
15110
15111 2006-03-23 [wwp]        2.0.0cvs166
15112
15113         * src/summaryview.c
15114         * src/gtk/description_window.c
15115                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15116                 and headers are translated; adjust description windows' width to fit their
15117                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15118
15119 2006-03-23 [paul]       2.0.0cvs165
15120
15121         * src/common/utils.c
15122                 fix highlighting of URIs containing "()"
15123                 (2.0.0cvs164's reversal fixed)
15124                 Thanks to Colin.
15125
15126 2006-03-23 [paul]       2.0.0cvs164
15127
15128         * src/common/utils.c
15129                 revert patch, (postponing a fix), at 2.0.0cvs120
15130                 as it breaks more URIs than it fixes.
15131                 Allow '-' to be a terminating character in a URI
15132
15133 2006-03-22 [colin]      2.0.0cvs163
15134
15135         * configure.ac
15136                 Require libetpan 0.45
15137                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15138
15139 2006-03-22 [paul]       2.0.0cvs162
15140
15141         * src/editgroup.c
15142                 replace '<-' and '->' buttons with GTK_STOCK graphical
15143                 buttons
15144         * src/summary_search.c
15145                 don't offer '...' for translation
15146                 add a tooltip to advanced search '...' button
15147         * src/gtk/quicksearch.c
15148                 don't offer '...' for translation
15149
15150 2006-03-21 [colin]      2.0.0cvs161
15151
15152         * src/compose.c
15153                 Fix middle-click pasting (insert at click
15154                 position instead of cursor position, don't
15155                 remove existing selection and allow pasting
15156                 our own selection)
15157         * src/addressbook.c
15158                 "LDAP Server" -> "LDAP servers"
15159
15160 2006-03-21 [wwp]        2.0.0cvs160
15161
15162         * src/etpan/imap-thread.c
15163                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15164
15165 2006-03-20 [colin]      2.0.0cvs159
15166
15167         * src/summaryview.c
15168                 Don't reload summaryview after an execute with no
15169                 move action
15170
15171 2006-03-19 [colin]      2.0.0cvs158
15172
15173         * src/addressbook.c
15174                 and put groups at the top, always
15175
15176 2006-03-19 [colin]      2.0.0cvs157
15177
15178         * src/addressbook.c
15179                 Order groups before names, as previously
15180
15181 2006-03-19 [colin]      2.0.0cvs156
15182
15183         * src/addressbook.c
15184                 - Sort case-unsensitive
15185                 - Put the sort arrow at opening too
15186
15187 2006-03-19 [wwp]        2.0.0cvs155
15188
15189         * src/addressbook.c
15190                 allow sorting by name/email/remarks, ensure that right-pane's contents
15191                 matches the left-pane selection (cleared when appropriate).
15192                 Patch by Pawel Pekala <c0rn@o2.pl>.
15193
15194 2006-03-18 [colin]      2.0.0cvs154
15195
15196         * src/textview.c
15197                 Fix text cursor ;)
15198
15199 2006-03-18 [colin]      2.0.0cvs153
15200
15201         * src/gtk/filesel.c
15202                 Make sure we hide the preview if we didn't get
15203                 a filename
15204
15205 2006-03-18 [colin]      2.0.0cvs152
15206
15207         * src/summaryview.c
15208                 Set cursor to watch for execution (fixes lack
15209                 of watch-cursor when dnd'ing hundreds of mails)
15210         * src/gtk/filesel.c
15211                 Check that mime type is 'image/*' before updating
15212                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15213
15214 2006-03-18 [colin]      2.0.0cvs151
15215
15216         * src/mainwindow.c
15217         * src/textview.c
15218         * src/textview.h
15219                 Put a watch cursor in textview too when the mainwindow's
15220                 cursor in a watch
15221
15222 2006-03-18 [colin]      2.0.0cvs150
15223
15224         * src/folder.c
15225                 Change wrong asserts to simple tests
15226
15227 2006-03-17 [colin]      2.0.0cvs149
15228
15229         * src/mainwindow.c
15230         * src/mainwindow.h
15231         * src/prefs_msg_colors.c
15232         * src/summaryview.c
15233         * src/summaryview.h
15234         * src/gtk/colorlabel.c
15235         * src/gtk/colorlabel.h
15236                 Add a color label menu in the main menubar
15237                 Add (fixed) accels Ctrl-{0-7} to change the color
15238                 They have to be fixed because the menu's dynamic,
15239                 the items are complex widgets, hence we can't use
15240                 a GtkItemFactory.
15241
15242
15243 2006-03-17 [wwp]        2.0.0cvs148
15244
15245         * src/compose.c
15246                 rollback few lines from my previous commit (those lines come from
15247                 a pending patch, accidentally commited, even if neutral as they are
15248                 commented out).
15249
15250 2006-03-17 [wwp]        2.0.0cvs147
15251
15252         * src/compose.c
15253                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15254                 applied code style/indentation to the modified function.
15255
15256 2006-03-17 [wwp]        2.0.0cvs146
15257
15258         * src/procmsg.c
15259         * src/compose.c
15260                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15261
15262 2006-03-17 [paul]
15263
15264         2.1.0-rc1 released
15265
15266 2006-03-17 [paul]       2.0.0cvs145
15267
15268         * src/main.c
15269                 addressbook_read_file() was called twice
15270         * src/textview.c
15271                 X-Mailer highlighting
15272
15273 2006-03-16 [colin]      2.0.0cvs144
15274
15275         * src/sourcewindow.c
15276         * src/sourcewindow.h
15277                 And the last one, in source window.
15278
15279 2006-03-16 [colin]      2.0.0cvs143
15280
15281         * src/compose.c
15282         * src/compose.h
15283                 Fix the same stuff in compose
15284
15285 2006-03-16 [colin]      2.0.0cvs142
15286
15287         * src/messageview.c
15288                 Complete the previous messageview crash fix
15289
15290 2006-03-16 [colin]      2.0.0cvs141
15291
15292         * src/procmsg.h
15293         * src/procmsg.c
15294         * src/folder.c
15295                 Fix POSTPROCESSING hook
15296                 Patch by H. Merijn Brand
15297
15298         * src/procmime.c
15299         * src/procmime.h
15300                 Parse Content-Location
15301
15302         * src/toolbar.c
15303         * src/messageview.c
15304         * src/messageview.h
15305                 Don't crash when a top-level MessageView has
15306                 been closed on us. Same problematic than
15307                 yesterday's quicksearch issue.
15308
15309 2006-03-15 [colin]      2.0.0cvs140
15310
15311         * src/gtk/quicksearch.c
15312                 Fix a bitchy race we didn't think about when we
15313                 added quicksearch cancellation:
15314                 If the search is not on cached fields, for example
15315                 body_part matchcase "stuff"
15316                 the matcher code has to get the whole message. If
15317                 we're on IMAP, that can be slow, and in order to
15318                 be non-blocking, the IMAP code idle loop processes
15319                 gtk events too. So it is possible to cancel a
15320                 quicksearch while the matcher is getting the mail's
15321                 body. After matcher got its body, it will start to
15322                 iterate over the matcher list that the Quicksearch's
15323                 clear_search_cb() just freed via prepare_matcher().
15324                 SIGSEGV ensues.
15325                 The fix consists of guarding the matcherlist_match()
15326                 call with a boolean 'matching'. If we reset the
15327                 quicksearch while matching is TRUE, we don't free
15328                 the matcherlist anymore like we did, but we set
15329                 another new flag, deferred_free, to TRUE. Then,
15330                 in quicksearch_match(), just after returning from
15331                 matcherlist_match() and unsetting the matching flag,
15332                 we check the deferred_free flag and do the
15333                 prepare_matcher() (which does the matcherlist_free)
15334                 for real, so we free the matcherlist once it's not
15335                 used anymore.
15336                 As all of this runs via the glib main loop, we
15337                 luckily don't need a mutex.
15338         * src/summaryview.c
15339                 Also, show progress while searching.
15340
15341
15342 2006-03-14 [colin]      2.0.0cvs139
15343
15344         * src/alertpanel.c
15345                 Make alertpanel_is_open non-static
15346
15347 2006-03-14 [colin]      2.0.0cvs138
15348
15349         * src/prefs_spelling.c
15350                 Cleanups - Fabien Vantard
15351
15352 2006-03-14 [wwp]        2.0.0cvs137
15353
15354         * src/main.c
15355                 code style normalization (curly braces, indentation).
15356
15357 2006-03-14 [wwp]        2.0.0cvs137
15358
15359         * src/main.c
15360                 code style (braces, indentation)
15361
15362 2006-03-12 [paul]       2.0.0cvs136
15363
15364         * src/prefs_common.c
15365                 trans_hdr defaults to FALSE to be RFC-savvy
15366         * src/prefs_summaries.c
15367                 add a tooltip to the trans_hdr option
15368                 
15369
15370 2006-03-12 [paul]       2.0.0cvs135
15371
15372         * src/prefs_matcher.c
15373                 give a little more width to the combos
15374         * src/prefs_display_header.c
15375         * src/textview.c
15376                 translate headers if prefs_common.trans_hdr
15377                 is TRUE
15378
15379         Patches by Pawel Pekala
15380
15381 2006-03-12 [paul]       2.0.0cvs134
15382
15383         * src/plugins/clamav/clamav_plugin.c
15384         * src/plugins/dillo_viewer/dillo_viewer.c
15385         * src/plugins/pgpcore/plugin.c
15386         * src/plugins/pgpinline/plugin.c
15387         * src/plugins/pgpmime/plugin.c
15388         * src/plugins/spamassassin/spamassassin.c
15389                 update/add to descriptions
15390         * src/plugins/spamassassin/spamassassin_gtk.c
15391                 fixes to the english, remove superfluous
15392                 tooltips, clean up a little
15393
15394 2006-03-12 [paul]       2.0.0cvs133
15395
15396         * src/compose.c
15397                 fix Bug 924, 'Account combo box shows up wrong 
15398                 if & is in account name'
15399
15400 2006-03-11 [colin]      2.0.0cvs132
15401
15402         * src/summaryview.c
15403                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15404                 messed up shift-selection because is slows down
15405                 moving around summaryview. thanks -users
15406
15407 2006-03-10 [colin]      2.0.0cvs131
15408
15409         * src/plugins/spamassassin/spamassassin_gtk.c
15410                 Put back Paul's engrish fixes
15411
15412 2006-03-10 [colin]      2.0.0cvs130
15413
15414         * src/plugins/spamassassin/spamassassin.c
15415         * src/plugins/spamassassin/spamassassin.h
15416         * src/plugins/spamassassin/spamassassin_gtk.c
15417                 Cleanup SA prefs page (more)
15418                 Patch by Fabien Vantard
15419
15420 2006-03-10 [paul]       2.0.0cvs129
15421
15422         * src/prefs_msg_colors.c
15423         * src/prefs_spelling.c
15424                 widget sensitivity
15425
15426 2006-03-09 [mones]      2.0.0cvs128
15427
15428         * po/es.po
15429                 Update for next RC
15430
15431 2006-03-09 [wwp]        2.0.0cvs127
15432
15433         * configure.ac
15434                 revert accidental commit (requirement for libetpan 0.43), this time
15435                 not in HEAD.
15436
15437 2006-03-09 [wwp]        2.0.0cvs125
15438
15439         * configure.ac
15440                 revert accidental commit (requirement for libetpan 0.43)
15441
15442 2006-03-09 [paul]       2.0.0cvs126
15443
15444         * src/prefs_receive.c
15445                 remove useless frame
15446                 replace 'incorporation' with 'receiving'
15447         * src/plugins/clamav/clamav_plugin_gtk.c
15448         * src/plugins/spamassassin/spamassassin_gtk.c
15449                 improve widget sensitivity
15450                 fix a bit his engrish
15451
15452 2006-03-09 [wwp]        2.0.0cvs125
15453
15454         * src/addressadd.c
15455         * src/foldersel.c
15456         * src/prefs_common.c
15457         * src/prefs_common.h
15458                 remember some more windows' sizes (add to addressbook and
15459                 select folder).
15460
15461 2006-03-09 [paul]       2.0.0cvs124
15462
15463         * src/plugins/pgpcore/prefs_gpg.c
15464                 normalise construction of dialogue
15465
15466 2006-03-09 [paul]       2.0.0cvs123
15467
15468         * src/plugins/trayicon/Makefile.am
15469                 add missing slash
15470
15471 2006-03-08 [colin]      2.0.0cvs122
15472
15473         * src/plugins/trayicon/Makefile.am
15474                 Fix build in separate dir 
15475                 Patch by Bamanzi <bamanzi@gmail.com>
15476
15477 2006-03-08 [colin]      2.0.0cvs121
15478
15479         * src/procmsg.c
15480                 Batch move and copies from summaryview with delayed execution
15481                 too
15482
15483 2006-03-07 [paul]       2.0.0cvs120
15484
15485         * src/common/utils.c
15486                 fix highlighting of URIs containing "()"
15487                 Patch by Pawel Pekala
15488
15489 2006-03-07 [paul]       2.0.0cvs119
15490
15491         * src/folder.c
15492         * src/folder.h
15493         * src/folderview.c
15494                 immediately do alphabetical resort when
15495                 changing a folder's name
15496                 Patch by Pawel Pekala
15497
15498 2006-03-07 [paul]       2.0.0cvs118
15499
15500         * src/news.c
15501         * src/news_gtk.c
15502                 when unsubscribing a newsgroup, remove the
15503                 folder and msgs in .sylpheed-claws/newscache
15504                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15505
15506 2006-03-07 [paul]       2.0.0cvs117
15507
15508         * src/textview.c
15509                 fix wrong Fake URL Warning
15510                 Thanks to Hiro
15511
15512 2006-03-07 [colin]      2.0.0cvs116
15513
15514         * src/imap.c
15515                 Return immediately when password dialog was
15516                 cancelled
15517         * src/gtk/inputdialog.c
15518                 Allow empty strings for passwords
15519
15520
15521 2006-03-06 [colin]      2.0.0cvs115
15522
15523         * src/imap.c
15524                 Prevent double-timeouts when connection fails
15525
15526 2006-03-06 [colin]
15527
15528         2.0.1-rc1 released
15529
15530 2006-03-06 [colin]      2.0.0cvs114
15531
15532         * src/imap.c
15533                 Refresh session during potentially long
15534                 operations
15535
15536 2006-03-06 [wwp]        2.0.0cvs113
15537
15538         * src/prefs_msg_colors.h
15539                 forgot that one (custom color labels).
15540
15541 2006-03-06 [wwp]        2.0.0cvs112
15542
15543         * src/prefs_common.c
15544         * src/prefs_common.h
15545         * src/prefs_msg_colors.c
15546         * src/summaryview.c
15547         * src/summaryview.h
15548         * src/gtk/colorlabel.c
15549         * src/gtk/colorlabel.h
15550                 colors in messages list are now customizable. Color values and names can
15551                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15552                 Thanks to Paul and Colin for their help with this longstanding patch!
15553
15554 2006-03-06 [wwp]        2.0.0cvs111
15555
15556         * src/textview.c
15557                 don't crash if (x)face is bad.
15558
15559 2006-03-05 [paul]       2.0.0cvs110
15560
15561         * AUTHORS
15562         * configure.ac
15563         * src/Makefile.am
15564         * src/common/Makefile.am
15565         * src/common/utils.h
15566         * src/etpan/imap-thread.c
15567         * src/gtk/authors.h
15568         * src/plugins/clamav/Makefile.am
15569         * src/plugins/demo/Makefile.am
15570         * src/plugins/dillo_viewer/Makefile.am
15571         * src/plugins/pgpcore/Makefile.am
15572         * src/plugins/pgpcore/passphrase.c
15573         * src/plugins/pgpinline/Makefile.am
15574         * src/plugins/pgpmime/Makefile.am
15575         * src/plugins/spamassassin/Makefile.am
15576         * src/plugins/trayicon/Makefile.am
15577                 fix builiding on cygwin
15578                 Patch by Ralgh Young <bamanzi@gmail.com>
15579
15580 2006-03-04 [wwp]        2.0.0cvs109
15581
15582         * manual/keyboard.xml
15583                 fix mixed up/down keys.
15584
15585 2006-03-04 [wwp]        2.0.0cvs108
15586
15587         * README
15588         * INSTALL
15589                 updated links to SpamAssassin.
15590
15591 2006-03-04 [wwp]        2.0.0cvs107
15592
15593         * manual/plugins.xml
15594         * src/plugins/spamassassin/README
15595                 updated SpamAssassin plugin docs to reflect new functional additions
15596                 (also fix/update/documents few technical stuff more, see the README).
15597
15598 2006-03-04 [wwp]        2.0.0cvs106
15599
15600         * src/prefs_message.c
15601                 normalized capitalization of message-prefs paths.
15602
15603 2006-03-04 [wwp]        2.0.0cvs105
15604
15605         * manual/advanced.xml
15606                 typo.
15607
15608 2006-03-03 [colin]      2.0.0cvs104
15609
15610         * src/plugins/clamav/clamav_plugin_gtk.c
15611                 Rework prefs page, patch by Fabien 
15612
15613 2006-03-03 [colin]      2.0.0cvs103
15614
15615         * src/plugins/clamav/clamav_plugin.c
15616                 Set error on all errors
15617
15618 2006-03-03 [colin]      2.0.0cvs102
15619
15620         * src/common/plugin.c
15621                 Initialize error to avoid crashing when a plugin fails
15622                 without setting error
15623
15624 2006-03-02 [wwp]        2.0.0cvs101
15625
15626         * configure.ac
15627                 fixed linker flags for libetpan support on Cygwin
15628                 (thanks to H.Merijn Brand).
15629
15630 2006-03-02 [wwp]        2.0.0cvs100
15631
15632         * src/addressbook.c
15633                 fix some AB error messages: one for punctuation and
15634                 one wrongly duplicate (thanks, maxbritov).
15635
15636 2006-03-02 [wwp]        2.0.0cvs99
15637
15638         * src/plugins/spamassassin/spamassassin.c
15639                 make sync calls to sa-learn/spamc to prevent
15640                 system (whatever local or client/server) overload.
15641
15642 2006-03-02 [colin]      2.0.0cvs98
15643
15644         * src/summaryview.c
15645                 Put the spam icon in the status column instead of the
15646                 mark one
15647
15648 2006-03-01 [colin]      2.0.0cvs97
15649
15650         * src/plugins/spamassassin/spamassassin.c
15651                 Fix segfault (g_file_set_contents fails for some 
15652                 reason and err==0x2f. Can't find out why with
15653                 valgrind, using working function :-)
15654
15655 2006-03-01 [colin]      2.0.0cvs96
15656
15657         * src/inc.c
15658                 Offline overriding: let 'No' be cached only 3 seconds
15659
15660 2006-03-01 [colin]      2.0.0cvs95
15661
15662         * src/addr_compl.c
15663         * src/addrbook.c
15664         * src/addressbook.c
15665         * src/addrindex.c
15666         * src/folder_item_prefs.c
15667         * src/headerview.c
15668         * src/imap.c
15669         * src/inc.c
15670         * src/ldif.c
15671         * src/mainwindow.c
15672         * src/mh.c
15673         * src/msgcache.c
15674         * src/prefs_common.h
15675         * src/prefs_msg_colors.c
15676         * src/procheader.c
15677         * src/procheader.h
15678         * src/procmime.c
15679         * src/procmsg.c
15680         * src/procmsg.h
15681         * src/send_message.h
15682         * src/simple-gettext.c
15683         * src/summaryview.c
15684         * src/summaryview.h
15685         * src/syldap.c
15686         * src/textview.c
15687         * src/undo.c
15688         * src/common/ssl_certificate.c
15689         * src/common/utils.c
15690         * src/gtk/colorsel.c
15691         * src/gtk/gtksctree.c
15692         * src/gtk/gtkshruler.c
15693         * src/plugins/trayicon/trayicon.c
15694                 #if 0 goes to /dev/null
15695
15696 2006-03-01 [colin]      2.0.0cvs94
15697
15698         * src/compose.c
15699         * src/imap.c
15700         * src/inc.c
15701         * src/inc.h
15702         * src/messageview.c
15703         * src/news.c
15704         * src/plugins/spamassassin/spamassassin.c
15705                 Allow to add information in the "working offline"
15706                 window
15707
15708 2006-03-01 [wwp]        2.0.0cvs93
15709
15710         * src/plugins/spamassassin/spamassassin.c
15711                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15712                 'cause it seems that calling `spamc ... < inputfile` with
15713                 g_spawn_(a)sync simply.. erm doesn't work :-).
15714
15715 2006-03-01 [wwp]        2.0.0cvs92
15716
15717         * src/toolbar.c
15718         * src/toolbar.h
15719                 simplify the adding of spam/ham button to the messageview toolbar
15720                 (it gets more clear now that the same button will be "Mark as spam"
15721                 or "Mark as ham" according to the current message status,
15722                 thanks to Colin).
15723
15724 2006-03-01 [wwp]        2.0.0cvs91
15725
15726         * src/messageview.c
15727         * src/procmsg.c
15728         * src/procmsg.h
15729         * src/summaryview.c
15730         * src/plugins/spamassassin/spamassassin.c
15731         * src/plugins/spamassassin/spamassassin.h
15732                 make learner callbacks return a status (0 for ok),
15733                 handle it in main code to avoid setting flags when learning failed,
15734                 don't learn on TCP if offline in spamassassin,
15735                 thanks to Colin.
15736
15737                 
15738
15739 2006-03-01 [wwp]        2.0.0cvs90
15740
15741         * src/compose.c
15742                 some work around the compose window's account menu,
15743                 patch by Fabien Vantard.
15744
15745 2006-03-01 [wwp]        2.0.0cvs89
15746
15747         * src/plugins/spamassassin/spamassassin.c
15748                 fixed bad logics, was using spamc in local mode and sa-learn
15749                 in remote mode (thanks, Colin).
15750
15751 2006-03-01 [wwp]        2.0.0cvs88
15752
15753         * src/plugins/spamassassin/spamassassin.c
15754         * src/plugins/spamassassin/spamassassin.h
15755         * src/plugins/spamassassin/spamassassin_gtk.c
15756                 made processing of emails w/ sa-plugin an option (default is TRUE),
15757                 fixed Engrish some tooltips, capitalization of some debug messages
15758                 and warnings. The spamassassin plugin now provides two separate
15759                 services: process emails upon incorporation and spamd training.
15760                 Both services (un)register independently but use some common
15761                 plugin settings (transport settings, spam storage location).
15762
15763 2006-02-28 [wwp]        2.0.0cvs87
15764
15765         * src/plugins/spamassassin/spamassassin.c
15766                 fix async flag to spamc cmdline execution (batch exec should
15767                 be asynchronous).
15768
15769 2006-02-27 [wwp]        2.0.0cvs86
15770
15771         * src/plugins/spamassassin/spamassassin.c
15772         * src/plugins/spamassassin/spamassassin.h
15773         * src/plugins/spamassassin/spamassassin_gtk.c
15774                 - added the ability to learn a remote spamassassin server (spamd),
15775                 using spamc.
15776                 - added the spamassassin option 'username', that applies to all
15777                 spamassassin operations (filtering, learning, local or remote).
15778                 The default username is the current unix user (if left blank
15779                 from gtk prefs or config file).
15780                 - commented out some unused code (notebook widget), removed unused
15781                 layout (hbox1).
15782                 - make more widgets sensitive to the transport type.
15783
15784 2006-02-27 [colin]      2.0.0cvs85
15785
15786         * src/plugins/spamassassin/spamassassin.c
15787                 Fix sa-learn call when offline
15788
15789 2006-02-27 [colin]      2.0.0cvs84
15790
15791         * configure.ac
15792         * src/Makefile.am
15793         * src/mainwindow.c
15794         * src/mainwindow.h
15795         * src/messageview.c
15796         * src/messageview.h
15797         * src/prefs_toolbar.c
15798         * src/procmsg.c
15799         * src/stock_pixmap.c
15800         * src/stock_pixmap.h
15801         * src/summaryview.c
15802         * src/toolbar.c
15803         * src/toolbar.h
15804         * src/pixmaps/ham_btn.xpm
15805         * src/pixmaps/spam.xpm
15806         * src/pixmaps/spam_btn.xpm
15807         * src/plugins/spamassassin/spamassassin.c
15808                 Add button in toolbar for spam learning
15809                 Fix a few bugs from the last related commit
15810                 Revert 1.9.6cvs23 which messed up shift-selection
15811
15812 2006-02-24 [colin]      2.0.0cvs83
15813
15814         * src/procmsg.c
15815         * src/summaryview.c
15816         * src/summaryview.h
15817         * src/plugins/spamassassin/spamassassin.c
15818         * src/plugins/spamassassin/spamassassin.h
15819         * src/plugins/spamassassin/spamassassin_gtk.c
15820                 Unregister learner when spamassassin is either
15821                 disabled or over tcp
15822
15823 2006-02-24 [colin]      2.0.0cvs82
15824
15825         * src/Makefile.am
15826         * src/mainwindow.c
15827         * src/mainwindow.h
15828         * src/procmsg.c
15829         * src/procmsg.h
15830         * src/stock_pixmap.c
15831         * src/stock_pixmap.h
15832         * src/summaryview.c
15833         * src/summaryview.h
15834         * src/gtk/icon_legend.c
15835         * src/pixmaps/spam.xpm  ** NEW FILE **
15836         * src/plugins/spamassassin/spamassassin.c
15837         * src/plugins/spamassassin/spamassassin_gtk.c
15838                 Add spam learning interface (Mark/Mark as 
15839                 (spam|ham) menus)
15840
15841 2006-02-24 [wwp]        2.0.0cvs81
15842
15843         * src/compose.c
15844         * src/compose.h
15845         * src/filtering.c
15846                 hide compose window when sending message in batch mode
15847                 (filtering: forward and redirect). Also fixed a wrong
15848                 value returned when sending failed, neutral anyway.
15849                 (Colin, me) 
15850
15851 2006-02-24 [wwp]        2.0.0cvs80
15852
15853         * src/mainwindow.c
15854                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15855
15856 2006-02-24 [paul]       2.0.0cvs79
15857
15858         * src/news.c
15859         * src/news.h
15860         * src/news_gtk.c
15861                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15862                 Thanks to Colin
15863
15864 2006-02-23 [colin]      2.0.0cvs78
15865
15866         * src/alertpanel.c
15867                 Change OK to Close in alertpanel with View log
15868                 button; add accel to View log. Patch by Fabien
15869                 Vantard
15870
15871 2006-02-23 [wwp]        2.0.0cvs77
15872
15873         * src/compose.c
15874                 silly me, there were much more tests to perform, since toolbars can
15875                 really have down to 1 element only.
15876
15877 2006-02-23 [wwp]        2.0.0cvs76
15878
15879         * commitHelper
15880                 fixed indentation from my previous commit. Fallback to VISUAL if
15881                 EDITOR is not set (and to vi, at last resort).
15882
15883 2006-02-23 [wwp]        2.0.0cvs75
15884
15885         * commitHelper
15886                 improved error detection (Colin, me).
15887
15888 2006-02-23 [wwp]        2.0.0cvs74
15889
15890         * src/prefs_toolbar.c
15891                 simplify and fix prefs/toolbars layouting. Combos' contents can
15892                 now be really displayed.
15893
15894 2006-02-23 [wwp]        2.0.0cvs73
15895         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15896         be really displayed.
15897
15898 2006-02-22 [wwp]        2.0.0cvs72
15899
15900         * src/compose.c
15901                 fix a typo in my previous commit (sorry!).
15902
15903 2006-02-22 [wwp]        2.0.0cvs71
15904
15905         * src/prefs_toolbar.c
15906                 fix a crash when adding separators to toolbars,
15907                 also fix some separator item information.
15908
15909 2006-02-22 [wwp]        2.0.0cvs70
15910
15911         * src/compose.c
15912                 fix a crash when redirecting (for instance) when compose window's
15913                 toolbar contents has been customized (when some buttons have been
15914                 removed in fact).
15915
15916 2006-02-21 [wwp]        2.0.0cvs69
15917
15918         * src/summaryview.c
15919         * src/gtk/pluginwindow.c
15920         * src/plugins/pgpcore/prefs_gpg.c
15921                 fix some compilation warnings (feat. remains of removed code).
15922
15923 2006-02-21 [wwp]        2.0.0cvs68
15924
15925         * src/gtk/gtkutils.c
15926                 fix two compilation issues, thanks to Stephan Sachse.
15927
15928 2006-02-20 [colin]      2.0.0cvs67
15929
15930         * src/mainwindow.c
15931                 Don't reselect displayed mail on refocus
15932                 This fixes actions misbehaving 
15933
15934 2006-02-20 [wwp]        2.0.0cvs66
15935
15936         * src/summaryview.c
15937         * src/gtk/gtksctree.c
15938         * src/gtk/gtkshruler.c
15939                 changed more runtime typecast checks.
15940
15941 2006-02-20 [wwp]        2.0.0cvs65
15942
15943         * src/summary_search.c
15944                 find all - summaryview refresh issue fixed, thanks to Colin.
15945
15946 2006-02-20 [wwp]        2.0.0cvs64
15947
15948         * src/gtk/gtkutils.c
15949                 better runtime typecast checks.
15950
15951 2006-02-20 [wwp]        2.0.0cvs63
15952
15953         * src/summary_search.c
15954                 enhancements to the summary search:
15955                         - add the ability to stop the running search
15956                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15957                         - don't search if no criteria (From/To/Subject/Body) is set
15958                         - ensure that a busy mouse pointer is always shown when searching,
15959                           show it even a bit earlier
15960
15961 2006-02-19 [colin]      2.0.0cvs62
15962
15963         * src/compose.c
15964         * src/imap.c
15965         * src/etpan/imap-thread.c
15966         * src/etpan/imap-thread.h
15967                 (Future) IMAP speed improvement on sending
15968                 Will require a libetpan update
15969         * src/summaryview.c
15970         * src/gtk/quicksearch.c
15971                 Make quicksearch clearable while running.
15972
15973 2006-02-17 [colin]      2.0.0cvs61
15974
15975         * src/imap.c
15976         * src/etpan/imap-thread.c
15977         * src/etpan/imap-thread.h
15978                 Check for IMAP certificates
15979                 ** Requires libetpan-0.42-cvs4 
15980                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15981
15982 2006-02-17 [colin]      2.0.0cvs60
15983
15984         * src/messageview.c
15985         * src/prefs_common.c
15986         * src/prefs_common.h
15987         * src/prefs_message.c
15988                 Add pref to display HTML-only mails with plugin, 
15989                 if possible (defaulting to FALSE of course).
15990
15991 2006-02-16 [colin]      2.0.0cvs59
15992
15993         * src/main.c
15994         * src/common/plugin.c
15995         * src/common/plugin.h
15996         * src/gtk/pluginwindow.c
15997                 Keep track of requested (but unloaded) plugins
15998                 in some error cases.
15999
16000 2006-02-16 [wwp]        2.0.0cvs58
16001
16002         * src/gtk/gtkaspell.c
16003         * src/gtk/gtkaspell.h
16004         * src/prefs_spelling.c
16005         * src/compose.c
16006         * src/prefs_common.c
16007         * src/prefs_common.h
16008                 implemented new optional spellchecker behaviour: re-check message when
16009                 dictionary got changed (from compose-window/context-menu/Change dictionary).
16010
16011 2006-02-16 [wwp]        2.0.0cvs57
16012
16013         * src/quote_fmt_parse.y
16014                 pclose popen'ed pipe.
16015
16016 2006-02-15 [colin]      2.0.0cvs56
16017
16018         * src/mimeview.c
16019         * src/mimeview.h
16020                 Let MimeViewers know which MimeView they
16021                 depend of.
16022         * src/summaryview.c
16023                 Swap From/To columns in Sent/Queue/Drafts
16024                 folders
16025         * src/etpan/imap-thread.c
16026                 Use mailstream_low_tls_open() for STARTTLS
16027                 instead of mailstream_low_ssl_open()
16028                 ** REQUIRES libetpan 0.42cvs3 **
16029
16030 2006-02-15 [wwp]        2.0.0cvs55
16031
16032         * src/compose.c
16033         * src/compose.h
16034         * src/message_search.c
16035         * src/message_search.h
16036         * src/textview.c
16037         * src/gtk/gtkutils.c
16038         * src/gtk/gtkutils.h
16039                 added the ability to Find text in the compose window (and a bit
16040                 of code factorization).
16041
16042 2006-02-15 [wwp]        2.0.0cvs54
16043
16044         * src/prefs_gtk.c
16045                 yet another one file was missing (fix for some widgets' sensitivity).
16046                 Thanks Colin!
16047
16048 2006-02-15 [wwp]        2.0.0cvs53
16049
16050         * src/prefs_gtk.h
16051                 oops forgot that file (fix for some widgets' sensitivity).
16052
16053 2006-02-15 [wwp]        2.0.0cvs52
16054
16055         * src/summary_search.c
16056                 implemented advanced summary search options (added the ability
16057                 to use matcher conditions in an advanced search mode).
16058
16059 2006-02-15 [wwp]        2.0.0cvs51
16060
16061         * src/plugins/pgpcore/prefs_gpg.c
16062         * src/prefs_account.c
16063                 fix some widget sensitivity, mostly around some labels in
16064                 account prefs.
16065
16066 2006-02-15 [paul]       2.0.0cvs50
16067
16068         * manual/advanced.xml
16069                 improve Templates info
16070                 written by wwp
16071
16072 2006-02-14 [colin]      2.0.0cvs49
16073
16074         * src/pixmaps/address_book.xpm
16075         * src/pixmaps/preferences.xpm
16076         * src/pixmaps/properties.xpm
16077                 Fix pixmap size - patch by Fabien Vantard
16078
16079 2006-02-13 [colin]      2.0.0cvs48
16080
16081         * src/procmime.c
16082                 Add missing fclose()s on error
16083         * src/textview.c
16084                 Remove unused code
16085         * src/common/utils.c
16086                 Fix temp files not being deleted on windows
16087         Patches by Thomas Gilgin
16088
16089 2006-02-13 [colin]      2.0.0cvs47
16090
16091         * src/mainwindow.c
16092                 Fix exit crash
16093
16094 2006-02-13 [wwp]        2.0.0cvs46
16095
16096         * src/plugins/pgpcore/prefs_gpg.c
16097                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16098
16099 2006-02-12 [colin]      2.0.0cvs45
16100
16101         * src/folderview.c
16102         * src/main.c
16103         * src/mainwindow.c
16104                 Fix "stuff" when quitting
16105
16106 2006-02-12 [wwp]        2.0.0cvs44
16107
16108         * src/prefs_themes.c
16109                 fix typos in debug messages.
16110
16111 2006-02-11 [colin]      2.0.0cvs43
16112
16113         * src/summaryview.c
16114                 don't allow drag/drop from ourself
16115
16116 2006-02-10 [wwp]        2.0.0cvs42
16117
16118         * src/exporthtml.c
16119         * src/html.c
16120         * src/html.h
16121         * src/procmime.c
16122         * src/textview.c
16123                 renamed html_ prefixed functions and data structures to avoid
16124                 namespace clashes w/ other software (gtkhtml2 for instance).
16125                 Closes bug #907.
16126
16127
16128 2006-02-09 [colin]      2.0.0cvs41
16129
16130         * src/summaryview.c
16131                 Fix shitty logic messed up. Thanks Ticho for the hint!
16132
16133 2006-02-09 [wwp]        2.0.0cvs40
16134
16135         * src/gtk/about.c
16136         * src/compose.c
16137         * src/prefs_account.c
16138         * src/prefs_gtk.h
16139         * src/editaddress.c
16140                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16141                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16142                 Browse buttons in accounts prefs.
16143
16144 2006-02-09 [colin]      2.0.0cvs39
16145
16146         * src/matcher.c
16147                 Check for pointer before using its members
16148         * src/gtk/gtksourceprintjob.c
16149                 Fix a wrong warning
16150
16151 2006-02-09 [wwp]        2.0.0cvs38
16152
16153         * src/gtk/filesel.c
16154                 fix few compiler warnings (type mismatch).
16155
16156 2006-02-09 [paul]       2.0.0cvs37
16157
16158         * po/fr.po
16159                 updated by Fabien Vantard
16160
16161 2006-02-08 [colin]      2.0.0cvs36
16162
16163         * src/prefs_common.c
16164         * src/common/defs.h
16165         * src/common/plugin.c
16166                 allow windows and linux configurations to coexist
16167                 patch by Thomas Gilgin
16168
16169 2006-02-08 [colin]      2.0.0cvs35
16170
16171         * src/filtering.c
16172         * src/matcher.c
16173         * src/matcher.h
16174         * src/matcher_parser_parse.y
16175         * src/prefs_filtering_action.c
16176         * src/prefs_matcher.c
16177                 Add the "Ignore thread" filtering
16178                 action
16179
16180 2006-02-08 [colin]      2.0.0cvs34
16181
16182         * src/compose.c
16183         * src/procmime.c
16184         * src/procmime.h
16185                 Fix bug #905 (damaged attachment)
16186                 text files with raw \0's aren't really text files
16187         FOR_STABLE
16188
16189 2006-02-08 [colin]      2.0.0cvs33
16190
16191         * src/summaryview.c
16192                 Fix crasher introduced yesterday
16193
16194 2006-02-08 [wwp]        2.0.0cvs32
16195
16196         * src/compose.c
16197         * src/compose.h
16198                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16199
16200 2006-02-08 [wwp]        2.0.0cvs31
16201
16202         * src/prefs_template.c
16203                 templates enhancement: allow address completion for Cc and Bcc fields
16204                 (it was currently possible for the To field only)
16205
16206 2006-02-08 [colin]      2.0.0cvs30
16207
16208         * src/compose.c
16209                 Don't unblock if not blocked
16210         FOR_STABLE
16211
16212 2006-02-07 [colin]      2.0.0cvs29
16213
16214         * src/action.c
16215                 Forgot to refresh summaryview
16216
16217 2006-02-07 [colin]      2.0.0cvs28
16218
16219         * src/action.c
16220                 Freeze/thaw message list and folder list while
16221                 processing %as{} actions 
16222         * src/compose.c
16223                 Fix auto-wrap disabling after a middle-click
16224                 paste - FOR_STABLE
16225
16226 2006-02-07 [paul]       2.0.0cvs27
16227
16228         * src/folder.c
16229                 fix freeing of uninitialised pointers
16230                 Thanks to Colin
16231
16232 2006-02-06 [colin]      2.0.0cvs26
16233
16234         * src/folder.c
16235                 Use g_slist_prepend in potentially big list
16236
16237 2006-02-06 [colin]      2.0.0cvs25
16238
16239         * src/folder.c
16240                 Completely skip processing if it doesn't 
16241                 exist (faster!)
16242
16243 2006-02-06 [colin]      2.0.0cvs24
16244
16245         * src/folder.c
16246         * src/summaryview.c
16247                 Batch filtering in summaryview (from Tools menu)
16248                 and pre/post//-processing too
16249
16250 2006-02-06 [colin]      2.0.0cvs23
16251
16252         * src/procmsg.h
16253         * src/filtering.c
16254                 Use a special field for batch filtering instead
16255                 of stepping on deferred execution's toes
16256
16257 2006-02-06 [colin]      2.0.0cvs22
16258
16259         * src/action.c
16260         * src/filtering.c
16261         * src/filtering.h
16262         * src/folder.c
16263         * src/summaryview.c
16264                 Fix filtering via menus and actions
16265
16266 2006-02-06 [colin]      2.0.0cvs21
16267
16268         * src/imap.c
16269                 Put the added file directly to cache if possible (will work
16270                 with next libetpan)
16271         * src/filtering.c
16272         * src/filtering.h
16273         * src/inc.c
16274         * src/folder.c
16275         * src/mbox.c
16276         * src/procmsg.h
16277                 Move and copy filtered messages by batches instead of one
16278                 by one - faster on IMAP
16279         * src/procmsg.c
16280                 Add a function that'll possibly be useful later
16281
16282 2006-02-06 [colin]      2.0.0cvs20
16283
16284         * src/addressbook.c
16285                 Use internal mime-type instead of text/plain for d'n'd
16286         * src/compose.c
16287                 Allow attaching files from mimeview's icon list via d'n'd
16288         * src/folderview.c
16289         * src/folderview.h
16290                 Use internal mime-type instead of text/plain for d'n'd
16291                 Don't try to selected opened folder if none is
16292                 Factorize d'n'd from other apps code
16293         * src/headerview.c
16294         * src/textview.c
16295         * src/gtk/gtkutils.c
16296         * src/gtk/gtkutils.h
16297                 Factorize Face/X-Face stuff
16298         * src/mimeview.c
16299                 Fix d'n'd to other apps
16300         * src/prefs_message.c
16301                 Let the XFace pref be usable without libcompface as it also
16302                 applies to Face
16303         * src/summaryview.c
16304                 Fix d'n'd to other apps
16305                 Factorize d'n'd from other apps code
16306
16307 2006-02-06 [wwp]        2.0.0cvs19
16308
16309         * po/it.po
16310                 Italian translation fixes by Andrea Spadaccini (no more confusion
16311                 between filtering and processing, and few changes in the About
16312                 dialog).
16313
16314
16315 2006-02-06 [mones]      2.0.0cvs18
16316
16317         * src/gtk/icon_legend.c
16318                 Improved descriptions allowing better translations
16319
16320 2006-02-05 [colin]      2.0.0cvs17
16321
16322         * src/imap.c
16323                 Add the f*cking missing expunge that caused imap_fetch_env
16324                 to fail after an add_msgs ! :-///
16325         * src/etpan/imap-thread.c
16326                 Add a bit of debug
16327         FOR_STABLE
16328
16329 2006-02-05 [colin]      2.0.0cvs16
16330
16331         * src/common/utils.c
16332                 Don't check for return-path (or we can't put
16333                 back non-sent mails)
16334
16335 2006-02-05 [colin]      2.0.0cvs15
16336
16337         * src/textview.c
16338                 Don't try to display Face header in textview
16339                 when teh headerview's active
16340
16341 2006-02-05 [colin]      2.0.0cvs14
16342
16343         * tools/tbird2syl.py
16344         * tools/Makefile.am
16345                 Add script to import Thunderbird mails
16346
16347 2006-02-05 [colin]      2.0.0cvs13
16348
16349         * src/headerview.c
16350         * src/procheader.c
16351         * src/procmsg.c
16352         * src/procmsg.h
16353         * src/textview.c
16354                 Show Face headers - patch partially by Klaus Flittner
16355
16356 2006-02-05 [colin]      2.0.0cvs12
16357
16358         * src/folderview.c
16359         * src/summaryview.c
16360         * src/common/utils.c
16361         * src/common/utils.h
16362                 Let dnd work from mime icons to summaryview
16363                 and to folderview too
16364                 Add a crude test to avoid trying to add files
16365                 drag'n'dropped when they're not mails
16366
16367 2006-02-04 [colin]      2.0.0cvs11
16368
16369         * src/summaryview.c
16370         * src/mimeview.c
16371                 Fix utf8 conversion
16372
16373 2006-02-04 [colin]      2.0.0cvs10
16374
16375         * src/compose.c
16376         * src/folderview.c
16377         * src/mimeview.c
16378         * src/summaryview.c
16379         * src/summaryview.h
16380                 Added various drag and drop capas:
16381                 From                    To
16382                 summaryview             other apps
16383                 mimeview icons          other apps
16384                 other apps              summaryview
16385                 other apps              folderview
16386
16387                 This shouldn't have broken the existing:
16388                 From                    To
16389                 summaryview             folderview
16390                 folderview              folderview
16391                 summaryview             compose's attachments
16392
16393         Tests welcomed.
16394
16395 2006-02-02 [paul]       2.0.0cvs9
16396
16397         * src/mainwindow.c
16398                 move global option 'Set displayed columns...' out
16399                 of folder option grouping.
16400                 fix sensitivity of 'harvest addresses'
16401         FOR_STABLE
16402
16403 2006-02-01 [colin]      2.0.0cvs8
16404
16405         * src/mimeview.c
16406                 Revert the alertpanel patch, it sucks (intrusive
16407                 and gets in the way of "open")
16408
16409 2006-02-01 [colin]      2.0.0cvs7
16410
16411         * src/compose.c
16412         * src/prefs_account.c
16413         * src/prefs_common.c
16414         * src/common/defs.h
16415         * src/common/utils.c
16416         * src/common/utils.h
16417                 Add ability to edit the signature file
16418                 from the account preferences, and use
16419                 a default for the text editor.
16420                 Patch by Fabien Vantard
16421
16422 2006-02-01 [colin]      2.0.0cvs6
16423
16424         * src/mimeview.c
16425                 Try to get mime type by extension if it is
16426                 application/octet-stream
16427                 Display a window with possible choices when
16428                 encountering unknown mime types
16429         * src/gtk/filesel.c
16430         * src/gtk/filesel.h
16431                 Add preview
16432                 Allow multiple selection in filtered filesel
16433                 (patch by Fabien Vantard)
16434         * src/gtk/pluginwindow.c
16435                 Use it (patch by Fabien Vantard)
16436
16437 2006-02-01 [paul]       2.0.0cvs5
16438
16439         * src/jpilot.c
16440                 fix crash on creating jpilot address book
16441                 Thanks to Colin - FOR_STABLE
16442         * src/prefs_summaries.c
16443         * src/prefs_wrapping.c
16444         * src/gtk/icon_legend.c
16445         * src/gtk/quicksearch.c
16446                 string fixes and additions
16447
16448 2006-02-01 [paul]       2.0.0cvs4
16449
16450         * src/compose.c
16451         * src/mainwindow.c
16452         * src/messageview.c
16453         * src/prefs_send.c
16454                 add Arabic encoding option
16455                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16456
16457 2006-01-31 [colin]      2.0.0cvs3
16458
16459         * src/plugins/pgpcore/passphrase.c
16460                 Convert passphrase to locale encoding
16461         * src/compose.c
16462                 Fix drafting on IMAP. Crappy bug sneaked in
16463                 the release :-/
16464         FOR_STABLE
16465
16466 2006-01-30 [paul]       2.0.0cvs2
16467
16468         * src/gtk/icon_legend.c
16469                 show the new entries
16470
16471 2006-01-30 [colin]      2.0.0cvs1
16472
16473         * src/manual.c
16474                 Check for the file to be present before 
16475                 enabling the menu - FOR_STABLE
16476         * src/gtk/icon_legend.c
16477                 Add folders icons (not all of them, there
16478                 are too much, but the most intriguing ones)
16479
16480 2006-01-30 [paul]       2.0.0
16481
16482         version 2.0.0 released
16483
16484 [For previous entries, see ChangeLog.pre2.0.0]